tabexseriescomponents 0.0.729 → 0.0.730
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 +26 -2
- package/dist/index.esm.js +26 -2
- package/dist/index.umd.js +26 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19271,6 +19271,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19271
19271
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19272
19272
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
19273
19273
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19274
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19275
|
+
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19274
19276
|
} else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
|
|
19275
19277
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19276
19278
|
} else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
|
|
@@ -19303,6 +19305,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19303
19305
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19304
19306
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
19305
19307
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19308
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19309
|
+
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19306
19310
|
} else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
|
|
19307
19311
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19308
19312
|
} else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
|
|
@@ -19331,6 +19335,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19331
19335
|
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19332
19336
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19333
19337
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19338
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19339
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19334
19340
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
19335
19341
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19336
19342
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
@@ -19358,6 +19364,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19358
19364
|
}
|
|
19359
19365
|
if (item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft') {
|
|
19360
19366
|
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19367
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19368
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19361
19369
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19362
19370
|
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19363
19371
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
@@ -19388,6 +19396,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19388
19396
|
bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19389
19397
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19390
19398
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19399
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19400
|
+
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19391
19401
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
19392
19402
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19393
19403
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
@@ -72890,8 +72900,22 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
72890
72900
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72891
72901
|
"class": "col-lg-12 d-flex justify-content-center align-items-center flex-column"
|
|
72892
72902
|
}, sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72893
|
-
"class": 'm-0 p-0 text-center'
|
|
72894
|
-
|
|
72903
|
+
"class": 'm-0 p-0 text-center',
|
|
72904
|
+
style: {
|
|
72905
|
+
fontSize: 15,
|
|
72906
|
+
fontWeight: 500
|
|
72907
|
+
}
|
|
72908
|
+
}, item.name), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72909
|
+
"class": 'm-0 p-0 text-center',
|
|
72910
|
+
dangerouslySetInnerHTML: {
|
|
72911
|
+
__html: item.description
|
|
72912
|
+
},
|
|
72913
|
+
style: _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
72914
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
72915
|
+
color: sectionproperties.prodCatColor,
|
|
72916
|
+
fontWeight: sectionproperties.prodCatFontWeight
|
|
72917
|
+
}, "fontSize", 18), "fontWeight", 600), "color", '#fff')
|
|
72918
|
+
}), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
72895
72919
|
"class": "".concat(categorycard_cssstyles.cardbtn, " ").concat(cardstyles$2.cardbtn) + ' font-md-13 ',
|
|
72896
72920
|
onClick: function onClick(e) {
|
|
72897
72921
|
e.stopPropagation();
|
package/dist/index.esm.js
CHANGED
|
@@ -19222,6 +19222,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19222
19222
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19223
19223
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
19224
19224
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19225
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19226
|
+
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19225
19227
|
} else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
|
|
19226
19228
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19227
19229
|
} else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
|
|
@@ -19254,6 +19256,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19254
19256
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19255
19257
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
19256
19258
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19259
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19260
|
+
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19257
19261
|
} else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
|
|
19258
19262
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19259
19263
|
} else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
|
|
@@ -19282,6 +19286,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19282
19286
|
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19283
19287
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19284
19288
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19289
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19290
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19285
19291
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
19286
19292
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19287
19293
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
@@ -19309,6 +19315,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19309
19315
|
}
|
|
19310
19316
|
if (item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft') {
|
|
19311
19317
|
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19318
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19319
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19312
19320
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19313
19321
|
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19314
19322
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
@@ -19339,6 +19347,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
19339
19347
|
bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19340
19348
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19341
19349
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19350
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19351
|
+
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19342
19352
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
19343
19353
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19344
19354
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
@@ -72841,8 +72851,22 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
72841
72851
|
}, /*#__PURE__*/React.createElement("div", {
|
|
72842
72852
|
"class": "col-lg-12 d-flex justify-content-center align-items-center flex-column"
|
|
72843
72853
|
}, sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
72844
|
-
"class": 'm-0 p-0 text-center'
|
|
72845
|
-
|
|
72854
|
+
"class": 'm-0 p-0 text-center',
|
|
72855
|
+
style: {
|
|
72856
|
+
fontSize: 15,
|
|
72857
|
+
fontWeight: 500
|
|
72858
|
+
}
|
|
72859
|
+
}, item.name), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
72860
|
+
"class": 'm-0 p-0 text-center',
|
|
72861
|
+
dangerouslySetInnerHTML: {
|
|
72862
|
+
__html: item.description
|
|
72863
|
+
},
|
|
72864
|
+
style: _defineProperty(_defineProperty(_defineProperty({
|
|
72865
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
72866
|
+
color: sectionproperties.prodCatColor,
|
|
72867
|
+
fontWeight: sectionproperties.prodCatFontWeight
|
|
72868
|
+
}, "fontSize", 18), "fontWeight", 600), "color", '#fff')
|
|
72869
|
+
}), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("button", {
|
|
72846
72870
|
"class": "".concat(categorycard_cssstyles.cardbtn, " ").concat(cardstyles$2.cardbtn) + ' font-md-13 ',
|
|
72847
72871
|
onClick: function onClick(e) {
|
|
72848
72872
|
e.stopPropagation();
|
package/dist/index.umd.js
CHANGED
|
@@ -19095,6 +19095,8 @@
|
|
|
19095
19095
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19096
19096
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
19097
19097
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19098
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19099
|
+
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19098
19100
|
} else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
|
|
19099
19101
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19100
19102
|
} else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
|
|
@@ -19127,6 +19129,8 @@
|
|
|
19127
19129
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19128
19130
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
19129
19131
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19132
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19133
|
+
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19130
19134
|
} else if (item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg') {
|
|
19131
19135
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19132
19136
|
} else if (item.tabexsectioninfo.sectioncompname == 'Card20') {
|
|
@@ -19155,6 +19159,8 @@
|
|
|
19155
19159
|
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19156
19160
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19157
19161
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19162
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19163
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19158
19164
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
19159
19165
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19160
19166
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
@@ -19182,6 +19188,8 @@
|
|
|
19182
19188
|
}
|
|
19183
19189
|
if (item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft') {
|
|
19184
19190
|
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19191
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19192
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19185
19193
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19186
19194
|
bootstapclass = ' col-xl-3 p-0 col-lg-4 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19187
19195
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
@@ -19212,6 +19220,8 @@
|
|
|
19212
19220
|
bootstapclass = ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ';
|
|
19213
19221
|
} else if (item.tabexsectioninfo.sectioncompname == 'MenuCard') {
|
|
19214
19222
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19223
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext') {
|
|
19224
|
+
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
19215
19225
|
} else if (item.tabexsectioninfo.sectioncompname == 'ServiceCard') {
|
|
19216
19226
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ';
|
|
19217
19227
|
} else if (item.tabexsectioninfo.sectioncompname == 'StylishProductCard') {
|
|
@@ -72714,8 +72724,22 @@
|
|
|
72714
72724
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72715
72725
|
"class": "col-lg-12 d-flex justify-content-center align-items-center flex-column"
|
|
72716
72726
|
}, sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72717
|
-
"class": 'm-0 p-0 text-center'
|
|
72718
|
-
|
|
72727
|
+
"class": 'm-0 p-0 text-center',
|
|
72728
|
+
style: {
|
|
72729
|
+
fontSize: 15,
|
|
72730
|
+
fontWeight: 500
|
|
72731
|
+
}
|
|
72732
|
+
}, item.name), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72733
|
+
"class": 'm-0 p-0 text-center',
|
|
72734
|
+
dangerouslySetInnerHTML: {
|
|
72735
|
+
__html: item.description
|
|
72736
|
+
},
|
|
72737
|
+
style: _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
72738
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
72739
|
+
color: sectionproperties.prodCatColor,
|
|
72740
|
+
fontWeight: sectionproperties.prodCatFontWeight
|
|
72741
|
+
}, "fontSize", 18), "fontWeight", 600), "color", '#fff')
|
|
72742
|
+
}), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
72719
72743
|
"class": "".concat(categorycard_cssstyles.cardbtn, " ").concat(cardstyles$2.cardbtn) + ' font-md-13 ',
|
|
72720
72744
|
onClick: function onClick(e) {
|
|
72721
72745
|
e.stopPropagation();
|