@teambit/component 1.0.226 → 1.0.227

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 (85) hide show
  1. package/artifacts/__bit_junit.xml +1 -1
  2. package/artifacts/preview/teambit_component_component-preview.js +1 -1
  3. package/artifacts/schema.json +303 -1125
  4. package/dist/{preview-1712632644937.js → preview-1712719054377.js} +2 -2
  5. package/package.json +22 -22
  6. package/tsconfig.json +46 -1
  7. package/dist/aspect-entry.d.ts +0 -39
  8. package/dist/aspect-list.d.ts +0 -43
  9. package/dist/aspect.section.d.ts +0 -13
  10. package/dist/component-factory.d.ts +0 -149
  11. package/dist/component-fs.d.ts +0 -34
  12. package/dist/component-interface.d.ts +0 -22
  13. package/dist/component-map/component-map.d.ts +0 -63
  14. package/dist/component-map/index.d.ts +0 -1
  15. package/dist/component-meta.d.ts +0 -22
  16. package/dist/component.aspect.d.ts +0 -3
  17. package/dist/component.composition.d.ts +0 -1
  18. package/dist/component.d.ts +0 -182
  19. package/dist/component.graphql.d.ts +0 -83
  20. package/dist/component.main.runtime.d.ts +0 -75
  21. package/dist/component.route.d.ts +0 -18
  22. package/dist/component.ui.runtime.d.ts +0 -104
  23. package/dist/config.d.ts +0 -18
  24. package/dist/dependencies/dependencies.d.ts +0 -43
  25. package/dist/dependencies/index.d.ts +0 -1
  26. package/dist/exceptions/could-not-find-latest.d.ts +0 -4
  27. package/dist/exceptions/host-not-found.d.ts +0 -12
  28. package/dist/exceptions/index.d.ts +0 -4
  29. package/dist/exceptions/main-file-not-found.d.ts +0 -14
  30. package/dist/exceptions/nothing-to-snap.d.ts +0 -2
  31. package/dist/get-component-opts.d.ts +0 -13
  32. package/dist/hash.d.ts +0 -4
  33. package/dist/head.d.ts +0 -0
  34. package/dist/history-graph.d.ts +0 -2
  35. package/dist/host/component-host-model.d.ts +0 -7
  36. package/dist/host/index.d.ts +0 -2
  37. package/dist/host/use-component-host.d.ts +0 -6
  38. package/dist/index.d.ts +0 -37
  39. package/dist/on-load.d.ts +0 -0
  40. package/dist/section/index.d.ts +0 -1
  41. package/dist/section/section.d.ts +0 -11
  42. package/dist/show/extensions.fragment.d.ts +0 -13
  43. package/dist/show/files.fragment.d.ts +0 -14
  44. package/dist/show/id.fragment.d.ts +0 -13
  45. package/dist/show/index.d.ts +0 -8
  46. package/dist/show/main-file.fragment.d.ts +0 -9
  47. package/dist/show/name.fragment.d.ts +0 -9
  48. package/dist/show/scope.fragment.d.ts +0 -10
  49. package/dist/show/show-fragment.d.ts +0 -37
  50. package/dist/show/show.cmd.d.ts +0 -26
  51. package/dist/snap/author.d.ts +0 -17
  52. package/dist/snap/index.d.ts +0 -2
  53. package/dist/snap/snap.d.ts +0 -56
  54. package/dist/state.d.ts +0 -65
  55. package/dist/store.d.ts +0 -3
  56. package/dist/tag/index.d.ts +0 -1
  57. package/dist/tag/tag.d.ts +0 -32
  58. package/dist/tag-map.d.ts +0 -35
  59. package/dist/ui/aspect-page/aspect-page.d.ts +0 -1
  60. package/dist/ui/aspect-page/index.d.ts +0 -1
  61. package/dist/ui/component-error/component-error.d.ts +0 -20
  62. package/dist/ui/component-error/index.d.ts +0 -1
  63. package/dist/ui/component-model/component-model.d.ts +0 -186
  64. package/dist/ui/component-model/index.d.ts +0 -1
  65. package/dist/ui/component-searcher/component-result.d.ts +0 -16
  66. package/dist/ui/component-searcher/component-searcher.d.ts +0 -22
  67. package/dist/ui/component-searcher/index.d.ts +0 -2
  68. package/dist/ui/component.d.ts +0 -26
  69. package/dist/ui/context/component-context.d.ts +0 -6
  70. package/dist/ui/context/component-provider.d.ts +0 -25
  71. package/dist/ui/context/index.d.ts +0 -3
  72. package/dist/ui/index.d.ts +0 -12
  73. package/dist/ui/menu/index.d.ts +0 -3
  74. package/dist/ui/menu/menu-nav.d.ts +0 -23
  75. package/dist/ui/menu/menu.d.ts +0 -97
  76. package/dist/ui/menu/nav-plugin.d.ts +0 -28
  77. package/dist/ui/top-bar-nav/index.d.ts +0 -1
  78. package/dist/ui/top-bar-nav/top-bar-nav.d.ts +0 -2
  79. package/dist/ui/use-component-from-location.d.ts +0 -1
  80. package/dist/ui/use-component-logs.d.ts +0 -16
  81. package/dist/ui/use-component-query.d.ts +0 -3
  82. package/dist/ui/use-component.d.ts +0 -3
  83. package/dist/ui/use-component.fragments.d.ts +0 -10
  84. package/dist/ui/use-component.model.d.ts +0 -44
  85. package/dist/ui/use-component.utils.d.ts +0 -1
@@ -263,8 +263,7 @@
263
263
  "line": 13,
264
264
  "character": 12
265
265
  },
266
- "name": "RouteProps",
267
- "packageName": "react-router-dom"
266
+ "name": "RouteProps"
268
267
  }
269
268
  },
270
269
  "isOptional": true
@@ -379,8 +378,7 @@
379
378
  "line": 49,
380
379
  "character": 97
381
380
  },
382
- "name": "ComponentQueryResult",
383
- "internalFilePath": "ui/use-component.model.ts"
381
+ "name": "ComponentQueryResult"
384
382
  },
385
383
  "modifiers": []
386
384
  }
@@ -453,12 +451,7 @@
453
451
  "line": 38,
454
452
  "character": 18
455
453
  },
456
- "name": "ComponentID",
457
- "componentId": {
458
- "scope": "teambit.component",
459
- "name": "component-id",
460
- "version": "1.2.0"
461
- }
454
+ "name": "ComponentID"
462
455
  },
463
456
  "isOptional": false,
464
457
  "isSpread": false
@@ -660,7 +653,7 @@
660
653
  "line": 78,
661
654
  "character": 17
662
655
  },
663
- "name": "Config"
656
+ "name": "ComponentConfig"
664
657
  }
665
658
  },
666
659
  {
@@ -816,8 +809,7 @@
816
809
  "line": 116,
817
810
  "character": 20
818
811
  },
819
- "name": "RawComponentMetadata",
820
- "internalFilePath": "component-interface.ts"
812
+ "name": "RawComponentMetadata"
821
813
  },
822
814
  {
823
815
  "__schema": "KeywordTypeSchema",
@@ -987,8 +979,7 @@
987
979
  "line": 126,
988
980
  "character": 15
989
981
  },
990
- "name": "ComponentLog",
991
- "packageName": "@teambit/legacy/dist/scope/models/model-component"
982
+ "name": "ComponentLog"
992
983
  }
993
984
  }
994
985
  ]
@@ -1097,8 +1088,7 @@
1097
1088
  "line": 182,
1098
1089
  "character": 16
1099
1090
  },
1100
- "name": "SemVer",
1101
- "packageName": "semver"
1091
+ "name": "SemVer"
1102
1092
  },
1103
1093
  "isOptional": false,
1104
1094
  "isSpread": false
@@ -1444,8 +1434,7 @@
1444
1434
  "line": 238,
1445
1435
  "character": 43
1446
1436
  },
1447
- "name": "SnapsIterableOpts",
1448
- "internalFilePath": "component.ts"
1437
+ "name": "SnapsIterableOpts"
1449
1438
  },
1450
1439
  "isOptional": true,
1451
1440
  "defaultValue": "{}",
@@ -1768,8 +1757,7 @@
1768
1757
  "line": 332,
1769
1758
  "character": 21
1770
1759
  },
1771
- "name": "SemVer",
1772
- "packageName": "semver"
1760
+ "name": "SemVer"
1773
1761
  },
1774
1762
  "isOptional": false,
1775
1763
  "isSpread": false
@@ -1841,8 +1829,7 @@
1841
1829
  "line": 350,
1842
1830
  "character": 28
1843
1831
  },
1844
- "name": "AnyFS",
1845
- "packageName": "@teambit/any-fs"
1832
+ "name": "AnyFS"
1846
1833
  },
1847
1834
  "isOptional": true,
1848
1835
  "isSpread": false
@@ -2066,8 +2053,7 @@
2066
2053
  "line": 12,
2067
2054
  "character": 26
2068
2055
  },
2069
- "name": "RawComponentMetadata",
2070
- "internalFilePath": "component-interface.ts"
2056
+ "name": "RawComponentMetadata"
2071
2057
  },
2072
2058
  {
2073
2059
  "__schema": "KeywordTypeSchema",
@@ -2270,8 +2256,7 @@
2270
2256
  "line": 15,
2271
2257
  "character": 21
2272
2258
  },
2273
- "name": "AbstractVinyl",
2274
- "packageName": "@teambit/legacy/dist/consumer/component/sources"
2259
+ "name": "AbstractVinyl"
2275
2260
  }
2276
2261
  },
2277
2262
  "isOptional": false,
@@ -2363,8 +2348,7 @@
2363
2348
  "line": 29,
2364
2349
  "character": 31
2365
2350
  },
2366
- "name": "AbstractVinyl",
2367
- "packageName": "@teambit/legacy/dist/consumer/component/sources"
2351
+ "name": "AbstractVinyl"
2368
2352
  }
2369
2353
  },
2370
2354
  "modifiers": []
@@ -2482,8 +2466,7 @@
2482
2466
  "line": 55,
2483
2467
  "character": 28
2484
2468
  },
2485
- "name": "AbstractVinyl",
2486
- "packageName": "@teambit/legacy/dist/consumer/component/sources"
2469
+ "name": "AbstractVinyl"
2487
2470
  }
2488
2471
  },
2489
2472
  "isOptional": false,
@@ -2527,7 +2510,7 @@
2527
2510
  "_legacy": {
2528
2511
  "scope": "teambit.component",
2529
2512
  "name": "component",
2530
- "version": "1.0.226"
2513
+ "version": "1.0.227"
2531
2514
  },
2532
2515
  "_scope": "teambit.component"
2533
2516
  }
@@ -2622,8 +2605,7 @@
2622
2605
  "line": 14,
2623
2606
  "character": 15
2624
2607
  },
2625
- "name": "PathLinuxRelative",
2626
- "packageName": "@teambit/legacy/dist/utils/path"
2608
+ "name": "PathLinuxRelative"
2627
2609
  },
2628
2610
  {
2629
2611
  "__schema": "TypeRefSchema",
@@ -2632,8 +2614,7 @@
2632
2614
  "line": 14,
2633
2615
  "character": 35
2634
2616
  },
2635
- "name": "PathOsBasedRelative",
2636
- "packageName": "@teambit/legacy/dist/utils/path"
2617
+ "name": "PathOsBasedRelative"
2637
2618
  }
2638
2619
  ]
2639
2620
  }
@@ -2804,12 +2785,7 @@
2804
2785
  "line": 74,
2805
2786
  "character": 35
2806
2787
  },
2807
- "name": "BitId",
2808
- "componentId": {
2809
- "scope": "teambit.component",
2810
- "name": "legacy-bit-id",
2811
- "version": "1.1.1"
2812
- }
2788
+ "name": "BitId"
2813
2789
  },
2814
2790
  {
2815
2791
  "__schema": "TypeRefSchema",
@@ -2818,12 +2794,7 @@
2818
2794
  "line": 74,
2819
2795
  "character": 43
2820
2796
  },
2821
- "name": "ComponentID",
2822
- "componentId": {
2823
- "scope": "teambit.component",
2824
- "name": "component-id",
2825
- "version": "1.2.0"
2826
- }
2797
+ "name": "ComponentID"
2827
2798
  }
2828
2799
  ]
2829
2800
  },
@@ -2847,12 +2818,7 @@
2847
2818
  "line": 74,
2848
2819
  "character": 65
2849
2820
  },
2850
- "name": "ComponentID",
2851
- "componentId": {
2852
- "scope": "teambit.component",
2853
- "name": "component-id",
2854
- "version": "1.2.0"
2855
- }
2821
+ "name": "ComponentID"
2856
2822
  }
2857
2823
  ]
2858
2824
  },
@@ -2924,12 +2890,7 @@
2924
2890
  "line": 79,
2925
2891
  "character": 46
2926
2892
  },
2927
- "name": "BitId",
2928
- "componentId": {
2929
- "scope": "teambit.component",
2930
- "name": "legacy-bit-id",
2931
- "version": "1.1.1"
2932
- }
2893
+ "name": "BitId"
2933
2894
  },
2934
2895
  {
2935
2896
  "__schema": "TypeRefSchema",
@@ -2938,12 +2899,7 @@
2938
2899
  "line": 79,
2939
2900
  "character": 54
2940
2901
  },
2941
- "name": "ComponentID",
2942
- "componentId": {
2943
- "scope": "teambit.component",
2944
- "name": "component-id",
2945
- "version": "1.2.0"
2946
- }
2902
+ "name": "ComponentID"
2947
2903
  }
2948
2904
  ]
2949
2905
  }
@@ -2976,12 +2932,7 @@
2976
2932
  "line": 79,
2977
2933
  "character": 79
2978
2934
  },
2979
- "name": "ComponentID",
2980
- "componentId": {
2981
- "scope": "teambit.component",
2982
- "name": "component-id",
2983
- "version": "1.2.0"
2984
- }
2935
+ "name": "ComponentID"
2985
2936
  }
2986
2937
  }
2987
2938
  ]
@@ -3023,12 +2974,7 @@
3023
2974
  "line": 84,
3024
2975
  "character": 11
3025
2976
  },
3026
- "name": "ComponentID",
3027
- "componentId": {
3028
- "scope": "teambit.component",
3029
- "name": "component-id",
3030
- "version": "1.2.0"
3031
- }
2977
+ "name": "ComponentID"
3032
2978
  },
3033
2979
  "isOptional": false,
3034
2980
  "isSpread": false
@@ -3110,12 +3056,7 @@
3110
3056
  "line": 92,
3111
3057
  "character": 24
3112
3058
  },
3113
- "name": "ComponentID",
3114
- "componentId": {
3115
- "scope": "teambit.component",
3116
- "name": "component-id",
3117
- "version": "1.2.0"
3118
- }
3059
+ "name": "ComponentID"
3119
3060
  },
3120
3061
  "isOptional": false,
3121
3062
  "isSpread": false
@@ -3145,8 +3086,7 @@
3145
3086
  "line": 92,
3146
3087
  "character": 46
3147
3088
  },
3148
- "name": "ConsumerComponent",
3149
- "packageName": "@teambit/legacy/dist/consumer/component"
3089
+ "name": "ConsumerComponent"
3150
3090
  },
3151
3091
  {
3152
3092
  "__schema": "KeywordTypeSchema",
@@ -3205,12 +3145,7 @@
3205
3145
  "line": 97,
3206
3146
  "character": 16
3207
3147
  },
3208
- "name": "ComponentID",
3209
- "componentId": {
3210
- "scope": "teambit.component",
3211
- "name": "component-id",
3212
- "version": "1.2.0"
3213
- }
3148
+ "name": "ComponentID"
3214
3149
  }
3215
3150
  },
3216
3151
  "isOptional": false,
@@ -3289,8 +3224,7 @@
3289
3224
  "line": 102,
3290
3225
  "character": 31
3291
3226
  },
3292
- "name": "ConsumerComponent",
3293
- "packageName": "@teambit/legacy/dist/consumer/component"
3227
+ "name": "ConsumerComponent"
3294
3228
  }
3295
3229
  },
3296
3230
  "isOptional": false,
@@ -3353,7 +3287,7 @@
3353
3287
  "line": 107,
3354
3288
  "character": 24
3355
3289
  },
3356
- "signature": "(id: \u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID): Promise<Component>",
3290
+ "signature": "(id: ComponentID): Promise<Component>",
3357
3291
  "name": "",
3358
3292
  "params": [
3359
3293
  {
@@ -3371,12 +3305,7 @@
3371
3305
  "line": 107,
3372
3306
  "character": 29
3373
3307
  },
3374
- "name": "ComponentID",
3375
- "componentId": {
3376
- "scope": "teambit.component",
3377
- "name": "component-id",
3378
- "version": "1.2.0"
3379
- }
3308
+ "name": "ComponentID"
3380
3309
  },
3381
3310
  "isOptional": false,
3382
3311
  "isSpread": false
@@ -3448,12 +3377,7 @@
3448
3377
  "line": 113,
3449
3378
  "character": 18
3450
3379
  },
3451
- "name": "ComponentID",
3452
- "componentId": {
3453
- "scope": "teambit.component",
3454
- "name": "component-id",
3455
- "version": "1.2.0"
3456
- }
3380
+ "name": "ComponentID"
3457
3381
  }
3458
3382
  },
3459
3383
  "isOptional": true,
@@ -3497,11 +3421,6 @@
3497
3421
  "character": 77
3498
3422
  },
3499
3423
  "name": "Graph",
3500
- "componentId": {
3501
- "scope": "teambit.graph",
3502
- "name": "cleargraph",
3503
- "version": "0.0.8"
3504
- },
3505
3424
  "typeArgs": [
3506
3425
  {
3507
3426
  "__schema": "TypeRefSchema",
@@ -3569,12 +3488,7 @@
3569
3488
  "line": 119,
3570
3489
  "character": 21
3571
3490
  },
3572
- "name": "ComponentID",
3573
- "componentId": {
3574
- "scope": "teambit.component",
3575
- "name": "component-id",
3576
- "version": "1.2.0"
3577
- }
3491
+ "name": "ComponentID"
3578
3492
  }
3579
3493
  },
3580
3494
  "isOptional": true,
@@ -3617,11 +3531,7 @@
3617
3531
  "line": 119,
3618
3532
  "character": 80
3619
3533
  },
3620
- "name": "CompIdGraph",
3621
- "componentId": {
3622
- "scope": "teambit.component",
3623
- "name": "graph"
3624
- }
3534
+ "name": "CompIdGraph"
3625
3535
  }
3626
3536
  ]
3627
3537
  },
@@ -3652,12 +3562,7 @@
3652
3562
  "line": 121,
3653
3563
  "character": 15
3654
3564
  },
3655
- "name": "ComponentID",
3656
- "componentId": {
3657
- "scope": "teambit.component",
3658
- "name": "component-id",
3659
- "version": "1.2.0"
3660
- }
3565
+ "name": "ComponentID"
3661
3566
  },
3662
3567
  "isOptional": false,
3663
3568
  "isSpread": false
@@ -3726,8 +3631,7 @@
3726
3631
  "line": 121,
3727
3632
  "character": 79
3728
3633
  },
3729
- "name": "ComponentLog",
3730
- "packageName": "@teambit/legacy/dist/scope/models/model-component"
3634
+ "name": "ComponentLog"
3731
3635
  }
3732
3636
  }
3733
3637
  ]
@@ -3815,12 +3719,7 @@
3815
3719
  "line": 128,
3816
3720
  "character": 16
3817
3721
  },
3818
- "name": "ComponentID",
3819
- "componentId": {
3820
- "scope": "teambit.component",
3821
- "name": "component-id",
3822
- "version": "1.2.0"
3823
- }
3722
+ "name": "ComponentID"
3824
3723
  },
3825
3724
  "isOptional": false,
3826
3725
  "isSpread": false
@@ -3903,12 +3802,7 @@
3903
3802
  "line": 133,
3904
3803
  "character": 15
3905
3804
  },
3906
- "name": "ComponentID",
3907
- "componentId": {
3908
- "scope": "teambit.component",
3909
- "name": "component-id",
3910
- "version": "1.2.0"
3911
- }
3805
+ "name": "ComponentID"
3912
3806
  },
3913
3807
  "isOptional": false,
3914
3808
  "isSpread": false
@@ -4132,7 +4026,7 @@
4132
4026
  "line": 144,
4133
4027
  "character": 19
4134
4028
  },
4135
- "signature": "(runtimeName?: string, componentIds?: \u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID[], opts?: ResolveAspectsOptions): Promise<\u001b[2m(component: teambit.harmony/aspect-loader)\u001b[22m AspectDefinition[]>",
4029
+ "signature": "(runtimeName?: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions): Promise<AspectDefinition[]>",
4136
4030
  "name": "",
4137
4031
  "params": [
4138
4032
  {
@@ -4177,12 +4071,7 @@
4177
4071
  "line": 146,
4178
4072
  "character": 20
4179
4073
  },
4180
- "name": "ComponentID",
4181
- "componentId": {
4182
- "scope": "teambit.component",
4183
- "name": "component-id",
4184
- "version": "1.2.0"
4185
- }
4074
+ "name": "ComponentID"
4186
4075
  }
4187
4076
  },
4188
4077
  "isOptional": true,
@@ -4232,11 +4121,7 @@
4232
4121
  "line": 148,
4233
4122
  "character": 16
4234
4123
  },
4235
- "name": "AspectDefinition",
4236
- "componentId": {
4237
- "scope": "teambit.harmony",
4238
- "name": "aspect-loader"
4239
- }
4124
+ "name": "AspectDefinition"
4240
4125
  }
4241
4126
  }
4242
4127
  ]
@@ -4448,12 +4333,7 @@
4448
4333
  "line": 160,
4449
4334
  "character": 22
4450
4335
  },
4451
- "name": "ComponentID",
4452
- "componentId": {
4453
- "scope": "teambit.component",
4454
- "name": "component-id",
4455
- "version": "1.2.0"
4456
- }
4336
+ "name": "ComponentID"
4457
4337
  }
4458
4338
  }
4459
4339
  ]
@@ -4472,12 +4352,7 @@
4472
4352
  "line": 160,
4473
4353
  "character": 39
4474
4354
  },
4475
- "name": "ComponentID",
4476
- "componentId": {
4477
- "scope": "teambit.component",
4478
- "name": "component-id",
4479
- "version": "1.2.0"
4480
- }
4355
+ "name": "ComponentID"
4481
4356
  }
4482
4357
  }
4483
4358
  ]
@@ -4568,12 +4443,7 @@
4568
4443
  "line": 167,
4569
4444
  "character": 69
4570
4445
  },
4571
- "name": "ComponentID",
4572
- "componentId": {
4573
- "scope": "teambit.component",
4574
- "name": "component-id",
4575
- "version": "1.2.0"
4576
- }
4446
+ "name": "ComponentID"
4577
4447
  }
4578
4448
  }
4579
4449
  ]
@@ -4605,12 +4475,7 @@
4605
4475
  "line": 169,
4606
4476
  "character": 22
4607
4477
  },
4608
- "name": "ComponentID",
4609
- "componentId": {
4610
- "scope": "teambit.component",
4611
- "name": "component-id",
4612
- "version": "1.2.0"
4613
- }
4478
+ "name": "ComponentID"
4614
4479
  },
4615
4480
  "isOptional": false,
4616
4481
  "isSpread": false
@@ -4685,12 +4550,7 @@
4685
4550
  "line": 175,
4686
4551
  "character": 28
4687
4552
  },
4688
- "name": "ComponentID",
4689
- "componentId": {
4690
- "scope": "teambit.component",
4691
- "name": "component-id",
4692
- "version": "1.2.0"
4693
- }
4553
+ "name": "ComponentID"
4694
4554
  },
4695
4555
  "isOptional": false,
4696
4556
  "isSpread": false
@@ -5398,12 +5258,7 @@
5398
5258
  "line": 15,
5399
5259
  "character": 22
5400
5260
  },
5401
- "name": "ComponentID",
5402
- "componentId": {
5403
- "scope": "teambit.component",
5404
- "name": "component-id",
5405
- "version": "1.2.0"
5406
- }
5261
+ "name": "ComponentID"
5407
5262
  },
5408
5263
  "isOptional": false,
5409
5264
  "isSpread": false
@@ -5423,8 +5278,7 @@
5423
5278
  "line": 15,
5424
5279
  "character": 41
5425
5280
  },
5426
- "name": "SerializableMap",
5427
- "internalFilePath": "aspect-entry.ts"
5281
+ "name": "SerializableMap"
5428
5282
  },
5429
5283
  "isOptional": true,
5430
5284
  "defaultValue": "{}",
@@ -5467,12 +5321,7 @@
5467
5321
  "line": 22,
5468
5322
  "character": 25
5469
5323
  },
5470
- "name": "ComponentID",
5471
- "componentId": {
5472
- "scope": "teambit.component",
5473
- "name": "component-id",
5474
- "version": "1.2.0"
5475
- }
5324
+ "name": "ComponentID"
5476
5325
  },
5477
5326
  "isOptional": false,
5478
5327
  "isSpread": false
@@ -5492,8 +5341,7 @@
5492
5341
  "line": 22,
5493
5342
  "character": 44
5494
5343
  },
5495
- "name": "SerializableMap",
5496
- "internalFilePath": "aspect-entry.ts"
5344
+ "name": "SerializableMap"
5497
5345
  },
5498
5346
  "isOptional": true,
5499
5347
  "defaultValue": "{}",
@@ -5704,12 +5552,7 @@
5704
5552
  "line": 59,
5705
5553
  "character": 12
5706
5554
  },
5707
- "name": "ComponentID",
5708
- "componentId": {
5709
- "scope": "teambit.component",
5710
- "name": "component-id",
5711
- "version": "1.2.0"
5712
- }
5555
+ "name": "ComponentID"
5713
5556
  },
5714
5557
  "isOptional": false,
5715
5558
  "isSpread": false
@@ -6138,8 +5981,7 @@
6138
5981
  "line": 119,
6139
5982
  "character": 47
6140
5983
  },
6141
- "name": "ExtensionDataList",
6142
- "packageName": "@teambit/legacy/dist/consumer/config/extension-data"
5984
+ "name": "ExtensionDataList"
6143
5985
  },
6144
5986
  "isOptional": false,
6145
5987
  "isSpread": false
@@ -6197,12 +6039,7 @@
6197
6039
  "line": 23,
6198
6040
  "character": 26
6199
6041
  },
6200
- "name": "ComponentID",
6201
- "componentId": {
6202
- "scope": "teambit.component",
6203
- "name": "component-id",
6204
- "version": "1.2.0"
6205
- }
6042
+ "name": "ComponentID"
6206
6043
  },
6207
6044
  "isOptional": false,
6208
6045
  "isSpread": false
@@ -6222,8 +6059,7 @@
6222
6059
  "line": 23,
6223
6060
  "character": 60
6224
6061
  },
6225
- "name": "ExtensionDataEntry",
6226
- "packageName": "@teambit/legacy/dist/consumer/config/extension-data"
6062
+ "name": "ExtensionDataEntry"
6227
6063
  },
6228
6064
  "isOptional": false,
6229
6065
  "isSpread": false
@@ -6497,8 +6333,7 @@
6497
6333
  "line": 55,
6498
6334
  "character": 22
6499
6335
  },
6500
- "name": "SerializableMap",
6501
- "internalFilePath": "aspect-entry.ts"
6336
+ "name": "SerializableMap"
6502
6337
  },
6503
6338
  "isOptional": false,
6504
6339
  "isSpread": false
@@ -6635,7 +6470,7 @@
6635
6470
  "line": 21,
6636
6471
  "character": 38
6637
6472
  },
6638
- "signature": "(id: string): Promise<\u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID>",
6473
+ "signature": "(id: string): Promise<ComponentID>",
6639
6474
  "name": "",
6640
6475
  "params": [
6641
6476
  {
@@ -6675,12 +6510,7 @@
6675
6510
  "line": 21,
6676
6511
  "character": 62
6677
6512
  },
6678
- "name": "ComponentID",
6679
- "componentId": {
6680
- "scope": "teambit.component",
6681
- "name": "component-id",
6682
- "version": "1.2.0"
6683
- }
6513
+ "name": "ComponentID"
6684
6514
  }
6685
6515
  ]
6686
6516
  },
@@ -7219,8 +7049,7 @@
7219
7049
  "line": 21,
7220
7050
  "character": 23
7221
7051
  },
7222
- "name": "SemVer",
7223
- "packageName": "semver"
7052
+ "name": "SemVer"
7224
7053
  },
7225
7054
  "isOptional": false,
7226
7055
  "isSpread": false
@@ -7477,8 +7306,7 @@
7477
7306
  "line": 12,
7478
7307
  "character": 26
7479
7308
  },
7480
- "name": "RawComponentMetadata",
7481
- "internalFilePath": "component-interface.ts"
7309
+ "name": "RawComponentMetadata"
7482
7310
  },
7483
7311
  {
7484
7312
  "__schema": "KeywordTypeSchema",
@@ -7613,8 +7441,7 @@
7613
7441
  "line": 24,
7614
7442
  "character": 26
7615
7443
  },
7616
- "name": "ComponentFS",
7617
- "internalFilePath": "component-fs.ts"
7444
+ "name": "ComponentFS"
7618
7445
  },
7619
7446
  "isOptional": false,
7620
7447
  "isSpread": false
@@ -8261,8 +8088,7 @@
8261
8088
  "line": 8,
8262
8089
  "character": 33
8263
8090
  },
8264
- "name": "SemVer",
8265
- "packageName": "semver"
8091
+ "name": "SemVer"
8266
8092
  },
8267
8093
  {
8268
8094
  "__schema": "TypeRefSchema",
@@ -8286,7 +8112,7 @@
8286
8112
  "_legacy": {
8287
8113
  "scope": "teambit.component",
8288
8114
  "name": "component",
8289
- "version": "1.0.226"
8115
+ "version": "1.0.227"
8290
8116
  },
8291
8117
  "_scope": "teambit.component"
8292
8118
  }
@@ -8565,12 +8391,7 @@
8565
8391
  "line": 31,
8566
8392
  "character": 38
8567
8393
  },
8568
- "name": "ComponentID",
8569
- "componentId": {
8570
- "scope": "teambit.component",
8571
- "name": "component-id",
8572
- "version": "1.2.0"
8573
- }
8394
+ "name": "ComponentID"
8574
8395
  },
8575
8396
  "isOptional": false,
8576
8397
  "isSpread": false
@@ -9615,8 +9436,7 @@
9615
9436
  "line": 36,
9616
9437
  "character": 23
9617
9438
  },
9618
- "name": "ComponentHostSlot",
9619
- "internalFilePath": "component.main.runtime.ts"
9439
+ "name": "ComponentHostSlot"
9620
9440
  },
9621
9441
  "isOptional": false,
9622
9442
  "isSpread": false
@@ -9636,11 +9456,7 @@
9636
9456
  "line": 41,
9637
9457
  "character": 22
9638
9458
  },
9639
- "name": "ExpressMain",
9640
- "componentId": {
9641
- "scope": "teambit.harmony",
9642
- "name": "express"
9643
- }
9459
+ "name": "ExpressMain"
9644
9460
  },
9645
9461
  "isOptional": false,
9646
9462
  "isSpread": false
@@ -9660,8 +9476,7 @@
9660
9476
  "line": 43,
9661
9477
  "character": 31
9662
9478
  },
9663
- "name": "ShowFragmentSlot",
9664
- "internalFilePath": "component.main.runtime.ts"
9479
+ "name": "ShowFragmentSlot"
9665
9480
  },
9666
9481
  "isOptional": false,
9667
9482
  "isSpread": false
@@ -9765,8 +9580,7 @@
9765
9580
  "line": 64,
9766
9581
  "character": 55
9767
9582
  },
9768
- "name": "ExtensionDataList",
9769
- "packageName": "@teambit/legacy/dist/consumer/config"
9583
+ "name": "ExtensionDataList"
9770
9584
  },
9771
9585
  "isOptional": false,
9772
9586
  "isSpread": false
@@ -10073,12 +9887,7 @@
10073
9887
  "line": 118,
10074
9888
  "character": 16
10075
9889
  },
10076
- "name": "ComponentID",
10077
- "componentId": {
10078
- "scope": "teambit.component",
10079
- "name": "component-id",
10080
- "version": "1.2.0"
10081
- }
9890
+ "name": "ComponentID"
10082
9891
  },
10083
9892
  "isOptional": false,
10084
9893
  "isSpread": false
@@ -10334,11 +10143,7 @@
10334
10143
  "line": 158,
10335
10144
  "character": 31
10336
10145
  },
10337
- "name": "GraphqlMain",
10338
- "componentId": {
10339
- "scope": "teambit.harmony",
10340
- "name": "graphql"
10341
- }
10146
+ "name": "GraphqlMain"
10342
10147
  },
10343
10148
  {
10344
10149
  "__schema": "TypeRefSchema",
@@ -10347,11 +10152,7 @@
10347
10152
  "line": 158,
10348
10153
  "character": 44
10349
10154
  },
10350
- "name": "ExpressMain",
10351
- "componentId": {
10352
- "scope": "teambit.harmony",
10353
- "name": "express"
10354
- }
10155
+ "name": "ExpressMain"
10355
10156
  },
10356
10157
  {
10357
10158
  "__schema": "TypeRefSchema",
@@ -10360,11 +10161,7 @@
10360
10161
  "line": 158,
10361
10162
  "character": 57
10362
10163
  },
10363
- "name": "CLIMain",
10364
- "componentId": {
10365
- "scope": "teambit.harmony",
10366
- "name": "cli"
10367
- }
10164
+ "name": "CLIMain"
10368
10165
  }
10369
10166
  ]
10370
10167
  },
@@ -10414,8 +10211,7 @@
10414
10211
  "line": 160,
10415
10212
  "character": 36
10416
10213
  },
10417
- "name": "ComponentHostSlot",
10418
- "internalFilePath": "component.main.runtime.ts"
10214
+ "name": "ComponentHostSlot"
10419
10215
  },
10420
10216
  {
10421
10217
  "__schema": "TypeRefSchema",
@@ -10424,8 +10220,7 @@
10424
10220
  "line": 160,
10425
10221
  "character": 55
10426
10222
  },
10427
- "name": "ShowFragmentSlot",
10428
- "internalFilePath": "component.main.runtime.ts"
10223
+ "name": "ShowFragmentSlot"
10429
10224
  }
10430
10225
  ]
10431
10226
  },
@@ -10507,11 +10302,7 @@
10507
10302
  "line": 58,
10508
10303
  "character": 21
10509
10304
  },
10510
- "name": "PubsubUI",
10511
- "componentId": {
10512
- "scope": "teambit.harmony",
10513
- "name": "pubsub"
10514
- }
10305
+ "name": "PubsubUI"
10515
10306
  },
10516
10307
  "isOptional": false,
10517
10308
  "isSpread": false
@@ -10531,12 +10322,7 @@
10531
10322
  "line": 60,
10532
10323
  "character": 24
10533
10324
  },
10534
- "name": "RouteSlot",
10535
- "componentId": {
10536
- "scope": "teambit.ui-foundation",
10537
- "name": "ui/react-router/slot-router",
10538
- "version": "0.0.508"
10539
- }
10325
+ "name": "RouteSlot"
10540
10326
  },
10541
10327
  "isOptional": false,
10542
10328
  "isSpread": false
@@ -10556,8 +10342,7 @@
10556
10342
  "line": 62,
10557
10343
  "character": 22
10558
10344
  },
10559
- "name": "OrderedNavigationSlot",
10560
- "internalFilePath": "ui/menu/nav-plugin.tsx"
10345
+ "name": "OrderedNavigationSlot"
10561
10346
  },
10562
10347
  "isOptional": false,
10563
10348
  "isSpread": false
@@ -10577,8 +10362,7 @@
10577
10362
  "line": 64,
10578
10363
  "character": 33
10579
10364
  },
10580
- "name": "ConsumeMethodSlot",
10581
- "internalFilePath": "ui/menu/nav-plugin.tsx"
10365
+ "name": "ConsumeMethodSlot"
10582
10366
  },
10583
10367
  "isOptional": false,
10584
10368
  "isSpread": false
@@ -10598,8 +10382,7 @@
10598
10382
  "line": 69,
10599
10383
  "character": 25
10600
10384
  },
10601
- "name": "OrderedNavigationSlot",
10602
- "internalFilePath": "ui/menu/nav-plugin.tsx"
10385
+ "name": "OrderedNavigationSlot"
10603
10386
  },
10604
10387
  "isOptional": false,
10605
10388
  "isSpread": false
@@ -10619,8 +10402,7 @@
10619
10402
  "line": 73,
10620
10403
  "character": 32
10621
10404
  },
10622
- "name": "RightSideMenuSlot",
10623
- "internalFilePath": "ui/menu/menu.tsx"
10405
+ "name": "RightSideMenuSlot"
10624
10406
  },
10625
10407
  "isOptional": false,
10626
10408
  "isSpread": false
@@ -10640,12 +10422,7 @@
10640
10422
  "line": 75,
10641
10423
  "character": 27
10642
10424
  },
10643
- "name": "MenuItemSlot",
10644
- "componentId": {
10645
- "scope": "teambit.ui-foundation",
10646
- "name": "ui/main-dropdown",
10647
- "version": "0.0.502"
10648
- }
10425
+ "name": "MenuItemSlot"
10649
10426
  },
10650
10427
  "isOptional": false,
10651
10428
  "isSpread": false
@@ -10665,8 +10442,7 @@
10665
10442
  "line": 77,
10666
10443
  "character": 27
10667
10444
  },
10668
- "name": "ComponentPageSlot",
10669
- "internalFilePath": "ui/component.tsx"
10445
+ "name": "ComponentPageSlot"
10670
10446
  },
10671
10447
  "isOptional": false,
10672
10448
  "isSpread": false
@@ -10686,8 +10462,7 @@
10686
10462
  "line": 79,
10687
10463
  "character": 40
10688
10464
  },
10689
- "name": "ComponentSearchResultSlot",
10690
- "internalFilePath": "component.ui.runtime.tsx"
10465
+ "name": "ComponentSearchResultSlot"
10691
10466
  },
10692
10467
  "isOptional": false,
10693
10468
  "isSpread": false
@@ -10707,11 +10482,7 @@
10707
10482
  "line": 81,
10708
10483
  "character": 27
10709
10484
  },
10710
- "name": "CommandBarUI",
10711
- "componentId": {
10712
- "scope": "teambit.explorer",
10713
- "name": "command-bar"
10714
- }
10485
+ "name": "CommandBarUI"
10715
10486
  },
10716
10487
  "isOptional": false,
10717
10488
  "isSpread": false
@@ -10731,11 +10502,7 @@
10731
10502
  "line": 83,
10732
10503
  "character": 20
10733
10504
  },
10734
- "name": "ReactRouterUI",
10735
- "componentId": {
10736
- "scope": "teambit.ui-foundation",
10737
- "name": "react-router"
10738
- }
10505
+ "name": "ReactRouterUI"
10739
10506
  },
10740
10507
  "isOptional": false,
10741
10508
  "isSpread": false
@@ -11042,8 +10809,7 @@
11042
10809
  "line": 248,
11043
10810
  "character": 25
11044
10811
  },
11045
- "name": "RouteProps",
11046
- "packageName": "react-router-dom"
10812
+ "name": "RouteProps"
11047
10813
  }
11048
10814
  },
11049
10815
  {
@@ -11053,8 +10819,7 @@
11053
10819
  "line": 248,
11054
10820
  "character": 40
11055
10821
  },
11056
- "name": "RouteProps",
11057
- "packageName": "react-router-dom"
10822
+ "name": "RouteProps"
11058
10823
  }
11059
10824
  ]
11060
10825
  },
@@ -11098,12 +10863,7 @@
11098
10863
  "line": 253,
11099
10864
  "character": 27
11100
10865
  },
11101
- "name": "LinkProps",
11102
- "componentId": {
11103
- "scope": "teambit.base-react",
11104
- "name": "navigation/link",
11105
- "version": "2.0.27"
11106
- }
10866
+ "name": "LinkProps"
11107
10867
  },
11108
10868
  "isOptional": false,
11109
10869
  "isSpread": false
@@ -11215,12 +10975,7 @@
11215
10975
  "line": 264,
11216
10976
  "character": 26
11217
10977
  },
11218
- "name": "LinkProps",
11219
- "componentId": {
11220
- "scope": "teambit.base-react",
11221
- "name": "navigation/link",
11222
- "version": "2.0.27"
11223
- }
10978
+ "name": "LinkProps"
11224
10979
  },
11225
10980
  "isOptional": false,
11226
10981
  "isSpread": false
@@ -11289,8 +11044,7 @@
11289
11044
  "line": 268,
11290
11045
  "character": 51
11291
11046
  },
11292
- "name": "RightSideMenuItem",
11293
- "internalFilePath": "ui/menu/menu.tsx"
11047
+ "name": "RightSideMenuItem"
11294
11048
  }
11295
11049
  },
11296
11050
  "isOptional": false,
@@ -11520,11 +11274,7 @@
11520
11274
  "line": 311,
11521
11275
  "character": 45
11522
11276
  },
11523
- "name": "PubsubUI",
11524
- "componentId": {
11525
- "scope": "teambit.harmony",
11526
- "name": "pubsub"
11527
- }
11277
+ "name": "PubsubUI"
11528
11278
  },
11529
11279
  {
11530
11280
  "__schema": "TypeRefSchema",
@@ -11533,11 +11283,7 @@
11533
11283
  "line": 311,
11534
11284
  "character": 55
11535
11285
  },
11536
- "name": "CommandBarUI",
11537
- "componentId": {
11538
- "scope": "teambit.explorer",
11539
- "name": "command-bar"
11540
- }
11286
+ "name": "CommandBarUI"
11541
11287
  },
11542
11288
  {
11543
11289
  "__schema": "TypeRefSchema",
@@ -11546,11 +11292,7 @@
11546
11292
  "line": 311,
11547
11293
  "character": 69
11548
11294
  },
11549
- "name": "ReactRouterUI",
11550
- "componentId": {
11551
- "scope": "teambit.ui-foundation",
11552
- "name": "react-router"
11553
- }
11295
+ "name": "ReactRouterUI"
11554
11296
  }
11555
11297
  ]
11556
11298
  },
@@ -11572,8 +11314,7 @@
11572
11314
  "line": 312,
11573
11315
  "character": 13
11574
11316
  },
11575
- "name": "ComponentUIConfig",
11576
- "internalFilePath": "component.ui.runtime.tsx"
11317
+ "name": "ComponentUIConfig"
11577
11318
  },
11578
11319
  "isOptional": false,
11579
11320
  "isSpread": false
@@ -11601,12 +11342,7 @@
11601
11342
  "line": 323,
11602
11343
  "character": 7
11603
11344
  },
11604
- "name": "RouteSlot",
11605
- "componentId": {
11606
- "scope": "teambit.ui-foundation",
11607
- "name": "ui/react-router/slot-router",
11608
- "version": "0.0.508"
11609
- }
11345
+ "name": "RouteSlot"
11610
11346
  },
11611
11347
  {
11612
11348
  "__schema": "TypeRefSchema",
@@ -11615,8 +11351,7 @@
11615
11351
  "line": 324,
11616
11352
  "character": 7
11617
11353
  },
11618
- "name": "OrderedNavigationSlot",
11619
- "internalFilePath": "ui/menu/nav-plugin.tsx"
11354
+ "name": "OrderedNavigationSlot"
11620
11355
  },
11621
11356
  {
11622
11357
  "__schema": "TypeRefSchema",
@@ -11625,8 +11360,7 @@
11625
11360
  "line": 325,
11626
11361
  "character": 7
11627
11362
  },
11628
- "name": "ConsumeMethodSlot",
11629
- "internalFilePath": "ui/menu/nav-plugin.tsx"
11363
+ "name": "ConsumeMethodSlot"
11630
11364
  },
11631
11365
  {
11632
11366
  "__schema": "TypeRefSchema",
@@ -11635,8 +11369,7 @@
11635
11369
  "line": 326,
11636
11370
  "character": 7
11637
11371
  },
11638
- "name": "OrderedNavigationSlot",
11639
- "internalFilePath": "ui/menu/nav-plugin.tsx"
11372
+ "name": "OrderedNavigationSlot"
11640
11373
  },
11641
11374
  {
11642
11375
  "__schema": "TypeRefSchema",
@@ -11645,12 +11378,7 @@
11645
11378
  "line": 327,
11646
11379
  "character": 7
11647
11380
  },
11648
- "name": "MenuItemSlot",
11649
- "componentId": {
11650
- "scope": "teambit.ui-foundation",
11651
- "name": "ui/main-dropdown",
11652
- "version": "0.0.502"
11653
- }
11381
+ "name": "MenuItemSlot"
11654
11382
  },
11655
11383
  {
11656
11384
  "__schema": "TypeRefSchema",
@@ -11659,8 +11387,7 @@
11659
11387
  "line": 328,
11660
11388
  "character": 7
11661
11389
  },
11662
- "name": "ComponentPageSlot",
11663
- "internalFilePath": "ui/component.tsx"
11390
+ "name": "ComponentPageSlot"
11664
11391
  },
11665
11392
  {
11666
11393
  "__schema": "TypeRefSchema",
@@ -11669,8 +11396,7 @@
11669
11396
  "line": 329,
11670
11397
  "character": 7
11671
11398
  },
11672
- "name": "ComponentSearchResultSlot",
11673
- "internalFilePath": "component.ui.runtime.tsx"
11399
+ "name": "ComponentSearchResultSlot"
11674
11400
  },
11675
11401
  {
11676
11402
  "__schema": "TypeRefSchema",
@@ -11679,8 +11405,7 @@
11679
11405
  "line": 330,
11680
11406
  "character": 7
11681
11407
  },
11682
- "name": "RightSideMenuSlot",
11683
- "internalFilePath": "ui/menu/menu.tsx"
11408
+ "name": "RightSideMenuSlot"
11684
11409
  }
11685
11410
  ]
11686
11411
  },
@@ -11880,12 +11605,7 @@
11880
11605
  "line": 7,
11881
11606
  "character": 56
11882
11607
  },
11883
- "name": "ComponentDescriptor",
11884
- "componentId": {
11885
- "scope": "teambit.component",
11886
- "name": "component-descriptor",
11887
- "version": "0.0.417"
11888
- }
11608
+ "name": "ComponentDescriptor"
11889
11609
  },
11890
11610
  {
11891
11611
  "__schema": "KeywordTypeSchema",
@@ -11997,8 +11717,7 @@
11997
11717
  "line": 15,
11998
11718
  "character": 13
11999
11719
  },
12000
- "name": "ReactNode",
12001
- "packageName": "react"
11720
+ "name": "ReactNode"
12002
11721
  },
12003
11722
  "isOptional": false
12004
11723
  }
@@ -12048,12 +11767,7 @@
12048
11767
  "line": 26,
12049
11768
  "character": 25
12050
11769
  },
12051
- "name": "ComponentDescriptor",
12052
- "componentId": {
12053
- "scope": "teambit.component",
12054
- "name": "component-descriptor",
12055
- "version": "0.0.417"
12056
- }
11770
+ "name": "ComponentDescriptor"
12057
11771
  },
12058
11772
  "isOptional": true
12059
11773
  },
@@ -12083,8 +11797,7 @@
12083
11797
  "line": 31,
12084
11798
  "character": 13
12085
11799
  },
12086
- "name": "ReactNode",
12087
- "packageName": "react"
11800
+ "name": "ReactNode"
12088
11801
  },
12089
11802
  "isOptional": false
12090
11803
  }
@@ -12365,7 +12078,7 @@
12365
12078
  "line": 33,
12366
12079
  "character": 29
12367
12080
  },
12368
- "signature": "(props: ConsumePluginProps): \u001b[2m(component: teambit.ui-foundation/ui/use-box/menu)\u001b[22m ConsumeMethod | undefined",
12081
+ "signature": "(props: ConsumePluginProps): ConsumeMethod | undefined",
12369
12082
  "name": "",
12370
12083
  "params": [
12371
12084
  {
@@ -12383,8 +12096,7 @@
12383
12096
  "line": 33,
12384
12097
  "character": 37
12385
12098
  },
12386
- "name": "ConsumePluginProps",
12387
- "internalFilePath": "ui/menu/nav-plugin.tsx"
12099
+ "name": "ConsumePluginProps"
12388
12100
  },
12389
12101
  "isOptional": false,
12390
12102
  "isSpread": false
@@ -12405,12 +12117,7 @@
12405
12117
  "line": 33,
12406
12118
  "character": 60
12407
12119
  },
12408
- "name": "ConsumeMethod",
12409
- "componentId": {
12410
- "scope": "teambit.ui-foundation",
12411
- "name": "ui/use-box/menu",
12412
- "version": "1.0.7"
12413
- }
12120
+ "name": "ConsumeMethod"
12414
12121
  },
12415
12122
  {
12416
12123
  "__schema": "KeywordTypeSchema",
@@ -12498,8 +12205,7 @@
12498
12205
  "line": 14,
12499
12206
  "character": 20
12500
12207
  },
12501
- "name": "OrderedNavigationSlot",
12502
- "internalFilePath": "ui/menu/nav-plugin.tsx"
12208
+ "name": "OrderedNavigationSlot"
12503
12209
  },
12504
12210
  "isOptional": true
12505
12211
  },
@@ -12550,8 +12256,7 @@
12550
12256
  "line": 19,
12551
12257
  "character": 16
12552
12258
  },
12553
- "name": "OrderedNavigationSlot",
12554
- "internalFilePath": "ui/menu/nav-plugin.tsx"
12259
+ "name": "OrderedNavigationSlot"
12555
12260
  },
12556
12261
  "isOptional": true
12557
12262
  },
@@ -12924,8 +12629,7 @@
12924
12629
  "line": 94,
12925
12630
  "character": 4
12926
12631
  },
12927
- "name": "MenuProps",
12928
- "internalFilePath": "ui/menu/menu.tsx"
12632
+ "name": "MenuProps"
12929
12633
  },
12930
12634
  "isOptional": false,
12931
12635
  "objectBindingNodes": [
@@ -13113,8 +12817,7 @@
13113
12817
  "line": 260,
13114
12818
  "character": 48
13115
12819
  },
13116
- "name": "VersionRelatedDropdownsProps",
13117
- "internalFilePath": "ui/menu/menu.tsx"
12820
+ "name": "VersionRelatedDropdownsProps"
13118
12821
  },
13119
12822
  "isOptional": false,
13120
12823
  "isSpread": false
@@ -13157,11 +12860,7 @@
13157
12860
  "line": 5,
13158
12861
  "character": 40
13159
12862
  },
13160
- "name": "Route",
13161
- "componentId": {
13162
- "scope": "teambit.harmony",
13163
- "name": "express"
13164
- }
12863
+ "name": "Route"
13165
12864
  },
13166
12865
  {
13167
12866
  "__schema": "TypeLiteralSchema",
@@ -13334,8 +13033,7 @@
13334
13033
  "line": 19,
13335
13034
  "character": 12
13336
13035
  },
13337
- "name": "ComponentServer",
13338
- "internalFilePath": "ui/component-model/component-model.ts"
13036
+ "name": "ComponentServer"
13339
13037
  },
13340
13038
  "isOptional": true
13341
13039
  },
@@ -13402,11 +13100,7 @@
13402
13100
  "line": 22,
13403
13101
  "character": 18
13404
13102
  },
13405
- "name": "CompositionProps",
13406
- "componentId": {
13407
- "scope": "teambit.compositions",
13408
- "name": "compositions"
13409
- }
13103
+ "name": "CompositionProps"
13410
13104
  }
13411
13105
  },
13412
13106
  "isOptional": true
@@ -13495,11 +13189,7 @@
13495
13189
  "line": 26,
13496
13190
  "character": 17
13497
13191
  },
13498
- "name": "DeprecationInfo",
13499
- "componentId": {
13500
- "scope": "teambit.component",
13501
- "name": "deprecation"
13502
- }
13192
+ "name": "DeprecationInfo"
13503
13193
  },
13504
13194
  "isOptional": true
13505
13195
  },
@@ -13519,11 +13209,7 @@
13519
13209
  "line": 27,
13520
13210
  "character": 9
13521
13211
  },
13522
- "name": "Descriptor",
13523
- "componentId": {
13524
- "scope": "teambit.envs",
13525
- "name": "envs"
13526
- }
13212
+ "name": "Descriptor"
13527
13213
  },
13528
13214
  "isOptional": true
13529
13215
  },
@@ -13611,8 +13297,7 @@
13611
13297
  "line": 31,
13612
13298
  "character": 13
13613
13299
  },
13614
- "name": "ComponentPreview",
13615
- "internalFilePath": "ui/component-model/component-model.ts"
13300
+ "name": "ComponentPreview"
13616
13301
  },
13617
13302
  "isOptional": true
13618
13303
  },
@@ -13639,12 +13324,7 @@
13639
13324
  "line": 32,
13640
13325
  "character": 10
13641
13326
  },
13642
- "name": "LegacyComponentLog",
13643
- "componentId": {
13644
- "scope": "teambit.component",
13645
- "name": "legacy-component-log",
13646
- "version": "0.0.402"
13647
- }
13327
+ "name": "LegacyComponentLog"
13648
13328
  }
13649
13329
  },
13650
13330
  "isOptional": true
@@ -13665,11 +13345,7 @@
13665
13345
  "line": 33,
13666
13346
  "character": 10
13667
13347
  },
13668
- "name": "ComponentPreviewSize",
13669
- "componentId": {
13670
- "scope": "teambit.preview",
13671
- "name": "preview"
13672
- }
13348
+ "name": "ComponentPreviewSize"
13673
13349
  },
13674
13350
  "isOptional": true
13675
13351
  }
@@ -13711,12 +13387,7 @@
13711
13387
  "line": 68,
13712
13388
  "character": 18
13713
13389
  },
13714
- "name": "ComponentID",
13715
- "componentId": {
13716
- "scope": "teambit.component",
13717
- "name": "component-id",
13718
- "version": "1.2.0"
13719
- }
13390
+ "name": "ComponentID"
13720
13391
  },
13721
13392
  "isOptional": false,
13722
13393
  "isSpread": false
@@ -13784,8 +13455,7 @@
13784
13455
  "line": 83,
13785
13456
  "character": 22
13786
13457
  },
13787
- "name": "ComponentServer",
13788
- "internalFilePath": "ui/component-model/component-model.ts"
13458
+ "name": "ComponentServer"
13789
13459
  },
13790
13460
  {
13791
13461
  "__schema": "KeywordTypeSchema",
@@ -13823,11 +13493,7 @@
13823
13493
  "line": 88,
13824
13494
  "character": 28
13825
13495
  },
13826
- "name": "Composition",
13827
- "componentId": {
13828
- "scope": "teambit.compositions",
13829
- "name": "compositions"
13830
- }
13496
+ "name": "Composition"
13831
13497
  }
13832
13498
  },
13833
13499
  "isOptional": false,
@@ -13928,11 +13594,7 @@
13928
13594
  "line": 112,
13929
13595
  "character": 28
13930
13596
  },
13931
- "name": "DeprecationInfo",
13932
- "componentId": {
13933
- "scope": "teambit.component",
13934
- "name": "deprecation"
13935
- }
13597
+ "name": "DeprecationInfo"
13936
13598
  },
13937
13599
  "isOptional": true,
13938
13600
  "isSpread": false
@@ -13952,11 +13614,7 @@
13952
13614
  "line": 117,
13953
13615
  "character": 28
13954
13616
  },
13955
- "name": "Descriptor",
13956
- "componentId": {
13957
- "scope": "teambit.envs",
13958
- "name": "envs"
13959
- }
13617
+ "name": "Descriptor"
13960
13618
  },
13961
13619
  "isOptional": true,
13962
13620
  "isSpread": false
@@ -14046,11 +13704,7 @@
14046
13704
  "line": 136,
14047
13705
  "character": 21
14048
13706
  },
14049
- "name": "ComponentPreviewSize",
14050
- "componentId": {
14051
- "scope": "teambit.preview",
14052
- "name": "preview"
14053
- }
13707
+ "name": "ComponentPreviewSize"
14054
13708
  },
14055
13709
  "isOptional": true,
14056
13710
  "isSpread": false
@@ -14090,8 +13744,7 @@
14090
13744
  "line": 143,
14091
13745
  "character": 24
14092
13746
  },
14093
- "name": "ComponentPreview",
14094
- "internalFilePath": "ui/component-model/component-model.ts"
13747
+ "name": "ComponentPreview"
14095
13748
  },
14096
13749
  "isOptional": true,
14097
13750
  "isSpread": false
@@ -14118,12 +13771,7 @@
14118
13771
  "line": 145,
14119
13772
  "character": 21
14120
13773
  },
14121
- "name": "LegacyComponentLog",
14122
- "componentId": {
14123
- "scope": "teambit.component",
14124
- "name": "legacy-component-log",
14125
- "version": "0.0.402"
14126
- }
13774
+ "name": "LegacyComponentLog"
14127
13775
  }
14128
13776
  },
14129
13777
  "isOptional": true,
@@ -14519,8 +14167,7 @@
14519
14167
  "line": 20,
14520
14168
  "character": 4
14521
14169
  },
14522
- "name": "NavPluginProps",
14523
- "internalFilePath": "ui/menu/nav-plugin.tsx"
14170
+ "name": "NavPluginProps"
14524
14171
  },
14525
14172
  "isOptional": false,
14526
14173
  "objectBindingNodes": [
@@ -14748,8 +14395,7 @@
14748
14395
  "line": 12,
14749
14396
  "character": 40
14750
14397
  },
14751
- "name": "JSONRow",
14752
- "internalFilePath": "show/show-fragment.ts"
14398
+ "name": "JSONRow"
14753
14399
  }
14754
14400
  ]
14755
14401
  },
@@ -15020,8 +14666,7 @@
15020
14666
  "line": 14,
15021
14667
  "character": 15
15022
14668
  },
15023
- "name": "PathLinuxRelative",
15024
- "packageName": "@teambit/legacy/dist/utils/path"
14669
+ "name": "PathLinuxRelative"
15025
14670
  },
15026
14671
  {
15027
14672
  "__schema": "TypeRefSchema",
@@ -15030,8 +14675,7 @@
15030
14675
  "line": 14,
15031
14676
  "character": 35
15032
14677
  },
15033
- "name": "PathOsBasedRelative",
15034
- "packageName": "@teambit/legacy/dist/utils/path"
14678
+ "name": "PathOsBasedRelative"
15035
14679
  }
15036
14680
  ]
15037
14681
  }
@@ -15125,8 +14769,7 @@
15125
14769
  "line": 7,
15126
14770
  "character": 67
15127
14771
  },
15128
- "name": "UseComponentOptions",
15129
- "internalFilePath": "ui/use-component.model.ts"
14772
+ "name": "UseComponentOptions"
15130
14773
  },
15131
14774
  "isOptional": true,
15132
14775
  "isSpread": false
@@ -15386,8 +15029,7 @@
15386
15029
  "line": 37,
15387
15030
  "character": 19
15388
15031
  },
15389
- "name": "ComponentLogs",
15390
- "internalFilePath": "ui/use-component.model.ts"
15032
+ "name": "ComponentLogs"
15391
15033
  },
15392
15034
  "isOptional": true
15393
15035
  },
@@ -15447,8 +15089,7 @@
15447
15089
  "line": 40,
15448
15090
  "character": 11
15449
15091
  },
15450
- "name": "ComponentError",
15451
- "internalFilePath": "ui/component-error/component-error.tsx"
15092
+ "name": "ComponentError"
15452
15093
  },
15453
15094
  "isOptional": true
15454
15095
  },
@@ -15516,8 +15157,7 @@
15516
15157
  "line": 16,
15517
15158
  "character": 9
15518
15159
  },
15519
- "name": "LogFilter",
15520
- "internalFilePath": "ui/use-component.model.ts"
15160
+ "name": "LogFilter"
15521
15161
  },
15522
15162
  {
15523
15163
  "__schema": "TypeLiteralSchema",
@@ -15874,8 +15514,7 @@
15874
15514
  "line": 13,
15875
15515
  "character": 12
15876
15516
  },
15877
- "name": "RouteProps",
15878
- "packageName": "react-router-dom"
15517
+ "name": "RouteProps"
15879
15518
  }
15880
15519
  },
15881
15520
  "isOptional": true
@@ -16055,8 +15694,7 @@
16055
15694
  "line": 16,
16056
15695
  "character": 9
16057
15696
  },
16058
- "name": "LogFilter",
16059
- "internalFilePath": "ui/use-component.model.ts"
15697
+ "name": "LogFilter"
16060
15698
  },
16061
15699
  {
16062
15700
  "__schema": "TypeLiteralSchema",
@@ -16268,12 +15906,7 @@
16268
15906
  "line": 29,
16269
15907
  "character": 25
16270
15908
  },
16271
- "name": "ComponentDescriptor",
16272
- "componentId": {
16273
- "scope": "teambit.component",
16274
- "name": "component-descriptor",
16275
- "version": "0.0.417"
16276
- }
15909
+ "name": "ComponentDescriptor"
16277
15910
  },
16278
15911
  "isOptional": true
16279
15912
  },
@@ -16293,8 +15926,7 @@
16293
15926
  "line": 30,
16294
15927
  "character": 19
16295
15928
  },
16296
- "name": "ComponentLogs",
16297
- "internalFilePath": "ui/use-component.model.ts"
15929
+ "name": "ComponentLogs"
16298
15930
  },
16299
15931
  "isOptional": true
16300
15932
  },
@@ -16334,8 +15966,7 @@
16334
15966
  "line": 32,
16335
15967
  "character": 11
16336
15968
  },
16337
- "name": "ComponentError",
16338
- "internalFilePath": "ui/component-error/component-error.tsx"
15969
+ "name": "ComponentError"
16339
15970
  },
16340
15971
  "isOptional": true
16341
15972
  }
@@ -16395,8 +16026,7 @@
16395
16026
  "line": 37,
16396
16027
  "character": 19
16397
16028
  },
16398
- "name": "ComponentLogs",
16399
- "internalFilePath": "ui/use-component.model.ts"
16029
+ "name": "ComponentLogs"
16400
16030
  },
16401
16031
  "isOptional": true
16402
16032
  },
@@ -16456,8 +16086,7 @@
16456
16086
  "line": 40,
16457
16087
  "character": 11
16458
16088
  },
16459
- "name": "ComponentError",
16460
- "internalFilePath": "ui/component-error/component-error.tsx"
16089
+ "name": "ComponentError"
16461
16090
  },
16462
16091
  "isOptional": true
16463
16092
  },
@@ -16524,12 +16153,7 @@
16524
16153
  "line": 45,
16525
16154
  "character": 10
16526
16155
  },
16527
- "name": "LegacyComponentLog",
16528
- "componentId": {
16529
- "scope": "teambit.component",
16530
- "name": "legacy-component-log",
16531
- "version": "0.0.402"
16532
- }
16156
+ "name": "LegacyComponentLog"
16533
16157
  }
16534
16158
  },
16535
16159
  "isOptional": true
@@ -16664,8 +16288,7 @@
16664
16288
  "line": 49,
16665
16289
  "character": 97
16666
16290
  },
16667
- "name": "ComponentQueryResult",
16668
- "internalFilePath": "ui/use-component.model.ts"
16291
+ "name": "ComponentQueryResult"
16669
16292
  },
16670
16293
  "modifiers": []
16671
16294
  }
@@ -16782,8 +16405,7 @@
16782
16405
  "line": 12,
16783
16406
  "character": 26
16784
16407
  },
16785
- "name": "RawComponentMetadata",
16786
- "internalFilePath": "component-interface.ts"
16408
+ "name": "RawComponentMetadata"
16787
16409
  },
16788
16410
  {
16789
16411
  "__schema": "KeywordTypeSchema",
@@ -17104,12 +16726,7 @@
17104
16726
  "line": 38,
17105
16727
  "character": 18
17106
16728
  },
17107
- "name": "ComponentID",
17108
- "componentId": {
17109
- "scope": "teambit.component",
17110
- "name": "component-id",
17111
- "version": "1.2.0"
17112
- }
16729
+ "name": "ComponentID"
17113
16730
  },
17114
16731
  "isOptional": false,
17115
16732
  "isSpread": false
@@ -17311,7 +16928,7 @@
17311
16928
  "line": 78,
17312
16929
  "character": 17
17313
16930
  },
17314
- "name": "Config"
16931
+ "name": "ComponentConfig"
17315
16932
  }
17316
16933
  },
17317
16934
  {
@@ -17467,8 +17084,7 @@
17467
17084
  "line": 116,
17468
17085
  "character": 20
17469
17086
  },
17470
- "name": "RawComponentMetadata",
17471
- "internalFilePath": "component-interface.ts"
17087
+ "name": "RawComponentMetadata"
17472
17088
  },
17473
17089
  {
17474
17090
  "__schema": "KeywordTypeSchema",
@@ -17638,8 +17254,7 @@
17638
17254
  "line": 126,
17639
17255
  "character": 15
17640
17256
  },
17641
- "name": "ComponentLog",
17642
- "packageName": "@teambit/legacy/dist/scope/models/model-component"
17257
+ "name": "ComponentLog"
17643
17258
  }
17644
17259
  }
17645
17260
  ]
@@ -17748,8 +17363,7 @@
17748
17363
  "line": 182,
17749
17364
  "character": 16
17750
17365
  },
17751
- "name": "SemVer",
17752
- "packageName": "semver"
17366
+ "name": "SemVer"
17753
17367
  },
17754
17368
  "isOptional": false,
17755
17369
  "isSpread": false
@@ -18095,8 +17709,7 @@
18095
17709
  "line": 238,
18096
17710
  "character": 43
18097
17711
  },
18098
- "name": "SnapsIterableOpts",
18099
- "internalFilePath": "component.ts"
17712
+ "name": "SnapsIterableOpts"
18100
17713
  },
18101
17714
  "isOptional": true,
18102
17715
  "defaultValue": "{}",
@@ -18419,8 +18032,7 @@
18419
18032
  "line": 332,
18420
18033
  "character": 21
18421
18034
  },
18422
- "name": "SemVer",
18423
- "packageName": "semver"
18035
+ "name": "SemVer"
18424
18036
  },
18425
18037
  "isOptional": false,
18426
18038
  "isSpread": false
@@ -18492,8 +18104,7 @@
18492
18104
  "line": 350,
18493
18105
  "character": 28
18494
18106
  },
18495
- "name": "AnyFS",
18496
- "packageName": "@teambit/any-fs"
18107
+ "name": "AnyFS"
18497
18108
  },
18498
18109
  "isOptional": true,
18499
18110
  "isSpread": false
@@ -18717,8 +18328,7 @@
18717
18328
  "line": 12,
18718
18329
  "character": 26
18719
18330
  },
18720
- "name": "RawComponentMetadata",
18721
- "internalFilePath": "component-interface.ts"
18331
+ "name": "RawComponentMetadata"
18722
18332
  },
18723
18333
  {
18724
18334
  "__schema": "KeywordTypeSchema",
@@ -18958,8 +18568,7 @@
18958
18568
  "line": 15,
18959
18569
  "character": 21
18960
18570
  },
18961
- "name": "AbstractVinyl",
18962
- "packageName": "@teambit/legacy/dist/consumer/component/sources"
18571
+ "name": "AbstractVinyl"
18963
18572
  }
18964
18573
  },
18965
18574
  "isOptional": false,
@@ -19051,8 +18660,7 @@
19051
18660
  "line": 29,
19052
18661
  "character": 31
19053
18662
  },
19054
- "name": "AbstractVinyl",
19055
- "packageName": "@teambit/legacy/dist/consumer/component/sources"
18663
+ "name": "AbstractVinyl"
19056
18664
  }
19057
18665
  },
19058
18666
  "modifiers": []
@@ -19170,8 +18778,7 @@
19170
18778
  "line": 55,
19171
18779
  "character": 28
19172
18780
  },
19173
- "name": "AbstractVinyl",
19174
- "packageName": "@teambit/legacy/dist/consumer/component/sources"
18781
+ "name": "AbstractVinyl"
19175
18782
  }
19176
18783
  },
19177
18784
  "isOptional": false,
@@ -19215,7 +18822,7 @@
19215
18822
  "_legacy": {
19216
18823
  "scope": "teambit.component",
19217
18824
  "name": "component",
19218
- "version": "1.0.226"
18825
+ "version": "1.0.227"
19219
18826
  },
19220
18827
  "_scope": "teambit.component"
19221
18828
  }
@@ -19321,8 +18928,7 @@
19321
18928
  "line": 14,
19322
18929
  "character": 15
19323
18930
  },
19324
- "name": "PathLinuxRelative",
19325
- "packageName": "@teambit/legacy/dist/utils/path"
18931
+ "name": "PathLinuxRelative"
19326
18932
  },
19327
18933
  {
19328
18934
  "__schema": "TypeRefSchema",
@@ -19331,8 +18937,7 @@
19331
18937
  "line": 14,
19332
18938
  "character": 35
19333
18939
  },
19334
- "name": "PathOsBasedRelative",
19335
- "packageName": "@teambit/legacy/dist/utils/path"
18940
+ "name": "PathOsBasedRelative"
19336
18941
  }
19337
18942
  ]
19338
18943
  }
@@ -19900,12 +19505,7 @@
19900
19505
  "line": 74,
19901
19506
  "character": 35
19902
19507
  },
19903
- "name": "BitId",
19904
- "componentId": {
19905
- "scope": "teambit.component",
19906
- "name": "legacy-bit-id",
19907
- "version": "1.1.1"
19908
- }
19508
+ "name": "BitId"
19909
19509
  },
19910
19510
  {
19911
19511
  "__schema": "TypeRefSchema",
@@ -19914,12 +19514,7 @@
19914
19514
  "line": 74,
19915
19515
  "character": 43
19916
19516
  },
19917
- "name": "ComponentID",
19918
- "componentId": {
19919
- "scope": "teambit.component",
19920
- "name": "component-id",
19921
- "version": "1.2.0"
19922
- }
19517
+ "name": "ComponentID"
19923
19518
  }
19924
19519
  ]
19925
19520
  },
@@ -19943,12 +19538,7 @@
19943
19538
  "line": 74,
19944
19539
  "character": 65
19945
19540
  },
19946
- "name": "ComponentID",
19947
- "componentId": {
19948
- "scope": "teambit.component",
19949
- "name": "component-id",
19950
- "version": "1.2.0"
19951
- }
19541
+ "name": "ComponentID"
19952
19542
  }
19953
19543
  ]
19954
19544
  },
@@ -20020,12 +19610,7 @@
20020
19610
  "line": 79,
20021
19611
  "character": 46
20022
19612
  },
20023
- "name": "BitId",
20024
- "componentId": {
20025
- "scope": "teambit.component",
20026
- "name": "legacy-bit-id",
20027
- "version": "1.1.1"
20028
- }
19613
+ "name": "BitId"
20029
19614
  },
20030
19615
  {
20031
19616
  "__schema": "TypeRefSchema",
@@ -20034,12 +19619,7 @@
20034
19619
  "line": 79,
20035
19620
  "character": 54
20036
19621
  },
20037
- "name": "ComponentID",
20038
- "componentId": {
20039
- "scope": "teambit.component",
20040
- "name": "component-id",
20041
- "version": "1.2.0"
20042
- }
19622
+ "name": "ComponentID"
20043
19623
  }
20044
19624
  ]
20045
19625
  }
@@ -20072,12 +19652,7 @@
20072
19652
  "line": 79,
20073
19653
  "character": 79
20074
19654
  },
20075
- "name": "ComponentID",
20076
- "componentId": {
20077
- "scope": "teambit.component",
20078
- "name": "component-id",
20079
- "version": "1.2.0"
20080
- }
19655
+ "name": "ComponentID"
20081
19656
  }
20082
19657
  }
20083
19658
  ]
@@ -20119,12 +19694,7 @@
20119
19694
  "line": 84,
20120
19695
  "character": 11
20121
19696
  },
20122
- "name": "ComponentID",
20123
- "componentId": {
20124
- "scope": "teambit.component",
20125
- "name": "component-id",
20126
- "version": "1.2.0"
20127
- }
19697
+ "name": "ComponentID"
20128
19698
  },
20129
19699
  "isOptional": false,
20130
19700
  "isSpread": false
@@ -20206,12 +19776,7 @@
20206
19776
  "line": 92,
20207
19777
  "character": 24
20208
19778
  },
20209
- "name": "ComponentID",
20210
- "componentId": {
20211
- "scope": "teambit.component",
20212
- "name": "component-id",
20213
- "version": "1.2.0"
20214
- }
19779
+ "name": "ComponentID"
20215
19780
  },
20216
19781
  "isOptional": false,
20217
19782
  "isSpread": false
@@ -20241,8 +19806,7 @@
20241
19806
  "line": 92,
20242
19807
  "character": 46
20243
19808
  },
20244
- "name": "ConsumerComponent",
20245
- "packageName": "@teambit/legacy/dist/consumer/component"
19809
+ "name": "ConsumerComponent"
20246
19810
  },
20247
19811
  {
20248
19812
  "__schema": "KeywordTypeSchema",
@@ -20301,12 +19865,7 @@
20301
19865
  "line": 97,
20302
19866
  "character": 16
20303
19867
  },
20304
- "name": "ComponentID",
20305
- "componentId": {
20306
- "scope": "teambit.component",
20307
- "name": "component-id",
20308
- "version": "1.2.0"
20309
- }
19868
+ "name": "ComponentID"
20310
19869
  }
20311
19870
  },
20312
19871
  "isOptional": false,
@@ -20385,8 +19944,7 @@
20385
19944
  "line": 102,
20386
19945
  "character": 31
20387
19946
  },
20388
- "name": "ConsumerComponent",
20389
- "packageName": "@teambit/legacy/dist/consumer/component"
19947
+ "name": "ConsumerComponent"
20390
19948
  }
20391
19949
  },
20392
19950
  "isOptional": false,
@@ -20449,7 +20007,7 @@
20449
20007
  "line": 107,
20450
20008
  "character": 24
20451
20009
  },
20452
- "signature": "(id: \u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID): Promise<Component>",
20010
+ "signature": "(id: ComponentID): Promise<Component>",
20453
20011
  "name": "",
20454
20012
  "params": [
20455
20013
  {
@@ -20467,12 +20025,7 @@
20467
20025
  "line": 107,
20468
20026
  "character": 29
20469
20027
  },
20470
- "name": "ComponentID",
20471
- "componentId": {
20472
- "scope": "teambit.component",
20473
- "name": "component-id",
20474
- "version": "1.2.0"
20475
- }
20028
+ "name": "ComponentID"
20476
20029
  },
20477
20030
  "isOptional": false,
20478
20031
  "isSpread": false
@@ -20544,12 +20097,7 @@
20544
20097
  "line": 113,
20545
20098
  "character": 18
20546
20099
  },
20547
- "name": "ComponentID",
20548
- "componentId": {
20549
- "scope": "teambit.component",
20550
- "name": "component-id",
20551
- "version": "1.2.0"
20552
- }
20100
+ "name": "ComponentID"
20553
20101
  }
20554
20102
  },
20555
20103
  "isOptional": true,
@@ -20593,11 +20141,6 @@
20593
20141
  "character": 77
20594
20142
  },
20595
20143
  "name": "Graph",
20596
- "componentId": {
20597
- "scope": "teambit.graph",
20598
- "name": "cleargraph",
20599
- "version": "0.0.8"
20600
- },
20601
20144
  "typeArgs": [
20602
20145
  {
20603
20146
  "__schema": "TypeRefSchema",
@@ -20665,12 +20208,7 @@
20665
20208
  "line": 119,
20666
20209
  "character": 21
20667
20210
  },
20668
- "name": "ComponentID",
20669
- "componentId": {
20670
- "scope": "teambit.component",
20671
- "name": "component-id",
20672
- "version": "1.2.0"
20673
- }
20211
+ "name": "ComponentID"
20674
20212
  }
20675
20213
  },
20676
20214
  "isOptional": true,
@@ -20713,11 +20251,7 @@
20713
20251
  "line": 119,
20714
20252
  "character": 80
20715
20253
  },
20716
- "name": "CompIdGraph",
20717
- "componentId": {
20718
- "scope": "teambit.component",
20719
- "name": "graph"
20720
- }
20254
+ "name": "CompIdGraph"
20721
20255
  }
20722
20256
  ]
20723
20257
  },
@@ -20748,12 +20282,7 @@
20748
20282
  "line": 121,
20749
20283
  "character": 15
20750
20284
  },
20751
- "name": "ComponentID",
20752
- "componentId": {
20753
- "scope": "teambit.component",
20754
- "name": "component-id",
20755
- "version": "1.2.0"
20756
- }
20285
+ "name": "ComponentID"
20757
20286
  },
20758
20287
  "isOptional": false,
20759
20288
  "isSpread": false
@@ -20822,8 +20351,7 @@
20822
20351
  "line": 121,
20823
20352
  "character": 79
20824
20353
  },
20825
- "name": "ComponentLog",
20826
- "packageName": "@teambit/legacy/dist/scope/models/model-component"
20354
+ "name": "ComponentLog"
20827
20355
  }
20828
20356
  }
20829
20357
  ]
@@ -20911,12 +20439,7 @@
20911
20439
  "line": 128,
20912
20440
  "character": 16
20913
20441
  },
20914
- "name": "ComponentID",
20915
- "componentId": {
20916
- "scope": "teambit.component",
20917
- "name": "component-id",
20918
- "version": "1.2.0"
20919
- }
20442
+ "name": "ComponentID"
20920
20443
  },
20921
20444
  "isOptional": false,
20922
20445
  "isSpread": false
@@ -20999,12 +20522,7 @@
20999
20522
  "line": 133,
21000
20523
  "character": 15
21001
20524
  },
21002
- "name": "ComponentID",
21003
- "componentId": {
21004
- "scope": "teambit.component",
21005
- "name": "component-id",
21006
- "version": "1.2.0"
21007
- }
20525
+ "name": "ComponentID"
21008
20526
  },
21009
20527
  "isOptional": false,
21010
20528
  "isSpread": false
@@ -21228,7 +20746,7 @@
21228
20746
  "line": 144,
21229
20747
  "character": 19
21230
20748
  },
21231
- "signature": "(runtimeName?: string, componentIds?: \u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID[], opts?: ResolveAspectsOptions): Promise<\u001b[2m(component: teambit.harmony/aspect-loader)\u001b[22m AspectDefinition[]>",
20749
+ "signature": "(runtimeName?: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions): Promise<AspectDefinition[]>",
21232
20750
  "name": "",
21233
20751
  "params": [
21234
20752
  {
@@ -21273,12 +20791,7 @@
21273
20791
  "line": 146,
21274
20792
  "character": 20
21275
20793
  },
21276
- "name": "ComponentID",
21277
- "componentId": {
21278
- "scope": "teambit.component",
21279
- "name": "component-id",
21280
- "version": "1.2.0"
21281
- }
20794
+ "name": "ComponentID"
21282
20795
  }
21283
20796
  },
21284
20797
  "isOptional": true,
@@ -21328,11 +20841,7 @@
21328
20841
  "line": 148,
21329
20842
  "character": 16
21330
20843
  },
21331
- "name": "AspectDefinition",
21332
- "componentId": {
21333
- "scope": "teambit.harmony",
21334
- "name": "aspect-loader"
21335
- }
20844
+ "name": "AspectDefinition"
21336
20845
  }
21337
20846
  }
21338
20847
  ]
@@ -21544,12 +21053,7 @@
21544
21053
  "line": 160,
21545
21054
  "character": 22
21546
21055
  },
21547
- "name": "ComponentID",
21548
- "componentId": {
21549
- "scope": "teambit.component",
21550
- "name": "component-id",
21551
- "version": "1.2.0"
21552
- }
21056
+ "name": "ComponentID"
21553
21057
  }
21554
21058
  }
21555
21059
  ]
@@ -21568,12 +21072,7 @@
21568
21072
  "line": 160,
21569
21073
  "character": 39
21570
21074
  },
21571
- "name": "ComponentID",
21572
- "componentId": {
21573
- "scope": "teambit.component",
21574
- "name": "component-id",
21575
- "version": "1.2.0"
21576
- }
21075
+ "name": "ComponentID"
21577
21076
  }
21578
21077
  }
21579
21078
  ]
@@ -21664,12 +21163,7 @@
21664
21163
  "line": 167,
21665
21164
  "character": 69
21666
21165
  },
21667
- "name": "ComponentID",
21668
- "componentId": {
21669
- "scope": "teambit.component",
21670
- "name": "component-id",
21671
- "version": "1.2.0"
21672
- }
21166
+ "name": "ComponentID"
21673
21167
  }
21674
21168
  }
21675
21169
  ]
@@ -21701,12 +21195,7 @@
21701
21195
  "line": 169,
21702
21196
  "character": 22
21703
21197
  },
21704
- "name": "ComponentID",
21705
- "componentId": {
21706
- "scope": "teambit.component",
21707
- "name": "component-id",
21708
- "version": "1.2.0"
21709
- }
21198
+ "name": "ComponentID"
21710
21199
  },
21711
21200
  "isOptional": false,
21712
21201
  "isSpread": false
@@ -21781,12 +21270,7 @@
21781
21270
  "line": 175,
21782
21271
  "character": 28
21783
21272
  },
21784
- "name": "ComponentID",
21785
- "componentId": {
21786
- "scope": "teambit.component",
21787
- "name": "component-id",
21788
- "version": "1.2.0"
21789
- }
21273
+ "name": "ComponentID"
21790
21274
  },
21791
21275
  "isOptional": false,
21792
21276
  "isSpread": false
@@ -22119,12 +21603,7 @@
22119
21603
  "line": 15,
22120
21604
  "character": 22
22121
21605
  },
22122
- "name": "ComponentID",
22123
- "componentId": {
22124
- "scope": "teambit.component",
22125
- "name": "component-id",
22126
- "version": "1.2.0"
22127
- }
21606
+ "name": "ComponentID"
22128
21607
  },
22129
21608
  "isOptional": false,
22130
21609
  "isSpread": false
@@ -22144,8 +21623,7 @@
22144
21623
  "line": 15,
22145
21624
  "character": 41
22146
21625
  },
22147
- "name": "SerializableMap",
22148
- "internalFilePath": "aspect-entry.ts"
21626
+ "name": "SerializableMap"
22149
21627
  },
22150
21628
  "isOptional": true,
22151
21629
  "defaultValue": "{}",
@@ -22188,12 +21666,7 @@
22188
21666
  "line": 22,
22189
21667
  "character": 25
22190
21668
  },
22191
- "name": "ComponentID",
22192
- "componentId": {
22193
- "scope": "teambit.component",
22194
- "name": "component-id",
22195
- "version": "1.2.0"
22196
- }
21669
+ "name": "ComponentID"
22197
21670
  },
22198
21671
  "isOptional": false,
22199
21672
  "isSpread": false
@@ -22213,8 +21686,7 @@
22213
21686
  "line": 22,
22214
21687
  "character": 44
22215
21688
  },
22216
- "name": "SerializableMap",
22217
- "internalFilePath": "aspect-entry.ts"
21689
+ "name": "SerializableMap"
22218
21690
  },
22219
21691
  "isOptional": true,
22220
21692
  "defaultValue": "{}",
@@ -22425,12 +21897,7 @@
22425
21897
  "line": 59,
22426
21898
  "character": 12
22427
21899
  },
22428
- "name": "ComponentID",
22429
- "componentId": {
22430
- "scope": "teambit.component",
22431
- "name": "component-id",
22432
- "version": "1.2.0"
22433
- }
21900
+ "name": "ComponentID"
22434
21901
  },
22435
21902
  "isOptional": false,
22436
21903
  "isSpread": false
@@ -22859,8 +22326,7 @@
22859
22326
  "line": 119,
22860
22327
  "character": 47
22861
22328
  },
22862
- "name": "ExtensionDataList",
22863
- "packageName": "@teambit/legacy/dist/consumer/config/extension-data"
22329
+ "name": "ExtensionDataList"
22864
22330
  },
22865
22331
  "isOptional": false,
22866
22332
  "isSpread": false
@@ -22910,8 +22376,7 @@
22910
22376
  "line": 128,
22911
22377
  "character": 29
22912
22378
  },
22913
- "name": "ExtensionDataEntry",
22914
- "packageName": "@teambit/legacy/dist/consumer/config/extension-data"
22379
+ "name": "ExtensionDataEntry"
22915
22380
  },
22916
22381
  "isOptional": false,
22917
22382
  "isSpread": false
@@ -23035,8 +22500,7 @@
23035
22500
  "line": 14,
23036
22501
  "character": 18
23037
22502
  },
23038
- "name": "Serializable",
23039
- "internalFilePath": "aspect-entry.ts"
22503
+ "name": "Serializable"
23040
22504
  }
23041
22505
  }
23042
22506
  ]
@@ -23115,7 +22579,7 @@
23115
22579
  "line": 21,
23116
22580
  "character": 38
23117
22581
  },
23118
- "signature": "(id: string): Promise<\u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID>",
22582
+ "signature": "(id: string): Promise<ComponentID>",
23119
22583
  "name": "",
23120
22584
  "params": [
23121
22585
  {
@@ -23155,12 +22619,7 @@
23155
22619
  "line": 21,
23156
22620
  "character": 62
23157
22621
  },
23158
- "name": "ComponentID",
23159
- "componentId": {
23160
- "scope": "teambit.component",
23161
- "name": "component-id",
23162
- "version": "1.2.0"
23163
- }
22622
+ "name": "ComponentID"
23164
22623
  }
23165
22624
  ]
23166
22625
  },
@@ -23202,12 +22661,7 @@
23202
22661
  "line": 23,
23203
22662
  "character": 26
23204
22663
  },
23205
- "name": "ComponentID",
23206
- "componentId": {
23207
- "scope": "teambit.component",
23208
- "name": "component-id",
23209
- "version": "1.2.0"
23210
- }
22664
+ "name": "ComponentID"
23211
22665
  },
23212
22666
  "isOptional": false,
23213
22667
  "isSpread": false
@@ -23227,8 +22681,7 @@
23227
22681
  "line": 23,
23228
22682
  "character": 60
23229
22683
  },
23230
- "name": "ExtensionDataEntry",
23231
- "packageName": "@teambit/legacy/dist/consumer/config/extension-data"
22684
+ "name": "ExtensionDataEntry"
23232
22685
  },
23233
22686
  "isOptional": false,
23234
22687
  "isSpread": false
@@ -23502,8 +22955,7 @@
23502
22955
  "line": 55,
23503
22956
  "character": 22
23504
22957
  },
23505
- "name": "SerializableMap",
23506
- "internalFilePath": "aspect-entry.ts"
22958
+ "name": "SerializableMap"
23507
22959
  },
23508
22960
  "isOptional": false,
23509
22961
  "isSpread": false
@@ -23703,8 +23155,7 @@
23703
23155
  "line": 21,
23704
23156
  "character": 23
23705
23157
  },
23706
- "name": "SemVer",
23707
- "packageName": "semver"
23158
+ "name": "SemVer"
23708
23159
  },
23709
23160
  "isOptional": false,
23710
23161
  "isSpread": false
@@ -23886,8 +23337,7 @@
23886
23337
  "line": 24,
23887
23338
  "character": 26
23888
23339
  },
23889
- "name": "ComponentFS",
23890
- "internalFilePath": "component-fs.ts"
23340
+ "name": "ComponentFS"
23891
23341
  },
23892
23342
  "isOptional": false,
23893
23343
  "isSpread": false
@@ -24516,8 +23966,7 @@
24516
23966
  "line": 8,
24517
23967
  "character": 33
24518
23968
  },
24519
- "name": "SemVer",
24520
- "packageName": "semver"
23969
+ "name": "SemVer"
24521
23970
  },
24522
23971
  {
24523
23972
  "__schema": "TypeRefSchema",
@@ -24541,7 +23990,7 @@
24541
23990
  "_legacy": {
24542
23991
  "scope": "teambit.component",
24543
23992
  "name": "component",
24544
- "version": "1.0.226"
23993
+ "version": "1.0.227"
24545
23994
  },
24546
23995
  "_scope": "teambit.component"
24547
23996
  }
@@ -24578,11 +24027,6 @@
24578
24027
  "character": 33
24579
24028
  },
24580
24029
  "name": "SlotRegistry",
24581
- "componentId": {
24582
- "scope": "teambit.harmony",
24583
- "name": "harmony",
24584
- "version": "0.4.6"
24585
- },
24586
24030
  "typeArgs": [
24587
24031
  {
24588
24032
  "__schema": "TypeRefSchema",
@@ -24613,11 +24057,6 @@
24613
24057
  "character": 32
24614
24058
  },
24615
24059
  "name": "SlotRegistry",
24616
- "componentId": {
24617
- "scope": "teambit.harmony",
24618
- "name": "harmony",
24619
- "version": "0.4.6"
24620
- },
24621
24060
  "typeArgs": [
24622
24061
  {
24623
24062
  "__schema": "TypeArraySchema",
@@ -24674,8 +24113,7 @@
24674
24113
  "line": 36,
24675
24114
  "character": 23
24676
24115
  },
24677
- "name": "ComponentHostSlot",
24678
- "internalFilePath": "component.main.runtime.ts"
24116
+ "name": "ComponentHostSlot"
24679
24117
  },
24680
24118
  "isOptional": false,
24681
24119
  "isSpread": false
@@ -24695,11 +24133,7 @@
24695
24133
  "line": 41,
24696
24134
  "character": 22
24697
24135
  },
24698
- "name": "ExpressMain",
24699
- "componentId": {
24700
- "scope": "teambit.harmony",
24701
- "name": "express"
24702
- }
24136
+ "name": "ExpressMain"
24703
24137
  },
24704
24138
  "isOptional": false,
24705
24139
  "isSpread": false
@@ -24719,8 +24153,7 @@
24719
24153
  "line": 43,
24720
24154
  "character": 31
24721
24155
  },
24722
- "name": "ShowFragmentSlot",
24723
- "internalFilePath": "component.main.runtime.ts"
24156
+ "name": "ShowFragmentSlot"
24724
24157
  },
24725
24158
  "isOptional": false,
24726
24159
  "isSpread": false
@@ -24824,8 +24257,7 @@
24824
24257
  "line": 64,
24825
24258
  "character": 55
24826
24259
  },
24827
- "name": "ExtensionDataList",
24828
- "packageName": "@teambit/legacy/dist/consumer/config"
24260
+ "name": "ExtensionDataList"
24829
24261
  },
24830
24262
  "isOptional": false,
24831
24263
  "isSpread": false
@@ -25132,12 +24564,7 @@
25132
24564
  "line": 118,
25133
24565
  "character": 16
25134
24566
  },
25135
- "name": "ComponentID",
25136
- "componentId": {
25137
- "scope": "teambit.component",
25138
- "name": "component-id",
25139
- "version": "1.2.0"
25140
- }
24567
+ "name": "ComponentID"
25141
24568
  },
25142
24569
  "isOptional": false,
25143
24570
  "isSpread": false
@@ -25393,11 +24820,7 @@
25393
24820
  "line": 158,
25394
24821
  "character": 31
25395
24822
  },
25396
- "name": "GraphqlMain",
25397
- "componentId": {
25398
- "scope": "teambit.harmony",
25399
- "name": "graphql"
25400
- }
24823
+ "name": "GraphqlMain"
25401
24824
  },
25402
24825
  {
25403
24826
  "__schema": "TypeRefSchema",
@@ -25406,11 +24829,7 @@
25406
24829
  "line": 158,
25407
24830
  "character": 44
25408
24831
  },
25409
- "name": "ExpressMain",
25410
- "componentId": {
25411
- "scope": "teambit.harmony",
25412
- "name": "express"
25413
- }
24832
+ "name": "ExpressMain"
25414
24833
  },
25415
24834
  {
25416
24835
  "__schema": "TypeRefSchema",
@@ -25419,11 +24838,7 @@
25419
24838
  "line": 158,
25420
24839
  "character": 57
25421
24840
  },
25422
- "name": "CLIMain",
25423
- "componentId": {
25424
- "scope": "teambit.harmony",
25425
- "name": "cli"
25426
- }
24841
+ "name": "CLIMain"
25427
24842
  }
25428
24843
  ]
25429
24844
  },
@@ -25473,8 +24888,7 @@
25473
24888
  "line": 160,
25474
24889
  "character": 36
25475
24890
  },
25476
- "name": "ComponentHostSlot",
25477
- "internalFilePath": "component.main.runtime.ts"
24891
+ "name": "ComponentHostSlot"
25478
24892
  },
25479
24893
  {
25480
24894
  "__schema": "TypeRefSchema",
@@ -25483,8 +24897,7 @@
25483
24897
  "line": 160,
25484
24898
  "character": 55
25485
24899
  },
25486
- "name": "ShowFragmentSlot",
25487
- "internalFilePath": "component.main.runtime.ts"
24900
+ "name": "ShowFragmentSlot"
25488
24901
  }
25489
24902
  ]
25490
24903
  },
@@ -25549,11 +24962,6 @@
25549
24962
  "character": 41
25550
24963
  },
25551
24964
  "name": "SlotRegistry",
25552
- "componentId": {
25553
- "scope": "teambit.harmony",
25554
- "name": "harmony",
25555
- "version": "0.4.6"
25556
- },
25557
24965
  "typeArgs": [
25558
24966
  {
25559
24967
  "__schema": "TypeArraySchema",
@@ -25569,8 +24977,7 @@
25569
24977
  "line": 35,
25570
24978
  "character": 54
25571
24979
  },
25572
- "name": "ComponentResultPlugin",
25573
- "internalFilePath": "ui/component-searcher/component-searcher.tsx"
24980
+ "name": "ComponentResultPlugin"
25574
24981
  }
25575
24982
  }
25576
24983
  ]
@@ -25772,11 +25179,7 @@
25772
25179
  "line": 58,
25773
25180
  "character": 21
25774
25181
  },
25775
- "name": "PubsubUI",
25776
- "componentId": {
25777
- "scope": "teambit.harmony",
25778
- "name": "pubsub"
25779
- }
25182
+ "name": "PubsubUI"
25780
25183
  },
25781
25184
  "isOptional": false,
25782
25185
  "isSpread": false
@@ -25796,12 +25199,7 @@
25796
25199
  "line": 60,
25797
25200
  "character": 24
25798
25201
  },
25799
- "name": "RouteSlot",
25800
- "componentId": {
25801
- "scope": "teambit.ui-foundation",
25802
- "name": "ui/react-router/slot-router",
25803
- "version": "0.0.508"
25804
- }
25202
+ "name": "RouteSlot"
25805
25203
  },
25806
25204
  "isOptional": false,
25807
25205
  "isSpread": false
@@ -25821,8 +25219,7 @@
25821
25219
  "line": 62,
25822
25220
  "character": 22
25823
25221
  },
25824
- "name": "OrderedNavigationSlot",
25825
- "internalFilePath": "ui/menu/nav-plugin.tsx"
25222
+ "name": "OrderedNavigationSlot"
25826
25223
  },
25827
25224
  "isOptional": false,
25828
25225
  "isSpread": false
@@ -25842,8 +25239,7 @@
25842
25239
  "line": 64,
25843
25240
  "character": 33
25844
25241
  },
25845
- "name": "ConsumeMethodSlot",
25846
- "internalFilePath": "ui/menu/nav-plugin.tsx"
25242
+ "name": "ConsumeMethodSlot"
25847
25243
  },
25848
25244
  "isOptional": false,
25849
25245
  "isSpread": false
@@ -25863,8 +25259,7 @@
25863
25259
  "line": 69,
25864
25260
  "character": 25
25865
25261
  },
25866
- "name": "OrderedNavigationSlot",
25867
- "internalFilePath": "ui/menu/nav-plugin.tsx"
25262
+ "name": "OrderedNavigationSlot"
25868
25263
  },
25869
25264
  "isOptional": false,
25870
25265
  "isSpread": false
@@ -25884,8 +25279,7 @@
25884
25279
  "line": 73,
25885
25280
  "character": 32
25886
25281
  },
25887
- "name": "RightSideMenuSlot",
25888
- "internalFilePath": "ui/menu/menu.tsx"
25282
+ "name": "RightSideMenuSlot"
25889
25283
  },
25890
25284
  "isOptional": false,
25891
25285
  "isSpread": false
@@ -25905,12 +25299,7 @@
25905
25299
  "line": 75,
25906
25300
  "character": 27
25907
25301
  },
25908
- "name": "MenuItemSlot",
25909
- "componentId": {
25910
- "scope": "teambit.ui-foundation",
25911
- "name": "ui/main-dropdown",
25912
- "version": "0.0.502"
25913
- }
25302
+ "name": "MenuItemSlot"
25914
25303
  },
25915
25304
  "isOptional": false,
25916
25305
  "isSpread": false
@@ -25930,8 +25319,7 @@
25930
25319
  "line": 77,
25931
25320
  "character": 27
25932
25321
  },
25933
- "name": "ComponentPageSlot",
25934
- "internalFilePath": "ui/component.tsx"
25322
+ "name": "ComponentPageSlot"
25935
25323
  },
25936
25324
  "isOptional": false,
25937
25325
  "isSpread": false
@@ -25951,8 +25339,7 @@
25951
25339
  "line": 79,
25952
25340
  "character": 40
25953
25341
  },
25954
- "name": "ComponentSearchResultSlot",
25955
- "internalFilePath": "component.ui.runtime.tsx"
25342
+ "name": "ComponentSearchResultSlot"
25956
25343
  },
25957
25344
  "isOptional": false,
25958
25345
  "isSpread": false
@@ -25972,11 +25359,7 @@
25972
25359
  "line": 81,
25973
25360
  "character": 27
25974
25361
  },
25975
- "name": "CommandBarUI",
25976
- "componentId": {
25977
- "scope": "teambit.explorer",
25978
- "name": "command-bar"
25979
- }
25362
+ "name": "CommandBarUI"
25980
25363
  },
25981
25364
  "isOptional": false,
25982
25365
  "isSpread": false
@@ -25996,11 +25379,7 @@
25996
25379
  "line": 83,
25997
25380
  "character": 20
25998
25381
  },
25999
- "name": "ReactRouterUI",
26000
- "componentId": {
26001
- "scope": "teambit.ui-foundation",
26002
- "name": "react-router"
26003
- }
25382
+ "name": "ReactRouterUI"
26004
25383
  },
26005
25384
  "isOptional": false,
26006
25385
  "isSpread": false
@@ -26307,8 +25686,7 @@
26307
25686
  "line": 248,
26308
25687
  "character": 25
26309
25688
  },
26310
- "name": "RouteProps",
26311
- "packageName": "react-router-dom"
25689
+ "name": "RouteProps"
26312
25690
  }
26313
25691
  },
26314
25692
  {
@@ -26318,8 +25696,7 @@
26318
25696
  "line": 248,
26319
25697
  "character": 40
26320
25698
  },
26321
- "name": "RouteProps",
26322
- "packageName": "react-router-dom"
25699
+ "name": "RouteProps"
26323
25700
  }
26324
25701
  ]
26325
25702
  },
@@ -26363,12 +25740,7 @@
26363
25740
  "line": 253,
26364
25741
  "character": 27
26365
25742
  },
26366
- "name": "LinkProps",
26367
- "componentId": {
26368
- "scope": "teambit.base-react",
26369
- "name": "navigation/link",
26370
- "version": "2.0.27"
26371
- }
25743
+ "name": "LinkProps"
26372
25744
  },
26373
25745
  "isOptional": false,
26374
25746
  "isSpread": false
@@ -26480,12 +25852,7 @@
26480
25852
  "line": 264,
26481
25853
  "character": 26
26482
25854
  },
26483
- "name": "LinkProps",
26484
- "componentId": {
26485
- "scope": "teambit.base-react",
26486
- "name": "navigation/link",
26487
- "version": "2.0.27"
26488
- }
25855
+ "name": "LinkProps"
26489
25856
  },
26490
25857
  "isOptional": false,
26491
25858
  "isSpread": false
@@ -26554,8 +25921,7 @@
26554
25921
  "line": 268,
26555
25922
  "character": 51
26556
25923
  },
26557
- "name": "RightSideMenuItem",
26558
- "internalFilePath": "ui/menu/menu.tsx"
25924
+ "name": "RightSideMenuItem"
26559
25925
  }
26560
25926
  },
26561
25927
  "isOptional": false,
@@ -26785,11 +26151,7 @@
26785
26151
  "line": 311,
26786
26152
  "character": 45
26787
26153
  },
26788
- "name": "PubsubUI",
26789
- "componentId": {
26790
- "scope": "teambit.harmony",
26791
- "name": "pubsub"
26792
- }
26154
+ "name": "PubsubUI"
26793
26155
  },
26794
26156
  {
26795
26157
  "__schema": "TypeRefSchema",
@@ -26798,11 +26160,7 @@
26798
26160
  "line": 311,
26799
26161
  "character": 55
26800
26162
  },
26801
- "name": "CommandBarUI",
26802
- "componentId": {
26803
- "scope": "teambit.explorer",
26804
- "name": "command-bar"
26805
- }
26163
+ "name": "CommandBarUI"
26806
26164
  },
26807
26165
  {
26808
26166
  "__schema": "TypeRefSchema",
@@ -26811,11 +26169,7 @@
26811
26169
  "line": 311,
26812
26170
  "character": 69
26813
26171
  },
26814
- "name": "ReactRouterUI",
26815
- "componentId": {
26816
- "scope": "teambit.ui-foundation",
26817
- "name": "react-router"
26818
- }
26172
+ "name": "ReactRouterUI"
26819
26173
  }
26820
26174
  ]
26821
26175
  },
@@ -26837,8 +26191,7 @@
26837
26191
  "line": 312,
26838
26192
  "character": 13
26839
26193
  },
26840
- "name": "ComponentUIConfig",
26841
- "internalFilePath": "component.ui.runtime.tsx"
26194
+ "name": "ComponentUIConfig"
26842
26195
  },
26843
26196
  "isOptional": false,
26844
26197
  "isSpread": false
@@ -26866,12 +26219,7 @@
26866
26219
  "line": 323,
26867
26220
  "character": 7
26868
26221
  },
26869
- "name": "RouteSlot",
26870
- "componentId": {
26871
- "scope": "teambit.ui-foundation",
26872
- "name": "ui/react-router/slot-router",
26873
- "version": "0.0.508"
26874
- }
26222
+ "name": "RouteSlot"
26875
26223
  },
26876
26224
  {
26877
26225
  "__schema": "TypeRefSchema",
@@ -26880,8 +26228,7 @@
26880
26228
  "line": 324,
26881
26229
  "character": 7
26882
26230
  },
26883
- "name": "OrderedNavigationSlot",
26884
- "internalFilePath": "ui/menu/nav-plugin.tsx"
26231
+ "name": "OrderedNavigationSlot"
26885
26232
  },
26886
26233
  {
26887
26234
  "__schema": "TypeRefSchema",
@@ -26890,8 +26237,7 @@
26890
26237
  "line": 325,
26891
26238
  "character": 7
26892
26239
  },
26893
- "name": "ConsumeMethodSlot",
26894
- "internalFilePath": "ui/menu/nav-plugin.tsx"
26240
+ "name": "ConsumeMethodSlot"
26895
26241
  },
26896
26242
  {
26897
26243
  "__schema": "TypeRefSchema",
@@ -26900,8 +26246,7 @@
26900
26246
  "line": 326,
26901
26247
  "character": 7
26902
26248
  },
26903
- "name": "OrderedNavigationSlot",
26904
- "internalFilePath": "ui/menu/nav-plugin.tsx"
26249
+ "name": "OrderedNavigationSlot"
26905
26250
  },
26906
26251
  {
26907
26252
  "__schema": "TypeRefSchema",
@@ -26910,12 +26255,7 @@
26910
26255
  "line": 327,
26911
26256
  "character": 7
26912
26257
  },
26913
- "name": "MenuItemSlot",
26914
- "componentId": {
26915
- "scope": "teambit.ui-foundation",
26916
- "name": "ui/main-dropdown",
26917
- "version": "0.0.502"
26918
- }
26258
+ "name": "MenuItemSlot"
26919
26259
  },
26920
26260
  {
26921
26261
  "__schema": "TypeRefSchema",
@@ -26924,8 +26264,7 @@
26924
26264
  "line": 328,
26925
26265
  "character": 7
26926
26266
  },
26927
- "name": "ComponentPageSlot",
26928
- "internalFilePath": "ui/component.tsx"
26267
+ "name": "ComponentPageSlot"
26929
26268
  },
26930
26269
  {
26931
26270
  "__schema": "TypeRefSchema",
@@ -26934,8 +26273,7 @@
26934
26273
  "line": 329,
26935
26274
  "character": 7
26936
26275
  },
26937
- "name": "ComponentSearchResultSlot",
26938
- "internalFilePath": "component.ui.runtime.tsx"
26276
+ "name": "ComponentSearchResultSlot"
26939
26277
  },
26940
26278
  {
26941
26279
  "__schema": "TypeRefSchema",
@@ -26944,8 +26282,7 @@
26944
26282
  "line": 330,
26945
26283
  "character": 7
26946
26284
  },
26947
- "name": "RightSideMenuSlot",
26948
- "internalFilePath": "ui/menu/menu.tsx"
26285
+ "name": "RightSideMenuSlot"
26949
26286
  }
26950
26287
  ]
26951
26288
  },
@@ -27188,12 +26525,7 @@
27188
26525
  "line": 7,
27189
26526
  "character": 56
27190
26527
  },
27191
- "name": "ComponentDescriptor",
27192
- "componentId": {
27193
- "scope": "teambit.component",
27194
- "name": "component-descriptor",
27195
- "version": "0.0.417"
27196
- }
26528
+ "name": "ComponentDescriptor"
27197
26529
  },
27198
26530
  {
27199
26531
  "__schema": "KeywordTypeSchema",
@@ -27316,8 +26648,7 @@
27316
26648
  "line": 15,
27317
26649
  "character": 13
27318
26650
  },
27319
- "name": "ReactNode",
27320
- "packageName": "react"
26651
+ "name": "ReactNode"
27321
26652
  },
27322
26653
  "isOptional": false
27323
26654
  }
@@ -27434,12 +26765,7 @@
27434
26765
  "line": 26,
27435
26766
  "character": 25
27436
26767
  },
27437
- "name": "ComponentDescriptor",
27438
- "componentId": {
27439
- "scope": "teambit.component",
27440
- "name": "component-descriptor",
27441
- "version": "0.0.417"
27442
- }
26768
+ "name": "ComponentDescriptor"
27443
26769
  },
27444
26770
  "isOptional": true
27445
26771
  },
@@ -27469,8 +26795,7 @@
27469
26795
  "line": 31,
27470
26796
  "character": 13
27471
26797
  },
27472
- "name": "ReactNode",
27473
- "packageName": "react"
26798
+ "name": "ReactNode"
27474
26799
  },
27475
26800
  "isOptional": false
27476
26801
  }
@@ -27629,12 +26954,7 @@
27629
26954
  "line": 10,
27630
26955
  "character": 5
27631
26956
  },
27632
- "name": "LinkProps",
27633
- "componentId": {
27634
- "scope": "teambit.base-react",
27635
- "name": "navigation/link",
27636
- "version": "2.0.27"
27637
- }
26957
+ "name": "LinkProps"
27638
26958
  }
27639
26959
  ]
27640
26960
  }
@@ -27717,11 +27037,6 @@
27717
27037
  "character": 37
27718
27038
  },
27719
27039
  "name": "SlotRegistry",
27720
- "componentId": {
27721
- "scope": "teambit.harmony",
27722
- "name": "harmony",
27723
- "version": "0.4.6"
27724
- },
27725
27040
  "typeArgs": [
27726
27041
  {
27727
27042
  "__schema": "TypeRefSchema",
@@ -27768,12 +27083,7 @@
27768
27083
  "line": 19,
27769
27084
  "character": 16
27770
27085
  },
27771
- "name": "LaneModel",
27772
- "componentId": {
27773
- "scope": "teambit.lanes",
27774
- "name": "ui/models/lanes-model",
27775
- "version": "0.0.216"
27776
- }
27086
+ "name": "LaneModel"
27777
27087
  },
27778
27088
  "isOptional": true
27779
27089
  },
@@ -27933,8 +27243,7 @@
27933
27243
  "line": 30,
27934
27244
  "character": 13
27935
27245
  },
27936
- "name": "ConsumePluginOptions",
27937
- "internalFilePath": "ui/menu/nav-plugin.tsx"
27246
+ "name": "ConsumePluginOptions"
27938
27247
  },
27939
27248
  "isOptional": true
27940
27249
  }
@@ -27957,7 +27266,7 @@
27957
27266
  "line": 33,
27958
27267
  "character": 29
27959
27268
  },
27960
- "signature": "(props: ConsumePluginProps): \u001b[2m(component: teambit.ui-foundation/ui/use-box/menu)\u001b[22m ConsumeMethod | undefined",
27269
+ "signature": "(props: ConsumePluginProps): ConsumeMethod | undefined",
27961
27270
  "name": "",
27962
27271
  "params": [
27963
27272
  {
@@ -27975,8 +27284,7 @@
27975
27284
  "line": 33,
27976
27285
  "character": 37
27977
27286
  },
27978
- "name": "ConsumePluginProps",
27979
- "internalFilePath": "ui/menu/nav-plugin.tsx"
27287
+ "name": "ConsumePluginProps"
27980
27288
  },
27981
27289
  "isOptional": false,
27982
27290
  "isSpread": false
@@ -27997,12 +27305,7 @@
27997
27305
  "line": 33,
27998
27306
  "character": 60
27999
27307
  },
28000
- "name": "ConsumeMethod",
28001
- "componentId": {
28002
- "scope": "teambit.ui-foundation",
28003
- "name": "ui/use-box/menu",
28004
- "version": "1.0.7"
28005
- }
27308
+ "name": "ConsumeMethod"
28006
27309
  },
28007
27310
  {
28008
27311
  "__schema": "KeywordTypeSchema",
@@ -28035,11 +27338,6 @@
28035
27338
  "character": 33
28036
27339
  },
28037
27340
  "name": "SlotRegistry",
28038
- "componentId": {
28039
- "scope": "teambit.harmony",
28040
- "name": "harmony",
28041
- "version": "0.4.6"
28042
- },
28043
27341
  "typeArgs": [
28044
27342
  {
28045
27343
  "__schema": "TypeArraySchema",
@@ -28144,8 +27442,7 @@
28144
27442
  "line": 14,
28145
27443
  "character": 20
28146
27444
  },
28147
- "name": "OrderedNavigationSlot",
28148
- "internalFilePath": "ui/menu/nav-plugin.tsx"
27445
+ "name": "OrderedNavigationSlot"
28149
27446
  },
28150
27447
  "isOptional": true
28151
27448
  },
@@ -28196,8 +27493,7 @@
28196
27493
  "line": 19,
28197
27494
  "character": 16
28198
27495
  },
28199
- "name": "OrderedNavigationSlot",
28200
- "internalFilePath": "ui/menu/nav-plugin.tsx"
27496
+ "name": "OrderedNavigationSlot"
28201
27497
  },
28202
27498
  "isOptional": true
28203
27499
  },
@@ -28562,12 +27858,7 @@
28562
27858
  "line": 30,
28563
27859
  "character": 58
28564
27860
  },
28565
- "name": "TabProps",
28566
- "componentId": {
28567
- "scope": "teambit.design",
28568
- "name": "navigation/responsive-navbar",
28569
- "version": "0.0.7"
28570
- }
27861
+ "name": "TabProps"
28571
27862
  },
28572
27863
  "isOptional": false,
28573
27864
  "objectBindingNodes": [
@@ -28752,8 +28043,7 @@
28752
28043
  "line": 23,
28753
28044
  "character": 41
28754
28045
  },
28755
- "name": "ReactNode",
28756
- "packageName": "react"
28046
+ "name": "ReactNode"
28757
28047
  },
28758
28048
  "isOptional": false
28759
28049
  },
@@ -28797,11 +28087,6 @@
28797
28087
  "character": 33
28798
28088
  },
28799
28089
  "name": "SlotRegistry",
28800
- "componentId": {
28801
- "scope": "teambit.harmony",
28802
- "name": "harmony",
28803
- "version": "0.4.6"
28804
- },
28805
28090
  "typeArgs": [
28806
28091
  {
28807
28092
  "__schema": "TypeArraySchema",
@@ -28817,8 +28102,7 @@
28817
28102
  "line": 24,
28818
28103
  "character": 46
28819
28104
  },
28820
- "name": "RightSideMenuItem",
28821
- "internalFilePath": "ui/menu/menu.tsx"
28105
+ "name": "RightSideMenuItem"
28822
28106
  }
28823
28107
  }
28824
28108
  ]
@@ -29246,7 +28530,7 @@
29246
28530
  "line": 66,
29247
28531
  "character": 14
29248
28532
  },
29249
- "signature": "(): { \u001b[1mloading\u001b[22m?: boolean; \u001b[1mlanesModel\u001b[22m?: \u001b[2m(component: teambit.lanes/ui/models/lanes-model)\u001b[22m LanesModel }",
28533
+ "signature": "(): { \u001b[1mloading\u001b[22m?: boolean; \u001b[1mlanesModel\u001b[22m?: LanesModel }",
29250
28534
  "name": "",
29251
28535
  "params": [],
29252
28536
  "returnType": {
@@ -29293,12 +28577,7 @@
29293
28577
  "line": 68,
29294
28578
  "character": 18
29295
28579
  },
29296
- "name": "LanesModel",
29297
- "componentId": {
29298
- "scope": "teambit.lanes",
29299
- "name": "ui/models/lanes-model",
29300
- "version": "0.0.216"
29301
- }
28580
+ "name": "LanesModel"
29302
28581
  },
29303
28582
  "isOptional": true
29304
28583
  }
@@ -29365,8 +28644,7 @@
29365
28644
  "line": 94,
29366
28645
  "character": 4
29367
28646
  },
29368
- "name": "MenuProps",
29369
- "internalFilePath": "ui/menu/menu.tsx"
28647
+ "name": "MenuProps"
29370
28648
  },
29371
28649
  "isOptional": false,
29372
28650
  "objectBindingNodes": [
@@ -29583,8 +28861,7 @@
29583
28861
  "line": 148,
29584
28862
  "character": 20
29585
28863
  },
29586
- "name": "ConsumeMethodSlot",
29587
- "internalFilePath": "ui/menu/nav-plugin.tsx"
28864
+ "name": "ConsumeMethodSlot"
29588
28865
  },
29589
28866
  "isOptional": true
29590
28867
  },
@@ -29624,8 +28901,7 @@
29624
28901
  "line": 150,
29625
28902
  "character": 18
29626
28903
  },
29627
- "name": "UseComponentVersions",
29628
- "internalFilePath": "ui/menu/menu.tsx"
28904
+ "name": "UseComponentVersions"
29629
28905
  },
29630
28906
  "isOptional": true
29631
28907
  },
@@ -29705,7 +28981,7 @@
29705
28981
  "line": 154,
29706
28982
  "character": 14
29707
28983
  },
29708
- "signature": "(): { \u001b[1mloading\u001b[22m?: boolean; \u001b[1mlanesModel\u001b[22m?: \u001b[2m(component: teambit.lanes/ui/models/lanes-model)\u001b[22m LanesModel }",
28984
+ "signature": "(): { \u001b[1mloading\u001b[22m?: boolean; \u001b[1mlanesModel\u001b[22m?: LanesModel }",
29709
28985
  "name": "",
29710
28986
  "params": [],
29711
28987
  "returnType": {
@@ -29752,12 +29028,7 @@
29752
29028
  "line": 156,
29753
29029
  "character": 18
29754
29030
  },
29755
- "name": "LanesModel",
29756
- "componentId": {
29757
- "scope": "teambit.lanes",
29758
- "name": "ui/models/lanes-model",
29759
- "version": "0.0.216"
29760
- }
29031
+ "name": "LanesModel"
29761
29032
  },
29762
29033
  "isOptional": true
29763
29034
  }
@@ -29820,12 +29091,7 @@
29820
29091
  "line": 160,
29821
29092
  "character": 25
29822
29093
  },
29823
- "name": "GetActiveTabIndex",
29824
- "componentId": {
29825
- "scope": "teambit.component",
29826
- "name": "ui/version-dropdown",
29827
- "version": "0.0.859"
29828
- }
29094
+ "name": "GetActiveTabIndex"
29829
29095
  },
29830
29096
  "isOptional": true
29831
29097
  }
@@ -30010,8 +29276,7 @@
30010
29276
  "line": 172,
30011
29277
  "character": 45
30012
29278
  },
30013
- "name": "UseComponentVersionsProps",
30014
- "internalFilePath": "ui/menu/menu.tsx"
29279
+ "name": "UseComponentVersionsProps"
30015
29280
  },
30016
29281
  "isOptional": true,
30017
29282
  "isSpread": false
@@ -30024,8 +29289,7 @@
30024
29289
  "line": 172,
30025
29290
  "character": 75
30026
29291
  },
30027
- "name": "UseComponentVersionsResult",
30028
- "internalFilePath": "ui/menu/menu.tsx"
29292
+ "name": "UseComponentVersionsResult"
30029
29293
  },
30030
29294
  "modifiers": []
30031
29295
  }
@@ -30046,7 +29310,7 @@
30046
29310
  "line": 173,
30047
29311
  "character": 35
30048
29312
  },
30049
- "signature": "(props?: UseComponentVersionProps): \u001b[2m(component: teambit.component/ui/version-dropdown)\u001b[22m DropdownComponentVersion | undefined",
29313
+ "signature": "(props?: UseComponentVersionProps): DropdownComponentVersion | undefined",
30050
29314
  "name": "",
30051
29315
  "params": [
30052
29316
  {
@@ -30064,8 +29328,7 @@
30064
29328
  "line": 173,
30065
29329
  "character": 44
30066
29330
  },
30067
- "name": "UseComponentVersionProps",
30068
- "internalFilePath": "ui/menu/menu.tsx"
29331
+ "name": "UseComponentVersionProps"
30069
29332
  },
30070
29333
  "isOptional": true,
30071
29334
  "isSpread": false
@@ -30086,12 +29349,7 @@
30086
29349
  "line": 173,
30087
29350
  "character": 73
30088
29351
  },
30089
- "name": "DropdownComponentVersion",
30090
- "componentId": {
30091
- "scope": "teambit.component",
30092
- "name": "ui/version-dropdown",
30093
- "version": "0.0.859"
30094
- }
29352
+ "name": "DropdownComponentVersion"
30095
29353
  },
30096
29354
  {
30097
29355
  "__schema": "KeywordTypeSchema",
@@ -30147,12 +29405,7 @@
30147
29405
  "line": 175,
30148
29406
  "character": 10
30149
29407
  },
30150
- "name": "DropdownComponentVersion",
30151
- "componentId": {
30152
- "scope": "teambit.component",
30153
- "name": "ui/version-dropdown",
30154
- "version": "0.0.859"
30155
- }
29408
+ "name": "DropdownComponentVersion"
30156
29409
  }
30157
29410
  },
30158
29411
  "isOptional": true
@@ -30180,12 +29433,7 @@
30180
29433
  "line": 176,
30181
29434
  "character": 11
30182
29435
  },
30183
- "name": "DropdownComponentVersion",
30184
- "componentId": {
30185
- "scope": "teambit.component",
30186
- "name": "ui/version-dropdown",
30187
- "version": "0.0.859"
30188
- }
29436
+ "name": "DropdownComponentVersion"
30189
29437
  }
30190
29438
  },
30191
29439
  "isOptional": true
@@ -30444,8 +29692,7 @@
30444
29692
  "line": 247,
30445
29693
  "character": 49
30446
29694
  },
30447
- "name": "VersionRelatedDropdownsProps",
30448
- "internalFilePath": "ui/menu/menu.tsx"
29695
+ "name": "VersionRelatedDropdownsProps"
30449
29696
  },
30450
29697
  "isOptional": false,
30451
29698
  "isSpread": false
@@ -30458,8 +29705,7 @@
30458
29705
  "line": 247,
30459
29706
  "character": 82
30460
29707
  },
30461
- "name": "UseComponentVersion",
30462
- "internalFilePath": "ui/menu/menu.tsx"
29708
+ "name": "UseComponentVersion"
30463
29709
  },
30464
29710
  "modifiers": []
30465
29711
  },
@@ -30487,8 +29733,7 @@
30487
29733
  "line": 260,
30488
29734
  "character": 48
30489
29735
  },
30490
- "name": "VersionRelatedDropdownsProps",
30491
- "internalFilePath": "ui/menu/menu.tsx"
29736
+ "name": "VersionRelatedDropdownsProps"
30492
29737
  },
30493
29738
  "isOptional": false,
30494
29739
  "isSpread": false
@@ -30653,8 +29898,7 @@
30653
29898
  "line": 340,
30654
29899
  "character": 20
30655
29900
  },
30656
- "name": "ConsumeMethodSlot",
30657
- "internalFilePath": "ui/menu/nav-plugin.tsx"
29901
+ "name": "ConsumeMethodSlot"
30658
29902
  },
30659
29903
  "isOptional": true,
30660
29904
  "isSpread": false
@@ -30674,8 +29918,7 @@
30674
29918
  "line": 341,
30675
29919
  "character": 24
30676
29920
  },
30677
- "name": "ConsumePluginProps",
30678
- "internalFilePath": "ui/menu/nav-plugin.tsx"
29921
+ "name": "ConsumePluginProps"
30679
29922
  },
30680
29923
  "isOptional": true,
30681
29924
  "isSpread": false
@@ -30695,12 +29938,7 @@
30695
29938
  "line": 342,
30696
29939
  "character": 4
30697
29940
  },
30698
- "name": "ConsumeMethod",
30699
- "componentId": {
30700
- "scope": "teambit.ui-foundation",
30701
- "name": "ui/use-box/menu",
30702
- "version": "1.0.7"
30703
- }
29941
+ "name": "ConsumeMethod"
30704
29942
  }
30705
29943
  },
30706
29944
  "modifiers": []
@@ -30739,11 +29977,7 @@
30739
29977
  "line": 5,
30740
29978
  "character": 40
30741
29979
  },
30742
- "name": "Route",
30743
- "componentId": {
30744
- "scope": "teambit.harmony",
30745
- "name": "express"
30746
- }
29980
+ "name": "Route"
30747
29981
  },
30748
29982
  {
30749
29983
  "__schema": "TypeLiteralSchema",
@@ -31017,7 +30251,7 @@
31017
30251
  "_legacy": {
31018
30252
  "scope": "teambit.component",
31019
30253
  "name": "component",
31020
- "version": "1.0.226"
30254
+ "version": "1.0.227"
31021
30255
  },
31022
30256
  "_scope": "teambit.component"
31023
30257
  }
@@ -31134,8 +30368,7 @@
31134
30368
  "line": 19,
31135
30369
  "character": 12
31136
30370
  },
31137
- "name": "ComponentServer",
31138
- "internalFilePath": "ui/component-model/component-model.ts"
30371
+ "name": "ComponentServer"
31139
30372
  },
31140
30373
  "isOptional": true
31141
30374
  },
@@ -31202,11 +30435,7 @@
31202
30435
  "line": 22,
31203
30436
  "character": 18
31204
30437
  },
31205
- "name": "CompositionProps",
31206
- "componentId": {
31207
- "scope": "teambit.compositions",
31208
- "name": "compositions"
31209
- }
30438
+ "name": "CompositionProps"
31210
30439
  }
31211
30440
  },
31212
30441
  "isOptional": true
@@ -31295,11 +30524,7 @@
31295
30524
  "line": 26,
31296
30525
  "character": 17
31297
30526
  },
31298
- "name": "DeprecationInfo",
31299
- "componentId": {
31300
- "scope": "teambit.component",
31301
- "name": "deprecation"
31302
- }
30527
+ "name": "DeprecationInfo"
31303
30528
  },
31304
30529
  "isOptional": true
31305
30530
  },
@@ -31319,11 +30544,7 @@
31319
30544
  "line": 27,
31320
30545
  "character": 9
31321
30546
  },
31322
- "name": "Descriptor",
31323
- "componentId": {
31324
- "scope": "teambit.envs",
31325
- "name": "envs"
31326
- }
30547
+ "name": "Descriptor"
31327
30548
  },
31328
30549
  "isOptional": true
31329
30550
  },
@@ -31411,8 +30632,7 @@
31411
30632
  "line": 31,
31412
30633
  "character": 13
31413
30634
  },
31414
- "name": "ComponentPreview",
31415
- "internalFilePath": "ui/component-model/component-model.ts"
30635
+ "name": "ComponentPreview"
31416
30636
  },
31417
30637
  "isOptional": true
31418
30638
  },
@@ -31439,12 +30659,7 @@
31439
30659
  "line": 32,
31440
30660
  "character": 10
31441
30661
  },
31442
- "name": "LegacyComponentLog",
31443
- "componentId": {
31444
- "scope": "teambit.component",
31445
- "name": "legacy-component-log",
31446
- "version": "0.0.402"
31447
- }
30662
+ "name": "LegacyComponentLog"
31448
30663
  }
31449
30664
  },
31450
30665
  "isOptional": true
@@ -31465,11 +30680,7 @@
31465
30680
  "line": 33,
31466
30681
  "character": 10
31467
30682
  },
31468
- "name": "ComponentPreviewSize",
31469
- "componentId": {
31470
- "scope": "teambit.preview",
31471
- "name": "preview"
31472
- }
30683
+ "name": "ComponentPreviewSize"
31473
30684
  },
31474
30685
  "isOptional": true
31475
30686
  }
@@ -31781,12 +30992,7 @@
31781
30992
  "line": 68,
31782
30993
  "character": 18
31783
30994
  },
31784
- "name": "ComponentID",
31785
- "componentId": {
31786
- "scope": "teambit.component",
31787
- "name": "component-id",
31788
- "version": "1.2.0"
31789
- }
30995
+ "name": "ComponentID"
31790
30996
  },
31791
30997
  "isOptional": false,
31792
30998
  "isSpread": false
@@ -31854,8 +31060,7 @@
31854
31060
  "line": 83,
31855
31061
  "character": 22
31856
31062
  },
31857
- "name": "ComponentServer",
31858
- "internalFilePath": "ui/component-model/component-model.ts"
31063
+ "name": "ComponentServer"
31859
31064
  },
31860
31065
  {
31861
31066
  "__schema": "KeywordTypeSchema",
@@ -31893,11 +31098,7 @@
31893
31098
  "line": 88,
31894
31099
  "character": 28
31895
31100
  },
31896
- "name": "Composition",
31897
- "componentId": {
31898
- "scope": "teambit.compositions",
31899
- "name": "compositions"
31900
- }
31101
+ "name": "Composition"
31901
31102
  }
31902
31103
  },
31903
31104
  "isOptional": false,
@@ -31998,11 +31199,7 @@
31998
31199
  "line": 112,
31999
31200
  "character": 28
32000
31201
  },
32001
- "name": "DeprecationInfo",
32002
- "componentId": {
32003
- "scope": "teambit.component",
32004
- "name": "deprecation"
32005
- }
31202
+ "name": "DeprecationInfo"
32006
31203
  },
32007
31204
  "isOptional": true,
32008
31205
  "isSpread": false
@@ -32022,11 +31219,7 @@
32022
31219
  "line": 117,
32023
31220
  "character": 28
32024
31221
  },
32025
- "name": "Descriptor",
32026
- "componentId": {
32027
- "scope": "teambit.envs",
32028
- "name": "envs"
32029
- }
31222
+ "name": "Descriptor"
32030
31223
  },
32031
31224
  "isOptional": true,
32032
31225
  "isSpread": false
@@ -32116,11 +31309,7 @@
32116
31309
  "line": 136,
32117
31310
  "character": 21
32118
31311
  },
32119
- "name": "ComponentPreviewSize",
32120
- "componentId": {
32121
- "scope": "teambit.preview",
32122
- "name": "preview"
32123
- }
31312
+ "name": "ComponentPreviewSize"
32124
31313
  },
32125
31314
  "isOptional": true,
32126
31315
  "isSpread": false
@@ -32160,8 +31349,7 @@
32160
31349
  "line": 143,
32161
31350
  "character": 24
32162
31351
  },
32163
- "name": "ComponentPreview",
32164
- "internalFilePath": "ui/component-model/component-model.ts"
31352
+ "name": "ComponentPreview"
32165
31353
  },
32166
31354
  "isOptional": true,
32167
31355
  "isSpread": false
@@ -32188,12 +31376,7 @@
32188
31376
  "line": 145,
32189
31377
  "character": 21
32190
31378
  },
32191
- "name": "LegacyComponentLog",
32192
- "componentId": {
32193
- "scope": "teambit.component",
32194
- "name": "legacy-component-log",
32195
- "version": "0.0.402"
32196
- }
31379
+ "name": "LegacyComponentLog"
32197
31380
  }
32198
31381
  },
32199
31382
  "isOptional": true,
@@ -32600,8 +31783,7 @@
32600
31783
  "line": 20,
32601
31784
  "character": 4
32602
31785
  },
32603
- "name": "NavPluginProps",
32604
- "internalFilePath": "ui/menu/nav-plugin.tsx"
31786
+ "name": "NavPluginProps"
32605
31787
  },
32606
31788
  "isOptional": false,
32607
31789
  "objectBindingNodes": [
@@ -32873,8 +32055,7 @@
32873
32055
  "line": 12,
32874
32056
  "character": 40
32875
32057
  },
32876
- "name": "JSONRow",
32877
- "internalFilePath": "show/show-fragment.ts"
32058
+ "name": "JSONRow"
32878
32059
  }
32879
32060
  ]
32880
32061
  },
@@ -33177,8 +32358,7 @@
33177
32358
  "line": 49,
33178
32359
  "character": 97
33179
32360
  },
33180
- "name": "ComponentQueryResult",
33181
- "internalFilePath": "ui/use-component.model.ts"
32361
+ "name": "ComponentQueryResult"
33182
32362
  },
33183
32363
  "modifiers": []
33184
32364
  }
@@ -33224,8 +32404,7 @@
33224
32404
  "line": 16,
33225
32405
  "character": 9
33226
32406
  },
33227
- "name": "LogFilter",
33228
- "internalFilePath": "ui/use-component.model.ts"
32407
+ "name": "LogFilter"
33229
32408
  },
33230
32409
  {
33231
32410
  "__schema": "TypeLiteralSchema",
@@ -33349,8 +32528,7 @@
33349
32528
  "line": 7,
33350
32529
  "character": 67
33351
32530
  },
33352
- "name": "UseComponentOptions",
33353
- "internalFilePath": "ui/use-component.model.ts"
32531
+ "name": "UseComponentOptions"
33354
32532
  },
33355
32533
  "isOptional": true,
33356
32534
  "isSpread": false
@@ -33488,7 +32666,7 @@
33488
32666
  "componentId": {
33489
32667
  "scope": "teambit.component",
33490
32668
  "name": "component",
33491
- "version": "1.0.226"
32669
+ "version": "1.0.227"
33492
32670
  },
33493
32671
  "taggedModuleExports": []
33494
32672
  }