@frontify/fondue
Version:
Design system of Frontify
30 lines (29 loc) • 790 B
JavaScript
const t = ["compact", "comfortable", "spacious"], e = {
none: "tw-p-0",
compact: "tw-p-4",
comfortable: "tw-p-6",
spacious: "tw-p-10"
}, n = {
none: "tw-shadow-none",
small: "tw-shadow",
medium: "tw-shadow-mid",
large: "tw-shadow-big"
}, d = {
small: "tw-rounded",
large: "tw-rounded-lg"
}, l = {
none: "tw-text-heading-large",
compact: "tw-text-heading-large",
comfortable: "tw-text-heading-x-large",
spacious: "tw-text-heading-xx-large"
};
var a = /* @__PURE__ */ ((o) => (o.Modal = "modal", o.NonModal = "non-modal", o.BlockingModal = "blocking-modal", o))(a || {});
export {
t as DIALOG_PADDING,
a as Modality,
l as dialogHeadingMap,
e as dialogPaddingMap,
d as overlayBorderRadius,
n as overlayShadowMap
};
//# sourceMappingURL=dialog.es.js.map