@okam/stack-ui 1.13.0 → 1.14.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/components/Box/interface.d.ts +0 -1
- package/components/Typography/interface.d.ts +0 -1
- package/components/fields/Checkbox/Checkbox.interface.d.ts +0 -2
- package/index.js +9 -9
- package/index.mjs +2257 -1846
- package/package.json +2 -43
- package/theme/Accordion/index.d.ts +117 -6
- package/theme/Box/index.d.ts +122 -8
- package/theme/Button/index.d.ts +52 -1
- package/theme/Calendar/index.d.ts +162 -33
- package/theme/Carousel/index.d.ts +3 -15
- package/theme/Checkbox/index.d.ts +71 -13
- package/theme/CheckboxGroup/index.d.ts +30 -0
- package/theme/DatePicker/index.d.ts +23 -36
- package/theme/Image/index.d.ts +1 -5
- package/theme/LightBox/index.d.ts +381 -82
- package/theme/Radio/index.d.ts +48 -3
- package/theme/RadioGroup/index.d.ts +14 -6
- package/theme/ShareButton/index.d.ts +78 -14
- package/theme/SidePanel/index.d.ts +3 -15
- package/theme/TextArea/index.d.ts +13 -1
- package/theme/Typography/index.d.ts +100 -1
|
@@ -1,84 +1,152 @@
|
|
|
1
|
-
export declare const lightBoxWrapper: import("tailwind-variants").TVReturnType<import("tailwind-variants").
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
leading
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
1
|
+
export declare const lightBoxWrapper: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "focus-ring-black", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "focus-ring-black", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
2
|
+
export declare const lightBoxContainer: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, " w-screen h-screen relative flex items-center m-auto justify-center", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, " w-screen h-screen relative flex items-center m-auto justify-center", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
3
|
+
export declare const lightBoxCloseBtn: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "\n absolute\n xl:top-10\n xl:right-20\n lg:top-8\n lg:right-8\n z-10\n top-4\n right-4\n w-[2.5rem]\n h-[2.5rem]\n focus-ring-black\n ", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "\n absolute\n xl:top-10\n xl:right-20\n lg:top-8\n lg:right-8\n z-10\n top-4\n right-4\n w-[2.5rem]\n h-[2.5rem]\n focus-ring-black\n ", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
4
|
+
export declare const lightBoxLabel: import("tailwind-variants").TVReturnType<{} | {
|
|
5
|
+
size: {
|
|
6
|
+
h1: import("tailwind-variants").ClassValue | {
|
|
7
|
+
base?: import("tailwind-variants").ClassValue;
|
|
8
|
+
};
|
|
9
|
+
h2: import("tailwind-variants").ClassValue | {
|
|
10
|
+
base?: import("tailwind-variants").ClassValue;
|
|
11
|
+
};
|
|
12
|
+
h3: import("tailwind-variants").ClassValue | {
|
|
13
|
+
base?: import("tailwind-variants").ClassValue;
|
|
14
|
+
};
|
|
15
|
+
h4: import("tailwind-variants").ClassValue | {
|
|
16
|
+
base?: import("tailwind-variants").ClassValue;
|
|
17
|
+
};
|
|
18
|
+
h5: import("tailwind-variants").ClassValue | {
|
|
19
|
+
base?: import("tailwind-variants").ClassValue;
|
|
20
|
+
};
|
|
21
|
+
h6: import("tailwind-variants").ClassValue | {
|
|
22
|
+
base?: import("tailwind-variants").ClassValue;
|
|
23
|
+
};
|
|
24
|
+
leading: import("tailwind-variants").ClassValue | {
|
|
25
|
+
base?: import("tailwind-variants").ClassValue;
|
|
26
|
+
};
|
|
27
|
+
paragraph: import("tailwind-variants").ClassValue | {
|
|
28
|
+
base?: import("tailwind-variants").ClassValue;
|
|
29
|
+
};
|
|
30
|
+
footnotes: import("tailwind-variants").ClassValue | {
|
|
31
|
+
base?: import("tailwind-variants").ClassValue;
|
|
32
|
+
};
|
|
33
|
+
xs: import("tailwind-variants").ClassValue | {
|
|
34
|
+
base?: import("tailwind-variants").ClassValue;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
font: {
|
|
38
|
+
body: import("tailwind-variants").ClassValue | {
|
|
39
|
+
base?: import("tailwind-variants").ClassValue;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
weight: {
|
|
43
|
+
normal: import("tailwind-variants").ClassValue | {
|
|
44
|
+
base?: import("tailwind-variants").ClassValue;
|
|
45
|
+
};
|
|
46
|
+
light: import("tailwind-variants").ClassValue | {
|
|
47
|
+
base?: import("tailwind-variants").ClassValue;
|
|
48
|
+
};
|
|
49
|
+
bold: import("tailwind-variants").ClassValue | {
|
|
50
|
+
base?: import("tailwind-variants").ClassValue;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
color: {
|
|
54
|
+
gray: import("tailwind-variants").ClassValue | {
|
|
55
|
+
base?: import("tailwind-variants").ClassValue;
|
|
56
|
+
};
|
|
57
|
+
white: import("tailwind-variants").ClassValue | {
|
|
58
|
+
base?: import("tailwind-variants").ClassValue;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
isError: {
|
|
62
|
+
true: import("tailwind-variants").ClassValue | {
|
|
63
|
+
base?: import("tailwind-variants").ClassValue;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
align: {
|
|
67
|
+
center: import("tailwind-variants").ClassValue | {
|
|
68
|
+
base?: import("tailwind-variants").ClassValue;
|
|
69
|
+
};
|
|
70
|
+
left: import("tailwind-variants").ClassValue | {
|
|
71
|
+
base?: import("tailwind-variants").ClassValue;
|
|
72
|
+
};
|
|
73
|
+
right: import("tailwind-variants").ClassValue | {
|
|
74
|
+
base?: import("tailwind-variants").ClassValue;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}, undefined, "sr-only", import("tailwind-variants/dist/config").TVConfig<{} | {
|
|
78
|
+
size: {
|
|
79
|
+
h1: import("tailwind-variants").ClassValue | {
|
|
80
|
+
base?: import("tailwind-variants").ClassValue;
|
|
81
|
+
};
|
|
82
|
+
h2: import("tailwind-variants").ClassValue | {
|
|
83
|
+
base?: import("tailwind-variants").ClassValue;
|
|
84
|
+
};
|
|
85
|
+
h3: import("tailwind-variants").ClassValue | {
|
|
86
|
+
base?: import("tailwind-variants").ClassValue;
|
|
87
|
+
};
|
|
88
|
+
h4: import("tailwind-variants").ClassValue | {
|
|
89
|
+
base?: import("tailwind-variants").ClassValue;
|
|
90
|
+
};
|
|
91
|
+
h5: import("tailwind-variants").ClassValue | {
|
|
92
|
+
base?: import("tailwind-variants").ClassValue;
|
|
93
|
+
};
|
|
94
|
+
h6: import("tailwind-variants").ClassValue | {
|
|
95
|
+
base?: import("tailwind-variants").ClassValue;
|
|
96
|
+
};
|
|
97
|
+
leading: import("tailwind-variants").ClassValue | {
|
|
98
|
+
base?: import("tailwind-variants").ClassValue;
|
|
99
|
+
};
|
|
100
|
+
paragraph: import("tailwind-variants").ClassValue | {
|
|
101
|
+
base?: import("tailwind-variants").ClassValue;
|
|
102
|
+
};
|
|
103
|
+
footnotes: import("tailwind-variants").ClassValue | {
|
|
104
|
+
base?: import("tailwind-variants").ClassValue;
|
|
105
|
+
};
|
|
106
|
+
xs: import("tailwind-variants").ClassValue | {
|
|
107
|
+
base?: import("tailwind-variants").ClassValue;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
font: {
|
|
111
|
+
body: import("tailwind-variants").ClassValue | {
|
|
112
|
+
base?: import("tailwind-variants").ClassValue;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
weight: {
|
|
116
|
+
normal: import("tailwind-variants").ClassValue | {
|
|
117
|
+
base?: import("tailwind-variants").ClassValue;
|
|
118
|
+
};
|
|
119
|
+
light: import("tailwind-variants").ClassValue | {
|
|
120
|
+
base?: import("tailwind-variants").ClassValue;
|
|
121
|
+
};
|
|
122
|
+
bold: import("tailwind-variants").ClassValue | {
|
|
123
|
+
base?: import("tailwind-variants").ClassValue;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
color: {
|
|
127
|
+
gray: import("tailwind-variants").ClassValue | {
|
|
128
|
+
base?: import("tailwind-variants").ClassValue;
|
|
129
|
+
};
|
|
130
|
+
white: import("tailwind-variants").ClassValue | {
|
|
131
|
+
base?: import("tailwind-variants").ClassValue;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
isError: {
|
|
135
|
+
true: import("tailwind-variants").ClassValue | {
|
|
136
|
+
base?: import("tailwind-variants").ClassValue;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
align: {
|
|
140
|
+
center: import("tailwind-variants").ClassValue | {
|
|
141
|
+
base?: import("tailwind-variants").ClassValue;
|
|
142
|
+
};
|
|
143
|
+
left: import("tailwind-variants").ClassValue | {
|
|
144
|
+
base?: import("tailwind-variants").ClassValue;
|
|
145
|
+
};
|
|
146
|
+
right: import("tailwind-variants").ClassValue | {
|
|
147
|
+
base?: import("tailwind-variants").ClassValue;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
82
150
|
}, {
|
|
83
151
|
size: {
|
|
84
152
|
h1: "text-5xl";
|
|
@@ -145,4 +213,235 @@ export declare const lightBoxLabel: import("tailwind-variants").TVReturnType<imp
|
|
|
145
213
|
left: "text-left";
|
|
146
214
|
right: "text-right";
|
|
147
215
|
};
|
|
148
|
-
}, undefined
|
|
216
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
217
|
+
size: {
|
|
218
|
+
h1: "text-5xl";
|
|
219
|
+
h2: "text-4xl";
|
|
220
|
+
h3: "text-3xl";
|
|
221
|
+
h4: "text-2xl";
|
|
222
|
+
h5: "text-xl";
|
|
223
|
+
h6: "text-lg";
|
|
224
|
+
leading: "text-md font-bold leading-normal";
|
|
225
|
+
paragraph: "text-md inline";
|
|
226
|
+
footnotes: "text-sm";
|
|
227
|
+
xs: "text-xs";
|
|
228
|
+
};
|
|
229
|
+
font: {
|
|
230
|
+
body: "font-body";
|
|
231
|
+
};
|
|
232
|
+
weight: {
|
|
233
|
+
normal: "font-normal";
|
|
234
|
+
light: "font-light";
|
|
235
|
+
bold: "font-bold";
|
|
236
|
+
};
|
|
237
|
+
color: {
|
|
238
|
+
gray: "text-gray-500";
|
|
239
|
+
white: "text-white";
|
|
240
|
+
};
|
|
241
|
+
isError: {
|
|
242
|
+
true: "text-sm text-error ml-8 py-3";
|
|
243
|
+
};
|
|
244
|
+
align: {
|
|
245
|
+
center: "text-center";
|
|
246
|
+
left: "text-left";
|
|
247
|
+
right: "text-right";
|
|
248
|
+
};
|
|
249
|
+
}, undefined, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
250
|
+
size: {
|
|
251
|
+
h1: "text-5xl";
|
|
252
|
+
h2: "text-4xl";
|
|
253
|
+
h3: "text-3xl";
|
|
254
|
+
h4: "text-2xl";
|
|
255
|
+
h5: "text-xl";
|
|
256
|
+
h6: "text-lg";
|
|
257
|
+
leading: "text-md font-bold leading-normal";
|
|
258
|
+
paragraph: "text-md inline";
|
|
259
|
+
footnotes: "text-sm";
|
|
260
|
+
xs: "text-xs";
|
|
261
|
+
};
|
|
262
|
+
font: {
|
|
263
|
+
body: "font-body";
|
|
264
|
+
};
|
|
265
|
+
weight: {
|
|
266
|
+
normal: "font-normal";
|
|
267
|
+
light: "font-light";
|
|
268
|
+
bold: "font-bold";
|
|
269
|
+
};
|
|
270
|
+
color: {
|
|
271
|
+
gray: "text-gray-500";
|
|
272
|
+
white: "text-white";
|
|
273
|
+
};
|
|
274
|
+
isError: {
|
|
275
|
+
true: "text-sm text-error ml-8 py-3";
|
|
276
|
+
};
|
|
277
|
+
align: {
|
|
278
|
+
center: "text-center";
|
|
279
|
+
left: "text-left";
|
|
280
|
+
right: "text-right";
|
|
281
|
+
};
|
|
282
|
+
}, {
|
|
283
|
+
size: {
|
|
284
|
+
h1: "text-5xl";
|
|
285
|
+
h2: "text-4xl";
|
|
286
|
+
h3: "text-3xl";
|
|
287
|
+
h4: "text-2xl";
|
|
288
|
+
h5: "text-xl";
|
|
289
|
+
h6: "text-lg";
|
|
290
|
+
leading: "text-md font-bold leading-normal";
|
|
291
|
+
paragraph: "text-md inline";
|
|
292
|
+
footnotes: "text-sm";
|
|
293
|
+
xs: "text-xs";
|
|
294
|
+
};
|
|
295
|
+
font: {
|
|
296
|
+
body: "font-body";
|
|
297
|
+
};
|
|
298
|
+
weight: {
|
|
299
|
+
normal: "font-normal";
|
|
300
|
+
light: "font-light";
|
|
301
|
+
bold: "font-bold";
|
|
302
|
+
};
|
|
303
|
+
color: {
|
|
304
|
+
gray: "text-gray-500";
|
|
305
|
+
white: "text-white";
|
|
306
|
+
};
|
|
307
|
+
isError: {
|
|
308
|
+
true: "text-sm text-error ml-8 py-3";
|
|
309
|
+
};
|
|
310
|
+
align: {
|
|
311
|
+
center: "text-center";
|
|
312
|
+
left: "text-left";
|
|
313
|
+
right: "text-right";
|
|
314
|
+
};
|
|
315
|
+
}>, {
|
|
316
|
+
size: {
|
|
317
|
+
h1: "text-5xl";
|
|
318
|
+
h2: "text-4xl";
|
|
319
|
+
h3: "text-3xl";
|
|
320
|
+
h4: "text-2xl";
|
|
321
|
+
h5: "text-xl";
|
|
322
|
+
h6: "text-lg";
|
|
323
|
+
leading: "text-md font-bold leading-normal";
|
|
324
|
+
paragraph: "text-md inline";
|
|
325
|
+
footnotes: "text-sm";
|
|
326
|
+
xs: "text-xs";
|
|
327
|
+
};
|
|
328
|
+
font: {
|
|
329
|
+
body: "font-body";
|
|
330
|
+
};
|
|
331
|
+
weight: {
|
|
332
|
+
normal: "font-normal";
|
|
333
|
+
light: "font-light";
|
|
334
|
+
bold: "font-bold";
|
|
335
|
+
};
|
|
336
|
+
color: {
|
|
337
|
+
gray: "text-gray-500";
|
|
338
|
+
white: "text-white";
|
|
339
|
+
};
|
|
340
|
+
isError: {
|
|
341
|
+
true: "text-sm text-error ml-8 py-3";
|
|
342
|
+
};
|
|
343
|
+
align: {
|
|
344
|
+
center: "text-center";
|
|
345
|
+
left: "text-left";
|
|
346
|
+
right: "text-right";
|
|
347
|
+
};
|
|
348
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
349
|
+
size: {
|
|
350
|
+
h1: "text-5xl";
|
|
351
|
+
h2: "text-4xl";
|
|
352
|
+
h3: "text-3xl";
|
|
353
|
+
h4: "text-2xl";
|
|
354
|
+
h5: "text-xl";
|
|
355
|
+
h6: "text-lg";
|
|
356
|
+
leading: "text-md font-bold leading-normal";
|
|
357
|
+
paragraph: "text-md inline";
|
|
358
|
+
footnotes: "text-sm";
|
|
359
|
+
xs: "text-xs";
|
|
360
|
+
};
|
|
361
|
+
font: {
|
|
362
|
+
body: "font-body";
|
|
363
|
+
};
|
|
364
|
+
weight: {
|
|
365
|
+
normal: "font-normal";
|
|
366
|
+
light: "font-light";
|
|
367
|
+
bold: "font-bold";
|
|
368
|
+
};
|
|
369
|
+
color: {
|
|
370
|
+
gray: "text-gray-500";
|
|
371
|
+
white: "text-white";
|
|
372
|
+
};
|
|
373
|
+
isError: {
|
|
374
|
+
true: "text-sm text-error ml-8 py-3";
|
|
375
|
+
};
|
|
376
|
+
align: {
|
|
377
|
+
center: "text-center";
|
|
378
|
+
left: "text-left";
|
|
379
|
+
right: "text-right";
|
|
380
|
+
};
|
|
381
|
+
}, undefined, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
382
|
+
size: {
|
|
383
|
+
h1: "text-5xl";
|
|
384
|
+
h2: "text-4xl";
|
|
385
|
+
h3: "text-3xl";
|
|
386
|
+
h4: "text-2xl";
|
|
387
|
+
h5: "text-xl";
|
|
388
|
+
h6: "text-lg";
|
|
389
|
+
leading: "text-md font-bold leading-normal";
|
|
390
|
+
paragraph: "text-md inline";
|
|
391
|
+
footnotes: "text-sm";
|
|
392
|
+
xs: "text-xs";
|
|
393
|
+
};
|
|
394
|
+
font: {
|
|
395
|
+
body: "font-body";
|
|
396
|
+
};
|
|
397
|
+
weight: {
|
|
398
|
+
normal: "font-normal";
|
|
399
|
+
light: "font-light";
|
|
400
|
+
bold: "font-bold";
|
|
401
|
+
};
|
|
402
|
+
color: {
|
|
403
|
+
gray: "text-gray-500";
|
|
404
|
+
white: "text-white";
|
|
405
|
+
};
|
|
406
|
+
isError: {
|
|
407
|
+
true: "text-sm text-error ml-8 py-3";
|
|
408
|
+
};
|
|
409
|
+
align: {
|
|
410
|
+
center: "text-center";
|
|
411
|
+
left: "text-left";
|
|
412
|
+
right: "text-right";
|
|
413
|
+
};
|
|
414
|
+
}, {
|
|
415
|
+
size: {
|
|
416
|
+
h1: "text-5xl";
|
|
417
|
+
h2: "text-4xl";
|
|
418
|
+
h3: "text-3xl";
|
|
419
|
+
h4: "text-2xl";
|
|
420
|
+
h5: "text-xl";
|
|
421
|
+
h6: "text-lg";
|
|
422
|
+
leading: "text-md font-bold leading-normal";
|
|
423
|
+
paragraph: "text-md inline";
|
|
424
|
+
footnotes: "text-sm";
|
|
425
|
+
xs: "text-xs";
|
|
426
|
+
};
|
|
427
|
+
font: {
|
|
428
|
+
body: "font-body";
|
|
429
|
+
};
|
|
430
|
+
weight: {
|
|
431
|
+
normal: "font-normal";
|
|
432
|
+
light: "font-light";
|
|
433
|
+
bold: "font-bold";
|
|
434
|
+
};
|
|
435
|
+
color: {
|
|
436
|
+
gray: "text-gray-500";
|
|
437
|
+
white: "text-white";
|
|
438
|
+
};
|
|
439
|
+
isError: {
|
|
440
|
+
true: "text-sm text-error ml-8 py-3";
|
|
441
|
+
};
|
|
442
|
+
align: {
|
|
443
|
+
center: "text-center";
|
|
444
|
+
left: "text-left";
|
|
445
|
+
right: "text-right";
|
|
446
|
+
};
|
|
447
|
+
}>, unknown, unknown, undefined>>>;
|
package/theme/Radio/index.d.ts
CHANGED
|
@@ -14,7 +14,19 @@ export declare const radioLabel: import("tailwind-variants").TVReturnType<{
|
|
|
14
14
|
isDisabled: {
|
|
15
15
|
true: "text-gray-6";
|
|
16
16
|
};
|
|
17
|
-
}, undefined
|
|
17
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
18
|
+
isDisabled: {
|
|
19
|
+
true: "text-gray-6";
|
|
20
|
+
};
|
|
21
|
+
}, undefined, "text-black flex flex-row items-center hover:cursor-pointer focus-ring-black", import("tailwind-variants/dist/config").TVConfig<{
|
|
22
|
+
isDisabled: {
|
|
23
|
+
true: "text-gray-6";
|
|
24
|
+
};
|
|
25
|
+
}, {
|
|
26
|
+
isDisabled: {
|
|
27
|
+
true: "text-gray-6";
|
|
28
|
+
};
|
|
29
|
+
}>, unknown, unknown, undefined>>;
|
|
18
30
|
export declare const radio: import("tailwind-variants").TVReturnType<{
|
|
19
31
|
isDisabled: {
|
|
20
32
|
true: "border-gray-6";
|
|
@@ -43,7 +55,28 @@ export declare const radio: import("tailwind-variants").TVReturnType<{
|
|
|
43
55
|
isFocused: {
|
|
44
56
|
true: "outline-black [outline-offset: 2px]";
|
|
45
57
|
};
|
|
46
|
-
}, undefined
|
|
58
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
59
|
+
isDisabled: {
|
|
60
|
+
true: "border-gray-6";
|
|
61
|
+
};
|
|
62
|
+
isFocused: {
|
|
63
|
+
true: "outline-black [outline-offset: 2px]";
|
|
64
|
+
};
|
|
65
|
+
}, undefined, "w-6 h-6 mt-0.5 mr-2.5 rounded-full border-2 border-gray-2 shrink-0 hover:cursor-pointer flex items-center justify-center", import("tailwind-variants/dist/config").TVConfig<{
|
|
66
|
+
isDisabled: {
|
|
67
|
+
true: "border-gray-6";
|
|
68
|
+
};
|
|
69
|
+
isFocused: {
|
|
70
|
+
true: "outline-black [outline-offset: 2px]";
|
|
71
|
+
};
|
|
72
|
+
}, {
|
|
73
|
+
isDisabled: {
|
|
74
|
+
true: "border-gray-6";
|
|
75
|
+
};
|
|
76
|
+
isFocused: {
|
|
77
|
+
true: "outline-black [outline-offset: 2px]";
|
|
78
|
+
};
|
|
79
|
+
}>, unknown, unknown, undefined>>;
|
|
47
80
|
export declare const selectedMark: import("tailwind-variants").TVReturnType<{
|
|
48
81
|
selected: {
|
|
49
82
|
true: "block text-white";
|
|
@@ -60,4 +93,16 @@ export declare const selectedMark: import("tailwind-variants").TVReturnType<{
|
|
|
60
93
|
selected: {
|
|
61
94
|
true: "block text-white";
|
|
62
95
|
};
|
|
63
|
-
}, undefined
|
|
96
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
97
|
+
selected: {
|
|
98
|
+
true: "block text-white";
|
|
99
|
+
};
|
|
100
|
+
}, undefined, "hidden w-4 h-4 bg-gray-300 rounded-full", import("tailwind-variants/dist/config").TVConfig<{
|
|
101
|
+
selected: {
|
|
102
|
+
true: "block text-white";
|
|
103
|
+
};
|
|
104
|
+
}, {
|
|
105
|
+
selected: {
|
|
106
|
+
true: "block text-white";
|
|
107
|
+
};
|
|
108
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -14,9 +14,17 @@ export declare const radioGroup: import("tailwind-variants").TVReturnType<{
|
|
|
14
14
|
isDisabled: {
|
|
15
15
|
true: "opacity-60 pointer-events-none";
|
|
16
16
|
};
|
|
17
|
-
}, undefined
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
18
|
+
isDisabled: {
|
|
19
|
+
true: "opacity-60 pointer-events-none";
|
|
20
|
+
};
|
|
21
|
+
}, undefined, "block", import("tailwind-variants/dist/config").TVConfig<{
|
|
22
|
+
isDisabled: {
|
|
23
|
+
true: "opacity-60 pointer-events-none";
|
|
24
|
+
};
|
|
25
|
+
}, {
|
|
26
|
+
isDisabled: {
|
|
27
|
+
true: "opacity-60 pointer-events-none";
|
|
28
|
+
};
|
|
29
|
+
}>, unknown, unknown, undefined>>;
|
|
30
|
+
export declare const radioGroupItemsGroup: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-4 py-8", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "flex flex-col gap-4 py-8", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|