@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.
@@ -17,964 +17,3 @@ export interface AdvisoryProps {
17
17
  onBack(rank: number): void;
18
18
  }
19
19
  export declare const Advisory: React.FC<AdvisoryProps>;
20
- export declare const Flex: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
21
- motion: "(prefers-reduced-motion)";
22
- hover: "(any-hover: hover)";
23
- dark: "(prefers-color-scheme: dark)";
24
- light: "(prefers-color-scheme: light)";
25
- xs: "(max-width: 520px)";
26
- sm: "(max-width: 900px)";
27
- bp2: "(min-width: 900px)";
28
- md: "(max-width: 1200px)";
29
- lg: "(max-width: 1800px)";
30
- }, import("@stitches/react/types/css-util").CSS<{
31
- motion: "(prefers-reduced-motion)";
32
- hover: "(any-hover: hover)";
33
- dark: "(prefers-color-scheme: dark)";
34
- light: "(prefers-color-scheme: light)";
35
- xs: "(max-width: 520px)";
36
- sm: "(max-width: 900px)";
37
- bp2: "(min-width: 900px)";
38
- md: "(max-width: 1200px)";
39
- lg: "(max-width: 1800px)";
40
- }, {
41
- colors: {
42
- white: string;
43
- black: string;
44
- lightBackground: string;
45
- obolBlue: string;
46
- primaryBgDefault: string;
47
- primaryBgDefaultHover: string;
48
- primaryTextDefault: string;
49
- secondaryBgDefault: string;
50
- secondaryBgHover: string;
51
- grayBgDefault: string;
52
- gray2BgDefault: string;
53
- neutralDark: string;
54
- navButtonBgDefault: string;
55
- navButtonBgHover: string;
56
- cardBackgroundDark: string;
57
- cardBackgroundLight: string;
58
- textMiddle: string;
59
- textLight: string;
60
- textLighter: string;
61
- textTabHover: string;
62
- textTabInactive: string;
63
- textGreenDark: string;
64
- textGreenLight: string;
65
- textGreen1: string;
66
- textGreen2: string;
67
- textGreen3: string;
68
- textGreenHover: string;
69
- textCreateHover: string;
70
- textGrayHover: string;
71
- txButton: string;
72
- obolGreen: string;
73
- obolMidGreen: string;
74
- obolGreenHover: string;
75
- obolGreenLight: string;
76
- obolDarkDark: string;
77
- obolDisabled: string;
78
- linkButtonHover: string;
79
- progressTrackerGreen: string;
80
- lightGrey: string;
81
- coordinate: string;
82
- coordinateHover: string;
83
- test: string;
84
- testHover: string;
85
- create: string;
86
- createHover: string;
87
- light: string;
88
- body: string;
89
- muted: string;
90
- menu: string;
91
- bg01: string;
92
- bg02: string;
93
- bg03: string;
94
- bg04: string;
95
- bg05: string;
96
- tooltip: string;
97
- tooltip2: string;
98
- };
99
- space: {
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
- };
116
- sizes: {
117
- 1: string;
118
- 2: string;
119
- xxxs: string;
120
- xxs: string;
121
- xs: string;
122
- sm: string;
123
- md: string;
124
- lg: string;
125
- xl: string;
126
- "2xl": string;
127
- "3xl": string;
128
- "4xl": string;
129
- "5xl": string;
130
- "6xl": string;
131
- "7xl": string;
132
- max: string;
133
- min: string;
134
- full: string;
135
- };
136
- radii: {
137
- 1: string;
138
- 2: string;
139
- 3: string;
140
- 4: string;
141
- 5: string;
142
- round: string;
143
- pill: string;
144
- };
145
- fontSizes: {
146
- 1: string;
147
- 2: string;
148
- 3: string;
149
- 4: string;
150
- 5: string;
151
- 6: string;
152
- 7: string;
153
- 8: string;
154
- 9: string;
155
- 10: string;
156
- 11: string;
157
- };
158
- fontWeights: {
159
- hairline: number;
160
- thin: number;
161
- light: number;
162
- normal: number;
163
- medium: number;
164
- semibold: number;
165
- bold: number;
166
- extrabold: number;
167
- black: number;
168
- };
169
- lineHeights: {
170
- normal: string;
171
- none: number;
172
- shorter: number;
173
- short: number;
174
- base: number;
175
- tall: number;
176
- tall2: number;
177
- taller: string;
178
- };
179
- letterSpacings: {
180
- tighter: string;
181
- tight: string;
182
- normal: string;
183
- wide: string;
184
- wider: string;
185
- widest: string;
186
- };
187
- borderWidths: unknown;
188
- borderStyles: unknown;
189
- shadows: unknown;
190
- zIndices: unknown;
191
- transitions: unknown;
192
- }, import("@stitches/react/types/config").DefaultThemeMap, {
193
- p: (value: {
194
- readonly [$$PropertyValue]: "padding";
195
- }) => {
196
- padding: {
197
- readonly [$$PropertyValue]: "padding";
198
- };
199
- };
200
- pt: (value: {
201
- readonly [$$PropertyValue]: "paddingTop";
202
- }) => {
203
- paddingTop: {
204
- readonly [$$PropertyValue]: "paddingTop";
205
- };
206
- };
207
- pr: (value: {
208
- readonly [$$PropertyValue]: "paddingRight";
209
- }) => {
210
- paddingRight: {
211
- readonly [$$PropertyValue]: "paddingRight";
212
- };
213
- };
214
- pb: (value: {
215
- readonly [$$PropertyValue]: "paddingBottom";
216
- }) => {
217
- paddingBottom: {
218
- readonly [$$PropertyValue]: "paddingBottom";
219
- };
220
- };
221
- pl: (value: {
222
- readonly [$$PropertyValue]: "paddingLeft";
223
- }) => {
224
- paddingLeft: {
225
- readonly [$$PropertyValue]: "paddingLeft";
226
- };
227
- };
228
- px: (value: {
229
- readonly [$$PropertyValue]: "paddingLeft";
230
- }) => {
231
- paddingLeft: {
232
- readonly [$$PropertyValue]: "paddingLeft";
233
- };
234
- paddingRight: {
235
- readonly [$$PropertyValue]: "paddingLeft";
236
- };
237
- };
238
- py: (value: {
239
- readonly [$$PropertyValue]: "paddingTop";
240
- }) => {
241
- paddingTop: {
242
- readonly [$$PropertyValue]: "paddingTop";
243
- };
244
- paddingBottom: {
245
- readonly [$$PropertyValue]: "paddingTop";
246
- };
247
- };
248
- m: (value: {
249
- readonly [$$PropertyValue]: "margin";
250
- }) => {
251
- margin: {
252
- readonly [$$PropertyValue]: "margin";
253
- };
254
- };
255
- mt: (value: {
256
- readonly [$$PropertyValue]: "marginTop";
257
- }) => {
258
- marginTop: {
259
- readonly [$$PropertyValue]: "marginTop";
260
- };
261
- };
262
- mr: (value: {
263
- readonly [$$PropertyValue]: "marginRight";
264
- }) => {
265
- marginRight: {
266
- readonly [$$PropertyValue]: "marginRight";
267
- };
268
- };
269
- mb: (value: {
270
- readonly [$$PropertyValue]: "marginBottom";
271
- }) => {
272
- marginBottom: {
273
- readonly [$$PropertyValue]: "marginBottom";
274
- };
275
- };
276
- ml: (value: {
277
- readonly [$$PropertyValue]: "marginLeft";
278
- }) => {
279
- marginLeft: {
280
- readonly [$$PropertyValue]: "marginLeft";
281
- };
282
- };
283
- mx: (value: {
284
- readonly [$$PropertyValue]: "marginLeft";
285
- }) => {
286
- marginLeft: {
287
- readonly [$$PropertyValue]: "marginLeft";
288
- };
289
- marginRight: {
290
- readonly [$$PropertyValue]: "marginLeft";
291
- };
292
- };
293
- my: (value: {
294
- readonly [$$PropertyValue]: "marginTop";
295
- }) => {
296
- marginTop: {
297
- readonly [$$PropertyValue]: "marginTop";
298
- };
299
- marginBottom: {
300
- readonly [$$PropertyValue]: "marginTop";
301
- };
302
- };
303
- ta: (value: {
304
- readonly [$$PropertyValue]: "textAlign";
305
- }) => {
306
- textAlign: {
307
- readonly [$$PropertyValue]: "textAlign";
308
- };
309
- };
310
- fd: (value: {
311
- readonly [$$PropertyValue]: "flexDirection";
312
- }) => {
313
- flexDirection: {
314
- readonly [$$PropertyValue]: "flexDirection";
315
- };
316
- };
317
- fw: (value: {
318
- readonly [$$PropertyValue]: "flexWrap";
319
- }) => {
320
- flexWrap: {
321
- readonly [$$PropertyValue]: "flexWrap";
322
- };
323
- };
324
- ai: (value: {
325
- readonly [$$PropertyValue]: "alignItems";
326
- }) => {
327
- alignItems: {
328
- readonly [$$PropertyValue]: "alignItems";
329
- };
330
- };
331
- ac: (value: {
332
- readonly [$$PropertyValue]: "alignContent";
333
- }) => {
334
- alignContent: {
335
- readonly [$$PropertyValue]: "alignContent";
336
- };
337
- };
338
- jc: (value: {
339
- readonly [$$PropertyValue]: "justifyContent";
340
- }) => {
341
- justifyContent: {
342
- readonly [$$PropertyValue]: "justifyContent";
343
- };
344
- };
345
- as: (value: {
346
- readonly [$$PropertyValue]: "alignSelf";
347
- }) => {
348
- alignSelf: {
349
- readonly [$$PropertyValue]: "alignSelf";
350
- };
351
- };
352
- fg: (value: {
353
- readonly [$$PropertyValue]: "flexGrow";
354
- }) => {
355
- flexGrow: {
356
- readonly [$$PropertyValue]: "flexGrow";
357
- };
358
- };
359
- fs: (value: {
360
- readonly [$$PropertyValue]: "flexShrink";
361
- }) => {
362
- flexShrink: {
363
- readonly [$$PropertyValue]: "flexShrink";
364
- };
365
- };
366
- fb: (value: {
367
- readonly [$$PropertyValue]: "flexBasis";
368
- }) => {
369
- flexBasis: {
370
- readonly [$$PropertyValue]: "flexBasis";
371
- };
372
- };
373
- bc: (value: {
374
- readonly [$$PropertyValue]: "backgroundColor";
375
- }) => {
376
- backgroundColor: {
377
- readonly [$$PropertyValue]: "backgroundColor";
378
- };
379
- };
380
- br: (value: {
381
- readonly [$$PropertyValue]: "borderRadius";
382
- }) => {
383
- borderRadius: {
384
- readonly [$$PropertyValue]: "borderRadius";
385
- };
386
- };
387
- btrr: (value: {
388
- readonly [$$PropertyValue]: "borderTopRightRadius";
389
- }) => {
390
- borderTopRightRadius: {
391
- readonly [$$PropertyValue]: "borderTopRightRadius";
392
- };
393
- };
394
- bbrr: (value: {
395
- readonly [$$PropertyValue]: "borderBottomRightRadius";
396
- }) => {
397
- borderBottomRightRadius: {
398
- readonly [$$PropertyValue]: "borderBottomRightRadius";
399
- };
400
- };
401
- bblr: (value: {
402
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
403
- }) => {
404
- borderBottomLeftRadius: {
405
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
406
- };
407
- };
408
- btlr: (value: {
409
- readonly [$$PropertyValue]: "borderTopLeftRadius";
410
- }) => {
411
- borderTopLeftRadius: {
412
- readonly [$$PropertyValue]: "borderTopLeftRadius";
413
- };
414
- };
415
- bs: (value: {
416
- readonly [$$PropertyValue]: "boxShadow";
417
- }) => {
418
- boxShadow: {
419
- readonly [$$PropertyValue]: "boxShadow";
420
- };
421
- };
422
- lh: (value: {
423
- readonly [$$PropertyValue]: "lineHeight";
424
- }) => {
425
- lineHeight: {
426
- readonly [$$PropertyValue]: "lineHeight";
427
- };
428
- };
429
- ox: (value: {
430
- readonly [$$PropertyValue]: "overflowX";
431
- }) => {
432
- overflowX: {
433
- readonly [$$PropertyValue]: "overflowX";
434
- };
435
- };
436
- oy: (value: {
437
- readonly [$$PropertyValue]: "overflowY";
438
- }) => {
439
- overflowY: {
440
- readonly [$$PropertyValue]: "overflowY";
441
- };
442
- };
443
- pe: (value: {
444
- readonly [$$PropertyValue]: "pointerEvents";
445
- }) => {
446
- pointerEvents: {
447
- readonly [$$PropertyValue]: "pointerEvents";
448
- };
449
- };
450
- us: (value: {
451
- readonly [$$PropertyValue]: "userSelect";
452
- }) => {
453
- WebkitUserSelect: {
454
- readonly [$$PropertyValue]: "userSelect";
455
- };
456
- userSelect: {
457
- readonly [$$PropertyValue]: "userSelect";
458
- };
459
- };
460
- userSelect: (value: {
461
- readonly [$$PropertyValue]: "userSelect";
462
- }) => {
463
- WebkitUserSelect: {
464
- readonly [$$PropertyValue]: "userSelect";
465
- };
466
- userSelect: {
467
- readonly [$$PropertyValue]: "userSelect";
468
- };
469
- };
470
- size: (value: {
471
- readonly [$$PropertyValue]: "width";
472
- }) => {
473
- width: {
474
- readonly [$$PropertyValue]: "width";
475
- };
476
- height: {
477
- readonly [$$PropertyValue]: "width";
478
- };
479
- };
480
- appearance: (value: {
481
- readonly [$$PropertyValue]: "appearance";
482
- }) => {
483
- WebkitAppearance: {
484
- readonly [$$PropertyValue]: "appearance";
485
- };
486
- appearance: {
487
- readonly [$$PropertyValue]: "appearance";
488
- };
489
- };
490
- backgroundClip: (value: {
491
- readonly [$$PropertyValue]: "backgroundClip";
492
- }) => {
493
- WebkitBackgroundClip: {
494
- readonly [$$PropertyValue]: "backgroundClip";
495
- };
496
- backgroundClip: {
497
- readonly [$$PropertyValue]: "backgroundClip";
498
- };
499
- };
500
- }>>, {}, {
501
- motion: "(prefers-reduced-motion)";
502
- hover: "(any-hover: hover)";
503
- dark: "(prefers-color-scheme: dark)";
504
- light: "(prefers-color-scheme: light)";
505
- xs: "(max-width: 520px)";
506
- sm: "(max-width: 900px)";
507
- bp2: "(min-width: 900px)";
508
- md: "(max-width: 1200px)";
509
- lg: "(max-width: 1800px)";
510
- }, import("@stitches/react/types/css-util").CSS<{
511
- motion: "(prefers-reduced-motion)";
512
- hover: "(any-hover: hover)";
513
- dark: "(prefers-color-scheme: dark)";
514
- light: "(prefers-color-scheme: light)";
515
- xs: "(max-width: 520px)";
516
- sm: "(max-width: 900px)";
517
- bp2: "(min-width: 900px)";
518
- md: "(max-width: 1200px)";
519
- lg: "(max-width: 1800px)";
520
- }, {
521
- colors: {
522
- white: string;
523
- black: string;
524
- lightBackground: string;
525
- obolBlue: string;
526
- primaryBgDefault: string;
527
- primaryBgDefaultHover: string;
528
- primaryTextDefault: string;
529
- secondaryBgDefault: string;
530
- secondaryBgHover: string;
531
- grayBgDefault: string;
532
- gray2BgDefault: string;
533
- neutralDark: string;
534
- navButtonBgDefault: string;
535
- navButtonBgHover: string;
536
- cardBackgroundDark: string;
537
- cardBackgroundLight: string;
538
- textMiddle: string;
539
- textLight: string;
540
- textLighter: string;
541
- textTabHover: string;
542
- textTabInactive: string;
543
- textGreenDark: string;
544
- textGreenLight: string;
545
- textGreen1: string;
546
- textGreen2: string;
547
- textGreen3: string;
548
- textGreenHover: string;
549
- textCreateHover: string;
550
- textGrayHover: string;
551
- txButton: string;
552
- obolGreen: string;
553
- obolMidGreen: string;
554
- obolGreenHover: string;
555
- obolGreenLight: string;
556
- obolDarkDark: string;
557
- obolDisabled: string;
558
- linkButtonHover: string;
559
- progressTrackerGreen: string;
560
- lightGrey: string;
561
- coordinate: string;
562
- coordinateHover: string;
563
- test: string;
564
- testHover: string;
565
- create: string;
566
- createHover: string;
567
- light: string;
568
- body: string;
569
- muted: string;
570
- menu: string;
571
- bg01: string;
572
- bg02: string;
573
- bg03: string;
574
- bg04: string;
575
- bg05: string;
576
- tooltip: string;
577
- tooltip2: string;
578
- };
579
- space: {
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
- };
596
- sizes: {
597
- 1: string;
598
- 2: string;
599
- xxxs: string;
600
- xxs: string;
601
- xs: string;
602
- sm: string;
603
- md: string;
604
- lg: string;
605
- xl: string;
606
- "2xl": string;
607
- "3xl": string;
608
- "4xl": string;
609
- "5xl": string;
610
- "6xl": string;
611
- "7xl": string;
612
- max: string;
613
- min: string;
614
- full: string;
615
- };
616
- radii: {
617
- 1: string;
618
- 2: string;
619
- 3: string;
620
- 4: string;
621
- 5: string;
622
- round: string;
623
- pill: string;
624
- };
625
- fontSizes: {
626
- 1: string;
627
- 2: string;
628
- 3: string;
629
- 4: string;
630
- 5: string;
631
- 6: string;
632
- 7: string;
633
- 8: string;
634
- 9: string;
635
- 10: string;
636
- 11: string;
637
- };
638
- fontWeights: {
639
- hairline: number;
640
- thin: number;
641
- light: number;
642
- normal: number;
643
- medium: number;
644
- semibold: number;
645
- bold: number;
646
- extrabold: number;
647
- black: number;
648
- };
649
- lineHeights: {
650
- normal: string;
651
- none: number;
652
- shorter: number;
653
- short: number;
654
- base: number;
655
- tall: number;
656
- tall2: number;
657
- taller: string;
658
- };
659
- letterSpacings: {
660
- tighter: string;
661
- tight: string;
662
- normal: string;
663
- wide: string;
664
- wider: string;
665
- widest: string;
666
- };
667
- borderWidths: unknown;
668
- borderStyles: unknown;
669
- shadows: unknown;
670
- zIndices: unknown;
671
- transitions: unknown;
672
- }, import("@stitches/react/types/config").DefaultThemeMap, {
673
- p: (value: {
674
- readonly [$$PropertyValue]: "padding";
675
- }) => {
676
- padding: {
677
- readonly [$$PropertyValue]: "padding";
678
- };
679
- };
680
- pt: (value: {
681
- readonly [$$PropertyValue]: "paddingTop";
682
- }) => {
683
- paddingTop: {
684
- readonly [$$PropertyValue]: "paddingTop";
685
- };
686
- };
687
- pr: (value: {
688
- readonly [$$PropertyValue]: "paddingRight";
689
- }) => {
690
- paddingRight: {
691
- readonly [$$PropertyValue]: "paddingRight";
692
- };
693
- };
694
- pb: (value: {
695
- readonly [$$PropertyValue]: "paddingBottom";
696
- }) => {
697
- paddingBottom: {
698
- readonly [$$PropertyValue]: "paddingBottom";
699
- };
700
- };
701
- pl: (value: {
702
- readonly [$$PropertyValue]: "paddingLeft";
703
- }) => {
704
- paddingLeft: {
705
- readonly [$$PropertyValue]: "paddingLeft";
706
- };
707
- };
708
- px: (value: {
709
- readonly [$$PropertyValue]: "paddingLeft";
710
- }) => {
711
- paddingLeft: {
712
- readonly [$$PropertyValue]: "paddingLeft";
713
- };
714
- paddingRight: {
715
- readonly [$$PropertyValue]: "paddingLeft";
716
- };
717
- };
718
- py: (value: {
719
- readonly [$$PropertyValue]: "paddingTop";
720
- }) => {
721
- paddingTop: {
722
- readonly [$$PropertyValue]: "paddingTop";
723
- };
724
- paddingBottom: {
725
- readonly [$$PropertyValue]: "paddingTop";
726
- };
727
- };
728
- m: (value: {
729
- readonly [$$PropertyValue]: "margin";
730
- }) => {
731
- margin: {
732
- readonly [$$PropertyValue]: "margin";
733
- };
734
- };
735
- mt: (value: {
736
- readonly [$$PropertyValue]: "marginTop";
737
- }) => {
738
- marginTop: {
739
- readonly [$$PropertyValue]: "marginTop";
740
- };
741
- };
742
- mr: (value: {
743
- readonly [$$PropertyValue]: "marginRight";
744
- }) => {
745
- marginRight: {
746
- readonly [$$PropertyValue]: "marginRight";
747
- };
748
- };
749
- mb: (value: {
750
- readonly [$$PropertyValue]: "marginBottom";
751
- }) => {
752
- marginBottom: {
753
- readonly [$$PropertyValue]: "marginBottom";
754
- };
755
- };
756
- ml: (value: {
757
- readonly [$$PropertyValue]: "marginLeft";
758
- }) => {
759
- marginLeft: {
760
- readonly [$$PropertyValue]: "marginLeft";
761
- };
762
- };
763
- mx: (value: {
764
- readonly [$$PropertyValue]: "marginLeft";
765
- }) => {
766
- marginLeft: {
767
- readonly [$$PropertyValue]: "marginLeft";
768
- };
769
- marginRight: {
770
- readonly [$$PropertyValue]: "marginLeft";
771
- };
772
- };
773
- my: (value: {
774
- readonly [$$PropertyValue]: "marginTop";
775
- }) => {
776
- marginTop: {
777
- readonly [$$PropertyValue]: "marginTop";
778
- };
779
- marginBottom: {
780
- readonly [$$PropertyValue]: "marginTop";
781
- };
782
- };
783
- ta: (value: {
784
- readonly [$$PropertyValue]: "textAlign";
785
- }) => {
786
- textAlign: {
787
- readonly [$$PropertyValue]: "textAlign";
788
- };
789
- };
790
- fd: (value: {
791
- readonly [$$PropertyValue]: "flexDirection";
792
- }) => {
793
- flexDirection: {
794
- readonly [$$PropertyValue]: "flexDirection";
795
- };
796
- };
797
- fw: (value: {
798
- readonly [$$PropertyValue]: "flexWrap";
799
- }) => {
800
- flexWrap: {
801
- readonly [$$PropertyValue]: "flexWrap";
802
- };
803
- };
804
- ai: (value: {
805
- readonly [$$PropertyValue]: "alignItems";
806
- }) => {
807
- alignItems: {
808
- readonly [$$PropertyValue]: "alignItems";
809
- };
810
- };
811
- ac: (value: {
812
- readonly [$$PropertyValue]: "alignContent";
813
- }) => {
814
- alignContent: {
815
- readonly [$$PropertyValue]: "alignContent";
816
- };
817
- };
818
- jc: (value: {
819
- readonly [$$PropertyValue]: "justifyContent";
820
- }) => {
821
- justifyContent: {
822
- readonly [$$PropertyValue]: "justifyContent";
823
- };
824
- };
825
- as: (value: {
826
- readonly [$$PropertyValue]: "alignSelf";
827
- }) => {
828
- alignSelf: {
829
- readonly [$$PropertyValue]: "alignSelf";
830
- };
831
- };
832
- fg: (value: {
833
- readonly [$$PropertyValue]: "flexGrow";
834
- }) => {
835
- flexGrow: {
836
- readonly [$$PropertyValue]: "flexGrow";
837
- };
838
- };
839
- fs: (value: {
840
- readonly [$$PropertyValue]: "flexShrink";
841
- }) => {
842
- flexShrink: {
843
- readonly [$$PropertyValue]: "flexShrink";
844
- };
845
- };
846
- fb: (value: {
847
- readonly [$$PropertyValue]: "flexBasis";
848
- }) => {
849
- flexBasis: {
850
- readonly [$$PropertyValue]: "flexBasis";
851
- };
852
- };
853
- bc: (value: {
854
- readonly [$$PropertyValue]: "backgroundColor";
855
- }) => {
856
- backgroundColor: {
857
- readonly [$$PropertyValue]: "backgroundColor";
858
- };
859
- };
860
- br: (value: {
861
- readonly [$$PropertyValue]: "borderRadius";
862
- }) => {
863
- borderRadius: {
864
- readonly [$$PropertyValue]: "borderRadius";
865
- };
866
- };
867
- btrr: (value: {
868
- readonly [$$PropertyValue]: "borderTopRightRadius";
869
- }) => {
870
- borderTopRightRadius: {
871
- readonly [$$PropertyValue]: "borderTopRightRadius";
872
- };
873
- };
874
- bbrr: (value: {
875
- readonly [$$PropertyValue]: "borderBottomRightRadius";
876
- }) => {
877
- borderBottomRightRadius: {
878
- readonly [$$PropertyValue]: "borderBottomRightRadius";
879
- };
880
- };
881
- bblr: (value: {
882
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
883
- }) => {
884
- borderBottomLeftRadius: {
885
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
886
- };
887
- };
888
- btlr: (value: {
889
- readonly [$$PropertyValue]: "borderTopLeftRadius";
890
- }) => {
891
- borderTopLeftRadius: {
892
- readonly [$$PropertyValue]: "borderTopLeftRadius";
893
- };
894
- };
895
- bs: (value: {
896
- readonly [$$PropertyValue]: "boxShadow";
897
- }) => {
898
- boxShadow: {
899
- readonly [$$PropertyValue]: "boxShadow";
900
- };
901
- };
902
- lh: (value: {
903
- readonly [$$PropertyValue]: "lineHeight";
904
- }) => {
905
- lineHeight: {
906
- readonly [$$PropertyValue]: "lineHeight";
907
- };
908
- };
909
- ox: (value: {
910
- readonly [$$PropertyValue]: "overflowX";
911
- }) => {
912
- overflowX: {
913
- readonly [$$PropertyValue]: "overflowX";
914
- };
915
- };
916
- oy: (value: {
917
- readonly [$$PropertyValue]: "overflowY";
918
- }) => {
919
- overflowY: {
920
- readonly [$$PropertyValue]: "overflowY";
921
- };
922
- };
923
- pe: (value: {
924
- readonly [$$PropertyValue]: "pointerEvents";
925
- }) => {
926
- pointerEvents: {
927
- readonly [$$PropertyValue]: "pointerEvents";
928
- };
929
- };
930
- us: (value: {
931
- readonly [$$PropertyValue]: "userSelect";
932
- }) => {
933
- WebkitUserSelect: {
934
- readonly [$$PropertyValue]: "userSelect";
935
- };
936
- userSelect: {
937
- readonly [$$PropertyValue]: "userSelect";
938
- };
939
- };
940
- userSelect: (value: {
941
- readonly [$$PropertyValue]: "userSelect";
942
- }) => {
943
- WebkitUserSelect: {
944
- readonly [$$PropertyValue]: "userSelect";
945
- };
946
- userSelect: {
947
- readonly [$$PropertyValue]: "userSelect";
948
- };
949
- };
950
- size: (value: {
951
- readonly [$$PropertyValue]: "width";
952
- }) => {
953
- width: {
954
- readonly [$$PropertyValue]: "width";
955
- };
956
- height: {
957
- readonly [$$PropertyValue]: "width";
958
- };
959
- };
960
- appearance: (value: {
961
- readonly [$$PropertyValue]: "appearance";
962
- }) => {
963
- WebkitAppearance: {
964
- readonly [$$PropertyValue]: "appearance";
965
- };
966
- appearance: {
967
- readonly [$$PropertyValue]: "appearance";
968
- };
969
- };
970
- backgroundClip: (value: {
971
- readonly [$$PropertyValue]: "backgroundClip";
972
- }) => {
973
- WebkitBackgroundClip: {
974
- readonly [$$PropertyValue]: "backgroundClip";
975
- };
976
- backgroundClip: {
977
- readonly [$$PropertyValue]: "backgroundClip";
978
- };
979
- };
980
- }>>;