@nswds/app 1.70.0 → 1.72.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/index.cjs +3809 -142
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3921 -254
- package/dist/index.d.ts +3921 -254
- package/dist/index.js +3809 -142
- package/dist/index.js.map +1 -1
- package/dist/styles.css +29 -0
- package/dist/styles.css.map +1 -1
- package/package.json +3 -2
package/dist/styles.css
CHANGED
|
@@ -3857,6 +3857,9 @@
|
|
|
3857
3857
|
.outline-transparent {
|
|
3858
3858
|
outline-color: transparent;
|
|
3859
3859
|
}
|
|
3860
|
+
.filter {
|
|
3861
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
3862
|
+
}
|
|
3860
3863
|
.backdrop-blur-xl {
|
|
3861
3864
|
--tw-backdrop-blur: blur(var(--blur-xl));
|
|
3862
3865
|
-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,);
|
|
@@ -12649,6 +12652,19 @@ body {
|
|
|
12649
12652
|
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
|
|
12650
12653
|
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
|
|
12651
12654
|
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
|
|
12655
|
+
@property --tw-blur { syntax: "*"; inherits: false; }
|
|
12656
|
+
@property --tw-brightness { syntax: "*"; inherits: false; }
|
|
12657
|
+
@property --tw-contrast { syntax: "*"; inherits: false; }
|
|
12658
|
+
@property --tw-grayscale { syntax: "*"; inherits: false; }
|
|
12659
|
+
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
|
|
12660
|
+
@property --tw-invert { syntax: "*"; inherits: false; }
|
|
12661
|
+
@property --tw-opacity { syntax: "*"; inherits: false; }
|
|
12662
|
+
@property --tw-saturate { syntax: "*"; inherits: false; }
|
|
12663
|
+
@property --tw-sepia { syntax: "*"; inherits: false; }
|
|
12664
|
+
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
|
|
12665
|
+
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
|
|
12666
|
+
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
|
|
12667
|
+
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
|
|
12652
12668
|
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
|
|
12653
12669
|
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
|
|
12654
12670
|
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
|
|
@@ -12774,6 +12790,19 @@ body {
|
|
|
12774
12790
|
--tw-ring-offset-color: #fff;
|
|
12775
12791
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
12776
12792
|
--tw-outline-style: solid;
|
|
12793
|
+
--tw-blur: initial;
|
|
12794
|
+
--tw-brightness: initial;
|
|
12795
|
+
--tw-contrast: initial;
|
|
12796
|
+
--tw-grayscale: initial;
|
|
12797
|
+
--tw-hue-rotate: initial;
|
|
12798
|
+
--tw-invert: initial;
|
|
12799
|
+
--tw-opacity: initial;
|
|
12800
|
+
--tw-saturate: initial;
|
|
12801
|
+
--tw-sepia: initial;
|
|
12802
|
+
--tw-drop-shadow: initial;
|
|
12803
|
+
--tw-drop-shadow-color: initial;
|
|
12804
|
+
--tw-drop-shadow-alpha: 100%;
|
|
12805
|
+
--tw-drop-shadow-size: initial;
|
|
12777
12806
|
--tw-backdrop-blur: initial;
|
|
12778
12807
|
--tw-backdrop-brightness: initial;
|
|
12779
12808
|
--tw-backdrop-contrast: initial;
|