@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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const animations: {
|
|
2
2
|
animation: {
|
|
3
3
|
shimmer: string;
|
|
4
|
+
"shimmer-text": string;
|
|
4
5
|
"drip-expand": string;
|
|
5
6
|
"spinner-ease-spin": string;
|
|
6
7
|
"spinner-linear-spin": string;
|
|
@@ -19,6 +20,14 @@ declare const animations: {
|
|
|
19
20
|
transform: string;
|
|
20
21
|
};
|
|
21
22
|
};
|
|
23
|
+
"shimmer-text": {
|
|
24
|
+
"0%": {
|
|
25
|
+
backgroundPosition: string;
|
|
26
|
+
};
|
|
27
|
+
"100%": {
|
|
28
|
+
backgroundPosition: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
22
31
|
"spinner-spin": {
|
|
23
32
|
"0%": {
|
|
24
33
|
transform: string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const animations: {
|
|
2
2
|
animation: {
|
|
3
3
|
shimmer: string;
|
|
4
|
+
"shimmer-text": string;
|
|
4
5
|
"drip-expand": string;
|
|
5
6
|
"spinner-ease-spin": string;
|
|
6
7
|
"spinner-linear-spin": string;
|
|
@@ -19,6 +20,14 @@ declare const animations: {
|
|
|
19
20
|
transform: string;
|
|
20
21
|
};
|
|
21
22
|
};
|
|
23
|
+
"shimmer-text": {
|
|
24
|
+
"0%": {
|
|
25
|
+
backgroundPosition: string;
|
|
26
|
+
};
|
|
27
|
+
"100%": {
|
|
28
|
+
backgroundPosition: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
22
31
|
"spinner-spin": {
|
|
23
32
|
"0%": {
|
|
24
33
|
transform: string;
|
package/dist/animations/index.js
CHANGED
|
@@ -26,6 +26,7 @@ module.exports = __toCommonJS(animations_exports);
|
|
|
26
26
|
var animations = {
|
|
27
27
|
animation: {
|
|
28
28
|
shimmer: "shimmer 2s infinite",
|
|
29
|
+
"shimmer-text": "shimmer-text var(--shimmer-duration, 2s) linear var(--shimmer-iteration, infinite) var(--shimmer-direction, normal)",
|
|
29
30
|
"drip-expand": "drip-expand 420ms linear",
|
|
30
31
|
"spinner-ease-spin": "spinner-spin 0.8s ease infinite",
|
|
31
32
|
"spinner-linear-spin": "spinner-spin 0.8s linear infinite",
|
|
@@ -44,6 +45,14 @@ var animations = {
|
|
|
44
45
|
transform: "translateX(200%)"
|
|
45
46
|
}
|
|
46
47
|
},
|
|
48
|
+
"shimmer-text": {
|
|
49
|
+
"0%": {
|
|
50
|
+
backgroundPosition: "100% 0"
|
|
51
|
+
},
|
|
52
|
+
"100%": {
|
|
53
|
+
backgroundPosition: "0 0"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
47
56
|
"spinner-spin": {
|
|
48
57
|
"0%": {
|
|
49
58
|
transform: "rotate(0deg)"
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
transition_default
|
|
3
|
+
} from "./chunk-GSRZWDGA.mjs";
|
|
1
4
|
import {
|
|
2
5
|
animation_default
|
|
3
6
|
} from "./chunk-AWXUGVFR.mjs";
|
|
@@ -7,12 +10,12 @@ import {
|
|
|
7
10
|
import {
|
|
8
11
|
scrollbar_hide_default
|
|
9
12
|
} from "./chunk-WH6SPIFG.mjs";
|
|
13
|
+
import {
|
|
14
|
+
shimmer_text_default
|
|
15
|
+
} from "./chunk-FJOYYPB2.mjs";
|
|
10
16
|
import {
|
|
11
17
|
text_default
|
|
12
18
|
} from "./chunk-RUIUXVZ4.mjs";
|
|
13
|
-
import {
|
|
14
|
-
transition_default
|
|
15
|
-
} from "./chunk-GSRZWDGA.mjs";
|
|
16
19
|
|
|
17
20
|
// src/utilities/index.ts
|
|
18
21
|
var utilities = {
|
|
@@ -20,7 +23,8 @@ var utilities = {
|
|
|
20
23
|
...transition_default,
|
|
21
24
|
...scrollbar_hide_default,
|
|
22
25
|
...text_default,
|
|
23
|
-
...animation_default
|
|
26
|
+
...animation_default,
|
|
27
|
+
...shimmer_text_default
|
|
24
28
|
};
|
|
25
29
|
|
|
26
30
|
export {
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import {
|
|
2
|
+
tv
|
|
3
|
+
} from "./chunk-FBI452W6.mjs";
|
|
4
|
+
|
|
5
|
+
// src/components/shimmer-text.ts
|
|
6
|
+
var shimmerText = tv({
|
|
7
|
+
base: "sytech-shimmer-text animate-shimmer-text",
|
|
8
|
+
variants: {
|
|
9
|
+
once: {
|
|
10
|
+
true: "sytech-shimmer-text-once",
|
|
11
|
+
false: ""
|
|
12
|
+
},
|
|
13
|
+
reverse: {
|
|
14
|
+
true: "sytech-shimmer-text-reverse",
|
|
15
|
+
false: ""
|
|
16
|
+
},
|
|
17
|
+
disableAnimation: {
|
|
18
|
+
true: "sytech-shimmer-text-disabled !animate-none",
|
|
19
|
+
false: ""
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
defaultVariants: {
|
|
23
|
+
once: false,
|
|
24
|
+
reverse: false,
|
|
25
|
+
disableAnimation: false
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
export {
|
|
30
|
+
shimmerText
|
|
31
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// src/utilities/shimmer-text.ts
|
|
2
|
+
var readableText = {
|
|
3
|
+
animation: "none !important",
|
|
4
|
+
"background-image": "none",
|
|
5
|
+
"-webkit-text-fill-color": "currentColor"
|
|
6
|
+
};
|
|
7
|
+
var shimmer_text_default = {
|
|
8
|
+
".sytech-shimmer-text": {
|
|
9
|
+
color: "currentColor",
|
|
10
|
+
"--shimmer-angle": "20deg",
|
|
11
|
+
"--shimmer-spread": "calc(3ch + 40px)",
|
|
12
|
+
"--shimmer-iteration": "infinite",
|
|
13
|
+
"--shimmer-direction": "normal",
|
|
14
|
+
"@supports ((background-clip: text) or (-webkit-background-clip: text)) and (color: color-mix(in srgb, red, blue))": {
|
|
15
|
+
"background-image": "linear-gradient(calc(90deg + var(--shimmer-angle)), currentColor calc(50% - var(--shimmer-spread)), color-mix(in srgb, var(--shimmer-color, currentColor) 35%, transparent) 50%, currentColor calc(50% + var(--shimmer-spread)))",
|
|
16
|
+
"background-repeat": "no-repeat",
|
|
17
|
+
"background-size": "calc(200% + var(--shimmer-spread) + var(--shimmer-spread)) 100%",
|
|
18
|
+
"background-position": "100% 0",
|
|
19
|
+
"background-clip": "text",
|
|
20
|
+
"-webkit-background-clip": "text",
|
|
21
|
+
"-webkit-text-fill-color": "transparent"
|
|
22
|
+
},
|
|
23
|
+
"&:where([dir='rtl'], [dir='rtl'] *)": {
|
|
24
|
+
"--shimmer-direction": "reverse"
|
|
25
|
+
},
|
|
26
|
+
"&.sytech-shimmer-text-reverse": {
|
|
27
|
+
"--shimmer-direction": "reverse"
|
|
28
|
+
},
|
|
29
|
+
"&.sytech-shimmer-text-reverse:where([dir='rtl'], [dir='rtl'] *)": {
|
|
30
|
+
"--shimmer-direction": "normal"
|
|
31
|
+
},
|
|
32
|
+
"@media (prefers-reduced-motion: reduce)": readableText
|
|
33
|
+
},
|
|
34
|
+
".sytech-shimmer-text-once": {
|
|
35
|
+
"--shimmer-iteration": "1"
|
|
36
|
+
},
|
|
37
|
+
".sytech-shimmer-text-disabled": readableText
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export {
|
|
41
|
+
shimmer_text_default
|
|
42
|
+
};
|