iglooform 2.4.26 → 2.4.27
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.
|
@@ -153,7 +153,7 @@ var AddableSection = function AddableSection(_ref) {
|
|
|
153
153
|
className: 'igloo-form-addable-section',
|
|
154
154
|
children: [index > 0 && _jsx(_Divider, {
|
|
155
155
|
style: {
|
|
156
|
-
margin: !md ? preview ? '16px 0 24px 0' : '24px 0' : '32px 0 24px 0'
|
|
156
|
+
margin: !md ? preview ? '16px 0 24px 0' : '24px 0' : preview ? '16px 0 24px' : '32px 0 24px 0'
|
|
157
157
|
}
|
|
158
158
|
}), (groupKeys.length > min && !preview || label) && _jsxs(_Row, {
|
|
159
159
|
justify: "space-between",
|
|
@@ -179,7 +179,7 @@ var AddableSection = function AddableSection(_ref) {
|
|
|
179
179
|
className: 'igloo-form-addable-section-content'
|
|
180
180
|
}, contentProps), {}, {
|
|
181
181
|
style: {
|
|
182
|
-
marginTop: !md ? 16 : 24
|
|
182
|
+
marginTop: !md ? 16 : preview ? 16 : 24
|
|
183
183
|
},
|
|
184
184
|
children: _jsx(_Row, {
|
|
185
185
|
gutter: [32, preview ? 16 : 24],
|
|
@@ -235,7 +235,7 @@ var AddableSection = function AddableSection(props) {
|
|
|
235
235
|
className: 'igloo-addable-section',
|
|
236
236
|
children: [index > 0 && _jsx(_Divider, {
|
|
237
237
|
style: {
|
|
238
|
-
margin: !md ? preview ? '16px 0 24px 0' : '24px 0' : '32px 0 24px 0'
|
|
238
|
+
margin: !md ? preview ? '16px 0 24px 0' : '24px 0' : preview ? '16px 0 24px' : '32px 0 24px 0'
|
|
239
239
|
}
|
|
240
240
|
}), (groupKeys.length > min && !preview || label) && _jsxs(_Row, {
|
|
241
241
|
justify: "space-between",
|
|
@@ -261,7 +261,7 @@ var AddableSection = function AddableSection(props) {
|
|
|
261
261
|
className: 'igloo-addable-section-content'
|
|
262
262
|
}, contentProps), {}, {
|
|
263
263
|
style: {
|
|
264
|
-
marginTop: !md ? 16 : 24
|
|
264
|
+
marginTop: !md ? 16 : preview ? 16 : 24
|
|
265
265
|
},
|
|
266
266
|
children: _jsx(_Row, {
|
|
267
267
|
gutter: [32, preview ? 16 : 24],
|
|
@@ -178,7 +178,7 @@ var AddableSection = function AddableSection(_ref) {
|
|
|
178
178
|
className: 'igloo-form-addable-section',
|
|
179
179
|
children: [index > 0 && (0, _jsxRuntime.jsx)(_divider.default, {
|
|
180
180
|
style: {
|
|
181
|
-
margin: !md ? preview ? '16px 0 24px 0' : '24px 0' : '32px 0 24px 0'
|
|
181
|
+
margin: !md ? preview ? '16px 0 24px 0' : '24px 0' : preview ? '16px 0 24px' : '32px 0 24px 0'
|
|
182
182
|
}
|
|
183
183
|
}), (groupKeys.length > min && !preview || label) && (0, _jsxRuntime.jsxs)(_row.default, {
|
|
184
184
|
justify: "space-between",
|
|
@@ -204,7 +204,7 @@ var AddableSection = function AddableSection(_ref) {
|
|
|
204
204
|
className: 'igloo-form-addable-section-content'
|
|
205
205
|
}, contentProps), {}, {
|
|
206
206
|
style: {
|
|
207
|
-
marginTop: !md ? 16 : 24
|
|
207
|
+
marginTop: !md ? 16 : preview ? 16 : 24
|
|
208
208
|
},
|
|
209
209
|
children: (0, _jsxRuntime.jsx)(_row.default, {
|
|
210
210
|
gutter: [32, preview ? 16 : 24],
|
|
@@ -259,7 +259,7 @@ var AddableSection = function AddableSection(props) {
|
|
|
259
259
|
className: 'igloo-addable-section',
|
|
260
260
|
children: [index > 0 && (0, _jsxRuntime.jsx)(_divider.default, {
|
|
261
261
|
style: {
|
|
262
|
-
margin: !md ? preview ? '16px 0 24px 0' : '24px 0' : '32px 0 24px 0'
|
|
262
|
+
margin: !md ? preview ? '16px 0 24px 0' : '24px 0' : preview ? '16px 0 24px' : '32px 0 24px 0'
|
|
263
263
|
}
|
|
264
264
|
}), (groupKeys.length > min && !preview || label) && (0, _jsxRuntime.jsxs)(_row.default, {
|
|
265
265
|
justify: "space-between",
|
|
@@ -285,7 +285,7 @@ var AddableSection = function AddableSection(props) {
|
|
|
285
285
|
className: 'igloo-addable-section-content'
|
|
286
286
|
}, contentProps), {}, {
|
|
287
287
|
style: {
|
|
288
|
-
marginTop: !md ? 16 : 24
|
|
288
|
+
marginTop: !md ? 16 : preview ? 16 : 24
|
|
289
289
|
},
|
|
290
290
|
children: (0, _jsxRuntime.jsx)(_row.default, {
|
|
291
291
|
gutter: [32, preview ? 16 : 24],
|