@nswds/app 1.89.8 → 1.91.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/globals.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme, base, components, utilities;
@@ -9449,6 +9449,22 @@
9449
9449
  display: none;
9450
9450
  }
9451
9451
  }
9452
+ .dark\:divide-grey-100\/10 {
9453
+ &:where([data-theme=dark], [data-theme=dark] *) {
9454
+ :where(& > :not(:last-child)) {
9455
+ border-color: var(--color-grey-100);
9456
+ @supports (color: color-mix(in lab, red, red)) {
9457
+ border-color: color-mix(in oklab, var(--color-grey-100) 10%, transparent);
9458
+ }
9459
+ }
9460
+ }
9461
+ }
9462
+ .dark\:border-b {
9463
+ &:where([data-theme=dark], [data-theme=dark] *) {
9464
+ border-bottom-style: var(--tw-border-style);
9465
+ border-bottom-width: 1px;
9466
+ }
9467
+ }
9452
9468
  .dark\:border-\(--badge-bg\) {
9453
9469
  &:where([data-theme=dark], [data-theme=dark] *) {
9454
9470
  border-color: var(--badge-bg);
@@ -9531,6 +9547,11 @@
9531
9547
  border-color: var(--input);
9532
9548
  }
9533
9549
  }
9550
+ .dark\:border-primary-200 {
9551
+ &:where([data-theme=dark], [data-theme=dark] *) {
9552
+ border-color: var(--color-primary-200);
9553
+ }
9554
+ }
9534
9555
  .dark\:border-primary-600 {
9535
9556
  &:where([data-theme=dark], [data-theme=dark] *) {
9536
9557
  border-color: var(--color-primary-600);
@@ -9541,6 +9562,11 @@
9541
9562
  border-color: var(--color-slate-800);
9542
9563
  }
9543
9564
  }
9565
+ .dark\:border-transparent {
9566
+ &:where([data-theme=dark], [data-theme=dark] *) {
9567
+ border-color: transparent;
9568
+ }
9569
+ }
9544
9570
  .dark\:border-white {
9545
9571
  &:where([data-theme=dark], [data-theme=dark] *) {
9546
9572
  border-color: var(--color-white);
@@ -9741,6 +9767,11 @@
9741
9767
  }
9742
9768
  }
9743
9769
  }
9770
+ .dark\:bg-primary-950 {
9771
+ &:where([data-theme=dark], [data-theme=dark] *) {
9772
+ background-color: var(--color-primary-950);
9773
+ }
9774
+ }
9744
9775
  .dark\:bg-slate-900\/95 {
9745
9776
  &:where([data-theme=dark], [data-theme=dark] *) {
9746
9777
  background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 95%, transparent);
@@ -9834,6 +9865,11 @@
9834
9865
  fill: var(--color-grey-100);
9835
9866
  }
9836
9867
  }
9868
+ .dark\:fill-grey-200 {
9869
+ &:where([data-theme=dark], [data-theme=dark] *) {
9870
+ fill: var(--color-grey-200);
9871
+ }
9872
+ }
9837
9873
  .dark\:fill-white {
9838
9874
  &:where([data-theme=dark], [data-theme=dark] *) {
9839
9875
  fill: var(--color-white);
@@ -9954,6 +9990,11 @@
9954
9990
  color: var(--color-grey-50);
9955
9991
  }
9956
9992
  }
9993
+ .dark\:text-grey-100 {
9994
+ &:where([data-theme=dark], [data-theme=dark] *) {
9995
+ color: var(--color-grey-100);
9996
+ }
9997
+ }
9957
9998
  .dark\:text-grey-200 {
9958
9999
  &:where([data-theme=dark], [data-theme=dark] *) {
9959
10000
  color: var(--color-grey-200);
@@ -9979,6 +10020,11 @@
9979
10020
  color: var(--muted-foreground);
9980
10021
  }
9981
10022
  }
10023
+ .dark\:text-primary-200 {
10024
+ &:where([data-theme=dark], [data-theme=dark] *) {
10025
+ color: var(--color-primary-200);
10026
+ }
10027
+ }
9982
10028
  .dark\:text-primary-500 {
9983
10029
  &:where([data-theme=dark], [data-theme=dark] *) {
9984
10030
  color: var(--color-primary-500);
@@ -10023,6 +10069,14 @@
10023
10069
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
10024
10070
  }
10025
10071
  }
10072
+ .dark\:shadow-black\/40 {
10073
+ &:where([data-theme=dark], [data-theme=dark] *) {
10074
+ --tw-shadow-color: color-mix(in srgb, #000 40%, transparent);
10075
+ @supports (color: color-mix(in lab, red, red)) {
10076
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 40%, transparent) var(--tw-shadow-alpha), transparent);
10077
+ }
10078
+ }
10079
+ }
10026
10080
  .dark\:ring-danger-700\/30 {
10027
10081
  &:where([data-theme=dark], [data-theme=dark] *) {
10028
10082
  --tw-ring-color: var(--danger-700);
@@ -10302,11 +10356,11 @@
10302
10356
  }
10303
10357
  }
10304
10358
  }
10305
- .dark\:group-hover\:fill-grey-500 {
10359
+ .dark\:group-hover\:fill-white {
10306
10360
  &:where([data-theme=dark], [data-theme=dark] *) {
10307
10361
  &:is(:where(.group):hover *) {
10308
10362
  @media (hover: hover) {
10309
- fill: var(--color-grey-500);
10363
+ fill: var(--color-white);
10310
10364
  }
10311
10365
  }
10312
10366
  }
@@ -10502,6 +10556,15 @@
10502
10556
  }
10503
10557
  }
10504
10558
  }
10559
+ .dark\:hover\:bg-grey-800 {
10560
+ &:where([data-theme=dark], [data-theme=dark] *) {
10561
+ &:hover {
10562
+ @media (hover: hover) {
10563
+ background-color: var(--color-grey-800);
10564
+ }
10565
+ }
10566
+ }
10567
+ }
10505
10568
  .dark\:hover\:bg-input\/50 {
10506
10569
  &:where([data-theme=dark], [data-theme=dark] *) {
10507
10570
  &:hover {
@@ -10514,6 +10577,18 @@
10514
10577
  }
10515
10578
  }
10516
10579
  }
10580
+ .dark\:hover\:bg-primary-200\/10 {
10581
+ &:where([data-theme=dark], [data-theme=dark] *) {
10582
+ &:hover {
10583
+ @media (hover: hover) {
10584
+ background-color: var(--color-primary-200);
10585
+ @supports (color: color-mix(in lab, red, red)) {
10586
+ background-color: color-mix(in oklab, var(--color-primary-200) 10%, transparent);
10587
+ }
10588
+ }
10589
+ }
10590
+ }
10591
+ }
10517
10592
  .dark\:hover\:bg-white\/10 {
10518
10593
  &:where([data-theme=dark], [data-theme=dark] *) {
10519
10594
  &:hover {
@@ -10553,6 +10628,15 @@
10553
10628
  }
10554
10629
  }
10555
10630
  }
10631
+ .dark\:hover\:text-grey-300 {
10632
+ &:where([data-theme=dark], [data-theme=dark] *) {
10633
+ &:hover {
10634
+ @media (hover: hover) {
10635
+ color: var(--color-grey-300);
10636
+ }
10637
+ }
10638
+ }
10639
+ }
10556
10640
  .dark\:hover\:text-grey-400 {
10557
10641
  &:where([data-theme=dark], [data-theme=dark] *) {
10558
10642
  &:hover {
@@ -10562,6 +10646,15 @@
10562
10646
  }
10563
10647
  }
10564
10648
  }
10649
+ .dark\:hover\:text-primary-200 {
10650
+ &:where([data-theme=dark], [data-theme=dark] *) {
10651
+ &:hover {
10652
+ @media (hover: hover) {
10653
+ color: var(--color-primary-200);
10654
+ }
10655
+ }
10656
+ }
10657
+ }
10565
10658
  .dark\:hover\:text-slate-300 {
10566
10659
  &:where([data-theme=dark], [data-theme=dark] *) {
10567
10660
  &:hover {
@@ -11154,6 +11247,16 @@
11154
11247
  }
11155
11248
  }
11156
11249
  }
11250
+ .dark\:sm\:border-grey-100\/10 {
11251
+ &:where([data-theme=dark], [data-theme=dark] *) {
11252
+ @media (width >= 40rem) {
11253
+ border-color: var(--color-grey-100);
11254
+ @supports (color: color-mix(in lab, red, red)) {
11255
+ border-color: color-mix(in oklab, var(--color-grey-100) 10%, transparent);
11256
+ }
11257
+ }
11258
+ }
11259
+ }
11157
11260
  .dark\:sm\:border-white\/5 {
11158
11261
  &:where([data-theme=dark], [data-theme=dark] *) {
11159
11262
  @media (width >= 40rem) {