tabexseriescomponents 0.0.505 → 0.0.506
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 +5 -11
- package/dist/index.esm.js +5 -11
- package/dist/index.umd.js +5 -11
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -45587,7 +45587,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
45587
45587
|
function ownKeys$1q(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; }
|
|
45588
45588
|
function _objectSpread$1q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
45589
45589
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
45590
|
-
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45590
|
+
var _footerStyles, _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45591
45591
|
var _useState = React.useState(''),
|
|
45592
45592
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
45593
45593
|
sectionproperties = _useState2[0],
|
|
@@ -45765,9 +45765,9 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45765
45765
|
}
|
|
45766
45766
|
}, [templateproperties_context]);
|
|
45767
45767
|
var _useState5 = React.useState([]),
|
|
45768
|
-
_useState6 = _slicedToArray__default["default"](_useState5, 2)
|
|
45769
|
-
_useState6[0]
|
|
45770
|
-
|
|
45768
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
45769
|
+
bgimagearrayofobjs = _useState6[0],
|
|
45770
|
+
setbgimagearrayofobjs = _useState6[1];
|
|
45771
45771
|
React.useEffect(function () {
|
|
45772
45772
|
if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
|
|
45773
45773
|
var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
|
|
@@ -46024,13 +46024,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46024
46024
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
46025
46025
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
46026
46026
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
46027
|
-
path:
|
|
46028
|
-
// sectionproperties.replacelogo == 'Yes'
|
|
46029
|
-
// ? langdetect == 'en'
|
|
46030
|
-
// ? bgimagearrayofobjs[0].englishlogo
|
|
46031
|
-
// : bgimagearrayofobjs[0].arabiclogo
|
|
46032
|
-
// :
|
|
46033
|
-
langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
46027
|
+
path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.englishlogo : (_bgimagearrayofobjs$2 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$2 === void 0 ? void 0 : _bgimagearrayofobjs$2.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
46034
46028
|
style: {
|
|
46035
46029
|
width: '100%',
|
|
46036
46030
|
height: '100%',
|
package/dist/index.esm.js
CHANGED
|
@@ -45538,7 +45538,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
45538
45538
|
function ownKeys$1q(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; }
|
|
45539
45539
|
function _objectSpread$1q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
45540
45540
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
45541
|
-
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45541
|
+
var _footerStyles, _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45542
45542
|
var _useState = useState(''),
|
|
45543
45543
|
_useState2 = _slicedToArray(_useState, 2),
|
|
45544
45544
|
sectionproperties = _useState2[0],
|
|
@@ -45716,9 +45716,9 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45716
45716
|
}
|
|
45717
45717
|
}, [templateproperties_context]);
|
|
45718
45718
|
var _useState5 = useState([]),
|
|
45719
|
-
_useState6 = _slicedToArray(_useState5, 2)
|
|
45720
|
-
_useState6[0]
|
|
45721
|
-
|
|
45719
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
45720
|
+
bgimagearrayofobjs = _useState6[0],
|
|
45721
|
+
setbgimagearrayofobjs = _useState6[1];
|
|
45722
45722
|
useEffect(function () {
|
|
45723
45723
|
if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
|
|
45724
45724
|
var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
|
|
@@ -45975,13 +45975,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45975
45975
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
45976
45976
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
45977
45977
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
45978
|
-
path:
|
|
45979
|
-
// sectionproperties.replacelogo == 'Yes'
|
|
45980
|
-
// ? langdetect == 'en'
|
|
45981
|
-
// ? bgimagearrayofobjs[0].englishlogo
|
|
45982
|
-
// : bgimagearrayofobjs[0].arabiclogo
|
|
45983
|
-
// :
|
|
45984
|
-
langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
45978
|
+
path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.englishlogo : (_bgimagearrayofobjs$2 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$2 === void 0 ? void 0 : _bgimagearrayofobjs$2.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
45985
45979
|
style: {
|
|
45986
45980
|
width: '100%',
|
|
45987
45981
|
height: '100%',
|
package/dist/index.umd.js
CHANGED
|
@@ -45413,7 +45413,7 @@
|
|
|
45413
45413
|
function ownKeys$1q(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; }
|
|
45414
45414
|
function _objectSpread$1q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
45415
45415
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
45416
|
-
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45416
|
+
var _footerStyles, _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45417
45417
|
var _useState = React.useState(''),
|
|
45418
45418
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
45419
45419
|
sectionproperties = _useState2[0],
|
|
@@ -45591,9 +45591,9 @@
|
|
|
45591
45591
|
}
|
|
45592
45592
|
}, [templateproperties_context]);
|
|
45593
45593
|
var _useState5 = React.useState([]),
|
|
45594
|
-
_useState6 = _slicedToArray__default["default"](_useState5, 2)
|
|
45595
|
-
_useState6[0]
|
|
45596
|
-
|
|
45594
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
45595
|
+
bgimagearrayofobjs = _useState6[0],
|
|
45596
|
+
setbgimagearrayofobjs = _useState6[1];
|
|
45597
45597
|
React.useEffect(function () {
|
|
45598
45598
|
if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
|
|
45599
45599
|
var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
|
|
@@ -45850,13 +45850,7 @@
|
|
|
45850
45850
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
45851
45851
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
45852
45852
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
45853
|
-
path:
|
|
45854
|
-
// sectionproperties.replacelogo == 'Yes'
|
|
45855
|
-
// ? langdetect == 'en'
|
|
45856
|
-
// ? bgimagearrayofobjs[0].englishlogo
|
|
45857
|
-
// : bgimagearrayofobjs[0].arabiclogo
|
|
45858
|
-
// :
|
|
45859
|
-
langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
45853
|
+
path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.englishlogo : (_bgimagearrayofobjs$2 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$2 === void 0 ? void 0 : _bgimagearrayofobjs$2.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
45860
45854
|
style: {
|
|
45861
45855
|
width: '100%',
|
|
45862
45856
|
height: '100%',
|