@sytechui/theme 2.5.0 → 2.6.1
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 +9 -0
- package/dist/animations/index.d.ts +9 -0
- package/dist/animations/index.js +9 -0
- package/dist/animations/index.mjs +1 -1
- package/dist/{chunk-TRZPE5UW.mjs → chunk-2BUT7L7P.mjs} +1 -1
- package/dist/{chunk-6US6AURX.mjs → chunk-2WQ76NXU.mjs} +8 -4
- package/dist/{chunk-FQECQOZE.mjs → chunk-4CEUCYJO.mjs} +1 -1
- package/dist/{chunk-3INHRVXM.mjs → chunk-7QDYFNL6.mjs} +1 -1
- package/dist/{chunk-SSU66MWA.mjs → chunk-7ZVSC6V6.mjs} +1 -1
- package/dist/{chunk-4V3RQUZU.mjs → chunk-BHGZZQCH.mjs} +1 -1
- package/dist/{chunk-Q5TYW2HJ.mjs → chunk-CPSLANMP.mjs} +2 -2
- package/dist/chunk-DBDK3IF7.mjs +31 -0
- package/dist/{chunk-3L7WFLSH.mjs → chunk-EOYBTX52.mjs} +1 -1
- package/dist/{chunk-NPGKX3MZ.mjs → chunk-FBI452W6.mjs} +1 -1
- package/dist/{chunk-JNXXF3DG.mjs → chunk-FFKHVGFX.mjs} +1 -1
- package/dist/chunk-FJOYYPB2.mjs +42 -0
- package/dist/{chunk-QQVGHMSD.mjs → chunk-FLCPUBBE.mjs} +1 -1
- package/dist/{chunk-VDS6DP26.mjs → chunk-FNHXMO5W.mjs} +1 -1
- package/dist/{chunk-5PWGYVAP.mjs → chunk-FZM5ZZP2.mjs} +1 -1
- package/dist/{chunk-FUKRIH5Z.mjs → chunk-GQMW4NEU.mjs} +1 -1
- package/dist/{chunk-Z65VJL4Y.mjs → chunk-JV5J6JHS.mjs} +1 -1
- package/dist/{chunk-SGV526OS.mjs → chunk-K3TTKHSU.mjs} +1 -1
- package/dist/{chunk-EJDFNA7Y.mjs → chunk-KCPJHUUJ.mjs} +1 -1
- package/dist/{chunk-IB36XVBI.mjs → chunk-LYTXO6TG.mjs} +579 -12
- package/dist/{chunk-NKYWOWNW.mjs → chunk-QP5CGENQ.mjs} +1 -1
- package/dist/{chunk-HYWP3BX7.mjs → chunk-SLRWKURF.mjs} +9 -0
- package/dist/{chunk-E34EWEJV.mjs → chunk-SRSOCM2C.mjs} +1 -1
- package/dist/{chunk-IAAKK6MJ.mjs → chunk-TOGBVQYA.mjs} +6 -6
- package/dist/{chunk-JS2FQJMX.mjs → chunk-VK7USAMR.mjs} +1 -1
- package/dist/{chunk-YW4DIYUX.mjs → chunk-ZLTZIM6X.mjs} +1 -1
- package/dist/colors/common.mjs +3 -3
- package/dist/colors/index.mjs +5 -5
- package/dist/colors/semantic.mjs +4 -4
- package/dist/colors.mjs +5 -5
- package/dist/components/accordion.js +41 -1
- package/dist/components/accordion.mjs +30 -28
- package/dist/components/alert.js +41 -1
- package/dist/components/alert.mjs +30 -28
- package/dist/components/autocomplete.js +41 -1
- package/dist/components/autocomplete.mjs +6 -5
- package/dist/components/avatar.js +41 -1
- package/dist/components/avatar.mjs +30 -28
- package/dist/components/badge.js +41 -1
- package/dist/components/badge.mjs +30 -28
- package/dist/components/bottom-bar.d.mts +3 -3
- package/dist/components/bottom-bar.d.ts +3 -3
- package/dist/components/bottom-bar.js +52 -11
- package/dist/components/bottom-bar.mjs +30 -28
- package/dist/components/breadcrumbs.js +41 -1
- package/dist/components/breadcrumbs.mjs +30 -28
- package/dist/components/button.js +41 -1
- package/dist/components/button.mjs +30 -28
- package/dist/components/calendar.js +41 -1
- package/dist/components/calendar.mjs +30 -28
- package/dist/components/card.js +41 -1
- package/dist/components/card.mjs +30 -28
- package/dist/components/checkbox.js +41 -1
- package/dist/components/checkbox.mjs +30 -28
- package/dist/components/chip.js +41 -1
- package/dist/components/chip.mjs +30 -28
- package/dist/components/code.js +41 -1
- package/dist/components/code.mjs +30 -28
- package/dist/components/date-input.js +41 -1
- package/dist/components/date-input.mjs +6 -5
- package/dist/components/date-picker.js +41 -1
- package/dist/components/date-picker.mjs +6 -5
- package/dist/components/divider.js +41 -1
- package/dist/components/divider.mjs +6 -5
- package/dist/components/drawer.js +41 -1
- package/dist/components/drawer.mjs +6 -5
- package/dist/components/drip.js +41 -1
- package/dist/components/drip.mjs +6 -5
- package/dist/components/drop-zone.js +41 -1
- package/dist/components/drop-zone.mjs +30 -28
- package/dist/components/dropdown.js +41 -1
- package/dist/components/dropdown.mjs +30 -28
- package/dist/components/form.js +41 -1
- package/dist/components/form.mjs +6 -5
- package/dist/components/image.js +41 -1
- package/dist/components/image.mjs +6 -5
- package/dist/components/index.d.mts +2 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +645 -11
- package/dist/components/index.mjs +40 -33
- package/dist/components/input-otp.js +41 -1
- package/dist/components/input-otp.mjs +30 -28
- package/dist/components/input.js +41 -1
- package/dist/components/input.mjs +30 -28
- package/dist/components/kbd.js +41 -1
- package/dist/components/kbd.mjs +6 -5
- package/dist/components/link.js +41 -1
- package/dist/components/link.mjs +30 -28
- package/dist/components/listbox.js +41 -1
- package/dist/components/listbox.mjs +30 -28
- package/dist/components/menu.js +41 -1
- package/dist/components/menu.mjs +30 -28
- package/dist/components/modal.js +41 -1
- package/dist/components/modal.mjs +30 -28
- package/dist/components/navbar.js +41 -1
- package/dist/components/navbar.mjs +30 -28
- package/dist/components/number-input.js +41 -1
- package/dist/components/number-input.mjs +30 -28
- package/dist/components/pagination.js +41 -1
- package/dist/components/pagination.mjs +30 -28
- package/dist/components/popover.js +41 -1
- package/dist/components/popover.mjs +30 -28
- package/dist/components/progress.js +41 -1
- package/dist/components/progress.mjs +6 -5
- package/dist/components/radio.js +41 -1
- package/dist/components/radio.mjs +30 -28
- package/dist/components/scroll-area.js +41 -1
- package/dist/components/scroll-area.mjs +6 -5
- package/dist/components/scroll-shadow.js +41 -1
- package/dist/components/scroll-shadow.mjs +6 -5
- package/dist/components/select.js +41 -1
- package/dist/components/select.mjs +30 -28
- package/dist/components/shimmer-text.d.mts +46 -0
- package/dist/components/shimmer-text.d.ts +46 -0
- package/dist/components/shimmer-text.js +301 -0
- package/dist/components/shimmer-text.mjs +15 -0
- package/dist/components/skeleton.js +41 -1
- package/dist/components/skeleton.mjs +6 -5
- package/dist/components/slider.js +41 -1
- package/dist/components/slider.mjs +30 -28
- package/dist/components/snippet.js +41 -1
- package/dist/components/snippet.mjs +30 -28
- package/dist/components/spacer.js +41 -1
- package/dist/components/spacer.mjs +6 -5
- package/dist/components/spinner.js +41 -1
- package/dist/components/spinner.mjs +6 -5
- package/dist/components/stepper.d.mts +288 -0
- package/dist/components/stepper.d.ts +288 -0
- package/dist/components/stepper.js +849 -0
- package/dist/components/stepper.mjs +53 -0
- package/dist/components/table.js +41 -1
- package/dist/components/table.mjs +30 -28
- package/dist/components/tabs.js +41 -1
- package/dist/components/tabs.mjs +30 -28
- package/dist/components/toast.js +41 -1
- package/dist/components/toast.mjs +30 -28
- package/dist/components/toggle.js +41 -1
- package/dist/components/toggle.mjs +30 -28
- package/dist/components/user.js +41 -1
- package/dist/components/user.mjs +30 -28
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +654 -11
- package/dist/index.mjs +40 -33
- package/dist/plugin.js +50 -1
- package/dist/plugin.mjs +10 -9
- package/dist/utilities/index.d.mts +38 -0
- package/dist/utilities/index.d.ts +38 -0
- package/dist/utilities/index.js +41 -1
- package/dist/utilities/index.mjs +3 -2
- package/dist/utilities/shimmer-text.d.mts +42 -0
- package/dist/utilities/shimmer-text.d.ts +42 -0
- package/dist/utilities/shimmer-text.js +62 -0
- package/dist/utilities/shimmer-text.mjs +6 -0
- package/dist/utils/cn.js +41 -1
- package/dist/utils/cn.mjs +5 -4
- package/dist/utils/index.js +41 -1
- package/dist/utils/index.mjs +30 -28
- package/dist/utils/merge-classes.js +41 -1
- package/dist/utils/merge-classes.mjs +30 -28
- package/dist/utils/tv.js +41 -1
- package/dist/utils/tv.mjs +5 -4
- package/dist/utils/tw-merge-config.js +41 -1
- package/dist/utils/tw-merge-config.mjs +4 -3
- package/package.json +1 -1
- package/dist/{chunk-6TOTQSJE.mjs → chunk-IAS3SFA4.mjs} +6 -6
package/dist/components/user.mjs
CHANGED
|
@@ -1,51 +1,53 @@
|
|
|
1
1
|
import {
|
|
2
2
|
user
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-LYTXO6TG.mjs";
|
|
4
|
+
import "../chunk-K3TTKHSU.mjs";
|
|
5
|
+
import "../chunk-DBDK3IF7.mjs";
|
|
6
|
+
import "../chunk-JV5J6JHS.mjs";
|
|
7
|
+
import "../chunk-FNHXMO5W.mjs";
|
|
8
|
+
import "../chunk-2BUT7L7P.mjs";
|
|
9
|
+
import "../chunk-QP5CGENQ.mjs";
|
|
10
|
+
import "../chunk-BHGZZQCH.mjs";
|
|
11
|
+
import "../chunk-FZM5ZZP2.mjs";
|
|
12
|
+
import "../chunk-4CEUCYJO.mjs";
|
|
13
|
+
import "../chunk-VK7USAMR.mjs";
|
|
14
|
+
import "../chunk-FLCPUBBE.mjs";
|
|
15
|
+
import "../chunk-7ZVSC6V6.mjs";
|
|
16
|
+
import "../chunk-EOYBTX52.mjs";
|
|
17
|
+
import "../chunk-SRSOCM2C.mjs";
|
|
18
|
+
import "../chunk-KCPJHUUJ.mjs";
|
|
18
19
|
import "../chunk-GQT3YUX3.mjs";
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
23
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-GQMW4NEU.mjs";
|
|
21
|
+
import "../chunk-ZLTZIM6X.mjs";
|
|
22
|
+
import "../chunk-FBI452W6.mjs";
|
|
23
|
+
import "../chunk-7QDYFNL6.mjs";
|
|
24
|
+
import "../chunk-TOGBVQYA.mjs";
|
|
24
25
|
import "../chunk-JGY6VQQQ.mjs";
|
|
25
26
|
import "../chunk-D2XMP2NC.mjs";
|
|
26
|
-
import "../chunk-
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-2WQ76NXU.mjs";
|
|
28
|
+
import "../chunk-GSRZWDGA.mjs";
|
|
28
29
|
import "../chunk-AWXUGVFR.mjs";
|
|
29
30
|
import "../chunk-MPVWW3DX.mjs";
|
|
30
31
|
import "../chunk-WH6SPIFG.mjs";
|
|
32
|
+
import "../chunk-FJOYYPB2.mjs";
|
|
31
33
|
import "../chunk-RUIUXVZ4.mjs";
|
|
32
|
-
import "../chunk-GSRZWDGA.mjs";
|
|
33
34
|
import "../chunk-WQEDQHKX.mjs";
|
|
34
|
-
import "../chunk-
|
|
35
|
-
import "../chunk-
|
|
35
|
+
import "../chunk-CPSLANMP.mjs";
|
|
36
|
+
import "../chunk-FFKHVGFX.mjs";
|
|
36
37
|
import "../chunk-5ICJA2GK.mjs";
|
|
37
38
|
import "../chunk-M63AFAHO.mjs";
|
|
38
39
|
import "../chunk-HUBDRSA4.mjs";
|
|
39
40
|
import "../chunk-WBQAMGXK.mjs";
|
|
40
|
-
import "../chunk-
|
|
41
|
+
import "../chunk-SLRWKURF.mjs";
|
|
42
|
+
import "../chunk-IAS3SFA4.mjs";
|
|
43
|
+
import "../chunk-JUEOCLA3.mjs";
|
|
41
44
|
import "../chunk-3LKKH4AR.mjs";
|
|
45
|
+
import "../chunk-T3GWIVAM.mjs";
|
|
42
46
|
import "../chunk-OR5PUD24.mjs";
|
|
43
47
|
import "../chunk-DCEG5LGX.mjs";
|
|
44
48
|
import "../chunk-L2OL7R23.mjs";
|
|
45
49
|
import "../chunk-YZYGFPNK.mjs";
|
|
46
|
-
import "../chunk-JUEOCLA3.mjs";
|
|
47
50
|
import "../chunk-GHZ36ATJ.mjs";
|
|
48
|
-
import "../chunk-T3GWIVAM.mjs";
|
|
49
51
|
export {
|
|
50
52
|
user
|
|
51
53
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -5,6 +5,7 @@ export { UserSlots, user } from './components/user.mjs';
|
|
|
5
5
|
export { ButtonGroupVariantProps, ButtonVariantProps, button, buttonGroup } from './components/button.mjs';
|
|
6
6
|
export { drip } from './components/drip.mjs';
|
|
7
7
|
export { SpinnerSlots, SpinnerVariantProps, spinner } from './components/spinner.mjs';
|
|
8
|
+
export { StepperReturnType, StepperSlots, StepperVariantProps, stepper } from './components/stepper.mjs';
|
|
8
9
|
export { CodeVariantProps, code } from './components/code.mjs';
|
|
9
10
|
export { PopoverSlots, PopoverVariantProps, popover } from './components/popover.mjs';
|
|
10
11
|
export { SnippetSlots, SnippetVariantProps, snippet } from './components/snippet.mjs';
|
|
@@ -30,6 +31,7 @@ export { DividerVariantProps, divider } from './components/divider.mjs';
|
|
|
30
31
|
export { KbdSlots, KbdVariantProps, kbd } from './components/kbd.mjs';
|
|
31
32
|
export { TabsReturnType, TabsSlots, TabsVariantProps, tabs } from './components/tabs.mjs';
|
|
32
33
|
export { SkeletonSlots, SkeletonVariantProps, skeleton } from './components/skeleton.mjs';
|
|
34
|
+
export { ShimmerTextVariantProps, shimmerText } from './components/shimmer-text.mjs';
|
|
33
35
|
export { SelectSlots, SelectVariantProps, select } from './components/select.mjs';
|
|
34
36
|
export { MenuItemSlots as ListboxItemSlots, MenuItemVariantProps as ListboxItemVariantProps, MenuSectionSlots as ListboxSectionSlots, MenuSectionVariantProps as ListboxSectionVariantProps, MenuSlots as ListboxSlots, MenuVariantProps as ListboxVariantProps, MenuItemSlots, MenuItemVariantProps, MenuSectionSlots, MenuSectionVariantProps, MenuSlots, MenuVariantProps, menu as listbox, menuItem as listboxItem, menuSection as listboxSection, menu, menuItem, menuSection } from './components/menu.mjs';
|
|
35
37
|
export { ScrollShadowVariantProps, scrollShadow } from './components/scroll-shadow.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export { UserSlots, user } from './components/user.js';
|
|
|
5
5
|
export { ButtonGroupVariantProps, ButtonVariantProps, button, buttonGroup } from './components/button.js';
|
|
6
6
|
export { drip } from './components/drip.js';
|
|
7
7
|
export { SpinnerSlots, SpinnerVariantProps, spinner } from './components/spinner.js';
|
|
8
|
+
export { StepperReturnType, StepperSlots, StepperVariantProps, stepper } from './components/stepper.js';
|
|
8
9
|
export { CodeVariantProps, code } from './components/code.js';
|
|
9
10
|
export { PopoverSlots, PopoverVariantProps, popover } from './components/popover.js';
|
|
10
11
|
export { SnippetSlots, SnippetVariantProps, snippet } from './components/snippet.js';
|
|
@@ -30,6 +31,7 @@ export { DividerVariantProps, divider } from './components/divider.js';
|
|
|
30
31
|
export { KbdSlots, KbdVariantProps, kbd } from './components/kbd.js';
|
|
31
32
|
export { TabsReturnType, TabsSlots, TabsVariantProps, tabs } from './components/tabs.js';
|
|
32
33
|
export { SkeletonSlots, SkeletonVariantProps, skeleton } from './components/skeleton.js';
|
|
34
|
+
export { ShimmerTextVariantProps, shimmerText } from './components/shimmer-text.js';
|
|
33
35
|
export { SelectSlots, SelectVariantProps, select } from './components/select.js';
|
|
34
36
|
export { MenuItemSlots as ListboxItemSlots, MenuItemVariantProps as ListboxItemVariantProps, MenuSectionSlots as ListboxSectionSlots, MenuSectionVariantProps as ListboxSectionVariantProps, MenuSlots as ListboxSlots, MenuVariantProps as ListboxVariantProps, MenuItemSlots, MenuItemVariantProps, MenuSectionSlots, MenuSectionVariantProps, MenuSlots, MenuVariantProps, menu as listbox, menuItem as listboxItem, menuSection as listboxSection, menu, menuItem, menuSection } from './components/menu.js';
|
|
35
37
|
export { ScrollShadowVariantProps, scrollShadow } from './components/scroll-shadow.js';
|