@frontify/fondue
Version:
Design system of Frontify
16 lines (15 loc) • 578 B
JavaScript
var e = /* @__PURE__ */ ((t) => (t.Default = "Default", t.Informative = "Informative", t.Negative = "Negative", t.Positive = "Positive", t.Warning = "Warning", t))(e || {});
const v = {
Default: "tw-text-grey-80",
Informative: "tw-text-violet-60",
Negative: "tw-text-red-60",
Positive: "tw-text-green-60",
Warning: "tw-text-yellow-60"
};
var r = /* @__PURE__ */ ((t) => (t.Default = "Default", t.Small = "Small", t.Large = "Large", t))(r || {});
export {
e as ModalHeaderVariant,
r as ModalWidth,
v as modalHeaderVariants
};
//# sourceMappingURL=types.es.js.map