tabexseriescomponents 0.0.652 → 0.0.653
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 +1 -2
- package/dist/index.esm.js +1 -2
- package/dist/index.umd.js +1 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -48109,9 +48109,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
48109
48109
|
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
48110
48110
|
}
|
|
48111
48111
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48112
|
-
"class": "row m-0 w-
|
|
48112
|
+
"class": "row m-0 w-100",
|
|
48113
48113
|
style: {
|
|
48114
|
-
width: sectionproperties.footerwidth + 'vw',
|
|
48115
48114
|
position: 'relative',
|
|
48116
48115
|
background: sectionproperties.footerbgcolor
|
|
48117
48116
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -48060,9 +48060,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
48060
48060
|
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
48061
48061
|
}
|
|
48062
48062
|
}, /*#__PURE__*/React.createElement("div", {
|
|
48063
|
-
"class": "row m-0 w-
|
|
48063
|
+
"class": "row m-0 w-100",
|
|
48064
48064
|
style: {
|
|
48065
|
-
width: sectionproperties.footerwidth + 'vw',
|
|
48066
48065
|
position: 'relative',
|
|
48067
48066
|
background: sectionproperties.footerbgcolor
|
|
48068
48067
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -47933,9 +47933,8 @@
|
|
|
47933
47933
|
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
47934
47934
|
}
|
|
47935
47935
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47936
|
-
"class": "row m-0 w-
|
|
47936
|
+
"class": "row m-0 w-100",
|
|
47937
47937
|
style: {
|
|
47938
|
-
width: sectionproperties.footerwidth + 'vw',
|
|
47939
47938
|
position: 'relative',
|
|
47940
47939
|
background: sectionproperties.footerbgcolor
|
|
47941
47940
|
}
|