@nswds/app 1.90.0 → 1.92.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
@@ -9865,6 +9865,11 @@
9865
9865
  fill: var(--color-grey-100);
9866
9866
  }
9867
9867
  }
9868
+ .dark\:fill-grey-200 {
9869
+ &:where([data-theme=dark], [data-theme=dark] *) {
9870
+ fill: var(--color-grey-200);
9871
+ }
9872
+ }
9868
9873
  .dark\:fill-white {
9869
9874
  &:where([data-theme=dark], [data-theme=dark] *) {
9870
9875
  fill: var(--color-white);
@@ -10351,11 +10356,11 @@
10351
10356
  }
10352
10357
  }
10353
10358
  }
10354
- .dark\:group-hover\:fill-grey-500 {
10359
+ .dark\:group-hover\:fill-white {
10355
10360
  &:where([data-theme=dark], [data-theme=dark] *) {
10356
10361
  &:is(:where(.group):hover *) {
10357
10362
  @media (hover: hover) {
10358
- fill: var(--color-grey-500);
10363
+ fill: var(--color-white);
10359
10364
  }
10360
10365
  }
10361
10366
  }
@@ -10623,6 +10628,15 @@
10623
10628
  }
10624
10629
  }
10625
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
+ }
10626
10640
  .dark\:hover\:text-grey-400 {
10627
10641
  &:where([data-theme=dark], [data-theme=dark] *) {
10628
10642
  &:hover {