@simpli-route/apollo-ds 0.1.58 → 0.1.60

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.
Files changed (101) hide show
  1. package/dist/components/SearchField/SearchFieldIconContainer.d.ts +1 -1
  2. package/dist/components/SearchField/SearchFieldPopover.d.ts +7 -1
  3. package/dist/index.cjs10.js +1 -1
  4. package/dist/index.cjs11.js +1 -1
  5. package/dist/index.cjs111.js +1 -1
  6. package/dist/index.cjs112.js +1 -1
  7. package/dist/index.cjs113.js +1 -1
  8. package/dist/index.cjs114.js +1 -1
  9. package/dist/index.cjs115.js +1 -1
  10. package/dist/index.cjs116.js +1 -1
  11. package/dist/index.cjs117.js +1 -1
  12. package/dist/index.cjs118.js +1 -1
  13. package/dist/index.cjs119.js +1 -1
  14. package/dist/index.cjs120.js +1 -1
  15. package/dist/index.cjs121.js +1 -1
  16. package/dist/index.cjs122.js +1 -1
  17. package/dist/index.cjs123.js +1 -1
  18. package/dist/index.cjs14.js +1 -1
  19. package/dist/index.cjs18.js +1 -1
  20. package/dist/index.cjs19.js +1 -1
  21. package/dist/index.cjs24.js +1 -1
  22. package/dist/index.cjs26.js +1 -1
  23. package/dist/index.cjs30.js +1 -1
  24. package/dist/index.cjs31.js +1 -1
  25. package/dist/index.cjs35.js +1 -1
  26. package/dist/index.cjs37.js +1 -1
  27. package/dist/index.cjs65.js +1 -1
  28. package/dist/index.cjs66.js +1 -1
  29. package/dist/index.cjs67.js +1 -1
  30. package/dist/index.cjs68.js +1 -1
  31. package/dist/index.cjs69.js +1 -1
  32. package/dist/index.cjs70.js +1 -1
  33. package/dist/index.cjs71.js +1 -1
  34. package/dist/index.cjs72.js +1 -1
  35. package/dist/index.cjs73.js +1 -1
  36. package/dist/index.cjs75.js +1 -1
  37. package/dist/index.cjs76.js +1 -1
  38. package/dist/index.cjs78.js +1 -1
  39. package/dist/index.cjs8.js +1 -1
  40. package/dist/index.cjs80.js +1 -1
  41. package/dist/index.cjs81.js +1 -1
  42. package/dist/index.cjs82.js +1 -1
  43. package/dist/index.cjs85.js +1 -1
  44. package/dist/index.cjs86.js +1 -1
  45. package/dist/index.cjs87.js +1 -1
  46. package/dist/index.cjs88.js +1 -1
  47. package/dist/index.cjs89.js +1 -1
  48. package/dist/index.cjs90.js +1 -1
  49. package/dist/index.cjs93.js +1 -1
  50. package/dist/index.cjs94.js +1 -1
  51. package/dist/index.es10.js +3 -3
  52. package/dist/index.es11.js +1 -1
  53. package/dist/index.es111.js +5 -2
  54. package/dist/index.es112.js +4 -2
  55. package/dist/index.es113.js +3 -57
  56. package/dist/index.es114.js +15 -12
  57. package/dist/index.es115.js +57 -4
  58. package/dist/index.es116.js +4 -3
  59. package/dist/index.es117.js +27 -20
  60. package/dist/index.es118.js +2 -4
  61. package/dist/index.es119.js +10 -28
  62. package/dist/index.es120.js +340 -2
  63. package/dist/index.es121.js +166 -8
  64. package/dist/index.es122.js +2 -340
  65. package/dist/index.es123.js +2 -166
  66. package/dist/index.es14.js +1 -1
  67. package/dist/index.es18.js +1 -1
  68. package/dist/index.es19.js +47 -47
  69. package/dist/index.es24.js +1 -1
  70. package/dist/index.es26.js +2 -2
  71. package/dist/index.es30.js +2 -2
  72. package/dist/index.es31.js +2 -2
  73. package/dist/index.es35.js +3 -3
  74. package/dist/index.es37.js +3 -3
  75. package/dist/index.es65.js +18 -10
  76. package/dist/index.es66.js +16 -11
  77. package/dist/index.es67.js +16 -10
  78. package/dist/index.es68.js +75 -26
  79. package/dist/index.es69.js +162 -78
  80. package/dist/index.es70.js +28 -16
  81. package/dist/index.es71.js +10 -17
  82. package/dist/index.es72.js +12 -16
  83. package/dist/index.es73.js +10 -163
  84. package/dist/index.es75.js +51 -49
  85. package/dist/index.es76.js +12 -23
  86. package/dist/index.es78.js +42 -12
  87. package/dist/index.es8.js +1 -1
  88. package/dist/index.es80.js +100 -77
  89. package/dist/index.es81.js +12 -100
  90. package/dist/index.es82.js +77 -12
  91. package/dist/index.es85.js +10 -7
  92. package/dist/index.es86.js +9 -17
  93. package/dist/index.es87.js +35 -139
  94. package/dist/index.es88.js +7 -10
  95. package/dist/index.es89.js +17 -9
  96. package/dist/index.es90.js +139 -35
  97. package/dist/index.es93.js +1 -1
  98. package/dist/index.es94.js +1 -1
  99. package/dist/stories/SearchField.stories.d.ts +10 -0
  100. package/dist/style.css +25 -24
  101. package/package.json +1 -1
@@ -1,165 +1,12 @@
1
- import { cva as e } from "class-variance-authority";
2
- const t = [
3
- {
4
- intent: "primary",
5
- isHovered: !0,
6
- isDisabled: !1,
7
- isActive: !1,
8
- class: "bg-primary-100"
9
- },
10
- {
11
- intent: "secondary",
12
- isHovered: !0,
13
- isDisabled: !1,
14
- isActive: !1,
15
- class: "bg-primary-500 text-primary-50"
16
- },
17
- {
18
- intent: "minimal",
19
- isHovered: !0,
20
- isDisabled: !1,
21
- isActive: !1,
22
- class: "bg-neutral-200 text-neutral-800"
23
- },
24
- {
25
- intent: "error",
26
- isHovered: !0,
27
- isDisabled: !1,
28
- isActive: !1,
29
- class: "bg-error-100"
30
- }
31
- ], r = [
32
- {
33
- intent: "primary",
34
- isActive: !0,
35
- isDisabled: !1,
36
- class: "bg-primary-500 text-primary-50"
37
- },
38
- {
39
- intent: "primary",
40
- isActive: !0,
41
- isDisabled: !0,
42
- class: "bg-primary-300 text-primary-100"
43
- },
44
- {
45
- intent: "secondary",
46
- isActive: !0,
47
- isDisabled: !1,
48
- class: "bg-primary-500 text-primary-50"
49
- },
50
- {
51
- intent: "secondary",
52
- isActive: !0,
53
- isDisabled: !0,
54
- class: "bg-primary-100 text-primary-300"
55
- },
56
- {
57
- intent: "minimal",
58
- isActive: !0,
59
- isDisabled: !1,
60
- class: "text-primary-500"
61
- },
62
- {
63
- intent: "minimal",
64
- isActive: !0,
65
- isDisabled: !0,
66
- class: "text-neutral-700"
67
- },
68
- {
69
- intent: "error",
70
- isActive: !0,
71
- isDisabled: !1,
72
- class: "bg-error-700 text-error-50"
73
- },
74
- {
75
- intent: "error",
76
- isActive: !0,
77
- isDisabled: !0,
78
- class: "bg-error-300 text-error-100"
79
- }
80
- ], i = [
81
- {
82
- intent: "primary",
83
- isDisabled: !0,
84
- isActive: !1,
85
- class: "text-neutral-600"
86
- },
87
- {
88
- intent: "primary",
89
- isDisabled: !0,
90
- isActive: !0,
91
- class: "bg-primary-300 text-primary-100"
92
- },
93
- {
94
- intent: "secondary",
95
- isDisabled: !0,
96
- isActive: !1,
97
- class: "bg-neutral-400 text-neutral-600"
98
- },
99
- {
100
- intent: "secondary",
101
- isDisabled: !0,
102
- isActive: !0,
103
- class: "bg-primary-100 text-primary-300"
104
- },
105
- {
106
- intent: "minimal",
107
- isDisabled: !0,
108
- isActive: !1,
109
- class: "text-neutral-600"
110
- },
111
- {
112
- intent: "minimal",
113
- isDisabled: !0,
114
- isActive: !0,
115
- class: "text-neutral-700"
116
- },
117
- {
118
- intent: "error",
119
- isDisabled: !0,
120
- isActive: !1,
121
- class: "text-neutral-600"
122
- },
123
- {
124
- intent: "error",
125
- isDisabled: !0,
126
- isActive: !0,
127
- class: "bg-error-300 text-primary-100"
128
- }
129
- ], a = e(
130
- "inline-flex items-center justify-center rounded-lg border border-transparent transition duration-150 ease-in-out focus:outline-none",
131
- {
132
- variants: {
133
- intent: {
134
- primary: "bg-transparent text-primary-500",
135
- secondary: "bg-primary-200 text-primary-500",
136
- minimal: "bg-transparent text-neutral-700",
137
- error: "bg-transparent text-error-500"
138
- },
139
- size: {
140
- xxs: "p-1",
141
- xs: "p-2",
142
- sm: "p-2.5",
143
- md: "p-3",
144
- lg: "p-4"
145
- },
146
- isDisabled: {
147
- true: "pointer-events-none cursor-not-allowed"
148
- },
149
- isHovered: {
150
- true: ""
151
- },
152
- isActive: {
153
- true: ""
154
- },
155
- isFocused: {
156
- false: "",
157
- true: "focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"
158
- }
159
- },
160
- compoundVariants: [...t, ...r, ...i]
161
- }
162
- );
1
+ import { j as d } from "./index.es42.js";
2
+ import { forwardRef as p } from "react";
3
+ import { cn as f } from "./index.es44.js";
4
+ import { overlayVariants as v } from "./index.es110.js";
5
+ const y = (e, a) => {
6
+ const { zIndex: s = 200, opacity: t = "md", blur: o = "sm", children: m, className: c, center: r = !0, fixed: i, ...n } = e, l = f(v({ opacity: t, fixed: i, center: r, blur: o }), `z-[${s}]`, c);
7
+ return /* @__PURE__ */ d.jsx("div", { ref: a, className: l, "data-center": r || void 0, ...n, children: m });
8
+ }, x = p(y);
9
+ x.displayName = "Overlay";
163
10
  export {
164
- a as buttonVariants
11
+ x as Overlay
165
12
  };
@@ -1,130 +1,132 @@
1
1
  import { j as n } from "./index.es42.js";
2
- import { useState as T, useMemo as L } from "react";
3
- import { ComboBox as k, Input as A } from "react-aria-components";
4
- import { useDebouncedValue as _ } from "./index.es74.js";
5
- import { Badge as q } from "./index.es4.js";
2
+ import { useState as k, useMemo as j, useRef as A } from "react";
3
+ import { ComboBox as _, Input as q } from "react-aria-components";
4
+ import { useDebouncedValue as G } from "./index.es74.js";
5
+ import { Badge as J } from "./index.es4.js";
6
6
  import "./index.es5.js";
7
7
  import "./index.es15.js";
8
- import { Label as G } from "./index.es16.js";
9
- import { SearchFieldIconContainer as J } from "./index.es76.js";
10
- import { SearchFieldMessages as Q } from "./index.es77.js";
11
- import { SearchFieldPopover as U } from "./index.es78.js";
12
- import { getSearchFieldDefaultProps as W, getHighlightedParts as X } from "./index.es79.js";
13
- import { multiSearchFieldContainerVariants as Y } from "./index.es61.js";
14
- const ue = (b) => {
8
+ import { Label as Q } from "./index.es16.js";
9
+ import { SearchFieldIconContainer as U } from "./index.es76.js";
10
+ import { SearchFieldMessages as W } from "./index.es77.js";
11
+ import { SearchFieldPopover as X } from "./index.es78.js";
12
+ import { getSearchFieldDefaultProps as Y, getHighlightedParts as Z } from "./index.es79.js";
13
+ import { multiSearchFieldContainerVariants as $ } from "./index.es61.js";
14
+ const fe = (g) => {
15
15
  const {
16
- label: g,
17
- onReset: h,
18
- placeholder: j,
16
+ label: b,
17
+ onReset: f,
18
+ placeholder: R,
19
19
  isDisabled: d,
20
20
  delay: x,
21
21
  searchIcon: D,
22
22
  clearIcon: F,
23
23
  size: w,
24
- description: R,
24
+ description: y,
25
25
  inputValue: r,
26
26
  isInvalid: C,
27
- errorMessage: y,
27
+ errorMessage: P,
28
28
  items: a,
29
- noResultsText: P,
29
+ noResultsText: z,
30
30
  selectedValues: I,
31
31
  onSelectedValuesChange: i,
32
32
  onInputChange: u,
33
- ...z
34
- } = W(b), [B, f] = T([]), m = I !== void 0, s = m ? I : B, l = _(r, x ?? x), M = !!(l && h), N = (e) => {
33
+ ...B
34
+ } = Y(g), [M, h] = k([]), m = I !== void 0, s = m ? I : M, l = G(r, x ?? x), N = !!(l && f), v = (e) => {
35
35
  const t = s.filter((o) => o !== e);
36
- m || f(t), i && i(t);
36
+ m || h(t), i && i(t);
37
37
  }, S = (e) => {
38
38
  if (!s.includes(e)) {
39
39
  const t = [...s, e];
40
- m || f(t), i && i(t);
40
+ m || h(t), i && i(t);
41
41
  }
42
- }, v = () => {
43
- h && h(), m || f([]), i && i([]);
44
- }, E = (e) => {
42
+ }, E = () => {
43
+ f && f(), m || h([]), i && i([]);
44
+ }, H = (e) => {
45
45
  const t = a.find((o) => o.id === e);
46
46
  t && !s.includes(t.label) && (S(t.label), u && u(""));
47
- }, H = (e) => {
47
+ }, K = (e) => {
48
48
  if (e.key !== "Enter" || !(r != null && r.trim()))
49
49
  return;
50
50
  const t = r.trim(), o = a.filter(
51
51
  (c) => c.label.toLowerCase().includes(t.toLowerCase()) && !s.includes(c.label)
52
52
  );
53
53
  o.length === 1 && (e.preventDefault(), e.stopPropagation(), S(o[0].label), u && u(""));
54
- }, K = L(() => {
54
+ }, O = j(() => {
55
55
  const e = [...s];
56
56
  return l && e.push(l), a.filter((t) => {
57
57
  const o = t.label.toLowerCase();
58
58
  return e.some((c) => o.includes(c.toLowerCase()));
59
59
  }).map((t) => {
60
- const o = l ? t.label.toLowerCase().includes(l.toLowerCase()) : !1, c = l ? X(t.label, l) : [{ text: t.label, highlight: !1 }];
60
+ const o = l ? t.label.toLowerCase().includes(l.toLowerCase()) : !1, c = l ? Z(t.label, l) : [{ text: t.label, highlight: !1 }];
61
61
  return { ...t, shouldHighlight: o, highlightedParts: c };
62
62
  });
63
- }, [l, a, s]), O = L(() => l ? !a.some(
63
+ }, [l, a, s]), T = j(() => l ? !a.some(
64
64
  (e) => e.label.toLowerCase().includes(l.toLowerCase()) && !s.includes(e.label)
65
- ) : !1, [l, a, s]), p = s.length > 0, V = w ?? w;
65
+ ) : !1, [l, a, s]), p = s.length > 0, V = w ?? w, L = A(null);
66
66
  return /* @__PURE__ */ n.jsxs(
67
- k,
67
+ _,
68
68
  {
69
69
  inputValue: r,
70
70
  isDisabled: d,
71
71
  isInvalid: C,
72
72
  allowsEmptyCollection: !0,
73
73
  onInputChange: u,
74
- ...z,
74
+ ...B,
75
75
  children: [
76
- g && /* @__PURE__ */ n.jsx(G, { children: g }),
76
+ b && /* @__PURE__ */ n.jsx(Q, { children: b }),
77
77
  /* @__PURE__ */ n.jsxs(
78
78
  "div",
79
79
  {
80
+ ref: L,
80
81
  "data-testid": "multi-search-field-container",
81
- className: Y({
82
+ className: $({
82
83
  size: V,
83
84
  isDisabled: d
84
85
  }),
85
86
  children: [
86
87
  p && /* @__PURE__ */ n.jsx(n.Fragment, { children: s.map((e) => /* @__PURE__ */ n.jsx(
87
- q,
88
+ J,
88
89
  {
89
90
  label: e,
90
91
  size: V,
91
92
  isDisabled: d,
92
- onDelete: () => N(e)
93
+ onDelete: () => v(e)
93
94
  },
94
95
  e
95
96
  )) }),
96
97
  /* @__PURE__ */ n.jsx(
97
- A,
98
+ q,
98
99
  {
99
- placeholder: p ? void 0 : j,
100
+ placeholder: p ? void 0 : R,
100
101
  className: "min-w-[120px] flex-1 border-0 bg-transparent p-0 outline-none focus:ring-0",
101
102
  disabled: d,
102
- readOnly: b.isReadOnly,
103
- onKeyDown: H
103
+ readOnly: g.isReadOnly,
104
+ onKeyDown: K
104
105
  }
105
106
  ),
106
107
  /* @__PURE__ */ n.jsx(
107
- J,
108
+ U,
108
109
  {
109
- showClearIcon: M,
110
+ showClearIcon: N,
110
111
  hasBadges: p,
111
112
  clearIcon: F,
112
113
  searchIcon: D,
113
114
  isDisabled: d,
114
- onReset: v
115
+ onReset: E
115
116
  }
116
117
  )
117
118
  ]
118
119
  }
119
120
  ),
120
- /* @__PURE__ */ n.jsx(Q, { description: R, isInvalid: C, errorMessage: y }),
121
+ /* @__PURE__ */ n.jsx(W, { description: y, isInvalid: C, errorMessage: P }),
121
122
  /* @__PURE__ */ n.jsx(
122
- U,
123
+ X,
123
124
  {
124
- hasNoResults: O,
125
- noResultsText: P,
126
- items: K,
127
- onItemSelect: E
125
+ triggerRef: L,
126
+ hasNoResults: T,
127
+ noResultsText: z,
128
+ items: O,
129
+ onItemSelect: H
128
130
  }
129
131
  )
130
132
  ]
@@ -132,5 +134,5 @@ const ue = (b) => {
132
134
  );
133
135
  };
134
136
  export {
135
- ue as MultiSearchField
137
+ fe as MultiSearchField
136
138
  };
@@ -1,25 +1,14 @@
1
- import { j as o } from "./index.es42.js";
2
- import { cn as m } from "./index.es44.js";
3
- import { ClearIconButton as s } from "./index.es114.js";
4
- import { SearchIcon as p } from "./index.es115.js";
5
- const j = ({
6
- showClearIcon: r,
7
- hasBadges: t,
8
- clearIcon: e,
9
- searchIcon: i,
10
- isDisabled: c,
11
- onReset: n
12
- }) => /* @__PURE__ */ o.jsx(
13
- "span",
14
- {
15
- className: m(
16
- "absolute right-2 flex items-center",
17
- t ? "top-2" : "top-1/2 -translate-y-1/2",
18
- !t && r && "top-[53%]"
19
- ),
20
- children: r && n ? /* @__PURE__ */ o.jsx(s, { icon: e, isDisabled: c, onPress: n }) : /* @__PURE__ */ o.jsx(p, { icon: i })
21
- }
22
- );
1
+ import { j as r } from "./index.es42.js";
2
+ import { cn as c } from "./index.es44.js";
3
+ import { ClearIconButton as i } from "./index.es111.js";
4
+ import { SearchIcon as a } from "./index.es112.js";
5
+ const f = ({
6
+ showClearIcon: t,
7
+ clearIcon: n,
8
+ searchIcon: e,
9
+ isDisabled: s,
10
+ onReset: o
11
+ }) => /* @__PURE__ */ r.jsx("span", { className: c("absolute right-2 top-1/2 flex -translate-y-1/2 items-center"), children: t && o ? /* @__PURE__ */ r.jsx(i, { icon: n, isDisabled: s, onPress: o }) : /* @__PURE__ */ r.jsx(a, { icon: e }) });
23
12
  export {
24
- j as SearchFieldIconContainer
13
+ f as SearchFieldIconContainer
25
14
  };
@@ -1,14 +1,44 @@
1
- import { j as o } from "./index.es42.js";
2
- import { Popover as m } from "react-aria-components";
3
- import { NoResultsMessage as p } from "./index.es116.js";
4
- import { SearchListBox as i } from "./index.es117.js";
5
- import { popoverVariants as a } from "./index.es61.js";
6
- const l = ({
7
- hasNoResults: r,
8
- noResultsText: e,
9
- items: s,
10
- onItemSelect: t
11
- }) => /* @__PURE__ */ o.jsx(m, { className: a(), children: r ? /* @__PURE__ */ o.jsx(p, { text: e }) : /* @__PURE__ */ o.jsx(i, { items: s, onItemSelect: t }) });
1
+ import { j as e } from "./index.es42.js";
2
+ import { useState as m, useEffect as u } from "react";
3
+ import { Popover as v } from "react-aria-components";
4
+ import { NoResultsMessage as a } from "./index.es113.js";
5
+ import { SearchListBox as h } from "./index.es114.js";
6
+ import { popoverVariants as x } from "./index.es61.js";
7
+ const z = ({
8
+ triggerRef: o,
9
+ hasNoResults: n,
10
+ noResultsText: i,
11
+ items: p,
12
+ onItemSelect: c
13
+ }) => {
14
+ const [s, d] = m(void 0);
15
+ return u(() => {
16
+ if (!(o != null && o.current))
17
+ return;
18
+ const r = () => {
19
+ if (o.current) {
20
+ const t = o.current.offsetWidth;
21
+ d(t);
22
+ }
23
+ };
24
+ if (r(), typeof ResizeObserver < "u") {
25
+ const t = new ResizeObserver(() => {
26
+ r();
27
+ });
28
+ return o.current && t.observe(o.current), () => {
29
+ t.disconnect();
30
+ };
31
+ }
32
+ }, [o]), /* @__PURE__ */ e.jsx(
33
+ v,
34
+ {
35
+ className: x(),
36
+ triggerRef: o,
37
+ style: s !== void 0 ? { width: `${s}px`, minWidth: `${s}px` } : void 0,
38
+ children: n ? /* @__PURE__ */ e.jsx(a, { text: i }) : /* @__PURE__ */ e.jsx(h, { items: p, onItemSelect: c })
39
+ }
40
+ );
41
+ };
12
42
  export {
13
- l as SearchFieldPopover
43
+ z as SearchFieldPopover
14
44
  };
package/dist/index.es8.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { j as e } from "./index.es42.js";
2
2
  import { Checkbox as h } from "react-aria-components";
3
3
  import { cn as m } from "./index.es44.js";
4
- import { MarkIcon as i } from "./index.es68.js";
4
+ import { MarkIcon as i } from "./index.es70.js";
5
5
  import { checkboxVariants as j } from "./index.es47.js";
6
6
  const g = ({
7
7
  isIndeterminate: x = !1,
@@ -1,80 +1,103 @@
1
- import { j as t } from "./index.es42.js";
2
- import { Button as g, SelectValue as j } from "react-aria-components";
3
- import { cn as i } from "./index.es44.js";
4
- import { Badge as w } from "./index.es4.js";
5
- import "./index.es5.js";
6
- import { selectInputButtonVariants as v } from "./index.es49.js";
7
- const b = ({
8
- ref: C,
9
- isOpen: l,
10
- setIsOpen: m,
11
- size: o,
12
- isDisabled: n,
13
- classNameButton: x,
14
- selectionMode: c,
15
- maxLengthTextOption: f,
16
- handleDeleteOptionSelected: p,
17
- placeholder: u
18
- }) => /* @__PURE__ */ t.jsxs(
19
- g,
20
- {
21
- ref: C,
22
- className: ({ isFocusVisible: e, isHovered: a }) => i(
23
- v({
24
- size: o,
25
- isDisabled: n,
26
- isFocusVisible: e || l,
27
- isHovered: a
28
- }),
29
- x
1
+ import { j as l } from "./index.es42.js";
2
+ import { cn as P } from "./index.es44.js";
3
+ import { SliderThumb as j } from "./index.es115.js";
4
+ const T = ({
5
+ state: r,
6
+ type: n,
7
+ showTypeValue: t,
8
+ suffix: c,
9
+ classNameFilled: a,
10
+ classNameUnfilled: m,
11
+ modeTooltip: b,
12
+ positionTooltip: h,
13
+ classNameThumb: d,
14
+ isHiddenValue: v,
15
+ suffixRangeCustom: e
16
+ }) => /* @__PURE__ */ l.jsxs("div", { className: "relative", children: [
17
+ t === "default" && !v ? /* @__PURE__ */ l.jsxs("div", { className: "flex justify-between", children: [
18
+ /* @__PURE__ */ l.jsxs(
19
+ "div",
20
+ {
21
+ className: "absolute top-4 text-sm text-neutral-900",
22
+ style: { left: `${r.getThumbPercent(0) * 100}%`, transform: "translateX(-50%)" },
23
+ children: [
24
+ r.values[0],
25
+ n === "range" && (e == null ? void 0 : e.left) || c
26
+ ]
27
+ }
30
28
  ),
31
- onPress: () => m(!l),
32
- children: [
33
- /* @__PURE__ */ t.jsx(j, { className: "flex flex-1 items-center gap-1 overflow-hidden", children: ({ selectedItems: e, selectedText: a, isPlaceholder: h }) => /* @__PURE__ */ t.jsx(t.Fragment, { children: c === "multiple" && e && e.length > 0 ? /* @__PURE__ */ t.jsx("div", { className: "flex flex-wrap gap-1", children: e.filter((r) => r != null).map((r) => {
34
- const d = r.label, s = r.value;
35
- return /* @__PURE__ */ t.jsx(
36
- w,
37
- {
38
- label: d,
39
- size: o,
40
- isDisabled: n,
41
- maxLength: f,
42
- onDelete: () => p(s)
43
- },
44
- s
45
- );
46
- }) }) : /* @__PURE__ */ t.jsx(
47
- "span",
48
- {
49
- className: i(
50
- "flex-1 truncate text-left",
51
- h ? "text-neutral-600" : "",
52
- n ? "text-neutral-700" : ""
53
- ),
54
- children: a || u
55
- }
56
- ) }) }),
57
- /* @__PURE__ */ t.jsx(
58
- "svg",
59
- {
60
- className: `${l ? "rotate-180" : ""} transition-transform duration-100`,
61
- width: "20",
62
- height: "10",
63
- viewBox: "0 0 20 10",
64
- fill: "none",
65
- xmlns: "http://www.w3.org/2000/svg",
66
- children: /* @__PURE__ */ t.jsx(
67
- "path",
68
- {
69
- d: "M20 0.838022C20.0006 0.947676 19.9796 1.05638 19.9381 1.15789C19.8967 1.2594 19.8356 1.35173 19.7584 1.42959L12.9512 8.23676C12.5642 8.62472 12.1045 8.93252 11.5984 9.14254C11.0922 9.35256 10.5497 9.46066 10.0017 9.46066C9.45373 9.46066 8.91115 9.35256 8.40502 9.14254C7.8989 8.93252 7.43918 8.62472 7.0522 8.23676L0.245034 1.42959C0.167349 1.3519 0.105725 1.25968 0.0636824 1.15818C0.0216393 1.05667 5.62088e-09 0.947886 0 0.838023C-5.62081e-09 0.728159 0.0216393 0.619372 0.0636824 0.51787C0.105725 0.41637 0.167349 0.324143 0.245034 0.246458C0.32272 0.168773 0.414946 0.107149 0.516447 0.0651056C0.617948 0.0230624 0.726736 0.00142351 0.8366 0.00142351C0.946464 0.00142351 1.05525 0.0230624 1.15675 0.0651055C1.25825 0.107149 1.35048 0.168773 1.42817 0.246458L8.23533 7.05363C8.704 7.52171 9.33931 7.78463 10.0017 7.78463C10.6641 7.78463 11.2994 7.52171 11.7681 7.05363L18.5752 0.246457C18.6527 0.168363 18.7448 0.106378 18.8464 0.0640783C18.9479 0.0217776 19.0568 4.80781e-09 19.1668 0C19.2768 -4.80789e-09 19.3857 0.0217776 19.4872 0.0640782C19.5888 0.106378 19.6809 0.168363 19.7584 0.246457C19.8356 0.324311 19.8967 0.41664 19.9381 0.518154C19.9796 0.619668 20.0006 0.728369 20 0.838022Z",
70
- fill: "#73768C"
71
- }
72
- )
73
- }
74
- )
75
- ]
76
- }
77
- );
29
+ n === "range" && /* @__PURE__ */ l.jsxs(
30
+ "div",
31
+ {
32
+ className: "absolute top-4 text-sm text-neutral-900",
33
+ style: { left: `${r.getThumbPercent(1) * 100}%`, transform: "translateX(-50%)" },
34
+ children: [
35
+ r.values[1],
36
+ (e == null ? void 0 : e.right) || c
37
+ ]
38
+ }
39
+ )
40
+ ] }) : null,
41
+ /* @__PURE__ */ l.jsx(
42
+ "div",
43
+ {
44
+ className: P("absolute top-1/2 h-2 w-full -translate-y-1/2 rounded-full bg-primary-100", m)
45
+ }
46
+ ),
47
+ /* @__PURE__ */ l.jsx(
48
+ "div",
49
+ {
50
+ className: P("absolute top-1/2 h-2 -translate-y-1/2 rounded-full bg-primary-500", a),
51
+ style: {
52
+ width: `${n === "range" ? r.getThumbPercent(1) * 100 - r.getThumbPercent(0) * 100 : r.getThumbPercent(0) * 100}%`,
53
+ left: n === "range" ? `${r.getThumbPercent(0) * 100}%` : "0%"
54
+ }
55
+ }
56
+ ),
57
+ n === "range" ? /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
58
+ /* @__PURE__ */ l.jsx(
59
+ j,
60
+ {
61
+ index: 0,
62
+ valuePercent: r.getThumbPercent(0),
63
+ value: r.values[0],
64
+ suffix: (e == null ? void 0 : e.left) || c,
65
+ modeTooltip: b,
66
+ positionTooltip: h,
67
+ showTypeValue: t,
68
+ isHiddenValue: v,
69
+ classNameThumb: d
70
+ }
71
+ ),
72
+ /* @__PURE__ */ l.jsx(
73
+ j,
74
+ {
75
+ index: 1,
76
+ valuePercent: r.getThumbPercent(1),
77
+ value: r.values[1],
78
+ suffix: (e == null ? void 0 : e.right) || c,
79
+ modeTooltip: b,
80
+ positionTooltip: h,
81
+ showTypeValue: t,
82
+ isHiddenValue: v,
83
+ classNameThumb: d
84
+ }
85
+ )
86
+ ] }) : /* @__PURE__ */ l.jsx(
87
+ j,
88
+ {
89
+ index: 0,
90
+ valuePercent: r.getThumbPercent(0),
91
+ value: r.values[0],
92
+ suffix: c,
93
+ modeTooltip: b,
94
+ positionTooltip: h,
95
+ showTypeValue: t,
96
+ isHiddenValue: v,
97
+ classNameThumb: d
98
+ }
99
+ )
100
+ ] });
78
101
  export {
79
- b as SelectContent
102
+ T as SliderContainerTrack
80
103
  };