@sanity/ui 1.0.0-beta.32 → 1.0.0-beta.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/{types/src/index.d.ts → index.d.ts} +136 -68
- package/dist/{sanity-ui.esm.js → index.esm.js} +698 -1525
- package/dist/index.esm.js.map +1 -0
- package/dist/{sanity-ui.js → index.js} +697 -1539
- package/dist/index.js.map +1 -0
- package/package.json +112 -23
- package/src/components/autocomplete/__workshop__/example.tsx +1 -1
- package/src/components/autocomplete/__workshop__/index.ts +36 -32
- package/src/components/autocomplete/autocomplete.tsx +1 -2
- package/src/components/autocomplete/constants.ts +3 -8
- package/src/components/breadcrumbs/__workshop__/index.ts +11 -7
- package/src/components/dialog/__workshop__/index.ts +13 -9
- package/src/components/hotkeys/__workshop__/index.ts +11 -3
- package/src/components/menu/__workshop__/index.ts +71 -67
- package/src/components/menu/menuButton.tsx +16 -14
- package/src/components/skeleton/__workshop__/index.ts +8 -4
- package/src/components/tab/__workshop__/index.ts +11 -3
- package/src/components/toast/__workshop__/index.ts +16 -4
- package/src/components/tree/__workshop__/basic.perf.ts +1 -14
- package/src/components/tree/__workshop__/basic.tsx +1 -1
- package/src/components/tree/__workshop__/index.ts +12 -8
- package/src/hooks/useElementRect/__workshop__/index.ts +11 -3
- package/src/hooks/useMediaIndex/__workshop__/index.ts +11 -3
- package/src/primitives/avatar/__workshop__/index.ts +16 -12
- package/src/primitives/badge/__workshop__/index.ts +16 -12
- package/src/primitives/badge/__workshop__/tones.tsx +1 -1
- package/src/primitives/box/__workshop__/index.ts +16 -4
- package/src/primitives/button/__workshop__/index.ts +51 -47
- package/src/primitives/card/__workshop__/index.ts +15 -11
- package/src/primitives/checkbox/__workshop__/index.ts +10 -6
- package/src/primitives/code/__workshop__/index.ts +16 -12
- package/src/primitives/container/__workshop__/index.ts +5 -3
- package/src/primitives/flex/__workshop__/index.ts +8 -4
- package/src/primitives/grid/__workshop__/index.ts +7 -3
- package/src/primitives/heading/__workshop__/index.ts +16 -12
- package/src/primitives/inline/__workshop__/index.ts +5 -3
- package/src/primitives/kbd/__workshop__/index.ts +5 -3
- package/src/primitives/label/__workshop__/index.ts +16 -12
- package/src/primitives/popover/__workshop__/PlainStory.tsx +0 -1
- package/src/primitives/popover/__workshop__/TestStory.tsx +0 -1
- package/src/primitives/popover/__workshop__/index.ts +36 -32
- package/src/primitives/popover/constants.ts +0 -3
- package/src/primitives/popover/floating-ui/size.ts +40 -25
- package/src/primitives/popover/popover.tsx +54 -41
- package/src/primitives/popover/popoverCard.tsx +9 -16
- package/src/primitives/radio/__workshop__/index.ts +8 -4
- package/src/primitives/select/__workshop__/index.ts +8 -4
- package/src/primitives/spinner/__workshop__/index.ts +11 -7
- package/src/primitives/stack/__workshop__/index.ts +11 -7
- package/src/primitives/switch/__workshop__/index.ts +8 -4
- package/src/primitives/text/__workshop__/index.ts +21 -17
- package/src/primitives/textArea/__workshop__/index.ts +11 -7
- package/src/primitives/textInput/__workshop__/index.ts +46 -42
- package/src/primitives/textInput/__workshop__/plain.tsx +2 -1
- package/src/primitives/tooltip/__workshop__/index.ts +11 -7
- package/src/theme/__workshop__/index.ts +26 -22
- package/src/theme/{ThemeContext.ts → themeContext.ts} +0 -0
- package/src/utils/boundaryElement/__workshop__/index.ts +11 -7
- package/src/utils/elementQuery/__workshop__/index.ts +11 -7
- package/src/utils/layer/__workshop__/index.ts +21 -17
- package/src/utils/portal/__workshop__/index.ts +11 -7
- package/src/utils/virtualList/__workshop__/index.ts +26 -22
- package/dist/sanity-ui.esm.js.map +0 -1
- package/dist/sanity-ui.js.map +0 -1
- package/src/__workshop__/color/overview.tsx +0 -101
- package/src/__workshop__/index.ts +0 -10
- package/src/icons/__workshop__/.eslintrc +0 -5
- package/src/icons/__workshop__/index.tsx +0 -6
- package/src/icons/__workshop__/overview.tsx +0 -76
- package/src/utils/srOnly/__workshop__/.eslintrc +0 -5
|
@@ -352,6 +352,7 @@ export declare const Badge: ForwardRefExoticComponent<
|
|
|
352
352
|
| 'draggable'
|
|
353
353
|
| 'id'
|
|
354
354
|
| 'lang'
|
|
355
|
+
| 'nonce'
|
|
355
356
|
| 'placeholder'
|
|
356
357
|
| 'spellCheck'
|
|
357
358
|
| 'tabIndex'
|
|
@@ -496,6 +497,8 @@ export declare const Badge: ForwardRefExoticComponent<
|
|
|
496
497
|
| 'onProgressCapture'
|
|
497
498
|
| 'onRateChange'
|
|
498
499
|
| 'onRateChangeCapture'
|
|
500
|
+
| 'onResize'
|
|
501
|
+
| 'onResizeCapture'
|
|
499
502
|
| 'onSeeked'
|
|
500
503
|
| 'onSeekedCapture'
|
|
501
504
|
| 'onSeeking'
|
|
@@ -588,7 +591,6 @@ export declare const Badge: ForwardRefExoticComponent<
|
|
|
588
591
|
| 'onAnimationIterationCapture'
|
|
589
592
|
| 'onTransitionEnd'
|
|
590
593
|
| 'onTransitionEndCapture'
|
|
591
|
-
| 'list'
|
|
592
594
|
| 'as'
|
|
593
595
|
| 'accept'
|
|
594
596
|
| 'acceptCharset'
|
|
@@ -632,6 +634,7 @@ export declare const Badge: ForwardRefExoticComponent<
|
|
|
632
634
|
| 'keyParams'
|
|
633
635
|
| 'keyType'
|
|
634
636
|
| 'kind'
|
|
637
|
+
| 'list'
|
|
635
638
|
| 'loop'
|
|
636
639
|
| 'low'
|
|
637
640
|
| 'manifest'
|
|
@@ -641,7 +644,6 @@ export declare const Badge: ForwardRefExoticComponent<
|
|
|
641
644
|
| 'mediaGroup'
|
|
642
645
|
| 'method'
|
|
643
646
|
| 'minLength'
|
|
644
|
-
| 'nonce'
|
|
645
647
|
| 'noValidate'
|
|
646
648
|
| 'optimum'
|
|
647
649
|
| 'playsInline'
|
|
@@ -808,6 +810,7 @@ export declare const Box: ForwardRefExoticComponent<
|
|
|
808
810
|
| 'draggable'
|
|
809
811
|
| 'id'
|
|
810
812
|
| 'lang'
|
|
813
|
+
| 'nonce'
|
|
811
814
|
| 'placeholder'
|
|
812
815
|
| 'spellCheck'
|
|
813
816
|
| 'tabIndex'
|
|
@@ -952,6 +955,8 @@ export declare const Box: ForwardRefExoticComponent<
|
|
|
952
955
|
| 'onProgressCapture'
|
|
953
956
|
| 'onRateChange'
|
|
954
957
|
| 'onRateChangeCapture'
|
|
958
|
+
| 'onResize'
|
|
959
|
+
| 'onResizeCapture'
|
|
955
960
|
| 'onSeeked'
|
|
956
961
|
| 'onSeekedCapture'
|
|
957
962
|
| 'onSeeking'
|
|
@@ -1044,7 +1049,6 @@ export declare const Box: ForwardRefExoticComponent<
|
|
|
1044
1049
|
| 'onAnimationIterationCapture'
|
|
1045
1050
|
| 'onTransitionEnd'
|
|
1046
1051
|
| 'onTransitionEndCapture'
|
|
1047
|
-
| 'list'
|
|
1048
1052
|
| 'accept'
|
|
1049
1053
|
| 'acceptCharset'
|
|
1050
1054
|
| 'action'
|
|
@@ -1087,6 +1091,7 @@ export declare const Box: ForwardRefExoticComponent<
|
|
|
1087
1091
|
| 'keyParams'
|
|
1088
1092
|
| 'keyType'
|
|
1089
1093
|
| 'kind'
|
|
1094
|
+
| 'list'
|
|
1090
1095
|
| 'loop'
|
|
1091
1096
|
| 'low'
|
|
1092
1097
|
| 'manifest'
|
|
@@ -1096,7 +1101,6 @@ export declare const Box: ForwardRefExoticComponent<
|
|
|
1096
1101
|
| 'mediaGroup'
|
|
1097
1102
|
| 'method'
|
|
1098
1103
|
| 'minLength'
|
|
1099
|
-
| 'nonce'
|
|
1100
1104
|
| 'noValidate'
|
|
1101
1105
|
| 'optimum'
|
|
1102
1106
|
| 'playsInline'
|
|
@@ -1232,6 +1236,7 @@ export declare const Button: ForwardRefExoticComponent<
|
|
|
1232
1236
|
| 'draggable'
|
|
1233
1237
|
| 'id'
|
|
1234
1238
|
| 'lang'
|
|
1239
|
+
| 'nonce'
|
|
1235
1240
|
| 'placeholder'
|
|
1236
1241
|
| 'spellCheck'
|
|
1237
1242
|
| 'tabIndex'
|
|
@@ -1376,6 +1381,8 @@ export declare const Button: ForwardRefExoticComponent<
|
|
|
1376
1381
|
| 'onProgressCapture'
|
|
1377
1382
|
| 'onRateChange'
|
|
1378
1383
|
| 'onRateChangeCapture'
|
|
1384
|
+
| 'onResize'
|
|
1385
|
+
| 'onResizeCapture'
|
|
1379
1386
|
| 'onSeeked'
|
|
1380
1387
|
| 'onSeekedCapture'
|
|
1381
1388
|
| 'onSeeking'
|
|
@@ -1468,7 +1475,6 @@ export declare const Button: ForwardRefExoticComponent<
|
|
|
1468
1475
|
| 'onAnimationIterationCapture'
|
|
1469
1476
|
| 'onTransitionEnd'
|
|
1470
1477
|
| 'onTransitionEndCapture'
|
|
1471
|
-
| 'list'
|
|
1472
1478
|
| 'accept'
|
|
1473
1479
|
| 'acceptCharset'
|
|
1474
1480
|
| 'action'
|
|
@@ -1511,6 +1517,7 @@ export declare const Button: ForwardRefExoticComponent<
|
|
|
1511
1517
|
| 'keyParams'
|
|
1512
1518
|
| 'keyType'
|
|
1513
1519
|
| 'kind'
|
|
1520
|
+
| 'list'
|
|
1514
1521
|
| 'loop'
|
|
1515
1522
|
| 'low'
|
|
1516
1523
|
| 'manifest'
|
|
@@ -1520,7 +1527,6 @@ export declare const Button: ForwardRefExoticComponent<
|
|
|
1520
1527
|
| 'mediaGroup'
|
|
1521
1528
|
| 'method'
|
|
1522
1529
|
| 'minLength'
|
|
1523
|
-
| 'nonce'
|
|
1524
1530
|
| 'noValidate'
|
|
1525
1531
|
| 'optimum'
|
|
1526
1532
|
| 'playsInline'
|
|
@@ -1638,6 +1644,7 @@ export declare const Card: ForwardRefExoticComponent<
|
|
|
1638
1644
|
| 'draggable'
|
|
1639
1645
|
| 'id'
|
|
1640
1646
|
| 'lang'
|
|
1647
|
+
| 'nonce'
|
|
1641
1648
|
| 'placeholder'
|
|
1642
1649
|
| 'spellCheck'
|
|
1643
1650
|
| 'tabIndex'
|
|
@@ -1782,6 +1789,8 @@ export declare const Card: ForwardRefExoticComponent<
|
|
|
1782
1789
|
| 'onProgressCapture'
|
|
1783
1790
|
| 'onRateChange'
|
|
1784
1791
|
| 'onRateChangeCapture'
|
|
1792
|
+
| 'onResize'
|
|
1793
|
+
| 'onResizeCapture'
|
|
1785
1794
|
| 'onSeeked'
|
|
1786
1795
|
| 'onSeekedCapture'
|
|
1787
1796
|
| 'onSeeking'
|
|
@@ -1874,7 +1883,6 @@ export declare const Card: ForwardRefExoticComponent<
|
|
|
1874
1883
|
| 'onAnimationIterationCapture'
|
|
1875
1884
|
| 'onTransitionEnd'
|
|
1876
1885
|
| 'onTransitionEndCapture'
|
|
1877
|
-
| 'list'
|
|
1878
1886
|
| 'accept'
|
|
1879
1887
|
| 'acceptCharset'
|
|
1880
1888
|
| 'action'
|
|
@@ -1917,6 +1925,7 @@ export declare const Card: ForwardRefExoticComponent<
|
|
|
1917
1925
|
| 'keyParams'
|
|
1918
1926
|
| 'keyType'
|
|
1919
1927
|
| 'kind'
|
|
1928
|
+
| 'list'
|
|
1920
1929
|
| 'loop'
|
|
1921
1930
|
| 'low'
|
|
1922
1931
|
| 'manifest'
|
|
@@ -1926,7 +1935,6 @@ export declare const Card: ForwardRefExoticComponent<
|
|
|
1926
1935
|
| 'mediaGroup'
|
|
1927
1936
|
| 'method'
|
|
1928
1937
|
| 'minLength'
|
|
1929
|
-
| 'nonce'
|
|
1930
1938
|
| 'noValidate'
|
|
1931
1939
|
| 'optimum'
|
|
1932
1940
|
| 'playsInline'
|
|
@@ -2044,6 +2052,7 @@ export declare const Checkbox: ForwardRefExoticComponent<
|
|
|
2044
2052
|
| 'draggable'
|
|
2045
2053
|
| 'id'
|
|
2046
2054
|
| 'lang'
|
|
2055
|
+
| 'nonce'
|
|
2047
2056
|
| 'placeholder'
|
|
2048
2057
|
| 'spellCheck'
|
|
2049
2058
|
| 'tabIndex'
|
|
@@ -2188,6 +2197,8 @@ export declare const Checkbox: ForwardRefExoticComponent<
|
|
|
2188
2197
|
| 'onProgressCapture'
|
|
2189
2198
|
| 'onRateChange'
|
|
2190
2199
|
| 'onRateChangeCapture'
|
|
2200
|
+
| 'onResize'
|
|
2201
|
+
| 'onResizeCapture'
|
|
2191
2202
|
| 'onSeeked'
|
|
2192
2203
|
| 'onSeekedCapture'
|
|
2193
2204
|
| 'onSeeking'
|
|
@@ -2280,7 +2291,6 @@ export declare const Checkbox: ForwardRefExoticComponent<
|
|
|
2280
2291
|
| 'onAnimationIterationCapture'
|
|
2281
2292
|
| 'onTransitionEnd'
|
|
2282
2293
|
| 'onTransitionEndCapture'
|
|
2283
|
-
| 'list'
|
|
2284
2294
|
| 'accept'
|
|
2285
2295
|
| 'acceptCharset'
|
|
2286
2296
|
| 'action'
|
|
@@ -2323,6 +2333,7 @@ export declare const Checkbox: ForwardRefExoticComponent<
|
|
|
2323
2333
|
| 'keyParams'
|
|
2324
2334
|
| 'keyType'
|
|
2325
2335
|
| 'kind'
|
|
2336
|
+
| 'list'
|
|
2326
2337
|
| 'loop'
|
|
2327
2338
|
| 'low'
|
|
2328
2339
|
| 'manifest'
|
|
@@ -2332,7 +2343,6 @@ export declare const Checkbox: ForwardRefExoticComponent<
|
|
|
2332
2343
|
| 'mediaGroup'
|
|
2333
2344
|
| 'method'
|
|
2334
2345
|
| 'minLength'
|
|
2335
|
-
| 'nonce'
|
|
2336
2346
|
| 'noValidate'
|
|
2337
2347
|
| 'optimum'
|
|
2338
2348
|
| 'playsInline'
|
|
@@ -2426,6 +2436,7 @@ export declare const Code: ForwardRefExoticComponent<
|
|
|
2426
2436
|
| 'draggable'
|
|
2427
2437
|
| 'id'
|
|
2428
2438
|
| 'lang'
|
|
2439
|
+
| 'nonce'
|
|
2429
2440
|
| 'placeholder'
|
|
2430
2441
|
| 'spellCheck'
|
|
2431
2442
|
| 'tabIndex'
|
|
@@ -2570,6 +2581,8 @@ export declare const Code: ForwardRefExoticComponent<
|
|
|
2570
2581
|
| 'onProgressCapture'
|
|
2571
2582
|
| 'onRateChange'
|
|
2572
2583
|
| 'onRateChangeCapture'
|
|
2584
|
+
| 'onResize'
|
|
2585
|
+
| 'onResizeCapture'
|
|
2573
2586
|
| 'onSeeked'
|
|
2574
2587
|
| 'onSeekedCapture'
|
|
2575
2588
|
| 'onSeeking'
|
|
@@ -2662,7 +2675,6 @@ export declare const Code: ForwardRefExoticComponent<
|
|
|
2662
2675
|
| 'onAnimationIterationCapture'
|
|
2663
2676
|
| 'onTransitionEnd'
|
|
2664
2677
|
| 'onTransitionEndCapture'
|
|
2665
|
-
| 'list'
|
|
2666
2678
|
| 'accept'
|
|
2667
2679
|
| 'acceptCharset'
|
|
2668
2680
|
| 'action'
|
|
@@ -2705,6 +2717,7 @@ export declare const Code: ForwardRefExoticComponent<
|
|
|
2705
2717
|
| 'keyParams'
|
|
2706
2718
|
| 'keyType'
|
|
2707
2719
|
| 'kind'
|
|
2720
|
+
| 'list'
|
|
2708
2721
|
| 'loop'
|
|
2709
2722
|
| 'low'
|
|
2710
2723
|
| 'manifest'
|
|
@@ -2714,7 +2727,6 @@ export declare const Code: ForwardRefExoticComponent<
|
|
|
2714
2727
|
| 'mediaGroup'
|
|
2715
2728
|
| 'method'
|
|
2716
2729
|
| 'minLength'
|
|
2717
|
-
| 'nonce'
|
|
2718
2730
|
| 'noValidate'
|
|
2719
2731
|
| 'optimum'
|
|
2720
2732
|
| 'playsInline'
|
|
@@ -2804,6 +2816,7 @@ export declare const CodeSkeleton: ForwardRefExoticComponent<
|
|
|
2804
2816
|
| 'draggable'
|
|
2805
2817
|
| 'id'
|
|
2806
2818
|
| 'lang'
|
|
2819
|
+
| 'nonce'
|
|
2807
2820
|
| 'placeholder'
|
|
2808
2821
|
| 'spellCheck'
|
|
2809
2822
|
| 'tabIndex'
|
|
@@ -2948,6 +2961,8 @@ export declare const CodeSkeleton: ForwardRefExoticComponent<
|
|
|
2948
2961
|
| 'onProgressCapture'
|
|
2949
2962
|
| 'onRateChange'
|
|
2950
2963
|
| 'onRateChangeCapture'
|
|
2964
|
+
| 'onResize'
|
|
2965
|
+
| 'onResizeCapture'
|
|
2951
2966
|
| 'onSeeked'
|
|
2952
2967
|
| 'onSeekedCapture'
|
|
2953
2968
|
| 'onSeeking'
|
|
@@ -3040,7 +3055,6 @@ export declare const CodeSkeleton: ForwardRefExoticComponent<
|
|
|
3040
3055
|
| 'onAnimationIterationCapture'
|
|
3041
3056
|
| 'onTransitionEnd'
|
|
3042
3057
|
| 'onTransitionEndCapture'
|
|
3043
|
-
| 'list'
|
|
3044
3058
|
| 'accept'
|
|
3045
3059
|
| 'acceptCharset'
|
|
3046
3060
|
| 'action'
|
|
@@ -3083,6 +3097,7 @@ export declare const CodeSkeleton: ForwardRefExoticComponent<
|
|
|
3083
3097
|
| 'keyParams'
|
|
3084
3098
|
| 'keyType'
|
|
3085
3099
|
| 'kind'
|
|
3100
|
+
| 'list'
|
|
3086
3101
|
| 'loop'
|
|
3087
3102
|
| 'low'
|
|
3088
3103
|
| 'manifest'
|
|
@@ -3092,7 +3107,6 @@ export declare const CodeSkeleton: ForwardRefExoticComponent<
|
|
|
3092
3107
|
| 'mediaGroup'
|
|
3093
3108
|
| 'method'
|
|
3094
3109
|
| 'minLength'
|
|
3095
|
-
| 'nonce'
|
|
3096
3110
|
| 'noValidate'
|
|
3097
3111
|
| 'optimum'
|
|
3098
3112
|
| 'playsInline'
|
|
@@ -3180,6 +3194,7 @@ export declare const Container: ForwardRefExoticComponent<
|
|
|
3180
3194
|
| 'draggable'
|
|
3181
3195
|
| 'id'
|
|
3182
3196
|
| 'lang'
|
|
3197
|
+
| 'nonce'
|
|
3183
3198
|
| 'placeholder'
|
|
3184
3199
|
| 'spellCheck'
|
|
3185
3200
|
| 'tabIndex'
|
|
@@ -3324,6 +3339,8 @@ export declare const Container: ForwardRefExoticComponent<
|
|
|
3324
3339
|
| 'onProgressCapture'
|
|
3325
3340
|
| 'onRateChange'
|
|
3326
3341
|
| 'onRateChangeCapture'
|
|
3342
|
+
| 'onResize'
|
|
3343
|
+
| 'onResizeCapture'
|
|
3327
3344
|
| 'onSeeked'
|
|
3328
3345
|
| 'onSeekedCapture'
|
|
3329
3346
|
| 'onSeeking'
|
|
@@ -3416,7 +3433,6 @@ export declare const Container: ForwardRefExoticComponent<
|
|
|
3416
3433
|
| 'onAnimationIterationCapture'
|
|
3417
3434
|
| 'onTransitionEnd'
|
|
3418
3435
|
| 'onTransitionEndCapture'
|
|
3419
|
-
| 'list'
|
|
3420
3436
|
| 'accept'
|
|
3421
3437
|
| 'acceptCharset'
|
|
3422
3438
|
| 'action'
|
|
@@ -3459,6 +3475,7 @@ export declare const Container: ForwardRefExoticComponent<
|
|
|
3459
3475
|
| 'keyParams'
|
|
3460
3476
|
| 'keyType'
|
|
3461
3477
|
| 'kind'
|
|
3478
|
+
| 'list'
|
|
3462
3479
|
| 'loop'
|
|
3463
3480
|
| 'low'
|
|
3464
3481
|
| 'manifest'
|
|
@@ -3468,7 +3485,6 @@ export declare const Container: ForwardRefExoticComponent<
|
|
|
3468
3485
|
| 'mediaGroup'
|
|
3469
3486
|
| 'method'
|
|
3470
3487
|
| 'minLength'
|
|
3471
|
-
| 'nonce'
|
|
3472
3488
|
| 'noValidate'
|
|
3473
3489
|
| 'optimum'
|
|
3474
3490
|
| 'playsInline'
|
|
@@ -3560,6 +3576,7 @@ export declare const Dialog: ForwardRefExoticComponent<
|
|
|
3560
3576
|
| 'dir'
|
|
3561
3577
|
| 'draggable'
|
|
3562
3578
|
| 'lang'
|
|
3579
|
+
| 'nonce'
|
|
3563
3580
|
| 'placeholder'
|
|
3564
3581
|
| 'spellCheck'
|
|
3565
3582
|
| 'tabIndex'
|
|
@@ -3704,6 +3721,8 @@ export declare const Dialog: ForwardRefExoticComponent<
|
|
|
3704
3721
|
| 'onProgressCapture'
|
|
3705
3722
|
| 'onRateChange'
|
|
3706
3723
|
| 'onRateChangeCapture'
|
|
3724
|
+
| 'onResize'
|
|
3725
|
+
| 'onResizeCapture'
|
|
3707
3726
|
| 'onSeeked'
|
|
3708
3727
|
| 'onSeekedCapture'
|
|
3709
3728
|
| 'onSeeking'
|
|
@@ -3796,7 +3815,6 @@ export declare const Dialog: ForwardRefExoticComponent<
|
|
|
3796
3815
|
| 'onAnimationIterationCapture'
|
|
3797
3816
|
| 'onTransitionEnd'
|
|
3798
3817
|
| 'onTransitionEndCapture'
|
|
3799
|
-
| 'list'
|
|
3800
3818
|
| 'accept'
|
|
3801
3819
|
| 'acceptCharset'
|
|
3802
3820
|
| 'action'
|
|
@@ -3839,6 +3857,7 @@ export declare const Dialog: ForwardRefExoticComponent<
|
|
|
3839
3857
|
| 'keyParams'
|
|
3840
3858
|
| 'keyType'
|
|
3841
3859
|
| 'kind'
|
|
3860
|
+
| 'list'
|
|
3842
3861
|
| 'loop'
|
|
3843
3862
|
| 'low'
|
|
3844
3863
|
| 'manifest'
|
|
@@ -3848,7 +3867,6 @@ export declare const Dialog: ForwardRefExoticComponent<
|
|
|
3848
3867
|
| 'mediaGroup'
|
|
3849
3868
|
| 'method'
|
|
3850
3869
|
| 'minLength'
|
|
3851
|
-
| 'nonce'
|
|
3852
3870
|
| 'noValidate'
|
|
3853
3871
|
| 'optimum'
|
|
3854
3872
|
| 'playsInline'
|
|
@@ -3992,6 +4010,7 @@ export declare const ElementQuery: ForwardRefExoticComponent<
|
|
|
3992
4010
|
| 'draggable'
|
|
3993
4011
|
| 'id'
|
|
3994
4012
|
| 'lang'
|
|
4013
|
+
| 'nonce'
|
|
3995
4014
|
| 'placeholder'
|
|
3996
4015
|
| 'spellCheck'
|
|
3997
4016
|
| 'tabIndex'
|
|
@@ -4136,6 +4155,8 @@ export declare const ElementQuery: ForwardRefExoticComponent<
|
|
|
4136
4155
|
| 'onProgressCapture'
|
|
4137
4156
|
| 'onRateChange'
|
|
4138
4157
|
| 'onRateChangeCapture'
|
|
4158
|
+
| 'onResize'
|
|
4159
|
+
| 'onResizeCapture'
|
|
4139
4160
|
| 'onSeeked'
|
|
4140
4161
|
| 'onSeekedCapture'
|
|
4141
4162
|
| 'onSeeking'
|
|
@@ -4228,7 +4249,6 @@ export declare const ElementQuery: ForwardRefExoticComponent<
|
|
|
4228
4249
|
| 'onAnimationIterationCapture'
|
|
4229
4250
|
| 'onTransitionEnd'
|
|
4230
4251
|
| 'onTransitionEndCapture'
|
|
4231
|
-
| 'list'
|
|
4232
4252
|
| 'accept'
|
|
4233
4253
|
| 'acceptCharset'
|
|
4234
4254
|
| 'action'
|
|
@@ -4271,6 +4291,7 @@ export declare const ElementQuery: ForwardRefExoticComponent<
|
|
|
4271
4291
|
| 'keyParams'
|
|
4272
4292
|
| 'keyType'
|
|
4273
4293
|
| 'kind'
|
|
4294
|
+
| 'list'
|
|
4274
4295
|
| 'loop'
|
|
4275
4296
|
| 'low'
|
|
4276
4297
|
| 'manifest'
|
|
@@ -4280,7 +4301,6 @@ export declare const ElementQuery: ForwardRefExoticComponent<
|
|
|
4280
4301
|
| 'mediaGroup'
|
|
4281
4302
|
| 'method'
|
|
4282
4303
|
| 'minLength'
|
|
4283
|
-
| 'nonce'
|
|
4284
4304
|
| 'noValidate'
|
|
4285
4305
|
| 'optimum'
|
|
4286
4306
|
| 'playsInline'
|
|
@@ -4437,6 +4457,7 @@ export declare const Flex: ForwardRefExoticComponent<
|
|
|
4437
4457
|
| 'draggable'
|
|
4438
4458
|
| 'id'
|
|
4439
4459
|
| 'lang'
|
|
4460
|
+
| 'nonce'
|
|
4440
4461
|
| 'placeholder'
|
|
4441
4462
|
| 'spellCheck'
|
|
4442
4463
|
| 'tabIndex'
|
|
@@ -4581,6 +4602,8 @@ export declare const Flex: ForwardRefExoticComponent<
|
|
|
4581
4602
|
| 'onProgressCapture'
|
|
4582
4603
|
| 'onRateChange'
|
|
4583
4604
|
| 'onRateChangeCapture'
|
|
4605
|
+
| 'onResize'
|
|
4606
|
+
| 'onResizeCapture'
|
|
4584
4607
|
| 'onSeeked'
|
|
4585
4608
|
| 'onSeekedCapture'
|
|
4586
4609
|
| 'onSeeking'
|
|
@@ -4673,7 +4696,6 @@ export declare const Flex: ForwardRefExoticComponent<
|
|
|
4673
4696
|
| 'onAnimationIterationCapture'
|
|
4674
4697
|
| 'onTransitionEnd'
|
|
4675
4698
|
| 'onTransitionEndCapture'
|
|
4676
|
-
| 'list'
|
|
4677
4699
|
| 'accept'
|
|
4678
4700
|
| 'acceptCharset'
|
|
4679
4701
|
| 'action'
|
|
@@ -4716,6 +4738,7 @@ export declare const Flex: ForwardRefExoticComponent<
|
|
|
4716
4738
|
| 'keyParams'
|
|
4717
4739
|
| 'keyType'
|
|
4718
4740
|
| 'kind'
|
|
4741
|
+
| 'list'
|
|
4719
4742
|
| 'loop'
|
|
4720
4743
|
| 'low'
|
|
4721
4744
|
| 'manifest'
|
|
@@ -4725,7 +4748,6 @@ export declare const Flex: ForwardRefExoticComponent<
|
|
|
4725
4748
|
| 'mediaGroup'
|
|
4726
4749
|
| 'method'
|
|
4727
4750
|
| 'minLength'
|
|
4728
|
-
| 'nonce'
|
|
4729
4751
|
| 'noValidate'
|
|
4730
4752
|
| 'optimum'
|
|
4731
4753
|
| 'playsInline'
|
|
@@ -4878,6 +4900,7 @@ export declare const Grid: ForwardRefExoticComponent<
|
|
|
4878
4900
|
| 'draggable'
|
|
4879
4901
|
| 'id'
|
|
4880
4902
|
| 'lang'
|
|
4903
|
+
| 'nonce'
|
|
4881
4904
|
| 'placeholder'
|
|
4882
4905
|
| 'spellCheck'
|
|
4883
4906
|
| 'tabIndex'
|
|
@@ -5022,6 +5045,8 @@ export declare const Grid: ForwardRefExoticComponent<
|
|
|
5022
5045
|
| 'onProgressCapture'
|
|
5023
5046
|
| 'onRateChange'
|
|
5024
5047
|
| 'onRateChangeCapture'
|
|
5048
|
+
| 'onResize'
|
|
5049
|
+
| 'onResizeCapture'
|
|
5025
5050
|
| 'onSeeked'
|
|
5026
5051
|
| 'onSeekedCapture'
|
|
5027
5052
|
| 'onSeeking'
|
|
@@ -5114,7 +5139,6 @@ export declare const Grid: ForwardRefExoticComponent<
|
|
|
5114
5139
|
| 'onAnimationIterationCapture'
|
|
5115
5140
|
| 'onTransitionEnd'
|
|
5116
5141
|
| 'onTransitionEndCapture'
|
|
5117
|
-
| 'list'
|
|
5118
5142
|
| 'accept'
|
|
5119
5143
|
| 'acceptCharset'
|
|
5120
5144
|
| 'action'
|
|
@@ -5157,6 +5181,7 @@ export declare const Grid: ForwardRefExoticComponent<
|
|
|
5157
5181
|
| 'keyParams'
|
|
5158
5182
|
| 'keyType'
|
|
5159
5183
|
| 'kind'
|
|
5184
|
+
| 'list'
|
|
5160
5185
|
| 'loop'
|
|
5161
5186
|
| 'low'
|
|
5162
5187
|
| 'manifest'
|
|
@@ -5166,7 +5191,6 @@ export declare const Grid: ForwardRefExoticComponent<
|
|
|
5166
5191
|
| 'mediaGroup'
|
|
5167
5192
|
| 'method'
|
|
5168
5193
|
| 'minLength'
|
|
5169
|
-
| 'nonce'
|
|
5170
5194
|
| 'noValidate'
|
|
5171
5195
|
| 'optimum'
|
|
5172
5196
|
| 'playsInline'
|
|
@@ -5300,6 +5324,7 @@ export declare const Heading: ForwardRefExoticComponent<
|
|
|
5300
5324
|
| 'draggable'
|
|
5301
5325
|
| 'id'
|
|
5302
5326
|
| 'lang'
|
|
5327
|
+
| 'nonce'
|
|
5303
5328
|
| 'placeholder'
|
|
5304
5329
|
| 'spellCheck'
|
|
5305
5330
|
| 'tabIndex'
|
|
@@ -5444,6 +5469,8 @@ export declare const Heading: ForwardRefExoticComponent<
|
|
|
5444
5469
|
| 'onProgressCapture'
|
|
5445
5470
|
| 'onRateChange'
|
|
5446
5471
|
| 'onRateChangeCapture'
|
|
5472
|
+
| 'onResize'
|
|
5473
|
+
| 'onResizeCapture'
|
|
5447
5474
|
| 'onSeeked'
|
|
5448
5475
|
| 'onSeekedCapture'
|
|
5449
5476
|
| 'onSeeking'
|
|
@@ -5536,7 +5563,6 @@ export declare const Heading: ForwardRefExoticComponent<
|
|
|
5536
5563
|
| 'onAnimationIterationCapture'
|
|
5537
5564
|
| 'onTransitionEnd'
|
|
5538
5565
|
| 'onTransitionEndCapture'
|
|
5539
|
-
| 'list'
|
|
5540
5566
|
| 'accept'
|
|
5541
5567
|
| 'acceptCharset'
|
|
5542
5568
|
| 'action'
|
|
@@ -5579,6 +5605,7 @@ export declare const Heading: ForwardRefExoticComponent<
|
|
|
5579
5605
|
| 'keyParams'
|
|
5580
5606
|
| 'keyType'
|
|
5581
5607
|
| 'kind'
|
|
5608
|
+
| 'list'
|
|
5582
5609
|
| 'loop'
|
|
5583
5610
|
| 'low'
|
|
5584
5611
|
| 'manifest'
|
|
@@ -5588,7 +5615,6 @@ export declare const Heading: ForwardRefExoticComponent<
|
|
|
5588
5615
|
| 'mediaGroup'
|
|
5589
5616
|
| 'method'
|
|
5590
5617
|
| 'minLength'
|
|
5591
|
-
| 'nonce'
|
|
5592
5618
|
| 'noValidate'
|
|
5593
5619
|
| 'optimum'
|
|
5594
5620
|
| 'playsInline'
|
|
@@ -5686,6 +5712,7 @@ export declare const HeadingSkeleton: ForwardRefExoticComponent<
|
|
|
5686
5712
|
| 'draggable'
|
|
5687
5713
|
| 'id'
|
|
5688
5714
|
| 'lang'
|
|
5715
|
+
| 'nonce'
|
|
5689
5716
|
| 'placeholder'
|
|
5690
5717
|
| 'spellCheck'
|
|
5691
5718
|
| 'tabIndex'
|
|
@@ -5830,6 +5857,8 @@ export declare const HeadingSkeleton: ForwardRefExoticComponent<
|
|
|
5830
5857
|
| 'onProgressCapture'
|
|
5831
5858
|
| 'onRateChange'
|
|
5832
5859
|
| 'onRateChangeCapture'
|
|
5860
|
+
| 'onResize'
|
|
5861
|
+
| 'onResizeCapture'
|
|
5833
5862
|
| 'onSeeked'
|
|
5834
5863
|
| 'onSeekedCapture'
|
|
5835
5864
|
| 'onSeeking'
|
|
@@ -5922,7 +5951,6 @@ export declare const HeadingSkeleton: ForwardRefExoticComponent<
|
|
|
5922
5951
|
| 'onAnimationIterationCapture'
|
|
5923
5952
|
| 'onTransitionEnd'
|
|
5924
5953
|
| 'onTransitionEndCapture'
|
|
5925
|
-
| 'list'
|
|
5926
5954
|
| 'accept'
|
|
5927
5955
|
| 'acceptCharset'
|
|
5928
5956
|
| 'action'
|
|
@@ -5965,6 +5993,7 @@ export declare const HeadingSkeleton: ForwardRefExoticComponent<
|
|
|
5965
5993
|
| 'keyParams'
|
|
5966
5994
|
| 'keyType'
|
|
5967
5995
|
| 'kind'
|
|
5996
|
+
| 'list'
|
|
5968
5997
|
| 'loop'
|
|
5969
5998
|
| 'low'
|
|
5970
5999
|
| 'manifest'
|
|
@@ -5974,7 +6003,6 @@ export declare const HeadingSkeleton: ForwardRefExoticComponent<
|
|
|
5974
6003
|
| 'mediaGroup'
|
|
5975
6004
|
| 'method'
|
|
5976
6005
|
| 'minLength'
|
|
5977
|
-
| 'nonce'
|
|
5978
6006
|
| 'noValidate'
|
|
5979
6007
|
| 'optimum'
|
|
5980
6008
|
| 'playsInline'
|
|
@@ -6116,6 +6144,7 @@ export declare const Inline: ForwardRefExoticComponent<
|
|
|
6116
6144
|
| 'draggable'
|
|
6117
6145
|
| 'id'
|
|
6118
6146
|
| 'lang'
|
|
6147
|
+
| 'nonce'
|
|
6119
6148
|
| 'placeholder'
|
|
6120
6149
|
| 'spellCheck'
|
|
6121
6150
|
| 'tabIndex'
|
|
@@ -6260,6 +6289,8 @@ export declare const Inline: ForwardRefExoticComponent<
|
|
|
6260
6289
|
| 'onProgressCapture'
|
|
6261
6290
|
| 'onRateChange'
|
|
6262
6291
|
| 'onRateChangeCapture'
|
|
6292
|
+
| 'onResize'
|
|
6293
|
+
| 'onResizeCapture'
|
|
6263
6294
|
| 'onSeeked'
|
|
6264
6295
|
| 'onSeekedCapture'
|
|
6265
6296
|
| 'onSeeking'
|
|
@@ -6352,7 +6383,6 @@ export declare const Inline: ForwardRefExoticComponent<
|
|
|
6352
6383
|
| 'onAnimationIterationCapture'
|
|
6353
6384
|
| 'onTransitionEnd'
|
|
6354
6385
|
| 'onTransitionEndCapture'
|
|
6355
|
-
| 'list'
|
|
6356
6386
|
| 'as'
|
|
6357
6387
|
| 'accept'
|
|
6358
6388
|
| 'acceptCharset'
|
|
@@ -6396,6 +6426,7 @@ export declare const Inline: ForwardRefExoticComponent<
|
|
|
6396
6426
|
| 'keyParams'
|
|
6397
6427
|
| 'keyType'
|
|
6398
6428
|
| 'kind'
|
|
6429
|
+
| 'list'
|
|
6399
6430
|
| 'loop'
|
|
6400
6431
|
| 'low'
|
|
6401
6432
|
| 'manifest'
|
|
@@ -6405,7 +6436,6 @@ export declare const Inline: ForwardRefExoticComponent<
|
|
|
6405
6436
|
| 'mediaGroup'
|
|
6406
6437
|
| 'method'
|
|
6407
6438
|
| 'minLength'
|
|
6408
|
-
| 'nonce'
|
|
6409
6439
|
| 'noValidate'
|
|
6410
6440
|
| 'optimum'
|
|
6411
6441
|
| 'playsInline'
|
|
@@ -6562,6 +6592,7 @@ export declare const Label: ForwardRefExoticComponent<
|
|
|
6562
6592
|
| 'draggable'
|
|
6563
6593
|
| 'id'
|
|
6564
6594
|
| 'lang'
|
|
6595
|
+
| 'nonce'
|
|
6565
6596
|
| 'placeholder'
|
|
6566
6597
|
| 'spellCheck'
|
|
6567
6598
|
| 'tabIndex'
|
|
@@ -6706,6 +6737,8 @@ export declare const Label: ForwardRefExoticComponent<
|
|
|
6706
6737
|
| 'onProgressCapture'
|
|
6707
6738
|
| 'onRateChange'
|
|
6708
6739
|
| 'onRateChangeCapture'
|
|
6740
|
+
| 'onResize'
|
|
6741
|
+
| 'onResizeCapture'
|
|
6709
6742
|
| 'onSeeked'
|
|
6710
6743
|
| 'onSeekedCapture'
|
|
6711
6744
|
| 'onSeeking'
|
|
@@ -6798,7 +6831,6 @@ export declare const Label: ForwardRefExoticComponent<
|
|
|
6798
6831
|
| 'onAnimationIterationCapture'
|
|
6799
6832
|
| 'onTransitionEnd'
|
|
6800
6833
|
| 'onTransitionEndCapture'
|
|
6801
|
-
| 'list'
|
|
6802
6834
|
| 'accept'
|
|
6803
6835
|
| 'acceptCharset'
|
|
6804
6836
|
| 'action'
|
|
@@ -6841,6 +6873,7 @@ export declare const Label: ForwardRefExoticComponent<
|
|
|
6841
6873
|
| 'keyParams'
|
|
6842
6874
|
| 'keyType'
|
|
6843
6875
|
| 'kind'
|
|
6876
|
+
| 'list'
|
|
6844
6877
|
| 'loop'
|
|
6845
6878
|
| 'low'
|
|
6846
6879
|
| 'manifest'
|
|
@@ -6850,7 +6883,6 @@ export declare const Label: ForwardRefExoticComponent<
|
|
|
6850
6883
|
| 'mediaGroup'
|
|
6851
6884
|
| 'method'
|
|
6852
6885
|
| 'minLength'
|
|
6853
|
-
| 'nonce'
|
|
6854
6886
|
| 'noValidate'
|
|
6855
6887
|
| 'optimum'
|
|
6856
6888
|
| 'playsInline'
|
|
@@ -6948,6 +6980,7 @@ export declare const LabelSkeleton: ForwardRefExoticComponent<
|
|
|
6948
6980
|
| 'draggable'
|
|
6949
6981
|
| 'id'
|
|
6950
6982
|
| 'lang'
|
|
6983
|
+
| 'nonce'
|
|
6951
6984
|
| 'placeholder'
|
|
6952
6985
|
| 'spellCheck'
|
|
6953
6986
|
| 'tabIndex'
|
|
@@ -7092,6 +7125,8 @@ export declare const LabelSkeleton: ForwardRefExoticComponent<
|
|
|
7092
7125
|
| 'onProgressCapture'
|
|
7093
7126
|
| 'onRateChange'
|
|
7094
7127
|
| 'onRateChangeCapture'
|
|
7128
|
+
| 'onResize'
|
|
7129
|
+
| 'onResizeCapture'
|
|
7095
7130
|
| 'onSeeked'
|
|
7096
7131
|
| 'onSeekedCapture'
|
|
7097
7132
|
| 'onSeeking'
|
|
@@ -7184,7 +7219,6 @@ export declare const LabelSkeleton: ForwardRefExoticComponent<
|
|
|
7184
7219
|
| 'onAnimationIterationCapture'
|
|
7185
7220
|
| 'onTransitionEnd'
|
|
7186
7221
|
| 'onTransitionEndCapture'
|
|
7187
|
-
| 'list'
|
|
7188
7222
|
| 'accept'
|
|
7189
7223
|
| 'acceptCharset'
|
|
7190
7224
|
| 'action'
|
|
@@ -7227,6 +7261,7 @@ export declare const LabelSkeleton: ForwardRefExoticComponent<
|
|
|
7227
7261
|
| 'keyParams'
|
|
7228
7262
|
| 'keyType'
|
|
7229
7263
|
| 'kind'
|
|
7264
|
+
| 'list'
|
|
7230
7265
|
| 'loop'
|
|
7231
7266
|
| 'low'
|
|
7232
7267
|
| 'manifest'
|
|
@@ -7236,7 +7271,6 @@ export declare const LabelSkeleton: ForwardRefExoticComponent<
|
|
|
7236
7271
|
| 'mediaGroup'
|
|
7237
7272
|
| 'method'
|
|
7238
7273
|
| 'minLength'
|
|
7239
|
-
| 'nonce'
|
|
7240
7274
|
| 'noValidate'
|
|
7241
7275
|
| 'optimum'
|
|
7242
7276
|
| 'playsInline'
|
|
@@ -7326,6 +7360,7 @@ export declare const Layer: ForwardRefExoticComponent<
|
|
|
7326
7360
|
| 'draggable'
|
|
7327
7361
|
| 'id'
|
|
7328
7362
|
| 'lang'
|
|
7363
|
+
| 'nonce'
|
|
7329
7364
|
| 'placeholder'
|
|
7330
7365
|
| 'spellCheck'
|
|
7331
7366
|
| 'tabIndex'
|
|
@@ -7470,6 +7505,8 @@ export declare const Layer: ForwardRefExoticComponent<
|
|
|
7470
7505
|
| 'onProgressCapture'
|
|
7471
7506
|
| 'onRateChange'
|
|
7472
7507
|
| 'onRateChangeCapture'
|
|
7508
|
+
| 'onResize'
|
|
7509
|
+
| 'onResizeCapture'
|
|
7473
7510
|
| 'onSeeked'
|
|
7474
7511
|
| 'onSeekedCapture'
|
|
7475
7512
|
| 'onSeeking'
|
|
@@ -7562,7 +7599,6 @@ export declare const Layer: ForwardRefExoticComponent<
|
|
|
7562
7599
|
| 'onAnimationIterationCapture'
|
|
7563
7600
|
| 'onTransitionEnd'
|
|
7564
7601
|
| 'onTransitionEndCapture'
|
|
7565
|
-
| 'list'
|
|
7566
7602
|
| 'accept'
|
|
7567
7603
|
| 'acceptCharset'
|
|
7568
7604
|
| 'action'
|
|
@@ -7605,6 +7641,7 @@ export declare const Layer: ForwardRefExoticComponent<
|
|
|
7605
7641
|
| 'keyParams'
|
|
7606
7642
|
| 'keyType'
|
|
7607
7643
|
| 'kind'
|
|
7644
|
+
| 'list'
|
|
7608
7645
|
| 'loop'
|
|
7609
7646
|
| 'low'
|
|
7610
7647
|
| 'manifest'
|
|
@@ -7614,7 +7651,6 @@ export declare const Layer: ForwardRefExoticComponent<
|
|
|
7614
7651
|
| 'mediaGroup'
|
|
7615
7652
|
| 'method'
|
|
7616
7653
|
| 'minLength'
|
|
7617
|
-
| 'nonce'
|
|
7618
7654
|
| 'noValidate'
|
|
7619
7655
|
| 'optimum'
|
|
7620
7656
|
| 'playsInline'
|
|
@@ -7736,6 +7772,7 @@ export declare const Menu: ForwardRefExoticComponent<
|
|
|
7736
7772
|
| 'draggable'
|
|
7737
7773
|
| 'id'
|
|
7738
7774
|
| 'lang'
|
|
7775
|
+
| 'nonce'
|
|
7739
7776
|
| 'placeholder'
|
|
7740
7777
|
| 'spellCheck'
|
|
7741
7778
|
| 'translate'
|
|
@@ -7878,6 +7915,8 @@ export declare const Menu: ForwardRefExoticComponent<
|
|
|
7878
7915
|
| 'onProgressCapture'
|
|
7879
7916
|
| 'onRateChange'
|
|
7880
7917
|
| 'onRateChangeCapture'
|
|
7918
|
+
| 'onResize'
|
|
7919
|
+
| 'onResizeCapture'
|
|
7881
7920
|
| 'onSeeked'
|
|
7882
7921
|
| 'onSeekedCapture'
|
|
7883
7922
|
| 'onSeeking'
|
|
@@ -7970,7 +8009,6 @@ export declare const Menu: ForwardRefExoticComponent<
|
|
|
7970
8009
|
| 'onAnimationIterationCapture'
|
|
7971
8010
|
| 'onTransitionEnd'
|
|
7972
8011
|
| 'onTransitionEndCapture'
|
|
7973
|
-
| 'list'
|
|
7974
8012
|
| 'accept'
|
|
7975
8013
|
| 'acceptCharset'
|
|
7976
8014
|
| 'action'
|
|
@@ -8013,6 +8051,7 @@ export declare const Menu: ForwardRefExoticComponent<
|
|
|
8013
8051
|
| 'keyParams'
|
|
8014
8052
|
| 'keyType'
|
|
8015
8053
|
| 'kind'
|
|
8054
|
+
| 'list'
|
|
8016
8055
|
| 'loop'
|
|
8017
8056
|
| 'low'
|
|
8018
8057
|
| 'manifest'
|
|
@@ -8022,7 +8061,6 @@ export declare const Menu: ForwardRefExoticComponent<
|
|
|
8022
8061
|
| 'mediaGroup'
|
|
8023
8062
|
| 'method'
|
|
8024
8063
|
| 'minLength'
|
|
8025
|
-
| 'nonce'
|
|
8026
8064
|
| 'noValidate'
|
|
8027
8065
|
| 'optimum'
|
|
8028
8066
|
| 'playsInline'
|
|
@@ -8256,6 +8294,7 @@ export declare const Popover: MemoExoticComponent<
|
|
|
8256
8294
|
| 'draggable'
|
|
8257
8295
|
| 'id'
|
|
8258
8296
|
| 'lang'
|
|
8297
|
+
| 'nonce'
|
|
8259
8298
|
| 'placeholder'
|
|
8260
8299
|
| 'spellCheck'
|
|
8261
8300
|
| 'tabIndex'
|
|
@@ -8400,6 +8439,8 @@ export declare const Popover: MemoExoticComponent<
|
|
|
8400
8439
|
| 'onProgressCapture'
|
|
8401
8440
|
| 'onRateChange'
|
|
8402
8441
|
| 'onRateChangeCapture'
|
|
8442
|
+
| 'onResize'
|
|
8443
|
+
| 'onResizeCapture'
|
|
8403
8444
|
| 'onSeeked'
|
|
8404
8445
|
| 'onSeekedCapture'
|
|
8405
8446
|
| 'onSeeking'
|
|
@@ -8492,7 +8533,6 @@ export declare const Popover: MemoExoticComponent<
|
|
|
8492
8533
|
| 'onAnimationIterationCapture'
|
|
8493
8534
|
| 'onTransitionEnd'
|
|
8494
8535
|
| 'onTransitionEndCapture'
|
|
8495
|
-
| 'list'
|
|
8496
8536
|
| 'accept'
|
|
8497
8537
|
| 'acceptCharset'
|
|
8498
8538
|
| 'action'
|
|
@@ -8535,6 +8575,7 @@ export declare const Popover: MemoExoticComponent<
|
|
|
8535
8575
|
| 'keyParams'
|
|
8536
8576
|
| 'keyType'
|
|
8537
8577
|
| 'kind'
|
|
8578
|
+
| 'list'
|
|
8538
8579
|
| 'loop'
|
|
8539
8580
|
| 'low'
|
|
8540
8581
|
| 'manifest'
|
|
@@ -8544,7 +8585,6 @@ export declare const Popover: MemoExoticComponent<
|
|
|
8544
8585
|
| 'mediaGroup'
|
|
8545
8586
|
| 'method'
|
|
8546
8587
|
| 'minLength'
|
|
8547
|
-
| 'nonce'
|
|
8548
8588
|
| 'noValidate'
|
|
8549
8589
|
| 'optimum'
|
|
8550
8590
|
| 'playsInline'
|
|
@@ -8709,6 +8749,7 @@ export declare const Radio: ForwardRefExoticComponent<
|
|
|
8709
8749
|
| 'draggable'
|
|
8710
8750
|
| 'id'
|
|
8711
8751
|
| 'lang'
|
|
8752
|
+
| 'nonce'
|
|
8712
8753
|
| 'placeholder'
|
|
8713
8754
|
| 'spellCheck'
|
|
8714
8755
|
| 'tabIndex'
|
|
@@ -8853,6 +8894,8 @@ export declare const Radio: ForwardRefExoticComponent<
|
|
|
8853
8894
|
| 'onProgressCapture'
|
|
8854
8895
|
| 'onRateChange'
|
|
8855
8896
|
| 'onRateChangeCapture'
|
|
8897
|
+
| 'onResize'
|
|
8898
|
+
| 'onResizeCapture'
|
|
8856
8899
|
| 'onSeeked'
|
|
8857
8900
|
| 'onSeekedCapture'
|
|
8858
8901
|
| 'onSeeking'
|
|
@@ -8945,7 +8988,6 @@ export declare const Radio: ForwardRefExoticComponent<
|
|
|
8945
8988
|
| 'onAnimationIterationCapture'
|
|
8946
8989
|
| 'onTransitionEnd'
|
|
8947
8990
|
| 'onTransitionEndCapture'
|
|
8948
|
-
| 'list'
|
|
8949
8991
|
| 'accept'
|
|
8950
8992
|
| 'acceptCharset'
|
|
8951
8993
|
| 'action'
|
|
@@ -8988,6 +9030,7 @@ export declare const Radio: ForwardRefExoticComponent<
|
|
|
8988
9030
|
| 'keyParams'
|
|
8989
9031
|
| 'keyType'
|
|
8990
9032
|
| 'kind'
|
|
9033
|
+
| 'list'
|
|
8991
9034
|
| 'loop'
|
|
8992
9035
|
| 'low'
|
|
8993
9036
|
| 'manifest'
|
|
@@ -8997,7 +9040,6 @@ export declare const Radio: ForwardRefExoticComponent<
|
|
|
8997
9040
|
| 'mediaGroup'
|
|
8998
9041
|
| 'method'
|
|
8999
9042
|
| 'minLength'
|
|
9000
|
-
| 'nonce'
|
|
9001
9043
|
| 'noValidate'
|
|
9002
9044
|
| 'optimum'
|
|
9003
9045
|
| 'playsInline'
|
|
@@ -9343,6 +9385,7 @@ export declare const Select: ForwardRefExoticComponent<
|
|
|
9343
9385
|
| 'draggable'
|
|
9344
9386
|
| 'id'
|
|
9345
9387
|
| 'lang'
|
|
9388
|
+
| 'nonce'
|
|
9346
9389
|
| 'placeholder'
|
|
9347
9390
|
| 'spellCheck'
|
|
9348
9391
|
| 'tabIndex'
|
|
@@ -9487,6 +9530,8 @@ export declare const Select: ForwardRefExoticComponent<
|
|
|
9487
9530
|
| 'onProgressCapture'
|
|
9488
9531
|
| 'onRateChange'
|
|
9489
9532
|
| 'onRateChangeCapture'
|
|
9533
|
+
| 'onResize'
|
|
9534
|
+
| 'onResizeCapture'
|
|
9490
9535
|
| 'onSeeked'
|
|
9491
9536
|
| 'onSeekedCapture'
|
|
9492
9537
|
| 'onSeeking'
|
|
@@ -9579,7 +9624,6 @@ export declare const Select: ForwardRefExoticComponent<
|
|
|
9579
9624
|
| 'onAnimationIterationCapture'
|
|
9580
9625
|
| 'onTransitionEnd'
|
|
9581
9626
|
| 'onTransitionEndCapture'
|
|
9582
|
-
| 'list'
|
|
9583
9627
|
| 'accept'
|
|
9584
9628
|
| 'acceptCharset'
|
|
9585
9629
|
| 'action'
|
|
@@ -9622,6 +9666,7 @@ export declare const Select: ForwardRefExoticComponent<
|
|
|
9622
9666
|
| 'keyParams'
|
|
9623
9667
|
| 'keyType'
|
|
9624
9668
|
| 'kind'
|
|
9669
|
+
| 'list'
|
|
9625
9670
|
| 'loop'
|
|
9626
9671
|
| 'low'
|
|
9627
9672
|
| 'manifest'
|
|
@@ -9631,7 +9676,6 @@ export declare const Select: ForwardRefExoticComponent<
|
|
|
9631
9676
|
| 'mediaGroup'
|
|
9632
9677
|
| 'method'
|
|
9633
9678
|
| 'minLength'
|
|
9634
|
-
| 'nonce'
|
|
9635
9679
|
| 'noValidate'
|
|
9636
9680
|
| 'optimum'
|
|
9637
9681
|
| 'playsInline'
|
|
@@ -9746,6 +9790,7 @@ export declare const Skeleton: ForwardRefExoticComponent<
|
|
|
9746
9790
|
| 'draggable'
|
|
9747
9791
|
| 'id'
|
|
9748
9792
|
| 'lang'
|
|
9793
|
+
| 'nonce'
|
|
9749
9794
|
| 'placeholder'
|
|
9750
9795
|
| 'spellCheck'
|
|
9751
9796
|
| 'tabIndex'
|
|
@@ -9890,6 +9935,8 @@ export declare const Skeleton: ForwardRefExoticComponent<
|
|
|
9890
9935
|
| 'onProgressCapture'
|
|
9891
9936
|
| 'onRateChange'
|
|
9892
9937
|
| 'onRateChangeCapture'
|
|
9938
|
+
| 'onResize'
|
|
9939
|
+
| 'onResizeCapture'
|
|
9893
9940
|
| 'onSeeked'
|
|
9894
9941
|
| 'onSeekedCapture'
|
|
9895
9942
|
| 'onSeeking'
|
|
@@ -9982,7 +10029,6 @@ export declare const Skeleton: ForwardRefExoticComponent<
|
|
|
9982
10029
|
| 'onAnimationIterationCapture'
|
|
9983
10030
|
| 'onTransitionEnd'
|
|
9984
10031
|
| 'onTransitionEndCapture'
|
|
9985
|
-
| 'list'
|
|
9986
10032
|
| 'as'
|
|
9987
10033
|
| 'accept'
|
|
9988
10034
|
| 'acceptCharset'
|
|
@@ -10026,6 +10072,7 @@ export declare const Skeleton: ForwardRefExoticComponent<
|
|
|
10026
10072
|
| 'keyParams'
|
|
10027
10073
|
| 'keyType'
|
|
10028
10074
|
| 'kind'
|
|
10075
|
+
| 'list'
|
|
10029
10076
|
| 'loop'
|
|
10030
10077
|
| 'low'
|
|
10031
10078
|
| 'manifest'
|
|
@@ -10035,7 +10082,6 @@ export declare const Skeleton: ForwardRefExoticComponent<
|
|
|
10035
10082
|
| 'mediaGroup'
|
|
10036
10083
|
| 'method'
|
|
10037
10084
|
| 'minLength'
|
|
10038
|
-
| 'nonce'
|
|
10039
10085
|
| 'noValidate'
|
|
10040
10086
|
| 'optimum'
|
|
10041
10087
|
| 'playsInline'
|
|
@@ -10134,6 +10180,7 @@ export declare const Spinner: ForwardRefExoticComponent<
|
|
|
10134
10180
|
| 'draggable'
|
|
10135
10181
|
| 'id'
|
|
10136
10182
|
| 'lang'
|
|
10183
|
+
| 'nonce'
|
|
10137
10184
|
| 'placeholder'
|
|
10138
10185
|
| 'spellCheck'
|
|
10139
10186
|
| 'tabIndex'
|
|
@@ -10278,6 +10325,8 @@ export declare const Spinner: ForwardRefExoticComponent<
|
|
|
10278
10325
|
| 'onProgressCapture'
|
|
10279
10326
|
| 'onRateChange'
|
|
10280
10327
|
| 'onRateChangeCapture'
|
|
10328
|
+
| 'onResize'
|
|
10329
|
+
| 'onResizeCapture'
|
|
10281
10330
|
| 'onSeeked'
|
|
10282
10331
|
| 'onSeekedCapture'
|
|
10283
10332
|
| 'onSeeking'
|
|
@@ -10370,7 +10419,6 @@ export declare const Spinner: ForwardRefExoticComponent<
|
|
|
10370
10419
|
| 'onAnimationIterationCapture'
|
|
10371
10420
|
| 'onTransitionEnd'
|
|
10372
10421
|
| 'onTransitionEndCapture'
|
|
10373
|
-
| 'list'
|
|
10374
10422
|
| 'accept'
|
|
10375
10423
|
| 'acceptCharset'
|
|
10376
10424
|
| 'action'
|
|
@@ -10413,6 +10461,7 @@ export declare const Spinner: ForwardRefExoticComponent<
|
|
|
10413
10461
|
| 'keyParams'
|
|
10414
10462
|
| 'keyType'
|
|
10415
10463
|
| 'kind'
|
|
10464
|
+
| 'list'
|
|
10416
10465
|
| 'loop'
|
|
10417
10466
|
| 'low'
|
|
10418
10467
|
| 'manifest'
|
|
@@ -10422,7 +10471,6 @@ export declare const Spinner: ForwardRefExoticComponent<
|
|
|
10422
10471
|
| 'mediaGroup'
|
|
10423
10472
|
| 'method'
|
|
10424
10473
|
| 'minLength'
|
|
10425
|
-
| 'nonce'
|
|
10426
10474
|
| 'noValidate'
|
|
10427
10475
|
| 'optimum'
|
|
10428
10476
|
| 'playsInline'
|
|
@@ -10511,6 +10559,7 @@ export declare const SrOnly: ForwardRefExoticComponent<
|
|
|
10511
10559
|
| 'draggable'
|
|
10512
10560
|
| 'id'
|
|
10513
10561
|
| 'lang'
|
|
10562
|
+
| 'nonce'
|
|
10514
10563
|
| 'placeholder'
|
|
10515
10564
|
| 'spellCheck'
|
|
10516
10565
|
| 'tabIndex'
|
|
@@ -10654,6 +10703,8 @@ export declare const SrOnly: ForwardRefExoticComponent<
|
|
|
10654
10703
|
| 'onProgressCapture'
|
|
10655
10704
|
| 'onRateChange'
|
|
10656
10705
|
| 'onRateChangeCapture'
|
|
10706
|
+
| 'onResize'
|
|
10707
|
+
| 'onResizeCapture'
|
|
10657
10708
|
| 'onSeeked'
|
|
10658
10709
|
| 'onSeekedCapture'
|
|
10659
10710
|
| 'onSeeking'
|
|
@@ -10746,7 +10797,6 @@ export declare const SrOnly: ForwardRefExoticComponent<
|
|
|
10746
10797
|
| 'onAnimationIterationCapture'
|
|
10747
10798
|
| 'onTransitionEnd'
|
|
10748
10799
|
| 'onTransitionEndCapture'
|
|
10749
|
-
| 'list'
|
|
10750
10800
|
| 'accept'
|
|
10751
10801
|
| 'acceptCharset'
|
|
10752
10802
|
| 'action'
|
|
@@ -10789,6 +10839,7 @@ export declare const SrOnly: ForwardRefExoticComponent<
|
|
|
10789
10839
|
| 'keyParams'
|
|
10790
10840
|
| 'keyType'
|
|
10791
10841
|
| 'kind'
|
|
10842
|
+
| 'list'
|
|
10792
10843
|
| 'loop'
|
|
10793
10844
|
| 'low'
|
|
10794
10845
|
| 'manifest'
|
|
@@ -10798,7 +10849,6 @@ export declare const SrOnly: ForwardRefExoticComponent<
|
|
|
10798
10849
|
| 'mediaGroup'
|
|
10799
10850
|
| 'method'
|
|
10800
10851
|
| 'minLength'
|
|
10801
|
-
| 'nonce'
|
|
10802
10852
|
| 'noValidate'
|
|
10803
10853
|
| 'optimum'
|
|
10804
10854
|
| 'playsInline'
|
|
@@ -10920,6 +10970,7 @@ export declare const Switch: ForwardRefExoticComponent<
|
|
|
10920
10970
|
| 'draggable'
|
|
10921
10971
|
| 'id'
|
|
10922
10972
|
| 'lang'
|
|
10973
|
+
| 'nonce'
|
|
10923
10974
|
| 'placeholder'
|
|
10924
10975
|
| 'spellCheck'
|
|
10925
10976
|
| 'tabIndex'
|
|
@@ -11064,6 +11115,8 @@ export declare const Switch: ForwardRefExoticComponent<
|
|
|
11064
11115
|
| 'onProgressCapture'
|
|
11065
11116
|
| 'onRateChange'
|
|
11066
11117
|
| 'onRateChangeCapture'
|
|
11118
|
+
| 'onResize'
|
|
11119
|
+
| 'onResizeCapture'
|
|
11067
11120
|
| 'onSeeked'
|
|
11068
11121
|
| 'onSeekedCapture'
|
|
11069
11122
|
| 'onSeeking'
|
|
@@ -11156,7 +11209,6 @@ export declare const Switch: ForwardRefExoticComponent<
|
|
|
11156
11209
|
| 'onAnimationIterationCapture'
|
|
11157
11210
|
| 'onTransitionEnd'
|
|
11158
11211
|
| 'onTransitionEndCapture'
|
|
11159
|
-
| 'list'
|
|
11160
11212
|
| 'accept'
|
|
11161
11213
|
| 'acceptCharset'
|
|
11162
11214
|
| 'action'
|
|
@@ -11199,6 +11251,7 @@ export declare const Switch: ForwardRefExoticComponent<
|
|
|
11199
11251
|
| 'keyParams'
|
|
11200
11252
|
| 'keyType'
|
|
11201
11253
|
| 'kind'
|
|
11254
|
+
| 'list'
|
|
11202
11255
|
| 'loop'
|
|
11203
11256
|
| 'low'
|
|
11204
11257
|
| 'manifest'
|
|
@@ -11208,7 +11261,6 @@ export declare const Switch: ForwardRefExoticComponent<
|
|
|
11208
11261
|
| 'mediaGroup'
|
|
11209
11262
|
| 'method'
|
|
11210
11263
|
| 'minLength'
|
|
11211
|
-
| 'nonce'
|
|
11212
11264
|
| 'noValidate'
|
|
11213
11265
|
| 'optimum'
|
|
11214
11266
|
| 'playsInline'
|
|
@@ -11293,6 +11345,7 @@ export declare const Tab: ForwardRefExoticComponent<
|
|
|
11293
11345
|
| 'dir'
|
|
11294
11346
|
| 'draggable'
|
|
11295
11347
|
| 'lang'
|
|
11348
|
+
| 'nonce'
|
|
11296
11349
|
| 'placeholder'
|
|
11297
11350
|
| 'spellCheck'
|
|
11298
11351
|
| 'tabIndex'
|
|
@@ -11436,6 +11489,8 @@ export declare const Tab: ForwardRefExoticComponent<
|
|
|
11436
11489
|
| 'onProgressCapture'
|
|
11437
11490
|
| 'onRateChange'
|
|
11438
11491
|
| 'onRateChangeCapture'
|
|
11492
|
+
| 'onResize'
|
|
11493
|
+
| 'onResizeCapture'
|
|
11439
11494
|
| 'onSeeked'
|
|
11440
11495
|
| 'onSeekedCapture'
|
|
11441
11496
|
| 'onSeeking'
|
|
@@ -11528,7 +11583,6 @@ export declare const Tab: ForwardRefExoticComponent<
|
|
|
11528
11583
|
| 'onAnimationIterationCapture'
|
|
11529
11584
|
| 'onTransitionEnd'
|
|
11530
11585
|
| 'onTransitionEndCapture'
|
|
11531
|
-
| 'list'
|
|
11532
11586
|
| 'accept'
|
|
11533
11587
|
| 'acceptCharset'
|
|
11534
11588
|
| 'action'
|
|
@@ -11571,6 +11625,7 @@ export declare const Tab: ForwardRefExoticComponent<
|
|
|
11571
11625
|
| 'keyParams'
|
|
11572
11626
|
| 'keyType'
|
|
11573
11627
|
| 'kind'
|
|
11628
|
+
| 'list'
|
|
11574
11629
|
| 'loop'
|
|
11575
11630
|
| 'low'
|
|
11576
11631
|
| 'manifest'
|
|
@@ -11580,7 +11635,6 @@ export declare const Tab: ForwardRefExoticComponent<
|
|
|
11580
11635
|
| 'mediaGroup'
|
|
11581
11636
|
| 'method'
|
|
11582
11637
|
| 'minLength'
|
|
11583
|
-
| 'nonce'
|
|
11584
11638
|
| 'noValidate'
|
|
11585
11639
|
| 'optimum'
|
|
11586
11640
|
| 'playsInline'
|
|
@@ -11660,6 +11714,7 @@ export declare const TabList: ForwardRefExoticComponent<
|
|
|
11660
11714
|
| 'draggable'
|
|
11661
11715
|
| 'id'
|
|
11662
11716
|
| 'lang'
|
|
11717
|
+
| 'nonce'
|
|
11663
11718
|
| 'placeholder'
|
|
11664
11719
|
| 'spellCheck'
|
|
11665
11720
|
| 'tabIndex'
|
|
@@ -11804,6 +11859,8 @@ export declare const TabList: ForwardRefExoticComponent<
|
|
|
11804
11859
|
| 'onProgressCapture'
|
|
11805
11860
|
| 'onRateChange'
|
|
11806
11861
|
| 'onRateChangeCapture'
|
|
11862
|
+
| 'onResize'
|
|
11863
|
+
| 'onResizeCapture'
|
|
11807
11864
|
| 'onSeeked'
|
|
11808
11865
|
| 'onSeekedCapture'
|
|
11809
11866
|
| 'onSeeking'
|
|
@@ -11896,7 +11953,6 @@ export declare const TabList: ForwardRefExoticComponent<
|
|
|
11896
11953
|
| 'onAnimationIterationCapture'
|
|
11897
11954
|
| 'onTransitionEnd'
|
|
11898
11955
|
| 'onTransitionEndCapture'
|
|
11899
|
-
| 'list'
|
|
11900
11956
|
| 'accept'
|
|
11901
11957
|
| 'acceptCharset'
|
|
11902
11958
|
| 'action'
|
|
@@ -11939,6 +11995,7 @@ export declare const TabList: ForwardRefExoticComponent<
|
|
|
11939
11995
|
| 'keyParams'
|
|
11940
11996
|
| 'keyType'
|
|
11941
11997
|
| 'kind'
|
|
11998
|
+
| 'list'
|
|
11942
11999
|
| 'loop'
|
|
11943
12000
|
| 'low'
|
|
11944
12001
|
| 'manifest'
|
|
@@ -11948,7 +12005,6 @@ export declare const TabList: ForwardRefExoticComponent<
|
|
|
11948
12005
|
| 'mediaGroup'
|
|
11949
12006
|
| 'method'
|
|
11950
12007
|
| 'minLength'
|
|
11951
|
-
| 'nonce'
|
|
11952
12008
|
| 'noValidate'
|
|
11953
12009
|
| 'optimum'
|
|
11954
12010
|
| 'playsInline'
|
|
@@ -12035,6 +12091,7 @@ export declare const TabPanel: ForwardRefExoticComponent<
|
|
|
12035
12091
|
| 'dir'
|
|
12036
12092
|
| 'draggable'
|
|
12037
12093
|
| 'lang'
|
|
12094
|
+
| 'nonce'
|
|
12038
12095
|
| 'placeholder'
|
|
12039
12096
|
| 'spellCheck'
|
|
12040
12097
|
| 'tabIndex'
|
|
@@ -12177,6 +12234,8 @@ export declare const TabPanel: ForwardRefExoticComponent<
|
|
|
12177
12234
|
| 'onProgressCapture'
|
|
12178
12235
|
| 'onRateChange'
|
|
12179
12236
|
| 'onRateChangeCapture'
|
|
12237
|
+
| 'onResize'
|
|
12238
|
+
| 'onResizeCapture'
|
|
12180
12239
|
| 'onSeeked'
|
|
12181
12240
|
| 'onSeekedCapture'
|
|
12182
12241
|
| 'onSeeking'
|
|
@@ -12269,7 +12328,6 @@ export declare const TabPanel: ForwardRefExoticComponent<
|
|
|
12269
12328
|
| 'onAnimationIterationCapture'
|
|
12270
12329
|
| 'onTransitionEnd'
|
|
12271
12330
|
| 'onTransitionEndCapture'
|
|
12272
|
-
| 'list'
|
|
12273
12331
|
| 'accept'
|
|
12274
12332
|
| 'acceptCharset'
|
|
12275
12333
|
| 'action'
|
|
@@ -12312,6 +12370,7 @@ export declare const TabPanel: ForwardRefExoticComponent<
|
|
|
12312
12370
|
| 'keyParams'
|
|
12313
12371
|
| 'keyType'
|
|
12314
12372
|
| 'kind'
|
|
12373
|
+
| 'list'
|
|
12315
12374
|
| 'loop'
|
|
12316
12375
|
| 'low'
|
|
12317
12376
|
| 'manifest'
|
|
@@ -12321,7 +12380,6 @@ export declare const TabPanel: ForwardRefExoticComponent<
|
|
|
12321
12380
|
| 'mediaGroup'
|
|
12322
12381
|
| 'method'
|
|
12323
12382
|
| 'minLength'
|
|
12324
|
-
| 'nonce'
|
|
12325
12383
|
| 'noValidate'
|
|
12326
12384
|
| 'optimum'
|
|
12327
12385
|
| 'playsInline'
|
|
@@ -12430,6 +12488,7 @@ declare const Text_2: ForwardRefExoticComponent<
|
|
|
12430
12488
|
| 'draggable'
|
|
12431
12489
|
| 'id'
|
|
12432
12490
|
| 'lang'
|
|
12491
|
+
| 'nonce'
|
|
12433
12492
|
| 'placeholder'
|
|
12434
12493
|
| 'spellCheck'
|
|
12435
12494
|
| 'tabIndex'
|
|
@@ -12574,6 +12633,8 @@ declare const Text_2: ForwardRefExoticComponent<
|
|
|
12574
12633
|
| 'onProgressCapture'
|
|
12575
12634
|
| 'onRateChange'
|
|
12576
12635
|
| 'onRateChangeCapture'
|
|
12636
|
+
| 'onResize'
|
|
12637
|
+
| 'onResizeCapture'
|
|
12577
12638
|
| 'onSeeked'
|
|
12578
12639
|
| 'onSeekedCapture'
|
|
12579
12640
|
| 'onSeeking'
|
|
@@ -12666,7 +12727,6 @@ declare const Text_2: ForwardRefExoticComponent<
|
|
|
12666
12727
|
| 'onAnimationIterationCapture'
|
|
12667
12728
|
| 'onTransitionEnd'
|
|
12668
12729
|
| 'onTransitionEndCapture'
|
|
12669
|
-
| 'list'
|
|
12670
12730
|
| 'accept'
|
|
12671
12731
|
| 'acceptCharset'
|
|
12672
12732
|
| 'action'
|
|
@@ -12709,6 +12769,7 @@ declare const Text_2: ForwardRefExoticComponent<
|
|
|
12709
12769
|
| 'keyParams'
|
|
12710
12770
|
| 'keyType'
|
|
12711
12771
|
| 'kind'
|
|
12772
|
+
| 'list'
|
|
12712
12773
|
| 'loop'
|
|
12713
12774
|
| 'low'
|
|
12714
12775
|
| 'manifest'
|
|
@@ -12718,7 +12779,6 @@ declare const Text_2: ForwardRefExoticComponent<
|
|
|
12718
12779
|
| 'mediaGroup'
|
|
12719
12780
|
| 'method'
|
|
12720
12781
|
| 'minLength'
|
|
12721
|
-
| 'nonce'
|
|
12722
12782
|
| 'noValidate'
|
|
12723
12783
|
| 'optimum'
|
|
12724
12784
|
| 'playsInline'
|
|
@@ -12806,6 +12866,7 @@ export declare const TextArea: ForwardRefExoticComponent<
|
|
|
12806
12866
|
| 'draggable'
|
|
12807
12867
|
| 'id'
|
|
12808
12868
|
| 'lang'
|
|
12869
|
+
| 'nonce'
|
|
12809
12870
|
| 'placeholder'
|
|
12810
12871
|
| 'spellCheck'
|
|
12811
12872
|
| 'tabIndex'
|
|
@@ -12950,6 +13011,8 @@ export declare const TextArea: ForwardRefExoticComponent<
|
|
|
12950
13011
|
| 'onProgressCapture'
|
|
12951
13012
|
| 'onRateChange'
|
|
12952
13013
|
| 'onRateChangeCapture'
|
|
13014
|
+
| 'onResize'
|
|
13015
|
+
| 'onResizeCapture'
|
|
12953
13016
|
| 'onSeeked'
|
|
12954
13017
|
| 'onSeekedCapture'
|
|
12955
13018
|
| 'onSeeking'
|
|
@@ -13042,7 +13105,6 @@ export declare const TextArea: ForwardRefExoticComponent<
|
|
|
13042
13105
|
| 'onAnimationIterationCapture'
|
|
13043
13106
|
| 'onTransitionEnd'
|
|
13044
13107
|
| 'onTransitionEndCapture'
|
|
13045
|
-
| 'list'
|
|
13046
13108
|
| 'accept'
|
|
13047
13109
|
| 'acceptCharset'
|
|
13048
13110
|
| 'action'
|
|
@@ -13085,6 +13147,7 @@ export declare const TextArea: ForwardRefExoticComponent<
|
|
|
13085
13147
|
| 'keyParams'
|
|
13086
13148
|
| 'keyType'
|
|
13087
13149
|
| 'kind'
|
|
13150
|
+
| 'list'
|
|
13088
13151
|
| 'loop'
|
|
13089
13152
|
| 'low'
|
|
13090
13153
|
| 'manifest'
|
|
@@ -13094,7 +13157,6 @@ export declare const TextArea: ForwardRefExoticComponent<
|
|
|
13094
13157
|
| 'mediaGroup'
|
|
13095
13158
|
| 'method'
|
|
13096
13159
|
| 'minLength'
|
|
13097
|
-
| 'nonce'
|
|
13098
13160
|
| 'noValidate'
|
|
13099
13161
|
| 'optimum'
|
|
13100
13162
|
| 'playsInline'
|
|
@@ -13186,6 +13248,7 @@ export declare const TextInput: ForwardRefExoticComponent<
|
|
|
13186
13248
|
| 'draggable'
|
|
13187
13249
|
| 'id'
|
|
13188
13250
|
| 'lang'
|
|
13251
|
+
| 'nonce'
|
|
13189
13252
|
| 'placeholder'
|
|
13190
13253
|
| 'spellCheck'
|
|
13191
13254
|
| 'tabIndex'
|
|
@@ -13329,6 +13392,8 @@ export declare const TextInput: ForwardRefExoticComponent<
|
|
|
13329
13392
|
| 'onProgressCapture'
|
|
13330
13393
|
| 'onRateChange'
|
|
13331
13394
|
| 'onRateChangeCapture'
|
|
13395
|
+
| 'onResize'
|
|
13396
|
+
| 'onResizeCapture'
|
|
13332
13397
|
| 'onSeeked'
|
|
13333
13398
|
| 'onSeekedCapture'
|
|
13334
13399
|
| 'onSeeking'
|
|
@@ -13421,7 +13486,6 @@ export declare const TextInput: ForwardRefExoticComponent<
|
|
|
13421
13486
|
| 'onAnimationIterationCapture'
|
|
13422
13487
|
| 'onTransitionEnd'
|
|
13423
13488
|
| 'onTransitionEndCapture'
|
|
13424
|
-
| 'list'
|
|
13425
13489
|
| 'accept'
|
|
13426
13490
|
| 'acceptCharset'
|
|
13427
13491
|
| 'action'
|
|
@@ -13464,6 +13528,7 @@ export declare const TextInput: ForwardRefExoticComponent<
|
|
|
13464
13528
|
| 'keyParams'
|
|
13465
13529
|
| 'keyType'
|
|
13466
13530
|
| 'kind'
|
|
13531
|
+
| 'list'
|
|
13467
13532
|
| 'loop'
|
|
13468
13533
|
| 'low'
|
|
13469
13534
|
| 'manifest'
|
|
@@ -13473,7 +13538,6 @@ export declare const TextInput: ForwardRefExoticComponent<
|
|
|
13473
13538
|
| 'mediaGroup'
|
|
13474
13539
|
| 'method'
|
|
13475
13540
|
| 'minLength'
|
|
13476
|
-
| 'nonce'
|
|
13477
13541
|
| 'noValidate'
|
|
13478
13542
|
| 'optimum'
|
|
13479
13543
|
| 'playsInline'
|
|
@@ -13620,6 +13684,7 @@ export declare const TextSkeleton: ForwardRefExoticComponent<
|
|
|
13620
13684
|
| 'draggable'
|
|
13621
13685
|
| 'id'
|
|
13622
13686
|
| 'lang'
|
|
13687
|
+
| 'nonce'
|
|
13623
13688
|
| 'placeholder'
|
|
13624
13689
|
| 'spellCheck'
|
|
13625
13690
|
| 'tabIndex'
|
|
@@ -13764,6 +13829,8 @@ export declare const TextSkeleton: ForwardRefExoticComponent<
|
|
|
13764
13829
|
| 'onProgressCapture'
|
|
13765
13830
|
| 'onRateChange'
|
|
13766
13831
|
| 'onRateChangeCapture'
|
|
13832
|
+
| 'onResize'
|
|
13833
|
+
| 'onResizeCapture'
|
|
13767
13834
|
| 'onSeeked'
|
|
13768
13835
|
| 'onSeekedCapture'
|
|
13769
13836
|
| 'onSeeking'
|
|
@@ -13856,7 +13923,6 @@ export declare const TextSkeleton: ForwardRefExoticComponent<
|
|
|
13856
13923
|
| 'onAnimationIterationCapture'
|
|
13857
13924
|
| 'onTransitionEnd'
|
|
13858
13925
|
| 'onTransitionEndCapture'
|
|
13859
|
-
| 'list'
|
|
13860
13926
|
| 'accept'
|
|
13861
13927
|
| 'acceptCharset'
|
|
13862
13928
|
| 'action'
|
|
@@ -13899,6 +13965,7 @@ export declare const TextSkeleton: ForwardRefExoticComponent<
|
|
|
13899
13965
|
| 'keyParams'
|
|
13900
13966
|
| 'keyType'
|
|
13901
13967
|
| 'kind'
|
|
13968
|
+
| 'list'
|
|
13902
13969
|
| 'loop'
|
|
13903
13970
|
| 'low'
|
|
13904
13971
|
| 'manifest'
|
|
@@ -13908,7 +13975,6 @@ export declare const TextSkeleton: ForwardRefExoticComponent<
|
|
|
13908
13975
|
| 'mediaGroup'
|
|
13909
13976
|
| 'method'
|
|
13910
13977
|
| 'minLength'
|
|
13911
|
-
| 'nonce'
|
|
13912
13978
|
| 'noValidate'
|
|
13913
13979
|
| 'optimum'
|
|
13914
13980
|
| 'playsInline'
|
|
@@ -14616,6 +14682,7 @@ export declare const Tooltip: ForwardRefExoticComponent<
|
|
|
14616
14682
|
| 'draggable'
|
|
14617
14683
|
| 'id'
|
|
14618
14684
|
| 'lang'
|
|
14685
|
+
| 'nonce'
|
|
14619
14686
|
| 'placeholder'
|
|
14620
14687
|
| 'spellCheck'
|
|
14621
14688
|
| 'tabIndex'
|
|
@@ -14760,6 +14827,8 @@ export declare const Tooltip: ForwardRefExoticComponent<
|
|
|
14760
14827
|
| 'onProgressCapture'
|
|
14761
14828
|
| 'onRateChange'
|
|
14762
14829
|
| 'onRateChangeCapture'
|
|
14830
|
+
| 'onResize'
|
|
14831
|
+
| 'onResizeCapture'
|
|
14763
14832
|
| 'onSeeked'
|
|
14764
14833
|
| 'onSeekedCapture'
|
|
14765
14834
|
| 'onSeeking'
|
|
@@ -14852,7 +14921,6 @@ export declare const Tooltip: ForwardRefExoticComponent<
|
|
|
14852
14921
|
| 'onAnimationIterationCapture'
|
|
14853
14922
|
| 'onTransitionEnd'
|
|
14854
14923
|
| 'onTransitionEndCapture'
|
|
14855
|
-
| 'list'
|
|
14856
14924
|
| 'accept'
|
|
14857
14925
|
| 'acceptCharset'
|
|
14858
14926
|
| 'action'
|
|
@@ -14895,6 +14963,7 @@ export declare const Tooltip: ForwardRefExoticComponent<
|
|
|
14895
14963
|
| 'keyParams'
|
|
14896
14964
|
| 'keyType'
|
|
14897
14965
|
| 'kind'
|
|
14966
|
+
| 'list'
|
|
14898
14967
|
| 'loop'
|
|
14899
14968
|
| 'low'
|
|
14900
14969
|
| 'manifest'
|
|
@@ -14904,7 +14973,6 @@ export declare const Tooltip: ForwardRefExoticComponent<
|
|
|
14904
14973
|
| 'mediaGroup'
|
|
14905
14974
|
| 'method'
|
|
14906
14975
|
| 'minLength'
|
|
14907
|
-
| 'nonce'
|
|
14908
14976
|
| 'noValidate'
|
|
14909
14977
|
| 'optimum'
|
|
14910
14978
|
| 'playsInline'
|