tabexseriescomponents 0.0.130 → 0.0.131
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 +12 -11
- package/dist/index.esm.js +12 -11
- package/dist/index.umd.js +12 -11
- package/package.json +1 -1
- package/tabexseriescomponents-main.zip +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -23709,9 +23709,9 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23709
23709
|
color: sectionproperties.iconcontainercolor,
|
|
23710
23710
|
backgroundColor: sectionproperties.iconcontainerbg,
|
|
23711
23711
|
border: sectionproperties.iconcontainer_borderWidth + 'px solid ' + sectionproperties.iconcontainer_bordercolor,
|
|
23712
|
+
transition: '.3s',
|
|
23712
23713
|
':hover': {
|
|
23713
|
-
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23714
|
-
color: sectionproperties.iconcontainercoloronhover
|
|
23714
|
+
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23715
23715
|
}
|
|
23716
23716
|
}),
|
|
23717
23717
|
iconTextStyle: glamor.css({
|
|
@@ -23720,9 +23720,10 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23720
23720
|
fontWeight: sectionproperties.footerinfotext_secondaryfontweight
|
|
23721
23721
|
}),
|
|
23722
23722
|
footerinfoContainer: glamor.css({
|
|
23723
|
-
':hover .
|
|
23723
|
+
':hover .iconStyle': {
|
|
23724
23724
|
transition: '.3s',
|
|
23725
|
-
color: sectionproperties.footerinfotext_coloronhover
|
|
23725
|
+
color: sectionproperties.footerinfotext_coloronhover,
|
|
23726
|
+
borderColor: sectionproperties.footerinfotext_coloronhover
|
|
23726
23727
|
}
|
|
23727
23728
|
}),
|
|
23728
23729
|
logoStyles: glamor.css({
|
|
@@ -23838,7 +23839,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23838
23839
|
window.open('tel:+' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : (_authdetailsContext$i3 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.mobile), '_self');
|
|
23839
23840
|
}
|
|
23840
23841
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23841
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23842
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23842
23843
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23843
23844
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23844
23845
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
@@ -23849,7 +23850,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23849
23850
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23850
23851
|
}
|
|
23851
23852
|
}, langdetect == 'en' ? 'Contact us' : 'إتصل بنا'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23852
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak
|
|
23853
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak iconStyle ',
|
|
23853
23854
|
style: {
|
|
23854
23855
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23855
23856
|
}
|
|
@@ -23860,7 +23861,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23860
23861
|
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : (_authdetailsContext$i7 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
|
|
23861
23862
|
}
|
|
23862
23863
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23863
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23864
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23864
23865
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23865
23866
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23866
23867
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
|
|
@@ -23871,7 +23872,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23871
23872
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23872
23873
|
}
|
|
23873
23874
|
}, langdetect == 'en' ? 'Email' : 'البريد الإلكتروني'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23874
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none
|
|
23875
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none iconStyle ',
|
|
23875
23876
|
style: {
|
|
23876
23877
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23877
23878
|
}
|
|
@@ -35766,10 +35767,10 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35766
35767
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
35767
35768
|
urlEndpoint: IKurlEndpoint,
|
|
35768
35769
|
publicKey: IKpublicKey,
|
|
35769
|
-
path: langdetect == 'en' ? item.imageen : item.imagear,
|
|
35770
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.imageen : 'tr:w-2000,h-700' + item.imagear,
|
|
35770
35771
|
style: {
|
|
35771
35772
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35772
|
-
objectFit:
|
|
35773
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
35773
35774
|
margin: 0,
|
|
35774
35775
|
padding: 0,
|
|
35775
35776
|
width: '100%',
|
|
@@ -35798,7 +35799,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35798
35799
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
35799
35800
|
urlEndpoint: IKurlEndpoint,
|
|
35800
35801
|
publicKey: IKpublicKey,
|
|
35801
|
-
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
35802
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.image_resp_en : 'tr:w-2000,h-700' + item.image_resp_ar,
|
|
35802
35803
|
style: {
|
|
35803
35804
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35804
35805
|
objectFit: 'contain',
|
package/dist/index.esm.js
CHANGED
|
@@ -23666,9 +23666,9 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23666
23666
|
color: sectionproperties.iconcontainercolor,
|
|
23667
23667
|
backgroundColor: sectionproperties.iconcontainerbg,
|
|
23668
23668
|
border: sectionproperties.iconcontainer_borderWidth + 'px solid ' + sectionproperties.iconcontainer_bordercolor,
|
|
23669
|
+
transition: '.3s',
|
|
23669
23670
|
':hover': {
|
|
23670
|
-
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23671
|
-
color: sectionproperties.iconcontainercoloronhover
|
|
23671
|
+
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23672
23672
|
}
|
|
23673
23673
|
}),
|
|
23674
23674
|
iconTextStyle: css({
|
|
@@ -23677,9 +23677,10 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23677
23677
|
fontWeight: sectionproperties.footerinfotext_secondaryfontweight
|
|
23678
23678
|
}),
|
|
23679
23679
|
footerinfoContainer: css({
|
|
23680
|
-
':hover .
|
|
23680
|
+
':hover .iconStyle': {
|
|
23681
23681
|
transition: '.3s',
|
|
23682
|
-
color: sectionproperties.footerinfotext_coloronhover
|
|
23682
|
+
color: sectionproperties.footerinfotext_coloronhover,
|
|
23683
|
+
borderColor: sectionproperties.footerinfotext_coloronhover
|
|
23683
23684
|
}
|
|
23684
23685
|
}),
|
|
23685
23686
|
logoStyles: css({
|
|
@@ -23795,7 +23796,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23795
23796
|
window.open('tel:+' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : (_authdetailsContext$i3 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.mobile), '_self');
|
|
23796
23797
|
}
|
|
23797
23798
|
}, /*#__PURE__*/React.createElement("div", {
|
|
23798
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23799
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23799
23800
|
}, /*#__PURE__*/React.createElement("i", {
|
|
23800
23801
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23801
23802
|
}, /*#__PURE__*/React.createElement(AiOutlinePhone, {
|
|
@@ -23806,7 +23807,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23806
23807
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23807
23808
|
}
|
|
23808
23809
|
}, langdetect == 'en' ? 'Contact us' : 'إتصل بنا'), /*#__PURE__*/React.createElement("p", {
|
|
23809
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak
|
|
23810
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak iconStyle ',
|
|
23810
23811
|
style: {
|
|
23811
23812
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23812
23813
|
}
|
|
@@ -23817,7 +23818,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23817
23818
|
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : (_authdetailsContext$i7 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
|
|
23818
23819
|
}
|
|
23819
23820
|
}, /*#__PURE__*/React.createElement("div", {
|
|
23820
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23821
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23821
23822
|
}, /*#__PURE__*/React.createElement("i", {
|
|
23822
23823
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23823
23824
|
}, /*#__PURE__*/React.createElement(AiOutlineMail, {
|
|
@@ -23828,7 +23829,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23828
23829
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23829
23830
|
}
|
|
23830
23831
|
}, langdetect == 'en' ? 'Email' : 'البريد الإلكتروني'), /*#__PURE__*/React.createElement("p", {
|
|
23831
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none
|
|
23832
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none iconStyle ',
|
|
23832
23833
|
style: {
|
|
23833
23834
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23834
23835
|
}
|
|
@@ -35723,10 +35724,10 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35723
35724
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
35724
35725
|
urlEndpoint: IKurlEndpoint,
|
|
35725
35726
|
publicKey: IKpublicKey,
|
|
35726
|
-
path: langdetect == 'en' ? item.imageen : item.imagear,
|
|
35727
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.imageen : 'tr:w-2000,h-700' + item.imagear,
|
|
35727
35728
|
style: {
|
|
35728
35729
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35729
|
-
objectFit:
|
|
35730
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
35730
35731
|
margin: 0,
|
|
35731
35732
|
padding: 0,
|
|
35732
35733
|
width: '100%',
|
|
@@ -35755,7 +35756,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35755
35756
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
35756
35757
|
urlEndpoint: IKurlEndpoint,
|
|
35757
35758
|
publicKey: IKpublicKey,
|
|
35758
|
-
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
35759
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.image_resp_en : 'tr:w-2000,h-700' + item.image_resp_ar,
|
|
35759
35760
|
style: {
|
|
35760
35761
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35761
35762
|
objectFit: 'contain',
|
package/dist/index.umd.js
CHANGED
|
@@ -23578,9 +23578,9 @@
|
|
|
23578
23578
|
color: sectionproperties.iconcontainercolor,
|
|
23579
23579
|
backgroundColor: sectionproperties.iconcontainerbg,
|
|
23580
23580
|
border: sectionproperties.iconcontainer_borderWidth + 'px solid ' + sectionproperties.iconcontainer_bordercolor,
|
|
23581
|
+
transition: '.3s',
|
|
23581
23582
|
':hover': {
|
|
23582
|
-
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23583
|
-
color: sectionproperties.iconcontainercoloronhover
|
|
23583
|
+
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23584
23584
|
}
|
|
23585
23585
|
}),
|
|
23586
23586
|
iconTextStyle: glamor.css({
|
|
@@ -23589,9 +23589,10 @@
|
|
|
23589
23589
|
fontWeight: sectionproperties.footerinfotext_secondaryfontweight
|
|
23590
23590
|
}),
|
|
23591
23591
|
footerinfoContainer: glamor.css({
|
|
23592
|
-
':hover .
|
|
23592
|
+
':hover .iconStyle': {
|
|
23593
23593
|
transition: '.3s',
|
|
23594
|
-
color: sectionproperties.footerinfotext_coloronhover
|
|
23594
|
+
color: sectionproperties.footerinfotext_coloronhover,
|
|
23595
|
+
borderColor: sectionproperties.footerinfotext_coloronhover
|
|
23595
23596
|
}
|
|
23596
23597
|
}),
|
|
23597
23598
|
logoStyles: glamor.css({
|
|
@@ -23707,7 +23708,7 @@
|
|
|
23707
23708
|
window.open('tel:+' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : (_authdetailsContext$i3 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.mobile), '_self');
|
|
23708
23709
|
}
|
|
23709
23710
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23710
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23711
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23711
23712
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23712
23713
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23713
23714
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
@@ -23718,7 +23719,7 @@
|
|
|
23718
23719
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23719
23720
|
}
|
|
23720
23721
|
}, langdetect == 'en' ? 'Contact us' : 'إتصل بنا'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23721
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak
|
|
23722
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak iconStyle ',
|
|
23722
23723
|
style: {
|
|
23723
23724
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23724
23725
|
}
|
|
@@ -23729,7 +23730,7 @@
|
|
|
23729
23730
|
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : (_authdetailsContext$i7 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
|
|
23730
23731
|
}
|
|
23731
23732
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23732
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23733
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23733
23734
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23734
23735
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23735
23736
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
|
|
@@ -23740,7 +23741,7 @@
|
|
|
23740
23741
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23741
23742
|
}
|
|
23742
23743
|
}, langdetect == 'en' ? 'Email' : 'البريد الإلكتروني'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23743
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none
|
|
23744
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none iconStyle ',
|
|
23744
23745
|
style: {
|
|
23745
23746
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23746
23747
|
}
|
|
@@ -35635,10 +35636,10 @@
|
|
|
35635
35636
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
35636
35637
|
urlEndpoint: IKurlEndpoint,
|
|
35637
35638
|
publicKey: IKpublicKey,
|
|
35638
|
-
path: langdetect == 'en' ? item.imageen : item.imagear,
|
|
35639
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.imageen : 'tr:w-2000,h-700' + item.imagear,
|
|
35639
35640
|
style: {
|
|
35640
35641
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35641
|
-
objectFit:
|
|
35642
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
35642
35643
|
margin: 0,
|
|
35643
35644
|
padding: 0,
|
|
35644
35645
|
width: '100%',
|
|
@@ -35667,7 +35668,7 @@
|
|
|
35667
35668
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
35668
35669
|
urlEndpoint: IKurlEndpoint,
|
|
35669
35670
|
publicKey: IKpublicKey,
|
|
35670
|
-
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
35671
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.image_resp_en : 'tr:w-2000,h-700' + item.image_resp_ar,
|
|
35671
35672
|
style: {
|
|
35672
35673
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35673
35674
|
objectFit: 'contain',
|
package/package.json
CHANGED
|
Binary file
|