@cerberus-design/panda-preset
Version:
The official Panda-CSS preset for the omni-federal design system
36 lines (34 loc) • 716 B
JavaScript
import {
modalBase,
modalHeading,
modalIconBase
} from "./chunk-ELSAFE3B.js";
// src/recipes/slots/modal.ts
import { defineSlotRecipe } from "@pandacss/dev";
var modal = defineSlotRecipe({
className: "modal",
description: "The styles for Modal components",
slots: ["dialog", "icon", "heading", "description"],
jsx: ["ConfirmModal", "PromptModal"],
base: {
dialog: {
...modalBase,
p: "8",
userSelect: "none",
md: {
w: "35.25rem"
}
},
icon: modalIconBase,
heading: modalHeading,
description: {
color: "page.text.initial"
}
},
variants: {},
defaultVariants: {}
});
export {
modal
};
//# sourceMappingURL=chunk-ERT4UBDD.js.map