@frontify/fondue
Version:
Design system of Frontify
14 lines (13 loc) • 559 B
JavaScript
var r = /* @__PURE__ */ ((o) => (o.BottomToTop = "BottomToTop", o.TopToBottom = "TopToBottom", o))(r || {}), g = /* @__PURE__ */ ((o) => (o.Loud = "Loud", o.Danger = "Danger", o.Success = "Success", o.Warning = "Warning", o))(g || {});
const n = {
Loud: "tw-bg-box-selected-strong",
Danger: "tw-bg-box-negative-strong-pressed",
Success: "tw-bg-box-positive-strong-pressed",
Warning: "tw-bg-box-warning-strong"
};
export {
r as ToastAnimationDirection,
g as ToastStyle,
n as toastStylesBackgroundColorsMap
};
//# sourceMappingURL=types.es.js.map