@obolnetwork/obol-ui 1.0.6 → 1.0.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 (41) hide show
  1. package/dist/components/atoms/Box/Box.d.ts +5 -0
  2. package/dist/components/atoms/Button/Button.d.ts +12 -7
  3. package/dist/components/atoms/Container/Container.d.ts +10 -0
  4. package/dist/components/atoms/Dialog/Dialog.d.ts +1455 -0
  5. package/dist/components/atoms/IconButton/IconButton.d.ts +508 -0
  6. package/dist/components/atoms/Image/Image.d.ts +5 -0
  7. package/dist/components/atoms/Link/Link.d.ts +9 -1
  8. package/dist/components/atoms/NumberField/NumberField.d.ts +7 -0
  9. package/dist/components/atoms/Spin/Spin.d.ts +6 -1
  10. package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +6 -1
  11. package/dist/components/atoms/Tabs/Tabs.d.ts +20 -0
  12. package/dist/components/atoms/Text/Text.d.ts +11 -6
  13. package/dist/components/atoms/TextField/TextField.d.ts +970 -0
  14. package/dist/components/atoms/Toggle/Toggle.d.ts +10 -0
  15. package/dist/components/atoms/Tooltip/Tooltip.d.ts +13 -0
  16. package/dist/components/atoms/index.d.ts +3 -0
  17. package/dist/components/icons/AlertIcon.d.ts +2 -0
  18. package/dist/components/icons/GlowIconBox.d.ts +5 -0
  19. package/dist/components/icons/Planet.d.ts +5 -0
  20. package/dist/components/icons/index.d.ts +6 -1
  21. package/dist/components/icons/static-icons/BulletCheckIcon.d.ts +1 -0
  22. package/dist/components/icons/static-icons/CheckIcon.d.ts +1 -0
  23. package/dist/components/icons/static-icons/Coinbase.d.ts +1 -0
  24. package/dist/components/icons/static-icons/CopyIcon.d.ts +1 -0
  25. package/dist/components/icons/static-icons/Metamask.d.ts +1 -0
  26. package/dist/components/icons/static-icons/TrashIcon.d.ts +1 -0
  27. package/dist/components/icons/static-icons/WalletConnect.d.ts +1 -0
  28. package/dist/components/molecules/Accordion/Accordion.d.ts +10 -0
  29. package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +968 -0
  30. package/dist/components/molecules/Card/Card.d.ts +10 -0
  31. package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +967 -0
  32. package/dist/components/molecules/ProgressTracker/ProgressTracker.d.ts +11 -0
  33. package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +1454 -0
  34. package/dist/components/molecules/Table/Table.d.ts +20 -0
  35. package/dist/components/organisms/Advisory/Advisory.d.ts +978 -0
  36. package/dist/components/utils/color-variants.d.ts +5 -0
  37. package/dist/components/utils/styles.d.ts +5 -0
  38. package/dist/index.es.js +333 -33
  39. package/dist/index.js +342 -31
  40. package/dist/stitches.config.d.ts +50 -0
  41. package/package.json +7 -2
@@ -0,0 +1,1454 @@
1
+ import React from "react";
2
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
3
+ export declare const RadioGroup: React.ForwardRefExoticComponent<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>>;
4
+ export declare const RadioGroupRadio: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>>, {}, {
5
+ motion: "(prefers-reduced-motion)";
6
+ hover: "(any-hover: hover)";
7
+ dark: "(prefers-color-scheme: dark)";
8
+ light: "(prefers-color-scheme: light)";
9
+ xs: "(max-width: 520px)";
10
+ sm: "(max-width: 900px)";
11
+ bp2: "(min-width: 900px)";
12
+ md: "(max-width: 1200px)";
13
+ lg: "(max-width: 1800px)";
14
+ }, import("@stitches/react/types/css-util").CSS<{
15
+ motion: "(prefers-reduced-motion)";
16
+ hover: "(any-hover: hover)";
17
+ dark: "(prefers-color-scheme: dark)";
18
+ light: "(prefers-color-scheme: light)";
19
+ xs: "(max-width: 520px)";
20
+ sm: "(max-width: 900px)";
21
+ bp2: "(min-width: 900px)";
22
+ md: "(max-width: 1200px)";
23
+ lg: "(max-width: 1800px)";
24
+ }, {
25
+ colors: {
26
+ white: string;
27
+ black: string;
28
+ lightBackground: string;
29
+ obolBlue: string;
30
+ primaryBgDefault: string;
31
+ primaryBgDefaultHover: string;
32
+ primaryTextDefault: string;
33
+ secondaryBgDefault: string;
34
+ secondaryBgHover: string;
35
+ grayBgDefault: string;
36
+ gray2BgDefault: string;
37
+ neutralDark: string;
38
+ navButtonBgDefault: string;
39
+ navButtonBgHover: string;
40
+ cardBackgroundDark: string;
41
+ cardBackgroundLight: string;
42
+ textMiddle: string;
43
+ textLight: string;
44
+ textLighter: string;
45
+ textTabHover: string;
46
+ textTabInactive: string;
47
+ textGreenDark: string;
48
+ textGreenLight: string;
49
+ textGreen1: string;
50
+ textGreen2: string;
51
+ textGreen3: string;
52
+ textGreenHover: string;
53
+ textCreateHover: string;
54
+ textGrayHover: string;
55
+ txButton: string;
56
+ obolGreen: string;
57
+ obolMidGreen: string;
58
+ obolGreenHover: string;
59
+ obolGreenLight: string;
60
+ obolDarkDark: string;
61
+ obolDisabled: string;
62
+ linkButtonHover: string;
63
+ progressTrackerGreen: string;
64
+ coordinate: string;
65
+ coordinateHover: string;
66
+ test: string;
67
+ testHover: string;
68
+ create: string;
69
+ createHover: string;
70
+ light: string;
71
+ body: string;
72
+ muted: string;
73
+ menu: string;
74
+ bg01: string;
75
+ bg02: string;
76
+ bg03: string;
77
+ bg04: string;
78
+ bg05: string;
79
+ tooltip: string;
80
+ tooltip2: string;
81
+ };
82
+ space: {
83
+ 1: string;
84
+ 2: string;
85
+ xxxs: string;
86
+ xxs: string;
87
+ xs: string;
88
+ sm: string;
89
+ md: string;
90
+ lg: string;
91
+ xl: string;
92
+ "2xl": string;
93
+ "3xl": string;
94
+ "4xl": string;
95
+ "5xl": string;
96
+ "6xl": string;
97
+ "7xl": string;
98
+ };
99
+ sizes: {
100
+ 1: string;
101
+ 2: string;
102
+ xxxs: string;
103
+ xxs: string;
104
+ xs: string;
105
+ sm: string;
106
+ md: string;
107
+ lg: string;
108
+ xl: string;
109
+ "2xl": string;
110
+ "3xl": string;
111
+ "4xl": string;
112
+ "5xl": string;
113
+ "6xl": string;
114
+ "7xl": string;
115
+ max: string;
116
+ min: string;
117
+ full: string;
118
+ };
119
+ radii: {
120
+ 1: string;
121
+ 2: string;
122
+ 3: string;
123
+ 4: string;
124
+ 5: string;
125
+ round: string;
126
+ pill: string;
127
+ };
128
+ fontSizes: {
129
+ 1: string;
130
+ 2: string;
131
+ 3: string;
132
+ 4: string;
133
+ 5: string;
134
+ 6: string;
135
+ 7: string;
136
+ 8: string;
137
+ 9: string;
138
+ 10: string;
139
+ 11: string;
140
+ };
141
+ fontWeights: {
142
+ hairline: number;
143
+ thin: number;
144
+ light: number;
145
+ normal: number;
146
+ medium: number;
147
+ semibold: number;
148
+ bold: number;
149
+ extrabold: number;
150
+ black: number;
151
+ };
152
+ lineHeights: {
153
+ normal: string;
154
+ none: number;
155
+ shorter: number;
156
+ short: number;
157
+ base: number;
158
+ tall: number;
159
+ tall2: number;
160
+ taller: string;
161
+ };
162
+ letterSpacings: {
163
+ tighter: string;
164
+ tight: string;
165
+ normal: string;
166
+ wide: string;
167
+ wider: string;
168
+ widest: string;
169
+ };
170
+ borderWidths: unknown;
171
+ borderStyles: unknown;
172
+ shadows: unknown;
173
+ zIndices: unknown;
174
+ transitions: unknown;
175
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
176
+ p: (value: {
177
+ readonly [$$PropertyValue]: "padding";
178
+ }) => {
179
+ padding: {
180
+ readonly [$$PropertyValue]: "padding";
181
+ };
182
+ };
183
+ pt: (value: {
184
+ readonly [$$PropertyValue]: "paddingTop";
185
+ }) => {
186
+ paddingTop: {
187
+ readonly [$$PropertyValue]: "paddingTop";
188
+ };
189
+ };
190
+ pr: (value: {
191
+ readonly [$$PropertyValue]: "paddingRight";
192
+ }) => {
193
+ paddingRight: {
194
+ readonly [$$PropertyValue]: "paddingRight";
195
+ };
196
+ };
197
+ pb: (value: {
198
+ readonly [$$PropertyValue]: "paddingBottom";
199
+ }) => {
200
+ paddingBottom: {
201
+ readonly [$$PropertyValue]: "paddingBottom";
202
+ };
203
+ };
204
+ pl: (value: {
205
+ readonly [$$PropertyValue]: "paddingLeft";
206
+ }) => {
207
+ paddingLeft: {
208
+ readonly [$$PropertyValue]: "paddingLeft";
209
+ };
210
+ };
211
+ px: (value: {
212
+ readonly [$$PropertyValue]: "paddingLeft";
213
+ }) => {
214
+ paddingLeft: {
215
+ readonly [$$PropertyValue]: "paddingLeft";
216
+ };
217
+ paddingRight: {
218
+ readonly [$$PropertyValue]: "paddingLeft";
219
+ };
220
+ };
221
+ py: (value: {
222
+ readonly [$$PropertyValue]: "paddingTop";
223
+ }) => {
224
+ paddingTop: {
225
+ readonly [$$PropertyValue]: "paddingTop";
226
+ };
227
+ paddingBottom: {
228
+ readonly [$$PropertyValue]: "paddingTop";
229
+ };
230
+ };
231
+ m: (value: {
232
+ readonly [$$PropertyValue]: "margin";
233
+ }) => {
234
+ margin: {
235
+ readonly [$$PropertyValue]: "margin";
236
+ };
237
+ };
238
+ mt: (value: {
239
+ readonly [$$PropertyValue]: "marginTop";
240
+ }) => {
241
+ marginTop: {
242
+ readonly [$$PropertyValue]: "marginTop";
243
+ };
244
+ };
245
+ mr: (value: {
246
+ readonly [$$PropertyValue]: "marginRight";
247
+ }) => {
248
+ marginRight: {
249
+ readonly [$$PropertyValue]: "marginRight";
250
+ };
251
+ };
252
+ mb: (value: {
253
+ readonly [$$PropertyValue]: "marginBottom";
254
+ }) => {
255
+ marginBottom: {
256
+ readonly [$$PropertyValue]: "marginBottom";
257
+ };
258
+ };
259
+ ml: (value: {
260
+ readonly [$$PropertyValue]: "marginLeft";
261
+ }) => {
262
+ marginLeft: {
263
+ readonly [$$PropertyValue]: "marginLeft";
264
+ };
265
+ };
266
+ mx: (value: {
267
+ readonly [$$PropertyValue]: "marginLeft";
268
+ }) => {
269
+ marginLeft: {
270
+ readonly [$$PropertyValue]: "marginLeft";
271
+ };
272
+ marginRight: {
273
+ readonly [$$PropertyValue]: "marginLeft";
274
+ };
275
+ };
276
+ my: (value: {
277
+ readonly [$$PropertyValue]: "marginTop";
278
+ }) => {
279
+ marginTop: {
280
+ readonly [$$PropertyValue]: "marginTop";
281
+ };
282
+ marginBottom: {
283
+ readonly [$$PropertyValue]: "marginTop";
284
+ };
285
+ };
286
+ ta: (value: {
287
+ readonly [$$PropertyValue]: "textAlign";
288
+ }) => {
289
+ textAlign: {
290
+ readonly [$$PropertyValue]: "textAlign";
291
+ };
292
+ };
293
+ fd: (value: {
294
+ readonly [$$PropertyValue]: "flexDirection";
295
+ }) => {
296
+ flexDirection: {
297
+ readonly [$$PropertyValue]: "flexDirection";
298
+ };
299
+ };
300
+ fw: (value: {
301
+ readonly [$$PropertyValue]: "flexWrap";
302
+ }) => {
303
+ flexWrap: {
304
+ readonly [$$PropertyValue]: "flexWrap";
305
+ };
306
+ };
307
+ ai: (value: {
308
+ readonly [$$PropertyValue]: "alignItems";
309
+ }) => {
310
+ alignItems: {
311
+ readonly [$$PropertyValue]: "alignItems";
312
+ };
313
+ };
314
+ ac: (value: {
315
+ readonly [$$PropertyValue]: "alignContent";
316
+ }) => {
317
+ alignContent: {
318
+ readonly [$$PropertyValue]: "alignContent";
319
+ };
320
+ };
321
+ jc: (value: {
322
+ readonly [$$PropertyValue]: "justifyContent";
323
+ }) => {
324
+ justifyContent: {
325
+ readonly [$$PropertyValue]: "justifyContent";
326
+ };
327
+ };
328
+ as: (value: {
329
+ readonly [$$PropertyValue]: "alignSelf";
330
+ }) => {
331
+ alignSelf: {
332
+ readonly [$$PropertyValue]: "alignSelf";
333
+ };
334
+ };
335
+ fg: (value: {
336
+ readonly [$$PropertyValue]: "flexGrow";
337
+ }) => {
338
+ flexGrow: {
339
+ readonly [$$PropertyValue]: "flexGrow";
340
+ };
341
+ };
342
+ fs: (value: {
343
+ readonly [$$PropertyValue]: "flexShrink";
344
+ }) => {
345
+ flexShrink: {
346
+ readonly [$$PropertyValue]: "flexShrink";
347
+ };
348
+ };
349
+ fb: (value: {
350
+ readonly [$$PropertyValue]: "flexBasis";
351
+ }) => {
352
+ flexBasis: {
353
+ readonly [$$PropertyValue]: "flexBasis";
354
+ };
355
+ };
356
+ bc: (value: {
357
+ readonly [$$PropertyValue]: "backgroundColor";
358
+ }) => {
359
+ backgroundColor: {
360
+ readonly [$$PropertyValue]: "backgroundColor";
361
+ };
362
+ };
363
+ br: (value: {
364
+ readonly [$$PropertyValue]: "borderRadius";
365
+ }) => {
366
+ borderRadius: {
367
+ readonly [$$PropertyValue]: "borderRadius";
368
+ };
369
+ };
370
+ btrr: (value: {
371
+ readonly [$$PropertyValue]: "borderTopRightRadius";
372
+ }) => {
373
+ borderTopRightRadius: {
374
+ readonly [$$PropertyValue]: "borderTopRightRadius";
375
+ };
376
+ };
377
+ bbrr: (value: {
378
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
379
+ }) => {
380
+ borderBottomRightRadius: {
381
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
382
+ };
383
+ };
384
+ bblr: (value: {
385
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
386
+ }) => {
387
+ borderBottomLeftRadius: {
388
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
389
+ };
390
+ };
391
+ btlr: (value: {
392
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
393
+ }) => {
394
+ borderTopLeftRadius: {
395
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
396
+ };
397
+ };
398
+ bs: (value: {
399
+ readonly [$$PropertyValue]: "boxShadow";
400
+ }) => {
401
+ boxShadow: {
402
+ readonly [$$PropertyValue]: "boxShadow";
403
+ };
404
+ };
405
+ lh: (value: {
406
+ readonly [$$PropertyValue]: "lineHeight";
407
+ }) => {
408
+ lineHeight: {
409
+ readonly [$$PropertyValue]: "lineHeight";
410
+ };
411
+ };
412
+ ox: (value: {
413
+ readonly [$$PropertyValue]: "overflowX";
414
+ }) => {
415
+ overflowX: {
416
+ readonly [$$PropertyValue]: "overflowX";
417
+ };
418
+ };
419
+ oy: (value: {
420
+ readonly [$$PropertyValue]: "overflowY";
421
+ }) => {
422
+ overflowY: {
423
+ readonly [$$PropertyValue]: "overflowY";
424
+ };
425
+ };
426
+ pe: (value: {
427
+ readonly [$$PropertyValue]: "pointerEvents";
428
+ }) => {
429
+ pointerEvents: {
430
+ readonly [$$PropertyValue]: "pointerEvents";
431
+ };
432
+ };
433
+ us: (value: {
434
+ readonly [$$PropertyValue]: "userSelect";
435
+ }) => {
436
+ WebkitUserSelect: {
437
+ readonly [$$PropertyValue]: "userSelect";
438
+ };
439
+ userSelect: {
440
+ readonly [$$PropertyValue]: "userSelect";
441
+ };
442
+ };
443
+ userSelect: (value: {
444
+ readonly [$$PropertyValue]: "userSelect";
445
+ }) => {
446
+ WebkitUserSelect: {
447
+ readonly [$$PropertyValue]: "userSelect";
448
+ };
449
+ userSelect: {
450
+ readonly [$$PropertyValue]: "userSelect";
451
+ };
452
+ };
453
+ size: (value: {
454
+ readonly [$$PropertyValue]: "width";
455
+ }) => {
456
+ width: {
457
+ readonly [$$PropertyValue]: "width";
458
+ };
459
+ height: {
460
+ readonly [$$PropertyValue]: "width";
461
+ };
462
+ };
463
+ appearance: (value: {
464
+ readonly [$$PropertyValue]: "appearance";
465
+ }) => {
466
+ WebkitAppearance: {
467
+ readonly [$$PropertyValue]: "appearance";
468
+ };
469
+ appearance: {
470
+ readonly [$$PropertyValue]: "appearance";
471
+ };
472
+ };
473
+ backgroundClip: (value: {
474
+ readonly [$$PropertyValue]: "backgroundClip";
475
+ }) => {
476
+ WebkitBackgroundClip: {
477
+ readonly [$$PropertyValue]: "backgroundClip";
478
+ };
479
+ backgroundClip: {
480
+ readonly [$$PropertyValue]: "backgroundClip";
481
+ };
482
+ };
483
+ }>>;
484
+ export declare const RadioGroupIndicator: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<RadioGroupPrimitive.RadioGroupIndicatorProps & React.RefAttributes<HTMLSpanElement>>, {}, {
485
+ motion: "(prefers-reduced-motion)";
486
+ hover: "(any-hover: hover)";
487
+ dark: "(prefers-color-scheme: dark)";
488
+ light: "(prefers-color-scheme: light)";
489
+ xs: "(max-width: 520px)";
490
+ sm: "(max-width: 900px)";
491
+ bp2: "(min-width: 900px)";
492
+ md: "(max-width: 1200px)";
493
+ lg: "(max-width: 1800px)";
494
+ }, import("@stitches/react/types/css-util").CSS<{
495
+ motion: "(prefers-reduced-motion)";
496
+ hover: "(any-hover: hover)";
497
+ dark: "(prefers-color-scheme: dark)";
498
+ light: "(prefers-color-scheme: light)";
499
+ xs: "(max-width: 520px)";
500
+ sm: "(max-width: 900px)";
501
+ bp2: "(min-width: 900px)";
502
+ md: "(max-width: 1200px)";
503
+ lg: "(max-width: 1800px)";
504
+ }, {
505
+ colors: {
506
+ white: string;
507
+ black: string;
508
+ lightBackground: string;
509
+ obolBlue: string;
510
+ primaryBgDefault: string;
511
+ primaryBgDefaultHover: string;
512
+ primaryTextDefault: string;
513
+ secondaryBgDefault: string;
514
+ secondaryBgHover: string;
515
+ grayBgDefault: string;
516
+ gray2BgDefault: string;
517
+ neutralDark: string;
518
+ navButtonBgDefault: string;
519
+ navButtonBgHover: string;
520
+ cardBackgroundDark: string;
521
+ cardBackgroundLight: string;
522
+ textMiddle: string;
523
+ textLight: string;
524
+ textLighter: string;
525
+ textTabHover: string;
526
+ textTabInactive: string;
527
+ textGreenDark: string;
528
+ textGreenLight: string;
529
+ textGreen1: string;
530
+ textGreen2: string;
531
+ textGreen3: string;
532
+ textGreenHover: string;
533
+ textCreateHover: string;
534
+ textGrayHover: string;
535
+ txButton: string;
536
+ obolGreen: string;
537
+ obolMidGreen: string;
538
+ obolGreenHover: string;
539
+ obolGreenLight: string;
540
+ obolDarkDark: string;
541
+ obolDisabled: string;
542
+ linkButtonHover: string;
543
+ progressTrackerGreen: string;
544
+ coordinate: string;
545
+ coordinateHover: string;
546
+ test: string;
547
+ testHover: string;
548
+ create: string;
549
+ createHover: string;
550
+ light: string;
551
+ body: string;
552
+ muted: string;
553
+ menu: string;
554
+ bg01: string;
555
+ bg02: string;
556
+ bg03: string;
557
+ bg04: string;
558
+ bg05: string;
559
+ tooltip: string;
560
+ tooltip2: string;
561
+ };
562
+ space: {
563
+ 1: string;
564
+ 2: string;
565
+ xxxs: string;
566
+ xxs: string;
567
+ xs: string;
568
+ sm: string;
569
+ md: string;
570
+ lg: string;
571
+ xl: string;
572
+ "2xl": string;
573
+ "3xl": string;
574
+ "4xl": string;
575
+ "5xl": string;
576
+ "6xl": string;
577
+ "7xl": string;
578
+ };
579
+ sizes: {
580
+ 1: string;
581
+ 2: string;
582
+ xxxs: string;
583
+ xxs: string;
584
+ xs: string;
585
+ sm: string;
586
+ md: string;
587
+ lg: string;
588
+ xl: string;
589
+ "2xl": string;
590
+ "3xl": string;
591
+ "4xl": string;
592
+ "5xl": string;
593
+ "6xl": string;
594
+ "7xl": string;
595
+ max: string;
596
+ min: string;
597
+ full: string;
598
+ };
599
+ radii: {
600
+ 1: string;
601
+ 2: string;
602
+ 3: string;
603
+ 4: string;
604
+ 5: string;
605
+ round: string;
606
+ pill: string;
607
+ };
608
+ fontSizes: {
609
+ 1: string;
610
+ 2: string;
611
+ 3: string;
612
+ 4: string;
613
+ 5: string;
614
+ 6: string;
615
+ 7: string;
616
+ 8: string;
617
+ 9: string;
618
+ 10: string;
619
+ 11: string;
620
+ };
621
+ fontWeights: {
622
+ hairline: number;
623
+ thin: number;
624
+ light: number;
625
+ normal: number;
626
+ medium: number;
627
+ semibold: number;
628
+ bold: number;
629
+ extrabold: number;
630
+ black: number;
631
+ };
632
+ lineHeights: {
633
+ normal: string;
634
+ none: number;
635
+ shorter: number;
636
+ short: number;
637
+ base: number;
638
+ tall: number;
639
+ tall2: number;
640
+ taller: string;
641
+ };
642
+ letterSpacings: {
643
+ tighter: string;
644
+ tight: string;
645
+ normal: string;
646
+ wide: string;
647
+ wider: string;
648
+ widest: string;
649
+ };
650
+ borderWidths: unknown;
651
+ borderStyles: unknown;
652
+ shadows: unknown;
653
+ zIndices: unknown;
654
+ transitions: unknown;
655
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
656
+ p: (value: {
657
+ readonly [$$PropertyValue]: "padding";
658
+ }) => {
659
+ padding: {
660
+ readonly [$$PropertyValue]: "padding";
661
+ };
662
+ };
663
+ pt: (value: {
664
+ readonly [$$PropertyValue]: "paddingTop";
665
+ }) => {
666
+ paddingTop: {
667
+ readonly [$$PropertyValue]: "paddingTop";
668
+ };
669
+ };
670
+ pr: (value: {
671
+ readonly [$$PropertyValue]: "paddingRight";
672
+ }) => {
673
+ paddingRight: {
674
+ readonly [$$PropertyValue]: "paddingRight";
675
+ };
676
+ };
677
+ pb: (value: {
678
+ readonly [$$PropertyValue]: "paddingBottom";
679
+ }) => {
680
+ paddingBottom: {
681
+ readonly [$$PropertyValue]: "paddingBottom";
682
+ };
683
+ };
684
+ pl: (value: {
685
+ readonly [$$PropertyValue]: "paddingLeft";
686
+ }) => {
687
+ paddingLeft: {
688
+ readonly [$$PropertyValue]: "paddingLeft";
689
+ };
690
+ };
691
+ px: (value: {
692
+ readonly [$$PropertyValue]: "paddingLeft";
693
+ }) => {
694
+ paddingLeft: {
695
+ readonly [$$PropertyValue]: "paddingLeft";
696
+ };
697
+ paddingRight: {
698
+ readonly [$$PropertyValue]: "paddingLeft";
699
+ };
700
+ };
701
+ py: (value: {
702
+ readonly [$$PropertyValue]: "paddingTop";
703
+ }) => {
704
+ paddingTop: {
705
+ readonly [$$PropertyValue]: "paddingTop";
706
+ };
707
+ paddingBottom: {
708
+ readonly [$$PropertyValue]: "paddingTop";
709
+ };
710
+ };
711
+ m: (value: {
712
+ readonly [$$PropertyValue]: "margin";
713
+ }) => {
714
+ margin: {
715
+ readonly [$$PropertyValue]: "margin";
716
+ };
717
+ };
718
+ mt: (value: {
719
+ readonly [$$PropertyValue]: "marginTop";
720
+ }) => {
721
+ marginTop: {
722
+ readonly [$$PropertyValue]: "marginTop";
723
+ };
724
+ };
725
+ mr: (value: {
726
+ readonly [$$PropertyValue]: "marginRight";
727
+ }) => {
728
+ marginRight: {
729
+ readonly [$$PropertyValue]: "marginRight";
730
+ };
731
+ };
732
+ mb: (value: {
733
+ readonly [$$PropertyValue]: "marginBottom";
734
+ }) => {
735
+ marginBottom: {
736
+ readonly [$$PropertyValue]: "marginBottom";
737
+ };
738
+ };
739
+ ml: (value: {
740
+ readonly [$$PropertyValue]: "marginLeft";
741
+ }) => {
742
+ marginLeft: {
743
+ readonly [$$PropertyValue]: "marginLeft";
744
+ };
745
+ };
746
+ mx: (value: {
747
+ readonly [$$PropertyValue]: "marginLeft";
748
+ }) => {
749
+ marginLeft: {
750
+ readonly [$$PropertyValue]: "marginLeft";
751
+ };
752
+ marginRight: {
753
+ readonly [$$PropertyValue]: "marginLeft";
754
+ };
755
+ };
756
+ my: (value: {
757
+ readonly [$$PropertyValue]: "marginTop";
758
+ }) => {
759
+ marginTop: {
760
+ readonly [$$PropertyValue]: "marginTop";
761
+ };
762
+ marginBottom: {
763
+ readonly [$$PropertyValue]: "marginTop";
764
+ };
765
+ };
766
+ ta: (value: {
767
+ readonly [$$PropertyValue]: "textAlign";
768
+ }) => {
769
+ textAlign: {
770
+ readonly [$$PropertyValue]: "textAlign";
771
+ };
772
+ };
773
+ fd: (value: {
774
+ readonly [$$PropertyValue]: "flexDirection";
775
+ }) => {
776
+ flexDirection: {
777
+ readonly [$$PropertyValue]: "flexDirection";
778
+ };
779
+ };
780
+ fw: (value: {
781
+ readonly [$$PropertyValue]: "flexWrap";
782
+ }) => {
783
+ flexWrap: {
784
+ readonly [$$PropertyValue]: "flexWrap";
785
+ };
786
+ };
787
+ ai: (value: {
788
+ readonly [$$PropertyValue]: "alignItems";
789
+ }) => {
790
+ alignItems: {
791
+ readonly [$$PropertyValue]: "alignItems";
792
+ };
793
+ };
794
+ ac: (value: {
795
+ readonly [$$PropertyValue]: "alignContent";
796
+ }) => {
797
+ alignContent: {
798
+ readonly [$$PropertyValue]: "alignContent";
799
+ };
800
+ };
801
+ jc: (value: {
802
+ readonly [$$PropertyValue]: "justifyContent";
803
+ }) => {
804
+ justifyContent: {
805
+ readonly [$$PropertyValue]: "justifyContent";
806
+ };
807
+ };
808
+ as: (value: {
809
+ readonly [$$PropertyValue]: "alignSelf";
810
+ }) => {
811
+ alignSelf: {
812
+ readonly [$$PropertyValue]: "alignSelf";
813
+ };
814
+ };
815
+ fg: (value: {
816
+ readonly [$$PropertyValue]: "flexGrow";
817
+ }) => {
818
+ flexGrow: {
819
+ readonly [$$PropertyValue]: "flexGrow";
820
+ };
821
+ };
822
+ fs: (value: {
823
+ readonly [$$PropertyValue]: "flexShrink";
824
+ }) => {
825
+ flexShrink: {
826
+ readonly [$$PropertyValue]: "flexShrink";
827
+ };
828
+ };
829
+ fb: (value: {
830
+ readonly [$$PropertyValue]: "flexBasis";
831
+ }) => {
832
+ flexBasis: {
833
+ readonly [$$PropertyValue]: "flexBasis";
834
+ };
835
+ };
836
+ bc: (value: {
837
+ readonly [$$PropertyValue]: "backgroundColor";
838
+ }) => {
839
+ backgroundColor: {
840
+ readonly [$$PropertyValue]: "backgroundColor";
841
+ };
842
+ };
843
+ br: (value: {
844
+ readonly [$$PropertyValue]: "borderRadius";
845
+ }) => {
846
+ borderRadius: {
847
+ readonly [$$PropertyValue]: "borderRadius";
848
+ };
849
+ };
850
+ btrr: (value: {
851
+ readonly [$$PropertyValue]: "borderTopRightRadius";
852
+ }) => {
853
+ borderTopRightRadius: {
854
+ readonly [$$PropertyValue]: "borderTopRightRadius";
855
+ };
856
+ };
857
+ bbrr: (value: {
858
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
859
+ }) => {
860
+ borderBottomRightRadius: {
861
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
862
+ };
863
+ };
864
+ bblr: (value: {
865
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
866
+ }) => {
867
+ borderBottomLeftRadius: {
868
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
869
+ };
870
+ };
871
+ btlr: (value: {
872
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
873
+ }) => {
874
+ borderTopLeftRadius: {
875
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
876
+ };
877
+ };
878
+ bs: (value: {
879
+ readonly [$$PropertyValue]: "boxShadow";
880
+ }) => {
881
+ boxShadow: {
882
+ readonly [$$PropertyValue]: "boxShadow";
883
+ };
884
+ };
885
+ lh: (value: {
886
+ readonly [$$PropertyValue]: "lineHeight";
887
+ }) => {
888
+ lineHeight: {
889
+ readonly [$$PropertyValue]: "lineHeight";
890
+ };
891
+ };
892
+ ox: (value: {
893
+ readonly [$$PropertyValue]: "overflowX";
894
+ }) => {
895
+ overflowX: {
896
+ readonly [$$PropertyValue]: "overflowX";
897
+ };
898
+ };
899
+ oy: (value: {
900
+ readonly [$$PropertyValue]: "overflowY";
901
+ }) => {
902
+ overflowY: {
903
+ readonly [$$PropertyValue]: "overflowY";
904
+ };
905
+ };
906
+ pe: (value: {
907
+ readonly [$$PropertyValue]: "pointerEvents";
908
+ }) => {
909
+ pointerEvents: {
910
+ readonly [$$PropertyValue]: "pointerEvents";
911
+ };
912
+ };
913
+ us: (value: {
914
+ readonly [$$PropertyValue]: "userSelect";
915
+ }) => {
916
+ WebkitUserSelect: {
917
+ readonly [$$PropertyValue]: "userSelect";
918
+ };
919
+ userSelect: {
920
+ readonly [$$PropertyValue]: "userSelect";
921
+ };
922
+ };
923
+ userSelect: (value: {
924
+ readonly [$$PropertyValue]: "userSelect";
925
+ }) => {
926
+ WebkitUserSelect: {
927
+ readonly [$$PropertyValue]: "userSelect";
928
+ };
929
+ userSelect: {
930
+ readonly [$$PropertyValue]: "userSelect";
931
+ };
932
+ };
933
+ size: (value: {
934
+ readonly [$$PropertyValue]: "width";
935
+ }) => {
936
+ width: {
937
+ readonly [$$PropertyValue]: "width";
938
+ };
939
+ height: {
940
+ readonly [$$PropertyValue]: "width";
941
+ };
942
+ };
943
+ appearance: (value: {
944
+ readonly [$$PropertyValue]: "appearance";
945
+ }) => {
946
+ WebkitAppearance: {
947
+ readonly [$$PropertyValue]: "appearance";
948
+ };
949
+ appearance: {
950
+ readonly [$$PropertyValue]: "appearance";
951
+ };
952
+ };
953
+ backgroundClip: (value: {
954
+ readonly [$$PropertyValue]: "backgroundClip";
955
+ }) => {
956
+ WebkitBackgroundClip: {
957
+ readonly [$$PropertyValue]: "backgroundClip";
958
+ };
959
+ backgroundClip: {
960
+ readonly [$$PropertyValue]: "backgroundClip";
961
+ };
962
+ };
963
+ }>>;
964
+ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {}, {
965
+ motion: "(prefers-reduced-motion)";
966
+ hover: "(any-hover: hover)";
967
+ dark: "(prefers-color-scheme: dark)";
968
+ light: "(prefers-color-scheme: light)";
969
+ xs: "(max-width: 520px)";
970
+ sm: "(max-width: 900px)";
971
+ bp2: "(min-width: 900px)";
972
+ md: "(max-width: 1200px)";
973
+ lg: "(max-width: 1800px)";
974
+ }, import("@stitches/react/types/css-util").CSS<{
975
+ motion: "(prefers-reduced-motion)";
976
+ hover: "(any-hover: hover)";
977
+ dark: "(prefers-color-scheme: dark)";
978
+ light: "(prefers-color-scheme: light)";
979
+ xs: "(max-width: 520px)";
980
+ sm: "(max-width: 900px)";
981
+ bp2: "(min-width: 900px)";
982
+ md: "(max-width: 1200px)";
983
+ lg: "(max-width: 1800px)";
984
+ }, {
985
+ colors: {
986
+ white: string;
987
+ black: string;
988
+ lightBackground: string;
989
+ obolBlue: string;
990
+ primaryBgDefault: string;
991
+ primaryBgDefaultHover: string;
992
+ primaryTextDefault: string;
993
+ secondaryBgDefault: string;
994
+ secondaryBgHover: string;
995
+ grayBgDefault: string;
996
+ gray2BgDefault: string;
997
+ neutralDark: string;
998
+ navButtonBgDefault: string;
999
+ navButtonBgHover: string;
1000
+ cardBackgroundDark: string;
1001
+ cardBackgroundLight: string;
1002
+ textMiddle: string;
1003
+ textLight: string;
1004
+ textLighter: string;
1005
+ textTabHover: string;
1006
+ textTabInactive: string;
1007
+ textGreenDark: string;
1008
+ textGreenLight: string;
1009
+ textGreen1: string;
1010
+ textGreen2: string;
1011
+ textGreen3: string;
1012
+ textGreenHover: string;
1013
+ textCreateHover: string;
1014
+ textGrayHover: string;
1015
+ txButton: string;
1016
+ obolGreen: string;
1017
+ obolMidGreen: string;
1018
+ obolGreenHover: string;
1019
+ obolGreenLight: string;
1020
+ obolDarkDark: string;
1021
+ obolDisabled: string;
1022
+ linkButtonHover: string;
1023
+ progressTrackerGreen: string;
1024
+ coordinate: string;
1025
+ coordinateHover: string;
1026
+ test: string;
1027
+ testHover: string;
1028
+ create: string;
1029
+ createHover: string;
1030
+ light: string;
1031
+ body: string;
1032
+ muted: string;
1033
+ menu: string;
1034
+ bg01: string;
1035
+ bg02: string;
1036
+ bg03: string;
1037
+ bg04: string;
1038
+ bg05: string;
1039
+ tooltip: string;
1040
+ tooltip2: string;
1041
+ };
1042
+ space: {
1043
+ 1: string;
1044
+ 2: string;
1045
+ xxxs: string;
1046
+ xxs: string;
1047
+ xs: string;
1048
+ sm: string;
1049
+ md: string;
1050
+ lg: string;
1051
+ xl: string;
1052
+ "2xl": string;
1053
+ "3xl": string;
1054
+ "4xl": string;
1055
+ "5xl": string;
1056
+ "6xl": string;
1057
+ "7xl": string;
1058
+ };
1059
+ sizes: {
1060
+ 1: string;
1061
+ 2: string;
1062
+ xxxs: string;
1063
+ xxs: string;
1064
+ xs: string;
1065
+ sm: string;
1066
+ md: string;
1067
+ lg: string;
1068
+ xl: string;
1069
+ "2xl": string;
1070
+ "3xl": string;
1071
+ "4xl": string;
1072
+ "5xl": string;
1073
+ "6xl": string;
1074
+ "7xl": string;
1075
+ max: string;
1076
+ min: string;
1077
+ full: string;
1078
+ };
1079
+ radii: {
1080
+ 1: string;
1081
+ 2: string;
1082
+ 3: string;
1083
+ 4: string;
1084
+ 5: string;
1085
+ round: string;
1086
+ pill: string;
1087
+ };
1088
+ fontSizes: {
1089
+ 1: string;
1090
+ 2: string;
1091
+ 3: string;
1092
+ 4: string;
1093
+ 5: string;
1094
+ 6: string;
1095
+ 7: string;
1096
+ 8: string;
1097
+ 9: string;
1098
+ 10: string;
1099
+ 11: string;
1100
+ };
1101
+ fontWeights: {
1102
+ hairline: number;
1103
+ thin: number;
1104
+ light: number;
1105
+ normal: number;
1106
+ medium: number;
1107
+ semibold: number;
1108
+ bold: number;
1109
+ extrabold: number;
1110
+ black: number;
1111
+ };
1112
+ lineHeights: {
1113
+ normal: string;
1114
+ none: number;
1115
+ shorter: number;
1116
+ short: number;
1117
+ base: number;
1118
+ tall: number;
1119
+ tall2: number;
1120
+ taller: string;
1121
+ };
1122
+ letterSpacings: {
1123
+ tighter: string;
1124
+ tight: string;
1125
+ normal: string;
1126
+ wide: string;
1127
+ wider: string;
1128
+ widest: string;
1129
+ };
1130
+ borderWidths: unknown;
1131
+ borderStyles: unknown;
1132
+ shadows: unknown;
1133
+ zIndices: unknown;
1134
+ transitions: unknown;
1135
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1136
+ p: (value: {
1137
+ readonly [$$PropertyValue]: "padding";
1138
+ }) => {
1139
+ padding: {
1140
+ readonly [$$PropertyValue]: "padding";
1141
+ };
1142
+ };
1143
+ pt: (value: {
1144
+ readonly [$$PropertyValue]: "paddingTop";
1145
+ }) => {
1146
+ paddingTop: {
1147
+ readonly [$$PropertyValue]: "paddingTop";
1148
+ };
1149
+ };
1150
+ pr: (value: {
1151
+ readonly [$$PropertyValue]: "paddingRight";
1152
+ }) => {
1153
+ paddingRight: {
1154
+ readonly [$$PropertyValue]: "paddingRight";
1155
+ };
1156
+ };
1157
+ pb: (value: {
1158
+ readonly [$$PropertyValue]: "paddingBottom";
1159
+ }) => {
1160
+ paddingBottom: {
1161
+ readonly [$$PropertyValue]: "paddingBottom";
1162
+ };
1163
+ };
1164
+ pl: (value: {
1165
+ readonly [$$PropertyValue]: "paddingLeft";
1166
+ }) => {
1167
+ paddingLeft: {
1168
+ readonly [$$PropertyValue]: "paddingLeft";
1169
+ };
1170
+ };
1171
+ px: (value: {
1172
+ readonly [$$PropertyValue]: "paddingLeft";
1173
+ }) => {
1174
+ paddingLeft: {
1175
+ readonly [$$PropertyValue]: "paddingLeft";
1176
+ };
1177
+ paddingRight: {
1178
+ readonly [$$PropertyValue]: "paddingLeft";
1179
+ };
1180
+ };
1181
+ py: (value: {
1182
+ readonly [$$PropertyValue]: "paddingTop";
1183
+ }) => {
1184
+ paddingTop: {
1185
+ readonly [$$PropertyValue]: "paddingTop";
1186
+ };
1187
+ paddingBottom: {
1188
+ readonly [$$PropertyValue]: "paddingTop";
1189
+ };
1190
+ };
1191
+ m: (value: {
1192
+ readonly [$$PropertyValue]: "margin";
1193
+ }) => {
1194
+ margin: {
1195
+ readonly [$$PropertyValue]: "margin";
1196
+ };
1197
+ };
1198
+ mt: (value: {
1199
+ readonly [$$PropertyValue]: "marginTop";
1200
+ }) => {
1201
+ marginTop: {
1202
+ readonly [$$PropertyValue]: "marginTop";
1203
+ };
1204
+ };
1205
+ mr: (value: {
1206
+ readonly [$$PropertyValue]: "marginRight";
1207
+ }) => {
1208
+ marginRight: {
1209
+ readonly [$$PropertyValue]: "marginRight";
1210
+ };
1211
+ };
1212
+ mb: (value: {
1213
+ readonly [$$PropertyValue]: "marginBottom";
1214
+ }) => {
1215
+ marginBottom: {
1216
+ readonly [$$PropertyValue]: "marginBottom";
1217
+ };
1218
+ };
1219
+ ml: (value: {
1220
+ readonly [$$PropertyValue]: "marginLeft";
1221
+ }) => {
1222
+ marginLeft: {
1223
+ readonly [$$PropertyValue]: "marginLeft";
1224
+ };
1225
+ };
1226
+ mx: (value: {
1227
+ readonly [$$PropertyValue]: "marginLeft";
1228
+ }) => {
1229
+ marginLeft: {
1230
+ readonly [$$PropertyValue]: "marginLeft";
1231
+ };
1232
+ marginRight: {
1233
+ readonly [$$PropertyValue]: "marginLeft";
1234
+ };
1235
+ };
1236
+ my: (value: {
1237
+ readonly [$$PropertyValue]: "marginTop";
1238
+ }) => {
1239
+ marginTop: {
1240
+ readonly [$$PropertyValue]: "marginTop";
1241
+ };
1242
+ marginBottom: {
1243
+ readonly [$$PropertyValue]: "marginTop";
1244
+ };
1245
+ };
1246
+ ta: (value: {
1247
+ readonly [$$PropertyValue]: "textAlign";
1248
+ }) => {
1249
+ textAlign: {
1250
+ readonly [$$PropertyValue]: "textAlign";
1251
+ };
1252
+ };
1253
+ fd: (value: {
1254
+ readonly [$$PropertyValue]: "flexDirection";
1255
+ }) => {
1256
+ flexDirection: {
1257
+ readonly [$$PropertyValue]: "flexDirection";
1258
+ };
1259
+ };
1260
+ fw: (value: {
1261
+ readonly [$$PropertyValue]: "flexWrap";
1262
+ }) => {
1263
+ flexWrap: {
1264
+ readonly [$$PropertyValue]: "flexWrap";
1265
+ };
1266
+ };
1267
+ ai: (value: {
1268
+ readonly [$$PropertyValue]: "alignItems";
1269
+ }) => {
1270
+ alignItems: {
1271
+ readonly [$$PropertyValue]: "alignItems";
1272
+ };
1273
+ };
1274
+ ac: (value: {
1275
+ readonly [$$PropertyValue]: "alignContent";
1276
+ }) => {
1277
+ alignContent: {
1278
+ readonly [$$PropertyValue]: "alignContent";
1279
+ };
1280
+ };
1281
+ jc: (value: {
1282
+ readonly [$$PropertyValue]: "justifyContent";
1283
+ }) => {
1284
+ justifyContent: {
1285
+ readonly [$$PropertyValue]: "justifyContent";
1286
+ };
1287
+ };
1288
+ as: (value: {
1289
+ readonly [$$PropertyValue]: "alignSelf";
1290
+ }) => {
1291
+ alignSelf: {
1292
+ readonly [$$PropertyValue]: "alignSelf";
1293
+ };
1294
+ };
1295
+ fg: (value: {
1296
+ readonly [$$PropertyValue]: "flexGrow";
1297
+ }) => {
1298
+ flexGrow: {
1299
+ readonly [$$PropertyValue]: "flexGrow";
1300
+ };
1301
+ };
1302
+ fs: (value: {
1303
+ readonly [$$PropertyValue]: "flexShrink";
1304
+ }) => {
1305
+ flexShrink: {
1306
+ readonly [$$PropertyValue]: "flexShrink";
1307
+ };
1308
+ };
1309
+ fb: (value: {
1310
+ readonly [$$PropertyValue]: "flexBasis";
1311
+ }) => {
1312
+ flexBasis: {
1313
+ readonly [$$PropertyValue]: "flexBasis";
1314
+ };
1315
+ };
1316
+ bc: (value: {
1317
+ readonly [$$PropertyValue]: "backgroundColor";
1318
+ }) => {
1319
+ backgroundColor: {
1320
+ readonly [$$PropertyValue]: "backgroundColor";
1321
+ };
1322
+ };
1323
+ br: (value: {
1324
+ readonly [$$PropertyValue]: "borderRadius";
1325
+ }) => {
1326
+ borderRadius: {
1327
+ readonly [$$PropertyValue]: "borderRadius";
1328
+ };
1329
+ };
1330
+ btrr: (value: {
1331
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1332
+ }) => {
1333
+ borderTopRightRadius: {
1334
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1335
+ };
1336
+ };
1337
+ bbrr: (value: {
1338
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1339
+ }) => {
1340
+ borderBottomRightRadius: {
1341
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1342
+ };
1343
+ };
1344
+ bblr: (value: {
1345
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1346
+ }) => {
1347
+ borderBottomLeftRadius: {
1348
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1349
+ };
1350
+ };
1351
+ btlr: (value: {
1352
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1353
+ }) => {
1354
+ borderTopLeftRadius: {
1355
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1356
+ };
1357
+ };
1358
+ bs: (value: {
1359
+ readonly [$$PropertyValue]: "boxShadow";
1360
+ }) => {
1361
+ boxShadow: {
1362
+ readonly [$$PropertyValue]: "boxShadow";
1363
+ };
1364
+ };
1365
+ lh: (value: {
1366
+ readonly [$$PropertyValue]: "lineHeight";
1367
+ }) => {
1368
+ lineHeight: {
1369
+ readonly [$$PropertyValue]: "lineHeight";
1370
+ };
1371
+ };
1372
+ ox: (value: {
1373
+ readonly [$$PropertyValue]: "overflowX";
1374
+ }) => {
1375
+ overflowX: {
1376
+ readonly [$$PropertyValue]: "overflowX";
1377
+ };
1378
+ };
1379
+ oy: (value: {
1380
+ readonly [$$PropertyValue]: "overflowY";
1381
+ }) => {
1382
+ overflowY: {
1383
+ readonly [$$PropertyValue]: "overflowY";
1384
+ };
1385
+ };
1386
+ pe: (value: {
1387
+ readonly [$$PropertyValue]: "pointerEvents";
1388
+ }) => {
1389
+ pointerEvents: {
1390
+ readonly [$$PropertyValue]: "pointerEvents";
1391
+ };
1392
+ };
1393
+ us: (value: {
1394
+ readonly [$$PropertyValue]: "userSelect";
1395
+ }) => {
1396
+ WebkitUserSelect: {
1397
+ readonly [$$PropertyValue]: "userSelect";
1398
+ };
1399
+ userSelect: {
1400
+ readonly [$$PropertyValue]: "userSelect";
1401
+ };
1402
+ };
1403
+ userSelect: (value: {
1404
+ readonly [$$PropertyValue]: "userSelect";
1405
+ }) => {
1406
+ WebkitUserSelect: {
1407
+ readonly [$$PropertyValue]: "userSelect";
1408
+ };
1409
+ userSelect: {
1410
+ readonly [$$PropertyValue]: "userSelect";
1411
+ };
1412
+ };
1413
+ size: (value: {
1414
+ readonly [$$PropertyValue]: "width";
1415
+ }) => {
1416
+ width: {
1417
+ readonly [$$PropertyValue]: "width";
1418
+ };
1419
+ height: {
1420
+ readonly [$$PropertyValue]: "width";
1421
+ };
1422
+ };
1423
+ appearance: (value: {
1424
+ readonly [$$PropertyValue]: "appearance";
1425
+ }) => {
1426
+ WebkitAppearance: {
1427
+ readonly [$$PropertyValue]: "appearance";
1428
+ };
1429
+ appearance: {
1430
+ readonly [$$PropertyValue]: "appearance";
1431
+ };
1432
+ };
1433
+ backgroundClip: (value: {
1434
+ readonly [$$PropertyValue]: "backgroundClip";
1435
+ }) => {
1436
+ WebkitBackgroundClip: {
1437
+ readonly [$$PropertyValue]: "backgroundClip";
1438
+ };
1439
+ backgroundClip: {
1440
+ readonly [$$PropertyValue]: "backgroundClip";
1441
+ };
1442
+ };
1443
+ }>>;
1444
+ interface RadioGroupItemProps {
1445
+ value: string;
1446
+ label: string;
1447
+ index?: number;
1448
+ }
1449
+ export declare const RadioGroupItem: React.FC<RadioGroupItemProps>;
1450
+ interface RadioGroupComponentsProps extends RadioGroupPrimitive.RadioGroupProps {
1451
+ items: RadioGroupItemProps[];
1452
+ }
1453
+ export declare const RadioGroupComponent: React.FC<RadioGroupComponentsProps>;
1454
+ export {};