datocms-react-ui 0.2.0-y.0 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/README.md +4 -4
  2. package/dist/cjs/Button/index.js +9 -1
  3. package/dist/cjs/Button/index.js.map +1 -1
  4. package/dist/cjs/Canvas/index.js.map +1 -1
  5. package/dist/cjs/ContextInspector/index.js +256 -0
  6. package/dist/cjs/ContextInspector/index.js.map +1 -0
  7. package/dist/cjs/ContextInspector/styles.module.css.json +1 -0
  8. package/dist/cjs/Form/index.js.map +1 -1
  9. package/dist/cjs/SwitchField/index.js +3 -3
  10. package/dist/cjs/SwitchField/index.js.map +1 -1
  11. package/dist/cjs/SwitchInput/index.js.map +1 -1
  12. package/dist/cjs/TextField/index.js +4 -4
  13. package/dist/cjs/TextField/index.js.map +1 -1
  14. package/dist/cjs/TextInput/index.js +1 -2
  15. package/dist/cjs/TextInput/index.js.map +1 -1
  16. package/dist/cjs/TextInput/styles.module.css.json +1 -1
  17. package/dist/cjs/index.js +1 -0
  18. package/dist/cjs/index.js.map +1 -1
  19. package/dist/esm/Button/index.d.ts +12 -0
  20. package/dist/esm/Button/index.js +7 -0
  21. package/dist/esm/Button/index.js.map +1 -1
  22. package/dist/esm/Canvas/index.d.ts +2 -2
  23. package/dist/esm/Canvas/index.js.map +1 -1
  24. package/dist/esm/ContextInspector/index.d.ts +6 -0
  25. package/dist/esm/ContextInspector/index.js +230 -0
  26. package/dist/esm/ContextInspector/index.js.map +1 -0
  27. package/dist/esm/ContextInspector/styles.module.css.json +1 -0
  28. package/dist/esm/Form/index.js.map +1 -1
  29. package/dist/esm/SwitchField/index.js +3 -3
  30. package/dist/esm/SwitchField/index.js.map +1 -1
  31. package/dist/esm/SwitchInput/index.js.map +1 -1
  32. package/dist/esm/TextField/index.js +4 -4
  33. package/dist/esm/TextField/index.js.map +1 -1
  34. package/dist/esm/TextInput/index.d.ts +1 -2
  35. package/dist/esm/TextInput/index.js +1 -2
  36. package/dist/esm/TextInput/index.js.map +1 -1
  37. package/dist/esm/TextInput/styles.module.css.json +1 -1
  38. package/dist/esm/index.d.ts +1 -0
  39. package/dist/esm/index.js +1 -0
  40. package/dist/esm/index.js.map +1 -1
  41. package/dist/types/Button/index.d.ts +12 -0
  42. package/dist/types/Canvas/index.d.ts +2 -2
  43. package/dist/types/ContextInspector/index.d.ts +6 -0
  44. package/dist/types/TextInput/index.d.ts +1 -2
  45. package/dist/types/index.d.ts +1 -0
  46. package/package.json +3 -3
  47. package/styles.css +1 -1
  48. package/types.json +1042 -620
  49. package/dist/cjs/TextField/styles.module.css.json +0 -1
  50. package/dist/esm/TextField/styles.module.css.json +0 -1
package/types.json CHANGED
@@ -7,14 +7,14 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 29,
10
+ "id": 43,
11
11
  "name": "FieldGroupProps",
12
12
  "kind": 256,
13
13
  "kindString": "Interface",
14
14
  "flags": {},
15
15
  "children": [
16
16
  {
17
- "id": 31,
17
+ "id": 45,
18
18
  "name": "children",
19
19
  "kind": 1024,
20
20
  "kindString": "Property",
@@ -32,7 +32,7 @@
32
32
  }
33
33
  },
34
34
  {
35
- "id": 30,
35
+ "id": 44,
36
36
  "name": "className",
37
37
  "kind": 1024,
38
38
  "kindString": "Property",
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  {
55
- "id": 32,
55
+ "id": 46,
56
56
  "name": "style",
57
57
  "kind": 1024,
58
58
  "kindString": "Property",
@@ -77,9 +77,9 @@
77
77
  "title": "Properties",
78
78
  "kind": 1024,
79
79
  "children": [
80
- 31,
81
- 30,
82
- 32
80
+ 45,
81
+ 44,
82
+ 46
83
83
  ]
84
84
  }
85
85
  ],
@@ -92,14 +92,14 @@
92
92
  ]
93
93
  },
94
94
  {
95
- "id": 45,
95
+ "id": 59,
96
96
  "name": "FormLabelProps",
97
97
  "kind": 256,
98
98
  "kindString": "Interface",
99
99
  "flags": {},
100
100
  "children": [
101
101
  {
102
- "id": 47,
102
+ "id": 61,
103
103
  "name": "children",
104
104
  "kind": 1024,
105
105
  "kindString": "Property",
@@ -117,7 +117,7 @@
117
117
  }
118
118
  },
119
119
  {
120
- "id": 48,
120
+ "id": 62,
121
121
  "name": "className",
122
122
  "kind": 1024,
123
123
  "kindString": "Property",
@@ -137,7 +137,7 @@
137
137
  }
138
138
  },
139
139
  {
140
- "id": 51,
140
+ "id": 65,
141
141
  "name": "code",
142
142
  "kind": 1024,
143
143
  "kindString": "Property",
@@ -157,7 +157,7 @@
157
157
  }
158
158
  },
159
159
  {
160
- "id": 50,
160
+ "id": 64,
161
161
  "name": "error",
162
162
  "kind": 1024,
163
163
  "kindString": "Property",
@@ -177,7 +177,7 @@
177
177
  }
178
178
  },
179
179
  {
180
- "id": 46,
180
+ "id": 60,
181
181
  "name": "htmlFor",
182
182
  "kind": 1024,
183
183
  "kindString": "Property",
@@ -195,7 +195,7 @@
195
195
  }
196
196
  },
197
197
  {
198
- "id": 49,
198
+ "id": 63,
199
199
  "name": "required",
200
200
  "kind": 1024,
201
201
  "kindString": "Property",
@@ -220,12 +220,12 @@
220
220
  "title": "Properties",
221
221
  "kind": 1024,
222
222
  "children": [
223
- 47,
224
- 48,
225
- 51,
226
- 50,
227
- 46,
228
- 49
223
+ 61,
224
+ 62,
225
+ 65,
226
+ 64,
227
+ 60,
228
+ 63
229
229
  ]
230
230
  }
231
231
  ],
@@ -238,14 +238,14 @@
238
238
  ]
239
239
  },
240
240
  {
241
- "id": 36,
241
+ "id": 50,
242
242
  "name": "FormProps",
243
243
  "kind": 256,
244
244
  "kindString": "Interface",
245
245
  "flags": {},
246
246
  "children": [
247
247
  {
248
- "id": 41,
248
+ "id": 55,
249
249
  "name": "children",
250
250
  "kind": 1024,
251
251
  "kindString": "Property",
@@ -263,7 +263,7 @@
263
263
  }
264
264
  },
265
265
  {
266
- "id": 40,
266
+ "id": 54,
267
267
  "name": "className",
268
268
  "kind": 1024,
269
269
  "kindString": "Property",
@@ -283,7 +283,7 @@
283
283
  }
284
284
  },
285
285
  {
286
- "id": 37,
286
+ "id": 51,
287
287
  "name": "onSubmit",
288
288
  "kind": 1024,
289
289
  "kindString": "Property",
@@ -309,7 +309,7 @@
309
309
  }
310
310
  },
311
311
  {
312
- "id": 38,
312
+ "id": 52,
313
313
  "name": "spacing",
314
314
  "kind": 1024,
315
315
  "kindString": "Property",
@@ -338,7 +338,7 @@
338
338
  }
339
339
  },
340
340
  {
341
- "id": 39,
341
+ "id": 53,
342
342
  "name": "style",
343
343
  "kind": 1024,
344
344
  "kindString": "Property",
@@ -363,11 +363,11 @@
363
363
  "title": "Properties",
364
364
  "kind": 1024,
365
365
  "children": [
366
- 41,
367
- 40,
368
- 37,
369
- 38,
370
- 39
366
+ 55,
367
+ 54,
368
+ 51,
369
+ 52,
370
+ 53
371
371
  ]
372
372
  }
373
373
  ],
@@ -380,14 +380,14 @@
380
380
  ]
381
381
  },
382
382
  {
383
- "id": 66,
383
+ "id": 80,
384
384
  "name": "SwitchInputProps",
385
385
  "kind": 256,
386
386
  "kindString": "Interface",
387
387
  "flags": {},
388
388
  "children": [
389
389
  {
390
- "id": 96,
390
+ "id": 110,
391
391
  "name": "about",
392
392
  "kind": 1024,
393
393
  "kindString": "Property",
@@ -412,7 +412,7 @@
412
412
  }
413
413
  },
414
414
  {
415
- "id": 80,
415
+ "id": 94,
416
416
  "name": "accessKey",
417
417
  "kind": 1024,
418
418
  "kindString": "Property",
@@ -437,7 +437,7 @@
437
437
  }
438
438
  },
439
439
  {
440
- "id": 118,
440
+ "id": 132,
441
441
  "name": "aria-activedescendant",
442
442
  "kind": 1024,
443
443
  "kindString": "Property",
@@ -465,7 +465,7 @@
465
465
  }
466
466
  },
467
467
  {
468
- "id": 119,
468
+ "id": 133,
469
469
  "name": "aria-atomic",
470
470
  "kind": 1024,
471
471
  "kindString": "Property",
@@ -493,7 +493,7 @@
493
493
  }
494
494
  },
495
495
  {
496
- "id": 120,
496
+ "id": 134,
497
497
  "name": "aria-autocomplete",
498
498
  "kind": 1024,
499
499
  "kindString": "Property",
@@ -538,7 +538,7 @@
538
538
  }
539
539
  },
540
540
  {
541
- "id": 121,
541
+ "id": 135,
542
542
  "name": "aria-busy",
543
543
  "kind": 1024,
544
544
  "kindString": "Property",
@@ -566,7 +566,7 @@
566
566
  }
567
567
  },
568
568
  {
569
- "id": 122,
569
+ "id": 136,
570
570
  "name": "aria-checked",
571
571
  "kind": 1024,
572
572
  "kindString": "Property",
@@ -617,7 +617,7 @@
617
617
  }
618
618
  },
619
619
  {
620
- "id": 123,
620
+ "id": 137,
621
621
  "name": "aria-colcount",
622
622
  "kind": 1024,
623
623
  "kindString": "Property",
@@ -651,7 +651,7 @@
651
651
  }
652
652
  },
653
653
  {
654
- "id": 124,
654
+ "id": 138,
655
655
  "name": "aria-colindex",
656
656
  "kind": 1024,
657
657
  "kindString": "Property",
@@ -685,7 +685,7 @@
685
685
  }
686
686
  },
687
687
  {
688
- "id": 125,
688
+ "id": 139,
689
689
  "name": "aria-colspan",
690
690
  "kind": 1024,
691
691
  "kindString": "Property",
@@ -719,7 +719,7 @@
719
719
  }
720
720
  },
721
721
  {
722
- "id": 126,
722
+ "id": 140,
723
723
  "name": "aria-controls",
724
724
  "kind": 1024,
725
725
  "kindString": "Property",
@@ -753,7 +753,7 @@
753
753
  }
754
754
  },
755
755
  {
756
- "id": 127,
756
+ "id": 141,
757
757
  "name": "aria-current",
758
758
  "kind": 1024,
759
759
  "kindString": "Property",
@@ -814,7 +814,7 @@
814
814
  }
815
815
  },
816
816
  {
817
- "id": 128,
817
+ "id": 142,
818
818
  "name": "aria-describedby",
819
819
  "kind": 1024,
820
820
  "kindString": "Property",
@@ -848,7 +848,7 @@
848
848
  }
849
849
  },
850
850
  {
851
- "id": 129,
851
+ "id": 143,
852
852
  "name": "aria-details",
853
853
  "kind": 1024,
854
854
  "kindString": "Property",
@@ -882,7 +882,7 @@
882
882
  }
883
883
  },
884
884
  {
885
- "id": 130,
885
+ "id": 144,
886
886
  "name": "aria-disabled",
887
887
  "kind": 1024,
888
888
  "kindString": "Property",
@@ -916,7 +916,7 @@
916
916
  }
917
917
  },
918
918
  {
919
- "id": 131,
919
+ "id": 145,
920
920
  "name": "aria-dropeffect",
921
921
  "kind": 1024,
922
922
  "kindString": "Property",
@@ -975,7 +975,7 @@
975
975
  }
976
976
  },
977
977
  {
978
- "id": 132,
978
+ "id": 146,
979
979
  "name": "aria-errormessage",
980
980
  "kind": 1024,
981
981
  "kindString": "Property",
@@ -1009,7 +1009,7 @@
1009
1009
  }
1010
1010
  },
1011
1011
  {
1012
- "id": 133,
1012
+ "id": 147,
1013
1013
  "name": "aria-expanded",
1014
1014
  "kind": 1024,
1015
1015
  "kindString": "Property",
@@ -1037,7 +1037,7 @@
1037
1037
  }
1038
1038
  },
1039
1039
  {
1040
- "id": 134,
1040
+ "id": 148,
1041
1041
  "name": "aria-flowto",
1042
1042
  "kind": 1024,
1043
1043
  "kindString": "Property",
@@ -1065,7 +1065,7 @@
1065
1065
  }
1066
1066
  },
1067
1067
  {
1068
- "id": 135,
1068
+ "id": 149,
1069
1069
  "name": "aria-grabbed",
1070
1070
  "kind": 1024,
1071
1071
  "kindString": "Property",
@@ -1099,7 +1099,7 @@
1099
1099
  }
1100
1100
  },
1101
1101
  {
1102
- "id": 136,
1102
+ "id": 150,
1103
1103
  "name": "aria-haspopup",
1104
1104
  "kind": 1024,
1105
1105
  "kindString": "Property",
@@ -1160,7 +1160,7 @@
1160
1160
  }
1161
1161
  },
1162
1162
  {
1163
- "id": 137,
1163
+ "id": 151,
1164
1164
  "name": "aria-hidden",
1165
1165
  "kind": 1024,
1166
1166
  "kindString": "Property",
@@ -1194,7 +1194,7 @@
1194
1194
  }
1195
1195
  },
1196
1196
  {
1197
- "id": 138,
1197
+ "id": 152,
1198
1198
  "name": "aria-invalid",
1199
1199
  "kind": 1024,
1200
1200
  "kindString": "Property",
@@ -1249,7 +1249,7 @@
1249
1249
  }
1250
1250
  },
1251
1251
  {
1252
- "id": 139,
1252
+ "id": 153,
1253
1253
  "name": "aria-keyshortcuts",
1254
1254
  "kind": 1024,
1255
1255
  "kindString": "Property",
@@ -1277,7 +1277,7 @@
1277
1277
  }
1278
1278
  },
1279
1279
  {
1280
- "id": 140,
1280
+ "id": 154,
1281
1281
  "name": "aria-label",
1282
1282
  "kind": 1024,
1283
1283
  "kindString": "Property",
@@ -1311,7 +1311,7 @@
1311
1311
  }
1312
1312
  },
1313
1313
  {
1314
- "id": 141,
1314
+ "id": 155,
1315
1315
  "name": "aria-labelledby",
1316
1316
  "kind": 1024,
1317
1317
  "kindString": "Property",
@@ -1345,7 +1345,7 @@
1345
1345
  }
1346
1346
  },
1347
1347
  {
1348
- "id": 142,
1348
+ "id": 156,
1349
1349
  "name": "aria-level",
1350
1350
  "kind": 1024,
1351
1351
  "kindString": "Property",
@@ -1373,7 +1373,7 @@
1373
1373
  }
1374
1374
  },
1375
1375
  {
1376
- "id": 143,
1376
+ "id": 157,
1377
1377
  "name": "aria-live",
1378
1378
  "kind": 1024,
1379
1379
  "kindString": "Property",
@@ -1414,7 +1414,7 @@
1414
1414
  }
1415
1415
  },
1416
1416
  {
1417
- "id": 144,
1417
+ "id": 158,
1418
1418
  "name": "aria-modal",
1419
1419
  "kind": 1024,
1420
1420
  "kindString": "Property",
@@ -1442,7 +1442,7 @@
1442
1442
  }
1443
1443
  },
1444
1444
  {
1445
- "id": 145,
1445
+ "id": 159,
1446
1446
  "name": "aria-multiline",
1447
1447
  "kind": 1024,
1448
1448
  "kindString": "Property",
@@ -1470,7 +1470,7 @@
1470
1470
  }
1471
1471
  },
1472
1472
  {
1473
- "id": 146,
1473
+ "id": 160,
1474
1474
  "name": "aria-multiselectable",
1475
1475
  "kind": 1024,
1476
1476
  "kindString": "Property",
@@ -1498,7 +1498,7 @@
1498
1498
  }
1499
1499
  },
1500
1500
  {
1501
- "id": 147,
1501
+ "id": 161,
1502
1502
  "name": "aria-orientation",
1503
1503
  "kind": 1024,
1504
1504
  "kindString": "Property",
@@ -1535,7 +1535,7 @@
1535
1535
  }
1536
1536
  },
1537
1537
  {
1538
- "id": 148,
1538
+ "id": 162,
1539
1539
  "name": "aria-owns",
1540
1540
  "kind": 1024,
1541
1541
  "kindString": "Property",
@@ -1569,7 +1569,7 @@
1569
1569
  }
1570
1570
  },
1571
1571
  {
1572
- "id": 149,
1572
+ "id": 163,
1573
1573
  "name": "aria-placeholder",
1574
1574
  "kind": 1024,
1575
1575
  "kindString": "Property",
@@ -1597,7 +1597,7 @@
1597
1597
  }
1598
1598
  },
1599
1599
  {
1600
- "id": 150,
1600
+ "id": 164,
1601
1601
  "name": "aria-posinset",
1602
1602
  "kind": 1024,
1603
1603
  "kindString": "Property",
@@ -1631,7 +1631,7 @@
1631
1631
  }
1632
1632
  },
1633
1633
  {
1634
- "id": 151,
1634
+ "id": 165,
1635
1635
  "name": "aria-pressed",
1636
1636
  "kind": 1024,
1637
1637
  "kindString": "Property",
@@ -1682,7 +1682,7 @@
1682
1682
  }
1683
1683
  },
1684
1684
  {
1685
- "id": 152,
1685
+ "id": 166,
1686
1686
  "name": "aria-readonly",
1687
1687
  "kind": 1024,
1688
1688
  "kindString": "Property",
@@ -1716,7 +1716,7 @@
1716
1716
  }
1717
1717
  },
1718
1718
  {
1719
- "id": 153,
1719
+ "id": 167,
1720
1720
  "name": "aria-relevant",
1721
1721
  "kind": 1024,
1722
1722
  "kindString": "Property",
@@ -1791,7 +1791,7 @@
1791
1791
  }
1792
1792
  },
1793
1793
  {
1794
- "id": 154,
1794
+ "id": 168,
1795
1795
  "name": "aria-required",
1796
1796
  "kind": 1024,
1797
1797
  "kindString": "Property",
@@ -1819,7 +1819,7 @@
1819
1819
  }
1820
1820
  },
1821
1821
  {
1822
- "id": 155,
1822
+ "id": 169,
1823
1823
  "name": "aria-roledescription",
1824
1824
  "kind": 1024,
1825
1825
  "kindString": "Property",
@@ -1847,7 +1847,7 @@
1847
1847
  }
1848
1848
  },
1849
1849
  {
1850
- "id": 156,
1850
+ "id": 170,
1851
1851
  "name": "aria-rowcount",
1852
1852
  "kind": 1024,
1853
1853
  "kindString": "Property",
@@ -1881,7 +1881,7 @@
1881
1881
  }
1882
1882
  },
1883
1883
  {
1884
- "id": 157,
1884
+ "id": 171,
1885
1885
  "name": "aria-rowindex",
1886
1886
  "kind": 1024,
1887
1887
  "kindString": "Property",
@@ -1915,7 +1915,7 @@
1915
1915
  }
1916
1916
  },
1917
1917
  {
1918
- "id": 158,
1918
+ "id": 172,
1919
1919
  "name": "aria-rowspan",
1920
1920
  "kind": 1024,
1921
1921
  "kindString": "Property",
@@ -1949,7 +1949,7 @@
1949
1949
  }
1950
1950
  },
1951
1951
  {
1952
- "id": 159,
1952
+ "id": 173,
1953
1953
  "name": "aria-selected",
1954
1954
  "kind": 1024,
1955
1955
  "kindString": "Property",
@@ -1983,7 +1983,7 @@
1983
1983
  }
1984
1984
  },
1985
1985
  {
1986
- "id": 160,
1986
+ "id": 174,
1987
1987
  "name": "aria-setsize",
1988
1988
  "kind": 1024,
1989
1989
  "kindString": "Property",
@@ -2017,7 +2017,7 @@
2017
2017
  }
2018
2018
  },
2019
2019
  {
2020
- "id": 161,
2020
+ "id": 175,
2021
2021
  "name": "aria-sort",
2022
2022
  "kind": 1024,
2023
2023
  "kindString": "Property",
@@ -2062,7 +2062,7 @@
2062
2062
  }
2063
2063
  },
2064
2064
  {
2065
- "id": 162,
2065
+ "id": 176,
2066
2066
  "name": "aria-valuemax",
2067
2067
  "kind": 1024,
2068
2068
  "kindString": "Property",
@@ -2090,7 +2090,7 @@
2090
2090
  }
2091
2091
  },
2092
2092
  {
2093
- "id": 163,
2093
+ "id": 177,
2094
2094
  "name": "aria-valuemin",
2095
2095
  "kind": 1024,
2096
2096
  "kindString": "Property",
@@ -2118,7 +2118,7 @@
2118
2118
  }
2119
2119
  },
2120
2120
  {
2121
- "id": 164,
2121
+ "id": 178,
2122
2122
  "name": "aria-valuenow",
2123
2123
  "kind": 1024,
2124
2124
  "kindString": "Property",
@@ -2152,7 +2152,7 @@
2152
2152
  }
2153
2153
  },
2154
2154
  {
2155
- "id": 165,
2155
+ "id": 179,
2156
2156
  "name": "aria-valuetext",
2157
2157
  "kind": 1024,
2158
2158
  "kindString": "Property",
@@ -2180,7 +2180,7 @@
2180
2180
  }
2181
2181
  },
2182
2182
  {
2183
- "id": 104,
2183
+ "id": 118,
2184
2184
  "name": "autoCapitalize",
2185
2185
  "kind": 1024,
2186
2186
  "kindString": "Property",
@@ -2205,7 +2205,7 @@
2205
2205
  }
2206
2206
  },
2207
2207
  {
2208
- "id": 105,
2208
+ "id": 119,
2209
2209
  "name": "autoCorrect",
2210
2210
  "kind": 1024,
2211
2211
  "kindString": "Property",
@@ -2230,7 +2230,7 @@
2230
2230
  }
2231
2231
  },
2232
2232
  {
2233
- "id": 106,
2233
+ "id": 120,
2234
2234
  "name": "autoSave",
2235
2235
  "kind": 1024,
2236
2236
  "kindString": "Property",
@@ -2255,7 +2255,7 @@
2255
2255
  }
2256
2256
  },
2257
2257
  {
2258
- "id": 72,
2258
+ "id": 86,
2259
2259
  "name": "children",
2260
2260
  "kind": 1024,
2261
2261
  "kindString": "Property",
@@ -2280,7 +2280,7 @@
2280
2280
  }
2281
2281
  },
2282
2282
  {
2283
- "id": 73,
2283
+ "id": 87,
2284
2284
  "name": "className",
2285
2285
  "kind": 1024,
2286
2286
  "kindString": "Property",
@@ -2305,7 +2305,7 @@
2305
2305
  }
2306
2306
  },
2307
2307
  {
2308
- "id": 107,
2308
+ "id": 121,
2309
2309
  "name": "color",
2310
2310
  "kind": 1024,
2311
2311
  "kindString": "Property",
@@ -2330,7 +2330,7 @@
2330
2330
  }
2331
2331
  },
2332
2332
  {
2333
- "id": 81,
2333
+ "id": 95,
2334
2334
  "name": "contentEditable",
2335
2335
  "kind": 1024,
2336
2336
  "kindString": "Property",
@@ -2364,7 +2364,7 @@
2364
2364
  }
2365
2365
  },
2366
2366
  {
2367
- "id": 82,
2367
+ "id": 96,
2368
2368
  "name": "contextMenu",
2369
2369
  "kind": 1024,
2370
2370
  "kindString": "Property",
@@ -2389,7 +2389,7 @@
2389
2389
  }
2390
2390
  },
2391
2391
  {
2392
- "id": 166,
2392
+ "id": 180,
2393
2393
  "name": "dangerouslySetInnerHTML",
2394
2394
  "kind": 1024,
2395
2395
  "kindString": "Property",
@@ -2407,14 +2407,14 @@
2407
2407
  "type": {
2408
2408
  "type": "reflection",
2409
2409
  "declaration": {
2410
- "id": 167,
2410
+ "id": 181,
2411
2411
  "name": "__type",
2412
2412
  "kind": 65536,
2413
2413
  "kindString": "Type literal",
2414
2414
  "flags": {},
2415
2415
  "children": [
2416
2416
  {
2417
- "id": 168,
2417
+ "id": 182,
2418
2418
  "name": "__html",
2419
2419
  "kind": 1024,
2420
2420
  "kindString": "Property",
@@ -2439,7 +2439,7 @@
2439
2439
  "title": "Properties",
2440
2440
  "kind": 1024,
2441
2441
  "children": [
2442
- 168
2442
+ 182
2443
2443
  ]
2444
2444
  }
2445
2445
  ]
@@ -2451,7 +2451,7 @@
2451
2451
  }
2452
2452
  },
2453
2453
  {
2454
- "id": 97,
2454
+ "id": 111,
2455
2455
  "name": "datatype",
2456
2456
  "kind": 1024,
2457
2457
  "kindString": "Property",
@@ -2476,7 +2476,7 @@
2476
2476
  }
2477
2477
  },
2478
2478
  {
2479
- "id": 76,
2479
+ "id": 90,
2480
2480
  "name": "defaultChecked",
2481
2481
  "kind": 1024,
2482
2482
  "kindString": "Property",
@@ -2501,7 +2501,7 @@
2501
2501
  }
2502
2502
  },
2503
2503
  {
2504
- "id": 77,
2504
+ "id": 91,
2505
2505
  "name": "defaultValue",
2506
2506
  "kind": 1024,
2507
2507
  "kindString": "Property",
@@ -2546,7 +2546,7 @@
2546
2546
  }
2547
2547
  },
2548
2548
  {
2549
- "id": 83,
2549
+ "id": 97,
2550
2550
  "name": "dir",
2551
2551
  "kind": 1024,
2552
2552
  "kindString": "Property",
@@ -2571,7 +2571,7 @@
2571
2571
  }
2572
2572
  },
2573
2573
  {
2574
- "id": 68,
2574
+ "id": 82,
2575
2575
  "name": "disabled",
2576
2576
  "kind": 1024,
2577
2577
  "kindString": "Property",
@@ -2581,7 +2581,7 @@
2581
2581
  "sources": [
2582
2582
  {
2583
2583
  "fileName": "src/SwitchInput/index.tsx",
2584
- "line": 15,
2584
+ "line": 13,
2585
2585
  "character": 2
2586
2586
  }
2587
2587
  ],
@@ -2591,7 +2591,7 @@
2591
2591
  }
2592
2592
  },
2593
2593
  {
2594
- "id": 84,
2594
+ "id": 98,
2595
2595
  "name": "draggable",
2596
2596
  "kind": 1024,
2597
2597
  "kindString": "Property",
@@ -2616,7 +2616,7 @@
2616
2616
  }
2617
2617
  },
2618
2618
  {
2619
- "id": 85,
2619
+ "id": 99,
2620
2620
  "name": "hidden",
2621
2621
  "kind": 1024,
2622
2622
  "kindString": "Property",
@@ -2641,7 +2641,7 @@
2641
2641
  }
2642
2642
  },
2643
2643
  {
2644
- "id": 86,
2644
+ "id": 100,
2645
2645
  "name": "id",
2646
2646
  "kind": 1024,
2647
2647
  "kindString": "Property",
@@ -2666,7 +2666,7 @@
2666
2666
  }
2667
2667
  },
2668
2668
  {
2669
- "id": 98,
2669
+ "id": 112,
2670
2670
  "name": "inlist",
2671
2671
  "kind": 1024,
2672
2672
  "kindString": "Property",
@@ -2691,7 +2691,7 @@
2691
2691
  }
2692
2692
  },
2693
2693
  {
2694
- "id": 116,
2694
+ "id": 130,
2695
2695
  "name": "inputMode",
2696
2696
  "kind": 1024,
2697
2697
  "kindString": "Property",
@@ -2758,7 +2758,7 @@
2758
2758
  }
2759
2759
  },
2760
2760
  {
2761
- "id": 117,
2761
+ "id": 131,
2762
2762
  "name": "is",
2763
2763
  "kind": 1024,
2764
2764
  "kindString": "Property",
@@ -2792,7 +2792,7 @@
2792
2792
  }
2793
2793
  },
2794
2794
  {
2795
- "id": 111,
2795
+ "id": 125,
2796
2796
  "name": "itemID",
2797
2797
  "kind": 1024,
2798
2798
  "kindString": "Property",
@@ -2817,7 +2817,7 @@
2817
2817
  }
2818
2818
  },
2819
2819
  {
2820
- "id": 108,
2820
+ "id": 122,
2821
2821
  "name": "itemProp",
2822
2822
  "kind": 1024,
2823
2823
  "kindString": "Property",
@@ -2842,7 +2842,7 @@
2842
2842
  }
2843
2843
  },
2844
2844
  {
2845
- "id": 112,
2845
+ "id": 126,
2846
2846
  "name": "itemRef",
2847
2847
  "kind": 1024,
2848
2848
  "kindString": "Property",
@@ -2867,7 +2867,7 @@
2867
2867
  }
2868
2868
  },
2869
2869
  {
2870
- "id": 109,
2870
+ "id": 123,
2871
2871
  "name": "itemScope",
2872
2872
  "kind": 1024,
2873
2873
  "kindString": "Property",
@@ -2892,7 +2892,7 @@
2892
2892
  }
2893
2893
  },
2894
2894
  {
2895
- "id": 110,
2895
+ "id": 124,
2896
2896
  "name": "itemType",
2897
2897
  "kind": 1024,
2898
2898
  "kindString": "Property",
@@ -2917,7 +2917,7 @@
2917
2917
  }
2918
2918
  },
2919
2919
  {
2920
- "id": 87,
2920
+ "id": 101,
2921
2921
  "name": "lang",
2922
2922
  "kind": 1024,
2923
2923
  "kindString": "Property",
@@ -2942,7 +2942,7 @@
2942
2942
  }
2943
2943
  },
2944
2944
  {
2945
- "id": 67,
2945
+ "id": 81,
2946
2946
  "name": "name",
2947
2947
  "kind": 1024,
2948
2948
  "kindString": "Property",
@@ -2950,7 +2950,7 @@
2950
2950
  "sources": [
2951
2951
  {
2952
2952
  "fileName": "src/SwitchInput/index.tsx",
2953
- "line": 14,
2953
+ "line": 12,
2954
2954
  "character": 2
2955
2955
  }
2956
2956
  ],
@@ -2960,7 +2960,7 @@
2960
2960
  }
2961
2961
  },
2962
2962
  {
2963
- "id": 204,
2963
+ "id": 218,
2964
2964
  "name": "onAbort",
2965
2965
  "kind": 1024,
2966
2966
  "kindString": "Property",
@@ -2991,7 +2991,7 @@
2991
2991
  }
2992
2992
  },
2993
2993
  {
2994
- "id": 205,
2994
+ "id": 219,
2995
2995
  "name": "onAbortCapture",
2996
2996
  "kind": 1024,
2997
2997
  "kindString": "Property",
@@ -3022,7 +3022,7 @@
3022
3022
  }
3023
3023
  },
3024
3024
  {
3025
- "id": 320,
3025
+ "id": 334,
3026
3026
  "name": "onAnimationEnd",
3027
3027
  "kind": 1024,
3028
3028
  "kindString": "Property",
@@ -3053,7 +3053,7 @@
3053
3053
  }
3054
3054
  },
3055
3055
  {
3056
- "id": 321,
3056
+ "id": 335,
3057
3057
  "name": "onAnimationEndCapture",
3058
3058
  "kind": 1024,
3059
3059
  "kindString": "Property",
@@ -3084,7 +3084,7 @@
3084
3084
  }
3085
3085
  },
3086
3086
  {
3087
- "id": 322,
3087
+ "id": 336,
3088
3088
  "name": "onAnimationIteration",
3089
3089
  "kind": 1024,
3090
3090
  "kindString": "Property",
@@ -3115,7 +3115,7 @@
3115
3115
  }
3116
3116
  },
3117
3117
  {
3118
- "id": 323,
3118
+ "id": 337,
3119
3119
  "name": "onAnimationIterationCapture",
3120
3120
  "kind": 1024,
3121
3121
  "kindString": "Property",
@@ -3146,7 +3146,7 @@
3146
3146
  }
3147
3147
  },
3148
3148
  {
3149
- "id": 318,
3149
+ "id": 332,
3150
3150
  "name": "onAnimationStart",
3151
3151
  "kind": 1024,
3152
3152
  "kindString": "Property",
@@ -3177,7 +3177,7 @@
3177
3177
  }
3178
3178
  },
3179
3179
  {
3180
- "id": 319,
3180
+ "id": 333,
3181
3181
  "name": "onAnimationStartCapture",
3182
3182
  "kind": 1024,
3183
3183
  "kindString": "Property",
@@ -3208,7 +3208,7 @@
3208
3208
  }
3209
3209
  },
3210
3210
  {
3211
- "id": 248,
3211
+ "id": 262,
3212
3212
  "name": "onAuxClick",
3213
3213
  "kind": 1024,
3214
3214
  "kindString": "Property",
@@ -3239,7 +3239,7 @@
3239
3239
  }
3240
3240
  },
3241
3241
  {
3242
- "id": 249,
3242
+ "id": 263,
3243
3243
  "name": "onAuxClickCapture",
3244
3244
  "kind": 1024,
3245
3245
  "kindString": "Property",
@@ -3270,7 +3270,7 @@
3270
3270
  }
3271
3271
  },
3272
3272
  {
3273
- "id": 186,
3273
+ "id": 200,
3274
3274
  "name": "onBeforeInput",
3275
3275
  "kind": 1024,
3276
3276
  "kindString": "Property",
@@ -3301,7 +3301,7 @@
3301
3301
  }
3302
3302
  },
3303
3303
  {
3304
- "id": 187,
3304
+ "id": 201,
3305
3305
  "name": "onBeforeInputCapture",
3306
3306
  "kind": 1024,
3307
3307
  "kindString": "Property",
@@ -3332,7 +3332,7 @@
3332
3332
  }
3333
3333
  },
3334
3334
  {
3335
- "id": 183,
3335
+ "id": 197,
3336
3336
  "name": "onBlur",
3337
3337
  "kind": 1024,
3338
3338
  "kindString": "Property",
@@ -3363,7 +3363,7 @@
3363
3363
  }
3364
3364
  },
3365
3365
  {
3366
- "id": 184,
3366
+ "id": 198,
3367
3367
  "name": "onBlurCapture",
3368
3368
  "kind": 1024,
3369
3369
  "kindString": "Property",
@@ -3394,7 +3394,7 @@
3394
3394
  }
3395
3395
  },
3396
3396
  {
3397
- "id": 206,
3397
+ "id": 220,
3398
3398
  "name": "onCanPlay",
3399
3399
  "kind": 1024,
3400
3400
  "kindString": "Property",
@@ -3425,7 +3425,7 @@
3425
3425
  }
3426
3426
  },
3427
3427
  {
3428
- "id": 207,
3428
+ "id": 221,
3429
3429
  "name": "onCanPlayCapture",
3430
3430
  "kind": 1024,
3431
3431
  "kindString": "Property",
@@ -3456,7 +3456,7 @@
3456
3456
  }
3457
3457
  },
3458
3458
  {
3459
- "id": 208,
3459
+ "id": 222,
3460
3460
  "name": "onCanPlayThrough",
3461
3461
  "kind": 1024,
3462
3462
  "kindString": "Property",
@@ -3487,7 +3487,7 @@
3487
3487
  }
3488
3488
  },
3489
3489
  {
3490
- "id": 209,
3490
+ "id": 223,
3491
3491
  "name": "onCanPlayThroughCapture",
3492
3492
  "kind": 1024,
3493
3493
  "kindString": "Property",
@@ -3518,7 +3518,7 @@
3518
3518
  }
3519
3519
  },
3520
3520
  {
3521
- "id": 69,
3521
+ "id": 83,
3522
3522
  "name": "onChange",
3523
3523
  "kind": 1024,
3524
3524
  "kindString": "Property",
@@ -3526,18 +3526,18 @@
3526
3526
  "sources": [
3527
3527
  {
3528
3528
  "fileName": "src/SwitchInput/index.tsx",
3529
- "line": 16,
3529
+ "line": 14,
3530
3530
  "character": 2
3531
3531
  }
3532
3532
  ],
3533
3533
  "type": {
3534
3534
  "type": "reference",
3535
- "id": 61,
3535
+ "id": 75,
3536
3536
  "name": "SwitchInputChangeEventHandler"
3537
3537
  }
3538
3538
  },
3539
3539
  {
3540
- "id": 185,
3540
+ "id": 199,
3541
3541
  "name": "onChangeCapture",
3542
3542
  "kind": 1024,
3543
3543
  "kindString": "Property",
@@ -3568,7 +3568,7 @@
3568
3568
  }
3569
3569
  },
3570
3570
  {
3571
- "id": 250,
3571
+ "id": 264,
3572
3572
  "name": "onClick",
3573
3573
  "kind": 1024,
3574
3574
  "kindString": "Property",
@@ -3599,7 +3599,7 @@
3599
3599
  }
3600
3600
  },
3601
3601
  {
3602
- "id": 251,
3602
+ "id": 265,
3603
3603
  "name": "onClickCapture",
3604
3604
  "kind": 1024,
3605
3605
  "kindString": "Property",
@@ -3630,7 +3630,7 @@
3630
3630
  }
3631
3631
  },
3632
3632
  {
3633
- "id": 175,
3633
+ "id": 189,
3634
3634
  "name": "onCompositionEnd",
3635
3635
  "kind": 1024,
3636
3636
  "kindString": "Property",
@@ -3661,7 +3661,7 @@
3661
3661
  }
3662
3662
  },
3663
3663
  {
3664
- "id": 176,
3664
+ "id": 190,
3665
3665
  "name": "onCompositionEndCapture",
3666
3666
  "kind": 1024,
3667
3667
  "kindString": "Property",
@@ -3692,7 +3692,7 @@
3692
3692
  }
3693
3693
  },
3694
3694
  {
3695
- "id": 177,
3695
+ "id": 191,
3696
3696
  "name": "onCompositionStart",
3697
3697
  "kind": 1024,
3698
3698
  "kindString": "Property",
@@ -3723,7 +3723,7 @@
3723
3723
  }
3724
3724
  },
3725
3725
  {
3726
- "id": 178,
3726
+ "id": 192,
3727
3727
  "name": "onCompositionStartCapture",
3728
3728
  "kind": 1024,
3729
3729
  "kindString": "Property",
@@ -3754,7 +3754,7 @@
3754
3754
  }
3755
3755
  },
3756
3756
  {
3757
- "id": 179,
3757
+ "id": 193,
3758
3758
  "name": "onCompositionUpdate",
3759
3759
  "kind": 1024,
3760
3760
  "kindString": "Property",
@@ -3785,7 +3785,7 @@
3785
3785
  }
3786
3786
  },
3787
3787
  {
3788
- "id": 180,
3788
+ "id": 194,
3789
3789
  "name": "onCompositionUpdateCapture",
3790
3790
  "kind": 1024,
3791
3791
  "kindString": "Property",
@@ -3816,7 +3816,7 @@
3816
3816
  }
3817
3817
  },
3818
3818
  {
3819
- "id": 252,
3819
+ "id": 266,
3820
3820
  "name": "onContextMenu",
3821
3821
  "kind": 1024,
3822
3822
  "kindString": "Property",
@@ -3847,7 +3847,7 @@
3847
3847
  }
3848
3848
  },
3849
3849
  {
3850
- "id": 253,
3850
+ "id": 267,
3851
3851
  "name": "onContextMenuCapture",
3852
3852
  "kind": 1024,
3853
3853
  "kindString": "Property",
@@ -3878,7 +3878,7 @@
3878
3878
  }
3879
3879
  },
3880
3880
  {
3881
- "id": 169,
3881
+ "id": 183,
3882
3882
  "name": "onCopy",
3883
3883
  "kind": 1024,
3884
3884
  "kindString": "Property",
@@ -3909,7 +3909,7 @@
3909
3909
  }
3910
3910
  },
3911
3911
  {
3912
- "id": 170,
3912
+ "id": 184,
3913
3913
  "name": "onCopyCapture",
3914
3914
  "kind": 1024,
3915
3915
  "kindString": "Property",
@@ -3940,7 +3940,7 @@
3940
3940
  }
3941
3941
  },
3942
3942
  {
3943
- "id": 171,
3943
+ "id": 185,
3944
3944
  "name": "onCut",
3945
3945
  "kind": 1024,
3946
3946
  "kindString": "Property",
@@ -3971,7 +3971,7 @@
3971
3971
  }
3972
3972
  },
3973
3973
  {
3974
- "id": 172,
3974
+ "id": 186,
3975
3975
  "name": "onCutCapture",
3976
3976
  "kind": 1024,
3977
3977
  "kindString": "Property",
@@ -4002,7 +4002,7 @@
4002
4002
  }
4003
4003
  },
4004
4004
  {
4005
- "id": 254,
4005
+ "id": 268,
4006
4006
  "name": "onDoubleClick",
4007
4007
  "kind": 1024,
4008
4008
  "kindString": "Property",
@@ -4033,7 +4033,7 @@
4033
4033
  }
4034
4034
  },
4035
4035
  {
4036
- "id": 255,
4036
+ "id": 269,
4037
4037
  "name": "onDoubleClickCapture",
4038
4038
  "kind": 1024,
4039
4039
  "kindString": "Property",
@@ -4064,7 +4064,7 @@
4064
4064
  }
4065
4065
  },
4066
4066
  {
4067
- "id": 256,
4067
+ "id": 270,
4068
4068
  "name": "onDrag",
4069
4069
  "kind": 1024,
4070
4070
  "kindString": "Property",
@@ -4095,7 +4095,7 @@
4095
4095
  }
4096
4096
  },
4097
4097
  {
4098
- "id": 257,
4098
+ "id": 271,
4099
4099
  "name": "onDragCapture",
4100
4100
  "kind": 1024,
4101
4101
  "kindString": "Property",
@@ -4126,7 +4126,7 @@
4126
4126
  }
4127
4127
  },
4128
4128
  {
4129
- "id": 258,
4129
+ "id": 272,
4130
4130
  "name": "onDragEnd",
4131
4131
  "kind": 1024,
4132
4132
  "kindString": "Property",
@@ -4157,7 +4157,7 @@
4157
4157
  }
4158
4158
  },
4159
4159
  {
4160
- "id": 259,
4160
+ "id": 273,
4161
4161
  "name": "onDragEndCapture",
4162
4162
  "kind": 1024,
4163
4163
  "kindString": "Property",
@@ -4188,7 +4188,7 @@
4188
4188
  }
4189
4189
  },
4190
4190
  {
4191
- "id": 260,
4191
+ "id": 274,
4192
4192
  "name": "onDragEnter",
4193
4193
  "kind": 1024,
4194
4194
  "kindString": "Property",
@@ -4219,7 +4219,7 @@
4219
4219
  }
4220
4220
  },
4221
4221
  {
4222
- "id": 261,
4222
+ "id": 275,
4223
4223
  "name": "onDragEnterCapture",
4224
4224
  "kind": 1024,
4225
4225
  "kindString": "Property",
@@ -4250,7 +4250,7 @@
4250
4250
  }
4251
4251
  },
4252
4252
  {
4253
- "id": 262,
4253
+ "id": 276,
4254
4254
  "name": "onDragExit",
4255
4255
  "kind": 1024,
4256
4256
  "kindString": "Property",
@@ -4281,7 +4281,7 @@
4281
4281
  }
4282
4282
  },
4283
4283
  {
4284
- "id": 263,
4284
+ "id": 277,
4285
4285
  "name": "onDragExitCapture",
4286
4286
  "kind": 1024,
4287
4287
  "kindString": "Property",
@@ -4312,7 +4312,7 @@
4312
4312
  }
4313
4313
  },
4314
4314
  {
4315
- "id": 264,
4315
+ "id": 278,
4316
4316
  "name": "onDragLeave",
4317
4317
  "kind": 1024,
4318
4318
  "kindString": "Property",
@@ -4343,7 +4343,7 @@
4343
4343
  }
4344
4344
  },
4345
4345
  {
4346
- "id": 265,
4346
+ "id": 279,
4347
4347
  "name": "onDragLeaveCapture",
4348
4348
  "kind": 1024,
4349
4349
  "kindString": "Property",
@@ -4374,7 +4374,7 @@
4374
4374
  }
4375
4375
  },
4376
4376
  {
4377
- "id": 266,
4377
+ "id": 280,
4378
4378
  "name": "onDragOver",
4379
4379
  "kind": 1024,
4380
4380
  "kindString": "Property",
@@ -4405,7 +4405,7 @@
4405
4405
  }
4406
4406
  },
4407
4407
  {
4408
- "id": 267,
4408
+ "id": 281,
4409
4409
  "name": "onDragOverCapture",
4410
4410
  "kind": 1024,
4411
4411
  "kindString": "Property",
@@ -4436,7 +4436,7 @@
4436
4436
  }
4437
4437
  },
4438
4438
  {
4439
- "id": 268,
4439
+ "id": 282,
4440
4440
  "name": "onDragStart",
4441
4441
  "kind": 1024,
4442
4442
  "kindString": "Property",
@@ -4467,7 +4467,7 @@
4467
4467
  }
4468
4468
  },
4469
4469
  {
4470
- "id": 269,
4470
+ "id": 283,
4471
4471
  "name": "onDragStartCapture",
4472
4472
  "kind": 1024,
4473
4473
  "kindString": "Property",
@@ -4498,7 +4498,7 @@
4498
4498
  }
4499
4499
  },
4500
4500
  {
4501
- "id": 270,
4501
+ "id": 284,
4502
4502
  "name": "onDrop",
4503
4503
  "kind": 1024,
4504
4504
  "kindString": "Property",
@@ -4529,7 +4529,7 @@
4529
4529
  }
4530
4530
  },
4531
4531
  {
4532
- "id": 271,
4532
+ "id": 285,
4533
4533
  "name": "onDropCapture",
4534
4534
  "kind": 1024,
4535
4535
  "kindString": "Property",
@@ -4560,7 +4560,7 @@
4560
4560
  }
4561
4561
  },
4562
4562
  {
4563
- "id": 210,
4563
+ "id": 224,
4564
4564
  "name": "onDurationChange",
4565
4565
  "kind": 1024,
4566
4566
  "kindString": "Property",
@@ -4591,7 +4591,7 @@
4591
4591
  }
4592
4592
  },
4593
4593
  {
4594
- "id": 211,
4594
+ "id": 225,
4595
4595
  "name": "onDurationChangeCapture",
4596
4596
  "kind": 1024,
4597
4597
  "kindString": "Property",
@@ -4622,7 +4622,7 @@
4622
4622
  }
4623
4623
  },
4624
4624
  {
4625
- "id": 212,
4625
+ "id": 226,
4626
4626
  "name": "onEmptied",
4627
4627
  "kind": 1024,
4628
4628
  "kindString": "Property",
@@ -4653,7 +4653,7 @@
4653
4653
  }
4654
4654
  },
4655
4655
  {
4656
- "id": 213,
4656
+ "id": 227,
4657
4657
  "name": "onEmptiedCapture",
4658
4658
  "kind": 1024,
4659
4659
  "kindString": "Property",
@@ -4684,7 +4684,7 @@
4684
4684
  }
4685
4685
  },
4686
4686
  {
4687
- "id": 214,
4687
+ "id": 228,
4688
4688
  "name": "onEncrypted",
4689
4689
  "kind": 1024,
4690
4690
  "kindString": "Property",
@@ -4715,7 +4715,7 @@
4715
4715
  }
4716
4716
  },
4717
4717
  {
4718
- "id": 215,
4718
+ "id": 229,
4719
4719
  "name": "onEncryptedCapture",
4720
4720
  "kind": 1024,
4721
4721
  "kindString": "Property",
@@ -4746,7 +4746,7 @@
4746
4746
  }
4747
4747
  },
4748
4748
  {
4749
- "id": 216,
4749
+ "id": 230,
4750
4750
  "name": "onEnded",
4751
4751
  "kind": 1024,
4752
4752
  "kindString": "Property",
@@ -4777,7 +4777,7 @@
4777
4777
  }
4778
4778
  },
4779
4779
  {
4780
- "id": 217,
4780
+ "id": 231,
4781
4781
  "name": "onEndedCapture",
4782
4782
  "kind": 1024,
4783
4783
  "kindString": "Property",
@@ -4808,7 +4808,7 @@
4808
4808
  }
4809
4809
  },
4810
4810
  {
4811
- "id": 197,
4811
+ "id": 211,
4812
4812
  "name": "onError",
4813
4813
  "kind": 1024,
4814
4814
  "kindString": "Property",
@@ -4839,7 +4839,7 @@
4839
4839
  }
4840
4840
  },
4841
4841
  {
4842
- "id": 198,
4842
+ "id": 212,
4843
4843
  "name": "onErrorCapture",
4844
4844
  "kind": 1024,
4845
4845
  "kindString": "Property",
@@ -4870,7 +4870,7 @@
4870
4870
  }
4871
4871
  },
4872
4872
  {
4873
- "id": 181,
4873
+ "id": 195,
4874
4874
  "name": "onFocus",
4875
4875
  "kind": 1024,
4876
4876
  "kindString": "Property",
@@ -4901,7 +4901,7 @@
4901
4901
  }
4902
4902
  },
4903
4903
  {
4904
- "id": 182,
4904
+ "id": 196,
4905
4905
  "name": "onFocusCapture",
4906
4906
  "kind": 1024,
4907
4907
  "kindString": "Property",
@@ -4932,7 +4932,7 @@
4932
4932
  }
4933
4933
  },
4934
4934
  {
4935
- "id": 310,
4935
+ "id": 324,
4936
4936
  "name": "onGotPointerCapture",
4937
4937
  "kind": 1024,
4938
4938
  "kindString": "Property",
@@ -4963,7 +4963,7 @@
4963
4963
  }
4964
4964
  },
4965
4965
  {
4966
- "id": 311,
4966
+ "id": 325,
4967
4967
  "name": "onGotPointerCaptureCapture",
4968
4968
  "kind": 1024,
4969
4969
  "kindString": "Property",
@@ -4994,7 +4994,7 @@
4994
4994
  }
4995
4995
  },
4996
4996
  {
4997
- "id": 188,
4997
+ "id": 202,
4998
4998
  "name": "onInput",
4999
4999
  "kind": 1024,
5000
5000
  "kindString": "Property",
@@ -5025,7 +5025,7 @@
5025
5025
  }
5026
5026
  },
5027
5027
  {
5028
- "id": 189,
5028
+ "id": 203,
5029
5029
  "name": "onInputCapture",
5030
5030
  "kind": 1024,
5031
5031
  "kindString": "Property",
@@ -5056,7 +5056,7 @@
5056
5056
  }
5057
5057
  },
5058
5058
  {
5059
- "id": 193,
5059
+ "id": 207,
5060
5060
  "name": "onInvalid",
5061
5061
  "kind": 1024,
5062
5062
  "kindString": "Property",
@@ -5087,7 +5087,7 @@
5087
5087
  }
5088
5088
  },
5089
5089
  {
5090
- "id": 194,
5090
+ "id": 208,
5091
5091
  "name": "onInvalidCapture",
5092
5092
  "kind": 1024,
5093
5093
  "kindString": "Property",
@@ -5118,7 +5118,7 @@
5118
5118
  }
5119
5119
  },
5120
5120
  {
5121
- "id": 70,
5121
+ "id": 84,
5122
5122
  "name": "onKeyDown",
5123
5123
  "kind": 1024,
5124
5124
  "kindString": "Property",
@@ -5128,7 +5128,7 @@
5128
5128
  "sources": [
5129
5129
  {
5130
5130
  "fileName": "src/SwitchInput/index.tsx",
5131
- "line": 17,
5131
+ "line": 15,
5132
5132
  "character": 2
5133
5133
  }
5134
5134
  ],
@@ -5148,7 +5148,7 @@
5148
5148
  }
5149
5149
  },
5150
5150
  {
5151
- "id": 199,
5151
+ "id": 213,
5152
5152
  "name": "onKeyDownCapture",
5153
5153
  "kind": 1024,
5154
5154
  "kindString": "Property",
@@ -5179,7 +5179,7 @@
5179
5179
  }
5180
5180
  },
5181
5181
  {
5182
- "id": 200,
5182
+ "id": 214,
5183
5183
  "name": "onKeyPress",
5184
5184
  "kind": 1024,
5185
5185
  "kindString": "Property",
@@ -5210,7 +5210,7 @@
5210
5210
  }
5211
5211
  },
5212
5212
  {
5213
- "id": 201,
5213
+ "id": 215,
5214
5214
  "name": "onKeyPressCapture",
5215
5215
  "kind": 1024,
5216
5216
  "kindString": "Property",
@@ -5241,7 +5241,7 @@
5241
5241
  }
5242
5242
  },
5243
5243
  {
5244
- "id": 202,
5244
+ "id": 216,
5245
5245
  "name": "onKeyUp",
5246
5246
  "kind": 1024,
5247
5247
  "kindString": "Property",
@@ -5272,7 +5272,7 @@
5272
5272
  }
5273
5273
  },
5274
5274
  {
5275
- "id": 203,
5275
+ "id": 217,
5276
5276
  "name": "onKeyUpCapture",
5277
5277
  "kind": 1024,
5278
5278
  "kindString": "Property",
@@ -5303,7 +5303,7 @@
5303
5303
  }
5304
5304
  },
5305
5305
  {
5306
- "id": 195,
5306
+ "id": 209,
5307
5307
  "name": "onLoad",
5308
5308
  "kind": 1024,
5309
5309
  "kindString": "Property",
@@ -5334,7 +5334,7 @@
5334
5334
  }
5335
5335
  },
5336
5336
  {
5337
- "id": 196,
5337
+ "id": 210,
5338
5338
  "name": "onLoadCapture",
5339
5339
  "kind": 1024,
5340
5340
  "kindString": "Property",
@@ -5365,7 +5365,7 @@
5365
5365
  }
5366
5366
  },
5367
5367
  {
5368
- "id": 222,
5368
+ "id": 236,
5369
5369
  "name": "onLoadStart",
5370
5370
  "kind": 1024,
5371
5371
  "kindString": "Property",
@@ -5396,7 +5396,7 @@
5396
5396
  }
5397
5397
  },
5398
5398
  {
5399
- "id": 223,
5399
+ "id": 237,
5400
5400
  "name": "onLoadStartCapture",
5401
5401
  "kind": 1024,
5402
5402
  "kindString": "Property",
@@ -5427,7 +5427,7 @@
5427
5427
  }
5428
5428
  },
5429
5429
  {
5430
- "id": 218,
5430
+ "id": 232,
5431
5431
  "name": "onLoadedData",
5432
5432
  "kind": 1024,
5433
5433
  "kindString": "Property",
@@ -5458,7 +5458,7 @@
5458
5458
  }
5459
5459
  },
5460
5460
  {
5461
- "id": 219,
5461
+ "id": 233,
5462
5462
  "name": "onLoadedDataCapture",
5463
5463
  "kind": 1024,
5464
5464
  "kindString": "Property",
@@ -5489,7 +5489,7 @@
5489
5489
  }
5490
5490
  },
5491
5491
  {
5492
- "id": 220,
5492
+ "id": 234,
5493
5493
  "name": "onLoadedMetadata",
5494
5494
  "kind": 1024,
5495
5495
  "kindString": "Property",
@@ -5520,7 +5520,7 @@
5520
5520
  }
5521
5521
  },
5522
5522
  {
5523
- "id": 221,
5523
+ "id": 235,
5524
5524
  "name": "onLoadedMetadataCapture",
5525
5525
  "kind": 1024,
5526
5526
  "kindString": "Property",
@@ -5551,7 +5551,7 @@
5551
5551
  }
5552
5552
  },
5553
5553
  {
5554
- "id": 312,
5554
+ "id": 326,
5555
5555
  "name": "onLostPointerCapture",
5556
5556
  "kind": 1024,
5557
5557
  "kindString": "Property",
@@ -5582,7 +5582,7 @@
5582
5582
  }
5583
5583
  },
5584
5584
  {
5585
- "id": 313,
5585
+ "id": 327,
5586
5586
  "name": "onLostPointerCaptureCapture",
5587
5587
  "kind": 1024,
5588
5588
  "kindString": "Property",
@@ -5613,7 +5613,7 @@
5613
5613
  }
5614
5614
  },
5615
5615
  {
5616
- "id": 272,
5616
+ "id": 286,
5617
5617
  "name": "onMouseDown",
5618
5618
  "kind": 1024,
5619
5619
  "kindString": "Property",
@@ -5644,7 +5644,7 @@
5644
5644
  }
5645
5645
  },
5646
5646
  {
5647
- "id": 273,
5647
+ "id": 287,
5648
5648
  "name": "onMouseDownCapture",
5649
5649
  "kind": 1024,
5650
5650
  "kindString": "Property",
@@ -5675,7 +5675,7 @@
5675
5675
  }
5676
5676
  },
5677
5677
  {
5678
- "id": 274,
5678
+ "id": 288,
5679
5679
  "name": "onMouseEnter",
5680
5680
  "kind": 1024,
5681
5681
  "kindString": "Property",
@@ -5706,7 +5706,7 @@
5706
5706
  }
5707
5707
  },
5708
5708
  {
5709
- "id": 275,
5709
+ "id": 289,
5710
5710
  "name": "onMouseLeave",
5711
5711
  "kind": 1024,
5712
5712
  "kindString": "Property",
@@ -5737,7 +5737,7 @@
5737
5737
  }
5738
5738
  },
5739
5739
  {
5740
- "id": 276,
5740
+ "id": 290,
5741
5741
  "name": "onMouseMove",
5742
5742
  "kind": 1024,
5743
5743
  "kindString": "Property",
@@ -5768,7 +5768,7 @@
5768
5768
  }
5769
5769
  },
5770
5770
  {
5771
- "id": 277,
5771
+ "id": 291,
5772
5772
  "name": "onMouseMoveCapture",
5773
5773
  "kind": 1024,
5774
5774
  "kindString": "Property",
@@ -5799,7 +5799,7 @@
5799
5799
  }
5800
5800
  },
5801
5801
  {
5802
- "id": 278,
5802
+ "id": 292,
5803
5803
  "name": "onMouseOut",
5804
5804
  "kind": 1024,
5805
5805
  "kindString": "Property",
@@ -5830,7 +5830,7 @@
5830
5830
  }
5831
5831
  },
5832
5832
  {
5833
- "id": 279,
5833
+ "id": 293,
5834
5834
  "name": "onMouseOutCapture",
5835
5835
  "kind": 1024,
5836
5836
  "kindString": "Property",
@@ -5861,7 +5861,7 @@
5861
5861
  }
5862
5862
  },
5863
5863
  {
5864
- "id": 280,
5864
+ "id": 294,
5865
5865
  "name": "onMouseOver",
5866
5866
  "kind": 1024,
5867
5867
  "kindString": "Property",
@@ -5892,7 +5892,7 @@
5892
5892
  }
5893
5893
  },
5894
5894
  {
5895
- "id": 281,
5895
+ "id": 295,
5896
5896
  "name": "onMouseOverCapture",
5897
5897
  "kind": 1024,
5898
5898
  "kindString": "Property",
@@ -5923,7 +5923,7 @@
5923
5923
  }
5924
5924
  },
5925
5925
  {
5926
- "id": 282,
5926
+ "id": 296,
5927
5927
  "name": "onMouseUp",
5928
5928
  "kind": 1024,
5929
5929
  "kindString": "Property",
@@ -5954,7 +5954,7 @@
5954
5954
  }
5955
5955
  },
5956
5956
  {
5957
- "id": 283,
5957
+ "id": 297,
5958
5958
  "name": "onMouseUpCapture",
5959
5959
  "kind": 1024,
5960
5960
  "kindString": "Property",
@@ -5985,7 +5985,7 @@
5985
5985
  }
5986
5986
  },
5987
5987
  {
5988
- "id": 173,
5988
+ "id": 187,
5989
5989
  "name": "onPaste",
5990
5990
  "kind": 1024,
5991
5991
  "kindString": "Property",
@@ -6016,7 +6016,7 @@
6016
6016
  }
6017
6017
  },
6018
6018
  {
6019
- "id": 174,
6019
+ "id": 188,
6020
6020
  "name": "onPasteCapture",
6021
6021
  "kind": 1024,
6022
6022
  "kindString": "Property",
@@ -6047,7 +6047,7 @@
6047
6047
  }
6048
6048
  },
6049
6049
  {
6050
- "id": 224,
6050
+ "id": 238,
6051
6051
  "name": "onPause",
6052
6052
  "kind": 1024,
6053
6053
  "kindString": "Property",
@@ -6078,7 +6078,7 @@
6078
6078
  }
6079
6079
  },
6080
6080
  {
6081
- "id": 225,
6081
+ "id": 239,
6082
6082
  "name": "onPauseCapture",
6083
6083
  "kind": 1024,
6084
6084
  "kindString": "Property",
@@ -6109,7 +6109,7 @@
6109
6109
  }
6110
6110
  },
6111
6111
  {
6112
- "id": 226,
6112
+ "id": 240,
6113
6113
  "name": "onPlay",
6114
6114
  "kind": 1024,
6115
6115
  "kindString": "Property",
@@ -6140,7 +6140,7 @@
6140
6140
  }
6141
6141
  },
6142
6142
  {
6143
- "id": 227,
6143
+ "id": 241,
6144
6144
  "name": "onPlayCapture",
6145
6145
  "kind": 1024,
6146
6146
  "kindString": "Property",
@@ -6171,7 +6171,7 @@
6171
6171
  }
6172
6172
  },
6173
6173
  {
6174
- "id": 228,
6174
+ "id": 242,
6175
6175
  "name": "onPlaying",
6176
6176
  "kind": 1024,
6177
6177
  "kindString": "Property",
@@ -6202,7 +6202,7 @@
6202
6202
  }
6203
6203
  },
6204
6204
  {
6205
- "id": 229,
6205
+ "id": 243,
6206
6206
  "name": "onPlayingCapture",
6207
6207
  "kind": 1024,
6208
6208
  "kindString": "Property",
@@ -6233,7 +6233,7 @@
6233
6233
  }
6234
6234
  },
6235
6235
  {
6236
- "id": 300,
6236
+ "id": 314,
6237
6237
  "name": "onPointerCancel",
6238
6238
  "kind": 1024,
6239
6239
  "kindString": "Property",
@@ -6264,7 +6264,7 @@
6264
6264
  }
6265
6265
  },
6266
6266
  {
6267
- "id": 301,
6267
+ "id": 315,
6268
6268
  "name": "onPointerCancelCapture",
6269
6269
  "kind": 1024,
6270
6270
  "kindString": "Property",
@@ -6295,7 +6295,7 @@
6295
6295
  }
6296
6296
  },
6297
6297
  {
6298
- "id": 294,
6298
+ "id": 308,
6299
6299
  "name": "onPointerDown",
6300
6300
  "kind": 1024,
6301
6301
  "kindString": "Property",
@@ -6326,7 +6326,7 @@
6326
6326
  }
6327
6327
  },
6328
6328
  {
6329
- "id": 295,
6329
+ "id": 309,
6330
6330
  "name": "onPointerDownCapture",
6331
6331
  "kind": 1024,
6332
6332
  "kindString": "Property",
@@ -6357,7 +6357,7 @@
6357
6357
  }
6358
6358
  },
6359
6359
  {
6360
- "id": 302,
6360
+ "id": 316,
6361
6361
  "name": "onPointerEnter",
6362
6362
  "kind": 1024,
6363
6363
  "kindString": "Property",
@@ -6388,7 +6388,7 @@
6388
6388
  }
6389
6389
  },
6390
6390
  {
6391
- "id": 303,
6391
+ "id": 317,
6392
6392
  "name": "onPointerEnterCapture",
6393
6393
  "kind": 1024,
6394
6394
  "kindString": "Property",
@@ -6419,7 +6419,7 @@
6419
6419
  }
6420
6420
  },
6421
6421
  {
6422
- "id": 304,
6422
+ "id": 318,
6423
6423
  "name": "onPointerLeave",
6424
6424
  "kind": 1024,
6425
6425
  "kindString": "Property",
@@ -6450,7 +6450,7 @@
6450
6450
  }
6451
6451
  },
6452
6452
  {
6453
- "id": 305,
6453
+ "id": 319,
6454
6454
  "name": "onPointerLeaveCapture",
6455
6455
  "kind": 1024,
6456
6456
  "kindString": "Property",
@@ -6481,7 +6481,7 @@
6481
6481
  }
6482
6482
  },
6483
6483
  {
6484
- "id": 296,
6484
+ "id": 310,
6485
6485
  "name": "onPointerMove",
6486
6486
  "kind": 1024,
6487
6487
  "kindString": "Property",
@@ -6512,7 +6512,7 @@
6512
6512
  }
6513
6513
  },
6514
6514
  {
6515
- "id": 297,
6515
+ "id": 311,
6516
6516
  "name": "onPointerMoveCapture",
6517
6517
  "kind": 1024,
6518
6518
  "kindString": "Property",
@@ -6543,7 +6543,7 @@
6543
6543
  }
6544
6544
  },
6545
6545
  {
6546
- "id": 308,
6546
+ "id": 322,
6547
6547
  "name": "onPointerOut",
6548
6548
  "kind": 1024,
6549
6549
  "kindString": "Property",
@@ -6574,7 +6574,7 @@
6574
6574
  }
6575
6575
  },
6576
6576
  {
6577
- "id": 309,
6577
+ "id": 323,
6578
6578
  "name": "onPointerOutCapture",
6579
6579
  "kind": 1024,
6580
6580
  "kindString": "Property",
@@ -6605,7 +6605,7 @@
6605
6605
  }
6606
6606
  },
6607
6607
  {
6608
- "id": 306,
6608
+ "id": 320,
6609
6609
  "name": "onPointerOver",
6610
6610
  "kind": 1024,
6611
6611
  "kindString": "Property",
@@ -6636,7 +6636,7 @@
6636
6636
  }
6637
6637
  },
6638
6638
  {
6639
- "id": 307,
6639
+ "id": 321,
6640
6640
  "name": "onPointerOverCapture",
6641
6641
  "kind": 1024,
6642
6642
  "kindString": "Property",
@@ -6667,7 +6667,7 @@
6667
6667
  }
6668
6668
  },
6669
6669
  {
6670
- "id": 298,
6670
+ "id": 312,
6671
6671
  "name": "onPointerUp",
6672
6672
  "kind": 1024,
6673
6673
  "kindString": "Property",
@@ -6698,7 +6698,7 @@
6698
6698
  }
6699
6699
  },
6700
6700
  {
6701
- "id": 299,
6701
+ "id": 313,
6702
6702
  "name": "onPointerUpCapture",
6703
6703
  "kind": 1024,
6704
6704
  "kindString": "Property",
@@ -6729,7 +6729,7 @@
6729
6729
  }
6730
6730
  },
6731
6731
  {
6732
- "id": 230,
6732
+ "id": 244,
6733
6733
  "name": "onProgress",
6734
6734
  "kind": 1024,
6735
6735
  "kindString": "Property",
@@ -6760,7 +6760,7 @@
6760
6760
  }
6761
6761
  },
6762
6762
  {
6763
- "id": 231,
6763
+ "id": 245,
6764
6764
  "name": "onProgressCapture",
6765
6765
  "kind": 1024,
6766
6766
  "kindString": "Property",
@@ -6791,7 +6791,7 @@
6791
6791
  }
6792
6792
  },
6793
6793
  {
6794
- "id": 232,
6794
+ "id": 246,
6795
6795
  "name": "onRateChange",
6796
6796
  "kind": 1024,
6797
6797
  "kindString": "Property",
@@ -6822,7 +6822,7 @@
6822
6822
  }
6823
6823
  },
6824
6824
  {
6825
- "id": 233,
6825
+ "id": 247,
6826
6826
  "name": "onRateChangeCapture",
6827
6827
  "kind": 1024,
6828
6828
  "kindString": "Property",
@@ -6853,7 +6853,7 @@
6853
6853
  }
6854
6854
  },
6855
6855
  {
6856
- "id": 190,
6856
+ "id": 204,
6857
6857
  "name": "onReset",
6858
6858
  "kind": 1024,
6859
6859
  "kindString": "Property",
@@ -6884,7 +6884,7 @@
6884
6884
  }
6885
6885
  },
6886
6886
  {
6887
- "id": 191,
6887
+ "id": 205,
6888
6888
  "name": "onResetCapture",
6889
6889
  "kind": 1024,
6890
6890
  "kindString": "Property",
@@ -6915,7 +6915,7 @@
6915
6915
  }
6916
6916
  },
6917
6917
  {
6918
- "id": 314,
6918
+ "id": 328,
6919
6919
  "name": "onScroll",
6920
6920
  "kind": 1024,
6921
6921
  "kindString": "Property",
@@ -6946,7 +6946,7 @@
6946
6946
  }
6947
6947
  },
6948
6948
  {
6949
- "id": 315,
6949
+ "id": 329,
6950
6950
  "name": "onScrollCapture",
6951
6951
  "kind": 1024,
6952
6952
  "kindString": "Property",
@@ -6977,7 +6977,7 @@
6977
6977
  }
6978
6978
  },
6979
6979
  {
6980
- "id": 234,
6980
+ "id": 248,
6981
6981
  "name": "onSeeked",
6982
6982
  "kind": 1024,
6983
6983
  "kindString": "Property",
@@ -7008,7 +7008,7 @@
7008
7008
  }
7009
7009
  },
7010
7010
  {
7011
- "id": 235,
7011
+ "id": 249,
7012
7012
  "name": "onSeekedCapture",
7013
7013
  "kind": 1024,
7014
7014
  "kindString": "Property",
@@ -7039,7 +7039,7 @@
7039
7039
  }
7040
7040
  },
7041
7041
  {
7042
- "id": 236,
7042
+ "id": 250,
7043
7043
  "name": "onSeeking",
7044
7044
  "kind": 1024,
7045
7045
  "kindString": "Property",
@@ -7070,7 +7070,7 @@
7070
7070
  }
7071
7071
  },
7072
7072
  {
7073
- "id": 237,
7073
+ "id": 251,
7074
7074
  "name": "onSeekingCapture",
7075
7075
  "kind": 1024,
7076
7076
  "kindString": "Property",
@@ -7101,7 +7101,7 @@
7101
7101
  }
7102
7102
  },
7103
7103
  {
7104
- "id": 284,
7104
+ "id": 298,
7105
7105
  "name": "onSelect",
7106
7106
  "kind": 1024,
7107
7107
  "kindString": "Property",
@@ -7132,7 +7132,7 @@
7132
7132
  }
7133
7133
  },
7134
7134
  {
7135
- "id": 285,
7135
+ "id": 299,
7136
7136
  "name": "onSelectCapture",
7137
7137
  "kind": 1024,
7138
7138
  "kindString": "Property",
@@ -7163,7 +7163,7 @@
7163
7163
  }
7164
7164
  },
7165
7165
  {
7166
- "id": 238,
7166
+ "id": 252,
7167
7167
  "name": "onStalled",
7168
7168
  "kind": 1024,
7169
7169
  "kindString": "Property",
@@ -7194,7 +7194,7 @@
7194
7194
  }
7195
7195
  },
7196
7196
  {
7197
- "id": 239,
7197
+ "id": 253,
7198
7198
  "name": "onStalledCapture",
7199
7199
  "kind": 1024,
7200
7200
  "kindString": "Property",
@@ -7225,7 +7225,7 @@
7225
7225
  }
7226
7226
  },
7227
7227
  {
7228
- "id": 74,
7228
+ "id": 88,
7229
7229
  "name": "onSubmit",
7230
7230
  "kind": 1024,
7231
7231
  "kindString": "Property",
@@ -7256,7 +7256,7 @@
7256
7256
  }
7257
7257
  },
7258
7258
  {
7259
- "id": 192,
7259
+ "id": 206,
7260
7260
  "name": "onSubmitCapture",
7261
7261
  "kind": 1024,
7262
7262
  "kindString": "Property",
@@ -7287,7 +7287,7 @@
7287
7287
  }
7288
7288
  },
7289
7289
  {
7290
- "id": 240,
7290
+ "id": 254,
7291
7291
  "name": "onSuspend",
7292
7292
  "kind": 1024,
7293
7293
  "kindString": "Property",
@@ -7318,7 +7318,7 @@
7318
7318
  }
7319
7319
  },
7320
7320
  {
7321
- "id": 241,
7321
+ "id": 255,
7322
7322
  "name": "onSuspendCapture",
7323
7323
  "kind": 1024,
7324
7324
  "kindString": "Property",
@@ -7349,7 +7349,7 @@
7349
7349
  }
7350
7350
  },
7351
7351
  {
7352
- "id": 242,
7352
+ "id": 256,
7353
7353
  "name": "onTimeUpdate",
7354
7354
  "kind": 1024,
7355
7355
  "kindString": "Property",
@@ -7380,7 +7380,7 @@
7380
7380
  }
7381
7381
  },
7382
7382
  {
7383
- "id": 243,
7383
+ "id": 257,
7384
7384
  "name": "onTimeUpdateCapture",
7385
7385
  "kind": 1024,
7386
7386
  "kindString": "Property",
@@ -7411,7 +7411,7 @@
7411
7411
  }
7412
7412
  },
7413
7413
  {
7414
- "id": 286,
7414
+ "id": 300,
7415
7415
  "name": "onTouchCancel",
7416
7416
  "kind": 1024,
7417
7417
  "kindString": "Property",
@@ -7442,7 +7442,7 @@
7442
7442
  }
7443
7443
  },
7444
7444
  {
7445
- "id": 287,
7445
+ "id": 301,
7446
7446
  "name": "onTouchCancelCapture",
7447
7447
  "kind": 1024,
7448
7448
  "kindString": "Property",
@@ -7473,7 +7473,7 @@
7473
7473
  }
7474
7474
  },
7475
7475
  {
7476
- "id": 288,
7476
+ "id": 302,
7477
7477
  "name": "onTouchEnd",
7478
7478
  "kind": 1024,
7479
7479
  "kindString": "Property",
@@ -7504,7 +7504,7 @@
7504
7504
  }
7505
7505
  },
7506
7506
  {
7507
- "id": 289,
7507
+ "id": 303,
7508
7508
  "name": "onTouchEndCapture",
7509
7509
  "kind": 1024,
7510
7510
  "kindString": "Property",
@@ -7535,7 +7535,7 @@
7535
7535
  }
7536
7536
  },
7537
7537
  {
7538
- "id": 290,
7538
+ "id": 304,
7539
7539
  "name": "onTouchMove",
7540
7540
  "kind": 1024,
7541
7541
  "kindString": "Property",
@@ -7566,7 +7566,7 @@
7566
7566
  }
7567
7567
  },
7568
7568
  {
7569
- "id": 291,
7569
+ "id": 305,
7570
7570
  "name": "onTouchMoveCapture",
7571
7571
  "kind": 1024,
7572
7572
  "kindString": "Property",
@@ -7597,7 +7597,7 @@
7597
7597
  }
7598
7598
  },
7599
7599
  {
7600
- "id": 292,
7600
+ "id": 306,
7601
7601
  "name": "onTouchStart",
7602
7602
  "kind": 1024,
7603
7603
  "kindString": "Property",
@@ -7628,7 +7628,7 @@
7628
7628
  }
7629
7629
  },
7630
7630
  {
7631
- "id": 293,
7631
+ "id": 307,
7632
7632
  "name": "onTouchStartCapture",
7633
7633
  "kind": 1024,
7634
7634
  "kindString": "Property",
@@ -7659,7 +7659,7 @@
7659
7659
  }
7660
7660
  },
7661
7661
  {
7662
- "id": 324,
7662
+ "id": 338,
7663
7663
  "name": "onTransitionEnd",
7664
7664
  "kind": 1024,
7665
7665
  "kindString": "Property",
@@ -7690,7 +7690,7 @@
7690
7690
  }
7691
7691
  },
7692
7692
  {
7693
- "id": 325,
7693
+ "id": 339,
7694
7694
  "name": "onTransitionEndCapture",
7695
7695
  "kind": 1024,
7696
7696
  "kindString": "Property",
@@ -7721,7 +7721,7 @@
7721
7721
  }
7722
7722
  },
7723
7723
  {
7724
- "id": 244,
7724
+ "id": 258,
7725
7725
  "name": "onVolumeChange",
7726
7726
  "kind": 1024,
7727
7727
  "kindString": "Property",
@@ -7752,7 +7752,7 @@
7752
7752
  }
7753
7753
  },
7754
7754
  {
7755
- "id": 245,
7755
+ "id": 259,
7756
7756
  "name": "onVolumeChangeCapture",
7757
7757
  "kind": 1024,
7758
7758
  "kindString": "Property",
@@ -7783,7 +7783,7 @@
7783
7783
  }
7784
7784
  },
7785
7785
  {
7786
- "id": 246,
7786
+ "id": 260,
7787
7787
  "name": "onWaiting",
7788
7788
  "kind": 1024,
7789
7789
  "kindString": "Property",
@@ -7814,7 +7814,7 @@
7814
7814
  }
7815
7815
  },
7816
7816
  {
7817
- "id": 247,
7817
+ "id": 261,
7818
7818
  "name": "onWaitingCapture",
7819
7819
  "kind": 1024,
7820
7820
  "kindString": "Property",
@@ -7845,7 +7845,7 @@
7845
7845
  }
7846
7846
  },
7847
7847
  {
7848
- "id": 316,
7848
+ "id": 330,
7849
7849
  "name": "onWheel",
7850
7850
  "kind": 1024,
7851
7851
  "kindString": "Property",
@@ -7876,7 +7876,7 @@
7876
7876
  }
7877
7877
  },
7878
7878
  {
7879
- "id": 317,
7879
+ "id": 331,
7880
7880
  "name": "onWheelCapture",
7881
7881
  "kind": 1024,
7882
7882
  "kindString": "Property",
@@ -7907,7 +7907,7 @@
7907
7907
  }
7908
7908
  },
7909
7909
  {
7910
- "id": 88,
7910
+ "id": 102,
7911
7911
  "name": "placeholder",
7912
7912
  "kind": 1024,
7913
7913
  "kindString": "Property",
@@ -7932,7 +7932,7 @@
7932
7932
  }
7933
7933
  },
7934
7934
  {
7935
- "id": 99,
7935
+ "id": 113,
7936
7936
  "name": "prefix",
7937
7937
  "kind": 1024,
7938
7938
  "kindString": "Property",
@@ -7957,7 +7957,7 @@
7957
7957
  }
7958
7958
  },
7959
7959
  {
7960
- "id": 100,
7960
+ "id": 114,
7961
7961
  "name": "property",
7962
7962
  "kind": 1024,
7963
7963
  "kindString": "Property",
@@ -7982,7 +7982,7 @@
7982
7982
  }
7983
7983
  },
7984
7984
  {
7985
- "id": 94,
7985
+ "id": 108,
7986
7986
  "name": "radioGroup",
7987
7987
  "kind": 1024,
7988
7988
  "kindString": "Property",
@@ -8007,7 +8007,7 @@
8007
8007
  }
8008
8008
  },
8009
8009
  {
8010
- "id": 101,
8010
+ "id": 115,
8011
8011
  "name": "resource",
8012
8012
  "kind": 1024,
8013
8013
  "kindString": "Property",
@@ -8032,7 +8032,7 @@
8032
8032
  }
8033
8033
  },
8034
8034
  {
8035
- "id": 113,
8035
+ "id": 127,
8036
8036
  "name": "results",
8037
8037
  "kind": 1024,
8038
8038
  "kindString": "Property",
@@ -8057,7 +8057,7 @@
8057
8057
  }
8058
8058
  },
8059
8059
  {
8060
- "id": 95,
8060
+ "id": 109,
8061
8061
  "name": "role",
8062
8062
  "kind": 1024,
8063
8063
  "kindString": "Property",
@@ -8082,7 +8082,7 @@
8082
8082
  }
8083
8083
  },
8084
8084
  {
8085
- "id": 114,
8085
+ "id": 128,
8086
8086
  "name": "security",
8087
8087
  "kind": 1024,
8088
8088
  "kindString": "Property",
@@ -8107,7 +8107,7 @@
8107
8107
  }
8108
8108
  },
8109
8109
  {
8110
- "id": 89,
8110
+ "id": 103,
8111
8111
  "name": "slot",
8112
8112
  "kind": 1024,
8113
8113
  "kindString": "Property",
@@ -8132,7 +8132,7 @@
8132
8132
  }
8133
8133
  },
8134
8134
  {
8135
- "id": 90,
8135
+ "id": 104,
8136
8136
  "name": "spellCheck",
8137
8137
  "kind": 1024,
8138
8138
  "kindString": "Property",
@@ -8157,7 +8157,7 @@
8157
8157
  }
8158
8158
  },
8159
8159
  {
8160
- "id": 75,
8160
+ "id": 89,
8161
8161
  "name": "style",
8162
8162
  "kind": 1024,
8163
8163
  "kindString": "Property",
@@ -8182,7 +8182,7 @@
8182
8182
  }
8183
8183
  },
8184
8184
  {
8185
- "id": 78,
8185
+ "id": 92,
8186
8186
  "name": "suppressContentEditableWarning",
8187
8187
  "kind": 1024,
8188
8188
  "kindString": "Property",
@@ -8207,7 +8207,7 @@
8207
8207
  }
8208
8208
  },
8209
8209
  {
8210
- "id": 79,
8210
+ "id": 93,
8211
8211
  "name": "suppressHydrationWarning",
8212
8212
  "kind": 1024,
8213
8213
  "kindString": "Property",
@@ -8232,7 +8232,7 @@
8232
8232
  }
8233
8233
  },
8234
8234
  {
8235
- "id": 91,
8235
+ "id": 105,
8236
8236
  "name": "tabIndex",
8237
8237
  "kind": 1024,
8238
8238
  "kindString": "Property",
@@ -8257,7 +8257,7 @@
8257
8257
  }
8258
8258
  },
8259
8259
  {
8260
- "id": 92,
8260
+ "id": 106,
8261
8261
  "name": "title",
8262
8262
  "kind": 1024,
8263
8263
  "kindString": "Property",
@@ -8282,7 +8282,7 @@
8282
8282
  }
8283
8283
  },
8284
8284
  {
8285
- "id": 93,
8285
+ "id": 107,
8286
8286
  "name": "translate",
8287
8287
  "kind": 1024,
8288
8288
  "kindString": "Property",
@@ -8316,7 +8316,7 @@
8316
8316
  }
8317
8317
  },
8318
8318
  {
8319
- "id": 102,
8319
+ "id": 116,
8320
8320
  "name": "typeof",
8321
8321
  "kind": 1024,
8322
8322
  "kindString": "Property",
@@ -8341,7 +8341,7 @@
8341
8341
  }
8342
8342
  },
8343
8343
  {
8344
- "id": 115,
8344
+ "id": 129,
8345
8345
  "name": "unselectable",
8346
8346
  "kind": 1024,
8347
8347
  "kindString": "Property",
@@ -8375,7 +8375,7 @@
8375
8375
  }
8376
8376
  },
8377
8377
  {
8378
- "id": 71,
8378
+ "id": 85,
8379
8379
  "name": "value",
8380
8380
  "kind": 1024,
8381
8381
  "kindString": "Property",
@@ -8383,7 +8383,7 @@
8383
8383
  "sources": [
8384
8384
  {
8385
8385
  "fileName": "src/SwitchInput/index.tsx",
8386
- "line": 18,
8386
+ "line": 16,
8387
8387
  "character": 2
8388
8388
  }
8389
8389
  ],
@@ -8393,7 +8393,7 @@
8393
8393
  }
8394
8394
  },
8395
8395
  {
8396
- "id": 103,
8396
+ "id": 117,
8397
8397
  "name": "vocab",
8398
8398
  "kind": 1024,
8399
8399
  "kindString": "Property",
@@ -8423,22 +8423,8 @@
8423
8423
  "title": "Properties",
8424
8424
  "kind": 1024,
8425
8425
  "children": [
8426
- 96,
8427
- 80,
8428
- 118,
8429
- 119,
8430
- 120,
8431
- 121,
8432
- 122,
8433
- 123,
8434
- 124,
8435
- 125,
8436
- 126,
8437
- 127,
8438
- 128,
8439
- 129,
8440
- 130,
8441
- 131,
8426
+ 110,
8427
+ 94,
8442
8428
  132,
8443
8429
  133,
8444
8430
  134,
@@ -8473,119 +8459,85 @@
8473
8459
  163,
8474
8460
  164,
8475
8461
  165,
8476
- 104,
8477
- 105,
8478
- 106,
8479
- 72,
8480
- 73,
8481
- 107,
8482
- 81,
8483
- 82,
8484
8462
  166,
8485
- 97,
8486
- 76,
8487
- 77,
8488
- 83,
8489
- 68,
8490
- 84,
8491
- 85,
8492
- 86,
8493
- 98,
8494
- 116,
8495
- 117,
8496
- 111,
8497
- 108,
8498
- 112,
8499
- 109,
8500
- 110,
8501
- 87,
8502
- 67,
8503
- 204,
8504
- 205,
8505
- 320,
8506
- 321,
8507
- 322,
8508
- 323,
8509
- 318,
8510
- 319,
8511
- 248,
8512
- 249,
8513
- 186,
8514
- 187,
8515
- 183,
8516
- 184,
8517
- 206,
8518
- 207,
8519
- 208,
8520
- 209,
8521
- 69,
8522
- 185,
8523
- 250,
8524
- 251,
8463
+ 167,
8464
+ 168,
8465
+ 169,
8466
+ 170,
8467
+ 171,
8468
+ 172,
8469
+ 173,
8470
+ 174,
8525
8471
  175,
8526
8472
  176,
8527
8473
  177,
8528
8474
  178,
8529
8475
  179,
8476
+ 118,
8477
+ 119,
8478
+ 120,
8479
+ 86,
8480
+ 87,
8481
+ 121,
8482
+ 95,
8483
+ 96,
8530
8484
  180,
8531
- 252,
8532
- 253,
8533
- 169,
8534
- 170,
8535
- 171,
8536
- 172,
8537
- 254,
8538
- 255,
8539
- 256,
8540
- 257,
8541
- 258,
8542
- 259,
8543
- 260,
8544
- 261,
8485
+ 111,
8486
+ 90,
8487
+ 91,
8488
+ 97,
8489
+ 82,
8490
+ 98,
8491
+ 99,
8492
+ 100,
8493
+ 112,
8494
+ 130,
8495
+ 131,
8496
+ 125,
8497
+ 122,
8498
+ 126,
8499
+ 123,
8500
+ 124,
8501
+ 101,
8502
+ 81,
8503
+ 218,
8504
+ 219,
8505
+ 334,
8506
+ 335,
8507
+ 336,
8508
+ 337,
8509
+ 332,
8510
+ 333,
8545
8511
  262,
8546
8512
  263,
8513
+ 200,
8514
+ 201,
8515
+ 197,
8516
+ 198,
8517
+ 220,
8518
+ 221,
8519
+ 222,
8520
+ 223,
8521
+ 83,
8522
+ 199,
8547
8523
  264,
8548
8524
  265,
8525
+ 189,
8526
+ 190,
8527
+ 191,
8528
+ 192,
8529
+ 193,
8530
+ 194,
8549
8531
  266,
8550
8532
  267,
8533
+ 183,
8534
+ 184,
8535
+ 185,
8536
+ 186,
8551
8537
  268,
8552
8538
  269,
8553
8539
  270,
8554
8540
  271,
8555
- 210,
8556
- 211,
8557
- 212,
8558
- 213,
8559
- 214,
8560
- 215,
8561
- 216,
8562
- 217,
8563
- 197,
8564
- 198,
8565
- 181,
8566
- 182,
8567
- 310,
8568
- 311,
8569
- 188,
8570
- 189,
8571
- 193,
8572
- 194,
8573
- 70,
8574
- 199,
8575
- 200,
8576
- 201,
8577
- 202,
8578
- 203,
8579
- 195,
8580
- 196,
8581
- 222,
8582
- 223,
8583
- 218,
8584
- 219,
8585
- 220,
8586
- 221,
8587
- 312,
8588
- 313,
8589
8541
  272,
8590
8542
  273,
8591
8543
  274,
@@ -8598,52 +8550,42 @@
8598
8550
  281,
8599
8551
  282,
8600
8552
  283,
8601
- 173,
8602
- 174,
8553
+ 284,
8554
+ 285,
8603
8555
  224,
8604
8556
  225,
8605
8557
  226,
8606
8558
  227,
8607
8559
  228,
8608
8560
  229,
8609
- 300,
8610
- 301,
8611
- 294,
8612
- 295,
8613
- 302,
8614
- 303,
8615
- 304,
8616
- 305,
8617
- 296,
8618
- 297,
8619
- 308,
8620
- 309,
8621
- 306,
8622
- 307,
8623
- 298,
8624
- 299,
8625
8561
  230,
8626
8562
  231,
8563
+ 211,
8564
+ 212,
8565
+ 195,
8566
+ 196,
8567
+ 324,
8568
+ 325,
8569
+ 202,
8570
+ 203,
8571
+ 207,
8572
+ 208,
8573
+ 84,
8574
+ 213,
8575
+ 214,
8576
+ 215,
8577
+ 216,
8578
+ 217,
8579
+ 209,
8580
+ 210,
8581
+ 236,
8582
+ 237,
8627
8583
  232,
8628
8584
  233,
8629
- 190,
8630
- 191,
8631
- 314,
8632
- 315,
8633
8585
  234,
8634
8586
  235,
8635
- 236,
8636
- 237,
8637
- 284,
8638
- 285,
8639
- 238,
8640
- 239,
8641
- 74,
8642
- 192,
8643
- 240,
8644
- 241,
8645
- 242,
8646
- 243,
8587
+ 326,
8588
+ 327,
8647
8589
  286,
8648
8590
  287,
8649
8591
  288,
@@ -8652,41 +8594,99 @@
8652
8594
  291,
8653
8595
  292,
8654
8596
  293,
8655
- 324,
8656
- 325,
8597
+ 294,
8598
+ 295,
8599
+ 296,
8600
+ 297,
8601
+ 187,
8602
+ 188,
8603
+ 238,
8604
+ 239,
8605
+ 240,
8606
+ 241,
8607
+ 242,
8608
+ 243,
8609
+ 314,
8610
+ 315,
8611
+ 308,
8612
+ 309,
8613
+ 316,
8614
+ 317,
8615
+ 318,
8616
+ 319,
8617
+ 310,
8618
+ 311,
8619
+ 322,
8620
+ 323,
8621
+ 320,
8622
+ 321,
8623
+ 312,
8624
+ 313,
8657
8625
  244,
8658
8626
  245,
8659
8627
  246,
8660
8628
  247,
8661
- 316,
8662
- 317,
8629
+ 204,
8630
+ 205,
8631
+ 328,
8632
+ 329,
8633
+ 248,
8634
+ 249,
8635
+ 250,
8636
+ 251,
8637
+ 298,
8638
+ 299,
8639
+ 252,
8640
+ 253,
8663
8641
  88,
8664
- 99,
8665
- 100,
8666
- 94,
8667
- 101,
8642
+ 206,
8643
+ 254,
8644
+ 255,
8645
+ 256,
8646
+ 257,
8647
+ 300,
8648
+ 301,
8649
+ 302,
8650
+ 303,
8651
+ 304,
8652
+ 305,
8653
+ 306,
8654
+ 307,
8655
+ 338,
8656
+ 339,
8657
+ 258,
8658
+ 259,
8659
+ 260,
8660
+ 261,
8661
+ 330,
8662
+ 331,
8663
+ 102,
8668
8664
  113,
8669
- 95,
8670
8665
  114,
8666
+ 108,
8667
+ 115,
8668
+ 127,
8669
+ 109,
8670
+ 128,
8671
+ 103,
8672
+ 104,
8671
8673
  89,
8672
- 90,
8673
- 75,
8674
- 78,
8675
- 79,
8676
- 91,
8677
8674
  92,
8678
8675
  93,
8679
- 102,
8680
- 115,
8681
- 71,
8682
- 103
8676
+ 105,
8677
+ 106,
8678
+ 107,
8679
+ 116,
8680
+ 129,
8681
+ 85,
8682
+ 117
8683
8683
  ]
8684
8684
  }
8685
8685
  ],
8686
8686
  "sources": [
8687
8687
  {
8688
8688
  "fileName": "src/SwitchInput/index.tsx",
8689
- "line": 12,
8689
+ "line": 10,
8690
8690
  "character": 17
8691
8691
  }
8692
8692
  ],
@@ -8695,26 +8695,303 @@
8695
8695
  "type": "reference",
8696
8696
  "typeArguments": [
8697
8697
  {
8698
- "type": "reference",
8699
- "typeArguments": [
8698
+ "type": "reference",
8699
+ "typeArguments": [
8700
+ {
8701
+ "type": "reference",
8702
+ "name": "HTMLButtonElement"
8703
+ }
8704
+ ],
8705
+ "name": "React.HTMLAttributes"
8706
+ },
8707
+ {
8708
+ "type": "literal",
8709
+ "value": "onChange"
8710
+ }
8711
+ ],
8712
+ "name": "Omit"
8713
+ }
8714
+ ]
8715
+ },
8716
+ {
8717
+ "id": 18,
8718
+ "name": "ButtonLinkProps",
8719
+ "kind": 4194304,
8720
+ "kindString": "Type alias",
8721
+ "flags": {},
8722
+ "sources": [
8723
+ {
8724
+ "fileName": "src/Button/index.tsx",
8725
+ "line": 50,
8726
+ "character": 12
8727
+ }
8728
+ ],
8729
+ "type": {
8730
+ "type": "reflection",
8731
+ "declaration": {
8732
+ "id": 19,
8733
+ "name": "__type",
8734
+ "kind": 65536,
8735
+ "kindString": "Type literal",
8736
+ "flags": {},
8737
+ "children": [
8738
+ {
8739
+ "id": 26,
8740
+ "name": "buttonSize",
8741
+ "kind": 1024,
8742
+ "kindString": "Property",
8743
+ "flags": {
8744
+ "isOptional": true
8745
+ },
8746
+ "sources": [
8747
+ {
8748
+ "fileName": "src/Button/index.tsx",
8749
+ "line": 57,
8750
+ "character": 2
8751
+ }
8752
+ ],
8753
+ "type": {
8754
+ "type": "union",
8755
+ "types": [
8756
+ {
8757
+ "type": "literal",
8758
+ "value": "xxs"
8759
+ },
8760
+ {
8761
+ "type": "literal",
8762
+ "value": "xs"
8763
+ },
8764
+ {
8765
+ "type": "literal",
8766
+ "value": "s"
8767
+ },
8768
+ {
8769
+ "type": "literal",
8770
+ "value": "m"
8771
+ },
8772
+ {
8773
+ "type": "literal",
8774
+ "value": "l"
8775
+ },
8776
+ {
8777
+ "type": "literal",
8778
+ "value": "xl"
8779
+ }
8780
+ ]
8781
+ }
8782
+ },
8783
+ {
8784
+ "id": 25,
8785
+ "name": "buttonType",
8786
+ "kind": 1024,
8787
+ "kindString": "Property",
8788
+ "flags": {
8789
+ "isOptional": true
8790
+ },
8791
+ "sources": [
8792
+ {
8793
+ "fileName": "src/Button/index.tsx",
8794
+ "line": 56,
8795
+ "character": 2
8796
+ }
8797
+ ],
8798
+ "type": {
8799
+ "type": "union",
8800
+ "types": [
8801
+ {
8802
+ "type": "literal",
8803
+ "value": "primary"
8804
+ },
8805
+ {
8806
+ "type": "literal",
8807
+ "value": "muted"
8808
+ },
8809
+ {
8810
+ "type": "literal",
8811
+ "value": "negative"
8812
+ }
8813
+ ]
8814
+ }
8815
+ },
8816
+ {
8817
+ "id": 20,
8818
+ "name": "children",
8819
+ "kind": 1024,
8820
+ "kindString": "Property",
8821
+ "flags": {},
8822
+ "sources": [
8823
+ {
8824
+ "fileName": "src/Button/index.tsx",
8825
+ "line": 51,
8826
+ "character": 2
8827
+ }
8828
+ ],
8829
+ "type": {
8830
+ "type": "reference",
8831
+ "name": "ReactNode"
8832
+ }
8833
+ },
8834
+ {
8835
+ "id": 23,
8836
+ "name": "className",
8837
+ "kind": 1024,
8838
+ "kindString": "Property",
8839
+ "flags": {
8840
+ "isOptional": true
8841
+ },
8842
+ "sources": [
8843
+ {
8844
+ "fileName": "src/Button/index.tsx",
8845
+ "line": 54,
8846
+ "character": 2
8847
+ }
8848
+ ],
8849
+ "type": {
8850
+ "type": "intrinsic",
8851
+ "name": "string"
8852
+ }
8853
+ },
8854
+ {
8855
+ "id": 27,
8856
+ "name": "fullWidth",
8857
+ "kind": 1024,
8858
+ "kindString": "Property",
8859
+ "flags": {
8860
+ "isOptional": true
8861
+ },
8862
+ "sources": [
8863
+ {
8864
+ "fileName": "src/Button/index.tsx",
8865
+ "line": 58,
8866
+ "character": 2
8867
+ }
8868
+ ],
8869
+ "type": {
8870
+ "type": "intrinsic",
8871
+ "name": "boolean"
8872
+ }
8873
+ },
8874
+ {
8875
+ "id": 21,
8876
+ "name": "href",
8877
+ "kind": 1024,
8878
+ "kindString": "Property",
8879
+ "flags": {},
8880
+ "sources": [
8881
+ {
8882
+ "fileName": "src/Button/index.tsx",
8883
+ "line": 52,
8884
+ "character": 2
8885
+ }
8886
+ ],
8887
+ "type": {
8888
+ "type": "intrinsic",
8889
+ "name": "string"
8890
+ }
8891
+ },
8892
+ {
8893
+ "id": 24,
8894
+ "name": "onClick",
8895
+ "kind": 1024,
8896
+ "kindString": "Property",
8897
+ "flags": {
8898
+ "isOptional": true
8899
+ },
8900
+ "sources": [
8700
8901
  {
8701
- "type": "reference",
8702
- "name": "HTMLButtonElement"
8902
+ "fileName": "src/Button/index.tsx",
8903
+ "line": 55,
8904
+ "character": 2
8703
8905
  }
8704
8906
  ],
8705
- "name": "React.HTMLAttributes"
8907
+ "type": {
8908
+ "type": "reference",
8909
+ "name": "MouseEventHandler"
8910
+ }
8706
8911
  },
8707
8912
  {
8708
- "type": "literal",
8709
- "value": "onChange"
8913
+ "id": 28,
8914
+ "name": "style",
8915
+ "kind": 1024,
8916
+ "kindString": "Property",
8917
+ "flags": {
8918
+ "isOptional": true
8919
+ },
8920
+ "sources": [
8921
+ {
8922
+ "fileName": "src/Button/index.tsx",
8923
+ "line": 59,
8924
+ "character": 2
8925
+ }
8926
+ ],
8927
+ "type": {
8928
+ "type": "reference",
8929
+ "name": "CSSProperties"
8930
+ }
8931
+ },
8932
+ {
8933
+ "id": 22,
8934
+ "name": "target",
8935
+ "kind": 1024,
8936
+ "kindString": "Property",
8937
+ "flags": {
8938
+ "isOptional": true
8939
+ },
8940
+ "sources": [
8941
+ {
8942
+ "fileName": "src/Button/index.tsx",
8943
+ "line": 53,
8944
+ "character": 2
8945
+ }
8946
+ ],
8947
+ "type": {
8948
+ "type": "indexedAccess",
8949
+ "indexType": {
8950
+ "type": "literal",
8951
+ "value": "target"
8952
+ },
8953
+ "objectType": {
8954
+ "type": "reference",
8955
+ "typeArguments": [
8956
+ {
8957
+ "type": "reference",
8958
+ "name": "HTMLAnchorElement"
8959
+ }
8960
+ ],
8961
+ "name": "React.AnchorHTMLAttributes"
8962
+ }
8963
+ }
8710
8964
  }
8711
8965
  ],
8712
- "name": "Omit"
8966
+ "groups": [
8967
+ {
8968
+ "title": "Properties",
8969
+ "kind": 1024,
8970
+ "children": [
8971
+ 26,
8972
+ 25,
8973
+ 20,
8974
+ 23,
8975
+ 27,
8976
+ 21,
8977
+ 24,
8978
+ 28,
8979
+ 22
8980
+ ]
8981
+ }
8982
+ ],
8983
+ "sources": [
8984
+ {
8985
+ "fileName": "src/Button/index.tsx",
8986
+ "line": 50,
8987
+ "character": 30
8988
+ }
8989
+ ]
8713
8990
  }
8714
- ]
8991
+ }
8715
8992
  },
8716
8993
  {
8717
- "id": 4,
8994
+ "id": 7,
8718
8995
  "name": "ButtonProps",
8719
8996
  "kind": 4194304,
8720
8997
  "kindString": "Type alias",
@@ -8729,14 +9006,14 @@
8729
9006
  "type": {
8730
9007
  "type": "reflection",
8731
9008
  "declaration": {
8732
- "id": 5,
9009
+ "id": 8,
8733
9010
  "name": "__type",
8734
9011
  "kind": 65536,
8735
9012
  "kindString": "Type literal",
8736
9013
  "flags": {},
8737
9014
  "children": [
8738
9015
  {
8739
- "id": 12,
9016
+ "id": 15,
8740
9017
  "name": "buttonSize",
8741
9018
  "kind": 1024,
8742
9019
  "kindString": "Property",
@@ -8781,7 +9058,7 @@
8781
9058
  }
8782
9059
  },
8783
9060
  {
8784
- "id": 11,
9061
+ "id": 14,
8785
9062
  "name": "buttonType",
8786
9063
  "kind": 1024,
8787
9064
  "kindString": "Property",
@@ -8814,7 +9091,7 @@
8814
9091
  }
8815
9092
  },
8816
9093
  {
8817
- "id": 6,
9094
+ "id": 9,
8818
9095
  "name": "children",
8819
9096
  "kind": 1024,
8820
9097
  "kindString": "Property",
@@ -8832,7 +9109,7 @@
8832
9109
  }
8833
9110
  },
8834
9111
  {
8835
- "id": 8,
9112
+ "id": 11,
8836
9113
  "name": "className",
8837
9114
  "kind": 1024,
8838
9115
  "kindString": "Property",
@@ -8852,7 +9129,7 @@
8852
9129
  }
8853
9130
  },
8854
9131
  {
8855
- "id": 9,
9132
+ "id": 12,
8856
9133
  "name": "disabled",
8857
9134
  "kind": 1024,
8858
9135
  "kindString": "Property",
@@ -8872,7 +9149,7 @@
8872
9149
  }
8873
9150
  },
8874
9151
  {
8875
- "id": 13,
9152
+ "id": 16,
8876
9153
  "name": "fullWidth",
8877
9154
  "kind": 1024,
8878
9155
  "kindString": "Property",
@@ -8892,7 +9169,7 @@
8892
9169
  }
8893
9170
  },
8894
9171
  {
8895
- "id": 10,
9172
+ "id": 13,
8896
9173
  "name": "onClick",
8897
9174
  "kind": 1024,
8898
9175
  "kindString": "Property",
@@ -8912,7 +9189,7 @@
8912
9189
  }
8913
9190
  },
8914
9191
  {
8915
- "id": 14,
9192
+ "id": 17,
8916
9193
  "name": "style",
8917
9194
  "kind": 1024,
8918
9195
  "kindString": "Property",
@@ -8932,7 +9209,7 @@
8932
9209
  }
8933
9210
  },
8934
9211
  {
8935
- "id": 7,
9212
+ "id": 10,
8936
9213
  "name": "type",
8937
9214
  "kind": 1024,
8938
9215
  "kindString": "Property",
@@ -8968,15 +9245,15 @@
8968
9245
  "title": "Properties",
8969
9246
  "kind": 1024,
8970
9247
  "children": [
8971
- 12,
8972
- 11,
8973
- 6,
8974
- 8,
9248
+ 15,
9249
+ 14,
8975
9250
  9,
9251
+ 11,
9252
+ 12,
9253
+ 16,
8976
9254
  13,
8977
- 10,
8978
- 14,
8979
- 7
9255
+ 17,
9256
+ 10
8980
9257
  ]
8981
9258
  }
8982
9259
  ],
@@ -8991,7 +9268,7 @@
8991
9268
  }
8992
9269
  },
8993
9270
  {
8994
- "id": 18,
9271
+ "id": 32,
8995
9272
  "name": "CanvasProps",
8996
9273
  "kind": 4194304,
8997
9274
  "kindString": "Type alias",
@@ -9006,14 +9283,14 @@
9006
9283
  "type": {
9007
9284
  "type": "reflection",
9008
9285
  "declaration": {
9009
- "id": 19,
9286
+ "id": 33,
9010
9287
  "name": "__type",
9011
9288
  "kind": 65536,
9012
9289
  "kindString": "Type literal",
9013
9290
  "flags": {},
9014
9291
  "children": [
9015
9292
  {
9016
- "id": 22,
9293
+ "id": 36,
9017
9294
  "name": "children",
9018
9295
  "kind": 1024,
9019
9296
  "kindString": "Property",
@@ -9031,7 +9308,7 @@
9031
9308
  }
9032
9309
  },
9033
9310
  {
9034
- "id": 20,
9311
+ "id": 34,
9035
9312
  "name": "ctx",
9036
9313
  "kind": 1024,
9037
9314
  "kindString": "Property",
@@ -9049,7 +9326,7 @@
9049
9326
  }
9050
9327
  },
9051
9328
  {
9052
- "id": 21,
9329
+ "id": 35,
9053
9330
  "name": "noAutoResizer",
9054
9331
  "kind": 1024,
9055
9332
  "kindString": "Property",
@@ -9074,9 +9351,9 @@
9074
9351
  "title": "Properties",
9075
9352
  "kind": 1024,
9076
9353
  "children": [
9077
- 22,
9078
- 20,
9079
- 21
9354
+ 36,
9355
+ 34,
9356
+ 35
9080
9357
  ]
9081
9358
  }
9082
9359
  ],
@@ -9091,7 +9368,7 @@
9091
9368
  }
9092
9369
  },
9093
9370
  {
9094
- "id": 61,
9371
+ "id": 75,
9095
9372
  "name": "SwitchInputChangeEventHandler",
9096
9373
  "kind": 4194304,
9097
9374
  "kindString": "Type alias",
@@ -9106,7 +9383,7 @@
9106
9383
  "type": {
9107
9384
  "type": "reflection",
9108
9385
  "declaration": {
9109
- "id": 62,
9386
+ "id": 76,
9110
9387
  "name": "__type",
9111
9388
  "kind": 65536,
9112
9389
  "kindString": "Type literal",
@@ -9120,14 +9397,14 @@
9120
9397
  ],
9121
9398
  "signatures": [
9122
9399
  {
9123
- "id": 63,
9400
+ "id": 77,
9124
9401
  "name": "__type",
9125
9402
  "kind": 4096,
9126
9403
  "kindString": "Call signature",
9127
9404
  "flags": {},
9128
9405
  "parameters": [
9129
9406
  {
9130
- "id": 64,
9407
+ "id": 78,
9131
9408
  "name": "newValue",
9132
9409
  "kind": 32768,
9133
9410
  "kindString": "Parameter",
@@ -9138,7 +9415,7 @@
9138
9415
  }
9139
9416
  },
9140
9417
  {
9141
- "id": 65,
9418
+ "id": 79,
9142
9419
  "name": "event",
9143
9420
  "kind": 32768,
9144
9421
  "kindString": "Parameter",
@@ -9180,7 +9457,7 @@
9180
9457
  }
9181
9458
  },
9182
9459
  {
9183
- "id": 329,
9460
+ "id": 343,
9184
9461
  "name": "TextInputChangeEventHandler",
9185
9462
  "kind": 4194304,
9186
9463
  "kindString": "Type alias",
@@ -9195,7 +9472,7 @@
9195
9472
  "type": {
9196
9473
  "type": "reflection",
9197
9474
  "declaration": {
9198
- "id": 330,
9475
+ "id": 344,
9199
9476
  "name": "__type",
9200
9477
  "kind": 65536,
9201
9478
  "kindString": "Type literal",
@@ -9209,14 +9486,14 @@
9209
9486
  ],
9210
9487
  "signatures": [
9211
9488
  {
9212
- "id": 331,
9489
+ "id": 345,
9213
9490
  "name": "__type",
9214
9491
  "kind": 4096,
9215
9492
  "kindString": "Call signature",
9216
9493
  "flags": {},
9217
9494
  "parameters": [
9218
9495
  {
9219
- "id": 332,
9496
+ "id": 346,
9220
9497
  "name": "newValue",
9221
9498
  "kind": 32768,
9222
9499
  "kindString": "Parameter",
@@ -9227,7 +9504,7 @@
9227
9504
  }
9228
9505
  },
9229
9506
  {
9230
- "id": 333,
9507
+ "id": 347,
9231
9508
  "name": "event",
9232
9509
  "kind": 32768,
9233
9510
  "kindString": "Parameter",
@@ -9254,7 +9531,7 @@
9254
9531
  }
9255
9532
  },
9256
9533
  {
9257
- "id": 334,
9534
+ "id": 348,
9258
9535
  "name": "TextInputProps",
9259
9536
  "kind": 4194304,
9260
9537
  "kindString": "Type alias",
@@ -9272,14 +9549,14 @@
9272
9549
  {
9273
9550
  "type": "reflection",
9274
9551
  "declaration": {
9275
- "id": 335,
9552
+ "id": 349,
9276
9553
  "name": "__type",
9277
9554
  "kind": 65536,
9278
9555
  "kindString": "Type literal",
9279
9556
  "flags": {},
9280
9557
  "children": [
9281
9558
  {
9282
- "id": 340,
9559
+ "id": 354,
9283
9560
  "name": "className",
9284
9561
  "kind": 1024,
9285
9562
  "kindString": "Property",
@@ -9289,7 +9566,7 @@
9289
9566
  "sources": [
9290
9567
  {
9291
9568
  "fileName": "src/TextInput/index.tsx",
9292
- "line": 23,
9569
+ "line": 15,
9293
9570
  "character": 2
9294
9571
  }
9295
9572
  ],
@@ -9299,7 +9576,7 @@
9299
9576
  }
9300
9577
  },
9301
9578
  {
9302
- "id": 344,
9579
+ "id": 357,
9303
9580
  "name": "error",
9304
9581
  "kind": 1024,
9305
9582
  "kindString": "Property",
@@ -9309,7 +9586,7 @@
9309
9586
  "sources": [
9310
9587
  {
9311
9588
  "fileName": "src/TextInput/index.tsx",
9312
- "line": 27,
9589
+ "line": 18,
9313
9590
  "character": 2
9314
9591
  }
9315
9592
  ],
@@ -9319,7 +9596,7 @@
9319
9596
  }
9320
9597
  },
9321
9598
  {
9322
- "id": 339,
9599
+ "id": 353,
9323
9600
  "name": "id",
9324
9601
  "kind": 1024,
9325
9602
  "kindString": "Property",
@@ -9329,7 +9606,7 @@
9329
9606
  "sources": [
9330
9607
  {
9331
9608
  "fileName": "src/TextInput/index.tsx",
9332
- "line": 22,
9609
+ "line": 14,
9333
9610
  "character": 2
9334
9611
  }
9335
9612
  ],
@@ -9339,7 +9616,7 @@
9339
9616
  }
9340
9617
  },
9341
9618
  {
9342
- "id": 343,
9619
+ "id": 356,
9343
9620
  "name": "inputRef",
9344
9621
  "kind": 1024,
9345
9622
  "kindString": "Property",
@@ -9349,7 +9626,7 @@
9349
9626
  "sources": [
9350
9627
  {
9351
9628
  "fileName": "src/TextInput/index.tsx",
9352
- "line": 26,
9629
+ "line": 17,
9353
9630
  "character": 2
9354
9631
  }
9355
9632
  ],
@@ -9365,7 +9642,7 @@
9365
9642
  }
9366
9643
  },
9367
9644
  {
9368
- "id": 338,
9645
+ "id": 352,
9369
9646
  "name": "labelText",
9370
9647
  "kind": 1024,
9371
9648
  "kindString": "Property",
@@ -9375,7 +9652,7 @@
9375
9652
  "sources": [
9376
9653
  {
9377
9654
  "fileName": "src/TextInput/index.tsx",
9378
- "line": 21,
9655
+ "line": 13,
9379
9656
  "character": 2
9380
9657
  }
9381
9658
  ],
@@ -9385,7 +9662,7 @@
9385
9662
  }
9386
9663
  },
9387
9664
  {
9388
- "id": 337,
9665
+ "id": 351,
9389
9666
  "name": "name",
9390
9667
  "kind": 1024,
9391
9668
  "kindString": "Property",
@@ -9395,7 +9672,7 @@
9395
9672
  "sources": [
9396
9673
  {
9397
9674
  "fileName": "src/TextInput/index.tsx",
9398
- "line": 20,
9675
+ "line": 12,
9399
9676
  "character": 2
9400
9677
  }
9401
9678
  ],
@@ -9405,7 +9682,7 @@
9405
9682
  }
9406
9683
  },
9407
9684
  {
9408
- "id": 341,
9685
+ "id": 355,
9409
9686
  "name": "onChange",
9410
9687
  "kind": 1024,
9411
9688
  "kindString": "Property",
@@ -9415,18 +9692,18 @@
9415
9692
  "sources": [
9416
9693
  {
9417
9694
  "fileName": "src/TextInput/index.tsx",
9418
- "line": 24,
9695
+ "line": 16,
9419
9696
  "character": 2
9420
9697
  }
9421
9698
  ],
9422
9699
  "type": {
9423
9700
  "type": "reference",
9424
- "id": 329,
9701
+ "id": 343,
9425
9702
  "name": "TextInputChangeEventHandler"
9426
9703
  }
9427
9704
  },
9428
9705
  {
9429
- "id": 336,
9706
+ "id": 350,
9430
9707
  "name": "type",
9431
9708
  "kind": 1024,
9432
9709
  "kindString": "Property",
@@ -9477,24 +9754,6 @@
9477
9754
  }
9478
9755
  ]
9479
9756
  }
9480
- },
9481
- {
9482
- "id": 342,
9483
- "name": "value",
9484
- "kind": 1024,
9485
- "kindString": "Property",
9486
- "flags": {},
9487
- "sources": [
9488
- {
9489
- "fileName": "src/TextInput/index.tsx",
9490
- "line": 25,
9491
- "character": 2
9492
- }
9493
- ],
9494
- "type": {
9495
- "type": "intrinsic",
9496
- "name": "string"
9497
- }
9498
9757
  }
9499
9758
  ],
9500
9759
  "groups": [
@@ -9502,15 +9761,14 @@
9502
9761
  "title": "Properties",
9503
9762
  "kind": 1024,
9504
9763
  "children": [
9505
- 340,
9506
- 344,
9507
- 339,
9508
- 343,
9509
- 338,
9510
- 337,
9511
- 341,
9512
- 336,
9513
- 342
9764
+ 354,
9765
+ 357,
9766
+ 353,
9767
+ 356,
9768
+ 352,
9769
+ 351,
9770
+ 355,
9771
+ 350
9514
9772
  ]
9515
9773
  }
9516
9774
  ],
@@ -9524,15 +9782,25 @@
9524
9782
  }
9525
9783
  },
9526
9784
  {
9527
- "type": "indexedAccess",
9528
- "indexType": {
9529
- "type": "literal",
9530
- "value": "input"
9531
- },
9532
- "objectType": {
9533
- "type": "reference",
9534
- "name": "JSX.IntrinsicElements"
9535
- }
9785
+ "type": "reference",
9786
+ "typeArguments": [
9787
+ {
9788
+ "type": "indexedAccess",
9789
+ "indexType": {
9790
+ "type": "literal",
9791
+ "value": "input"
9792
+ },
9793
+ "objectType": {
9794
+ "type": "reference",
9795
+ "name": "JSX.IntrinsicElements"
9796
+ }
9797
+ },
9798
+ {
9799
+ "type": "literal",
9800
+ "value": "onChange"
9801
+ }
9802
+ ],
9803
+ "name": "Omit"
9536
9804
  }
9537
9805
  ]
9538
9806
  }
@@ -9566,7 +9834,7 @@
9566
9834
  "flags": {},
9567
9835
  "type": {
9568
9836
  "type": "reference",
9569
- "id": 4,
9837
+ "id": 7,
9570
9838
  "name": "ButtonProps"
9571
9839
  }
9572
9840
  }
@@ -9579,7 +9847,48 @@
9579
9847
  ]
9580
9848
  },
9581
9849
  {
9582
- "id": 15,
9850
+ "id": 4,
9851
+ "name": "ButtonLink",
9852
+ "kind": 64,
9853
+ "kindString": "Function",
9854
+ "flags": {},
9855
+ "sources": [
9856
+ {
9857
+ "fileName": "src/Button/index.tsx",
9858
+ "line": 62,
9859
+ "character": 16
9860
+ }
9861
+ ],
9862
+ "signatures": [
9863
+ {
9864
+ "id": 5,
9865
+ "name": "ButtonLink",
9866
+ "kind": 4096,
9867
+ "kindString": "Call signature",
9868
+ "flags": {},
9869
+ "parameters": [
9870
+ {
9871
+ "id": 6,
9872
+ "name": "__namedParameters",
9873
+ "kind": 32768,
9874
+ "kindString": "Parameter",
9875
+ "flags": {},
9876
+ "type": {
9877
+ "type": "reference",
9878
+ "id": 18,
9879
+ "name": "ButtonLinkProps"
9880
+ }
9881
+ }
9882
+ ],
9883
+ "type": {
9884
+ "type": "reference",
9885
+ "name": "JSX.Element"
9886
+ }
9887
+ }
9888
+ ]
9889
+ },
9890
+ {
9891
+ "id": 29,
9583
9892
  "name": "Canvas",
9584
9893
  "kind": 64,
9585
9894
  "kindString": "Function",
@@ -9593,21 +9902,21 @@
9593
9902
  ],
9594
9903
  "signatures": [
9595
9904
  {
9596
- "id": 16,
9905
+ "id": 30,
9597
9906
  "name": "Canvas",
9598
9907
  "kind": 4096,
9599
9908
  "kindString": "Call signature",
9600
9909
  "flags": {},
9601
9910
  "parameters": [
9602
9911
  {
9603
- "id": 17,
9912
+ "id": 31,
9604
9913
  "name": "__namedParameters",
9605
9914
  "kind": 32768,
9606
9915
  "kindString": "Parameter",
9607
9916
  "flags": {},
9608
9917
  "type": {
9609
9918
  "type": "reference",
9610
- "id": 18,
9919
+ "id": 32,
9611
9920
  "name": "CanvasProps"
9612
9921
  }
9613
9922
  }
@@ -9620,7 +9929,117 @@
9620
9929
  ]
9621
9930
  },
9622
9931
  {
9623
- "id": 23,
9932
+ "id": 361,
9933
+ "name": "ContextInspector",
9934
+ "kind": 64,
9935
+ "kindString": "Function",
9936
+ "flags": {},
9937
+ "sources": [
9938
+ {
9939
+ "fileName": "src/ContextInspector/index.tsx",
9940
+ "line": 161,
9941
+ "character": 16
9942
+ }
9943
+ ],
9944
+ "signatures": [
9945
+ {
9946
+ "id": 362,
9947
+ "name": "ContextInspector",
9948
+ "kind": 4096,
9949
+ "kindString": "Call signature",
9950
+ "flags": {},
9951
+ "parameters": [
9952
+ {
9953
+ "id": 363,
9954
+ "name": "__namedParameters",
9955
+ "kind": 32768,
9956
+ "kindString": "Parameter",
9957
+ "flags": {},
9958
+ "type": {
9959
+ "type": "reflection",
9960
+ "declaration": {
9961
+ "id": 364,
9962
+ "name": "__type",
9963
+ "kind": 65536,
9964
+ "kindString": "Type literal",
9965
+ "flags": {},
9966
+ "children": [
9967
+ {
9968
+ "id": 365,
9969
+ "name": "ctx",
9970
+ "kind": 1024,
9971
+ "kindString": "Property",
9972
+ "flags": {},
9973
+ "sources": [
9974
+ {
9975
+ "fileName": "src/ContextInspector/index.tsx",
9976
+ "line": 161,
9977
+ "character": 44
9978
+ }
9979
+ ],
9980
+ "type": {
9981
+ "type": "reflection",
9982
+ "declaration": {
9983
+ "id": 366,
9984
+ "name": "__type",
9985
+ "kind": 65536,
9986
+ "kindString": "Type literal",
9987
+ "flags": {},
9988
+ "children": [
9989
+ {
9990
+ "id": 367,
9991
+ "name": "mode",
9992
+ "kind": 1024,
9993
+ "kindString": "Property",
9994
+ "flags": {},
9995
+ "sources": [
9996
+ {
9997
+ "fileName": "src/ContextInspector/index.tsx",
9998
+ "line": 161,
9999
+ "character": 51
10000
+ }
10001
+ ],
10002
+ "type": {
10003
+ "type": "intrinsic",
10004
+ "name": "string"
10005
+ }
10006
+ }
10007
+ ],
10008
+ "groups": [
10009
+ {
10010
+ "title": "Properties",
10011
+ "kind": 1024,
10012
+ "children": [
10013
+ 367
10014
+ ]
10015
+ }
10016
+ ]
10017
+ }
10018
+ }
10019
+ }
10020
+ ],
10021
+ "groups": [
10022
+ {
10023
+ "title": "Properties",
10024
+ "kind": 1024,
10025
+ "children": [
10026
+ 365
10027
+ ]
10028
+ }
10029
+ ]
10030
+ }
10031
+ }
10032
+ }
10033
+ ],
10034
+ "type": {
10035
+ "type": "reference",
10036
+ "name": "JSX.Element"
10037
+ }
10038
+ }
10039
+ ]
10040
+ },
10041
+ {
10042
+ "id": 37,
9624
10043
  "name": "FieldError",
9625
10044
  "kind": 64,
9626
10045
  "kindString": "Function",
@@ -9634,14 +10053,14 @@
9634
10053
  ],
9635
10054
  "signatures": [
9636
10055
  {
9637
- "id": 24,
10056
+ "id": 38,
9638
10057
  "name": "FieldError",
9639
10058
  "kind": 4096,
9640
10059
  "kindString": "Call signature",
9641
10060
  "flags": {},
9642
10061
  "parameters": [
9643
10062
  {
9644
- "id": 25,
10063
+ "id": 39,
9645
10064
  "name": "__namedParameters",
9646
10065
  "kind": 32768,
9647
10066
  "kindString": "Parameter",
@@ -9660,7 +10079,7 @@
9660
10079
  ]
9661
10080
  },
9662
10081
  {
9663
- "id": 26,
10082
+ "id": 40,
9664
10083
  "name": "FieldGroup",
9665
10084
  "kind": 64,
9666
10085
  "kindString": "Function",
@@ -9674,21 +10093,21 @@
9674
10093
  ],
9675
10094
  "signatures": [
9676
10095
  {
9677
- "id": 27,
10096
+ "id": 41,
9678
10097
  "name": "FieldGroup",
9679
10098
  "kind": 4096,
9680
10099
  "kindString": "Call signature",
9681
10100
  "flags": {},
9682
10101
  "parameters": [
9683
10102
  {
9684
- "id": 28,
10103
+ "id": 42,
9685
10104
  "name": "__namedParameters",
9686
10105
  "kind": 32768,
9687
10106
  "kindString": "Parameter",
9688
10107
  "flags": {},
9689
10108
  "type": {
9690
10109
  "type": "reference",
9691
- "id": 29,
10110
+ "id": 43,
9692
10111
  "name": "FieldGroupProps"
9693
10112
  }
9694
10113
  }
@@ -9701,7 +10120,7 @@
9701
10120
  ]
9702
10121
  },
9703
10122
  {
9704
- "id": 33,
10123
+ "id": 47,
9705
10124
  "name": "FieldHint",
9706
10125
  "kind": 64,
9707
10126
  "kindString": "Function",
@@ -9715,14 +10134,14 @@
9715
10134
  ],
9716
10135
  "signatures": [
9717
10136
  {
9718
- "id": 34,
10137
+ "id": 48,
9719
10138
  "name": "FieldHint",
9720
10139
  "kind": 4096,
9721
10140
  "kindString": "Call signature",
9722
10141
  "flags": {},
9723
10142
  "parameters": [
9724
10143
  {
9725
- "id": 35,
10144
+ "id": 49,
9726
10145
  "name": "__namedParameters",
9727
10146
  "kind": 32768,
9728
10147
  "kindString": "Parameter",
@@ -9741,7 +10160,7 @@
9741
10160
  ]
9742
10161
  },
9743
10162
  {
9744
- "id": 42,
10163
+ "id": 56,
9745
10164
  "name": "Form",
9746
10165
  "kind": 64,
9747
10166
  "kindString": "Function",
@@ -9757,21 +10176,21 @@
9757
10176
  ],
9758
10177
  "signatures": [
9759
10178
  {
9760
- "id": 43,
10179
+ "id": 57,
9761
10180
  "name": "Form",
9762
10181
  "kind": 4096,
9763
10182
  "kindString": "Call signature",
9764
10183
  "flags": {},
9765
10184
  "parameters": [
9766
10185
  {
9767
- "id": 44,
10186
+ "id": 58,
9768
10187
  "name": "__namedParameters",
9769
10188
  "kind": 32768,
9770
10189
  "kindString": "Parameter",
9771
10190
  "flags": {},
9772
10191
  "type": {
9773
10192
  "type": "reference",
9774
- "id": 36,
10193
+ "id": 50,
9775
10194
  "name": "FormProps"
9776
10195
  }
9777
10196
  }
@@ -9784,7 +10203,7 @@
9784
10203
  ]
9785
10204
  },
9786
10205
  {
9787
- "id": 52,
10206
+ "id": 66,
9788
10207
  "name": "FormLabel",
9789
10208
  "kind": 64,
9790
10209
  "kindString": "Function",
@@ -9800,21 +10219,21 @@
9800
10219
  ],
9801
10220
  "signatures": [
9802
10221
  {
9803
- "id": 53,
10222
+ "id": 67,
9804
10223
  "name": "FormLabel",
9805
10224
  "kind": 4096,
9806
10225
  "kindString": "Call signature",
9807
10226
  "flags": {},
9808
10227
  "parameters": [
9809
10228
  {
9810
- "id": 54,
10229
+ "id": 68,
9811
10230
  "name": "__namedParameters",
9812
10231
  "kind": 32768,
9813
10232
  "kindString": "Parameter",
9814
10233
  "flags": {},
9815
10234
  "type": {
9816
10235
  "type": "reference",
9817
- "id": 45,
10236
+ "id": 59,
9818
10237
  "name": "FormLabelProps"
9819
10238
  }
9820
10239
  }
@@ -9827,7 +10246,7 @@
9827
10246
  ]
9828
10247
  },
9829
10248
  {
9830
- "id": 55,
10249
+ "id": 69,
9831
10250
  "name": "SwitchField",
9832
10251
  "kind": 64,
9833
10252
  "kindString": "Function",
@@ -9841,14 +10260,14 @@
9841
10260
  ],
9842
10261
  "signatures": [
9843
10262
  {
9844
- "id": 56,
10263
+ "id": 70,
9845
10264
  "name": "SwitchField",
9846
10265
  "kind": 4096,
9847
10266
  "kindString": "Call signature",
9848
10267
  "flags": {},
9849
10268
  "parameters": [
9850
10269
  {
9851
- "id": 57,
10270
+ "id": 71,
9852
10271
  "name": "__namedParameters",
9853
10272
  "kind": 32768,
9854
10273
  "kindString": "Parameter",
@@ -9867,7 +10286,7 @@
9867
10286
  ]
9868
10287
  },
9869
10288
  {
9870
- "id": 58,
10289
+ "id": 72,
9871
10290
  "name": "SwitchInput",
9872
10291
  "kind": 64,
9873
10292
  "kindString": "Function",
@@ -9875,27 +10294,27 @@
9875
10294
  "sources": [
9876
10295
  {
9877
10296
  "fileName": "src/SwitchInput/index.tsx",
9878
- "line": 21,
10297
+ "line": 19,
9879
10298
  "character": 16
9880
10299
  }
9881
10300
  ],
9882
10301
  "signatures": [
9883
10302
  {
9884
- "id": 59,
10303
+ "id": 73,
9885
10304
  "name": "SwitchInput",
9886
10305
  "kind": 4096,
9887
10306
  "kindString": "Call signature",
9888
10307
  "flags": {},
9889
10308
  "parameters": [
9890
10309
  {
9891
- "id": 60,
10310
+ "id": 74,
9892
10311
  "name": "__namedParameters",
9893
10312
  "kind": 32768,
9894
10313
  "kindString": "Parameter",
9895
10314
  "flags": {},
9896
10315
  "type": {
9897
10316
  "type": "reference",
9898
- "id": 66,
10317
+ "id": 80,
9899
10318
  "name": "SwitchInputProps"
9900
10319
  }
9901
10320
  }
@@ -9908,7 +10327,7 @@
9908
10327
  ]
9909
10328
  },
9910
10329
  {
9911
- "id": 326,
10330
+ "id": 340,
9912
10331
  "name": "TextField",
9913
10332
  "kind": 64,
9914
10333
  "kindString": "Function",
@@ -9916,20 +10335,20 @@
9916
10335
  "sources": [
9917
10336
  {
9918
10337
  "fileName": "src/TextField/index.tsx",
9919
- "line": 27,
10338
+ "line": 25,
9920
10339
  "character": 16
9921
10340
  }
9922
10341
  ],
9923
10342
  "signatures": [
9924
10343
  {
9925
- "id": 327,
10344
+ "id": 341,
9926
10345
  "name": "TextField",
9927
10346
  "kind": 4096,
9928
10347
  "kindString": "Call signature",
9929
10348
  "flags": {},
9930
10349
  "parameters": [
9931
10350
  {
9932
- "id": 328,
10351
+ "id": 342,
9933
10352
  "name": "__namedParameters",
9934
10353
  "kind": 32768,
9935
10354
  "kindString": "Parameter",
@@ -9948,7 +10367,7 @@
9948
10367
  ]
9949
10368
  },
9950
10369
  {
9951
- "id": 345,
10370
+ "id": 358,
9952
10371
  "name": "TextInput",
9953
10372
  "kind": 64,
9954
10373
  "kindString": "Function",
@@ -9958,27 +10377,27 @@
9958
10377
  "sources": [
9959
10378
  {
9960
10379
  "fileName": "src/TextInput/index.tsx",
9961
- "line": 30,
10380
+ "line": 21,
9962
10381
  "character": 13
9963
10382
  }
9964
10383
  ],
9965
10384
  "signatures": [
9966
10385
  {
9967
- "id": 346,
10386
+ "id": 359,
9968
10387
  "name": "TextInput",
9969
10388
  "kind": 4096,
9970
10389
  "kindString": "Call signature",
9971
10390
  "flags": {},
9972
10391
  "parameters": [
9973
10392
  {
9974
- "id": 347,
10393
+ "id": 360,
9975
10394
  "name": "__namedParameters",
9976
10395
  "kind": 32768,
9977
10396
  "kindString": "Parameter",
9978
10397
  "flags": {},
9979
10398
  "type": {
9980
10399
  "type": "reference",
9981
- "id": 334,
10400
+ "id": 348,
9982
10401
  "name": "TextInputProps"
9983
10402
  }
9984
10403
  }
@@ -9996,21 +10415,22 @@
9996
10415
  "title": "Interfaces",
9997
10416
  "kind": 256,
9998
10417
  "children": [
9999
- 29,
10000
- 45,
10001
- 36,
10002
- 66
10418
+ 43,
10419
+ 59,
10420
+ 50,
10421
+ 80
10003
10422
  ]
10004
10423
  },
10005
10424
  {
10006
10425
  "title": "Type aliases",
10007
10426
  "kind": 4194304,
10008
10427
  "children": [
10009
- 4,
10010
10428
  18,
10011
- 61,
10012
- 329,
10013
- 334
10429
+ 7,
10430
+ 32,
10431
+ 75,
10432
+ 343,
10433
+ 348
10014
10434
  ]
10015
10435
  },
10016
10436
  {
@@ -10018,16 +10438,18 @@
10018
10438
  "kind": 64,
10019
10439
  "children": [
10020
10440
  1,
10021
- 15,
10022
- 23,
10023
- 26,
10024
- 33,
10025
- 42,
10026
- 52,
10027
- 55,
10028
- 58,
10029
- 326,
10030
- 345
10441
+ 4,
10442
+ 29,
10443
+ 361,
10444
+ 37,
10445
+ 40,
10446
+ 47,
10447
+ 56,
10448
+ 66,
10449
+ 69,
10450
+ 72,
10451
+ 340,
10452
+ 358
10031
10453
  ]
10032
10454
  }
10033
10455
  ],