arxatec-ui 0.1.26 → 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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6057,7 +6057,7 @@ var rl = ({ closeButton: e = !0, ...t }) => /* @__PURE__ */ V(Pn, {
|
|
|
6057
6057
|
textSecondary: "text-status-card-foreground-emtpy opacity-60"
|
|
6058
6058
|
}
|
|
6059
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", {
|
|
6060
|
-
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),
|
|
6061
6061
|
children: [r && /* @__PURE__ */ V("div", {
|
|
6062
6062
|
className: g("rounded-md flex items-center justify-center ", i === "sm" ? "size-8" : "size-12", s, il[n].backgroundCardIcon),
|
|
6063
6063
|
children: /* @__PURE__ */ V(r, { className: g(il[n].textPrimary, i === "sm" ? "size-4" : "size-6") })
|