finform-react-builder 1.5.10 → 1.5.11
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.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8685,7 +8685,7 @@ const nf = (e) => rf(e) && e !== "classes", af = np({
|
|
|
8685
8685
|
display: "flex",
|
|
8686
8686
|
alignItems: "center",
|
|
8687
8687
|
justifyContent: "space-between",
|
|
8688
|
-
mb:
|
|
8688
|
+
mb: 2
|
|
8689
8689
|
},
|
|
8690
8690
|
children: [
|
|
8691
8691
|
/* @__PURE__ */ D(
|
|
@@ -9126,8 +9126,7 @@ const nf = (e) => rf(e) && e !== "classes", af = np({
|
|
|
9126
9126
|
ao,
|
|
9127
9127
|
{
|
|
9128
9128
|
sx: {
|
|
9129
|
-
|
|
9130
|
-
py: 1,
|
|
9129
|
+
p: 2,
|
|
9131
9130
|
boxShadow: "0px 1px 4px 0px #00000014",
|
|
9132
9131
|
background: "#F8F8F8",
|
|
9133
9132
|
borderRadius: "4px",
|