tabexseriescomponents 0.0.324 → 0.0.326
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 +227 -109
- package/dist/index.esm.js +227 -109
- package/dist/index.umd.js +228 -112
- 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,
|
|
@@ -787,6 +822,8 @@ var Login = function Login(props) {
|
|
|
787
822
|
};
|
|
788
823
|
var LoginContent = function LoginContent() {
|
|
789
824
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
825
|
+
"class": "col-lg-12 p-0"
|
|
826
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
790
827
|
"class": "row m-0 w-100"
|
|
791
828
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
792
829
|
className: 'row m-0 w-100 pl-5 pr-5 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'
|
|
@@ -811,7 +848,7 @@ var Login = function Login(props) {
|
|
|
811
848
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
812
849
|
className: " row m-0 w-100 "
|
|
813
850
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
814
|
-
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' :
|
|
851
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' : ' col-lg-6 mx-auto col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ',
|
|
815
852
|
style: {
|
|
816
853
|
background: sectionproperties.formLeftbgColor,
|
|
817
854
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.formLeft_bordertoprightradius + 'px' : sectionproperties.formLeft_bordertopleftradius + 'px',
|
|
@@ -839,7 +876,7 @@ var Login = function Login(props) {
|
|
|
839
876
|
setpayloadobj(_objectSpread$2f({}, temppayloadobj));
|
|
840
877
|
},
|
|
841
878
|
style: {
|
|
842
|
-
background:
|
|
879
|
+
background: sectionproperties.input_bgcolor
|
|
843
880
|
}
|
|
844
881
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
845
882
|
className: "col-lg-12 col-md-12 col-sm-12 p-sm-0"
|
|
@@ -863,9 +900,9 @@ var Login = function Login(props) {
|
|
|
863
900
|
setpayloadobj(_objectSpread$2f({}, temppayloadobj));
|
|
864
901
|
},
|
|
865
902
|
style: {
|
|
866
|
-
background:
|
|
903
|
+
background: sectionproperties.input_bgcolor
|
|
867
904
|
}
|
|
868
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
905
|
+
})), sectionproperties.showforgetpassword == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
869
906
|
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
907
|
onClick: function onClick() {
|
|
871
908
|
setforgetpasswordmodal(true);
|
|
@@ -942,13 +979,14 @@ var Login = function Login(props) {
|
|
|
942
979
|
type: "hidden",
|
|
943
980
|
name: "password",
|
|
944
981
|
value: payloadobj.password
|
|
945
|
-
}))));
|
|
982
|
+
})))));
|
|
946
983
|
};
|
|
947
984
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
948
985
|
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
949
986
|
style: {
|
|
950
987
|
background: sectionproperties.backgroundColor,
|
|
951
|
-
marginBottom: sectionproperties.marginBottom + 'px'
|
|
988
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
989
|
+
height: sectionproperties.height != null ? sectionproperties.height + 'vh' : 'auto'
|
|
952
990
|
}
|
|
953
991
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
954
992
|
"class": "row ml-0 mr-0 w-100 d-flex d-md-none",
|
|
@@ -1016,7 +1054,7 @@ var Login = function Login(props) {
|
|
|
1016
1054
|
},
|
|
1017
1055
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1018
1056
|
style: {
|
|
1019
|
-
background:
|
|
1057
|
+
background: sectionproperties.input_bgcolor
|
|
1020
1058
|
}
|
|
1021
1059
|
})), forgetpasswordstage == 'verify' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1022
1060
|
className: "col-lg-12 col-md-12 col-sm-12 mb-3 mt-3 p-sm-0"
|
|
@@ -1032,7 +1070,7 @@ var Login = function Login(props) {
|
|
|
1032
1070
|
setforgotpasswordpayload(_objectSpread$2f({}, temppayloadobj));
|
|
1033
1071
|
},
|
|
1034
1072
|
style: {
|
|
1035
|
-
background:
|
|
1073
|
+
background: sectionproperties.input_bgcolor
|
|
1036
1074
|
}
|
|
1037
1075
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1038
1076
|
className: "col-lg-12 col-md-12 col-sm-12 mb-3 p-sm-0"
|
|
@@ -1048,7 +1086,7 @@ var Login = function Login(props) {
|
|
|
1048
1086
|
setforgotpasswordpayload(_objectSpread$2f({}, temppayloadobj));
|
|
1049
1087
|
},
|
|
1050
1088
|
style: {
|
|
1051
|
-
background:
|
|
1089
|
+
background: sectionproperties.input_bgcolor
|
|
1052
1090
|
}
|
|
1053
1091
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1054
1092
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
@@ -1064,7 +1102,7 @@ var Login = function Login(props) {
|
|
|
1064
1102
|
setforgotpasswordpayload(_objectSpread$2f({}, temppayloadobj));
|
|
1065
1103
|
},
|
|
1066
1104
|
style: {
|
|
1067
|
-
background:
|
|
1105
|
+
background: sectionproperties.input_bgcolor
|
|
1068
1106
|
}
|
|
1069
1107
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1070
1108
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-3 "
|
|
@@ -1120,24 +1158,8 @@ styleInject(css_248z$L);
|
|
|
1120
1158
|
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
1159
|
styleInject(css_248z$K);
|
|
1122
1160
|
|
|
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-"};
|
|
1161
|
+
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}";
|
|
1162
|
+
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
1163
|
styleInject(css_248z$J);
|
|
1142
1164
|
|
|
1143
1165
|
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 +1180,18 @@ var defaultstyles = {
|
|
|
1158
1180
|
});
|
|
1159
1181
|
},
|
|
1160
1182
|
control: function control() {
|
|
1161
|
-
|
|
1183
|
+
var _ref;
|
|
1184
|
+
return _ref = {
|
|
1162
1185
|
borderBottom: '1px solid #ccc',
|
|
1163
1186
|
backgroundColor: 'white',
|
|
1164
1187
|
display: 'flex',
|
|
1165
1188
|
cursor: 'pointer',
|
|
1166
1189
|
padding: 0,
|
|
1167
|
-
transition: '.3s'
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
};
|
|
1190
|
+
transition: '.3s'
|
|
1191
|
+
}, _defineProperty__default["default"](_ref, "backgroundColor", 'transparent'), _defineProperty__default["default"](_ref, '&:hover', {
|
|
1192
|
+
// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
|
|
1193
|
+
// borderRadius: '10px',
|
|
1194
|
+
}), _ref;
|
|
1173
1195
|
},
|
|
1174
1196
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1175
1197
|
return _objectSpread$2e(_objectSpread$2e({}, provided), {}, {
|
|
@@ -7875,7 +7897,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
7875
7897
|
fontSize: sectionproperties.noprod_fontSize + 'px'
|
|
7876
7898
|
}
|
|
7877
7899
|
}, 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 '
|
|
7900
|
+
className: langdetect == 'en' ? ' col-lg-3 pr-0 px-sm-0 mb-4 ' : ' col-lg-3 pl-0 px-sm-0 mb-4'
|
|
7879
7901
|
}, Summary()))))));
|
|
7880
7902
|
};
|
|
7881
7903
|
|
|
@@ -9119,7 +9141,7 @@ var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
|
9119
9141
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
9120
9142
|
});
|
|
9121
9143
|
var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
9122
|
-
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _fetchAuthorizationQu4, _fetchAuthorizationQu5, _fetchAuthorizationQu6, _css, _authdetailsContext$c, _authdetailsContext$c2;
|
|
9144
|
+
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _fetchAuthorizationQu4, _fetchAuthorizationQu5, _fetchAuthorizationQu6, _css, _authdetailsContext$i2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
9123
9145
|
var lang = props.actions.lang;
|
|
9124
9146
|
var langdetect = props.actions.langdetect;
|
|
9125
9147
|
props.actions.routingcountext;
|
|
@@ -9187,6 +9209,18 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9187
9209
|
_useState14 = _slicedToArray__default["default"](_useState13, 2),
|
|
9188
9210
|
payloadobj = _useState14[0],
|
|
9189
9211
|
setpayloadobj = _useState14[1];
|
|
9212
|
+
var _useState15 = React.useState(false),
|
|
9213
|
+
_useState16 = _slicedToArray__default["default"](_useState15, 2);
|
|
9214
|
+
_useState16[0];
|
|
9215
|
+
_useState16[1];
|
|
9216
|
+
var _useState17 = React.useState(false),
|
|
9217
|
+
_useState18 = _slicedToArray__default["default"](_useState17, 2);
|
|
9218
|
+
_useState18[0];
|
|
9219
|
+
_useState18[1];
|
|
9220
|
+
var _useState19 = React.useState(false),
|
|
9221
|
+
_useState20 = _slicedToArray__default["default"](_useState19, 2),
|
|
9222
|
+
waitingpage = _useState20[0],
|
|
9223
|
+
setwaitingpage = _useState20[1];
|
|
9190
9224
|
React.useEffect(function () {
|
|
9191
9225
|
if (fetchAuthorizationQueryContext.isSuccess) {
|
|
9192
9226
|
var _fetchAuthorizationQu7, _fetchAuthorizationQu8, _fetchAuthorizationQu9, _fetchAuthorizationQu10, _fetchAuthorizationQu11, _fetchAuthorizationQu12;
|
|
@@ -9244,10 +9278,15 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9244
9278
|
var isshippingaddresscompleted = false;
|
|
9245
9279
|
var passwordvalidation = false;
|
|
9246
9280
|
if (authdetailsContext.loggedin == false) {
|
|
9247
|
-
|
|
9248
|
-
|
|
9249
|
-
|
|
9281
|
+
var _authdetailsContext$i;
|
|
9282
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.ispasswordrequired_signup) == 1) {
|
|
9283
|
+
if (payloadobj.password.length != 0) {
|
|
9284
|
+
if (payloadobj.password == payloadobj.password2) {
|
|
9285
|
+
passwordvalidation = true;
|
|
9286
|
+
}
|
|
9250
9287
|
}
|
|
9288
|
+
} else {
|
|
9289
|
+
passwordvalidation = true;
|
|
9251
9290
|
}
|
|
9252
9291
|
} else if (authdetailsContext.loggedin == true) {
|
|
9253
9292
|
if (payloadobj.password.length != 0) {
|
|
@@ -9309,6 +9348,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9309
9348
|
}
|
|
9310
9349
|
temppayloadobj.addedsourcetype = 'Webapp';
|
|
9311
9350
|
temppayloadobj.instapikey = instapikey;
|
|
9351
|
+
if (sectionproperties.redirectsaftersignup != 'Home') {
|
|
9352
|
+
setwaitingpage(true);
|
|
9353
|
+
}
|
|
9312
9354
|
CustomerSignUpMutationContext.mutate(temppayloadobj);
|
|
9313
9355
|
}
|
|
9314
9356
|
};
|
|
@@ -9426,7 +9468,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9426
9468
|
payloadobjchange('name', event.target.value);
|
|
9427
9469
|
},
|
|
9428
9470
|
style: {
|
|
9429
|
-
background:
|
|
9471
|
+
background: sectionproperties.input_bgcolor
|
|
9430
9472
|
}
|
|
9431
9473
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9432
9474
|
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 +9484,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9442
9484
|
payloadobjchange('email', event.target.value);
|
|
9443
9485
|
},
|
|
9444
9486
|
style: {
|
|
9445
|
-
background:
|
|
9487
|
+
background: sectionproperties.input_bgcolor
|
|
9446
9488
|
}
|
|
9447
9489
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9448
9490
|
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 +9507,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9465
9507
|
},
|
|
9466
9508
|
|
|
9467
9509
|
style: {
|
|
9468
|
-
direction: 'ltr'
|
|
9510
|
+
direction: 'ltr',
|
|
9511
|
+
color: sectionproperties.inputfieldcolor
|
|
9469
9512
|
}
|
|
9470
9513
|
})));
|
|
9471
9514
|
};
|
|
@@ -9644,7 +9687,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9644
9687
|
},
|
|
9645
9688
|
style: {
|
|
9646
9689
|
resize: 'none',
|
|
9647
|
-
background:
|
|
9690
|
+
background: sectionproperties.input_bgcolor
|
|
9648
9691
|
}
|
|
9649
9692
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9650
9693
|
className: loginstyles.login_input_focus
|
|
@@ -9659,7 +9702,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9659
9702
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
9660
9703
|
}, lang.password), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
9661
9704
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
9662
|
-
type:
|
|
9705
|
+
type: 'password',
|
|
9663
9706
|
autocomplete: "new-password",
|
|
9664
9707
|
textplaceholder: "",
|
|
9665
9708
|
value: payloadobj.password,
|
|
@@ -9773,19 +9816,50 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9773
9816
|
})));
|
|
9774
9817
|
})));
|
|
9775
9818
|
};
|
|
9819
|
+
var SignUpButtonContent = function SignUpButtonContent() {
|
|
9820
|
+
return /*#__PURE__*/React__default["default"].createElement("button", {
|
|
9821
|
+
className: "".concat(formstyles.signupbtn) + ' d-flex align-items-center justify-content-center ',
|
|
9822
|
+
disabled: CustomerSignUpMutationContext.isLoading ? true : false,
|
|
9823
|
+
onClick: function onClick() {
|
|
9824
|
+
if (verifypayload() == true) {
|
|
9825
|
+
if (customervalidateemail == 1) {
|
|
9826
|
+
setvalidateemailmodal(true);
|
|
9827
|
+
} else {
|
|
9828
|
+
signupbuttonfunc();
|
|
9829
|
+
}
|
|
9830
|
+
}
|
|
9831
|
+
}
|
|
9832
|
+
}, CustomerSignUpMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
9833
|
+
color: "#fff",
|
|
9834
|
+
width: "20px",
|
|
9835
|
+
height: "20px",
|
|
9836
|
+
duration: "1s"
|
|
9837
|
+
}), !CustomerSignUpMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, authdetailsContext.loggedin != true && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9838
|
+
style: {
|
|
9839
|
+
letterSpacing: langdetect == 'en' ? '1px' : ''
|
|
9840
|
+
}
|
|
9841
|
+
}, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar), authdetailsContext.loggedin == true && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9842
|
+
style: {
|
|
9843
|
+
letterSpacing: langdetect == 'en' ? '1px' : ''
|
|
9844
|
+
}
|
|
9845
|
+
}, lang.update)));
|
|
9846
|
+
};
|
|
9776
9847
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9777
|
-
className: "row m-0 w-100 d-flex justify-content-center"
|
|
9848
|
+
className: "row m-0 w-100 d-flex justify-content-center",
|
|
9849
|
+
style: {
|
|
9850
|
+
// heigh: '100%',
|
|
9851
|
+
}
|
|
9778
9852
|
}, !dataloaded && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
9779
9853
|
color: "black",
|
|
9780
9854
|
width: "20px",
|
|
9781
9855
|
height: "20px",
|
|
9782
9856
|
duration: "1s"
|
|
9783
|
-
}), dataloaded && props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9857
|
+
}), dataloaded && props.srcfromprops == 'signup' && waitingpage == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9784
9858
|
className: "col-lg-12 p-0",
|
|
9785
9859
|
style: {
|
|
9786
|
-
background:
|
|
9860
|
+
background: sectionproperties.formLeftbgColor
|
|
9787
9861
|
}
|
|
9788
|
-
}, PersonalInformation(), Address(), Otherinformation(), Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9862
|
+
}, 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
9863
|
className: "col-lg-12 p-0"
|
|
9790
9864
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9791
9865
|
className: "row ml-0 mr-0 w-100"
|
|
@@ -9849,7 +9923,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9849
9923
|
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
9850
9924
|
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px'
|
|
9851
9925
|
},
|
|
9852
|
-
className: "p-2"
|
|
9926
|
+
className: "p-2 w-100"
|
|
9853
9927
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9854
9928
|
className: "row ml-0 mr-0"
|
|
9855
9929
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -9871,7 +9945,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9871
9945
|
display: sectionproperties.hidecountrystatecity == 'Show' && sectionproperties.hideaddress == 'Show' ? 'flex' : 'none'
|
|
9872
9946
|
}
|
|
9873
9947
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9874
|
-
className: 'p-2',
|
|
9948
|
+
className: 'p-2 w-100',
|
|
9875
9949
|
style: {
|
|
9876
9950
|
background: sectionproperties.backgroundColor,
|
|
9877
9951
|
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
@@ -9897,7 +9971,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9897
9971
|
}))), Address())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9898
9972
|
className: "col-lg-12 mb-3 p-0"
|
|
9899
9973
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9900
|
-
className: 'p-2',
|
|
9974
|
+
className: 'p-2 w-100',
|
|
9901
9975
|
style: {
|
|
9902
9976
|
background: sectionproperties.backgroundColor,
|
|
9903
9977
|
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
@@ -9932,7 +10006,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9932
10006
|
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
9933
10007
|
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px'
|
|
9934
10008
|
},
|
|
9935
|
-
className: "p-2"
|
|
10009
|
+
className: "p-2 w-100"
|
|
9936
10010
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9937
10011
|
className: "row ml-0 mr-0"
|
|
9938
10012
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -9964,34 +10038,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
9964
10038
|
onClick: function onClick() {
|
|
9965
10039
|
window.open(window.location.origin + '/policies', '_blank');
|
|
9966
10040
|
}
|
|
9967
|
-
}, langdetect == 'en' ? 'Terms & Conditions' : 'الشروط و الاحكام'))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10041
|
+
}, langdetect == 'en' ? 'Terms & Conditions' : 'الشروط و الاحكام'))), waitingpage == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9968
10042
|
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", {
|
|
10043
|
+
}, authdetailsContext.loggedin == false && SignUpButtonContent(), authdetailsContext.loggedin == true && sectionproperties.showupdatebtn == 'Show' && SignUpButtonContent()), props.srcfromprops == 'signup' && waitingpage == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9995
10044
|
className: "row m-0 w-100"
|
|
9996
10045
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9997
10046
|
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 +10064,25 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10015
10064
|
className: "ml-1 mr-1"
|
|
10016
10065
|
}, /*#__PURE__*/React__default["default"].createElement(GoogleLoginButton, {
|
|
10017
10066
|
actions: actions
|
|
10018
|
-
})))), /*#__PURE__*/React__default["default"].createElement(
|
|
10067
|
+
})))), waitingpage == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10068
|
+
"class": "col-lg-12 allcentered my-5"
|
|
10069
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10070
|
+
"class": "row m-0 w-100"
|
|
10071
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10072
|
+
"class": "col-lg-12 allcentered"
|
|
10073
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10074
|
+
style: {
|
|
10075
|
+
color: sectionproperties.waitingapprovalcolor,
|
|
10076
|
+
fontSize: sectionproperties.waitingapprovalfontsize + 'px'
|
|
10077
|
+
}
|
|
10078
|
+
}, langdetect == 'en' ? sectionproperties.waitingapprovaltest_en : sectionproperties.waitingapprovaltest_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10079
|
+
"class": "col-lg-12 allcentered"
|
|
10080
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10081
|
+
style: {
|
|
10082
|
+
color: sectionproperties.waitingapprovalcolor2,
|
|
10083
|
+
fontSize: sectionproperties.waitingapprovalfontsize2 + 'px'
|
|
10084
|
+
}
|
|
10085
|
+
}, langdetect == 'en' ? sectionproperties.waitingapprovaltest_en2 : sectionproperties.waitingapprovaltest_ar2)))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
10019
10086
|
show: validateemailmodal,
|
|
10020
10087
|
onHide: function onHide() {
|
|
10021
10088
|
return setvalidateemailmodal(false);
|
|
@@ -10251,6 +10318,11 @@ var Signup = function Signup(props) {
|
|
|
10251
10318
|
};
|
|
10252
10319
|
var SignupContent = function SignupContent() {
|
|
10253
10320
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10321
|
+
"class": "col-lg-12 p-0",
|
|
10322
|
+
style: {
|
|
10323
|
+
height: '100%'
|
|
10324
|
+
}
|
|
10325
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10254
10326
|
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
10327
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10256
10328
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mt-3",
|
|
@@ -10280,10 +10352,7 @@ var Signup = function Signup(props) {
|
|
|
10280
10352
|
className: 'col-lg-12 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch',
|
|
10281
10353
|
style: {
|
|
10282
10354
|
background: sectionproperties.formLeftbgColor,
|
|
10283
|
-
|
|
10284
|
-
borderTopLeftRadius: sectionproperties.formLeft_bordertopleftradius + 'px',
|
|
10285
|
-
borderBottomRightRadius: sectionproperties.formLeft_borderbottomrightadius + 'px',
|
|
10286
|
-
borderBottomLeftRadius: sectionproperties.formLeft_borderbottomleftadius + 'px'
|
|
10355
|
+
borderRadius: '10px'
|
|
10287
10356
|
}
|
|
10288
10357
|
}, !SocialLoginMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10289
10358
|
"class": "row m-0 w-100"
|
|
@@ -10303,23 +10372,26 @@ var Signup = function Signup(props) {
|
|
|
10303
10372
|
width: "40px",
|
|
10304
10373
|
height: "40px",
|
|
10305
10374
|
duration: "1s"
|
|
10306
|
-
})))))));
|
|
10375
|
+
}))))))));
|
|
10307
10376
|
};
|
|
10308
10377
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10309
10378
|
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
10310
10379
|
style: {
|
|
10311
10380
|
background: sectionproperties.backgroundColor,
|
|
10312
|
-
marginBottom: sectionproperties.marginBottom + 'px'
|
|
10381
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
10382
|
+
minHeight: sectionproperties.height != null ? sectionproperties.height + 'vh' : 'auto'
|
|
10313
10383
|
}
|
|
10314
10384
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10315
10385
|
"class": "row ml-0 mr-0 w-100 d-flex d-md-none",
|
|
10316
10386
|
style: {
|
|
10317
|
-
marginTop: sectionproperties.marginTop + 'px'
|
|
10387
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
10388
|
+
height: '100%'
|
|
10318
10389
|
}
|
|
10319
10390
|
}, SignupContent()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10320
10391
|
"class": "row ml-0 mr-0 w-100 d-none d-md-flex",
|
|
10321
10392
|
style: {
|
|
10322
|
-
marginTop: sectionproperties.marginTopResp + 'px'
|
|
10393
|
+
marginTop: sectionproperties.marginTopResp + 'px',
|
|
10394
|
+
height: '100%'
|
|
10323
10395
|
}
|
|
10324
10396
|
}, SignupContent()));
|
|
10325
10397
|
};
|
|
@@ -15894,7 +15966,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
15894
15966
|
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
15967
|
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
15968
|
var Gotoheader = function Gotoheader(props) {
|
|
15897
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
15969
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
15898
15970
|
var _useState = React.useState(''),
|
|
15899
15971
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
15900
15972
|
sectionproperties = _useState2[0],
|
|
@@ -16166,19 +16238,18 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
16166
16238
|
})
|
|
16167
16239
|
};
|
|
16168
16240
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16169
|
-
|
|
16170
|
-
style:
|
|
16171
|
-
position: 'relative',
|
|
16172
|
-
zIndex: 1000
|
|
16173
|
-
}
|
|
16241
|
+
className: "".concat(headerstyles$g.header_container) + ' row m-0 w-100 d-flex justify-content-center '
|
|
16242
|
+
// class={`${headerstyles.header_container}` + ' row m-0 w-100 d-flex justify-content-center '} style={{ position: 'relative', zIndex: 1000 }}
|
|
16174
16243
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16244
|
+
// className={' row m-0 d-md-none '}
|
|
16175
16245
|
"class": "row m-0 d-md-none",
|
|
16176
16246
|
style: {
|
|
16177
16247
|
position: sectionproperties.headerstyles_position,
|
|
16178
16248
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
16179
16249
|
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
16180
16250
|
width: '100vw',
|
|
16181
|
-
top: 0
|
|
16251
|
+
top: 0,
|
|
16252
|
+
display: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? 'none' : 'flex'
|
|
16182
16253
|
}
|
|
16183
16254
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
16184
16255
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -16545,10 +16616,36 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
16545
16616
|
paddingRightprops: '45px',
|
|
16546
16617
|
subheadercontentpositionprops: 'start'
|
|
16547
16618
|
}
|
|
16548
|
-
}))), /*#__PURE__*/React__default["default"].createElement(
|
|
16619
|
+
}))), !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16620
|
+
className: ' row m-0 ',
|
|
16621
|
+
style: {
|
|
16622
|
+
position: sectionproperties.headerstyles_position,
|
|
16623
|
+
marginTop: sectionproperties.header_marginTop + 'px',
|
|
16624
|
+
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
16625
|
+
width: '100vw',
|
|
16626
|
+
top: 0
|
|
16627
|
+
}
|
|
16628
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16629
|
+
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
|
|
16630
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16631
|
+
"class": "col-lg-12 allcentered p-0"
|
|
16632
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16633
|
+
"class": "".concat(header_cssstyles.header_logo)
|
|
16634
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
16635
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
16636
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
16637
|
+
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,
|
|
16638
|
+
style: {
|
|
16639
|
+
width: '100%',
|
|
16640
|
+
height: '100%',
|
|
16641
|
+
objectFit: 'contain'
|
|
16642
|
+
}
|
|
16643
|
+
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16644
|
+
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 '
|
|
16645
|
+
}, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
16549
16646
|
sectionpropertiesprops: sectionproperties,
|
|
16550
16647
|
actions: actions
|
|
16551
|
-
}));
|
|
16648
|
+
})));
|
|
16552
16649
|
};
|
|
16553
16650
|
|
|
16554
16651
|
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 +26171,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
26074
26171
|
OpenCloseCartSlider = _useState8[0],
|
|
26075
26172
|
setOpenCloseCartSlider = _useState8[1];
|
|
26076
26173
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26077
|
-
className: ' row m-0 w-100 d-flex justify-content-center ',
|
|
26174
|
+
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
26175
|
style: {
|
|
26079
26176
|
width: '100vw'
|
|
26080
26177
|
}
|
|
@@ -36005,7 +36102,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
36005
36102
|
})
|
|
36006
36103
|
};
|
|
36007
36104
|
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 '
|
|
36105
|
+
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
36106
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36010
36107
|
className: "col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-start p-sm-0"
|
|
36011
36108
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -42519,10 +42616,17 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42519
42616
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
42520
42617
|
sectionproperties = _useState2[0],
|
|
42521
42618
|
setsectionproperties = _useState2[1];
|
|
42522
|
-
var _useState3 = React.useState(
|
|
42619
|
+
var _useState3 = React.useState({
|
|
42620
|
+
min: 0,
|
|
42621
|
+
max: 10000
|
|
42622
|
+
}),
|
|
42523
42623
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
42524
|
-
|
|
42525
|
-
|
|
42624
|
+
pricevalue = _useState4[0],
|
|
42625
|
+
setpricevalue = _useState4[1];
|
|
42626
|
+
var _useState5 = React.useState([]),
|
|
42627
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
42628
|
+
imagesarray = _useState6[0],
|
|
42629
|
+
setimagesarray = _useState6[1];
|
|
42526
42630
|
var lang = props.actions.lang;
|
|
42527
42631
|
var langdetect = props.actions.langdetect;
|
|
42528
42632
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42829,10 +42933,23 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42829
42933
|
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42830
42934
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42831
42935
|
className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
|
|
42832
|
-
}, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React__default["default"].createElement("div",
|
|
42833
|
-
|
|
42834
|
-
|
|
42835
|
-
|
|
42936
|
+
}, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42937
|
+
"class": 'col-lg-12 pl-4 pr-4 mt-2 mb-2',
|
|
42938
|
+
style: {
|
|
42939
|
+
direction: 'ltr'
|
|
42940
|
+
}
|
|
42941
|
+
}, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
|
|
42942
|
+
draggableTrack: true,
|
|
42943
|
+
formatLabel: function formatLabel(value) {
|
|
42944
|
+
return "".concat(value);
|
|
42945
|
+
},
|
|
42946
|
+
maxValue: 10000,
|
|
42947
|
+
minValue: 0,
|
|
42948
|
+
value: pricevalue,
|
|
42949
|
+
onChange: function onChange(value) {
|
|
42950
|
+
setpricevalue(_objectSpread$15({}, value));
|
|
42951
|
+
}
|
|
42952
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", null)))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42836
42953
|
"class": "col-lg-12 p-0 allcentered mt-3"
|
|
42837
42954
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
42838
42955
|
"class": sectionstyles.btnstyles + ' allcentered '
|
|
@@ -60660,7 +60777,7 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
60660
60777
|
};
|
|
60661
60778
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60662
60779
|
// class="row m-0 w-100"
|
|
60663
|
-
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|
|
60780
|
+
"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
60781
|
style: {
|
|
60665
60782
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
60666
60783
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|
|
@@ -60668,6 +60785,7 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
60668
60785
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60669
60786
|
"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
60787
|
onClick: function onClick() {
|
|
60788
|
+
// alert(item.skiplayeronclick);
|
|
60671
60789
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
60672
60790
|
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
60673
60791
|
}
|