tabexseriescomponents 0.2.801 → 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 +13 -8
- package/dist/index.esm.js +13 -8
- package/dist/index.umd.js +13 -8
- 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", {
|
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", {
|
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", {
|