diy-template-components 1.0.8 → 1.0.10
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
|
@@ -8878,7 +8878,7 @@ function Section({
|
|
|
8878
8878
|
ref: body?.components[1]?.refSetter
|
|
8879
8879
|
}, body?.components[1]?.metadata?.text), /*#__PURE__*/React.createElement("div", {
|
|
8880
8880
|
style: {
|
|
8881
|
-
maxWidth: '435px',
|
|
8881
|
+
// maxWidth: '435px',
|
|
8882
8882
|
// margin: '0px 10px',
|
|
8883
8883
|
// fontFamily: 'Roboto',
|
|
8884
8884
|
fontStyle: 'normal',
|
|
@@ -8943,7 +8943,10 @@ function Section({
|
|
|
8943
8943
|
},
|
|
8944
8944
|
ref: landing?.components[1]?.refSetter
|
|
8945
8945
|
}, landing?.components[1]?.metadata?.text), /*#__PURE__*/React.createElement("a", {
|
|
8946
|
-
href
|
|
8946
|
+
// href={
|
|
8947
|
+
// landing?.components[3]?.metadata?.text
|
|
8948
|
+
// }
|
|
8949
|
+
href: "{{landingLink}}",
|
|
8947
8950
|
target: "_blank",
|
|
8948
8951
|
style: {
|
|
8949
8952
|
textDecoration: 'none'
|