tabexseriescomponents 0.0.842 → 0.0.843
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 +3 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.umd.js +3 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -25445,7 +25445,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25445
25445
|
style: {
|
|
25446
25446
|
width: '90%',
|
|
25447
25447
|
// backgroundColor: 'white',
|
|
25448
|
-
background: sectionproperties.
|
|
25448
|
+
background: sectionproperties.responsivesliderbgcolor == null ? 'white' : sectionproperties.responsivesliderbgcolor
|
|
25449
|
+
|
|
25450
|
+
// background: sectionproperties.resposive_bgcolor,
|
|
25449
25451
|
},
|
|
25450
25452
|
backdrop: true
|
|
25451
25453
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Header, null, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Title, null, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -25396,7 +25396,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25396
25396
|
style: {
|
|
25397
25397
|
width: '90%',
|
|
25398
25398
|
// backgroundColor: 'white',
|
|
25399
|
-
background: sectionproperties.
|
|
25399
|
+
background: sectionproperties.responsivesliderbgcolor == null ? 'white' : sectionproperties.responsivesliderbgcolor
|
|
25400
|
+
|
|
25401
|
+
// background: sectionproperties.resposive_bgcolor,
|
|
25400
25402
|
},
|
|
25401
25403
|
backdrop: true
|
|
25402
25404
|
}, /*#__PURE__*/React.createElement(Offcanvas.Header, null, /*#__PURE__*/React.createElement(Offcanvas.Title, null, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -25261,7 +25261,9 @@
|
|
|
25261
25261
|
style: {
|
|
25262
25262
|
width: '90%',
|
|
25263
25263
|
// backgroundColor: 'white',
|
|
25264
|
-
background: sectionproperties.
|
|
25264
|
+
background: sectionproperties.responsivesliderbgcolor == null ? 'white' : sectionproperties.responsivesliderbgcolor
|
|
25265
|
+
|
|
25266
|
+
// background: sectionproperties.resposive_bgcolor,
|
|
25265
25267
|
},
|
|
25266
25268
|
backdrop: true
|
|
25267
25269
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Header, null, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Title, null, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|