@nswds/app 1.23.6 → 1.24.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.5 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -555,6 +555,9 @@
555
555
  .inline-flex {
556
556
  display: inline-flex;
557
557
  }
558
+ .list-item {
559
+ display: list-item;
560
+ }
558
561
  .table {
559
562
  display: table;
560
563
  }
@@ -970,6 +973,12 @@
970
973
  .scroll-py-1 {
971
974
  scroll-padding-block: calc(var(--spacing) * 1);
972
975
  }
976
+ .list-decimal {
977
+ list-style-type: decimal;
978
+ }
979
+ .list-disc {
980
+ list-style-type: disc;
981
+ }
973
982
  .list-none {
974
983
  list-style-type: none;
975
984
  }
@@ -1072,6 +1081,13 @@
1072
1081
  .gap-\[calc\(--spacing\(2\)\)\] {
1073
1082
  gap: calc(calc(var(--spacing) * 2));
1074
1083
  }
1084
+ .space-y-1 {
1085
+ :where(& > :not(:last-child)) {
1086
+ --tw-space-y-reverse: 0;
1087
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1088
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1089
+ }
1090
+ }
1075
1091
  .space-y-2 {
1076
1092
  :where(& > :not(:last-child)) {
1077
1093
  --tw-space-y-reverse: 0;
@@ -1351,6 +1367,9 @@
1351
1367
  .border-nsw-grey-400 {
1352
1368
  border-color: var(--color-nsw-grey-400);
1353
1369
  }
1370
+ .border-nsw-grey-600 {
1371
+ border-color: var(--color-nsw-grey-600);
1372
+ }
1354
1373
  .border-red-400 {
1355
1374
  border-color: var(--color-red-400);
1356
1375
  }
@@ -1462,6 +1481,9 @@
1462
1481
  .bg-primary-800\/10 {
1463
1482
  background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 10%, transparent);
1464
1483
  }
1484
+ .bg-primary-800\/20 {
1485
+ background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 20%, transparent);
1486
+ }
1465
1487
  .bg-purple-50 {
1466
1488
  background-color: var(--color-purple-50);
1467
1489
  }
@@ -1956,6 +1978,9 @@
1956
1978
  .text-green-500 {
1957
1979
  color: var(--color-green-500);
1958
1980
  }
1981
+ .text-green-600 {
1982
+ color: var(--color-green-600);
1983
+ }
1959
1984
  .text-grey-300 {
1960
1985
  color: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
1961
1986
  }
@@ -2001,6 +2026,9 @@
2001
2026
  .text-purple-500 {
2002
2027
  color: var(--color-purple-500);
2003
2028
  }
2029
+ .text-red-500 {
2030
+ color: var(--color-red-500);
2031
+ }
2004
2032
  .text-slate-500 {
2005
2033
  color: var(--color-slate-500);
2006
2034
  }
@@ -2047,6 +2075,9 @@
2047
2075
  .opacity-50 {
2048
2076
  opacity: 50%;
2049
2077
  }
2078
+ .opacity-80 {
2079
+ opacity: 80%;
2080
+ }
2050
2081
  .opacity-100 {
2051
2082
  opacity: 100%;
2052
2083
  }
@@ -3099,6 +3130,17 @@
3099
3130
  background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 10%, transparent);
3100
3131
  }
3101
3132
  }
3133
+ .focus\:font-bold {
3134
+ &:focus {
3135
+ --tw-font-weight: var(--font-weight-bold);
3136
+ font-weight: var(--font-weight-bold);
3137
+ }
3138
+ }
3139
+ .focus\:text-primary-800 {
3140
+ &:focus {
3141
+ color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
3142
+ }
3143
+ }
3102
3144
  .focus\:outline {
3103
3145
  &:focus {
3104
3146
  outline-style: var(--tw-outline-style);
@@ -3147,6 +3189,11 @@
3147
3189
  outline-color: var(--toggle-border);
3148
3190
  }
3149
3191
  }
3192
+ .focus\:outline-primary-650\/70 {
3193
+ &:focus {
3194
+ outline-color: color-mix(in oklab, oklch(0.5038341615701663 0.20169915825513662 260.52773388396713) 70%, transparent);
3195
+ }
3196
+ }
3150
3197
  .focus-visible\:z-10 {
3151
3198
  &:focus-visible {
3152
3199
  z-index: 10;
@@ -3538,9 +3585,9 @@
3538
3585
  }
3539
3586
  }
3540
3587
  }
3541
- .data-\[placeholder\]\:text-muted-foreground {
3588
+ .data-\[placeholder\]\:text-nsw-grey-600 {
3542
3589
  &[data-placeholder] {
3543
- color: var(--muted-foreground);
3590
+ color: var(--color-nsw-grey-600);
3544
3591
  }
3545
3592
  }
3546
3593
  .data-\[selected\=true\]\:bg-primary-800\/10 {
@@ -3592,14 +3639,14 @@
3592
3639
  --tw-enter-translate-y: 0.5rem;
3593
3640
  }
3594
3641
  }
3595
- .data-\[size\=default\]\:h-9 {
3642
+ .data-\[size\=default\]\:h-12 {
3596
3643
  &[data-size="default"] {
3597
- height: calc(var(--spacing) * 9);
3644
+ height: calc(var(--spacing) * 12);
3598
3645
  }
3599
3646
  }
3600
- .data-\[size\=sm\]\:h-8 {
3647
+ .data-\[size\=sm\]\:h-9 {
3601
3648
  &[data-size="sm"] {
3602
- height: calc(var(--spacing) * 8);
3649
+ height: calc(var(--spacing) * 9);
3603
3650
  }
3604
3651
  }
3605
3652
  .\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 {
@@ -5716,11 +5763,22 @@
5716
5763
  height: calc(var(--spacing) * 4);
5717
5764
  }
5718
5765
  }
5766
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6 {
5767
+ & svg:not([class*='size-']) {
5768
+ width: calc(var(--spacing) * 6);
5769
+ height: calc(var(--spacing) * 6);
5770
+ }
5771
+ }
5719
5772
  .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
5720
5773
  & svg:not([class*='text-']) {
5721
5774
  color: var(--muted-foreground);
5722
5775
  }
5723
5776
  }
5777
+ .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-nsw-grey-600 {
5778
+ & svg:not([class*='text-']) {
5779
+ color: var(--color-nsw-grey-600);
5780
+ }
5781
+ }
5724
5782
  .\[\&_svg\:not\(\[class\*\=\\\"size-\\\"\]\)\]\:size-4 {
5725
5783
  & svg:not([class*=\"size-\"]) {
5726
5784
  width: calc(var(--spacing) * 4);