@l3mpire/ui 2.9.0 → 2.9.1
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 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -7119,9 +7119,7 @@ var FilterSystem = ({
|
|
|
7119
7119
|
}
|
|
7120
7120
|
)
|
|
7121
7121
|
] })
|
|
7122
|
-
)
|
|
7123
|
-
] }),
|
|
7124
|
-
(actions || totalCount > 0) && /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(FilterBarRight, { children: [
|
|
7122
|
+
),
|
|
7125
7123
|
totalCount > 0 && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
7126
7124
|
"button",
|
|
7127
7125
|
{
|
|
@@ -7130,9 +7128,9 @@ var FilterSystem = ({
|
|
|
7130
7128
|
className: "flex items-center gap-sm px-base py-sm min-h-[32px] max-h-[32px] rounded-md cursor-pointer transition-colors hover:bg-[var(--color-accent)]",
|
|
7131
7129
|
children: isMinimal ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_icons34.Icon, { icon: import_icons34.faXmarkOutline, size: "sm", className: "text-[var(--color-foreground)]" }) : /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "text-sm font-medium leading-sm text-[var(--color-foreground)]", children: "Clear" })
|
|
7132
7130
|
}
|
|
7133
|
-
)
|
|
7134
|
-
|
|
7135
|
-
|
|
7131
|
+
)
|
|
7132
|
+
] }),
|
|
7133
|
+
actions && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(FilterBarRight, { children: actions })
|
|
7136
7134
|
] });
|
|
7137
7135
|
};
|
|
7138
7136
|
FilterSystem.displayName = "FilterSystem";
|