@nswds/app 1.56.0 → 1.58.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 +3 -3
- package/dist/index.cjs +22469 -22436
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1028 -1010
- package/dist/index.d.ts +1028 -1010
- package/dist/index.js +22346 -22315
- package/dist/index.js.map +1 -1
- package/dist/styles.css +3 -3
- package/dist/styles.css.map +1 -1
- package/package.json +2 -1
package/dist/styles.css
CHANGED
|
@@ -2954,12 +2954,12 @@
|
|
|
2954
2954
|
.pt-6 {
|
|
2955
2955
|
padding-top: calc(var(--spacing) * 6);
|
|
2956
2956
|
}
|
|
2957
|
-
.pt-8 {
|
|
2958
|
-
padding-top: calc(var(--spacing) * 8);
|
|
2959
|
-
}
|
|
2960
2957
|
.pt-14 {
|
|
2961
2958
|
padding-top: calc(var(--spacing) * 14);
|
|
2962
2959
|
}
|
|
2960
|
+
.pt-16 {
|
|
2961
|
+
padding-top: calc(var(--spacing) * 16);
|
|
2962
|
+
}
|
|
2963
2963
|
.pt-\[40px\] {
|
|
2964
2964
|
padding-top: 40px;
|
|
2965
2965
|
}
|