@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/globals.css
CHANGED
|
@@ -2981,12 +2981,12 @@
|
|
|
2981
2981
|
.pt-6 {
|
|
2982
2982
|
padding-top: calc(var(--spacing) * 6);
|
|
2983
2983
|
}
|
|
2984
|
-
.pt-8 {
|
|
2985
|
-
padding-top: calc(var(--spacing) * 8);
|
|
2986
|
-
}
|
|
2987
2984
|
.pt-14 {
|
|
2988
2985
|
padding-top: calc(var(--spacing) * 14);
|
|
2989
2986
|
}
|
|
2987
|
+
.pt-16 {
|
|
2988
|
+
padding-top: calc(var(--spacing) * 16);
|
|
2989
|
+
}
|
|
2990
2990
|
.pt-\[40px\] {
|
|
2991
2991
|
padding-top: 40px;
|
|
2992
2992
|
}
|