@teambit/graph 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.
Files changed (53) hide show
  1. package/artifacts/__bit_junit.xml +1 -1
  2. package/artifacts/preview/teambit_component_graph-preview.js +1 -1
  3. package/artifacts/schema.json +535 -126
  4. package/dist/component-graph/component-graph.d.ts +22 -0
  5. package/dist/component-graph/index.d.ts +1 -0
  6. package/dist/component-id-graph.d.ts +50 -0
  7. package/dist/duplicate-dependency.d.ts +11 -0
  8. package/dist/edge-type.d.ts +5 -0
  9. package/dist/graph-builder.d.ts +16 -0
  10. package/dist/graph-cmd.d.ts +24 -0
  11. package/dist/graph.aspect.d.ts +3 -0
  12. package/dist/graph.compare.section.d.ts +20 -0
  13. package/dist/graph.composition.d.ts +1 -0
  14. package/dist/graph.graphql.d.ts +4 -0
  15. package/dist/graph.main.runtime.d.ts +26 -0
  16. package/dist/graph.ui.runtime.d.ts +33 -0
  17. package/dist/index.d.ts +18 -0
  18. package/dist/model/dependency/dependency.d.ts +6 -0
  19. package/dist/model/dependency/index.d.ts +1 -0
  20. package/dist/model/graph-filters/graph-filters.d.ts +1 -0
  21. package/dist/model/graph-filters/index.d.ts +1 -0
  22. package/dist/object-list-to-graph.d.ts +13 -0
  23. package/dist/{preview-1712719054377.js → preview-1712822929999.js} +2 -2
  24. package/dist/ui/component-node/component-node.d.ts +7 -0
  25. package/dist/ui/component-node/index.d.ts +13 -0
  26. package/dist/ui/component-node/variants.d.ts +2 -0
  27. package/dist/ui/dependencies-compare/compare-graph-model.d.ts +7 -0
  28. package/dist/ui/dependencies-compare/compare-node-model.d.ts +9 -0
  29. package/dist/ui/dependencies-compare/dependencies-compare.d.ts +1 -0
  30. package/dist/ui/dependencies-compare/dependency-compare-node.d.ts +6 -0
  31. package/dist/ui/dependencies-compare/diff-graph.d.ts +4 -0
  32. package/dist/ui/dependencies-compare/index.d.ts +1 -0
  33. package/dist/ui/dependencies-graph/calc-elements.d.ts +11 -0
  34. package/dist/ui/dependencies-graph/calc-layout.d.ts +8 -0
  35. package/dist/ui/dependencies-graph/dep-edge/dep-edge.d.ts +3 -0
  36. package/dist/ui/dependencies-graph/dep-edge/index.d.ts +1 -0
  37. package/dist/ui/dependencies-graph/dependencies-graph.d.ts +11 -0
  38. package/dist/ui/dependencies-graph/graph-context.d.ts +7 -0
  39. package/dist/ui/dependencies-graph/index.d.ts +12 -0
  40. package/dist/ui/dependencies-graph/minimap.d.ts +2 -0
  41. package/dist/ui/graph-page/graph-filters.d.ts +8 -0
  42. package/dist/ui/graph-page/graph-page.d.ts +6 -0
  43. package/dist/ui/graph-page/index.d.ts +6 -0
  44. package/dist/ui/graph.section.d.ts +15 -0
  45. package/dist/ui/query/edge-model.d.ts +8 -0
  46. package/dist/ui/query/get-graph.query.d.ts +32 -0
  47. package/dist/ui/query/graph-model.d.ts +9 -0
  48. package/dist/ui/query/index.d.ts +6 -0
  49. package/dist/ui/query/node-model.d.ts +7 -0
  50. package/dist/ui/query/use-graph-query.d.ts +8 -0
  51. package/dist/ui/query/use-graph.d.ts +5 -0
  52. package/package.json +13 -13
  53. package/tsconfig.json +1 -22
@@ -406,7 +406,8 @@
406
406
  "line": 13,
407
407
  "character": 22
408
408
  },
409
- "name": "BitIdNode"
409
+ "name": "BitIdNode",
410
+ "internalFilePath": "object-list-to-graph.ts"
410
411
  }
411
412
  },
412
413
  "isOptional": true,
@@ -435,7 +436,8 @@
435
436
  "line": 13,
436
437
  "character": 47
437
438
  },
438
- "name": "DependencyEdge"
439
+ "name": "DependencyEdge",
440
+ "internalFilePath": "object-list-to-graph.ts"
439
441
  }
440
442
  },
441
443
  "isOptional": true,
@@ -472,7 +474,12 @@
472
474
  "line": 12,
473
475
  "character": 36
474
476
  },
475
- "name": "ComponentID"
477
+ "name": "ComponentID",
478
+ "componentId": {
479
+ "scope": "teambit.component",
480
+ "name": "component-id",
481
+ "version": "1.2.0"
482
+ }
476
483
  },
477
484
  {
478
485
  "__schema": "TypeRefSchema",
@@ -496,7 +503,7 @@
496
503
  "_legacy": {
497
504
  "scope": "teambit.component",
498
505
  "name": "graph",
499
- "version": "1.0.227"
506
+ "version": "1.0.229"
500
507
  },
501
508
  "_scope": "teambit.component"
502
509
  }
@@ -530,7 +537,8 @@
530
537
  "line": 18,
531
538
  "character": 53
532
539
  },
533
- "name": "ObjectList"
540
+ "name": "ObjectList",
541
+ "packageName": "@teambit/legacy/dist/scope/objects/object-list"
534
542
  },
535
543
  "isOptional": false,
536
544
  "isSpread": false
@@ -586,7 +594,8 @@
586
594
  "line": 24,
587
595
  "character": 60
588
596
  },
589
- "name": "BitObjectList"
597
+ "name": "BitObjectList",
598
+ "packageName": "@teambit/legacy/dist/scope/objects/bit-object-list"
590
599
  },
591
600
  "isOptional": false,
592
601
  "isSpread": false
@@ -711,7 +720,8 @@
711
720
  "line": 16,
712
721
  "character": 97
713
722
  },
714
- "name": "ElementsOptions"
723
+ "name": "ElementsOptions",
724
+ "internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
715
725
  },
716
726
  "isOptional": false,
717
727
  "objectBindingNodes": [
@@ -842,7 +852,8 @@
842
852
  "line": 4,
843
853
  "character": 41
844
854
  },
845
- "name": "Node"
855
+ "name": "Node",
856
+ "packageName": "react-flow-renderer"
846
857
  },
847
858
  "isOptional": false,
848
859
  "isSpread": false
@@ -994,7 +1005,8 @@
994
1005
  "line": 11,
995
1006
  "character": 80
996
1007
  },
997
- "name": "GraphFiltersType"
1008
+ "name": "GraphFiltersType",
1009
+ "internalFilePath": "ui/graph-page/graph-filters.tsx"
998
1010
  },
999
1011
  "isOptional": false,
1000
1012
  "objectBindingNodes": [
@@ -1175,7 +1187,8 @@
1175
1187
  "line": 9,
1176
1188
  "character": 24
1177
1189
  },
1178
- "name": "RawEdge"
1190
+ "name": "RawEdge",
1191
+ "internalFilePath": "ui/query/get-graph.query.ts"
1179
1192
  },
1180
1193
  "isOptional": false,
1181
1194
  "isSpread": false
@@ -1417,7 +1430,8 @@
1417
1430
  "line": 8,
1418
1431
  "character": 24
1419
1432
  },
1420
- "name": "RawNode"
1433
+ "name": "RawNode",
1434
+ "internalFilePath": "ui/query/get-graph.query.ts"
1421
1435
  },
1422
1436
  "isOptional": false,
1423
1437
  "isSpread": false
@@ -1666,7 +1680,8 @@
1666
1680
  "line": 43,
1667
1681
  "character": 10
1668
1682
  },
1669
- "name": "RawNode"
1683
+ "name": "RawNode",
1684
+ "internalFilePath": "ui/query/get-graph.query.ts"
1670
1685
  }
1671
1686
  },
1672
1687
  "isOptional": false
@@ -1711,6 +1726,11 @@
1711
1726
  "character": 27
1712
1727
  },
1713
1728
  "name": "Graph",
1729
+ "componentId": {
1730
+ "scope": "teambit.graph",
1731
+ "name": "cleargraph",
1732
+ "version": "0.0.8"
1733
+ },
1714
1734
  "typeArgs": [
1715
1735
  {
1716
1736
  "__schema": "TypeRefSchema",
@@ -1719,7 +1739,12 @@
1719
1739
  "line": 11,
1720
1740
  "character": 33
1721
1741
  },
1722
- "name": "ComponentID"
1742
+ "name": "ComponentID",
1743
+ "componentId": {
1744
+ "scope": "teambit.component",
1745
+ "name": "component-id",
1746
+ "version": "1.2.0"
1747
+ }
1723
1748
  },
1724
1749
  {
1725
1750
  "__schema": "TypeRefSchema",
@@ -1822,7 +1847,12 @@
1822
1847
  "line": 15,
1823
1848
  "character": 14
1824
1849
  },
1825
- "name": "ComponentID"
1850
+ "name": "ComponentID",
1851
+ "componentId": {
1852
+ "scope": "teambit.component",
1853
+ "name": "component-id",
1854
+ "version": "1.2.0"
1855
+ }
1826
1856
  }
1827
1857
  },
1828
1858
  "isOptional": true,
@@ -1860,7 +1890,8 @@
1860
1890
  "line": 16,
1861
1891
  "character": 22
1862
1892
  },
1863
- "name": "ComponentIdNode"
1893
+ "name": "ComponentIdNode",
1894
+ "internalFilePath": "component-id-graph.ts"
1864
1895
  }
1865
1896
  },
1866
1897
  "isOptional": true,
@@ -1889,7 +1920,8 @@
1889
1920
  "line": 16,
1890
1921
  "character": 53
1891
1922
  },
1892
- "name": "DependencyEdge"
1923
+ "name": "DependencyEdge",
1924
+ "internalFilePath": "component-id-graph.ts"
1893
1925
  }
1894
1926
  },
1895
1927
  "isOptional": true,
@@ -1959,7 +1991,8 @@
1959
1991
  "line": 34,
1960
1992
  "character": 27
1961
1993
  },
1962
- "name": "ComponentIdNode"
1994
+ "name": "ComponentIdNode",
1995
+ "internalFilePath": "component-id-graph.ts"
1963
1996
  }
1964
1997
  },
1965
1998
  "isOptional": true,
@@ -1988,7 +2021,8 @@
1988
2021
  "line": 34,
1989
2022
  "character": 58
1990
2023
  },
1991
- "name": "DependencyEdge"
2024
+ "name": "DependencyEdge",
2025
+ "internalFilePath": "component-id-graph.ts"
1992
2026
  }
1993
2027
  },
1994
2028
  "isOptional": true,
@@ -2051,7 +2085,12 @@
2051
2085
  "line": 49,
2052
2086
  "character": 40
2053
2087
  },
2054
- "name": "ComponentID"
2088
+ "name": "ComponentID",
2089
+ "componentId": {
2090
+ "scope": "teambit.component",
2091
+ "name": "component-id",
2092
+ "version": "1.2.0"
2093
+ }
2055
2094
  }
2056
2095
  },
2057
2096
  "isOptional": false,
@@ -2079,7 +2118,12 @@
2079
2118
  "line": 49,
2080
2119
  "character": 64
2081
2120
  },
2082
- "name": "ComponentID"
2121
+ "name": "ComponentID",
2122
+ "componentId": {
2123
+ "scope": "teambit.component",
2124
+ "name": "component-id",
2125
+ "version": "1.2.0"
2126
+ }
2083
2127
  }
2084
2128
  },
2085
2129
  "isOptional": false,
@@ -2107,7 +2151,12 @@
2107
2151
  "line": 49,
2108
2152
  "character": 89
2109
2153
  },
2110
- "name": "ComponentID"
2154
+ "name": "ComponentID",
2155
+ "componentId": {
2156
+ "scope": "teambit.component",
2157
+ "name": "component-id",
2158
+ "version": "1.2.0"
2159
+ }
2111
2160
  }
2112
2161
  },
2113
2162
  "isOptional": true,
@@ -2128,7 +2177,12 @@
2128
2177
  "line": 49,
2129
2178
  "character": 105
2130
2179
  },
2131
- "name": "ComponentID"
2180
+ "name": "ComponentID",
2181
+ "componentId": {
2182
+ "scope": "teambit.component",
2183
+ "name": "component-id",
2184
+ "version": "1.2.0"
2185
+ }
2132
2186
  }
2133
2187
  },
2134
2188
  "modifiers": []
@@ -2175,7 +2229,12 @@
2175
2229
  "line": 92,
2176
2230
  "character": 14
2177
2231
  },
2178
- "name": "ComponentID"
2232
+ "name": "ComponentID",
2233
+ "componentId": {
2234
+ "scope": "teambit.component",
2235
+ "name": "component-id",
2236
+ "version": "1.2.0"
2237
+ }
2179
2238
  }
2180
2239
  },
2181
2240
  "isOptional": false,
@@ -2203,7 +2262,12 @@
2203
2262
  "line": 93,
2204
2263
  "character": 14
2205
2264
  },
2206
- "name": "ComponentID"
2265
+ "name": "ComponentID",
2266
+ "componentId": {
2267
+ "scope": "teambit.component",
2268
+ "name": "component-id",
2269
+ "version": "1.2.0"
2270
+ }
2207
2271
  }
2208
2272
  },
2209
2273
  "isOptional": false,
@@ -2231,7 +2295,12 @@
2231
2295
  "line": 94,
2232
2296
  "character": 15
2233
2297
  },
2234
- "name": "ComponentID"
2298
+ "name": "ComponentID",
2299
+ "componentId": {
2300
+ "scope": "teambit.component",
2301
+ "name": "component-id",
2302
+ "version": "1.2.0"
2303
+ }
2235
2304
  }
2236
2305
  },
2237
2306
  "isOptional": true,
@@ -2380,6 +2449,11 @@
2380
2449
  "character": 30
2381
2450
  },
2382
2451
  "name": "Graph",
2452
+ "componentId": {
2453
+ "scope": "teambit.graph",
2454
+ "name": "cleargraph",
2455
+ "version": "0.0.8"
2456
+ },
2383
2457
  "typeArgs": [
2384
2458
  {
2385
2459
  "__schema": "TypeRefSchema",
@@ -2388,7 +2462,12 @@
2388
2462
  "line": 165,
2389
2463
  "character": 36
2390
2464
  },
2391
- "name": "ComponentID"
2465
+ "name": "ComponentID",
2466
+ "componentId": {
2467
+ "scope": "teambit.component",
2468
+ "name": "component-id",
2469
+ "version": "1.2.0"
2470
+ }
2392
2471
  },
2393
2472
  {
2394
2473
  "__schema": "TypeRefSchema",
@@ -2491,7 +2570,12 @@
2491
2570
  "line": 175,
2492
2571
  "character": 27
2493
2572
  },
2494
- "name": "ComponentID"
2573
+ "name": "ComponentID",
2574
+ "componentId": {
2575
+ "scope": "teambit.component",
2576
+ "name": "component-id",
2577
+ "version": "1.2.0"
2578
+ }
2495
2579
  },
2496
2580
  "isOptional": false,
2497
2581
  "isSpread": false
@@ -2511,7 +2595,8 @@
2511
2595
  "line": 175,
2512
2596
  "character": 41
2513
2597
  },
2514
- "name": "DependenciesInfo"
2598
+ "name": "DependenciesInfo",
2599
+ "packageName": "@teambit/legacy/dist/scope/graph/scope-graph"
2515
2600
  }
2516
2601
  },
2517
2602
  "modifiers": []
@@ -2596,7 +2681,12 @@
2596
2681
  "line": 13,
2597
2682
  "character": 45
2598
2683
  },
2599
- "name": "ComponentID"
2684
+ "name": "ComponentID",
2685
+ "componentId": {
2686
+ "scope": "teambit.component",
2687
+ "name": "component-id",
2688
+ "version": "1.2.0"
2689
+ }
2600
2690
  },
2601
2691
  {
2602
2692
  "__schema": "TypeRefSchema",
@@ -2620,7 +2710,7 @@
2620
2710
  "_legacy": {
2621
2711
  "scope": "teambit.component",
2622
2712
  "name": "graph",
2623
- "version": "1.0.227"
2713
+ "version": "1.0.229"
2624
2714
  },
2625
2715
  "_scope": "teambit.component"
2626
2716
  }
@@ -2662,7 +2752,11 @@
2662
2752
  "line": 13,
2663
2753
  "character": 14
2664
2754
  },
2665
- "name": "ComponentID"
2755
+ "name": "ComponentID",
2756
+ "componentId": {
2757
+ "scope": "teambit.component",
2758
+ "name": "component"
2759
+ }
2666
2760
  }
2667
2761
  },
2668
2762
  "isOptional": true,
@@ -2700,7 +2794,8 @@
2700
2794
  "line": 14,
2701
2795
  "character": 22
2702
2796
  },
2703
- "name": "ComponentNode"
2797
+ "name": "ComponentNode",
2798
+ "internalFilePath": "component-graph/component-graph.ts"
2704
2799
  }
2705
2800
  },
2706
2801
  "isOptional": true,
@@ -2729,7 +2824,8 @@
2729
2824
  "line": 14,
2730
2825
  "character": 51
2731
2826
  },
2732
- "name": "DependencyEdge"
2827
+ "name": "DependencyEdge",
2828
+ "internalFilePath": "component-graph/component-graph.ts"
2733
2829
  }
2734
2830
  },
2735
2831
  "isOptional": true,
@@ -2780,7 +2876,8 @@
2780
2876
  "line": 18,
2781
2877
  "character": 27
2782
2878
  },
2783
- "name": "ComponentNode"
2879
+ "name": "ComponentNode",
2880
+ "internalFilePath": "component-graph/component-graph.ts"
2784
2881
  }
2785
2882
  },
2786
2883
  "isOptional": true,
@@ -2809,7 +2906,8 @@
2809
2906
  "line": 18,
2810
2907
  "character": 56
2811
2908
  },
2812
- "name": "DependencyEdge"
2909
+ "name": "DependencyEdge",
2910
+ "internalFilePath": "component-graph/component-graph.ts"
2813
2911
  }
2814
2912
  },
2815
2913
  "isOptional": true,
@@ -2976,6 +3074,11 @@
2976
3074
  "character": 30
2977
3075
  },
2978
3076
  "name": "Graph",
3077
+ "componentId": {
3078
+ "scope": "teambit.graph",
3079
+ "name": "cleargraph",
3080
+ "version": "0.0.8"
3081
+ },
2979
3082
  "typeArgs": [
2980
3083
  {
2981
3084
  "__schema": "TypeRefSchema",
@@ -2984,7 +3087,11 @@
2984
3087
  "line": 68,
2985
3088
  "character": 36
2986
3089
  },
2987
- "name": "Component"
3090
+ "name": "Component",
3091
+ "componentId": {
3092
+ "scope": "teambit.component",
3093
+ "name": "component"
3094
+ }
2988
3095
  },
2989
3096
  {
2990
3097
  "__schema": "TypeRefSchema",
@@ -3080,7 +3187,11 @@
3080
3187
  "line": 12,
3081
3188
  "character": 43
3082
3189
  },
3083
- "name": "Component"
3190
+ "name": "Component",
3191
+ "componentId": {
3192
+ "scope": "teambit.component",
3193
+ "name": "component"
3194
+ }
3084
3195
  },
3085
3196
  {
3086
3197
  "__schema": "TypeRefSchema",
@@ -3104,7 +3215,7 @@
3104
3215
  "_legacy": {
3105
3216
  "scope": "teambit.component",
3106
3217
  "name": "graph",
3107
- "version": "1.0.227"
3218
+ "version": "1.0.229"
3108
3219
  },
3109
3220
  "_scope": "teambit.component"
3110
3221
  }
@@ -3130,6 +3241,7 @@
3130
3241
  "character": 31
3131
3242
  },
3132
3243
  "name": "ComponentType",
3244
+ "packageName": "react",
3133
3245
  "typeArgs": [
3134
3246
  {
3135
3247
  "__schema": "TypeRefSchema",
@@ -3210,7 +3322,7 @@
3210
3322
  "_legacy": {
3211
3323
  "scope": "teambit.component",
3212
3324
  "name": "graph",
3213
- "version": "1.0.227"
3325
+ "version": "1.0.229"
3214
3326
  },
3215
3327
  "_scope": "teambit.component"
3216
3328
  }
@@ -3235,6 +3347,11 @@
3235
3347
  "character": 35
3236
3348
  },
3237
3349
  "name": "SlotRegistry",
3350
+ "componentId": {
3351
+ "scope": "teambit.harmony",
3352
+ "name": "harmony",
3353
+ "version": "0.4.6"
3354
+ },
3238
3355
  "typeArgs": [
3239
3356
  {
3240
3357
  "__schema": "TypeRefSchema",
@@ -3513,7 +3630,11 @@
3513
3630
  "line": 46,
3514
3631
  "character": 39
3515
3632
  },
3516
- "name": "ComponentUI"
3633
+ "name": "ComponentUI",
3634
+ "componentId": {
3635
+ "scope": "teambit.component",
3636
+ "name": "component"
3637
+ }
3517
3638
  },
3518
3639
  {
3519
3640
  "__schema": "TypeRefSchema",
@@ -3522,7 +3643,11 @@
3522
3643
  "line": 46,
3523
3644
  "character": 52
3524
3645
  },
3525
- "name": "ComponentCompareUI"
3646
+ "name": "ComponentCompareUI",
3647
+ "componentId": {
3648
+ "scope": "teambit.component",
3649
+ "name": "component-compare"
3650
+ }
3526
3651
  }
3527
3652
  ]
3528
3653
  },
@@ -3544,7 +3669,8 @@
3544
3669
  "line": 47,
3545
3670
  "character": 13
3546
3671
  },
3547
- "name": "GraphUIConfig"
3672
+ "name": "GraphUIConfig",
3673
+ "internalFilePath": "graph.ui.runtime.tsx"
3548
3674
  },
3549
3675
  "isOptional": false,
3550
3676
  "isSpread": false
@@ -3678,7 +3804,11 @@
3678
3804
  "line": 12,
3679
3805
  "character": 40
3680
3806
  },
3681
- "name": "ComponentMain"
3807
+ "name": "ComponentMain",
3808
+ "componentId": {
3809
+ "scope": "teambit.component",
3810
+ "name": "component"
3811
+ }
3682
3812
  },
3683
3813
  "isOptional": false,
3684
3814
  "isSpread": false
@@ -3737,7 +3867,11 @@
3737
3867
  "line": 17,
3738
3868
  "character": 24
3739
3869
  },
3740
- "name": "ComponentID"
3870
+ "name": "ComponentID",
3871
+ "componentId": {
3872
+ "scope": "teambit.component",
3873
+ "name": "component"
3874
+ }
3741
3875
  }
3742
3876
  },
3743
3877
  "isOptional": true,
@@ -3758,7 +3892,8 @@
3758
3892
  "line": 17,
3759
3893
  "character": 45
3760
3894
  },
3761
- "name": "GetGraphOpts"
3895
+ "name": "GetGraphOpts",
3896
+ "internalFilePath": "graph-builder.ts"
3762
3897
  },
3763
3898
  "isOptional": true,
3764
3899
  "defaultValue": "{}",
@@ -3821,7 +3956,11 @@
3821
3956
  "line": 26,
3822
3957
  "character": 27
3823
3958
  },
3824
- "name": "ComponentID"
3959
+ "name": "ComponentID",
3960
+ "componentId": {
3961
+ "scope": "teambit.component",
3962
+ "name": "component"
3963
+ }
3825
3964
  }
3826
3965
  },
3827
3966
  "isOptional": true,
@@ -3842,7 +3981,8 @@
3842
3981
  "line": 26,
3843
3982
  "character": 48
3844
3983
  },
3845
- "name": "GetGraphOpts"
3984
+ "name": "GetGraphOpts",
3985
+ "internalFilePath": "graph-builder.ts"
3846
3986
  },
3847
3987
  "isOptional": true,
3848
3988
  "defaultValue": "{}",
@@ -3950,7 +4090,11 @@
3950
4090
  "line": 13,
3951
4091
  "character": 40
3952
4092
  },
3953
- "name": "ComponentMain"
4093
+ "name": "ComponentMain",
4094
+ "componentId": {
4095
+ "scope": "teambit.component",
4096
+ "name": "component"
4097
+ }
3954
4098
  },
3955
4099
  "isOptional": false,
3956
4100
  "isSpread": false
@@ -3970,7 +4114,11 @@
3970
4114
  "line": 13,
3971
4115
  "character": 71
3972
4116
  },
3973
- "name": "Logger"
4117
+ "name": "Logger",
4118
+ "componentId": {
4119
+ "scope": "teambit.harmony",
4120
+ "name": "logger"
4121
+ }
3974
4122
  },
3975
4123
  "isOptional": false,
3976
4124
  "isSpread": false
@@ -4029,7 +4177,11 @@
4029
4177
  "line": 18,
4030
4178
  "character": 24
4031
4179
  },
4032
- "name": "ComponentID"
4180
+ "name": "ComponentID",
4181
+ "componentId": {
4182
+ "scope": "teambit.component",
4183
+ "name": "component"
4184
+ }
4033
4185
  }
4034
4186
  },
4035
4187
  "isOptional": true,
@@ -4050,7 +4202,8 @@
4050
4202
  "line": 18,
4051
4203
  "character": 45
4052
4204
  },
4053
- "name": "GetGraphOpts"
4205
+ "name": "GetGraphOpts",
4206
+ "internalFilePath": "graph-builder.ts"
4054
4207
  },
4055
4208
  "isOptional": true,
4056
4209
  "defaultValue": "{}",
@@ -4113,7 +4266,11 @@
4113
4266
  "line": 23,
4114
4267
  "character": 27
4115
4268
  },
4116
- "name": "ComponentID"
4269
+ "name": "ComponentID",
4270
+ "componentId": {
4271
+ "scope": "teambit.component",
4272
+ "name": "component"
4273
+ }
4117
4274
  }
4118
4275
  },
4119
4276
  "isOptional": true,
@@ -4134,7 +4291,8 @@
4134
4291
  "line": 23,
4135
4292
  "character": 48
4136
4293
  },
4137
- "name": "GetGraphOpts"
4294
+ "name": "GetGraphOpts",
4295
+ "internalFilePath": "graph-builder.ts"
4138
4296
  },
4139
4297
  "isOptional": true,
4140
4298
  "defaultValue": "{}",
@@ -4261,7 +4419,11 @@
4261
4419
  "line": 32,
4262
4420
  "character": 5
4263
4421
  },
4264
- "name": "GraphqlMain"
4422
+ "name": "GraphqlMain",
4423
+ "componentId": {
4424
+ "scope": "teambit.harmony",
4425
+ "name": "graphql"
4426
+ }
4265
4427
  },
4266
4428
  {
4267
4429
  "__schema": "TypeRefSchema",
@@ -4270,7 +4432,11 @@
4270
4432
  "line": 33,
4271
4433
  "character": 5
4272
4434
  },
4273
- "name": "ComponentMain"
4435
+ "name": "ComponentMain",
4436
+ "componentId": {
4437
+ "scope": "teambit.component",
4438
+ "name": "component"
4439
+ }
4274
4440
  },
4275
4441
  {
4276
4442
  "__schema": "TypeRefSchema",
@@ -4279,7 +4445,11 @@
4279
4445
  "line": 34,
4280
4446
  "character": 5
4281
4447
  },
4282
- "name": "CLIMain"
4448
+ "name": "CLIMain",
4449
+ "componentId": {
4450
+ "scope": "teambit.harmony",
4451
+ "name": "cli"
4452
+ }
4283
4453
  },
4284
4454
  {
4285
4455
  "__schema": "TypeRefSchema",
@@ -4288,7 +4458,11 @@
4288
4458
  "line": 35,
4289
4459
  "character": 5
4290
4460
  },
4291
- "name": "LoggerMain"
4461
+ "name": "LoggerMain",
4462
+ "componentId": {
4463
+ "scope": "teambit.harmony",
4464
+ "name": "logger"
4465
+ }
4292
4466
  }
4293
4467
  ]
4294
4468
  },
@@ -4503,7 +4677,8 @@
4503
4677
  "line": 13,
4504
4678
  "character": 22
4505
4679
  },
4506
- "name": "BitIdNode"
4680
+ "name": "BitIdNode",
4681
+ "internalFilePath": "object-list-to-graph.ts"
4507
4682
  }
4508
4683
  },
4509
4684
  "isOptional": true,
@@ -4532,7 +4707,8 @@
4532
4707
  "line": 13,
4533
4708
  "character": 47
4534
4709
  },
4535
- "name": "DependencyEdge"
4710
+ "name": "DependencyEdge",
4711
+ "internalFilePath": "object-list-to-graph.ts"
4536
4712
  }
4537
4713
  },
4538
4714
  "isOptional": true,
@@ -4569,7 +4745,12 @@
4569
4745
  "line": 12,
4570
4746
  "character": 36
4571
4747
  },
4572
- "name": "ComponentID"
4748
+ "name": "ComponentID",
4749
+ "componentId": {
4750
+ "scope": "teambit.component",
4751
+ "name": "component-id",
4752
+ "version": "1.2.0"
4753
+ }
4573
4754
  },
4574
4755
  {
4575
4756
  "__schema": "TypeRefSchema",
@@ -4593,7 +4774,7 @@
4593
4774
  "_legacy": {
4594
4775
  "scope": "teambit.component",
4595
4776
  "name": "graph",
4596
- "version": "1.0.227"
4777
+ "version": "1.0.229"
4597
4778
  },
4598
4779
  "_scope": "teambit.component"
4599
4780
  }
@@ -4627,7 +4808,8 @@
4627
4808
  "line": 18,
4628
4809
  "character": 53
4629
4810
  },
4630
- "name": "ObjectList"
4811
+ "name": "ObjectList",
4812
+ "packageName": "@teambit/legacy/dist/scope/objects/object-list"
4631
4813
  },
4632
4814
  "isOptional": false,
4633
4815
  "isSpread": false
@@ -4683,7 +4865,8 @@
4683
4865
  "line": 24,
4684
4866
  "character": 60
4685
4867
  },
4686
- "name": "BitObjectList"
4868
+ "name": "BitObjectList",
4869
+ "packageName": "@teambit/legacy/dist/scope/objects/bit-object-list"
4687
4870
  },
4688
4871
  "isOptional": false,
4689
4872
  "isSpread": false
@@ -4733,6 +4916,11 @@
4733
4916
  "character": 18
4734
4917
  },
4735
4918
  "name": "Node",
4919
+ "componentId": {
4920
+ "scope": "teambit.graph",
4921
+ "name": "cleargraph",
4922
+ "version": "0.0.8"
4923
+ },
4736
4924
  "typeArgs": [
4737
4925
  {
4738
4926
  "__schema": "TypeRefSchema",
@@ -4741,7 +4929,12 @@
4741
4929
  "line": 9,
4742
4930
  "character": 23
4743
4931
  },
4744
- "name": "ComponentID"
4932
+ "name": "ComponentID",
4933
+ "componentId": {
4934
+ "scope": "teambit.component",
4935
+ "name": "component-id",
4936
+ "version": "1.2.0"
4937
+ }
4745
4938
  }
4746
4939
  ]
4747
4940
  }
@@ -4763,6 +4956,11 @@
4763
4956
  "character": 23
4764
4957
  },
4765
4958
  "name": "Edge",
4959
+ "componentId": {
4960
+ "scope": "teambit.graph",
4961
+ "name": "cleargraph",
4962
+ "version": "0.0.8"
4963
+ },
4766
4964
  "typeArgs": [
4767
4965
  {
4768
4966
  "__schema": "TypeRefSchema",
@@ -4880,7 +5078,8 @@
4880
5078
  "line": 16,
4881
5079
  "character": 97
4882
5080
  },
4883
- "name": "ElementsOptions"
5081
+ "name": "ElementsOptions",
5082
+ "internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
4884
5083
  },
4885
5084
  "isOptional": false,
4886
5085
  "objectBindingNodes": [
@@ -4947,7 +5146,11 @@
4947
5146
  "line": 10,
4948
5147
  "character": 14
4949
5148
  },
4950
- "name": "ComponentID"
5149
+ "name": "ComponentID",
5150
+ "componentId": {
5151
+ "scope": "teambit.component",
5152
+ "name": "component"
5153
+ }
4951
5154
  },
4952
5155
  "isOptional": true
4953
5156
  }
@@ -4989,7 +5192,8 @@
4989
5192
  "line": 4,
4990
5193
  "character": 41
4991
5194
  },
4992
- "name": "Node"
5195
+ "name": "Node",
5196
+ "packageName": "react-flow-renderer"
4993
5197
  },
4994
5198
  "isOptional": false,
4995
5199
  "isSpread": false
@@ -5043,7 +5247,8 @@
5043
5247
  "line": 11,
5044
5248
  "character": 80
5045
5249
  },
5046
- "name": "GraphFiltersType"
5250
+ "name": "GraphFiltersType",
5251
+ "internalFilePath": "ui/graph-page/graph-filters.tsx"
5047
5252
  },
5048
5253
  "isOptional": false,
5049
5254
  "objectBindingNodes": [
@@ -5237,7 +5442,12 @@
5237
5442
  "line": 9,
5238
5443
  "character": 5
5239
5444
  },
5240
- "name": "CardProps"
5445
+ "name": "CardProps",
5446
+ "componentId": {
5447
+ "scope": "teambit.base-ui",
5448
+ "name": "surfaces/card",
5449
+ "version": "1.0.1"
5450
+ }
5241
5451
  }
5242
5452
  ]
5243
5453
  }
@@ -5331,7 +5541,8 @@
5331
5541
  "line": 8,
5332
5542
  "character": 24
5333
5543
  },
5334
- "name": "RawNode"
5544
+ "name": "RawNode",
5545
+ "internalFilePath": "ui/query/get-graph.query.ts"
5335
5546
  },
5336
5547
  "isOptional": false,
5337
5548
  "isSpread": false
@@ -5460,7 +5671,8 @@
5460
5671
  "line": 9,
5461
5672
  "character": 24
5462
5673
  },
5463
- "name": "RawEdge"
5674
+ "name": "RawEdge",
5675
+ "internalFilePath": "ui/query/get-graph.query.ts"
5464
5676
  },
5465
5677
  "isOptional": false,
5466
5678
  "isSpread": false
@@ -5595,7 +5807,8 @@
5595
5807
  "line": 43,
5596
5808
  "character": 10
5597
5809
  },
5598
- "name": "RawNode"
5810
+ "name": "RawNode",
5811
+ "internalFilePath": "ui/query/get-graph.query.ts"
5599
5812
  }
5600
5813
  },
5601
5814
  "isOptional": false
@@ -6051,6 +6264,11 @@
6051
6264
  "character": 27
6052
6265
  },
6053
6266
  "name": "Graph",
6267
+ "componentId": {
6268
+ "scope": "teambit.graph",
6269
+ "name": "cleargraph",
6270
+ "version": "0.0.8"
6271
+ },
6054
6272
  "typeArgs": [
6055
6273
  {
6056
6274
  "__schema": "TypeRefSchema",
@@ -6059,7 +6277,12 @@
6059
6277
  "line": 11,
6060
6278
  "character": 33
6061
6279
  },
6062
- "name": "ComponentID"
6280
+ "name": "ComponentID",
6281
+ "componentId": {
6282
+ "scope": "teambit.component",
6283
+ "name": "component-id",
6284
+ "version": "1.2.0"
6285
+ }
6063
6286
  },
6064
6287
  {
6065
6288
  "__schema": "TypeRefSchema",
@@ -6106,7 +6329,12 @@
6106
6329
  "line": 15,
6107
6330
  "character": 14
6108
6331
  },
6109
- "name": "ComponentID"
6332
+ "name": "ComponentID",
6333
+ "componentId": {
6334
+ "scope": "teambit.component",
6335
+ "name": "component-id",
6336
+ "version": "1.2.0"
6337
+ }
6110
6338
  }
6111
6339
  },
6112
6340
  "isOptional": true,
@@ -6144,7 +6372,8 @@
6144
6372
  "line": 16,
6145
6373
  "character": 22
6146
6374
  },
6147
- "name": "ComponentIdNode"
6375
+ "name": "ComponentIdNode",
6376
+ "internalFilePath": "component-id-graph.ts"
6148
6377
  }
6149
6378
  },
6150
6379
  "isOptional": true,
@@ -6173,7 +6402,8 @@
6173
6402
  "line": 16,
6174
6403
  "character": 53
6175
6404
  },
6176
- "name": "DependencyEdge"
6405
+ "name": "DependencyEdge",
6406
+ "internalFilePath": "component-id-graph.ts"
6177
6407
  }
6178
6408
  },
6179
6409
  "isOptional": true,
@@ -6243,7 +6473,8 @@
6243
6473
  "line": 34,
6244
6474
  "character": 27
6245
6475
  },
6246
- "name": "ComponentIdNode"
6476
+ "name": "ComponentIdNode",
6477
+ "internalFilePath": "component-id-graph.ts"
6247
6478
  }
6248
6479
  },
6249
6480
  "isOptional": true,
@@ -6272,7 +6503,8 @@
6272
6503
  "line": 34,
6273
6504
  "character": 58
6274
6505
  },
6275
- "name": "DependencyEdge"
6506
+ "name": "DependencyEdge",
6507
+ "internalFilePath": "component-id-graph.ts"
6276
6508
  }
6277
6509
  },
6278
6510
  "isOptional": true,
@@ -6335,7 +6567,12 @@
6335
6567
  "line": 49,
6336
6568
  "character": 40
6337
6569
  },
6338
- "name": "ComponentID"
6570
+ "name": "ComponentID",
6571
+ "componentId": {
6572
+ "scope": "teambit.component",
6573
+ "name": "component-id",
6574
+ "version": "1.2.0"
6575
+ }
6339
6576
  }
6340
6577
  },
6341
6578
  "isOptional": false,
@@ -6363,7 +6600,12 @@
6363
6600
  "line": 49,
6364
6601
  "character": 64
6365
6602
  },
6366
- "name": "ComponentID"
6603
+ "name": "ComponentID",
6604
+ "componentId": {
6605
+ "scope": "teambit.component",
6606
+ "name": "component-id",
6607
+ "version": "1.2.0"
6608
+ }
6367
6609
  }
6368
6610
  },
6369
6611
  "isOptional": false,
@@ -6391,7 +6633,12 @@
6391
6633
  "line": 49,
6392
6634
  "character": 89
6393
6635
  },
6394
- "name": "ComponentID"
6636
+ "name": "ComponentID",
6637
+ "componentId": {
6638
+ "scope": "teambit.component",
6639
+ "name": "component-id",
6640
+ "version": "1.2.0"
6641
+ }
6395
6642
  }
6396
6643
  },
6397
6644
  "isOptional": true,
@@ -6412,7 +6659,12 @@
6412
6659
  "line": 49,
6413
6660
  "character": 105
6414
6661
  },
6415
- "name": "ComponentID"
6662
+ "name": "ComponentID",
6663
+ "componentId": {
6664
+ "scope": "teambit.component",
6665
+ "name": "component-id",
6666
+ "version": "1.2.0"
6667
+ }
6416
6668
  }
6417
6669
  },
6418
6670
  "modifiers": []
@@ -6459,7 +6711,12 @@
6459
6711
  "line": 92,
6460
6712
  "character": 14
6461
6713
  },
6462
- "name": "ComponentID"
6714
+ "name": "ComponentID",
6715
+ "componentId": {
6716
+ "scope": "teambit.component",
6717
+ "name": "component-id",
6718
+ "version": "1.2.0"
6719
+ }
6463
6720
  }
6464
6721
  },
6465
6722
  "isOptional": false,
@@ -6487,7 +6744,12 @@
6487
6744
  "line": 93,
6488
6745
  "character": 14
6489
6746
  },
6490
- "name": "ComponentID"
6747
+ "name": "ComponentID",
6748
+ "componentId": {
6749
+ "scope": "teambit.component",
6750
+ "name": "component-id",
6751
+ "version": "1.2.0"
6752
+ }
6491
6753
  }
6492
6754
  },
6493
6755
  "isOptional": false,
@@ -6515,7 +6777,12 @@
6515
6777
  "line": 94,
6516
6778
  "character": 15
6517
6779
  },
6518
- "name": "ComponentID"
6780
+ "name": "ComponentID",
6781
+ "componentId": {
6782
+ "scope": "teambit.component",
6783
+ "name": "component-id",
6784
+ "version": "1.2.0"
6785
+ }
6519
6786
  }
6520
6787
  },
6521
6788
  "isOptional": true,
@@ -6664,6 +6931,11 @@
6664
6931
  "character": 30
6665
6932
  },
6666
6933
  "name": "Graph",
6934
+ "componentId": {
6935
+ "scope": "teambit.graph",
6936
+ "name": "cleargraph",
6937
+ "version": "0.0.8"
6938
+ },
6667
6939
  "typeArgs": [
6668
6940
  {
6669
6941
  "__schema": "TypeRefSchema",
@@ -6672,7 +6944,12 @@
6672
6944
  "line": 165,
6673
6945
  "character": 36
6674
6946
  },
6675
- "name": "ComponentID"
6947
+ "name": "ComponentID",
6948
+ "componentId": {
6949
+ "scope": "teambit.component",
6950
+ "name": "component-id",
6951
+ "version": "1.2.0"
6952
+ }
6676
6953
  },
6677
6954
  {
6678
6955
  "__schema": "TypeRefSchema",
@@ -6775,7 +7052,12 @@
6775
7052
  "line": 175,
6776
7053
  "character": 27
6777
7054
  },
6778
- "name": "ComponentID"
7055
+ "name": "ComponentID",
7056
+ "componentId": {
7057
+ "scope": "teambit.component",
7058
+ "name": "component-id",
7059
+ "version": "1.2.0"
7060
+ }
6779
7061
  },
6780
7062
  "isOptional": false,
6781
7063
  "isSpread": false
@@ -6795,7 +7077,8 @@
6795
7077
  "line": 175,
6796
7078
  "character": 41
6797
7079
  },
6798
- "name": "DependenciesInfo"
7080
+ "name": "DependenciesInfo",
7081
+ "packageName": "@teambit/legacy/dist/scope/graph/scope-graph"
6799
7082
  }
6800
7083
  },
6801
7084
  "modifiers": []
@@ -6880,7 +7163,12 @@
6880
7163
  "line": 13,
6881
7164
  "character": 45
6882
7165
  },
6883
- "name": "ComponentID"
7166
+ "name": "ComponentID",
7167
+ "componentId": {
7168
+ "scope": "teambit.component",
7169
+ "name": "component-id",
7170
+ "version": "1.2.0"
7171
+ }
6884
7172
  },
6885
7173
  {
6886
7174
  "__schema": "TypeRefSchema",
@@ -6904,7 +7192,7 @@
6904
7192
  "_legacy": {
6905
7193
  "scope": "teambit.component",
6906
7194
  "name": "graph",
6907
- "version": "1.0.227"
7195
+ "version": "1.0.229"
6908
7196
  },
6909
7197
  "_scope": "teambit.component"
6910
7198
  }
@@ -6932,6 +7220,11 @@
6932
7220
  "character": 24
6933
7221
  },
6934
7222
  "name": "Node",
7223
+ "componentId": {
7224
+ "scope": "teambit.graph",
7225
+ "name": "cleargraph",
7226
+ "version": "0.0.8"
7227
+ },
6935
7228
  "typeArgs": [
6936
7229
  {
6937
7230
  "__schema": "TypeRefSchema",
@@ -6940,7 +7233,12 @@
6940
7233
  "line": 9,
6941
7234
  "character": 29
6942
7235
  },
6943
- "name": "ComponentID"
7236
+ "name": "ComponentID",
7237
+ "componentId": {
7238
+ "scope": "teambit.component",
7239
+ "name": "component-id",
7240
+ "version": "1.2.0"
7241
+ }
6944
7242
  }
6945
7243
  ]
6946
7244
  }
@@ -6962,6 +7260,11 @@
6962
7260
  "character": 23
6963
7261
  },
6964
7262
  "name": "Edge",
7263
+ "componentId": {
7264
+ "scope": "teambit.graph",
7265
+ "name": "cleargraph",
7266
+ "version": "0.0.8"
7267
+ },
6965
7268
  "typeArgs": [
6966
7269
  {
6967
7270
  "__schema": "TypeRefSchema",
@@ -7039,7 +7342,11 @@
7039
7342
  "line": 13,
7040
7343
  "character": 14
7041
7344
  },
7042
- "name": "ComponentID"
7345
+ "name": "ComponentID",
7346
+ "componentId": {
7347
+ "scope": "teambit.component",
7348
+ "name": "component"
7349
+ }
7043
7350
  }
7044
7351
  },
7045
7352
  "isOptional": true,
@@ -7077,7 +7384,8 @@
7077
7384
  "line": 14,
7078
7385
  "character": 22
7079
7386
  },
7080
- "name": "ComponentNode"
7387
+ "name": "ComponentNode",
7388
+ "internalFilePath": "component-graph/component-graph.ts"
7081
7389
  }
7082
7390
  },
7083
7391
  "isOptional": true,
@@ -7106,7 +7414,8 @@
7106
7414
  "line": 14,
7107
7415
  "character": 51
7108
7416
  },
7109
- "name": "DependencyEdge"
7417
+ "name": "DependencyEdge",
7418
+ "internalFilePath": "component-graph/component-graph.ts"
7110
7419
  }
7111
7420
  },
7112
7421
  "isOptional": true,
@@ -7157,7 +7466,8 @@
7157
7466
  "line": 18,
7158
7467
  "character": 27
7159
7468
  },
7160
- "name": "ComponentNode"
7469
+ "name": "ComponentNode",
7470
+ "internalFilePath": "component-graph/component-graph.ts"
7161
7471
  }
7162
7472
  },
7163
7473
  "isOptional": true,
@@ -7186,7 +7496,8 @@
7186
7496
  "line": 18,
7187
7497
  "character": 56
7188
7498
  },
7189
- "name": "DependencyEdge"
7499
+ "name": "DependencyEdge",
7500
+ "internalFilePath": "component-graph/component-graph.ts"
7190
7501
  }
7191
7502
  },
7192
7503
  "isOptional": true,
@@ -7353,6 +7664,11 @@
7353
7664
  "character": 30
7354
7665
  },
7355
7666
  "name": "Graph",
7667
+ "componentId": {
7668
+ "scope": "teambit.graph",
7669
+ "name": "cleargraph",
7670
+ "version": "0.0.8"
7671
+ },
7356
7672
  "typeArgs": [
7357
7673
  {
7358
7674
  "__schema": "TypeRefSchema",
@@ -7361,7 +7677,11 @@
7361
7677
  "line": 68,
7362
7678
  "character": 36
7363
7679
  },
7364
- "name": "Component"
7680
+ "name": "Component",
7681
+ "componentId": {
7682
+ "scope": "teambit.component",
7683
+ "name": "component"
7684
+ }
7365
7685
  },
7366
7686
  {
7367
7687
  "__schema": "TypeRefSchema",
@@ -7457,7 +7777,11 @@
7457
7777
  "line": 12,
7458
7778
  "character": 43
7459
7779
  },
7460
- "name": "Component"
7780
+ "name": "Component",
7781
+ "componentId": {
7782
+ "scope": "teambit.component",
7783
+ "name": "component"
7784
+ }
7461
7785
  },
7462
7786
  {
7463
7787
  "__schema": "TypeRefSchema",
@@ -7481,7 +7805,7 @@
7481
7805
  "_legacy": {
7482
7806
  "scope": "teambit.component",
7483
7807
  "name": "graph",
7484
- "version": "1.0.227"
7808
+ "version": "1.0.229"
7485
7809
  },
7486
7810
  "_scope": "teambit.component"
7487
7811
  }
@@ -7509,6 +7833,11 @@
7509
7833
  "character": 22
7510
7834
  },
7511
7835
  "name": "Node",
7836
+ "componentId": {
7837
+ "scope": "teambit.graph",
7838
+ "name": "cleargraph",
7839
+ "version": "0.0.8"
7840
+ },
7512
7841
  "typeArgs": [
7513
7842
  {
7514
7843
  "__schema": "TypeRefSchema",
@@ -7517,7 +7846,11 @@
7517
7846
  "line": 9,
7518
7847
  "character": 27
7519
7848
  },
7520
- "name": "Component"
7849
+ "name": "Component",
7850
+ "componentId": {
7851
+ "scope": "teambit.component",
7852
+ "name": "component"
7853
+ }
7521
7854
  }
7522
7855
  ]
7523
7856
  }
@@ -7539,6 +7872,11 @@
7539
7872
  "character": 23
7540
7873
  },
7541
7874
  "name": "Edge",
7875
+ "componentId": {
7876
+ "scope": "teambit.graph",
7877
+ "name": "cleargraph",
7878
+ "version": "0.0.8"
7879
+ },
7542
7880
  "typeArgs": [
7543
7881
  {
7544
7882
  "__schema": "TypeRefSchema",
@@ -7629,7 +7967,7 @@
7629
7967
  "_legacy": {
7630
7968
  "scope": "teambit.component",
7631
7969
  "name": "graph",
7632
- "version": "1.0.227"
7970
+ "version": "1.0.229"
7633
7971
  },
7634
7972
  "_scope": "teambit.component"
7635
7973
  }
@@ -7654,6 +7992,7 @@
7654
7992
  "character": 31
7655
7993
  },
7656
7994
  "name": "ComponentType",
7995
+ "packageName": "react",
7657
7996
  "typeArgs": [
7658
7997
  {
7659
7998
  "__schema": "TypeRefSchema",
@@ -7684,6 +8023,11 @@
7684
8023
  "character": 35
7685
8024
  },
7686
8025
  "name": "SlotRegistry",
8026
+ "componentId": {
8027
+ "scope": "teambit.harmony",
8028
+ "name": "harmony",
8029
+ "version": "0.4.6"
8030
+ },
7687
8031
  "typeArgs": [
7688
8032
  {
7689
8033
  "__schema": "TypeRefSchema",
@@ -8002,7 +8346,11 @@
8002
8346
  "line": 46,
8003
8347
  "character": 39
8004
8348
  },
8005
- "name": "ComponentUI"
8349
+ "name": "ComponentUI",
8350
+ "componentId": {
8351
+ "scope": "teambit.component",
8352
+ "name": "component"
8353
+ }
8006
8354
  },
8007
8355
  {
8008
8356
  "__schema": "TypeRefSchema",
@@ -8011,7 +8359,11 @@
8011
8359
  "line": 46,
8012
8360
  "character": 52
8013
8361
  },
8014
- "name": "ComponentCompareUI"
8362
+ "name": "ComponentCompareUI",
8363
+ "componentId": {
8364
+ "scope": "teambit.component",
8365
+ "name": "component-compare"
8366
+ }
8015
8367
  }
8016
8368
  ]
8017
8369
  },
@@ -8033,7 +8385,8 @@
8033
8385
  "line": 47,
8034
8386
  "character": 13
8035
8387
  },
8036
- "name": "GraphUIConfig"
8388
+ "name": "GraphUIConfig",
8389
+ "internalFilePath": "graph.ui.runtime.tsx"
8037
8390
  },
8038
8391
  "isOptional": false,
8039
8392
  "isSpread": false
@@ -8234,7 +8587,7 @@
8234
8587
  "line": 46,
8235
8588
  "character": 12
8236
8589
  },
8237
- "signature": "(instance: OnLoadParams): void",
8590
+ "signature": "(instance: \u001b[2m(package: react-flow-renderer)\u001b[22m OnLoadParams): void",
8238
8591
  "name": "",
8239
8592
  "params": [
8240
8593
  {
@@ -8252,7 +8605,8 @@
8252
8605
  "line": 46,
8253
8606
  "character": 23
8254
8607
  },
8255
- "name": "OnLoadParams"
8608
+ "name": "OnLoadParams",
8609
+ "packageName": "react-flow-renderer"
8256
8610
  },
8257
8611
  "isOptional": false,
8258
8612
  "isSpread": false
@@ -8289,7 +8643,8 @@
8289
8643
  "line": 47,
8290
8644
  "character": 10
8291
8645
  },
8292
- "name": "ReactFlowProps"
8646
+ "name": "ReactFlowProps",
8647
+ "packageName": "react-flow-renderer"
8293
8648
  },
8294
8649
  {
8295
8650
  "__schema": "LiteralTypeSchema",
@@ -8329,7 +8684,8 @@
8329
8684
  "line": 57,
8330
8685
  "character": 4
8331
8686
  },
8332
- "name": "DependenciesGraphProps"
8687
+ "name": "DependenciesGraphProps",
8688
+ "internalFilePath": "ui/dependencies-graph/dependencies-graph.tsx"
8333
8689
  },
8334
8690
  "isOptional": false,
8335
8691
  "objectBindingNodes": [
@@ -8453,7 +8809,8 @@
8453
8809
  "line": 26,
8454
8810
  "character": 40
8455
8811
  },
8456
- "name": "NodeProps"
8812
+ "name": "NodeProps",
8813
+ "packageName": "react-flow-renderer"
8457
8814
  },
8458
8815
  "isOptional": false,
8459
8816
  "isSpread": false
@@ -8546,7 +8903,11 @@
8546
8903
  "line": 8,
8547
8904
  "character": 10
8548
8905
  },
8549
- "name": "ComponentFactory"
8906
+ "name": "ComponentFactory",
8907
+ "componentId": {
8908
+ "scope": "teambit.component",
8909
+ "name": "component"
8910
+ }
8550
8911
  },
8551
8912
  "isOptional": true
8552
8913
  }
@@ -8588,7 +8949,11 @@
8588
8949
  "line": 12,
8589
8950
  "character": 40
8590
8951
  },
8591
- "name": "ComponentMain"
8952
+ "name": "ComponentMain",
8953
+ "componentId": {
8954
+ "scope": "teambit.component",
8955
+ "name": "component"
8956
+ }
8592
8957
  },
8593
8958
  "isOptional": false,
8594
8959
  "isSpread": false
@@ -8647,7 +9012,11 @@
8647
9012
  "line": 17,
8648
9013
  "character": 24
8649
9014
  },
8650
- "name": "ComponentID"
9015
+ "name": "ComponentID",
9016
+ "componentId": {
9017
+ "scope": "teambit.component",
9018
+ "name": "component"
9019
+ }
8651
9020
  }
8652
9021
  },
8653
9022
  "isOptional": true,
@@ -8668,7 +9037,8 @@
8668
9037
  "line": 17,
8669
9038
  "character": 45
8670
9039
  },
8671
- "name": "GetGraphOpts"
9040
+ "name": "GetGraphOpts",
9041
+ "internalFilePath": "graph-builder.ts"
8672
9042
  },
8673
9043
  "isOptional": true,
8674
9044
  "defaultValue": "{}",
@@ -8731,7 +9101,11 @@
8731
9101
  "line": 26,
8732
9102
  "character": 27
8733
9103
  },
8734
- "name": "ComponentID"
9104
+ "name": "ComponentID",
9105
+ "componentId": {
9106
+ "scope": "teambit.component",
9107
+ "name": "component"
9108
+ }
8735
9109
  }
8736
9110
  },
8737
9111
  "isOptional": true,
@@ -8752,7 +9126,8 @@
8752
9126
  "line": 26,
8753
9127
  "character": 48
8754
9128
  },
8755
- "name": "GetGraphOpts"
9129
+ "name": "GetGraphOpts",
9130
+ "internalFilePath": "graph-builder.ts"
8756
9131
  },
8757
9132
  "isOptional": true,
8758
9133
  "defaultValue": "{}",
@@ -8833,7 +9208,11 @@
8833
9208
  "line": 13,
8834
9209
  "character": 40
8835
9210
  },
8836
- "name": "ComponentMain"
9211
+ "name": "ComponentMain",
9212
+ "componentId": {
9213
+ "scope": "teambit.component",
9214
+ "name": "component"
9215
+ }
8837
9216
  },
8838
9217
  "isOptional": false,
8839
9218
  "isSpread": false
@@ -8853,7 +9232,11 @@
8853
9232
  "line": 13,
8854
9233
  "character": 71
8855
9234
  },
8856
- "name": "Logger"
9235
+ "name": "Logger",
9236
+ "componentId": {
9237
+ "scope": "teambit.harmony",
9238
+ "name": "logger"
9239
+ }
8857
9240
  },
8858
9241
  "isOptional": false,
8859
9242
  "isSpread": false
@@ -8912,7 +9295,11 @@
8912
9295
  "line": 18,
8913
9296
  "character": 24
8914
9297
  },
8915
- "name": "ComponentID"
9298
+ "name": "ComponentID",
9299
+ "componentId": {
9300
+ "scope": "teambit.component",
9301
+ "name": "component"
9302
+ }
8916
9303
  }
8917
9304
  },
8918
9305
  "isOptional": true,
@@ -8933,7 +9320,8 @@
8933
9320
  "line": 18,
8934
9321
  "character": 45
8935
9322
  },
8936
- "name": "GetGraphOpts"
9323
+ "name": "GetGraphOpts",
9324
+ "internalFilePath": "graph-builder.ts"
8937
9325
  },
8938
9326
  "isOptional": true,
8939
9327
  "defaultValue": "{}",
@@ -8996,7 +9384,11 @@
8996
9384
  "line": 23,
8997
9385
  "character": 27
8998
9386
  },
8999
- "name": "ComponentID"
9387
+ "name": "ComponentID",
9388
+ "componentId": {
9389
+ "scope": "teambit.component",
9390
+ "name": "component"
9391
+ }
9000
9392
  }
9001
9393
  },
9002
9394
  "isOptional": true,
@@ -9017,7 +9409,8 @@
9017
9409
  "line": 23,
9018
9410
  "character": 48
9019
9411
  },
9020
- "name": "GetGraphOpts"
9412
+ "name": "GetGraphOpts",
9413
+ "internalFilePath": "graph-builder.ts"
9021
9414
  },
9022
9415
  "isOptional": true,
9023
9416
  "defaultValue": "{}",
@@ -9144,7 +9537,11 @@
9144
9537
  "line": 32,
9145
9538
  "character": 5
9146
9539
  },
9147
- "name": "GraphqlMain"
9540
+ "name": "GraphqlMain",
9541
+ "componentId": {
9542
+ "scope": "teambit.harmony",
9543
+ "name": "graphql"
9544
+ }
9148
9545
  },
9149
9546
  {
9150
9547
  "__schema": "TypeRefSchema",
@@ -9153,7 +9550,11 @@
9153
9550
  "line": 33,
9154
9551
  "character": 5
9155
9552
  },
9156
- "name": "ComponentMain"
9553
+ "name": "ComponentMain",
9554
+ "componentId": {
9555
+ "scope": "teambit.component",
9556
+ "name": "component"
9557
+ }
9157
9558
  },
9158
9559
  {
9159
9560
  "__schema": "TypeRefSchema",
@@ -9162,7 +9563,11 @@
9162
9563
  "line": 34,
9163
9564
  "character": 5
9164
9565
  },
9165
- "name": "CLIMain"
9566
+ "name": "CLIMain",
9567
+ "componentId": {
9568
+ "scope": "teambit.harmony",
9569
+ "name": "cli"
9570
+ }
9166
9571
  },
9167
9572
  {
9168
9573
  "__schema": "TypeRefSchema",
@@ -9171,7 +9576,11 @@
9171
9576
  "line": 35,
9172
9577
  "character": 5
9173
9578
  },
9174
- "name": "LoggerMain"
9579
+ "name": "LoggerMain",
9580
+ "componentId": {
9581
+ "scope": "teambit.harmony",
9582
+ "name": "logger"
9583
+ }
9175
9584
  }
9176
9585
  ]
9177
9586
  },
@@ -9215,7 +9624,7 @@
9215
9624
  "componentId": {
9216
9625
  "scope": "teambit.component",
9217
9626
  "name": "graph",
9218
- "version": "1.0.227"
9627
+ "version": "1.0.229"
9219
9628
  },
9220
9629
  "taggedModuleExports": []
9221
9630
  }