UNPKG

@nurl/panda-preset

Version:

Official Panda-CSS preset for the Ganglion Design System.

44 lines 1.01 kB
// src/recipes/index.ts import { admonition } from "./admonition.js"; import { avatar } from "./avatar.js"; import { badge } from "./badge.js"; import { button } from "./button.js"; import { checkbox } from "./checkbox.js"; import { fieldMessage } from "./fieldMessage.js"; import { iconButton } from "./iconButton.js"; import { input } from "./input.js"; import { label } from "./label.js"; import { progress } from "./progress.js"; import { radio } from "./radio.js"; import { skeleton } from "./skeleton.js"; import { switchInput } from "./switch.js"; import { tag } from "./tag.js"; import { textarea } from "./textarea.js"; import { textLink } from "./textLink.js"; import { toast } from "./toast.js"; var recipes = { badge, button, fieldMessage, iconButton, label, skeleton, tag, textarea, textLink }; var slotRecipes = { admonition, avatar, checkbox, input, progress, radio, switchInput, toast }; export { recipes, slotRecipes }; //# sourceMappingURL=index.js.map