@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.
Files changed (94) hide show
  1. package/dist/{chunk-7MY46DKJ.mjs → chunk-2BUT7L7P.mjs} +1 -1
  2. package/dist/{chunk-3PBT3W4C.mjs → chunk-4CEUCYJO.mjs} +1 -1
  3. package/dist/{chunk-QU72GCNK.mjs → chunk-7QDYFNL6.mjs} +1 -1
  4. package/dist/{chunk-XOVETH7K.mjs → chunk-7ZVSC6V6.mjs} +1 -1
  5. package/dist/{chunk-GYRKKQKN.mjs → chunk-BHGZZQCH.mjs} +1 -1
  6. package/dist/{chunk-LV6ZC7XH.mjs → chunk-DBDK3IF7.mjs} +9 -9
  7. package/dist/{chunk-4XFAHRMJ.mjs → chunk-EOYBTX52.mjs} +1 -1
  8. package/dist/{chunk-RAC3PSZO.mjs → chunk-FBI452W6.mjs} +1 -1
  9. package/dist/{chunk-M5F7VFZT.mjs → chunk-FLCPUBBE.mjs} +1 -1
  10. package/dist/{chunk-6Q4A5IGD.mjs → chunk-FNHXMO5W.mjs} +1 -1
  11. package/dist/{chunk-HRULT2QB.mjs → chunk-FZM5ZZP2.mjs} +1 -1
  12. package/dist/{chunk-GXDNTAQH.mjs → chunk-GQMW4NEU.mjs} +1 -1
  13. package/dist/{chunk-27EH4573.mjs → chunk-JV5J6JHS.mjs} +1 -1
  14. package/dist/{chunk-CR7SUL27.mjs → chunk-K3TTKHSU.mjs} +1 -1
  15. package/dist/{chunk-K6X3VPO4.mjs → chunk-KCPJHUUJ.mjs} +1 -1
  16. package/dist/{chunk-AI6SQS6Z.mjs → chunk-LYTXO6TG.mjs} +568 -2
  17. package/dist/{chunk-7CAOOET2.mjs → chunk-QP5CGENQ.mjs} +1 -1
  18. package/dist/{chunk-OBSH26UE.mjs → chunk-SRSOCM2C.mjs} +1 -1
  19. package/dist/{chunk-CBIC7UDL.mjs → chunk-TOGBVQYA.mjs} +4 -4
  20. package/dist/{chunk-TYJNRAT2.mjs → chunk-VK7USAMR.mjs} +1 -1
  21. package/dist/{chunk-P2SWF4YK.mjs → chunk-ZLTZIM6X.mjs} +1 -1
  22. package/dist/components/accordion.mjs +25 -25
  23. package/dist/components/alert.mjs +25 -25
  24. package/dist/components/autocomplete.mjs +6 -6
  25. package/dist/components/avatar.mjs +25 -25
  26. package/dist/components/badge.mjs +25 -25
  27. package/dist/components/bottom-bar.mjs +25 -25
  28. package/dist/components/breadcrumbs.mjs +25 -25
  29. package/dist/components/button.mjs +25 -25
  30. package/dist/components/calendar.mjs +25 -25
  31. package/dist/components/card.mjs +25 -25
  32. package/dist/components/checkbox.mjs +25 -25
  33. package/dist/components/chip.mjs +25 -25
  34. package/dist/components/code.mjs +25 -25
  35. package/dist/components/date-input.mjs +6 -6
  36. package/dist/components/date-picker.mjs +6 -6
  37. package/dist/components/divider.mjs +6 -6
  38. package/dist/components/drawer.mjs +6 -6
  39. package/dist/components/drip.mjs +6 -6
  40. package/dist/components/drop-zone.mjs +25 -25
  41. package/dist/components/dropdown.mjs +25 -25
  42. package/dist/components/form.mjs +6 -6
  43. package/dist/components/image.mjs +6 -6
  44. package/dist/components/index.d.mts +1 -0
  45. package/dist/components/index.d.ts +1 -0
  46. package/dist/components/index.js +575 -8
  47. package/dist/components/index.mjs +33 -31
  48. package/dist/components/input-otp.mjs +25 -25
  49. package/dist/components/input.mjs +25 -25
  50. package/dist/components/kbd.mjs +6 -6
  51. package/dist/components/link.mjs +25 -25
  52. package/dist/components/listbox.mjs +25 -25
  53. package/dist/components/menu.mjs +25 -25
  54. package/dist/components/modal.mjs +25 -25
  55. package/dist/components/navbar.mjs +25 -25
  56. package/dist/components/number-input.mjs +25 -25
  57. package/dist/components/pagination.mjs +25 -25
  58. package/dist/components/popover.mjs +25 -25
  59. package/dist/components/progress.mjs +6 -6
  60. package/dist/components/radio.mjs +25 -25
  61. package/dist/components/scroll-area.mjs +6 -6
  62. package/dist/components/scroll-shadow.mjs +6 -6
  63. package/dist/components/select.mjs +25 -25
  64. package/dist/components/shimmer-text.d.mts +18 -18
  65. package/dist/components/shimmer-text.d.ts +18 -18
  66. package/dist/components/shimmer-text.js +8 -8
  67. package/dist/components/shimmer-text.mjs +6 -6
  68. package/dist/components/skeleton.mjs +6 -6
  69. package/dist/components/slider.mjs +25 -25
  70. package/dist/components/snippet.mjs +25 -25
  71. package/dist/components/spacer.mjs +6 -6
  72. package/dist/components/spinner.mjs +6 -6
  73. package/dist/components/stepper.d.mts +288 -0
  74. package/dist/components/stepper.d.ts +288 -0
  75. package/dist/components/stepper.js +849 -0
  76. package/dist/components/stepper.mjs +53 -0
  77. package/dist/components/table.mjs +25 -25
  78. package/dist/components/tabs.mjs +25 -25
  79. package/dist/components/toast.mjs +25 -25
  80. package/dist/components/toggle.mjs +25 -25
  81. package/dist/components/user.mjs +25 -25
  82. package/dist/index.d.mts +1 -0
  83. package/dist/index.d.ts +1 -0
  84. package/dist/index.js +575 -8
  85. package/dist/index.mjs +35 -33
  86. package/dist/plugin.mjs +5 -5
  87. package/dist/utilities/index.mjs +3 -3
  88. package/dist/utils/cn.mjs +5 -5
  89. package/dist/utils/index.mjs +25 -25
  90. package/dist/utils/merge-classes.mjs +25 -25
  91. package/dist/utils/tv.mjs +5 -5
  92. package/dist/utils/tw-merge-config.mjs +4 -4
  93. package/package.json +1 -1
  94. package/dist/{chunk-UJC5GXOO.mjs → chunk-2WQ76NXU.mjs} +6 -6
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/spinner.ts
6
6
  var spinner = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/kbd.ts
6
6
  var kbd = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  utilities
3
- } from "./chunk-UJC5GXOO.mjs";
3
+ } from "./chunk-2WQ76NXU.mjs";
4
4
 
5
5
  // src/utils/tw-merge-config.ts
6
6
  var COMMON_UNITS = ["small", "medium", "large"];
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/divider.ts
6
6
  var divider = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/scroll-area.ts
6
6
  var scrollArea = tv({
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
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
- direction: {
10
- auto: "",
11
- reverse: "sytech-shimmer-text-reverse"
9
+ once: {
10
+ true: "sytech-shimmer-text-once",
11
+ false: ""
12
12
  },
13
- iteration: {
14
- infinite: "",
15
- once: "sytech-shimmer-text-once"
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
- direction: "auto",
24
- iteration: "infinite",
23
+ once: false,
24
+ reverse: false,
25
25
  disableAnimation: false
26
26
  }
27
27
  });
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/drawer.ts
6
6
  var drawer = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  twMergeConfig
3
- } from "./chunk-QU72GCNK.mjs";
3
+ } from "./chunk-7QDYFNL6.mjs";
4
4
 
5
5
  // src/utils/tv.ts
6
6
  import { tv as tvBase } from "tailwind-variants";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/date-picker.ts
6
6
  var datePicker = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/spacer.ts
6
6
  var spacer = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/image.ts
6
6
  var image = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/autocomplete.ts
6
6
  var autocomplete = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/skeleton.ts
6
6
  var skeleton = tv({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/scroll-shadow.ts
6
6
  var verticalShadow = [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tv
3
- } from "./chunk-RAC3PSZO.mjs";
3
+ } from "./chunk-FBI452W6.mjs";
4
4
 
5
5
  // src/components/form.ts
6
6
  var form = tv({