tabexseriescomponents 0.2.1230 → 0.2.1231
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 +40 -51
- package/dist/index.esm.js +40 -51
- package/dist/index.umd.js +40 -51
- package/package.json +1 -1
- package/src.zip +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -73923,7 +73923,6 @@ var TableSection = function TableSection(props) {
|
|
|
73923
73923
|
function ownKeys$12(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
73924
73924
|
function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
73925
73925
|
var MarqueeSection = function MarqueeSection(props) {
|
|
73926
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7;
|
|
73927
73926
|
var _useState = React.useState(''),
|
|
73928
73927
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
73929
73928
|
sectionproperties = _useState2[0],
|
|
@@ -73933,7 +73932,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
73933
73932
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
73934
73933
|
visible = _useState4[0],
|
|
73935
73934
|
setVisible = _useState4[1];
|
|
73936
|
-
props.actions.ikimagecredcontext;
|
|
73935
|
+
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
73937
73936
|
var _useState5 = React.useState([]),
|
|
73938
73937
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
73939
73938
|
cardsarray = _useState6[0],
|
|
@@ -73987,6 +73986,23 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
73987
73986
|
paddingTop: sectionproperties.paddingtopresponsive + 'px',
|
|
73988
73987
|
paddingBottom: sectionproperties.paddingbottomresponsive + 'px'
|
|
73989
73988
|
}
|
|
73989
|
+
}),
|
|
73990
|
+
marqueeimagecontainer: glamor.css({
|
|
73991
|
+
width: sectionproperties.image_width + 'px',
|
|
73992
|
+
height: sectionproperties.image_height + 'px',
|
|
73993
|
+
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
73994
|
+
'@media (max-width: 800px)': {
|
|
73995
|
+
width: sectionproperties.image_width_resp + 'px',
|
|
73996
|
+
height: sectionproperties.height_responsive + 'px'
|
|
73997
|
+
}
|
|
73998
|
+
}),
|
|
73999
|
+
marqueeimage: glamor.css({
|
|
74000
|
+
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
74001
|
+
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
74002
|
+
'@media (max-width: 800px)': {
|
|
74003
|
+
width: sectionproperties.innerwidthheightresp + '%',
|
|
74004
|
+
height: sectionproperties.innerwidthheightresp + '%'
|
|
74005
|
+
}
|
|
73990
74006
|
})
|
|
73991
74007
|
};
|
|
73992
74008
|
React.useEffect(function () {
|
|
@@ -74005,67 +74021,40 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74005
74021
|
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center '
|
|
74006
74022
|
// data-aos={'fade-up'}
|
|
74007
74023
|
,
|
|
74008
|
-
style: {
|
|
74009
|
-
|
|
74010
|
-
paddingTop: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) != '6935c04816952' ? sectionproperties.paddingTop + 'px' : 0,
|
|
74011
|
-
paddingBottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '6935c04816952' ? sectionproperties.paddingBottom + 'px' : 0
|
|
74012
|
-
|
|
74013
|
-
// background: sectionproperties.backgroundColor,
|
|
74014
|
-
|
|
74015
|
-
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
74016
|
-
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
74017
|
-
}
|
|
74018
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) != '6935c04816952' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74024
|
+
style: {}
|
|
74025
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74019
74026
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
74020
74027
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
74021
|
-
"class":
|
|
74028
|
+
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text' : 'd-flex flex-row align-items-center rotating-text rotating-text-reverse'
|
|
74022
74029
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
74023
|
-
var _authdetailsContext$
|
|
74024
|
-
return /*#__PURE__*/React__default["default"].createElement("
|
|
74025
|
-
"class": section_styles.
|
|
74030
|
+
var _authdetailsContext$i;
|
|
74031
|
+
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74032
|
+
"class": section_styles.marqueeimagecontainer + ' allcentered ',
|
|
74033
|
+
style: {}
|
|
74034
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
74035
|
+
"class": section_styles.marqueeimage,
|
|
74036
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74037
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74038
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
74026
74039
|
style: {
|
|
74027
|
-
|
|
74028
|
-
|
|
74029
|
-
|
|
74030
|
-
|
|
74031
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '691dcd6e974bb') {
|
|
74032
|
-
window.open('https://www.instagram.com', '_blank');
|
|
74033
|
-
}
|
|
74040
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
74041
|
+
margin: 0,
|
|
74042
|
+
padding: 0,
|
|
74043
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74034
74044
|
}
|
|
74035
|
-
},
|
|
74036
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '6935c04816952' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74037
|
-
className: "row m-0 mx-auto w-100"
|
|
74038
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74039
|
-
"class": "col-11 p-0 mx-auto",
|
|
74040
|
-
style: {
|
|
74041
|
-
background: '#232020',
|
|
74042
|
-
width: '90%',
|
|
74043
|
-
borderTopLeftRadius: 20,
|
|
74044
|
-
borderTopRightRadius: 20,
|
|
74045
|
-
paddingTop: 20,
|
|
74046
|
-
paddingBottom: 20
|
|
74047
|
-
}
|
|
74048
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74049
|
-
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
74050
|
-
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
74051
|
-
"class": "d-flex flex-row align-items-center rotating-text"
|
|
74052
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
74053
|
-
var _authdetailsContext$i8;
|
|
74054
|
-
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74045
|
+
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74055
74046
|
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74056
74047
|
style: {
|
|
74057
|
-
|
|
74058
|
-
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : '',
|
|
74059
|
-
color: 'white'
|
|
74048
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74060
74049
|
},
|
|
74061
74050
|
onClick: function onClick() {
|
|
74062
|
-
var _authdetailsContext$
|
|
74063
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
74051
|
+
var _authdetailsContext$i2;
|
|
74052
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
74064
74053
|
window.open('https://www.instagram.com', '_blank');
|
|
74065
74054
|
}
|
|
74066
74055
|
}
|
|
74067
|
-
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
|
|
74068
|
-
}))))
|
|
74056
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
74057
|
+
}))));
|
|
74069
74058
|
};
|
|
74070
74059
|
|
|
74071
74060
|
function ownKeys$11(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/dist/index.esm.js
CHANGED
|
@@ -73872,7 +73872,6 @@ var TableSection = function TableSection(props) {
|
|
|
73872
73872
|
function ownKeys$12(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
73873
73873
|
function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
73874
73874
|
var MarqueeSection = function MarqueeSection(props) {
|
|
73875
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7;
|
|
73876
73875
|
var _useState = useState(''),
|
|
73877
73876
|
_useState2 = _slicedToArray(_useState, 2),
|
|
73878
73877
|
sectionproperties = _useState2[0],
|
|
@@ -73882,7 +73881,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
73882
73881
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
73883
73882
|
visible = _useState4[0],
|
|
73884
73883
|
setVisible = _useState4[1];
|
|
73885
|
-
props.actions.ikimagecredcontext;
|
|
73884
|
+
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
73886
73885
|
var _useState5 = useState([]),
|
|
73887
73886
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
73888
73887
|
cardsarray = _useState6[0],
|
|
@@ -73936,6 +73935,23 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
73936
73935
|
paddingTop: sectionproperties.paddingtopresponsive + 'px',
|
|
73937
73936
|
paddingBottom: sectionproperties.paddingbottomresponsive + 'px'
|
|
73938
73937
|
}
|
|
73938
|
+
}),
|
|
73939
|
+
marqueeimagecontainer: css({
|
|
73940
|
+
width: sectionproperties.image_width + 'px',
|
|
73941
|
+
height: sectionproperties.image_height + 'px',
|
|
73942
|
+
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
73943
|
+
'@media (max-width: 800px)': {
|
|
73944
|
+
width: sectionproperties.image_width_resp + 'px',
|
|
73945
|
+
height: sectionproperties.height_responsive + 'px'
|
|
73946
|
+
}
|
|
73947
|
+
}),
|
|
73948
|
+
marqueeimage: css({
|
|
73949
|
+
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
73950
|
+
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
73951
|
+
'@media (max-width: 800px)': {
|
|
73952
|
+
width: sectionproperties.innerwidthheightresp + '%',
|
|
73953
|
+
height: sectionproperties.innerwidthheightresp + '%'
|
|
73954
|
+
}
|
|
73939
73955
|
})
|
|
73940
73956
|
};
|
|
73941
73957
|
useEffect(function () {
|
|
@@ -73954,67 +73970,40 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
73954
73970
|
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center '
|
|
73955
73971
|
// data-aos={'fade-up'}
|
|
73956
73972
|
,
|
|
73957
|
-
style: {
|
|
73958
|
-
|
|
73959
|
-
paddingTop: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) != '6935c04816952' ? sectionproperties.paddingTop + 'px' : 0,
|
|
73960
|
-
paddingBottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '6935c04816952' ? sectionproperties.paddingBottom + 'px' : 0
|
|
73961
|
-
|
|
73962
|
-
// background: sectionproperties.backgroundColor,
|
|
73963
|
-
|
|
73964
|
-
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
73965
|
-
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
73966
|
-
}
|
|
73967
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) != '6935c04816952' && /*#__PURE__*/React.createElement("div", {
|
|
73973
|
+
style: {}
|
|
73974
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
73968
73975
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
73969
73976
|
}, /*#__PURE__*/React.createElement("span", {
|
|
73970
|
-
"class":
|
|
73977
|
+
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text' : 'd-flex flex-row align-items-center rotating-text rotating-text-reverse'
|
|
73971
73978
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
73972
|
-
var _authdetailsContext$
|
|
73973
|
-
return /*#__PURE__*/React.createElement("
|
|
73974
|
-
"class": section_styles.
|
|
73979
|
+
var _authdetailsContext$i;
|
|
73980
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
73981
|
+
"class": section_styles.marqueeimagecontainer + ' allcentered ',
|
|
73982
|
+
style: {}
|
|
73983
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
73984
|
+
"class": section_styles.marqueeimage,
|
|
73985
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
73986
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
73987
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
73975
73988
|
style: {
|
|
73976
|
-
|
|
73977
|
-
|
|
73978
|
-
|
|
73979
|
-
|
|
73980
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '691dcd6e974bb') {
|
|
73981
|
-
window.open('https://www.instagram.com', '_blank');
|
|
73982
|
-
}
|
|
73989
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
73990
|
+
margin: 0,
|
|
73991
|
+
padding: 0,
|
|
73992
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
73983
73993
|
}
|
|
73984
|
-
},
|
|
73985
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '6935c04816952' && /*#__PURE__*/React.createElement("div", {
|
|
73986
|
-
className: "row m-0 mx-auto w-100"
|
|
73987
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
73988
|
-
"class": "col-11 p-0 mx-auto",
|
|
73989
|
-
style: {
|
|
73990
|
-
background: '#232020',
|
|
73991
|
-
width: '90%',
|
|
73992
|
-
borderTopLeftRadius: 20,
|
|
73993
|
-
borderTopRightRadius: 20,
|
|
73994
|
-
paddingTop: 20,
|
|
73995
|
-
paddingBottom: 20
|
|
73996
|
-
}
|
|
73997
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
73998
|
-
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
73999
|
-
}, /*#__PURE__*/React.createElement("span", {
|
|
74000
|
-
"class": "d-flex flex-row align-items-center rotating-text"
|
|
74001
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
74002
|
-
var _authdetailsContext$i8;
|
|
74003
|
-
return /*#__PURE__*/React.createElement("p", {
|
|
73994
|
+
})), /*#__PURE__*/React.createElement("p", {
|
|
74004
73995
|
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74005
73996
|
style: {
|
|
74006
|
-
|
|
74007
|
-
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : '',
|
|
74008
|
-
color: 'white'
|
|
73997
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
74009
73998
|
},
|
|
74010
73999
|
onClick: function onClick() {
|
|
74011
|
-
var _authdetailsContext$
|
|
74012
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
74000
|
+
var _authdetailsContext$i2;
|
|
74001
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
74013
74002
|
window.open('https://www.instagram.com', '_blank');
|
|
74014
74003
|
}
|
|
74015
74004
|
}
|
|
74016
|
-
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
|
|
74017
|
-
}))))
|
|
74005
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
74006
|
+
}))));
|
|
74018
74007
|
};
|
|
74019
74008
|
|
|
74020
74009
|
function ownKeys$11(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/dist/index.umd.js
CHANGED
|
@@ -73729,7 +73729,6 @@
|
|
|
73729
73729
|
function ownKeys$12(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
73730
73730
|
function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
73731
73731
|
var MarqueeSection = function MarqueeSection(props) {
|
|
73732
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7;
|
|
73733
73732
|
var _useState = React.useState(''),
|
|
73734
73733
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
73735
73734
|
sectionproperties = _useState2[0],
|
|
@@ -73739,7 +73738,7 @@
|
|
|
73739
73738
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
73740
73739
|
visible = _useState4[0],
|
|
73741
73740
|
setVisible = _useState4[1];
|
|
73742
|
-
props.actions.ikimagecredcontext;
|
|
73741
|
+
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
73743
73742
|
var _useState5 = React.useState([]),
|
|
73744
73743
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
73745
73744
|
cardsarray = _useState6[0],
|
|
@@ -73793,6 +73792,23 @@
|
|
|
73793
73792
|
paddingTop: sectionproperties.paddingtopresponsive + 'px',
|
|
73794
73793
|
paddingBottom: sectionproperties.paddingbottomresponsive + 'px'
|
|
73795
73794
|
}
|
|
73795
|
+
}),
|
|
73796
|
+
marqueeimagecontainer: glamor.css({
|
|
73797
|
+
width: sectionproperties.image_width + 'px',
|
|
73798
|
+
height: sectionproperties.image_height + 'px',
|
|
73799
|
+
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
73800
|
+
'@media (max-width: 800px)': {
|
|
73801
|
+
width: sectionproperties.image_width_resp + 'px',
|
|
73802
|
+
height: sectionproperties.height_responsive + 'px'
|
|
73803
|
+
}
|
|
73804
|
+
}),
|
|
73805
|
+
marqueeimage: glamor.css({
|
|
73806
|
+
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
73807
|
+
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
73808
|
+
'@media (max-width: 800px)': {
|
|
73809
|
+
width: sectionproperties.innerwidthheightresp + '%',
|
|
73810
|
+
height: sectionproperties.innerwidthheightresp + '%'
|
|
73811
|
+
}
|
|
73796
73812
|
})
|
|
73797
73813
|
};
|
|
73798
73814
|
React.useEffect(function () {
|
|
@@ -73811,67 +73827,40 @@
|
|
|
73811
73827
|
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center '
|
|
73812
73828
|
// data-aos={'fade-up'}
|
|
73813
73829
|
,
|
|
73814
|
-
style: {
|
|
73815
|
-
|
|
73816
|
-
paddingTop: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) != '6935c04816952' ? sectionproperties.paddingTop + 'px' : 0,
|
|
73817
|
-
paddingBottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '6935c04816952' ? sectionproperties.paddingBottom + 'px' : 0
|
|
73818
|
-
|
|
73819
|
-
// background: sectionproperties.backgroundColor,
|
|
73820
|
-
|
|
73821
|
-
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
73822
|
-
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
73823
|
-
}
|
|
73824
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) != '6935c04816952' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73830
|
+
style: {}
|
|
73831
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73825
73832
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
73826
73833
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
73827
|
-
"class":
|
|
73834
|
+
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text' : 'd-flex flex-row align-items-center rotating-text rotating-text-reverse'
|
|
73828
73835
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
73829
|
-
var _authdetailsContext$
|
|
73830
|
-
return /*#__PURE__*/React__default["default"].createElement("
|
|
73831
|
-
"class": section_styles.
|
|
73836
|
+
var _authdetailsContext$i;
|
|
73837
|
+
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73838
|
+
"class": section_styles.marqueeimagecontainer + ' allcentered ',
|
|
73839
|
+
style: {}
|
|
73840
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
73841
|
+
"class": section_styles.marqueeimage,
|
|
73842
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
73843
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
73844
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
73832
73845
|
style: {
|
|
73833
|
-
|
|
73834
|
-
|
|
73835
|
-
|
|
73836
|
-
|
|
73837
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '691dcd6e974bb') {
|
|
73838
|
-
window.open('https://www.instagram.com', '_blank');
|
|
73839
|
-
}
|
|
73846
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
73847
|
+
margin: 0,
|
|
73848
|
+
padding: 0,
|
|
73849
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
73840
73850
|
}
|
|
73841
|
-
},
|
|
73842
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '6935c04816952' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73843
|
-
className: "row m-0 mx-auto w-100"
|
|
73844
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73845
|
-
"class": "col-11 p-0 mx-auto",
|
|
73846
|
-
style: {
|
|
73847
|
-
background: '#232020',
|
|
73848
|
-
width: '90%',
|
|
73849
|
-
borderTopLeftRadius: 20,
|
|
73850
|
-
borderTopRightRadius: 20,
|
|
73851
|
-
paddingTop: 20,
|
|
73852
|
-
paddingBottom: 20
|
|
73853
|
-
}
|
|
73854
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73855
|
-
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
73856
|
-
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
73857
|
-
"class": "d-flex flex-row align-items-center rotating-text"
|
|
73858
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
73859
|
-
var _authdetailsContext$i8;
|
|
73860
|
-
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73851
|
+
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73861
73852
|
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
73862
73853
|
style: {
|
|
73863
|
-
|
|
73864
|
-
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : '',
|
|
73865
|
-
color: 'white'
|
|
73854
|
+
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
|
73866
73855
|
},
|
|
73867
73856
|
onClick: function onClick() {
|
|
73868
|
-
var _authdetailsContext$
|
|
73869
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
73857
|
+
var _authdetailsContext$i2;
|
|
73858
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
|
|
73870
73859
|
window.open('https://www.instagram.com', '_blank');
|
|
73871
73860
|
}
|
|
73872
73861
|
}
|
|
73873
|
-
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
|
|
73874
|
-
}))))
|
|
73862
|
+
}, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
|
|
73863
|
+
}))));
|
|
73875
73864
|
};
|
|
73876
73865
|
|
|
73877
73866
|
function ownKeys$11(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/package.json
CHANGED
package/src.zip
ADDED
|
Binary file
|