@frontify/fondue
Version:
Design system of Frontify
14 lines (13 loc) • 566 B
JavaScript
var e = /* @__PURE__ */ ((r) => (r.Default = "Default", r.Loading = "Loading", r.Success = "Success", r.Error = "Error", r.Warning = "Warning", r))(e || {});
const t = {
Default: "tw-border-line dark:tw-border-line",
Loading: "tw-border-line dark:tw-border-line",
Success: "tw-border-text-positive dark:tw-border-text-positive",
Error: "tw-border-text-negative dark:tw-border-text-negative",
Warning: "tw-border-text-warning dark:tw-border-text-warning"
};
export {
e as Validation,
t as validationClassMap
};
//# sourceMappingURL=validation.es.js.map