gridsmith-ui 0.2.9 → 0.2.10
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -99128,7 +99128,7 @@ var paddingClasses = {
|
|
|
99128
99128
|
};
|
|
99129
99129
|
var verticalPaddingClasses = {
|
|
99130
99130
|
none: "",
|
|
99131
|
-
default: "pt-ds-
|
|
99131
|
+
default: "pt-ds-8 pb-ds-12",
|
|
99132
99132
|
spacious: "pt-ds-8 pb-ds-16"
|
|
99133
99133
|
};
|
|
99134
99134
|
var PageContainer = forwardRef(function PageContainer2({
|