@nswds/app 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -1,10 +1,17 @@
1
1
  /* src/app/globals.css */
2
+ @layer properties;
2
3
  @layer theme, base, components, utilities;
3
4
  @layer theme {
4
5
  :root,
5
6
  :host {
6
7
  --font-mono:
7
- ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
8
+ ui-monospace,
9
+ SFMono-Regular,
10
+ Menlo,
11
+ Monaco,
12
+ Consolas,
13
+ "Liberation Mono",
14
+ "Courier New",
8
15
  monospace;
9
16
  --color-green-500: oklch(72.3% 0.219 149.579);
10
17
  --color-slate-200: oklch(92.9% 0.013 255.508);
@@ -21,8 +28,11 @@
21
28
  --color-zinc-600: oklch(44.2% 0.017 285.786);
22
29
  --color-zinc-700: oklch(37% 0.013 285.805);
23
30
  --color-zinc-900: oklch(21% 0.006 285.885);
31
+ --color-black: #000;
24
32
  --color-white: #fff;
25
33
  --spacing: 0.25rem;
34
+ --container-sm: 24rem;
35
+ --container-md: 28rem;
26
36
  --container-2xl: 42rem;
27
37
  --container-5xl: 64rem;
28
38
  --text-xs: 0.75rem;
@@ -40,16 +50,22 @@
40
50
  --font-weight-semibold: 600;
41
51
  --font-weight-bold: 700;
42
52
  --tracking-tight: -0.025em;
53
+ --radius-xs: 0.125rem;
43
54
  --radius-md: 0.375rem;
44
55
  --radius-lg: 0.5rem;
56
+ --radius-xl: 0.75rem;
57
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
45
58
  --blur-sm: 8px;
46
59
  --default-transition-duration: 150ms;
47
60
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
61
+ --default-font-family: var(--font-public-sans);
62
+ --default-mono-font-family: var(--font-mono);
48
63
  --color-nsw-grey-50: oklch(0.985025 0 0);
49
64
  --color-nsw-grey-100: oklch(0.9700500000000001 0 0);
50
65
  --color-nsw-grey-200: oklch(0.9401 0 0);
51
66
  --color-nsw-grey-400: oklch(0.8631 0.0078 228.87);
52
67
  --color-nsw-grey-600: oklch(0.4264 0.0112 232.62);
68
+ --color-nsw-grey-800: oklch(0.2694 0.0104 242.08);
53
69
  --color-nsw-grey-950: oklch(0.127965 0.005719999999999999 242.08);
54
70
  --color-nsw-blue-800: oklch(0.29 0.1173 259.84);
55
71
  --color-nsw-red-600: oklch(0.562 0.2175 20.33);
@@ -71,18 +87,9 @@
71
87
  line-height: 1.5;
72
88
  -webkit-text-size-adjust: 100%;
73
89
  tab-size: 4;
74
- font-family: var(
75
- --font-public-sans,
76
- ui-sans-serif,
77
- system-ui,
78
- sans-serif,
79
- 'Apple Color Emoji',
80
- 'Segoe UI Emoji',
81
- 'Segoe UI Symbol',
82
- 'Noto Color Emoji'
83
- );
84
- font-feature-settings: initial;
85
- font-variation-settings: initial;
90
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
91
+ font-feature-settings: var(--default-font-feature-settings, normal);
92
+ font-variation-settings: var(--default-font-variation-settings, normal);
86
93
  -webkit-tap-highlight-color: transparent;
87
94
  }
88
95
  hr {
@@ -116,11 +123,9 @@
116
123
  kbd,
117
124
  samp,
118
125
  pre {
119
- font-family:
120
- ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
121
- monospace;
122
- font-feature-settings: initial;
123
- font-variation-settings: initial;
126
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
127
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
128
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
124
129
  font-size: 1em;
125
130
  }
126
131
  small {
@@ -203,7 +208,10 @@
203
208
  }
204
209
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
205
210
  ::placeholder {
206
- color: color-mix(in oklab, currentColor 50%, transparent);
211
+ color: currentcolor;
212
+ @supports (color: color-mix(in lab, red, red)) {
213
+ color: color-mix(in oklab, currentcolor 50%, transparent);
214
+ }
207
215
  }
208
216
  }
209
217
  textarea {
@@ -237,7 +245,7 @@
237
245
  box-shadow: none;
238
246
  }
239
247
  button,
240
- input:where([type='button'], [type='reset'], [type='submit']),
248
+ input:where([type=button], [type=reset], [type=submit]),
241
249
  ::file-selector-button {
242
250
  appearance: button;
243
251
  }
@@ -245,11 +253,15 @@
245
253
  ::-webkit-outer-spin-button {
246
254
  height: auto;
247
255
  }
248
- [hidden]:where(:not([hidden='until-found'])) {
256
+ [hidden]:where(:not([hidden=until-found])) {
249
257
  display: none !important;
250
258
  }
251
259
  }
252
260
  @layer utilities {
261
+ .\@container\/card-header {
262
+ container-type: inline-size;
263
+ container-name: card-header;
264
+ }
253
265
  .visible {
254
266
  visibility: visible;
255
267
  }
@@ -267,6 +279,9 @@
267
279
  .absolute {
268
280
  position: absolute;
269
281
  }
282
+ .fixed {
283
+ position: fixed;
284
+ }
270
285
  .relative {
271
286
  position: relative;
272
287
  }
@@ -276,12 +291,21 @@
276
291
  .inset-0 {
277
292
  inset: calc(var(--spacing) * 0);
278
293
  }
294
+ .inset-x-0 {
295
+ inset-inline: calc(var(--spacing) * 0);
296
+ }
279
297
  .inset-y-0 {
280
298
  inset-block: calc(var(--spacing) * 0);
281
299
  }
282
300
  .top-0 {
283
301
  top: calc(var(--spacing) * 0);
284
302
  }
303
+ .top-1\/2 {
304
+ top: calc(1/2 * 100%);
305
+ }
306
+ .top-4 {
307
+ top: calc(var(--spacing) * 4);
308
+ }
285
309
  .top-16 {
286
310
  top: calc(var(--spacing) * 16);
287
311
  }
@@ -294,15 +318,33 @@
294
318
  .right-0 {
295
319
  right: calc(var(--spacing) * 0);
296
320
  }
321
+ .right-4 {
322
+ right: calc(var(--spacing) * 4);
323
+ }
297
324
  .bottom-0 {
298
325
  bottom: calc(var(--spacing) * 0);
299
326
  }
327
+ .left-0 {
328
+ left: calc(var(--spacing) * 0);
329
+ }
330
+ .left-1\/2 {
331
+ left: calc(1/2 * 100%);
332
+ }
300
333
  .z-10 {
301
334
  z-index: 10;
302
335
  }
303
336
  .z-50 {
304
337
  z-index: 50;
305
338
  }
339
+ .col-start-2 {
340
+ grid-column-start: 2;
341
+ }
342
+ .row-span-2 {
343
+ grid-row: span 2 / span 2;
344
+ }
345
+ .row-start-1 {
346
+ grid-row-start: 1;
347
+ }
306
348
  .mx-auto {
307
349
  margin-inline: auto;
308
350
  }
@@ -321,12 +363,18 @@
321
363
  .mt-4 {
322
364
  margin-top: calc(var(--spacing) * 4);
323
365
  }
366
+ .mt-6 {
367
+ margin-top: calc(var(--spacing) * 6);
368
+ }
324
369
  .mt-8 {
325
370
  margin-top: calc(var(--spacing) * 8);
326
371
  }
327
372
  .mt-12 {
328
373
  margin-top: calc(var(--spacing) * 12);
329
374
  }
375
+ .mt-auto {
376
+ margin-top: auto;
377
+ }
330
378
  .mr-6 {
331
379
  margin-right: calc(var(--spacing) * 6);
332
380
  }
@@ -378,6 +426,17 @@
378
426
  .inline-flex {
379
427
  display: inline-flex;
380
428
  }
429
+ .aspect-square {
430
+ aspect-ratio: 1 / 1;
431
+ }
432
+ .size-2 {
433
+ width: calc(var(--spacing) * 2);
434
+ height: calc(var(--spacing) * 2);
435
+ }
436
+ .size-4 {
437
+ width: calc(var(--spacing) * 4);
438
+ height: calc(var(--spacing) * 4);
439
+ }
381
440
  .size-5 {
382
441
  width: calc(var(--spacing) * 5);
383
442
  height: calc(var(--spacing) * 5);
@@ -390,6 +449,13 @@
390
449
  width: calc(var(--spacing) * 9);
391
450
  height: calc(var(--spacing) * 9);
392
451
  }
452
+ .size-10 {
453
+ width: calc(var(--spacing) * 10);
454
+ height: calc(var(--spacing) * 10);
455
+ }
456
+ .h-3 {
457
+ height: calc(var(--spacing) * 3);
458
+ }
393
459
  .h-4 {
394
460
  height: calc(var(--spacing) * 4);
395
461
  }
@@ -420,9 +486,18 @@
420
486
  .h-\[var\(--masthead-height\)\] {
421
487
  height: var(--masthead-height);
422
488
  }
489
+ .h-auto {
490
+ height: auto;
491
+ }
423
492
  .h-full {
424
493
  height: 100%;
425
494
  }
495
+ .w-3 {
496
+ width: calc(var(--spacing) * 3);
497
+ }
498
+ .w-3\/4 {
499
+ width: calc(3/4 * 100%);
500
+ }
426
501
  .w-4 {
427
502
  width: calc(var(--spacing) * 4);
428
503
  }
@@ -435,6 +510,12 @@
435
510
  .w-10 {
436
511
  width: calc(var(--spacing) * 10);
437
512
  }
513
+ .w-12 {
514
+ width: calc(var(--spacing) * 12);
515
+ }
516
+ .w-48 {
517
+ width: calc(var(--spacing) * 48);
518
+ }
438
519
  .w-56 {
439
520
  width: calc(var(--spacing) * 56);
440
521
  }
@@ -462,6 +543,15 @@
462
543
  .min-w-0 {
463
544
  min-width: calc(var(--spacing) * 0);
464
545
  }
546
+ .min-w-8 {
547
+ min-width: calc(var(--spacing) * 8);
548
+ }
549
+ .min-w-9 {
550
+ min-width: calc(var(--spacing) * 9);
551
+ }
552
+ .min-w-10 {
553
+ min-width: calc(var(--spacing) * 10);
554
+ }
465
555
  .flex-1 {
466
556
  flex: 1;
467
557
  }
@@ -471,6 +561,9 @@
471
561
  .flex-none {
472
562
  flex: none;
473
563
  }
564
+ .flex-shrink-0 {
565
+ flex-shrink: 0;
566
+ }
474
567
  .shrink-0 {
475
568
  flex-shrink: 0;
476
569
  }
@@ -480,23 +573,39 @@
480
573
  .basis-0 {
481
574
  flex-basis: calc(var(--spacing) * 0);
482
575
  }
576
+ .-translate-x-1\/2 {
577
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
578
+ translate: var(--tw-translate-x) var(--tw-translate-y);
579
+ }
580
+ .-translate-y-1\/2 {
581
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
582
+ translate: var(--tw-translate-x) var(--tw-translate-y);
583
+ }
483
584
  .-scale-x-100 {
484
585
  --tw-scale-x: calc(100% * -1);
485
586
  scale: var(--tw-scale-x) var(--tw-scale-y);
486
587
  }
487
588
  .transform {
488
- transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x)
489
- var(--tw-skew-y);
589
+ transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
490
590
  }
491
591
  .cursor-pointer {
492
592
  cursor: pointer;
493
593
  }
594
+ .auto-rows-min {
595
+ grid-auto-rows: min-content;
596
+ }
494
597
  .grid-cols-1 {
495
598
  grid-template-columns: repeat(1, minmax(0, 1fr));
496
599
  }
600
+ .grid-cols-2 {
601
+ grid-template-columns: repeat(2, minmax(0, 1fr));
602
+ }
497
603
  .grid-cols-6 {
498
604
  grid-template-columns: repeat(6, minmax(0, 1fr));
499
605
  }
606
+ .grid-rows-\[auto_auto\] {
607
+ grid-template-rows: auto auto;
608
+ }
500
609
  .flex-col {
501
610
  flex-direction: column;
502
611
  }
@@ -521,6 +630,9 @@
521
630
  .justify-end {
522
631
  justify-content: flex-end;
523
632
  }
633
+ .gap-0 {
634
+ gap: calc(var(--spacing) * 0);
635
+ }
524
636
  .gap-1 {
525
637
  gap: calc(var(--spacing) * 1);
526
638
  }
@@ -530,15 +642,28 @@
530
642
  .gap-2 {
531
643
  gap: calc(var(--spacing) * 2);
532
644
  }
645
+ .gap-3 {
646
+ gap: calc(var(--spacing) * 3);
647
+ }
533
648
  .gap-4 {
534
649
  gap: calc(var(--spacing) * 4);
535
650
  }
536
651
  .gap-5 {
537
652
  gap: calc(var(--spacing) * 5);
538
653
  }
654
+ .gap-6 {
655
+ gap: calc(var(--spacing) * 6);
656
+ }
539
657
  .gap-9 {
540
658
  gap: calc(var(--spacing) * 9);
541
659
  }
660
+ .space-y-2 {
661
+ :where(& > :not(:last-child)) {
662
+ --tw-space-y-reverse: 0;
663
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
664
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
665
+ }
666
+ }
542
667
  .space-y-3 {
543
668
  :where(& > :not(:last-child)) {
544
669
  --tw-space-y-reverse: 0;
@@ -553,6 +678,20 @@
553
678
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
554
679
  }
555
680
  }
681
+ .space-y-6 {
682
+ :where(& > :not(:last-child)) {
683
+ --tw-space-y-reverse: 0;
684
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
685
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
686
+ }
687
+ }
688
+ .space-y-8 {
689
+ :where(& > :not(:last-child)) {
690
+ --tw-space-y-reverse: 0;
691
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
692
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
693
+ }
694
+ }
556
695
  .space-y-10 {
557
696
  :where(& > :not(:last-child)) {
558
697
  --tw-space-y-reverse: 0;
@@ -560,12 +699,32 @@
560
699
  margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
561
700
  }
562
701
  }
702
+ .space-y-12 {
703
+ :where(& > :not(:last-child)) {
704
+ --tw-space-y-reverse: 0;
705
+ margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
706
+ margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
707
+ }
708
+ }
563
709
  .gap-x-1 {
564
710
  column-gap: calc(var(--spacing) * 1);
565
711
  }
566
712
  .gap-x-12 {
567
713
  column-gap: calc(var(--spacing) * 12);
568
714
  }
715
+ .space-x-2 {
716
+ :where(& > :not(:last-child)) {
717
+ --tw-space-x-reverse: 0;
718
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
719
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
720
+ }
721
+ }
722
+ .self-start {
723
+ align-self: flex-start;
724
+ }
725
+ .justify-self-end {
726
+ justify-self: flex-end;
727
+ }
569
728
  .truncate {
570
729
  overflow: hidden;
571
730
  text-overflow: ellipsis;
@@ -589,6 +748,12 @@
589
748
  .rounded-md {
590
749
  border-radius: var(--radius-md);
591
750
  }
751
+ .rounded-xl {
752
+ border-radius: var(--radius-xl);
753
+ }
754
+ .rounded-xs {
755
+ border-radius: var(--radius-xs);
756
+ }
592
757
  .rounded-r-md {
593
758
  border-top-right-radius: var(--radius-md);
594
759
  border-bottom-right-radius: var(--radius-md);
@@ -597,10 +762,26 @@
597
762
  border-style: var(--tw-border-style);
598
763
  border-width: 1px;
599
764
  }
765
+ .border-1 {
766
+ border-style: var(--tw-border-style);
767
+ border-width: 1px;
768
+ }
769
+ .border-2 {
770
+ border-style: var(--tw-border-style);
771
+ border-width: 2px;
772
+ }
600
773
  .border-t {
601
774
  border-top-style: var(--tw-border-style);
602
775
  border-top-width: 1px;
603
776
  }
777
+ .border-r {
778
+ border-right-style: var(--tw-border-style);
779
+ border-right-width: 1px;
780
+ }
781
+ .border-b {
782
+ border-bottom-style: var(--tw-border-style);
783
+ border-bottom-width: 1px;
784
+ }
604
785
  .border-l {
605
786
  border-left-style: var(--tw-border-style);
606
787
  border-left-width: 1px;
@@ -608,6 +789,9 @@
608
789
  .border-border {
609
790
  border-color: var(--border);
610
791
  }
792
+ .border-nsw-grey-200 {
793
+ border-color: var(--color-nsw-grey-200);
794
+ }
611
795
  .border-nsw-grey-400 {
612
796
  border-color: var(--color-nsw-grey-400);
613
797
  }
@@ -621,11 +805,20 @@
621
805
  border-color: transparent;
622
806
  }
623
807
  .border-zinc-900\/5 {
624
- border-color: color-mix(in oklab, var(--color-zinc-900) 5%, transparent);
808
+ border-color: color-mix(in srgb, oklch(21% 0.006 285.885) 5%, transparent);
809
+ @supports (color: color-mix(in lab, red, red)) {
810
+ border-color: color-mix(in oklab, var(--color-zinc-900) 5%, transparent);
811
+ }
625
812
  }
626
813
  .bg-background {
627
814
  background-color: var(--background);
628
815
  }
816
+ .bg-black\/50 {
817
+ background-color: color-mix(in srgb, #000 50%, transparent);
818
+ @supports (color: color-mix(in lab, red, red)) {
819
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
820
+ }
821
+ }
629
822
  .bg-nsw-grey-50 {
630
823
  background-color: var(--color-nsw-grey-50);
631
824
  }
@@ -638,24 +831,25 @@
638
831
  .bg-secondary {
639
832
  background-color: oklch(0.9267 0.0417 227.89);
640
833
  }
834
+ .bg-transparent {
835
+ background-color: transparent;
836
+ }
641
837
  .bg-white {
642
838
  background-color: var(--color-white);
643
839
  }
644
840
  .bg-linear-to-t {
645
- --tw-gradient-position: to top in oklab;
841
+ --tw-gradient-position: to top;
842
+ @supports (background-image: linear-gradient(in lab, red, red)) {
843
+ --tw-gradient-position: to top in oklab;
844
+ }
646
845
  background-image: linear-gradient(var(--tw-gradient-stops));
647
846
  }
648
847
  .from-nsw-grey-600 {
649
848
  --tw-gradient-from: var(--color-nsw-grey-600);
650
- --tw-gradient-stops: var(
651
- --tw-gradient-via-stops,
652
- var(--tw-gradient-position),
653
- var(--tw-gradient-from) var(--tw-gradient-from-position),
654
- var(--tw-gradient-to) var(--tw-gradient-to-position)
655
- );
849
+ --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));
656
850
  }
657
851
  .fill-current {
658
- fill: currentColor;
852
+ fill: currentcolor;
659
853
  }
660
854
  .fill-nsw-blue-800 {
661
855
  fill: var(--color-nsw-blue-800);
@@ -666,18 +860,30 @@
666
860
  .fill-nsw-red-600 {
667
861
  fill: var(--color-nsw-red-600);
668
862
  }
863
+ .fill-primary {
864
+ fill: oklch(0.29 0.1173 259.84);
865
+ }
669
866
  .fill-zinc-700 {
670
867
  fill: var(--color-zinc-700);
671
868
  }
672
869
  .p-3 {
673
870
  padding: calc(var(--spacing) * 3);
674
871
  }
872
+ .p-4 {
873
+ padding: calc(var(--spacing) * 4);
874
+ }
675
875
  .p-\[3px\] {
676
876
  padding: 3px;
677
877
  }
878
+ .px-1\.5 {
879
+ padding-inline: calc(var(--spacing) * 1.5);
880
+ }
678
881
  .px-2 {
679
882
  padding-inline: calc(var(--spacing) * 2);
680
883
  }
884
+ .px-2\.5 {
885
+ padding-inline: calc(var(--spacing) * 2.5);
886
+ }
681
887
  .px-3 {
682
888
  padding-inline: calc(var(--spacing) * 3);
683
889
  }
@@ -687,15 +893,24 @@
687
893
  .px-6 {
688
894
  padding-inline: calc(var(--spacing) * 6);
689
895
  }
896
+ .py-0 {
897
+ padding-block: calc(var(--spacing) * 0);
898
+ }
690
899
  .py-1 {
691
900
  padding-block: calc(var(--spacing) * 1);
692
901
  }
693
902
  .py-2 {
694
903
  padding-block: calc(var(--spacing) * 2);
695
904
  }
905
+ .py-4 {
906
+ padding-block: calc(var(--spacing) * 4);
907
+ }
696
908
  .py-5 {
697
909
  padding-block: calc(var(--spacing) * 5);
698
910
  }
911
+ .py-6 {
912
+ padding-block: calc(var(--spacing) * 6);
913
+ }
699
914
  .py-12 {
700
915
  padding-block: calc(var(--spacing) * 12);
701
916
  }
@@ -765,6 +980,10 @@
765
980
  font-size: var(--text-xs);
766
981
  line-height: var(--tw-leading, var(--text-xs--line-height));
767
982
  }
983
+ .leading-none {
984
+ --tw-leading: 1;
985
+ line-height: 1;
986
+ }
768
987
  .font-bold {
769
988
  --tw-font-weight: var(--font-weight-bold);
770
989
  font-weight: var(--font-weight-bold);
@@ -831,30 +1050,62 @@
831
1050
  -webkit-font-smoothing: antialiased;
832
1051
  -moz-osx-font-smoothing: grayscale;
833
1052
  }
1053
+ .opacity-70 {
1054
+ opacity: 70%;
1055
+ }
1056
+ .shadow-lg {
1057
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1058
+ box-shadow:
1059
+ var(--tw-inset-shadow),
1060
+ var(--tw-inset-ring-shadow),
1061
+ var(--tw-ring-offset-shadow),
1062
+ var(--tw-ring-shadow),
1063
+ var(--tw-shadow);
1064
+ }
834
1065
  .shadow-md {
835
- --tw-shadow:
836
- 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
837
- 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1066
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1067
+ box-shadow:
1068
+ var(--tw-inset-shadow),
1069
+ var(--tw-inset-ring-shadow),
1070
+ var(--tw-ring-offset-shadow),
1071
+ var(--tw-ring-shadow),
1072
+ var(--tw-shadow);
1073
+ }
1074
+ .shadow-none {
1075
+ --tw-shadow: 0 0 #0000;
838
1076
  box-shadow:
839
- var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
840
- var(--tw-ring-shadow), var(--tw-shadow);
1077
+ var(--tw-inset-shadow),
1078
+ var(--tw-inset-ring-shadow),
1079
+ var(--tw-ring-offset-shadow),
1080
+ var(--tw-ring-shadow),
1081
+ var(--tw-shadow);
841
1082
  }
842
1083
  .shadow-sm {
843
- --tw-shadow:
844
- 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
845
- 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1084
+ --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));
846
1085
  box-shadow:
847
- var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
848
- var(--tw-ring-shadow), var(--tw-shadow);
1086
+ var(--tw-inset-shadow),
1087
+ var(--tw-inset-ring-shadow),
1088
+ var(--tw-ring-offset-shadow),
1089
+ var(--tw-ring-shadow),
1090
+ var(--tw-shadow);
849
1091
  }
850
1092
  .shadow-xs {
851
1093
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
852
1094
  box-shadow:
853
- var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
854
- var(--tw-ring-shadow), var(--tw-shadow);
1095
+ var(--tw-inset-shadow),
1096
+ var(--tw-inset-ring-shadow),
1097
+ var(--tw-ring-offset-shadow),
1098
+ var(--tw-ring-shadow),
1099
+ var(--tw-shadow);
855
1100
  }
856
1101
  .shadow-slate-900\/5 {
857
- --tw-shadow-color: color-mix(in oklab, var(--color-slate-900) 5%, transparent);
1102
+ --tw-shadow-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 5%, transparent);
1103
+ @supports (color: color-mix(in lab, red, red)) {
1104
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-900) 5%, transparent) var(--tw-shadow-alpha), transparent);
1105
+ }
1106
+ }
1107
+ .ring-offset-background {
1108
+ --tw-ring-offset-color: var(--background);
858
1109
  }
859
1110
  .outline {
860
1111
  outline-style: var(--tw-outline-style);
@@ -894,8 +1145,17 @@
894
1145
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
895
1146
  transition-duration: var(--tw-duration, var(--default-transition-duration));
896
1147
  }
1148
+ .transition-opacity {
1149
+ transition-property: opacity;
1150
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1151
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1152
+ }
897
1153
  .transition-transform {
898
- transition-property: transform, translate, scale, rotate;
1154
+ transition-property:
1155
+ transform,
1156
+ translate,
1157
+ scale,
1158
+ rotate;
899
1159
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
900
1160
  transition-duration: var(--tw-duration, var(--default-transition-duration));
901
1161
  }
@@ -907,16 +1167,27 @@
907
1167
  --tw-duration: 500ms;
908
1168
  transition-duration: 500ms;
909
1169
  }
1170
+ .ease-in-out {
1171
+ --tw-ease: var(--ease-in-out);
1172
+ transition-timing-function: var(--ease-in-out);
1173
+ }
910
1174
  .outline-none {
911
1175
  --tw-outline-style: none;
912
1176
  outline-style: none;
913
1177
  }
1178
+ .select-none {
1179
+ -webkit-user-select: none;
1180
+ user-select: none;
1181
+ }
914
1182
  .duration-200 {
915
1183
  animation-duration: 200ms;
916
1184
  }
917
1185
  .duration-500 {
918
1186
  animation-duration: 500ms;
919
1187
  }
1188
+ .ease-in-out {
1189
+ animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1190
+ }
920
1191
  .group-hover\:fill-zinc-900 {
921
1192
  &:is(:where(.group):hover *) {
922
1193
  @media (hover: hover) {
@@ -924,11 +1195,36 @@
924
1195
  }
925
1196
  }
926
1197
  }
1198
+ .group-data-\[disabled\=true\]\:pointer-events-none {
1199
+ &:is(:where(.group)[data-disabled=true] *) {
1200
+ pointer-events: none;
1201
+ }
1202
+ }
1203
+ .group-data-\[disabled\=true\]\:opacity-50 {
1204
+ &:is(:where(.group)[data-disabled=true] *) {
1205
+ opacity: 50%;
1206
+ }
1207
+ }
927
1208
  .group-data-\[state\=open\]\:rotate-90 {
928
- &:is(:where(.group)[data-state='open'] *) {
1209
+ &:is(:where(.group)[data-state=open] *) {
929
1210
  rotate: 90deg;
930
1211
  }
931
1212
  }
1213
+ .peer-disabled\:cursor-not-allowed {
1214
+ &:is(:where(.peer):disabled ~ *) {
1215
+ cursor: not-allowed;
1216
+ }
1217
+ }
1218
+ .peer-disabled\:opacity-50 {
1219
+ &:is(:where(.peer):disabled ~ *) {
1220
+ opacity: 50%;
1221
+ }
1222
+ }
1223
+ .peer-data-\[state\=checked\]\:border-primary {
1224
+ &:is(:where(.peer)[data-state=checked] ~ *) {
1225
+ border-color: oklch(0.29 0.1173 259.84);
1226
+ }
1227
+ }
932
1228
  .hover\:z-10 {
933
1229
  &:hover {
934
1230
  @media (hover: hover) {
@@ -989,6 +1285,13 @@
989
1285
  }
990
1286
  }
991
1287
  }
1288
+ .hover\:text-foreground {
1289
+ &:hover {
1290
+ @media (hover: hover) {
1291
+ color: var(--foreground);
1292
+ }
1293
+ }
1294
+ }
992
1295
  .hover\:text-slate-600 {
993
1296
  &:hover {
994
1297
  @media (hover: hover) {
@@ -1010,13 +1313,59 @@
1010
1313
  }
1011
1314
  }
1012
1315
  }
1316
+ .hover\:opacity-100 {
1317
+ &:hover {
1318
+ @media (hover: hover) {
1319
+ opacity: 100%;
1320
+ }
1321
+ }
1322
+ }
1323
+ .focus\:z-10 {
1324
+ &:focus {
1325
+ z-index: 10;
1326
+ }
1327
+ }
1328
+ .focus\:ring-2 {
1329
+ &:focus {
1330
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1331
+ box-shadow:
1332
+ var(--tw-inset-shadow),
1333
+ var(--tw-inset-ring-shadow),
1334
+ var(--tw-ring-offset-shadow),
1335
+ var(--tw-ring-shadow),
1336
+ var(--tw-shadow);
1337
+ }
1338
+ }
1339
+ .focus\:ring-offset-2 {
1340
+ &:focus {
1341
+ --tw-ring-offset-width: 2px;
1342
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1343
+ }
1344
+ }
1345
+ .focus\:outline-hidden {
1346
+ &:focus {
1347
+ --tw-outline-style: none;
1348
+ outline-style: none;
1349
+ @media (forced-colors: active) {
1350
+ outline: 2px solid transparent;
1351
+ outline-offset: 2px;
1352
+ }
1353
+ }
1354
+ }
1355
+ .focus-visible\:z-10 {
1356
+ &:focus-visible {
1357
+ z-index: 10;
1358
+ }
1359
+ }
1013
1360
  .focus-visible\:ring-\[3px\] {
1014
1361
  &:focus-visible {
1015
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width))
1016
- var(--tw-ring-color, currentColor);
1362
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1017
1363
  box-shadow:
1018
- var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
1019
- var(--tw-ring-shadow), var(--tw-shadow);
1364
+ var(--tw-inset-shadow),
1365
+ var(--tw-inset-ring-shadow),
1366
+ var(--tw-ring-offset-shadow),
1367
+ var(--tw-ring-shadow),
1368
+ var(--tw-shadow);
1020
1369
  }
1021
1370
  }
1022
1371
  .focus-visible\:outline-1 {
@@ -1030,11 +1379,21 @@
1030
1379
  pointer-events: none;
1031
1380
  }
1032
1381
  }
1382
+ .disabled\:cursor-not-allowed {
1383
+ &:disabled {
1384
+ cursor: not-allowed;
1385
+ }
1386
+ }
1033
1387
  .disabled\:opacity-50 {
1034
1388
  &:disabled {
1035
1389
  opacity: 50%;
1036
1390
  }
1037
1391
  }
1392
+ .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
1393
+ &:has(*[data-slot=card-action]) {
1394
+ grid-template-columns: 1fr auto;
1395
+ }
1396
+ }
1038
1397
  .has-\[\>svg\]\:px-2\.5 {
1039
1398
  &:has(> svg) {
1040
1399
  padding-inline: calc(var(--spacing) * 2.5);
@@ -1051,18 +1410,145 @@
1051
1410
  }
1052
1411
  }
1053
1412
  .data-\[state\=active\]\:bg-background {
1054
- &[data-state='active'] {
1413
+ &[data-state=active] {
1055
1414
  background-color: var(--background);
1056
1415
  }
1057
1416
  }
1058
1417
  .data-\[state\=active\]\:shadow-sm {
1059
- &[data-state='active'] {
1060
- --tw-shadow:
1061
- 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
1062
- 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1418
+ &[data-state=active] {
1419
+ --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));
1420
+ box-shadow:
1421
+ var(--tw-inset-shadow),
1422
+ var(--tw-inset-ring-shadow),
1423
+ var(--tw-ring-offset-shadow),
1424
+ var(--tw-ring-shadow),
1425
+ var(--tw-shadow);
1426
+ }
1427
+ }
1428
+ .data-\[state\=closed\]\:duration-300 {
1429
+ &[data-state=closed] {
1430
+ --tw-duration: 300ms;
1431
+ transition-duration: 300ms;
1432
+ }
1433
+ }
1434
+ .data-\[state\=closed\]\:animate-out {
1435
+ &[data-state=closed] {
1436
+ animation-name: exit;
1437
+ animation-duration: 150ms;
1438
+ --tw-exit-opacity: initial;
1439
+ --tw-exit-scale: initial;
1440
+ --tw-exit-rotate: initial;
1441
+ --tw-exit-translate-x: initial;
1442
+ --tw-exit-translate-y: initial;
1443
+ }
1444
+ }
1445
+ .data-\[state\=closed\]\:duration-300 {
1446
+ &[data-state=closed] {
1447
+ animation-duration: 300ms;
1448
+ }
1449
+ }
1450
+ .data-\[state\=closed\]\:fade-out-0 {
1451
+ &[data-state=closed] {
1452
+ --tw-exit-opacity: 0;
1453
+ }
1454
+ }
1455
+ .data-\[state\=closed\]\:slide-out-to-bottom {
1456
+ &[data-state=closed] {
1457
+ --tw-exit-translate-y: 100%;
1458
+ }
1459
+ }
1460
+ .data-\[state\=closed\]\:slide-out-to-left {
1461
+ &[data-state=closed] {
1462
+ --tw-exit-translate-x: -100%;
1463
+ }
1464
+ }
1465
+ .data-\[state\=closed\]\:slide-out-to-right {
1466
+ &[data-state=closed] {
1467
+ --tw-exit-translate-x: 100%;
1468
+ }
1469
+ }
1470
+ .data-\[state\=closed\]\:slide-out-to-top {
1471
+ &[data-state=closed] {
1472
+ --tw-exit-translate-y: -100%;
1473
+ }
1474
+ }
1475
+ .data-\[state\=on\]\:bg-primary\/10 {
1476
+ &[data-state=on] {
1477
+ background-color: color-mix(in oklab, oklch(0.29 0.1173 259.84) 10%, transparent);
1478
+ }
1479
+ }
1480
+ .data-\[state\=on\]\:text-foreground {
1481
+ &[data-state=on] {
1482
+ color: var(--foreground);
1483
+ }
1484
+ }
1485
+ .data-\[state\=open\]\:bg-secondary {
1486
+ &[data-state=open] {
1487
+ background-color: oklch(0.9267 0.0417 227.89);
1488
+ }
1489
+ }
1490
+ .data-\[state\=open\]\:duration-500 {
1491
+ &[data-state=open] {
1492
+ --tw-duration: 500ms;
1493
+ transition-duration: 500ms;
1494
+ }
1495
+ }
1496
+ .data-\[state\=open\]\:animate-in {
1497
+ &[data-state=open] {
1498
+ animation-name: enter;
1499
+ animation-duration: 150ms;
1500
+ --tw-enter-opacity: initial;
1501
+ --tw-enter-scale: initial;
1502
+ --tw-enter-rotate: initial;
1503
+ --tw-enter-translate-x: initial;
1504
+ --tw-enter-translate-y: initial;
1505
+ }
1506
+ }
1507
+ .data-\[state\=open\]\:duration-500 {
1508
+ &[data-state=open] {
1509
+ animation-duration: 500ms;
1510
+ }
1511
+ }
1512
+ .data-\[state\=open\]\:fade-in-0 {
1513
+ &[data-state=open] {
1514
+ --tw-enter-opacity: 0;
1515
+ }
1516
+ }
1517
+ .data-\[state\=open\]\:slide-in-from-bottom {
1518
+ &[data-state=open] {
1519
+ --tw-enter-translate-y: 100%;
1520
+ }
1521
+ }
1522
+ .data-\[state\=open\]\:slide-in-from-left {
1523
+ &[data-state=open] {
1524
+ --tw-enter-translate-x: -100%;
1525
+ }
1526
+ }
1527
+ .data-\[state\=open\]\:slide-in-from-right {
1528
+ &[data-state=open] {
1529
+ --tw-enter-translate-x: 100%;
1530
+ }
1531
+ }
1532
+ .data-\[state\=open\]\:slide-in-from-top {
1533
+ &[data-state=open] {
1534
+ --tw-enter-translate-y: -100%;
1535
+ }
1536
+ }
1537
+ .data-\[variant\=outline\]\:border-l {
1538
+ &[data-variant=outline] {
1539
+ border-left-style: var(--tw-border-style);
1540
+ border-left-width: 1px;
1541
+ }
1542
+ }
1543
+ .data-\[variant\=outline\]\:shadow-xs {
1544
+ &[data-variant=outline] {
1545
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1063
1546
  box-shadow:
1064
- var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
1065
- var(--tw-ring-shadow), var(--tw-shadow);
1547
+ var(--tw-inset-shadow),
1548
+ var(--tw-inset-ring-shadow),
1549
+ var(--tw-ring-offset-shadow),
1550
+ var(--tw-ring-shadow),
1551
+ var(--tw-shadow);
1066
1552
  }
1067
1553
  }
1068
1554
  .sm\:mr-8 {
@@ -1070,6 +1556,16 @@
1070
1556
  margin-right: calc(var(--spacing) * 8);
1071
1557
  }
1072
1558
  }
1559
+ .sm\:max-w-md {
1560
+ @media (width >= 40rem) {
1561
+ max-width: var(--container-md);
1562
+ }
1563
+ }
1564
+ .sm\:max-w-sm {
1565
+ @media (width >= 40rem) {
1566
+ max-width: var(--container-sm);
1567
+ }
1568
+ }
1073
1569
  .sm\:grid-cols-2 {
1074
1570
  @media (width >= 40rem) {
1075
1571
  grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -1186,6 +1682,16 @@
1186
1682
  flex: none;
1187
1683
  }
1188
1684
  }
1685
+ .lg\:grid-cols-3 {
1686
+ @media (width >= 64rem) {
1687
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1688
+ }
1689
+ }
1690
+ .lg\:grid-cols-4 {
1691
+ @media (width >= 64rem) {
1692
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1693
+ }
1694
+ }
1189
1695
  .lg\:grid-cols-5 {
1190
1696
  @media (width >= 64rem) {
1191
1697
  grid-template-columns: repeat(5, minmax(0, 1fr));
@@ -1282,9 +1788,22 @@
1282
1788
  display: none;
1283
1789
  }
1284
1790
  }
1791
+ .dark\:border-nsw-grey-50 {
1792
+ &:where(.dark, .dark *) {
1793
+ border-color: var(--color-nsw-grey-50);
1794
+ }
1795
+ }
1285
1796
  .dark\:border-nsw-grey-200\/15 {
1286
1797
  &:where(.dark, .dark *) {
1287
- border-color: color-mix(in oklab, var(--color-nsw-grey-200) 15%, transparent);
1798
+ border-color: color-mix(in srgb, oklch(0.9401 0 0) 15%, transparent);
1799
+ @supports (color: color-mix(in lab, red, red)) {
1800
+ border-color: color-mix(in oklab, var(--color-nsw-grey-200) 15%, transparent);
1801
+ }
1802
+ }
1803
+ }
1804
+ .dark\:border-nsw-grey-800 {
1805
+ &:where(.dark, .dark *) {
1806
+ border-color: var(--color-nsw-grey-800);
1288
1807
  }
1289
1808
  }
1290
1809
  .dark\:border-slate-800 {
@@ -1299,12 +1818,26 @@
1299
1818
  }
1300
1819
  .dark\:border-white\/5 {
1301
1820
  &:where(.dark, .dark *) {
1302
- border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
1821
+ border-color: color-mix(in srgb, #fff 5%, transparent);
1822
+ @supports (color: color-mix(in lab, red, red)) {
1823
+ border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
1824
+ }
1825
+ }
1826
+ }
1827
+ .dark\:bg-nsw-grey-800\/30 {
1828
+ &:where(.dark, .dark *) {
1829
+ background-color: color-mix(in srgb, oklch(0.2694 0.0104 242.08) 30%, transparent);
1830
+ @supports (color: color-mix(in lab, red, red)) {
1831
+ background-color: color-mix(in oklab, var(--color-nsw-grey-800) 30%, transparent);
1832
+ }
1303
1833
  }
1304
1834
  }
1305
1835
  .dark\:bg-slate-900\/95 {
1306
1836
  &:where(.dark, .dark *) {
1307
- background-color: color-mix(in oklab, var(--color-slate-900) 95%, transparent);
1837
+ background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 95%, transparent);
1838
+ @supports (color: color-mix(in lab, red, red)) {
1839
+ background-color: color-mix(in oklab, var(--color-slate-900) 95%, transparent);
1840
+ }
1308
1841
  }
1309
1842
  }
1310
1843
  .dark\:bg-transparent {
@@ -1346,21 +1879,18 @@
1346
1879
  &:where(.dark, .dark *) {
1347
1880
  --tw-shadow: 0 0 #0000;
1348
1881
  box-shadow:
1349
- var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
1350
- var(--tw-ring-shadow), var(--tw-shadow);
1882
+ var(--tw-inset-shadow),
1883
+ var(--tw-inset-ring-shadow),
1884
+ var(--tw-ring-offset-shadow),
1885
+ var(--tw-ring-shadow),
1886
+ var(--tw-shadow);
1351
1887
  }
1352
1888
  }
1353
1889
  .dark\:backdrop-blur-sm {
1354
1890
  &:where(.dark, .dark *) {
1355
1891
  --tw-backdrop-blur: blur(var(--blur-sm));
1356
- -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
1357
- var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
1358
- var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
1359
- var(--tw-backdrop-sepia,);
1360
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
1361
- var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
1362
- var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
1363
- var(--tw-backdrop-sepia,);
1892
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1893
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1364
1894
  }
1365
1895
  }
1366
1896
  .dark\:group-hover\:fill-zinc-500 {
@@ -1381,11 +1911,23 @@
1381
1911
  }
1382
1912
  }
1383
1913
  }
1384
- .dark\:hover\:bg-accent\/50 {
1914
+ .dark\:hover\:bg-nsw-grey-800\/50 {
1385
1915
  &:where(.dark, .dark *) {
1386
1916
  &:hover {
1387
1917
  @media (hover: hover) {
1388
- background-color: color-mix(in oklab, oklch(0.562 0.2175 20.33) 50%, transparent);
1918
+ background-color: color-mix(in srgb, oklch(0.2694 0.0104 242.08) 50%, transparent);
1919
+ @supports (color: color-mix(in lab, red, red)) {
1920
+ background-color: color-mix(in oklab, var(--color-nsw-grey-800) 50%, transparent);
1921
+ }
1922
+ }
1923
+ }
1924
+ }
1925
+ }
1926
+ .dark\:hover\:bg-primary\/90 {
1927
+ &:where(.dark, .dark *) {
1928
+ &:hover {
1929
+ @media (hover: hover) {
1930
+ background-color: color-mix(in oklab, oklch(0.29 0.1173 259.84) 90%, transparent);
1389
1931
  }
1390
1932
  }
1391
1933
  }
@@ -1410,7 +1952,7 @@
1410
1952
  }
1411
1953
  .dark\:data-\[state\=active\]\:text-foreground {
1412
1954
  &:where(.dark, .dark *) {
1413
- &[data-state='active'] {
1955
+ &[data-state=active] {
1414
1956
  color: var(--foreground);
1415
1957
  }
1416
1958
  }
@@ -1426,15 +1968,33 @@
1426
1968
  }
1427
1969
  }
1428
1970
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
1429
- & svg:not([class*='size-']) {
1971
+ & svg:not([class*=size-]) {
1430
1972
  width: calc(var(--spacing) * 4);
1431
1973
  height: calc(var(--spacing) * 4);
1432
1974
  }
1433
1975
  }
1976
+ .\[\&\:has\(\[data-state\=checked\]\)\]\:border-primary {
1977
+ &:has([data-state=checked]) {
1978
+ border-color: oklch(0.29 0.1173 259.84);
1979
+ }
1980
+ }
1981
+ .\[\.border-b\]\:pb-6 {
1982
+ &:is(.border-b) {
1983
+ padding-bottom: calc(var(--spacing) * 6);
1984
+ }
1985
+ }
1986
+ .\[\.border-t\]\:pt-6 {
1987
+ &:is(.border-t) {
1988
+ padding-top: calc(var(--spacing) * 6);
1989
+ }
1990
+ }
1434
1991
  .dark\:\[\@supports\(backdrop-filter\:blur\(0\)\)\]\:bg-slate-900\/75 {
1435
1992
  &:where(.dark, .dark *) {
1436
- @supports (backdrop-filter: blur(0)) {
1437
- background-color: color-mix(in oklab, var(--color-slate-900) 75%, transparent);
1993
+ @supports (backdrop-filter:blur(0)) {
1994
+ background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 75%, transparent);
1995
+ @supports (color: color-mix(in lab, red, red)) {
1996
+ background-color: color-mix(in oklab, var(--color-slate-900) 75%, transparent);
1997
+ }
1438
1998
  }
1439
1999
  }
1440
2000
  }
@@ -1467,218 +2027,127 @@
1467
2027
  @keyframes enter {
1468
2028
  from {
1469
2029
  opacity: var(--tw-enter-opacity, 1);
1470
- transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0)
1471
- scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1))
1472
- rotate(var(--tw-enter-rotate, 0));
2030
+ 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));
1473
2031
  }
1474
2032
  }
1475
2033
  @keyframes exit {
1476
2034
  to {
1477
2035
  opacity: var(--tw-exit-opacity, 1);
1478
- transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0)
1479
- scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1))
1480
- rotate(var(--tw-exit-rotate, 0));
2036
+ 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));
1481
2037
  }
1482
2038
  }
1483
- @property --tw-scale-x {
1484
- syntax: '*';
1485
- inherits: false;
1486
- initial-value: 1;
1487
- }
1488
- @property --tw-scale-y {
1489
- syntax: '*';
1490
- inherits: false;
1491
- initial-value: 1;
1492
- }
1493
- @property --tw-scale-z {
1494
- syntax: '*';
1495
- inherits: false;
1496
- initial-value: 1;
1497
- }
1498
- @property --tw-rotate-x {
1499
- syntax: '*';
1500
- inherits: false;
1501
- initial-value: rotateX(0);
1502
- }
1503
- @property --tw-rotate-y {
1504
- syntax: '*';
1505
- inherits: false;
1506
- initial-value: rotateY(0);
1507
- }
1508
- @property --tw-rotate-z {
1509
- syntax: '*';
1510
- inherits: false;
1511
- initial-value: rotateZ(0);
1512
- }
1513
- @property --tw-skew-x {
1514
- syntax: '*';
1515
- inherits: false;
1516
- initial-value: skewX(0);
1517
- }
1518
- @property --tw-skew-y {
1519
- syntax: '*';
1520
- inherits: false;
1521
- initial-value: skewY(0);
1522
- }
1523
- @property --tw-space-y-reverse {
1524
- syntax: '*';
1525
- inherits: false;
1526
- initial-value: 0;
1527
- }
1528
- @property --tw-border-style {
1529
- syntax: '*';
1530
- inherits: false;
1531
- initial-value: solid;
1532
- }
1533
- @property --tw-gradient-position {
1534
- syntax: '*';
1535
- inherits: false;
1536
- }
1537
- @property --tw-gradient-from {
1538
- syntax: '<color>';
1539
- inherits: false;
1540
- initial-value: #0000;
1541
- }
1542
- @property --tw-gradient-via {
1543
- syntax: '<color>';
1544
- inherits: false;
1545
- initial-value: #0000;
1546
- }
1547
- @property --tw-gradient-to {
1548
- syntax: '<color>';
1549
- inherits: false;
1550
- initial-value: #0000;
1551
- }
1552
- @property --tw-gradient-stops {
1553
- syntax: '*';
1554
- inherits: false;
1555
- }
1556
- @property --tw-gradient-via-stops {
1557
- syntax: '*';
1558
- inherits: false;
1559
- }
1560
- @property --tw-gradient-from-position {
1561
- syntax: '<length-percentage>';
1562
- inherits: false;
1563
- initial-value: 0%;
1564
- }
1565
- @property --tw-gradient-via-position {
1566
- syntax: '<length-percentage>';
1567
- inherits: false;
1568
- initial-value: 50%;
1569
- }
1570
- @property --tw-gradient-to-position {
1571
- syntax: '<length-percentage>';
1572
- inherits: false;
1573
- initial-value: 100%;
1574
- }
1575
- @property --tw-font-weight {
1576
- syntax: '*';
1577
- inherits: false;
1578
- }
1579
- @property --tw-tracking {
1580
- syntax: '*';
1581
- inherits: false;
1582
- }
1583
- @property --tw-shadow {
1584
- syntax: '*';
1585
- inherits: false;
1586
- initial-value: 0 0 #0000;
1587
- }
1588
- @property --tw-shadow-color {
1589
- syntax: '*';
1590
- inherits: false;
1591
- }
1592
- @property --tw-inset-shadow {
1593
- syntax: '*';
1594
- inherits: false;
1595
- initial-value: 0 0 #0000;
1596
- }
1597
- @property --tw-inset-shadow-color {
1598
- syntax: '*';
1599
- inherits: false;
1600
- }
1601
- @property --tw-ring-color {
1602
- syntax: '*';
1603
- inherits: false;
1604
- }
1605
- @property --tw-ring-shadow {
1606
- syntax: '*';
1607
- inherits: false;
1608
- initial-value: 0 0 #0000;
1609
- }
1610
- @property --tw-inset-ring-color {
1611
- syntax: '*';
1612
- inherits: false;
1613
- }
1614
- @property --tw-inset-ring-shadow {
1615
- syntax: '*';
1616
- inherits: false;
1617
- initial-value: 0 0 #0000;
1618
- }
1619
- @property --tw-ring-inset {
1620
- syntax: '*';
1621
- inherits: false;
1622
- }
1623
- @property --tw-ring-offset-width {
1624
- syntax: '<length>';
1625
- inherits: false;
1626
- initial-value: 0px;
1627
- }
1628
- @property --tw-ring-offset-color {
1629
- syntax: '*';
1630
- inherits: false;
1631
- initial-value: #fff;
1632
- }
1633
- @property --tw-ring-offset-shadow {
1634
- syntax: '*';
1635
- inherits: false;
1636
- initial-value: 0 0 #0000;
1637
- }
1638
- @property --tw-outline-style {
1639
- syntax: '*';
1640
- inherits: false;
1641
- initial-value: solid;
1642
- }
1643
- @property --tw-duration {
1644
- syntax: '*';
1645
- inherits: false;
1646
- }
1647
- @property --tw-backdrop-blur {
1648
- syntax: '*';
1649
- inherits: false;
1650
- }
1651
- @property --tw-backdrop-brightness {
1652
- syntax: '*';
1653
- inherits: false;
1654
- }
1655
- @property --tw-backdrop-contrast {
1656
- syntax: '*';
1657
- inherits: false;
1658
- }
1659
- @property --tw-backdrop-grayscale {
1660
- syntax: '*';
1661
- inherits: false;
1662
- }
1663
- @property --tw-backdrop-hue-rotate {
1664
- syntax: '*';
1665
- inherits: false;
1666
- }
1667
- @property --tw-backdrop-invert {
1668
- syntax: '*';
1669
- inherits: false;
1670
- }
1671
- @property --tw-backdrop-opacity {
1672
- syntax: '*';
1673
- inherits: false;
1674
- }
1675
- @property --tw-backdrop-saturate {
1676
- syntax: '*';
1677
- inherits: false;
1678
- }
1679
- @property --tw-backdrop-sepia {
1680
- syntax: '*';
1681
- inherits: false;
2039
+ @property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
2040
+ @property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
2041
+ @property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
2042
+ @property --tw-scale-x { syntax: "*"; inherits: false; initial-value: 1; }
2043
+ @property --tw-scale-y { syntax: "*"; inherits: false; initial-value: 1; }
2044
+ @property --tw-scale-z { syntax: "*"; inherits: false; initial-value: 1; }
2045
+ @property --tw-rotate-x { syntax: "*"; inherits: false; initial-value: rotateX(0); }
2046
+ @property --tw-rotate-y { syntax: "*"; inherits: false; initial-value: rotateY(0); }
2047
+ @property --tw-rotate-z { syntax: "*"; inherits: false; initial-value: rotateZ(0); }
2048
+ @property --tw-skew-x { syntax: "*"; inherits: false; initial-value: skewX(0); }
2049
+ @property --tw-skew-y { syntax: "*"; inherits: false; initial-value: skewY(0); }
2050
+ @property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
2051
+ @property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
2052
+ @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
2053
+ @property --tw-gradient-position { syntax: "*"; inherits: false; }
2054
+ @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
2055
+ @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
2056
+ @property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
2057
+ @property --tw-gradient-stops { syntax: "*"; inherits: false; }
2058
+ @property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
2059
+ @property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
2060
+ @property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
2061
+ @property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
2062
+ @property --tw-leading { syntax: "*"; inherits: false; }
2063
+ @property --tw-font-weight { syntax: "*"; inherits: false; }
2064
+ @property --tw-tracking { syntax: "*"; inherits: false; }
2065
+ @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
2066
+ @property --tw-shadow-color { syntax: "*"; inherits: false; }
2067
+ @property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
2068
+ @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
2069
+ @property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
2070
+ @property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
2071
+ @property --tw-ring-color { syntax: "*"; inherits: false; }
2072
+ @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
2073
+ @property --tw-inset-ring-color { syntax: "*"; inherits: false; }
2074
+ @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
2075
+ @property --tw-ring-inset { syntax: "*"; inherits: false; }
2076
+ @property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
2077
+ @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
2078
+ @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
2079
+ @property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
2080
+ @property --tw-duration { syntax: "*"; inherits: false; }
2081
+ @property --tw-ease { syntax: "*"; inherits: false; }
2082
+ @property --tw-backdrop-blur { syntax: "*"; inherits: false; }
2083
+ @property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
2084
+ @property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
2085
+ @property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
2086
+ @property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
2087
+ @property --tw-backdrop-invert { syntax: "*"; inherits: false; }
2088
+ @property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
2089
+ @property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
2090
+ @property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
2091
+ @layer properties {
2092
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2093
+ *,
2094
+ ::before,
2095
+ ::after,
2096
+ ::backdrop {
2097
+ --tw-translate-x: 0;
2098
+ --tw-translate-y: 0;
2099
+ --tw-translate-z: 0;
2100
+ --tw-scale-x: 1;
2101
+ --tw-scale-y: 1;
2102
+ --tw-scale-z: 1;
2103
+ --tw-rotate-x: rotateX(0);
2104
+ --tw-rotate-y: rotateY(0);
2105
+ --tw-rotate-z: rotateZ(0);
2106
+ --tw-skew-x: skewX(0);
2107
+ --tw-skew-y: skewY(0);
2108
+ --tw-space-y-reverse: 0;
2109
+ --tw-space-x-reverse: 0;
2110
+ --tw-border-style: solid;
2111
+ --tw-gradient-position: initial;
2112
+ --tw-gradient-from: #0000;
2113
+ --tw-gradient-via: #0000;
2114
+ --tw-gradient-to: #0000;
2115
+ --tw-gradient-stops: initial;
2116
+ --tw-gradient-via-stops: initial;
2117
+ --tw-gradient-from-position: 0%;
2118
+ --tw-gradient-via-position: 50%;
2119
+ --tw-gradient-to-position: 100%;
2120
+ --tw-leading: initial;
2121
+ --tw-font-weight: initial;
2122
+ --tw-tracking: initial;
2123
+ --tw-shadow: 0 0 #0000;
2124
+ --tw-shadow-color: initial;
2125
+ --tw-shadow-alpha: 100%;
2126
+ --tw-inset-shadow: 0 0 #0000;
2127
+ --tw-inset-shadow-color: initial;
2128
+ --tw-inset-shadow-alpha: 100%;
2129
+ --tw-ring-color: initial;
2130
+ --tw-ring-shadow: 0 0 #0000;
2131
+ --tw-inset-ring-color: initial;
2132
+ --tw-inset-ring-shadow: 0 0 #0000;
2133
+ --tw-ring-inset: initial;
2134
+ --tw-ring-offset-width: 0px;
2135
+ --tw-ring-offset-color: #fff;
2136
+ --tw-ring-offset-shadow: 0 0 #0000;
2137
+ --tw-outline-style: solid;
2138
+ --tw-duration: initial;
2139
+ --tw-ease: initial;
2140
+ --tw-backdrop-blur: initial;
2141
+ --tw-backdrop-brightness: initial;
2142
+ --tw-backdrop-contrast: initial;
2143
+ --tw-backdrop-grayscale: initial;
2144
+ --tw-backdrop-hue-rotate: initial;
2145
+ --tw-backdrop-invert: initial;
2146
+ --tw-backdrop-opacity: initial;
2147
+ --tw-backdrop-saturate: initial;
2148
+ --tw-backdrop-sepia: initial;
2149
+ }
2150
+ }
1682
2151
  }
1683
- /*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
1684
- /*# sourceMappingURL=styles.css.map */
2152
+ /*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
2153
+ /*# sourceMappingURL=styles.css.map */