@livepeer/design-system 1.1.0-0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. package/package.json +30 -30
  2. package/dist/components/Accordion.d.ts +0 -1512
  3. package/dist/components/Alert.d.ts +0 -752
  4. package/dist/components/AlertDialog.d.ts +0 -15
  5. package/dist/components/AppBar.d.ts +0 -755
  6. package/dist/components/Avatar.d.ts +0 -2270
  7. package/dist/components/Badge.d.ts +0 -753
  8. package/dist/components/Banner.d.ts +0 -754
  9. package/dist/components/Box.d.ts +0 -749
  10. package/dist/components/Button.d.ts +0 -753
  11. package/dist/components/Card.d.ts +0 -751
  12. package/dist/components/Checkbox.d.ts +0 -761
  13. package/dist/components/Code.d.ts +0 -751
  14. package/dist/components/Container.d.ts +0 -751
  15. package/dist/components/ContextMenu.d.ts +0 -3766
  16. package/dist/components/ControlGroup.d.ts +0 -749
  17. package/dist/components/DesignSystemProvider.d.ts +0 -9
  18. package/dist/components/Dialog.d.ts +0 -18
  19. package/dist/components/DropdownMenu.d.ts +0 -6016
  20. package/dist/components/Flex.d.ts +0 -755
  21. package/dist/components/Grid.d.ts +0 -757
  22. package/dist/components/Heading.d.ts +0 -14
  23. package/dist/components/IconButton.d.ts +0 -753
  24. package/dist/components/Image.d.ts +0 -749
  25. package/dist/components/Kbd.d.ts +0 -752
  26. package/dist/components/Label.d.ts +0 -755
  27. package/dist/components/Link.d.ts +0 -751
  28. package/dist/components/Menu.d.ts +0 -10498
  29. package/dist/components/Overlay.d.ts +0 -1498
  30. package/dist/components/Panel.d.ts +0 -1498
  31. package/dist/components/Paragraph.d.ts +0 -14
  32. package/dist/components/Popover.d.ts +0 -13
  33. package/dist/components/ProgressBar.d.ts +0 -761
  34. package/dist/components/Promo.d.ts +0 -754
  35. package/dist/components/Radio.d.ts +0 -1510
  36. package/dist/components/RadioCard.d.ts +0 -758
  37. package/dist/components/RadioGrid.d.ts +0 -1500
  38. package/dist/components/Scrollbar.d.ts +0 -6
  39. package/dist/components/Section.d.ts +0 -751
  40. package/dist/components/Select.d.ts +0 -1504
  41. package/dist/components/Separator.d.ts +0 -753
  42. package/dist/components/Sheet.d.ts +0 -766
  43. package/dist/components/SimpleToggle.d.ts +0 -753
  44. package/dist/components/Skeleton.d.ts +0 -751
  45. package/dist/components/Slider.d.ts +0 -758
  46. package/dist/components/Snackbar/SnackbarProvider.d.ts +0 -15
  47. package/dist/components/Snackbar/index.d.ts +0 -2
  48. package/dist/components/Snackbar/transitionStyles.d.ts +0 -87
  49. package/dist/components/Snackbar/useSnackbar.d.ts +0 -5
  50. package/dist/components/Status.d.ts +0 -752
  51. package/dist/components/Sub.d.ts +0 -749
  52. package/dist/components/Sup.d.ts +0 -749
  53. package/dist/components/Switch.d.ts +0 -1509
  54. package/dist/components/TabLink.d.ts +0 -751
  55. package/dist/components/Table.d.ts +0 -6000
  56. package/dist/components/Tabs.d.ts +0 -4500
  57. package/dist/components/Text.d.ts +0 -753
  58. package/dist/components/TextArea.d.ts +0 -753
  59. package/dist/components/TextField.d.ts +0 -754
  60. package/dist/components/Tooltip.d.ts +0 -10
  61. package/dist/components/TreeItem.d.ts +0 -751
  62. package/dist/components/VerifiedBadge.d.ts +0 -762
  63. package/dist/custom/AppBar.d.ts +0 -755
  64. package/dist/custom/Avatars.d.ts +0 -2
  65. package/dist/custom/DarkThemeButton.d.ts +0 -2
  66. package/dist/custom/Kbds.d.ts +0 -2
  67. package/dist/custom/Snackbar.d.ts +0 -2
  68. package/dist/custom/Toolbar.d.ts +0 -2
  69. package/dist/index.d.ts +0 -61
  70. package/dist/index.es.js +0 -4912
  71. package/dist/index.js +0 -5127
  72. package/dist/stitches.config.d.ts +0 -6321
@@ -1,751 +0,0 @@
1
- export declare const TabLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {
2
- active?: boolean | "true" | undefined;
3
- }, {
4
- bp1: "(min-width: 520px)";
5
- bp2: "(min-width: 900px)";
6
- bp3: "(min-width: 1200px)";
7
- bp4: "(min-width: 1800px)";
8
- motion: "(prefers-reduced-motion)";
9
- hover: "(any-hover: hover)";
10
- dark: "(prefers-color-scheme: dark)";
11
- light: "(prefers-color-scheme: light)";
12
- }, import("@stitches/react/types/css-util").CSS<{
13
- bp1: "(min-width: 520px)";
14
- bp2: "(min-width: 900px)";
15
- bp3: "(min-width: 1200px)";
16
- bp4: "(min-width: 1800px)";
17
- motion: "(prefers-reduced-motion)";
18
- hover: "(any-hover: hover)";
19
- dark: "(prefers-color-scheme: dark)";
20
- light: "(prefers-color-scheme: light)";
21
- }, {
22
- colors: {
23
- hiContrast: string;
24
- loContrast: string;
25
- canvas: string;
26
- panel: string;
27
- transparentPanel: string;
28
- shadowLight: string;
29
- shadowDark: string;
30
- blackA1: string;
31
- blackA2: string;
32
- blackA3: string;
33
- blackA4: string;
34
- blackA5: string;
35
- blackA6: string;
36
- blackA7: string;
37
- blackA8: string;
38
- blackA9: string;
39
- blackA10: string;
40
- blackA11: string;
41
- blackA12: string;
42
- whiteA1: string;
43
- whiteA2: string;
44
- whiteA3: string;
45
- whiteA4: string;
46
- whiteA5: string;
47
- whiteA6: string;
48
- whiteA7: string;
49
- whiteA8: string;
50
- whiteA9: string;
51
- whiteA10: string;
52
- whiteA11: string;
53
- whiteA12: string;
54
- gold1: string;
55
- gold2: string;
56
- gold3: string;
57
- gold4: string;
58
- gold5: string;
59
- gold6: string;
60
- gold7: string;
61
- gold8: string;
62
- gold9: string;
63
- gold10: string;
64
- gold11: string;
65
- gold12: string;
66
- bronze1: string;
67
- bronze2: string;
68
- bronze3: string;
69
- bronze4: string;
70
- bronze5: string;
71
- bronze6: string;
72
- bronze7: string;
73
- bronze8: string;
74
- bronze9: string;
75
- bronze10: string;
76
- bronze11: string;
77
- bronze12: string;
78
- brown1: string;
79
- brown2: string;
80
- brown3: string;
81
- brown4: string;
82
- brown5: string;
83
- brown6: string;
84
- brown7: string;
85
- brown8: string;
86
- brown9: string;
87
- brown10: string;
88
- brown11: string;
89
- brown12: string;
90
- orange1: string;
91
- orange2: string;
92
- orange3: string;
93
- orange4: string;
94
- orange5: string;
95
- orange6: string;
96
- orange7: string;
97
- orange8: string;
98
- orange9: string;
99
- orange10: string;
100
- orange11: string;
101
- orange12: string;
102
- amber1: string;
103
- amber2: string;
104
- amber3: string;
105
- amber4: string;
106
- amber5: string;
107
- amber6: string;
108
- amber7: string;
109
- amber8: string;
110
- amber9: string;
111
- amber10: string;
112
- amber11: string;
113
- amber12: string;
114
- yellow1: string;
115
- yellow2: string;
116
- yellow3: string;
117
- yellow4: string;
118
- yellow5: string;
119
- yellow6: string;
120
- yellow7: string;
121
- yellow8: string;
122
- yellow9: string;
123
- yellow10: string;
124
- yellow11: string;
125
- yellow12: string;
126
- lime1: string;
127
- lime2: string;
128
- lime3: string;
129
- lime4: string;
130
- lime5: string;
131
- lime6: string;
132
- lime7: string;
133
- lime8: string;
134
- lime9: string;
135
- lime10: string;
136
- lime11: string;
137
- lime12: string;
138
- grass1: string;
139
- grass2: string;
140
- grass3: string;
141
- grass4: string;
142
- grass5: string;
143
- grass6: string;
144
- grass7: string;
145
- grass8: string;
146
- grass9: string;
147
- grass10: string;
148
- grass11: string;
149
- grass12: string;
150
- green1: string;
151
- green2: string;
152
- green3: string;
153
- green4: string;
154
- green5: string;
155
- green6: string;
156
- green7: string;
157
- green8: string;
158
- green9: string;
159
- green10: string;
160
- green11: string;
161
- green12: string;
162
- teal1: string;
163
- teal2: string;
164
- teal3: string;
165
- teal4: string;
166
- teal5: string;
167
- teal6: string;
168
- teal7: string;
169
- teal8: string;
170
- teal9: string;
171
- teal10: string;
172
- teal11: string;
173
- teal12: string;
174
- cyan1: string;
175
- cyan2: string;
176
- cyan3: string;
177
- cyan4: string;
178
- cyan5: string;
179
- cyan6: string;
180
- cyan7: string;
181
- cyan8: string;
182
- cyan9: string;
183
- cyan10: string;
184
- cyan11: string;
185
- cyan12: string;
186
- mint1: string;
187
- mint2: string;
188
- mint3: string;
189
- mint4: string;
190
- mint5: string;
191
- mint6: string;
192
- mint7: string;
193
- mint8: string;
194
- mint9: string;
195
- mint10: string;
196
- mint11: string;
197
- mint12: string;
198
- sky1: string;
199
- sky2: string;
200
- sky3: string;
201
- sky4: string;
202
- sky5: string;
203
- sky6: string;
204
- sky7: string;
205
- sky8: string;
206
- sky9: string;
207
- sky10: string;
208
- sky11: string;
209
- sky12: string;
210
- blue1: string;
211
- blue2: string;
212
- blue3: string;
213
- blue4: string;
214
- blue5: string;
215
- blue6: string;
216
- blue7: string;
217
- blue8: string;
218
- blue9: string;
219
- blue10: string;
220
- blue11: string;
221
- blue12: string;
222
- indigo1: string;
223
- indigo2: string;
224
- indigo3: string;
225
- indigo4: string;
226
- indigo5: string;
227
- indigo6: string;
228
- indigo7: string;
229
- indigo8: string;
230
- indigo9: string;
231
- indigo10: string;
232
- indigo11: string;
233
- indigo12: string;
234
- violet1: string;
235
- violet2: string;
236
- violet3: string;
237
- violet4: string;
238
- violet5: string;
239
- violet6: string;
240
- violet7: string;
241
- violet8: string;
242
- violet9: string;
243
- violet10: string;
244
- violet11: string;
245
- violet12: string;
246
- purple1: string;
247
- purple2: string;
248
- purple3: string;
249
- purple4: string;
250
- purple5: string;
251
- purple6: string;
252
- purple7: string;
253
- purple8: string;
254
- purple9: string;
255
- purple10: string;
256
- purple11: string;
257
- purple12: string;
258
- plum1: string;
259
- plum2: string;
260
- plum3: string;
261
- plum4: string;
262
- plum5: string;
263
- plum6: string;
264
- plum7: string;
265
- plum8: string;
266
- plum9: string;
267
- plum10: string;
268
- plum11: string;
269
- plum12: string;
270
- pink1: string;
271
- pink2: string;
272
- pink3: string;
273
- pink4: string;
274
- pink5: string;
275
- pink6: string;
276
- pink7: string;
277
- pink8: string;
278
- pink9: string;
279
- pink10: string;
280
- pink11: string;
281
- pink12: string;
282
- crimson1: string;
283
- crimson2: string;
284
- crimson3: string;
285
- crimson4: string;
286
- crimson5: string;
287
- crimson6: string;
288
- crimson7: string;
289
- crimson8: string;
290
- crimson9: string;
291
- crimson10: string;
292
- crimson11: string;
293
- crimson12: string;
294
- red1: string;
295
- red2: string;
296
- red3: string;
297
- red4: string;
298
- red5: string;
299
- red6: string;
300
- red7: string;
301
- red8: string;
302
- red9: string;
303
- red10: string;
304
- red11: string;
305
- red12: string;
306
- tomato1: string;
307
- tomato2: string;
308
- tomato3: string;
309
- tomato4: string;
310
- tomato5: string;
311
- tomato6: string;
312
- tomato7: string;
313
- tomato8: string;
314
- tomato9: string;
315
- tomato10: string;
316
- tomato11: string;
317
- tomato12: string;
318
- sand1: string;
319
- sand2: string;
320
- sand3: string;
321
- sand4: string;
322
- sand5: string;
323
- sand6: string;
324
- sand7: string;
325
- sand8: string;
326
- sand9: string;
327
- sand10: string;
328
- sand11: string;
329
- sand12: string;
330
- olive1: string;
331
- olive2: string;
332
- olive3: string;
333
- olive4: string;
334
- olive5: string;
335
- olive6: string;
336
- olive7: string;
337
- olive8: string;
338
- olive9: string;
339
- olive10: string;
340
- olive11: string;
341
- olive12: string;
342
- sage1: string;
343
- sage2: string;
344
- sage3: string;
345
- sage4: string;
346
- sage5: string;
347
- sage6: string;
348
- sage7: string;
349
- sage8: string;
350
- sage9: string;
351
- sage10: string;
352
- sage11: string;
353
- sage12: string;
354
- slate1: string;
355
- slate2: string;
356
- slate3: string;
357
- slate4: string;
358
- slate5: string;
359
- slate6: string;
360
- slate7: string;
361
- slate8: string;
362
- slate9: string;
363
- slate10: string;
364
- slate11: string;
365
- slate12: string;
366
- mauve1: string;
367
- mauve2: string;
368
- mauve3: string;
369
- mauve4: string;
370
- mauve5: string;
371
- mauve6: string;
372
- mauve7: string;
373
- mauve8: string;
374
- mauve9: string;
375
- mauve10: string;
376
- mauve11: string;
377
- mauve12: string;
378
- gray1: string;
379
- gray2: string;
380
- gray3: string;
381
- gray4: string;
382
- gray5: string;
383
- gray6: string;
384
- gray7: string;
385
- gray8: string;
386
- gray9: string;
387
- gray10: string;
388
- gray11: string;
389
- gray12: string;
390
- };
391
- fonts: {
392
- untitled: string;
393
- mono: string;
394
- };
395
- space: {
396
- 1: string;
397
- 2: string;
398
- 3: string;
399
- 4: string;
400
- 5: string;
401
- 6: string;
402
- 7: string;
403
- 8: string;
404
- 9: string;
405
- };
406
- sizes: {
407
- 1: string;
408
- 2: string;
409
- 3: string;
410
- 4: string;
411
- 5: string;
412
- 6: string;
413
- 7: string;
414
- 8: string;
415
- 9: string;
416
- };
417
- fontSizes: {
418
- 1: string;
419
- 2: string;
420
- 3: string;
421
- 4: string;
422
- 5: string;
423
- 6: string;
424
- 7: string;
425
- 8: string;
426
- 9: string;
427
- };
428
- radii: {
429
- 1: string;
430
- 2: string;
431
- 3: string;
432
- 4: string;
433
- round: string;
434
- pill: string;
435
- };
436
- zIndices: {
437
- 1: string;
438
- 2: string;
439
- 3: string;
440
- 4: string;
441
- max: string;
442
- };
443
- }, import("@stitches/react/types/config").DefaultThemeMap, {
444
- p: (value: {
445
- readonly [$$PropertyValue]: "padding";
446
- }) => {
447
- padding: {
448
- readonly [$$PropertyValue]: "padding";
449
- };
450
- };
451
- pt: (value: {
452
- readonly [$$PropertyValue]: "paddingTop";
453
- }) => {
454
- paddingTop: {
455
- readonly [$$PropertyValue]: "paddingTop";
456
- };
457
- };
458
- pr: (value: {
459
- readonly [$$PropertyValue]: "paddingRight";
460
- }) => {
461
- paddingRight: {
462
- readonly [$$PropertyValue]: "paddingRight";
463
- };
464
- };
465
- pb: (value: {
466
- readonly [$$PropertyValue]: "paddingBottom";
467
- }) => {
468
- paddingBottom: {
469
- readonly [$$PropertyValue]: "paddingBottom";
470
- };
471
- };
472
- pl: (value: {
473
- readonly [$$PropertyValue]: "paddingLeft";
474
- }) => {
475
- paddingLeft: {
476
- readonly [$$PropertyValue]: "paddingLeft";
477
- };
478
- };
479
- px: (value: {
480
- readonly [$$PropertyValue]: "paddingLeft";
481
- }) => {
482
- paddingLeft: {
483
- readonly [$$PropertyValue]: "paddingLeft";
484
- };
485
- paddingRight: {
486
- readonly [$$PropertyValue]: "paddingLeft";
487
- };
488
- };
489
- py: (value: {
490
- readonly [$$PropertyValue]: "paddingTop";
491
- }) => {
492
- paddingTop: {
493
- readonly [$$PropertyValue]: "paddingTop";
494
- };
495
- paddingBottom: {
496
- readonly [$$PropertyValue]: "paddingTop";
497
- };
498
- };
499
- m: (value: {
500
- readonly [$$PropertyValue]: "margin";
501
- }) => {
502
- margin: {
503
- readonly [$$PropertyValue]: "margin";
504
- };
505
- };
506
- mt: (value: {
507
- readonly [$$PropertyValue]: "marginTop";
508
- }) => {
509
- marginTop: {
510
- readonly [$$PropertyValue]: "marginTop";
511
- };
512
- };
513
- mr: (value: {
514
- readonly [$$PropertyValue]: "marginRight";
515
- }) => {
516
- marginRight: {
517
- readonly [$$PropertyValue]: "marginRight";
518
- };
519
- };
520
- mb: (value: {
521
- readonly [$$PropertyValue]: "marginBottom";
522
- }) => {
523
- marginBottom: {
524
- readonly [$$PropertyValue]: "marginBottom";
525
- };
526
- };
527
- ml: (value: {
528
- readonly [$$PropertyValue]: "marginLeft";
529
- }) => {
530
- marginLeft: {
531
- readonly [$$PropertyValue]: "marginLeft";
532
- };
533
- };
534
- mx: (value: {
535
- readonly [$$PropertyValue]: "marginLeft";
536
- }) => {
537
- marginLeft: {
538
- readonly [$$PropertyValue]: "marginLeft";
539
- };
540
- marginRight: {
541
- readonly [$$PropertyValue]: "marginLeft";
542
- };
543
- };
544
- my: (value: {
545
- readonly [$$PropertyValue]: "marginTop";
546
- }) => {
547
- marginTop: {
548
- readonly [$$PropertyValue]: "marginTop";
549
- };
550
- marginBottom: {
551
- readonly [$$PropertyValue]: "marginTop";
552
- };
553
- };
554
- ta: (value: {
555
- readonly [$$PropertyValue]: "textAlign";
556
- }) => {
557
- textAlign: {
558
- readonly [$$PropertyValue]: "textAlign";
559
- };
560
- };
561
- fd: (value: {
562
- readonly [$$PropertyValue]: "flexDirection";
563
- }) => {
564
- flexDirection: {
565
- readonly [$$PropertyValue]: "flexDirection";
566
- };
567
- };
568
- fw: (value: {
569
- readonly [$$PropertyValue]: "flexWrap";
570
- }) => {
571
- flexWrap: {
572
- readonly [$$PropertyValue]: "flexWrap";
573
- };
574
- };
575
- ai: (value: {
576
- readonly [$$PropertyValue]: "alignItems";
577
- }) => {
578
- alignItems: {
579
- readonly [$$PropertyValue]: "alignItems";
580
- };
581
- };
582
- ac: (value: {
583
- readonly [$$PropertyValue]: "alignContent";
584
- }) => {
585
- alignContent: {
586
- readonly [$$PropertyValue]: "alignContent";
587
- };
588
- };
589
- jc: (value: {
590
- readonly [$$PropertyValue]: "justifyContent";
591
- }) => {
592
- justifyContent: {
593
- readonly [$$PropertyValue]: "justifyContent";
594
- };
595
- };
596
- as: (value: {
597
- readonly [$$PropertyValue]: "alignSelf";
598
- }) => {
599
- alignSelf: {
600
- readonly [$$PropertyValue]: "alignSelf";
601
- };
602
- };
603
- fg: (value: {
604
- readonly [$$PropertyValue]: "flexGrow";
605
- }) => {
606
- flexGrow: {
607
- readonly [$$PropertyValue]: "flexGrow";
608
- };
609
- };
610
- fs: (value: {
611
- readonly [$$PropertyValue]: "flexShrink";
612
- }) => {
613
- flexShrink: {
614
- readonly [$$PropertyValue]: "flexShrink";
615
- };
616
- };
617
- fb: (value: {
618
- readonly [$$PropertyValue]: "flexBasis";
619
- }) => {
620
- flexBasis: {
621
- readonly [$$PropertyValue]: "flexBasis";
622
- };
623
- };
624
- bc: (value: {
625
- readonly [$$PropertyValue]: "backgroundColor";
626
- }) => {
627
- backgroundColor: {
628
- readonly [$$PropertyValue]: "backgroundColor";
629
- };
630
- };
631
- br: (value: {
632
- readonly [$$PropertyValue]: "borderRadius";
633
- }) => {
634
- borderRadius: {
635
- readonly [$$PropertyValue]: "borderRadius";
636
- };
637
- };
638
- btrr: (value: {
639
- readonly [$$PropertyValue]: "borderTopRightRadius";
640
- }) => {
641
- borderTopRightRadius: {
642
- readonly [$$PropertyValue]: "borderTopRightRadius";
643
- };
644
- };
645
- bbrr: (value: {
646
- readonly [$$PropertyValue]: "borderBottomRightRadius";
647
- }) => {
648
- borderBottomRightRadius: {
649
- readonly [$$PropertyValue]: "borderBottomRightRadius";
650
- };
651
- };
652
- bblr: (value: {
653
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
654
- }) => {
655
- borderBottomLeftRadius: {
656
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
657
- };
658
- };
659
- btlr: (value: {
660
- readonly [$$PropertyValue]: "borderTopLeftRadius";
661
- }) => {
662
- borderTopLeftRadius: {
663
- readonly [$$PropertyValue]: "borderTopLeftRadius";
664
- };
665
- };
666
- bs: (value: {
667
- readonly [$$PropertyValue]: "boxShadow";
668
- }) => {
669
- boxShadow: {
670
- readonly [$$PropertyValue]: "boxShadow";
671
- };
672
- };
673
- lh: (value: {
674
- readonly [$$PropertyValue]: "lineHeight";
675
- }) => {
676
- lineHeight: {
677
- readonly [$$PropertyValue]: "lineHeight";
678
- };
679
- };
680
- ox: (value: {
681
- readonly [$$PropertyValue]: "overflowX";
682
- }) => {
683
- overflowX: {
684
- readonly [$$PropertyValue]: "overflowX";
685
- };
686
- };
687
- oy: (value: {
688
- readonly [$$PropertyValue]: "overflowY";
689
- }) => {
690
- overflowY: {
691
- readonly [$$PropertyValue]: "overflowY";
692
- };
693
- };
694
- pe: (value: {
695
- readonly [$$PropertyValue]: "pointerEvents";
696
- }) => {
697
- pointerEvents: {
698
- readonly [$$PropertyValue]: "pointerEvents";
699
- };
700
- };
701
- us: (value: {
702
- readonly [$$PropertyValue]: "userSelect";
703
- }) => {
704
- WebkitUserSelect: {
705
- readonly [$$PropertyValue]: "userSelect";
706
- };
707
- userSelect: {
708
- readonly [$$PropertyValue]: "userSelect";
709
- };
710
- };
711
- userSelect: (value: {
712
- readonly [$$PropertyValue]: "userSelect";
713
- }) => {
714
- WebkitUserSelect: {
715
- readonly [$$PropertyValue]: "userSelect";
716
- };
717
- userSelect: {
718
- readonly [$$PropertyValue]: "userSelect";
719
- };
720
- };
721
- size: (value: {
722
- readonly [$$PropertyValue]: "width";
723
- }) => {
724
- width: {
725
- readonly [$$PropertyValue]: "width";
726
- };
727
- height: {
728
- readonly [$$PropertyValue]: "width";
729
- };
730
- };
731
- appearance: (value: {
732
- readonly [$$PropertyValue]: "appearance";
733
- }) => {
734
- WebkitAppearance: {
735
- readonly [$$PropertyValue]: "appearance";
736
- };
737
- appearance: {
738
- readonly [$$PropertyValue]: "appearance";
739
- };
740
- };
741
- backgroundClip: (value: {
742
- readonly [$$PropertyValue]: "backgroundClip";
743
- }) => {
744
- WebkitBackgroundClip: {
745
- readonly [$$PropertyValue]: "backgroundClip";
746
- };
747
- backgroundClip: {
748
- readonly [$$PropertyValue]: "backgroundClip";
749
- };
750
- };
751
- }>>;