arxatec-ui 0.1.25 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/dist/styles.css +39 -43
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6048,18 +6048,16 @@ var rl = ({ closeButton: e = !0, ...t }) => /* @__PURE__ */ V(Pn, {
|
|
|
6048
6048
|
background: "bg-status-card-background-error",
|
|
6049
6049
|
backgroundCardIcon: "bg-status-card-background-icon-error",
|
|
6050
6050
|
textPrimary: "text-status-card-foreground-error",
|
|
6051
|
-
textSecondary: "text-status-card-foreground-error opacity-60"
|
|
6052
|
-
border: "border-status-card-border-error"
|
|
6051
|
+
textSecondary: "text-status-card-foreground-error opacity-60"
|
|
6053
6052
|
},
|
|
6054
6053
|
white: {
|
|
6055
6054
|
background: "bg-status-card-background-empty",
|
|
6056
6055
|
backgroundCardIcon: "bg-status-card-background-icon-empty",
|
|
6057
6056
|
textPrimary: "text-status-card-foreground-empty",
|
|
6058
|
-
textSecondary: "text-status-card-foreground-emtpy opacity-60"
|
|
6059
|
-
border: "border-status-card-border-empty"
|
|
6057
|
+
textSecondary: "text-status-card-foreground-emtpy opacity-60"
|
|
6060
6058
|
}
|
|
6061
6059
|
}, al = ({ title: e, description: t, color: n = "rose", icon: r, size: i = "md", classNameCard: a, classNameDescription: o, classNameIconCard: s, classNameTitle: c }) => /* @__PURE__ */ H("div", {
|
|
6062
|
-
className: g(" rounded-md flex items-center flex-wrap
|
|
6060
|
+
className: g(" rounded-md flex items-center flex-wrap", i === "sm" ? "p-4 gap-2" : "p-6 gap-4", a, il[n].background),
|
|
6063
6061
|
children: [r && /* @__PURE__ */ V("div", {
|
|
6064
6062
|
className: g("rounded-md flex items-center justify-center ", i === "sm" ? "size-8" : "size-12", s, il[n].backgroundCardIcon),
|
|
6065
6063
|
children: /* @__PURE__ */ V(r, { className: g(il[n].textPrimary, i === "sm" ? "size-4" : "size-6") })
|