@luxonis/depthai-viewer-common 3.5.0-rc.1 → 3.5.0-rc.2

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.css CHANGED
@@ -1,3 +1,1675 @@
1
+ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
1
2
  @import url(./fonts/inter.css);
2
3
  @import url(./fonts/jetbrains-mono.css);
3
4
  @import url(./fonts/ubuntu-mono.css);
5
+ @import url("@luxonis/ui-components/styles.css");
6
+ @import url("@luxonis/depthai-pipeline-lib/styles");
7
+ @layer properties;
8
+ @layer theme, base, components, utilities;
9
+ @layer theme {
10
+ :root, :host {
11
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
12
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
13
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
14
+ "Courier New", monospace;
15
+ --color-black: #000;
16
+ --color-white: #fff;
17
+ --spacing: 0.25rem;
18
+ --container-sm: 24rem;
19
+ --text-xs: 0.75rem;
20
+ --text-xs--line-height: calc(1 / 0.75);
21
+ --text-sm: 0.875rem;
22
+ --text-sm--line-height: calc(1.25 / 0.875);
23
+ --text-base: 1rem;
24
+ --text-base--line-height: calc(1.5 / 1);
25
+ --text-lg: 1.125rem;
26
+ --text-lg--line-height: calc(1.75 / 1.125);
27
+ --text-xl: 1.25rem;
28
+ --text-xl--line-height: calc(1.75 / 1.25);
29
+ --text-2xl: 1.5rem;
30
+ --text-2xl--line-height: calc(2 / 1.5);
31
+ --text-3xl: 1.875rem;
32
+ --text-3xl--line-height: calc(2.25 / 1.875);
33
+ --font-weight-light: 300;
34
+ --font-weight-normal: 400;
35
+ --font-weight-medium: 500;
36
+ --font-weight-semibold: 600;
37
+ --font-weight-bold: 700;
38
+ --tracking-tight: -0.025em;
39
+ --leading-tight: 1.25;
40
+ --radius-sm: 0.25rem;
41
+ --radius-md: 0.375rem;
42
+ --radius-lg: 0.5rem;
43
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
44
+ --animate-spin: spin 1s linear infinite;
45
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
46
+ --blur-sm: 8px;
47
+ --default-transition-duration: 150ms;
48
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
49
+ --default-font-family: var(--font-sans);
50
+ --default-mono-font-family: var(--font-mono);
51
+ }
52
+ }
53
+ @layer base {
54
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
55
+ box-sizing: border-box;
56
+ margin: 0;
57
+ padding: 0;
58
+ border: 0 solid;
59
+ }
60
+ html, :host {
61
+ line-height: 1.5;
62
+ -webkit-text-size-adjust: 100%;
63
+ tab-size: 4;
64
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
65
+ font-feature-settings: var(--default-font-feature-settings, normal);
66
+ font-variation-settings: var(--default-font-variation-settings, normal);
67
+ -webkit-tap-highlight-color: transparent;
68
+ }
69
+ hr {
70
+ height: 0;
71
+ color: inherit;
72
+ border-top-width: 1px;
73
+ }
74
+ abbr:where([title]) {
75
+ -webkit-text-decoration: underline dotted;
76
+ text-decoration: underline dotted;
77
+ }
78
+ h1, h2, h3, h4, h5, h6 {
79
+ font-size: inherit;
80
+ font-weight: inherit;
81
+ }
82
+ a {
83
+ color: inherit;
84
+ -webkit-text-decoration: inherit;
85
+ text-decoration: inherit;
86
+ }
87
+ b, strong {
88
+ font-weight: bolder;
89
+ }
90
+ code, kbd, samp, pre {
91
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
92
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
93
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
94
+ font-size: 1em;
95
+ }
96
+ small {
97
+ font-size: 80%;
98
+ }
99
+ sub, sup {
100
+ font-size: 75%;
101
+ line-height: 0;
102
+ position: relative;
103
+ vertical-align: baseline;
104
+ }
105
+ sub {
106
+ bottom: -0.25em;
107
+ }
108
+ sup {
109
+ top: -0.5em;
110
+ }
111
+ table {
112
+ text-indent: 0;
113
+ border-color: inherit;
114
+ border-collapse: collapse;
115
+ }
116
+ :-moz-focusring {
117
+ outline: auto;
118
+ }
119
+ progress {
120
+ vertical-align: baseline;
121
+ }
122
+ summary {
123
+ display: list-item;
124
+ }
125
+ ol, ul, menu {
126
+ list-style: none;
127
+ }
128
+ img, svg, video, canvas, audio, iframe, embed, object {
129
+ display: block;
130
+ vertical-align: middle;
131
+ }
132
+ img, video {
133
+ max-width: 100%;
134
+ height: auto;
135
+ }
136
+ button, input, select, optgroup, textarea, ::file-selector-button {
137
+ font: inherit;
138
+ font-feature-settings: inherit;
139
+ font-variation-settings: inherit;
140
+ letter-spacing: inherit;
141
+ color: inherit;
142
+ border-radius: 0;
143
+ background-color: transparent;
144
+ opacity: 1;
145
+ }
146
+ :where(select:is([multiple], [size])) optgroup {
147
+ font-weight: bolder;
148
+ }
149
+ :where(select:is([multiple], [size])) optgroup option {
150
+ padding-inline-start: 20px;
151
+ }
152
+ ::file-selector-button {
153
+ margin-inline-end: 4px;
154
+ }
155
+ ::placeholder {
156
+ opacity: 1;
157
+ }
158
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
159
+ ::placeholder {
160
+ color: currentcolor;
161
+ @supports (color: color-mix(in lab, red, red)) {
162
+ color: color-mix(in oklab, currentcolor 50%, transparent);
163
+ }
164
+ }
165
+ }
166
+ textarea {
167
+ resize: vertical;
168
+ }
169
+ ::-webkit-search-decoration {
170
+ -webkit-appearance: none;
171
+ }
172
+ ::-webkit-date-and-time-value {
173
+ min-height: 1lh;
174
+ text-align: inherit;
175
+ }
176
+ ::-webkit-datetime-edit {
177
+ display: inline-flex;
178
+ }
179
+ ::-webkit-datetime-edit-fields-wrapper {
180
+ padding: 0;
181
+ }
182
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
183
+ padding-block: 0;
184
+ }
185
+ ::-webkit-calendar-picker-indicator {
186
+ line-height: 1;
187
+ }
188
+ :-moz-ui-invalid {
189
+ box-shadow: none;
190
+ }
191
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
192
+ appearance: button;
193
+ }
194
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
195
+ height: auto;
196
+ }
197
+ [hidden]:where(:not([hidden="until-found"])) {
198
+ display: none !important;
199
+ }
200
+ }
201
+ @layer utilities {
202
+ .pointer-events-auto {
203
+ pointer-events: auto;
204
+ }
205
+ .pointer-events-none {
206
+ pointer-events: none;
207
+ }
208
+ .visible {
209
+ visibility: visible;
210
+ }
211
+ .absolute {
212
+ position: absolute;
213
+ }
214
+ .fixed {
215
+ position: fixed;
216
+ }
217
+ .relative {
218
+ position: relative;
219
+ }
220
+ .static {
221
+ position: static;
222
+ }
223
+ .sticky {
224
+ position: sticky;
225
+ }
226
+ .inset-0 {
227
+ inset: calc(var(--spacing) * 0);
228
+ }
229
+ .top-0 {
230
+ top: calc(var(--spacing) * 0);
231
+ }
232
+ .top-1\/2 {
233
+ top: calc(1 / 2 * 100%);
234
+ }
235
+ .top-2 {
236
+ top: calc(var(--spacing) * 2);
237
+ }
238
+ .top-auto {
239
+ top: auto;
240
+ }
241
+ .right-0 {
242
+ right: calc(var(--spacing) * 0);
243
+ }
244
+ .right-2 {
245
+ right: calc(var(--spacing) * 2);
246
+ }
247
+ .bottom-0 {
248
+ bottom: calc(var(--spacing) * 0);
249
+ }
250
+ .bottom-auto {
251
+ bottom: auto;
252
+ }
253
+ .left-0 {
254
+ left: calc(var(--spacing) * 0);
255
+ }
256
+ .left-1\/2 {
257
+ left: calc(1 / 2 * 100%);
258
+ }
259
+ .left-2 {
260
+ left: calc(var(--spacing) * 2);
261
+ }
262
+ .z-\[5\] {
263
+ z-index: 5;
264
+ }
265
+ .z-\[700\] {
266
+ z-index: 700;
267
+ }
268
+ .z-\[1000\] {
269
+ z-index: 1000;
270
+ }
271
+ .col-span-1 {
272
+ grid-column: span 1 / span 1;
273
+ }
274
+ .col-span-2 {
275
+ grid-column: span 2 / span 2;
276
+ }
277
+ .col-span-3 {
278
+ grid-column: span 3 / span 3;
279
+ }
280
+ .col-span-4 {
281
+ grid-column: span 4 / span 4;
282
+ }
283
+ .col-span-5 {
284
+ grid-column: span 5 / span 5;
285
+ }
286
+ .col-span-6 {
287
+ grid-column: span 6 / span 6;
288
+ }
289
+ .col-span-7 {
290
+ grid-column: span 7 / span 7;
291
+ }
292
+ .col-span-8 {
293
+ grid-column: span 8 / span 8;
294
+ }
295
+ .col-span-9 {
296
+ grid-column: span 9 / span 9;
297
+ }
298
+ .col-span-10 {
299
+ grid-column: span 10 / span 10;
300
+ }
301
+ .col-span-11 {
302
+ grid-column: span 11 / span 11;
303
+ }
304
+ .col-span-12 {
305
+ grid-column: span 12 / span 12;
306
+ }
307
+ .container {
308
+ width: 100%;
309
+ @media (width >= 40rem) {
310
+ max-width: 40rem;
311
+ }
312
+ @media (width >= 48rem) {
313
+ max-width: 48rem;
314
+ }
315
+ @media (width >= 64rem) {
316
+ max-width: 64rem;
317
+ }
318
+ @media (width >= 80rem) {
319
+ max-width: 80rem;
320
+ }
321
+ @media (width >= 96rem) {
322
+ max-width: 96rem;
323
+ }
324
+ }
325
+ .-mx-1 {
326
+ margin-inline: calc(var(--spacing) * -1);
327
+ }
328
+ .mx-auto {
329
+ margin-inline: auto;
330
+ }
331
+ .-my-2 {
332
+ margin-block: calc(var(--spacing) * -2);
333
+ }
334
+ .my-1 {
335
+ margin-block: calc(var(--spacing) * 1);
336
+ }
337
+ .mt-1 {
338
+ margin-top: calc(var(--spacing) * 1);
339
+ }
340
+ .mt-2 {
341
+ margin-top: calc(var(--spacing) * 2);
342
+ }
343
+ .mb-2 {
344
+ margin-bottom: calc(var(--spacing) * 2);
345
+ }
346
+ .ml-2 {
347
+ margin-left: calc(var(--spacing) * 2);
348
+ }
349
+ .ml-auto {
350
+ margin-left: auto;
351
+ }
352
+ .block {
353
+ display: block;
354
+ }
355
+ .flex {
356
+ display: flex;
357
+ }
358
+ .grid {
359
+ display: grid;
360
+ }
361
+ .hidden {
362
+ display: none;
363
+ }
364
+ .inline-block {
365
+ display: inline-block;
366
+ }
367
+ .inline-flex {
368
+ display: inline-flex;
369
+ }
370
+ .h-2 {
371
+ height: calc(var(--spacing) * 2);
372
+ }
373
+ .h-3\.5 {
374
+ height: calc(var(--spacing) * 3.5);
375
+ }
376
+ .h-4 {
377
+ height: calc(var(--spacing) * 4);
378
+ }
379
+ .h-5 {
380
+ height: calc(var(--spacing) * 5);
381
+ }
382
+ .h-6 {
383
+ height: calc(var(--spacing) * 6);
384
+ }
385
+ .h-8 {
386
+ height: calc(var(--spacing) * 8);
387
+ }
388
+ .h-9 {
389
+ height: calc(var(--spacing) * 9);
390
+ }
391
+ .h-10 {
392
+ height: calc(var(--spacing) * 10);
393
+ }
394
+ .h-11 {
395
+ height: calc(var(--spacing) * 11);
396
+ }
397
+ .h-12 {
398
+ height: calc(var(--spacing) * 12);
399
+ }
400
+ .h-\[32px\] {
401
+ height: 32px;
402
+ }
403
+ .h-\[37\.5px\] {
404
+ height: 37.5px;
405
+ }
406
+ .h-\[64px\] {
407
+ height: 64px;
408
+ }
409
+ .h-\[128px\] {
410
+ height: 128px;
411
+ }
412
+ .h-\[256px\] {
413
+ height: 256px;
414
+ }
415
+ .h-\[512px\] {
416
+ height: 512px;
417
+ }
418
+ .h-full {
419
+ height: 100%;
420
+ }
421
+ .h-px {
422
+ height: 1px;
423
+ }
424
+ .max-h-64 {
425
+ max-height: calc(var(--spacing) * 64);
426
+ }
427
+ .max-h-screen {
428
+ max-height: 100vh;
429
+ }
430
+ .min-h-20 {
431
+ min-height: calc(var(--spacing) * 20);
432
+ }
433
+ .min-h-40 {
434
+ min-height: calc(var(--spacing) * 40);
435
+ }
436
+ .min-h-\[40px\] {
437
+ min-height: 40px;
438
+ }
439
+ .w-2 {
440
+ width: calc(var(--spacing) * 2);
441
+ }
442
+ .w-3\.5 {
443
+ width: calc(var(--spacing) * 3.5);
444
+ }
445
+ .w-4 {
446
+ width: calc(var(--spacing) * 4);
447
+ }
448
+ .w-5 {
449
+ width: calc(var(--spacing) * 5);
450
+ }
451
+ .w-6 {
452
+ width: calc(var(--spacing) * 6);
453
+ }
454
+ .w-8 {
455
+ width: calc(var(--spacing) * 8);
456
+ }
457
+ .w-10 {
458
+ width: calc(var(--spacing) * 10);
459
+ }
460
+ .w-11 {
461
+ width: calc(var(--spacing) * 11);
462
+ }
463
+ .w-12 {
464
+ width: calc(var(--spacing) * 12);
465
+ }
466
+ .w-\[125px\] {
467
+ width: 125px;
468
+ }
469
+ .w-\[var\(--radix-select-trigger-width\)\] {
470
+ width: var(--radix-select-trigger-width);
471
+ }
472
+ .w-auto {
473
+ width: auto;
474
+ }
475
+ .w-fit {
476
+ width: fit-content;
477
+ }
478
+ .w-full {
479
+ width: 100%;
480
+ }
481
+ .w-px {
482
+ width: 1px;
483
+ }
484
+ .max-w-\[240px\] {
485
+ max-width: 240px;
486
+ }
487
+ .max-w-\[300px\] {
488
+ max-width: 300px;
489
+ }
490
+ .max-w-full {
491
+ max-width: 100%;
492
+ }
493
+ .max-w-sm {
494
+ max-width: var(--container-sm);
495
+ }
496
+ .min-w-0 {
497
+ min-width: calc(var(--spacing) * 0);
498
+ }
499
+ .min-w-48 {
500
+ min-width: calc(var(--spacing) * 48);
501
+ }
502
+ .min-w-\[2\.25rem\] {
503
+ min-width: 2.25rem;
504
+ }
505
+ .min-w-\[var\(--radix-select-trigger-width\)\] {
506
+ min-width: var(--radix-select-trigger-width);
507
+ }
508
+ .min-w-full {
509
+ min-width: 100%;
510
+ }
511
+ .flex-1 {
512
+ flex: 1;
513
+ }
514
+ .flex-none {
515
+ flex: none;
516
+ }
517
+ .shrink-0 {
518
+ flex-shrink: 0;
519
+ }
520
+ .grow {
521
+ flex-grow: 1;
522
+ }
523
+ .-translate-x-1\/2 {
524
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
525
+ translate: var(--tw-translate-x) var(--tw-translate-y);
526
+ }
527
+ .-translate-y-1\/2 {
528
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
529
+ translate: var(--tw-translate-x) var(--tw-translate-y);
530
+ }
531
+ .rotate-180 {
532
+ rotate: 180deg;
533
+ }
534
+ .transform {
535
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
536
+ }
537
+ .animate-pulse {
538
+ animation: var(--animate-pulse);
539
+ }
540
+ .animate-spin {
541
+ animation: var(--animate-spin);
542
+ }
543
+ .cursor-auto {
544
+ cursor: auto;
545
+ }
546
+ .cursor-default {
547
+ cursor: default;
548
+ }
549
+ .cursor-help {
550
+ cursor: help;
551
+ }
552
+ .cursor-not-allowed {
553
+ cursor: not-allowed;
554
+ }
555
+ .cursor-pointer {
556
+ cursor: pointer;
557
+ }
558
+ .touch-none {
559
+ touch-action: none;
560
+ }
561
+ .resize {
562
+ resize: both;
563
+ }
564
+ .grid-flow-col {
565
+ grid-auto-flow: column;
566
+ }
567
+ .grid-flow-col-dense {
568
+ grid-auto-flow: column dense;
569
+ }
570
+ .grid-flow-dense {
571
+ grid-auto-flow: dense;
572
+ }
573
+ .grid-flow-row {
574
+ grid-auto-flow: row;
575
+ }
576
+ .grid-flow-row-dense {
577
+ grid-auto-flow: row dense;
578
+ }
579
+ .grid-cols-1 {
580
+ grid-template-columns: repeat(1, minmax(0, 1fr));
581
+ }
582
+ .grid-cols-2 {
583
+ grid-template-columns: repeat(2, minmax(0, 1fr));
584
+ }
585
+ .grid-cols-3 {
586
+ grid-template-columns: repeat(3, minmax(0, 1fr));
587
+ }
588
+ .grid-cols-4 {
589
+ grid-template-columns: repeat(4, minmax(0, 1fr));
590
+ }
591
+ .grid-cols-5 {
592
+ grid-template-columns: repeat(5, minmax(0, 1fr));
593
+ }
594
+ .grid-cols-6 {
595
+ grid-template-columns: repeat(6, minmax(0, 1fr));
596
+ }
597
+ .grid-cols-7 {
598
+ grid-template-columns: repeat(7, minmax(0, 1fr));
599
+ }
600
+ .grid-cols-8 {
601
+ grid-template-columns: repeat(8, minmax(0, 1fr));
602
+ }
603
+ .grid-cols-9 {
604
+ grid-template-columns: repeat(9, minmax(0, 1fr));
605
+ }
606
+ .grid-cols-10 {
607
+ grid-template-columns: repeat(10, minmax(0, 1fr));
608
+ }
609
+ .grid-cols-11 {
610
+ grid-template-columns: repeat(11, minmax(0, 1fr));
611
+ }
612
+ .grid-cols-12 {
613
+ grid-template-columns: repeat(12, minmax(0, 1fr));
614
+ }
615
+ .grid-rows-1 {
616
+ grid-template-rows: repeat(1, minmax(0, 1fr));
617
+ }
618
+ .grid-rows-2 {
619
+ grid-template-rows: repeat(2, minmax(0, 1fr));
620
+ }
621
+ .grid-rows-3 {
622
+ grid-template-rows: repeat(3, minmax(0, 1fr));
623
+ }
624
+ .grid-rows-4 {
625
+ grid-template-rows: repeat(4, minmax(0, 1fr));
626
+ }
627
+ .grid-rows-5 {
628
+ grid-template-rows: repeat(5, minmax(0, 1fr));
629
+ }
630
+ .grid-rows-6 {
631
+ grid-template-rows: repeat(6, minmax(0, 1fr));
632
+ }
633
+ .grid-rows-7 {
634
+ grid-template-rows: repeat(7, minmax(0, 1fr));
635
+ }
636
+ .grid-rows-8 {
637
+ grid-template-rows: repeat(8, minmax(0, 1fr));
638
+ }
639
+ .grid-rows-9 {
640
+ grid-template-rows: repeat(9, minmax(0, 1fr));
641
+ }
642
+ .grid-rows-10 {
643
+ grid-template-rows: repeat(10, minmax(0, 1fr));
644
+ }
645
+ .grid-rows-11 {
646
+ grid-template-rows: repeat(11, minmax(0, 1fr));
647
+ }
648
+ .grid-rows-12 {
649
+ grid-template-rows: repeat(12, minmax(0, 1fr));
650
+ }
651
+ .flex-col {
652
+ flex-direction: column;
653
+ }
654
+ .flex-col-reverse {
655
+ flex-direction: column-reverse;
656
+ }
657
+ .flex-row {
658
+ flex-direction: row;
659
+ }
660
+ .flex-row-reverse {
661
+ flex-direction: row-reverse;
662
+ }
663
+ .flex-nowrap {
664
+ flex-wrap: nowrap;
665
+ }
666
+ .flex-wrap {
667
+ flex-wrap: wrap;
668
+ }
669
+ .flex-wrap-reverse {
670
+ flex-wrap: wrap-reverse;
671
+ }
672
+ .content-around {
673
+ align-content: space-around;
674
+ }
675
+ .content-between {
676
+ align-content: space-between;
677
+ }
678
+ .content-center {
679
+ align-content: center;
680
+ }
681
+ .content-end {
682
+ align-content: flex-end;
683
+ }
684
+ .content-evenly {
685
+ align-content: space-evenly;
686
+ }
687
+ .content-start {
688
+ align-content: flex-start;
689
+ }
690
+ .content-stretch {
691
+ align-content: stretch;
692
+ }
693
+ .items-baseline {
694
+ align-items: baseline;
695
+ }
696
+ .items-center {
697
+ align-items: center;
698
+ }
699
+ .items-end {
700
+ align-items: flex-end;
701
+ }
702
+ .items-start {
703
+ align-items: flex-start;
704
+ }
705
+ .items-stretch {
706
+ align-items: stretch;
707
+ }
708
+ .justify-around {
709
+ justify-content: space-around;
710
+ }
711
+ .justify-between {
712
+ justify-content: space-between;
713
+ }
714
+ .justify-center {
715
+ justify-content: center;
716
+ }
717
+ .justify-end {
718
+ justify-content: flex-end;
719
+ }
720
+ .justify-evenly {
721
+ justify-content: space-evenly;
722
+ }
723
+ .justify-start {
724
+ justify-content: flex-start;
725
+ }
726
+ .justify-items-center {
727
+ justify-items: center;
728
+ }
729
+ .justify-items-end {
730
+ justify-items: end;
731
+ }
732
+ .justify-items-start {
733
+ justify-items: start;
734
+ }
735
+ .justify-items-stretch {
736
+ justify-items: stretch;
737
+ }
738
+ .gap-0 {
739
+ gap: calc(var(--spacing) * 0);
740
+ }
741
+ .gap-1 {
742
+ gap: calc(var(--spacing) * 1);
743
+ }
744
+ .gap-2 {
745
+ gap: calc(var(--spacing) * 2);
746
+ }
747
+ .gap-3 {
748
+ gap: calc(var(--spacing) * 3);
749
+ }
750
+ .gap-4 {
751
+ gap: calc(var(--spacing) * 4);
752
+ }
753
+ .gap-6 {
754
+ gap: calc(var(--spacing) * 6);
755
+ }
756
+ .gap-8 {
757
+ gap: calc(var(--spacing) * 8);
758
+ }
759
+ .gap-16 {
760
+ gap: calc(var(--spacing) * 16);
761
+ }
762
+ .space-y-1\.5 {
763
+ :where(& > :not(:last-child)) {
764
+ --tw-space-y-reverse: 0;
765
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
766
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
767
+ }
768
+ }
769
+ .space-y-2 {
770
+ :where(& > :not(:last-child)) {
771
+ --tw-space-y-reverse: 0;
772
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
773
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
774
+ }
775
+ }
776
+ .space-y-4 {
777
+ :where(& > :not(:last-child)) {
778
+ --tw-space-y-reverse: 0;
779
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
780
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
781
+ }
782
+ }
783
+ .self-auto {
784
+ align-self: auto;
785
+ }
786
+ .self-baseline {
787
+ align-self: baseline;
788
+ }
789
+ .self-center {
790
+ align-self: center;
791
+ }
792
+ .self-end {
793
+ align-self: flex-end;
794
+ }
795
+ .self-start {
796
+ align-self: flex-start;
797
+ }
798
+ .self-stretch {
799
+ align-self: stretch;
800
+ }
801
+ .justify-self-auto {
802
+ justify-self: auto;
803
+ }
804
+ .justify-self-center {
805
+ justify-self: center;
806
+ }
807
+ .justify-self-end {
808
+ justify-self: flex-end;
809
+ }
810
+ .justify-self-start {
811
+ justify-self: flex-start;
812
+ }
813
+ .justify-self-stretch {
814
+ justify-self: stretch;
815
+ }
816
+ .overflow-hidden {
817
+ overflow: hidden;
818
+ }
819
+ .overflow-y-auto {
820
+ overflow-y: auto;
821
+ }
822
+ .rounded {
823
+ border-radius: 0.25rem;
824
+ }
825
+ .rounded-\[2px\] {
826
+ border-radius: 2px;
827
+ }
828
+ .rounded-full {
829
+ border-radius: calc(infinity * 1px);
830
+ }
831
+ .rounded-lg {
832
+ border-radius: var(--radius-lg);
833
+ }
834
+ .rounded-md {
835
+ border-radius: var(--radius-md);
836
+ }
837
+ .rounded-none {
838
+ border-radius: 0;
839
+ }
840
+ .rounded-sm {
841
+ border-radius: var(--radius-sm);
842
+ }
843
+ .rounded-l-none {
844
+ border-top-left-radius: 0;
845
+ border-bottom-left-radius: 0;
846
+ }
847
+ .rounded-r-none {
848
+ border-top-right-radius: 0;
849
+ border-bottom-right-radius: 0;
850
+ }
851
+ .border {
852
+ border-style: var(--tw-border-style);
853
+ border-width: 1px;
854
+ }
855
+ .border-0 {
856
+ border-style: var(--tw-border-style);
857
+ border-width: 0px;
858
+ }
859
+ .border-b {
860
+ border-bottom-style: var(--tw-border-style);
861
+ border-bottom-width: 1px;
862
+ }
863
+ .border-\[var\(--lux-intent-error-border\)\] {
864
+ border-color: var(--lux-intent-error-border);
865
+ }
866
+ .border-\[var\(--lux-intent-success-border\)\] {
867
+ border-color: var(--lux-intent-success-border);
868
+ }
869
+ .border-\[var\(--lux-intent-warning-border\)\] {
870
+ border-color: var(--lux-intent-warning-border);
871
+ }
872
+ .border-\[var\(--ui-color-border\)\] {
873
+ border-color: var(--ui-color-border);
874
+ }
875
+ .border-black {
876
+ border-color: var(--color-black);
877
+ }
878
+ .border-transparent {
879
+ border-color: transparent;
880
+ }
881
+ .bg-\[\#808080\] {
882
+ background-color: #808080;
883
+ }
884
+ .bg-\[var\(--lux-intent-error-border\)\]\/10 {
885
+ background-color: var(--lux-intent-error-border);
886
+ @supports (color: color-mix(in lab, red, red)) {
887
+ background-color: color-mix(in oklab, var(--lux-intent-error-border) 10%, transparent);
888
+ }
889
+ }
890
+ .bg-\[var\(--lux-intent-success-border\)\]\/10 {
891
+ background-color: var(--lux-intent-success-border);
892
+ @supports (color: color-mix(in lab, red, red)) {
893
+ background-color: color-mix(in oklab, var(--lux-intent-success-border) 10%, transparent);
894
+ }
895
+ }
896
+ .bg-\[var\(--lux-intent-warning-border\)\]\/10 {
897
+ background-color: var(--lux-intent-warning-border);
898
+ @supports (color: color-mix(in lab, red, red)) {
899
+ background-color: color-mix(in oklab, var(--lux-intent-warning-border) 10%, transparent);
900
+ }
901
+ }
902
+ .bg-\[var\(--ui-color-bg\)\] {
903
+ background-color: var(--ui-color-bg);
904
+ }
905
+ .bg-black {
906
+ background-color: var(--color-black);
907
+ }
908
+ .bg-black\/50 {
909
+ background-color: color-mix(in srgb, #000 50%, transparent);
910
+ @supports (color: color-mix(in lab, red, red)) {
911
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
912
+ }
913
+ }
914
+ .bg-transparent {
915
+ background-color: transparent;
916
+ }
917
+ .bg-white {
918
+ background-color: var(--color-white);
919
+ }
920
+ .p-0 {
921
+ padding: calc(var(--spacing) * 0);
922
+ }
923
+ .p-1 {
924
+ padding: calc(var(--spacing) * 1);
925
+ }
926
+ .p-1\.5 {
927
+ padding: calc(var(--spacing) * 1.5);
928
+ }
929
+ .p-4 {
930
+ padding: calc(var(--spacing) * 4);
931
+ }
932
+ .p-6 {
933
+ padding: calc(var(--spacing) * 6);
934
+ }
935
+ .px-0 {
936
+ padding-inline: calc(var(--spacing) * 0);
937
+ }
938
+ .px-2 {
939
+ padding-inline: calc(var(--spacing) * 2);
940
+ }
941
+ .px-2\.5 {
942
+ padding-inline: calc(var(--spacing) * 2.5);
943
+ }
944
+ .px-3 {
945
+ padding-inline: calc(var(--spacing) * 3);
946
+ }
947
+ .px-4 {
948
+ padding-inline: calc(var(--spacing) * 4);
949
+ }
950
+ .px-6 {
951
+ padding-inline: calc(var(--spacing) * 6);
952
+ }
953
+ .px-\[6px\] {
954
+ padding-inline: 6px;
955
+ }
956
+ .py-0\.5 {
957
+ padding-block: calc(var(--spacing) * 0.5);
958
+ }
959
+ .py-1 {
960
+ padding-block: calc(var(--spacing) * 1);
961
+ }
962
+ .py-1\.5 {
963
+ padding-block: calc(var(--spacing) * 1.5);
964
+ }
965
+ .py-2 {
966
+ padding-block: calc(var(--spacing) * 2);
967
+ }
968
+ .py-4 {
969
+ padding-block: calc(var(--spacing) * 4);
970
+ }
971
+ .py-6 {
972
+ padding-block: calc(var(--spacing) * 6);
973
+ }
974
+ .pt-0 {
975
+ padding-top: calc(var(--spacing) * 0);
976
+ }
977
+ .pt-2 {
978
+ padding-top: calc(var(--spacing) * 2);
979
+ }
980
+ .\!pr-0 {
981
+ padding-right: calc(var(--spacing) * 0) !important;
982
+ }
983
+ .pr-2 {
984
+ padding-right: calc(var(--spacing) * 2);
985
+ }
986
+ .pr-8 {
987
+ padding-right: calc(var(--spacing) * 8);
988
+ }
989
+ .pb-4 {
990
+ padding-bottom: calc(var(--spacing) * 4);
991
+ }
992
+ .pl-8 {
993
+ padding-left: calc(var(--spacing) * 8);
994
+ }
995
+ .text-center {
996
+ text-align: center;
997
+ }
998
+ .text-left {
999
+ text-align: left;
1000
+ }
1001
+ .text-right {
1002
+ text-align: right;
1003
+ }
1004
+ .font-mono {
1005
+ font-family: var(--font-mono);
1006
+ }
1007
+ .font-sans {
1008
+ font-family: var(--font-sans);
1009
+ }
1010
+ .text-2xl {
1011
+ font-size: var(--text-2xl);
1012
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1013
+ }
1014
+ .text-3xl {
1015
+ font-size: var(--text-3xl);
1016
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1017
+ }
1018
+ .text-base {
1019
+ font-size: var(--text-base);
1020
+ line-height: var(--tw-leading, var(--text-base--line-height));
1021
+ }
1022
+ .text-lg {
1023
+ font-size: var(--text-lg);
1024
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1025
+ }
1026
+ .text-sm {
1027
+ font-size: var(--text-sm);
1028
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1029
+ }
1030
+ .text-xl {
1031
+ font-size: var(--text-xl);
1032
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1033
+ }
1034
+ .text-xs {
1035
+ font-size: var(--text-xs);
1036
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1037
+ }
1038
+ .text-\[10px\] {
1039
+ font-size: 10px;
1040
+ }
1041
+ .text-\[18px\] {
1042
+ font-size: 18px;
1043
+ }
1044
+ .leading-4 {
1045
+ --tw-leading: calc(var(--spacing) * 4);
1046
+ line-height: calc(var(--spacing) * 4);
1047
+ }
1048
+ .leading-5 {
1049
+ --tw-leading: calc(var(--spacing) * 5);
1050
+ line-height: calc(var(--spacing) * 5);
1051
+ }
1052
+ .leading-6 {
1053
+ --tw-leading: calc(var(--spacing) * 6);
1054
+ line-height: calc(var(--spacing) * 6);
1055
+ }
1056
+ .leading-7 {
1057
+ --tw-leading: calc(var(--spacing) * 7);
1058
+ line-height: calc(var(--spacing) * 7);
1059
+ }
1060
+ .leading-none {
1061
+ --tw-leading: 1;
1062
+ line-height: 1;
1063
+ }
1064
+ .leading-tight {
1065
+ --tw-leading: var(--leading-tight);
1066
+ line-height: var(--leading-tight);
1067
+ }
1068
+ .font-bold {
1069
+ --tw-font-weight: var(--font-weight-bold);
1070
+ font-weight: var(--font-weight-bold);
1071
+ }
1072
+ .font-light {
1073
+ --tw-font-weight: var(--font-weight-light);
1074
+ font-weight: var(--font-weight-light);
1075
+ }
1076
+ .font-medium {
1077
+ --tw-font-weight: var(--font-weight-medium);
1078
+ font-weight: var(--font-weight-medium);
1079
+ }
1080
+ .font-normal {
1081
+ --tw-font-weight: var(--font-weight-normal);
1082
+ font-weight: var(--font-weight-normal);
1083
+ }
1084
+ .font-semibold {
1085
+ --tw-font-weight: var(--font-weight-semibold);
1086
+ font-weight: var(--font-weight-semibold);
1087
+ }
1088
+ .tracking-tight {
1089
+ --tw-tracking: var(--tracking-tight);
1090
+ letter-spacing: var(--tracking-tight);
1091
+ }
1092
+ .break-words {
1093
+ overflow-wrap: break-word;
1094
+ }
1095
+ .break-all {
1096
+ word-break: break-all;
1097
+ }
1098
+ .text-ellipsis {
1099
+ text-overflow: ellipsis;
1100
+ }
1101
+ .whitespace-nowrap {
1102
+ white-space: nowrap;
1103
+ }
1104
+ .whitespace-pre-wrap {
1105
+ white-space: pre-wrap;
1106
+ }
1107
+ .text-\[var\(--lux-intent-error-border\)\] {
1108
+ color: var(--lux-intent-error-border);
1109
+ }
1110
+ .text-\[var\(--lux-intent-success-border\)\] {
1111
+ color: var(--lux-intent-success-border);
1112
+ }
1113
+ .text-\[var\(--lux-intent-warning-border\)\] {
1114
+ color: var(--lux-intent-warning-border);
1115
+ }
1116
+ .text-\[var\(--ui-color-text\)\] {
1117
+ color: var(--ui-color-text);
1118
+ }
1119
+ .text-black {
1120
+ color: var(--color-black);
1121
+ }
1122
+ .text-inherit {
1123
+ color: inherit;
1124
+ }
1125
+ .text-white {
1126
+ color: var(--color-white);
1127
+ }
1128
+ .italic {
1129
+ font-style: italic;
1130
+ }
1131
+ .underline {
1132
+ text-decoration-line: underline;
1133
+ }
1134
+ .opacity-0 {
1135
+ opacity: 0%;
1136
+ }
1137
+ .opacity-50 {
1138
+ opacity: 50%;
1139
+ }
1140
+ .opacity-60 {
1141
+ opacity: 60%;
1142
+ }
1143
+ .opacity-90 {
1144
+ opacity: 90%;
1145
+ }
1146
+ .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.12\)\] {
1147
+ --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.12));
1148
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1149
+ }
1150
+ .shadow-lg {
1151
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1152
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1153
+ }
1154
+ .shadow-md {
1155
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1156
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1157
+ }
1158
+ .shadow-sm {
1159
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1160
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1161
+ }
1162
+ .ring-0 {
1163
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1164
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1165
+ }
1166
+ .outline {
1167
+ outline-style: var(--tw-outline-style);
1168
+ outline-width: 1px;
1169
+ }
1170
+ .backdrop-blur-sm {
1171
+ --tw-backdrop-blur: blur(var(--blur-sm));
1172
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1173
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1174
+ }
1175
+ .transition-all {
1176
+ transition-property: all;
1177
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1178
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1179
+ }
1180
+ .transition-colors {
1181
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1182
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1183
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1184
+ }
1185
+ .transition-opacity {
1186
+ transition-property: opacity;
1187
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1188
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1189
+ }
1190
+ .transition-shadow {
1191
+ transition-property: box-shadow;
1192
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1193
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1194
+ }
1195
+ .transition-transform {
1196
+ transition-property: transform, translate, scale, rotate;
1197
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1198
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1199
+ }
1200
+ .duration-150 {
1201
+ --tw-duration: 150ms;
1202
+ transition-duration: 150ms;
1203
+ }
1204
+ .duration-200 {
1205
+ --tw-duration: 200ms;
1206
+ transition-duration: 200ms;
1207
+ }
1208
+ .duration-300 {
1209
+ --tw-duration: 300ms;
1210
+ transition-duration: 300ms;
1211
+ }
1212
+ .ease-out {
1213
+ --tw-ease: var(--ease-out);
1214
+ transition-timing-function: var(--ease-out);
1215
+ }
1216
+ .outline-none {
1217
+ --tw-outline-style: none;
1218
+ outline-style: none;
1219
+ }
1220
+ .select-none {
1221
+ -webkit-user-select: none;
1222
+ user-select: none;
1223
+ }
1224
+ .group-focus-within\:opacity-100 {
1225
+ &:is(:where(.group):focus-within *) {
1226
+ opacity: 100%;
1227
+ }
1228
+ }
1229
+ .group-hover\:opacity-100 {
1230
+ &:is(:where(.group):hover *) {
1231
+ @media (hover: hover) {
1232
+ opacity: 100%;
1233
+ }
1234
+ }
1235
+ }
1236
+ .hover\:scale-110 {
1237
+ &:hover {
1238
+ @media (hover: hover) {
1239
+ --tw-scale-x: 110%;
1240
+ --tw-scale-y: 110%;
1241
+ --tw-scale-z: 110%;
1242
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1243
+ }
1244
+ }
1245
+ }
1246
+ .hover\:border-\[var\(--ui-color-border-hover\)\] {
1247
+ &:hover {
1248
+ @media (hover: hover) {
1249
+ border-color: var(--ui-color-border-hover);
1250
+ }
1251
+ }
1252
+ }
1253
+ .hover\:bg-\[var\(--ui-color-bg-hover\)\] {
1254
+ &:hover {
1255
+ @media (hover: hover) {
1256
+ background-color: var(--ui-color-bg-hover);
1257
+ }
1258
+ }
1259
+ }
1260
+ .hover\:text-\[var\(--ui-color-text-hover\)\] {
1261
+ &:hover {
1262
+ @media (hover: hover) {
1263
+ color: var(--ui-color-text-hover);
1264
+ }
1265
+ }
1266
+ }
1267
+ .hover\:underline {
1268
+ &:hover {
1269
+ @media (hover: hover) {
1270
+ text-decoration-line: underline;
1271
+ }
1272
+ }
1273
+ }
1274
+ .hover\:opacity-100 {
1275
+ &:hover {
1276
+ @media (hover: hover) {
1277
+ opacity: 100%;
1278
+ }
1279
+ }
1280
+ }
1281
+ .hover\:shadow-\[0_10px_24px_rgba\(0\,0\,0\,0\.22\)\] {
1282
+ &:hover {
1283
+ @media (hover: hover) {
1284
+ --tw-shadow: 0 10px 24px var(--tw-shadow-color, rgba(0,0,0,0.22));
1285
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1286
+ }
1287
+ }
1288
+ }
1289
+ .hover\:ring-4 {
1290
+ &:hover {
1291
+ @media (hover: hover) {
1292
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1293
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1294
+ }
1295
+ }
1296
+ }
1297
+ .focus\:ring-2 {
1298
+ &:focus {
1299
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1300
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1301
+ }
1302
+ }
1303
+ .focus\:ring-offset-2 {
1304
+ &:focus {
1305
+ --tw-ring-offset-width: 2px;
1306
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1307
+ }
1308
+ }
1309
+ .focus\:outline-none {
1310
+ &:focus {
1311
+ --tw-outline-style: none;
1312
+ outline-style: none;
1313
+ }
1314
+ }
1315
+ .focus-visible\:ring-2 {
1316
+ &:focus-visible {
1317
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1318
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1319
+ }
1320
+ }
1321
+ .focus-visible\:ring-offset-2 {
1322
+ &:focus-visible {
1323
+ --tw-ring-offset-width: 2px;
1324
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1325
+ }
1326
+ }
1327
+ .focus-visible\:outline-none {
1328
+ &:focus-visible {
1329
+ --tw-outline-style: none;
1330
+ outline-style: none;
1331
+ }
1332
+ }
1333
+ .disabled\:pointer-events-none {
1334
+ &:disabled {
1335
+ pointer-events: none;
1336
+ }
1337
+ }
1338
+ .disabled\:cursor-default {
1339
+ &:disabled {
1340
+ cursor: default;
1341
+ }
1342
+ }
1343
+ .disabled\:cursor-not-allowed {
1344
+ &:disabled {
1345
+ cursor: not-allowed;
1346
+ }
1347
+ }
1348
+ .disabled\:opacity-50 {
1349
+ &:disabled {
1350
+ opacity: 50%;
1351
+ }
1352
+ }
1353
+ .data-\[disabled\]\:pointer-events-none {
1354
+ &[data-disabled] {
1355
+ pointer-events: none;
1356
+ }
1357
+ }
1358
+ .data-\[disabled\]\:opacity-50 {
1359
+ &[data-disabled] {
1360
+ opacity: 50%;
1361
+ }
1362
+ }
1363
+ .data-\[state\=active\]\:shadow-sm {
1364
+ &[data-state="active"] {
1365
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1366
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1367
+ }
1368
+ }
1369
+ .data-\[state\=checked\]\:translate-x-5 {
1370
+ &[data-state="checked"] {
1371
+ --tw-translate-x: calc(var(--spacing) * 5);
1372
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1373
+ }
1374
+ }
1375
+ .data-\[state\=inactive\]\:hidden {
1376
+ &[data-state="inactive"] {
1377
+ display: none;
1378
+ }
1379
+ }
1380
+ .data-\[state\=unchecked\]\:translate-x-0 {
1381
+ &[data-state="unchecked"] {
1382
+ --tw-translate-x: calc(var(--spacing) * 0);
1383
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1384
+ }
1385
+ }
1386
+ .sm\:max-w-\[420px\] {
1387
+ @media (width >= 40rem) {
1388
+ max-width: 420px;
1389
+ }
1390
+ }
1391
+ .sm\:flex-row {
1392
+ @media (width >= 40rem) {
1393
+ flex-direction: row;
1394
+ }
1395
+ }
1396
+ .sm\:justify-end {
1397
+ @media (width >= 40rem) {
1398
+ justify-content: flex-end;
1399
+ }
1400
+ }
1401
+ .\[\&\>svg\]\:absolute {
1402
+ &>svg {
1403
+ position: absolute;
1404
+ }
1405
+ }
1406
+ .\[\&\>svg\]\:top-4 {
1407
+ &>svg {
1408
+ top: calc(var(--spacing) * 4);
1409
+ }
1410
+ }
1411
+ .\[\&\>svg\]\:left-4 {
1412
+ &>svg {
1413
+ left: calc(var(--spacing) * 4);
1414
+ }
1415
+ }
1416
+ .\[\&\>svg\]\:text-current {
1417
+ &>svg {
1418
+ color: currentcolor;
1419
+ }
1420
+ }
1421
+ .\[\&\>svg\~\*\]\:pl-7 {
1422
+ &>svg~* {
1423
+ padding-left: calc(var(--spacing) * 7);
1424
+ }
1425
+ }
1426
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180 {
1427
+ &[data-state=open]>svg {
1428
+ rotate: 180deg;
1429
+ }
1430
+ }
1431
+ }
1432
+ @property --tw-translate-x {
1433
+ syntax: "*";
1434
+ inherits: false;
1435
+ initial-value: 0;
1436
+ }
1437
+ @property --tw-translate-y {
1438
+ syntax: "*";
1439
+ inherits: false;
1440
+ initial-value: 0;
1441
+ }
1442
+ @property --tw-translate-z {
1443
+ syntax: "*";
1444
+ inherits: false;
1445
+ initial-value: 0;
1446
+ }
1447
+ @property --tw-rotate-x {
1448
+ syntax: "*";
1449
+ inherits: false;
1450
+ }
1451
+ @property --tw-rotate-y {
1452
+ syntax: "*";
1453
+ inherits: false;
1454
+ }
1455
+ @property --tw-rotate-z {
1456
+ syntax: "*";
1457
+ inherits: false;
1458
+ }
1459
+ @property --tw-skew-x {
1460
+ syntax: "*";
1461
+ inherits: false;
1462
+ }
1463
+ @property --tw-skew-y {
1464
+ syntax: "*";
1465
+ inherits: false;
1466
+ }
1467
+ @property --tw-space-y-reverse {
1468
+ syntax: "*";
1469
+ inherits: false;
1470
+ initial-value: 0;
1471
+ }
1472
+ @property --tw-border-style {
1473
+ syntax: "*";
1474
+ inherits: false;
1475
+ initial-value: solid;
1476
+ }
1477
+ @property --tw-leading {
1478
+ syntax: "*";
1479
+ inherits: false;
1480
+ }
1481
+ @property --tw-font-weight {
1482
+ syntax: "*";
1483
+ inherits: false;
1484
+ }
1485
+ @property --tw-tracking {
1486
+ syntax: "*";
1487
+ inherits: false;
1488
+ }
1489
+ @property --tw-shadow {
1490
+ syntax: "*";
1491
+ inherits: false;
1492
+ initial-value: 0 0 #0000;
1493
+ }
1494
+ @property --tw-shadow-color {
1495
+ syntax: "*";
1496
+ inherits: false;
1497
+ }
1498
+ @property --tw-shadow-alpha {
1499
+ syntax: "<percentage>";
1500
+ inherits: false;
1501
+ initial-value: 100%;
1502
+ }
1503
+ @property --tw-inset-shadow {
1504
+ syntax: "*";
1505
+ inherits: false;
1506
+ initial-value: 0 0 #0000;
1507
+ }
1508
+ @property --tw-inset-shadow-color {
1509
+ syntax: "*";
1510
+ inherits: false;
1511
+ }
1512
+ @property --tw-inset-shadow-alpha {
1513
+ syntax: "<percentage>";
1514
+ inherits: false;
1515
+ initial-value: 100%;
1516
+ }
1517
+ @property --tw-ring-color {
1518
+ syntax: "*";
1519
+ inherits: false;
1520
+ }
1521
+ @property --tw-ring-shadow {
1522
+ syntax: "*";
1523
+ inherits: false;
1524
+ initial-value: 0 0 #0000;
1525
+ }
1526
+ @property --tw-inset-ring-color {
1527
+ syntax: "*";
1528
+ inherits: false;
1529
+ }
1530
+ @property --tw-inset-ring-shadow {
1531
+ syntax: "*";
1532
+ inherits: false;
1533
+ initial-value: 0 0 #0000;
1534
+ }
1535
+ @property --tw-ring-inset {
1536
+ syntax: "*";
1537
+ inherits: false;
1538
+ }
1539
+ @property --tw-ring-offset-width {
1540
+ syntax: "<length>";
1541
+ inherits: false;
1542
+ initial-value: 0px;
1543
+ }
1544
+ @property --tw-ring-offset-color {
1545
+ syntax: "*";
1546
+ inherits: false;
1547
+ initial-value: #fff;
1548
+ }
1549
+ @property --tw-ring-offset-shadow {
1550
+ syntax: "*";
1551
+ inherits: false;
1552
+ initial-value: 0 0 #0000;
1553
+ }
1554
+ @property --tw-outline-style {
1555
+ syntax: "*";
1556
+ inherits: false;
1557
+ initial-value: solid;
1558
+ }
1559
+ @property --tw-backdrop-blur {
1560
+ syntax: "*";
1561
+ inherits: false;
1562
+ }
1563
+ @property --tw-backdrop-brightness {
1564
+ syntax: "*";
1565
+ inherits: false;
1566
+ }
1567
+ @property --tw-backdrop-contrast {
1568
+ syntax: "*";
1569
+ inherits: false;
1570
+ }
1571
+ @property --tw-backdrop-grayscale {
1572
+ syntax: "*";
1573
+ inherits: false;
1574
+ }
1575
+ @property --tw-backdrop-hue-rotate {
1576
+ syntax: "*";
1577
+ inherits: false;
1578
+ }
1579
+ @property --tw-backdrop-invert {
1580
+ syntax: "*";
1581
+ inherits: false;
1582
+ }
1583
+ @property --tw-backdrop-opacity {
1584
+ syntax: "*";
1585
+ inherits: false;
1586
+ }
1587
+ @property --tw-backdrop-saturate {
1588
+ syntax: "*";
1589
+ inherits: false;
1590
+ }
1591
+ @property --tw-backdrop-sepia {
1592
+ syntax: "*";
1593
+ inherits: false;
1594
+ }
1595
+ @property --tw-duration {
1596
+ syntax: "*";
1597
+ inherits: false;
1598
+ }
1599
+ @property --tw-ease {
1600
+ syntax: "*";
1601
+ inherits: false;
1602
+ }
1603
+ @property --tw-scale-x {
1604
+ syntax: "*";
1605
+ inherits: false;
1606
+ initial-value: 1;
1607
+ }
1608
+ @property --tw-scale-y {
1609
+ syntax: "*";
1610
+ inherits: false;
1611
+ initial-value: 1;
1612
+ }
1613
+ @property --tw-scale-z {
1614
+ syntax: "*";
1615
+ inherits: false;
1616
+ initial-value: 1;
1617
+ }
1618
+ @keyframes spin {
1619
+ to {
1620
+ transform: rotate(360deg);
1621
+ }
1622
+ }
1623
+ @keyframes pulse {
1624
+ 50% {
1625
+ opacity: 0.5;
1626
+ }
1627
+ }
1628
+ @layer properties {
1629
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1630
+ *, ::before, ::after, ::backdrop {
1631
+ --tw-translate-x: 0;
1632
+ --tw-translate-y: 0;
1633
+ --tw-translate-z: 0;
1634
+ --tw-rotate-x: initial;
1635
+ --tw-rotate-y: initial;
1636
+ --tw-rotate-z: initial;
1637
+ --tw-skew-x: initial;
1638
+ --tw-skew-y: initial;
1639
+ --tw-space-y-reverse: 0;
1640
+ --tw-border-style: solid;
1641
+ --tw-leading: initial;
1642
+ --tw-font-weight: initial;
1643
+ --tw-tracking: initial;
1644
+ --tw-shadow: 0 0 #0000;
1645
+ --tw-shadow-color: initial;
1646
+ --tw-shadow-alpha: 100%;
1647
+ --tw-inset-shadow: 0 0 #0000;
1648
+ --tw-inset-shadow-color: initial;
1649
+ --tw-inset-shadow-alpha: 100%;
1650
+ --tw-ring-color: initial;
1651
+ --tw-ring-shadow: 0 0 #0000;
1652
+ --tw-inset-ring-color: initial;
1653
+ --tw-inset-ring-shadow: 0 0 #0000;
1654
+ --tw-ring-inset: initial;
1655
+ --tw-ring-offset-width: 0px;
1656
+ --tw-ring-offset-color: #fff;
1657
+ --tw-ring-offset-shadow: 0 0 #0000;
1658
+ --tw-outline-style: solid;
1659
+ --tw-backdrop-blur: initial;
1660
+ --tw-backdrop-brightness: initial;
1661
+ --tw-backdrop-contrast: initial;
1662
+ --tw-backdrop-grayscale: initial;
1663
+ --tw-backdrop-hue-rotate: initial;
1664
+ --tw-backdrop-invert: initial;
1665
+ --tw-backdrop-opacity: initial;
1666
+ --tw-backdrop-saturate: initial;
1667
+ --tw-backdrop-sepia: initial;
1668
+ --tw-duration: initial;
1669
+ --tw-ease: initial;
1670
+ --tw-scale-x: 1;
1671
+ --tw-scale-y: 1;
1672
+ --tw-scale-z: 1;
1673
+ }
1674
+ }
1675
+ }