tabexseriescomponents 0.0.324 → 0.0.325
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 +223 -107
- package/dist/index.esm.js +223 -107
- package/dist/index.umd.js +224 -110
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19,6 +19,7 @@ var FaFacebookF = require('@react-icons/all-files/fa/FaFacebookF');
|
|
|
19
19
|
var AiOutlineUser = require('@react-icons/all-files/ai/AiOutlineUser');
|
|
20
20
|
var IoMdClose = require('@react-icons/all-files/io/IoMdClose');
|
|
21
21
|
var reactBootstrap = require('react-bootstrap');
|
|
22
|
+
var imagekitioReact = require('imagekitio-react');
|
|
22
23
|
var ImageGallery = require('react-image-gallery');
|
|
23
24
|
var MdAddShoppingCart = require('@react-icons/all-files/md/MdAddShoppingCart');
|
|
24
25
|
var IoBagHandleOutline = require('@react-icons/all-files/io5/IoBagHandleOutline');
|
|
@@ -31,7 +32,6 @@ var FiShoppingCart = require('@react-icons/all-files/fi/FiShoppingCart');
|
|
|
31
32
|
var AiFillStar$1 = require('@react-icons/all-files/ai/AiFillStar');
|
|
32
33
|
var AiOutlineStar = require('@react-icons/all-files/ai/AiOutlineStar');
|
|
33
34
|
var reactShare = require('react-share');
|
|
34
|
-
var imagekitioReact = require('imagekitio-react');
|
|
35
35
|
var FiMinus = require('@react-icons/all-files/fi/FiMinus');
|
|
36
36
|
var FiPlus = require('@react-icons/all-files/fi/FiPlus');
|
|
37
37
|
var ReactStars = require('react-rating-stars-component');
|
|
@@ -63,6 +63,8 @@ var GrMail = require('@react-icons/all-files/gr/GrMail');
|
|
|
63
63
|
var FiCheckCircle = require('@react-icons/all-files/fi/FiCheckCircle');
|
|
64
64
|
var BiPhone = require('@react-icons/all-files/bi/BiPhone');
|
|
65
65
|
var PhoneInput = require('react-phone-input-2');
|
|
66
|
+
require('@react-icons/all-files/ai/AiOutlineEye');
|
|
67
|
+
require('@react-icons/all-files/ai/AiOutlineEyeInvisible');
|
|
66
68
|
var BsChevronLeft = require('@react-icons/all-files/bs/BsChevronLeft');
|
|
67
69
|
var BsChevronRight = require('@react-icons/all-files/bs/BsChevronRight');
|
|
68
70
|
require('@react-icons/all-files/ri/RiArrowUpSLine');
|
|
@@ -606,6 +608,22 @@ var FacebookLoginButton = function FacebookLoginButton(props) {
|
|
|
606
608
|
}));
|
|
607
609
|
};
|
|
608
610
|
|
|
611
|
+
var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
612
|
+
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, (props === null || props === void 0 ? void 0 : props.urlEndpoint) != undefined && (props === null || props === void 0 ? void 0 : props.urlEndpoint) != '' && /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
613
|
+
urlEndpoint: props === null || props === void 0 ? void 0 : props.urlEndpoint
|
|
614
|
+
// urlEndpoint={'https://ik.imagekit.io/ppcqtfrxp'}
|
|
615
|
+
,
|
|
616
|
+
publicKey: props === null || props === void 0 ? void 0 : props.publicKey
|
|
617
|
+
// publicKey={'public_h8U+4K+MFoeq+MKLf34NST4axAo='}
|
|
618
|
+
,
|
|
619
|
+
path: props.path,
|
|
620
|
+
style: props.style,
|
|
621
|
+
loading: props.loading,
|
|
622
|
+
onClick: props.onClick,
|
|
623
|
+
"class": props["class"]
|
|
624
|
+
}));
|
|
625
|
+
};
|
|
626
|
+
|
|
609
627
|
function ownKeys$2f(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
610
628
|
function _objectSpread$2f(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2f(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2f(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
611
629
|
var Login = function Login(props) {
|
|
@@ -622,6 +640,8 @@ var Login = function Login(props) {
|
|
|
622
640
|
var NotificationManager = props.actions.NotificationManager;
|
|
623
641
|
var instapikey = props.actions.instapikey;
|
|
624
642
|
var actions = props.actions;
|
|
643
|
+
props.actions.ikimagecredcontext;
|
|
644
|
+
props.actions.authdetailsContext;
|
|
625
645
|
var _useState = React.useState(''),
|
|
626
646
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
627
647
|
statusreason = _useState2[0];
|
|
@@ -664,6 +684,8 @@ var Login = function Login(props) {
|
|
|
664
684
|
_useState16 = _slicedToArray__default["default"](_useState15, 2),
|
|
665
685
|
sectionproperties = _useState16[0],
|
|
666
686
|
setsectionproperties = _useState16[1];
|
|
687
|
+
// const templateproperties_context = props.actions.templateproperties_context;
|
|
688
|
+
|
|
667
689
|
React.useEffect(function () {
|
|
668
690
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
669
691
|
return x.staticpageid == '6218bccb77283';
|
|
@@ -702,6 +724,19 @@ var Login = function Login(props) {
|
|
|
702
724
|
}
|
|
703
725
|
}
|
|
704
726
|
}, [ForgetpasswordMutationContext.isSuccess]);
|
|
727
|
+
// const [imagesarray, setimagesarray] = useState([]);
|
|
728
|
+
|
|
729
|
+
// useEffect(() => {
|
|
730
|
+
// if (sectionproperties.length != 0) {
|
|
731
|
+
// if (sectionproperties.logoarrayofobjects != null) {
|
|
732
|
+
// var logoarrayofobjectsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
|
|
733
|
+
// if (Array.isArray(logoarrayofobjectsparsed)) {
|
|
734
|
+
// setimagesarray([...logoarrayofobjectsparsed]);
|
|
735
|
+
// }
|
|
736
|
+
// }
|
|
737
|
+
// }
|
|
738
|
+
// }, [sectionproperties]);
|
|
739
|
+
|
|
705
740
|
var loginstyles2 = {
|
|
706
741
|
loginbtn: glamor.css({
|
|
707
742
|
background: sectionproperties.login_btn_backgroundtransparent == 'Transparent' ? 'transparent' : sectionproperties.login_btn_background,
|
|
@@ -839,7 +874,7 @@ var Login = function Login(props) {
|
|
|
839
874
|
setpayloadobj(_objectSpread$2f({}, temppayloadobj));
|
|
840
875
|
},
|
|
841
876
|
style: {
|
|
842
|
-
background:
|
|
877
|
+
background: sectionproperties.input_bgcolor
|
|
843
878
|
}
|
|
844
879
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
845
880
|
className: "col-lg-12 col-md-12 col-sm-12 p-sm-0"
|
|
@@ -863,9 +898,9 @@ var Login = function Login(props) {
|
|
|
863
898
|
setpayloadobj(_objectSpread$2f({}, temppayloadobj));
|
|
864
899
|
},
|
|
865
900
|
style: {
|
|
866
|
-
background:
|
|
901
|
+
background: sectionproperties.input_bgcolor
|
|
867
902
|
}
|
|
868
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
903
|
+
})), sectionproperties.showforgetpassword == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
869
904
|
className: "col-lg-12 col-md-12 col-sm-12 mb-3 d-flex justify-content-end mt-1 cursor-pointer text-light text-lighthover font-13 ",
|
|
870
905
|
onClick: function onClick() {
|
|
871
906
|
setforgetpasswordmodal(true);
|
|
@@ -948,7 +983,8 @@ var Login = function Login(props) {
|
|
|
948
983
|
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
949
984
|
style: {
|
|
950
985
|
background: sectionproperties.backgroundColor,
|
|
951
|
-
marginBottom: sectionproperties.marginBottom + 'px'
|
|
986
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
987
|
+
height: sectionproperties.height != null ? sectionproperties.height + 'vh' : 'auto'
|
|
952
988
|
}
|
|
953
989
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
954
990
|
"class": "row ml-0 mr-0 w-100 d-flex d-md-none",
|
|
@@ -1016,7 +1052,7 @@ var Login = function Login(props) {
|
|
|
1016
1052
|
},
|
|
1017
1053
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1018
1054
|
style: {
|
|
1019
|
-
background:
|
|
1055
|
+
background: sectionproperties.input_bgcolor
|
|
1020
1056
|
}
|
|
1021
1057
|
})), forgetpasswordstage == 'verify' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1022
1058
|
className: "col-lg-12 col-md-12 col-sm-12 mb-3 mt-3 p-sm-0"
|
|
@@ -1032,7 +1068,7 @@ var Login = function Login(props) {
|
|
|
1032
1068
|
setforgotpasswordpayload(_objectSpread$2f({}, temppayloadobj));
|
|
1033
1069
|
},
|
|
1034
1070
|
style: {
|
|
1035
|
-
background:
|
|
1071
|
+
background: sectionproperties.input_bgcolor
|
|
1036
1072
|
}
|
|
1037
1073
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1038
1074
|
className: "col-lg-12 col-md-12 col-sm-12 mb-3 p-sm-0"
|
|
@@ -1048,7 +1084,7 @@ var Login = function Login(props) {
|
|
|
1048
1084
|
setforgotpasswordpayload(_objectSpread$2f({}, temppayloadobj));
|
|
1049
1085
|
},
|
|
1050
1086
|
style: {
|
|
1051
|
-
background:
|
|
1087
|
+
background: sectionproperties.input_bgcolor
|
|
1052
1088
|
}
|
|
1053
1089
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1054
1090
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
@@ -1064,7 +1100,7 @@ var Login = function Login(props) {
|
|
|
1064
1100
|
setforgotpasswordpayload(_objectSpread$2f({}, temppayloadobj));
|
|
1065
1101
|
},
|
|
1066
1102
|
style: {
|
|
1067
|
-
background:
|
|
1103
|
+
background: sectionproperties.input_bgcolor
|
|
1068
1104
|
}
|
|
1069
1105
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1070
1106
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-3 "
|
|
@@ -1120,24 +1156,8 @@ styleInject(css_248z$L);
|
|
|
1120
1156
|
var css_248z$K = ".image-gallery_image-gallery-icon__WE2UX {\n\tcolor: #fff;\n\ttransition: all .3s ease-out;\n\tappearance: none;\n\tbackground-color: transparent;\n\tborder: 0;\n\tcursor: pointer;\n\toutline: none;\n\tposition: absolute;\n\tz-index: 4;\n display: none !important;\n\t/* filter: drop-shadow(0 2px 2px #1a1a1a); */\n}\n\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-icon__WE2UX:hover {\n\t\tcolor: var(--secondary)\n\t}\n\n\t.image-gallery_image-gallery-icon__WE2UX:hover .image-gallery_image-gallery-svg__XloJd {\n\t\ttransform: scale(1.1)\n\t}\n}\n\n.image-gallery_image-gallery-icon__WE2UX:focus {\n\toutline: 2px solid #000\n}\n\n.image-gallery_image-gallery-using-mouse__lBKAU .image-gallery_image-gallery-icon__WE2UX:focus {\n\toutline: none\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z,\n.image-gallery_image-gallery-play-button__2AS3J {\n\tbottom: 0;\n\tpadding: 20px\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\theight: 28px;\n\twidth: 28px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z,\n\t.image-gallery_image-gallery-play-button__2AS3J {\n\t\tpadding: 15px\n\t}\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 24px;\n\t\twidth: 24px\n\t}\n}\n\n@media(max-width: 480px) {\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z,\n\t.image-gallery_image-gallery-play-button__2AS3J {\n\t\tpadding: 10px\n\t}\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 16px;\n\t\twidth: 16px\n\t}\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z {\n\tright: 0\n}\n\n.image-gallery_image-gallery-play-button__2AS3J {\n\tleft: 0\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk,\n.image-gallery_image-gallery-right-nav__53hut {\n\tpadding: 50px 10px;\n\ttop: 50%;\n\ttransform: translateY(-50%)\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\theight: 120px;\n\twidth: 60px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 72px;\n\t\twidth: 36px\n\t}\n}\n\n@media(max-width: 480px) {\n\n\t.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 48px;\n\t\twidth: 24px\n\t}\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk[disabled],\n.image-gallery_image-gallery-right-nav__53hut[disabled] {\n\tcursor: disabled;\n\topacity: .6;\n\tpointer-events: none\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk {\n\tleft: 0\n}\n\n.image-gallery_image-gallery-right-nav__53hut {\n\tright: 0\n}\n\n.image-gallery_image-gallery__FfPQj {\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\t-o-user-select: none;\n\tuser-select: none;\n\t-webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n\tposition: relative\n}\n\n.image-gallery_image-gallery__FfPQj.image-gallery_fullscreen-modal__KM6Xw {\n\tbackground: #000;\n\tbottom: 0;\n\theight: 100%;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\twidth: 100%;\n\tz-index: 5\n}\n\n.image-gallery_image-gallery__FfPQj.image-gallery_fullscreen-modal__KM6Xw .image-gallery_image-gallery-content__kMTBU {\n\ttop: 50%;\n\ttransform: translateY(-50%)\n}\n\n.image-gallery_image-gallery-content__kMTBU {\n\tposition: relative;\n\tline-height: 0;\n\ttop: 0\n}\n\n.image-gallery_image-gallery-content__kMTBU.image-gallery_fullscreen__VMCyX {\n\tbackground: #000\n}\n\n.image-gallery_image-gallery-content__kMTBU .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\tmax-height: 50vh !important;\n}\n\n.image-gallery_image-gallery-content__kMTBU.image-gallery_left__K0NWU .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh,\n.image-gallery_image-gallery-content__kMTBU.image-gallery_right__PlchD .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\tmax-height: 100vh\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_right__PlchD {\n\tdisplay: inline-block;\n\twidth: calc(100% - 110px)\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_right__PlchD {\n\t\twidth: calc(100% - 87px)\n\t}\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_image-gallery-rtl__jhrNg {\n\tdirection: rtl\n}\n\n.image-gallery_image-gallery-slides__cWfmF {\n\tline-height: 0;\n\toverflow: hidden;\n\tposition: relative;\n\twhite-space: nowrap;\n\ttext-align: center\n}\n\n.image-gallery_image-gallery-slide__2BfHc {\n\tleft: 0;\n\tposition: absolute;\n\ttop: 0;\n\twidth: 100%\n}\n\n.image-gallery_image-gallery-slide__2BfHc.image-gallery_center__1gH-w {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\twidth: 100%;\n\tobject-fit: contain\n}\n\n.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-description__l1rZM {\n\tbackground: rgba(0, 0, 0, .4);\n\tbottom: 70px;\n\tcolor: #fff;\n\tleft: 0;\n\tline-height: 1;\n\tpadding: 10px 20px;\n\tposition: absolute;\n\twhite-space: normal\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-description__l1rZM {\n\t\tbottom: 45px;\n\t\tfont-size: .8em;\n\t\tpadding: 8px 15px\n\t}\n}\n\n.image-gallery_image-gallery-bullets__CEQBy {\n\tbottom: 20px;\n\tleft: 0;\n\tmargin: 0 auto;\n\tposition: absolute;\n\tright: 0;\n\twidth: 80%;\n\tz-index: 4\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullets-container__BXDlg {\n\tmargin: 0;\n\tpadding: 0;\n\ttext-align: center\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\tappearance: none;\n\tbackground-color: transparent;\n\tborder: 1px solid #fff;\n\tborder-radius: 50%;\n\tbox-shadow: 0 2px 2px #1a1a1a;\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tmargin: 0 5px;\n\toutline: none;\n\tpadding: 5px;\n\ttransition: all .2s ease-out\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\t\tmargin: 0 3px;\n\t\tpadding: 3px\n\t}\n}\n\n@media(max-width: 480px) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\t\tpadding: 2.7px\n\t}\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG:focus {\n\ttransform: scale(1.2);\n\tbackground: #000;\n\tborder: 1px solid #000\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG.image-gallery_active__B2qrR {\n\ttransform: scale(1.2);\n\tborder: 1px solid #fff;\n\tbackground: #fff\n}\n\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG:hover {\n\t\tbackground: #000;\n\t\tborder: 1px solid #000\n\t}\n\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG.image-gallery_active__B2qrR:hover {\n\t\tbackground: #000\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv- {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-swipe-horizontal__5-5qp {\n\ttouch-action: pan-y\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-swipe-vertical__-NAhb {\n\ttouch-action: pan-x\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-wrapper-rtl__Ya5gz {\n\tdirection: rtl\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\twidth: 100px;\n\theight: 100px !important;\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\t\twidth: 81px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn {\n\theight: 100%;\n\twidth: 100%;\n\tleft: 0;\n\tpadding: 0;\n\tposition: absolute;\n\ttop: 0\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF {\n\tdisplay: block;\n\tmargin-right: 0;\n\tpadding: 0\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF {\n\tmargin-left: 0;\n\tmargin-top: 2px\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\tmargin: 0 5px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\t\tmargin: 0 3px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails__1BFBn {\n\toverflow: hidden;\n\tpadding: 5px 0\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnails__1BFBn {\n\t\tpadding: 3px 0\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnails-container__Z3mr8 {\n\tcursor: pointer;\n\ttext-align: center;\n\twhite-space: nowrap\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF {\n\tdisplay: inline-block;\n\tborder: 2px solid transparent;\n\ttransition: border .3s ease-out;\n\twidth: 10vh;\n\tbackground: transparent;\n\tpadding: 0\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF {\n\t\tborder: 3px solid transparent;\n\t\twidth: 81px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF {\n\tmargin-left: 2px\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF .image-gallery_image-gallery-thumbnail-inner__4F4ry {\n\tdisplay: block;\n\tposition: relative\n}\n.image-gallery_image-gallery-thumbnail__EKbDF{\n\twidth: 10vh;\n\theight: 7vh;\n\toverflow: hidden;\n}\n.image-gallery_image-gallery-thumbnail__EKbDF .image-gallery_image-gallery-thumbnail-image__Oi9qX {\n\twidth: 100%;\n height:100%;\n\tline-height: 0;\n object-fit: contain;\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF.image-gallery_active__B2qrR,\n.image-gallery_image-gallery-thumbnail__EKbDF:focus {\n\toutline: none;\n\tborder: 2px solid var(--light);\n}\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF:hover {\n\t\toutline: none;\n\t\tborder: 2px solid var(--light)\n\t}\n}\n\n@media(hover: hover)and (pointer: fine)and (max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF:hover {\n\t\tborder: 2px solid var(--primary)\n\t}\n}\n\n.image-gallery_image-gallery-thumbnail-label__4Xph8 {\n\tbox-sizing: border-box;\n\tcolor: #fff;\n\tfont-size: 1em;\n\tleft: 0;\n\tline-height: 1em;\n\tpadding: 5%;\n\tposition: absolute;\n\ttop: 50%;\n\ttext-shadow: 0 2px 2px #1a1a1a;\n\ttransform: translateY(-50%);\n\twhite-space: normal;\n\twidth: 100%\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail-label__4Xph8 {\n\t\tfont-size: .8em;\n\t\tline-height: .8em\n\t}\n}\n\n.image-gallery_image-gallery-index__DbRoC {\n\tbackground: rgba(0, 0, 0, .4);\n\tcolor: #fff;\n\tline-height: 1;\n\tpadding: 10px 20px;\n\tposition: absolute;\n\tright: 0;\n\ttop: 0;\n\tz-index: 4\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-index__DbRoC {\n\t\tfont-size: .8em;\n\t\tpadding: 5px 10px\n\t}\n}";
|
|
1121
1157
|
styleInject(css_248z$K);
|
|
1122
1158
|
|
|
1123
|
-
var
|
|
1124
|
-
|
|
1125
|
-
urlEndpoint: props === null || props === void 0 ? void 0 : props.urlEndpoint
|
|
1126
|
-
// urlEndpoint={'https://ik.imagekit.io/ppcqtfrxp'}
|
|
1127
|
-
,
|
|
1128
|
-
publicKey: props === null || props === void 0 ? void 0 : props.publicKey
|
|
1129
|
-
// publicKey={'public_h8U+4K+MFoeq+MKLf34NST4axAo='}
|
|
1130
|
-
,
|
|
1131
|
-
path: props.path,
|
|
1132
|
-
style: props.style,
|
|
1133
|
-
loading: props.loading,
|
|
1134
|
-
onClick: props.onClick,
|
|
1135
|
-
"class": props["class"]
|
|
1136
|
-
}));
|
|
1137
|
-
};
|
|
1138
|
-
|
|
1139
|
-
var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rightContainer__yEcoL,\n .signup-module_rightContainerTrans__fkdBH {\n border-top-right-radius: 0 !important;\n border-bottom-right-radius: 15px !important;\n border-bottom-left-radius: 15px !important;\n }\n .signup-module_rightContainerText__-pvN- {\n font-size: 23px !important;\n }\n}\n.signup-module_form_control__7s76W:focus {\n -webkit-animation: signup-module_anim-shadow__CsxhG 0.5s ease-in-out forwards;\n animation: signup-module_anim-shadow__CsxhG 0.5s ease-in-out forwards;\n}\n.signup-module_form_control__7s76W:focus + .signup-module_login_input_icon__RDTS0 {\n padding-left: 20px;\n}\n/* Forms */\n.signup-module_form_control__7s76W {\n display: block;\n width: 100%;\n /* height: 35px; */\n /* font-size: 1rem; */\n /* color: var(--cardtitle); */\n /* background: no-repeat center bottom, center calc(100% - 1px); */\n /* background-size: 0 100%, 100% 100%; */\n background-clip: padding-box;\n /* font-size: 14px; */\n /* transition: background 0s ease-out; */\n /* border: 0; */\n padding: 0 15px;\n font-weight: 500;\n display: flex;\n align-items: center;\n position: relative;\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .signup-module_form_control__7s76W {\n transition: none;\n }\n}\n.signup-module_form_control__7s76W::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n.signup-module_form_control__7s76W:focus {\n outline: 0;\n}\n.signup-module_form_control__7s76W::placeholder {\n opacity: 1;\n}\n.signup-module_form_control__7s76W:disabled,\n.signup-module_form_control__7s76W[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n cursor: not-allowed;\n}\ntextarea.signup-module_form_control__7s76W {\n height: auto;\n}\n.signup-module_form_control__7s76W:focus {\n /* background-size: 100% 100%, 100% 100%; */\n transition-duration: 0.3s;\n box-shadow: none;\n}\n.signup-module_form_control__7s76W::-moz-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W:-ms-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W::-webkit-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W {\n /* background-image: linear-gradient(to top, #000 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px); */\n}\n.signup-module_form_control_border_none__HjUMS {\n background-image: none;\n}\n.signup-module_form_control__7s76W.signup-module_disabled__h55ao,\n.signup-module_form_control__7s76W:disabled,\n.signup-module_form_control__7s76W[disabled] {\n /* background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%); */\n /* background-repeat: repeat-x;\n background-size: 3px 1px; */\n cursor: not-allowed;\n}\n@media screen and (max-width: 500px) {\n .signup-module_form_control__7s76W {\n /* padding: 0 5px !important; */\n }\n .signup-module_login_input_icon__RDTS0 {\n padding-left: 0 !important;\n }\n .signup-module_rightContainer__yEcoL {\n border-radius: 15px 15px 0 0 !important;\n }\n .signup-module_leftcontainer__bqfnN {\n border-radius: 15px 15px 0 0 !important;\n }\n}\n.signup-module_form_controltextarea__-LGz6{\n min-height: 10vh !important;\n}\n.signup-module_checkbox__8ejBx {\n --border: #022648;\n --border-hover: #959ed0;\n --tick: #fff;\n position: relative;\n /* color: var(--cardheader); */\n}\n.signup-module_checkbox_label__d84Q2 {\n font-size: 16px;\n text-transform: capitalize;\n font-weight: 500;\n cursor: pointer;\n}\n.signup-module_checkbox__8ejBx:hover {\n /* color: var(--border-hover); */\n}\n.signup-module_checkbox__8ejBx input,\n.signup-module_checkbox__8ejBx svg {\n width: 16px;\n height: 16px;\n display: block;\n}\n.signup-module_checkbox_sub__WQLUX input {\n width: 15px;\n height: 15px;\n}\n.signup-module_checkbox__8ejBx input {\n -webkit-appearance: none;\n -moz-appearance: none;\n position: relative;\n outline: none;\n background: white;\n border: none;\n margin: 0;\n padding: 0;\n cursor: pointer;\n border-radius: 4px;\n transition: box-shadow 0.3s;\n box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));\n}\n.signup-module_checkbox__8ejBx input:disabled {\n cursor: not-allowed;\n}\n.signup-module_checkbox__8ejBx input:hover {\n /* --s: 2px; */\n /* --b: var(--border-hover); */\n}\n.signup-module_checkbox__8ejBx input:checked {\n /* --b: var(--secondary); */\n}\n.signup-module_checkbox__8ejBx svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n /* stroke: var(--stroke, var(--secondary)); */\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.signup-module_checkbox_sub__WQLUX svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke: var(--stroke, var(--secondary));\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.signup-module_checkboxtranslated__4xHR- svg {\n right: 0;\n}\n.signup-module_checkbox__8ejBx input:checked {\n --s: 2px;\n transition-delay: 0.4s;\n}\n.signup-module_checkbox__8ejBx input:checked + svg {\n --a: 16.1 86.12;\n --o: 102.22;\n}\n.signup-module_checkbox__8ejBx svg {\n stroke-dasharray: var(--a, 86.12);\n stroke-dashoffset: var(--o, 86.12);\n transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;\n}\n";
|
|
1140
|
-
var loginstyles = {"rightContainer":"signup-module_rightContainer__yEcoL","rightContainerTrans":"signup-module_rightContainerTrans__fkdBH","rightContainerText":"signup-module_rightContainerText__-pvN-","form_control":"signup-module_form_control__7s76W","anim-shadow":"signup-module_anim-shadow__CsxhG","login_input_icon":"signup-module_login_input_icon__RDTS0","form_control_border_none":"signup-module_form_control_border_none__HjUMS","disabled":"signup-module_disabled__h55ao","leftcontainer":"signup-module_leftcontainer__bqfnN","form_controltextarea":"signup-module_form_controltextarea__-LGz6","checkbox":"signup-module_checkbox__8ejBx","checkbox_label":"signup-module_checkbox_label__d84Q2","checkbox_sub":"signup-module_checkbox_sub__WQLUX","checkboxtranslated":"signup-module_checkboxtranslated__4xHR-"};
|
|
1159
|
+
var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rightContainer__yEcoL,\n .signup-module_rightContainerTrans__fkdBH {\n border-top-right-radius: 0 !important;\n border-bottom-right-radius: 15px !important;\n border-bottom-left-radius: 15px !important;\n }\n .signup-module_rightContainerText__-pvN- {\n font-size: 23px !important;\n }\n}\n.signup-module_form_control__7s76W:focus {\n -webkit-animation: signup-module_anim-shadow__CsxhG 0.5s ease-in-out forwards;\n animation: signup-module_anim-shadow__CsxhG 0.5s ease-in-out forwards;\n}\n.signup-module_form_control__7s76W:focus + .signup-module_login_input_icon__RDTS0 {\n padding-left: 20px;\n}\n/* Forms */\n.signup-module_form_control__7s76W {\n display: block;\n width: 100%;\n /* height: 35px; */\n /* font-size: 1rem; */\n /* color: var(--cardtitle); */\n /* background: no-repeat center bottom, center calc(100% - 1px); */\n /* background-size: 0 100%, 100% 100%; */\n background-clip: padding-box;\n /* font-size: 14px; */\n /* transition: background 0s ease-out; */\n /* border: 0; */\n padding: 0 15px;\n font-weight: 500;\n display: flex;\n align-items: center;\n position: relative;\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .signup-module_form_control__7s76W {\n transition: none;\n }\n}\n.signup-module_form_control__7s76W::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n.signup-module_form_control__7s76W:focus {\n outline: 0;\n}\n.signup-module_form_control__7s76W::placeholder {\n opacity: 1;\n}\n.signup-module_form_control__7s76W:disabled,\n.signup-module_form_control__7s76W[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n cursor: not-allowed;\n}\ntextarea.signup-module_form_control__7s76W {\n height: auto;\n}\n.signup-module_form_control__7s76W:focus {\n /* background-size: 100% 100%, 100% 100%; */\n transition-duration: 0.3s;\n box-shadow: none;\n}\n.signup-module_form_control__7s76W::-moz-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W:-ms-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W::-webkit-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W {\n /* background-image: linear-gradient(to top, #000 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px); */\n}\n.signup-module_form_control_border_none__HjUMS {\n background-image: none;\n}\n.signup-module_form_control__7s76W.signup-module_disabled__h55ao,\n.signup-module_form_control__7s76W:disabled,\n.signup-module_form_control__7s76W[disabled] {\n /* background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%); */\n /* background-repeat: repeat-x;\n background-size: 3px 1px; */\n cursor: not-allowed;\n}\n@media screen and (max-width: 500px) {\n .signup-module_form_control__7s76W {\n /* padding: 0 5px !important; */\n }\n .signup-module_login_input_icon__RDTS0 {\n padding-left: 0 !important;\n }\n .signup-module_rightContainer__yEcoL {\n border-radius: 15px 15px 0 0 !important;\n }\n .signup-module_leftcontainer__bqfnN {\n border-radius: 15px 15px 0 0 !important;\n }\n}\n.signup-module_form_controltextarea__-LGz6{\n min-height: 10vh !important;\n}\n.signup-module_checkbox__8ejBx {\n --border: #022648;\n --border-hover: #959ed0;\n --tick: #fff;\n position: relative;\n /* color: var(--cardheader); */\n}\n.signup-module_checkbox_label__d84Q2 {\n font-size: 16px;\n text-transform: capitalize;\n font-weight: 500;\n cursor: pointer;\n}\n.signup-module_checkbox__8ejBx:hover {\n /* color: var(--border-hover); */\n}\n.signup-module_checkbox__8ejBx input,\n.signup-module_checkbox__8ejBx svg {\n width: 16px;\n height: 16px;\n display: block;\n}\n.signup-module_checkbox_sub__WQLUX input {\n width: 15px;\n height: 15px;\n}\n.signup-module_checkbox__8ejBx input {\n -webkit-appearance: none;\n -moz-appearance: none;\n position: relative;\n outline: none;\n background: white;\n border: none;\n margin: 0;\n padding: 0;\n cursor: pointer;\n border-radius: 4px;\n transition: box-shadow 0.3s;\n box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));\n}\n.signup-module_checkbox__8ejBx input:disabled {\n cursor: not-allowed;\n}\n.signup-module_checkbox__8ejBx input:hover {\n /* --s: 2px; */\n /* --b: var(--border-hover); */\n}\n.signup-module_checkbox__8ejBx input:checked {\n /* --b: var(--secondary); */\n}\n.signup-module_checkbox__8ejBx svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n /* stroke: var(--stroke, var(--secondary)); */\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.signup-module_checkbox_sub__WQLUX svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke: var(--stroke, var(--secondary));\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.signup-module_checkboxtranslated__4xHR- svg {\n right: 0;\n}\n.signup-module_checkbox__8ejBx input:checked {\n --s: 2px;\n transition-delay: 0.4s;\n}\n.signup-module_checkbox__8ejBx input:checked + svg {\n --a: 16.1 86.12;\n --o: 102.22;\n}\n.signup-module_checkbox__8ejBx svg {\n stroke-dasharray: var(--a, 86.12);\n stroke-dashoffset: var(--o, 86.12);\n transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;\n}\n\n.signup-module_showpassword_input_icon__cVHRS {\n font-size: 15px;\n color: #999999;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n position: absolute;\n border-radius: 25px;\n bottom: 15px;\n right: 25px;\n padding-left: 15px;\n\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n cursor: pointer !important;\n z-index: 10000000000000000000000 !important;\n}\n.signup-module_showpassword_input_icontrans__vmV5q {\n font-size: 15px;\n color: #999999;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n position: absolute;\n border-radius: 25px;\n bottom: 15px;\n left: 25px;\n\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n cursor: pointer !important;\n z-index: 10000000000000000000000 !important;\n}";
|
|
1160
|
+
var loginstyles = {"rightContainer":"signup-module_rightContainer__yEcoL","rightContainerTrans":"signup-module_rightContainerTrans__fkdBH","rightContainerText":"signup-module_rightContainerText__-pvN-","form_control":"signup-module_form_control__7s76W","anim-shadow":"signup-module_anim-shadow__CsxhG","login_input_icon":"signup-module_login_input_icon__RDTS0","form_control_border_none":"signup-module_form_control_border_none__HjUMS","disabled":"signup-module_disabled__h55ao","leftcontainer":"signup-module_leftcontainer__bqfnN","form_controltextarea":"signup-module_form_controltextarea__-LGz6","checkbox":"signup-module_checkbox__8ejBx","checkbox_label":"signup-module_checkbox_label__d84Q2","checkbox_sub":"signup-module_checkbox_sub__WQLUX","checkboxtranslated":"signup-module_checkboxtranslated__4xHR-","showpassword_input_icon":"signup-module_showpassword_input_icon__cVHRS","showpassword_input_icontrans":"signup-module_showpassword_input_icontrans__vmV5q"};
|
|
1141
1161
|
styleInject(css_248z$J);
|
|
1142
1162
|
|
|
1143
1163
|
function ownKeys$2e(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -1158,18 +1178,18 @@ var defaultstyles = {
|
|
|
1158
1178
|
});
|
|
1159
1179
|
},
|
|
1160
1180
|
control: function control() {
|
|
1161
|
-
|
|
1181
|
+
var _ref;
|
|
1182
|
+
return _ref = {
|
|
1162
1183
|
borderBottom: '1px solid #ccc',
|
|
1163
1184
|
backgroundColor: 'white',
|
|
1164
1185
|
display: 'flex',
|
|
1165
1186
|
cursor: 'pointer',
|
|
1166
1187
|
padding: 0,
|
|
1167
|
-
transition: '.3s'
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
};
|
|
1188
|
+
transition: '.3s'
|
|
1189
|
+
}, _defineProperty__default["default"](_ref, "backgroundColor", 'transparent'), _defineProperty__default["default"](_ref, '&:hover', {
|
|
1190
|
+
// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
|
|
1191
|
+
// borderRadius: '10px',
|
|
1192
|
+
}), _ref;
|
|
1173
1193
|
},
|
|
1174
1194
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1175
1195
|
return _objectSpread$2e(_objectSpread$2e({}, provided), {}, {
|
|
@@ -7875,7 +7895,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
7875
7895
|
fontSize: sectionproperties.noprod_fontSize + 'px'
|
|
7876
7896
|
}
|
|
7877
7897
|
}, langdetect == 'en' ? sectionproperties.nocards_content_en : sectionproperties.nocards_content_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7878
|
-
className: langdetect == 'en' ? ' col-lg-3 pr-0 ' : ' col-lg-3 pl-0 '
|
|
7898
|
+
className: langdetect == 'en' ? ' col-lg-3 pr-0 px-sm-0 mb-4 ' : ' col-lg-3 pl-0 px-sm-0 mb-4'
|
|
7879
7899
|
}, Summary()))))));
|
|
7880
7900
|
};
|
|
7881
7901
|
|
|
@@ -9119,7 +9139,7 @@ var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
|
9119
9139
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
9120
9140
|
});
|
|
9121
9141
|
var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
9122
|
-
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _fetchAuthorizationQu4, _fetchAuthorizationQu5, _fetchAuthorizationQu6, _css, _authdetailsContext$c, _authdetailsContext$c2;
|
|
9142
|
+
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _fetchAuthorizationQu4, _fetchAuthorizationQu5, _fetchAuthorizationQu6, _css, _authdetailsContext$i2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
9123
9143
|
var lang = props.actions.lang;
|
|
9124
9144
|
var langdetect = props.actions.langdetect;
|
|
9125
9145
|
props.actions.routingcountext;
|
|
@@ -9187,6 +9207,18 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9187
9207
|
_useState14 = _slicedToArray__default["default"](_useState13, 2),
|
|
9188
9208
|
payloadobj = _useState14[0],
|
|
9189
9209
|
setpayloadobj = _useState14[1];
|
|
9210
|
+
var _useState15 = React.useState(false),
|
|
9211
|
+
_useState16 = _slicedToArray__default["default"](_useState15, 2);
|
|
9212
|
+
_useState16[0];
|
|
9213
|
+
_useState16[1];
|
|
9214
|
+
var _useState17 = React.useState(false),
|
|
9215
|
+
_useState18 = _slicedToArray__default["default"](_useState17, 2);
|
|
9216
|
+
_useState18[0];
|
|
9217
|
+
_useState18[1];
|
|
9218
|
+
var _useState19 = React.useState(false),
|
|
9219
|
+
_useState20 = _slicedToArray__default["default"](_useState19, 2),
|
|
9220
|
+
waitingpage = _useState20[0],
|
|
9221
|
+
setwaitingpage = _useState20[1];
|
|
9190
9222
|
React.useEffect(function () {
|
|
9191
9223
|
if (fetchAuthorizationQueryContext.isSuccess) {
|
|
9192
9224
|
var _fetchAuthorizationQu7, _fetchAuthorizationQu8, _fetchAuthorizationQu9, _fetchAuthorizationQu10, _fetchAuthorizationQu11, _fetchAuthorizationQu12;
|
|
@@ -9244,10 +9276,15 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9244
9276
|
var isshippingaddresscompleted = false;
|
|
9245
9277
|
var passwordvalidation = false;
|
|
9246
9278
|
if (authdetailsContext.loggedin == false) {
|
|
9247
|
-
|
|
9248
|
-
|
|
9249
|
-
|
|
9279
|
+
var _authdetailsContext$i;
|
|
9280
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.ispasswordrequired_signup) == 1) {
|
|
9281
|
+
if (payloadobj.password.length != 0) {
|
|
9282
|
+
if (payloadobj.password == payloadobj.password2) {
|
|
9283
|
+
passwordvalidation = true;
|
|
9284
|
+
}
|
|
9250
9285
|
}
|
|
9286
|
+
} else {
|
|
9287
|
+
passwordvalidation = true;
|
|
9251
9288
|
}
|
|
9252
9289
|
} else if (authdetailsContext.loggedin == true) {
|
|
9253
9290
|
if (payloadobj.password.length != 0) {
|
|
@@ -9309,6 +9346,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9309
9346
|
}
|
|
9310
9347
|
temppayloadobj.addedsourcetype = 'Webapp';
|
|
9311
9348
|
temppayloadobj.instapikey = instapikey;
|
|
9349
|
+
if (sectionproperties.redirectsaftersignup != 'Home') {
|
|
9350
|
+
setwaitingpage(true);
|
|
9351
|
+
}
|
|
9312
9352
|
CustomerSignUpMutationContext.mutate(temppayloadobj);
|
|
9313
9353
|
}
|
|
9314
9354
|
};
|
|
@@ -9426,7 +9466,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9426
9466
|
payloadobjchange('name', event.target.value);
|
|
9427
9467
|
},
|
|
9428
9468
|
style: {
|
|
9429
|
-
background:
|
|
9469
|
+
background: sectionproperties.input_bgcolor
|
|
9430
9470
|
}
|
|
9431
9471
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9432
9472
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
@@ -9442,7 +9482,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9442
9482
|
payloadobjchange('email', event.target.value);
|
|
9443
9483
|
},
|
|
9444
9484
|
style: {
|
|
9445
|
-
background:
|
|
9485
|
+
background: sectionproperties.input_bgcolor
|
|
9446
9486
|
}
|
|
9447
9487
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9448
9488
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
@@ -9465,7 +9505,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9465
9505
|
},
|
|
9466
9506
|
|
|
9467
9507
|
style: {
|
|
9468
|
-
direction: 'ltr'
|
|
9508
|
+
direction: 'ltr',
|
|
9509
|
+
color: sectionproperties.inputfieldcolor
|
|
9469
9510
|
}
|
|
9470
9511
|
})));
|
|
9471
9512
|
};
|
|
@@ -9644,7 +9685,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9644
9685
|
},
|
|
9645
9686
|
style: {
|
|
9646
9687
|
resize: 'none',
|
|
9647
|
-
background:
|
|
9688
|
+
background: sectionproperties.input_bgcolor
|
|
9648
9689
|
}
|
|
9649
9690
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9650
9691
|
className: loginstyles.login_input_focus
|
|
@@ -9659,7 +9700,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9659
9700
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
9660
9701
|
}, lang.password), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
9661
9702
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
9662
|
-
type:
|
|
9703
|
+
type: 'password',
|
|
9663
9704
|
autocomplete: "new-password",
|
|
9664
9705
|
textplaceholder: "",
|
|
9665
9706
|
value: payloadobj.password,
|
|
@@ -9773,19 +9814,50 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9773
9814
|
})));
|
|
9774
9815
|
})));
|
|
9775
9816
|
};
|
|
9817
|
+
var SignUpButtonContent = function SignUpButtonContent() {
|
|
9818
|
+
return /*#__PURE__*/React__default["default"].createElement("button", {
|
|
9819
|
+
className: "".concat(formstyles.signupbtn) + ' d-flex align-items-center justify-content-center ',
|
|
9820
|
+
disabled: CustomerSignUpMutationContext.isLoading ? true : false,
|
|
9821
|
+
onClick: function onClick() {
|
|
9822
|
+
if (verifypayload() == true) {
|
|
9823
|
+
if (customervalidateemail == 1) {
|
|
9824
|
+
setvalidateemailmodal(true);
|
|
9825
|
+
} else {
|
|
9826
|
+
signupbuttonfunc();
|
|
9827
|
+
}
|
|
9828
|
+
}
|
|
9829
|
+
}
|
|
9830
|
+
}, CustomerSignUpMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
9831
|
+
color: "#fff",
|
|
9832
|
+
width: "20px",
|
|
9833
|
+
height: "20px",
|
|
9834
|
+
duration: "1s"
|
|
9835
|
+
}), !CustomerSignUpMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, authdetailsContext.loggedin != true && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9836
|
+
style: {
|
|
9837
|
+
letterSpacing: langdetect == 'en' ? '1px' : ''
|
|
9838
|
+
}
|
|
9839
|
+
}, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar), authdetailsContext.loggedin == true && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9840
|
+
style: {
|
|
9841
|
+
letterSpacing: langdetect == 'en' ? '1px' : ''
|
|
9842
|
+
}
|
|
9843
|
+
}, lang.update)));
|
|
9844
|
+
};
|
|
9776
9845
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9777
|
-
className: "row m-0 w-100 d-flex justify-content-center"
|
|
9846
|
+
className: "row m-0 w-100 d-flex justify-content-center",
|
|
9847
|
+
style: {
|
|
9848
|
+
// heigh: '100%',
|
|
9849
|
+
}
|
|
9778
9850
|
}, !dataloaded && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
9779
9851
|
color: "black",
|
|
9780
9852
|
width: "20px",
|
|
9781
9853
|
height: "20px",
|
|
9782
9854
|
duration: "1s"
|
|
9783
|
-
}), dataloaded && props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9855
|
+
}), dataloaded && props.srcfromprops == 'signup' && waitingpage == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9784
9856
|
className: "col-lg-12 p-0",
|
|
9785
9857
|
style: {
|
|
9786
|
-
background:
|
|
9858
|
+
background: sectionproperties.formLeftbgColor
|
|
9787
9859
|
}
|
|
9788
|
-
}, PersonalInformation(), Address(), Otherinformation(), Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9860
|
+
}, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9789
9861
|
className: "col-lg-12 p-0"
|
|
9790
9862
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9791
9863
|
className: "row ml-0 mr-0 w-100"
|
|
@@ -9849,7 +9921,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9849
9921
|
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
9850
9922
|
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px'
|
|
9851
9923
|
},
|
|
9852
|
-
className: "p-2"
|
|
9924
|
+
className: "p-2 w-100"
|
|
9853
9925
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9854
9926
|
className: "row ml-0 mr-0"
|
|
9855
9927
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -9871,7 +9943,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9871
9943
|
display: sectionproperties.hidecountrystatecity == 'Show' && sectionproperties.hideaddress == 'Show' ? 'flex' : 'none'
|
|
9872
9944
|
}
|
|
9873
9945
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9874
|
-
className: 'p-2',
|
|
9946
|
+
className: 'p-2 w-100',
|
|
9875
9947
|
style: {
|
|
9876
9948
|
background: sectionproperties.backgroundColor,
|
|
9877
9949
|
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
@@ -9897,7 +9969,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9897
9969
|
}))), Address())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9898
9970
|
className: "col-lg-12 mb-3 p-0"
|
|
9899
9971
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9900
|
-
className: 'p-2',
|
|
9972
|
+
className: 'p-2 w-100',
|
|
9901
9973
|
style: {
|
|
9902
9974
|
background: sectionproperties.backgroundColor,
|
|
9903
9975
|
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
@@ -9932,7 +10004,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9932
10004
|
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
9933
10005
|
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px'
|
|
9934
10006
|
},
|
|
9935
|
-
className: "p-2"
|
|
10007
|
+
className: "p-2 w-100"
|
|
9936
10008
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9937
10009
|
className: "row ml-0 mr-0"
|
|
9938
10010
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -9964,34 +10036,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9964
10036
|
onClick: function onClick() {
|
|
9965
10037
|
window.open(window.location.origin + '/policies', '_blank');
|
|
9966
10038
|
}
|
|
9967
|
-
}, langdetect == 'en' ? 'Terms & Conditions' : 'الشروط و الاحكام'))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10039
|
+
}, langdetect == 'en' ? 'Terms & Conditions' : 'الشروط و الاحكام'))), waitingpage == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9968
10040
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-3 mt-3"
|
|
9969
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
9970
|
-
className: "".concat(formstyles.signupbtn) + ' d-flex align-items-center justify-content-center ',
|
|
9971
|
-
disabled: CustomerSignUpMutationContext.isLoading ? true : false,
|
|
9972
|
-
onClick: function onClick() {
|
|
9973
|
-
if (verifypayload() == true) {
|
|
9974
|
-
if (customervalidateemail == 1) {
|
|
9975
|
-
setvalidateemailmodal(true);
|
|
9976
|
-
} else {
|
|
9977
|
-
signupbuttonfunc();
|
|
9978
|
-
}
|
|
9979
|
-
}
|
|
9980
|
-
}
|
|
9981
|
-
}, CustomerSignUpMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
9982
|
-
color: "#fff",
|
|
9983
|
-
width: "20px",
|
|
9984
|
-
height: "20px",
|
|
9985
|
-
duration: "1s"
|
|
9986
|
-
}), !CustomerSignUpMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, authdetailsContext.loggedin != true && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9987
|
-
style: {
|
|
9988
|
-
letterSpacing: langdetect == 'en' ? '1px' : ''
|
|
9989
|
-
}
|
|
9990
|
-
}, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar), authdetailsContext.loggedin == true && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9991
|
-
style: {
|
|
9992
|
-
letterSpacing: langdetect == 'en' ? '1px' : ''
|
|
9993
|
-
}
|
|
9994
|
-
}, lang.update)))), props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10041
|
+
}, authdetailsContext.loggedin == false && SignUpButtonContent(), authdetailsContext.loggedin == true && sectionproperties.showupdatebtn == 'Show' && SignUpButtonContent()), props.srcfromprops == 'signup' && waitingpage == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9995
10042
|
className: "row m-0 w-100"
|
|
9996
10043
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9997
10044
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex d-md-none align-items-center justify-content-center mb-2"
|
|
@@ -10015,7 +10062,25 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10015
10062
|
className: "ml-1 mr-1"
|
|
10016
10063
|
}, /*#__PURE__*/React__default["default"].createElement(GoogleLoginButton, {
|
|
10017
10064
|
actions: actions
|
|
10018
|
-
})))), /*#__PURE__*/React__default["default"].createElement(
|
|
10065
|
+
})))), waitingpage == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10066
|
+
"class": "col-lg-12 allcentered my-5"
|
|
10067
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10068
|
+
"class": "row m-0 w-100"
|
|
10069
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10070
|
+
"class": "col-lg-12 allcentered"
|
|
10071
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10072
|
+
style: {
|
|
10073
|
+
color: sectionproperties.waitingapprovalcolor,
|
|
10074
|
+
fontSize: sectionproperties.waitingapprovalfontsize + 'px'
|
|
10075
|
+
}
|
|
10076
|
+
}, langdetect == 'en' ? sectionproperties.waitingapprovaltest_en : sectionproperties.waitingapprovaltest_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10077
|
+
"class": "col-lg-12 allcentered"
|
|
10078
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10079
|
+
style: {
|
|
10080
|
+
color: sectionproperties.waitingapprovalcolor2,
|
|
10081
|
+
fontSize: sectionproperties.waitingapprovalfontsize2 + 'px'
|
|
10082
|
+
}
|
|
10083
|
+
}, langdetect == 'en' ? sectionproperties.waitingapprovaltest_en2 : sectionproperties.waitingapprovaltest_ar2)))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
10019
10084
|
show: validateemailmodal,
|
|
10020
10085
|
onHide: function onHide() {
|
|
10021
10086
|
return setvalidateemailmodal(false);
|
|
@@ -10251,6 +10316,11 @@ var Signup = function Signup(props) {
|
|
|
10251
10316
|
};
|
|
10252
10317
|
var SignupContent = function SignupContent() {
|
|
10253
10318
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10319
|
+
"class": "col-lg-12 p-0",
|
|
10320
|
+
style: {
|
|
10321
|
+
height: '100%'
|
|
10322
|
+
}
|
|
10323
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10254
10324
|
className: 'row m-0 w-100 pl-3 pr-3 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'
|
|
10255
10325
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10256
10326
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mt-3",
|
|
@@ -10280,10 +10350,7 @@ var Signup = function Signup(props) {
|
|
|
10280
10350
|
className: 'col-lg-12 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch',
|
|
10281
10351
|
style: {
|
|
10282
10352
|
background: sectionproperties.formLeftbgColor,
|
|
10283
|
-
|
|
10284
|
-
borderTopLeftRadius: sectionproperties.formLeft_bordertopleftradius + 'px',
|
|
10285
|
-
borderBottomRightRadius: sectionproperties.formLeft_borderbottomrightadius + 'px',
|
|
10286
|
-
borderBottomLeftRadius: sectionproperties.formLeft_borderbottomleftadius + 'px'
|
|
10353
|
+
borderRadius: '10px'
|
|
10287
10354
|
}
|
|
10288
10355
|
}, !SocialLoginMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10289
10356
|
"class": "row m-0 w-100"
|
|
@@ -10303,23 +10370,26 @@ var Signup = function Signup(props) {
|
|
|
10303
10370
|
width: "40px",
|
|
10304
10371
|
height: "40px",
|
|
10305
10372
|
duration: "1s"
|
|
10306
|
-
})))))));
|
|
10373
|
+
}))))))));
|
|
10307
10374
|
};
|
|
10308
10375
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10309
10376
|
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
10310
10377
|
style: {
|
|
10311
10378
|
background: sectionproperties.backgroundColor,
|
|
10312
|
-
marginBottom: sectionproperties.marginBottom + 'px'
|
|
10379
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
10380
|
+
height: sectionproperties.height != null ? sectionproperties.height + 'vh' : 'auto'
|
|
10313
10381
|
}
|
|
10314
10382
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10315
10383
|
"class": "row ml-0 mr-0 w-100 d-flex d-md-none",
|
|
10316
10384
|
style: {
|
|
10317
|
-
marginTop: sectionproperties.marginTop + 'px'
|
|
10385
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
10386
|
+
height: '100%'
|
|
10318
10387
|
}
|
|
10319
10388
|
}, SignupContent()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10320
10389
|
"class": "row ml-0 mr-0 w-100 d-none d-md-flex",
|
|
10321
10390
|
style: {
|
|
10322
|
-
marginTop: sectionproperties.marginTopResp + 'px'
|
|
10391
|
+
marginTop: sectionproperties.marginTopResp + 'px',
|
|
10392
|
+
height: '100%'
|
|
10323
10393
|
}
|
|
10324
10394
|
}, SignupContent()));
|
|
10325
10395
|
};
|
|
@@ -15894,7 +15964,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
15894
15964
|
function ownKeys$1P(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15895
15965
|
function _objectSpread$1P(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1P(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1P(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15896
15966
|
var Gotoheader = function Gotoheader(props) {
|
|
15897
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
15967
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
15898
15968
|
var _useState = React.useState(''),
|
|
15899
15969
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
15900
15970
|
sectionproperties = _useState2[0],
|
|
@@ -16166,19 +16236,18 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
16166
16236
|
})
|
|
16167
16237
|
};
|
|
16168
16238
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16169
|
-
|
|
16170
|
-
style:
|
|
16171
|
-
position: 'relative',
|
|
16172
|
-
zIndex: 1000
|
|
16173
|
-
}
|
|
16239
|
+
className: "".concat(headerstyles$g.header_container) + ' row m-0 w-100 d-flex justify-content-center '
|
|
16240
|
+
// class={`${headerstyles.header_container}` + ' row m-0 w-100 d-flex justify-content-center '} style={{ position: 'relative', zIndex: 1000 }}
|
|
16174
16241
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16242
|
+
// className={' row m-0 d-md-none '}
|
|
16175
16243
|
"class": "row m-0 d-md-none",
|
|
16176
16244
|
style: {
|
|
16177
16245
|
position: sectionproperties.headerstyles_position,
|
|
16178
16246
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
16179
16247
|
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
16180
16248
|
width: '100vw',
|
|
16181
|
-
top: 0
|
|
16249
|
+
top: 0,
|
|
16250
|
+
display: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? 'none' : 'flex'
|
|
16182
16251
|
}
|
|
16183
16252
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
16184
16253
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -16545,10 +16614,36 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
16545
16614
|
paddingRightprops: '45px',
|
|
16546
16615
|
subheadercontentpositionprops: 'start'
|
|
16547
16616
|
}
|
|
16548
|
-
}))), /*#__PURE__*/React__default["default"].createElement(
|
|
16617
|
+
}))), !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16618
|
+
className: ' row m-0 ',
|
|
16619
|
+
style: {
|
|
16620
|
+
position: sectionproperties.headerstyles_position,
|
|
16621
|
+
marginTop: sectionproperties.header_marginTop + 'px',
|
|
16622
|
+
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
16623
|
+
width: '100vw',
|
|
16624
|
+
top: 0
|
|
16625
|
+
}
|
|
16626
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16627
|
+
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
|
|
16628
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16629
|
+
"class": "col-lg-12 allcentered p-0"
|
|
16630
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16631
|
+
"class": "".concat(header_cssstyles.header_logo)
|
|
16632
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
16633
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
16634
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
16635
|
+
path: langdetect == 'en' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
|
|
16636
|
+
style: {
|
|
16637
|
+
width: '100%',
|
|
16638
|
+
height: '100%',
|
|
16639
|
+
objectFit: 'contain'
|
|
16640
|
+
}
|
|
16641
|
+
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16642
|
+
className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? ' row m-0 w-100 d-none justify-content-center ' : authdetailsContext.loggedin ? 'row m-0 w-100 d-flex justify-content-centet' : ' row m-0 w-100 d-flex justify-content-center '
|
|
16643
|
+
}, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
16549
16644
|
sectionpropertiesprops: sectionproperties,
|
|
16550
16645
|
actions: actions
|
|
16551
|
-
}));
|
|
16646
|
+
})));
|
|
16552
16647
|
};
|
|
16553
16648
|
|
|
16554
16649
|
var css_248z$A = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\n display: flex;\n align-items: center;\n align-content: center;\n position: relative;\n z-index: 1000;\n transition: all 0.2s;\n}\n.CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY .CategoryFeaturingHeader-module_navbar__KrZoa {\n padding: 0;\n}\n.CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY .CategoryFeaturingHeader-module_navbar__KrZoa ul {\n margin: 0;\n padding: 0;\n display: flex;\n list-style: none;\n align-items: center;\n}\n.CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY .CategoryFeaturingHeader-module_navbar__KrZoa ul li {\n position: relative !important;\n}\n.CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY .CategoryFeaturingHeader-module_navbar_item__x7kUB {\n position: relative;\n cursor: pointer;\n white-space: nowrap;\n display: flex;\n align-items: center;\n}\n/* Badge */\n.CategoryFeaturingHeader-module_badge_counter_header_notifications__OMiIG {\n position: absolute;\n transform: scale(0.3);\n transform-origin: top right;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.CategoryFeaturingHeader-module_searchbar__QVi6T {\n display: inline-block;\n border: none;\n outline: none;\n width: 0px;\n position: absolute;\n top: 0;\n background: none;\n z-index: 3;\n transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);\n cursor: pointer;\n}\n.CategoryFeaturingHeader-module_searchbar__QVi6T:focus {\n width: 300px !important;\n z-index: 1;\n cursor: text;\n}\n.CategoryFeaturingHeader-module_searchbaractive__SDflG {\n display: inline-block;\n z-index: 2;\n cursor: pointer;\n cursor: pointer;\n}\n ";
|
|
@@ -26074,7 +26169,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
26074
26169
|
OpenCloseCartSlider = _useState8[0],
|
|
26075
26170
|
setOpenCloseCartSlider = _useState8[1];
|
|
26076
26171
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26077
|
-
className: ' row m-0 w-100 d-flex justify-content-center ',
|
|
26172
|
+
className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'hide' ? ' row m-0 w-100 d-none justify-content-center ' : ' row m-0 w-100 d-flex justify-content-center ',
|
|
26078
26173
|
style: {
|
|
26079
26174
|
width: '100vw'
|
|
26080
26175
|
}
|
|
@@ -36005,7 +36100,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
36005
36100
|
})
|
|
36006
36101
|
};
|
|
36007
36102
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36008
|
-
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 d-flex justify-content-center px-lg-1 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 '
|
|
36103
|
+
className: !authdetailsContext.loggedin && sectionproperties.hidefooterwhenlogin == 'Hide' ? "".concat(footerStyles.footerContainer) + ' row m-0 w-100 d-none justify-content-center px-lg-1 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ' : authdetailsContext.loggedin ? "".concat(footerStyles.footerContainer) + ' row m-0 w-100 d-flex justify-content-center px-lg-1 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ' : "".concat(footerStyles.footerContainer) + ' row m-0 w-100 d-flex justify-content-center px-lg-1 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 '
|
|
36009
36104
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36010
36105
|
className: "col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-start p-sm-0"
|
|
36011
36106
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -42519,10 +42614,17 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42519
42614
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
42520
42615
|
sectionproperties = _useState2[0],
|
|
42521
42616
|
setsectionproperties = _useState2[1];
|
|
42522
|
-
var _useState3 = React.useState(
|
|
42617
|
+
var _useState3 = React.useState({
|
|
42618
|
+
min: 0,
|
|
42619
|
+
max: 10000
|
|
42620
|
+
}),
|
|
42523
42621
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
42524
|
-
|
|
42525
|
-
|
|
42622
|
+
pricevalue = _useState4[0],
|
|
42623
|
+
setpricevalue = _useState4[1];
|
|
42624
|
+
var _useState5 = React.useState([]),
|
|
42625
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
42626
|
+
imagesarray = _useState6[0],
|
|
42627
|
+
setimagesarray = _useState6[1];
|
|
42526
42628
|
var lang = props.actions.lang;
|
|
42527
42629
|
var langdetect = props.actions.langdetect;
|
|
42528
42630
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42829,10 +42931,23 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42829
42931
|
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42830
42932
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42831
42933
|
className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
|
|
42832
|
-
}, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React__default["default"].createElement("div",
|
|
42833
|
-
|
|
42834
|
-
|
|
42835
|
-
|
|
42934
|
+
}, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42935
|
+
"class": 'col-lg-12 pl-4 pr-4 mt-2 mb-2',
|
|
42936
|
+
style: {
|
|
42937
|
+
direction: 'ltr'
|
|
42938
|
+
}
|
|
42939
|
+
}, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
|
|
42940
|
+
draggableTrack: true,
|
|
42941
|
+
formatLabel: function formatLabel(value) {
|
|
42942
|
+
return "".concat(value);
|
|
42943
|
+
},
|
|
42944
|
+
maxValue: 10000,
|
|
42945
|
+
minValue: 0,
|
|
42946
|
+
value: pricevalue,
|
|
42947
|
+
onChange: function onChange(value) {
|
|
42948
|
+
setpricevalue(_objectSpread$15({}, value));
|
|
42949
|
+
}
|
|
42950
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", null)))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42836
42951
|
"class": "col-lg-12 p-0 allcentered mt-3"
|
|
42837
42952
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
42838
42953
|
"class": sectionstyles.btnstyles + ' allcentered '
|
|
@@ -60660,7 +60775,7 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
60660
60775
|
};
|
|
60661
60776
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60662
60777
|
// class="row m-0 w-100"
|
|
60663
|
-
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|
|
60778
|
+
"class": props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft != 0 ? "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
|
|
60664
60779
|
style: {
|
|
60665
60780
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
60666
60781
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|
|
@@ -60668,6 +60783,7 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
60668
60783
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60669
60784
|
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 && sectionproperties.paddingTop != 0 && sectionproperties.paddingBottom != 0 ? card_cssstyles.cardcontainer + ' w-100 p-sm-3 ' : card_cssstyles.cardcontainer + ' w-100 ',
|
|
60670
60785
|
onClick: function onClick() {
|
|
60786
|
+
// alert(item.skiplayeronclick);
|
|
60671
60787
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
60672
60788
|
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
60673
60789
|
}
|