tabexseriescomponents 0.0.170 → 0.0.171
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -35338,8 +35338,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
35338
35338
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
35339
35339
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
35340
35340
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
35341
|
-
paddingBottom: sectionproperties.paddingBottom + 'px'
|
|
35342
|
-
|
|
35341
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
35342
|
+
zIndex: 100
|
|
35343
35343
|
}
|
|
35344
35344
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35345
35345
|
"class": "row m-0 w-100 mb-auto"
|
package/dist/index.esm.js
CHANGED
|
@@ -35295,8 +35295,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
35295
35295
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
35296
35296
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
35297
35297
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
35298
|
-
paddingBottom: sectionproperties.paddingBottom + 'px'
|
|
35299
|
-
|
|
35298
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
35299
|
+
zIndex: 100
|
|
35300
35300
|
}
|
|
35301
35301
|
}, /*#__PURE__*/React.createElement("div", {
|
|
35302
35302
|
"class": "row m-0 w-100 mb-auto"
|
package/dist/index.umd.js
CHANGED
|
@@ -35202,8 +35202,8 @@
|
|
|
35202
35202
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
35203
35203
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
35204
35204
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
35205
|
-
paddingBottom: sectionproperties.paddingBottom + 'px'
|
|
35206
|
-
|
|
35205
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
35206
|
+
zIndex: 100
|
|
35207
35207
|
}
|
|
35208
35208
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35209
35209
|
"class": "row m-0 w-100 mb-auto"
|