florixui 1.15.3 → 1.15.4
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1483,14 +1483,14 @@ function bn({ severity: e = "info", variant: t = "filled", icon: n, title: r, de
|
|
|
1483
1483
|
type: "button",
|
|
1484
1484
|
"aria-label": "Dismiss",
|
|
1485
1485
|
onClick: c,
|
|
1486
|
-
className: "-mr-1 -mt-0.5 flex size-6 shrink-0 items-center justify-center rounded-
|
|
1486
|
+
className: "-mr-1 -mt-0.5 flex size-6 shrink-0 items-center justify-center rounded-sm text-current/60 transition-colors hover:bg-current/10 hover:text-current",
|
|
1487
1487
|
children: /* @__PURE__ */ X(G, { className: "size-3.5" })
|
|
1488
1488
|
});
|
|
1489
1489
|
return t === "filled" ? /* @__PURE__ */ Z("div", {
|
|
1490
1490
|
role: "alert",
|
|
1491
1491
|
"data-slot": "alert-card",
|
|
1492
1492
|
"data-severity": e,
|
|
1493
|
-
className: Q("flex items-start gap-2.5 rounded-
|
|
1493
|
+
className: Q("flex items-start gap-2.5 rounded-sm border p-3", d.filled, l),
|
|
1494
1494
|
...u,
|
|
1495
1495
|
children: [
|
|
1496
1496
|
/* @__PURE__ */ X("span", {
|
|
@@ -1513,11 +1513,11 @@ function bn({ severity: e = "info", variant: t = "filled", icon: n, title: r, de
|
|
|
1513
1513
|
role: "alert",
|
|
1514
1514
|
"data-slot": "alert-card",
|
|
1515
1515
|
"data-severity": e,
|
|
1516
|
-
className: Q("flex items-start gap-3 rounded-
|
|
1516
|
+
className: Q("flex items-start gap-3 rounded-sm border bg-card p-3.5", l),
|
|
1517
1517
|
...u,
|
|
1518
1518
|
children: [
|
|
1519
1519
|
/* @__PURE__ */ X("span", {
|
|
1520
|
-
className: Q("mt-0.5 flex size-9 shrink-0 items-center justify-center rounded-
|
|
1520
|
+
className: Q("mt-0.5 flex size-9 shrink-0 items-center justify-center rounded-sm [&_svg]:size-4.5", d.iconBox),
|
|
1521
1521
|
children: n ?? /* @__PURE__ */ X(f, {})
|
|
1522
1522
|
}),
|
|
1523
1523
|
/* @__PURE__ */ Z("div", {
|