@wix/form-public 0.26.0 → 0.27.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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -24836,6 +24836,8 @@ var getGridStyle = (_ref) => {
|
|
|
24836
24836
|
layout
|
|
24837
24837
|
} = _ref;
|
|
24838
24838
|
return {
|
|
24839
|
+
display: "grid",
|
|
24840
|
+
width: "100%",
|
|
24839
24841
|
gridTemplateColumns: `repeat(${layout.columns}, 1fr)`,
|
|
24840
24842
|
gridAutoRows: "minmax(min-content, max-content) 1fr"
|
|
24841
24843
|
};
|