@nswds/app 1.78.5 → 1.78.7

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
@@ -976,7 +976,7 @@
976
976
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
977
977
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
978
978
  --tw-prose-invert-kbd: #fff;
979
- --tw-prose-invert-kbd-shadows: rgb(255, 255, 255 / 10%);
979
+ --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
980
980
  --tw-prose-invert-code: #fff;
981
981
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
982
982
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
@@ -2286,7 +2286,7 @@
2286
2286
  border-radius: var(--radius-md);
2287
2287
  }
2288
2288
  .rounded-none {
2289
- border-radius: 0;
2289
+ border-radius: 0 !important;
2290
2290
  }
2291
2291
  .rounded-sm {
2292
2292
  border-radius: var(--radius-sm);
@@ -7500,7 +7500,7 @@
7500
7500
  }
7501
7501
  .data-\[range-middle\=true\]\:rounded-none {
7502
7502
  &[data-range-middle=true] {
7503
- border-radius: 0;
7503
+ border-radius: 0 !important;
7504
7504
  }
7505
7505
  }
7506
7506
  .data-\[range-middle\=true\]\:bg-accent {
@@ -7546,7 +7546,7 @@
7546
7546
  }
7547
7547
  .data-\[selected\=true\]\:rounded-none {
7548
7548
  &[data-selected=true] {
7549
- border-radius: 0;
7549
+ border-radius: 0 !important;
7550
7550
  }
7551
7551
  }
7552
7552
  .data-\[selected\=true\]\:bg-primary-800\/10 {
@@ -13665,5 +13665,5 @@ body {
13665
13665
  }
13666
13666
  }
13667
13667
  }
13668
- /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
13668
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
13669
13669
  /*# sourceMappingURL=styles.css.map */