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.es.js
CHANGED
|
@@ -8224,6 +8224,7 @@ function Section({
|
|
|
8224
8224
|
style: {
|
|
8225
8225
|
width: '36px',
|
|
8226
8226
|
height: '36px',
|
|
8227
|
+
margin: '0px 12px',
|
|
8227
8228
|
cursor: 'pointer'
|
|
8228
8229
|
},
|
|
8229
8230
|
ref: footer?.components[0]?.refSetter
|
|
@@ -8257,7 +8258,8 @@ function Section({
|
|
|
8257
8258
|
style: {
|
|
8258
8259
|
width: '36px',
|
|
8259
8260
|
height: '36px',
|
|
8260
|
-
cursor: 'pointer'
|
|
8261
|
+
cursor: 'pointer',
|
|
8262
|
+
margin: '0px 12px'
|
|
8261
8263
|
},
|
|
8262
8264
|
ref: footer?.components[2]?.refSetter
|
|
8263
8265
|
})), /*#__PURE__*/React.createElement("a", {
|
|
@@ -8290,7 +8292,8 @@ function Section({
|
|
|
8290
8292
|
style: {
|
|
8291
8293
|
width: '36px',
|
|
8292
8294
|
height: '36px',
|
|
8293
|
-
cursor: 'pointer'
|
|
8295
|
+
cursor: 'pointer',
|
|
8296
|
+
margin: '0px 12px'
|
|
8294
8297
|
},
|
|
8295
8298
|
ref: footer?.components[4]?.refSetter
|
|
8296
8299
|
})), /*#__PURE__*/React.createElement("table", {
|