@ultraviolet/ui 3.0.0-beta.7 → 3.0.0-beta.9

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 (89) hide show
  1. package/dist/components/Avatar/styles.css.cjs +0 -1
  2. package/dist/components/Avatar/styles.css.js +0 -1
  3. package/dist/components/Avatar/variables.css.cjs +1 -0
  4. package/dist/components/Avatar/variables.css.js +1 -0
  5. package/dist/components/Chip/ChipContext.d.ts +1 -1
  6. package/dist/components/Chip/ChipIcon.cjs +10 -21
  7. package/dist/components/Chip/ChipIcon.js +10 -19
  8. package/dist/components/Chip/index.cjs +2 -56
  9. package/dist/components/Chip/index.d.ts +1 -1
  10. package/dist/components/Chip/index.js +2 -54
  11. package/dist/components/Chip/styles.css.cjs +8 -0
  12. package/dist/components/Chip/styles.css.d.ts +2 -0
  13. package/dist/components/Chip/styles.css.js +8 -0
  14. package/dist/components/Dialog/index.d.ts +1 -1
  15. package/dist/components/ExpandableCard/index.cjs +7 -7
  16. package/dist/components/ExpandableCard/index.js +7 -7
  17. package/dist/components/Label/index.cjs +20 -24
  18. package/dist/components/Label/index.js +20 -22
  19. package/dist/components/Label/styles.css.cjs +5 -0
  20. package/dist/components/Label/styles.css.d.ts +1 -0
  21. package/dist/components/Label/styles.css.js +5 -0
  22. package/dist/components/Menu/helpers.d.ts +1 -1
  23. package/dist/components/Meter/styles.css.cjs +0 -1
  24. package/dist/components/Meter/styles.css.js +0 -1
  25. package/dist/components/Notice/index.cjs +2 -12
  26. package/dist/components/Notice/index.js +2 -10
  27. package/dist/components/Notice/styles.css.cjs +5 -0
  28. package/dist/components/Notice/styles.css.d.ts +1 -0
  29. package/dist/components/Notice/styles.css.js +5 -0
  30. package/dist/components/NumberInput/index.cjs +12 -9
  31. package/dist/components/NumberInput/index.d.ts +1 -1
  32. package/dist/components/NumberInput/index.js +12 -9
  33. package/dist/components/PasswordCheck/index.cjs +2 -12
  34. package/dist/components/PasswordCheck/index.js +2 -10
  35. package/dist/components/PasswordCheck/styles.css.cjs +5 -0
  36. package/dist/components/PasswordCheck/styles.css.d.ts +1 -0
  37. package/dist/components/PasswordCheck/styles.css.js +5 -0
  38. package/dist/components/Popup/styles.css.cjs +1 -0
  39. package/dist/components/Popup/styles.css.js +1 -0
  40. package/dist/components/Popup/variables.css.cjs +0 -1
  41. package/dist/components/Popup/variables.css.js +0 -1
  42. package/dist/components/Radio/index.d.ts +29 -12
  43. package/dist/components/Row/index.cjs +28 -38
  44. package/dist/components/Row/index.d.ts +8 -10
  45. package/dist/components/Row/index.js +29 -37
  46. package/dist/components/Row/styles.css.cjs +16 -0
  47. package/dist/components/Row/styles.css.d.ts +460 -0
  48. package/dist/components/Row/styles.css.js +16 -0
  49. package/dist/components/Row/variables.css.cjs +7 -0
  50. package/dist/components/Row/variables.css.d.ts +4 -0
  51. package/dist/components/Row/variables.css.js +7 -0
  52. package/dist/components/Slider/styles.d.ts +30 -13
  53. package/dist/components/Snippet/index.cjs +10 -10
  54. package/dist/components/Snippet/index.js +10 -10
  55. package/dist/components/Stack/index.cjs +69 -44
  56. package/dist/components/Stack/index.d.ts +17 -19
  57. package/dist/components/Stack/index.js +69 -42
  58. package/dist/components/Stack/styles.css.cjs +19 -0
  59. package/dist/components/Stack/styles.css.d.ts +470 -0
  60. package/dist/components/Stack/styles.css.js +19 -0
  61. package/dist/components/Stack/types.d.ts +8 -0
  62. package/dist/components/Stack/variables.css.cjs +10 -0
  63. package/dist/components/Stack/variables.css.d.ts +4 -0
  64. package/dist/components/Stack/variables.css.js +10 -0
  65. package/dist/components/Status/constant.d.ts +1 -0
  66. package/dist/components/Status/index.cjs +10 -66
  67. package/dist/components/Status/index.d.ts +2 -20
  68. package/dist/components/Status/index.js +10 -64
  69. package/dist/components/Status/styles.css.cjs +11 -0
  70. package/dist/components/Status/styles.css.d.ts +23 -0
  71. package/dist/components/Status/styles.css.js +11 -0
  72. package/dist/components/StepList/index.cjs +9 -41
  73. package/dist/components/StepList/index.d.ts +2 -1
  74. package/dist/components/StepList/index.js +9 -39
  75. package/dist/components/StepList/styles.css.cjs +10 -0
  76. package/dist/components/StepList/styles.css.d.ts +23 -0
  77. package/dist/components/StepList/styles.css.js +10 -0
  78. package/dist/components/Table/index.d.ts +1 -1
  79. package/dist/components/Tabs/index.d.ts +1 -1
  80. package/dist/components/Text/style.css.cjs +0 -1
  81. package/dist/components/Text/style.css.js +0 -1
  82. package/dist/components/Text/variables.css.cjs +1 -0
  83. package/dist/components/Text/variables.css.js +1 -0
  84. package/dist/components/TextInput/index.d.ts +59 -25
  85. package/dist/components/Tooltip/index.d.ts +1 -1
  86. package/dist/ui.css +1 -1
  87. package/dist/utils/animationVanillaExtract.css.d.ts +1 -0
  88. package/dist/utils/index.d.ts +1 -1
  89. package/package.json +4 -2
@@ -0,0 +1,470 @@
1
+ export declare const stack: string;
2
+ declare const alignItemsValues: readonly ["normal", "stretch", "center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "baseline", "first baseline", "last baseline", "safe center", "unsafe center"];
3
+ export type AlignItemsType = (typeof alignItemsValues)[number];
4
+ declare const justifyContentValues: readonly ["normal", "center", "start", "end", "flex-start", "flex-end", "left", "right", "space-between", "space-around", "space-evenly", "stretch"];
5
+ export type JustifyContentType = (typeof justifyContentValues)[number];
6
+ export declare const responsiveProperties: {
7
+ conditions: {
8
+ defaultCondition: "xxsmall";
9
+ conditionNames: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[];
10
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
11
+ length: 5;
12
+ };
13
+ };
14
+ styles: {
15
+ gap: {
16
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
17
+ length: 5;
18
+ };
19
+ values: {
20
+ [x: string]: {
21
+ defaultClass: string;
22
+ conditions: {
23
+ small: string;
24
+ large: string;
25
+ medium: string;
26
+ xlarge: string;
27
+ xsmall: string;
28
+ xxsmall: string;
29
+ };
30
+ };
31
+ };
32
+ };
33
+ flexDirection: {
34
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
35
+ length: 5;
36
+ };
37
+ values: {
38
+ column: {
39
+ defaultClass: string;
40
+ conditions: {
41
+ small: string;
42
+ large: string;
43
+ medium: string;
44
+ xlarge: string;
45
+ xsmall: string;
46
+ xxsmall: string;
47
+ };
48
+ };
49
+ "column-reverse": {
50
+ defaultClass: string;
51
+ conditions: {
52
+ small: string;
53
+ large: string;
54
+ medium: string;
55
+ xlarge: string;
56
+ xsmall: string;
57
+ xxsmall: string;
58
+ };
59
+ };
60
+ row: {
61
+ defaultClass: string;
62
+ conditions: {
63
+ small: string;
64
+ large: string;
65
+ medium: string;
66
+ xlarge: string;
67
+ xsmall: string;
68
+ xxsmall: string;
69
+ };
70
+ };
71
+ "row-reverse": {
72
+ defaultClass: string;
73
+ conditions: {
74
+ small: string;
75
+ large: string;
76
+ medium: string;
77
+ xlarge: string;
78
+ xsmall: string;
79
+ xxsmall: string;
80
+ };
81
+ };
82
+ };
83
+ };
84
+ alignItems: {
85
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
86
+ length: 5;
87
+ };
88
+ values: {
89
+ normal: {
90
+ defaultClass: string;
91
+ conditions: {
92
+ small: string;
93
+ large: string;
94
+ medium: string;
95
+ xlarge: string;
96
+ xsmall: string;
97
+ xxsmall: string;
98
+ };
99
+ };
100
+ stretch: {
101
+ defaultClass: string;
102
+ conditions: {
103
+ small: string;
104
+ large: string;
105
+ medium: string;
106
+ xlarge: string;
107
+ xsmall: string;
108
+ xxsmall: string;
109
+ };
110
+ };
111
+ center: {
112
+ defaultClass: string;
113
+ conditions: {
114
+ small: string;
115
+ large: string;
116
+ medium: string;
117
+ xlarge: string;
118
+ xsmall: string;
119
+ xxsmall: string;
120
+ };
121
+ };
122
+ end: {
123
+ defaultClass: string;
124
+ conditions: {
125
+ small: string;
126
+ large: string;
127
+ medium: string;
128
+ xlarge: string;
129
+ xsmall: string;
130
+ xxsmall: string;
131
+ };
132
+ };
133
+ "flex-end": {
134
+ defaultClass: string;
135
+ conditions: {
136
+ small: string;
137
+ large: string;
138
+ medium: string;
139
+ xlarge: string;
140
+ xsmall: string;
141
+ xxsmall: string;
142
+ };
143
+ };
144
+ "flex-start": {
145
+ defaultClass: string;
146
+ conditions: {
147
+ small: string;
148
+ large: string;
149
+ medium: string;
150
+ xlarge: string;
151
+ xsmall: string;
152
+ xxsmall: string;
153
+ };
154
+ };
155
+ start: {
156
+ defaultClass: string;
157
+ conditions: {
158
+ small: string;
159
+ large: string;
160
+ medium: string;
161
+ xlarge: string;
162
+ xsmall: string;
163
+ xxsmall: string;
164
+ };
165
+ };
166
+ baseline: {
167
+ defaultClass: string;
168
+ conditions: {
169
+ small: string;
170
+ large: string;
171
+ medium: string;
172
+ xlarge: string;
173
+ xsmall: string;
174
+ xxsmall: string;
175
+ };
176
+ };
177
+ "self-end": {
178
+ defaultClass: string;
179
+ conditions: {
180
+ small: string;
181
+ large: string;
182
+ medium: string;
183
+ xlarge: string;
184
+ xsmall: string;
185
+ xxsmall: string;
186
+ };
187
+ };
188
+ "self-start": {
189
+ defaultClass: string;
190
+ conditions: {
191
+ small: string;
192
+ large: string;
193
+ medium: string;
194
+ xlarge: string;
195
+ xsmall: string;
196
+ xxsmall: string;
197
+ };
198
+ };
199
+ "first baseline": {
200
+ defaultClass: string;
201
+ conditions: {
202
+ small: string;
203
+ large: string;
204
+ medium: string;
205
+ xlarge: string;
206
+ xsmall: string;
207
+ xxsmall: string;
208
+ };
209
+ };
210
+ "last baseline": {
211
+ defaultClass: string;
212
+ conditions: {
213
+ small: string;
214
+ large: string;
215
+ medium: string;
216
+ xlarge: string;
217
+ xsmall: string;
218
+ xxsmall: string;
219
+ };
220
+ };
221
+ "safe center": {
222
+ defaultClass: string;
223
+ conditions: {
224
+ small: string;
225
+ large: string;
226
+ medium: string;
227
+ xlarge: string;
228
+ xsmall: string;
229
+ xxsmall: string;
230
+ };
231
+ };
232
+ "unsafe center": {
233
+ defaultClass: string;
234
+ conditions: {
235
+ small: string;
236
+ large: string;
237
+ medium: string;
238
+ xlarge: string;
239
+ xsmall: string;
240
+ xxsmall: string;
241
+ };
242
+ };
243
+ };
244
+ };
245
+ justifyContent: {
246
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
247
+ length: 5;
248
+ };
249
+ values: {
250
+ normal: {
251
+ defaultClass: string;
252
+ conditions: {
253
+ small: string;
254
+ large: string;
255
+ medium: string;
256
+ xlarge: string;
257
+ xsmall: string;
258
+ xxsmall: string;
259
+ };
260
+ };
261
+ left: {
262
+ defaultClass: string;
263
+ conditions: {
264
+ small: string;
265
+ large: string;
266
+ medium: string;
267
+ xlarge: string;
268
+ xsmall: string;
269
+ xxsmall: string;
270
+ };
271
+ };
272
+ right: {
273
+ defaultClass: string;
274
+ conditions: {
275
+ small: string;
276
+ large: string;
277
+ medium: string;
278
+ xlarge: string;
279
+ xsmall: string;
280
+ xxsmall: string;
281
+ };
282
+ };
283
+ "space-around": {
284
+ defaultClass: string;
285
+ conditions: {
286
+ small: string;
287
+ large: string;
288
+ medium: string;
289
+ xlarge: string;
290
+ xsmall: string;
291
+ xxsmall: string;
292
+ };
293
+ };
294
+ "space-between": {
295
+ defaultClass: string;
296
+ conditions: {
297
+ small: string;
298
+ large: string;
299
+ medium: string;
300
+ xlarge: string;
301
+ xsmall: string;
302
+ xxsmall: string;
303
+ };
304
+ };
305
+ "space-evenly": {
306
+ defaultClass: string;
307
+ conditions: {
308
+ small: string;
309
+ large: string;
310
+ medium: string;
311
+ xlarge: string;
312
+ xsmall: string;
313
+ xxsmall: string;
314
+ };
315
+ };
316
+ stretch: {
317
+ defaultClass: string;
318
+ conditions: {
319
+ small: string;
320
+ large: string;
321
+ medium: string;
322
+ xlarge: string;
323
+ xsmall: string;
324
+ xxsmall: string;
325
+ };
326
+ };
327
+ center: {
328
+ defaultClass: string;
329
+ conditions: {
330
+ small: string;
331
+ large: string;
332
+ medium: string;
333
+ xlarge: string;
334
+ xsmall: string;
335
+ xxsmall: string;
336
+ };
337
+ };
338
+ end: {
339
+ defaultClass: string;
340
+ conditions: {
341
+ small: string;
342
+ large: string;
343
+ medium: string;
344
+ xlarge: string;
345
+ xsmall: string;
346
+ xxsmall: string;
347
+ };
348
+ };
349
+ "flex-end": {
350
+ defaultClass: string;
351
+ conditions: {
352
+ small: string;
353
+ large: string;
354
+ medium: string;
355
+ xlarge: string;
356
+ xsmall: string;
357
+ xxsmall: string;
358
+ };
359
+ };
360
+ "flex-start": {
361
+ defaultClass: string;
362
+ conditions: {
363
+ small: string;
364
+ large: string;
365
+ medium: string;
366
+ xlarge: string;
367
+ xsmall: string;
368
+ xxsmall: string;
369
+ };
370
+ };
371
+ start: {
372
+ defaultClass: string;
373
+ conditions: {
374
+ small: string;
375
+ large: string;
376
+ medium: string;
377
+ xlarge: string;
378
+ xsmall: string;
379
+ xxsmall: string;
380
+ };
381
+ };
382
+ };
383
+ };
384
+ flexWrap: {
385
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
386
+ length: 5;
387
+ };
388
+ values: {
389
+ nowrap: {
390
+ defaultClass: string;
391
+ conditions: {
392
+ small: string;
393
+ large: string;
394
+ medium: string;
395
+ xlarge: string;
396
+ xsmall: string;
397
+ xxsmall: string;
398
+ };
399
+ };
400
+ wrap: {
401
+ defaultClass: string;
402
+ conditions: {
403
+ small: string;
404
+ large: string;
405
+ medium: string;
406
+ xlarge: string;
407
+ xsmall: string;
408
+ xxsmall: string;
409
+ };
410
+ };
411
+ "wrap-reverse": {
412
+ defaultClass: string;
413
+ conditions: {
414
+ small: string;
415
+ large: string;
416
+ medium: string;
417
+ xlarge: string;
418
+ xsmall: string;
419
+ xxsmall: string;
420
+ };
421
+ };
422
+ };
423
+ };
424
+ };
425
+ };
426
+ export declare const sprinkles: ((props: {
427
+ gap?: (string | {
428
+ small?: string | undefined;
429
+ large?: string | undefined;
430
+ medium?: string | undefined;
431
+ xlarge?: string | undefined;
432
+ xsmall?: string | undefined;
433
+ xxsmall?: string | undefined;
434
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4 | 5, string | null>;
435
+ flexDirection?: ("column" | "column-reverse" | "row" | "row-reverse" | {
436
+ small?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
437
+ large?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
438
+ medium?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
439
+ xlarge?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
440
+ xsmall?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
441
+ xxsmall?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
442
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4 | 5, "column" | "column-reverse" | "row" | "row-reverse" | null>;
443
+ alignItems?: ("normal" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "self-end" | "self-start" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | {
444
+ small?: "normal" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "self-end" | "self-start" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | undefined;
445
+ large?: "normal" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "self-end" | "self-start" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | undefined;
446
+ medium?: "normal" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "self-end" | "self-start" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | undefined;
447
+ xlarge?: "normal" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "self-end" | "self-start" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | undefined;
448
+ xsmall?: "normal" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "self-end" | "self-start" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | undefined;
449
+ xxsmall?: "normal" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "self-end" | "self-start" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | undefined;
450
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4 | 5, "normal" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "self-end" | "self-start" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | null>;
451
+ justifyContent?: ("normal" | "left" | "right" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | {
452
+ small?: "normal" | "left" | "right" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | undefined;
453
+ large?: "normal" | "left" | "right" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | undefined;
454
+ medium?: "normal" | "left" | "right" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | undefined;
455
+ xlarge?: "normal" | "left" | "right" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | undefined;
456
+ xsmall?: "normal" | "left" | "right" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | undefined;
457
+ xxsmall?: "normal" | "left" | "right" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | undefined;
458
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4 | 5, "normal" | "left" | "right" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | null>;
459
+ flexWrap?: ("nowrap" | "wrap" | "wrap-reverse" | {
460
+ small?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
461
+ large?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
462
+ medium?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
463
+ xlarge?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
464
+ xsmall?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
465
+ xxsmall?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
466
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4 | 5, "nowrap" | "wrap" | "wrap-reverse" | null>;
467
+ }) => string) & {
468
+ properties: Set<"alignItems" | "flexDirection" | "flexWrap" | "justifyContent" | "gap">;
469
+ };
470
+ export {};
@@ -0,0 +1,19 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ import { createSprinkles } from "@vanilla-extract/sprinkles/createRuntimeSprinkles";
4
+ var stack = "uv_toi52u0";
5
+ var responsiveProperties = function() {
6
+ var x = { conditions: { defaultCondition: "xxsmall", conditionNames: ["xxsmall", "xsmall", "small", "medium", "large", "xlarge"], responsiveArray: ["xxsmall", "xsmall", "small", "medium", "large"] }, styles: { gap: { values: { "0rem": { conditions: { xxsmall: "uv_toi52u1", xsmall: "uv_toi52u2", small: "uv_toi52u3", medium: "uv_toi52u4", large: "uv_toi52u5", xlarge: "uv_toi52u6" }, defaultClass: "uv_toi52u1" }, "0.5rem": { conditions: { xxsmall: "uv_toi52u7", xsmall: "uv_toi52u8", small: "uv_toi52u9", medium: "uv_toi52ua", large: "uv_toi52ub", xlarge: "uv_toi52uc" }, defaultClass: "uv_toi52u7" }, "1rem": { conditions: { xxsmall: "uv_toi52ud", xsmall: "uv_toi52ue", small: "uv_toi52uf", medium: "uv_toi52ug", large: "uv_toi52uh", xlarge: "uv_toi52ui" }, defaultClass: "uv_toi52ud" }, "1.5rem": { conditions: { xxsmall: "uv_toi52uj", xsmall: "uv_toi52uk", small: "uv_toi52ul", medium: "uv_toi52um", large: "uv_toi52un", xlarge: "uv_toi52uo" }, defaultClass: "uv_toi52uj" }, "2rem": { conditions: { xxsmall: "uv_toi52up", xsmall: "uv_toi52uq", small: "uv_toi52ur", medium: "uv_toi52us", large: "uv_toi52ut", xlarge: "uv_toi52uu" }, defaultClass: "uv_toi52up" }, "2.5rem": { conditions: { xxsmall: "uv_toi52uv", xsmall: "uv_toi52uw", small: "uv_toi52ux", medium: "uv_toi52uy", large: "uv_toi52uz", xlarge: "uv_toi52u10" }, defaultClass: "uv_toi52uv" }, "3rem": { conditions: { xxsmall: "uv_toi52u11", xsmall: "uv_toi52u12", small: "uv_toi52u13", medium: "uv_toi52u14", large: "uv_toi52u15", xlarge: "uv_toi52u16" }, defaultClass: "uv_toi52u11" }, "3.5rem": { conditions: { xxsmall: "uv_toi52u17", xsmall: "uv_toi52u18", small: "uv_toi52u19", medium: "uv_toi52u1a", large: "uv_toi52u1b", xlarge: "uv_toi52u1c" }, defaultClass: "uv_toi52u17" }, "4rem": { conditions: { xxsmall: "uv_toi52u1d", xsmall: "uv_toi52u1e", small: "uv_toi52u1f", medium: "uv_toi52u1g", large: "uv_toi52u1h", xlarge: "uv_toi52u1i" }, defaultClass: "uv_toi52u1d" }, "4.5rem": { conditions: { xxsmall: "uv_toi52u1j", xsmall: "uv_toi52u1k", small: "uv_toi52u1l", medium: "uv_toi52u1m", large: "uv_toi52u1n", xlarge: "uv_toi52u1o" }, defaultClass: "uv_toi52u1j" }, "5rem": { conditions: { xxsmall: "uv_toi52u1p", xsmall: "uv_toi52u1q", small: "uv_toi52u1r", medium: "uv_toi52u1s", large: "uv_toi52u1t", xlarge: "uv_toi52u1u" }, defaultClass: "uv_toi52u1p" }, "0.25rem": { conditions: { xxsmall: "uv_toi52u1v", xsmall: "uv_toi52u1w", small: "uv_toi52u1x", medium: "uv_toi52u1y", large: "uv_toi52u1z", xlarge: "uv_toi52u20" }, defaultClass: "uv_toi52u1v" }, "0.125rem": { conditions: { xxsmall: "uv_toi52u21", xsmall: "uv_toi52u22", small: "uv_toi52u23", medium: "uv_toi52u24", large: "uv_toi52u25", xlarge: "uv_toi52u26" }, defaultClass: "uv_toi52u21" }, "0.75rem": { conditions: { xxsmall: "uv_toi52u27", xsmall: "uv_toi52u28", small: "uv_toi52u29", medium: "uv_toi52u2a", large: "uv_toi52u2b", xlarge: "uv_toi52u2c" }, defaultClass: "uv_toi52u27" } }, responsiveArray: void 0 }, flexDirection: { values: { column: { conditions: { xxsmall: "uv_toi52u2d", xsmall: "uv_toi52u2e", small: "uv_toi52u2f", medium: "uv_toi52u2g", large: "uv_toi52u2h", xlarge: "uv_toi52u2i" }, defaultClass: "uv_toi52u2d" }, row: { conditions: { xxsmall: "uv_toi52u2j", xsmall: "uv_toi52u2k", small: "uv_toi52u2l", medium: "uv_toi52u2m", large: "uv_toi52u2n", xlarge: "uv_toi52u2o" }, defaultClass: "uv_toi52u2j" }, "row-reverse": { conditions: { xxsmall: "uv_toi52u2p", xsmall: "uv_toi52u2q", small: "uv_toi52u2r", medium: "uv_toi52u2s", large: "uv_toi52u2t", xlarge: "uv_toi52u2u" }, defaultClass: "uv_toi52u2p" }, "column-reverse": { conditions: { xxsmall: "uv_toi52u2v", xsmall: "uv_toi52u2w", small: "uv_toi52u2x", medium: "uv_toi52u2y", large: "uv_toi52u2z", xlarge: "uv_toi52u30" }, defaultClass: "uv_toi52u2v" } }, responsiveArray: void 0 }, alignItems: { values: { normal: { conditions: { xxsmall: "uv_toi52u31", xsmall: "uv_toi52u32", small: "uv_toi52u33", medium: "uv_toi52u34", large: "uv_toi52u35", xlarge: "uv_toi52u36" }, defaultClass: "uv_toi52u31" }, stretch: { conditions: { xxsmall: "uv_toi52u37", xsmall: "uv_toi52u38", small: "uv_toi52u39", medium: "uv_toi52u3a", large: "uv_toi52u3b", xlarge: "uv_toi52u3c" }, defaultClass: "uv_toi52u37" }, center: { conditions: { xxsmall: "uv_toi52u3d", xsmall: "uv_toi52u3e", small: "uv_toi52u3f", medium: "uv_toi52u3g", large: "uv_toi52u3h", xlarge: "uv_toi52u3i" }, defaultClass: "uv_toi52u3d" }, start: { conditions: { xxsmall: "uv_toi52u3j", xsmall: "uv_toi52u3k", small: "uv_toi52u3l", medium: "uv_toi52u3m", large: "uv_toi52u3n", xlarge: "uv_toi52u3o" }, defaultClass: "uv_toi52u3j" }, end: { conditions: { xxsmall: "uv_toi52u3p", xsmall: "uv_toi52u3q", small: "uv_toi52u3r", medium: "uv_toi52u3s", large: "uv_toi52u3t", xlarge: "uv_toi52u3u" }, defaultClass: "uv_toi52u3p" }, "flex-start": { conditions: { xxsmall: "uv_toi52u3v", xsmall: "uv_toi52u3w", small: "uv_toi52u3x", medium: "uv_toi52u3y", large: "uv_toi52u3z", xlarge: "uv_toi52u40" }, defaultClass: "uv_toi52u3v" }, "flex-end": { conditions: { xxsmall: "uv_toi52u41", xsmall: "uv_toi52u42", small: "uv_toi52u43", medium: "uv_toi52u44", large: "uv_toi52u45", xlarge: "uv_toi52u46" }, defaultClass: "uv_toi52u41" }, "self-start": { conditions: { xxsmall: "uv_toi52u47", xsmall: "uv_toi52u48", small: "uv_toi52u49", medium: "uv_toi52u4a", large: "uv_toi52u4b", xlarge: "uv_toi52u4c" }, defaultClass: "uv_toi52u47" }, "self-end": { conditions: { xxsmall: "uv_toi52u4d", xsmall: "uv_toi52u4e", small: "uv_toi52u4f", medium: "uv_toi52u4g", large: "uv_toi52u4h", xlarge: "uv_toi52u4i" }, defaultClass: "uv_toi52u4d" }, baseline: { conditions: { xxsmall: "uv_toi52u4j", xsmall: "uv_toi52u4k", small: "uv_toi52u4l", medium: "uv_toi52u4m", large: "uv_toi52u4n", xlarge: "uv_toi52u4o" }, defaultClass: "uv_toi52u4j" }, "first baseline": { conditions: { xxsmall: "uv_toi52u4p", xsmall: "uv_toi52u4q", small: "uv_toi52u4r", medium: "uv_toi52u4s", large: "uv_toi52u4t", xlarge: "uv_toi52u4u" }, defaultClass: "uv_toi52u4p" }, "last baseline": { conditions: { xxsmall: "uv_toi52u4v", xsmall: "uv_toi52u4w", small: "uv_toi52u4x", medium: "uv_toi52u4y", large: "uv_toi52u4z", xlarge: "uv_toi52u50" }, defaultClass: "uv_toi52u4v" }, "safe center": { conditions: { xxsmall: "uv_toi52u51", xsmall: "uv_toi52u52", small: "uv_toi52u53", medium: "uv_toi52u54", large: "uv_toi52u55", xlarge: "uv_toi52u56" }, defaultClass: "uv_toi52u51" }, "unsafe center": { conditions: { xxsmall: "uv_toi52u57", xsmall: "uv_toi52u58", small: "uv_toi52u59", medium: "uv_toi52u5a", large: "uv_toi52u5b", xlarge: "uv_toi52u5c" }, defaultClass: "uv_toi52u57" } }, responsiveArray: void 0 }, justifyContent: { values: { normal: { conditions: { xxsmall: "uv_toi52u5d", xsmall: "uv_toi52u5e", small: "uv_toi52u5f", medium: "uv_toi52u5g", large: "uv_toi52u5h", xlarge: "uv_toi52u5i" }, defaultClass: "uv_toi52u5d" }, center: { conditions: { xxsmall: "uv_toi52u5j", xsmall: "uv_toi52u5k", small: "uv_toi52u5l", medium: "uv_toi52u5m", large: "uv_toi52u5n", xlarge: "uv_toi52u5o" }, defaultClass: "uv_toi52u5j" }, start: { conditions: { xxsmall: "uv_toi52u5p", xsmall: "uv_toi52u5q", small: "uv_toi52u5r", medium: "uv_toi52u5s", large: "uv_toi52u5t", xlarge: "uv_toi52u5u" }, defaultClass: "uv_toi52u5p" }, end: { conditions: { xxsmall: "uv_toi52u5v", xsmall: "uv_toi52u5w", small: "uv_toi52u5x", medium: "uv_toi52u5y", large: "uv_toi52u5z", xlarge: "uv_toi52u60" }, defaultClass: "uv_toi52u5v" }, "flex-start": { conditions: { xxsmall: "uv_toi52u61", xsmall: "uv_toi52u62", small: "uv_toi52u63", medium: "uv_toi52u64", large: "uv_toi52u65", xlarge: "uv_toi52u66" }, defaultClass: "uv_toi52u61" }, "flex-end": { conditions: { xxsmall: "uv_toi52u67", xsmall: "uv_toi52u68", small: "uv_toi52u69", medium: "uv_toi52u6a", large: "uv_toi52u6b", xlarge: "uv_toi52u6c" }, defaultClass: "uv_toi52u67" }, left: { conditions: { xxsmall: "uv_toi52u6d", xsmall: "uv_toi52u6e", small: "uv_toi52u6f", medium: "uv_toi52u6g", large: "uv_toi52u6h", xlarge: "uv_toi52u6i" }, defaultClass: "uv_toi52u6d" }, right: { conditions: { xxsmall: "uv_toi52u6j", xsmall: "uv_toi52u6k", small: "uv_toi52u6l", medium: "uv_toi52u6m", large: "uv_toi52u6n", xlarge: "uv_toi52u6o" }, defaultClass: "uv_toi52u6j" }, "space-between": { conditions: { xxsmall: "uv_toi52u6p", xsmall: "uv_toi52u6q", small: "uv_toi52u6r", medium: "uv_toi52u6s", large: "uv_toi52u6t", xlarge: "uv_toi52u6u" }, defaultClass: "uv_toi52u6p" }, "space-around": { conditions: { xxsmall: "uv_toi52u6v", xsmall: "uv_toi52u6w", small: "uv_toi52u6x", medium: "uv_toi52u6y", large: "uv_toi52u6z", xlarge: "uv_toi52u70" }, defaultClass: "uv_toi52u6v" }, "space-evenly": { conditions: { xxsmall: "uv_toi52u71", xsmall: "uv_toi52u72", small: "uv_toi52u73", medium: "uv_toi52u74", large: "uv_toi52u75", xlarge: "uv_toi52u76" }, defaultClass: "uv_toi52u71" }, stretch: { conditions: { xxsmall: "uv_toi52u77", xsmall: "uv_toi52u78", small: "uv_toi52u79", medium: "uv_toi52u7a", large: "uv_toi52u7b", xlarge: "uv_toi52u7c" }, defaultClass: "uv_toi52u77" } }, responsiveArray: void 0 }, flexWrap: { values: { nowrap: { conditions: { xxsmall: "uv_toi52u7d", xsmall: "uv_toi52u7e", small: "uv_toi52u7f", medium: "uv_toi52u7g", large: "uv_toi52u7h", xlarge: "uv_toi52u7i" }, defaultClass: "uv_toi52u7d" }, wrap: { conditions: { xxsmall: "uv_toi52u7j", xsmall: "uv_toi52u7k", small: "uv_toi52u7l", medium: "uv_toi52u7m", large: "uv_toi52u7n", xlarge: "uv_toi52u7o" }, defaultClass: "uv_toi52u7j" }, "wrap-reverse": { conditions: { xxsmall: "uv_toi52u7p", xsmall: "uv_toi52u7q", small: "uv_toi52u7r", medium: "uv_toi52u7s", large: "uv_toi52u7t", xlarge: "uv_toi52u7u" }, defaultClass: "uv_toi52u7p" } }, responsiveArray: void 0 } } };
7
+ x.styles.gap.responsiveArray = x.conditions.responsiveArray;
8
+ x.styles.flexDirection.responsiveArray = x.conditions.responsiveArray;
9
+ x.styles.alignItems.responsiveArray = x.conditions.responsiveArray;
10
+ x.styles.justifyContent.responsiveArray = x.conditions.responsiveArray;
11
+ x.styles.flexWrap.responsiveArray = x.conditions.responsiveArray;
12
+ return x;
13
+ }();
14
+ var sprinkles = createSprinkles(responsiveProperties);
15
+ export {
16
+ responsiveProperties,
17
+ sprinkles,
18
+ stack
19
+ };
@@ -0,0 +1,8 @@
1
+ import type { ComponentPropsWithoutRef, ComponentPropsWithRef, ElementType } from 'react';
2
+ type MainProps<E extends ElementType> = {
3
+ as?: E;
4
+ ref?: ComponentPropsWithRef<E>['ref'];
5
+ };
6
+ type PropsToOmit<E extends ElementType, P> = keyof (MainProps<E> & P);
7
+ export type PolymorphicComponentProps<E extends ElementType, P> = P & MainProps<E> & Omit<ComponentPropsWithoutRef<E>, PropsToOmit<E, P>>;
8
+ export {};
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ var widthVar = "var(--uv_4k0ekn0)";
4
+ var maxWidthVar = "var(--uv_4k0ekn1)";
5
+ var minWidthVar = "var(--uv_4k0ekn2)";
6
+ var flexVar = "var(--uv_4k0ekn3)";
7
+ exports.flexVar = flexVar;
8
+ exports.maxWidthVar = maxWidthVar;
9
+ exports.minWidthVar = minWidthVar;
10
+ exports.widthVar = widthVar;
@@ -0,0 +1,4 @@
1
+ export declare const widthVar: `var(--${string})`;
2
+ export declare const maxWidthVar: `var(--${string})`;
3
+ export declare const minWidthVar: `var(--${string})`;
4
+ export declare const flexVar: `var(--${string})`;
@@ -0,0 +1,10 @@
1
+ var widthVar = "var(--uv_4k0ekn0)";
2
+ var maxWidthVar = "var(--uv_4k0ekn1)";
3
+ var minWidthVar = "var(--uv_4k0ekn2)";
4
+ var flexVar = "var(--uv_4k0ekn3)";
5
+ export {
6
+ flexVar,
7
+ maxWidthVar,
8
+ minWidthVar,
9
+ widthVar
10
+ };
@@ -0,0 +1 @@
1
+ export declare const SENTIMENTS: readonly ["danger", "info", "neutral", "success", "warning"];