@bitrix24/b24ui-nuxt 0.1.6 → 0.1.7

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.
@@ -18,6 +18,7 @@ export { default as progress } from './progress'
18
18
  export { default as radioGroup } from './radio-group'
19
19
  export { default as range } from './range'
20
20
  export { default as select } from './select'
21
+ export { default as selectMenu } from './select-menu'
21
22
  export { default as separator } from './separator'
22
23
  export { default as skeleton } from './skeleton'
23
24
  export { default as switch } from './switch'
@@ -0,0 +1,517 @@
1
+ const buttonGroup = [
2
+ "horizontal",
3
+ "vertical"
4
+ ] as const
5
+
6
+ const size = [
7
+ "xs",
8
+ "sm",
9
+ "md",
10
+ "lg"
11
+ ] as const
12
+
13
+ const color = [
14
+ "default",
15
+ "danger",
16
+ "success",
17
+ "warning",
18
+ "primary",
19
+ "secondary",
20
+ "collab",
21
+ "ai"
22
+ ] as const
23
+
24
+ const tagColor = [
25
+ "default",
26
+ "danger",
27
+ "success",
28
+ "warning",
29
+ "primary",
30
+ "secondary",
31
+ "collab",
32
+ "ai"
33
+ ] as const
34
+
35
+ const type = [
36
+ "file"
37
+ ] as const
38
+
39
+ export default {
40
+ "slots": {
41
+ "root": "relative inline-flex items-center w-full",
42
+ "base": "relative inline-flex items-center group py-0 border-0 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:bg-base-30/37 disabled:text-base-500 dark:disabled:bg-base-900/37 dark:disabled:text-base-800 appearance-none transition duration-300 ease-linear ring ring-inset ring-base-300 dark:ring-base-800 text-base-master bg-white hover:text-base-900 focus:text-base-900 active:text-base-900 dark:text-base-150 dark:bg-transparent dark:hover:text-base-350 dark:focus:text-base-350 dark:active:text-base-350 font-b24-primary font-regular text-sm leading-tight align-middle text-ellipsis whitespace-nowrap",
43
+ "leading": "absolute inset-y-0 start-0 flex items-center",
44
+ "leadingIcon": "shrink-0 text-base-400",
45
+ "leadingAvatar": "shrink-0",
46
+ "leadingAvatarSize": "",
47
+ "trailing": "absolute inset-y-0 end-0 flex items-center",
48
+ "trailingIcon": "shrink-0 text-base-400",
49
+ "tag": "pointer-events-none select-none absolute z-10 -top-1.5 right-3 h-sm px-1.5 flex flex-col justify-center items-center font-b24-primary font-bold text-6xs leading-none uppercase rounded-full",
50
+ "value": "truncate pointer-events-none",
51
+ "placeholder": "truncate text-base-400 dark:text-base-300",
52
+ "arrow": "fill-base-master/10 dark:fill-base-100/20",
53
+ "content": "w-[var(--reka-popper-anchor-width)] max-h-60 bg-white dark:bg-base-dark shadow-md rounded-2xs ring ring-base-300 dark:ring-base-800 overflow-hidden data-[state=open]:animate-[scale-in_100ms_ease-out] data-[state=closed]:animate-[scale-out_100ms_ease-in] pointer-events-auto",
54
+ "scrollUpDownButton": "flex items-center justify-center h-[25px] cursor-default backdrop-blur text-base-800 bg-white dark:text-base-100 dark:bg-base-dark",
55
+ "scrollUpDownButtonIcon": "",
56
+ "viewport": "divide-y divide-base-master/10 dark:divide-base-100/20 scroll-py-1",
57
+ "group": "p-1 isolate",
58
+ "empty": "py-2 text-center text-sm text-base-500 dark:text-base-600",
59
+ "label": "flex items-center font-semibold text-base-900 dark:text-base-200",
60
+ "separator": "-mx-1 my-1 h-px bg-base-master/10 dark:bg-base-100/20",
61
+ "item": "group relative w-full flex items-center select-none outline-none before:absolute before:z-[-1] before:inset-px before:rounded-2xs cursor-pointer data-disabled:cursor-not-allowed data-disabled:opacity-75 text-base-master dark:text-base-150 data-highlighted:text-base-900 dark:data-highlighted:text-base-200 data-highlighted:before:bg-base-100/50 dark:data-highlighted:before:bg-base-900 data-[state=checked]:text-base-900 dark:data-[state=checked]:text-base-200 data-[state=checked]:before:bg-base-100/50 dark:data-[state=checked]:before:bg-base-900 transition-colors before:transition-colors",
62
+ "itemLeadingIcon": "shrink-0 text-base-500 dark:text-base-700 group-data-highlighted:text-base-master dark:group-data-highlighted:text-base-150 group-data-[state=checked]:text-base-master dark:group-data-[state=checked]:text-base-150 transition-colors",
63
+ "itemLeadingAvatar": "shrink-0",
64
+ "itemLeadingAvatarSize": "",
65
+ "itemLeadingChip": "shrink-0",
66
+ "itemLeadingChipSize": "",
67
+ "itemTrailing": "ms-auto inline-flex gap-1.5 items-center",
68
+ "itemTrailingIcon": "shrink-0",
69
+ "itemLabel": "truncate",
70
+ "input": "border-b border-base-300 dark:dark:border-base-800"
71
+ },
72
+ "variants": {
73
+ "buttonGroup": {
74
+ "horizontal": {
75
+ "root": "group leading-none",
76
+ "base": "focus-visible:outline-none ring ring-inset ring-1 focus-visible:ring-2 group-not-only:group-first:rounded-e-3xl group-not-only:group-last:rounded-s-none group-not-last:group-not-first:rounded-none group-not-only:group-first:rounded-e-none group-not-only:group-last:rounded-s-none group-not-last:group-not-first:rounded-none group-not-only:group-first:border-e-0 group-not-only:group-not-first:border-s-0"
77
+ },
78
+ "vertical": {
79
+ "root": "group",
80
+ "base": "focus-visible:outline-none ring ring-inset ring-1 focus-visible:ring-2 group-not-only:group-first:rounded-b-none group-not-only:group-last:rounded-t-none group-not-last:group-not-first:rounded-none"
81
+ }
82
+ },
83
+ "noSplit": {
84
+ "false": "group-not-only:not-first:after:content-[''] group-not-only:not-first:after:absolute group-not-only:not-first:after:top-[7px] group-not-only:not-first:after:bottom-[6px] group-not-only:not-first:after:left-0 group-not-only:not-first:after:w-px group-not-only:not-first:after:bg-current/30"
85
+ },
86
+ "size": {
87
+ "xs": {
88
+ "base": "px-3 h-xl2 gap-1",
89
+ "leading": "px-1",
90
+ "trailing": "px-1",
91
+ "leadingIcon": "size-lg2",
92
+ "leadingAvatarSize": "2xs",
93
+ "trailingIcon": "size-lg2",
94
+ "label": "h-9 ps-2 pe-3 text-sm gap-2",
95
+ "item": "h-9 ps-3 pe-3 text-sm gap-2",
96
+ "itemLeadingIcon": "size-5",
97
+ "itemLeadingAvatarSize": "2xs",
98
+ "itemLeadingChip": "size-3 not-group-data-reka-collection-item:ps-2.5",
99
+ "itemLeadingChipSize": "sm",
100
+ "itemTrailingIcon": "size-3",
101
+ "scrollUpDownButtonIcon": "size-4"
102
+ },
103
+ "sm": {
104
+ "base": "px-3 h-8 gap-1.5",
105
+ "leading": "px-1.5",
106
+ "trailing": "px-1.5",
107
+ "leadingIcon": "size-lg2",
108
+ "leadingAvatarSize": "xs",
109
+ "trailingIcon": "size-lg2",
110
+ "label": "h-9 ps-2 pe-3 text-sm gap-2",
111
+ "item": "h-9 ps-3 pe-3 text-sm gap-2",
112
+ "itemLeadingIcon": "size-5",
113
+ "itemLeadingAvatarSize": "2xs",
114
+ "itemLeadingChip": "size-3 not-group-data-reka-collection-item:ps-2.5",
115
+ "itemLeadingChipSize": "sm",
116
+ "itemTrailingIcon": "size-3",
117
+ "scrollUpDownButtonIcon": "size-4"
118
+ },
119
+ "md": {
120
+ "base": "px-3 h-10 gap-1.5",
121
+ "leading": "px-2",
122
+ "trailing": "px-2",
123
+ "leadingIcon": "size-[24px]",
124
+ "leadingAvatarSize": "sm",
125
+ "trailingIcon": "size-lg2",
126
+ "label": "h-9 ps-2 pe-3 text-sm gap-2",
127
+ "item": "h-9 ps-3 pe-3 text-sm gap-2",
128
+ "itemLeadingIcon": "size-5",
129
+ "itemLeadingAvatarSize": "2xs",
130
+ "itemLeadingChip": "size-3 not-group-data-reka-collection-item:ps-2.5",
131
+ "itemLeadingChipSize": "sm",
132
+ "itemTrailingIcon": "size-3",
133
+ "scrollUpDownButtonIcon": "size-4"
134
+ },
135
+ "lg": {
136
+ "base": "px-3 h-12 gap-2",
137
+ "leading": "px-2",
138
+ "trailing": "px-2",
139
+ "leadingIcon": "size-[24px]",
140
+ "leadingAvatarSize": "md",
141
+ "trailingIcon": "size-lg2",
142
+ "label": "h-9 ps-2 pe-3 text-sm gap-2",
143
+ "item": "h-9 ps-3 pe-3 text-sm gap-2",
144
+ "itemLeadingIcon": "size-5",
145
+ "itemLeadingAvatarSize": "2xs",
146
+ "itemLeadingChip": "size-3 not-group-data-reka-collection-item:ps-2.5",
147
+ "itemLeadingChipSize": "sm",
148
+ "itemTrailingIcon": "size-3",
149
+ "scrollUpDownButtonIcon": "size-4"
150
+ }
151
+ },
152
+ "color": {
153
+ "default": "",
154
+ "danger": "",
155
+ "success": "",
156
+ "warning": "",
157
+ "primary": "",
158
+ "secondary": "",
159
+ "collab": "",
160
+ "ai": ""
161
+ },
162
+ "tagColor": {
163
+ "default": {
164
+ "tag": "text-white bg-base-900 dark:text-base-150 dark:bg-base-900"
165
+ },
166
+ "danger": {
167
+ "tag": "text-white bg-red-500 dark:text-red-250 dark:bg-red-600"
168
+ },
169
+ "success": {
170
+ "tag": "text-white bg-green-500 dark:text-green-250 dark:bg-green-600"
171
+ },
172
+ "warning": {
173
+ "tag": "text-white bg-orange-500 dark:text-orange-250 dark:bg-orange-600"
174
+ },
175
+ "primary": {
176
+ "tag": "text-white bg-blue-500 dark:text-blue-250 dark:bg-blue-600"
177
+ },
178
+ "secondary": {
179
+ "tag": "text-white bg-cyan-350 dark:text-base-150 dark:bg-cyan-500"
180
+ },
181
+ "collab": {
182
+ "tag": "text-white bg-collab-500 dark:text-collab-200 dark:bg-collab-800"
183
+ },
184
+ "ai": {
185
+ "tag": "text-white bg-ai-500 dark:text-ai-200 dark:bg-ai-800"
186
+ }
187
+ },
188
+ "rounded": {
189
+ "true": "rounded-3xl",
190
+ "false": "rounded-2xs"
191
+ },
192
+ "noPadding": {
193
+ "true": {
194
+ "base": "px-0"
195
+ }
196
+ },
197
+ "noBorder": {
198
+ "true": "ring-0 focus-visible:ring-0"
199
+ },
200
+ "underline": {
201
+ "true": "ring-0 focus-visible:ring-0 border-b border-b-base-300 rounded-none"
202
+ },
203
+ "leading": {
204
+ "true": ""
205
+ },
206
+ "trailing": {
207
+ "true": ""
208
+ },
209
+ "loading": {
210
+ "true": ""
211
+ },
212
+ "highlight": {
213
+ "true": ""
214
+ },
215
+ "type": {
216
+ "file": "file:me-1.5 file:text-base-500 file:outline-none"
217
+ },
218
+ "addNew": {
219
+ "true": {
220
+ "group": "p-0 isolate -m-px",
221
+ "item": "before:rounded-none text-base-master dark:text-base-150 before:bg-blue-200 dark:before:bg-blue-800 data-highlighted:text-base-900 dark:data-highlighted:text-base-200 data-highlighted:before:bg-blue-200 dark:data-highlighted:before:bg-blue-800 data-[state=checked]:text-base-900 dark:data-[state=checked]:text-base-200 data-[state=checked]:before:bg-blue-200 dark:data-[state=checked]:before:bg-blue-800",
222
+ "itemLabel": "flex flex-row flex-nowrap items-center justify-start gap-2",
223
+ "itemLeadingIcon": "size-5 rounded-full text-white dark:text-base-150 bg-blue-500 dark:bg-blue-600 group-data-highlighted:text-white dark:group-data-highlighted:text-base-150 group-data-highlighted:bg-blue-500 dark:group-data-highlighted:bg-blue-600 group-data-[state=checked]:text-white dark:group-data-[state=checked]:text-base-150 group-data-[state=checked]:bg-blue-500 dark:group-data-[state=checked]:bg-blue-600"
224
+ }
225
+ }
226
+ },
227
+ "compoundVariants": [
228
+ {
229
+ "color": "default" as typeof color[number],
230
+ "noBorder": false,
231
+ "underline": false,
232
+ "class": "focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-base-900 dark:focus-visible:ring-base-350"
233
+ },
234
+ {
235
+ "color": "default" as typeof color[number],
236
+ "highlight": true,
237
+ "noBorder": false,
238
+ "underline": false,
239
+ "class": "ring ring-inset ring-base-900 dark:ring-base-350"
240
+ },
241
+ {
242
+ "color": "default" as typeof color[number],
243
+ "noBorder": false,
244
+ "underline": true,
245
+ "class": "focus-visible:border-base-900 dark:focus-visible:border-b-base-350"
246
+ },
247
+ {
248
+ "color": "default" as typeof color[number],
249
+ "highlight": true,
250
+ "noBorder": false,
251
+ "underline": true,
252
+ "class": "border-b-base-900 dark:border-b-base-350"
253
+ },
254
+ {
255
+ "color": "danger" as typeof color[number],
256
+ "noBorder": false,
257
+ "underline": false,
258
+ "class": "focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-red-500 dark:focus-visible:ring-red-600"
259
+ },
260
+ {
261
+ "color": "danger" as typeof color[number],
262
+ "highlight": true,
263
+ "noBorder": false,
264
+ "underline": false,
265
+ "class": "ring ring-inset ring-red-500 dark:ring-red-600"
266
+ },
267
+ {
268
+ "color": "danger" as typeof color[number],
269
+ "noBorder": false,
270
+ "underline": true,
271
+ "class": "focus-visible:border-b-red-500 dark:focus-visible:border-b-red-600"
272
+ },
273
+ {
274
+ "color": "danger" as typeof color[number],
275
+ "highlight": true,
276
+ "noBorder": false,
277
+ "underline": true,
278
+ "class": "border-b-red-500 dark:border-b-red-600"
279
+ },
280
+ {
281
+ "color": "success" as typeof color[number],
282
+ "noBorder": false,
283
+ "underline": false,
284
+ "class": "focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-green-500 dark:focus-visible:ring-green-600"
285
+ },
286
+ {
287
+ "color": "success" as typeof color[number],
288
+ "highlight": true,
289
+ "noBorder": false,
290
+ "underline": false,
291
+ "class": "ring ring-inset ring-green-500 dark:ring-green-600"
292
+ },
293
+ {
294
+ "color": "success" as typeof color[number],
295
+ "noBorder": false,
296
+ "underline": true,
297
+ "class": "focus-visible:border-b-green-500 dark:focus-visible:border-b-green-600"
298
+ },
299
+ {
300
+ "color": "success" as typeof color[number],
301
+ "highlight": true,
302
+ "noBorder": false,
303
+ "underline": true,
304
+ "class": "border-b-green-500 dark:border-b-green-600"
305
+ },
306
+ {
307
+ "color": "warning" as typeof color[number],
308
+ "noBorder": false,
309
+ "underline": false,
310
+ "class": "focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-orange-500 dark:focus-visible:ring-orange-600"
311
+ },
312
+ {
313
+ "color": "warning" as typeof color[number],
314
+ "highlight": true,
315
+ "noBorder": false,
316
+ "underline": false,
317
+ "class": "ring ring-inset ring-orange-500 dark:ring-orange-600"
318
+ },
319
+ {
320
+ "color": "warning" as typeof color[number],
321
+ "noBorder": false,
322
+ "underline": true,
323
+ "class": "focus-visible:border-b-orange-500 dark:focus-visible:border-b-orange-600"
324
+ },
325
+ {
326
+ "color": "warning" as typeof color[number],
327
+ "highlight": true,
328
+ "noBorder": false,
329
+ "underline": true,
330
+ "class": "border-b-orange-500 dark:border-b-orange-600"
331
+ },
332
+ {
333
+ "color": "primary" as typeof color[number],
334
+ "noBorder": false,
335
+ "underline": false,
336
+ "class": "focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-blue-500 dark:focus-visible:ring-blue-600"
337
+ },
338
+ {
339
+ "color": "primary" as typeof color[number],
340
+ "highlight": true,
341
+ "noBorder": false,
342
+ "underline": false,
343
+ "class": "ring ring-inset ring-blue-500 dark:ring-blue-600"
344
+ },
345
+ {
346
+ "color": "primary" as typeof color[number],
347
+ "noBorder": false,
348
+ "underline": true,
349
+ "class": "focus-visible:border-b-blue-500 dark:focus-visible:border-b-blue-600"
350
+ },
351
+ {
352
+ "color": "primary" as typeof color[number],
353
+ "highlight": true,
354
+ "noBorder": false,
355
+ "underline": true,
356
+ "class": "border-b-blue-500 dark:border-b-blue-600"
357
+ },
358
+ {
359
+ "color": "secondary" as typeof color[number],
360
+ "noBorder": false,
361
+ "underline": false,
362
+ "class": "focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-cyan-350 dark:focus-visible:ring-cyan-500"
363
+ },
364
+ {
365
+ "color": "secondary" as typeof color[number],
366
+ "highlight": true,
367
+ "noBorder": false,
368
+ "underline": false,
369
+ "class": "ring ring-inset ring-cyan-350 dark:ring-cyan-500"
370
+ },
371
+ {
372
+ "color": "secondary" as typeof color[number],
373
+ "noBorder": false,
374
+ "underline": true,
375
+ "class": "focus-visible:border-b-cyan-350 dark:focus-visible:border-b-cyan-500"
376
+ },
377
+ {
378
+ "color": "secondary" as typeof color[number],
379
+ "highlight": true,
380
+ "noBorder": false,
381
+ "underline": true,
382
+ "class": "border-b-cyan-350 dark:border-b-cyan-500"
383
+ },
384
+ {
385
+ "color": "collab" as typeof color[number],
386
+ "noBorder": false,
387
+ "underline": false,
388
+ "class": "focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-collab-500 dark:focus-visible:ring-collab-600"
389
+ },
390
+ {
391
+ "color": "collab" as typeof color[number],
392
+ "highlight": true,
393
+ "noBorder": false,
394
+ "underline": false,
395
+ "class": "ring ring-inset ring-collab-500 dark:ring-collab-600"
396
+ },
397
+ {
398
+ "color": "collab" as typeof color[number],
399
+ "noBorder": false,
400
+ "underline": true,
401
+ "class": "focus-visible:border-b-collab-500 dark:focus-visible:border-b-collab-600"
402
+ },
403
+ {
404
+ "color": "collab" as typeof color[number],
405
+ "highlight": true,
406
+ "noBorder": false,
407
+ "underline": true,
408
+ "class": "border-b-collab-500 dark:border-b-collab-600"
409
+ },
410
+ {
411
+ "color": "ai" as typeof color[number],
412
+ "noBorder": false,
413
+ "underline": false,
414
+ "class": "focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-ai-500 dark:focus-visible:ring-ai-600"
415
+ },
416
+ {
417
+ "color": "ai" as typeof color[number],
418
+ "highlight": true,
419
+ "noBorder": false,
420
+ "underline": false,
421
+ "class": "ring ring-inset ring-ai-500 dark:ring-ai-600"
422
+ },
423
+ {
424
+ "color": "ai" as typeof color[number],
425
+ "noBorder": false,
426
+ "underline": true,
427
+ "class": "focus-visible:border-b-ai-500 dark:focus-visible:border-b-ai-600"
428
+ },
429
+ {
430
+ "color": "ai" as typeof color[number],
431
+ "highlight": true,
432
+ "noBorder": false,
433
+ "underline": true,
434
+ "class": "border-b-ai-500 dark:border-b-ai-600"
435
+ },
436
+ {
437
+ "type": "file" as typeof type[number],
438
+ "size": "xs" as typeof size[number],
439
+ "class": "py-1.5"
440
+ },
441
+ {
442
+ "type": "file" as typeof type[number],
443
+ "size": "sm" as typeof size[number],
444
+ "class": "py-2.5"
445
+ },
446
+ {
447
+ "type": "file" as typeof type[number],
448
+ "size": "md" as typeof size[number],
449
+ "class": "py-3"
450
+ },
451
+ {
452
+ "type": "file" as typeof type[number],
453
+ "size": "lg" as typeof size[number],
454
+ "class": "py-4"
455
+ },
456
+ {
457
+ "leading": true,
458
+ "size": "xs" as typeof size[number],
459
+ "class": "ps-7"
460
+ },
461
+ {
462
+ "leading": true,
463
+ "size": "sm" as typeof size[number],
464
+ "class": "ps-8"
465
+ },
466
+ {
467
+ "leading": true,
468
+ "size": "md" as typeof size[number],
469
+ "class": "ps-[39px]"
470
+ },
471
+ {
472
+ "leading": true,
473
+ "size": "lg" as typeof size[number],
474
+ "class": "ps-[42px]"
475
+ },
476
+ {
477
+ "trailing": true,
478
+ "size": "xs" as typeof size[number],
479
+ "class": "pe-7"
480
+ },
481
+ {
482
+ "trailing": true,
483
+ "size": "sm" as typeof size[number],
484
+ "class": "pe-8"
485
+ },
486
+ {
487
+ "trailing": true,
488
+ "size": "md" as typeof size[number],
489
+ "class": "pe-[39px]"
490
+ },
491
+ {
492
+ "trailing": true,
493
+ "size": "lg" as typeof size[number],
494
+ "class": "pe-[39px]"
495
+ },
496
+ {
497
+ "loading": true,
498
+ "leading": true,
499
+ "class": {
500
+ "leadingIcon": "size-[21px]"
501
+ }
502
+ },
503
+ {
504
+ "loading": true,
505
+ "leading": false,
506
+ "trailing": true,
507
+ "class": {
508
+ "trailingIcon": "size-[21px]"
509
+ }
510
+ }
511
+ ],
512
+ "defaultVariants": {
513
+ "size": "md" as typeof size[number],
514
+ "color": "primary" as typeof color[number],
515
+ "tagColor": "primary" as typeof tagColor[number]
516
+ }
517
+ }
@@ -39,7 +39,7 @@ const type = [
39
39
  export default {
40
40
  "slots": {
41
41
  "root": "relative inline-flex items-center w-full",
42
- "base": "relative inline-flex items-center group py-0 border-0 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:bg-base-30/37 disabled:text-base-500 dark:disabled:bg-base-900/37 dark:disabled:text-base-800 appearance-none transition duration-300 ease-linear ring ring-inset ring-base-300 dark:ring-base-800 text-base-master bg-white hover:text-base-900 focus:text-base-900 active:text-base-900 dark:text-base-150 dark:bg-transparent dark:hover:text-base-350 dark:focus:text-base-350 dark:active:text-base-350 font-b24-primary font-regular text-sm leading-none align-middle text-ellipsis whitespace-nowrap",
42
+ "base": "relative inline-flex items-center group py-0 border-0 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:bg-base-30/37 disabled:text-base-500 dark:disabled:bg-base-900/37 dark:disabled:text-base-800 appearance-none transition duration-300 ease-linear ring ring-inset ring-base-300 dark:ring-base-800 text-base-master bg-white hover:text-base-900 focus:text-base-900 active:text-base-900 dark:text-base-150 dark:bg-transparent dark:hover:text-base-350 dark:focus:text-base-350 dark:active:text-base-350 font-b24-primary font-regular text-sm leading-tight align-middle text-ellipsis whitespace-nowrap",
43
43
  "leading": "absolute inset-y-0 start-0 flex items-center",
44
44
  "leadingIcon": "shrink-0 text-base-400",
45
45
  "leadingAvatar": "shrink-0",
@@ -50,7 +50,7 @@ export default {
50
50
  "value": "truncate pointer-events-none",
51
51
  "placeholder": "truncate text-base-400 dark:text-base-300",
52
52
  "arrow": "fill-base-master/10 dark:fill-base-100/20",
53
- "content": "max-h-60 w-[var(--reka-popper-anchor-width)] bg-white dark:bg-base-dark shadow-md rounded-2xs ring ring-base-300 dark:ring-base-800 overflow-hidden data-[state=open]:animate-[scale-in_100ms_ease-out] data-[state=closed]:animate-[scale-out_100ms_ease-in] pointer-events-auto",
53
+ "content": "w-[var(--reka-popper-anchor-width)] max-h-60 bg-white dark:bg-base-dark shadow-md rounded-2xs ring ring-base-300 dark:ring-base-800 overflow-hidden data-[state=open]:animate-[scale-in_100ms_ease-out] data-[state=closed]:animate-[scale-out_100ms_ease-in] pointer-events-auto",
54
54
  "scrollUpDownButton": "flex items-center justify-center h-[25px] cursor-default backdrop-blur text-base-800 bg-white dark:text-base-100 dark:bg-base-dark",
55
55
  "scrollUpDownButtonIcon": "",
56
56
  "viewport": "divide-y divide-base-master/10 dark:divide-base-100/20 scroll-py-1",
@@ -58,8 +58,8 @@ export default {
58
58
  "empty": "py-2 text-center text-sm text-base-500 dark:text-base-600",
59
59
  "label": "flex items-center font-semibold text-base-900 dark:text-base-200",
60
60
  "separator": "-mx-1 my-1 h-px bg-base-master/10 dark:bg-base-100/20",
61
- "item": "group relative w-full flex items-center select-none outline-none before:absolute before:z-[-1] before:inset-px before:rounded-2xs cursor-pointer data-disabled:cursor-not-allowed data-disabled:opacity-75 text-base-master dark:text-base-150 data-highlighted:text-base-900 dark:data-highlighted:text-base-200 data-highlighted:before:bg-base-100/50 dark:data-highlighted:before:bg-base-900 transition-colors before:transition-colors",
62
- "itemLeadingIcon": "shrink-0 text-base-500 dark:text-base-700 group-data-highlighted:text-base-master dark:group-data-highlighted:text-base-150 transition-colors",
61
+ "item": "group relative w-full flex items-center select-none outline-none before:absolute before:z-[-1] before:inset-px before:rounded-2xs cursor-pointer data-disabled:cursor-not-allowed data-disabled:opacity-75 text-base-master dark:text-base-150 data-highlighted:text-base-900 dark:data-highlighted:text-base-200 data-highlighted:before:bg-base-100/50 dark:data-highlighted:before:bg-base-900 data-[state=checked]:text-base-900 dark:data-[state=checked]:text-base-200 data-[state=checked]:before:bg-base-100/50 dark:data-[state=checked]:before:bg-base-900 transition-colors before:transition-colors",
62
+ "itemLeadingIcon": "shrink-0 text-base-500 dark:text-base-700 group-data-highlighted:text-base-master dark:group-data-highlighted:text-base-150 group-data-[state=checked]:text-base-master dark:group-data-[state=checked]:text-base-150 transition-colors",
63
63
  "itemLeadingAvatar": "shrink-0",
64
64
  "itemLeadingAvatarSize": "",
65
65
  "itemLeadingChip": "shrink-0",