@nswds/app 1.31.0 → 1.32.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 +18 -0
- package/dist/index.cjs +113 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +113 -36
- package/dist/index.js.map +1 -1
- package/dist/styles.css +12 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -450,6 +450,9 @@
|
|
|
450
450
|
.z-30 {
|
|
451
451
|
z-index: 30;
|
|
452
452
|
}
|
|
453
|
+
.z-40 {
|
|
454
|
+
z-index: 40;
|
|
455
|
+
}
|
|
453
456
|
.z-50 {
|
|
454
457
|
z-index: 50;
|
|
455
458
|
}
|
|
@@ -756,6 +759,9 @@
|
|
|
756
759
|
.h-px {
|
|
757
760
|
height: 1px;
|
|
758
761
|
}
|
|
762
|
+
.h-screen {
|
|
763
|
+
height: 100vh;
|
|
764
|
+
}
|
|
759
765
|
.max-h-\(--radix-context-menu-content-available-height\) {
|
|
760
766
|
max-height: var(--radix-context-menu-content-available-height);
|
|
761
767
|
}
|
|
@@ -2293,6 +2299,12 @@
|
|
|
2293
2299
|
var(--tw-ring-shadow),
|
|
2294
2300
|
var(--tw-shadow);
|
|
2295
2301
|
}
|
|
2302
|
+
.shadow-grey-900\/5 {
|
|
2303
|
+
--tw-shadow-color: color-mix(in srgb, oklch(0.17511812981113217 0.007251980042076026 242.08383926925922) 5%, transparent);
|
|
2304
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2305
|
+
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(0.17511812981113217 0.007251980042076026 242.08383926925922) 5%, transparent) var(--tw-shadow-alpha), transparent);
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2296
2308
|
.shadow-slate-900\/5 {
|
|
2297
2309
|
--tw-shadow-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 5%, transparent);
|
|
2298
2310
|
@supports (color: color-mix(in lab, red, red)) {
|