tabexseriescomponents 0.0.153 → 0.0.154
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 +21 -7
- package/dist/index.esm.js +21 -7
- package/dist/index.umd.js +21 -7
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -41285,11 +41285,6 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
41285
41285
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
41286
41286
|
props.actions.lang;
|
|
41287
41287
|
var langdetect = props.actions.langdetect;
|
|
41288
|
-
props.actions.routingcountext;
|
|
41289
|
-
props.actions.StaticPagesLinksContext;
|
|
41290
|
-
props.addtofavoritescontext;
|
|
41291
|
-
props.setShowProductInfoModalContext;
|
|
41292
|
-
props.setProductIdProdutInfoModalContext;
|
|
41293
41288
|
var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
41294
41289
|
var _useState5 = React.useState(props.cardinfoindexprops),
|
|
41295
41290
|
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
@@ -45879,7 +45874,26 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
45879
45874
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
45880
45875
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
45881
45876
|
height: sectionproperties.image_height + 'px',
|
|
45882
|
-
marginBottom: sectionproperties.image_mb + 'px'
|
|
45877
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
45878
|
+
overflow: 'hidden',
|
|
45879
|
+
position: 'relative',
|
|
45880
|
+
':before': {
|
|
45881
|
+
position: 'absolute',
|
|
45882
|
+
content: 's',
|
|
45883
|
+
fontSize: 0,
|
|
45884
|
+
width: '100%',
|
|
45885
|
+
height: '100%',
|
|
45886
|
+
backgroundColor: 'rgba(0,0,0,' + sectionproperties.darknessopacity + ')',
|
|
45887
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
45888
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
45889
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
45890
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
45891
|
+
zIndex: 100
|
|
45892
|
+
},
|
|
45893
|
+
':hover:before': {
|
|
45894
|
+
transition: '.3s',
|
|
45895
|
+
backgroundColor: 'rgba(0,0,0,0)'
|
|
45896
|
+
}
|
|
45883
45897
|
}),
|
|
45884
45898
|
categoryname: glamor.css({
|
|
45885
45899
|
color: sectionproperties.generaltext_fontColor,
|
|
@@ -45949,7 +45963,7 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
45949
45963
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
45950
45964
|
},
|
|
45951
45965
|
loading: "lazy"
|
|
45952
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45966
|
+
})), sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45953
45967
|
"class": "col-lg-12 p-0 allcentered"
|
|
45954
45968
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45955
45969
|
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak text-center '
|
package/dist/index.esm.js
CHANGED
|
@@ -41242,11 +41242,6 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
41242
41242
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
41243
41243
|
props.actions.lang;
|
|
41244
41244
|
var langdetect = props.actions.langdetect;
|
|
41245
|
-
props.actions.routingcountext;
|
|
41246
|
-
props.actions.StaticPagesLinksContext;
|
|
41247
|
-
props.addtofavoritescontext;
|
|
41248
|
-
props.setShowProductInfoModalContext;
|
|
41249
|
-
props.setProductIdProdutInfoModalContext;
|
|
41250
41245
|
var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
41251
41246
|
var _useState5 = useState(props.cardinfoindexprops),
|
|
41252
41247
|
_useState6 = _slicedToArray(_useState5, 2);
|
|
@@ -45836,7 +45831,26 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
45836
45831
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
45837
45832
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
45838
45833
|
height: sectionproperties.image_height + 'px',
|
|
45839
|
-
marginBottom: sectionproperties.image_mb + 'px'
|
|
45834
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
45835
|
+
overflow: 'hidden',
|
|
45836
|
+
position: 'relative',
|
|
45837
|
+
':before': {
|
|
45838
|
+
position: 'absolute',
|
|
45839
|
+
content: 's',
|
|
45840
|
+
fontSize: 0,
|
|
45841
|
+
width: '100%',
|
|
45842
|
+
height: '100%',
|
|
45843
|
+
backgroundColor: 'rgba(0,0,0,' + sectionproperties.darknessopacity + ')',
|
|
45844
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
45845
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
45846
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
45847
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
45848
|
+
zIndex: 100
|
|
45849
|
+
},
|
|
45850
|
+
':hover:before': {
|
|
45851
|
+
transition: '.3s',
|
|
45852
|
+
backgroundColor: 'rgba(0,0,0,0)'
|
|
45853
|
+
}
|
|
45840
45854
|
}),
|
|
45841
45855
|
categoryname: css({
|
|
45842
45856
|
color: sectionproperties.generaltext_fontColor,
|
|
@@ -45906,7 +45920,7 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
45906
45920
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
45907
45921
|
},
|
|
45908
45922
|
loading: "lazy"
|
|
45909
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
45923
|
+
})), sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
45910
45924
|
"class": "col-lg-12 p-0 allcentered"
|
|
45911
45925
|
}, /*#__PURE__*/React.createElement("p", {
|
|
45912
45926
|
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak text-center '
|
package/dist/index.umd.js
CHANGED
|
@@ -41150,11 +41150,6 @@
|
|
|
41150
41150
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
41151
41151
|
props.actions.lang;
|
|
41152
41152
|
var langdetect = props.actions.langdetect;
|
|
41153
|
-
props.actions.routingcountext;
|
|
41154
|
-
props.actions.StaticPagesLinksContext;
|
|
41155
|
-
props.addtofavoritescontext;
|
|
41156
|
-
props.setShowProductInfoModalContext;
|
|
41157
|
-
props.setProductIdProdutInfoModalContext;
|
|
41158
41153
|
var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
41159
41154
|
var _useState5 = React.useState(props.cardinfoindexprops),
|
|
41160
41155
|
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
@@ -45744,7 +45739,26 @@
|
|
|
45744
45739
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
45745
45740
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
45746
45741
|
height: sectionproperties.image_height + 'px',
|
|
45747
|
-
marginBottom: sectionproperties.image_mb + 'px'
|
|
45742
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
45743
|
+
overflow: 'hidden',
|
|
45744
|
+
position: 'relative',
|
|
45745
|
+
':before': {
|
|
45746
|
+
position: 'absolute',
|
|
45747
|
+
content: 's',
|
|
45748
|
+
fontSize: 0,
|
|
45749
|
+
width: '100%',
|
|
45750
|
+
height: '100%',
|
|
45751
|
+
backgroundColor: 'rgba(0,0,0,' + sectionproperties.darknessopacity + ')',
|
|
45752
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
45753
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
45754
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
45755
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
45756
|
+
zIndex: 100
|
|
45757
|
+
},
|
|
45758
|
+
':hover:before': {
|
|
45759
|
+
transition: '.3s',
|
|
45760
|
+
backgroundColor: 'rgba(0,0,0,0)'
|
|
45761
|
+
}
|
|
45748
45762
|
}),
|
|
45749
45763
|
categoryname: glamor.css({
|
|
45750
45764
|
color: sectionproperties.generaltext_fontColor,
|
|
@@ -45814,7 +45828,7 @@
|
|
|
45814
45828
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'
|
|
45815
45829
|
},
|
|
45816
45830
|
loading: "lazy"
|
|
45817
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45831
|
+
})), sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45818
45832
|
"class": "col-lg-12 p-0 allcentered"
|
|
45819
45833
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
45820
45834
|
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak text-center '
|