@eqtylab/equality 1.1.0 → 1.1.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.
@@ -1,12 +1,17 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
2
  .selector-button {
3
- min-width: calc(0.25rem * 32);
3
+ min-width: calc(0.25rem * 128);
4
+ display: flex;
4
5
  justify-content: space-between;
5
6
  }
6
- .selector-button-inner {
7
+ .selector-button-content {
7
8
  display: flex;
9
+ width: 100%;
8
10
  align-items: center;
9
11
  gap: calc(0.25rem * 1);
12
+ overflow: hidden;
13
+ text-overflow: ellipsis;
14
+ white-space: nowrap;
10
15
  }
11
16
  .chevron-icon {
12
17
  color: var(--color-text-secondary);
package/dist/index.cjs CHANGED
@@ -1843,7 +1843,7 @@ var FilterDropdown = ({
1843
1843
  ).sort((a, b) => a.label.localeCompare(b.label));
1844
1844
  return /* @__PURE__ */ jsxRuntime.jsxs(DropdownMenu, { children: [
1845
1845
  /* @__PURE__ */ jsxRuntime.jsx(DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(Button, { variant: "tertiary", className: cn(styles23__default.default["selector-button"], buttonClassName), children: [
1846
- /* @__PURE__ */ jsxRuntime.jsxs("span", { className: styles23__default.default["selector-button-inner"], children: [
1846
+ /* @__PURE__ */ jsxRuntime.jsxs("span", { className: styles23__default.default["selector-button-content"], children: [
1847
1847
  label,
1848
1848
  hasSelectedFilters && /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: "primary", children: selectedFilters.length })
1849
1849
  ] }),