@obolnetwork/obol-ui 1.0.39 → 1.0.40-beta

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.
@@ -0,0 +1,963 @@
1
+ export declare const UnstyledTextField: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"input", {
2
+ withCopy?: boolean | "true" | undefined;
3
+ }, {
4
+ motion: "(prefers-reduced-motion)";
5
+ hover: "(any-hover: hover)";
6
+ dark: "(prefers-color-scheme: dark)";
7
+ light: "(prefers-color-scheme: light)";
8
+ xs: "(max-width: 520px)";
9
+ sm: "(max-width: 900px)";
10
+ bp2: "(min-width: 900px)";
11
+ md: "(max-width: 1200px)";
12
+ lg: "(max-width: 1800px)";
13
+ }, import("@stitches/react/types/css-util").CSS<{
14
+ motion: "(prefers-reduced-motion)";
15
+ hover: "(any-hover: hover)";
16
+ dark: "(prefers-color-scheme: dark)";
17
+ light: "(prefers-color-scheme: light)";
18
+ xs: "(max-width: 520px)";
19
+ sm: "(max-width: 900px)";
20
+ bp2: "(min-width: 900px)";
21
+ md: "(max-width: 1200px)";
22
+ lg: "(max-width: 1800px)";
23
+ }, {
24
+ colors: {
25
+ white: string;
26
+ black: string;
27
+ lightBackground: string;
28
+ obolBlue: string;
29
+ primaryBgDefault: string;
30
+ primaryBgDefaultHover: string;
31
+ primaryTextDefault: string;
32
+ secondaryBgDefault: string;
33
+ secondaryBgHover: string;
34
+ grayBgDefault: string;
35
+ gray2BgDefault: string;
36
+ neutralDark: string;
37
+ navButtonBgDefault: string;
38
+ navButtonBgHover: string;
39
+ cardBackgroundDark: string;
40
+ cardBackgroundLight: string;
41
+ textMiddle: string;
42
+ textLight: string;
43
+ textLighter: string;
44
+ textTabHover: string;
45
+ textTabInactive: string;
46
+ textGreenDark: string;
47
+ textGreenLight: string;
48
+ textGreen1: string;
49
+ textGreen2: string;
50
+ textGreen3: string;
51
+ textGreenHover: string;
52
+ textCreateHover: string;
53
+ textGrayHover: string;
54
+ txButton: string;
55
+ obolGreen: string;
56
+ obolMidGreen: string;
57
+ obolGreenHover: string;
58
+ obolGreenLight: string;
59
+ obolDarkDark: string;
60
+ obolDisabled: string;
61
+ linkButtonHover: string;
62
+ progressTrackerGreen: string;
63
+ lightGrey: 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
+ motion: "(prefers-reduced-motion)";
485
+ hover: "(any-hover: hover)";
486
+ dark: "(prefers-color-scheme: dark)";
487
+ light: "(prefers-color-scheme: light)";
488
+ xs: "(max-width: 520px)";
489
+ sm: "(max-width: 900px)";
490
+ bp2: "(min-width: 900px)";
491
+ md: "(max-width: 1200px)";
492
+ lg: "(max-width: 1800px)";
493
+ }, import("@stitches/react/types/css-util").CSS<{
494
+ motion: "(prefers-reduced-motion)";
495
+ hover: "(any-hover: hover)";
496
+ dark: "(prefers-color-scheme: dark)";
497
+ light: "(prefers-color-scheme: light)";
498
+ xs: "(max-width: 520px)";
499
+ sm: "(max-width: 900px)";
500
+ bp2: "(min-width: 900px)";
501
+ md: "(max-width: 1200px)";
502
+ lg: "(max-width: 1800px)";
503
+ }, {
504
+ colors: {
505
+ white: string;
506
+ black: string;
507
+ lightBackground: string;
508
+ obolBlue: string;
509
+ primaryBgDefault: string;
510
+ primaryBgDefaultHover: string;
511
+ primaryTextDefault: string;
512
+ secondaryBgDefault: string;
513
+ secondaryBgHover: string;
514
+ grayBgDefault: string;
515
+ gray2BgDefault: string;
516
+ neutralDark: string;
517
+ navButtonBgDefault: string;
518
+ navButtonBgHover: string;
519
+ cardBackgroundDark: string;
520
+ cardBackgroundLight: string;
521
+ textMiddle: string;
522
+ textLight: string;
523
+ textLighter: string;
524
+ textTabHover: string;
525
+ textTabInactive: string;
526
+ textGreenDark: string;
527
+ textGreenLight: string;
528
+ textGreen1: string;
529
+ textGreen2: string;
530
+ textGreen3: string;
531
+ textGreenHover: string;
532
+ textCreateHover: string;
533
+ textGrayHover: string;
534
+ txButton: string;
535
+ obolGreen: string;
536
+ obolMidGreen: string;
537
+ obolGreenHover: string;
538
+ obolGreenLight: string;
539
+ obolDarkDark: string;
540
+ obolDisabled: string;
541
+ linkButtonHover: string;
542
+ progressTrackerGreen: string;
543
+ lightGrey: 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
+ }>>;