@l3mpire/ui 2.15.2 → 2.16.0
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- 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 +15 -15
package/dist/index.mjs
CHANGED
|
@@ -5615,7 +5615,7 @@ SortButton.displayName = "SortButton";
|
|
|
5615
5615
|
|
|
5616
5616
|
// src/components/ui/filter/filter-bar-button.tsx
|
|
5617
5617
|
import * as React40 from "react";
|
|
5618
|
-
import { Icon as Icon25,
|
|
5618
|
+
import { Icon as Icon25, faFilterOutline as faFilterOutline2 } from "@l3mpire/icons";
|
|
5619
5619
|
import { jsx as jsx40, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
5620
5620
|
var FilterBarButton = React40.forwardRef(({ className, count, iconOnly = false, children, ...props }, ref) => /* @__PURE__ */ jsxs35(
|
|
5621
5621
|
"button",
|
|
@@ -5637,7 +5637,7 @@ var FilterBarButton = React40.forwardRef(({ className, count, iconOnly = false,
|
|
|
5637
5637
|
/* @__PURE__ */ jsx40(
|
|
5638
5638
|
Icon25,
|
|
5639
5639
|
{
|
|
5640
|
-
icon:
|
|
5640
|
+
icon: faFilterOutline2,
|
|
5641
5641
|
size: "sm",
|
|
5642
5642
|
className: "shrink-0 text-[var(--color-foreground)]"
|
|
5643
5643
|
}
|
|
@@ -6778,7 +6778,7 @@ import {
|
|
|
6778
6778
|
faChevronLeftOutline as faChevronLeftOutline3,
|
|
6779
6779
|
faChevronRightOutline as faChevronRightOutline3,
|
|
6780
6780
|
faMagnifyingGlassOutline,
|
|
6781
|
-
faFilterOutline as
|
|
6781
|
+
faFilterOutline as faFilterOutline3
|
|
6782
6782
|
} from "@l3mpire/icons";
|
|
6783
6783
|
import { Fragment as Fragment4, jsx as jsx50, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
6784
6784
|
var AdvancedFilterFooter = ({ onClick, count }) => /* @__PURE__ */ jsxs44(Fragment4, { children: [
|
|
@@ -6794,7 +6794,7 @@ var AdvancedFilterFooter = ({ onClick, count }) => /* @__PURE__ */ jsxs44(Fragme
|
|
|
6794
6794
|
/* @__PURE__ */ jsx50(
|
|
6795
6795
|
Icon29,
|
|
6796
6796
|
{
|
|
6797
|
-
icon:
|
|
6797
|
+
icon: faFilterOutline3,
|
|
6798
6798
|
size: "sm",
|
|
6799
6799
|
className: "shrink-0 text-[var(--color-dropdown-item-icon)]"
|
|
6800
6800
|
}
|
|
@@ -7477,7 +7477,7 @@ import { Icon as Icon38, faXmarkOutline as faXmarkOutline6, faPlusOutline as faP
|
|
|
7477
7477
|
|
|
7478
7478
|
// src/components/ui/filter/advanced-chip.tsx
|
|
7479
7479
|
import * as React47 from "react";
|
|
7480
|
-
import { Icon as Icon32, faXmarkOutline as faXmarkOutline3 } from "@l3mpire/icons";
|
|
7480
|
+
import { Icon as Icon32, faXmarkOutline as faXmarkOutline3, faFilterOutline as faFilterOutline4 } from "@l3mpire/icons";
|
|
7481
7481
|
import { jsx as jsx54, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7482
7482
|
var btnBase = [
|
|
7483
7483
|
"flex items-center justify-center",
|
|
@@ -7502,6 +7502,14 @@ var AdvancedChip = React47.forwardRef(
|
|
|
7502
7502
|
),
|
|
7503
7503
|
...props,
|
|
7504
7504
|
children: [
|
|
7505
|
+
/* @__PURE__ */ jsx54(
|
|
7506
|
+
Icon32,
|
|
7507
|
+
{
|
|
7508
|
+
icon: faFilterOutline4,
|
|
7509
|
+
size: "sm",
|
|
7510
|
+
className: "shrink-0 text-[var(--color-foreground)]"
|
|
7511
|
+
}
|
|
7512
|
+
),
|
|
7505
7513
|
/* @__PURE__ */ jsx54("span", { className: "text-sm font-semibold leading-sm whitespace-nowrap text-[var(--color-foreground)]", children: "Advanced filters" }),
|
|
7506
7514
|
count > 0 && /* @__PURE__ */ jsx54("span", { className: "flex items-center p-2xs rounded-xs bg-filter-chip-badge-bg", children: /* @__PURE__ */ jsx54("span", { className: "text-[10px] font-semibold leading-2xs text-filter-chip-badge-text", children: count }) })
|
|
7507
7515
|
]
|
|
@@ -7547,7 +7555,7 @@ import {
|
|
|
7547
7555
|
faCopyOutline,
|
|
7548
7556
|
faTrashOutline as faTrashOutline2,
|
|
7549
7557
|
faFolderOutline,
|
|
7550
|
-
faFilterOutline as
|
|
7558
|
+
faFilterOutline as faFilterOutline5
|
|
7551
7559
|
} from "@l3mpire/icons";
|
|
7552
7560
|
import { jsx as jsx55, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7553
7561
|
var FilterNodeActions = ({
|
|
@@ -7565,7 +7573,7 @@ var FilterNodeActions = ({
|
|
|
7565
7573
|
},
|
|
7566
7574
|
{
|
|
7567
7575
|
label: nodeType === "condition" ? "Turn into group" : "Turn into filter",
|
|
7568
|
-
icon: nodeType === "condition" ? faFolderOutline :
|
|
7576
|
+
icon: nodeType === "condition" ? faFolderOutline : faFilterOutline5,
|
|
7569
7577
|
action: onConvert
|
|
7570
7578
|
},
|
|
7571
7579
|
{
|
|
@@ -8225,7 +8233,7 @@ var DraftRow = ({
|
|
|
8225
8233
|
// src/components/ui/filter/summary-chip.tsx
|
|
8226
8234
|
import * as React52 from "react";
|
|
8227
8235
|
import * as PopoverPrimitive13 from "@radix-ui/react-popover";
|
|
8228
|
-
import { Icon as Icon37,
|
|
8236
|
+
import { Icon as Icon37, faFilterOutline as faFilterOutline6, faPlusOutline as faPlusOutline4, faChevronDownOutline as faChevronDownOutline4, faXmarkOutline as faXmarkOutline5 } from "@l3mpire/icons";
|
|
8229
8237
|
import { jsx as jsx59, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
8230
8238
|
var ghostBtn2 = [
|
|
8231
8239
|
"flex items-center gap-sm px-base py-sm",
|
|
@@ -8403,7 +8411,7 @@ var SummaryChip = ({
|
|
|
8403
8411
|
className
|
|
8404
8412
|
),
|
|
8405
8413
|
children: [
|
|
8406
|
-
/* @__PURE__ */ jsx59(Icon37, { icon:
|
|
8414
|
+
/* @__PURE__ */ jsx59(Icon37, { icon: faFilterOutline6, size: "sm", className: "shrink-0 text-[var(--color-foreground)]" }),
|
|
8407
8415
|
/* @__PURE__ */ jsx59("span", { className: "text-sm font-semibold leading-sm whitespace-nowrap text-[var(--color-foreground)]", children: "Filters" }),
|
|
8408
8416
|
count > 0 && /* @__PURE__ */ jsx59("span", { className: "flex items-center p-2xs rounded-xs bg-filter-chip-badge-bg", children: /* @__PURE__ */ jsx59("span", { className: "text-[10px] font-semibold leading-2xs text-filter-chip-badge-text", children: count }) })
|
|
8409
8417
|
]
|