@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.mjs
CHANGED
|
@@ -7009,9 +7009,7 @@ var FilterSystem = ({
|
|
|
7009
7009
|
}
|
|
7010
7010
|
)
|
|
7011
7011
|
] })
|
|
7012
|
-
)
|
|
7013
|
-
] }),
|
|
7014
|
-
(actions || totalCount > 0) && /* @__PURE__ */ jsxs45(FilterBarRight, { children: [
|
|
7012
|
+
),
|
|
7015
7013
|
totalCount > 0 && /* @__PURE__ */ jsx50(
|
|
7016
7014
|
"button",
|
|
7017
7015
|
{
|
|
@@ -7020,9 +7018,9 @@ var FilterSystem = ({
|
|
|
7020
7018
|
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)]",
|
|
7021
7019
|
children: isMinimal ? /* @__PURE__ */ jsx50(Icon33, { icon: faXmarkOutline4, size: "sm", className: "text-[var(--color-foreground)]" }) : /* @__PURE__ */ jsx50("span", { className: "text-sm font-medium leading-sm text-[var(--color-foreground)]", children: "Clear" })
|
|
7022
7020
|
}
|
|
7023
|
-
)
|
|
7024
|
-
|
|
7025
|
-
|
|
7021
|
+
)
|
|
7022
|
+
] }),
|
|
7023
|
+
actions && /* @__PURE__ */ jsx50(FilterBarRight, { children: actions })
|
|
7026
7024
|
] });
|
|
7027
7025
|
};
|
|
7028
7026
|
FilterSystem.displayName = "FilterSystem";
|