@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.
Files changed (170) hide show
  1. package/dist/animations/index.d.mts +9 -0
  2. package/dist/animations/index.d.ts +9 -0
  3. package/dist/animations/index.js +9 -0
  4. package/dist/animations/index.mjs +1 -1
  5. package/dist/{chunk-TRZPE5UW.mjs → chunk-2BUT7L7P.mjs} +1 -1
  6. package/dist/{chunk-6US6AURX.mjs → chunk-2WQ76NXU.mjs} +8 -4
  7. package/dist/{chunk-FQECQOZE.mjs → chunk-4CEUCYJO.mjs} +1 -1
  8. package/dist/{chunk-3INHRVXM.mjs → chunk-7QDYFNL6.mjs} +1 -1
  9. package/dist/{chunk-SSU66MWA.mjs → chunk-7ZVSC6V6.mjs} +1 -1
  10. package/dist/{chunk-4V3RQUZU.mjs → chunk-BHGZZQCH.mjs} +1 -1
  11. package/dist/{chunk-Q5TYW2HJ.mjs → chunk-CPSLANMP.mjs} +2 -2
  12. package/dist/chunk-DBDK3IF7.mjs +31 -0
  13. package/dist/{chunk-3L7WFLSH.mjs → chunk-EOYBTX52.mjs} +1 -1
  14. package/dist/{chunk-NPGKX3MZ.mjs → chunk-FBI452W6.mjs} +1 -1
  15. package/dist/{chunk-JNXXF3DG.mjs → chunk-FFKHVGFX.mjs} +1 -1
  16. package/dist/chunk-FJOYYPB2.mjs +42 -0
  17. package/dist/{chunk-QQVGHMSD.mjs → chunk-FLCPUBBE.mjs} +1 -1
  18. package/dist/{chunk-VDS6DP26.mjs → chunk-FNHXMO5W.mjs} +1 -1
  19. package/dist/{chunk-5PWGYVAP.mjs → chunk-FZM5ZZP2.mjs} +1 -1
  20. package/dist/{chunk-FUKRIH5Z.mjs → chunk-GQMW4NEU.mjs} +1 -1
  21. package/dist/{chunk-Z65VJL4Y.mjs → chunk-JV5J6JHS.mjs} +1 -1
  22. package/dist/{chunk-SGV526OS.mjs → chunk-K3TTKHSU.mjs} +1 -1
  23. package/dist/{chunk-EJDFNA7Y.mjs → chunk-KCPJHUUJ.mjs} +1 -1
  24. package/dist/{chunk-IB36XVBI.mjs → chunk-LYTXO6TG.mjs} +579 -12
  25. package/dist/{chunk-NKYWOWNW.mjs → chunk-QP5CGENQ.mjs} +1 -1
  26. package/dist/{chunk-HYWP3BX7.mjs → chunk-SLRWKURF.mjs} +9 -0
  27. package/dist/{chunk-E34EWEJV.mjs → chunk-SRSOCM2C.mjs} +1 -1
  28. package/dist/{chunk-IAAKK6MJ.mjs → chunk-TOGBVQYA.mjs} +6 -6
  29. package/dist/{chunk-JS2FQJMX.mjs → chunk-VK7USAMR.mjs} +1 -1
  30. package/dist/{chunk-YW4DIYUX.mjs → chunk-ZLTZIM6X.mjs} +1 -1
  31. package/dist/colors/common.mjs +3 -3
  32. package/dist/colors/index.mjs +5 -5
  33. package/dist/colors/semantic.mjs +4 -4
  34. package/dist/colors.mjs +5 -5
  35. package/dist/components/accordion.js +41 -1
  36. package/dist/components/accordion.mjs +30 -28
  37. package/dist/components/alert.js +41 -1
  38. package/dist/components/alert.mjs +30 -28
  39. package/dist/components/autocomplete.js +41 -1
  40. package/dist/components/autocomplete.mjs +6 -5
  41. package/dist/components/avatar.js +41 -1
  42. package/dist/components/avatar.mjs +30 -28
  43. package/dist/components/badge.js +41 -1
  44. package/dist/components/badge.mjs +30 -28
  45. package/dist/components/bottom-bar.d.mts +3 -3
  46. package/dist/components/bottom-bar.d.ts +3 -3
  47. package/dist/components/bottom-bar.js +52 -11
  48. package/dist/components/bottom-bar.mjs +30 -28
  49. package/dist/components/breadcrumbs.js +41 -1
  50. package/dist/components/breadcrumbs.mjs +30 -28
  51. package/dist/components/button.js +41 -1
  52. package/dist/components/button.mjs +30 -28
  53. package/dist/components/calendar.js +41 -1
  54. package/dist/components/calendar.mjs +30 -28
  55. package/dist/components/card.js +41 -1
  56. package/dist/components/card.mjs +30 -28
  57. package/dist/components/checkbox.js +41 -1
  58. package/dist/components/checkbox.mjs +30 -28
  59. package/dist/components/chip.js +41 -1
  60. package/dist/components/chip.mjs +30 -28
  61. package/dist/components/code.js +41 -1
  62. package/dist/components/code.mjs +30 -28
  63. package/dist/components/date-input.js +41 -1
  64. package/dist/components/date-input.mjs +6 -5
  65. package/dist/components/date-picker.js +41 -1
  66. package/dist/components/date-picker.mjs +6 -5
  67. package/dist/components/divider.js +41 -1
  68. package/dist/components/divider.mjs +6 -5
  69. package/dist/components/drawer.js +41 -1
  70. package/dist/components/drawer.mjs +6 -5
  71. package/dist/components/drip.js +41 -1
  72. package/dist/components/drip.mjs +6 -5
  73. package/dist/components/drop-zone.js +41 -1
  74. package/dist/components/drop-zone.mjs +30 -28
  75. package/dist/components/dropdown.js +41 -1
  76. package/dist/components/dropdown.mjs +30 -28
  77. package/dist/components/form.js +41 -1
  78. package/dist/components/form.mjs +6 -5
  79. package/dist/components/image.js +41 -1
  80. package/dist/components/image.mjs +6 -5
  81. package/dist/components/index.d.mts +2 -0
  82. package/dist/components/index.d.ts +2 -0
  83. package/dist/components/index.js +645 -11
  84. package/dist/components/index.mjs +40 -33
  85. package/dist/components/input-otp.js +41 -1
  86. package/dist/components/input-otp.mjs +30 -28
  87. package/dist/components/input.js +41 -1
  88. package/dist/components/input.mjs +30 -28
  89. package/dist/components/kbd.js +41 -1
  90. package/dist/components/kbd.mjs +6 -5
  91. package/dist/components/link.js +41 -1
  92. package/dist/components/link.mjs +30 -28
  93. package/dist/components/listbox.js +41 -1
  94. package/dist/components/listbox.mjs +30 -28
  95. package/dist/components/menu.js +41 -1
  96. package/dist/components/menu.mjs +30 -28
  97. package/dist/components/modal.js +41 -1
  98. package/dist/components/modal.mjs +30 -28
  99. package/dist/components/navbar.js +41 -1
  100. package/dist/components/navbar.mjs +30 -28
  101. package/dist/components/number-input.js +41 -1
  102. package/dist/components/number-input.mjs +30 -28
  103. package/dist/components/pagination.js +41 -1
  104. package/dist/components/pagination.mjs +30 -28
  105. package/dist/components/popover.js +41 -1
  106. package/dist/components/popover.mjs +30 -28
  107. package/dist/components/progress.js +41 -1
  108. package/dist/components/progress.mjs +6 -5
  109. package/dist/components/radio.js +41 -1
  110. package/dist/components/radio.mjs +30 -28
  111. package/dist/components/scroll-area.js +41 -1
  112. package/dist/components/scroll-area.mjs +6 -5
  113. package/dist/components/scroll-shadow.js +41 -1
  114. package/dist/components/scroll-shadow.mjs +6 -5
  115. package/dist/components/select.js +41 -1
  116. package/dist/components/select.mjs +30 -28
  117. package/dist/components/shimmer-text.d.mts +46 -0
  118. package/dist/components/shimmer-text.d.ts +46 -0
  119. package/dist/components/shimmer-text.js +301 -0
  120. package/dist/components/shimmer-text.mjs +15 -0
  121. package/dist/components/skeleton.js +41 -1
  122. package/dist/components/skeleton.mjs +6 -5
  123. package/dist/components/slider.js +41 -1
  124. package/dist/components/slider.mjs +30 -28
  125. package/dist/components/snippet.js +41 -1
  126. package/dist/components/snippet.mjs +30 -28
  127. package/dist/components/spacer.js +41 -1
  128. package/dist/components/spacer.mjs +6 -5
  129. package/dist/components/spinner.js +41 -1
  130. package/dist/components/spinner.mjs +6 -5
  131. package/dist/components/stepper.d.mts +288 -0
  132. package/dist/components/stepper.d.ts +288 -0
  133. package/dist/components/stepper.js +849 -0
  134. package/dist/components/stepper.mjs +53 -0
  135. package/dist/components/table.js +41 -1
  136. package/dist/components/table.mjs +30 -28
  137. package/dist/components/tabs.js +41 -1
  138. package/dist/components/tabs.mjs +30 -28
  139. package/dist/components/toast.js +41 -1
  140. package/dist/components/toast.mjs +30 -28
  141. package/dist/components/toggle.js +41 -1
  142. package/dist/components/toggle.mjs +30 -28
  143. package/dist/components/user.js +41 -1
  144. package/dist/components/user.mjs +30 -28
  145. package/dist/index.d.mts +2 -0
  146. package/dist/index.d.ts +2 -0
  147. package/dist/index.js +654 -11
  148. package/dist/index.mjs +40 -33
  149. package/dist/plugin.js +50 -1
  150. package/dist/plugin.mjs +10 -9
  151. package/dist/utilities/index.d.mts +38 -0
  152. package/dist/utilities/index.d.ts +38 -0
  153. package/dist/utilities/index.js +41 -1
  154. package/dist/utilities/index.mjs +3 -2
  155. package/dist/utilities/shimmer-text.d.mts +42 -0
  156. package/dist/utilities/shimmer-text.d.ts +42 -0
  157. package/dist/utilities/shimmer-text.js +62 -0
  158. package/dist/utilities/shimmer-text.mjs +6 -0
  159. package/dist/utils/cn.js +41 -1
  160. package/dist/utils/cn.mjs +5 -4
  161. package/dist/utils/index.js +41 -1
  162. package/dist/utils/index.mjs +30 -28
  163. package/dist/utils/merge-classes.js +41 -1
  164. package/dist/utils/merge-classes.mjs +30 -28
  165. package/dist/utils/tv.js +41 -1
  166. package/dist/utils/tv.mjs +5 -4
  167. package/dist/utils/tw-merge-config.js +41 -1
  168. package/dist/utils/tw-merge-config.mjs +4 -3
  169. package/package.json +1 -1
  170. package/dist/{chunk-6TOTQSJE.mjs → chunk-IAS3SFA4.mjs} +6 -6
@@ -0,0 +1,288 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const stepper: tailwind_variants.TVReturnType<{
5
+ orientation: {
6
+ horizontal: {
7
+ base: string;
8
+ list: string;
9
+ item: string;
10
+ trigger: string;
11
+ content: string;
12
+ separator: string;
13
+ };
14
+ vertical: {
15
+ list: string;
16
+ item: string;
17
+ trigger: string;
18
+ content: string;
19
+ separator: string;
20
+ };
21
+ };
22
+ variant: {
23
+ solid: {};
24
+ bordered: {};
25
+ flat: {};
26
+ dot: {};
27
+ };
28
+ color: {
29
+ default: {};
30
+ primary: {};
31
+ secondary: {};
32
+ success: {};
33
+ warning: {};
34
+ danger: {};
35
+ };
36
+ size: {
37
+ sm: {
38
+ indicator: string;
39
+ title: string;
40
+ description: string;
41
+ };
42
+ md: {
43
+ indicator: string;
44
+ title: string;
45
+ description: string;
46
+ };
47
+ lg: {
48
+ indicator: string;
49
+ title: string;
50
+ description: string;
51
+ };
52
+ };
53
+ radius: {
54
+ none: {
55
+ indicator: string;
56
+ };
57
+ sm: {
58
+ indicator: string;
59
+ };
60
+ md: {
61
+ indicator: string;
62
+ };
63
+ lg: {
64
+ indicator: string;
65
+ };
66
+ full: {
67
+ indicator: string;
68
+ };
69
+ };
70
+ separatorMode: {
71
+ spaced: {};
72
+ connected: {};
73
+ };
74
+ isDisabled: {
75
+ true: {
76
+ base: string;
77
+ };
78
+ };
79
+ disableAnimation: {
80
+ false: {
81
+ indicator: string;
82
+ };
83
+ true: {
84
+ indicator: string;
85
+ };
86
+ };
87
+ }, {
88
+ base: string;
89
+ list: string;
90
+ item: string;
91
+ trigger: string[];
92
+ indicator: string[];
93
+ content: string;
94
+ title: string[];
95
+ description: string;
96
+ separator: string;
97
+ }, undefined, {
98
+ orientation: {
99
+ horizontal: {
100
+ base: string;
101
+ list: string;
102
+ item: string;
103
+ trigger: string;
104
+ content: string;
105
+ separator: string;
106
+ };
107
+ vertical: {
108
+ list: string;
109
+ item: string;
110
+ trigger: string;
111
+ content: string;
112
+ separator: string;
113
+ };
114
+ };
115
+ variant: {
116
+ solid: {};
117
+ bordered: {};
118
+ flat: {};
119
+ dot: {};
120
+ };
121
+ color: {
122
+ default: {};
123
+ primary: {};
124
+ secondary: {};
125
+ success: {};
126
+ warning: {};
127
+ danger: {};
128
+ };
129
+ size: {
130
+ sm: {
131
+ indicator: string;
132
+ title: string;
133
+ description: string;
134
+ };
135
+ md: {
136
+ indicator: string;
137
+ title: string;
138
+ description: string;
139
+ };
140
+ lg: {
141
+ indicator: string;
142
+ title: string;
143
+ description: string;
144
+ };
145
+ };
146
+ radius: {
147
+ none: {
148
+ indicator: string;
149
+ };
150
+ sm: {
151
+ indicator: string;
152
+ };
153
+ md: {
154
+ indicator: string;
155
+ };
156
+ lg: {
157
+ indicator: string;
158
+ };
159
+ full: {
160
+ indicator: string;
161
+ };
162
+ };
163
+ separatorMode: {
164
+ spaced: {};
165
+ connected: {};
166
+ };
167
+ isDisabled: {
168
+ true: {
169
+ base: string;
170
+ };
171
+ };
172
+ disableAnimation: {
173
+ false: {
174
+ indicator: string;
175
+ };
176
+ true: {
177
+ indicator: string;
178
+ };
179
+ };
180
+ }, {
181
+ base: string;
182
+ list: string;
183
+ item: string;
184
+ trigger: string[];
185
+ indicator: string[];
186
+ content: string;
187
+ title: string[];
188
+ description: string;
189
+ separator: string;
190
+ }, tailwind_variants.TVReturnType<{
191
+ orientation: {
192
+ horizontal: {
193
+ base: string;
194
+ list: string;
195
+ item: string;
196
+ trigger: string;
197
+ content: string;
198
+ separator: string;
199
+ };
200
+ vertical: {
201
+ list: string;
202
+ item: string;
203
+ trigger: string;
204
+ content: string;
205
+ separator: string;
206
+ };
207
+ };
208
+ variant: {
209
+ solid: {};
210
+ bordered: {};
211
+ flat: {};
212
+ dot: {};
213
+ };
214
+ color: {
215
+ default: {};
216
+ primary: {};
217
+ secondary: {};
218
+ success: {};
219
+ warning: {};
220
+ danger: {};
221
+ };
222
+ size: {
223
+ sm: {
224
+ indicator: string;
225
+ title: string;
226
+ description: string;
227
+ };
228
+ md: {
229
+ indicator: string;
230
+ title: string;
231
+ description: string;
232
+ };
233
+ lg: {
234
+ indicator: string;
235
+ title: string;
236
+ description: string;
237
+ };
238
+ };
239
+ radius: {
240
+ none: {
241
+ indicator: string;
242
+ };
243
+ sm: {
244
+ indicator: string;
245
+ };
246
+ md: {
247
+ indicator: string;
248
+ };
249
+ lg: {
250
+ indicator: string;
251
+ };
252
+ full: {
253
+ indicator: string;
254
+ };
255
+ };
256
+ separatorMode: {
257
+ spaced: {};
258
+ connected: {};
259
+ };
260
+ isDisabled: {
261
+ true: {
262
+ base: string;
263
+ };
264
+ };
265
+ disableAnimation: {
266
+ false: {
267
+ indicator: string;
268
+ };
269
+ true: {
270
+ indicator: string;
271
+ };
272
+ };
273
+ }, {
274
+ base: string;
275
+ list: string;
276
+ item: string;
277
+ trigger: string[];
278
+ indicator: string[];
279
+ content: string;
280
+ title: string[];
281
+ description: string;
282
+ separator: string;
283
+ }, undefined, unknown, unknown, undefined>>;
284
+ type StepperVariantProps = VariantProps<typeof stepper>;
285
+ type StepperSlots = keyof ReturnType<typeof stepper>;
286
+ type StepperReturnType = ReturnType<typeof stepper>;
287
+
288
+ export { type StepperReturnType, type StepperSlots, type StepperVariantProps, stepper };
@@ -0,0 +1,288 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const stepper: tailwind_variants.TVReturnType<{
5
+ orientation: {
6
+ horizontal: {
7
+ base: string;
8
+ list: string;
9
+ item: string;
10
+ trigger: string;
11
+ content: string;
12
+ separator: string;
13
+ };
14
+ vertical: {
15
+ list: string;
16
+ item: string;
17
+ trigger: string;
18
+ content: string;
19
+ separator: string;
20
+ };
21
+ };
22
+ variant: {
23
+ solid: {};
24
+ bordered: {};
25
+ flat: {};
26
+ dot: {};
27
+ };
28
+ color: {
29
+ default: {};
30
+ primary: {};
31
+ secondary: {};
32
+ success: {};
33
+ warning: {};
34
+ danger: {};
35
+ };
36
+ size: {
37
+ sm: {
38
+ indicator: string;
39
+ title: string;
40
+ description: string;
41
+ };
42
+ md: {
43
+ indicator: string;
44
+ title: string;
45
+ description: string;
46
+ };
47
+ lg: {
48
+ indicator: string;
49
+ title: string;
50
+ description: string;
51
+ };
52
+ };
53
+ radius: {
54
+ none: {
55
+ indicator: string;
56
+ };
57
+ sm: {
58
+ indicator: string;
59
+ };
60
+ md: {
61
+ indicator: string;
62
+ };
63
+ lg: {
64
+ indicator: string;
65
+ };
66
+ full: {
67
+ indicator: string;
68
+ };
69
+ };
70
+ separatorMode: {
71
+ spaced: {};
72
+ connected: {};
73
+ };
74
+ isDisabled: {
75
+ true: {
76
+ base: string;
77
+ };
78
+ };
79
+ disableAnimation: {
80
+ false: {
81
+ indicator: string;
82
+ };
83
+ true: {
84
+ indicator: string;
85
+ };
86
+ };
87
+ }, {
88
+ base: string;
89
+ list: string;
90
+ item: string;
91
+ trigger: string[];
92
+ indicator: string[];
93
+ content: string;
94
+ title: string[];
95
+ description: string;
96
+ separator: string;
97
+ }, undefined, {
98
+ orientation: {
99
+ horizontal: {
100
+ base: string;
101
+ list: string;
102
+ item: string;
103
+ trigger: string;
104
+ content: string;
105
+ separator: string;
106
+ };
107
+ vertical: {
108
+ list: string;
109
+ item: string;
110
+ trigger: string;
111
+ content: string;
112
+ separator: string;
113
+ };
114
+ };
115
+ variant: {
116
+ solid: {};
117
+ bordered: {};
118
+ flat: {};
119
+ dot: {};
120
+ };
121
+ color: {
122
+ default: {};
123
+ primary: {};
124
+ secondary: {};
125
+ success: {};
126
+ warning: {};
127
+ danger: {};
128
+ };
129
+ size: {
130
+ sm: {
131
+ indicator: string;
132
+ title: string;
133
+ description: string;
134
+ };
135
+ md: {
136
+ indicator: string;
137
+ title: string;
138
+ description: string;
139
+ };
140
+ lg: {
141
+ indicator: string;
142
+ title: string;
143
+ description: string;
144
+ };
145
+ };
146
+ radius: {
147
+ none: {
148
+ indicator: string;
149
+ };
150
+ sm: {
151
+ indicator: string;
152
+ };
153
+ md: {
154
+ indicator: string;
155
+ };
156
+ lg: {
157
+ indicator: string;
158
+ };
159
+ full: {
160
+ indicator: string;
161
+ };
162
+ };
163
+ separatorMode: {
164
+ spaced: {};
165
+ connected: {};
166
+ };
167
+ isDisabled: {
168
+ true: {
169
+ base: string;
170
+ };
171
+ };
172
+ disableAnimation: {
173
+ false: {
174
+ indicator: string;
175
+ };
176
+ true: {
177
+ indicator: string;
178
+ };
179
+ };
180
+ }, {
181
+ base: string;
182
+ list: string;
183
+ item: string;
184
+ trigger: string[];
185
+ indicator: string[];
186
+ content: string;
187
+ title: string[];
188
+ description: string;
189
+ separator: string;
190
+ }, tailwind_variants.TVReturnType<{
191
+ orientation: {
192
+ horizontal: {
193
+ base: string;
194
+ list: string;
195
+ item: string;
196
+ trigger: string;
197
+ content: string;
198
+ separator: string;
199
+ };
200
+ vertical: {
201
+ list: string;
202
+ item: string;
203
+ trigger: string;
204
+ content: string;
205
+ separator: string;
206
+ };
207
+ };
208
+ variant: {
209
+ solid: {};
210
+ bordered: {};
211
+ flat: {};
212
+ dot: {};
213
+ };
214
+ color: {
215
+ default: {};
216
+ primary: {};
217
+ secondary: {};
218
+ success: {};
219
+ warning: {};
220
+ danger: {};
221
+ };
222
+ size: {
223
+ sm: {
224
+ indicator: string;
225
+ title: string;
226
+ description: string;
227
+ };
228
+ md: {
229
+ indicator: string;
230
+ title: string;
231
+ description: string;
232
+ };
233
+ lg: {
234
+ indicator: string;
235
+ title: string;
236
+ description: string;
237
+ };
238
+ };
239
+ radius: {
240
+ none: {
241
+ indicator: string;
242
+ };
243
+ sm: {
244
+ indicator: string;
245
+ };
246
+ md: {
247
+ indicator: string;
248
+ };
249
+ lg: {
250
+ indicator: string;
251
+ };
252
+ full: {
253
+ indicator: string;
254
+ };
255
+ };
256
+ separatorMode: {
257
+ spaced: {};
258
+ connected: {};
259
+ };
260
+ isDisabled: {
261
+ true: {
262
+ base: string;
263
+ };
264
+ };
265
+ disableAnimation: {
266
+ false: {
267
+ indicator: string;
268
+ };
269
+ true: {
270
+ indicator: string;
271
+ };
272
+ };
273
+ }, {
274
+ base: string;
275
+ list: string;
276
+ item: string;
277
+ trigger: string[];
278
+ indicator: string[];
279
+ content: string;
280
+ title: string[];
281
+ description: string;
282
+ separator: string;
283
+ }, undefined, unknown, unknown, undefined>>;
284
+ type StepperVariantProps = VariantProps<typeof stepper>;
285
+ type StepperSlots = keyof ReturnType<typeof stepper>;
286
+ type StepperReturnType = ReturnType<typeof stepper>;
287
+
288
+ export { type StepperReturnType, type StepperSlots, type StepperVariantProps, stepper };