@nurl/panda-preset
Version:
Official Panda-CSS preset for the Ganglion Design System.
70 lines (69 loc) • 2.58 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/recipes/index.ts
var recipes_exports = {};
__export(recipes_exports, {
recipes: () => recipes,
slotRecipes: () => slotRecipes
});
module.exports = __toCommonJS(recipes_exports);
var import_admonition = require("./admonition.cjs");
var import_avatar = require("./avatar.cjs");
var import_badge = require("./badge.cjs");
var import_button = require("./button.cjs");
var import_checkbox = require("./checkbox.cjs");
var import_fieldMessage = require("./fieldMessage.cjs");
var import_iconButton = require("./iconButton.cjs");
var import_input = require("./input.cjs");
var import_label = require("./label.cjs");
var import_progress = require("./progress.cjs");
var import_radio = require("./radio.cjs");
var import_skeleton = require("./skeleton.cjs");
var import_switch = require("./switch.cjs");
var import_tag = require("./tag.cjs");
var import_textarea = require("./textarea.cjs");
var import_textLink = require("./textLink.cjs");
var import_toast = require("./toast.cjs");
var recipes = {
badge: import_badge.badge,
button: import_button.button,
fieldMessage: import_fieldMessage.fieldMessage,
iconButton: import_iconButton.iconButton,
label: import_label.label,
skeleton: import_skeleton.skeleton,
tag: import_tag.tag,
textarea: import_textarea.textarea,
textLink: import_textLink.textLink
};
var slotRecipes = {
admonition: import_admonition.admonition,
avatar: import_avatar.avatar,
checkbox: import_checkbox.checkbox,
input: import_input.input,
progress: import_progress.progress,
radio: import_radio.radio,
switchInput: import_switch.switchInput,
toast: import_toast.toast
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
recipes,
slotRecipes
});
//# sourceMappingURL=index.cjs.map