@sytechui/theme 2.6.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/{chunk-7MY46DKJ.mjs → chunk-2BUT7L7P.mjs} +1 -1
- package/dist/{chunk-3PBT3W4C.mjs → chunk-4CEUCYJO.mjs} +1 -1
- package/dist/{chunk-QU72GCNK.mjs → chunk-7QDYFNL6.mjs} +1 -1
- package/dist/{chunk-XOVETH7K.mjs → chunk-7ZVSC6V6.mjs} +1 -1
- package/dist/{chunk-GYRKKQKN.mjs → chunk-BHGZZQCH.mjs} +1 -1
- package/dist/{chunk-LV6ZC7XH.mjs → chunk-DBDK3IF7.mjs} +9 -9
- package/dist/{chunk-4XFAHRMJ.mjs → chunk-EOYBTX52.mjs} +1 -1
- package/dist/{chunk-RAC3PSZO.mjs → chunk-FBI452W6.mjs} +1 -1
- package/dist/{chunk-M5F7VFZT.mjs → chunk-FLCPUBBE.mjs} +1 -1
- package/dist/{chunk-6Q4A5IGD.mjs → chunk-FNHXMO5W.mjs} +1 -1
- package/dist/{chunk-HRULT2QB.mjs → chunk-FZM5ZZP2.mjs} +1 -1
- package/dist/{chunk-GXDNTAQH.mjs → chunk-GQMW4NEU.mjs} +1 -1
- package/dist/{chunk-27EH4573.mjs → chunk-JV5J6JHS.mjs} +1 -1
- package/dist/{chunk-CR7SUL27.mjs → chunk-K3TTKHSU.mjs} +1 -1
- package/dist/{chunk-K6X3VPO4.mjs → chunk-KCPJHUUJ.mjs} +1 -1
- package/dist/{chunk-AI6SQS6Z.mjs → chunk-LYTXO6TG.mjs} +568 -2
- package/dist/{chunk-7CAOOET2.mjs → chunk-QP5CGENQ.mjs} +1 -1
- package/dist/{chunk-OBSH26UE.mjs → chunk-SRSOCM2C.mjs} +1 -1
- package/dist/{chunk-CBIC7UDL.mjs → chunk-TOGBVQYA.mjs} +4 -4
- package/dist/{chunk-TYJNRAT2.mjs → chunk-VK7USAMR.mjs} +1 -1
- package/dist/{chunk-P2SWF4YK.mjs → chunk-ZLTZIM6X.mjs} +1 -1
- package/dist/components/accordion.mjs +25 -25
- package/dist/components/alert.mjs +25 -25
- package/dist/components/autocomplete.mjs +6 -6
- package/dist/components/avatar.mjs +25 -25
- package/dist/components/badge.mjs +25 -25
- package/dist/components/bottom-bar.mjs +25 -25
- package/dist/components/breadcrumbs.mjs +25 -25
- package/dist/components/button.mjs +25 -25
- package/dist/components/calendar.mjs +25 -25
- package/dist/components/card.mjs +25 -25
- package/dist/components/checkbox.mjs +25 -25
- package/dist/components/chip.mjs +25 -25
- package/dist/components/code.mjs +25 -25
- package/dist/components/date-input.mjs +6 -6
- package/dist/components/date-picker.mjs +6 -6
- package/dist/components/divider.mjs +6 -6
- package/dist/components/drawer.mjs +6 -6
- package/dist/components/drip.mjs +6 -6
- package/dist/components/drop-zone.mjs +25 -25
- package/dist/components/dropdown.mjs +25 -25
- package/dist/components/form.mjs +6 -6
- package/dist/components/image.mjs +6 -6
- package/dist/components/index.d.mts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +575 -8
- package/dist/components/index.mjs +33 -31
- package/dist/components/input-otp.mjs +25 -25
- package/dist/components/input.mjs +25 -25
- package/dist/components/kbd.mjs +6 -6
- package/dist/components/link.mjs +25 -25
- package/dist/components/listbox.mjs +25 -25
- package/dist/components/menu.mjs +25 -25
- package/dist/components/modal.mjs +25 -25
- package/dist/components/navbar.mjs +25 -25
- package/dist/components/number-input.mjs +25 -25
- package/dist/components/pagination.mjs +25 -25
- package/dist/components/popover.mjs +25 -25
- package/dist/components/progress.mjs +6 -6
- package/dist/components/radio.mjs +25 -25
- package/dist/components/scroll-area.mjs +6 -6
- package/dist/components/scroll-shadow.mjs +6 -6
- package/dist/components/select.mjs +25 -25
- package/dist/components/shimmer-text.d.mts +18 -18
- package/dist/components/shimmer-text.d.ts +18 -18
- package/dist/components/shimmer-text.js +8 -8
- package/dist/components/shimmer-text.mjs +6 -6
- package/dist/components/skeleton.mjs +6 -6
- package/dist/components/slider.mjs +25 -25
- package/dist/components/snippet.mjs +25 -25
- package/dist/components/spacer.mjs +6 -6
- 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.js +849 -0
- package/dist/components/stepper.mjs +53 -0
- package/dist/components/table.mjs +25 -25
- package/dist/components/tabs.mjs +25 -25
- package/dist/components/toast.mjs +25 -25
- package/dist/components/toggle.mjs +25 -25
- package/dist/components/user.mjs +25 -25
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +575 -8
- package/dist/index.mjs +35 -33
- package/dist/plugin.mjs +5 -5
- package/dist/utilities/index.mjs +3 -3
- package/dist/utils/cn.mjs +5 -5
- package/dist/utils/index.mjs +25 -25
- package/dist/utils/merge-classes.mjs +25 -25
- package/dist/utils/tv.mjs +5 -5
- package/dist/utils/tw-merge-config.mjs +4 -4
- package/package.json +1 -1
- package/dist/{chunk-UJC5GXOO.mjs → chunk-2WQ76NXU.mjs} +6 -6
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tv
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FBI452W6.mjs";
|
|
4
4
|
|
|
5
5
|
// src/components/shimmer-text.ts
|
|
6
6
|
var shimmerText = tv({
|
|
7
7
|
base: "sytech-shimmer-text animate-shimmer-text",
|
|
8
8
|
variants: {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
once: {
|
|
10
|
+
true: "sytech-shimmer-text-once",
|
|
11
|
+
false: ""
|
|
12
12
|
},
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
reverse: {
|
|
14
|
+
true: "sytech-shimmer-text-reverse",
|
|
15
|
+
false: ""
|
|
16
16
|
},
|
|
17
17
|
disableAnimation: {
|
|
18
18
|
true: "sytech-shimmer-text-disabled !animate-none",
|
|
@@ -20,8 +20,8 @@ var shimmerText = tv({
|
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
defaultVariants: {
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
once: false,
|
|
24
|
+
reverse: false,
|
|
25
25
|
disableAnimation: false
|
|
26
26
|
}
|
|
27
27
|
});
|