tabexseriescomponents 0.0.367 → 0.0.369
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 -2
- package/dist/index.esm.js +3 -2
- package/dist/index.umd.js +3 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12190,7 +12190,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
12190
12190
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12191
12191
|
className: "row m-0 w-100 ",
|
|
12192
12192
|
style: {
|
|
12193
|
-
height: '
|
|
12193
|
+
height: '85vh'
|
|
12194
12194
|
}
|
|
12195
12195
|
}, AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12196
12196
|
className: "col-lg-12 allcentered",
|
|
@@ -18905,7 +18905,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
18905
18905
|
setopenSearch(true);
|
|
18906
18906
|
}
|
|
18907
18907
|
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
18908
|
-
size: 22
|
|
18908
|
+
size: 22,
|
|
18909
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
18909
18910
|
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18910
18911
|
style: {
|
|
18911
18912
|
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
package/dist/index.esm.js
CHANGED
|
@@ -12141,7 +12141,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
12141
12141
|
}, /*#__PURE__*/React.createElement("div", {
|
|
12142
12142
|
className: "row m-0 w-100 ",
|
|
12143
12143
|
style: {
|
|
12144
|
-
height: '
|
|
12144
|
+
height: '85vh'
|
|
12145
12145
|
}
|
|
12146
12146
|
}, AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("div", {
|
|
12147
12147
|
className: "col-lg-12 allcentered",
|
|
@@ -18856,7 +18856,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
18856
18856
|
setopenSearch(true);
|
|
18857
18857
|
}
|
|
18858
18858
|
}, /*#__PURE__*/React.createElement(IoSearchOutline, {
|
|
18859
|
-
size: 22
|
|
18859
|
+
size: 22,
|
|
18860
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
18860
18861
|
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), /*#__PURE__*/React.createElement("div", {
|
|
18861
18862
|
style: {
|
|
18862
18863
|
width: sectionproperties.cart_BtnWidth_resp + 'px',
|
package/dist/index.umd.js
CHANGED
|
@@ -12023,7 +12023,7 @@
|
|
|
12023
12023
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12024
12024
|
className: "row m-0 w-100 ",
|
|
12025
12025
|
style: {
|
|
12026
|
-
height: '
|
|
12026
|
+
height: '85vh'
|
|
12027
12027
|
}
|
|
12028
12028
|
}, AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12029
12029
|
className: "col-lg-12 allcentered",
|
|
@@ -18738,7 +18738,8 @@
|
|
|
18738
18738
|
setopenSearch(true);
|
|
18739
18739
|
}
|
|
18740
18740
|
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
18741
|
-
size: 22
|
|
18741
|
+
size: 22,
|
|
18742
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
18742
18743
|
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18743
18744
|
style: {
|
|
18744
18745
|
width: sectionproperties.cart_BtnWidth_resp + 'px',
|