@0xsequence/connect 6.0.2 → 6.0.4

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 (54) hide show
  1. package/dist/esm/components/Connect/Connect.d.ts +1 -0
  2. package/dist/esm/components/Connect/Connect.d.ts.map +1 -1
  3. package/dist/esm/components/Connect/Connect.js +58 -13
  4. package/dist/esm/components/Connect/Connect.js.map +1 -1
  5. package/dist/esm/components/Connect/EmailWaasVerify.d.ts.map +1 -1
  6. package/dist/esm/components/Connect/EmailWaasVerify.js +1 -1
  7. package/dist/esm/components/Connect/EmailWaasVerify.js.map +1 -1
  8. package/dist/esm/components/Connect/ExtendedWalletList.d.ts.map +1 -1
  9. package/dist/esm/components/Connect/ExtendedWalletList.js +2 -2
  10. package/dist/esm/components/Connect/ExtendedWalletList.js.map +1 -1
  11. package/dist/esm/components/Connect/WalletListItem.d.ts.map +1 -1
  12. package/dist/esm/components/Connect/WalletListItem.js +3 -2
  13. package/dist/esm/components/Connect/WalletListItem.js.map +1 -1
  14. package/dist/esm/components/ConnectButton/ConnectButton.d.ts +13 -3
  15. package/dist/esm/components/ConnectButton/ConnectButton.d.ts.map +1 -1
  16. package/dist/esm/components/ConnectButton/ConnectButton.js +27 -5
  17. package/dist/esm/components/ConnectButton/ConnectButton.js.map +1 -1
  18. package/dist/esm/components/EpicAuthProvider/EpicAuthProvider.js +2 -2
  19. package/dist/esm/components/EpicAuthProvider/EpicAuthProvider.js.map +1 -1
  20. package/dist/esm/components/SequenceConnectInlineProvider/SequenceConnectInlineProvider.d.ts.map +1 -1
  21. package/dist/esm/components/SequenceConnectInlineProvider/SequenceConnectInlineProvider.js +7 -7
  22. package/dist/esm/components/SequenceConnectInlineProvider/SequenceConnectInlineProvider.js.map +1 -1
  23. package/dist/esm/components/SequenceConnectPreview/SequenceConnectPreviewProvider.js +1 -1
  24. package/dist/esm/components/SequenceConnectPreview/SequenceConnectPreviewProvider.js.map +1 -1
  25. package/dist/esm/components/SequenceConnectProvider/SequenceConnectProvider.d.ts.map +1 -1
  26. package/dist/esm/components/SequenceConnectProvider/SequenceConnectProvider.js +9 -8
  27. package/dist/esm/components/SequenceConnectProvider/SequenceConnectProvider.js.map +1 -1
  28. package/dist/esm/components/SocialLink/SocialLink.d.ts.map +1 -1
  29. package/dist/esm/components/SocialLink/SocialLink.js +4 -4
  30. package/dist/esm/components/SocialLink/SocialLink.js.map +1 -1
  31. package/dist/esm/config/defaultTransports.d.ts.map +1 -1
  32. package/dist/esm/config/defaultTransports.js +31 -3
  33. package/dist/esm/config/defaultTransports.js.map +1 -1
  34. package/dist/esm/connectors/wagmiConnectors/sequenceV3Connector.d.ts.map +1 -1
  35. package/dist/esm/connectors/wagmiConnectors/sequenceV3Connector.js +12 -4
  36. package/dist/esm/connectors/wagmiConnectors/sequenceV3Connector.js.map +1 -1
  37. package/dist/esm/constants/version.d.ts +1 -1
  38. package/dist/esm/constants/version.js +1 -1
  39. package/dist/esm/index.d.ts +1 -1
  40. package/dist/esm/index.d.ts.map +1 -1
  41. package/dist/esm/index.js +1 -1
  42. package/dist/esm/index.js.map +1 -1
  43. package/dist/esm/styles.d.ts.map +1 -1
  44. package/dist/esm/styles.js +2217 -338
  45. package/dist/esm/styles.js.map +1 -1
  46. package/dist/esm/utils/helpers.d.ts +2 -0
  47. package/dist/esm/utils/helpers.d.ts.map +1 -1
  48. package/dist/esm/utils/helpers.js +24 -2
  49. package/dist/esm/utils/helpers.js.map +1 -1
  50. package/dist/esm/utils/walletConfiguration.d.ts +1 -1
  51. package/dist/esm/utils/walletConfiguration.d.ts.map +1 -1
  52. package/dist/esm/utils/walletConfiguration.js +1 -1
  53. package/dist/esm/utils/walletConfiguration.js.map +1 -1
  54. package/package.json +10 -10
@@ -6,17 +6,60 @@ export const styles = String.raw `
6
6
  :root, :host {
7
7
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
8
8
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
9
+ --color-red-200: oklch(88.5% 0.062 18.334);
10
+ --color-red-400: oklch(70.4% 0.191 22.216);
9
11
  --color-red-500: oklch(63.7% 0.237 25.331);
12
+ --color-red-600: oklch(57.7% 0.245 27.325);
13
+ --color-red-700: oklch(50.5% 0.213 27.518);
14
+ --color-red-900: oklch(39.6% 0.141 25.723);
15
+ --color-red-950: oklch(25.8% 0.092 26.042);
16
+ --color-yellow-100: oklch(97.3% 0.071 103.193);
17
+ --color-yellow-400: oklch(85.2% 0.199 91.936);
18
+ --color-yellow-500: oklch(79.5% 0.184 86.047);
19
+ --color-yellow-700: oklch(55.4% 0.135 66.442);
20
+ --color-yellow-900: oklch(42.1% 0.095 57.708);
21
+ --color-yellow-950: oklch(28.6% 0.066 53.813);
22
+ --color-green-200: oklch(92.5% 0.084 155.995);
23
+ --color-green-400: oklch(79.2% 0.209 151.711);
24
+ --color-green-500: oklch(72.3% 0.219 149.579);
25
+ --color-green-600: oklch(62.7% 0.194 149.214);
26
+ --color-green-700: oklch(52.7% 0.154 150.069);
27
+ --color-green-900: oklch(39.3% 0.095 152.535);
28
+ --color-green-950: oklch(26.6% 0.065 152.934);
10
29
  --color-blue-500: oklch(62.3% 0.214 259.815);
30
+ --color-indigo-200: oklch(87% 0.065 274.039);
31
+ --color-indigo-400: oklch(67.3% 0.182 276.935);
32
+ --color-indigo-500: oklch(58.5% 0.233 277.117);
33
+ --color-indigo-600: oklch(51.1% 0.262 276.966);
34
+ --color-indigo-700: oklch(45.7% 0.24 277.023);
35
+ --color-indigo-900: oklch(35.9% 0.144 278.697);
36
+ --color-indigo-950: oklch(25.7% 0.09 281.288);
37
+ --color-violet-500: oklch(60.6% 0.25 292.717);
11
38
  --color-violet-600: oklch(54.1% 0.281 293.009);
39
+ --color-slate-50: oklch(98.4% 0.003 247.858);
40
+ --color-slate-100: oklch(96.8% 0.007 247.896);
41
+ --color-slate-200: oklch(92.9% 0.013 255.508);
42
+ --color-slate-300: oklch(86.9% 0.022 252.894);
43
+ --color-slate-400: oklch(70.4% 0.04 256.788);
44
+ --color-slate-500: oklch(55.4% 0.046 257.417);
45
+ --color-slate-800: oklch(27.9% 0.041 260.031);
46
+ --color-slate-950: oklch(12.9% 0.042 264.695);
12
47
  --color-gray-200: oklch(92.8% 0.006 264.531);
13
48
  --color-gray-300: oklch(87.2% 0.01 258.338);
14
49
  --color-gray-500: oklch(55.1% 0.027 264.364);
15
50
  --color-gray-900: oklch(21% 0.034 264.665);
51
+ --color-zinc-500: oklch(55.2% 0.016 285.938);
52
+ --color-zinc-600: oklch(44.2% 0.017 285.786);
53
+ --color-zinc-700: oklch(37% 0.013 285.805);
54
+ --color-zinc-800: oklch(27.4% 0.006 286.033);
55
+ --color-zinc-900: oklch(21% 0.006 285.885);
56
+ --color-zinc-950: oklch(14.1% 0.005 285.823);
16
57
  --color-black: #000;
17
58
  --color-white: #fff;
18
59
  --spacing: 0.25rem;
60
+ --container-sm: 24rem;
19
61
  --container-md: 28rem;
62
+ --container-lg: 32rem;
20
63
  --text-xs: 0.75rem;
21
64
  --text-xs--line-height: calc(1 / 0.75);
22
65
  --text-sm: 0.875rem;
@@ -40,13 +83,16 @@ export const styles = String.raw `
40
83
  --tracking-normal: 0em;
41
84
  --tracking-wide: 0.025em;
42
85
  --tracking-widest: 0.1em;
86
+ --leading-snug: 1.375;
43
87
  --radius-xs: 0.125rem;
44
88
  --radius-sm: 0.25rem;
45
89
  --radius-md: 0.375rem;
46
90
  --radius-lg: 0.5rem;
47
91
  --radius-xl: 0.75rem;
48
92
  --radius-2xl: 1rem;
93
+ --radius-3xl: 1.5rem;
49
94
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
95
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
50
96
  --animate-spin: spin 1s linear infinite;
51
97
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
52
98
  --blur-xs: 4px;
@@ -55,6 +101,7 @@ export const styles = String.raw `
55
101
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
56
102
  --default-font-family: var(--font-sans);
57
103
  --default-mono-font-family: "Roboto", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
104
+ --color-primary: var(--seq-color-primary);
58
105
  }
59
106
  }
60
107
  @layer base {
@@ -206,12 +253,30 @@ export const styles = String.raw `
206
253
  }
207
254
  }
208
255
  @layer utilities {
256
+ .\@container\/field-group {
257
+ container-type: inline-size;
258
+ container-name: field-group;
259
+ }
260
+ .\@container {
261
+ container-type: inline-size;
262
+ }
209
263
  .pointer-events-none {
210
264
  pointer-events: none;
211
265
  }
212
266
  .visible {
213
267
  visibility: visible;
214
268
  }
269
+ .sr-only {
270
+ position: absolute;
271
+ width: 1px;
272
+ height: 1px;
273
+ padding: 0;
274
+ margin: -1px;
275
+ overflow: hidden;
276
+ clip-path: inset(50%);
277
+ white-space: nowrap;
278
+ border-width: 0;
279
+ }
215
280
  .absolute {
216
281
  position: absolute;
217
282
  }
@@ -230,9 +295,21 @@ export const styles = String.raw `
230
295
  .inset-2 {
231
296
  inset: calc(var(--spacing) * 2);
232
297
  }
298
+ .inset-x-0 {
299
+ inset-inline: calc(var(--spacing) * 0);
300
+ }
301
+ .inset-y-0 {
302
+ inset-block: calc(var(--spacing) * 0);
303
+ }
233
304
  .top-0 {
234
305
  top: calc(var(--spacing) * 0);
235
306
  }
307
+ .top-1 {
308
+ top: calc(var(--spacing) * 1);
309
+ }
310
+ .top-1\/2 {
311
+ top: calc(1/2 * 100%);
312
+ }
236
313
  .top-4 {
237
314
  top: calc(var(--spacing) * 4);
238
315
  }
@@ -245,6 +322,9 @@ export const styles = String.raw `
245
322
  .right-0 {
246
323
  right: calc(var(--spacing) * 0);
247
324
  }
325
+ .right-2 {
326
+ right: calc(var(--spacing) * 2);
327
+ }
248
328
  .right-4 {
249
329
  right: calc(var(--spacing) * 4);
250
330
  }
@@ -278,9 +358,41 @@ export const styles = String.raw `
278
358
  .z-30 {
279
359
  z-index: 30;
280
360
  }
361
+ .z-50 {
362
+ z-index: 50;
363
+ }
281
364
  .z-1000 {
282
365
  z-index: 1000;
283
366
  }
367
+ .order-first {
368
+ order: -9999;
369
+ }
370
+ .order-last {
371
+ order: 9999;
372
+ }
373
+ .grid-stack {
374
+ display: grid;
375
+ grid-template-columns: repeat(1, minmax(0, 1fr));
376
+ grid-template-rows: repeat(1, minmax(0, 1fr));
377
+ :is(& > *) {
378
+ grid-column-start: 1;
379
+ }
380
+ :is(& > *) {
381
+ grid-row-start: 1;
382
+ }
383
+ }
384
+ .col-start-2 {
385
+ grid-column-start: 2;
386
+ }
387
+ .col-start-3 {
388
+ grid-column-start: 3;
389
+ }
390
+ .col-end-4 {
391
+ grid-column-end: 4;
392
+ }
393
+ .row-start-3 {
394
+ grid-row-start: 3;
395
+ }
284
396
  .container {
285
397
  width: 100%;
286
398
  @media (width >= 40rem) {
@@ -302,12 +414,24 @@ export const styles = String.raw `
302
414
  .-m-\[1px\] {
303
415
  margin: calc(1px * -1);
304
416
  }
417
+ .m-0 {
418
+ margin: calc(var(--spacing) * 0);
419
+ }
305
420
  .m-4 {
306
421
  margin: calc(var(--spacing) * 4);
307
422
  }
423
+ .-mx-1 {
424
+ margin-inline: calc(var(--spacing) * -1);
425
+ }
308
426
  .mx-0 {
309
427
  margin-inline: calc(var(--spacing) * 0);
310
428
  }
429
+ .mx-auto {
430
+ margin-inline: auto;
431
+ }
432
+ .-my-2 {
433
+ margin-block: calc(var(--spacing) * -2);
434
+ }
311
435
  .my-0 {
312
436
  margin-block: calc(var(--spacing) * 0);
313
437
  }
@@ -344,6 +468,9 @@ export const styles = String.raw `
344
468
  .mt-10 {
345
469
  margin-top: calc(var(--spacing) * 10);
346
470
  }
471
+ .mt-auto {
472
+ margin-top: auto;
473
+ }
347
474
  .-mr-\[1px\] {
348
475
  margin-right: calc(1px * -1);
349
476
  }
@@ -353,12 +480,18 @@ export const styles = String.raw `
353
480
  .-mb-\[1px\] {
354
481
  margin-bottom: calc(1px * -1);
355
482
  }
483
+ .-mb-\[2px\] {
484
+ margin-bottom: calc(2px * -1);
485
+ }
356
486
  .mb-1 {
357
487
  margin-bottom: calc(var(--spacing) * 1);
358
488
  }
359
489
  .mb-2 {
360
490
  margin-bottom: calc(var(--spacing) * 2);
361
491
  }
492
+ .mb-3 {
493
+ margin-bottom: calc(var(--spacing) * 3);
494
+ }
362
495
  .mb-4 {
363
496
  margin-bottom: calc(var(--spacing) * 4);
364
497
  }
@@ -377,9 +510,21 @@ export const styles = String.raw `
377
510
  .ml-2 {
378
511
  margin-left: calc(var(--spacing) * 2);
379
512
  }
513
+ .ml-4 {
514
+ margin-left: calc(var(--spacing) * 4);
515
+ }
380
516
  .ml-\[40px\] {
381
517
  margin-left: 40px;
382
518
  }
519
+ .ml-auto {
520
+ margin-left: auto;
521
+ }
522
+ .line-clamp-1 {
523
+ overflow: hidden;
524
+ display: -webkit-box;
525
+ -webkit-box-orient: vertical;
526
+ -webkit-line-clamp: 1;
527
+ }
383
528
  .block {
384
529
  display: block;
385
530
  }
@@ -404,12 +549,87 @@ export const styles = String.raw `
404
549
  .table {
405
550
  display: table;
406
551
  }
552
+ .table-cell {
553
+ display: table-cell;
554
+ }
555
+ .table-row {
556
+ display: table-row;
557
+ }
558
+ .field-sizing-content {
559
+ field-sizing: content;
560
+ }
407
561
  .aspect-square {
408
562
  aspect-ratio: 1 / 1;
409
563
  }
564
+ .size-2 {
565
+ width: calc(var(--spacing) * 2);
566
+ height: calc(var(--spacing) * 2);
567
+ }
568
+ .size-2\.5 {
569
+ width: calc(var(--spacing) * 2.5);
570
+ height: calc(var(--spacing) * 2.5);
571
+ }
572
+ .size-3 {
573
+ width: calc(var(--spacing) * 3);
574
+ height: calc(var(--spacing) * 3);
575
+ }
576
+ .size-3\.5 {
577
+ width: calc(var(--spacing) * 3.5);
578
+ height: calc(var(--spacing) * 3.5);
579
+ }
580
+ .size-4 {
581
+ width: calc(var(--spacing) * 4);
582
+ height: calc(var(--spacing) * 4);
583
+ }
584
+ .size-5 {
585
+ width: calc(var(--spacing) * 5);
586
+ height: calc(var(--spacing) * 5);
587
+ }
588
+ .size-6 {
589
+ width: calc(var(--spacing) * 6);
590
+ height: calc(var(--spacing) * 6);
591
+ }
592
+ .size-7 {
593
+ width: calc(var(--spacing) * 7);
594
+ height: calc(var(--spacing) * 7);
595
+ }
596
+ .size-8 {
597
+ width: calc(var(--spacing) * 8);
598
+ height: calc(var(--spacing) * 8);
599
+ }
600
+ .size-9 {
601
+ width: calc(var(--spacing) * 9);
602
+ height: calc(var(--spacing) * 9);
603
+ }
604
+ .size-10 {
605
+ width: calc(var(--spacing) * 10);
606
+ height: calc(var(--spacing) * 10);
607
+ }
608
+ .size-11 {
609
+ width: calc(var(--spacing) * 11);
610
+ height: calc(var(--spacing) * 11);
611
+ }
612
+ .size-13 {
613
+ width: calc(var(--spacing) * 13);
614
+ height: calc(var(--spacing) * 13);
615
+ }
616
+ .size-16 {
617
+ width: calc(var(--spacing) * 16);
618
+ height: calc(var(--spacing) * 16);
619
+ }
620
+ .size-full {
621
+ width: 100%;
622
+ height: 100%;
623
+ }
624
+ .h-\(--radix-select-trigger-height\) {
625
+ height: var(--radix-select-trigger-height);
626
+ }
410
627
  .h-1 {
411
628
  height: calc(var(--spacing) * 1);
412
629
  }
630
+ .h-2 {
631
+ height: calc(var(--spacing) * 2);
632
+ }
413
633
  .h-3 {
414
634
  height: calc(var(--spacing) * 3);
415
635
  }
@@ -440,6 +660,9 @@ export const styles = String.raw `
440
660
  .h-12 {
441
661
  height: calc(var(--spacing) * 12);
442
662
  }
663
+ .h-13 {
664
+ height: calc(var(--spacing) * 13);
665
+ }
443
666
  .h-14 {
444
667
  height: calc(var(--spacing) * 14);
445
668
  }
@@ -455,9 +678,6 @@ export const styles = String.raw `
455
678
  .h-\[17px\] {
456
679
  height: 17px;
457
680
  }
458
- .h-\[52px\] {
459
- height: 52px;
460
- }
461
681
  .h-\[56px\] {
462
682
  height: 56px;
463
683
  }
@@ -491,18 +711,27 @@ export const styles = String.raw `
491
711
  .h-px {
492
712
  height: 1px;
493
713
  }
714
+ .max-h-\(--radix-dropdown-menu-content-available-height\) {
715
+ max-height: var(--radix-dropdown-menu-content-available-height);
716
+ }
717
+ .max-h-\(--radix-select-content-available-height\) {
718
+ max-height: var(--radix-select-content-available-height);
719
+ }
494
720
  .max-h-\[200px\] {
495
721
  max-height: 200px;
496
722
  }
497
- .max-h-\[360px\] {
498
- max-height: 360px;
499
- }
500
723
  .max-h-\[calc\(100dvh-80px\)\] {
501
724
  max-height: calc(100dvh - 80px);
502
725
  }
503
726
  .max-h-full {
504
727
  max-height: 100%;
505
728
  }
729
+ .min-h-4 {
730
+ min-height: calc(var(--spacing) * 4);
731
+ }
732
+ .min-h-16 {
733
+ min-height: calc(var(--spacing) * 16);
734
+ }
506
735
  .min-h-\[64px\] {
507
736
  min-height: 64px;
508
737
  }
@@ -524,6 +753,9 @@ export const styles = String.raw `
524
753
  .w-3 {
525
754
  width: calc(var(--spacing) * 3);
526
755
  }
756
+ .w-3\/4 {
757
+ width: calc(3/4 * 100%);
758
+ }
527
759
  .w-4 {
528
760
  width: calc(var(--spacing) * 4);
529
761
  }
@@ -563,6 +795,9 @@ export const styles = String.raw `
563
795
  .w-40 {
564
796
  width: calc(var(--spacing) * 40);
565
797
  }
798
+ .w-72 {
799
+ width: calc(var(--spacing) * 72);
800
+ }
566
801
  .w-\[0px\] {
567
802
  width: 0px;
568
803
  }
@@ -572,11 +807,14 @@ export const styles = String.raw `
572
807
  .w-\[17px\] {
573
808
  width: 17px;
574
809
  }
810
+ .w-\[32px\] {
811
+ width: 32px;
812
+ }
575
813
  .w-\[44px\] {
576
814
  width: 44px;
577
815
  }
578
- .w-\[52px\] {
579
- width: 52px;
816
+ .w-\[46px\] {
817
+ width: 46px;
580
818
  }
581
819
  .w-\[56px\] {
582
820
  width: 56px;
@@ -593,6 +831,9 @@ export const styles = String.raw `
593
831
  .w-\[148px\] {
594
832
  width: 148px;
595
833
  }
834
+ .w-auto {
835
+ width: auto;
836
+ }
596
837
  .w-fit {
597
838
  width: fit-content;
598
839
  }
@@ -608,9 +849,18 @@ export const styles = String.raw `
608
849
  .max-w-\[532px\] {
609
850
  max-width: 532px;
610
851
  }
852
+ .max-w-\[calc\(100\%-2rem\)\] {
853
+ max-width: calc(100% - 2rem);
854
+ }
611
855
  .max-w-full {
612
856
  max-width: 100%;
613
857
  }
858
+ .max-w-sm {
859
+ max-width: var(--container-sm);
860
+ }
861
+ .min-w-\(--radix-select-trigger-width\) {
862
+ min-width: var(--radix-select-trigger-width);
863
+ }
614
864
  .min-w-0 {
615
865
  min-width: calc(var(--spacing) * 0);
616
866
  }
@@ -623,8 +873,23 @@ export const styles = String.raw `
623
873
  .min-w-6 {
624
874
  min-width: calc(var(--spacing) * 6);
625
875
  }
626
- .min-w-\[var\(--radix-select-trigger-width\)\] {
627
- min-width: var(--radix-select-trigger-width);
876
+ .min-w-7 {
877
+ min-width: calc(var(--spacing) * 7);
878
+ }
879
+ .min-w-9 {
880
+ min-width: calc(var(--spacing) * 9);
881
+ }
882
+ .min-w-11 {
883
+ min-width: calc(var(--spacing) * 11);
884
+ }
885
+ .min-w-13 {
886
+ min-width: calc(var(--spacing) * 13);
887
+ }
888
+ .min-w-\[8rem\] {
889
+ min-width: 8rem;
890
+ }
891
+ .min-w-\[200px\] {
892
+ min-width: 200px;
628
893
  }
629
894
  .min-w-full {
630
895
  min-width: 100%;
@@ -647,9 +912,35 @@ export const styles = String.raw `
647
912
  .grow {
648
913
  flex-grow: 1;
649
914
  }
915
+ .grow-0 {
916
+ flex-grow: 0;
917
+ }
918
+ .caption-bottom {
919
+ caption-side: bottom;
920
+ }
650
921
  .border-collapse {
651
922
  border-collapse: collapse;
652
923
  }
924
+ .border-separate {
925
+ border-collapse: separate;
926
+ }
927
+ .border-spacing-0 {
928
+ --tw-border-spacing-x: calc(var(--spacing) * 0);
929
+ --tw-border-spacing-y: calc(var(--spacing) * 0);
930
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
931
+ }
932
+ .origin-\(--radix-dropdown-menu-content-transform-origin\) {
933
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
934
+ }
935
+ .origin-\(--radix-popover-content-transform-origin\) {
936
+ transform-origin: var(--radix-popover-content-transform-origin);
937
+ }
938
+ .origin-\(--radix-select-content-transform-origin\) {
939
+ transform-origin: var(--radix-select-content-transform-origin);
940
+ }
941
+ .origin-\(--radix-tooltip-content-transform-origin\) {
942
+ transform-origin: var(--radix-tooltip-content-transform-origin);
943
+ }
653
944
  .origin-top {
654
945
  transform-origin: top;
655
946
  }
@@ -665,6 +956,14 @@ export const styles = String.raw `
665
956
  --tw-translate-x: calc(var(--spacing) * 0);
666
957
  translate: var(--tw-translate-x) var(--tw-translate-y);
667
958
  }
959
+ .translate-x-16 {
960
+ --tw-translate-x: calc(var(--spacing) * 16);
961
+ translate: var(--tw-translate-x) var(--tw-translate-y);
962
+ }
963
+ .translate-x-\[-50\%\] {
964
+ --tw-translate-x: -50%;
965
+ translate: var(--tw-translate-x) var(--tw-translate-y);
966
+ }
668
967
  .-translate-y-1 {
669
968
  --tw-translate-y: calc(var(--spacing) * -1);
670
969
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -673,14 +972,21 @@ export const styles = String.raw `
673
972
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
674
973
  translate: var(--tw-translate-x) var(--tw-translate-y);
675
974
  }
975
+ .translate-y-\[-50\%\] {
976
+ --tw-translate-y: -50%;
977
+ translate: var(--tw-translate-x) var(--tw-translate-y);
978
+ }
676
979
  .transform {
677
980
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
678
981
  }
982
+ .animate-in {
983
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
984
+ }
679
985
  .animate-pulse {
680
986
  animation: var(--animate-pulse);
681
987
  }
682
988
  .animate-skeleton {
683
- animation: skeleton 1s ease infinite;
989
+ animation: skeleton 3s ease infinite;
684
990
  }
685
991
  .animate-spin {
686
992
  animation: var(--animate-spin);
@@ -703,27 +1009,36 @@ export const styles = String.raw `
703
1009
  .resize-y {
704
1010
  resize: vertical;
705
1011
  }
1012
+ .scroll-my-1 {
1013
+ scroll-margin-block: calc(var(--spacing) * 1);
1014
+ }
1015
+ .list-disc {
1016
+ list-style-type: disc;
1017
+ }
706
1018
  .list-none {
707
1019
  list-style-type: none;
708
1020
  }
709
1021
  .appearance-none {
710
1022
  appearance: none;
711
1023
  }
712
- .grid-cols-\[1fr_2fr\] {
713
- grid-template-columns: 1fr 2fr;
714
- }
715
- .grid-cols-\[2fr_1fr\] {
716
- grid-template-columns: 2fr 1fr;
1024
+ .grid-cols-\[auto_1fr_auto\] {
1025
+ grid-template-columns: auto 1fr auto;
717
1026
  }
718
1027
  .flex-col {
719
1028
  flex-direction: column;
720
1029
  }
1030
+ .flex-col-reverse {
1031
+ flex-direction: column-reverse;
1032
+ }
721
1033
  .flex-row {
722
1034
  flex-direction: row;
723
1035
  }
724
1036
  .flex-wrap {
725
1037
  flex-wrap: wrap;
726
1038
  }
1039
+ .place-content-center {
1040
+ place-content: center;
1041
+ }
727
1042
  .place-items-center {
728
1043
  place-items: center;
729
1044
  }
@@ -751,6 +1066,9 @@ export const styles = String.raw `
751
1066
  .justify-start {
752
1067
  justify-content: flex-start;
753
1068
  }
1069
+ .justify-items-start {
1070
+ justify-items: start;
1071
+ }
754
1072
  .gap-0 {
755
1073
  gap: calc(var(--spacing) * 0);
756
1074
  }
@@ -763,6 +1081,9 @@ export const styles = String.raw `
763
1081
  .gap-1 {
764
1082
  gap: calc(var(--spacing) * 1);
765
1083
  }
1084
+ .gap-1\.5 {
1085
+ gap: calc(var(--spacing) * 1.5);
1086
+ }
766
1087
  .gap-2 {
767
1088
  gap: calc(var(--spacing) * 2);
768
1089
  }
@@ -784,6 +1105,9 @@ export const styles = String.raw `
784
1105
  .gap-\[6px\] {
785
1106
  gap: 6px;
786
1107
  }
1108
+ .gap-y-2 {
1109
+ row-gap: calc(var(--spacing) * 2);
1110
+ }
787
1111
  .self-center {
788
1112
  align-self: center;
789
1113
  }
@@ -795,6 +1119,9 @@ export const styles = String.raw `
795
1119
  text-overflow: ellipsis;
796
1120
  white-space: nowrap;
797
1121
  }
1122
+ .overflow-clip {
1123
+ overflow: clip;
1124
+ }
798
1125
  .overflow-hidden {
799
1126
  overflow: hidden;
800
1127
  }
@@ -807,6 +1134,9 @@ export const styles = String.raw `
807
1134
  .overflow-x-auto {
808
1135
  overflow-x: auto;
809
1136
  }
1137
+ .overflow-x-hidden {
1138
+ overflow-x: hidden;
1139
+ }
810
1140
  .overflow-x-scroll {
811
1141
  overflow-x: scroll;
812
1142
  }
@@ -825,6 +1155,9 @@ export const styles = String.raw `
825
1155
  .rounded-2xl {
826
1156
  border-radius: var(--radius-2xl);
827
1157
  }
1158
+ .rounded-3xl {
1159
+ border-radius: var(--radius-3xl);
1160
+ }
828
1161
  .rounded-full {
829
1162
  border-radius: calc(infinity * 1px);
830
1163
  }
@@ -850,6 +1183,10 @@ export const styles = String.raw `
850
1183
  border-top-left-radius: var(--radius-2xl);
851
1184
  border-top-right-radius: var(--radius-2xl);
852
1185
  }
1186
+ .rounded-t-sm {
1187
+ border-top-left-radius: var(--radius-sm);
1188
+ border-top-right-radius: var(--radius-sm);
1189
+ }
853
1190
  .rounded-b-none {
854
1191
  border-bottom-right-radius: 0;
855
1192
  border-bottom-left-radius: 0;
@@ -870,10 +1207,34 @@ export const styles = String.raw `
870
1207
  border-style: var(--tw-border-style);
871
1208
  border-width: 2px;
872
1209
  }
1210
+ .border-t {
1211
+ border-top-style: var(--tw-border-style);
1212
+ border-top-width: 1px;
1213
+ }
1214
+ .border-t-1 {
1215
+ border-top-style: var(--tw-border-style);
1216
+ border-top-width: 1px;
1217
+ }
1218
+ .border-r {
1219
+ border-right-style: var(--tw-border-style);
1220
+ border-right-width: 1px;
1221
+ }
1222
+ .border-b {
1223
+ border-bottom-style: var(--tw-border-style);
1224
+ border-bottom-width: 1px;
1225
+ }
1226
+ .border-b-1 {
1227
+ border-bottom-style: var(--tw-border-style);
1228
+ border-bottom-width: 1px;
1229
+ }
873
1230
  .border-b-2 {
874
1231
  border-bottom-style: var(--tw-border-style);
875
1232
  border-bottom-width: 2px;
876
1233
  }
1234
+ .border-l {
1235
+ border-left-style: var(--tw-border-style);
1236
+ border-left-width: 1px;
1237
+ }
877
1238
  .border-dashed {
878
1239
  --tw-border-style: dashed;
879
1240
  border-style: dashed;
@@ -886,11 +1247,20 @@ export const styles = String.raw `
886
1247
  --tw-border-style: solid;
887
1248
  border-style: solid;
888
1249
  }
1250
+ .border-\(--alert-border\) {
1251
+ border-color: var(--alert-border);
1252
+ }
1253
+ .border-\(--callout-header\) {
1254
+ border-color: var(--callout-header);
1255
+ }
889
1256
  .border-background-primary {
890
1257
  border-color: var(--seq-color-background-primary);
891
1258
  }
892
- .border-border-error {
893
- border-color: var(--seq-color-border-error);
1259
+ .border-border-button {
1260
+ border-color: var(--seq-color-border-button);
1261
+ }
1262
+ .border-border-card {
1263
+ border-color: var(--seq-color-border-card);
894
1264
  }
895
1265
  .border-border-focus {
896
1266
  border-color: var(--seq-color-border-focus);
@@ -898,6 +1268,9 @@ export const styles = String.raw `
898
1268
  .border-border-normal {
899
1269
  border-color: var(--seq-color-border-normal);
900
1270
  }
1271
+ .border-current {
1272
+ border-color: currentcolor;
1273
+ }
901
1274
  .border-gray-200 {
902
1275
  border-color: var(--color-gray-200);
903
1276
  }
@@ -922,15 +1295,30 @@ export const styles = String.raw `
922
1295
  .border-b-transparent {
923
1296
  border-bottom-color: transparent;
924
1297
  }
925
- .bg-background-backdrop {
926
- background-color: var(--seq-color-background-backdrop);
1298
+ .bg-\(--alert-background\) {
1299
+ background-color: var(--alert-background);
1300
+ }
1301
+ .bg-\(--callout-content\) {
1302
+ background-color: var(--callout-content);
1303
+ }
1304
+ .bg-\(--callout-header\) {
1305
+ background-color: var(--callout-header);
1306
+ }
1307
+ .bg-background-active {
1308
+ background-color: var(--seq-color-background-active);
927
1309
  }
928
- .bg-background-control {
929
- background-color: var(--seq-color-background-control);
1310
+ .bg-background-input {
1311
+ background-color: var(--seq-color-background-input);
930
1312
  }
931
1313
  .bg-background-inverse {
932
1314
  background-color: var(--seq-color-background-inverse);
933
1315
  }
1316
+ .bg-background-inverse\/20 {
1317
+ background-color: var(--seq-color-background-inverse);
1318
+ @supports (color: color-mix(in lab, red, red)) {
1319
+ background-color: color-mix(in oklab, var(--seq-color-background-inverse) 20%, transparent);
1320
+ }
1321
+ }
934
1322
  .bg-background-muted {
935
1323
  background-color: var(--seq-color-background-muted);
936
1324
  }
@@ -940,6 +1328,12 @@ export const styles = String.raw `
940
1328
  .bg-background-primary {
941
1329
  background-color: var(--seq-color-background-primary);
942
1330
  }
1331
+ .bg-background-primary\/70 {
1332
+ background-color: var(--seq-color-background-primary);
1333
+ @supports (color: color-mix(in lab, red, red)) {
1334
+ background-color: color-mix(in oklab, var(--seq-color-background-primary) 70%, transparent);
1335
+ }
1336
+ }
943
1337
  .bg-background-raised {
944
1338
  background-color: var(--seq-color-background-raised);
945
1339
  }
@@ -952,14 +1346,8 @@ export const styles = String.raw `
952
1346
  .bg-border-normal {
953
1347
  background-color: var(--seq-color-border-normal);
954
1348
  }
955
- .bg-button-emphasis {
956
- background-color: var(--seq-color-button-emphasis);
957
- }
958
- .bg-button-glass {
959
- background-color: var(--seq-color-button-glass);
960
- }
961
- .bg-button-inverse {
962
- background-color: var(--seq-color-button-inverse);
1349
+ .bg-destructive {
1350
+ background-color: var(--seq-color-destructive);
963
1351
  }
964
1352
  .bg-info {
965
1353
  background-color: var(--seq-color-info);
@@ -970,6 +1358,21 @@ export const styles = String.raw `
970
1358
  .bg-positive {
971
1359
  background-color: var(--seq-color-positive);
972
1360
  }
1361
+ .bg-primary {
1362
+ background-color: var(--seq-color-primary);
1363
+ }
1364
+ .bg-primary\/20 {
1365
+ background-color: var(--seq-color-primary);
1366
+ @supports (color: color-mix(in lab, red, red)) {
1367
+ background-color: color-mix(in oklab, var(--seq-color-primary) 20%, transparent);
1368
+ }
1369
+ }
1370
+ .bg-primary\/50 {
1371
+ background-color: var(--seq-color-primary);
1372
+ @supports (color: color-mix(in lab, red, red)) {
1373
+ background-color: color-mix(in oklab, var(--seq-color-primary) 50%, transparent);
1374
+ }
1375
+ }
973
1376
  .bg-transparent {
974
1377
  background-color: transparent;
975
1378
  }
@@ -997,15 +1400,27 @@ export const styles = String.raw `
997
1400
  .bg-no-repeat {
998
1401
  background-repeat: no-repeat;
999
1402
  }
1403
+ .bg-origin-border {
1404
+ background-origin: border-box;
1405
+ }
1000
1406
  .fill-background-raised {
1001
1407
  fill: var(--seq-color-background-raised);
1002
1408
  }
1409
+ .fill-primary {
1410
+ fill: var(--seq-color-primary);
1411
+ }
1412
+ .stroke-2 {
1413
+ stroke-width: 2;
1414
+ }
1003
1415
  .object-cover {
1004
1416
  object-fit: cover;
1005
1417
  }
1006
1418
  .p-0 {
1007
1419
  padding: calc(var(--spacing) * 0);
1008
1420
  }
1421
+ .p-0\.75 {
1422
+ padding: calc(var(--spacing) * 0.75);
1423
+ }
1009
1424
  .p-1 {
1010
1425
  padding: calc(var(--spacing) * 1);
1011
1426
  }
@@ -1054,6 +1469,9 @@ export const styles = String.raw `
1054
1469
  .py-1 {
1055
1470
  padding-block: calc(var(--spacing) * 1);
1056
1471
  }
1472
+ .py-1\.5 {
1473
+ padding-block: calc(var(--spacing) * 1.5);
1474
+ }
1057
1475
  .py-2 {
1058
1476
  padding-block: calc(var(--spacing) * 2);
1059
1477
  }
@@ -1102,6 +1520,9 @@ export const styles = String.raw `
1102
1520
  .pr-4 {
1103
1521
  padding-right: calc(var(--spacing) * 4);
1104
1522
  }
1523
+ .pr-8 {
1524
+ padding-right: calc(var(--spacing) * 8);
1525
+ }
1105
1526
  .pb-2 {
1106
1527
  padding-bottom: calc(var(--spacing) * 2);
1107
1528
  }
@@ -1135,6 +1556,92 @@ export const styles = String.raw `
1135
1556
  .text-center {
1136
1557
  text-align: center;
1137
1558
  }
1559
+ .text-end {
1560
+ text-align: end;
1561
+ }
1562
+ .text-left {
1563
+ text-align: left;
1564
+ }
1565
+ .align-middle {
1566
+ vertical-align: middle;
1567
+ }
1568
+ .text-large {
1569
+ font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1570
+ font-size: var(--text-xl);
1571
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1572
+ --tw-leading: calc(var(--spacing) * 7);
1573
+ line-height: calc(var(--spacing) * 7);
1574
+ --tw-font-weight: var(--font-weight-semibold);
1575
+ font-weight: var(--font-weight-semibold);
1576
+ --tw-tracking: var(--tracking-normal);
1577
+ letter-spacing: var(--tracking-normal);
1578
+ }
1579
+ .text-medium {
1580
+ font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1581
+ font-size: var(--text-base);
1582
+ line-height: var(--tw-leading, var(--text-base--line-height));
1583
+ --tw-leading: calc(var(--spacing) * 6);
1584
+ line-height: calc(var(--spacing) * 6);
1585
+ --tw-font-weight: var(--font-weight-bold);
1586
+ font-weight: var(--font-weight-bold);
1587
+ --tw-tracking: var(--tracking-normal);
1588
+ letter-spacing: var(--tracking-normal);
1589
+ }
1590
+ .text-normal {
1591
+ font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1592
+ font-size: var(--text-sm);
1593
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1594
+ --tw-leading: calc(var(--spacing) * 5);
1595
+ line-height: calc(var(--spacing) * 5);
1596
+ --tw-font-weight: var(--font-weight-medium);
1597
+ font-weight: var(--font-weight-medium);
1598
+ --tw-tracking: var(--tracking-wide);
1599
+ letter-spacing: var(--tracking-wide);
1600
+ }
1601
+ .text-normal-bold {
1602
+ font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1603
+ font-size: var(--text-sm);
1604
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1605
+ --tw-leading: calc(var(--spacing) * 5);
1606
+ line-height: calc(var(--spacing) * 5);
1607
+ --tw-font-weight: var(--font-weight-bold);
1608
+ font-weight: var(--font-weight-bold);
1609
+ --tw-tracking: var(--tracking-wide);
1610
+ letter-spacing: var(--tracking-wide);
1611
+ }
1612
+ .text-small {
1613
+ font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1614
+ font-size: var(--text-xs);
1615
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1616
+ --tw-leading: calc(var(--spacing) * 4);
1617
+ line-height: calc(var(--spacing) * 4);
1618
+ --tw-font-weight: var(--font-weight-medium);
1619
+ font-weight: var(--font-weight-medium);
1620
+ --tw-tracking: var(--tracking-wide);
1621
+ letter-spacing: var(--tracking-wide);
1622
+ }
1623
+ .text-small-bold {
1624
+ font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1625
+ font-size: var(--text-xs);
1626
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1627
+ --tw-leading: calc(var(--spacing) * 4);
1628
+ line-height: calc(var(--spacing) * 4);
1629
+ --tw-font-weight: var(--font-weight-bold);
1630
+ font-weight: var(--font-weight-bold);
1631
+ --tw-tracking: var(--tracking-normal);
1632
+ letter-spacing: var(--tracking-normal);
1633
+ }
1634
+ .text-xlarge {
1635
+ font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1636
+ font-size: var(--text-2xl);
1637
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1638
+ --tw-leading: calc(var(--spacing) * 8);
1639
+ line-height: calc(var(--spacing) * 8);
1640
+ --tw-font-weight: var(--font-weight-bold);
1641
+ font-weight: var(--font-weight-bold);
1642
+ --tw-tracking: var(--tracking-normal);
1643
+ letter-spacing: var(--tracking-normal);
1644
+ }
1138
1645
  .font-body {
1139
1646
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1140
1647
  }
@@ -1227,6 +1734,10 @@ export const styles = String.raw `
1227
1734
  --tw-leading: inherit;
1228
1735
  line-height: inherit;
1229
1736
  }
1737
+ .leading-snug {
1738
+ --tw-leading: var(--leading-snug);
1739
+ line-height: var(--leading-snug);
1740
+ }
1230
1741
  .font-bold {
1231
1742
  --tw-font-weight: var(--font-weight-bold);
1232
1743
  font-weight: var(--font-weight-bold);
@@ -1243,10 +1754,6 @@ export const styles = String.raw `
1243
1754
  --tw-font-weight: var(--font-weight-semibold);
1244
1755
  font-weight: var(--font-weight-semibold);
1245
1756
  }
1246
- .tracking-\[0\.8px\] {
1247
- --tw-tracking: 0.8px;
1248
- letter-spacing: 0.8px;
1249
- }
1250
1757
  .tracking-normal {
1251
1758
  --tw-tracking: var(--tracking-normal);
1252
1759
  letter-spacing: var(--tracking-normal);
@@ -1259,12 +1766,24 @@ export const styles = String.raw `
1259
1766
  --tw-tracking: var(--tracking-widest);
1260
1767
  letter-spacing: var(--tracking-widest);
1261
1768
  }
1769
+ .text-wrap {
1770
+ text-wrap: wrap;
1771
+ }
1262
1772
  .text-ellipsis {
1263
1773
  text-overflow: ellipsis;
1264
1774
  }
1265
1775
  .whitespace-nowrap {
1266
1776
  white-space: nowrap;
1267
1777
  }
1778
+ .text-\(--alert-accent\) {
1779
+ color: var(--alert-accent);
1780
+ }
1781
+ .text-\(--callout-accent\) {
1782
+ color: var(--callout-accent);
1783
+ }
1784
+ .text-background-primary {
1785
+ color: var(--seq-color-background-primary);
1786
+ }
1268
1787
  .text-background-raised {
1269
1788
  color: var(--seq-color-background-raised);
1270
1789
  }
@@ -1274,6 +1793,18 @@ export const styles = String.raw `
1274
1793
  .text-black {
1275
1794
  color: var(--color-black);
1276
1795
  }
1796
+ .text-border-focus {
1797
+ color: var(--seq-color-border-focus);
1798
+ }
1799
+ .text-button-primary {
1800
+ color: var(--seq-color-button-primary);
1801
+ }
1802
+ .text-current {
1803
+ color: currentcolor;
1804
+ }
1805
+ .text-destructive {
1806
+ color: var(--seq-color-destructive);
1807
+ }
1277
1808
  .text-gray-500 {
1278
1809
  color: var(--color-gray-500);
1279
1810
  }
@@ -1301,6 +1832,12 @@ export const styles = String.raw `
1301
1832
  .text-primary {
1302
1833
  color: var(--seq-color-primary);
1303
1834
  }
1835
+ .text-primary\/80 {
1836
+ color: var(--seq-color-primary);
1837
+ @supports (color: color-mix(in lab, red, red)) {
1838
+ color: color-mix(in oklab, var(--seq-color-primary) 80%, transparent);
1839
+ }
1840
+ }
1304
1841
  .text-red-500 {
1305
1842
  color: var(--color-red-500);
1306
1843
  }
@@ -1352,8 +1889,8 @@ export const styles = String.raw `
1352
1889
  --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));
1353
1890
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1354
1891
  }
1355
- .shadow-\[0_0_10px_0_rgba\(0\,0\,0\,0\.5\)\] {
1356
- --tw-shadow: 0 0 10px 0 var(--tw-shadow-color, rgba(0,0,0,0.5));
1892
+ .shadow-primary {
1893
+ --tw-shadow: 0 0 16px 0 var(--tw-shadow-color, var(--seq-color-drop-shadow));
1357
1894
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1358
1895
  }
1359
1896
  .shadow-sm {
@@ -1372,8 +1909,8 @@ export const styles = String.raw `
1372
1909
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1373
1910
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1374
1911
  }
1375
- .ring-border-error {
1376
- --tw-ring-color: var(--seq-color-border-error);
1912
+ .ring-black {
1913
+ --tw-ring-color: var(--color-black);
1377
1914
  }
1378
1915
  .ring-border-focus {
1379
1916
  --tw-ring-color: var(--seq-color-border-focus);
@@ -1384,12 +1921,6 @@ export const styles = String.raw `
1384
1921
  .ring-white {
1385
1922
  --tw-ring-color: var(--color-white);
1386
1923
  }
1387
- .ring-white\/10 {
1388
- --tw-ring-color: color-mix(in srgb, #fff 10%, transparent);
1389
- @supports (color: color-mix(in lab, red, red)) {
1390
- --tw-ring-color: color-mix(in oklab, var(--color-white) 10%, transparent);
1391
- }
1392
- }
1393
1924
  .outline-hidden {
1394
1925
  --tw-outline-style: none;
1395
1926
  outline-style: none;
@@ -1405,10 +1936,17 @@ export const styles = String.raw `
1405
1936
  .outline-offset-1 {
1406
1937
  outline-offset: 1px;
1407
1938
  }
1939
+ .outline-offset-\[-2px\] {
1940
+ outline-offset: -2px;
1941
+ }
1408
1942
  .blur {
1409
1943
  --tw-blur: blur(8px);
1410
1944
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1411
1945
  }
1946
+ .blur-xs {
1947
+ --tw-blur: blur(var(--blur-xs));
1948
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1949
+ }
1412
1950
  .filter {
1413
1951
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1414
1952
  }
@@ -1431,6 +1969,16 @@ export const styles = String.raw `
1431
1969
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1432
1970
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1433
1971
  }
1972
+ .transition-\[translate\,opacity\] {
1973
+ transition-property: translate,opacity;
1974
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1975
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1976
+ }
1977
+ .transition-all {
1978
+ transition-property: all;
1979
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1980
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1981
+ }
1434
1982
  .transition-opacity {
1435
1983
  transition-property: opacity;
1436
1984
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -1441,6 +1989,13 @@ export const styles = String.raw `
1441
1989
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1442
1990
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1443
1991
  }
1992
+ .transition-none {
1993
+ transition-property: none;
1994
+ }
1995
+ .duration-\(--duration\) {
1996
+ --tw-duration: var(--duration);
1997
+ transition-duration: var(--duration);
1998
+ }
1444
1999
  .duration-100 {
1445
2000
  --tw-duration: 100ms;
1446
2001
  transition-duration: 100ms;
@@ -1449,6 +2004,18 @@ export const styles = String.raw `
1449
2004
  --tw-duration: 200ms;
1450
2005
  transition-duration: 200ms;
1451
2006
  }
2007
+ .duration-300 {
2008
+ --tw-duration: 300ms;
2009
+ transition-duration: 300ms;
2010
+ }
2011
+ .ease-in-out {
2012
+ --tw-ease: var(--ease-in-out);
2013
+ transition-timing-function: var(--ease-in-out);
2014
+ }
2015
+ .ease-linear {
2016
+ --tw-ease: linear;
2017
+ transition-timing-function: linear;
2018
+ }
1452
2019
  .ease-out {
1453
2020
  --tw-ease: var(--ease-out);
1454
2021
  transition-timing-function: var(--ease-out);
@@ -1456,13 +2023,180 @@ export const styles = String.raw `
1456
2023
  .will-change-transform {
1457
2024
  will-change: transform;
1458
2025
  }
2026
+ .fade-in-0 {
2027
+ --tw-enter-opacity: calc(0/100);
2028
+ --tw-enter-opacity: 0;
2029
+ }
2030
+ .outline-none {
2031
+ --tw-outline-style: none;
2032
+ outline-style: none;
2033
+ }
1459
2034
  .select-none {
1460
2035
  -webkit-user-select: none;
1461
2036
  user-select: none;
1462
2037
  }
2038
+ .zoom-in-95 {
2039
+ --tw-enter-scale: calc(95*1%);
2040
+ --tw-enter-scale: .95;
2041
+ }
2042
+ .\[--alert-accent\:var\(--color-green-700\)\] {
2043
+ --alert-accent: var(--color-green-700);
2044
+ }
2045
+ .\[--alert-accent\:var\(--color-indigo-700\)\] {
2046
+ --alert-accent: var(--color-indigo-700);
2047
+ }
2048
+ .\[--alert-accent\:var\(--color-red-700\)\] {
2049
+ --alert-accent: var(--color-red-700);
2050
+ }
2051
+ .\[--alert-accent\:var\(--color-yellow-700\)\] {
2052
+ --alert-accent: var(--color-yellow-700);
2053
+ }
2054
+ .\[--alert-background\:var\(--color-green-200\)\] {
2055
+ --alert-background: var(--color-green-200);
2056
+ }
2057
+ .\[--alert-background\:var\(--color-indigo-200\)\] {
2058
+ --alert-background: var(--color-indigo-200);
2059
+ }
2060
+ .\[--alert-background\:var\(--color-red-200\)\] {
2061
+ --alert-background: var(--color-red-200);
2062
+ }
2063
+ .\[--alert-background\:var\(--color-yellow-100\)\] {
2064
+ --alert-background: var(--color-yellow-100);
2065
+ }
2066
+ .\[--alert-border\:var\(--color-green-500\)\] {
2067
+ --alert-border: var(--color-green-500);
2068
+ }
2069
+ .\[--alert-border\:var\(--color-indigo-500\)\] {
2070
+ --alert-border: var(--color-indigo-500);
2071
+ }
2072
+ .\[--alert-border\:var\(--color-red-500\)\] {
2073
+ --alert-border: var(--color-red-500);
2074
+ }
2075
+ .\[--alert-border\:var\(--color-yellow-500\)\] {
2076
+ --alert-border: var(--color-yellow-500);
2077
+ }
2078
+ .\[--callout-accent\:var\(--color-green-700\)\] {
2079
+ --callout-accent: var(--color-green-700);
2080
+ }
2081
+ .\[--callout-accent\:var\(--color-indigo-700\)\] {
2082
+ --callout-accent: var(--color-indigo-700);
2083
+ }
2084
+ .\[--callout-accent\:var\(--color-red-700\)\] {
2085
+ --callout-accent: var(--color-red-700);
2086
+ }
2087
+ .\[--callout-accent\:var\(--color-yellow-700\)\] {
2088
+ --callout-accent: var(--color-yellow-700);
2089
+ }
2090
+ .\[--callout-content\:var\(--color-green-200\)\] {
2091
+ --callout-content: var(--color-green-200);
2092
+ }
2093
+ .\[--callout-content\:var\(--color-indigo-200\)\] {
2094
+ --callout-content: var(--color-indigo-200);
2095
+ }
2096
+ .\[--callout-content\:var\(--color-red-200\)\] {
2097
+ --callout-content: var(--color-red-200);
2098
+ }
2099
+ .\[--callout-content\:var\(--color-yellow-100\)\] {
2100
+ --callout-content: var(--color-yellow-100);
2101
+ }
2102
+ .\[--callout-header\:var\(--color-green-500\)\] {
2103
+ --callout-header: var(--color-green-500);
2104
+ }
2105
+ .\[--callout-header\:var\(--color-indigo-500\)\] {
2106
+ --callout-header: var(--color-indigo-500);
2107
+ }
2108
+ .\[--callout-header\:var\(--color-red-500\)\] {
2109
+ --callout-header: var(--color-red-500);
2110
+ }
2111
+ .\[--callout-header\:var\(--color-yellow-500\)\] {
2112
+ --callout-header: var(--color-yellow-500);
2113
+ }
1463
2114
  .ring-inset {
1464
2115
  --tw-ring-inset: inset;
1465
2116
  }
2117
+ .\*\:size-2 {
2118
+ :is(& > *) {
2119
+ width: calc(var(--spacing) * 2);
2120
+ height: calc(var(--spacing) * 2);
2121
+ }
2122
+ }
2123
+ .\*\:size-4 {
2124
+ :is(& > *) {
2125
+ width: calc(var(--spacing) * 4);
2126
+ height: calc(var(--spacing) * 4);
2127
+ }
2128
+ }
2129
+ .\*\:rounded-full {
2130
+ :is(& > *) {
2131
+ border-radius: calc(infinity * 1px);
2132
+ }
2133
+ }
2134
+ .\*\:bg-primary {
2135
+ :is(& > *) {
2136
+ background-color: var(--seq-color-primary);
2137
+ }
2138
+ }
2139
+ .not-in-data-current\:duration-1 {
2140
+ &:not(:where(*[data-current]) *) {
2141
+ --tw-duration: 1ms;
2142
+ transition-duration: 1ms;
2143
+ }
2144
+ }
2145
+ .group-focus-within\/input-group\:opacity-0 {
2146
+ &:is(:where(.group\/input-group):focus-within *) {
2147
+ opacity: 0%;
2148
+ }
2149
+ }
2150
+ .group-has-\[\[data-orientation\=horizontal\]\]\/field\:text-balance {
2151
+ &:is(:where(.group\/field):has(*:is([data-orientation=horizontal])) *) {
2152
+ text-wrap: balance;
2153
+ }
2154
+ }
2155
+ .group-has-\[\>input\]\/input-group\:pt-2\.5 {
2156
+ &:is(:where(.group\/input-group):has(>input) *) {
2157
+ padding-top: calc(var(--spacing) * 2.5);
2158
+ }
2159
+ }
2160
+ .group-has-\[\>input\]\/input-group\:pb-2\.5 {
2161
+ &:is(:where(.group\/input-group):has(>input) *) {
2162
+ padding-bottom: calc(var(--spacing) * 2.5);
2163
+ }
2164
+ }
2165
+ .group-data-\[disabled\=true\]\:pointer-events-none {
2166
+ &:is(:where(.group)[data-disabled="true"] *) {
2167
+ pointer-events: none;
2168
+ }
2169
+ }
2170
+ .group-data-\[disabled\=true\]\:opacity-50 {
2171
+ &:is(:where(.group)[data-disabled="true"] *) {
2172
+ opacity: 50%;
2173
+ }
2174
+ }
2175
+ .group-data-\[disabled\=true\]\/field\:opacity-50 {
2176
+ &:is(:where(.group\/field)[data-disabled="true"] *) {
2177
+ opacity: 50%;
2178
+ }
2179
+ }
2180
+ .group-data-\[disabled\=true\]\/input-group\:opacity-50 {
2181
+ &:is(:where(.group\/input-group)[data-disabled="true"] *) {
2182
+ opacity: 50%;
2183
+ }
2184
+ }
2185
+ .group-data-\[variant\=outline\]\/field-group\:-mb-2 {
2186
+ &:is(:where(.group\/field-group)[data-variant="outline"] *) {
2187
+ margin-bottom: calc(var(--spacing) * -2);
2188
+ }
2189
+ }
2190
+ .peer-disabled\:cursor-not-allowed {
2191
+ &:is(:where(.peer):disabled ~ *) {
2192
+ cursor: not-allowed;
2193
+ }
2194
+ }
2195
+ .peer-disabled\:opacity-50 {
2196
+ &:is(:where(.peer):disabled ~ *) {
2197
+ opacity: 50%;
2198
+ }
2199
+ }
1466
2200
  .selection\:bg-transparent {
1467
2201
  & *::selection {
1468
2202
  background-color: transparent;
@@ -1471,6 +2205,49 @@ export const styles = String.raw `
1471
2205
  background-color: transparent;
1472
2206
  }
1473
2207
  }
2208
+ .file\:inline-flex {
2209
+ &::file-selector-button {
2210
+ display: inline-flex;
2211
+ }
2212
+ }
2213
+ .file\:h-13 {
2214
+ &::file-selector-button {
2215
+ height: calc(var(--spacing) * 13);
2216
+ }
2217
+ }
2218
+ .file\:border-0 {
2219
+ &::file-selector-button {
2220
+ border-style: var(--tw-border-style);
2221
+ border-width: 0px;
2222
+ }
2223
+ }
2224
+ .file\:bg-transparent {
2225
+ &::file-selector-button {
2226
+ background-color: transparent;
2227
+ }
2228
+ }
2229
+ .file\:text-sm {
2230
+ &::file-selector-button {
2231
+ font-size: var(--text-sm);
2232
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2233
+ }
2234
+ }
2235
+ .file\:font-medium {
2236
+ &::file-selector-button {
2237
+ --tw-font-weight: var(--font-weight-medium);
2238
+ font-weight: var(--font-weight-medium);
2239
+ }
2240
+ }
2241
+ .file\:text-primary {
2242
+ &::file-selector-button {
2243
+ color: var(--seq-color-primary);
2244
+ }
2245
+ }
2246
+ .placeholder\:text-muted {
2247
+ &::placeholder {
2248
+ color: var(--seq-color-muted);
2249
+ }
2250
+ }
1474
2251
  .before\:pointer-events-none {
1475
2252
  &::before {
1476
2253
  content: var(--tw-content);
@@ -1590,17 +2367,20 @@ export const styles = String.raw `
1590
2367
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1591
2368
  }
1592
2369
  }
1593
- .before\:to-background-overlay {
2370
+ .before\:to-background-primary {
1594
2371
  &::before {
1595
2372
  content: var(--tw-content);
1596
- --tw-gradient-to: var(--seq-color-background-overlay);
2373
+ --tw-gradient-to: var(--seq-color-background-primary);
1597
2374
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1598
2375
  }
1599
2376
  }
1600
- .before\:to-background-primary {
2377
+ .before\:to-background-primary\/70 {
1601
2378
  &::before {
1602
2379
  content: var(--tw-content);
1603
2380
  --tw-gradient-to: var(--seq-color-background-primary);
2381
+ @supports (color: color-mix(in lab, red, red)) {
2382
+ --tw-gradient-to: color-mix(in oklab, var(--seq-color-background-primary) 70%, transparent);
2383
+ }
1604
2384
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1605
2385
  }
1606
2386
  }
@@ -1646,78 +2426,36 @@ export const styles = String.raw `
1646
2426
  z-index: 10;
1647
2427
  }
1648
2428
  }
1649
- .after\:block {
1650
- &::after {
1651
- content: var(--tw-content);
1652
- display: block;
1653
- }
1654
- }
1655
2429
  .after\:hidden {
1656
2430
  &::after {
1657
2431
  content: var(--tw-content);
1658
2432
  display: none;
1659
2433
  }
1660
2434
  }
1661
- .after\:h-3 {
1662
- &::after {
1663
- content: var(--tw-content);
1664
- height: calc(var(--spacing) * 3);
1665
- }
1666
- }
1667
2435
  .after\:h-4 {
1668
2436
  &::after {
1669
2437
  content: var(--tw-content);
1670
2438
  height: calc(var(--spacing) * 4);
1671
2439
  }
1672
2440
  }
1673
- .after\:h-\[18px\] {
1674
- &::after {
1675
- content: var(--tw-content);
1676
- height: 18px;
1677
- }
1678
- }
1679
2441
  .after\:h-full {
1680
2442
  &::after {
1681
2443
  content: var(--tw-content);
1682
2444
  height: 100%;
1683
2445
  }
1684
2446
  }
1685
- .after\:w-3 {
1686
- &::after {
1687
- content: var(--tw-content);
1688
- width: calc(var(--spacing) * 3);
1689
- }
1690
- }
1691
2447
  .after\:w-4 {
1692
2448
  &::after {
1693
2449
  content: var(--tw-content);
1694
2450
  width: calc(var(--spacing) * 4);
1695
2451
  }
1696
2452
  }
1697
- .after\:w-\[18px\] {
1698
- &::after {
1699
- content: var(--tw-content);
1700
- width: 18px;
1701
- }
1702
- }
1703
2453
  .after\:w-full {
1704
2454
  &::after {
1705
2455
  content: var(--tw-content);
1706
2456
  width: 100%;
1707
2457
  }
1708
2458
  }
1709
- .after\:rounded-full {
1710
- &::after {
1711
- content: var(--tw-content);
1712
- border-radius: calc(infinity * 1px);
1713
- }
1714
- }
1715
- .after\:bg-current {
1716
- &::after {
1717
- content: var(--tw-content);
1718
- background-color: currentcolor;
1719
- }
1720
- }
1721
2459
  .after\:bg-linear-to-b {
1722
2460
  &::after {
1723
2461
  content: var(--tw-content);
@@ -1752,342 +2490,1428 @@ export const styles = String.raw `
1752
2490
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1753
2491
  }
1754
2492
  }
1755
- .after\:content-\[\"\"\] {
1756
- &::after {
1757
- --tw-content: "";
1758
- content: var(--tw-content);
2493
+ .last\:mt-0 {
2494
+ &:last-child {
2495
+ margin-top: calc(var(--spacing) * 0);
1759
2496
  }
1760
2497
  }
1761
- .focus-within\:border-transparent {
2498
+ .focus-within\:ring-2 {
1762
2499
  &:focus-within {
1763
- border-color: transparent;
2500
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2501
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1764
2502
  }
1765
2503
  }
1766
- .focus-within\:opacity-100 {
1767
- &:focus-within {
1768
- opacity: 100%;
2504
+ .hover\:border-\[var\(--seq-color-border-normal\)\] {
2505
+ &:hover {
2506
+ @media (hover: hover) {
2507
+ border-color: var(--seq-color-border-normal);
2508
+ }
2509
+ }
2510
+ }
2511
+ .hover\:border-border-card {
2512
+ &:hover {
2513
+ @media (hover: hover) {
2514
+ border-color: var(--seq-color-border-card);
2515
+ }
2516
+ }
2517
+ }
2518
+ .hover\:border-border-hover {
2519
+ &:hover {
2520
+ @media (hover: hover) {
2521
+ border-color: var(--seq-color-border-hover);
2522
+ }
2523
+ }
2524
+ }
2525
+ .hover\:bg-background-hover {
2526
+ &:hover {
2527
+ @media (hover: hover) {
2528
+ background-color: var(--seq-color-background-hover);
2529
+ }
2530
+ }
2531
+ }
2532
+ .hover\:bg-background-inverse\/15 {
2533
+ &:hover {
2534
+ @media (hover: hover) {
2535
+ background-color: var(--seq-color-background-inverse);
2536
+ @supports (color: color-mix(in lab, red, red)) {
2537
+ background-color: color-mix(in oklab, var(--seq-color-background-inverse) 15%, transparent);
2538
+ }
2539
+ }
2540
+ }
2541
+ }
2542
+ .hover\:bg-destructive\/80 {
2543
+ &:hover {
2544
+ @media (hover: hover) {
2545
+ background-color: var(--seq-color-destructive);
2546
+ @supports (color: color-mix(in lab, red, red)) {
2547
+ background-color: color-mix(in oklab, var(--seq-color-destructive) 80%, transparent);
2548
+ }
2549
+ }
2550
+ }
2551
+ }
2552
+ .hover\:bg-primary\/80 {
2553
+ &:hover {
2554
+ @media (hover: hover) {
2555
+ background-color: var(--seq-color-primary);
2556
+ @supports (color: color-mix(in lab, red, red)) {
2557
+ background-color: color-mix(in oklab, var(--seq-color-primary) 80%, transparent);
2558
+ }
2559
+ }
2560
+ }
2561
+ }
2562
+ .hover\:text-primary {
2563
+ &:hover {
2564
+ @media (hover: hover) {
2565
+ color: var(--seq-color-primary);
2566
+ }
2567
+ }
2568
+ }
2569
+ .hover\:text-primary\/80 {
2570
+ &:hover {
2571
+ @media (hover: hover) {
2572
+ color: var(--seq-color-primary);
2573
+ @supports (color: color-mix(in lab, red, red)) {
2574
+ color: color-mix(in oklab, var(--seq-color-primary) 80%, transparent);
2575
+ }
2576
+ }
2577
+ }
2578
+ }
2579
+ .hover\:opacity-80 {
2580
+ &:hover {
2581
+ @media (hover: hover) {
2582
+ opacity: 80%;
2583
+ }
2584
+ }
2585
+ }
2586
+ .hover\:not-disabled\:not-\[\[aria-invalid\=true\]\]\:not-has-\[\[aria-invalid\=true\]\]\:border-border-hover {
2587
+ &:hover {
2588
+ @media (hover: hover) {
2589
+ &:not(*:disabled) {
2590
+ &:not(*:is([aria-invalid=true])) {
2591
+ &:not(*:has(*:is([aria-invalid=true]))) {
2592
+ border-color: var(--seq-color-border-hover);
2593
+ }
2594
+ }
2595
+ }
2596
+ }
2597
+ }
2598
+ }
2599
+ .hover\:not-\[\[data-state\=active\]\]\:opacity-80 {
2600
+ &:hover {
2601
+ @media (hover: hover) {
2602
+ &:not(*:is([data-state=active])) {
2603
+ opacity: 80%;
2604
+ }
2605
+ }
2606
+ }
2607
+ }
2608
+ .focus\:bg-background-hover {
2609
+ &:focus {
2610
+ background-color: var(--seq-color-background-hover);
2611
+ }
2612
+ }
2613
+ .focus\:ring-2 {
2614
+ &:focus {
2615
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2616
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2617
+ }
2618
+ }
2619
+ .focus\:outline-hidden {
2620
+ &:focus {
2621
+ --tw-outline-style: none;
2622
+ outline-style: none;
2623
+ @media (forced-colors: active) {
2624
+ outline: 2px solid transparent;
2625
+ outline-offset: 2px;
2626
+ }
2627
+ }
2628
+ }
2629
+ .focus-visible\:outline-2 {
2630
+ &:focus-visible {
2631
+ outline-style: var(--tw-outline-style);
2632
+ outline-width: 2px;
2633
+ }
2634
+ }
2635
+ .focus-visible\:outline-offset-1 {
2636
+ &:focus-visible {
2637
+ outline-offset: 1px;
2638
+ }
2639
+ }
2640
+ .focus-visible\:outline-border-focus {
2641
+ &:focus-visible {
2642
+ outline-color: var(--seq-color-border-focus);
2643
+ }
2644
+ }
2645
+ .disabled\:pointer-events-none {
2646
+ &:disabled {
2647
+ pointer-events: none;
2648
+ }
2649
+ }
2650
+ .disabled\:cursor-default {
2651
+ &:disabled {
2652
+ cursor: default;
2653
+ }
2654
+ }
2655
+ .disabled\:cursor-not-allowed {
2656
+ &:disabled {
2657
+ cursor: not-allowed;
2658
+ }
2659
+ }
2660
+ .disabled\:opacity-50 {
2661
+ &:disabled {
2662
+ opacity: 50%;
2663
+ }
2664
+ }
2665
+ .disabled\:opacity-100 {
2666
+ &:disabled {
2667
+ opacity: 100%;
2668
+ }
2669
+ }
2670
+ .inert\:absolute {
2671
+ &:is([inert], [inert] *) {
2672
+ position: absolute;
2673
+ }
2674
+ }
2675
+ .inert\:z-0 {
2676
+ &:is([inert], [inert] *) {
2677
+ z-index: 0;
2678
+ }
2679
+ }
2680
+ .inert\:overflow-clip {
2681
+ &:is([inert], [inert] *) {
2682
+ overflow: clip;
2683
+ }
2684
+ }
2685
+ .inert\:opacity-0 {
2686
+ &:is([inert], [inert] *) {
2687
+ opacity: 0%;
2688
+ }
2689
+ }
2690
+ .in-data-current\:translate-x-6 {
2691
+ :where(*[data-current]) & {
2692
+ --tw-translate-x: calc(var(--spacing) * 6);
2693
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2694
+ }
2695
+ }
2696
+ .in-data-current\:opacity-100 {
2697
+ :where(*[data-current]) & {
2698
+ opacity: 100%;
2699
+ }
2700
+ }
2701
+ .has-data-\[state\=checked\]\:border-primary {
2702
+ &:has(*[data-state="checked"]) {
2703
+ border-color: var(--seq-color-primary);
2704
+ }
2705
+ }
2706
+ .has-data-\[state\=checked\]\:bg-primary\/5 {
2707
+ &:has(*[data-state="checked"]) {
2708
+ background-color: var(--seq-color-primary);
2709
+ @supports (color: color-mix(in lab, red, red)) {
2710
+ background-color: color-mix(in oklab, var(--seq-color-primary) 5%, transparent);
2711
+ }
2712
+ }
2713
+ }
2714
+ .has-\[\:focus-visible\]\:outline-2 {
2715
+ &:has(*:is(:focus-visible)) {
2716
+ outline-style: var(--tw-outline-style);
2717
+ outline-width: 2px;
2718
+ }
2719
+ }
2720
+ .has-\[\:focus-visible\]\:outline-border-focus {
2721
+ &:has(*:is(:focus-visible)) {
2722
+ outline-color: var(--seq-color-border-focus);
2723
+ }
2724
+ }
2725
+ .has-\[\[aria-invalid\=true\]\]\:border-destructive {
2726
+ &:has(*:is([aria-invalid=true])) {
2727
+ border-color: var(--seq-color-destructive);
2728
+ }
2729
+ }
2730
+ .has-\[\[aria-invalid\=true\]\]\:outline-destructive {
2731
+ &:has(*:is([aria-invalid=true])) {
2732
+ outline-color: var(--seq-color-destructive);
2733
+ }
2734
+ }
2735
+ .has-\[\[data-slot\=input-group-control\]\:disabled\]\:pointer-events-none {
2736
+ &:has(*:is([data-slot=input-group-control]:disabled)) {
2737
+ pointer-events: none;
2738
+ }
2739
+ }
2740
+ .has-\[\[data-slot\=input-group-control\]\:disabled\]\:cursor-not-allowed {
2741
+ &:has(*:is([data-slot=input-group-control]:disabled)) {
2742
+ cursor: not-allowed;
2743
+ }
2744
+ }
2745
+ .has-\[\[data-slot\=input-group-control\]\:disabled\]\:opacity-50 {
2746
+ &:has(*:is([data-slot=input-group-control]:disabled)) {
2747
+ opacity: 50%;
2748
+ }
2749
+ }
2750
+ .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-\[3px\] {
2751
+ &:has(*:is([data-slot=input-group-control]:focus-visible)) {
2752
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2753
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2754
+ }
2755
+ }
2756
+ .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive {
2757
+ &:has(*:is([data-slot][aria-invalid=true])) {
2758
+ border-color: var(--seq-color-destructive);
2759
+ }
2760
+ }
2761
+ .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:outline-destructive {
2762
+ &:has(*:is([data-slot][aria-invalid=true])) {
2763
+ outline-color: var(--seq-color-destructive);
2764
+ }
2765
+ }
2766
+ .has-\[\>\[data-align\=block-end\]\]\:h-auto {
2767
+ &:has(>[data-align=block-end]) {
2768
+ height: auto;
2769
+ }
2770
+ }
2771
+ .has-\[\>\[data-align\=block-end\]\]\:flex-col {
2772
+ &:has(>[data-align=block-end]) {
2773
+ flex-direction: column;
2774
+ }
2775
+ }
2776
+ .has-\[\>\[data-align\=block-start\]\]\:h-auto {
2777
+ &:has(>[data-align=block-start]) {
2778
+ height: auto;
2779
+ }
2780
+ }
2781
+ .has-\[\>\[data-align\=block-start\]\]\:flex-col {
2782
+ &:has(>[data-align=block-start]) {
2783
+ flex-direction: column;
2784
+ }
2785
+ }
2786
+ .has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3 {
2787
+ &:has(>[data-slot=checkbox-group]) {
2788
+ gap: calc(var(--spacing) * 3);
2789
+ }
2790
+ }
2791
+ .has-\[\>\[data-slot\=field-content\]\]\:items-start {
2792
+ &:has(>[data-slot=field-content]) {
2793
+ align-items: flex-start;
2794
+ }
2795
+ }
2796
+ .has-\[\>\[data-slot\=field\]\]\:w-full {
2797
+ &:has(>[data-slot=field]) {
2798
+ width: 100%;
2799
+ }
2800
+ }
2801
+ .has-\[\>\[data-slot\=field\]\]\:flex-col {
2802
+ &:has(>[data-slot=field]) {
2803
+ flex-direction: column;
2804
+ }
2805
+ }
2806
+ .has-\[\>\[data-slot\=field\]\]\:rounded-md {
2807
+ &:has(>[data-slot=field]) {
2808
+ border-radius: var(--radius-md);
2809
+ }
2810
+ }
2811
+ .has-\[\>\[data-slot\=field\]\]\:border {
2812
+ &:has(>[data-slot=field]) {
2813
+ border-style: var(--tw-border-style);
2814
+ border-width: 1px;
2815
+ }
2816
+ }
2817
+ .has-\[\>\[data-slot\=radio-group\]\]\:gap-3 {
2818
+ &:has(>[data-slot=radio-group]) {
2819
+ gap: calc(var(--spacing) * 3);
2820
+ }
2821
+ }
2822
+ .has-\[\>textarea\]\:h-auto {
2823
+ &:has(>textarea) {
2824
+ height: auto;
2825
+ }
2826
+ }
2827
+ .aria-invalid\:border-destructive {
2828
+ &[aria-invalid="true"] {
2829
+ border-color: var(--seq-color-destructive);
2830
+ }
2831
+ }
2832
+ .aria-invalid\:outline-destructive {
2833
+ &[aria-invalid="true"] {
2834
+ outline-color: var(--seq-color-destructive);
2835
+ }
2836
+ }
2837
+ .data-auto-advance\:data-current\:w-6 {
2838
+ &[data-auto-advance] {
2839
+ &[data-current] {
2840
+ width: calc(var(--spacing) * 6);
2841
+ }
2842
+ }
2843
+ }
2844
+ .data-disabled\:pointer-events-none {
2845
+ &[data-disabled] {
2846
+ pointer-events: none;
2847
+ }
2848
+ }
2849
+ .data-disabled\:cursor-default {
2850
+ &[data-disabled] {
2851
+ cursor: default;
2852
+ }
2853
+ }
2854
+ .data-disabled\:text-muted {
2855
+ &[data-disabled] {
2856
+ color: var(--seq-color-muted);
2857
+ }
2858
+ }
2859
+ .data-disabled\:text-primary\/50 {
2860
+ &[data-disabled] {
2861
+ color: var(--seq-color-primary);
2862
+ @supports (color: color-mix(in lab, red, red)) {
2863
+ color: color-mix(in oklab, var(--seq-color-primary) 50%, transparent);
2864
+ }
2865
+ }
2866
+ }
2867
+ .data-disabled\:opacity-80 {
2868
+ &[data-disabled] {
2869
+ opacity: 80%;
2870
+ }
2871
+ }
2872
+ .data-entered\:translate-x-0 {
2873
+ &[data-entered] {
2874
+ --tw-translate-x: calc(var(--spacing) * 0);
2875
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2876
+ }
2877
+ }
2878
+ .data-entered\:opacity-100 {
2879
+ &[data-entered] {
2880
+ opacity: 100%;
2881
+ }
2882
+ }
2883
+ .data-entering\:translate-x-0 {
2884
+ &[data-entering] {
2885
+ --tw-translate-x: calc(var(--spacing) * 0);
2886
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2887
+ }
2888
+ }
2889
+ .data-entering\:opacity-100 {
2890
+ &[data-entering] {
2891
+ opacity: 100%;
2892
+ }
2893
+ }
2894
+ .data-exited\:translate-x-16 {
2895
+ &[data-exited] {
2896
+ --tw-translate-x: calc(var(--spacing) * 16);
2897
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2898
+ }
2899
+ }
2900
+ .data-exited\:opacity-0 {
2901
+ &[data-exited] {
2902
+ opacity: 0%;
2903
+ }
2904
+ }
2905
+ .data-exited\:transition-none\! {
2906
+ &[data-exited] {
2907
+ transition-property: none !important;
2908
+ }
2909
+ }
2910
+ .data-exiting\:-translate-x-16 {
2911
+ &[data-exiting] {
2912
+ --tw-translate-x: calc(var(--spacing) * -16);
2913
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2914
+ }
2915
+ }
2916
+ .data-exiting\:opacity-0 {
2917
+ &[data-exiting] {
2918
+ opacity: 0%;
2919
+ }
2920
+ }
2921
+ .data-highlighted\:bg-background-hover {
2922
+ &[data-highlighted] {
2923
+ background-color: var(--seq-color-background-hover);
2924
+ }
2925
+ }
2926
+ .data-ltr\:data-exited\:-translate-x-16 {
2927
+ &[data-ltr] {
2928
+ &[data-exited] {
2929
+ --tw-translate-x: calc(var(--spacing) * -16);
2930
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2931
+ }
2932
+ }
2933
+ }
2934
+ .data-ltr\:data-exiting\:translate-x-16 {
2935
+ &[data-ltr] {
2936
+ &[data-exiting] {
2937
+ --tw-translate-x: calc(var(--spacing) * 16);
2938
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2939
+ }
2940
+ }
2941
+ }
2942
+ .data-pause\:translate-x-0 {
2943
+ &[data-pause] {
2944
+ --tw-translate-x: calc(var(--spacing) * 0);
2945
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2946
+ }
2947
+ }
2948
+ .data-pause\:duration-300 {
2949
+ &[data-pause] {
2950
+ --tw-duration: 300ms;
2951
+ transition-duration: 300ms;
2952
+ }
2953
+ }
2954
+ .data-\[active\=true\]\:font-bold {
2955
+ &[data-active="true"] {
2956
+ --tw-font-weight: var(--font-weight-bold);
2957
+ font-weight: var(--font-weight-bold);
2958
+ }
2959
+ }
2960
+ .data-\[active\=true\]\:text-border-focus {
2961
+ &[data-active="true"] {
2962
+ color: var(--seq-color-border-focus);
2963
+ }
2964
+ }
2965
+ .data-\[disabled\]\:pointer-events-none {
2966
+ &[data-disabled] {
2967
+ pointer-events: none;
2968
+ }
2969
+ }
2970
+ .data-\[disabled\]\:opacity-50 {
2971
+ &[data-disabled] {
2972
+ opacity: 50%;
2973
+ }
2974
+ }
2975
+ .data-\[inset\]\:pl-8 {
2976
+ &[data-inset] {
2977
+ padding-left: calc(var(--spacing) * 8);
2978
+ }
2979
+ }
2980
+ .data-\[invalid\=true\]\:text-destructive {
2981
+ &[data-invalid="true"] {
2982
+ color: var(--seq-color-destructive);
2983
+ }
2984
+ }
2985
+ .data-\[orientation\=horizontal\]\:h-px {
2986
+ &[data-orientation="horizontal"] {
2987
+ height: 1px;
2988
+ }
2989
+ }
2990
+ .data-\[orientation\=horizontal\]\:w-full {
2991
+ &[data-orientation="horizontal"] {
2992
+ width: 100%;
2993
+ }
2994
+ }
2995
+ .data-\[orientation\=vertical\]\:h-full {
2996
+ &[data-orientation="vertical"] {
2997
+ height: 100%;
2998
+ }
2999
+ }
3000
+ .data-\[orientation\=vertical\]\:w-px {
3001
+ &[data-orientation="vertical"] {
3002
+ width: 1px;
3003
+ }
3004
+ }
3005
+ .data-\[placeholder\]\:text-muted {
3006
+ &[data-placeholder] {
3007
+ color: var(--seq-color-muted);
3008
+ }
3009
+ }
3010
+ .data-\[side\=bottom\]\:translate-y-1 {
3011
+ &[data-side="bottom"] {
3012
+ --tw-translate-y: calc(var(--spacing) * 1);
3013
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3014
+ }
3015
+ }
3016
+ .data-\[side\=bottom\]\:slide-in-from-top-2 {
3017
+ &[data-side="bottom"] {
3018
+ --tw-enter-translate-y: calc(2*var(--spacing)*-1);
3019
+ }
3020
+ }
3021
+ .data-\[side\=left\]\:-translate-x-1 {
3022
+ &[data-side="left"] {
3023
+ --tw-translate-x: calc(var(--spacing) * -1);
3024
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3025
+ }
3026
+ }
3027
+ .data-\[side\=left\]\:slide-in-from-right-2 {
3028
+ &[data-side="left"] {
3029
+ --tw-enter-translate-x: calc(2*var(--spacing));
3030
+ }
3031
+ }
3032
+ .data-\[side\=right\]\:translate-x-1 {
3033
+ &[data-side="right"] {
3034
+ --tw-translate-x: calc(var(--spacing) * 1);
3035
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3036
+ }
3037
+ }
3038
+ .data-\[side\=right\]\:slide-in-from-left-2 {
3039
+ &[data-side="right"] {
3040
+ --tw-enter-translate-x: calc(2*var(--spacing)*-1);
3041
+ }
3042
+ }
3043
+ .data-\[side\=top\]\:-translate-y-1 {
3044
+ &[data-side="top"] {
3045
+ --tw-translate-y: calc(var(--spacing) * -1);
3046
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3047
+ }
3048
+ }
3049
+ .data-\[side\=top\]\:slide-in-from-bottom-2 {
3050
+ &[data-side="top"] {
3051
+ --tw-enter-translate-y: calc(2*var(--spacing));
3052
+ }
3053
+ }
3054
+ .data-\[size\=default\]\:h-13 {
3055
+ &[data-size="default"] {
3056
+ height: calc(var(--spacing) * 13);
3057
+ }
3058
+ }
3059
+ .data-\[size\=sm\]\:h-8 {
3060
+ &[data-size="sm"] {
3061
+ height: calc(var(--spacing) * 8);
3062
+ }
3063
+ }
3064
+ .data-\[slot\=checkbox-group\]\:gap-3 {
3065
+ &[data-slot="checkbox-group"] {
3066
+ gap: calc(var(--spacing) * 3);
3067
+ }
3068
+ }
3069
+ .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
3070
+ :is(& > *) {
3071
+ &[data-slot="select-value"] {
3072
+ overflow: hidden;
3073
+ display: -webkit-box;
3074
+ -webkit-box-orient: vertical;
3075
+ -webkit-line-clamp: 1;
3076
+ }
3077
+ }
3078
+ }
3079
+ .\*\:data-\[slot\=select-value\]\:flex {
3080
+ :is(& > *) {
3081
+ &[data-slot="select-value"] {
3082
+ display: flex;
3083
+ }
3084
+ }
3085
+ }
3086
+ .\*\:data-\[slot\=select-value\]\:items-center {
3087
+ :is(& > *) {
3088
+ &[data-slot="select-value"] {
3089
+ align-items: center;
3090
+ }
3091
+ }
3092
+ }
3093
+ .\*\:data-\[slot\=select-value\]\:gap-2 {
3094
+ :is(& > *) {
3095
+ &[data-slot="select-value"] {
3096
+ gap: calc(var(--spacing) * 2);
3097
+ }
3098
+ }
3099
+ }
3100
+ .data-\[state\=active\]\:border-border-focus {
3101
+ &[data-state="active"] {
3102
+ border-color: var(--seq-color-border-focus);
3103
+ }
3104
+ }
3105
+ .data-\[state\=active\]\:text-border-focus {
3106
+ &[data-state="active"] {
3107
+ color: var(--seq-color-border-focus);
3108
+ }
3109
+ }
3110
+ .data-\[state\=active\]\:text-primary {
3111
+ &[data-state="active"] {
3112
+ color: var(--seq-color-primary);
3113
+ }
3114
+ }
3115
+ .data-\[state\=checked\]\:translate-x-full {
3116
+ &[data-state="checked"] {
3117
+ --tw-translate-x: 100%;
3118
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3119
+ }
3120
+ }
3121
+ .data-\[state\=checked\]\:border-transparent\! {
3122
+ &[data-state="checked"] {
3123
+ border-color: transparent !important;
3124
+ }
3125
+ }
3126
+ .data-\[state\=checked\]\:bg-white {
3127
+ &[data-state="checked"] {
3128
+ background-color: var(--color-white);
3129
+ }
3130
+ }
3131
+ .data-\[state\=checked\]\:bg-gradient-primary {
3132
+ &[data-state="checked"] {
3133
+ background-image: var(--seq-color-gradient-primary);
3134
+ }
3135
+ }
3136
+ .data-\[state\=closed\]\:animate-out {
3137
+ &[data-state="closed"] {
3138
+ animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
3139
+ }
3140
+ }
3141
+ .data-\[state\=closed\]\:duration-300 {
3142
+ &[data-state="closed"] {
3143
+ --tw-duration: 300ms;
3144
+ transition-duration: 300ms;
3145
+ }
3146
+ }
3147
+ .data-\[state\=closed\]\:fade-out-0 {
3148
+ &[data-state="closed"] {
3149
+ --tw-exit-opacity: calc(0/100);
3150
+ --tw-exit-opacity: 0;
3151
+ }
3152
+ }
3153
+ .data-\[state\=closed\]\:zoom-out-95 {
3154
+ &[data-state="closed"] {
3155
+ --tw-exit-scale: calc(95*1%);
3156
+ --tw-exit-scale: .95;
3157
+ }
3158
+ }
3159
+ .data-\[state\=closed\]\:slide-out-to-bottom {
3160
+ &[data-state="closed"] {
3161
+ --tw-exit-translate-y: 100%;
3162
+ }
3163
+ }
3164
+ .data-\[state\=closed\]\:slide-out-to-left {
3165
+ &[data-state="closed"] {
3166
+ --tw-exit-translate-x: -100%;
3167
+ }
3168
+ }
3169
+ .data-\[state\=closed\]\:slide-out-to-right {
3170
+ &[data-state="closed"] {
3171
+ --tw-exit-translate-x: 100%;
3172
+ }
3173
+ }
3174
+ .data-\[state\=closed\]\:slide-out-to-top {
3175
+ &[data-state="closed"] {
3176
+ --tw-exit-translate-y: -100%;
3177
+ }
3178
+ }
3179
+ .data-\[state\=open\]\:animate-in {
3180
+ &[data-state="open"] {
3181
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
3182
+ }
3183
+ }
3184
+ .data-\[state\=open\]\:duration-500 {
3185
+ &[data-state="open"] {
3186
+ --tw-duration: 500ms;
3187
+ transition-duration: 500ms;
3188
+ }
3189
+ }
3190
+ .data-\[state\=open\]\:fade-in-0 {
3191
+ &[data-state="open"] {
3192
+ --tw-enter-opacity: calc(0/100);
3193
+ --tw-enter-opacity: 0;
3194
+ }
3195
+ }
3196
+ .data-\[state\=open\]\:zoom-in-95 {
3197
+ &[data-state="open"] {
3198
+ --tw-enter-scale: calc(95*1%);
3199
+ --tw-enter-scale: .95;
3200
+ }
3201
+ }
3202
+ .data-\[state\=open\]\:slide-in-from-bottom {
3203
+ &[data-state="open"] {
3204
+ --tw-enter-translate-y: 100%;
3205
+ }
3206
+ }
3207
+ .data-\[state\=open\]\:slide-in-from-left {
3208
+ &[data-state="open"] {
3209
+ --tw-enter-translate-x: -100%;
3210
+ }
3211
+ }
3212
+ .data-\[state\=open\]\:slide-in-from-right {
3213
+ &[data-state="open"] {
3214
+ --tw-enter-translate-x: 100%;
3215
+ }
3216
+ }
3217
+ .data-\[state\=open\]\:slide-in-from-top {
3218
+ &[data-state="open"] {
3219
+ --tw-enter-translate-y: -100%;
3220
+ }
3221
+ }
3222
+ .data-\[swipe\=cancel\]\:translate-x-0 {
3223
+ &[data-swipe="cancel"] {
3224
+ --tw-translate-x: calc(var(--spacing) * 0);
3225
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3226
+ }
3227
+ }
3228
+ .data-\[swipe\=cancel\]\:transition-transform {
3229
+ &[data-swipe="cancel"] {
3230
+ transition-property: transform, translate, scale, rotate;
3231
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3232
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
3233
+ }
3234
+ }
3235
+ .data-\[swipe\=cancel\]\:duration-200 {
3236
+ &[data-swipe="cancel"] {
3237
+ --tw-duration: 200ms;
3238
+ transition-duration: 200ms;
3239
+ }
3240
+ }
3241
+ .data-\[swipe\=cancel\]\:ease-out {
3242
+ &[data-swipe="cancel"] {
3243
+ --tw-ease: var(--ease-out);
3244
+ transition-timing-function: var(--ease-out);
3245
+ }
3246
+ }
3247
+ .data-\[swipe\=end\]\:animate-swipe-out {
3248
+ &[data-swipe="end"] {
3249
+ animation: swipe-out 200ms ease-out;
3250
+ }
3251
+ }
3252
+ .data-\[swipe\=move\]\:translate-x-\(--radix-toast-swipe-move-x\) {
3253
+ &[data-swipe="move"] {
3254
+ --tw-translate-x: var(--radix-toast-swipe-move-x);
3255
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3256
+ }
3257
+ }
3258
+ .nth-last-2\:-mt-1 {
3259
+ &:nth-last-child(2) {
3260
+ margin-top: calc(var(--spacing) * -1);
3261
+ }
3262
+ }
3263
+ .sm\:col-start-3 {
3264
+ @media (width >= 40rem) {
3265
+ grid-column-start: 3;
3266
+ }
3267
+ }
3268
+ .sm\:col-end-3 {
3269
+ @media (width >= 40rem) {
3270
+ grid-column-end: 3;
3271
+ }
3272
+ }
3273
+ .sm\:row-start-1 {
3274
+ @media (width >= 40rem) {
3275
+ grid-row-start: 1;
3276
+ }
3277
+ }
3278
+ .sm\:row-end-3 {
3279
+ @media (width >= 40rem) {
3280
+ grid-row-end: 3;
3281
+ }
3282
+ }
3283
+ .sm\:mt-0 {
3284
+ @media (width >= 40rem) {
3285
+ margin-top: calc(var(--spacing) * 0);
3286
+ }
3287
+ }
3288
+ .sm\:inline-flex {
3289
+ @media (width >= 40rem) {
3290
+ display: inline-flex;
3291
+ }
3292
+ }
3293
+ .sm\:max-w-lg {
3294
+ @media (width >= 40rem) {
3295
+ max-width: var(--container-lg);
3296
+ }
3297
+ }
3298
+ .sm\:max-w-sm {
3299
+ @media (width >= 40rem) {
3300
+ max-width: var(--container-sm);
3301
+ }
3302
+ }
3303
+ .sm\:flex-row {
3304
+ @media (width >= 40rem) {
3305
+ flex-direction: row;
3306
+ }
3307
+ }
3308
+ .sm\:items-center {
3309
+ @media (width >= 40rem) {
3310
+ align-items: center;
3311
+ }
3312
+ }
3313
+ .sm\:justify-between {
3314
+ @media (width >= 40rem) {
3315
+ justify-content: space-between;
3316
+ }
3317
+ }
3318
+ .sm\:justify-end {
3319
+ @media (width >= 40rem) {
3320
+ justify-content: flex-end;
3321
+ }
3322
+ }
3323
+ .sm\:text-left {
3324
+ @media (width >= 40rem) {
3325
+ text-align: left;
3326
+ }
3327
+ }
3328
+ .md\:bottom-auto {
3329
+ @media (width >= 48rem) {
3330
+ bottom: auto;
3331
+ }
3332
+ }
3333
+ .md\:h-\[800px\] {
3334
+ @media (width >= 48rem) {
3335
+ height: 800px;
3336
+ }
3337
+ }
3338
+ .md\:max-h-\[min\(800px\,calc\(100dvh-80px\)\)\] {
3339
+ @media (width >= 48rem) {
3340
+ max-height: min(800px, calc(100dvh - 80px));
3341
+ }
3342
+ }
3343
+ .md\:w-\[540px\] {
3344
+ @media (width >= 48rem) {
3345
+ width: 540px;
3346
+ }
3347
+ }
3348
+ .md\:w-\[720px\] {
3349
+ @media (width >= 48rem) {
3350
+ width: 720px;
3351
+ }
3352
+ }
3353
+ .md\:rounded-b-2xl {
3354
+ @media (width >= 48rem) {
3355
+ border-bottom-right-radius: var(--radius-2xl);
3356
+ border-bottom-left-radius: var(--radius-2xl);
3357
+ }
3358
+ }
3359
+ .md\:p-12 {
3360
+ @media (width >= 48rem) {
3361
+ padding: calc(var(--spacing) * 12);
3362
+ }
3363
+ }
3364
+ .lg\:h-auto\! {
3365
+ @media (width >= 64rem) {
3366
+ height: auto !important;
3367
+ }
3368
+ }
3369
+ .\@md\/field-group\:flex-row {
3370
+ @container field-group (width >= 28rem) {
3371
+ flex-direction: row;
3372
+ }
3373
+ }
3374
+ .\@md\/field-group\:items-center {
3375
+ @container field-group (width >= 28rem) {
3376
+ align-items: center;
3377
+ }
3378
+ }
3379
+ .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start {
3380
+ @container field-group (width >= 28rem) {
3381
+ &:has(>[data-slot=field-content]) {
3382
+ align-items: flex-start;
3383
+ }
3384
+ }
3385
+ }
3386
+ .dark\:\[--alert-accent\:var\(--color-green-400\)\] {
3387
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3388
+ --alert-accent: var(--color-green-400);
3389
+ }
3390
+ }
3391
+ .dark\:\[--alert-accent\:var\(--color-indigo-400\)\] {
3392
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3393
+ --alert-accent: var(--color-indigo-400);
3394
+ }
3395
+ }
3396
+ .dark\:\[--alert-accent\:var\(--color-red-400\)\] {
3397
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3398
+ --alert-accent: var(--color-red-400);
3399
+ }
3400
+ }
3401
+ .dark\:\[--alert-accent\:var\(--color-yellow-400\)\] {
3402
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3403
+ --alert-accent: var(--color-yellow-400);
3404
+ }
3405
+ }
3406
+ .dark\:\[--alert-background\:var\(--color-green-950\)\] {
3407
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3408
+ --alert-background: var(--color-green-950);
3409
+ }
3410
+ }
3411
+ .dark\:\[--alert-background\:var\(--color-indigo-950\)\] {
3412
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3413
+ --alert-background: var(--color-indigo-950);
3414
+ }
3415
+ }
3416
+ .dark\:\[--alert-background\:var\(--color-red-950\)\] {
3417
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3418
+ --alert-background: var(--color-red-950);
3419
+ }
3420
+ }
3421
+ .dark\:\[--alert-background\:var\(--color-yellow-950\)\] {
3422
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3423
+ --alert-background: var(--color-yellow-950);
3424
+ }
3425
+ }
3426
+ .dark\:\[--alert-border\:var\(--color-green-900\)\] {
3427
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3428
+ --alert-border: var(--color-green-900);
3429
+ }
3430
+ }
3431
+ .dark\:\[--alert-border\:var\(--color-indigo-900\)\] {
3432
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3433
+ --alert-border: var(--color-indigo-900);
3434
+ }
3435
+ }
3436
+ .dark\:\[--alert-border\:var\(--color-red-900\)\] {
3437
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3438
+ --alert-border: var(--color-red-900);
3439
+ }
3440
+ }
3441
+ .dark\:\[--alert-border\:var\(--color-yellow-900\)\] {
3442
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3443
+ --alert-border: var(--color-yellow-900);
3444
+ }
3445
+ }
3446
+ .dark\:\[--callout-accent\:var\(--color-green-400\)\] {
3447
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3448
+ --callout-accent: var(--color-green-400);
3449
+ }
3450
+ }
3451
+ .dark\:\[--callout-accent\:var\(--color-indigo-400\)\] {
3452
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3453
+ --callout-accent: var(--color-indigo-400);
3454
+ }
3455
+ }
3456
+ .dark\:\[--callout-accent\:var\(--color-red-400\)\] {
3457
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3458
+ --callout-accent: var(--color-red-400);
3459
+ }
3460
+ }
3461
+ .dark\:\[--callout-accent\:var\(--color-yellow-400\)\] {
3462
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3463
+ --callout-accent: var(--color-yellow-400);
3464
+ }
3465
+ }
3466
+ .dark\:\[--callout-content\:var\(--color-green-950\)\] {
3467
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3468
+ --callout-content: var(--color-green-950);
3469
+ }
3470
+ }
3471
+ .dark\:\[--callout-content\:var\(--color-indigo-950\)\] {
3472
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3473
+ --callout-content: var(--color-indigo-950);
3474
+ }
3475
+ }
3476
+ .dark\:\[--callout-content\:var\(--color-red-950\)\] {
3477
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3478
+ --callout-content: var(--color-red-950);
3479
+ }
3480
+ }
3481
+ .dark\:\[--callout-content\:var\(--color-yellow-950\)\] {
3482
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3483
+ --callout-content: var(--color-yellow-950);
1769
3484
  }
1770
3485
  }
1771
- .focus-within\:ring-2 {
1772
- &:focus-within {
1773
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1774
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3486
+ .dark\:\[--callout-header\:var\(--color-green-900\)\] {
3487
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3488
+ --callout-header: var(--color-green-900);
1775
3489
  }
1776
3490
  }
1777
- .focus-within\:ring-border-error {
1778
- &:focus-within {
1779
- --tw-ring-color: var(--seq-color-border-error);
3491
+ .dark\:\[--callout-header\:var\(--color-indigo-900\)\] {
3492
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3493
+ --callout-header: var(--color-indigo-900);
1780
3494
  }
1781
3495
  }
1782
- .focus-within\:ring-border-focus {
1783
- &:focus-within {
1784
- --tw-ring-color: var(--seq-color-border-focus);
3496
+ .dark\:\[--callout-header\:var\(--color-red-900\)\] {
3497
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3498
+ --callout-header: var(--color-red-900);
1785
3499
  }
1786
3500
  }
1787
- .focus-within\:ring-inset {
1788
- &:focus-within {
1789
- --tw-ring-inset: inset;
3501
+ .dark\:\[--callout-header\:var\(--color-yellow-900\)\] {
3502
+ &:where([data-theme="dark"], [data-theme="dark"] *) {
3503
+ --callout-header: var(--color-yellow-900);
1790
3504
  }
1791
3505
  }
1792
- .hover\:border-\[var\(--seq-color-border-normal\)\] {
1793
- &:hover {
1794
- @media (hover: hover) {
1795
- border-color: var(--seq-color-border-normal);
1796
- }
3506
+ .\[\&_\[data-slot\=alert-button\]\]\:text-\(--alert-accent\) {
3507
+ & [data-slot=alert-button] {
3508
+ color: var(--alert-accent);
1797
3509
  }
1798
3510
  }
1799
- .hover\:bg-button-glass {
1800
- &:hover {
1801
- @media (hover: hover) {
1802
- background-color: var(--seq-color-button-glass);
1803
- }
3511
+ .\[\&_span\]\:size-\[12px\] {
3512
+ & span {
3513
+ width: 12px;
3514
+ height: 12px;
1804
3515
  }
1805
3516
  }
1806
- .hover\:opacity-80 {
1807
- &:hover {
1808
- @media (hover: hover) {
1809
- opacity: 80%;
1810
- }
3517
+ .\[\&_span\]\:size-\[18px\] {
3518
+ & span {
3519
+ width: 18px;
3520
+ height: 18px;
1811
3521
  }
1812
3522
  }
1813
- .hover\:opacity-100 {
1814
- &:hover {
1815
- @media (hover: hover) {
1816
- opacity: 100%;
1817
- }
3523
+ .\[\&_svg\]\:pointer-events-none {
3524
+ & svg {
3525
+ pointer-events: none;
1818
3526
  }
1819
3527
  }
1820
- .hover\:ring-border-focus {
1821
- &:hover {
1822
- @media (hover: hover) {
1823
- --tw-ring-color: var(--seq-color-border-focus);
1824
- }
3528
+ .\[\&_svg\]\:shrink-0 {
3529
+ & svg {
3530
+ flex-shrink: 0;
1825
3531
  }
1826
3532
  }
1827
- .focus\:opacity-100 {
1828
- &:focus {
1829
- opacity: 100%;
3533
+ .\[\&_svg\:not\(\[class\*\=\"size-\"\]\)\]\:size-4 {
3534
+ & svg:not([class*="size-"]) {
3535
+ width: calc(var(--spacing) * 4);
3536
+ height: calc(var(--spacing) * 4);
1830
3537
  }
1831
3538
  }
1832
- .focus\:ring-0 {
1833
- &:focus {
1834
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1835
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3539
+ .\[\&_svg\:not\(\[class\*\=\"size-\"\]\)\]\:size-5 {
3540
+ & svg:not([class*="size-"]) {
3541
+ width: calc(var(--spacing) * 5);
3542
+ height: calc(var(--spacing) * 5);
1836
3543
  }
1837
3544
  }
1838
- .focus\:ring-2 {
1839
- &:focus {
1840
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1841
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3545
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
3546
+ & svg:not([class*='size-']) {
3547
+ width: calc(var(--spacing) * 4);
3548
+ height: calc(var(--spacing) * 4);
1842
3549
  }
1843
3550
  }
1844
- .focus\:ring-border-error {
1845
- &:focus {
1846
- --tw-ring-color: var(--seq-color-border-error);
3551
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-9 {
3552
+ & svg:not([class*='size-']) {
3553
+ width: calc(var(--spacing) * 9);
3554
+ height: calc(var(--spacing) * 9);
1847
3555
  }
1848
3556
  }
1849
- .focus\:ring-border-focus {
1850
- &:focus {
1851
- --tw-ring-color: var(--seq-color-border-focus);
3557
+ .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted {
3558
+ & svg:not([class*='text-']) {
3559
+ color: var(--seq-color-muted);
1852
3560
  }
1853
3561
  }
1854
- .focus\:outline-hidden {
1855
- &:focus {
1856
- --tw-outline-style: none;
1857
- outline-style: none;
1858
- @media (forced-colors: active) {
1859
- outline: 2px solid transparent;
1860
- outline-offset: 2px;
1861
- }
3562
+ .\[\&_thead_th\]\:sticky {
3563
+ & thead th {
3564
+ position: sticky;
1862
3565
  }
1863
3566
  }
1864
- .focus-visible\:ring-2 {
1865
- &:focus-visible {
1866
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1867
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3567
+ .\[\&_thead_th\]\:top-0 {
3568
+ & thead th {
3569
+ top: calc(var(--spacing) * 0);
1868
3570
  }
1869
3571
  }
1870
- .focus-visible\:ring-border-focus {
1871
- &:focus-visible {
1872
- --tw-ring-color: var(--seq-color-border-focus);
3572
+ .\[\&_thead_th\]\:z-10 {
3573
+ & thead th {
3574
+ z-index: 10;
1873
3575
  }
1874
3576
  }
1875
- .focus-visible\:outline-hidden {
1876
- &:focus-visible {
1877
- --tw-outline-style: none;
1878
- outline-style: none;
1879
- @media (forced-colors: active) {
1880
- outline: 2px solid transparent;
1881
- outline-offset: 2px;
1882
- }
3577
+ .\[\&_thead_th\]\:bg-background-primary {
3578
+ & thead th {
3579
+ background-color: var(--seq-color-background-primary);
1883
3580
  }
1884
3581
  }
1885
- .disabled\:cursor-default {
1886
- &:disabled {
3582
+ .\[\&\:has\(\:disabled\)\]\:cursor-default {
3583
+ &:has(:disabled) {
1887
3584
  cursor: default;
1888
3585
  }
1889
3586
  }
1890
- .disabled\:opacity-50 {
1891
- &:disabled {
3587
+ .\[\&\:has\(\:disabled\)\]\:opacity-50 {
3588
+ &:has(:disabled) {
1892
3589
  opacity: 50%;
1893
3590
  }
1894
3591
  }
1895
- .data-disabled\:pointer-events-none {
1896
- &[data-disabled] {
1897
- pointer-events: none;
3592
+ .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
3593
+ &:has([role=checkbox]) {
3594
+ padding-right: calc(var(--spacing) * 0);
1898
3595
  }
1899
3596
  }
1900
- .data-disabled\:cursor-default {
1901
- &[data-disabled] {
1902
- cursor: default;
3597
+ .\[\&\:has\(button\)\]\:px-0 {
3598
+ &:has(button) {
3599
+ padding-inline: calc(var(--spacing) * 0);
1903
3600
  }
1904
3601
  }
1905
- .data-disabled\:text-muted {
1906
- &[data-disabled] {
1907
- color: var(--seq-color-muted);
3602
+ .\[\.border-b\]\:pb-3 {
3603
+ &:is(.border-b) {
3604
+ padding-bottom: calc(var(--spacing) * 3);
1908
3605
  }
1909
3606
  }
1910
- .data-disabled\:opacity-50 {
1911
- &[data-disabled] {
1912
- opacity: 50%;
3607
+ .\[\.border-t\]\:pt-3 {
3608
+ &:is(.border-t) {
3609
+ padding-top: calc(var(--spacing) * 3);
1913
3610
  }
1914
3611
  }
1915
- .data-disabled\:opacity-80 {
1916
- &[data-disabled] {
1917
- opacity: 80%;
3612
+ .\*\:\[span\]\:last\:flex {
3613
+ :is(& > *) {
3614
+ &:is(span) {
3615
+ &:last-child {
3616
+ display: flex;
3617
+ }
3618
+ }
1918
3619
  }
1919
3620
  }
1920
- .data-highlighted\:bg-background-contrast {
1921
- &[data-highlighted] {
1922
- background-color: var(--seq-color-background-contrast);
3621
+ .\*\:\[span\]\:last\:items-center {
3622
+ :is(& > *) {
3623
+ &:is(span) {
3624
+ &:last-child {
3625
+ align-items: center;
3626
+ }
3627
+ }
1923
3628
  }
1924
3629
  }
1925
- .data-highlighted\:bg-background-secondary {
1926
- &[data-highlighted] {
1927
- background-color: var(--seq-color-background-secondary);
3630
+ .\*\:\[span\]\:last\:gap-2 {
3631
+ :is(& > *) {
3632
+ &:is(span) {
3633
+ &:last-child {
3634
+ gap: calc(var(--spacing) * 2);
3635
+ }
3636
+ }
1928
3637
  }
1929
3638
  }
1930
- .data-\[state\=active\]\:text-primary {
1931
- &[data-state="active"] {
1932
- color: var(--seq-color-primary);
3639
+ .\[\&\>\*\]\:w-full {
3640
+ &>* {
3641
+ width: 100%;
1933
3642
  }
1934
3643
  }
1935
- .data-\[state\=checked\]\:translate-x-5 {
1936
- &[data-state="checked"] {
1937
- --tw-translate-x: calc(var(--spacing) * 5);
1938
- translate: var(--tw-translate-x) var(--tw-translate-y);
3644
+ .\[\&\>\*\]\:data-\[slot\=field\]\:p-4 {
3645
+ &>* {
3646
+ &[data-slot="field"] {
3647
+ padding: calc(var(--spacing) * 4);
3648
+ }
1939
3649
  }
1940
3650
  }
1941
- .data-\[state\=checked\]\:bg-background-control {
1942
- &[data-state="checked"] {
1943
- background-color: var(--seq-color-background-control);
3651
+ .\@md\/field-group\:\[\&\>\*\]\:w-auto {
3652
+ @container field-group (width >= 28rem) {
3653
+ &>* {
3654
+ width: auto;
3655
+ }
1944
3656
  }
1945
3657
  }
1946
- .data-\[state\=checked\]\:bg-gradient-primary {
1947
- &[data-state="checked"] {
1948
- background-image: var(--seq-color-gradient-primary);
3658
+ .\[\&\>\.sr-only\]\:w-auto {
3659
+ &>.sr-only {
3660
+ width: auto;
1949
3661
  }
1950
3662
  }
1951
- .data-\[swipe\=cancel\]\:translate-x-0 {
1952
- &[data-swipe="cancel"] {
1953
- --tw-translate-x: calc(var(--spacing) * 0);
1954
- translate: var(--tw-translate-x) var(--tw-translate-y);
3663
+ .\[\&\>\[data-slot\=field-group\]\]\:gap-4 {
3664
+ &>[data-slot=field-group] {
3665
+ gap: calc(var(--spacing) * 4);
1955
3666
  }
1956
3667
  }
1957
- .data-\[swipe\=cancel\]\:transition-transform {
1958
- &[data-swipe="cancel"] {
1959
- transition-property: transform, translate, scale, rotate;
1960
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1961
- transition-duration: var(--tw-duration, var(--default-transition-duration));
3668
+ .\[\&\>\[data-slot\=field-label\]\]\:flex-auto {
3669
+ &>[data-slot=field-label] {
3670
+ flex: auto;
1962
3671
  }
1963
3672
  }
1964
- .data-\[swipe\=cancel\]\:duration-200 {
1965
- &[data-swipe="cancel"] {
1966
- --tw-duration: 200ms;
1967
- transition-duration: 200ms;
3673
+ .\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto {
3674
+ @container field-group (width >= 28rem) {
3675
+ &>[data-slot=field-label] {
3676
+ flex: auto;
3677
+ }
1968
3678
  }
1969
3679
  }
1970
- .data-\[swipe\=cancel\]\:ease-out {
1971
- &[data-swipe="cancel"] {
1972
- --tw-ease: var(--ease-out);
1973
- transition-timing-function: var(--ease-out);
3680
+ .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px {
3681
+ &:has(>[data-slot=field-content]) {
3682
+ &>[role=checkbox],[role=radio] {
3683
+ margin-top: 1px;
3684
+ }
1974
3685
  }
1975
3686
  }
1976
- .data-\[swipe\=end\]\:animate-swipe-out {
1977
- &[data-swipe="end"] {
1978
- animation: swipe-out 200ms ease-out;
3687
+ .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px {
3688
+ @container field-group (width >= 28rem) {
3689
+ &:has(>[data-slot=field-content]) {
3690
+ &>[role=checkbox],[role=radio] {
3691
+ margin-top: 1px;
3692
+ }
3693
+ }
1979
3694
  }
1980
3695
  }
1981
- .data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\] {
1982
- &[data-swipe="move"] {
1983
- --tw-translate-x: var(--radix-toast-swipe-move-x);
1984
- translate: var(--tw-translate-x) var(--tw-translate-y);
3696
+ .\[\&\>a\]\:underline {
3697
+ &>a {
3698
+ text-decoration-line: underline;
1985
3699
  }
1986
3700
  }
1987
- .md\:bottom-auto {
1988
- @media (width >= 48rem) {
1989
- bottom: auto;
3701
+ .\[\&\>a\]\:underline-offset-4 {
3702
+ &>a {
3703
+ text-underline-offset: 4px;
1990
3704
  }
1991
3705
  }
1992
- .md\:h-\[800px\] {
1993
- @media (width >= 48rem) {
1994
- height: 800px;
3706
+ .\[\&\>a\:hover\]\:text-primary {
3707
+ &>a:hover {
3708
+ color: var(--seq-color-primary);
1995
3709
  }
1996
3710
  }
1997
- .md\:max-h-\[min\(800px\,calc\(100dvh-80px\)\)\] {
1998
- @media (width >= 48rem) {
1999
- max-height: min(800px, calc(100dvh - 80px));
3711
+ .has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3 {
3712
+ &:has(>[data-align=block-end]) {
3713
+ &>input {
3714
+ padding-top: calc(var(--spacing) * 3);
3715
+ }
2000
3716
  }
2001
3717
  }
2002
- .md\:w-\[540px\] {
2003
- @media (width >= 48rem) {
2004
- width: 540px;
3718
+ .has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3 {
3719
+ &:has(>[data-align=block-start]) {
3720
+ &>input {
3721
+ padding-bottom: calc(var(--spacing) * 3);
3722
+ }
2005
3723
  }
2006
3724
  }
2007
- .md\:w-\[720px\] {
2008
- @media (width >= 48rem) {
2009
- width: 720px;
3725
+ .has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2 {
3726
+ &:has(>[data-align=inline-end]) {
3727
+ &>input {
3728
+ padding-right: calc(var(--spacing) * 2);
3729
+ }
2010
3730
  }
2011
3731
  }
2012
- .md\:rounded-b-2xl {
2013
- @media (width >= 48rem) {
2014
- border-bottom-right-radius: var(--radius-2xl);
2015
- border-bottom-left-radius: var(--radius-2xl);
3732
+ .has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2 {
3733
+ &:has(>[data-align=inline-start]) {
3734
+ &>input {
3735
+ padding-left: calc(var(--spacing) * 2);
3736
+ }
2016
3737
  }
2017
3738
  }
2018
- .lg\:h-auto\! {
2019
- @media (width >= 64rem) {
2020
- height: auto !important;
3739
+ .\[\&\>svg\]\:mr-2 {
3740
+ &>svg {
3741
+ margin-right: calc(var(--spacing) * 2);
2021
3742
  }
2022
3743
  }
2023
- .\[\&\:has\(\:disabled\)\]\:cursor-default {
2024
- &:has(:disabled) {
2025
- cursor: default;
3744
+ .\[\&\>svg\]\:self-start {
3745
+ &>svg {
3746
+ align-self: flex-start;
2026
3747
  }
2027
3748
  }
2028
- .\[\&\:has\(\:disabled\)\]\:opacity-50 {
2029
- &:has(:disabled) {
2030
- opacity: 50%;
3749
+ .\[\&\>svg\]\:text-\(--alert-accent\) {
3750
+ &>svg {
3751
+ color: var(--alert-accent);
2031
3752
  }
2032
3753
  }
2033
- .\[\&\:has\(\:disabled\)\:hover\]\:cursor-default {
2034
- &:has(:disabled):hover {
2035
- cursor: default;
3754
+ .\[\&\>td\]\:first\:rounded-l-lg {
3755
+ &>td {
3756
+ &:first-child {
3757
+ border-top-left-radius: var(--radius-lg);
3758
+ border-bottom-left-radius: var(--radius-lg);
3759
+ }
2036
3760
  }
2037
3761
  }
2038
- .\[\&\:has\(\:disabled\)\:hover\]\:opacity-50 {
2039
- &:has(:disabled):hover {
2040
- opacity: 50%;
3762
+ .\[\&\>td\]\:last\:rounded-r-lg {
3763
+ &>td {
3764
+ &:last-child {
3765
+ border-top-right-radius: var(--radius-lg);
3766
+ border-bottom-right-radius: var(--radius-lg);
3767
+ }
2041
3768
  }
2042
3769
  }
2043
- .focus-within\:\[\&\:has\(\:focus-visible\)\]\:ring-2 {
3770
+ .focus-within\:\[\&\>td\]\:bg-background-hover {
2044
3771
  &:focus-within {
2045
- &:has(:focus-visible) {
2046
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2047
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3772
+ &>td {
3773
+ background-color: var(--seq-color-background-hover);
2048
3774
  }
2049
3775
  }
2050
3776
  }
2051
- .\[\&\>svg\]\:stroke-2 {
2052
- &>svg {
2053
- stroke-width: 2;
3777
+ .hover\:\[\&\>td\]\:bg-background-hover {
3778
+ &:hover {
3779
+ @media (hover: hover) {
3780
+ &>td {
3781
+ background-color: var(--seq-color-background-hover);
3782
+ }
3783
+ }
2054
3784
  }
2055
3785
  }
2056
- .\[\&\>svg\]\:stroke-\[calc\(24\/16\*2px\)\] {
2057
- &>svg {
2058
- stroke-width: calc(24 / 16 * 2px);
3786
+ .data-\[state\=selected\]\:\[\&\>td\]\:bg-background-hover {
3787
+ &[data-state="selected"] {
3788
+ &>td {
3789
+ background-color: var(--seq-color-background-hover);
3790
+ }
2059
3791
  }
2060
3792
  }
2061
- .\[\&\>svg\]\:stroke-\[calc\(24\/32\*2px\)\] {
2062
- &>svg {
2063
- stroke-width: calc(24 / 32 * 2px);
2064
- }
2065
- }
2066
- }
2067
- :root, [data-theme=dark] {
2068
- --seq-color-positive: #1fc266;
2069
- --seq-color-negative: #c2501f;
2070
- --seq-color-info: #0076cc;
2071
- --seq-color-warning: #f4b03e;
2072
- --seq-color-primary: rgba(255, 255, 255, 1);
2073
- --seq-color-secondary: rgba(255, 255, 255, 0.8);
2074
- --seq-color-muted: rgba(255, 255, 255, 0.5);
2075
- --seq-color-inverse: rgba(0, 0, 0, 1);
2076
- --seq-color-background-primary: rgba(0, 0, 0, 1);
2077
- --seq-color-background-secondary: rgba(255, 255, 255, 0.1);
2078
- --seq-color-background-contrast: rgba(0, 0, 0, 0.5);
2079
- --seq-color-background-muted: rgba(255, 255, 255, 0.05);
2080
- --seq-color-background-control: rgba(255, 255, 255, 0.25);
2081
- --seq-color-background-inverse: rgba(255, 255, 255, 1);
2082
- --seq-color-background-backdrop: rgba(34, 34, 34, 0.9);
2083
- --seq-color-background-overlay: rgba(0, 0, 0, 0.7);
2084
- --seq-color-background-raised: rgba(54, 54, 54, 0.7);
2085
- --seq-color-border-normal: rgba(255, 255, 255, 0.25);
2086
- --seq-color-border-focus: rgba(255, 255, 255, 0.5);
2087
- --seq-color-border-error: rgba(255, 69, 0, 1);
2088
- --seq-color-button-glass: rgba(255, 255, 255, 0.15);
2089
- --seq-color-button-emphasis: rgba(0, 0, 0, 0.5);
2090
- --seq-color-button-inverse: rgba(255, 255, 255, 0.8);
3793
+ .\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5 {
3794
+ [data-variant=legend]+& {
3795
+ margin-top: calc(var(--spacing) * -1.5);
3796
+ }
3797
+ }
3798
+ }
3799
+ @property --tw-animation-delay {
3800
+ syntax: "*";
3801
+ inherits: false;
3802
+ initial-value: 0s;
3803
+ }
3804
+ @property --tw-animation-direction {
3805
+ syntax: "*";
3806
+ inherits: false;
3807
+ initial-value: normal;
3808
+ }
3809
+ @property --tw-animation-duration {
3810
+ syntax: "*";
3811
+ inherits: false;
3812
+ }
3813
+ @property --tw-animation-fill-mode {
3814
+ syntax: "*";
3815
+ inherits: false;
3816
+ initial-value: none;
3817
+ }
3818
+ @property --tw-animation-iteration-count {
3819
+ syntax: "*";
3820
+ inherits: false;
3821
+ initial-value: 1;
3822
+ }
3823
+ @property --tw-enter-blur {
3824
+ syntax: "*";
3825
+ inherits: false;
3826
+ initial-value: 0;
3827
+ }
3828
+ @property --tw-enter-opacity {
3829
+ syntax: "*";
3830
+ inherits: false;
3831
+ initial-value: 1;
3832
+ }
3833
+ @property --tw-enter-rotate {
3834
+ syntax: "*";
3835
+ inherits: false;
3836
+ initial-value: 0;
3837
+ }
3838
+ @property --tw-enter-scale {
3839
+ syntax: "*";
3840
+ inherits: false;
3841
+ initial-value: 1;
3842
+ }
3843
+ @property --tw-enter-translate-x {
3844
+ syntax: "*";
3845
+ inherits: false;
3846
+ initial-value: 0;
3847
+ }
3848
+ @property --tw-enter-translate-y {
3849
+ syntax: "*";
3850
+ inherits: false;
3851
+ initial-value: 0;
3852
+ }
3853
+ @property --tw-exit-blur {
3854
+ syntax: "*";
3855
+ inherits: false;
3856
+ initial-value: 0;
3857
+ }
3858
+ @property --tw-exit-opacity {
3859
+ syntax: "*";
3860
+ inherits: false;
3861
+ initial-value: 1;
3862
+ }
3863
+ @property --tw-exit-rotate {
3864
+ syntax: "*";
3865
+ inherits: false;
3866
+ initial-value: 0;
3867
+ }
3868
+ @property --tw-exit-scale {
3869
+ syntax: "*";
3870
+ inherits: false;
3871
+ initial-value: 1;
3872
+ }
3873
+ @property --tw-exit-translate-x {
3874
+ syntax: "*";
3875
+ inherits: false;
3876
+ initial-value: 0;
3877
+ }
3878
+ @property --tw-exit-translate-y {
3879
+ syntax: "*";
3880
+ inherits: false;
3881
+ initial-value: 0;
3882
+ }
3883
+ :root, [data-theme=light] {
3884
+ --seq-color-positive: var(--color-green-600);
3885
+ --seq-color-negative: var(--color-red-600);
3886
+ --seq-color-info: var(--color-indigo-600);
3887
+ --seq-color-warning: var(--color-yellow-500);
3888
+ --seq-color-destructive: var(--color-red-600);
3889
+ --seq-color-primary: var(--color-slate-800);
3890
+ --seq-color-secondary: var(--color-slate-800);
3891
+ --seq-color-muted: var(--color-slate-500);
3892
+ --seq-color-inverse: var(--color-slate-50);
3893
+ --seq-color-button-primary: var(--color-white);
3894
+ --seq-color-background-primary: var(--color-slate-50);
3895
+ --seq-color-background-secondary: white;
3896
+ --seq-color-background-muted: var(--color-slate-100);
3897
+ --seq-color-background-inverse: var(--color-slate-950);
3898
+ --seq-color-background-overlay: color-mix( in oklab, oklch(86.9% 0.022 252.894) 80%, transparent );
3899
+ @supports (color: color-mix(in lab, red, red)) {
3900
+ --seq-color-background-overlay: color-mix( in oklab, var(--color-slate-300) 80%, transparent );
3901
+ }
3902
+ --seq-color-background-raised: white;
3903
+ --seq-color-background-input: var(--color-slate-50);
3904
+ --seq-color-background-hover: var(--color-slate-100);
3905
+ --seq-color-background-active: var(--color-slate-200);
3906
+ --seq-color-border-normal: var(--color-slate-300);
3907
+ --seq-color-border-hover: var(--color-slate-400);
3908
+ --seq-color-border-focus: var(--color-violet-600);
3909
+ --seq-color-border-card: var(--color-slate-200);
3910
+ --seq-color-border-button: var(--color-slate-300);
3911
+ --seq-color-drop-shadow: color-mix( in oklab, oklch(12.9% 0.042 264.695) 15%, transparent );
3912
+ @supports (color: color-mix(in lab, red, red)) {
3913
+ --seq-color-drop-shadow: color-mix( in oklab, var(--color-slate-950) 15%, transparent );
3914
+ }
2091
3915
  --seq-color-gradient-backdrop: linear-gradient(
2092
3916
 
2093
3917
  243.18deg,
@@ -2109,33 +3933,41 @@ export const styles = String.raw `
2109
3933
 
2110
3934
  -45deg,
2111
3935
  transparent,
2112
- var(--seq-color-background-secondary),
3936
+ var(--color-slate-300),
2113
3937
  transparent );
2114
3938
  }
2115
- [data-theme=light] {
2116
- --seq-color-positive: #1fc266;
2117
- --seq-color-negative: #c2501f;
2118
- --seq-color-info: #0076cc;
2119
- --seq-color-warning: #f4b03e;
2120
- --seq-color-primary: rgba(0, 0, 0, 1);
2121
- --seq-color-secondary: rgba(0, 0, 0, 0.8);
2122
- --seq-color-muted: rgba(0, 0, 0, 0.5);
2123
- --seq-color-inverse: rgba(255, 255, 255, 1);
2124
- --seq-color-background-primary: rgba(244, 244, 244, 1);
2125
- --seq-color-background-secondary: rgba(0, 0, 0, 0.1);
2126
- --seq-color-background-contrast: rgba(244, 244, 244, 0.5);
2127
- --seq-color-background-muted: rgba(0, 0, 0, 0.05);
2128
- --seq-color-background-control: rgba(0, 0, 0, 0.25);
2129
- --seq-color-background-inverse: rgba(0, 0, 0, 1);
2130
- --seq-color-background-backdrop: rgba(221, 221, 221, 0.9);
2131
- --seq-color-background-overlay: rgba(244, 244, 244, 0.7);
2132
- --seq-color-background-raised: rgba(192, 192, 192, 0.7);
2133
- --seq-color-border-normal: rgba(0, 0, 0, 0.25);
2134
- --seq-color-border-focus: rgba(0, 0, 0, 0.5);
2135
- --seq-color-border-error: rgba(255, 69, 0, 1);
2136
- --seq-color-button-glass: rgba(0, 0, 0, 0.15);
2137
- --seq-color-button-emphasis: rgba(255, 255, 255, 0.5);
2138
- --seq-color-button-inverse: rgba(0, 0, 0, 0.8);
3939
+ [data-theme=dark] {
3940
+ --seq-color-positive: var(--color-green-500);
3941
+ --seq-color-negative: var(--color-red-500);
3942
+ --seq-color-info: var(--color-indigo-500);
3943
+ --seq-color-warning: var(--color-yellow-500);
3944
+ --seq-color-destructive: var(--color-red-500);
3945
+ --seq-color-primary: white;
3946
+ --seq-color-secondary: white;
3947
+ --seq-color-muted: var(--color-zinc-500);
3948
+ --seq-color-inverse: black;
3949
+ --seq-color-button-primary: var(--color-white);
3950
+ --seq-color-background-primary: black;
3951
+ --seq-color-background-secondary: var(--color-zinc-900);
3952
+ --seq-color-background-muted: var(--color-zinc-950);
3953
+ --seq-color-background-inverse: white;
3954
+ --seq-color-background-overlay: color-mix( in oklab, oklch(37% 0.013 285.805) 90%, transparent );
3955
+ @supports (color: color-mix(in lab, red, red)) {
3956
+ --seq-color-background-overlay: color-mix( in oklab, var(--color-zinc-700) 90%, transparent );
3957
+ }
3958
+ --seq-color-background-raised: var(--color-zinc-800);
3959
+ --seq-color-background-input: var(--color-zinc-950);
3960
+ --seq-color-background-hover: var(--color-zinc-900);
3961
+ --seq-color-background-active: var(--color-zinc-700);
3962
+ --seq-color-border-normal: var(--color-zinc-700);
3963
+ --seq-color-border-hover: var(--color-zinc-600);
3964
+ --seq-color-border-focus: var(--color-violet-500);
3965
+ --seq-color-border-card: var(--color-zinc-800);
3966
+ --seq-color-border-button: var(--color-zinc-700);
3967
+ --seq-color-drop-shadow: color-mix( in oklab, oklch(14.1% 0.005 285.823) 40%, transparent );
3968
+ @supports (color: color-mix(in lab, red, red)) {
3969
+ --seq-color-drop-shadow: color-mix( in oklab, var(--color-zinc-950) 40%, transparent );
3970
+ }
2139
3971
  --seq-color-gradient-backdrop: linear-gradient(
2140
3972
 
2141
3973
  243.18deg,
@@ -2157,9 +3989,23 @@ export const styles = String.raw `
2157
3989
 
2158
3990
  -45deg,
2159
3991
  transparent,
2160
- var(--seq-color-background-secondary),
3992
+ var(--color-zinc-700),
2161
3993
  transparent );
2162
3994
  }
3995
+ :root {
3996
+ --base-unit: 16;
3997
+ color: var(--color-primary);
3998
+ }
3999
+ @property --tw-border-spacing-x {
4000
+ syntax: "<length>";
4001
+ inherits: false;
4002
+ initial-value: 0;
4003
+ }
4004
+ @property --tw-border-spacing-y {
4005
+ syntax: "<length>";
4006
+ inherits: false;
4007
+ initial-value: 0;
4008
+ }
2163
4009
  @property --tw-translate-x {
2164
4010
  syntax: "*";
2165
4011
  inherits: false;
@@ -2436,6 +4282,20 @@ export const styles = String.raw `
2436
4282
  opacity: 0.5;
2437
4283
  }
2438
4284
  }
4285
+ @keyframes enter {
4286
+ from {
4287
+ opacity: var(--tw-enter-opacity,1);
4288
+ 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));
4289
+ filter: blur(var(--tw-enter-blur,0));
4290
+ }
4291
+ }
4292
+ @keyframes exit {
4293
+ to {
4294
+ opacity: var(--tw-exit-opacity,1);
4295
+ 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));
4296
+ filter: blur(var(--tw-exit-blur,0));
4297
+ }
4298
+ }
2439
4299
  @keyframes skeleton {
2440
4300
  0% {
2441
4301
  background-position: 0% 50%;
@@ -2458,6 +4318,8 @@ export const styles = String.raw `
2458
4318
  @layer properties {
2459
4319
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2460
4320
  *, ::before, ::after, ::backdrop {
4321
+ --tw-border-spacing-x: 0;
4322
+ --tw-border-spacing-y: 0;
2461
4323
  --tw-translate-x: 0;
2462
4324
  --tw-translate-y: 0;
2463
4325
  --tw-translate-z: 0;
@@ -2519,6 +4381,23 @@ export const styles = String.raw `
2519
4381
  --tw-gradient-from-position: 0%;
2520
4382
  --tw-gradient-via-position: 50%;
2521
4383
  --tw-gradient-to-position: 100%;
4384
+ --tw-animation-delay: 0s;
4385
+ --tw-animation-direction: normal;
4386
+ --tw-animation-duration: initial;
4387
+ --tw-animation-fill-mode: none;
4388
+ --tw-animation-iteration-count: 1;
4389
+ --tw-enter-blur: 0;
4390
+ --tw-enter-opacity: 1;
4391
+ --tw-enter-rotate: 0;
4392
+ --tw-enter-scale: 1;
4393
+ --tw-enter-translate-x: 0;
4394
+ --tw-enter-translate-y: 0;
4395
+ --tw-exit-blur: 0;
4396
+ --tw-exit-opacity: 1;
4397
+ --tw-exit-rotate: 0;
4398
+ --tw-exit-scale: 1;
4399
+ --tw-exit-translate-x: 0;
4400
+ --tw-exit-translate-y: 0;
2522
4401
  }
2523
4402
  }
2524
4403
  }