tabexseriescomponents 0.2.1256 → 0.2.1257
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 +34 -50
- package/dist/index.esm.js +34 -50
- package/dist/index.umd.js +34 -50
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -74894,14 +74894,14 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74894
74894
|
}
|
|
74895
74895
|
}),
|
|
74896
74896
|
marqueeimagecontainer: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
74897
|
-
width: sectionproperties.image_width + 'px',
|
|
74898
|
-
height: sectionproperties.image_height + 'px',
|
|
74897
|
+
width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
|
|
74898
|
+
height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
|
|
74899
74899
|
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
74900
74900
|
flex: '0 0 auto',
|
|
74901
74901
|
overflow: 'hidden'
|
|
74902
74902
|
}, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
|
|
74903
|
-
width: sectionproperties.image_width_resp + 'px',
|
|
74904
|
-
height: sectionproperties.height_responsive + 'px'
|
|
74903
|
+
width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
|
|
74904
|
+
height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
|
|
74905
74905
|
})),
|
|
74906
74906
|
marqueeimage: glamor.css({
|
|
74907
74907
|
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
@@ -74934,53 +74934,37 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74934
74934
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
74935
74935
|
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
74936
74936
|
}, [].concat(_toConsumableArray__default["default"](cardsarray), _toConsumableArray__default["default"](cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
74937
|
-
|
|
74938
|
-
|
|
74939
|
-
|
|
74940
|
-
|
|
74941
|
-
|
|
74942
|
-
|
|
74943
|
-
|
|
74944
|
-
|
|
74945
|
-
|
|
74946
|
-
|
|
74947
|
-
|
|
74948
|
-
|
|
74949
|
-
|
|
74950
|
-
|
|
74951
|
-
|
|
74952
|
-
|
|
74953
|
-
|
|
74954
|
-
|
|
74955
|
-
|
|
74956
|
-
|
|
74957
|
-
|
|
74958
|
-
|
|
74959
|
-
|
|
74960
|
-
|
|
74961
|
-
|
|
74962
|
-
|
|
74963
|
-
|
|
74964
|
-
|
|
74965
|
-
window.open('https://www.instagram.com', '_blank');
|
|
74966
|
-
}
|
|
74967
|
-
}
|
|
74968
|
-
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
74969
|
-
} else {
|
|
74970
|
-
var _authdetailsContext$i3;
|
|
74971
|
-
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74972
|
-
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74973
|
-
style: {
|
|
74974
|
-
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74975
|
-
},
|
|
74976
|
-
onClick: function onClick() {
|
|
74977
|
-
var _authdetailsContext$i4;
|
|
74978
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '691dcd6e974bb') {
|
|
74979
|
-
window.open('https://www.instagram.com', '_blank');
|
|
74980
|
-
}
|
|
74937
|
+
var _authdetailsContext$i;
|
|
74938
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74939
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74940
|
+
style: {
|
|
74941
|
+
textAlign: 'center',
|
|
74942
|
+
alignItems: 'center',
|
|
74943
|
+
alignContent: 'center'
|
|
74944
|
+
}
|
|
74945
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
74946
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74947
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74948
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74949
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
74950
|
+
style: {
|
|
74951
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
74952
|
+
margin: 0,
|
|
74953
|
+
padding: 0,
|
|
74954
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74955
|
+
}
|
|
74956
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74957
|
+
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74958
|
+
style: {
|
|
74959
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74960
|
+
},
|
|
74961
|
+
onClick: function onClick() {
|
|
74962
|
+
var _authdetailsContext$i2;
|
|
74963
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
74964
|
+
window.open('https://www.instagram.com', '_blank');
|
|
74981
74965
|
}
|
|
74982
|
-
}
|
|
74983
|
-
}
|
|
74966
|
+
}
|
|
74967
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
74984
74968
|
}))));
|
|
74985
74969
|
};
|
|
74986
74970
|
|
package/dist/index.esm.js
CHANGED
|
@@ -74843,14 +74843,14 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74843
74843
|
}
|
|
74844
74844
|
}),
|
|
74845
74845
|
marqueeimagecontainer: css(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
|
|
74846
|
-
width: sectionproperties.image_width + 'px',
|
|
74847
|
-
height: sectionproperties.image_height + 'px',
|
|
74846
|
+
width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
|
|
74847
|
+
height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
|
|
74848
74848
|
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
74849
74849
|
flex: '0 0 auto',
|
|
74850
74850
|
overflow: 'hidden'
|
|
74851
74851
|
}, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
|
|
74852
|
-
width: sectionproperties.image_width_resp + 'px',
|
|
74853
|
-
height: sectionproperties.height_responsive + 'px'
|
|
74852
|
+
width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
|
|
74853
|
+
height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
|
|
74854
74854
|
})),
|
|
74855
74855
|
marqueeimage: css({
|
|
74856
74856
|
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
@@ -74883,53 +74883,37 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74883
74883
|
}, /*#__PURE__*/React.createElement("span", {
|
|
74884
74884
|
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
74885
74885
|
}, [].concat(_toConsumableArray(cardsarray), _toConsumableArray(cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
74886
|
-
|
|
74887
|
-
|
|
74888
|
-
|
|
74889
|
-
|
|
74890
|
-
|
|
74891
|
-
|
|
74892
|
-
|
|
74893
|
-
|
|
74894
|
-
|
|
74895
|
-
|
|
74896
|
-
|
|
74897
|
-
|
|
74898
|
-
|
|
74899
|
-
|
|
74900
|
-
|
|
74901
|
-
|
|
74902
|
-
|
|
74903
|
-
|
|
74904
|
-
|
|
74905
|
-
|
|
74906
|
-
|
|
74907
|
-
|
|
74908
|
-
|
|
74909
|
-
|
|
74910
|
-
|
|
74911
|
-
|
|
74912
|
-
|
|
74913
|
-
|
|
74914
|
-
window.open('https://www.instagram.com', '_blank');
|
|
74915
|
-
}
|
|
74916
|
-
}
|
|
74917
|
-
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
74918
|
-
} else {
|
|
74919
|
-
var _authdetailsContext$i3;
|
|
74920
|
-
return /*#__PURE__*/React.createElement("p", {
|
|
74921
|
-
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74922
|
-
style: {
|
|
74923
|
-
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74924
|
-
},
|
|
74925
|
-
onClick: function onClick() {
|
|
74926
|
-
var _authdetailsContext$i4;
|
|
74927
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '691dcd6e974bb') {
|
|
74928
|
-
window.open('https://www.instagram.com', '_blank');
|
|
74929
|
-
}
|
|
74886
|
+
var _authdetailsContext$i;
|
|
74887
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
74888
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74889
|
+
style: {
|
|
74890
|
+
textAlign: 'center',
|
|
74891
|
+
alignItems: 'center',
|
|
74892
|
+
alignContent: 'center'
|
|
74893
|
+
}
|
|
74894
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
74895
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74896
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74897
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74898
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
74899
|
+
style: {
|
|
74900
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
74901
|
+
margin: 0,
|
|
74902
|
+
padding: 0,
|
|
74903
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74904
|
+
}
|
|
74905
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
74906
|
+
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74907
|
+
style: {
|
|
74908
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74909
|
+
},
|
|
74910
|
+
onClick: function onClick() {
|
|
74911
|
+
var _authdetailsContext$i2;
|
|
74912
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
74913
|
+
window.open('https://www.instagram.com', '_blank');
|
|
74930
74914
|
}
|
|
74931
|
-
}
|
|
74932
|
-
}
|
|
74915
|
+
}
|
|
74916
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
74933
74917
|
}))));
|
|
74934
74918
|
};
|
|
74935
74919
|
|
package/dist/index.umd.js
CHANGED
|
@@ -74700,14 +74700,14 @@
|
|
|
74700
74700
|
}
|
|
74701
74701
|
}),
|
|
74702
74702
|
marqueeimagecontainer: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
74703
|
-
width: sectionproperties.image_width + 'px',
|
|
74704
|
-
height: sectionproperties.image_height + 'px',
|
|
74703
|
+
width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
|
|
74704
|
+
height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
|
|
74705
74705
|
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
74706
74706
|
flex: '0 0 auto',
|
|
74707
74707
|
overflow: 'hidden'
|
|
74708
74708
|
}, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
|
|
74709
|
-
width: sectionproperties.image_width_resp + 'px',
|
|
74710
|
-
height: sectionproperties.height_responsive + 'px'
|
|
74709
|
+
width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
|
|
74710
|
+
height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
|
|
74711
74711
|
})),
|
|
74712
74712
|
marqueeimage: glamor.css({
|
|
74713
74713
|
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
@@ -74740,53 +74740,37 @@
|
|
|
74740
74740
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
74741
74741
|
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
74742
74742
|
}, [].concat(_toConsumableArray__default["default"](cardsarray), _toConsumableArray__default["default"](cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
74743
|
-
|
|
74744
|
-
|
|
74745
|
-
|
|
74746
|
-
|
|
74747
|
-
|
|
74748
|
-
|
|
74749
|
-
|
|
74750
|
-
|
|
74751
|
-
|
|
74752
|
-
|
|
74753
|
-
|
|
74754
|
-
|
|
74755
|
-
|
|
74756
|
-
|
|
74757
|
-
|
|
74758
|
-
|
|
74759
|
-
|
|
74760
|
-
|
|
74761
|
-
|
|
74762
|
-
|
|
74763
|
-
|
|
74764
|
-
|
|
74765
|
-
|
|
74766
|
-
|
|
74767
|
-
|
|
74768
|
-
|
|
74769
|
-
|
|
74770
|
-
|
|
74771
|
-
window.open('https://www.instagram.com', '_blank');
|
|
74772
|
-
}
|
|
74773
|
-
}
|
|
74774
|
-
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
74775
|
-
} else {
|
|
74776
|
-
var _authdetailsContext$i3;
|
|
74777
|
-
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74778
|
-
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74779
|
-
style: {
|
|
74780
|
-
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74781
|
-
},
|
|
74782
|
-
onClick: function onClick() {
|
|
74783
|
-
var _authdetailsContext$i4;
|
|
74784
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '691dcd6e974bb') {
|
|
74785
|
-
window.open('https://www.instagram.com', '_blank');
|
|
74786
|
-
}
|
|
74743
|
+
var _authdetailsContext$i;
|
|
74744
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74745
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74746
|
+
style: {
|
|
74747
|
+
textAlign: 'center',
|
|
74748
|
+
alignItems: 'center',
|
|
74749
|
+
alignContent: 'center'
|
|
74750
|
+
}
|
|
74751
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
74752
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74753
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74754
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74755
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
74756
|
+
style: {
|
|
74757
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
74758
|
+
margin: 0,
|
|
74759
|
+
padding: 0,
|
|
74760
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74761
|
+
}
|
|
74762
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74763
|
+
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74764
|
+
style: {
|
|
74765
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74766
|
+
},
|
|
74767
|
+
onClick: function onClick() {
|
|
74768
|
+
var _authdetailsContext$i2;
|
|
74769
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
74770
|
+
window.open('https://www.instagram.com', '_blank');
|
|
74787
74771
|
}
|
|
74788
|
-
}
|
|
74789
|
-
}
|
|
74772
|
+
}
|
|
74773
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
74790
74774
|
}))));
|
|
74791
74775
|
};
|
|
74792
74776
|
|