@l3mpire/ui 2.15.2 → 2.15.3
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 +10 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5746,7 +5746,7 @@ var FilterBarButton = React40.forwardRef(({ className, count, iconOnly = false,
|
|
|
5746
5746
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5747
5747
|
import_icons26.Icon,
|
|
5748
5748
|
{
|
|
5749
|
-
icon: import_icons26.
|
|
5749
|
+
icon: import_icons26.faFilterOutline,
|
|
5750
5750
|
size: "sm",
|
|
5751
5751
|
className: "shrink-0 text-[var(--color-foreground)]"
|
|
5752
5752
|
}
|
|
@@ -7599,6 +7599,14 @@ var AdvancedChip = React47.forwardRef(
|
|
|
7599
7599
|
),
|
|
7600
7600
|
...props,
|
|
7601
7601
|
children: [
|
|
7602
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
7603
|
+
import_icons33.Icon,
|
|
7604
|
+
{
|
|
7605
|
+
icon: import_icons33.faFilterOutline,
|
|
7606
|
+
size: "sm",
|
|
7607
|
+
className: "shrink-0 text-[var(--color-foreground)]"
|
|
7608
|
+
}
|
|
7609
|
+
),
|
|
7602
7610
|
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "text-sm font-semibold leading-sm whitespace-nowrap text-[var(--color-foreground)]", children: "Advanced filters" }),
|
|
7603
7611
|
count > 0 && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "flex items-center p-2xs rounded-xs bg-filter-chip-badge-bg", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "text-[10px] font-semibold leading-2xs text-filter-chip-badge-text", children: count }) })
|
|
7604
7612
|
]
|
|
@@ -8493,7 +8501,7 @@ var SummaryChip = ({
|
|
|
8493
8501
|
className
|
|
8494
8502
|
),
|
|
8495
8503
|
children: [
|
|
8496
|
-
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_icons38.Icon, { icon: import_icons38.
|
|
8504
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_icons38.Icon, { icon: import_icons38.faFilterOutline, size: "sm", className: "shrink-0 text-[var(--color-foreground)]" }),
|
|
8497
8505
|
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "text-sm font-semibold leading-sm whitespace-nowrap text-[var(--color-foreground)]", children: "Filters" }),
|
|
8498
8506
|
count > 0 && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "flex items-center p-2xs rounded-xs bg-filter-chip-badge-bg", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "text-[10px] font-semibold leading-2xs text-filter-chip-badge-text", children: count }) })
|
|
8499
8507
|
]
|