diy-template-components 0.2.24 → 0.2.25
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/build/index.es.js +5 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +5 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -8239,6 +8239,7 @@ function Section({
|
|
|
8239
8239
|
style: {
|
|
8240
8240
|
width: '36px',
|
|
8241
8241
|
height: '36px',
|
|
8242
|
+
margin: '0px 12px',
|
|
8242
8243
|
cursor: 'pointer'
|
|
8243
8244
|
},
|
|
8244
8245
|
ref: footer?.components[0]?.refSetter
|
|
@@ -8272,7 +8273,8 @@ function Section({
|
|
|
8272
8273
|
style: {
|
|
8273
8274
|
width: '36px',
|
|
8274
8275
|
height: '36px',
|
|
8275
|
-
cursor: 'pointer'
|
|
8276
|
+
cursor: 'pointer',
|
|
8277
|
+
margin: '0px 12px'
|
|
8276
8278
|
},
|
|
8277
8279
|
ref: footer?.components[2]?.refSetter
|
|
8278
8280
|
})), /*#__PURE__*/React__default["default"].createElement("a", {
|
|
@@ -8305,7 +8307,8 @@ function Section({
|
|
|
8305
8307
|
style: {
|
|
8306
8308
|
width: '36px',
|
|
8307
8309
|
height: '36px',
|
|
8308
|
-
cursor: 'pointer'
|
|
8310
|
+
cursor: 'pointer',
|
|
8311
|
+
margin: '0px 12px'
|
|
8309
8312
|
},
|
|
8310
8313
|
ref: footer?.components[4]?.refSetter
|
|
8311
8314
|
})), /*#__PURE__*/React__default["default"].createElement("table", {
|