react-gldn-kit 0.1.152 → 0.1.154
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/{c20ec17de4d9dd6ce4f3ceda19ed33a1.svg → 66d23a3369380a2aa898a657b944f877.svg} +3 -3
- package/dist/index.js +1 -1
- package/dist/lib/components/AppNotify/index.d.ts +2 -0
- package/dist/lib/components/AppNotify/index.js +57 -0
- package/dist/lib/components/AppNotify/types.d.ts +10 -0
- package/dist/lib/components/AppNotify/types.js +2 -0
- package/dist/lib/components/Carousels/components/Carousel/index.d.ts +2 -0
- package/dist/lib/components/Carousels/components/Carousel/index.js +186 -0
- package/dist/lib/components/Carousels/components/Carousel/types.d.ts +12 -0
- package/dist/lib/components/Carousels/components/Carousel/types.js +2 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/components/Step/index.d.ts +3 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/components/Step/index.js +48 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/components/Step/types.d.ts +8 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/components/Step/types.js +2 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/components/VipSteps/index.d.ts +2 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/components/VipSteps/index.js +54 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/components/VipSteps/types.d.ts +8 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/components/VipSteps/types.js +2 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/index.d.ts +2 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/index.js +53 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/types.d.ts +9 -0
- package/dist/lib/components/Carousels/components/CarouselVipClub/types.js +2 -0
- package/dist/lib/components/Modals/Notifications/components/NotificationView/index.js +3 -3
- package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +1 -0
- package/dist/lib/components/ui/AccordionGroup/Accordion.js +2 -2
- package/dist/lib/components/ui/Headers/LeftSection/index.js +2 -2
- package/dist/lib/components/ui/Headers/LeftSection/types.d.ts +1 -0
- package/dist/lib/components/ui/Icons/Base/CrossSvg.js +2 -2
- package/dist/lib/components/ui/Icons/CarouselArrowSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/CarouselArrowSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +2 -2
- package/dist/lib/components/ui/Icons/FlagIcons/MsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/MsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +2 -2
- package/dist/lib/components/ui/Icons/InfoSvg.js +2 -2
- package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +1 -1
- package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +2 -1
- package/dist/lib/components/ui/Loaders/CircularLoader/index.js +5 -2
- package/dist/lib/components/ui/Progress/ProgressBar/index.js +2 -2
- package/dist/lib/components/ui/Progress/ProgressBar/types.d.ts +1 -0
- package/dist/lib/constants/ui.d.ts +1 -0
- package/dist/lib/constants/ui.js +5 -0
- package/dist/lib/hooks/useIFrameMode.d.ts +1 -0
- package/dist/lib/hooks/useIFrameMode.js +33 -0
- package/dist/lib/hooks/useSwipe.d.ts +9 -7
- package/dist/lib/hooks/useSwipe.js +36 -39
- package/dist/lib/index.d.ts +14 -2
- package/dist/lib/index.js +43 -14
- package/dist/lib/types/ui.d.ts +4 -0
- package/dist/lib/types/ui.js +6 -1
- package/dist/lib/utils/date.d.ts +2 -0
- package/dist/lib/utils/date.js +31 -1
- package/dist/lib/utils/icons.js +3 -0
- package/dist/lib/zustandStore/drawers/casino/selectors.d.ts +7 -0
- package/dist/lib/zustandStore/drawers/casino/selectors.js +22 -0
- package/dist/lib/zustandStore/drawers/casino/store.d.ts +2 -0
- package/dist/lib/zustandStore/drawers/casino/store.js +18 -0
- package/dist/lib/zustandStore/drawers/casino/types.d.ts +9 -0
- package/dist/lib/zustandStore/drawers/casino/types.js +2 -0
- package/dist/main.css +454 -33
- package/package.json +2 -2
|
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
14
14
|
exports.EnSvg = void 0;
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
16
|
var EnSvg = function (props) {
|
|
17
|
-
var _a = props.width, width = _a === void 0 ? '
|
|
18
|
-
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '16' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_4542_148116)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z", fill: "#F0F0F0" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.65379 3.12944C1.02538 3.94703 0.551541 4.88938 0.275635 5.9131H4.43745L1.65379 3.12944Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.7245 5.9131C15.4486 4.88941 14.9747 3.94706 14.3463 3.12947L11.5627 5.9131H15.7245Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M0.275635 10.087C0.551572 11.1107 1.02542 12.053 1.65379 12.8706L4.43735 10.087H0.275635Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.8705 1.65378C12.0529 1.02538 11.1106 0.551534 10.0869 0.275597V4.43738L12.8705 1.65378Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M3.12939 14.3462C3.94699 14.9746 4.88933 15.4485 5.91302 15.7244V11.5627L3.12939 14.3462Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.91299 0.275597C4.8893 0.551534 3.94696 1.02538 3.12939 1.65375L5.91299 4.43735V0.275597Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.0869 15.7244C11.1106 15.4485 12.0529 14.9746 12.8705 14.3463L10.0869 11.5627V15.7244Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.5627 10.087L14.3463 12.8706C14.9747 12.0531 15.4486 11.1107 15.7245 10.087H11.5627Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.9323 6.95653H9.04353H9.0435V0.0677188C8.70191 0.02325 8.35366 0 8 0C7.64628 0 7.29809 0.02325 6.95653 0.0677188V6.95647V6.9565H0.0677188C0.02325 7.29809 0 7.64634 0 8C0 8.35372 0.02325 8.70191 0.0677188 9.04347H6.95647H6.9565V15.9323C7.29809 15.9768 7.64628 16 8 16C8.35366 16 8.70191 15.9768 9.04347 15.9323V9.04353V9.0435H15.9323C15.9768 8.70191 16 8.35372 16 8C16 7.64634 15.9768 7.29809 15.9323 6.95653Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.0869 10.087L13.6568 13.6569C13.821 13.4927 13.9776 13.3212 14.127 13.1433L11.0707 10.087H10.0869V10.087Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.91292 10.087H5.91286L2.34302 13.6568C2.50714 13.821 2.67874 13.9777 2.85661 14.1271L5.91292 11.0707V10.087Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.91293 5.91309V5.91303L2.34305 2.34312C2.17887 2.50725 2.02224 2.67884 1.8728 2.85672L4.92915 5.91306H5.91293V5.91309Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.0869 5.9131L13.6568 2.34316C13.4927 2.17897 13.3211 2.02235 13.1432 1.87294L10.0869 4.92928V5.9131Z", fill: "#D80027" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", __assign({ id: "clip0_4542_148116" }, { children: (0, jsx_runtime_1.jsx)("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
|
|
19
19
|
};
|
|
20
20
|
exports.EnSvg = EnSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.MsSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var MsSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '40' : _a, _b = props.height, height = _b === void 0 ? '40' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ height: height, width: width, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", className: classes }, { children: [(0, jsx_runtime_1.jsx)("circle", { fill: "#F0F0F0", cx: "256", cy: "256", r: "256" }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#D80027", d: "M244.87,256H512c0-23.107-3.08-45.489-8.819-66.783H244.87V256z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D80027", d: "M244.87,122.435h229.556c-15.671-25.572-35.706-48.175-59.069-66.783H244.87V122.435z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D80027", d: "M256,512c60.249,0,115.626-20.824,159.357-55.652H96.643C140.374,491.176,195.751,512,256,512z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#D80027", d: "M37.574,389.565h436.852c12.581-20.528,22.337-42.969,28.755-66.783H8.819\n\t\tC15.236,346.596,24.993,369.037,37.574,389.565z" })] }), (0, jsx_runtime_1.jsx)("path", { fill: "#0052B4", d: "M256,256c0-141.384,0-158.052,0-256C114.616,0,0,114.616,0,256H256z" }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#FFDA44", d: "M170.234,219.13c-34.962,0-63.304-28.343-63.304-63.304s28.343-63.304,63.304-63.304\n\t\tc10.901,0,21.158,2.757,30.113,7.609c-14.048-13.737-33.26-22.217-54.461-22.217c-43.029,0-77.913,34.883-77.913,77.913\n\t\ts34.884,77.913,77.913,77.913c21.201,0,40.413-8.48,54.461-22.217C191.392,216.373,181.136,219.13,170.234,219.13z" }), (0, jsx_runtime_1.jsx)("polygon", { fill: "#FFDA44", points: "188.073,111.304 199.312,134.806 224.693,128.942 213.327,152.381 233.739,168.568 \n\t\t208.325,174.297 208.396,200.348 188.073,184.05 167.749,200.348 167.819,174.297 142.405,168.568 162.817,152.381 151.45,128.942 \n\t\t176.833,134.806 \t" })] })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.MsSvg = MsSvg;
|
|
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
14
14
|
exports.UkrSvg = void 0;
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
16
|
var UkrSvg = function (props) {
|
|
17
|
-
var _a = props.width, width = _a === void 0 ? '
|
|
18
|
-
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '16' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z", fill: "#FFDA44" }), (0, jsx_runtime_1.jsx)("path", { d: "M0 8C0 3.58175 3.58175 0 8 0C12.4183 0 16 3.58175 16 8", fill: "#338AF3" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })] })));
|
|
19
19
|
};
|
|
20
20
|
exports.UkrSvg = UkrSvg;
|
|
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
14
14
|
exports.InfoSvg = void 0;
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
16
|
var InfoSvg = function (props) {
|
|
17
|
-
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes;
|
|
18
|
-
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0Z", fill: "rgb(var(--third))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M10 5C9.44772 5 9 5.44772 9 6C9 6.55228 9.44772 7 10 7C10.5523 7 11 6.55228 11 6C11 5.44772 10.5523 5 10 5Z", fill: "rgb(var(--third))" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10V14C9 14.5523 9.44772 15 10 15C10.5523 15 11 14.5523 11 14V10Z", fill: "rgb(var(--third))" })] })));
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", className: classes, onClick: handleClick }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0Z", fill: "rgb(var(--third))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M10 5C9.44772 5 9 5.44772 9 6C9 6.55228 9.44772 7 10 7C10.5523 7 11 6.55228 11 6C11 5.44772 10.5523 5 10 5Z", fill: "rgb(var(--third))" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10V14C9 14.5523 9.44772 15 10 15C10.5523 15 11 14.5523 11 14V10Z", fill: "rgb(var(--third))" })] })));
|
|
19
19
|
};
|
|
20
20
|
exports.InfoSvg = InfoSvg;
|
|
@@ -15,6 +15,6 @@ exports.NotificationSuccessSvg = void 0;
|
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
16
|
var NotificationSuccessSvg = function (props) {
|
|
17
17
|
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes;
|
|
18
|
-
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 512 512", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("polygon", { style: { fill: 'var(--green-100)' }, points: "228.384,265.275 98.306,135.197 56.616,176.887 14.927,218.576 145.005,348.654 " }), (0, jsx_runtime_1.jsx)("path", { style: { fill: 'var(--green-100)' }, d: "M507.628,152.789L424.249,69.41c-5.829-5.829-15.282-5.829-21.11,0L228.384,244.165L108.861,124.642\n\tc-5.828-5.829-15.281-5.829-21.11,0L4.372,208.021c-0.354,0.354-0.687,0.722-1,1.106c-0.242,0.296-0.458,0.603-0.675,0.911\n\tc-0.063,0.09-0.134,0.175-0.196,0.266c-0.248,0.372-0.472,0.752-0.682,1.139c-0.021,0.037-0.045,0.072-0.066,0.11\n\tc-0.209,0.391-0.393,0.79-0.564,1.194c-0.018,0.042-0.04,0.082-0.058,0.125c-0.158,0.384-0.294,0.775-0.418,1.169\n\tc-0.022,0.07-0.052,0.139-0.073,0.21c-0.11,0.364-0.196,0.734-0.278,1.105c-0.024,0.106-0.057,0.21-0.078,0.316\n\tc-0.069,0.349-0.113,0.7-0.157,1.052c-0.016,0.133-0.045,0.263-0.057,0.396c-0.043,0.449-0.064,0.902-0.067,1.352\n\tc0,0.034-0.004,0.069-0.004,0.103c0,0.034,0.004,0.069,0.004,0.103c0.003,0.451,0.024,0.903,0.067,1.352\n\tc0.013,0.133,0.04,0.263,0.057,0.396c0.043,0.352,0.088,0.703,0.157,1.052c0.021,0.106,0.054,0.209,0.076,0.313\n\tc0.082,0.372,0.169,0.742,0.279,1.108c0.021,0.067,0.048,0.131,0.07,0.199c0.125,0.397,0.263,0.791,0.422,1.179\n\tc0.016,0.04,0.037,0.078,0.055,0.118c0.172,0.408,0.358,0.809,0.569,1.203c0.015,0.028,0.034,0.055,0.049,0.084\n\tc0.215,0.397,0.445,0.787,0.699,1.167c0.046,0.069,0.1,0.133,0.148,0.2c0.23,0.331,0.464,0.661,0.724,0.978\n\tc0.205,0.251,0.431,0.485,0.652,0.722c0.118,0.125,0.222,0.258,0.345,0.381l213.455,213.458c2.915,2.915,6.735,4.372,10.555,4.372\n\ts7.641-1.457,10.555-4.372c5.829-5.829,5.829-15.281,0-21.11l-72.824-72.824l72.824-72.824c0.003-0.003,0.004-0.006,0.007-0.007\n\tl174.748-174.749l62.269,62.269L301.208,338.1c-5.829,5.829-5.829,15.281,0,21.11c5.829,5.829,15.281,5.829,21.111,0\n\tl185.309-185.312C513.457,168.07,513.457,158.618,507.628,152.789z M98.306,156.307l108.968,108.968l-62.269,62.269L36.037,218.576\n\tL98.306,156.307z" })] })));
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 512 512", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("polygon", { style: { fill: 'var(--notification-success-svg-color, var(--green-100))' }, points: "228.384,265.275 98.306,135.197 56.616,176.887 14.927,218.576 145.005,348.654 " }), (0, jsx_runtime_1.jsx)("path", { style: { fill: 'var(--notification-success-svg-color, var(--green-100))' }, d: "M507.628,152.789L424.249,69.41c-5.829-5.829-15.282-5.829-21.11,0L228.384,244.165L108.861,124.642\n\tc-5.828-5.829-15.281-5.829-21.11,0L4.372,208.021c-0.354,0.354-0.687,0.722-1,1.106c-0.242,0.296-0.458,0.603-0.675,0.911\n\tc-0.063,0.09-0.134,0.175-0.196,0.266c-0.248,0.372-0.472,0.752-0.682,1.139c-0.021,0.037-0.045,0.072-0.066,0.11\n\tc-0.209,0.391-0.393,0.79-0.564,1.194c-0.018,0.042-0.04,0.082-0.058,0.125c-0.158,0.384-0.294,0.775-0.418,1.169\n\tc-0.022,0.07-0.052,0.139-0.073,0.21c-0.11,0.364-0.196,0.734-0.278,1.105c-0.024,0.106-0.057,0.21-0.078,0.316\n\tc-0.069,0.349-0.113,0.7-0.157,1.052c-0.016,0.133-0.045,0.263-0.057,0.396c-0.043,0.449-0.064,0.902-0.067,1.352\n\tc0,0.034-0.004,0.069-0.004,0.103c0,0.034,0.004,0.069,0.004,0.103c0.003,0.451,0.024,0.903,0.067,1.352\n\tc0.013,0.133,0.04,0.263,0.057,0.396c0.043,0.352,0.088,0.703,0.157,1.052c0.021,0.106,0.054,0.209,0.076,0.313\n\tc0.082,0.372,0.169,0.742,0.279,1.108c0.021,0.067,0.048,0.131,0.07,0.199c0.125,0.397,0.263,0.791,0.422,1.179\n\tc0.016,0.04,0.037,0.078,0.055,0.118c0.172,0.408,0.358,0.809,0.569,1.203c0.015,0.028,0.034,0.055,0.049,0.084\n\tc0.215,0.397,0.445,0.787,0.699,1.167c0.046,0.069,0.1,0.133,0.148,0.2c0.23,0.331,0.464,0.661,0.724,0.978\n\tc0.205,0.251,0.431,0.485,0.652,0.722c0.118,0.125,0.222,0.258,0.345,0.381l213.455,213.458c2.915,2.915,6.735,4.372,10.555,4.372\n\ts7.641-1.457,10.555-4.372c5.829-5.829,5.829-15.281,0-21.11l-72.824-72.824l72.824-72.824c0.003-0.003,0.004-0.006,0.007-0.007\n\tl174.748-174.749l62.269,62.269L301.208,338.1c-5.829,5.829-5.829,15.281,0,21.11c5.829,5.829,15.281,5.829,21.111,0\n\tl185.309-185.312C513.457,168.07,513.457,158.618,507.628,152.789z M98.306,156.307l108.968,108.968l-62.269,62.269L36.037,218.576\n\tL98.306,156.307z" })] })));
|
|
19
19
|
};
|
|
20
20
|
exports.NotificationSuccessSvg = NotificationSuccessSvg;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type Props = {
|
|
2
2
|
classes?: string;
|
|
3
|
+
type?: 'regular' | 'secondary';
|
|
3
4
|
};
|
|
4
|
-
export declare const CircularLoader: ({ classes }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const CircularLoader: ({ classes, type }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
export {};
|
|
@@ -42,7 +42,10 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
42
42
|
var classnames_1 = __importDefault(require("classnames"));
|
|
43
43
|
var styles = __importStar(require("./CircularLoader.module.css"));
|
|
44
44
|
var CircularLoader = function (_a) {
|
|
45
|
-
var
|
|
46
|
-
|
|
45
|
+
var _b;
|
|
46
|
+
var classes = _a.classes, type = _a.type;
|
|
47
|
+
return ((0, jsx_runtime_1.jsx)("div", __assign({ className: (0, classnames_1.default)(styles.wrapper, classes, (_b = {},
|
|
48
|
+
_b[styles.secondary] = type === 'secondary',
|
|
49
|
+
_b)) }, { children: (0, jsx_runtime_1.jsx)("div", { className: styles.insideCircular }) })));
|
|
47
50
|
};
|
|
48
51
|
exports.CircularLoader = CircularLoader;
|
|
@@ -42,9 +42,9 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
42
42
|
var classnames_1 = __importDefault(require("classnames"));
|
|
43
43
|
var styles = __importStar(require("./ProgressBar.module.css"));
|
|
44
44
|
var ProgressBar = function (props) {
|
|
45
|
-
var percent = props.percent, leftTitle = props.leftTitle, rightTitle = props.rightTitle, downLeft = props.downLeft, downRight = props.downRight, classes = props.classes, classesProgress = props.classesProgress;
|
|
45
|
+
var percent = props.percent, leftTitle = props.leftTitle, rightTitle = props.rightTitle, downLeft = props.downLeft, downRight = props.downRight, classes = props.classes, classesProgress = props.classesProgress, classesTitle = props.classesTitle;
|
|
46
46
|
var isDownItems = downLeft || downRight;
|
|
47
47
|
var isTitle = leftTitle || rightTitle;
|
|
48
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperProgressBorder, classes) }, { children: [isTitle && ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.titleWrapper }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.leftTitle }, { children: [" ", leftTitle] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.rightTitle }, { children: [" ", rightTitle] }))] }))), (0, jsx_runtime_1.jsx)("div", __assign({ className: (0, classnames_1.default)(styles.progressWrapper, classesProgress) }, { children: (0, jsx_runtime_1.jsx)("div", { className: styles.progressFill, style: { width: "".concat(percent, "%") } }) })), isDownItems && ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperDownItems }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.leftDown }, { children: [" ", downLeft] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.rightDown }, { children: [" ", downRight] }))] })))] })));
|
|
48
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperProgressBorder, classes) }, { children: [isTitle && ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.titleWrapper, classesTitle) }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.leftTitle }, { children: [" ", leftTitle] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.rightTitle }, { children: [" ", rightTitle] }))] }))), (0, jsx_runtime_1.jsx)("div", __assign({ className: (0, classnames_1.default)(styles.progressWrapper, classesProgress) }, { children: (0, jsx_runtime_1.jsx)("div", { className: styles.progressFill, style: { width: "".concat(percent, "%") } }) })), isDownItems && ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperDownItems }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.leftDown }, { children: [" ", downLeft] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.rightDown }, { children: [" ", downRight] }))] })))] })));
|
|
49
49
|
};
|
|
50
50
|
exports.ProgressBar = ProgressBar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IS_IFRAME_MODE: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useIFrameMode: () => boolean;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useIFrameMode = void 0;
|
|
4
|
+
var ui_1 = require("constants/ui");
|
|
5
|
+
var react_1 = require("react");
|
|
6
|
+
var useIFrameMode = function () {
|
|
7
|
+
var _a = (0, react_1.useState)(false), isIFrameMode = _a[0], setIsIFrameMode = _a[1];
|
|
8
|
+
(0, react_1.useEffect)(function () {
|
|
9
|
+
setIsIFrameMode(ui_1.IS_IFRAME_MODE);
|
|
10
|
+
}, []);
|
|
11
|
+
(0, react_1.useEffect)(function () {
|
|
12
|
+
if (isIFrameMode) {
|
|
13
|
+
window.addEventListener('message', function (event) {
|
|
14
|
+
try {
|
|
15
|
+
var _a = event.data, type = _a.type, payload = _a.payload;
|
|
16
|
+
if (type === 'iframe-command') {
|
|
17
|
+
console.log('message', event.data);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
catch (error) {
|
|
21
|
+
console.log('🚀 ~ useIFrameMode ~ error:', error);
|
|
22
|
+
}
|
|
23
|
+
}, true);
|
|
24
|
+
return function () {
|
|
25
|
+
window.removeEventListener('message', function (event) {
|
|
26
|
+
console.log('message', event);
|
|
27
|
+
}, true);
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
}, [isIFrameMode]);
|
|
31
|
+
return isIFrameMode;
|
|
32
|
+
};
|
|
33
|
+
exports.useIFrameMode = useIFrameMode;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { MutableRefObject } from 'react';
|
|
1
2
|
export type SwipeProps = {
|
|
2
|
-
onSwipeLeft?: () => void;
|
|
3
|
-
onSwipeRight?: () => void;
|
|
4
|
-
onSwipeDown?: () => void;
|
|
5
|
-
onSwipeUp?: () => void;
|
|
3
|
+
onSwipeLeft?: (e: any) => void;
|
|
4
|
+
onSwipeRight?: (e: any) => void;
|
|
5
|
+
onSwipeDown?: (e: any) => void;
|
|
6
|
+
onSwipeUp?: (e: any) => void;
|
|
7
|
+
content?: MutableRefObject<HTMLDivElement | null>;
|
|
8
|
+
directWidth?: number;
|
|
9
|
+
isPrevent?: boolean;
|
|
6
10
|
};
|
|
7
|
-
|
|
8
|
-
export declare const useSwipe: (props: SwipeProps) => DirectSwipe;
|
|
9
|
-
export {};
|
|
11
|
+
export declare const useSwipe: (props: SwipeProps) => void;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useSwipe = void 0;
|
|
4
4
|
var react_1 = require("react");
|
|
5
|
+
var DIRECT_WIDTH = 30;
|
|
5
6
|
var useSwipe = function (props) {
|
|
6
|
-
var onSwipeDown = props.onSwipeDown, onSwipeLeft = props.onSwipeLeft, onSwipeRight = props.onSwipeRight, onSwipeUp = props.onSwipeUp;
|
|
7
|
-
var _a = (0, react_1.useState)(null), swipeDirection = _a[0], setSwipeDirection = _a[1];
|
|
7
|
+
var onSwipeDown = props.onSwipeDown, onSwipeLeft = props.onSwipeLeft, onSwipeRight = props.onSwipeRight, onSwipeUp = props.onSwipeUp, content = props.content, _a = props.isPrevent, isPrevent = _a === void 0 ? false : _a, _b = props.directWidth, directWidth = _b === void 0 ? DIRECT_WIDTH : _b;
|
|
8
8
|
(0, react_1.useEffect)(function () {
|
|
9
9
|
var touchStartX = 0;
|
|
10
10
|
var touchStartY = 0;
|
|
@@ -18,52 +18,49 @@ var useSwipe = function (props) {
|
|
|
18
18
|
touchEndX = e.changedTouches[0].screenX;
|
|
19
19
|
touchEndY = e.changedTouches[0].screenY;
|
|
20
20
|
};
|
|
21
|
-
var handleTouchEnd = function () {
|
|
22
|
-
|
|
21
|
+
var handleTouchEnd = function (e) {
|
|
22
|
+
console.info('END TOUCH');
|
|
23
|
+
if (isPrevent) {
|
|
24
|
+
e.preventDefault();
|
|
25
|
+
e.stopPropagation();
|
|
26
|
+
}
|
|
27
|
+
if (!touchEndX || !touchEndY) {
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
var deltaX = (touchEndX - touchStartX) / 3;
|
|
23
31
|
var deltaY = touchEndY - touchStartY;
|
|
32
|
+
// Check if the swipe distance is above the threshold
|
|
33
|
+
if (Math.abs(deltaX) < directWidth && Math.abs(deltaY) < directWidth) {
|
|
34
|
+
console.log('Tap detected, ignoring swipe');
|
|
35
|
+
return; // Not a swipe, just a tap or minor movement
|
|
36
|
+
}
|
|
24
37
|
if (Math.abs(deltaX) > Math.abs(deltaY)) {
|
|
25
|
-
if (deltaX
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
38
|
+
if (Math.abs(deltaX) >= directWidth) {
|
|
39
|
+
if (deltaX > 0) {
|
|
40
|
+
return onSwipeRight === null || onSwipeRight === void 0 ? void 0 : onSwipeRight(e);
|
|
41
|
+
}
|
|
42
|
+
onSwipeLeft === null || onSwipeLeft === void 0 ? void 0 : onSwipeLeft(e);
|
|
30
43
|
}
|
|
31
44
|
}
|
|
32
45
|
else {
|
|
33
|
-
if (deltaY
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
46
|
+
if (Math.abs(deltaY) >= directWidth) {
|
|
47
|
+
if (deltaY > 0) {
|
|
48
|
+
return onSwipeDown === null || onSwipeDown === void 0 ? void 0 : onSwipeDown(e);
|
|
49
|
+
}
|
|
50
|
+
onSwipeUp === null || onSwipeUp === void 0 ? void 0 : onSwipeUp(e);
|
|
38
51
|
}
|
|
39
52
|
}
|
|
40
53
|
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
54
|
+
var obj = (content === null || content === void 0 ? void 0 : content.current) || window;
|
|
55
|
+
obj.addEventListener('touchstart', handleTouchStart);
|
|
56
|
+
obj.addEventListener('touchmove', handleTouchMove);
|
|
57
|
+
obj.addEventListener('touchend', handleTouchEnd);
|
|
44
58
|
return function () {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
59
|
+
obj.removeEventListener('touchstart', handleTouchStart);
|
|
60
|
+
obj.removeEventListener('touchmove', handleTouchMove);
|
|
61
|
+
obj.removeEventListener('touchend', handleTouchEnd);
|
|
48
62
|
};
|
|
49
|
-
}, []);
|
|
50
|
-
|
|
51
|
-
if (!swipeDirection) {
|
|
52
|
-
return;
|
|
53
|
-
}
|
|
54
|
-
switch (swipeDirection) {
|
|
55
|
-
case 'down':
|
|
56
|
-
return onSwipeDown === null || onSwipeDown === void 0 ? void 0 : onSwipeDown();
|
|
57
|
-
case 'up':
|
|
58
|
-
return onSwipeUp === null || onSwipeUp === void 0 ? void 0 : onSwipeUp();
|
|
59
|
-
case 'left':
|
|
60
|
-
return onSwipeLeft === null || onSwipeLeft === void 0 ? void 0 : onSwipeLeft();
|
|
61
|
-
case 'right':
|
|
62
|
-
return onSwipeRight === null || onSwipeRight === void 0 ? void 0 : onSwipeRight();
|
|
63
|
-
default:
|
|
64
|
-
break;
|
|
65
|
-
}
|
|
66
|
-
}, [swipeDirection, props]);
|
|
67
|
-
return swipeDirection;
|
|
63
|
+
}, [onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, content]);
|
|
64
|
+
return;
|
|
68
65
|
};
|
|
69
66
|
exports.useSwipe = useSwipe;
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ import useInView from 'hooks/useInView';
|
|
|
65
65
|
import { useHookFabric } from 'hooks/useHookFabric';
|
|
66
66
|
import { useHotJarAnalytics } from 'hooks/hotjar/useHotJar';
|
|
67
67
|
import { useHotJarControllers } from 'hooks/hotjar/useHotJarControllers';
|
|
68
|
+
import { useIFrameMode } from 'hooks/useIFrameMode';
|
|
68
69
|
import { HOCImageLoader } from 'components/HOCs/HOCImageLoader';
|
|
69
70
|
import { HOCOutsideClick } from 'components/HOCs/HOCOutsideClick';
|
|
70
71
|
import { HOCErrorBoundary } from 'components/HOCs/HOCErrorBoundary';
|
|
@@ -174,6 +175,8 @@ import { RuSvg } from 'components/ui/Icons/FlagIcons/RuSvg';
|
|
|
174
175
|
import { TrSvg } from 'components/ui/Icons/FlagIcons/TrSvg';
|
|
175
176
|
import { UkrSvg } from 'components/ui/Icons/FlagIcons/UkrSvg';
|
|
176
177
|
import { UzSvg } from 'components/ui/Icons/FlagIcons/UzSvg';
|
|
178
|
+
import { PKSvg } from 'components/ui/Icons/FlagIcons/PKSvg';
|
|
179
|
+
import { UrSvg } from 'components/ui/Icons/FlagIcons/UrSvg';
|
|
177
180
|
import { TournamentWagerSvg } from './components/ui/Icons/Casino/TournamentWagerSvg';
|
|
178
181
|
import { ProvidersSvg } from 'components/ui/Icons/Casino/ProvidersSvg';
|
|
179
182
|
import { DefaultImgSvg } from 'components/ui/Icons/Casino/DefaultImgSvg';
|
|
@@ -235,6 +238,7 @@ import { DesktopProfile } from 'components/ui/Headers/DesktopProfile';
|
|
|
235
238
|
import { BalanceInfo } from 'components/Profile/BalanceInfo';
|
|
236
239
|
import { ProgressBar } from 'components/ui/Progress/ProgressBar';
|
|
237
240
|
import { ProgressWagering } from 'components/ui/Progress/ProgressWagering';
|
|
241
|
+
import { ProgressBarProps } from 'components/ui/Progress/ProgressBar/types';
|
|
238
242
|
import { useZustandLanguagesKitStore } from 'zustandStore/languages/store';
|
|
239
243
|
import { languageSelectors } from 'zustandStore/languages/selectors';
|
|
240
244
|
import { useZustandDeviceKitStore } from 'zustandStore/device/store';
|
|
@@ -266,6 +270,8 @@ import { searchSelectors } from 'zustandStore/search/selectors';
|
|
|
266
270
|
import { useZustandCasinoSearchKitStore } from 'zustandStore/search/store';
|
|
267
271
|
import { useZustandSupportKitStore } from 'zustandStore/support/store';
|
|
268
272
|
import { supportSelectors } from 'zustandStore/support/selectors';
|
|
273
|
+
import { useZustandCasinoDrawerKitStore } from 'zustandStore/drawers/casino/store';
|
|
274
|
+
import { casinoDrawerKitSelectors } from 'zustandStore/drawers/casino/selectors';
|
|
269
275
|
import { EDirection } from 'components/ui/LanguageSelector/types';
|
|
270
276
|
import { CasinoSearchBlock } from 'components/CasinoSearchBlock';
|
|
271
277
|
import { CasinoSearchInput } from 'components/CasinoSearchBlock/components/CasinoSearchInput';
|
|
@@ -285,11 +291,17 @@ import { Question } from 'components/FAQ/Question';
|
|
|
285
291
|
import { FaqSection } from 'components/FAQ/FaqSection';
|
|
286
292
|
import { FAQ } from 'components/FAQ';
|
|
287
293
|
import { DefaultGameImg } from 'components/ui/DefaultGameImg';
|
|
288
|
-
import {
|
|
294
|
+
import { AppNotify } from 'components/AppNotify';
|
|
295
|
+
import { Carousel } from 'components/Carousels/components/Carousel';
|
|
296
|
+
import { CarouselVipClub } from './components/Carousels/components/CarouselVipClub';
|
|
297
|
+
import { VipSteps } from 'components/Carousels/components/CarouselVipClub/components/VipSteps';
|
|
298
|
+
import { copyToClipboard, sleep, getValueByIdFromUrl } from 'utils/shared';
|
|
289
299
|
import { getAuthorizationData, getRegistrationData } from 'zustandStore/forms/signUp/utils';
|
|
290
300
|
import { getFlagIcon, getVipClubIcon, getSportIcon, getHorizontalFlagIcon } from 'utils/icons';
|
|
291
301
|
import { composeValidations, isEmail, isPassword, isRequired, upperCase, prepareStringAsPhoneNumber, extractNumbersFromString, isMinMax, isFilledForm, validationBankCode, validationNameSurname, validationPatternByName, replaceValueByMask, replaceValueByMaskReturnMask, replaceCodeToMask, validateEmailValue, validateAccountName, validateAccountNumber, validateBankCode, isPhone, validationTRC, validateLuhnAlgorithm, valdiationCardNumber } from 'service/validation';
|
|
292
|
-
|
|
302
|
+
import { setToLocalStorage, getFromLocalStorage, removeFromLocalStorage } from 'utils/localstorage';
|
|
303
|
+
import { formattedDate, getNext15thDate, getNextSaturday } from 'utils/date';
|
|
304
|
+
export { Logo, BaseButton, CloseButton, DrawerButton, AppSwitcher, CasinoCategoryButton, CasinoSubCategoriesButton, ProviderNameButton, DepositButton, ShowAllCard, ArrowButton, ButtonLanguage, FavoriteButton, SocialMediaButton, ButtonCancelBonus, BaseInput, BaseInputUi, PhoneInput, CheckBox, EmailInput, PasswordInput, CasinoSearchBlock, CasinoSearchInput, JivoChatButton, JivoChatButtonProps, PaymentsMethods, PaymentMethodProps, EActiveMethodTab, PaymentFrame, PaymentMessage, DepositSkelet, DepositSkeletProps, DepositQrFormProps, PopUpHeader, PageTitle, LeftSection, Footer, XACFooter, Tabs, MainLoader, CircularLoader, Image, SkeletLoader, BonusCancelLoader, BettingSkelet, HOCImageLoader, HOCOutsideClick, HOCErrorBoundary, HOCRequestLoader, HOCKitConfigure, useHookFabric, useElementResize, useOnClickOutside, useCountDown, useTranslate, useInView, useHotJarAnalytics, useHotJarControllers, useIFrameMode, Presets, Wheel, Scratch, TournamentCard, ReferralTable, ReferralTableProps, ReferralTitle, ReferralCard, ReferralDetails, ReferralShare, ReferralCopyContent, ReferralInviteBanner, ReferralBonus, Pagination, ModalLayout, Alerts, BonusCardLayout, DrawerLayout, LandingLayoutTemplate, PortalLayout, CountDown, LastBigWinners, Banners, PromotionMobileApp, PromotionBanner, OneClick, DocsCheckBox, CurrencySelector, CountrySelector, RegistrationPromoCode, SignUp, SignUpTypeTwo, SignUpTypeThree, EmailSignUp, PhoneSignUp, Selector, LanguageSelector, SignIn, SignInThird, IconProps, ArrowSvg, DownloadSvg, LockSvg, CloseSvg, CrossSvg, JabiInHouseSvg, ProviderSvg, HotSvg, WagerSvg, ElonHouseSvg, FSWinHouseSvg, ElonTreasureSvg, FSWinTreasureSvg, JabibetTreasureSvg, PlaySvg, InfoSvg, InstagramSvg, TelegramSvg, FacebookSvg, AvatarSvg, ProfileSvg, BonusGiftSvg, BurgerSvg, CalendarSvg, CashSvg, CloseEyeSvg, OpenEyeSvg, CoinSvg, CoinsSvg, CopySvg, DocSvg, FavoritesSvg, GoogleSvg, GrowSvg, DrawerTogglerSvg, LotterySvg, InfoLotterySvg, PlusSvg, SearchSvg, ProvidersBlocksSvg, SelectedSvg, ShareSvg, StarSvg, SupportSvg, ThreeDotsSvg, TrashSvg, WalletSvg, FirstBonusSvg, SecondBonusSvg, ThirdBonusSvg, VipClubSvg, InfoSecondSvg, FireSvg, BronzeSvg, SilverSvg, DiamondSvg, GoldSvg, GreenSvg, PlatinumSvg, PlatinumOneSvg, AzeSvg, BnSvg, BsSvg, ChSvg, DeSvg, EnSvg, EsSvg, FrSvg, HiSvg, ItSvg, KoSvg, KzSvg, NoSvg, PtSvg, RoSvg, RuSvg, TrSvg, UkrSvg, UzSvg, PKSvg, UrSvg, TournamentWagerSvg, ProvidersSvg, DefaultImgSvg, CasinoCoinSvg, RecommendedSvg, DepositSvg, ErrorSvg, SuccessSvg, WaitingSvg, WithdrawSvg, SecondErrorSvg, SecondSuccessSvg, SecondWaitingSvg, AmericanFootballSvg, AussieRulesSvg, BadmintonSvg, BaseballSvg, BasketballSvg, Basketball3x3Svg, BeachSoccerSvg, BoxingSvg, ChessSvg, CricketSvg, DartsSvg, EFifaSvg, ENbaSvg, ENhlSvg, EsportSvg, FieldHockeySvg, FutsalSvg, IceHockeySvg, KabaddiSvg, MmaSvg, RugbySvg, SnookerSvg, SoccerSvg, SquashSvg, TableTennisSvg, TennisSvg, VolleyballSvg, NotFoundBonusesSvg, NotificationWarningSvg, NotificationErrorSvg, NotificationSuccessSvg, Notifications, NavTournamentSvg, NavReferralSvg, NavMyBetsSvg, NavCasinoSvg, NavBonusesSvg, NavBettingLiveSvg, NavBettingSvg, BattlesCard, Step, Section, BattleBanner, Leaderboard, BattleWinners, Winner, Accordion, AccordionGroup, Timer, NotFoundData, ClaimBonus, TitleForm, BalanceList, DesktopProfile, BalanceInfo, DefaultGameImg, Question, FaqSection, FAQ, ProgressBar, ProgressWagering, ProgressBarProps, AppNotify, Carousel, CarouselVipClub, VipSteps, useZustandLanguagesKitStore, languageSelectors, Text, useZustandRecoveryKitStore, zustandRecoveryKitSelectors, useZustandNotificationKitStore, notificationKitSelectors, useZustandModalKitStore, zustandModalKitSelector, useZustandDeviceKitStore, zustandDeviceKitSelector, useZustandRegistrationKitStore, zustandRegistrationKitSelector, useZustandSignInKitStore, zustandSignInKitSelectors, useZustandRequestKitStore, requestSelectors, useZustandCasinoGamesKitStore, gamesSelectors, useZustandConnectionKitStore, connectionSelectors, useZustandWheelPromoKitStore, wheelPromoSelectors, EDirection, searchSelectors, useZustandCasinoSearchKitStore, useZustandSupportKitStore, supportSelectors, useZustandCasinoDrawerKitStore, casinoDrawerKitSelectors, getCasinoCategoryIcon, sleep, getAuthorizationData, getRegistrationData, copyToClipboard, getFlagIcon, getVipClubIcon, getSportIcon, getHorizontalFlagIcon, composeValidations, isEmail, isPassword, isRequired, upperCase, prepareStringAsPhoneNumber, extractNumbersFromString, isMinMax, isFilledForm, validationBankCode, validationNameSurname, validationPatternByName, replaceValueByMask, replaceValueByMaskReturnMask, replaceCodeToMask, validateEmailValue, validateAccountName, validateAccountNumber, validateBankCode, isPhone, validationTRC, validateLuhnAlgorithm, valdiationCardNumber, getValueByIdFromUrl, setToLocalStorage, getFromLocalStorage, removeFromLocalStorage, formattedDate, getNext15thDate, getNextSaturday, };
|
|
293
305
|
export { Size, Color, EAppType } from 'types/ui';
|
|
294
306
|
export { COUNTRY_MOCK } from 'constants/mock';
|
|
295
307
|
export { REFERRAL_KEY, REFERRAL_CODE, } from 'components/SignUp/PromoCode/constants';
|
package/dist/lib/index.js
CHANGED
|
@@ -4,12 +4,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.BonusCancelLoader = exports.SkeletLoader = exports.Image = exports.CircularLoader = exports.MainLoader = exports.Tabs = exports.XACFooter = exports.Footer = exports.LeftSection = exports.PageTitle = exports.PopUpHeader = exports.DepositSkelet = exports.PaymentMessage = exports.PaymentFrame = exports.EActiveMethodTab = exports.PaymentsMethods = exports.JivoChatButton = exports.CasinoSearchInput = exports.CasinoSearchBlock = exports.PasswordInput = exports.EmailInput = exports.CheckBox = exports.PhoneInput = exports.BaseInputUi = exports.BaseInput = exports.ButtonCancelBonus = exports.SocialMediaButton = exports.FavoriteButton = exports.ButtonLanguage = exports.ArrowButton = exports.ShowAllCard = exports.DepositButton = exports.ProviderNameButton = exports.CasinoSubCategoriesButton = exports.CasinoCategoryButton = exports.AppSwitcher = exports.DrawerButton = exports.CloseButton = exports.BaseButton = exports.Logo = exports.EWheelState = exports.EModalTypes = exports.ENotificationType = exports.EAuthFormType = exports.ERegistrationForm = exports.handleDeviceDetection = exports.EDeviceType = exports.CheckBoxSvg = exports.EBackgroundSliderType = exports.ESignUpTheme = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.zustandKitSettingsSelectors = exports.useZustandKitSettings = exports.getComponentByKey = exports.getComponentById = exports.getListOfComponentIDs = exports.HookProvider = exports.useHookProvider = exports.REFERRAL_CODE = exports.REFERRAL_KEY = exports.COUNTRY_MOCK = exports.EAppType = exports.valdiationCardNumber = exports.validateLuhnAlgorithm = exports.validationTRC = exports.isPhone = exports.validateBankCode = exports.validateAccountNumber = exports.validateAccountName = exports.validateEmailValue = exports.replaceCodeToMask = exports.replaceValueByMaskReturnMask = exports.replaceValueByMask = exports.validationPatternByName = exports.validationNameSurname = exports.validationBankCode = exports.isFilledForm = void 0;
|
|
7
|
+
exports.Selector = exports.PhoneSignUp = exports.EmailSignUp = exports.SignUpTypeThree = exports.SignUpTypeTwo = exports.SignUp = exports.RegistrationPromoCode = exports.CountrySelector = exports.CurrencySelector = exports.DocsCheckBox = exports.OneClick = exports.PromotionBanner = exports.PromotionMobileApp = exports.Banners = exports.LastBigWinners = exports.CountDown = exports.PortalLayout = exports.LandingLayoutTemplate = exports.DrawerLayout = exports.BonusCardLayout = exports.Alerts = exports.ModalLayout = exports.Pagination = exports.ReferralBonus = exports.ReferralInviteBanner = exports.ReferralCopyContent = exports.ReferralShare = exports.ReferralDetails = exports.ReferralCard = exports.ReferralTitle = exports.ReferralTable = exports.TournamentCard = exports.Scratch = exports.Wheel = exports.Presets = exports.useIFrameMode = exports.useHotJarControllers = exports.useHotJarAnalytics = exports.useInView = exports.useTranslate = exports.useCountDown = exports.useOnClickOutside = exports.useElementResize = exports.useHookFabric = exports.HOCKitConfigure = exports.HOCRequestLoader = exports.HOCErrorBoundary = exports.HOCOutsideClick = exports.HOCImageLoader = exports.BettingSkelet = void 0;
|
|
8
|
+
exports.WalletSvg = exports.TrashSvg = exports.ThreeDotsSvg = exports.SupportSvg = exports.StarSvg = exports.ShareSvg = exports.SelectedSvg = exports.ProvidersBlocksSvg = exports.SearchSvg = exports.PlusSvg = exports.InfoLotterySvg = exports.LotterySvg = exports.DrawerTogglerSvg = exports.GrowSvg = exports.GoogleSvg = exports.FavoritesSvg = exports.DocSvg = exports.CopySvg = exports.CoinsSvg = exports.CoinSvg = exports.OpenEyeSvg = exports.CloseEyeSvg = exports.CashSvg = exports.CalendarSvg = exports.BurgerSvg = exports.BonusGiftSvg = exports.ProfileSvg = exports.AvatarSvg = exports.FacebookSvg = exports.TelegramSvg = exports.InstagramSvg = exports.InfoSvg = exports.PlaySvg = exports.JabibetTreasureSvg = exports.FSWinTreasureSvg = exports.ElonTreasureSvg = exports.FSWinHouseSvg = exports.ElonHouseSvg = exports.WagerSvg = exports.HotSvg = exports.ProviderSvg = exports.JabiInHouseSvg = exports.CrossSvg = exports.CloseSvg = exports.LockSvg = exports.DownloadSvg = exports.ArrowSvg = exports.SignInThird = exports.SignIn = exports.LanguageSelector = void 0;
|
|
9
|
+
exports.BadmintonSvg = exports.AussieRulesSvg = exports.AmericanFootballSvg = exports.SecondWaitingSvg = exports.SecondSuccessSvg = exports.SecondErrorSvg = exports.WithdrawSvg = exports.WaitingSvg = exports.SuccessSvg = exports.ErrorSvg = exports.DepositSvg = exports.RecommendedSvg = exports.CasinoCoinSvg = exports.DefaultImgSvg = exports.ProvidersSvg = exports.TournamentWagerSvg = exports.UrSvg = exports.PKSvg = exports.UzSvg = exports.UkrSvg = exports.TrSvg = exports.RuSvg = exports.RoSvg = exports.PtSvg = exports.NoSvg = exports.KzSvg = exports.KoSvg = exports.ItSvg = exports.HiSvg = exports.FrSvg = exports.EsSvg = exports.EnSvg = exports.DeSvg = exports.ChSvg = exports.BsSvg = exports.BnSvg = exports.AzeSvg = exports.PlatinumOneSvg = exports.PlatinumSvg = exports.GreenSvg = exports.GoldSvg = exports.DiamondSvg = exports.SilverSvg = exports.BronzeSvg = exports.FireSvg = exports.InfoSecondSvg = exports.VipClubSvg = exports.ThirdBonusSvg = exports.SecondBonusSvg = exports.FirstBonusSvg = void 0;
|
|
10
|
+
exports.BalanceList = exports.TitleForm = exports.ClaimBonus = exports.NotFoundData = exports.Timer = exports.AccordionGroup = exports.Accordion = exports.Winner = exports.BattleWinners = exports.Leaderboard = exports.BattleBanner = exports.Section = exports.Step = exports.BattlesCard = exports.NavBettingSvg = exports.NavBettingLiveSvg = exports.NavBonusesSvg = exports.NavCasinoSvg = exports.NavMyBetsSvg = exports.NavReferralSvg = exports.NavTournamentSvg = exports.Notifications = exports.NotificationSuccessSvg = exports.NotificationErrorSvg = exports.NotificationWarningSvg = exports.NotFoundBonusesSvg = exports.VolleyballSvg = exports.TennisSvg = exports.TableTennisSvg = exports.SquashSvg = exports.SoccerSvg = exports.SnookerSvg = exports.RugbySvg = exports.MmaSvg = exports.KabaddiSvg = exports.IceHockeySvg = exports.FutsalSvg = exports.FieldHockeySvg = exports.EsportSvg = exports.ENhlSvg = exports.ENbaSvg = exports.EFifaSvg = exports.DartsSvg = exports.CricketSvg = exports.ChessSvg = exports.BoxingSvg = exports.BeachSoccerSvg = exports.Basketball3x3Svg = exports.BasketballSvg = exports.BaseballSvg = void 0;
|
|
11
|
+
exports.getSportIcon = exports.getVipClubIcon = exports.getFlagIcon = exports.copyToClipboard = exports.getRegistrationData = exports.getAuthorizationData = exports.sleep = exports.getCasinoCategoryIcon = exports.casinoDrawerKitSelectors = exports.useZustandCasinoDrawerKitStore = exports.supportSelectors = exports.useZustandSupportKitStore = exports.useZustandCasinoSearchKitStore = exports.searchSelectors = exports.EDirection = exports.wheelPromoSelectors = exports.useZustandWheelPromoKitStore = exports.connectionSelectors = exports.useZustandConnectionKitStore = exports.gamesSelectors = exports.useZustandCasinoGamesKitStore = exports.requestSelectors = exports.useZustandRequestKitStore = exports.zustandSignInKitSelectors = exports.useZustandSignInKitStore = exports.zustandRegistrationKitSelector = exports.useZustandRegistrationKitStore = exports.zustandDeviceKitSelector = exports.useZustandDeviceKitStore = exports.zustandModalKitSelector = exports.useZustandModalKitStore = exports.notificationKitSelectors = exports.useZustandNotificationKitStore = exports.zustandRecoveryKitSelectors = exports.useZustandRecoveryKitStore = exports.Text = exports.languageSelectors = exports.useZustandLanguagesKitStore = exports.VipSteps = exports.CarouselVipClub = exports.Carousel = exports.AppNotify = exports.ProgressWagering = exports.ProgressBar = exports.FAQ = exports.FaqSection = exports.Question = exports.DefaultGameImg = exports.BalanceInfo = exports.DesktopProfile = void 0;
|
|
12
|
+
exports.zustandKitSettingsSelectors = exports.useZustandKitSettings = exports.getComponentByKey = exports.getComponentById = exports.getListOfComponentIDs = exports.HookProvider = exports.useHookProvider = exports.REFERRAL_CODE = exports.REFERRAL_KEY = exports.COUNTRY_MOCK = exports.EAppType = exports.getNextSaturday = exports.getNext15thDate = exports.formattedDate = exports.removeFromLocalStorage = exports.getFromLocalStorage = exports.setToLocalStorage = exports.getValueByIdFromUrl = exports.valdiationCardNumber = exports.validateLuhnAlgorithm = exports.validationTRC = exports.isPhone = exports.validateBankCode = exports.validateAccountNumber = exports.validateAccountName = exports.validateEmailValue = exports.replaceCodeToMask = exports.replaceValueByMaskReturnMask = exports.replaceValueByMask = exports.validationPatternByName = exports.validationNameSurname = exports.validationBankCode = exports.isFilledForm = exports.isMinMax = exports.extractNumbersFromString = exports.prepareStringAsPhoneNumber = exports.upperCase = exports.isRequired = exports.isPassword = exports.isEmail = exports.composeValidations = exports.getHorizontalFlagIcon = void 0;
|
|
13
13
|
// Buttons
|
|
14
14
|
var Buttons_1 = require("components/ui/Buttons");
|
|
15
15
|
Object.defineProperty(exports, "BaseButton", { enumerable: true, get: function () { return Buttons_1.BaseButton; } });
|
|
@@ -149,6 +149,8 @@ var useHotJar_1 = require("hooks/hotjar/useHotJar");
|
|
|
149
149
|
Object.defineProperty(exports, "useHotJarAnalytics", { enumerable: true, get: function () { return useHotJar_1.useHotJarAnalytics; } });
|
|
150
150
|
var useHotJarControllers_1 = require("hooks/hotjar/useHotJarControllers");
|
|
151
151
|
Object.defineProperty(exports, "useHotJarControllers", { enumerable: true, get: function () { return useHotJarControllers_1.useHotJarControllers; } });
|
|
152
|
+
var useIFrameMode_1 = require("hooks/useIFrameMode");
|
|
153
|
+
Object.defineProperty(exports, "useIFrameMode", { enumerable: true, get: function () { return useIFrameMode_1.useIFrameMode; } });
|
|
152
154
|
// Hocs
|
|
153
155
|
var HOCImageLoader_1 = require("components/HOCs/HOCImageLoader");
|
|
154
156
|
Object.defineProperty(exports, "HOCImageLoader", { enumerable: true, get: function () { return HOCImageLoader_1.HOCImageLoader; } });
|
|
@@ -376,6 +378,10 @@ var UkrSvg_1 = require("components/ui/Icons/FlagIcons/UkrSvg");
|
|
|
376
378
|
Object.defineProperty(exports, "UkrSvg", { enumerable: true, get: function () { return UkrSvg_1.UkrSvg; } });
|
|
377
379
|
var UzSvg_1 = require("components/ui/Icons/FlagIcons/UzSvg");
|
|
378
380
|
Object.defineProperty(exports, "UzSvg", { enumerable: true, get: function () { return UzSvg_1.UzSvg; } });
|
|
381
|
+
var PKSvg_1 = require("components/ui/Icons/FlagIcons/PKSvg");
|
|
382
|
+
Object.defineProperty(exports, "PKSvg", { enumerable: true, get: function () { return PKSvg_1.PKSvg; } });
|
|
383
|
+
var UrSvg_1 = require("components/ui/Icons/FlagIcons/UrSvg");
|
|
384
|
+
Object.defineProperty(exports, "UrSvg", { enumerable: true, get: function () { return UrSvg_1.UrSvg; } });
|
|
379
385
|
//Casino
|
|
380
386
|
var TournamentWagerSvg_1 = require("./components/ui/Icons/Casino/TournamentWagerSvg");
|
|
381
387
|
Object.defineProperty(exports, "TournamentWagerSvg", { enumerable: true, get: function () { return TournamentWagerSvg_1.TournamentWagerSvg; } });
|
|
@@ -572,6 +578,10 @@ var store_12 = require("zustandStore/support/store");
|
|
|
572
578
|
Object.defineProperty(exports, "useZustandSupportKitStore", { enumerable: true, get: function () { return store_12.useZustandSupportKitStore; } });
|
|
573
579
|
var selectors_11 = require("zustandStore/support/selectors");
|
|
574
580
|
Object.defineProperty(exports, "supportSelectors", { enumerable: true, get: function () { return selectors_11.supportSelectors; } });
|
|
581
|
+
var store_13 = require("zustandStore/drawers/casino/store");
|
|
582
|
+
Object.defineProperty(exports, "useZustandCasinoDrawerKitStore", { enumerable: true, get: function () { return store_13.useZustandCasinoDrawerKitStore; } });
|
|
583
|
+
var selectors_12 = require("zustandStore/drawers/casino/selectors");
|
|
584
|
+
Object.defineProperty(exports, "casinoDrawerKitSelectors", { enumerable: true, get: function () { return selectors_12.casinoDrawerKitSelectors; } });
|
|
575
585
|
var types_10 = require("components/ui/LanguageSelector/types");
|
|
576
586
|
Object.defineProperty(exports, "EDirection", { enumerable: true, get: function () { return types_10.EDirection; } });
|
|
577
587
|
var CasinoSearchBlock_1 = require("components/CasinoSearchBlock");
|
|
@@ -615,10 +625,21 @@ var FAQ_1 = require("components/FAQ");
|
|
|
615
625
|
Object.defineProperty(exports, "FAQ", { enumerable: true, get: function () { return FAQ_1.FAQ; } });
|
|
616
626
|
var DefaultGameImg_1 = require("components/ui/DefaultGameImg");
|
|
617
627
|
Object.defineProperty(exports, "DefaultGameImg", { enumerable: true, get: function () { return DefaultGameImg_1.DefaultGameImg; } });
|
|
628
|
+
//AppNotify
|
|
629
|
+
var AppNotify_1 = require("components/AppNotify");
|
|
630
|
+
Object.defineProperty(exports, "AppNotify", { enumerable: true, get: function () { return AppNotify_1.AppNotify; } });
|
|
631
|
+
//Carousel
|
|
632
|
+
var Carousel_1 = require("components/Carousels/components/Carousel");
|
|
633
|
+
Object.defineProperty(exports, "Carousel", { enumerable: true, get: function () { return Carousel_1.Carousel; } });
|
|
634
|
+
var CarouselVipClub_1 = require("./components/Carousels/components/CarouselVipClub");
|
|
635
|
+
Object.defineProperty(exports, "CarouselVipClub", { enumerable: true, get: function () { return CarouselVipClub_1.CarouselVipClub; } });
|
|
636
|
+
var VipSteps_1 = require("components/Carousels/components/CarouselVipClub/components/VipSteps");
|
|
637
|
+
Object.defineProperty(exports, "VipSteps", { enumerable: true, get: function () { return VipSteps_1.VipSteps; } });
|
|
618
638
|
// Utils
|
|
619
639
|
var shared_1 = require("utils/shared");
|
|
620
640
|
Object.defineProperty(exports, "copyToClipboard", { enumerable: true, get: function () { return shared_1.copyToClipboard; } });
|
|
621
641
|
Object.defineProperty(exports, "sleep", { enumerable: true, get: function () { return shared_1.sleep; } });
|
|
642
|
+
Object.defineProperty(exports, "getValueByIdFromUrl", { enumerable: true, get: function () { return shared_1.getValueByIdFromUrl; } });
|
|
622
643
|
var utils_2 = require("zustandStore/forms/signUp/utils");
|
|
623
644
|
Object.defineProperty(exports, "getAuthorizationData", { enumerable: true, get: function () { return utils_2.getAuthorizationData; } });
|
|
624
645
|
Object.defineProperty(exports, "getRegistrationData", { enumerable: true, get: function () { return utils_2.getRegistrationData; } });
|
|
@@ -651,6 +672,14 @@ Object.defineProperty(exports, "isPhone", { enumerable: true, get: function () {
|
|
|
651
672
|
Object.defineProperty(exports, "validationTRC", { enumerable: true, get: function () { return validation_1.validationTRC; } });
|
|
652
673
|
Object.defineProperty(exports, "validateLuhnAlgorithm", { enumerable: true, get: function () { return validation_1.validateLuhnAlgorithm; } });
|
|
653
674
|
Object.defineProperty(exports, "valdiationCardNumber", { enumerable: true, get: function () { return validation_1.valdiationCardNumber; } });
|
|
675
|
+
var localstorage_1 = require("utils/localstorage");
|
|
676
|
+
Object.defineProperty(exports, "setToLocalStorage", { enumerable: true, get: function () { return localstorage_1.setToLocalStorage; } });
|
|
677
|
+
Object.defineProperty(exports, "getFromLocalStorage", { enumerable: true, get: function () { return localstorage_1.getFromLocalStorage; } });
|
|
678
|
+
Object.defineProperty(exports, "removeFromLocalStorage", { enumerable: true, get: function () { return localstorage_1.removeFromLocalStorage; } });
|
|
679
|
+
var date_1 = require("utils/date");
|
|
680
|
+
Object.defineProperty(exports, "formattedDate", { enumerable: true, get: function () { return date_1.formattedDate; } });
|
|
681
|
+
Object.defineProperty(exports, "getNext15thDate", { enumerable: true, get: function () { return date_1.getNext15thDate; } });
|
|
682
|
+
Object.defineProperty(exports, "getNextSaturday", { enumerable: true, get: function () { return date_1.getNextSaturday; } });
|
|
654
683
|
var ui_1 = require("types/ui");
|
|
655
684
|
Object.defineProperty(exports, "EAppType", { enumerable: true, get: function () { return ui_1.EAppType; } });
|
|
656
685
|
var mock_1 = require("constants/mock");
|
|
@@ -661,10 +690,10 @@ Object.defineProperty(exports, "REFERRAL_CODE", { enumerable: true, get: functio
|
|
|
661
690
|
// Icons
|
|
662
691
|
require("./styles/global.module.css");
|
|
663
692
|
require("react-phone-number-input/style.css");
|
|
664
|
-
var
|
|
665
|
-
Object.defineProperty(exports, "useZustandRecoveryKitStore", { enumerable: true, get: function () { return
|
|
666
|
-
var
|
|
667
|
-
Object.defineProperty(exports, "zustandRecoveryKitSelectors", { enumerable: true, get: function () { return
|
|
693
|
+
var store_14 = require("zustandStore/forms/recovery/store");
|
|
694
|
+
Object.defineProperty(exports, "useZustandRecoveryKitStore", { enumerable: true, get: function () { return store_14.useZustandRecoveryKitStore; } });
|
|
695
|
+
var selectors_13 = require("zustandStore/forms/recovery/selectors");
|
|
696
|
+
Object.defineProperty(exports, "zustandRecoveryKitSelectors", { enumerable: true, get: function () { return selectors_13.zustandRecoveryKitSelectors; } });
|
|
668
697
|
// Logic context
|
|
669
698
|
var ModalContext_1 = require("context/logic/ModalContext");
|
|
670
699
|
Object.defineProperty(exports, "useHookProvider", { enumerable: true, get: function () { return ModalContext_1.useHookProvider; } });
|
|
@@ -674,7 +703,7 @@ Object.defineProperty(exports, "getListOfComponentIDs", { enumerable: true, get:
|
|
|
674
703
|
Object.defineProperty(exports, "getComponentById", { enumerable: true, get: function () { return controller_1.getComponentById; } });
|
|
675
704
|
Object.defineProperty(exports, "getComponentByKey", { enumerable: true, get: function () { return controller_1.getComponentByKey; } });
|
|
676
705
|
// System settings *( For Admin and change app type with image settings )
|
|
677
|
-
var
|
|
678
|
-
Object.defineProperty(exports, "useZustandKitSettings", { enumerable: true, get: function () { return
|
|
679
|
-
var
|
|
680
|
-
Object.defineProperty(exports, "zustandKitSettingsSelectors", { enumerable: true, get: function () { return
|
|
706
|
+
var store_15 = require("zustandStore/settings/store");
|
|
707
|
+
Object.defineProperty(exports, "useZustandKitSettings", { enumerable: true, get: function () { return store_15.useZustandKitSettings; } });
|
|
708
|
+
var selectors_14 = require("zustandStore/settings/selectors");
|
|
709
|
+
Object.defineProperty(exports, "zustandKitSettingsSelectors", { enumerable: true, get: function () { return selectors_14.zustandKitSettingsSelectors; } });
|
package/dist/lib/types/ui.d.ts
CHANGED
package/dist/lib/types/ui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PAGINATION_STEP = exports.EAppType = void 0;
|
|
3
|
+
exports.EFooterType = exports.PAGINATION_STEP = exports.EAppType = void 0;
|
|
4
4
|
var EAppType;
|
|
5
5
|
(function (EAppType) {
|
|
6
6
|
EAppType[EAppType["Unknown"] = 0] = "Unknown";
|
|
@@ -16,3 +16,8 @@ var EAppType;
|
|
|
16
16
|
EAppType[EAppType["KokoZino"] = 11] = "KokoZino";
|
|
17
17
|
})(EAppType = exports.EAppType || (exports.EAppType = {}));
|
|
18
18
|
exports.PAGINATION_STEP = 5;
|
|
19
|
+
var EFooterType;
|
|
20
|
+
(function (EFooterType) {
|
|
21
|
+
EFooterType[EFooterType["Base"] = 0] = "Base";
|
|
22
|
+
EFooterType[EFooterType["Hidden"] = 1] = "Hidden";
|
|
23
|
+
})(EFooterType = exports.EFooterType || (exports.EFooterType = {}));
|
package/dist/lib/utils/date.d.ts
CHANGED