tabexseriescomponents 0.2.1255 → 0.2.1256
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 +46 -30
- package/dist/index.esm.js +46 -30
- package/dist/index.umd.js +46 -30
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -74934,37 +74934,53 @@ 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
|
-
}, 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');
|
|
74937
|
+
if (cardinfoitem.marqueeimage != null) {
|
|
74938
|
+
var _authdetailsContext$i;
|
|
74939
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74940
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74941
|
+
style: {
|
|
74942
|
+
textAlign: 'center',
|
|
74943
|
+
alignItems: 'center',
|
|
74944
|
+
alignContent: 'center'
|
|
74965
74945
|
}
|
|
74966
|
-
}
|
|
74967
|
-
|
|
74946
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
74947
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74948
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74949
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74950
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
74951
|
+
style: {
|
|
74952
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
74953
|
+
margin: 0,
|
|
74954
|
+
padding: 0,
|
|
74955
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74956
|
+
}
|
|
74957
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74958
|
+
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74959
|
+
style: {
|
|
74960
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74961
|
+
},
|
|
74962
|
+
onClick: function onClick() {
|
|
74963
|
+
var _authdetailsContext$i2;
|
|
74964
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
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
|
+
}
|
|
74981
|
+
}
|
|
74982
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
|
|
74983
|
+
}
|
|
74968
74984
|
}))));
|
|
74969
74985
|
};
|
|
74970
74986
|
|
package/dist/index.esm.js
CHANGED
|
@@ -74883,37 +74883,53 @@ 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
|
-
}, 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');
|
|
74886
|
+
if (cardinfoitem.marqueeimage != null) {
|
|
74887
|
+
var _authdetailsContext$i;
|
|
74888
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
74889
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74890
|
+
style: {
|
|
74891
|
+
textAlign: 'center',
|
|
74892
|
+
alignItems: 'center',
|
|
74893
|
+
alignContent: 'center'
|
|
74914
74894
|
}
|
|
74915
|
-
}
|
|
74916
|
-
|
|
74895
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
74896
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74897
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74898
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74899
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
74900
|
+
style: {
|
|
74901
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
74902
|
+
margin: 0,
|
|
74903
|
+
padding: 0,
|
|
74904
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74905
|
+
}
|
|
74906
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
74907
|
+
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74908
|
+
style: {
|
|
74909
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74910
|
+
},
|
|
74911
|
+
onClick: function onClick() {
|
|
74912
|
+
var _authdetailsContext$i2;
|
|
74913
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
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
|
+
}
|
|
74930
|
+
}
|
|
74931
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
|
|
74932
|
+
}
|
|
74917
74933
|
}))));
|
|
74918
74934
|
};
|
|
74919
74935
|
|
package/dist/index.umd.js
CHANGED
|
@@ -74740,37 +74740,53 @@
|
|
|
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
|
-
}, 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');
|
|
74743
|
+
if (cardinfoitem.marqueeimage != null) {
|
|
74744
|
+
var _authdetailsContext$i;
|
|
74745
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74746
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74747
|
+
style: {
|
|
74748
|
+
textAlign: 'center',
|
|
74749
|
+
alignItems: 'center',
|
|
74750
|
+
alignContent: 'center'
|
|
74771
74751
|
}
|
|
74772
|
-
}
|
|
74773
|
-
|
|
74752
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
74753
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74754
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74755
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74756
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
74757
|
+
style: {
|
|
74758
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
74759
|
+
margin: 0,
|
|
74760
|
+
padding: 0,
|
|
74761
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74762
|
+
}
|
|
74763
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74764
|
+
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74765
|
+
style: {
|
|
74766
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74767
|
+
},
|
|
74768
|
+
onClick: function onClick() {
|
|
74769
|
+
var _authdetailsContext$i2;
|
|
74770
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
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
|
+
}
|
|
74787
|
+
}
|
|
74788
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
|
|
74789
|
+
}
|
|
74774
74790
|
}))));
|
|
74775
74791
|
};
|
|
74776
74792
|
|