@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,342 +1,4 @@
1
- import { getDefaultExportFromCjs as h } from "./index.es118.js";
2
- import { m as k } from "./index.es130.js";
3
- import { p as y } from "./index.es131.js";
4
- import { d as v } from "./index.es121.js";
5
- import { c as x } from "./index.es132.js";
6
- const d = k, z = y, b = v, o = x, [C, { lineHeight: $ }] = b.fontSize.base, { spacing: e, borderWidth: f, borderRadius: u } = b;
7
- function r(a, n) {
8
- return a.replace("<alpha-value>", `var(${n}, 1)`);
9
- }
10
- const j = z.withOptions(function(a = { strategy: void 0 }) {
11
- return function({ addBase: n, addComponents: w, theme: t }) {
12
- function g(s, i) {
13
- let c = t(s);
14
- return !c || c.includes("var(") ? i : c.replace("<alpha-value>", "1");
15
- }
16
- const l = a.strategy === void 0 ? ["base", "class"] : [a.strategy], m = [
17
- {
18
- base: [
19
- "[type='text']",
20
- "input:where(:not([type]))",
21
- "[type='email']",
22
- "[type='url']",
23
- "[type='password']",
24
- "[type='number']",
25
- "[type='date']",
26
- "[type='datetime-local']",
27
- "[type='month']",
28
- "[type='search']",
29
- "[type='tel']",
30
- "[type='time']",
31
- "[type='week']",
32
- "[multiple]",
33
- "textarea",
34
- "select"
35
- ],
36
- class: [".form-input", ".form-textarea", ".form-select", ".form-multiselect"],
37
- styles: {
38
- appearance: "none",
39
- "background-color": "#fff",
40
- "border-color": r(
41
- t("colors.gray.500", o.gray[500]),
42
- "--tw-border-opacity"
43
- ),
44
- "border-width": f.DEFAULT,
45
- "border-radius": u.none,
46
- "padding-top": e[2],
47
- "padding-right": e[3],
48
- "padding-bottom": e[2],
49
- "padding-left": e[3],
50
- "font-size": C,
51
- "line-height": $,
52
- "--tw-shadow": "0 0 #0000",
53
- "&:focus": {
54
- outline: "2px solid transparent",
55
- "outline-offset": "2px",
56
- "--tw-ring-inset": "var(--tw-empty,/*!*/ /*!*/)",
57
- "--tw-ring-offset-width": "0px",
58
- "--tw-ring-offset-color": "#fff",
59
- "--tw-ring-color": r(
60
- t("colors.blue.600", o.blue[600]),
61
- "--tw-ring-opacity"
62
- ),
63
- "--tw-ring-offset-shadow": "var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)",
64
- "--tw-ring-shadow": "var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)",
65
- "box-shadow": "var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)",
66
- "border-color": r(
67
- t("colors.blue.600", o.blue[600]),
68
- "--tw-border-opacity"
69
- )
70
- }
71
- }
72
- },
73
- {
74
- base: ["input::placeholder", "textarea::placeholder"],
75
- class: [".form-input::placeholder", ".form-textarea::placeholder"],
76
- styles: {
77
- color: r(t("colors.gray.500", o.gray[500]), "--tw-text-opacity"),
78
- opacity: "1"
79
- }
80
- },
81
- {
82
- base: ["::-webkit-datetime-edit-fields-wrapper"],
83
- class: [".form-input::-webkit-datetime-edit-fields-wrapper"],
84
- styles: {
85
- padding: "0"
86
- }
87
- },
88
- {
89
- // Unfortunate hack until https://bugs.webkit.org/show_bug.cgi?id=198959 is fixed.
90
- // This sucks because users can't change line-height with a utility on date inputs now.
91
- // Reference: https://github.com/twbs/bootstrap/pull/31993
92
- base: ["::-webkit-date-and-time-value"],
93
- class: [".form-input::-webkit-date-and-time-value"],
94
- styles: {
95
- "min-height": "1.5em"
96
- }
97
- },
98
- {
99
- // In Safari on iOS date and time inputs are centered instead of left-aligned and can't be
100
- // changed with `text-align` utilities on the input by default. Resetting this to `inherit`
101
- // makes them left-aligned by default and makes it possible to override the alignment with
102
- // utility classes without using an arbitrary variant to target the pseudo-elements.
103
- base: ["::-webkit-date-and-time-value"],
104
- class: [".form-input::-webkit-date-and-time-value"],
105
- styles: {
106
- "text-align": "inherit"
107
- }
108
- },
109
- {
110
- // In Safari on macOS date time inputs that are set to `display: block` have unexpected
111
- // extra bottom spacing. This can be corrected by setting the `::-webkit-datetime-edit`
112
- // pseudo-element to `display: inline-flex`, instead of the browser default of
113
- // `display: inline-block`.
114
- base: ["::-webkit-datetime-edit"],
115
- class: [".form-input::-webkit-datetime-edit"],
116
- styles: {
117
- display: "inline-flex"
118
- }
119
- },
120
- {
121
- // In Safari on macOS date time inputs are 4px taller than normal inputs
122
- // This is because there is extra padding on the datetime-edit and datetime-edit-{part}-field pseudo elements
123
- // See https://github.com/tailwindlabs/tailwindcss-forms/issues/95
124
- base: [
125
- "::-webkit-datetime-edit",
126
- "::-webkit-datetime-edit-year-field",
127
- "::-webkit-datetime-edit-month-field",
128
- "::-webkit-datetime-edit-day-field",
129
- "::-webkit-datetime-edit-hour-field",
130
- "::-webkit-datetime-edit-minute-field",
131
- "::-webkit-datetime-edit-second-field",
132
- "::-webkit-datetime-edit-millisecond-field",
133
- "::-webkit-datetime-edit-meridiem-field"
134
- ],
135
- class: [
136
- ".form-input::-webkit-datetime-edit",
137
- ".form-input::-webkit-datetime-edit-year-field",
138
- ".form-input::-webkit-datetime-edit-month-field",
139
- ".form-input::-webkit-datetime-edit-day-field",
140
- ".form-input::-webkit-datetime-edit-hour-field",
141
- ".form-input::-webkit-datetime-edit-minute-field",
142
- ".form-input::-webkit-datetime-edit-second-field",
143
- ".form-input::-webkit-datetime-edit-millisecond-field",
144
- ".form-input::-webkit-datetime-edit-meridiem-field"
145
- ],
146
- styles: {
147
- "padding-top": 0,
148
- "padding-bottom": 0
149
- }
150
- },
151
- {
152
- base: ["select"],
153
- class: [".form-select"],
154
- styles: {
155
- "background-image": `url("${d(
156
- `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path stroke="${g(
157
- "colors.gray.500",
158
- o.gray[500]
159
- )}" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8l4 4 4-4"/></svg>`
160
- )}")`,
161
- "background-position": `right ${e[2]} center`,
162
- "background-repeat": "no-repeat",
163
- "background-size": "1.5em 1.5em",
164
- "padding-right": e[10],
165
- "print-color-adjust": "exact"
166
- }
167
- },
168
- {
169
- base: ["[multiple]", '[size]:where(select:not([size="1"]))'],
170
- class: ['.form-select:where([size]:not([size="1"]))'],
171
- styles: {
172
- "background-image": "initial",
173
- "background-position": "initial",
174
- "background-repeat": "unset",
175
- "background-size": "initial",
176
- "padding-right": e[3],
177
- "print-color-adjust": "unset"
178
- }
179
- },
180
- {
181
- base: ["[type='checkbox']", "[type='radio']"],
182
- class: [".form-checkbox", ".form-radio"],
183
- styles: {
184
- appearance: "none",
185
- padding: "0",
186
- "print-color-adjust": "exact",
187
- display: "inline-block",
188
- "vertical-align": "middle",
189
- "background-origin": "border-box",
190
- "user-select": "none",
191
- "flex-shrink": "0",
192
- height: e[4],
193
- width: e[4],
194
- color: r(t("colors.blue.600", o.blue[600]), "--tw-text-opacity"),
195
- "background-color": "#fff",
196
- "border-color": r(
197
- t("colors.gray.500", o.gray[500]),
198
- "--tw-border-opacity"
199
- ),
200
- "border-width": f.DEFAULT,
201
- "--tw-shadow": "0 0 #0000"
202
- }
203
- },
204
- {
205
- base: ["[type='checkbox']"],
206
- class: [".form-checkbox"],
207
- styles: {
208
- "border-radius": u.none
209
- }
210
- },
211
- {
212
- base: ["[type='radio']"],
213
- class: [".form-radio"],
214
- styles: {
215
- "border-radius": "100%"
216
- }
217
- },
218
- {
219
- base: ["[type='checkbox']:focus", "[type='radio']:focus"],
220
- class: [".form-checkbox:focus", ".form-radio:focus"],
221
- styles: {
222
- outline: "2px solid transparent",
223
- "outline-offset": "2px",
224
- "--tw-ring-inset": "var(--tw-empty,/*!*/ /*!*/)",
225
- "--tw-ring-offset-width": "2px",
226
- "--tw-ring-offset-color": "#fff",
227
- "--tw-ring-color": r(
228
- t("colors.blue.600", o.blue[600]),
229
- "--tw-ring-opacity"
230
- ),
231
- "--tw-ring-offset-shadow": "var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)",
232
- "--tw-ring-shadow": "var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)",
233
- "box-shadow": "var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)"
234
- }
235
- },
236
- {
237
- base: ["[type='checkbox']:checked", "[type='radio']:checked"],
238
- class: [".form-checkbox:checked", ".form-radio:checked"],
239
- styles: {
240
- "border-color": "transparent",
241
- "background-color": "currentColor",
242
- "background-size": "100% 100%",
243
- "background-position": "center",
244
- "background-repeat": "no-repeat"
245
- }
246
- },
247
- {
248
- base: ["[type='checkbox']:checked"],
249
- class: [".form-checkbox:checked"],
250
- styles: {
251
- "background-image": `url("${d(
252
- '<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/></svg>'
253
- )}")`,
254
- "@media (forced-colors: active) ": {
255
- appearance: "auto"
256
- }
257
- }
258
- },
259
- {
260
- base: ["[type='radio']:checked"],
261
- class: [".form-radio:checked"],
262
- styles: {
263
- "background-image": `url("${d(
264
- '<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>'
265
- )}")`,
266
- "@media (forced-colors: active) ": {
267
- appearance: "auto"
268
- }
269
- }
270
- },
271
- {
272
- base: [
273
- "[type='checkbox']:checked:hover",
274
- "[type='checkbox']:checked:focus",
275
- "[type='radio']:checked:hover",
276
- "[type='radio']:checked:focus"
277
- ],
278
- class: [
279
- ".form-checkbox:checked:hover",
280
- ".form-checkbox:checked:focus",
281
- ".form-radio:checked:hover",
282
- ".form-radio:checked:focus"
283
- ],
284
- styles: {
285
- "border-color": "transparent",
286
- "background-color": "currentColor"
287
- }
288
- },
289
- {
290
- base: ["[type='checkbox']:indeterminate"],
291
- class: [".form-checkbox:indeterminate"],
292
- styles: {
293
- "background-image": `url("${d(
294
- '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 8h8"/></svg>'
295
- )}")`,
296
- "border-color": "transparent",
297
- "background-color": "currentColor",
298
- "background-size": "100% 100%",
299
- "background-position": "center",
300
- "background-repeat": "no-repeat",
301
- "@media (forced-colors: active) ": {
302
- appearance: "auto"
303
- }
304
- }
305
- },
306
- {
307
- base: ["[type='checkbox']:indeterminate:hover", "[type='checkbox']:indeterminate:focus"],
308
- class: [".form-checkbox:indeterminate:hover", ".form-checkbox:indeterminate:focus"],
309
- styles: {
310
- "border-color": "transparent",
311
- "background-color": "currentColor"
312
- }
313
- },
314
- {
315
- base: ["[type='file']"],
316
- class: null,
317
- styles: {
318
- background: "unset",
319
- "border-color": "inherit",
320
- "border-width": "0",
321
- "border-radius": "0",
322
- padding: "0",
323
- "font-size": "unset",
324
- "line-height": "inherit"
325
- }
326
- },
327
- {
328
- base: ["[type='file']:focus"],
329
- class: null,
330
- styles: {
331
- outline: ["1px solid ButtonText", "1px auto -webkit-focus-ring-color"]
332
- }
333
- }
334
- ], p = (s) => m.map((i) => i[s] === null ? null : { [i[s]]: i.styles }).filter(Boolean);
335
- l.includes("base") && n(p("base")), l.includes("class") && w(p("class"));
336
- };
337
- });
338
- var B = j;
339
- const U = /* @__PURE__ */ h(B);
1
+ var r = {};
340
2
  export {
341
- U as default
3
+ r as __exports
342
4
  };
@@ -1,168 +1,4 @@
1
- import { getDefaultExportFromCjs as r } from "./index.es118.js";
2
- import { p as o } from "./index.es131.js";
3
- const l = o;
4
- function e(a) {
5
- return Object.fromEntries(
6
- Object.entries(a).filter(([i]) => i !== "DEFAULT")
7
- );
8
- }
9
- var s = l(
10
- ({ addUtilities: a, matchUtilities: i, theme: n }) => {
11
- a({
12
- "@keyframes enter": n("keyframes.enter"),
13
- "@keyframes exit": n("keyframes.exit"),
14
- ".animate-in": {
15
- animationName: "enter",
16
- animationDuration: n("animationDuration.DEFAULT"),
17
- "--tw-enter-opacity": "initial",
18
- "--tw-enter-scale": "initial",
19
- "--tw-enter-rotate": "initial",
20
- "--tw-enter-translate-x": "initial",
21
- "--tw-enter-translate-y": "initial"
22
- },
23
- ".animate-out": {
24
- animationName: "exit",
25
- animationDuration: n("animationDuration.DEFAULT"),
26
- "--tw-exit-opacity": "initial",
27
- "--tw-exit-scale": "initial",
28
- "--tw-exit-rotate": "initial",
29
- "--tw-exit-translate-x": "initial",
30
- "--tw-exit-translate-y": "initial"
31
- }
32
- }), i(
33
- {
34
- "fade-in": (t) => ({ "--tw-enter-opacity": t }),
35
- "fade-out": (t) => ({ "--tw-exit-opacity": t })
36
- },
37
- { values: n("animationOpacity") }
38
- ), i(
39
- {
40
- "zoom-in": (t) => ({ "--tw-enter-scale": t }),
41
- "zoom-out": (t) => ({ "--tw-exit-scale": t })
42
- },
43
- { values: n("animationScale") }
44
- ), i(
45
- {
46
- "spin-in": (t) => ({ "--tw-enter-rotate": t }),
47
- "spin-out": (t) => ({ "--tw-exit-rotate": t })
48
- },
49
- { values: n("animationRotate") }
50
- ), i(
51
- {
52
- "slide-in-from-top": (t) => ({
53
- "--tw-enter-translate-y": `-${t}`
54
- }),
55
- "slide-in-from-bottom": (t) => ({
56
- "--tw-enter-translate-y": t
57
- }),
58
- "slide-in-from-left": (t) => ({
59
- "--tw-enter-translate-x": `-${t}`
60
- }),
61
- "slide-in-from-right": (t) => ({
62
- "--tw-enter-translate-x": t
63
- }),
64
- "slide-out-to-top": (t) => ({
65
- "--tw-exit-translate-y": `-${t}`
66
- }),
67
- "slide-out-to-bottom": (t) => ({
68
- "--tw-exit-translate-y": t
69
- }),
70
- "slide-out-to-left": (t) => ({
71
- "--tw-exit-translate-x": `-${t}`
72
- }),
73
- "slide-out-to-right": (t) => ({
74
- "--tw-exit-translate-x": t
75
- })
76
- },
77
- { values: n("animationTranslate") }
78
- ), i(
79
- { duration: (t) => ({ animationDuration: t }) },
80
- { values: e(n("animationDuration")) }
81
- ), i(
82
- { delay: (t) => ({ animationDelay: t }) },
83
- { values: n("animationDelay") }
84
- ), i(
85
- { ease: (t) => ({ animationTimingFunction: t }) },
86
- { values: e(n("animationTimingFunction")) }
87
- ), a({
88
- ".running": { animationPlayState: "running" },
89
- ".paused": { animationPlayState: "paused" }
90
- }), i(
91
- { "fill-mode": (t) => ({ animationFillMode: t }) },
92
- { values: n("animationFillMode") }
93
- ), i(
94
- { direction: (t) => ({ animationDirection: t }) },
95
- { values: n("animationDirection") }
96
- ), i(
97
- { repeat: (t) => ({ animationIterationCount: t }) },
98
- { values: n("animationRepeat") }
99
- );
100
- },
101
- {
102
- theme: {
103
- extend: {
104
- animationDelay: ({ theme: a }) => ({
105
- ...a("transitionDelay")
106
- }),
107
- animationDuration: ({ theme: a }) => ({
108
- 0: "0ms",
109
- ...a("transitionDuration")
110
- }),
111
- animationTimingFunction: ({ theme: a }) => ({
112
- ...a("transitionTimingFunction")
113
- }),
114
- animationFillMode: {
115
- none: "none",
116
- forwards: "forwards",
117
- backwards: "backwards",
118
- both: "both"
119
- },
120
- animationDirection: {
121
- normal: "normal",
122
- reverse: "reverse",
123
- alternate: "alternate",
124
- "alternate-reverse": "alternate-reverse"
125
- },
126
- animationOpacity: ({ theme: a }) => ({
127
- DEFAULT: 0,
128
- ...a("opacity")
129
- }),
130
- animationTranslate: ({ theme: a }) => ({
131
- DEFAULT: "100%",
132
- ...a("translate")
133
- }),
134
- animationScale: ({ theme: a }) => ({
135
- DEFAULT: 0,
136
- ...a("scale")
137
- }),
138
- animationRotate: ({ theme: a }) => ({
139
- DEFAULT: "30deg",
140
- ...a("rotate")
141
- }),
142
- animationRepeat: {
143
- 0: "0",
144
- 1: "1",
145
- infinite: "infinite"
146
- },
147
- keyframes: {
148
- enter: {
149
- from: {
150
- opacity: "var(--tw-enter-opacity, 1)",
151
- transform: "translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))"
152
- }
153
- },
154
- exit: {
155
- to: {
156
- opacity: "var(--tw-exit-opacity, 1)",
157
- transform: "translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))"
158
- }
159
- }
160
- }
161
- }
162
- }
163
- }
164
- );
165
- const u = /* @__PURE__ */ r(s);
1
+ var e = {};
166
2
  export {
167
- u as default
3
+ e as __exports
168
4
  };
@@ -2,7 +2,7 @@ import { j as o } from "./index.es42.js";
2
2
  import { forwardRef as h } from "react";
3
3
  import { useContextProps as B, ButtonContext as j, Button as N } from "react-aria-components";
4
4
  import { cn as w } from "./index.es44.js";
5
- import { buttonVariants as C } from "./index.es73.js";
5
+ import { buttonVariants as C } from "./index.es69.js";
6
6
  function I(r, i) {
7
7
  const [a, c] = B(r, i, j), {
8
8
  intent: m = "secondary",
@@ -4,7 +4,7 @@ import { useFilter as X, Select as Y, FieldError as Z, Popover as $ } from "reac
4
4
  import { cn as r } from "./index.es44.js";
5
5
  import "./index.es15.js";
6
6
  import { Label as ee } from "./index.es16.js";
7
- import { PopoverContent as ae } from "./index.es69.js";
7
+ import { PopoverContent as ae } from "./index.es68.js";
8
8
  import { InvisibleSelectContent as le } from "./index.es19.js";
9
9
  import { invisibleSelectContainerVariants as ie, invisibleSelectLabelVariants as se, invisibleSelectCaptionVariants as re, invisibleSelectPopoverVariants as te } from "./index.es55.js";
10
10
  const ne = (C, N) => {
@@ -1,80 +1,80 @@
1
1
  import { j as e } from "./index.es42.js";
2
- import { CrossCircleIcon as w, DownChevronIcon as B } from "./index.es43.js";
3
- import { Button as u, SelectValue as C } from "react-aria-components";
2
+ import { CrossCircleIcon as C, DownChevronIcon as V } from "./index.es43.js";
3
+ import { Button as x, SelectValue as F } from "react-aria-components";
4
4
  import { cn as l } from "./index.es44.js";
5
- import { invisibleSelectButtonVariants as V, invisibleSelectBadgeVariants as I } from "./index.es55.js";
6
- const F = ({
7
- ref: x,
8
- isOpen: o,
9
- setIsOpen: f,
10
- size: a,
11
- isDisabled: r,
12
- buttonClassName: d,
13
- selectionMode: h,
14
- maxLengthTextOption: c,
15
- handleDeleteOptionSelected: j,
16
- placeholder: p,
17
- validationState: v
5
+ import { invisibleSelectButtonVariants as I, invisibleSelectBadgeVariants as P } from "./index.es55.js";
6
+ const k = ({
7
+ ref: f,
8
+ isOpen: a,
9
+ setIsOpen: d,
10
+ size: s,
11
+ isDisabled: t,
12
+ buttonClassName: h,
13
+ selectionMode: j,
14
+ maxLengthTextOption: m,
15
+ handleDeleteOptionSelected: p,
16
+ placeholder: v,
17
+ validationState: N
18
18
  }) => {
19
- const N = (t, n) => r ? "disabled" : v === "invalid" ? "error" : n || o ? "active" : t ? "hover" : "default";
20
- return /* @__PURE__ */ e.jsxs(
21
- u,
19
+ const g = (r, n) => t ? "disabled" : N === "invalid" ? "error" : n || a ? "active" : r ? "hover" : "default";
20
+ return /* @__PURE__ */ e.jsx(
21
+ x,
22
22
  {
23
- ref: x,
24
- className: ({ isHovered: t, isFocusVisible: n }) => l(
25
- V({
26
- size: a,
27
- state: N(t, n)
23
+ ref: f,
24
+ className: ({ isHovered: r, isFocusVisible: n }) => l(
25
+ I({
26
+ size: s,
27
+ state: g(r, n)
28
28
  }),
29
- d
29
+ h
30
30
  ),
31
- onPress: () => f(!o),
32
- children: [
33
- /* @__PURE__ */ e.jsx(C, { className: "flex flex-1 items-center gap-1 overflow-hidden", children: ({ selectedItems: t, selectedText: n, isPlaceholder: g }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: h === "multiple" && t && t.length > 0 ? /* @__PURE__ */ e.jsx("div", { className: "flex flex-wrap gap-1", children: t.filter((s) => s != null).map((s) => {
34
- const i = s.label, S = i.length > c ? `${i.slice(0, c)}...` : i, m = s.value;
35
- return /* @__PURE__ */ e.jsxs("div", { className: l(I({ size: a, isDisabled: r })), children: [
36
- /* @__PURE__ */ e.jsx("span", { children: S }),
31
+ onPress: () => d(!a),
32
+ children: ({ isHovered: r, isFocusVisible: n }) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
33
+ /* @__PURE__ */ e.jsx(F, { className: "flex flex-1 items-center gap-1 overflow-hidden", children: ({ selectedItems: c, selectedText: S, isPlaceholder: w }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: j === "multiple" && c && c.length > 0 ? /* @__PURE__ */ e.jsx("div", { className: "flex flex-wrap gap-1", children: c.filter((o) => o != null).map((o) => {
34
+ const i = o.label, B = i.length > m ? `${i.slice(0, m)}...` : i, u = o.value;
35
+ return /* @__PURE__ */ e.jsxs("div", { className: l(P({ size: s, isDisabled: t })), children: [
36
+ /* @__PURE__ */ e.jsx("span", { children: B }),
37
37
  /* @__PURE__ */ e.jsx(
38
- u,
38
+ x,
39
39
  {
40
- className: l("outline-none", r ? "cursor-not-allowed" : ""),
41
- isDisabled: r,
40
+ className: l("outline-none", t ? "cursor-not-allowed" : ""),
41
+ isDisabled: t,
42
42
  slot: null,
43
- onPress: () => j(m),
43
+ onPress: () => p(u),
44
44
  children: /* @__PURE__ */ e.jsx(
45
- w,
45
+ C,
46
46
  {
47
47
  className: l(
48
48
  "text-primary-800",
49
- r ? "text-neutral-600" : "",
50
- a === "xs" || a === "sm" ? "size-3" : "size-4"
49
+ t ? "text-neutral-600" : "",
50
+ s === "xs" || s === "sm" ? "size-3" : "size-4"
51
51
  )
52
52
  }
53
53
  )
54
54
  }
55
55
  )
56
- ] }, m);
56
+ ] }, u);
57
57
  }) }) : /* @__PURE__ */ e.jsx(
58
58
  "span",
59
59
  {
60
60
  className: l(
61
61
  "flex-1 truncate text-left",
62
- g ? "text-neutral-600" : "",
63
- r ? "text-neutral-700" : ""
62
+ w ? "text-neutral-600" : "",
63
+ t ? "text-neutral-700" : ""
64
64
  ),
65
- children: n || p
65
+ children: S || v
66
66
  }
67
67
  ) }) }),
68
- /* @__PURE__ */ e.jsx(
69
- B,
68
+ r || n || a ? /* @__PURE__ */ e.jsx(
69
+ V,
70
70
  {
71
- className: `${o ? "rotate-180" : ""} size-4 text-blue-900 transition-transform duration-100`
71
+ className: `${a ? "rotate-180" : ""} size-4 text-blue-900 transition-transform duration-100`
72
72
  }
73
- )
74
- ]
73
+ ) : null
74
+ ] })
75
75
  }
76
76
  );
77
77
  };
78
78
  export {
79
- F as InvisibleSelectContent
79
+ k as InvisibleSelectContent
80
80
  };
@@ -2,7 +2,7 @@ import { j as e } from "./index.es42.js";
2
2
  import { forwardRef as x } from "react";
3
3
  import { cn as y } from "./index.es44.js";
4
4
  import { Loader as f } from "./index.es23.js";
5
- import { Overlay as u } from "./index.es67.js";
5
+ import { Overlay as u } from "./index.es73.js";
6
6
  const v = (s, a) => {
7
7
  const {
8
8
  className: l,