tabexseriescomponents 0.2.800 → 0.2.802
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/dist/index.cjs.js +14 -9
- package/dist/index.esm.js +14 -9
- package/dist/index.umd.js +14 -9
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -64207,17 +64207,22 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
64207
64207
|
'@media (max-width: 800px)': {
|
|
64208
64208
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
64209
64209
|
}
|
|
64210
|
-
})
|
|
64211
|
-
|
|
64212
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64213
|
-
"class": 'row m-0 w-100 h-100 px-md-2 allcentered',
|
|
64214
|
-
style: {
|
|
64210
|
+
}),
|
|
64211
|
+
formcontainer: glamor.css({
|
|
64215
64212
|
background: sectionproperties.backgroundColor,
|
|
64216
64213
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
64217
64214
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
64218
|
-
paddingTop: sectionproperties.
|
|
64219
|
-
paddingBottom: sectionproperties.
|
|
64220
|
-
|
|
64215
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
64216
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
64217
|
+
'@media (max-width: 800px)': {
|
|
64218
|
+
paddingTop: sectionproperties.paddingtopresponsive + 'px',
|
|
64219
|
+
paddingBottom: sectionproperties.paddingbottomresponsive + 'px'
|
|
64220
|
+
}
|
|
64221
|
+
})
|
|
64222
|
+
};
|
|
64223
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64224
|
+
"class": form_cssstyles.formcontainer + ' row m-0 w-100 h-100 px-md-2 allcentered ',
|
|
64225
|
+
style: {}
|
|
64221
64226
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64222
64227
|
"class": "row m-0 w-100"
|
|
64223
64228
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -65645,7 +65650,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
65645
65650
|
}
|
|
65646
65651
|
}, Description())))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65647
65652
|
"class": " ".concat(sectionstyles$1.background) + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center '
|
|
65648
|
-
},
|
|
65653
|
+
}, SectionContent('normal')), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65649
65654
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-none d-md-flex justify-content-center align-items-center '
|
|
65650
65655
|
}, SectionContent('responsive')));
|
|
65651
65656
|
};
|
package/dist/index.esm.js
CHANGED
|
@@ -64159,17 +64159,22 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
64159
64159
|
'@media (max-width: 800px)': {
|
|
64160
64160
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
64161
64161
|
}
|
|
64162
|
-
})
|
|
64163
|
-
|
|
64164
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
64165
|
-
"class": 'row m-0 w-100 h-100 px-md-2 allcentered',
|
|
64166
|
-
style: {
|
|
64162
|
+
}),
|
|
64163
|
+
formcontainer: css({
|
|
64167
64164
|
background: sectionproperties.backgroundColor,
|
|
64168
64165
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
64169
64166
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
64170
|
-
paddingTop: sectionproperties.
|
|
64171
|
-
paddingBottom: sectionproperties.
|
|
64172
|
-
|
|
64167
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
64168
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
64169
|
+
'@media (max-width: 800px)': {
|
|
64170
|
+
paddingTop: sectionproperties.paddingtopresponsive + 'px',
|
|
64171
|
+
paddingBottom: sectionproperties.paddingbottomresponsive + 'px'
|
|
64172
|
+
}
|
|
64173
|
+
})
|
|
64174
|
+
};
|
|
64175
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
64176
|
+
"class": form_cssstyles.formcontainer + ' row m-0 w-100 h-100 px-md-2 allcentered ',
|
|
64177
|
+
style: {}
|
|
64173
64178
|
}, /*#__PURE__*/React.createElement("div", {
|
|
64174
64179
|
"class": "row m-0 w-100"
|
|
64175
64180
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -65597,7 +65602,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
65597
65602
|
}
|
|
65598
65603
|
}, Description())))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React.createElement("div", {
|
|
65599
65604
|
"class": " ".concat(sectionstyles$1.background) + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center '
|
|
65600
|
-
},
|
|
65605
|
+
}, SectionContent('normal')), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React.createElement("div", {
|
|
65601
65606
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-none d-md-flex justify-content-center align-items-center '
|
|
65602
65607
|
}, SectionContent('responsive')));
|
|
65603
65608
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -64020,17 +64020,22 @@
|
|
|
64020
64020
|
'@media (max-width: 800px)': {
|
|
64021
64021
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
64022
64022
|
}
|
|
64023
|
-
})
|
|
64024
|
-
|
|
64025
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64026
|
-
"class": 'row m-0 w-100 h-100 px-md-2 allcentered',
|
|
64027
|
-
style: {
|
|
64023
|
+
}),
|
|
64024
|
+
formcontainer: glamor.css({
|
|
64028
64025
|
background: sectionproperties.backgroundColor,
|
|
64029
64026
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
64030
64027
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
64031
|
-
paddingTop: sectionproperties.
|
|
64032
|
-
paddingBottom: sectionproperties.
|
|
64033
|
-
|
|
64028
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
64029
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
64030
|
+
'@media (max-width: 800px)': {
|
|
64031
|
+
paddingTop: sectionproperties.paddingtopresponsive + 'px',
|
|
64032
|
+
paddingBottom: sectionproperties.paddingbottomresponsive + 'px'
|
|
64033
|
+
}
|
|
64034
|
+
})
|
|
64035
|
+
};
|
|
64036
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64037
|
+
"class": form_cssstyles.formcontainer + ' row m-0 w-100 h-100 px-md-2 allcentered ',
|
|
64038
|
+
style: {}
|
|
64034
64039
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64035
64040
|
"class": "row m-0 w-100"
|
|
64036
64041
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -65458,7 +65463,7 @@
|
|
|
65458
65463
|
}
|
|
65459
65464
|
}, Description())))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65460
65465
|
"class": " ".concat(sectionstyles$1.background) + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center '
|
|
65461
|
-
},
|
|
65466
|
+
}, SectionContent('normal')), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65462
65467
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-none d-md-flex justify-content-center align-items-center '
|
|
65463
65468
|
}, SectionContent('responsive')));
|
|
65464
65469
|
};
|