tabexseriescomponents 0.0.665 → 0.0.667
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 +10 -9
- package/dist/index.esm.js +10 -9
- package/dist/index.umd.js +10 -9
- package/package.json +1 -1
- package/srcoriginal/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +19 -0
- package/srcoriginal/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +19 -0
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +1 -1
- package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +1 -1
- package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout.jsx +1 -1
- package/srcoriginal/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +1 -1
- package/srcoriginal/TabexComponents/StaticPages/Filter/Filter.jsx +1 -1
- package/srcoriginal/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1 -1
- package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18223,7 +18223,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
18223
18223
|
background: sectionproperties.linebgcolor,
|
|
18224
18224
|
height: 3,
|
|
18225
18225
|
borderRadius: 10,
|
|
18226
|
-
marginTop:
|
|
18226
|
+
marginTop: 5
|
|
18227
18227
|
}
|
|
18228
18228
|
}));
|
|
18229
18229
|
};
|
|
@@ -59630,7 +59630,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59630
59630
|
background: sectionproperties.linebgcolor,
|
|
59631
59631
|
height: 3,
|
|
59632
59632
|
borderRadius: 10,
|
|
59633
|
-
marginTop:
|
|
59633
|
+
marginTop: 5
|
|
59634
59634
|
}
|
|
59635
59635
|
}));
|
|
59636
59636
|
};
|
|
@@ -60296,6 +60296,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60296
60296
|
style: {
|
|
60297
60297
|
position: 'relative',
|
|
60298
60298
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60299
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
60299
60300
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
60300
60301
|
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
60301
60302
|
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
@@ -61204,7 +61205,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
61204
61205
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
|
|
61205
61206
|
};
|
|
61206
61207
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61207
|
-
"class": ' row ml-0 mr-0 align-items-center
|
|
61208
|
+
"class": ' row ml-0 mr-0 align-items-center ',
|
|
61208
61209
|
style: {
|
|
61209
61210
|
width: sectionproperties.width + 'vw',
|
|
61210
61211
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -61310,7 +61311,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
61310
61311
|
"class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
|
|
61311
61312
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61312
61313
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61313
|
-
"class": "col-lg-
|
|
61314
|
+
"class": "col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
61314
61315
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61315
61316
|
// class="m-lg-auto d-flex justify-content-center"
|
|
61316
61317
|
"class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
|
|
@@ -61684,7 +61685,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61684
61685
|
background: sectionproperties.linebgcolor,
|
|
61685
61686
|
height: 3,
|
|
61686
61687
|
borderRadius: 10,
|
|
61687
|
-
marginTop:
|
|
61688
|
+
marginTop: 5
|
|
61688
61689
|
}
|
|
61689
61690
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61690
61691
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
@@ -61700,7 +61701,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61700
61701
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61701
61702
|
"class": "row m-0 w-100 allcentered"
|
|
61702
61703
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61703
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61704
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61704
61705
|
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
|
|
61705
61706
|
colors: "#013c48",
|
|
61706
61707
|
duration: daysDuration,
|
|
@@ -61717,7 +61718,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61717
61718
|
"class": "allcentered"
|
|
61718
61719
|
}, renderTime('يوم', getTimeDays(daysDuration - elapsedTime)));
|
|
61719
61720
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61720
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61721
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61721
61722
|
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
|
|
61722
61723
|
colors: "#013c48",
|
|
61723
61724
|
duration: daySeconds,
|
|
@@ -61739,7 +61740,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61739
61740
|
"class": "allcentered"
|
|
61740
61741
|
}, renderTime('ساعة', getTimeHours(daySeconds - elapsedTime)));
|
|
61741
61742
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61742
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61743
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61743
61744
|
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
|
|
61744
61745
|
colors: "#013c48",
|
|
61745
61746
|
duration: hourSeconds,
|
|
@@ -61761,7 +61762,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61761
61762
|
"class": "allcentered"
|
|
61762
61763
|
}, renderTime('دقيقة', getTimeMinutes(hourSeconds - elapsedTime)));
|
|
61763
61764
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61764
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61765
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61765
61766
|
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
|
|
61766
61767
|
colors: "#013c48",
|
|
61767
61768
|
duration: minuteSeconds,
|
package/dist/index.esm.js
CHANGED
|
@@ -18174,7 +18174,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
18174
18174
|
background: sectionproperties.linebgcolor,
|
|
18175
18175
|
height: 3,
|
|
18176
18176
|
borderRadius: 10,
|
|
18177
|
-
marginTop:
|
|
18177
|
+
marginTop: 5
|
|
18178
18178
|
}
|
|
18179
18179
|
}));
|
|
18180
18180
|
};
|
|
@@ -59581,7 +59581,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59581
59581
|
background: sectionproperties.linebgcolor,
|
|
59582
59582
|
height: 3,
|
|
59583
59583
|
borderRadius: 10,
|
|
59584
|
-
marginTop:
|
|
59584
|
+
marginTop: 5
|
|
59585
59585
|
}
|
|
59586
59586
|
}));
|
|
59587
59587
|
};
|
|
@@ -60247,6 +60247,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60247
60247
|
style: {
|
|
60248
60248
|
position: 'relative',
|
|
60249
60249
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60250
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
60250
60251
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
60251
60252
|
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
60252
60253
|
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
@@ -61155,7 +61156,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
61155
61156
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
|
|
61156
61157
|
};
|
|
61157
61158
|
return /*#__PURE__*/React.createElement("div", {
|
|
61158
|
-
"class": ' row ml-0 mr-0 align-items-center
|
|
61159
|
+
"class": ' row ml-0 mr-0 align-items-center ',
|
|
61159
61160
|
style: {
|
|
61160
61161
|
width: sectionproperties.width + 'vw',
|
|
61161
61162
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -61261,7 +61262,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
61261
61262
|
"class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
|
|
61262
61263
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61263
61264
|
return /*#__PURE__*/React.createElement("div", {
|
|
61264
|
-
"class": "col-lg-
|
|
61265
|
+
"class": "col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
61265
61266
|
}, /*#__PURE__*/React.createElement("div", {
|
|
61266
61267
|
// class="m-lg-auto d-flex justify-content-center"
|
|
61267
61268
|
"class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
|
|
@@ -61635,7 +61636,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61635
61636
|
background: sectionproperties.linebgcolor,
|
|
61636
61637
|
height: 3,
|
|
61637
61638
|
borderRadius: 10,
|
|
61638
|
-
marginTop:
|
|
61639
|
+
marginTop: 5
|
|
61639
61640
|
}
|
|
61640
61641
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61641
61642
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
@@ -61651,7 +61652,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61651
61652
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
61652
61653
|
"class": "row m-0 w-100 allcentered"
|
|
61653
61654
|
}, /*#__PURE__*/React.createElement("div", {
|
|
61654
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61655
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61655
61656
|
}, /*#__PURE__*/React.createElement(CountdownCircleTimer, _extends({}, timerProps, {
|
|
61656
61657
|
colors: "#013c48",
|
|
61657
61658
|
duration: daysDuration,
|
|
@@ -61668,7 +61669,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61668
61669
|
"class": "allcentered"
|
|
61669
61670
|
}, renderTime('يوم', getTimeDays(daysDuration - elapsedTime)));
|
|
61670
61671
|
})), /*#__PURE__*/React.createElement("div", {
|
|
61671
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61672
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61672
61673
|
}, /*#__PURE__*/React.createElement(CountdownCircleTimer, _extends({}, timerProps, {
|
|
61673
61674
|
colors: "#013c48",
|
|
61674
61675
|
duration: daySeconds,
|
|
@@ -61690,7 +61691,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61690
61691
|
"class": "allcentered"
|
|
61691
61692
|
}, renderTime('ساعة', getTimeHours(daySeconds - elapsedTime)));
|
|
61692
61693
|
})), /*#__PURE__*/React.createElement("div", {
|
|
61693
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61694
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61694
61695
|
}, /*#__PURE__*/React.createElement(CountdownCircleTimer, _extends({}, timerProps, {
|
|
61695
61696
|
colors: "#013c48",
|
|
61696
61697
|
duration: hourSeconds,
|
|
@@ -61712,7 +61713,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61712
61713
|
"class": "allcentered"
|
|
61713
61714
|
}, renderTime('دقيقة', getTimeMinutes(hourSeconds - elapsedTime)));
|
|
61714
61715
|
})), /*#__PURE__*/React.createElement("div", {
|
|
61715
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61716
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61716
61717
|
}, /*#__PURE__*/React.createElement(CountdownCircleTimer, _extends({}, timerProps, {
|
|
61717
61718
|
colors: "#013c48",
|
|
61718
61719
|
duration: minuteSeconds,
|
package/dist/index.umd.js
CHANGED
|
@@ -18046,7 +18046,7 @@
|
|
|
18046
18046
|
background: sectionproperties.linebgcolor,
|
|
18047
18047
|
height: 3,
|
|
18048
18048
|
borderRadius: 10,
|
|
18049
|
-
marginTop:
|
|
18049
|
+
marginTop: 5
|
|
18050
18050
|
}
|
|
18051
18051
|
}));
|
|
18052
18052
|
};
|
|
@@ -59453,7 +59453,7 @@
|
|
|
59453
59453
|
background: sectionproperties.linebgcolor,
|
|
59454
59454
|
height: 3,
|
|
59455
59455
|
borderRadius: 10,
|
|
59456
|
-
marginTop:
|
|
59456
|
+
marginTop: 5
|
|
59457
59457
|
}
|
|
59458
59458
|
}));
|
|
59459
59459
|
};
|
|
@@ -60119,6 +60119,7 @@
|
|
|
60119
60119
|
style: {
|
|
60120
60120
|
position: 'relative',
|
|
60121
60121
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60122
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
60122
60123
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
60123
60124
|
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
60124
60125
|
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
@@ -61027,7 +61028,7 @@
|
|
|
61027
61028
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
|
|
61028
61029
|
};
|
|
61029
61030
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61030
|
-
"class": ' row ml-0 mr-0 align-items-center
|
|
61031
|
+
"class": ' row ml-0 mr-0 align-items-center ',
|
|
61031
61032
|
style: {
|
|
61032
61033
|
width: sectionproperties.width + 'vw',
|
|
61033
61034
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -61133,7 +61134,7 @@
|
|
|
61133
61134
|
"class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
|
|
61134
61135
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61135
61136
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61136
|
-
"class": "col-lg-
|
|
61137
|
+
"class": "col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
61137
61138
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61138
61139
|
// class="m-lg-auto d-flex justify-content-center"
|
|
61139
61140
|
"class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
|
|
@@ -61507,7 +61508,7 @@
|
|
|
61507
61508
|
background: sectionproperties.linebgcolor,
|
|
61508
61509
|
height: 3,
|
|
61509
61510
|
borderRadius: 10,
|
|
61510
|
-
marginTop:
|
|
61511
|
+
marginTop: 5
|
|
61511
61512
|
}
|
|
61512
61513
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61513
61514
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
@@ -61523,7 +61524,7 @@
|
|
|
61523
61524
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61524
61525
|
"class": "row m-0 w-100 allcentered"
|
|
61525
61526
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61526
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61527
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61527
61528
|
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
|
|
61528
61529
|
colors: "#013c48",
|
|
61529
61530
|
duration: daysDuration,
|
|
@@ -61540,7 +61541,7 @@
|
|
|
61540
61541
|
"class": "allcentered"
|
|
61541
61542
|
}, renderTime('يوم', getTimeDays(daysDuration - elapsedTime)));
|
|
61542
61543
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61543
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61544
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61544
61545
|
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
|
|
61545
61546
|
colors: "#013c48",
|
|
61546
61547
|
duration: daySeconds,
|
|
@@ -61562,7 +61563,7 @@
|
|
|
61562
61563
|
"class": "allcentered"
|
|
61563
61564
|
}, renderTime('ساعة', getTimeHours(daySeconds - elapsedTime)));
|
|
61564
61565
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61565
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61566
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61566
61567
|
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
|
|
61567
61568
|
colors: "#013c48",
|
|
61568
61569
|
duration: hourSeconds,
|
|
@@ -61584,7 +61585,7 @@
|
|
|
61584
61585
|
"class": "allcentered"
|
|
61585
61586
|
}, renderTime('دقيقة', getTimeMinutes(hourSeconds - elapsedTime)));
|
|
61586
61587
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61587
|
-
className: "col-3 col-sm-6 allcentered mb-md-
|
|
61588
|
+
className: "col-3 col-sm-6 allcentered mb-md-3"
|
|
61588
61589
|
}, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
|
|
61589
61590
|
colors: "#013c48",
|
|
61590
61591
|
duration: minuteSeconds,
|
package/package.json
CHANGED
|
@@ -346,6 +346,25 @@ const ModernFooter = (props) => {
|
|
|
346
346
|
</p>
|
|
347
347
|
</div>
|
|
348
348
|
)}
|
|
349
|
+
{authdetailsContext?.instinfo?.twitterlink != null && (
|
|
350
|
+
<div
|
|
351
|
+
className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}
|
|
352
|
+
onClick={() => {
|
|
353
|
+
if (authdetailsContext?.instinfo?.twitterlink != null) {
|
|
354
|
+
window.open(authdetailsContext?.instinfo?.twitterlink, '_blank');
|
|
355
|
+
}
|
|
356
|
+
}}
|
|
357
|
+
>
|
|
358
|
+
<i
|
|
359
|
+
className="h-100 allcentered"
|
|
360
|
+
style={{
|
|
361
|
+
fontSize: 20,
|
|
362
|
+
}}
|
|
363
|
+
>
|
|
364
|
+
x
|
|
365
|
+
</i>
|
|
366
|
+
</div>
|
|
367
|
+
)}
|
|
349
368
|
{sectionproperties.linkedinbtnshow == 'Show' && authdetailsContext?.instinfo?.linkedinlink != null && (
|
|
350
369
|
<div class="col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1">
|
|
351
370
|
<p
|
|
@@ -667,6 +667,25 @@ const Newsletterfooter = (props) => {
|
|
|
667
667
|
<AiFillYoutube size={sectionproperties.instgrambtniconfontsize} />
|
|
668
668
|
</p>
|
|
669
669
|
)}
|
|
670
|
+
{authdetailsContext?.instinfo?.twitterlink != null && (
|
|
671
|
+
<div
|
|
672
|
+
className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}
|
|
673
|
+
onClick={() => {
|
|
674
|
+
if (authdetailsContext?.instinfo?.twitterlink != null) {
|
|
675
|
+
window.open(authdetailsContext?.instinfo?.twitterlink, '_blank');
|
|
676
|
+
}
|
|
677
|
+
}}
|
|
678
|
+
>
|
|
679
|
+
<i
|
|
680
|
+
className="h-100 allcentered"
|
|
681
|
+
style={{
|
|
682
|
+
fontSize: 20,
|
|
683
|
+
}}
|
|
684
|
+
>
|
|
685
|
+
x
|
|
686
|
+
</i>
|
|
687
|
+
</div>
|
|
688
|
+
)}
|
|
670
689
|
{authdetailsContext?.instinfo?.tiktoklink != null && (
|
|
671
690
|
<p
|
|
672
691
|
class={footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 '}
|
|
@@ -2,7 +2,7 @@ import React, { useEffect, useState, useContext } from 'react';
|
|
|
2
2
|
import { css } from 'glamor';
|
|
3
3
|
import '../../../../styles/sections/BackgroundImageWithTopContent.css';
|
|
4
4
|
import Select from 'react-select';
|
|
5
|
-
import { defaultstyles, defaultstylestranslated, selectcustomStyles, selectcustomStylesTranslated } from '../../../../StylesJS/Customstyles';
|
|
5
|
+
import { defaultstyles, defaultstylestranslated, selectcustomStyles, selectcustomStylesTranslated } from '../../../../StylesJS/Customstyles.js';
|
|
6
6
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
7
7
|
import InputRange from 'react-input-range';
|
|
8
8
|
import CustomerAddressForm from '../../../StaticPages/Signup/CustomerAddressForm.jsx';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
2
|
import { css } from 'glamor';
|
|
3
|
-
import { serverbaselink } from '../../../../../Env';
|
|
3
|
+
import { serverbaselink } from '../../../../../Env.js';
|
|
4
4
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
5
5
|
|
|
6
6
|
const Backgroundimage_with_toppill = (props) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
2
|
import { css } from 'glamor';
|
|
3
|
-
import { serverbaselink } from '../../../../../Env';
|
|
3
|
+
import { serverbaselink } from '../../../../../Env.js';
|
|
4
4
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
5
5
|
|
|
6
6
|
const BackgroundimageandTextsection = (props) => {
|
|
@@ -2,7 +2,7 @@ import React, { useEffect, useState, useContext } from 'react';
|
|
|
2
2
|
import { css } from 'glamor';
|
|
3
3
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
4
4
|
|
|
5
|
-
import generalstyles from '../../../../styles/general
|
|
5
|
+
import generalstyles from '../../../../styles/general/general.module.css';
|
|
6
6
|
import { Accordion, AccordionItem, AccordionItemHeading, AccordionItemButton, AccordionItemPanel, AccordionItemState } from 'react-accessible-accordion';
|
|
7
7
|
import { HiOutlinePlus } from '@react-icons/all-files/hi/HiOutlinePlus';
|
|
8
8
|
import { AiOutlineMinus } from '@react-icons/all-files/ai/AiOutlineMinus';
|
|
@@ -2,7 +2,7 @@ import React, { useEffect, useState, useContext } from 'react';
|
|
|
2
2
|
import { css } from 'glamor';
|
|
3
3
|
import '../../../../styles/sections/BackgroundImageWithTopContent.css';
|
|
4
4
|
import Select from 'react-select';
|
|
5
|
-
import { defaultstyles, defaultstylestranslated } from '../../../../StylesJS/Customstyles';
|
|
5
|
+
import { defaultstyles, defaultstylestranslated } from '../../../../StylesJS/Customstyles.js';
|
|
6
6
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
7
7
|
import InputRange from 'react-input-range';
|
|
8
8
|
import CustomerAddressForm from '../../../StaticPages/Signup/CustomerAddressForm.jsx';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
2
|
import { css } from 'glamor';
|
|
3
|
-
import { serverbaselink } from '../../../../../Env';
|
|
3
|
+
import { serverbaselink } from '../../../../../Env.js';
|
|
4
4
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
5
5
|
|
|
6
6
|
const Section_with_rightbgcont = (props) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Categoriesdropdown from '../../../StaticPages/Categoriesdropdown/Categoriesdropdown.jsx';
|
|
2
2
|
import React, { useEffect, useState, useContext } from 'react';
|
|
3
3
|
import { css } from 'glamor';
|
|
4
|
-
import { serverbaselink } from '../../../../../Env';
|
|
4
|
+
import { serverbaselink } from '../../../../../Env.js';
|
|
5
5
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
6
6
|
|
|
7
7
|
import { IoIosArrowRoundForward } from '@react-icons/all-files/io/IoIosArrowRoundForward';
|
|
@@ -383,7 +383,7 @@ import generalstyles from '../../../../styles/general/general.module.css';
|
|
|
383
383
|
import sectionstyles from '../../../../styles/sections/Freetext.module.css';
|
|
384
384
|
|
|
385
385
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
386
|
-
import { serverbaselink } from '../../../../../Env';
|
|
386
|
+
import { serverbaselink } from '../../../../../Env.js';
|
|
387
387
|
const Freetextsection = (props) => {
|
|
388
388
|
const [sectionproperties, setsectionproperties] = useState('');
|
|
389
389
|
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -2,7 +2,7 @@ import React, { useEffect, useState, useContext } from 'react';
|
|
|
2
2
|
import { css } from 'glamor';
|
|
3
3
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
4
4
|
|
|
5
|
-
import generalstyles from '../../../../styles/general
|
|
5
|
+
import generalstyles from '../../../../styles/general/general.module.css';
|
|
6
6
|
|
|
7
7
|
const Servicesection = (props) => {
|
|
8
8
|
const [sectionproperties, setsectionproperties] = useState('');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
2
|
import BackgroundSlideshow from 'react-background-slideshow';
|
|
3
3
|
import { css } from 'glamor';
|
|
4
|
-
import { serverbaselink } from '../../../../../Env';
|
|
4
|
+
import { serverbaselink } from '../../../../../Env.js';
|
|
5
5
|
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
6
6
|
|
|
7
7
|
const Slideshowdifferentanimations = (props) => {
|
|
@@ -4,7 +4,7 @@ import TextareaAutosize from 'react-textarea-autosize';
|
|
|
4
4
|
import generalstyles from '../../../styles/general/general.module.css';
|
|
5
5
|
import { CircularProgress, Messaging } from 'react-cssfx-loading';
|
|
6
6
|
import { css } from 'glamor';
|
|
7
|
-
import { defaultstyles, defaultstylestranslated } from '../../../StylesJS/Customstyles';
|
|
7
|
+
import { defaultstyles, defaultstylestranslated } from '../../../StylesJS/Customstyles.js';
|
|
8
8
|
import { HiUser } from '@react-icons/all-files/hi/HiUser';
|
|
9
9
|
import { GrMail } from '@react-icons/all-files/gr/GrMail';
|
|
10
10
|
import { FiCheckCircle } from '@react-icons/all-files/fi/FiCheckCircle';
|
|
@@ -10,7 +10,7 @@ import { Offcanvas } from 'react-bootstrap';
|
|
|
10
10
|
import InputRange from 'react-input-range';
|
|
11
11
|
import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
|
|
12
12
|
import { ScrollMenu, VisibilityContext } from 'react-horizontal-scrolling-menu';
|
|
13
|
-
import { defaultstyles, defaultstylestranslated } from '../../../StylesJS/Customstyles';
|
|
13
|
+
import { defaultstyles, defaultstylestranslated } from '../../../StylesJS/Customstyles.js';
|
|
14
14
|
import { CircularProgress, Messaging } from 'react-cssfx-loading';
|
|
15
15
|
|
|
16
16
|
const Select = React.lazy(() => import('react-select'));
|
|
@@ -10,7 +10,7 @@ import { Offcanvas } from 'react-bootstrap';
|
|
|
10
10
|
import InputRange from 'react-input-range';
|
|
11
11
|
import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
|
|
12
12
|
import { ScrollMenu, VisibilityContext } from 'react-horizontal-scrolling-menu';
|
|
13
|
-
import { defaultstyles, defaultstylestranslated, selectcustomStyles, selectcustomStylesTranslated } from '../../../StylesJS/Customstyles';
|
|
13
|
+
import { defaultstyles, defaultstylestranslated, selectcustomStyles, selectcustomStylesTranslated } from '../../../StylesJS/Customstyles.js';
|
|
14
14
|
import { CircularProgress, Messaging } from 'react-cssfx-loading';
|
|
15
15
|
import formstyles from '../../../styles/general/form.module.css';
|
|
16
16
|
import { BsChevronLeft } from '@react-icons/all-files/bs/BsChevronLeft';
|
|
@@ -10,7 +10,7 @@ import { Offcanvas } from 'react-bootstrap';
|
|
|
10
10
|
import InputRange from 'react-input-range';
|
|
11
11
|
import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
|
|
12
12
|
import { ScrollMenu, VisibilityContext } from 'react-horizontal-scrolling-menu';
|
|
13
|
-
import { defaultstyles, defaultstylestranslated, selectcustomStyles, selectcustomStylesTranslated } from '../../../StylesJS/Customstyles';
|
|
13
|
+
import { defaultstyles, defaultstylestranslated, selectcustomStyles, selectcustomStylesTranslated } from '../../../StylesJS/Customstyles.js';
|
|
14
14
|
import { CircularProgress, Messaging } from 'react-cssfx-loading';
|
|
15
15
|
import formstyles from '../../../styles/general/form.module.css';
|
|
16
16
|
|
|
@@ -3,7 +3,7 @@ import loginstyles from '../../../styles/staticpages/signup.module.css';
|
|
|
3
3
|
import { CircularProgress } from 'react-cssfx-loading';
|
|
4
4
|
import TextareaAutosize from 'react-textarea-autosize';
|
|
5
5
|
import { css } from 'glamor';
|
|
6
|
-
import { defaultstyles, defaultstylestranslated, selectcustomStyles, selectcustomStylesTranslated } from '../../../StylesJS/Customstyles';
|
|
6
|
+
import { defaultstyles, defaultstylestranslated, selectcustomStyles, selectcustomStylesTranslated } from '../../../StylesJS/Customstyles.js';
|
|
7
7
|
import GoogleLogin from '../Login/GoogleLoginButton.jsx';
|
|
8
8
|
import FacebookLoginButton from '../Login/FacebookLoginButton.jsx';
|
|
9
9
|
import PhoneInput from 'react-phone-input-2';
|