@sytechui/theme 3.0.2 → 3.0.3
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/animations/index.d.mts +132 -0
- package/dist/animations/index.d.ts +132 -0
- package/dist/{chunk-AGSAOCCR.mjs → chunk-4LAQM2VM.mjs} +1 -1
- package/dist/{chunk-MTBQ5EO5.mjs → chunk-AAPQ76Q7.mjs} +1 -1
- package/dist/{chunk-WH4ODSEM.mjs → chunk-APF6RSVD.mjs} +1 -1
- package/dist/{chunk-PY74IHS4.mjs → chunk-ATGLNP24.mjs} +1 -1
- package/dist/{chunk-47BB6GL3.mjs → chunk-D2TQCDY4.mjs} +1 -1
- package/dist/{chunk-ECD4ABCS.mjs → chunk-DFZLOLJU.mjs} +1 -1
- package/dist/{chunk-AL5UNXQI.mjs → chunk-EIZCYQZJ.mjs} +1 -1
- package/dist/{chunk-ZWG2GMCI.mjs → chunk-FPG5J5ZJ.mjs} +1 -1
- package/dist/{chunk-CV2E4DI2.mjs → chunk-FUQEL335.mjs} +4 -4
- package/dist/{chunk-EZ47UJPD.mjs → chunk-HF2LJVZX.mjs} +1 -1
- package/dist/{chunk-7ARJ2TQM.mjs → chunk-HFD73SWH.mjs} +1 -1
- package/dist/{chunk-USGOG5QI.mjs → chunk-IFDUGF3P.mjs} +1 -1
- package/dist/{chunk-KKEJLP4U.mjs → chunk-IURX3VEE.mjs} +1 -1
- package/dist/{chunk-BF4542X6.mjs → chunk-IVAVJ7ZU.mjs} +1 -1
- package/dist/{chunk-2QZDAFQ3.mjs → chunk-L26ZWPVZ.mjs} +1 -1
- package/dist/{chunk-OSP4OLTO.mjs → chunk-M4FWEMJZ.mjs} +1 -1
- package/dist/{chunk-4N2PLITL.mjs → chunk-OC45BUIA.mjs} +1 -1
- package/dist/{chunk-5DJU5KUL.mjs → chunk-QQZDCYMA.mjs} +1 -1
- package/dist/{chunk-P5HLCB43.mjs → chunk-U4D7XSGV.mjs} +1 -1
- package/dist/{chunk-I5YZBAB3.mjs → chunk-UL4VFH3Z.mjs} +1 -1
- package/dist/{chunk-W37Q6YFS.mjs → chunk-XV7LJG6E.mjs} +1 -1
- package/dist/{chunk-XBJNS5SU.mjs → chunk-XWHXIFLL.mjs} +1 -1
- package/dist/{chunk-2TFOWOJL.mjs → chunk-Z2UCLPEC.mjs} +4 -4
- package/dist/colors/blue.d.mts +14 -0
- package/dist/colors/blue.d.ts +14 -0
- package/dist/colors/common.d.mts +103 -0
- package/dist/colors/common.d.ts +103 -0
- package/dist/colors/cyan.d.mts +14 -0
- package/dist/colors/cyan.d.ts +14 -0
- package/dist/colors/green.d.mts +14 -0
- package/dist/colors/green.d.ts +14 -0
- package/dist/colors/index.d.mts +109 -0
- package/dist/colors/index.d.ts +109 -0
- package/dist/colors/pink.d.mts +14 -0
- package/dist/colors/pink.d.ts +14 -0
- package/dist/colors/purple.d.mts +14 -0
- package/dist/colors/purple.d.ts +14 -0
- package/dist/colors/red.d.mts +14 -0
- package/dist/colors/red.d.ts +14 -0
- package/dist/colors/semantic.d.mts +10 -0
- package/dist/colors/semantic.d.ts +10 -0
- package/dist/colors/types.d.mts +39 -0
- package/dist/colors/types.d.ts +39 -0
- package/dist/colors/yellow.d.mts +14 -0
- package/dist/colors/yellow.d.ts +14 -0
- package/dist/colors/zinc.d.mts +14 -0
- package/dist/colors/zinc.d.ts +14 -0
- package/dist/colors.d.mts +4 -0
- package/dist/colors.d.ts +4 -0
- package/dist/components/accordion.d.mts +228 -0
- package/dist/components/accordion.d.ts +228 -0
- package/dist/components/accordion.mjs +27 -27
- package/dist/components/alert.d.mts +316 -0
- package/dist/components/alert.d.ts +316 -0
- package/dist/components/alert.mjs +6 -6
- package/dist/components/autocomplete.d.mts +95 -0
- package/dist/components/autocomplete.d.ts +95 -0
- package/dist/components/autocomplete.mjs +6 -6
- package/dist/components/avatar.d.mts +300 -0
- package/dist/components/avatar.d.ts +300 -0
- package/dist/components/avatar.mjs +27 -27
- package/dist/components/badge.d.mts +223 -0
- package/dist/components/badge.d.ts +223 -0
- package/dist/components/badge.mjs +27 -27
- package/dist/components/bottom-bar.d.mts +263 -0
- package/dist/components/bottom-bar.d.ts +263 -0
- package/dist/components/bottom-bar.mjs +27 -27
- package/dist/components/breadcrumbs.d.mts +379 -0
- package/dist/components/breadcrumbs.d.ts +379 -0
- package/dist/components/breadcrumbs.mjs +27 -27
- package/dist/components/button.d.mts +188 -0
- package/dist/components/button.d.ts +188 -0
- package/dist/components/button.mjs +27 -27
- package/dist/components/calendar.d.mts +279 -0
- package/dist/components/calendar.d.ts +279 -0
- package/dist/components/calendar.mjs +27 -27
- package/dist/components/card.d.mts +257 -0
- package/dist/components/card.d.ts +257 -0
- package/dist/components/card.mjs +27 -27
- package/dist/components/checkbox.d.mts +375 -0
- package/dist/components/checkbox.d.ts +375 -0
- package/dist/components/checkbox.mjs +27 -27
- package/dist/components/chip.d.mts +340 -0
- package/dist/components/chip.d.ts +340 -0
- package/dist/components/chip.mjs +27 -27
- package/dist/components/code.d.mts +80 -0
- package/dist/components/code.d.ts +80 -0
- package/dist/components/code.mjs +27 -27
- package/dist/components/date-input.d.mts +392 -0
- package/dist/components/date-input.d.ts +392 -0
- package/dist/components/date-input.mjs +6 -6
- package/dist/components/date-picker.d.mts +220 -0
- package/dist/components/date-picker.d.ts +220 -0
- package/dist/components/date-picker.mjs +6 -6
- package/dist/components/divider.d.mts +85 -0
- package/dist/components/divider.d.ts +85 -0
- package/dist/components/divider.mjs +6 -6
- package/dist/components/drawer.d.mts +190 -0
- package/dist/components/drawer.d.ts +190 -0
- package/dist/components/drawer.mjs +6 -6
- package/dist/components/drip.d.mts +13 -0
- package/dist/components/drip.d.ts +13 -0
- package/dist/components/drip.mjs +6 -6
- package/dist/components/drop-zone.d.mts +434 -0
- package/dist/components/drop-zone.d.ts +434 -0
- package/dist/components/drop-zone.mjs +27 -27
- package/dist/components/dropdown.d.mts +247 -0
- package/dist/components/dropdown.d.ts +247 -0
- package/dist/components/dropdown.mjs +27 -27
- package/dist/components/form.d.mts +19 -0
- package/dist/components/form.d.ts +19 -0
- package/dist/components/form.mjs +6 -6
- package/dist/components/image.d.mts +174 -0
- package/dist/components/image.d.ts +174 -0
- package/dist/components/image.mjs +6 -6
- package/dist/components/index.d.mts +52 -0
- package/dist/components/index.d.ts +52 -0
- package/dist/components/index.mjs +38 -38
- package/dist/components/input-otp.d.mts +282 -0
- package/dist/components/input-otp.d.ts +282 -0
- package/dist/components/input-otp.mjs +27 -27
- package/dist/components/input.d.mts +458 -0
- package/dist/components/input.d.ts +458 -0
- package/dist/components/input.mjs +27 -27
- package/dist/components/kbd.d.mts +50 -0
- package/dist/components/kbd.d.ts +50 -0
- package/dist/components/kbd.mjs +6 -6
- package/dist/components/link.d.mts +107 -0
- package/dist/components/link.d.ts +107 -0
- package/dist/components/link.mjs +27 -27
- package/dist/components/listbox.d.mts +3 -0
- package/dist/components/listbox.d.ts +3 -0
- package/dist/components/listbox.mjs +27 -27
- package/dist/components/menu.d.mts +324 -0
- package/dist/components/menu.d.ts +324 -0
- package/dist/components/menu.mjs +27 -27
- package/dist/components/modal.d.mts +380 -0
- package/dist/components/modal.d.ts +380 -0
- package/dist/components/modal.mjs +27 -27
- package/dist/components/navbar.d.mts +246 -0
- package/dist/components/navbar.d.ts +246 -0
- package/dist/components/navbar.mjs +27 -27
- package/dist/components/number-input.d.mts +476 -0
- package/dist/components/number-input.d.ts +476 -0
- package/dist/components/number-input.mjs +27 -27
- package/dist/components/pagination.d.mts +288 -0
- package/dist/components/pagination.d.ts +288 -0
- package/dist/components/pagination.mjs +27 -27
- package/dist/components/popover.d.mts +339 -0
- package/dist/components/popover.d.ts +339 -0
- package/dist/components/popover.mjs +27 -27
- package/dist/components/progress.d.mts +498 -0
- package/dist/components/progress.d.ts +498 -0
- package/dist/components/progress.mjs +6 -6
- package/dist/components/radio.d.mts +354 -0
- package/dist/components/radio.d.ts +354 -0
- package/dist/components/radio.mjs +27 -27
- package/dist/components/scroll-area.d.mts +109 -0
- package/dist/components/scroll-area.d.ts +109 -0
- package/dist/components/scroll-area.mjs +6 -6
- package/dist/components/scroll-shadow.d.mts +48 -0
- package/dist/components/scroll-shadow.d.ts +48 -0
- package/dist/components/scroll-shadow.mjs +6 -6
- package/dist/components/select.d.mts +530 -0
- package/dist/components/select.d.ts +530 -0
- package/dist/components/select.mjs +27 -27
- package/dist/components/shimmer-text.d.mts +46 -0
- package/dist/components/shimmer-text.d.ts +46 -0
- package/dist/components/shimmer-text.mjs +6 -6
- package/dist/components/sidebar.d.mts +201 -0
- package/dist/components/sidebar.d.ts +201 -0
- package/dist/components/sidebar.mjs +6 -6
- package/dist/components/skeleton.d.mts +60 -0
- package/dist/components/skeleton.d.ts +60 -0
- package/dist/components/skeleton.mjs +6 -6
- package/dist/components/slider.d.mts +482 -0
- package/dist/components/slider.d.ts +482 -0
- package/dist/components/slider.mjs +27 -27
- package/dist/components/snippet.d.mts +206 -0
- package/dist/components/snippet.d.ts +206 -0
- package/dist/components/snippet.mjs +27 -27
- package/dist/components/spacer.d.mts +31 -0
- package/dist/components/spacer.d.ts +31 -0
- package/dist/components/spacer.mjs +6 -6
- package/dist/components/spinner.d.mts +398 -0
- package/dist/components/spinner.d.ts +398 -0
- package/dist/components/spinner.mjs +6 -6
- package/dist/components/stepper.d.mts +288 -0
- package/dist/components/stepper.d.ts +288 -0
- package/dist/components/stepper.mjs +27 -27
- package/dist/components/table.d.mts +509 -0
- package/dist/components/table.d.ts +509 -0
- package/dist/components/table.mjs +27 -27
- package/dist/components/tabs.d.mts +413 -0
- package/dist/components/tabs.d.ts +413 -0
- package/dist/components/tabs.mjs +27 -27
- package/dist/components/toast.d.mts +329 -0
- package/dist/components/toast.d.ts +329 -0
- package/dist/components/toast.mjs +27 -27
- package/dist/components/toggle.d.mts +243 -0
- package/dist/components/toggle.d.ts +243 -0
- package/dist/components/toggle.mjs +27 -27
- package/dist/components/user.d.mts +63 -0
- package/dist/components/user.d.ts +63 -0
- package/dist/components/user.mjs +27 -27
- package/dist/default-layout.d.mts +8 -0
- package/dist/default-layout.d.ts +8 -0
- package/dist/index.d.mts +67 -0
- package/dist/index.d.ts +67 -0
- package/dist/index.mjs +40 -40
- package/dist/plugin.d.mts +12 -0
- package/dist/plugin.d.ts +12 -0
- package/dist/plugin.mjs +5 -5
- package/dist/types.d.mts +138 -0
- package/dist/types.d.ts +138 -0
- package/dist/utilities/animation.d.mts +16 -0
- package/dist/utilities/animation.d.ts +16 -0
- package/dist/utilities/custom.d.mts +27 -0
- package/dist/utilities/custom.d.ts +27 -0
- package/dist/utilities/index.d.mts +171 -0
- package/dist/utilities/index.d.ts +171 -0
- package/dist/utilities/index.mjs +3 -3
- package/dist/utilities/scrollbar-hide.d.mts +59 -0
- package/dist/utilities/scrollbar-hide.d.ts +59 -0
- package/dist/utilities/shimmer-text.d.mts +42 -0
- package/dist/utilities/shimmer-text.d.ts +42 -0
- package/dist/utilities/text.d.mts +23 -0
- package/dist/utilities/text.d.ts +23 -0
- package/dist/utilities/transition.d.mts +58 -0
- package/dist/utilities/transition.d.ts +58 -0
- package/dist/utils/classes.d.mts +43 -0
- package/dist/utils/classes.d.ts +43 -0
- package/dist/utils/cn.d.mts +13 -0
- package/dist/utils/cn.d.ts +13 -0
- package/dist/utils/cn.mjs +5 -5
- package/dist/utils/index.d.mts +7 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.mjs +27 -27
- package/dist/utils/merge-classes.d.mts +12 -0
- package/dist/utils/merge-classes.d.ts +12 -0
- package/dist/utils/merge-classes.mjs +27 -27
- package/dist/utils/object.d.mts +13 -0
- package/dist/utils/object.d.ts +13 -0
- package/dist/utils/theme.d.mts +9 -0
- package/dist/utils/theme.d.ts +9 -0
- package/dist/utils/tv.d.mts +5 -0
- package/dist/utils/tv.d.ts +5 -0
- package/dist/utils/tv.mjs +5 -5
- package/dist/utils/tw-merge-config.d.mts +25 -0
- package/dist/utils/tw-merge-config.d.ts +25 -0
- package/dist/utils/tw-merge-config.mjs +4 -4
- package/dist/utils/types.d.mts +10 -0
- package/dist/utils/types.d.ts +10 -0
- package/dist/utils/variants.d.mts +67 -0
- package/dist/utils/variants.d.ts +67 -0
- package/package.json +1 -1
- package/dist/{chunk-ROFEKAS6.mjs → chunk-3C7AZEID.mjs} +6 -6
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const scrollbarModes: {
|
|
2
|
+
'[data-scrollbar="thin"]': {
|
|
3
|
+
"--scrollbar-width": string;
|
|
4
|
+
"--scrollbar-color": string;
|
|
5
|
+
"--scrollbar-gutter": string;
|
|
6
|
+
};
|
|
7
|
+
'[data-scrollbar="default"]': {
|
|
8
|
+
"--scrollbar-width": string;
|
|
9
|
+
"--scrollbar-color": string;
|
|
10
|
+
"--scrollbar-gutter": string;
|
|
11
|
+
};
|
|
12
|
+
'[data-scrollbar="none"]': {
|
|
13
|
+
"--scrollbar-width": string;
|
|
14
|
+
"--scrollbar-color": string;
|
|
15
|
+
"--scrollbar-gutter": string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
declare const _default: {
|
|
19
|
+
/**
|
|
20
|
+
* Theme-aware scrollbar
|
|
21
|
+
*/
|
|
22
|
+
".scrollbar": {
|
|
23
|
+
"scrollbar-width": string;
|
|
24
|
+
"scrollbar-color": string;
|
|
25
|
+
"scrollbar-gutter": string;
|
|
26
|
+
};
|
|
27
|
+
".scrollbar-thin": {
|
|
28
|
+
"scrollbar-width": string;
|
|
29
|
+
"scrollbar-color": string;
|
|
30
|
+
"scrollbar-gutter": string;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Scroll Hide
|
|
34
|
+
*/
|
|
35
|
+
".scrollbar-hide": {
|
|
36
|
+
"-ms-overflow-style": string;
|
|
37
|
+
"scrollbar-width": string;
|
|
38
|
+
"&::-webkit-scrollbar": {
|
|
39
|
+
display: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
".scrollbar-default": {
|
|
43
|
+
"-ms-overflow-style": string;
|
|
44
|
+
"scrollbar-width": string;
|
|
45
|
+
"scrollbar-color": string;
|
|
46
|
+
"scrollbar-gutter": string;
|
|
47
|
+
"&::-webkit-scrollbar": {
|
|
48
|
+
display: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
".scrollbar-none": {
|
|
52
|
+
"-ms-overflow-style": string;
|
|
53
|
+
"scrollbar-width": string;
|
|
54
|
+
"scrollbar-color": string;
|
|
55
|
+
"scrollbar-gutter": string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export { _default as default, scrollbarModes };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
".sytech-shimmer-text": {
|
|
3
|
+
color: string;
|
|
4
|
+
"--shimmer-angle": string;
|
|
5
|
+
"--shimmer-spread": string;
|
|
6
|
+
"--shimmer-iteration": string;
|
|
7
|
+
"--shimmer-direction": string;
|
|
8
|
+
"@supports ((background-clip: text) or (-webkit-background-clip: text)) and (color: color-mix(in srgb, red, blue))": {
|
|
9
|
+
"background-image": string;
|
|
10
|
+
"background-repeat": string;
|
|
11
|
+
"background-size": string;
|
|
12
|
+
"background-position": string;
|
|
13
|
+
"background-clip": string;
|
|
14
|
+
"-webkit-background-clip": string;
|
|
15
|
+
"-webkit-text-fill-color": string;
|
|
16
|
+
};
|
|
17
|
+
"&:where([dir='rtl'], [dir='rtl'] *)": {
|
|
18
|
+
"--shimmer-direction": string;
|
|
19
|
+
};
|
|
20
|
+
"&.sytech-shimmer-text-reverse": {
|
|
21
|
+
"--shimmer-direction": string;
|
|
22
|
+
};
|
|
23
|
+
"&.sytech-shimmer-text-reverse:where([dir='rtl'], [dir='rtl'] *)": {
|
|
24
|
+
"--shimmer-direction": string;
|
|
25
|
+
};
|
|
26
|
+
"@media (prefers-reduced-motion: reduce)": {
|
|
27
|
+
animation: string;
|
|
28
|
+
"background-image": string;
|
|
29
|
+
"-webkit-text-fill-color": string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
".sytech-shimmer-text-once": {
|
|
33
|
+
"--shimmer-iteration": string;
|
|
34
|
+
};
|
|
35
|
+
".sytech-shimmer-text-disabled": {
|
|
36
|
+
animation: string;
|
|
37
|
+
"background-image": string;
|
|
38
|
+
"-webkit-text-fill-color": string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export { _default as default };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
".sytech-shimmer-text": {
|
|
3
|
+
color: string;
|
|
4
|
+
"--shimmer-angle": string;
|
|
5
|
+
"--shimmer-spread": string;
|
|
6
|
+
"--shimmer-iteration": string;
|
|
7
|
+
"--shimmer-direction": string;
|
|
8
|
+
"@supports ((background-clip: text) or (-webkit-background-clip: text)) and (color: color-mix(in srgb, red, blue))": {
|
|
9
|
+
"background-image": string;
|
|
10
|
+
"background-repeat": string;
|
|
11
|
+
"background-size": string;
|
|
12
|
+
"background-position": string;
|
|
13
|
+
"background-clip": string;
|
|
14
|
+
"-webkit-background-clip": string;
|
|
15
|
+
"-webkit-text-fill-color": string;
|
|
16
|
+
};
|
|
17
|
+
"&:where([dir='rtl'], [dir='rtl'] *)": {
|
|
18
|
+
"--shimmer-direction": string;
|
|
19
|
+
};
|
|
20
|
+
"&.sytech-shimmer-text-reverse": {
|
|
21
|
+
"--shimmer-direction": string;
|
|
22
|
+
};
|
|
23
|
+
"&.sytech-shimmer-text-reverse:where([dir='rtl'], [dir='rtl'] *)": {
|
|
24
|
+
"--shimmer-direction": string;
|
|
25
|
+
};
|
|
26
|
+
"@media (prefers-reduced-motion: reduce)": {
|
|
27
|
+
animation: string;
|
|
28
|
+
"background-image": string;
|
|
29
|
+
"-webkit-text-fill-color": string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
".sytech-shimmer-text-once": {
|
|
33
|
+
"--shimmer-iteration": string;
|
|
34
|
+
};
|
|
35
|
+
".sytech-shimmer-text-disabled": {
|
|
36
|
+
animation: string;
|
|
37
|
+
"background-image": string;
|
|
38
|
+
"-webkit-text-fill-color": string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export { _default as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* Text utilities
|
|
4
|
+
*/
|
|
5
|
+
".text-tiny": {
|
|
6
|
+
"font-size": string;
|
|
7
|
+
"line-height": string;
|
|
8
|
+
};
|
|
9
|
+
".text-small": {
|
|
10
|
+
"font-size": string;
|
|
11
|
+
"line-height": string;
|
|
12
|
+
};
|
|
13
|
+
".text-medium": {
|
|
14
|
+
"font-size": string;
|
|
15
|
+
"line-height": string;
|
|
16
|
+
};
|
|
17
|
+
".text-large": {
|
|
18
|
+
"font-size": string;
|
|
19
|
+
"line-height": string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { _default as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* Text utilities
|
|
4
|
+
*/
|
|
5
|
+
".text-tiny": {
|
|
6
|
+
"font-size": string;
|
|
7
|
+
"line-height": string;
|
|
8
|
+
};
|
|
9
|
+
".text-small": {
|
|
10
|
+
"font-size": string;
|
|
11
|
+
"line-height": string;
|
|
12
|
+
};
|
|
13
|
+
".text-medium": {
|
|
14
|
+
"font-size": string;
|
|
15
|
+
"line-height": string;
|
|
16
|
+
};
|
|
17
|
+
".text-large": {
|
|
18
|
+
"font-size": string;
|
|
19
|
+
"line-height": string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { _default as default };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
declare const DEFAULT_TRANSITION_DURATION = "250ms";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
/**
|
|
4
|
+
* Transition utilities
|
|
5
|
+
*/
|
|
6
|
+
".transition-background": {
|
|
7
|
+
"transition-property": string;
|
|
8
|
+
"transition-timing-function": string;
|
|
9
|
+
"transition-duration": string;
|
|
10
|
+
};
|
|
11
|
+
".transition-colors-opacity": {
|
|
12
|
+
"transition-property": string;
|
|
13
|
+
"transition-timing-function": string;
|
|
14
|
+
"transition-duration": string;
|
|
15
|
+
};
|
|
16
|
+
".transition-width": {
|
|
17
|
+
"transition-property": string;
|
|
18
|
+
"transition-timing-function": string;
|
|
19
|
+
"transition-duration": string;
|
|
20
|
+
};
|
|
21
|
+
".transition-height": {
|
|
22
|
+
"transition-property": string;
|
|
23
|
+
"transition-timing-function": string;
|
|
24
|
+
"transition-duration": string;
|
|
25
|
+
};
|
|
26
|
+
".transition-size": {
|
|
27
|
+
"transition-property": string;
|
|
28
|
+
"transition-timing-function": string;
|
|
29
|
+
"transition-duration": string;
|
|
30
|
+
};
|
|
31
|
+
".transition-left": {
|
|
32
|
+
"transition-property": string;
|
|
33
|
+
"transition-timing-function": string;
|
|
34
|
+
"transition-duration": string;
|
|
35
|
+
};
|
|
36
|
+
".transition-transform-opacity": {
|
|
37
|
+
"transition-property": string;
|
|
38
|
+
"transition-timing-function": string;
|
|
39
|
+
"transition-duration": string;
|
|
40
|
+
};
|
|
41
|
+
".transition-transform-background": {
|
|
42
|
+
"transition-property": string;
|
|
43
|
+
"transition-timing-function": string;
|
|
44
|
+
"transition-duration": string;
|
|
45
|
+
};
|
|
46
|
+
".transition-transform-colors": {
|
|
47
|
+
"transition-property": string;
|
|
48
|
+
"transition-timing-function": string;
|
|
49
|
+
"transition-duration": string;
|
|
50
|
+
};
|
|
51
|
+
".transition-transform-colors-opacity": {
|
|
52
|
+
"transition-property": string;
|
|
53
|
+
"transition-timing-function": string;
|
|
54
|
+
"transition-duration": string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
export { DEFAULT_TRANSITION_DURATION, _default as default };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
declare const DEFAULT_TRANSITION_DURATION = "250ms";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
/**
|
|
4
|
+
* Transition utilities
|
|
5
|
+
*/
|
|
6
|
+
".transition-background": {
|
|
7
|
+
"transition-property": string;
|
|
8
|
+
"transition-timing-function": string;
|
|
9
|
+
"transition-duration": string;
|
|
10
|
+
};
|
|
11
|
+
".transition-colors-opacity": {
|
|
12
|
+
"transition-property": string;
|
|
13
|
+
"transition-timing-function": string;
|
|
14
|
+
"transition-duration": string;
|
|
15
|
+
};
|
|
16
|
+
".transition-width": {
|
|
17
|
+
"transition-property": string;
|
|
18
|
+
"transition-timing-function": string;
|
|
19
|
+
"transition-duration": string;
|
|
20
|
+
};
|
|
21
|
+
".transition-height": {
|
|
22
|
+
"transition-property": string;
|
|
23
|
+
"transition-timing-function": string;
|
|
24
|
+
"transition-duration": string;
|
|
25
|
+
};
|
|
26
|
+
".transition-size": {
|
|
27
|
+
"transition-property": string;
|
|
28
|
+
"transition-timing-function": string;
|
|
29
|
+
"transition-duration": string;
|
|
30
|
+
};
|
|
31
|
+
".transition-left": {
|
|
32
|
+
"transition-property": string;
|
|
33
|
+
"transition-timing-function": string;
|
|
34
|
+
"transition-duration": string;
|
|
35
|
+
};
|
|
36
|
+
".transition-transform-opacity": {
|
|
37
|
+
"transition-property": string;
|
|
38
|
+
"transition-timing-function": string;
|
|
39
|
+
"transition-duration": string;
|
|
40
|
+
};
|
|
41
|
+
".transition-transform-background": {
|
|
42
|
+
"transition-property": string;
|
|
43
|
+
"transition-timing-function": string;
|
|
44
|
+
"transition-duration": string;
|
|
45
|
+
};
|
|
46
|
+
".transition-transform-colors": {
|
|
47
|
+
"transition-property": string;
|
|
48
|
+
"transition-timing-function": string;
|
|
49
|
+
"transition-duration": string;
|
|
50
|
+
};
|
|
51
|
+
".transition-transform-colors-opacity": {
|
|
52
|
+
"transition-property": string;
|
|
53
|
+
"transition-timing-function": string;
|
|
54
|
+
"transition-duration": string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
export { DEFAULT_TRANSITION_DURATION, _default as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is the base classNames for all elements.
|
|
3
|
+
* Is meant to be used with the `addBase` method from tailwindcss.
|
|
4
|
+
*/
|
|
5
|
+
declare const baseStyles: (prefix: string) => {
|
|
6
|
+
color: string;
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
"--scrollbar-thumb": string;
|
|
9
|
+
"--scrollbar-track": string;
|
|
10
|
+
"--scrollbar-gutter": string;
|
|
11
|
+
"--scrollbar-width": string;
|
|
12
|
+
"--scrollbar-color": string;
|
|
13
|
+
"--table-pinned-bg": string;
|
|
14
|
+
"--table-pinned-footer-bg": string;
|
|
15
|
+
"--table-pinned-shadow": string;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* focus classNames when the element is focused by keyboard.
|
|
19
|
+
*/
|
|
20
|
+
declare const focusVisibleClasses: string[];
|
|
21
|
+
declare const dataFocusVisibleClasses: string[];
|
|
22
|
+
declare const groupDataFocusVisibleClasses: string[];
|
|
23
|
+
declare const ringClasses: string[];
|
|
24
|
+
/**
|
|
25
|
+
* This classes centers the element by using absolute positioning.
|
|
26
|
+
*/
|
|
27
|
+
declare const translateCenterClasses: string[];
|
|
28
|
+
declare const absoluteFullClasses: string[];
|
|
29
|
+
/**
|
|
30
|
+
* This object defines CSS classes for collapsing adjacent variant borders.
|
|
31
|
+
* It includes classes for different variants like default, primary, secondary, etc.
|
|
32
|
+
*/
|
|
33
|
+
declare const collapseAdjacentVariantBorders: {
|
|
34
|
+
default: string[];
|
|
35
|
+
primary: string[];
|
|
36
|
+
secondary: string[];
|
|
37
|
+
success: string[];
|
|
38
|
+
warning: string[];
|
|
39
|
+
danger: string[];
|
|
40
|
+
};
|
|
41
|
+
declare const hiddenInputClasses: string[];
|
|
42
|
+
|
|
43
|
+
export { absoluteFullClasses, baseStyles, collapseAdjacentVariantBorders, dataFocusVisibleClasses, focusVisibleClasses, groupDataFocusVisibleClasses, hiddenInputClasses, ringClasses, translateCenterClasses };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is the base classNames for all elements.
|
|
3
|
+
* Is meant to be used with the `addBase` method from tailwindcss.
|
|
4
|
+
*/
|
|
5
|
+
declare const baseStyles: (prefix: string) => {
|
|
6
|
+
color: string;
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
"--scrollbar-thumb": string;
|
|
9
|
+
"--scrollbar-track": string;
|
|
10
|
+
"--scrollbar-gutter": string;
|
|
11
|
+
"--scrollbar-width": string;
|
|
12
|
+
"--scrollbar-color": string;
|
|
13
|
+
"--table-pinned-bg": string;
|
|
14
|
+
"--table-pinned-footer-bg": string;
|
|
15
|
+
"--table-pinned-shadow": string;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* focus classNames when the element is focused by keyboard.
|
|
19
|
+
*/
|
|
20
|
+
declare const focusVisibleClasses: string[];
|
|
21
|
+
declare const dataFocusVisibleClasses: string[];
|
|
22
|
+
declare const groupDataFocusVisibleClasses: string[];
|
|
23
|
+
declare const ringClasses: string[];
|
|
24
|
+
/**
|
|
25
|
+
* This classes centers the element by using absolute positioning.
|
|
26
|
+
*/
|
|
27
|
+
declare const translateCenterClasses: string[];
|
|
28
|
+
declare const absoluteFullClasses: string[];
|
|
29
|
+
/**
|
|
30
|
+
* This object defines CSS classes for collapsing adjacent variant borders.
|
|
31
|
+
* It includes classes for different variants like default, primary, secondary, etc.
|
|
32
|
+
*/
|
|
33
|
+
declare const collapseAdjacentVariantBorders: {
|
|
34
|
+
default: string[];
|
|
35
|
+
primary: string[];
|
|
36
|
+
secondary: string[];
|
|
37
|
+
success: string[];
|
|
38
|
+
warning: string[];
|
|
39
|
+
danger: string[];
|
|
40
|
+
};
|
|
41
|
+
declare const hiddenInputClasses: string[];
|
|
42
|
+
|
|
43
|
+
export { absoluteFullClasses, baseStyles, collapseAdjacentVariantBorders, dataFocusVisibleClasses, focusVisibleClasses, groupDataFocusVisibleClasses, hiddenInputClasses, ringClasses, translateCenterClasses };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
|
|
3
|
+
type ClassValue = ClassArray | ClassDictionary | string | number | bigint | null | boolean | undefined;
|
|
4
|
+
type ClassDictionary = Record<string, any>;
|
|
5
|
+
type ClassArray = ClassValue[];
|
|
6
|
+
/**
|
|
7
|
+
* We need to extend the tailwind merge to include HeroUI's custom classes.
|
|
8
|
+
*
|
|
9
|
+
* So we can use classes like `text-small` or `text-default-500` and override them.
|
|
10
|
+
*/
|
|
11
|
+
declare function cn(...inputs: ClassValue[]): tailwind_variants.CnReturn;
|
|
12
|
+
|
|
13
|
+
export { type ClassArray, type ClassDictionary, type ClassValue, cn };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
|
|
3
|
+
type ClassValue = ClassArray | ClassDictionary | string | number | bigint | null | boolean | undefined;
|
|
4
|
+
type ClassDictionary = Record<string, any>;
|
|
5
|
+
type ClassArray = ClassValue[];
|
|
6
|
+
/**
|
|
7
|
+
* We need to extend the tailwind merge to include HeroUI's custom classes.
|
|
8
|
+
*
|
|
9
|
+
* So we can use classes like `text-small` or `text-default-500` and override them.
|
|
10
|
+
*/
|
|
11
|
+
declare function cn(...inputs: ClassValue[]): tailwind_variants.CnReturn;
|
|
12
|
+
|
|
13
|
+
export { type ClassArray, type ClassDictionary, type ClassValue, cn };
|
package/dist/utils/cn.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cn
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-HFD73SWH.mjs";
|
|
4
|
+
import "../chunk-DFZLOLJU.mjs";
|
|
5
|
+
import "../chunk-3C7AZEID.mjs";
|
|
6
|
+
import "../chunk-FJOYYPB2.mjs";
|
|
7
|
+
import "../chunk-RUIUXVZ4.mjs";
|
|
6
8
|
import "../chunk-GSRZWDGA.mjs";
|
|
7
9
|
import "../chunk-AWXUGVFR.mjs";
|
|
8
10
|
import "../chunk-MPVWW3DX.mjs";
|
|
9
11
|
import "../chunk-7FAFG773.mjs";
|
|
10
|
-
import "../chunk-FJOYYPB2.mjs";
|
|
11
|
-
import "../chunk-RUIUXVZ4.mjs";
|
|
12
12
|
export {
|
|
13
13
|
cn
|
|
14
14
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { absoluteFullClasses, baseStyles, collapseAdjacentVariantBorders, dataFocusVisibleClasses, focusVisibleClasses, groupDataFocusVisibleClasses, hiddenInputClasses, ringClasses, translateCenterClasses } from './classes.mjs';
|
|
2
|
+
export { SlotsToClasses } from './types.mjs';
|
|
3
|
+
export { colorVariants } from './variants.mjs';
|
|
4
|
+
export { COMMON_UNITS, twMergeConfig } from './tw-merge-config.mjs';
|
|
5
|
+
export { mergeClasses } from './merge-classes.mjs';
|
|
6
|
+
export { cn } from './cn.mjs';
|
|
7
|
+
import 'tailwind-variants';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { absoluteFullClasses, baseStyles, collapseAdjacentVariantBorders, dataFocusVisibleClasses, focusVisibleClasses, groupDataFocusVisibleClasses, hiddenInputClasses, ringClasses, translateCenterClasses } from './classes.js';
|
|
2
|
+
export { SlotsToClasses } from './types.js';
|
|
3
|
+
export { colorVariants } from './variants.js';
|
|
4
|
+
export { COMMON_UNITS, twMergeConfig } from './tw-merge-config.js';
|
|
5
|
+
export { mergeClasses } from './merge-classes.js';
|
|
6
|
+
export { cn } from './cn.js';
|
|
7
|
+
import 'tailwind-variants';
|
package/dist/utils/index.mjs
CHANGED
|
@@ -1,37 +1,36 @@
|
|
|
1
1
|
import {
|
|
2
2
|
mergeClasses
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-FUQEL335.mjs";
|
|
4
|
+
import "../chunk-XWHXIFLL.mjs";
|
|
5
|
+
import "../chunk-HF2LJVZX.mjs";
|
|
6
|
+
import "../chunk-XV7LJG6E.mjs";
|
|
7
|
+
import "../chunk-IVAVJ7ZU.mjs";
|
|
8
|
+
import "../chunk-D2TQCDY4.mjs";
|
|
9
|
+
import "../chunk-APF6RSVD.mjs";
|
|
10
|
+
import "../chunk-M4FWEMJZ.mjs";
|
|
11
|
+
import "../chunk-OC45BUIA.mjs";
|
|
12
|
+
import "../chunk-4LAQM2VM.mjs";
|
|
13
|
+
import "../chunk-QQZDCYMA.mjs";
|
|
14
|
+
import "../chunk-FPG5J5ZJ.mjs";
|
|
15
|
+
import "../chunk-U4D7XSGV.mjs";
|
|
16
|
+
import "../chunk-L26ZWPVZ.mjs";
|
|
17
|
+
import "../chunk-AAPQ76Q7.mjs";
|
|
18
|
+
import "../chunk-EIZCYQZJ.mjs";
|
|
19
|
+
import "../chunk-IFDUGF3P.mjs";
|
|
20
|
+
import "../chunk-ATGLNP24.mjs";
|
|
21
|
+
import "../chunk-UL4VFH3Z.mjs";
|
|
22
|
+
import "../chunk-IURX3VEE.mjs";
|
|
4
23
|
import {
|
|
5
24
|
colorVariants
|
|
6
25
|
} from "../chunk-GQT3YUX3.mjs";
|
|
7
26
|
import {
|
|
8
27
|
cn
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-W37Q6YFS.mjs";
|
|
11
|
-
import "../chunk-BF4542X6.mjs";
|
|
12
|
-
import "../chunk-47BB6GL3.mjs";
|
|
13
|
-
import "../chunk-WH4ODSEM.mjs";
|
|
14
|
-
import "../chunk-XBJNS5SU.mjs";
|
|
15
|
-
import "../chunk-OSP4OLTO.mjs";
|
|
16
|
-
import "../chunk-4N2PLITL.mjs";
|
|
17
|
-
import "../chunk-EZ47UJPD.mjs";
|
|
18
|
-
import "../chunk-5DJU5KUL.mjs";
|
|
19
|
-
import "../chunk-2QZDAFQ3.mjs";
|
|
20
|
-
import "../chunk-MTBQ5EO5.mjs";
|
|
21
|
-
import "../chunk-AL5UNXQI.mjs";
|
|
22
|
-
import "../chunk-USGOG5QI.mjs";
|
|
23
|
-
import "../chunk-AGSAOCCR.mjs";
|
|
24
|
-
import "../chunk-ZWG2GMCI.mjs";
|
|
25
|
-
import "../chunk-P5HLCB43.mjs";
|
|
26
|
-
import "../chunk-PY74IHS4.mjs";
|
|
27
|
-
import "../chunk-I5YZBAB3.mjs";
|
|
28
|
-
import "../chunk-KKEJLP4U.mjs";
|
|
28
|
+
} from "../chunk-HFD73SWH.mjs";
|
|
29
29
|
import {
|
|
30
30
|
COMMON_UNITS,
|
|
31
31
|
twMergeConfig
|
|
32
|
-
} from "../chunk-
|
|
33
|
-
import "../chunk-
|
|
34
|
-
import "../chunk-D2XMP2NC.mjs";
|
|
32
|
+
} from "../chunk-DFZLOLJU.mjs";
|
|
33
|
+
import "../chunk-Z2UCLPEC.mjs";
|
|
35
34
|
import {
|
|
36
35
|
absoluteFullClasses,
|
|
37
36
|
baseStyles,
|
|
@@ -43,13 +42,14 @@ import {
|
|
|
43
42
|
ringClasses,
|
|
44
43
|
translateCenterClasses
|
|
45
44
|
} from "../chunk-ZHIADCEL.mjs";
|
|
46
|
-
import "../chunk-
|
|
45
|
+
import "../chunk-3C7AZEID.mjs";
|
|
46
|
+
import "../chunk-FJOYYPB2.mjs";
|
|
47
|
+
import "../chunk-RUIUXVZ4.mjs";
|
|
47
48
|
import "../chunk-GSRZWDGA.mjs";
|
|
48
49
|
import "../chunk-AWXUGVFR.mjs";
|
|
49
50
|
import "../chunk-MPVWW3DX.mjs";
|
|
50
51
|
import "../chunk-7FAFG773.mjs";
|
|
51
|
-
import "../chunk-
|
|
52
|
-
import "../chunk-RUIUXVZ4.mjs";
|
|
52
|
+
import "../chunk-D2XMP2NC.mjs";
|
|
53
53
|
import "../chunk-WQEDQHKX.mjs";
|
|
54
54
|
import "../chunk-CPSLANMP.mjs";
|
|
55
55
|
import "../chunk-FFKHVGFX.mjs";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SlotsToClasses } from './types.mjs';
|
|
2
|
+
import 'tailwind-variants';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Merges two sets of class names for each slot in a component.
|
|
6
|
+
* @param itemClasses - Base classes for each slot
|
|
7
|
+
* @param itemPropsClasses - Additional classes from props for each slot
|
|
8
|
+
* @returns A merged object containing the combined classes for each slot
|
|
9
|
+
*/
|
|
10
|
+
declare const mergeClasses: <T extends SlotsToClasses<string>, P extends SlotsToClasses<string>>(itemClasses?: T, itemPropsClasses?: P) => T;
|
|
11
|
+
|
|
12
|
+
export { mergeClasses };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SlotsToClasses } from './types.js';
|
|
2
|
+
import 'tailwind-variants';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Merges two sets of class names for each slot in a component.
|
|
6
|
+
* @param itemClasses - Base classes for each slot
|
|
7
|
+
* @param itemPropsClasses - Additional classes from props for each slot
|
|
8
|
+
* @returns A merged object containing the combined classes for each slot
|
|
9
|
+
*/
|
|
10
|
+
declare const mergeClasses: <T extends SlotsToClasses<string>, P extends SlotsToClasses<string>>(itemClasses?: T, itemPropsClasses?: P) => T;
|
|
11
|
+
|
|
12
|
+
export { mergeClasses };
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import {
|
|
2
2
|
mergeClasses
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-FUQEL335.mjs";
|
|
4
|
+
import "../chunk-XWHXIFLL.mjs";
|
|
5
|
+
import "../chunk-HF2LJVZX.mjs";
|
|
6
|
+
import "../chunk-XV7LJG6E.mjs";
|
|
7
|
+
import "../chunk-IVAVJ7ZU.mjs";
|
|
8
|
+
import "../chunk-D2TQCDY4.mjs";
|
|
9
|
+
import "../chunk-APF6RSVD.mjs";
|
|
10
|
+
import "../chunk-M4FWEMJZ.mjs";
|
|
11
|
+
import "../chunk-OC45BUIA.mjs";
|
|
12
|
+
import "../chunk-4LAQM2VM.mjs";
|
|
13
|
+
import "../chunk-QQZDCYMA.mjs";
|
|
14
|
+
import "../chunk-FPG5J5ZJ.mjs";
|
|
15
|
+
import "../chunk-U4D7XSGV.mjs";
|
|
16
|
+
import "../chunk-L26ZWPVZ.mjs";
|
|
17
|
+
import "../chunk-AAPQ76Q7.mjs";
|
|
18
|
+
import "../chunk-EIZCYQZJ.mjs";
|
|
19
|
+
import "../chunk-IFDUGF3P.mjs";
|
|
20
|
+
import "../chunk-ATGLNP24.mjs";
|
|
21
|
+
import "../chunk-UL4VFH3Z.mjs";
|
|
22
|
+
import "../chunk-IURX3VEE.mjs";
|
|
4
23
|
import "../chunk-GQT3YUX3.mjs";
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-47BB6GL3.mjs";
|
|
9
|
-
import "../chunk-WH4ODSEM.mjs";
|
|
10
|
-
import "../chunk-XBJNS5SU.mjs";
|
|
11
|
-
import "../chunk-OSP4OLTO.mjs";
|
|
12
|
-
import "../chunk-4N2PLITL.mjs";
|
|
13
|
-
import "../chunk-EZ47UJPD.mjs";
|
|
14
|
-
import "../chunk-5DJU5KUL.mjs";
|
|
15
|
-
import "../chunk-2QZDAFQ3.mjs";
|
|
16
|
-
import "../chunk-MTBQ5EO5.mjs";
|
|
17
|
-
import "../chunk-AL5UNXQI.mjs";
|
|
18
|
-
import "../chunk-USGOG5QI.mjs";
|
|
19
|
-
import "../chunk-AGSAOCCR.mjs";
|
|
20
|
-
import "../chunk-ZWG2GMCI.mjs";
|
|
21
|
-
import "../chunk-P5HLCB43.mjs";
|
|
22
|
-
import "../chunk-PY74IHS4.mjs";
|
|
23
|
-
import "../chunk-I5YZBAB3.mjs";
|
|
24
|
-
import "../chunk-KKEJLP4U.mjs";
|
|
25
|
-
import "../chunk-ECD4ABCS.mjs";
|
|
26
|
-
import "../chunk-2TFOWOJL.mjs";
|
|
27
|
-
import "../chunk-D2XMP2NC.mjs";
|
|
24
|
+
import "../chunk-HFD73SWH.mjs";
|
|
25
|
+
import "../chunk-DFZLOLJU.mjs";
|
|
26
|
+
import "../chunk-Z2UCLPEC.mjs";
|
|
28
27
|
import "../chunk-ZHIADCEL.mjs";
|
|
29
|
-
import "../chunk-
|
|
28
|
+
import "../chunk-3C7AZEID.mjs";
|
|
29
|
+
import "../chunk-FJOYYPB2.mjs";
|
|
30
|
+
import "../chunk-RUIUXVZ4.mjs";
|
|
30
31
|
import "../chunk-GSRZWDGA.mjs";
|
|
31
32
|
import "../chunk-AWXUGVFR.mjs";
|
|
32
33
|
import "../chunk-MPVWW3DX.mjs";
|
|
33
34
|
import "../chunk-7FAFG773.mjs";
|
|
34
|
-
import "../chunk-
|
|
35
|
-
import "../chunk-RUIUXVZ4.mjs";
|
|
35
|
+
import "../chunk-D2XMP2NC.mjs";
|
|
36
36
|
import "../chunk-WQEDQHKX.mjs";
|
|
37
37
|
import "../chunk-CPSLANMP.mjs";
|
|
38
38
|
import "../chunk-FFKHVGFX.mjs";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare function swapColorValues<T extends Object>(colors: T): {};
|
|
2
|
+
declare function removeDefaultKeys<T extends Object>(obj: T): {};
|
|
3
|
+
declare function flatten(target: any, opts: any): {};
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* Flatten theme object and remove default keys
|
|
7
|
+
*
|
|
8
|
+
* @param obj theme object
|
|
9
|
+
* @returns object with flattened keys
|
|
10
|
+
*/
|
|
11
|
+
declare const flattenThemeObject: <TTarget>(obj: TTarget) => {};
|
|
12
|
+
|
|
13
|
+
export { flatten, flattenThemeObject, removeDefaultKeys, swapColorValues };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare function swapColorValues<T extends Object>(colors: T): {};
|
|
2
|
+
declare function removeDefaultKeys<T extends Object>(obj: T): {};
|
|
3
|
+
declare function flatten(target: any, opts: any): {};
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* Flatten theme object and remove default keys
|
|
7
|
+
*
|
|
8
|
+
* @param obj theme object
|
|
9
|
+
* @returns object with flattened keys
|
|
10
|
+
*/
|
|
11
|
+
declare const flattenThemeObject: <TTarget>(obj: TTarget) => {};
|
|
12
|
+
|
|
13
|
+
export { flatten, flattenThemeObject, removeDefaultKeys, swapColorValues };
|