xtreme-ui 0.0.82 → 0.0.84
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/components/base/ActionCard/ActionCard.d.ts +1 -2
- package/dist/components/base/ActionCard/ActionCard.d.ts.map +1 -1
- package/dist/components/base/Avatar/Avatar.d.ts +1 -2
- package/dist/components/base/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/base/Avatar/Avatar.js +7 -7
- package/dist/components/base/Button/Button.d.ts +1 -2
- package/dist/components/base/Button/Button.d.ts.map +1 -1
- package/dist/components/base/Button/types.d.ts +4 -5
- package/dist/components/base/Button/types.d.ts.map +1 -1
- package/dist/components/base/ColorPicker/ColorPicker.d.ts +1 -2
- package/dist/components/base/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/base/ColorPicker/types.d.ts +1 -1
- package/dist/components/base/ColorPopper/ColorPopper.d.ts +1 -2
- package/dist/components/base/ColorPopper/ColorPopper.d.ts.map +1 -1
- package/dist/components/base/ColorPopper/ColorPopper.js +5 -4
- package/dist/components/base/ColorPopper/types.d.ts +1 -1
- package/dist/components/base/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/components/base/DatePicker/DatePicker.js +1 -1
- package/dist/components/base/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/base/FilePicker/FilePicker.js +1 -1
- package/dist/components/base/FilePicker/getFilePickerIcon.d.ts.map +1 -1
- package/dist/components/base/FilePicker/getFilePickerIcon.js +3 -6
- package/dist/components/base/Icon/Icon.d.ts +1 -2
- package/dist/components/base/Icon/Icon.d.ts.map +1 -1
- package/dist/components/base/Icon/Icon.js +11 -10
- package/dist/components/base/Lottie/Lottie.d.ts +1 -2
- package/dist/components/base/Lottie/Lottie.d.ts.map +1 -1
- package/dist/components/base/Lottie/Lottie.js +33 -36
- package/dist/components/base/Lottie/lottie.module.scss.js +6 -30
- package/dist/components/base/Lottie/types.d.ts +0 -4
- package/dist/components/base/Lottie/types.d.ts.map +1 -1
- package/dist/components/base/ProgressBar/ProgressBar.d.ts +1 -2
- package/dist/components/base/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/dist/components/base/ProgressBar/progressbar.module.scss.js +5 -7
- package/dist/components/base/Select/Select.d.ts.map +1 -1
- package/dist/components/base/Select/Select.js +26 -23
- package/dist/components/base/Select/types.d.ts +1 -6
- package/dist/components/base/Select/types.d.ts.map +1 -1
- package/dist/components/base/Spinner/Spinner.d.ts +1 -2
- package/dist/components/base/Spinner/Spinner.d.ts.map +1 -1
- package/dist/components/base/Spinner/Spinner.js +1 -1
- package/dist/components/base/Textfield/Textfield.d.ts +1 -2
- package/dist/components/base/Textfield/Textfield.d.ts.map +1 -1
- package/dist/components/base/Textfield/Textfield.js +10 -20
- package/dist/components/context/Data/DataContext.d.ts +1 -2
- package/dist/components/context/Data/DataContext.d.ts.map +1 -1
- package/dist/components/context/Theme/ThemeContext.d.ts +1 -2
- package/dist/components/context/Theme/ThemeContext.d.ts.map +1 -1
- package/dist/components/context/Theme/ThemeContext.js +9 -8
- package/dist/components/context/index.d.ts.map +1 -1
- package/dist/components/hooks/useDebouncedEffect.d.ts.map +1 -1
- package/dist/components/hooks/usePersistingState.d.ts +1 -1
- package/dist/components/hooks/usePersistingState.d.ts.map +1 -1
- package/dist/components/layout/ImageEditor/ImageEditor.d.ts.map +1 -1
- package/dist/components/layout/ImageEditor/ImageEditor.js +9 -10
- package/dist/components/layout/Navigation/Navigation.d.ts +1 -2
- package/dist/components/layout/Navigation/Navigation.d.ts.map +1 -1
- package/dist/components/layout/Navigation/navigation.module.scss.js +14 -16
- package/dist/components/layout/SchemeSwitch/SchemeSwitch.d.ts +3 -0
- package/dist/components/layout/SchemeSwitch/SchemeSwitch.d.ts.map +1 -0
- package/dist/components/layout/SchemeSwitch/SchemeSwitch.js +29 -0
- package/dist/components/layout/SchemeSwitch/types.d.ts +10 -0
- package/dist/components/layout/SchemeSwitch/types.d.ts.map +1 -0
- package/dist/components/layout/Sider/Sider.d.ts +1 -2
- package/dist/components/layout/Sider/Sider.d.ts.map +1 -1
- package/dist/components/layout/SiderModal/SiderModal.d.ts +1 -2
- package/dist/components/layout/SiderModal/SiderModal.d.ts.map +1 -1
- package/dist/components/layout/ThemePicker/ThemePicker.d.ts +2 -3
- package/dist/components/layout/ThemePicker/ThemePicker.d.ts.map +1 -1
- package/dist/components/layout/ThemePicker/ThemePicker.js +40 -43
- package/dist/components/layout/ThemePicker/{type.d.ts → types.d.ts} +1 -1
- package/dist/components/layout/ThemePicker/types.d.ts.map +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +86 -82
- package/dist/utils/constants/commons.d.ts +11 -0
- package/dist/utils/constants/commons.d.ts.map +1 -1
- package/dist/utils/constants/commons.js +9 -3
- package/dist/utils/function/localStorage.d.ts +1 -1
- package/dist/utils/function/localStorage.d.ts.map +1 -1
- package/dist/utils/function/mergeRefs.d.ts +3 -2
- package/dist/utils/function/mergeRefs.d.ts.map +1 -1
- package/dist/utils/function/mergeRefs.js +17 -6
- package/dist/utils/function/string.d.ts.map +1 -1
- package/dist/utils/helper/domHelper.d.ts.map +1 -1
- package/dist/utils/helper/domHelper.js +1 -2
- package/dist/utils/helper/imageHelper.d.ts +1 -1
- package/dist/utils/helper/imageHelper.d.ts.map +1 -1
- package/dist/utils/helper/imageHelper.js +2 -4
- package/dist/utils/helper/themeController.d.ts.map +1 -1
- package/dist/xtreme-ui.css +1 -0
- package/package.json +103 -98
- package/dist/components/base/Avatar/avatar.scss.js +0 -1
- package/dist/components/base/DatePicker/datePicker.scss.js +0 -1
- package/dist/components/base/FilePicker/filePicker.scss.js +0 -1
- package/dist/components/base/Icon/icon.scss.js +0 -1
- package/dist/components/base/Select/select.scss.js +0 -1
- package/dist/components/base/Spinner/spinner.scss.js +0 -1
- package/dist/components/layout/ImageEditor/imageEditor.scss.js +0 -1
- package/dist/components/layout/ThemePicker/type.d.ts.map +0 -1
- package/dist/style.css +0 -1
- package/dist/styles/index.scss.js +0 -1
- /package/dist/components/layout/ThemePicker/{type.js → types.js} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef as o } from "react";
|
|
4
4
|
import t from "clsx";
|
|
5
|
-
|
|
5
|
+
/* empty css */
|
|
6
6
|
import { ESpinnerSize as u } from "./types.js";
|
|
7
7
|
const d = o((n, c) => {
|
|
8
8
|
const { className: l, label: p, size: s = "default", fullpage: r = !1 } = n, i = `${typeof s == "number" ? s : u[s]}px`, m = t(
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TTextfieldProps } from './types';
|
|
3
|
-
export declare const Textfield: import(
|
|
2
|
+
export declare const Textfield: import('react').ForwardRefExoticComponent<TTextfieldProps & import('react').RefAttributes<HTMLInputElement>>;
|
|
4
3
|
//# sourceMappingURL=Textfield.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Textfield.d.ts","sourceRoot":"","sources":["../../../../src/components/base/Textfield/Textfield.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Textfield.d.ts","sourceRoot":"","sources":["../../../../src/components/base/Textfield/Textfield.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,SAAS,8GAsGpB,CAAC"}
|
|
@@ -23,27 +23,17 @@ const L = v((g, T) => {
|
|
|
23
23
|
onKeyDown: i,
|
|
24
24
|
onEnterKey: u
|
|
25
25
|
} = g, p = f(() => {
|
|
26
|
-
if (n === !0)
|
|
27
|
-
|
|
28
|
-
if (
|
|
29
|
-
|
|
30
|
-
if (e === "
|
|
31
|
-
return "23";
|
|
32
|
-
if (e === "search")
|
|
33
|
-
return "f002";
|
|
34
|
-
if (e === "password")
|
|
35
|
-
return "f30d";
|
|
26
|
+
if (n === !0) return null;
|
|
27
|
+
if (l) return l;
|
|
28
|
+
if (e === "number") return "23";
|
|
29
|
+
if (e === "search") return "f002";
|
|
30
|
+
if (e === "password") return "f30d";
|
|
36
31
|
}, [n, l, e]), K = f(() => {
|
|
37
|
-
if (a)
|
|
38
|
-
|
|
39
|
-
if (e === "
|
|
40
|
-
|
|
41
|
-
if (e === "
|
|
42
|
-
return "Search";
|
|
43
|
-
if (e === "password")
|
|
44
|
-
return "Enter password";
|
|
45
|
-
if (e === "phone")
|
|
46
|
-
return "Enter phone number";
|
|
32
|
+
if (a) return a;
|
|
33
|
+
if (e === "number") return "Enter a number";
|
|
34
|
+
if (e === "search") return "Search";
|
|
35
|
+
if (e === "password") return "Enter password";
|
|
36
|
+
if (e === "phone") return "Enter phone number";
|
|
47
37
|
}, [a, e]), j = f(() => e === "phone" ? "number" : e, [e]), N = (t) => {
|
|
48
38
|
c == null || c(t);
|
|
49
39
|
}, b = (t) => {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TDataInitialType, TDataProviderProps } from './type';
|
|
3
|
-
declare const DataContext: import(
|
|
2
|
+
declare const DataContext: import('react').Context<TDataInitialType>;
|
|
4
3
|
declare const DataProvider: ({ children }: TDataProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export { DataProvider, DataContext };
|
|
6
5
|
//# sourceMappingURL=DataContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataContext.d.ts","sourceRoot":"","sources":["../../../../src/components/context/Data/DataContext.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataContext.d.ts","sourceRoot":"","sources":["../../../../src/components/context/Data/DataContext.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAO9D,QAAA,MAAM,WAAW,2CAA6B,CAAC;AAC/C,QAAA,MAAM,YAAY,GAAI,cAAc,kBAAkB,4CAQrD,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TThemeInitialType, TThemeProviderProps } from './type';
|
|
3
|
-
declare const ThemeContext: import(
|
|
2
|
+
declare const ThemeContext: import('react').Context<TThemeInitialType>;
|
|
4
3
|
declare const ThemeProvider: ({ children }: TThemeProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export { ThemeProvider, ThemeContext };
|
|
6
5
|
//# sourceMappingURL=ThemeContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../../../src/components/context/Theme/ThemeContext.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../../../src/components/context/Theme/ThemeContext.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAe,iBAAiB,EAAE,mBAAmB,EAA6C,MAAM,QAAQ,CAAC;AASxH,QAAA,MAAM,YAAY,4CAA8B,CAAC;AACjD,QAAA,MAAM,aAAa,GAAI,cAAc,mBAAmB,4CAmBvD,CAAC;AAEF,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
3
|
-
import { createContext as
|
|
2
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
3
|
+
import { createContext as u, useState as h, useEffect as a } from "react";
|
|
4
|
+
import "../../../utils/constants/commons.js";
|
|
4
5
|
import { win as o } from "../../../utils/helper/domHelper.js";
|
|
5
|
-
import {
|
|
6
|
+
import { defaultColor as d, defaultScheme as p } from "./type.js";
|
|
6
7
|
var c, l;
|
|
7
8
|
const r = {
|
|
8
|
-
themeScheme: ((c = o) == null ? void 0 : c.__themeScheme) ??
|
|
9
|
+
themeScheme: ((c = o) == null ? void 0 : c.__themeScheme) ?? p,
|
|
9
10
|
setThemeScheme: () => null,
|
|
10
|
-
themeColor: ((l = o) == null ? void 0 : l.__themeColor) ??
|
|
11
|
+
themeColor: ((l = o) == null ? void 0 : l.__themeColor) ?? d,
|
|
11
12
|
setThemeColor: () => null
|
|
12
|
-
}, x =
|
|
13
|
+
}, x = u(r), D = ({ children: s }) => {
|
|
13
14
|
const [n, C] = h(r.themeScheme), [f, _] = h(r.themeColor), S = (m) => {
|
|
14
15
|
var e, t;
|
|
15
16
|
return (t = (e = o) == null ? void 0 : e.__setPreferredThemeScheme) == null ? void 0 : t.call(e, m);
|
|
@@ -19,9 +20,9 @@ const r = {
|
|
|
19
20
|
};
|
|
20
21
|
return a(() => {
|
|
21
22
|
o && (o.__onThemeSchemeChange = C, o.__onThemeColorChange = _);
|
|
22
|
-
}, []), /* @__PURE__ */
|
|
23
|
+
}, []), /* @__PURE__ */ i(x.Provider, { value: { themeScheme: n, setThemeScheme: S, themeColor: f, setThemeColor: T }, children: s });
|
|
23
24
|
};
|
|
24
25
|
export {
|
|
25
26
|
x as ThemeContext,
|
|
26
|
-
|
|
27
|
+
D as ThemeProvider
|
|
27
28
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/context/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKlC,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/context/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKlC,eAAO,MAAM,SAAS,GAAI,cAAc,cAAc,4CAQrD,CAAC;AAEF,UAAU,cAAc;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAA;CACvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDebouncedEffect.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useDebouncedEffect.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,cAAc,EAAa,MAAM,OAAO,CAAC;AAElE,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"useDebouncedEffect.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useDebouncedEffect.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,cAAc,EAAa,MAAM,OAAO,CAAC;AAElE,eAAO,MAAM,kBAAkB,GAAI,QAAQ,cAAc,EAAE,MAAM,cAAc,EAAE,OAAO,MAAM,SAK7F,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TStateHook } from './type';
|
|
2
|
-
export declare const usePersistingState: <T>(key: string, initialState?: T
|
|
2
|
+
export declare const usePersistingState: <T>(key: string, initialState?: T) => TStateHook<T>;
|
|
3
3
|
//# sourceMappingURL=usePersistingState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePersistingState.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/usePersistingState.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"usePersistingState.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/usePersistingState.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,eAAO,MAAM,kBAAkB,GAAI,CAAC,EAAE,KAAK,MAAM,EAAE,eAAe,CAAC,KAAG,UAAU,CAAC,CAAC,CAUjF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/ImageEditor/ImageEditor.tsx"],"names":[],"mappings":"AASA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG5C,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"ImageEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/ImageEditor/ImageEditor.tsx"],"names":[],"mappings":"AASA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG5C,eAAO,MAAM,WAAW,GAAI,OAAO,iBAAiB,mDA4EnD,CAAC"}
|
|
@@ -5,33 +5,32 @@ import A from "clsx";
|
|
|
5
5
|
import F from "react-easy-crop";
|
|
6
6
|
import { Icon as m } from "../../base/Icon/Icon.js";
|
|
7
7
|
import { Spinner as R } from "../../base/Spinner/Spinner.js";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import { readImageFile as $, getImageSize as _, getCroppedImg as q } from "../../../utils/helper/imageHelper.js";
|
|
9
|
+
/* empty css */
|
|
10
10
|
const S = 1, T = (x) => {
|
|
11
|
-
const { className: y, file:
|
|
11
|
+
const { className: y, file: i, clearFile: a, minImageSize: r, cropShape: k = "round", aspect: z = 1, zoomSpeed: v = 1, onChange: w } = x, [d, l] = t(), [E, p] = t(!0), [L, g] = t(S), [M, f] = t({ x: 0, y: 0 }), [C, c] = t(0), [N, u] = t(), P = A(
|
|
12
12
|
"xtrImageEditor",
|
|
13
13
|
y
|
|
14
14
|
), Z = async () => {
|
|
15
15
|
try {
|
|
16
|
-
const e = await
|
|
16
|
+
const e = await q(d, N, C);
|
|
17
17
|
e && w(e);
|
|
18
18
|
} catch (e) {
|
|
19
19
|
console.error(e);
|
|
20
20
|
}
|
|
21
21
|
n();
|
|
22
22
|
}, n = b(() => {
|
|
23
|
-
l(void 0), f({ x: 0, y: 0 }), g(S), c(0), u(void 0),
|
|
24
|
-
}, [
|
|
23
|
+
l(void 0), f({ x: 0, y: 0 }), g(S), c(0), u(void 0), a == null || a(), p(!0);
|
|
24
|
+
}, [a]);
|
|
25
25
|
return j(() => {
|
|
26
26
|
(async () => {
|
|
27
|
-
if (!
|
|
28
|
-
|
|
29
|
-
const s = await _(a), h = await q(s);
|
|
27
|
+
if (!i) return;
|
|
28
|
+
const s = await $(i), h = await _(s);
|
|
30
29
|
if (r && Math.min(h.width, h.height) < r)
|
|
31
30
|
return n(), console.log(`Image should be at least ${r}x${r}`);
|
|
32
31
|
l(s);
|
|
33
32
|
})();
|
|
34
|
-
}, [n,
|
|
33
|
+
}, [n, i, r]), i ? /* @__PURE__ */ I("div", { className: P, children: [
|
|
35
34
|
/* @__PURE__ */ o(
|
|
36
35
|
F,
|
|
37
36
|
{
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TNavigationProps } from './types';
|
|
3
|
-
export declare const Navigation: import(
|
|
2
|
+
export declare const Navigation: import('react').ForwardRefExoticComponent<TNavigationProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
4
3
|
//# sourceMappingURL=Navigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Navigation/Navigation.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Navigation/Navigation.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,eAAO,MAAM,UAAU,6GAmDrB,CAAC"}
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
const
|
|
2
|
-
navigation:
|
|
3
|
-
brand:
|
|
4
|
-
routeList:
|
|
5
|
-
route:
|
|
6
|
-
icon:
|
|
1
|
+
const t = "_navigation_1vrjr_1", r = "_brand_1vrjr_10", o = "_routeList_1vrjr_19", n = "_route_1vrjr_19", _ = "_icon_1vrjr_52", a = "_label_1vrjr_59", i = "_loading_1vrjr_79", c = "_active_1vrjr_98", e = {
|
|
2
|
+
navigation: t,
|
|
3
|
+
brand: r,
|
|
4
|
+
routeList: o,
|
|
5
|
+
route: n,
|
|
6
|
+
icon: _,
|
|
7
7
|
label: a,
|
|
8
|
-
loading:
|
|
9
|
-
barberPole: i,
|
|
8
|
+
loading: i,
|
|
10
9
|
active: c
|
|
11
10
|
};
|
|
12
11
|
export {
|
|
13
12
|
c as active,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
n as icon,
|
|
13
|
+
r as brand,
|
|
14
|
+
e as default,
|
|
15
|
+
_ as icon,
|
|
18
16
|
a as label,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
i as loading,
|
|
18
|
+
t as navigation,
|
|
19
|
+
n as route,
|
|
20
|
+
o as routeList
|
|
23
21
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SchemeSwitch.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/SchemeSwitch/SchemeSwitch.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,eAAO,MAAM,YAAY,kHAyBvB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as S, useMemo as m } from "react";
|
|
4
|
+
import { Button as y } from "../../base/Button/Button.js";
|
|
5
|
+
import { useXTheme as T } from "../../context/useContext.js";
|
|
6
|
+
import { THEME_SCHEME as o } from "../../../utils/constants/commons.js";
|
|
7
|
+
const w = S((n, r) => {
|
|
8
|
+
const { className: c, withLabel: i = !1, type: s = "secondary", size: a = "default", iconType: h = "solid" } = n, { themeScheme: e, setThemeScheme: f } = T(), l = m(() => o[(o.findIndex((t) => t.name === e) + 1) % o.length], [e]), u = m(() => {
|
|
9
|
+
var t;
|
|
10
|
+
return ((t = o.find((d) => d.name === e)) == null ? void 0 : t.icon) ?? "";
|
|
11
|
+
}, [e]);
|
|
12
|
+
return /* @__PURE__ */ p(
|
|
13
|
+
y,
|
|
14
|
+
{
|
|
15
|
+
ref: r,
|
|
16
|
+
className: c,
|
|
17
|
+
type: s,
|
|
18
|
+
size: a,
|
|
19
|
+
icon: u,
|
|
20
|
+
iconType: h,
|
|
21
|
+
label: i ? `${e === "system" ? "auto" : e}` : void 0,
|
|
22
|
+
onClick: () => f(l.name)
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
});
|
|
26
|
+
w.displayName = "SchemeSwitch";
|
|
27
|
+
export {
|
|
28
|
+
w as SchemeSwitch
|
|
29
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EIconType } from '../../base/Icon/types';
|
|
2
|
+
import { EButtonSize, EButtonTypes } from '../../base/Button/types';
|
|
3
|
+
export type TSchemeSwitchProps = {
|
|
4
|
+
className?: string;
|
|
5
|
+
withLabel?: boolean;
|
|
6
|
+
type?: keyof typeof EButtonTypes;
|
|
7
|
+
size?: keyof typeof EButtonSize;
|
|
8
|
+
iconType?: keyof typeof EIconType;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/SchemeSwitch/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEpE,MAAM,MAAM,kBAAkB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,OAAO,YAAY,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,OAAO,SAAS,CAAC;CAClC,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TSiderProps } from './types';
|
|
3
|
-
export declare const Sider: import(
|
|
2
|
+
export declare const Sider: import('react').ForwardRefExoticComponent<TSiderProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
4
3
|
//# sourceMappingURL=Sider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sider.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Sider/Sider.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Sider.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Sider/Sider.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,eAAO,MAAM,KAAK,wGA4ChB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TSiderModalProps } from './types';
|
|
3
|
-
export declare const SiderModal: import(
|
|
2
|
+
export declare const SiderModal: import('react').ForwardRefExoticComponent<TSiderModalProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
4
3
|
//# sourceMappingURL=SiderModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SiderModal.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/SiderModal/SiderModal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SiderModal.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/SiderModal/SiderModal.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,eAAO,MAAM,UAAU,6GA6CrB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const ThemePicker: import("react").ForwardRefExoticComponent<TThemePickerProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
1
|
+
import { TThemePickerProps } from './types';
|
|
2
|
+
export declare const ThemePicker: import('react').ForwardRefExoticComponent<TThemePickerProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
4
3
|
//# sourceMappingURL=ThemePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/ThemePicker/ThemePicker.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ThemePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/ThemePicker/ThemePicker.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAqC,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE/E,eAAO,MAAM,WAAW,8GAuEtB,CAAC"}
|
|
@@ -1,76 +1,73 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as
|
|
3
|
-
import { forwardRef as
|
|
4
|
-
import
|
|
5
|
-
import { ActionCard as
|
|
6
|
-
import { Button as
|
|
7
|
-
import { Icon as
|
|
8
|
-
import {
|
|
9
|
-
import { useXTheme as
|
|
10
|
-
import {
|
|
2
|
+
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as T } from "react";
|
|
4
|
+
import c from "clsx";
|
|
5
|
+
import { ActionCard as C } from "../../base/ActionCard/ActionCard.js";
|
|
6
|
+
import { Button as k } from "../../base/Button/Button.js";
|
|
7
|
+
import { Icon as S } from "../../base/Icon/Icon.js";
|
|
8
|
+
import { EThemeColor as $ } from "../../context/Theme/type.js";
|
|
9
|
+
import { useXTheme as g } from "../../context/useContext.js";
|
|
10
|
+
import { THEME_SCHEME as u } from "../../../utils/constants/commons.js";
|
|
11
|
+
import { capitalizeFirstLetter as y } from "../../../utils/function/string.js";
|
|
11
12
|
import e from "./themePicker.module.scss.js";
|
|
12
|
-
import {
|
|
13
|
-
const
|
|
14
|
-
{
|
|
15
|
-
{ name: c.light, icon: "f185" },
|
|
16
|
-
{ name: c.dark, icon: "f6c3" }
|
|
17
|
-
], z = C((l, h) => {
|
|
18
|
-
const { className: n, size: i = "default" } = l, { themeScheme: t, setThemeScheme: d, themeColor: p, setThemeColor: f } = $(), N = a(
|
|
13
|
+
import { EThemePickerGap as x, EThemePickerSize as E } from "./types.js";
|
|
14
|
+
const P = T((a, l) => {
|
|
15
|
+
const { className: h, size: i = "default" } = a, { themeScheme: t, setThemeScheme: n, themeColor: d, setThemeColor: p } = g(), f = c(
|
|
19
16
|
e.themePicker,
|
|
20
|
-
|
|
17
|
+
h
|
|
21
18
|
);
|
|
22
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ m(
|
|
23
20
|
"div",
|
|
24
21
|
{
|
|
25
|
-
ref:
|
|
26
|
-
className:
|
|
22
|
+
ref: l,
|
|
23
|
+
className: f,
|
|
27
24
|
role: "region",
|
|
28
25
|
style: {
|
|
29
|
-
"--schemeSize": `${
|
|
30
|
-
"--schemeGap": `${
|
|
26
|
+
"--schemeSize": `${E[i]}px`,
|
|
27
|
+
"--schemeGap": `${x[i]}px`
|
|
31
28
|
},
|
|
32
29
|
children: [
|
|
33
|
-
/* @__PURE__ */
|
|
34
|
-
|
|
30
|
+
/* @__PURE__ */ o("div", { className: e.themeSchemes, role: "radiogroup", children: u.map(({ name: r, icon: s }, N) => /* @__PURE__ */ m(
|
|
31
|
+
C,
|
|
35
32
|
{
|
|
36
|
-
className:
|
|
37
|
-
onClick: () =>
|
|
33
|
+
className: c(e.themeSchemeItem, e[r], t === r && e.active),
|
|
34
|
+
onClick: () => n(r),
|
|
38
35
|
children: [
|
|
39
|
-
/* @__PURE__ */
|
|
40
|
-
/* @__PURE__ */
|
|
41
|
-
/* @__PURE__ */
|
|
42
|
-
/* @__PURE__ */
|
|
43
|
-
/* @__PURE__ */
|
|
36
|
+
/* @__PURE__ */ m("div", { className: e.design, children: [
|
|
37
|
+
/* @__PURE__ */ o("div", { className: e.navigation, children: Array.from({ length: 6 }, (I, v) => /* @__PURE__ */ o("div", { className: e.navigationItem }, `ThemeScheme-${r}-navigation-${v}`)) }),
|
|
38
|
+
/* @__PURE__ */ m("div", { className: e.content, children: [
|
|
39
|
+
/* @__PURE__ */ o("div", { className: e.header }),
|
|
40
|
+
/* @__PURE__ */ o("div", { className: e.profile })
|
|
44
41
|
] })
|
|
45
42
|
] }),
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
/* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */
|
|
43
|
+
/* @__PURE__ */ m("div", { className: e.footer, children: [
|
|
44
|
+
/* @__PURE__ */ o(S, { className: e.footerIcon, code: t === r ? "f058" : s, type: "solid" }),
|
|
45
|
+
/* @__PURE__ */ o("span", { className: e.footerLabel, children: r })
|
|
49
46
|
] })
|
|
50
47
|
]
|
|
51
48
|
},
|
|
52
|
-
`ThemeScheme-${
|
|
49
|
+
`ThemeScheme-${r}-${N}`
|
|
53
50
|
)) }),
|
|
54
|
-
/* @__PURE__ */
|
|
55
|
-
|
|
51
|
+
/* @__PURE__ */ o("div", { className: e.themeColors, role: "radiogroup", children: Object.keys($).map((r, s) => /* @__PURE__ */ o(
|
|
52
|
+
k,
|
|
56
53
|
{
|
|
57
54
|
className: e.themeColorsItem,
|
|
58
55
|
size: i,
|
|
59
56
|
icon: "f00c",
|
|
60
57
|
iconType: "solid",
|
|
61
58
|
style: {
|
|
62
|
-
"--themeColor": `var(--color${
|
|
63
|
-
color:
|
|
59
|
+
"--themeColor": `var(--color${y(r)}Accent)`,
|
|
60
|
+
color: d === r ? "white" : "transparent"
|
|
64
61
|
},
|
|
65
|
-
onClick: () =>
|
|
62
|
+
onClick: () => p(r)
|
|
66
63
|
},
|
|
67
|
-
`ThemeColor-${
|
|
64
|
+
`ThemeColor-${r}-${s}`
|
|
68
65
|
)) })
|
|
69
66
|
]
|
|
70
67
|
}
|
|
71
68
|
);
|
|
72
69
|
});
|
|
73
|
-
|
|
70
|
+
P.displayName = "ThemePicker";
|
|
74
71
|
export {
|
|
75
|
-
|
|
72
|
+
P as ThemePicker
|
|
76
73
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/ThemePicker/types.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC3B,IAAI,MAAM;IACV,OAAO,MAAM;IACb,KAAK,MAAM;CACX;AAED,oBAAY,eAAe;IAC1B,IAAI,KAAK;IACT,OAAO,KAAK;IACZ,KAAK,KAAK;CACV;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,OAAO,gBAAgB,CAAC;CACrC,CAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -33,7 +33,9 @@ export { type TSiderModalProps } from './components/layout/SiderModal/types';
|
|
|
33
33
|
export { Navigation } from './components/layout/Navigation/Navigation';
|
|
34
34
|
export { type TNavigationProps, type TNavigationRoute } from './components/layout/Navigation/types';
|
|
35
35
|
export { ThemePicker } from './components/layout/ThemePicker/ThemePicker';
|
|
36
|
-
export { type TThemePickerProps } from './components/layout/ThemePicker/
|
|
36
|
+
export { type TThemePickerProps } from './components/layout/ThemePicker/types';
|
|
37
|
+
export { SchemeSwitch } from './components/layout/SchemeSwitch/SchemeSwitch';
|
|
38
|
+
export { type TSchemeSwitchProps } from './components/layout/SchemeSwitch/types';
|
|
37
39
|
export { ImageEditor } from './components/layout/ImageEditor/ImageEditor';
|
|
38
40
|
export { type TImageEditorProps } from './components/layout/ImageEditor/types';
|
|
39
41
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAE7B,cAAc,cAAc,CAAC;AAG7B,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGtE,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAO,EAAE,KAAK,gBAAgB,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AAG5F,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAGhF,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAGjF,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AACnD,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAG1F,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAGhF,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAG7E,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAC5D,OAAO,EAAE,KAAK,aAAa,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAGnF,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAGzE,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,UAAU,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAG9G,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,iBAAiB,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAGnH,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAGnE,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,YAAY,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAGvC,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AACxD,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAGrF,OAAO,EAAE,UAAU,EAAE,MAAM,2CAA2C,CAAC;AACvE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAG7E,OAAO,EAAE,UAAU,EAAE,MAAM,2CAA2C,CAAC;AACvE,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAGpG,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAE7B,cAAc,cAAc,CAAC;AAG7B,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGtE,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAO,EAAE,KAAK,gBAAgB,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AAG5F,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAGhF,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAGjF,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AACnD,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAG1F,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAGhF,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAG7E,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAC5D,OAAO,EAAE,KAAK,aAAa,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAGnF,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAGzE,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,UAAU,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAG9G,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,iBAAiB,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAGnH,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAGnE,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,YAAY,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAGvC,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AACxD,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAGrF,OAAO,EAAE,UAAU,EAAE,MAAM,2CAA2C,CAAC;AACvE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAG7E,OAAO,EAAE,UAAU,EAAE,MAAM,2CAA2C,CAAC;AACvE,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAGpG,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAG/E,OAAO,EAAE,YAAY,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAGjF,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,uCAAuC,CAAC"}
|