diy-template-components 0.2.76 → 0.2.78
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 +4 -3
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -3
- package/build/index.js.map +1 -1
- package/package.json +3 -3
package/build/index.es.js
CHANGED
|
@@ -8514,7 +8514,8 @@ function Section({
|
|
|
8514
8514
|
style: {
|
|
8515
8515
|
textAlign: 'center',
|
|
8516
8516
|
width: '100%',
|
|
8517
|
-
backgroundColor: '#ffffff'
|
|
8517
|
+
backgroundColor: '#ffffff',
|
|
8518
|
+
padding: '0px 24px'
|
|
8518
8519
|
}
|
|
8519
8520
|
}, /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", null, /*#__PURE__*/React.createElement("p", {
|
|
8520
8521
|
style: {
|
|
@@ -8541,10 +8542,10 @@ function Section({
|
|
|
8541
8542
|
marginBottom: '15px'
|
|
8542
8543
|
},
|
|
8543
8544
|
ref: body?.components[1]?.refSetter
|
|
8544
|
-
}, body?.components[1]?.metadata?.text), /*#__PURE__*/React.createElement("
|
|
8545
|
+
}, body?.components[1]?.metadata?.text), /*#__PURE__*/React.createElement("div", {
|
|
8545
8546
|
style: {
|
|
8546
8547
|
maxWidth: '435px',
|
|
8547
|
-
margin: '
|
|
8548
|
+
// margin: '0px 10px',
|
|
8548
8549
|
// fontFamily: 'Roboto',
|
|
8549
8550
|
fontStyle: 'normal',
|
|
8550
8551
|
fontWeight: '400',
|