tabexseriescomponents 0.0.445 → 0.0.446
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 +12 -6
- package/dist/index.esm.js +12 -6
- package/dist/index.umd.js +12 -6
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -13255,14 +13255,17 @@ var CartSlider = function CartSlider(props) {
|
|
|
13255
13255
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13256
13256
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
13257
13257
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13258
|
-
"class": "row m-0 w-100"
|
|
13258
|
+
"class": "row m-0 w-100",
|
|
13259
|
+
style: {
|
|
13260
|
+
color: sectionproperties.prodNameColor
|
|
13261
|
+
}
|
|
13259
13262
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13260
13263
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
13261
13264
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13262
|
-
className: 'text-capitalize
|
|
13265
|
+
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
13263
13266
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13264
|
-
className: '
|
|
13265
|
-
}, variantitem.optionvalue))));
|
|
13267
|
+
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
13268
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue))));
|
|
13266
13269
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13267
13270
|
"class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
|
|
13268
13271
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -16174,6 +16177,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16174
16177
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16175
16178
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16176
16179
|
};
|
|
16180
|
+
|
|
16177
16181
|
var CollectionsFilter = function CollectionsFilter() {
|
|
16178
16182
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16179
16183
|
"class": "col-lg-12 p-0 scrollhorixontalcontainer text-center px-sm-3"
|
|
@@ -18702,8 +18706,10 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
18702
18706
|
background: templateproperties_context.textsliderbgcolor,
|
|
18703
18707
|
paddingTop: templateproperties_context.sliderpaddingvertical + 'px',
|
|
18704
18708
|
paddingBottom: templateproperties_context.sliderpaddingvertical + 'px',
|
|
18705
|
-
paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18706
|
-
paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
|
|
18709
|
+
// paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18710
|
+
// paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18711
|
+
paddingLeft: '200px',
|
|
18712
|
+
paddingRight: '200px'
|
|
18707
18713
|
}
|
|
18708
18714
|
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", null, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18709
18715
|
"class": "d-flex flex-row align-items-center"
|
package/dist/index.esm.js
CHANGED
|
@@ -13206,14 +13206,17 @@ var CartSlider = function CartSlider(props) {
|
|
|
13206
13206
|
return /*#__PURE__*/React.createElement("div", {
|
|
13207
13207
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
13208
13208
|
}, /*#__PURE__*/React.createElement("div", {
|
|
13209
|
-
"class": "row m-0 w-100"
|
|
13209
|
+
"class": "row m-0 w-100",
|
|
13210
|
+
style: {
|
|
13211
|
+
color: sectionproperties.prodNameColor
|
|
13212
|
+
}
|
|
13210
13213
|
}, /*#__PURE__*/React.createElement("div", {
|
|
13211
13214
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
13212
13215
|
}, /*#__PURE__*/React.createElement("p", {
|
|
13213
|
-
className: 'text-capitalize
|
|
13216
|
+
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
13214
13217
|
}, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
|
|
13215
|
-
className: '
|
|
13216
|
-
}, variantitem.optionvalue))));
|
|
13218
|
+
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
13219
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue))));
|
|
13217
13220
|
}), /*#__PURE__*/React.createElement("div", {
|
|
13218
13221
|
"class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
|
|
13219
13222
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -16125,6 +16128,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16125
16128
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16126
16129
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16127
16130
|
};
|
|
16131
|
+
|
|
16128
16132
|
var CollectionsFilter = function CollectionsFilter() {
|
|
16129
16133
|
return /*#__PURE__*/React.createElement("div", {
|
|
16130
16134
|
"class": "col-lg-12 p-0 scrollhorixontalcontainer text-center px-sm-3"
|
|
@@ -18653,8 +18657,10 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
18653
18657
|
background: templateproperties_context.textsliderbgcolor,
|
|
18654
18658
|
paddingTop: templateproperties_context.sliderpaddingvertical + 'px',
|
|
18655
18659
|
paddingBottom: templateproperties_context.sliderpaddingvertical + 'px',
|
|
18656
|
-
paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18657
|
-
paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
|
|
18660
|
+
// paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18661
|
+
// paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18662
|
+
paddingLeft: '200px',
|
|
18663
|
+
paddingRight: '200px'
|
|
18658
18664
|
}
|
|
18659
18665
|
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React.createElement("marquee", null, /*#__PURE__*/React.createElement("span", {
|
|
18660
18666
|
"class": "d-flex flex-row align-items-center"
|
package/dist/index.umd.js
CHANGED
|
@@ -13081,14 +13081,17 @@
|
|
|
13081
13081
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13082
13082
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
13083
13083
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13084
|
-
"class": "row m-0 w-100"
|
|
13084
|
+
"class": "row m-0 w-100",
|
|
13085
|
+
style: {
|
|
13086
|
+
color: sectionproperties.prodNameColor
|
|
13087
|
+
}
|
|
13085
13088
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13086
13089
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
13087
13090
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13088
|
-
className: 'text-capitalize
|
|
13091
|
+
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
13089
13092
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13090
|
-
className: '
|
|
13091
|
-
}, variantitem.optionvalue))));
|
|
13093
|
+
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
13094
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue))));
|
|
13092
13095
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13093
13096
|
"class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
|
|
13094
13097
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -16000,6 +16003,7 @@
|
|
|
16000
16003
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16001
16004
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16002
16005
|
};
|
|
16006
|
+
|
|
16003
16007
|
var CollectionsFilter = function CollectionsFilter() {
|
|
16004
16008
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16005
16009
|
"class": "col-lg-12 p-0 scrollhorixontalcontainer text-center px-sm-3"
|
|
@@ -18528,8 +18532,10 @@
|
|
|
18528
18532
|
background: templateproperties_context.textsliderbgcolor,
|
|
18529
18533
|
paddingTop: templateproperties_context.sliderpaddingvertical + 'px',
|
|
18530
18534
|
paddingBottom: templateproperties_context.sliderpaddingvertical + 'px',
|
|
18531
|
-
paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18532
|
-
paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
|
|
18535
|
+
// paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18536
|
+
// paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
18537
|
+
paddingLeft: '200px',
|
|
18538
|
+
paddingRight: '200px'
|
|
18533
18539
|
}
|
|
18534
18540
|
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", null, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18535
18541
|
"class": "d-flex flex-row align-items-center"
|