@teambit/docs 1.0.227 → 1.0.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/static/css/teambit.docs/{docs-preview.8b0fe877.css → docs-preview.9380caaa.css} +6 -6
- package/artifacts/preview/teambit_docs_docs-preview.js +6 -6
- package/artifacts/schema.json +406 -88
- package/dist/default-doc-reader.d.ts +16 -0
- package/dist/doc-module.d.ts +16 -0
- package/dist/doc-reader.d.ts +14 -0
- package/dist/docs-store.d.ts +1 -0
- package/dist/docs.aspect.d.ts +3 -0
- package/dist/docs.composition.d.ts +1 -0
- package/dist/docs.d.ts +29 -0
- package/dist/docs.data.d.ts +9 -0
- package/dist/docs.graphql.d.ts +11 -0
- package/dist/docs.main.runtime.d.ts +98 -0
- package/dist/docs.preview-definition.d.ts +28 -0
- package/dist/docs.preview.runtime.d.ts +27 -0
- package/dist/docs.service.d.ts +5 -0
- package/dist/docs.ui.runtime.d.ts +28 -0
- package/dist/events/click-inside-an-iframe.d.ts +12 -0
- package/dist/events/index.d.ts +1 -0
- package/dist/exceptions/doc-read-error.d.ts +3 -0
- package/dist/exceptions/file-extension-not-supported.d.ts +3 -0
- package/dist/exceptions/index.d.ts +2 -0
- package/dist/index.d.ts +17 -0
- package/dist/overview/index.d.ts +2 -0
- package/dist/overview/overview.d.ts +29 -0
- package/dist/overview/readme-skeleton.d.ts +4 -0
- package/dist/overview.section.d.ts +28 -0
- package/dist/{preview-1712719054377.js → preview-1712822929999.js} +2 -2
- package/package.json +18 -18
- package/tsconfig.json +1 -49
package/artifacts/schema.json
CHANGED
@@ -128,7 +128,11 @@
|
|
128
128
|
"line": 52,
|
129
129
|
"character": 22
|
130
130
|
},
|
131
|
-
"name": "PreviewMain"
|
131
|
+
"name": "PreviewMain",
|
132
|
+
"componentId": {
|
133
|
+
"scope": "teambit.preview",
|
134
|
+
"name": "preview"
|
135
|
+
}
|
132
136
|
},
|
133
137
|
"isOptional": false,
|
134
138
|
"isSpread": false
|
@@ -148,7 +152,11 @@
|
|
148
152
|
"line": 54,
|
149
153
|
"character": 18
|
150
154
|
},
|
151
|
-
"name": "PkgMain"
|
155
|
+
"name": "PkgMain",
|
156
|
+
"componentId": {
|
157
|
+
"scope": "teambit.pkg",
|
158
|
+
"name": "pkg"
|
159
|
+
}
|
152
160
|
},
|
153
161
|
"isOptional": false,
|
154
162
|
"isSpread": false
|
@@ -168,7 +176,11 @@
|
|
168
176
|
"line": 56,
|
169
177
|
"character": 23
|
170
178
|
},
|
171
|
-
"name": "CompilerMain"
|
179
|
+
"name": "CompilerMain",
|
180
|
+
"componentId": {
|
181
|
+
"scope": "teambit.compilation",
|
182
|
+
"name": "compiler"
|
183
|
+
}
|
172
184
|
},
|
173
185
|
"isOptional": false,
|
174
186
|
"isSpread": false
|
@@ -188,7 +200,11 @@
|
|
188
200
|
"line": 58,
|
189
201
|
"character": 24
|
190
202
|
},
|
191
|
-
"name": "Workspace"
|
203
|
+
"name": "Workspace",
|
204
|
+
"componentId": {
|
205
|
+
"scope": "teambit.workspace",
|
206
|
+
"name": "workspace"
|
207
|
+
}
|
192
208
|
},
|
193
209
|
"isOptional": false,
|
194
210
|
"isSpread": false
|
@@ -208,7 +224,11 @@
|
|
208
224
|
"line": 60,
|
209
225
|
"character": 21
|
210
226
|
},
|
211
|
-
"name": "Logger"
|
227
|
+
"name": "Logger",
|
228
|
+
"componentId": {
|
229
|
+
"scope": "teambit.harmony",
|
230
|
+
"name": "logger"
|
231
|
+
}
|
212
232
|
},
|
213
233
|
"isOptional": false,
|
214
234
|
"isSpread": false
|
@@ -228,7 +248,11 @@
|
|
228
248
|
"line": 62,
|
229
249
|
"character": 23
|
230
250
|
},
|
231
|
-
"name": "DevFilesMain"
|
251
|
+
"name": "DevFilesMain",
|
252
|
+
"componentId": {
|
253
|
+
"scope": "teambit.component",
|
254
|
+
"name": "dev-files"
|
255
|
+
}
|
232
256
|
},
|
233
257
|
"isOptional": false,
|
234
258
|
"isSpread": false
|
@@ -248,7 +272,11 @@
|
|
248
272
|
"line": 64,
|
249
273
|
"character": 19
|
250
274
|
},
|
251
|
-
"name": "EnvsMain"
|
275
|
+
"name": "EnvsMain",
|
276
|
+
"componentId": {
|
277
|
+
"scope": "teambit.envs",
|
278
|
+
"name": "envs"
|
279
|
+
}
|
252
280
|
},
|
253
281
|
"isOptional": false,
|
254
282
|
"isSpread": false
|
@@ -268,7 +296,8 @@
|
|
268
296
|
"line": 66,
|
269
297
|
"character": 26
|
270
298
|
},
|
271
|
-
"name": "DocPropSlot"
|
299
|
+
"name": "DocPropSlot",
|
300
|
+
"internalFilePath": "docs.main.runtime.ts"
|
272
301
|
},
|
273
302
|
"isOptional": false,
|
274
303
|
"isSpread": false
|
@@ -288,7 +317,8 @@
|
|
288
317
|
"line": 68,
|
289
318
|
"character": 28
|
290
319
|
},
|
291
|
-
"name": "DocReaderSlot"
|
320
|
+
"name": "DocReaderSlot",
|
321
|
+
"internalFilePath": "docs.main.runtime.ts"
|
292
322
|
},
|
293
323
|
"isOptional": false,
|
294
324
|
"isSpread": false
|
@@ -347,7 +377,11 @@
|
|
347
377
|
"line": 74,
|
348
378
|
"character": 26
|
349
379
|
},
|
350
|
-
"name": "Component"
|
380
|
+
"name": "Component",
|
381
|
+
"componentId": {
|
382
|
+
"scope": "teambit.component",
|
383
|
+
"name": "component"
|
384
|
+
}
|
351
385
|
}
|
352
386
|
},
|
353
387
|
"isOptional": false,
|
@@ -362,6 +396,10 @@
|
|
362
396
|
"character": 40
|
363
397
|
},
|
364
398
|
"name": "ComponentMap",
|
399
|
+
"componentId": {
|
400
|
+
"scope": "teambit.component",
|
401
|
+
"name": "component"
|
402
|
+
},
|
365
403
|
"typeArgs": [
|
366
404
|
{
|
367
405
|
"__schema": "TypeArraySchema",
|
@@ -377,7 +415,8 @@
|
|
377
415
|
"line": 74,
|
378
416
|
"character": 53
|
379
417
|
},
|
380
|
-
"name": "AbstractVinyl"
|
418
|
+
"name": "AbstractVinyl",
|
419
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
381
420
|
}
|
382
421
|
}
|
383
422
|
]
|
@@ -409,7 +448,11 @@
|
|
409
448
|
"line": 80,
|
410
449
|
"character": 27
|
411
450
|
},
|
412
|
-
"name": "Component"
|
451
|
+
"name": "Component",
|
452
|
+
"componentId": {
|
453
|
+
"scope": "teambit.component",
|
454
|
+
"name": "component"
|
455
|
+
}
|
413
456
|
},
|
414
457
|
"isOptional": false,
|
415
458
|
"isSpread": false
|
@@ -429,7 +472,8 @@
|
|
429
472
|
"line": 80,
|
430
473
|
"character": 39
|
431
474
|
},
|
432
|
-
"name": "AbstractVinyl"
|
475
|
+
"name": "AbstractVinyl",
|
476
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
433
477
|
}
|
434
478
|
},
|
435
479
|
"modifiers": []
|
@@ -469,7 +513,11 @@
|
|
469
513
|
"line": 89,
|
470
514
|
"character": 35
|
471
515
|
},
|
472
|
-
"name": "Component"
|
516
|
+
"name": "Component",
|
517
|
+
"componentId": {
|
518
|
+
"scope": "teambit.component",
|
519
|
+
"name": "component"
|
520
|
+
}
|
473
521
|
},
|
474
522
|
"isOptional": false,
|
475
523
|
"isSpread": false
|
@@ -524,7 +572,11 @@
|
|
524
572
|
"line": 95,
|
525
573
|
"character": 26
|
526
574
|
},
|
527
|
-
"name": "Environment"
|
575
|
+
"name": "Environment",
|
576
|
+
"componentId": {
|
577
|
+
"scope": "teambit.envs",
|
578
|
+
"name": "envs"
|
579
|
+
}
|
528
580
|
},
|
529
581
|
"isOptional": false,
|
530
582
|
"isSpread": false
|
@@ -650,7 +702,11 @@
|
|
650
702
|
"line": 109,
|
651
703
|
"character": 31
|
652
704
|
},
|
653
|
-
"name": "Component"
|
705
|
+
"name": "Component",
|
706
|
+
"componentId": {
|
707
|
+
"scope": "teambit.component",
|
708
|
+
"name": "component"
|
709
|
+
}
|
654
710
|
},
|
655
711
|
"isOptional": false,
|
656
712
|
"isSpread": false
|
@@ -694,7 +750,11 @@
|
|
694
750
|
"line": 130,
|
695
751
|
"character": 21
|
696
752
|
},
|
697
|
-
"name": "IComponent"
|
753
|
+
"name": "IComponent",
|
754
|
+
"componentId": {
|
755
|
+
"scope": "teambit.component",
|
756
|
+
"name": "component"
|
757
|
+
}
|
698
758
|
},
|
699
759
|
"isOptional": false,
|
700
760
|
"isSpread": false
|
@@ -757,7 +817,11 @@
|
|
757
817
|
"line": 140,
|
758
818
|
"character": 38
|
759
819
|
},
|
760
|
-
"name": "Component"
|
820
|
+
"name": "Component",
|
821
|
+
"componentId": {
|
822
|
+
"scope": "teambit.component",
|
823
|
+
"name": "component"
|
824
|
+
}
|
761
825
|
},
|
762
826
|
"isOptional": false,
|
763
827
|
"isSpread": false
|
@@ -964,7 +1028,11 @@
|
|
964
1028
|
"line": 180,
|
965
1029
|
"character": 7
|
966
1030
|
},
|
967
|
-
"name": "PreviewMain"
|
1031
|
+
"name": "PreviewMain",
|
1032
|
+
"componentId": {
|
1033
|
+
"scope": "teambit.preview",
|
1034
|
+
"name": "preview"
|
1035
|
+
}
|
968
1036
|
},
|
969
1037
|
{
|
970
1038
|
"__schema": "TypeRefSchema",
|
@@ -973,7 +1041,11 @@
|
|
973
1041
|
"line": 181,
|
974
1042
|
"character": 7
|
975
1043
|
},
|
976
|
-
"name": "GraphqlMain"
|
1044
|
+
"name": "GraphqlMain",
|
1045
|
+
"componentId": {
|
1046
|
+
"scope": "teambit.harmony",
|
1047
|
+
"name": "graphql"
|
1048
|
+
}
|
977
1049
|
},
|
978
1050
|
{
|
979
1051
|
"__schema": "TypeRefSchema",
|
@@ -982,7 +1054,11 @@
|
|
982
1054
|
"line": 182,
|
983
1055
|
"character": 7
|
984
1056
|
},
|
985
|
-
"name": "Workspace"
|
1057
|
+
"name": "Workspace",
|
1058
|
+
"componentId": {
|
1059
|
+
"scope": "teambit.workspace",
|
1060
|
+
"name": "workspace"
|
1061
|
+
}
|
986
1062
|
},
|
987
1063
|
{
|
988
1064
|
"__schema": "TypeRefSchema",
|
@@ -991,7 +1067,11 @@
|
|
991
1067
|
"line": 183,
|
992
1068
|
"character": 7
|
993
1069
|
},
|
994
|
-
"name": "PkgMain"
|
1070
|
+
"name": "PkgMain",
|
1071
|
+
"componentId": {
|
1072
|
+
"scope": "teambit.pkg",
|
1073
|
+
"name": "pkg"
|
1074
|
+
}
|
995
1075
|
},
|
996
1076
|
{
|
997
1077
|
"__schema": "TypeRefSchema",
|
@@ -1000,7 +1080,11 @@
|
|
1000
1080
|
"line": 184,
|
1001
1081
|
"character": 7
|
1002
1082
|
},
|
1003
|
-
"name": "CompilerMain"
|
1083
|
+
"name": "CompilerMain",
|
1084
|
+
"componentId": {
|
1085
|
+
"scope": "teambit.compilation",
|
1086
|
+
"name": "compiler"
|
1087
|
+
}
|
1004
1088
|
},
|
1005
1089
|
{
|
1006
1090
|
"__schema": "TypeRefSchema",
|
@@ -1009,7 +1093,11 @@
|
|
1009
1093
|
"line": 185,
|
1010
1094
|
"character": 7
|
1011
1095
|
},
|
1012
|
-
"name": "LoggerMain"
|
1096
|
+
"name": "LoggerMain",
|
1097
|
+
"componentId": {
|
1098
|
+
"scope": "teambit.harmony",
|
1099
|
+
"name": "logger"
|
1100
|
+
}
|
1013
1101
|
},
|
1014
1102
|
{
|
1015
1103
|
"__schema": "TypeRefSchema",
|
@@ -1018,7 +1106,11 @@
|
|
1018
1106
|
"line": 186,
|
1019
1107
|
"character": 7
|
1020
1108
|
},
|
1021
|
-
"name": "DevFilesMain"
|
1109
|
+
"name": "DevFilesMain",
|
1110
|
+
"componentId": {
|
1111
|
+
"scope": "teambit.component",
|
1112
|
+
"name": "dev-files"
|
1113
|
+
}
|
1022
1114
|
},
|
1023
1115
|
{
|
1024
1116
|
"__schema": "TypeRefSchema",
|
@@ -1027,7 +1119,11 @@
|
|
1027
1119
|
"line": 187,
|
1028
1120
|
"character": 7
|
1029
1121
|
},
|
1030
|
-
"name": "EnvsMain"
|
1122
|
+
"name": "EnvsMain",
|
1123
|
+
"componentId": {
|
1124
|
+
"scope": "teambit.envs",
|
1125
|
+
"name": "envs"
|
1126
|
+
}
|
1031
1127
|
},
|
1032
1128
|
{
|
1033
1129
|
"__schema": "TypeRefSchema",
|
@@ -1036,7 +1132,11 @@
|
|
1036
1132
|
"line": 188,
|
1037
1133
|
"character": 7
|
1038
1134
|
},
|
1039
|
-
"name": "ScopeMain"
|
1135
|
+
"name": "ScopeMain",
|
1136
|
+
"componentId": {
|
1137
|
+
"scope": "teambit.scope",
|
1138
|
+
"name": "scope"
|
1139
|
+
}
|
1040
1140
|
}
|
1041
1141
|
]
|
1042
1142
|
},
|
@@ -1058,7 +1158,8 @@
|
|
1058
1158
|
"line": 190,
|
1059
1159
|
"character": 13
|
1060
1160
|
},
|
1061
|
-
"name": "DocsConfig"
|
1161
|
+
"name": "DocsConfig",
|
1162
|
+
"internalFilePath": "docs.main.runtime.ts"
|
1062
1163
|
},
|
1063
1164
|
"isOptional": false,
|
1064
1165
|
"isSpread": false
|
@@ -1086,7 +1187,8 @@
|
|
1086
1187
|
"line": 191,
|
1087
1188
|
"character": 36
|
1088
1189
|
},
|
1089
|
-
"name": "DocPropSlot"
|
1190
|
+
"name": "DocPropSlot",
|
1191
|
+
"internalFilePath": "docs.main.runtime.ts"
|
1090
1192
|
},
|
1091
1193
|
{
|
1092
1194
|
"__schema": "TypeRefSchema",
|
@@ -1095,7 +1197,8 @@
|
|
1095
1197
|
"line": 191,
|
1096
1198
|
"character": 49
|
1097
1199
|
},
|
1098
|
-
"name": "DocReaderSlot"
|
1200
|
+
"name": "DocReaderSlot",
|
1201
|
+
"internalFilePath": "docs.main.runtime.ts"
|
1099
1202
|
}
|
1100
1203
|
]
|
1101
1204
|
},
|
@@ -1328,7 +1431,8 @@
|
|
1328
1431
|
"line": 35,
|
1329
1432
|
"character": 34
|
1330
1433
|
},
|
1331
|
-
"name": "ComponentType"
|
1434
|
+
"name": "ComponentType",
|
1435
|
+
"packageName": "react"
|
1332
1436
|
},
|
1333
1437
|
"isOptional": false,
|
1334
1438
|
"isSpread": false
|
@@ -1525,7 +1629,11 @@
|
|
1525
1629
|
"line": 58,
|
1526
1630
|
"character": 45
|
1527
1631
|
},
|
1528
|
-
"name": "ComponentUI"
|
1632
|
+
"name": "ComponentUI",
|
1633
|
+
"componentId": {
|
1634
|
+
"scope": "teambit.component",
|
1635
|
+
"name": "component"
|
1636
|
+
}
|
1529
1637
|
},
|
1530
1638
|
{
|
1531
1639
|
"__schema": "TypeRefSchema",
|
@@ -1534,7 +1642,11 @@
|
|
1534
1642
|
"line": 58,
|
1535
1643
|
"character": 58
|
1536
1644
|
},
|
1537
|
-
"name": "ComponentCompareUI"
|
1645
|
+
"name": "ComponentCompareUI",
|
1646
|
+
"componentId": {
|
1647
|
+
"scope": "teambit.component",
|
1648
|
+
"name": "component-compare"
|
1649
|
+
}
|
1538
1650
|
},
|
1539
1651
|
{
|
1540
1652
|
"__schema": "TypeRefSchema",
|
@@ -1543,7 +1655,11 @@
|
|
1543
1655
|
"line": 58,
|
1544
1656
|
"character": 78
|
1545
1657
|
},
|
1546
|
-
"name": "APIReferenceUI"
|
1658
|
+
"name": "APIReferenceUI",
|
1659
|
+
"componentId": {
|
1660
|
+
"scope": "teambit.api-reference",
|
1661
|
+
"name": "api-reference"
|
1662
|
+
}
|
1547
1663
|
}
|
1548
1664
|
]
|
1549
1665
|
},
|
@@ -1663,7 +1779,11 @@
|
|
1663
1779
|
"line": 21,
|
1664
1780
|
"character": 22
|
1665
1781
|
},
|
1666
|
-
"name": "PreviewPreview"
|
1782
|
+
"name": "PreviewPreview",
|
1783
|
+
"componentId": {
|
1784
|
+
"scope": "teambit.preview",
|
1785
|
+
"name": "preview"
|
1786
|
+
}
|
1667
1787
|
},
|
1668
1788
|
"isOptional": false,
|
1669
1789
|
"isSpread": false
|
@@ -1746,7 +1866,11 @@
|
|
1746
1866
|
"line": 69,
|
1747
1867
|
"character": 52
|
1748
1868
|
},
|
1749
|
-
"name": "PreviewModule"
|
1869
|
+
"name": "PreviewModule",
|
1870
|
+
"componentId": {
|
1871
|
+
"scope": "teambit.preview",
|
1872
|
+
"name": "preview"
|
1873
|
+
}
|
1750
1874
|
},
|
1751
1875
|
"isOptional": false,
|
1752
1876
|
"isSpread": false
|
@@ -1838,7 +1962,11 @@
|
|
1838
1962
|
"line": 80,
|
1839
1963
|
"character": 37
|
1840
1964
|
},
|
1841
|
-
"name": "PreviewPreview"
|
1965
|
+
"name": "PreviewPreview",
|
1966
|
+
"componentId": {
|
1967
|
+
"scope": "teambit.preview",
|
1968
|
+
"name": "preview"
|
1969
|
+
}
|
1842
1970
|
}
|
1843
1971
|
]
|
1844
1972
|
},
|
@@ -2133,7 +2261,11 @@
|
|
2133
2261
|
"line": 9,
|
2134
2262
|
"character": 51
|
2135
2263
|
},
|
2136
|
-
"name": "Component"
|
2264
|
+
"name": "Component",
|
2265
|
+
"componentId": {
|
2266
|
+
"scope": "teambit.component",
|
2267
|
+
"name": "component"
|
2268
|
+
}
|
2137
2269
|
},
|
2138
2270
|
"isOptional": false,
|
2139
2271
|
"isSpread": false
|
@@ -2155,7 +2287,12 @@
|
|
2155
2287
|
"line": 9,
|
2156
2288
|
"character": 71
|
2157
2289
|
},
|
2158
|
-
"name": "Doc"
|
2290
|
+
"name": "Doc",
|
2291
|
+
"componentId": {
|
2292
|
+
"scope": "teambit.docs",
|
2293
|
+
"name": "entities/doc",
|
2294
|
+
"version": "0.0.12"
|
2295
|
+
}
|
2159
2296
|
}
|
2160
2297
|
]
|
2161
2298
|
},
|
@@ -2435,7 +2572,8 @@
|
|
2435
2572
|
"line": 5,
|
2436
2573
|
"character": 17
|
2437
2574
|
},
|
2438
|
-
"name": "ReactElement"
|
2575
|
+
"name": "ReactElement",
|
2576
|
+
"packageName": "react"
|
2439
2577
|
},
|
2440
2578
|
"isOptional": true
|
2441
2579
|
},
|
@@ -2578,6 +2716,11 @@
|
|
2578
2716
|
"character": 30
|
2579
2717
|
},
|
2580
2718
|
"name": "SlotRegistry",
|
2719
|
+
"componentId": {
|
2720
|
+
"scope": "teambit.harmony",
|
2721
|
+
"name": "harmony",
|
2722
|
+
"version": "0.4.6"
|
2723
|
+
},
|
2581
2724
|
"typeArgs": [
|
2582
2725
|
{
|
2583
2726
|
"__schema": "TypeArraySchema",
|
@@ -2633,6 +2776,7 @@
|
|
2633
2776
|
"character": 14
|
2634
2777
|
},
|
2635
2778
|
"name": "ComponentType",
|
2779
|
+
"packageName": "react",
|
2636
2780
|
"typeArgs": [
|
2637
2781
|
{
|
2638
2782
|
"__schema": "KeywordTypeSchema",
|
@@ -2707,6 +2851,11 @@
|
|
2707
2851
|
"character": 35
|
2708
2852
|
},
|
2709
2853
|
"name": "SlotRegistry",
|
2854
|
+
"componentId": {
|
2855
|
+
"scope": "teambit.harmony",
|
2856
|
+
"name": "harmony",
|
2857
|
+
"version": "0.4.6"
|
2858
|
+
},
|
2710
2859
|
"typeArgs": [
|
2711
2860
|
{
|
2712
2861
|
"__schema": "TypeRefSchema",
|
@@ -2848,7 +2997,8 @@
|
|
2848
2997
|
"line": 43,
|
2849
2998
|
"character": 100
|
2850
2999
|
},
|
2851
|
-
"name": "OverviewProps"
|
3000
|
+
"name": "OverviewProps",
|
3001
|
+
"internalFilePath": "overview/overview.tsx"
|
2852
3002
|
},
|
2853
3003
|
"isOptional": false,
|
2854
3004
|
"objectBindingNodes": [
|
@@ -3080,6 +3230,11 @@
|
|
3080
3230
|
"character": 27
|
3081
3231
|
},
|
3082
3232
|
"name": "SlotRegistry",
|
3233
|
+
"componentId": {
|
3234
|
+
"scope": "teambit.harmony",
|
3235
|
+
"name": "harmony",
|
3236
|
+
"version": "0.4.6"
|
3237
|
+
},
|
3083
3238
|
"typeArgs": [
|
3084
3239
|
{
|
3085
3240
|
"__schema": "TypeRefSchema",
|
@@ -3110,6 +3265,11 @@
|
|
3110
3265
|
"character": 29
|
3111
3266
|
},
|
3112
3267
|
"name": "SlotRegistry",
|
3268
|
+
"componentId": {
|
3269
|
+
"scope": "teambit.harmony",
|
3270
|
+
"name": "harmony",
|
3271
|
+
"version": "0.4.6"
|
3272
|
+
},
|
3113
3273
|
"typeArgs": [
|
3114
3274
|
{
|
3115
3275
|
"__schema": "TypeRefSchema",
|
@@ -3254,7 +3414,11 @@
|
|
3254
3414
|
"line": 52,
|
3255
3415
|
"character": 22
|
3256
3416
|
},
|
3257
|
-
"name": "PreviewMain"
|
3417
|
+
"name": "PreviewMain",
|
3418
|
+
"componentId": {
|
3419
|
+
"scope": "teambit.preview",
|
3420
|
+
"name": "preview"
|
3421
|
+
}
|
3258
3422
|
},
|
3259
3423
|
"isOptional": false,
|
3260
3424
|
"isSpread": false
|
@@ -3274,7 +3438,11 @@
|
|
3274
3438
|
"line": 54,
|
3275
3439
|
"character": 18
|
3276
3440
|
},
|
3277
|
-
"name": "PkgMain"
|
3441
|
+
"name": "PkgMain",
|
3442
|
+
"componentId": {
|
3443
|
+
"scope": "teambit.pkg",
|
3444
|
+
"name": "pkg"
|
3445
|
+
}
|
3278
3446
|
},
|
3279
3447
|
"isOptional": false,
|
3280
3448
|
"isSpread": false
|
@@ -3294,7 +3462,11 @@
|
|
3294
3462
|
"line": 56,
|
3295
3463
|
"character": 23
|
3296
3464
|
},
|
3297
|
-
"name": "CompilerMain"
|
3465
|
+
"name": "CompilerMain",
|
3466
|
+
"componentId": {
|
3467
|
+
"scope": "teambit.compilation",
|
3468
|
+
"name": "compiler"
|
3469
|
+
}
|
3298
3470
|
},
|
3299
3471
|
"isOptional": false,
|
3300
3472
|
"isSpread": false
|
@@ -3314,7 +3486,11 @@
|
|
3314
3486
|
"line": 58,
|
3315
3487
|
"character": 24
|
3316
3488
|
},
|
3317
|
-
"name": "Workspace"
|
3489
|
+
"name": "Workspace",
|
3490
|
+
"componentId": {
|
3491
|
+
"scope": "teambit.workspace",
|
3492
|
+
"name": "workspace"
|
3493
|
+
}
|
3318
3494
|
},
|
3319
3495
|
"isOptional": false,
|
3320
3496
|
"isSpread": false
|
@@ -3334,7 +3510,11 @@
|
|
3334
3510
|
"line": 60,
|
3335
3511
|
"character": 21
|
3336
3512
|
},
|
3337
|
-
"name": "Logger"
|
3513
|
+
"name": "Logger",
|
3514
|
+
"componentId": {
|
3515
|
+
"scope": "teambit.harmony",
|
3516
|
+
"name": "logger"
|
3517
|
+
}
|
3338
3518
|
},
|
3339
3519
|
"isOptional": false,
|
3340
3520
|
"isSpread": false
|
@@ -3354,7 +3534,11 @@
|
|
3354
3534
|
"line": 62,
|
3355
3535
|
"character": 23
|
3356
3536
|
},
|
3357
|
-
"name": "DevFilesMain"
|
3537
|
+
"name": "DevFilesMain",
|
3538
|
+
"componentId": {
|
3539
|
+
"scope": "teambit.component",
|
3540
|
+
"name": "dev-files"
|
3541
|
+
}
|
3358
3542
|
},
|
3359
3543
|
"isOptional": false,
|
3360
3544
|
"isSpread": false
|
@@ -3374,7 +3558,11 @@
|
|
3374
3558
|
"line": 64,
|
3375
3559
|
"character": 19
|
3376
3560
|
},
|
3377
|
-
"name": "EnvsMain"
|
3561
|
+
"name": "EnvsMain",
|
3562
|
+
"componentId": {
|
3563
|
+
"scope": "teambit.envs",
|
3564
|
+
"name": "envs"
|
3565
|
+
}
|
3378
3566
|
},
|
3379
3567
|
"isOptional": false,
|
3380
3568
|
"isSpread": false
|
@@ -3394,7 +3582,8 @@
|
|
3394
3582
|
"line": 66,
|
3395
3583
|
"character": 26
|
3396
3584
|
},
|
3397
|
-
"name": "DocPropSlot"
|
3585
|
+
"name": "DocPropSlot",
|
3586
|
+
"internalFilePath": "docs.main.runtime.ts"
|
3398
3587
|
},
|
3399
3588
|
"isOptional": false,
|
3400
3589
|
"isSpread": false
|
@@ -3414,7 +3603,8 @@
|
|
3414
3603
|
"line": 68,
|
3415
3604
|
"character": 28
|
3416
3605
|
},
|
3417
|
-
"name": "DocReaderSlot"
|
3606
|
+
"name": "DocReaderSlot",
|
3607
|
+
"internalFilePath": "docs.main.runtime.ts"
|
3418
3608
|
},
|
3419
3609
|
"isOptional": false,
|
3420
3610
|
"isSpread": false
|
@@ -3473,7 +3663,11 @@
|
|
3473
3663
|
"line": 74,
|
3474
3664
|
"character": 26
|
3475
3665
|
},
|
3476
|
-
"name": "Component"
|
3666
|
+
"name": "Component",
|
3667
|
+
"componentId": {
|
3668
|
+
"scope": "teambit.component",
|
3669
|
+
"name": "component"
|
3670
|
+
}
|
3477
3671
|
}
|
3478
3672
|
},
|
3479
3673
|
"isOptional": false,
|
@@ -3488,6 +3682,10 @@
|
|
3488
3682
|
"character": 40
|
3489
3683
|
},
|
3490
3684
|
"name": "ComponentMap",
|
3685
|
+
"componentId": {
|
3686
|
+
"scope": "teambit.component",
|
3687
|
+
"name": "component"
|
3688
|
+
},
|
3491
3689
|
"typeArgs": [
|
3492
3690
|
{
|
3493
3691
|
"__schema": "TypeArraySchema",
|
@@ -3503,7 +3701,8 @@
|
|
3503
3701
|
"line": 74,
|
3504
3702
|
"character": 53
|
3505
3703
|
},
|
3506
|
-
"name": "AbstractVinyl"
|
3704
|
+
"name": "AbstractVinyl",
|
3705
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
3507
3706
|
}
|
3508
3707
|
}
|
3509
3708
|
]
|
@@ -3535,7 +3734,11 @@
|
|
3535
3734
|
"line": 80,
|
3536
3735
|
"character": 27
|
3537
3736
|
},
|
3538
|
-
"name": "Component"
|
3737
|
+
"name": "Component",
|
3738
|
+
"componentId": {
|
3739
|
+
"scope": "teambit.component",
|
3740
|
+
"name": "component"
|
3741
|
+
}
|
3539
3742
|
},
|
3540
3743
|
"isOptional": false,
|
3541
3744
|
"isSpread": false
|
@@ -3555,7 +3758,8 @@
|
|
3555
3758
|
"line": 80,
|
3556
3759
|
"character": 39
|
3557
3760
|
},
|
3558
|
-
"name": "AbstractVinyl"
|
3761
|
+
"name": "AbstractVinyl",
|
3762
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
3559
3763
|
}
|
3560
3764
|
},
|
3561
3765
|
"modifiers": []
|
@@ -3595,7 +3799,11 @@
|
|
3595
3799
|
"line": 89,
|
3596
3800
|
"character": 35
|
3597
3801
|
},
|
3598
|
-
"name": "Component"
|
3802
|
+
"name": "Component",
|
3803
|
+
"componentId": {
|
3804
|
+
"scope": "teambit.component",
|
3805
|
+
"name": "component"
|
3806
|
+
}
|
3599
3807
|
},
|
3600
3808
|
"isOptional": false,
|
3601
3809
|
"isSpread": false
|
@@ -3650,7 +3858,11 @@
|
|
3650
3858
|
"line": 95,
|
3651
3859
|
"character": 26
|
3652
3860
|
},
|
3653
|
-
"name": "Environment"
|
3861
|
+
"name": "Environment",
|
3862
|
+
"componentId": {
|
3863
|
+
"scope": "teambit.envs",
|
3864
|
+
"name": "envs"
|
3865
|
+
}
|
3654
3866
|
},
|
3655
3867
|
"isOptional": false,
|
3656
3868
|
"isSpread": false
|
@@ -3776,7 +3988,11 @@
|
|
3776
3988
|
"line": 109,
|
3777
3989
|
"character": 31
|
3778
3990
|
},
|
3779
|
-
"name": "Component"
|
3991
|
+
"name": "Component",
|
3992
|
+
"componentId": {
|
3993
|
+
"scope": "teambit.component",
|
3994
|
+
"name": "component"
|
3995
|
+
}
|
3780
3996
|
},
|
3781
3997
|
"isOptional": false,
|
3782
3998
|
"isSpread": false
|
@@ -3820,7 +4036,11 @@
|
|
3820
4036
|
"line": 130,
|
3821
4037
|
"character": 21
|
3822
4038
|
},
|
3823
|
-
"name": "IComponent"
|
4039
|
+
"name": "IComponent",
|
4040
|
+
"componentId": {
|
4041
|
+
"scope": "teambit.component",
|
4042
|
+
"name": "component"
|
4043
|
+
}
|
3824
4044
|
},
|
3825
4045
|
"isOptional": false,
|
3826
4046
|
"isSpread": false
|
@@ -3883,7 +4103,11 @@
|
|
3883
4103
|
"line": 140,
|
3884
4104
|
"character": 38
|
3885
4105
|
},
|
3886
|
-
"name": "Component"
|
4106
|
+
"name": "Component",
|
4107
|
+
"componentId": {
|
4108
|
+
"scope": "teambit.component",
|
4109
|
+
"name": "component"
|
4110
|
+
}
|
3887
4111
|
},
|
3888
4112
|
"isOptional": false,
|
3889
4113
|
"isSpread": false
|
@@ -4090,7 +4314,11 @@
|
|
4090
4314
|
"line": 180,
|
4091
4315
|
"character": 7
|
4092
4316
|
},
|
4093
|
-
"name": "PreviewMain"
|
4317
|
+
"name": "PreviewMain",
|
4318
|
+
"componentId": {
|
4319
|
+
"scope": "teambit.preview",
|
4320
|
+
"name": "preview"
|
4321
|
+
}
|
4094
4322
|
},
|
4095
4323
|
{
|
4096
4324
|
"__schema": "TypeRefSchema",
|
@@ -4099,7 +4327,11 @@
|
|
4099
4327
|
"line": 181,
|
4100
4328
|
"character": 7
|
4101
4329
|
},
|
4102
|
-
"name": "GraphqlMain"
|
4330
|
+
"name": "GraphqlMain",
|
4331
|
+
"componentId": {
|
4332
|
+
"scope": "teambit.harmony",
|
4333
|
+
"name": "graphql"
|
4334
|
+
}
|
4103
4335
|
},
|
4104
4336
|
{
|
4105
4337
|
"__schema": "TypeRefSchema",
|
@@ -4108,7 +4340,11 @@
|
|
4108
4340
|
"line": 182,
|
4109
4341
|
"character": 7
|
4110
4342
|
},
|
4111
|
-
"name": "Workspace"
|
4343
|
+
"name": "Workspace",
|
4344
|
+
"componentId": {
|
4345
|
+
"scope": "teambit.workspace",
|
4346
|
+
"name": "workspace"
|
4347
|
+
}
|
4112
4348
|
},
|
4113
4349
|
{
|
4114
4350
|
"__schema": "TypeRefSchema",
|
@@ -4117,7 +4353,11 @@
|
|
4117
4353
|
"line": 183,
|
4118
4354
|
"character": 7
|
4119
4355
|
},
|
4120
|
-
"name": "PkgMain"
|
4356
|
+
"name": "PkgMain",
|
4357
|
+
"componentId": {
|
4358
|
+
"scope": "teambit.pkg",
|
4359
|
+
"name": "pkg"
|
4360
|
+
}
|
4121
4361
|
},
|
4122
4362
|
{
|
4123
4363
|
"__schema": "TypeRefSchema",
|
@@ -4126,7 +4366,11 @@
|
|
4126
4366
|
"line": 184,
|
4127
4367
|
"character": 7
|
4128
4368
|
},
|
4129
|
-
"name": "CompilerMain"
|
4369
|
+
"name": "CompilerMain",
|
4370
|
+
"componentId": {
|
4371
|
+
"scope": "teambit.compilation",
|
4372
|
+
"name": "compiler"
|
4373
|
+
}
|
4130
4374
|
},
|
4131
4375
|
{
|
4132
4376
|
"__schema": "TypeRefSchema",
|
@@ -4135,7 +4379,11 @@
|
|
4135
4379
|
"line": 185,
|
4136
4380
|
"character": 7
|
4137
4381
|
},
|
4138
|
-
"name": "LoggerMain"
|
4382
|
+
"name": "LoggerMain",
|
4383
|
+
"componentId": {
|
4384
|
+
"scope": "teambit.harmony",
|
4385
|
+
"name": "logger"
|
4386
|
+
}
|
4139
4387
|
},
|
4140
4388
|
{
|
4141
4389
|
"__schema": "TypeRefSchema",
|
@@ -4144,7 +4392,11 @@
|
|
4144
4392
|
"line": 186,
|
4145
4393
|
"character": 7
|
4146
4394
|
},
|
4147
|
-
"name": "DevFilesMain"
|
4395
|
+
"name": "DevFilesMain",
|
4396
|
+
"componentId": {
|
4397
|
+
"scope": "teambit.component",
|
4398
|
+
"name": "dev-files"
|
4399
|
+
}
|
4148
4400
|
},
|
4149
4401
|
{
|
4150
4402
|
"__schema": "TypeRefSchema",
|
@@ -4153,7 +4405,11 @@
|
|
4153
4405
|
"line": 187,
|
4154
4406
|
"character": 7
|
4155
4407
|
},
|
4156
|
-
"name": "EnvsMain"
|
4408
|
+
"name": "EnvsMain",
|
4409
|
+
"componentId": {
|
4410
|
+
"scope": "teambit.envs",
|
4411
|
+
"name": "envs"
|
4412
|
+
}
|
4157
4413
|
},
|
4158
4414
|
{
|
4159
4415
|
"__schema": "TypeRefSchema",
|
@@ -4162,7 +4418,11 @@
|
|
4162
4418
|
"line": 188,
|
4163
4419
|
"character": 7
|
4164
4420
|
},
|
4165
|
-
"name": "ScopeMain"
|
4421
|
+
"name": "ScopeMain",
|
4422
|
+
"componentId": {
|
4423
|
+
"scope": "teambit.scope",
|
4424
|
+
"name": "scope"
|
4425
|
+
}
|
4166
4426
|
}
|
4167
4427
|
]
|
4168
4428
|
},
|
@@ -4184,7 +4444,8 @@
|
|
4184
4444
|
"line": 190,
|
4185
4445
|
"character": 13
|
4186
4446
|
},
|
4187
|
-
"name": "DocsConfig"
|
4447
|
+
"name": "DocsConfig",
|
4448
|
+
"internalFilePath": "docs.main.runtime.ts"
|
4188
4449
|
},
|
4189
4450
|
"isOptional": false,
|
4190
4451
|
"isSpread": false
|
@@ -4212,7 +4473,8 @@
|
|
4212
4473
|
"line": 191,
|
4213
4474
|
"character": 36
|
4214
4475
|
},
|
4215
|
-
"name": "DocPropSlot"
|
4476
|
+
"name": "DocPropSlot",
|
4477
|
+
"internalFilePath": "docs.main.runtime.ts"
|
4216
4478
|
},
|
4217
4479
|
{
|
4218
4480
|
"__schema": "TypeRefSchema",
|
@@ -4221,7 +4483,8 @@
|
|
4221
4483
|
"line": 191,
|
4222
4484
|
"character": 49
|
4223
4485
|
},
|
4224
|
-
"name": "DocReaderSlot"
|
4486
|
+
"name": "DocReaderSlot",
|
4487
|
+
"internalFilePath": "docs.main.runtime.ts"
|
4225
4488
|
}
|
4226
4489
|
]
|
4227
4490
|
},
|
@@ -4476,7 +4739,8 @@
|
|
4476
4739
|
"line": 35,
|
4477
4740
|
"character": 34
|
4478
4741
|
},
|
4479
|
-
"name": "ComponentType"
|
4742
|
+
"name": "ComponentType",
|
4743
|
+
"packageName": "react"
|
4480
4744
|
},
|
4481
4745
|
"isOptional": false,
|
4482
4746
|
"isSpread": false
|
@@ -4673,7 +4937,11 @@
|
|
4673
4937
|
"line": 58,
|
4674
4938
|
"character": 45
|
4675
4939
|
},
|
4676
|
-
"name": "ComponentUI"
|
4940
|
+
"name": "ComponentUI",
|
4941
|
+
"componentId": {
|
4942
|
+
"scope": "teambit.component",
|
4943
|
+
"name": "component"
|
4944
|
+
}
|
4677
4945
|
},
|
4678
4946
|
{
|
4679
4947
|
"__schema": "TypeRefSchema",
|
@@ -4682,7 +4950,11 @@
|
|
4682
4950
|
"line": 58,
|
4683
4951
|
"character": 58
|
4684
4952
|
},
|
4685
|
-
"name": "ComponentCompareUI"
|
4953
|
+
"name": "ComponentCompareUI",
|
4954
|
+
"componentId": {
|
4955
|
+
"scope": "teambit.component",
|
4956
|
+
"name": "component-compare"
|
4957
|
+
}
|
4686
4958
|
},
|
4687
4959
|
{
|
4688
4960
|
"__schema": "TypeRefSchema",
|
@@ -4691,7 +4963,11 @@
|
|
4691
4963
|
"line": 58,
|
4692
4964
|
"character": 78
|
4693
4965
|
},
|
4694
|
-
"name": "APIReferenceUI"
|
4966
|
+
"name": "APIReferenceUI",
|
4967
|
+
"componentId": {
|
4968
|
+
"scope": "teambit.api-reference",
|
4969
|
+
"name": "api-reference"
|
4970
|
+
}
|
4695
4971
|
}
|
4696
4972
|
]
|
4697
4973
|
},
|
@@ -5005,7 +5281,11 @@
|
|
5005
5281
|
"line": 21,
|
5006
5282
|
"character": 22
|
5007
5283
|
},
|
5008
|
-
"name": "PreviewPreview"
|
5284
|
+
"name": "PreviewPreview",
|
5285
|
+
"componentId": {
|
5286
|
+
"scope": "teambit.preview",
|
5287
|
+
"name": "preview"
|
5288
|
+
}
|
5009
5289
|
},
|
5010
5290
|
"isOptional": false,
|
5011
5291
|
"isSpread": false
|
@@ -5088,7 +5368,11 @@
|
|
5088
5368
|
"line": 69,
|
5089
5369
|
"character": 52
|
5090
5370
|
},
|
5091
|
-
"name": "PreviewModule"
|
5371
|
+
"name": "PreviewModule",
|
5372
|
+
"componentId": {
|
5373
|
+
"scope": "teambit.preview",
|
5374
|
+
"name": "preview"
|
5375
|
+
}
|
5092
5376
|
},
|
5093
5377
|
"isOptional": false,
|
5094
5378
|
"isSpread": false
|
@@ -5180,7 +5464,11 @@
|
|
5180
5464
|
"line": 80,
|
5181
5465
|
"character": 37
|
5182
5466
|
},
|
5183
|
-
"name": "PreviewPreview"
|
5467
|
+
"name": "PreviewPreview",
|
5468
|
+
"componentId": {
|
5469
|
+
"scope": "teambit.preview",
|
5470
|
+
"name": "preview"
|
5471
|
+
}
|
5184
5472
|
}
|
5185
5473
|
]
|
5186
5474
|
},
|
@@ -5259,7 +5547,8 @@
|
|
5259
5547
|
"line": 95,
|
5260
5548
|
"character": 49
|
5261
5549
|
},
|
5262
|
-
"name": "ReactNode"
|
5550
|
+
"name": "ReactNode",
|
5551
|
+
"packageName": "react"
|
5263
5552
|
},
|
5264
5553
|
"isOptional": false
|
5265
5554
|
}
|
@@ -5283,7 +5572,8 @@
|
|
5283
5572
|
"line": 95,
|
5284
5573
|
"character": 49
|
5285
5574
|
},
|
5286
|
-
"name": "ReactNode"
|
5575
|
+
"name": "ReactNode",
|
5576
|
+
"packageName": "react"
|
5287
5577
|
},
|
5288
5578
|
"isOptional": false
|
5289
5579
|
}
|
@@ -5419,7 +5709,11 @@
|
|
5419
5709
|
"line": 9,
|
5420
5710
|
"character": 51
|
5421
5711
|
},
|
5422
|
-
"name": "Component"
|
5712
|
+
"name": "Component",
|
5713
|
+
"componentId": {
|
5714
|
+
"scope": "teambit.component",
|
5715
|
+
"name": "component"
|
5716
|
+
}
|
5423
5717
|
},
|
5424
5718
|
"isOptional": false,
|
5425
5719
|
"isSpread": false
|
@@ -5441,7 +5735,12 @@
|
|
5441
5735
|
"line": 9,
|
5442
5736
|
"character": 71
|
5443
5737
|
},
|
5444
|
-
"name": "Doc"
|
5738
|
+
"name": "Doc",
|
5739
|
+
"componentId": {
|
5740
|
+
"scope": "teambit.docs",
|
5741
|
+
"name": "entities/doc",
|
5742
|
+
"version": "0.0.12"
|
5743
|
+
}
|
5445
5744
|
}
|
5446
5745
|
]
|
5447
5746
|
},
|
@@ -5566,7 +5865,8 @@
|
|
5566
5865
|
"line": 5,
|
5567
5866
|
"character": 17
|
5568
5867
|
},
|
5569
|
-
"name": "ReactElement"
|
5868
|
+
"name": "ReactElement",
|
5869
|
+
"packageName": "react"
|
5570
5870
|
},
|
5571
5871
|
"isOptional": true
|
5572
5872
|
},
|
@@ -5955,6 +6255,7 @@
|
|
5955
6255
|
"character": 14
|
5956
6256
|
},
|
5957
6257
|
"name": "ComponentType",
|
6258
|
+
"packageName": "react",
|
5958
6259
|
"typeArgs": [
|
5959
6260
|
{
|
5960
6261
|
"__schema": "KeywordTypeSchema",
|
@@ -6029,6 +6330,11 @@
|
|
6029
6330
|
"character": 30
|
6030
6331
|
},
|
6031
6332
|
"name": "SlotRegistry",
|
6333
|
+
"componentId": {
|
6334
|
+
"scope": "teambit.harmony",
|
6335
|
+
"name": "harmony",
|
6336
|
+
"version": "0.4.6"
|
6337
|
+
},
|
6032
6338
|
"typeArgs": [
|
6033
6339
|
{
|
6034
6340
|
"__schema": "TypeArraySchema",
|
@@ -6119,6 +6425,11 @@
|
|
6119
6425
|
"character": 35
|
6120
6426
|
},
|
6121
6427
|
"name": "SlotRegistry",
|
6428
|
+
"componentId": {
|
6429
|
+
"scope": "teambit.harmony",
|
6430
|
+
"name": "harmony",
|
6431
|
+
"version": "0.4.6"
|
6432
|
+
},
|
6122
6433
|
"typeArgs": [
|
6123
6434
|
{
|
6124
6435
|
"__schema": "TypeRefSchema",
|
@@ -6214,7 +6525,12 @@
|
|
6214
6525
|
"line": 38,
|
6215
6526
|
"character": 26
|
6216
6527
|
},
|
6217
|
-
"name": "ComponentPreviewProps"
|
6528
|
+
"name": "ComponentPreviewProps",
|
6529
|
+
"componentId": {
|
6530
|
+
"scope": "teambit.preview",
|
6531
|
+
"name": "ui/component-preview",
|
6532
|
+
"version": "1.0.5"
|
6533
|
+
}
|
6218
6534
|
}
|
6219
6535
|
]
|
6220
6536
|
},
|
@@ -6236,7 +6552,7 @@
|
|
6236
6552
|
"line": 39,
|
6237
6553
|
"character": 19
|
6238
6554
|
},
|
6239
|
-
"signature": "(): ComponentType | undefined",
|
6555
|
+
"signature": "(): \u001b[2m(package: react)\u001b[22m ComponentType | undefined",
|
6240
6556
|
"name": "",
|
6241
6557
|
"params": [],
|
6242
6558
|
"returnType": {
|
@@ -6254,7 +6570,8 @@
|
|
6254
6570
|
"line": 39,
|
6255
6571
|
"character": 25
|
6256
6572
|
},
|
6257
|
-
"name": "ComponentType"
|
6573
|
+
"name": "ComponentType",
|
6574
|
+
"packageName": "react"
|
6258
6575
|
},
|
6259
6576
|
{
|
6260
6577
|
"__schema": "KeywordTypeSchema",
|
@@ -6350,7 +6667,8 @@
|
|
6350
6667
|
"line": 43,
|
6351
6668
|
"character": 100
|
6352
6669
|
},
|
6353
|
-
"name": "OverviewProps"
|
6670
|
+
"name": "OverviewProps",
|
6671
|
+
"internalFilePath": "overview/overview.tsx"
|
6354
6672
|
},
|
6355
6673
|
"isOptional": false,
|
6356
6674
|
"objectBindingNodes": [
|
@@ -6480,7 +6798,7 @@
|
|
6480
6798
|
"componentId": {
|
6481
6799
|
"scope": "teambit.docs",
|
6482
6800
|
"name": "docs",
|
6483
|
-
"version": "1.0.
|
6801
|
+
"version": "1.0.229"
|
6484
6802
|
},
|
6485
6803
|
"taggedModuleExports": []
|
6486
6804
|
}
|