xtreme-ui 0.0.71 → 0.0.73
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/README.md +21 -3
- package/dist/components/base/ActionCard/actionCard.module.scss.js +6 -7
- package/dist/components/base/ActionCard/types.js +0 -1
- package/dist/components/base/Avatar/avatar.module.scss.js +9 -10
- package/dist/components/base/Avatar/types.js +0 -1
- package/dist/components/base/Button/button.module.scss.js +16 -17
- package/dist/components/base/Button/types.js +0 -1
- package/dist/components/base/ColorPicker/colorPicker.module.scss.js +4 -5
- package/dist/components/base/ColorPopper/ColorPopper.d.ts.map +1 -0
- package/dist/components/{layout → base}/ColorPopper/ColorPopper.js +27 -27
- package/dist/components/base/ColorPopper/colorPopper.module.scss.js +11 -0
- package/dist/components/base/ColorPopper/types.d.ts.map +1 -0
- package/dist/components/base/DatePicker/DatePicker.d.ts +3 -0
- package/dist/components/base/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/base/DatePicker/DatePicker.js +58 -0
- package/dist/components/base/DatePicker/datePicker.scss.js +1 -0
- package/dist/components/base/DatePicker/types.d.ts +25 -0
- package/dist/components/base/DatePicker/types.d.ts.map +1 -0
- package/dist/components/base/DatePicker/types.js +4 -0
- package/dist/components/base/Icon/icon.module.scss.js +6 -7
- package/dist/components/base/Icon/types.js +0 -1
- package/dist/components/base/Lottie/lottie.module.scss.js +4 -5
- package/dist/components/base/Lottie/types.js +0 -1
- package/dist/components/base/ProgressBar/progressbar.module.scss.js +5 -6
- package/dist/components/base/Select/Select.d.ts +3 -0
- package/dist/components/base/Select/Select.d.ts.map +1 -0
- package/dist/components/base/Select/Select.js +43 -0
- package/dist/components/base/Select/select.scss.js +1 -0
- package/dist/components/base/Select/types.d.ts +22 -0
- package/dist/components/base/Select/types.d.ts.map +1 -0
- package/dist/components/base/Select/types.js +4 -0
- package/dist/components/base/Spinner/spinner.module.scss.js +0 -1
- package/dist/components/base/Spinner/types.js +0 -1
- package/dist/components/base/Textfield/Textfield.js +9 -9
- package/dist/components/base/Textfield/textfield.module.scss.js +17 -18
- package/dist/components/context/Theme/type.js +4 -5
- package/dist/components/context/useContext.js +3 -4
- package/dist/components/layout/Navigation/navigation.module.scss.js +0 -1
- package/dist/components/layout/Sider/sider.module.scss.js +0 -1
- package/dist/components/layout/Sider/types.js +0 -1
- package/dist/components/layout/SiderModal/siderModal.module.scss.js +6 -7
- package/dist/components/layout/ThemePicker/themePicker.module.scss.js +30 -31
- package/dist/components/layout/ThemePicker/type.js +0 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +40 -33
- package/dist/style.css +1 -1
- package/dist/styles/index.scss.js +1 -1
- package/dist/utils/constants/commons.js +0 -1
- package/dist/utils/function/localStorage.js +6 -7
- package/dist/utils/function/mergeRefs.js +4 -5
- package/dist/utils/function/string.js +2 -3
- package/dist/utils/helper/domHelper.js +0 -1
- package/dist/utils/helper/themeController.d.ts +1 -1
- package/dist/utils/helper/themeController.d.ts.map +1 -1
- package/dist/utils/helper/themeController.js +44 -45
- package/package.json +46 -41
- package/dist/components/layout/ColorPopper/ColorPopper.d.ts.map +0 -1
- package/dist/components/layout/ColorPopper/colorPopper.module.scss.js +0 -12
- package/dist/components/layout/ColorPopper/types.d.ts.map +0 -1
- /package/dist/components/{layout → base}/ColorPopper/ColorPopper.d.ts +0 -0
- /package/dist/components/{layout → base}/ColorPopper/types.d.ts +0 -0
|
@@ -13,9 +13,9 @@ const L = v((g, T) => {
|
|
|
13
13
|
placeholder: a,
|
|
14
14
|
autoComplete: m = "off",
|
|
15
15
|
autoFocus: d,
|
|
16
|
-
icon:
|
|
16
|
+
icon: l,
|
|
17
17
|
iconType: E = "regular",
|
|
18
|
-
value:
|
|
18
|
+
value: s,
|
|
19
19
|
onChange: h,
|
|
20
20
|
onFocus: x,
|
|
21
21
|
onBlur: y,
|
|
@@ -25,15 +25,15 @@ const L = v((g, T) => {
|
|
|
25
25
|
} = g, p = f(() => {
|
|
26
26
|
if (n === !0)
|
|
27
27
|
return null;
|
|
28
|
-
if (
|
|
29
|
-
return
|
|
28
|
+
if (l)
|
|
29
|
+
return l;
|
|
30
30
|
if (e === "number")
|
|
31
31
|
return "23";
|
|
32
32
|
if (e === "search")
|
|
33
33
|
return "f002";
|
|
34
34
|
if (e === "password")
|
|
35
35
|
return "f30d";
|
|
36
|
-
}, [n,
|
|
36
|
+
}, [n, l, e]), K = f(() => {
|
|
37
37
|
if (a)
|
|
38
38
|
return a;
|
|
39
39
|
if (e === "number")
|
|
@@ -52,7 +52,7 @@ const L = v((g, T) => {
|
|
|
52
52
|
r.textfield,
|
|
53
53
|
p && r.withIcon,
|
|
54
54
|
n && r.textarea,
|
|
55
|
-
|
|
55
|
+
s && r.hasValue,
|
|
56
56
|
e === "phone" && r.phone,
|
|
57
57
|
C
|
|
58
58
|
);
|
|
@@ -75,7 +75,7 @@ const L = v((g, T) => {
|
|
|
75
75
|
className: r.input,
|
|
76
76
|
autoFocus: d,
|
|
77
77
|
autoComplete: m,
|
|
78
|
-
value:
|
|
78
|
+
value: s,
|
|
79
79
|
onChange: h,
|
|
80
80
|
onFocus: x,
|
|
81
81
|
onBlur: y,
|
|
@@ -89,7 +89,7 @@ const L = v((g, T) => {
|
|
|
89
89
|
type: j,
|
|
90
90
|
autoFocus: d,
|
|
91
91
|
autoComplete: m,
|
|
92
|
-
value:
|
|
92
|
+
value: s,
|
|
93
93
|
onChange: h,
|
|
94
94
|
onFocus: x,
|
|
95
95
|
onBlur: y,
|
|
@@ -97,7 +97,7 @@ const L = v((g, T) => {
|
|
|
97
97
|
onKeyDown: b
|
|
98
98
|
}
|
|
99
99
|
),
|
|
100
|
-
/* @__PURE__ */ o("
|
|
100
|
+
/* @__PURE__ */ o("label", { className: r.placeholder, children: K })
|
|
101
101
|
]
|
|
102
102
|
}
|
|
103
103
|
);
|
|
@@ -1,24 +1,23 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
phone: a,
|
|
1
|
+
const n = "_textfield_1i83n_1", t = "_icon_1i83n_29", e = "_dialCode_1i83n_39", _ = "_input_1i83n_60", o = "_placeholder_1i83n_79", i = "_withIcon_1i83n_93", a = "_textarea_1i83n_103", c = "_phone_1i83n_113", l = "_hasValue_1i83n_119", s = {
|
|
2
|
+
textfield: n,
|
|
3
|
+
icon: t,
|
|
4
|
+
dialCode: e,
|
|
5
|
+
input: _,
|
|
6
|
+
placeholder: o,
|
|
7
|
+
withIcon: i,
|
|
8
|
+
textarea: a,
|
|
9
|
+
phone: c,
|
|
11
10
|
hasValue: l
|
|
12
11
|
};
|
|
13
12
|
export {
|
|
14
13
|
s as default,
|
|
15
|
-
|
|
14
|
+
e as dialCode,
|
|
16
15
|
l as hasValue,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
16
|
+
t as icon,
|
|
17
|
+
_ as input,
|
|
18
|
+
c as phone,
|
|
19
|
+
o as placeholder,
|
|
20
|
+
a as textarea,
|
|
21
|
+
n as textfield,
|
|
22
|
+
i as withIcon
|
|
24
23
|
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
"
|
|
2
|
-
var n = /* @__PURE__ */ ((t) => (t.light = "light", t.dark = "dark", t.system = "system", t))(n || {});
|
|
1
|
+
var a = /* @__PURE__ */ ((t) => (t.light = "light", t.dark = "dark", t.system = "system", t))(a || {});
|
|
3
2
|
const r = "system";
|
|
4
|
-
var
|
|
3
|
+
var n = /* @__PURE__ */ ((t) => (t.red = "red", t.pink = "pink", t.orange = "orange", t.green = "green", t.blue = "blue", t.violet = "violet", t.black = "black", t))(n || {});
|
|
5
4
|
const s = "violet";
|
|
6
5
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
n as EThemeColor,
|
|
7
|
+
a as EThemeScheme,
|
|
9
8
|
s as defaultColor,
|
|
10
9
|
r as defaultScheme
|
|
11
10
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
import { useContext as t } from "react";
|
|
3
|
-
import { DataContext as
|
|
4
|
-
import { ThemeContext as
|
|
5
|
-
const s = () => t(
|
|
2
|
+
import { DataContext as o } from "./Data/DataContext.js";
|
|
3
|
+
import { ThemeContext as e } from "./Theme/ThemeContext.js";
|
|
4
|
+
const s = () => t(o), a = () => t(e);
|
|
6
5
|
export {
|
|
7
6
|
s as useXData,
|
|
8
7
|
a as useXTheme
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
const r = "_navigation_1vrjr_1", o = "_brand_1vrjr_10", t = "_routeList_1vrjr_19", _ = "_route_1vrjr_19", n = "_icon_1vrjr_52", a = "_label_1vrjr_59", e = "_loading_1vrjr_79", i = "_barberPole_1vrjr_1", c = "_active_1vrjr_98", s = {
|
|
3
2
|
navigation: r,
|
|
4
3
|
brand: o,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
const e = "_sider_1dq8m_1", i = "_leftSiderContainer_1dq8m_13", t = "_rightSiderContainer_1dq8m_21", n = "_content_1dq8m_29", r = "_miniLeftSider_1dq8m_39", d = "_miniRightSider_1dq8m_46", _ = "_leftOpen_1dq8m_53", o = "_rightOpen_1dq8m_66", s = {
|
|
3
2
|
sider: e,
|
|
4
3
|
leftSiderContainer: i,
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
"
|
|
2
|
-
const o = "_siderModal_3x26c_1", c = "_header_3x26c_8", t = "_back_3x26c_16", _ = "_icon_3x26c_21", e = "_title_3x26c_21", s = "_footer_3x26c_28", d = "_body_3x26c_37", n = {
|
|
1
|
+
const o = "_siderModal_3x26c_1", c = "_header_3x26c_8", _ = "_back_3x26c_16", t = "_icon_3x26c_21", e = "_title_3x26c_21", s = "_footer_3x26c_28", d = "_body_3x26c_37", a = {
|
|
3
2
|
siderModal: o,
|
|
4
3
|
header: c,
|
|
5
|
-
back:
|
|
6
|
-
icon:
|
|
4
|
+
back: _,
|
|
5
|
+
icon: t,
|
|
7
6
|
title: e,
|
|
8
7
|
footer: s,
|
|
9
8
|
body: d
|
|
10
9
|
};
|
|
11
10
|
export {
|
|
12
|
-
|
|
11
|
+
_ as back,
|
|
13
12
|
d as body,
|
|
14
|
-
|
|
13
|
+
a as default,
|
|
15
14
|
s as footer,
|
|
16
15
|
c as header,
|
|
17
|
-
|
|
16
|
+
t as icon,
|
|
18
17
|
o as siderModal,
|
|
19
18
|
e as title
|
|
20
19
|
};
|
|
@@ -1,40 +1,39 @@
|
|
|
1
|
-
"
|
|
2
|
-
const e = "_themePicker_18b3g_1", t = "_themeSchemes_18b3g_11", o = "_themeSchemeItem_18b3g_18", _ = "_system_18b3g_30", n = "_light_18b3g_51", c = "_dark_18b3g_60", s = "_design_18b3g_69", g = "_navigation_18b3g_77", i = "_navigationItem_18b3g_89", m = "_content_18b3g_102", a = "_header_18b3g_112", r = "_profile_18b3g_141", h = "_footer_18b3g_164", b = "_footerIcon_18b3g_175", l = "_footerLabel_18b3g_180", f = "_active_18b3g_191", d = "_themeColors_18b3g_203", v = {
|
|
1
|
+
const e = "_themePicker_71mms_1", t = "_themeSchemes_71mms_11", m = "_themeSchemeItem_71mms_18", o = "_system_71mms_30", s = "_light_71mms_51", _ = "_dark_71mms_60", n = "_design_71mms_69", c = "_navigation_71mms_77", i = "_navigationItem_71mms_89", a = "_content_71mms_102", r = "_header_71mms_112", h = "_profile_71mms_141", l = "_footer_71mms_164", f = "_footerIcon_71mms_175", g = "_footerLabel_71mms_180", d = "_active_71mms_191", v = "_themeColors_71mms_203", I = {
|
|
3
2
|
themePicker: e,
|
|
4
3
|
themeSchemes: t,
|
|
5
|
-
themeSchemeItem:
|
|
6
|
-
system:
|
|
7
|
-
light:
|
|
8
|
-
dark:
|
|
9
|
-
design:
|
|
10
|
-
navigation:
|
|
4
|
+
themeSchemeItem: m,
|
|
5
|
+
system: o,
|
|
6
|
+
light: s,
|
|
7
|
+
dark: _,
|
|
8
|
+
design: n,
|
|
9
|
+
navigation: c,
|
|
11
10
|
navigationItem: i,
|
|
12
|
-
content:
|
|
13
|
-
header:
|
|
14
|
-
profile:
|
|
15
|
-
footer:
|
|
16
|
-
footerIcon:
|
|
17
|
-
footerLabel:
|
|
18
|
-
active:
|
|
19
|
-
themeColors:
|
|
11
|
+
content: a,
|
|
12
|
+
header: r,
|
|
13
|
+
profile: h,
|
|
14
|
+
footer: l,
|
|
15
|
+
footerIcon: f,
|
|
16
|
+
footerLabel: g,
|
|
17
|
+
active: d,
|
|
18
|
+
themeColors: v
|
|
20
19
|
};
|
|
21
20
|
export {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
21
|
+
d as active,
|
|
22
|
+
a as content,
|
|
23
|
+
_ as dark,
|
|
24
|
+
I as default,
|
|
25
|
+
n as design,
|
|
26
|
+
l as footer,
|
|
27
|
+
f as footerIcon,
|
|
28
|
+
g as footerLabel,
|
|
29
|
+
r as header,
|
|
30
|
+
s as light,
|
|
31
|
+
c as navigation,
|
|
33
32
|
i as navigationItem,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
33
|
+
h as profile,
|
|
34
|
+
o as system,
|
|
35
|
+
v as themeColors,
|
|
37
36
|
e as themePicker,
|
|
38
|
-
|
|
37
|
+
m as themeSchemeItem,
|
|
39
38
|
t as themeSchemes
|
|
40
39
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
var t = /* @__PURE__ */ ((l) => (l[l.mini = 128] = "mini", l[l.default = 180] = "default", l[l.large = 254] = "large", l))(t || {}), n = /* @__PURE__ */ ((l) => (l[l.mini = 16] = "mini", l[l.default = 24] = "default", l[l.large = 36] = "large", l))(n || {});
|
|
3
2
|
export {
|
|
4
3
|
n as EThemePickerGap,
|
package/dist/index.d.ts
CHANGED
|
@@ -17,8 +17,12 @@ export { Spinner } from './components/base/Spinner/Spinner';
|
|
|
17
17
|
export { type ISpinnerProps, ESpinnerSize } from './components/base/Spinner/types';
|
|
18
18
|
export { Textfield } from './components/base/Textfield/Textfield';
|
|
19
19
|
export { type TTextfieldProps } from './components/base/Textfield/types';
|
|
20
|
-
export {
|
|
21
|
-
export { type
|
|
20
|
+
export { DatePicker } from './components/base/DatePicker/DatePicker';
|
|
21
|
+
export { type TDatePickerProps, type TDateValue, EDatePickerTypes } from './components/base/DatePicker/types';
|
|
22
|
+
export { Select } from './components/base/Select/Select';
|
|
23
|
+
export { type TSelectProps, ESelectTypes } from './components/base/Select/types';
|
|
24
|
+
export { ColorPopper } from './components/base/ColorPopper/ColorPopper';
|
|
25
|
+
export { type TColorPopperProps } from './components/base/ColorPopper/types';
|
|
22
26
|
export type { AnyColor } from 'colord';
|
|
23
27
|
export { Sider } from './components/layout/Sider/Sider';
|
|
24
28
|
export { type TSiderProps, type TSiderModes } from './components/layout/Sider/types';
|
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,WAAW,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,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAGjF,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,sCAAsC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
import "./styles/index.scss.js";
|
|
3
2
|
import { STORAGE as t } from "./utils/constants/commons.js";
|
|
4
|
-
import { getLocalState as m, setLocalState as
|
|
5
|
-
import { mergeRefs as
|
|
3
|
+
import { getLocalState as m, setLocalState as f } from "./utils/function/localStorage.js";
|
|
4
|
+
import { mergeRefs as i } from "./utils/function/mergeRefs.js";
|
|
6
5
|
import { capitalizeFirstLetter as a, safeStringFromCodePoint as n, unicodeToString as S } from "./utils/function/string.js";
|
|
7
|
-
import { doc as
|
|
6
|
+
import { doc as l, elementObserver as P, getCssProperty as C, getCssPropertyPx as d, getCssPropertyVh as g, getCssPropertyVw as E, isClient as y, localStore as T, setCssProperty as z, waitForElement as u, win as v } from "./utils/helper/domHelper.js";
|
|
8
7
|
import { themeController as L } from "./utils/helper/themeController.js";
|
|
9
|
-
import { XProvider as
|
|
10
|
-
import { useXData as
|
|
11
|
-
import { ActionCard as
|
|
12
|
-
import { EActionCardSize as
|
|
13
|
-
import { Avatar as
|
|
8
|
+
import { XProvider as k } from "./components/context/index.js";
|
|
9
|
+
import { useXData as B, useXTheme as D } from "./components/context/useContext.js";
|
|
10
|
+
import { ActionCard as X } from "./components/base/ActionCard/ActionCard.js";
|
|
11
|
+
import { EActionCardSize as O } from "./components/base/ActionCard/types.js";
|
|
12
|
+
import { Avatar as V } from "./components/base/Avatar/Avatar.js";
|
|
14
13
|
import { EAvatarSize as G } from "./components/base/Avatar/types.js";
|
|
15
14
|
import { Button as N } from "./components/base/Button/Button.js";
|
|
16
15
|
import { EButtonTypes as q } from "./components/base/Button/types.js";
|
|
@@ -22,51 +21,59 @@ import { ProgressBar as $ } from "./components/base/ProgressBar/ProgressBar.js";
|
|
|
22
21
|
import { Spinner as er } from "./components/base/Spinner/Spinner.js";
|
|
23
22
|
import { ESpinnerSize as tr } from "./components/base/Spinner/types.js";
|
|
24
23
|
import { Textfield as mr } from "./components/base/Textfield/Textfield.js";
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
24
|
+
import { DatePicker as xr } from "./components/base/DatePicker/DatePicker.js";
|
|
25
|
+
import { EDatePickerTypes as sr } from "./components/base/DatePicker/types.js";
|
|
26
|
+
import { Select as nr } from "./components/base/Select/Select.js";
|
|
27
|
+
import { ESelectTypes as cr } from "./components/base/Select/types.js";
|
|
28
|
+
import { ColorPopper as Pr } from "./components/base/ColorPopper/ColorPopper.js";
|
|
29
|
+
import { Sider as dr } from "./components/layout/Sider/Sider.js";
|
|
30
|
+
import { SiderModal as Er } from "./components/layout/SiderModal/SiderModal.js";
|
|
31
|
+
import { Navigation as Tr } from "./components/layout/Navigation/Navigation.js";
|
|
32
|
+
import { ThemePicker as ur } from "./components/layout/ThemePicker/ThemePicker.js";
|
|
30
33
|
export {
|
|
31
|
-
|
|
32
|
-
|
|
34
|
+
X as ActionCard,
|
|
35
|
+
V as Avatar,
|
|
33
36
|
N as Button,
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
Pr as ColorPopper,
|
|
38
|
+
xr as DatePicker,
|
|
39
|
+
O as EActionCardSize,
|
|
36
40
|
G as EAvatarSize,
|
|
37
41
|
q as EButtonTypes,
|
|
42
|
+
sr as EDatePickerTypes,
|
|
38
43
|
Q as EIconSize,
|
|
39
44
|
Z as ELottieSize,
|
|
45
|
+
cr as ESelectTypes,
|
|
40
46
|
tr as ESpinnerSize,
|
|
41
47
|
J as Icon,
|
|
42
48
|
W as Lottie,
|
|
43
|
-
|
|
49
|
+
Tr as Navigation,
|
|
44
50
|
$ as ProgressBar,
|
|
45
51
|
t as STORAGE,
|
|
46
|
-
|
|
47
|
-
|
|
52
|
+
nr as Select,
|
|
53
|
+
dr as Sider,
|
|
54
|
+
Er as SiderModal,
|
|
48
55
|
er as Spinner,
|
|
49
56
|
mr as Textfield,
|
|
50
|
-
|
|
51
|
-
|
|
57
|
+
ur as ThemePicker,
|
|
58
|
+
k as XProvider,
|
|
52
59
|
a as capitalizeFirstLetter,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
60
|
+
l as doc,
|
|
61
|
+
P as elementObserver,
|
|
62
|
+
C as getCssProperty,
|
|
56
63
|
d as getCssPropertyPx,
|
|
57
64
|
g as getCssPropertyVh,
|
|
58
65
|
E as getCssPropertyVw,
|
|
59
66
|
m as getLocalState,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
67
|
+
y as isClient,
|
|
68
|
+
T as localStore,
|
|
69
|
+
i as mergeRefs,
|
|
63
70
|
n as safeStringFromCodePoint,
|
|
64
71
|
z as setCssProperty,
|
|
65
|
-
|
|
72
|
+
f as setLocalState,
|
|
66
73
|
L as themeController,
|
|
67
74
|
S as unicodeToString,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
75
|
+
B as useXData,
|
|
76
|
+
D as useXTheme,
|
|
77
|
+
u as waitForElement,
|
|
71
78
|
v as win
|
|
72
79
|
};
|