@teambit/component 1.0.453 → 1.0.455

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.
@@ -20,7 +20,7 @@
20
20
  "line": 3,
21
21
  "character": 15
22
22
  },
23
- "signature": "type GetComponentsOptions = {\n useComponent?: UseComponentType | undefined;\n componentId?: string | (() => string | undefined) | undefined;\n useComponentFilters?: (() => Filters) | undefined;\n path?: string | undefined;\n skipRightSide?: boolean | undefined;\n RightNode?: React.ReactNode;\n className?: string | undefined;\n routes?: RouteProps[] | undefined;\n}",
23
+ "signature": "type GetComponentsOptions = {\n useComponent?: UseComponentType | undefined;\n componentId?: string | (() => string | undefined) | undefined;\n useComponentFilters?: (() => Filters) | undefined;\n path?: string | undefined;\n skipRightSide?: boolean | undefined;\n RightNode?: React.ReactNode;\n className?: string | undefined;\n routes?: RouteProps[] | undefined;\n authToken?: string | undefined;\n}",
24
24
  "name": "GetComponentsOptions",
25
25
  "exportNode": {
26
26
  "__schema": "TypeSchema",
@@ -29,7 +29,7 @@
29
29
  "line": 5,
30
30
  "character": 1
31
31
  },
32
- "signature": "type GetComponentsOptions = {\n useComponent?: UseComponentType | undefined;\n componentId?: string | (() => string | undefined) | undefined;\n useComponentFilters?: (() => Filters) | undefined;\n path?: string | undefined;\n skipRightSide?: boolean | undefined;\n RightNode?: React.ReactNode;\n className?: string | undefined;\n routes?: RouteProps[] | undefined;\n}",
32
+ "signature": "type GetComponentsOptions = {\n useComponent?: UseComponentType | undefined;\n componentId?: string | (() => string | undefined) | undefined;\n useComponentFilters?: (() => Filters) | undefined;\n path?: string | undefined;\n skipRightSide?: boolean | undefined;\n RightNode?: React.ReactNode;\n className?: string | undefined;\n routes?: RouteProps[] | undefined;\n authToken?: string | undefined;\n}",
33
33
  "name": "GetComponentsOptions",
34
34
  "type": {
35
35
  "__schema": "TypeLiteralSchema",
@@ -277,6 +277,26 @@
277
277
  }
278
278
  },
279
279
  "isOptional": true
280
+ },
281
+ {
282
+ "__schema": "VariableLikeSchema",
283
+ "location": {
284
+ "filePath": "get-component-opts.ts",
285
+ "line": 14,
286
+ "character": 3
287
+ },
288
+ "signature": "(property) authToken?: string | undefined",
289
+ "name": "authToken",
290
+ "type": {
291
+ "__schema": "KeywordTypeSchema",
292
+ "location": {
293
+ "filePath": "get-component-opts.ts",
294
+ "line": 14,
295
+ "character": 15
296
+ },
297
+ "name": "string"
298
+ },
299
+ "isOptional": true
280
300
  }
281
301
  ]
282
302
  }
@@ -2450,7 +2470,7 @@
2450
2470
  "componentId": {
2451
2471
  "scope": "teambit.component",
2452
2472
  "name": "sources",
2453
- "version": "0.0.42"
2473
+ "version": "0.0.43"
2454
2474
  }
2455
2475
  }
2456
2476
  },
@@ -2548,7 +2568,7 @@
2548
2568
  "componentId": {
2549
2569
  "scope": "teambit.component",
2550
2570
  "name": "sources",
2551
- "version": "0.0.42"
2571
+ "version": "0.0.43"
2552
2572
  }
2553
2573
  }
2554
2574
  },
@@ -2672,7 +2692,7 @@
2672
2692
  "componentId": {
2673
2693
  "scope": "teambit.component",
2674
2694
  "name": "sources",
2675
- "version": "0.0.42"
2695
+ "version": "0.0.43"
2676
2696
  }
2677
2697
  }
2678
2698
  },
@@ -2717,7 +2737,7 @@
2717
2737
  "_legacy": {
2718
2738
  "scope": "teambit.component",
2719
2739
  "name": "component",
2720
- "version": "1.0.453"
2740
+ "version": "1.0.455"
2721
2741
  },
2722
2742
  "_scope": "teambit.component"
2723
2743
  }
@@ -8916,7 +8936,7 @@
8916
8936
  "_legacy": {
8917
8937
  "scope": "teambit.component",
8918
8938
  "name": "component",
8919
- "version": "1.0.453"
8939
+ "version": "1.0.455"
8920
8940
  },
8921
8941
  "_scope": "teambit.component"
8922
8942
  }
@@ -11674,7 +11694,7 @@
11674
11694
  "__schema": "FunctionLikeSchema",
11675
11695
  "location": {
11676
11696
  "filePath": "component.ui.runtime.tsx",
11677
- "line": 243,
11697
+ "line": 244,
11678
11698
  "character": 3
11679
11699
  },
11680
11700
  "signature": "(method) ComponentUI.listMenuItems(): Dictionary<MenuItem[]>",
@@ -11684,7 +11704,7 @@
11684
11704
  "__schema": "InferenceTypeSchema",
11685
11705
  "location": {
11686
11706
  "filePath": "component.ui.runtime.tsx",
11687
- "line": 243,
11707
+ "line": 244,
11688
11708
  "character": 3
11689
11709
  },
11690
11710
  "type": "Dictionary<MenuItem[]>"
@@ -11695,7 +11715,7 @@
11695
11715
  "__schema": "FunctionLikeSchema",
11696
11716
  "location": {
11697
11717
  "filePath": "component.ui.runtime.tsx",
11698
- "line": 248,
11718
+ "line": 249,
11699
11719
  "character": 3
11700
11720
  },
11701
11721
  "signature": "(method) ComponentUI.registerRoute(routes: RouteProps[] | RouteProps): this",
@@ -11705,7 +11725,7 @@
11705
11725
  "__schema": "ParameterSchema",
11706
11726
  "location": {
11707
11727
  "filePath": "component.ui.runtime.tsx",
11708
- "line": 248,
11728
+ "line": 249,
11709
11729
  "character": 17
11710
11730
  },
11711
11731
  "name": "routes",
@@ -11713,7 +11733,7 @@
11713
11733
  "__schema": "TypeUnionSchema",
11714
11734
  "location": {
11715
11735
  "filePath": "component.ui.runtime.tsx",
11716
- "line": 248,
11736
+ "line": 249,
11717
11737
  "character": 25
11718
11738
  },
11719
11739
  "types": [
@@ -11721,14 +11741,14 @@
11721
11741
  "__schema": "TypeArraySchema",
11722
11742
  "location": {
11723
11743
  "filePath": "component.ui.runtime.tsx",
11724
- "line": 248,
11744
+ "line": 249,
11725
11745
  "character": 25
11726
11746
  },
11727
11747
  "type": {
11728
11748
  "__schema": "TypeRefSchema",
11729
11749
  "location": {
11730
11750
  "filePath": "component.ui.runtime.tsx",
11731
- "line": 248,
11751
+ "line": 249,
11732
11752
  "character": 25
11733
11753
  },
11734
11754
  "name": "RouteProps",
@@ -11739,7 +11759,7 @@
11739
11759
  "__schema": "TypeRefSchema",
11740
11760
  "location": {
11741
11761
  "filePath": "component.ui.runtime.tsx",
11742
- "line": 248,
11762
+ "line": 249,
11743
11763
  "character": 40
11744
11764
  },
11745
11765
  "name": "RouteProps",
@@ -11755,7 +11775,7 @@
11755
11775
  "__schema": "TypeRefSchema",
11756
11776
  "location": {
11757
11777
  "filePath": "component.ui.runtime.tsx",
11758
- "line": 248,
11778
+ "line": 249,
11759
11779
  "character": 3
11760
11780
  },
11761
11781
  "name": "ComponentUI"
@@ -11766,7 +11786,7 @@
11766
11786
  "__schema": "FunctionLikeSchema",
11767
11787
  "location": {
11768
11788
  "filePath": "component.ui.runtime.tsx",
11769
- "line": 253,
11789
+ "line": 254,
11770
11790
  "character": 3
11771
11791
  },
11772
11792
  "signature": "(method) ComponentUI.registerNavigation(nav: LinkProps, order?: number): void",
@@ -11776,7 +11796,7 @@
11776
11796
  "__schema": "ParameterSchema",
11777
11797
  "location": {
11778
11798
  "filePath": "component.ui.runtime.tsx",
11779
- "line": 253,
11799
+ "line": 254,
11780
11800
  "character": 22
11781
11801
  },
11782
11802
  "name": "nav",
@@ -11784,7 +11804,7 @@
11784
11804
  "__schema": "TypeRefSchema",
11785
11805
  "location": {
11786
11806
  "filePath": "component.ui.runtime.tsx",
11787
- "line": 253,
11807
+ "line": 254,
11788
11808
  "character": 27
11789
11809
  },
11790
11810
  "name": "LinkProps",
@@ -11801,7 +11821,7 @@
11801
11821
  "__schema": "ParameterSchema",
11802
11822
  "location": {
11803
11823
  "filePath": "component.ui.runtime.tsx",
11804
- "line": 253,
11824
+ "line": 254,
11805
11825
  "character": 38
11806
11826
  },
11807
11827
  "name": "order",
@@ -11809,7 +11829,7 @@
11809
11829
  "__schema": "KeywordTypeSchema",
11810
11830
  "location": {
11811
11831
  "filePath": "component.ui.runtime.tsx",
11812
- "line": 253,
11832
+ "line": 254,
11813
11833
  "character": 46
11814
11834
  },
11815
11835
  "name": "number"
@@ -11822,7 +11842,7 @@
11822
11842
  "__schema": "InferenceTypeSchema",
11823
11843
  "location": {
11824
11844
  "filePath": "component.ui.runtime.tsx",
11825
- "line": 253,
11845
+ "line": 254,
11826
11846
  "character": 3
11827
11847
  },
11828
11848
  "type": "void"
@@ -11833,7 +11853,7 @@
11833
11853
  "__schema": "FunctionLikeSchema",
11834
11854
  "location": {
11835
11855
  "filePath": "component.ui.runtime.tsx",
11836
- "line": 260,
11856
+ "line": 261,
11837
11857
  "character": 3
11838
11858
  },
11839
11859
  "signature": "(method) ComponentUI.registerConsumeMethod(...consumeMethods: ConsumePlugin[]): void",
@@ -11843,7 +11863,7 @@
11843
11863
  "__schema": "ParameterSchema",
11844
11864
  "location": {
11845
11865
  "filePath": "component.ui.runtime.tsx",
11846
- "line": 260,
11866
+ "line": 261,
11847
11867
  "character": 25
11848
11868
  },
11849
11869
  "name": "consumeMethods",
@@ -11851,14 +11871,14 @@
11851
11871
  "__schema": "TypeArraySchema",
11852
11872
  "location": {
11853
11873
  "filePath": "component.ui.runtime.tsx",
11854
- "line": 260,
11874
+ "line": 261,
11855
11875
  "character": 44
11856
11876
  },
11857
11877
  "type": {
11858
11878
  "__schema": "TypeRefSchema",
11859
11879
  "location": {
11860
11880
  "filePath": "component.ui.runtime.tsx",
11861
- "line": 260,
11881
+ "line": 261,
11862
11882
  "character": 44
11863
11883
  },
11864
11884
  "name": "ConsumePlugin"
@@ -11872,7 +11892,7 @@
11872
11892
  "__schema": "InferenceTypeSchema",
11873
11893
  "location": {
11874
11894
  "filePath": "component.ui.runtime.tsx",
11875
- "line": 260,
11895
+ "line": 261,
11876
11896
  "character": 3
11877
11897
  },
11878
11898
  "type": "void"
@@ -11883,7 +11903,7 @@
11883
11903
  "__schema": "FunctionLikeSchema",
11884
11904
  "location": {
11885
11905
  "filePath": "component.ui.runtime.tsx",
11886
- "line": 264,
11906
+ "line": 265,
11887
11907
  "character": 3
11888
11908
  },
11889
11909
  "signature": "(method) ComponentUI.registerWidget(widget: LinkProps, order?: number): void",
@@ -11893,7 +11913,7 @@
11893
11913
  "__schema": "ParameterSchema",
11894
11914
  "location": {
11895
11915
  "filePath": "component.ui.runtime.tsx",
11896
- "line": 264,
11916
+ "line": 265,
11897
11917
  "character": 18
11898
11918
  },
11899
11919
  "name": "widget",
@@ -11901,7 +11921,7 @@
11901
11921
  "__schema": "TypeRefSchema",
11902
11922
  "location": {
11903
11923
  "filePath": "component.ui.runtime.tsx",
11904
- "line": 264,
11924
+ "line": 265,
11905
11925
  "character": 26
11906
11926
  },
11907
11927
  "name": "LinkProps",
@@ -11918,7 +11938,7 @@
11918
11938
  "__schema": "ParameterSchema",
11919
11939
  "location": {
11920
11940
  "filePath": "component.ui.runtime.tsx",
11921
- "line": 264,
11941
+ "line": 265,
11922
11942
  "character": 37
11923
11943
  },
11924
11944
  "name": "order",
@@ -11926,7 +11946,7 @@
11926
11946
  "__schema": "KeywordTypeSchema",
11927
11947
  "location": {
11928
11948
  "filePath": "component.ui.runtime.tsx",
11929
- "line": 264,
11949
+ "line": 265,
11930
11950
  "character": 45
11931
11951
  },
11932
11952
  "name": "number"
@@ -11939,7 +11959,7 @@
11939
11959
  "__schema": "InferenceTypeSchema",
11940
11960
  "location": {
11941
11961
  "filePath": "component.ui.runtime.tsx",
11942
- "line": 264,
11962
+ "line": 265,
11943
11963
  "character": 3
11944
11964
  },
11945
11965
  "type": "void"
@@ -11950,7 +11970,7 @@
11950
11970
  "__schema": "FunctionLikeSchema",
11951
11971
  "location": {
11952
11972
  "filePath": "component.ui.runtime.tsx",
11953
- "line": 268,
11973
+ "line": 269,
11954
11974
  "character": 3
11955
11975
  },
11956
11976
  "signature": "(method) ComponentUI.registerRightSideMenuItem(...rightSideMenuItem: RightSideMenuItem[]): void",
@@ -11960,7 +11980,7 @@
11960
11980
  "__schema": "ParameterSchema",
11961
11981
  "location": {
11962
11982
  "filePath": "component.ui.runtime.tsx",
11963
- "line": 268,
11983
+ "line": 269,
11964
11984
  "character": 29
11965
11985
  },
11966
11986
  "name": "rightSideMenuItem",
@@ -11968,14 +11988,14 @@
11968
11988
  "__schema": "TypeArraySchema",
11969
11989
  "location": {
11970
11990
  "filePath": "component.ui.runtime.tsx",
11971
- "line": 268,
11991
+ "line": 269,
11972
11992
  "character": 51
11973
11993
  },
11974
11994
  "type": {
11975
11995
  "__schema": "TypeRefSchema",
11976
11996
  "location": {
11977
11997
  "filePath": "component.ui.runtime.tsx",
11978
- "line": 268,
11998
+ "line": 269,
11979
11999
  "character": 51
11980
12000
  },
11981
12001
  "name": "RightSideMenuItem",
@@ -11990,7 +12010,7 @@
11990
12010
  "__schema": "InferenceTypeSchema",
11991
12011
  "location": {
11992
12012
  "filePath": "component.ui.runtime.tsx",
11993
- "line": 268,
12013
+ "line": 269,
11994
12014
  "character": 3
11995
12015
  },
11996
12016
  "type": "void"
@@ -12001,7 +12021,7 @@
12001
12021
  "__schema": "VariableLikeSchema",
12002
12022
  "location": {
12003
12023
  "filePath": "component.ui.runtime.tsx",
12004
- "line": 272,
12024
+ "line": 273,
12005
12025
  "character": 3
12006
12026
  },
12007
12027
  "signature": "(property) ComponentUI.registerMenuItem: (menuItems: MenuItem[]) => void",
@@ -12010,7 +12030,7 @@
12010
12030
  "__schema": "InferenceTypeSchema",
12011
12031
  "location": {
12012
12032
  "filePath": "component.ui.runtime.tsx",
12013
- "line": 272,
12033
+ "line": 273,
12014
12034
  "character": 3
12015
12035
  },
12016
12036
  "type": "(menuItems: MenuItem[]) => void"
@@ -12022,7 +12042,7 @@
12022
12042
  "__schema": "VariableLikeSchema",
12023
12043
  "location": {
12024
12044
  "filePath": "component.ui.runtime.tsx",
12025
- "line": 276,
12045
+ "line": 277,
12026
12046
  "character": 3
12027
12047
  },
12028
12048
  "signature": "(property) ComponentUI.registerPageItem: (...items: ComponentPageElement[]) => void",
@@ -12031,7 +12051,7 @@
12031
12051
  "__schema": "InferenceTypeSchema",
12032
12052
  "location": {
12033
12053
  "filePath": "component.ui.runtime.tsx",
12034
- "line": 276,
12054
+ "line": 277,
12035
12055
  "character": 3
12036
12056
  },
12037
12057
  "type": "(...items: ComponentPageElement[]) => void"
@@ -12043,14 +12063,14 @@
12043
12063
  "__schema": "VariableLikeSchema",
12044
12064
  "location": {
12045
12065
  "filePath": "component.ui.runtime.tsx",
12046
- "line": 281,
12066
+ "line": 282,
12047
12067
  "character": 3
12048
12068
  },
12049
12069
  "doc": {
12050
12070
  "__schema": "DocSchema",
12051
12071
  "location": {
12052
12072
  "filePath": "component.ui.runtime.tsx",
12053
- "line": 280,
12073
+ "line": 281,
12054
12074
  "character": 3
12055
12075
  },
12056
12076
  "raw": "/** register widgets to the components listed in the command bar */",
@@ -12063,7 +12083,7 @@
12063
12083
  "__schema": "InferenceTypeSchema",
12064
12084
  "location": {
12065
12085
  "filePath": "component.ui.runtime.tsx",
12066
- "line": 281,
12086
+ "line": 282,
12067
12087
  "character": 3
12068
12088
  },
12069
12089
  "type": "(...items: ComponentResultPlugin[]) => void"
@@ -12075,7 +12095,7 @@
12075
12095
  "__schema": "VariableLikeSchema",
12076
12096
  "location": {
12077
12097
  "filePath": "component.ui.runtime.tsx",
12078
- "line": 288,
12098
+ "line": 289,
12079
12099
  "character": 3
12080
12100
  },
12081
12101
  "signature": "(property) ComponentUI.updateComponents: (components: ComponentModel[]) => void",
@@ -12084,7 +12104,7 @@
12084
12104
  "__schema": "InferenceTypeSchema",
12085
12105
  "location": {
12086
12106
  "filePath": "component.ui.runtime.tsx",
12087
- "line": 288,
12107
+ "line": 289,
12088
12108
  "character": 3
12089
12109
  },
12090
12110
  "type": "(components: ComponentModel[]) => void"
@@ -12096,7 +12116,7 @@
12096
12116
  "__schema": "VariableLikeSchema",
12097
12117
  "location": {
12098
12118
  "filePath": "component.ui.runtime.tsx",
12099
- "line": 292,
12119
+ "line": 293,
12100
12120
  "character": 3
12101
12121
  },
12102
12122
  "signature": "(property) ComponentUI.dependencies: Aspect[]",
@@ -12105,7 +12125,7 @@
12105
12125
  "__schema": "InferenceTypeSchema",
12106
12126
  "location": {
12107
12127
  "filePath": "component.ui.runtime.tsx",
12108
- "line": 292,
12128
+ "line": 293,
12109
12129
  "character": 3
12110
12130
  },
12111
12131
  "type": "Aspect[]"
@@ -12117,7 +12137,7 @@
12117
12137
  "__schema": "VariableLikeSchema",
12118
12138
  "location": {
12119
12139
  "filePath": "component.ui.runtime.tsx",
12120
- "line": 294,
12140
+ "line": 295,
12121
12141
  "character": 3
12122
12142
  },
12123
12143
  "signature": "(property) ComponentUI.runtime: RuntimeDefinition",
@@ -12126,7 +12146,7 @@
12126
12146
  "__schema": "InferenceTypeSchema",
12127
12147
  "location": {
12128
12148
  "filePath": "component.ui.runtime.tsx",
12129
- "line": 294,
12149
+ "line": 295,
12130
12150
  "character": 3
12131
12151
  },
12132
12152
  "type": "RuntimeDefinition"
@@ -12138,7 +12158,7 @@
12138
12158
  "__schema": "VariableLikeSchema",
12139
12159
  "location": {
12140
12160
  "filePath": "component.ui.runtime.tsx",
12141
- "line": 296,
12161
+ "line": 297,
12142
12162
  "character": 3
12143
12163
  },
12144
12164
  "signature": "(property) ComponentUI.slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<...>) | ... 4 more ... | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -12147,7 +12167,7 @@
12147
12167
  "__schema": "InferenceTypeSchema",
12148
12168
  "location": {
12149
12169
  "filePath": "component.ui.runtime.tsx",
12150
- "line": 296,
12170
+ "line": 297,
12151
12171
  "character": 3
12152
12172
  },
12153
12173
  "type": "(((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<...>) | ... 4 more ... | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -12159,7 +12179,7 @@
12159
12179
  "__schema": "VariableLikeSchema",
12160
12180
  "location": {
12161
12181
  "filePath": "component.ui.runtime.tsx",
12162
- "line": 306,
12182
+ "line": 307,
12163
12183
  "character": 3
12164
12184
  },
12165
12185
  "signature": "(property) ComponentUI.defaultConfig: ComponentUIConfig",
@@ -12168,7 +12188,7 @@
12168
12188
  "__schema": "TypeRefSchema",
12169
12189
  "location": {
12170
12190
  "filePath": "component.ui.runtime.tsx",
12171
- "line": 306,
12191
+ "line": 307,
12172
12192
  "character": 3
12173
12193
  },
12174
12194
  "name": "ComponentUIConfig",
@@ -12181,7 +12201,7 @@
12181
12201
  "__schema": "FunctionLikeSchema",
12182
12202
  "location": {
12183
12203
  "filePath": "component.ui.runtime.tsx",
12184
- "line": 310,
12204
+ "line": 311,
12185
12205
  "character": 3
12186
12206
  },
12187
12207
  "signature": "(method) ComponentUI.provider([pubsub, commandBarUI, reactRouterUI]: [PubsubUI, CommandBarUI, ReactRouterUI], config: ComponentUIConfig, [routeSlot, navSlot, consumeMethodSlot, widgetSlot, menuItemSlot, pageSlot, componentSearchResultSlot, rightSideMenuSlot,]: [\n RouteSlot,\n OrderedNavigationSlot,\n ConsumeMethodSlot,\n OrderedNavigationSlot,\n MenuItemSlot,\n ComponentPageSlot,\n ComponentSearchResultSlot,\n RightSideMenuSlot\n]): Promise<ComponentUI>",
@@ -12191,7 +12211,7 @@
12191
12211
  "__schema": "ParameterSchema",
12192
12212
  "location": {
12193
12213
  "filePath": "component.ui.runtime.tsx",
12194
- "line": 311,
12214
+ "line": 312,
12195
12215
  "character": 5
12196
12216
  },
12197
12217
  "name": "[ pubsub, commandBarUI, reactRouterUI ]",
@@ -12199,7 +12219,7 @@
12199
12219
  "__schema": "TupleTypeSchema",
12200
12220
  "location": {
12201
12221
  "filePath": "component.ui.runtime.tsx",
12202
- "line": 311,
12222
+ "line": 312,
12203
12223
  "character": 44
12204
12224
  },
12205
12225
  "elements": [
@@ -12207,7 +12227,7 @@
12207
12227
  "__schema": "TypeRefSchema",
12208
12228
  "location": {
12209
12229
  "filePath": "component.ui.runtime.tsx",
12210
- "line": 311,
12230
+ "line": 312,
12211
12231
  "character": 45
12212
12232
  },
12213
12233
  "name": "PubsubUI",
@@ -12220,7 +12240,7 @@
12220
12240
  "__schema": "TypeRefSchema",
12221
12241
  "location": {
12222
12242
  "filePath": "component.ui.runtime.tsx",
12223
- "line": 311,
12243
+ "line": 312,
12224
12244
  "character": 55
12225
12245
  },
12226
12246
  "name": "CommandBarUI",
@@ -12233,7 +12253,7 @@
12233
12253
  "__schema": "TypeRefSchema",
12234
12254
  "location": {
12235
12255
  "filePath": "component.ui.runtime.tsx",
12236
- "line": 311,
12256
+ "line": 312,
12237
12257
  "character": 69
12238
12258
  },
12239
12259
  "name": "ReactRouterUI",
@@ -12251,7 +12271,7 @@
12251
12271
  "__schema": "ParameterSchema",
12252
12272
  "location": {
12253
12273
  "filePath": "component.ui.runtime.tsx",
12254
- "line": 312,
12274
+ "line": 313,
12255
12275
  "character": 5
12256
12276
  },
12257
12277
  "name": "config",
@@ -12259,7 +12279,7 @@
12259
12279
  "__schema": "TypeRefSchema",
12260
12280
  "location": {
12261
12281
  "filePath": "component.ui.runtime.tsx",
12262
- "line": 312,
12282
+ "line": 313,
12263
12283
  "character": 13
12264
12284
  },
12265
12285
  "name": "ComponentUIConfig",
@@ -12272,7 +12292,7 @@
12272
12292
  "__schema": "ParameterSchema",
12273
12293
  "location": {
12274
12294
  "filePath": "component.ui.runtime.tsx",
12275
- "line": 313,
12295
+ "line": 314,
12276
12296
  "character": 5
12277
12297
  },
12278
12298
  "name": "[ routeSlot, navSlot, consumeMethodSlot, widgetSlot, menuItemSlot, pageSlot, componentSearchResultSlot, rightSideMenuSlot ]",
@@ -12280,7 +12300,7 @@
12280
12300
  "__schema": "TupleTypeSchema",
12281
12301
  "location": {
12282
12302
  "filePath": "component.ui.runtime.tsx",
12283
- "line": 322,
12303
+ "line": 323,
12284
12304
  "character": 8
12285
12305
  },
12286
12306
  "elements": [
@@ -12288,7 +12308,7 @@
12288
12308
  "__schema": "TypeRefSchema",
12289
12309
  "location": {
12290
12310
  "filePath": "component.ui.runtime.tsx",
12291
- "line": 323,
12311
+ "line": 324,
12292
12312
  "character": 7
12293
12313
  },
12294
12314
  "name": "RouteSlot",
@@ -12302,7 +12322,7 @@
12302
12322
  "__schema": "TypeRefSchema",
12303
12323
  "location": {
12304
12324
  "filePath": "component.ui.runtime.tsx",
12305
- "line": 324,
12325
+ "line": 325,
12306
12326
  "character": 7
12307
12327
  },
12308
12328
  "name": "OrderedNavigationSlot",
@@ -12312,7 +12332,7 @@
12312
12332
  "__schema": "TypeRefSchema",
12313
12333
  "location": {
12314
12334
  "filePath": "component.ui.runtime.tsx",
12315
- "line": 325,
12335
+ "line": 326,
12316
12336
  "character": 7
12317
12337
  },
12318
12338
  "name": "ConsumeMethodSlot",
@@ -12322,7 +12342,7 @@
12322
12342
  "__schema": "TypeRefSchema",
12323
12343
  "location": {
12324
12344
  "filePath": "component.ui.runtime.tsx",
12325
- "line": 326,
12345
+ "line": 327,
12326
12346
  "character": 7
12327
12347
  },
12328
12348
  "name": "OrderedNavigationSlot",
@@ -12332,7 +12352,7 @@
12332
12352
  "__schema": "TypeRefSchema",
12333
12353
  "location": {
12334
12354
  "filePath": "component.ui.runtime.tsx",
12335
- "line": 327,
12355
+ "line": 328,
12336
12356
  "character": 7
12337
12357
  },
12338
12358
  "name": "MenuItemSlot",
@@ -12346,7 +12366,7 @@
12346
12366
  "__schema": "TypeRefSchema",
12347
12367
  "location": {
12348
12368
  "filePath": "component.ui.runtime.tsx",
12349
- "line": 328,
12369
+ "line": 329,
12350
12370
  "character": 7
12351
12371
  },
12352
12372
  "name": "ComponentPageSlot",
@@ -12356,7 +12376,7 @@
12356
12376
  "__schema": "TypeRefSchema",
12357
12377
  "location": {
12358
12378
  "filePath": "component.ui.runtime.tsx",
12359
- "line": 329,
12379
+ "line": 330,
12360
12380
  "character": 7
12361
12381
  },
12362
12382
  "name": "ComponentSearchResultSlot",
@@ -12366,7 +12386,7 @@
12366
12386
  "__schema": "TypeRefSchema",
12367
12387
  "location": {
12368
12388
  "filePath": "component.ui.runtime.tsx",
12369
- "line": 330,
12389
+ "line": 331,
12370
12390
  "character": 7
12371
12391
  },
12372
12392
  "name": "RightSideMenuSlot",
@@ -12382,7 +12402,7 @@
12382
12402
  "__schema": "InferenceTypeSchema",
12383
12403
  "location": {
12384
12404
  "filePath": "component.ui.runtime.tsx",
12385
- "line": 310,
12405
+ "line": 311,
12386
12406
  "character": 3
12387
12407
  },
12388
12408
  "type": "Promise<ComponentUI>"
@@ -13178,7 +13198,7 @@
13178
13198
  "__schema": "TypeSchema",
13179
13199
  "location": {
13180
13200
  "filePath": "ui/menu/nav-plugin.tsx",
13181
- "line": 34,
13201
+ "line": 35,
13182
13202
  "character": 1
13183
13203
  },
13184
13204
  "signature": "type ConsumePlugin = (props: ConsumePluginProps) => ConsumeMethod | undefined",
@@ -13187,7 +13207,7 @@
13187
13207
  "__schema": "FunctionLikeSchema",
13188
13208
  "location": {
13189
13209
  "filePath": "ui/menu/nav-plugin.tsx",
13190
- "line": 34,
13210
+ "line": 35,
13191
13211
  "character": 29
13192
13212
  },
13193
13213
  "signature": "(props: ConsumePluginProps): (component: teambit.ui-foundation/ui/use-box/menu) ConsumeMethod | undefined",
@@ -13197,7 +13217,7 @@
13197
13217
  "__schema": "ParameterSchema",
13198
13218
  "location": {
13199
13219
  "filePath": "ui/menu/nav-plugin.tsx",
13200
- "line": 34,
13220
+ "line": 35,
13201
13221
  "character": 30
13202
13222
  },
13203
13223
  "name": "props",
@@ -13205,7 +13225,7 @@
13205
13225
  "__schema": "TypeRefSchema",
13206
13226
  "location": {
13207
13227
  "filePath": "ui/menu/nav-plugin.tsx",
13208
- "line": 34,
13228
+ "line": 35,
13209
13229
  "character": 37
13210
13230
  },
13211
13231
  "name": "ConsumePluginProps",
@@ -13219,7 +13239,7 @@
13219
13239
  "__schema": "TypeUnionSchema",
13220
13240
  "location": {
13221
13241
  "filePath": "ui/menu/nav-plugin.tsx",
13222
- "line": 34,
13242
+ "line": 35,
13223
13243
  "character": 60
13224
13244
  },
13225
13245
  "types": [
@@ -13227,21 +13247,21 @@
13227
13247
  "__schema": "TypeRefSchema",
13228
13248
  "location": {
13229
13249
  "filePath": "ui/menu/nav-plugin.tsx",
13230
- "line": 34,
13250
+ "line": 35,
13231
13251
  "character": 60
13232
13252
  },
13233
13253
  "name": "ConsumeMethod",
13234
13254
  "componentId": {
13235
13255
  "scope": "teambit.ui-foundation",
13236
13256
  "name": "ui/use-box/menu",
13237
- "version": "1.0.11"
13257
+ "version": "1.0.12"
13238
13258
  }
13239
13259
  },
13240
13260
  {
13241
13261
  "__schema": "KeywordTypeSchema",
13242
13262
  "location": {
13243
13263
  "filePath": "ui/menu/nav-plugin.tsx",
13244
- "line": 34,
13264
+ "line": 35,
13245
13265
  "character": 76
13246
13266
  },
13247
13267
  "name": "undefined"
@@ -13746,41 +13766,41 @@
13746
13766
  "line": 38,
13747
13767
  "character": 30
13748
13768
  },
13749
- "signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, }: MenuProps): React.JSX.Element",
13769
+ "signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, authToken, }: MenuProps): React.JSX.Element",
13750
13770
  "name": "ComponentMenu",
13751
13771
  "exportNode": {
13752
13772
  "__schema": "ReactSchema",
13753
13773
  "location": {
13754
13774
  "filePath": "ui/menu/menu.tsx",
13755
- "line": 80,
13775
+ "line": 83,
13756
13776
  "character": 1
13757
13777
  },
13758
13778
  "doc": {
13759
13779
  "__schema": "DocSchema",
13760
13780
  "location": {
13761
13781
  "filePath": "ui/menu/menu.tsx",
13762
- "line": 77,
13782
+ "line": 80,
13763
13783
  "character": 1
13764
13784
  },
13765
13785
  "raw": "/**\n * top bar menu.\n */",
13766
13786
  "comment": "top bar menu.",
13767
13787
  "tags": []
13768
13788
  },
13769
- "signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, }: MenuProps): React.JSX.Element",
13789
+ "signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, authToken, }: MenuProps): React.JSX.Element",
13770
13790
  "name": "ComponentMenu",
13771
13791
  "props": {
13772
13792
  "__schema": "ParameterSchema",
13773
13793
  "location": {
13774
13794
  "filePath": "ui/menu/menu.tsx",
13775
- "line": 80,
13795
+ "line": 83,
13776
13796
  "character": 31
13777
13797
  },
13778
- "name": "{ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters }",
13798
+ "name": "{ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, authToken }",
13779
13799
  "type": {
13780
13800
  "__schema": "TypeRefSchema",
13781
13801
  "location": {
13782
13802
  "filePath": "ui/menu/menu.tsx",
13783
- "line": 94,
13803
+ "line": 98,
13784
13804
  "character": 4
13785
13805
  },
13786
13806
  "name": "MenuProps",
@@ -13792,7 +13812,7 @@
13792
13812
  "__schema": "InferenceTypeSchema",
13793
13813
  "location": {
13794
13814
  "filePath": "ui/menu/menu.tsx",
13795
- "line": 81,
13815
+ "line": 84,
13796
13816
  "character": 3
13797
13817
  },
13798
13818
  "name": "navigationSlot",
@@ -13803,7 +13823,7 @@
13803
13823
  "__schema": "InferenceTypeSchema",
13804
13824
  "location": {
13805
13825
  "filePath": "ui/menu/menu.tsx",
13806
- "line": 82,
13826
+ "line": 85,
13807
13827
  "character": 3
13808
13828
  },
13809
13829
  "name": "widgetSlot",
@@ -13814,7 +13834,7 @@
13814
13834
  "__schema": "InferenceTypeSchema",
13815
13835
  "location": {
13816
13836
  "filePath": "ui/menu/menu.tsx",
13817
- "line": 83,
13837
+ "line": 86,
13818
13838
  "character": 3
13819
13839
  },
13820
13840
  "name": "className",
@@ -13825,7 +13845,7 @@
13825
13845
  "__schema": "InferenceTypeSchema",
13826
13846
  "location": {
13827
13847
  "filePath": "ui/menu/menu.tsx",
13828
- "line": 84,
13848
+ "line": 87,
13829
13849
  "character": 3
13830
13850
  },
13831
13851
  "name": "host",
@@ -13836,7 +13856,7 @@
13836
13856
  "__schema": "InferenceTypeSchema",
13837
13857
  "location": {
13838
13858
  "filePath": "ui/menu/menu.tsx",
13839
- "line": 85,
13859
+ "line": 88,
13840
13860
  "character": 3
13841
13861
  },
13842
13862
  "name": "menuItemSlot",
@@ -13847,7 +13867,7 @@
13847
13867
  "__schema": "InferenceTypeSchema",
13848
13868
  "location": {
13849
13869
  "filePath": "ui/menu/menu.tsx",
13850
- "line": 86,
13870
+ "line": 89,
13851
13871
  "character": 3
13852
13872
  },
13853
13873
  "name": "consumeMethodSlot",
@@ -13858,7 +13878,7 @@
13858
13878
  "__schema": "InferenceTypeSchema",
13859
13879
  "location": {
13860
13880
  "filePath": "ui/menu/menu.tsx",
13861
- "line": 87,
13881
+ "line": 90,
13862
13882
  "character": 3
13863
13883
  },
13864
13884
  "name": "rightSideMenuSlot",
@@ -13869,7 +13889,7 @@
13869
13889
  "__schema": "InferenceTypeSchema",
13870
13890
  "location": {
13871
13891
  "filePath": "ui/menu/menu.tsx",
13872
- "line": 88,
13892
+ "line": 91,
13873
13893
  "character": 3
13874
13894
  },
13875
13895
  "name": "componentIdStr",
@@ -13880,7 +13900,7 @@
13880
13900
  "__schema": "InferenceTypeSchema",
13881
13901
  "location": {
13882
13902
  "filePath": "ui/menu/menu.tsx",
13883
- "line": 89,
13903
+ "line": 92,
13884
13904
  "character": 3
13885
13905
  },
13886
13906
  "name": "skipRightSide",
@@ -13891,7 +13911,7 @@
13891
13911
  "__schema": "InferenceTypeSchema",
13892
13912
  "location": {
13893
13913
  "filePath": "ui/menu/menu.tsx",
13894
- "line": 90,
13914
+ "line": 93,
13895
13915
  "character": 3
13896
13916
  },
13897
13917
  "name": "RightNode",
@@ -13902,7 +13922,7 @@
13902
13922
  "__schema": "InferenceTypeSchema",
13903
13923
  "location": {
13904
13924
  "filePath": "ui/menu/menu.tsx",
13905
- "line": 91,
13925
+ "line": 94,
13906
13926
  "character": 3
13907
13927
  },
13908
13928
  "name": "useComponent",
@@ -13913,7 +13933,7 @@
13913
13933
  "__schema": "InferenceTypeSchema",
13914
13934
  "location": {
13915
13935
  "filePath": "ui/menu/menu.tsx",
13916
- "line": 92,
13936
+ "line": 95,
13917
13937
  "character": 3
13918
13938
  },
13919
13939
  "name": "path",
@@ -13924,12 +13944,23 @@
13924
13944
  "__schema": "InferenceTypeSchema",
13925
13945
  "location": {
13926
13946
  "filePath": "ui/menu/menu.tsx",
13927
- "line": 93,
13947
+ "line": 96,
13928
13948
  "character": 3
13929
13949
  },
13930
13950
  "name": "useComponentFilters",
13931
13951
  "type": "(() => Filters) | undefined",
13932
13952
  "isSpread": false
13953
+ },
13954
+ {
13955
+ "__schema": "InferenceTypeSchema",
13956
+ "location": {
13957
+ "filePath": "ui/menu/menu.tsx",
13958
+ "line": 97,
13959
+ "character": 3
13960
+ },
13961
+ "name": "authToken",
13962
+ "type": "string | undefined",
13963
+ "isSpread": false
13933
13964
  }
13934
13965
  ],
13935
13966
  "isSpread": false
@@ -13938,7 +13969,7 @@
13938
13969
  "__schema": "TypeRefSchema",
13939
13970
  "location": {
13940
13971
  "filePath": "ui/menu/menu.tsx",
13941
- "line": 80,
13972
+ "line": 83,
13942
13973
  "character": 1
13943
13974
  },
13944
13975
  "name": "React.JSX.Element",
@@ -13962,7 +13993,7 @@
13962
13993
  "__schema": "ReactSchema",
13963
13994
  "location": {
13964
13995
  "filePath": "ui/menu/menu.tsx",
13965
- "line": 260,
13996
+ "line": 266,
13966
13997
  "character": 1
13967
13998
  },
13968
13999
  "signature": "function VersionRelatedDropdowns(props: VersionRelatedDropdownsProps): React.JSX.Element",
@@ -13971,7 +14002,7 @@
13971
14002
  "__schema": "ParameterSchema",
13972
14003
  "location": {
13973
14004
  "filePath": "ui/menu/menu.tsx",
13974
- "line": 260,
14005
+ "line": 266,
13975
14006
  "character": 41
13976
14007
  },
13977
14008
  "name": "props",
@@ -13979,7 +14010,7 @@
13979
14010
  "__schema": "TypeRefSchema",
13980
14011
  "location": {
13981
14012
  "filePath": "ui/menu/menu.tsx",
13982
- "line": 260,
14013
+ "line": 266,
13983
14014
  "character": 48
13984
14015
  },
13985
14016
  "name": "VersionRelatedDropdownsProps",
@@ -13992,7 +14023,7 @@
13992
14023
  "__schema": "TypeRefSchema",
13993
14024
  "location": {
13994
14025
  "filePath": "ui/menu/menu.tsx",
13995
- "line": 260,
14026
+ "line": 266,
13996
14027
  "character": 1
13997
14028
  },
13998
14029
  "name": "React.JSX.Element",
@@ -16668,7 +16699,7 @@
16668
16699
  "line": 5,
16669
16700
  "character": 1
16670
16701
  },
16671
- "signature": "type GetComponentsOptions = {\n useComponent?: UseComponentType | undefined;\n componentId?: string | (() => string | undefined) | undefined;\n useComponentFilters?: (() => Filters) | undefined;\n path?: string | undefined;\n skipRightSide?: boolean | undefined;\n RightNode?: React.ReactNode;\n className?: string | undefined;\n routes?: RouteProps[] | undefined;\n}",
16702
+ "signature": "type GetComponentsOptions = {\n useComponent?: UseComponentType | undefined;\n componentId?: string | (() => string | undefined) | undefined;\n useComponentFilters?: (() => Filters) | undefined;\n path?: string | undefined;\n skipRightSide?: boolean | undefined;\n RightNode?: React.ReactNode;\n className?: string | undefined;\n routes?: RouteProps[] | undefined;\n authToken?: string | undefined;\n}",
16672
16703
  "name": "GetComponentsOptions",
16673
16704
  "type": {
16674
16705
  "__schema": "TypeLiteralSchema",
@@ -16916,6 +16947,26 @@
16916
16947
  }
16917
16948
  },
16918
16949
  "isOptional": true
16950
+ },
16951
+ {
16952
+ "__schema": "VariableLikeSchema",
16953
+ "location": {
16954
+ "filePath": "get-component-opts.ts",
16955
+ "line": 14,
16956
+ "character": 3
16957
+ },
16958
+ "signature": "(property) authToken?: string | undefined",
16959
+ "name": "authToken",
16960
+ "type": {
16961
+ "__schema": "KeywordTypeSchema",
16962
+ "location": {
16963
+ "filePath": "get-component-opts.ts",
16964
+ "line": 14,
16965
+ "character": 15
16966
+ },
16967
+ "name": "string"
16968
+ },
16969
+ "isOptional": true
16919
16970
  }
16920
16971
  ]
16921
16972
  }
@@ -20109,7 +20160,7 @@
20109
20160
  "componentId": {
20110
20161
  "scope": "teambit.component",
20111
20162
  "name": "sources",
20112
- "version": "0.0.42"
20163
+ "version": "0.0.43"
20113
20164
  }
20114
20165
  }
20115
20166
  },
@@ -20207,7 +20258,7 @@
20207
20258
  "componentId": {
20208
20259
  "scope": "teambit.component",
20209
20260
  "name": "sources",
20210
- "version": "0.0.42"
20261
+ "version": "0.0.43"
20211
20262
  }
20212
20263
  }
20213
20264
  },
@@ -20331,7 +20382,7 @@
20331
20382
  "componentId": {
20332
20383
  "scope": "teambit.component",
20333
20384
  "name": "sources",
20334
- "version": "0.0.42"
20385
+ "version": "0.0.43"
20335
20386
  }
20336
20387
  }
20337
20388
  },
@@ -20376,7 +20427,7 @@
20376
20427
  "_legacy": {
20377
20428
  "scope": "teambit.component",
20378
20429
  "name": "component",
20379
- "version": "1.0.453"
20430
+ "version": "1.0.455"
20380
20431
  },
20381
20432
  "_scope": "teambit.component"
20382
20433
  }
@@ -25951,7 +26002,7 @@
25951
26002
  "_legacy": {
25952
26003
  "scope": "teambit.component",
25953
26004
  "name": "component",
25954
- "version": "1.0.453"
26005
+ "version": "1.0.455"
25955
26006
  },
25956
26007
  "_scope": "teambit.component"
25957
26008
  }
@@ -27678,7 +27729,7 @@
27678
27729
  "__schema": "FunctionLikeSchema",
27679
27730
  "location": {
27680
27731
  "filePath": "component.ui.runtime.tsx",
27681
- "line": 243,
27732
+ "line": 244,
27682
27733
  "character": 3
27683
27734
  },
27684
27735
  "signature": "(method) ComponentUI.listMenuItems(): Dictionary<MenuItem[]>",
@@ -27688,7 +27739,7 @@
27688
27739
  "__schema": "InferenceTypeSchema",
27689
27740
  "location": {
27690
27741
  "filePath": "component.ui.runtime.tsx",
27691
- "line": 243,
27742
+ "line": 244,
27692
27743
  "character": 3
27693
27744
  },
27694
27745
  "type": "Dictionary<MenuItem[]>"
@@ -27699,7 +27750,7 @@
27699
27750
  "__schema": "FunctionLikeSchema",
27700
27751
  "location": {
27701
27752
  "filePath": "component.ui.runtime.tsx",
27702
- "line": 248,
27753
+ "line": 249,
27703
27754
  "character": 3
27704
27755
  },
27705
27756
  "signature": "(method) ComponentUI.registerRoute(routes: RouteProps[] | RouteProps): this",
@@ -27709,7 +27760,7 @@
27709
27760
  "__schema": "ParameterSchema",
27710
27761
  "location": {
27711
27762
  "filePath": "component.ui.runtime.tsx",
27712
- "line": 248,
27763
+ "line": 249,
27713
27764
  "character": 17
27714
27765
  },
27715
27766
  "name": "routes",
@@ -27717,7 +27768,7 @@
27717
27768
  "__schema": "TypeUnionSchema",
27718
27769
  "location": {
27719
27770
  "filePath": "component.ui.runtime.tsx",
27720
- "line": 248,
27771
+ "line": 249,
27721
27772
  "character": 25
27722
27773
  },
27723
27774
  "types": [
@@ -27725,14 +27776,14 @@
27725
27776
  "__schema": "TypeArraySchema",
27726
27777
  "location": {
27727
27778
  "filePath": "component.ui.runtime.tsx",
27728
- "line": 248,
27779
+ "line": 249,
27729
27780
  "character": 25
27730
27781
  },
27731
27782
  "type": {
27732
27783
  "__schema": "TypeRefSchema",
27733
27784
  "location": {
27734
27785
  "filePath": "component.ui.runtime.tsx",
27735
- "line": 248,
27786
+ "line": 249,
27736
27787
  "character": 25
27737
27788
  },
27738
27789
  "name": "RouteProps",
@@ -27743,7 +27794,7 @@
27743
27794
  "__schema": "TypeRefSchema",
27744
27795
  "location": {
27745
27796
  "filePath": "component.ui.runtime.tsx",
27746
- "line": 248,
27797
+ "line": 249,
27747
27798
  "character": 40
27748
27799
  },
27749
27800
  "name": "RouteProps",
@@ -27759,7 +27810,7 @@
27759
27810
  "__schema": "TypeRefSchema",
27760
27811
  "location": {
27761
27812
  "filePath": "component.ui.runtime.tsx",
27762
- "line": 248,
27813
+ "line": 249,
27763
27814
  "character": 3
27764
27815
  },
27765
27816
  "name": "ComponentUI"
@@ -27770,7 +27821,7 @@
27770
27821
  "__schema": "FunctionLikeSchema",
27771
27822
  "location": {
27772
27823
  "filePath": "component.ui.runtime.tsx",
27773
- "line": 253,
27824
+ "line": 254,
27774
27825
  "character": 3
27775
27826
  },
27776
27827
  "signature": "(method) ComponentUI.registerNavigation(nav: LinkProps, order?: number): void",
@@ -27780,7 +27831,7 @@
27780
27831
  "__schema": "ParameterSchema",
27781
27832
  "location": {
27782
27833
  "filePath": "component.ui.runtime.tsx",
27783
- "line": 253,
27834
+ "line": 254,
27784
27835
  "character": 22
27785
27836
  },
27786
27837
  "name": "nav",
@@ -27788,7 +27839,7 @@
27788
27839
  "__schema": "TypeRefSchema",
27789
27840
  "location": {
27790
27841
  "filePath": "component.ui.runtime.tsx",
27791
- "line": 253,
27842
+ "line": 254,
27792
27843
  "character": 27
27793
27844
  },
27794
27845
  "name": "LinkProps",
@@ -27805,7 +27856,7 @@
27805
27856
  "__schema": "ParameterSchema",
27806
27857
  "location": {
27807
27858
  "filePath": "component.ui.runtime.tsx",
27808
- "line": 253,
27859
+ "line": 254,
27809
27860
  "character": 38
27810
27861
  },
27811
27862
  "name": "order",
@@ -27813,7 +27864,7 @@
27813
27864
  "__schema": "KeywordTypeSchema",
27814
27865
  "location": {
27815
27866
  "filePath": "component.ui.runtime.tsx",
27816
- "line": 253,
27867
+ "line": 254,
27817
27868
  "character": 46
27818
27869
  },
27819
27870
  "name": "number"
@@ -27826,7 +27877,7 @@
27826
27877
  "__schema": "InferenceTypeSchema",
27827
27878
  "location": {
27828
27879
  "filePath": "component.ui.runtime.tsx",
27829
- "line": 253,
27880
+ "line": 254,
27830
27881
  "character": 3
27831
27882
  },
27832
27883
  "type": "void"
@@ -27837,7 +27888,7 @@
27837
27888
  "__schema": "FunctionLikeSchema",
27838
27889
  "location": {
27839
27890
  "filePath": "component.ui.runtime.tsx",
27840
- "line": 260,
27891
+ "line": 261,
27841
27892
  "character": 3
27842
27893
  },
27843
27894
  "signature": "(method) ComponentUI.registerConsumeMethod(...consumeMethods: ConsumePlugin[]): void",
@@ -27847,7 +27898,7 @@
27847
27898
  "__schema": "ParameterSchema",
27848
27899
  "location": {
27849
27900
  "filePath": "component.ui.runtime.tsx",
27850
- "line": 260,
27901
+ "line": 261,
27851
27902
  "character": 25
27852
27903
  },
27853
27904
  "name": "consumeMethods",
@@ -27855,14 +27906,14 @@
27855
27906
  "__schema": "TypeArraySchema",
27856
27907
  "location": {
27857
27908
  "filePath": "component.ui.runtime.tsx",
27858
- "line": 260,
27909
+ "line": 261,
27859
27910
  "character": 44
27860
27911
  },
27861
27912
  "type": {
27862
27913
  "__schema": "TypeRefSchema",
27863
27914
  "location": {
27864
27915
  "filePath": "component.ui.runtime.tsx",
27865
- "line": 260,
27916
+ "line": 261,
27866
27917
  "character": 44
27867
27918
  },
27868
27919
  "name": "ConsumePlugin"
@@ -27876,7 +27927,7 @@
27876
27927
  "__schema": "InferenceTypeSchema",
27877
27928
  "location": {
27878
27929
  "filePath": "component.ui.runtime.tsx",
27879
- "line": 260,
27930
+ "line": 261,
27880
27931
  "character": 3
27881
27932
  },
27882
27933
  "type": "void"
@@ -27887,7 +27938,7 @@
27887
27938
  "__schema": "FunctionLikeSchema",
27888
27939
  "location": {
27889
27940
  "filePath": "component.ui.runtime.tsx",
27890
- "line": 264,
27941
+ "line": 265,
27891
27942
  "character": 3
27892
27943
  },
27893
27944
  "signature": "(method) ComponentUI.registerWidget(widget: LinkProps, order?: number): void",
@@ -27897,7 +27948,7 @@
27897
27948
  "__schema": "ParameterSchema",
27898
27949
  "location": {
27899
27950
  "filePath": "component.ui.runtime.tsx",
27900
- "line": 264,
27951
+ "line": 265,
27901
27952
  "character": 18
27902
27953
  },
27903
27954
  "name": "widget",
@@ -27905,7 +27956,7 @@
27905
27956
  "__schema": "TypeRefSchema",
27906
27957
  "location": {
27907
27958
  "filePath": "component.ui.runtime.tsx",
27908
- "line": 264,
27959
+ "line": 265,
27909
27960
  "character": 26
27910
27961
  },
27911
27962
  "name": "LinkProps",
@@ -27922,7 +27973,7 @@
27922
27973
  "__schema": "ParameterSchema",
27923
27974
  "location": {
27924
27975
  "filePath": "component.ui.runtime.tsx",
27925
- "line": 264,
27976
+ "line": 265,
27926
27977
  "character": 37
27927
27978
  },
27928
27979
  "name": "order",
@@ -27930,7 +27981,7 @@
27930
27981
  "__schema": "KeywordTypeSchema",
27931
27982
  "location": {
27932
27983
  "filePath": "component.ui.runtime.tsx",
27933
- "line": 264,
27984
+ "line": 265,
27934
27985
  "character": 45
27935
27986
  },
27936
27987
  "name": "number"
@@ -27943,7 +27994,7 @@
27943
27994
  "__schema": "InferenceTypeSchema",
27944
27995
  "location": {
27945
27996
  "filePath": "component.ui.runtime.tsx",
27946
- "line": 264,
27997
+ "line": 265,
27947
27998
  "character": 3
27948
27999
  },
27949
28000
  "type": "void"
@@ -27954,7 +28005,7 @@
27954
28005
  "__schema": "FunctionLikeSchema",
27955
28006
  "location": {
27956
28007
  "filePath": "component.ui.runtime.tsx",
27957
- "line": 268,
28008
+ "line": 269,
27958
28009
  "character": 3
27959
28010
  },
27960
28011
  "signature": "(method) ComponentUI.registerRightSideMenuItem(...rightSideMenuItem: RightSideMenuItem[]): void",
@@ -27964,7 +28015,7 @@
27964
28015
  "__schema": "ParameterSchema",
27965
28016
  "location": {
27966
28017
  "filePath": "component.ui.runtime.tsx",
27967
- "line": 268,
28018
+ "line": 269,
27968
28019
  "character": 29
27969
28020
  },
27970
28021
  "name": "rightSideMenuItem",
@@ -27972,14 +28023,14 @@
27972
28023
  "__schema": "TypeArraySchema",
27973
28024
  "location": {
27974
28025
  "filePath": "component.ui.runtime.tsx",
27975
- "line": 268,
28026
+ "line": 269,
27976
28027
  "character": 51
27977
28028
  },
27978
28029
  "type": {
27979
28030
  "__schema": "TypeRefSchema",
27980
28031
  "location": {
27981
28032
  "filePath": "component.ui.runtime.tsx",
27982
- "line": 268,
28033
+ "line": 269,
27983
28034
  "character": 51
27984
28035
  },
27985
28036
  "name": "RightSideMenuItem",
@@ -27994,7 +28045,7 @@
27994
28045
  "__schema": "InferenceTypeSchema",
27995
28046
  "location": {
27996
28047
  "filePath": "component.ui.runtime.tsx",
27997
- "line": 268,
28048
+ "line": 269,
27998
28049
  "character": 3
27999
28050
  },
28000
28051
  "type": "void"
@@ -28005,7 +28056,7 @@
28005
28056
  "__schema": "VariableLikeSchema",
28006
28057
  "location": {
28007
28058
  "filePath": "component.ui.runtime.tsx",
28008
- "line": 272,
28059
+ "line": 273,
28009
28060
  "character": 3
28010
28061
  },
28011
28062
  "signature": "(property) ComponentUI.registerMenuItem: (menuItems: MenuItem[]) => void",
@@ -28014,7 +28065,7 @@
28014
28065
  "__schema": "InferenceTypeSchema",
28015
28066
  "location": {
28016
28067
  "filePath": "component.ui.runtime.tsx",
28017
- "line": 272,
28068
+ "line": 273,
28018
28069
  "character": 3
28019
28070
  },
28020
28071
  "type": "(menuItems: MenuItem[]) => void"
@@ -28026,7 +28077,7 @@
28026
28077
  "__schema": "VariableLikeSchema",
28027
28078
  "location": {
28028
28079
  "filePath": "component.ui.runtime.tsx",
28029
- "line": 276,
28080
+ "line": 277,
28030
28081
  "character": 3
28031
28082
  },
28032
28083
  "signature": "(property) ComponentUI.registerPageItem: (...items: ComponentPageElement[]) => void",
@@ -28035,7 +28086,7 @@
28035
28086
  "__schema": "InferenceTypeSchema",
28036
28087
  "location": {
28037
28088
  "filePath": "component.ui.runtime.tsx",
28038
- "line": 276,
28089
+ "line": 277,
28039
28090
  "character": 3
28040
28091
  },
28041
28092
  "type": "(...items: ComponentPageElement[]) => void"
@@ -28047,14 +28098,14 @@
28047
28098
  "__schema": "VariableLikeSchema",
28048
28099
  "location": {
28049
28100
  "filePath": "component.ui.runtime.tsx",
28050
- "line": 281,
28101
+ "line": 282,
28051
28102
  "character": 3
28052
28103
  },
28053
28104
  "doc": {
28054
28105
  "__schema": "DocSchema",
28055
28106
  "location": {
28056
28107
  "filePath": "component.ui.runtime.tsx",
28057
- "line": 280,
28108
+ "line": 281,
28058
28109
  "character": 3
28059
28110
  },
28060
28111
  "raw": "/** register widgets to the components listed in the command bar */",
@@ -28067,7 +28118,7 @@
28067
28118
  "__schema": "InferenceTypeSchema",
28068
28119
  "location": {
28069
28120
  "filePath": "component.ui.runtime.tsx",
28070
- "line": 281,
28121
+ "line": 282,
28071
28122
  "character": 3
28072
28123
  },
28073
28124
  "type": "(...items: ComponentResultPlugin[]) => void"
@@ -28079,7 +28130,7 @@
28079
28130
  "__schema": "VariableLikeSchema",
28080
28131
  "location": {
28081
28132
  "filePath": "component.ui.runtime.tsx",
28082
- "line": 288,
28133
+ "line": 289,
28083
28134
  "character": 3
28084
28135
  },
28085
28136
  "signature": "(property) ComponentUI.updateComponents: (components: ComponentModel[]) => void",
@@ -28088,7 +28139,7 @@
28088
28139
  "__schema": "InferenceTypeSchema",
28089
28140
  "location": {
28090
28141
  "filePath": "component.ui.runtime.tsx",
28091
- "line": 288,
28142
+ "line": 289,
28092
28143
  "character": 3
28093
28144
  },
28094
28145
  "type": "(components: ComponentModel[]) => void"
@@ -28100,7 +28151,7 @@
28100
28151
  "__schema": "VariableLikeSchema",
28101
28152
  "location": {
28102
28153
  "filePath": "component.ui.runtime.tsx",
28103
- "line": 292,
28154
+ "line": 293,
28104
28155
  "character": 3
28105
28156
  },
28106
28157
  "signature": "(property) ComponentUI.dependencies: Aspect[]",
@@ -28109,7 +28160,7 @@
28109
28160
  "__schema": "InferenceTypeSchema",
28110
28161
  "location": {
28111
28162
  "filePath": "component.ui.runtime.tsx",
28112
- "line": 292,
28163
+ "line": 293,
28113
28164
  "character": 3
28114
28165
  },
28115
28166
  "type": "Aspect[]"
@@ -28121,7 +28172,7 @@
28121
28172
  "__schema": "VariableLikeSchema",
28122
28173
  "location": {
28123
28174
  "filePath": "component.ui.runtime.tsx",
28124
- "line": 294,
28175
+ "line": 295,
28125
28176
  "character": 3
28126
28177
  },
28127
28178
  "signature": "(property) ComponentUI.runtime: RuntimeDefinition",
@@ -28130,7 +28181,7 @@
28130
28181
  "__schema": "InferenceTypeSchema",
28131
28182
  "location": {
28132
28183
  "filePath": "component.ui.runtime.tsx",
28133
- "line": 294,
28184
+ "line": 295,
28134
28185
  "character": 3
28135
28186
  },
28136
28187
  "type": "RuntimeDefinition"
@@ -28142,7 +28193,7 @@
28142
28193
  "__schema": "VariableLikeSchema",
28143
28194
  "location": {
28144
28195
  "filePath": "component.ui.runtime.tsx",
28145
- "line": 296,
28196
+ "line": 297,
28146
28197
  "character": 3
28147
28198
  },
28148
28199
  "signature": "(property) ComponentUI.slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<...>) | ... 4 more ... | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -28151,7 +28202,7 @@
28151
28202
  "__schema": "InferenceTypeSchema",
28152
28203
  "location": {
28153
28204
  "filePath": "component.ui.runtime.tsx",
28154
- "line": 296,
28205
+ "line": 297,
28155
28206
  "character": 3
28156
28207
  },
28157
28208
  "type": "(((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<...>) | ... 4 more ... | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -28163,7 +28214,7 @@
28163
28214
  "__schema": "VariableLikeSchema",
28164
28215
  "location": {
28165
28216
  "filePath": "component.ui.runtime.tsx",
28166
- "line": 306,
28217
+ "line": 307,
28167
28218
  "character": 3
28168
28219
  },
28169
28220
  "signature": "(property) ComponentUI.defaultConfig: ComponentUIConfig",
@@ -28172,7 +28223,7 @@
28172
28223
  "__schema": "TypeRefSchema",
28173
28224
  "location": {
28174
28225
  "filePath": "component.ui.runtime.tsx",
28175
- "line": 306,
28226
+ "line": 307,
28176
28227
  "character": 3
28177
28228
  },
28178
28229
  "name": "ComponentUIConfig",
@@ -28185,7 +28236,7 @@
28185
28236
  "__schema": "FunctionLikeSchema",
28186
28237
  "location": {
28187
28238
  "filePath": "component.ui.runtime.tsx",
28188
- "line": 310,
28239
+ "line": 311,
28189
28240
  "character": 3
28190
28241
  },
28191
28242
  "signature": "(method) ComponentUI.provider([pubsub, commandBarUI, reactRouterUI]: [PubsubUI, CommandBarUI, ReactRouterUI], config: ComponentUIConfig, [routeSlot, navSlot, consumeMethodSlot, widgetSlot, menuItemSlot, pageSlot, componentSearchResultSlot, rightSideMenuSlot,]: [\n RouteSlot,\n OrderedNavigationSlot,\n ConsumeMethodSlot,\n OrderedNavigationSlot,\n MenuItemSlot,\n ComponentPageSlot,\n ComponentSearchResultSlot,\n RightSideMenuSlot\n]): Promise<ComponentUI>",
@@ -28195,7 +28246,7 @@
28195
28246
  "__schema": "ParameterSchema",
28196
28247
  "location": {
28197
28248
  "filePath": "component.ui.runtime.tsx",
28198
- "line": 311,
28249
+ "line": 312,
28199
28250
  "character": 5
28200
28251
  },
28201
28252
  "name": "[ pubsub, commandBarUI, reactRouterUI ]",
@@ -28203,7 +28254,7 @@
28203
28254
  "__schema": "TupleTypeSchema",
28204
28255
  "location": {
28205
28256
  "filePath": "component.ui.runtime.tsx",
28206
- "line": 311,
28257
+ "line": 312,
28207
28258
  "character": 44
28208
28259
  },
28209
28260
  "elements": [
@@ -28211,7 +28262,7 @@
28211
28262
  "__schema": "TypeRefSchema",
28212
28263
  "location": {
28213
28264
  "filePath": "component.ui.runtime.tsx",
28214
- "line": 311,
28265
+ "line": 312,
28215
28266
  "character": 45
28216
28267
  },
28217
28268
  "name": "PubsubUI",
@@ -28224,7 +28275,7 @@
28224
28275
  "__schema": "TypeRefSchema",
28225
28276
  "location": {
28226
28277
  "filePath": "component.ui.runtime.tsx",
28227
- "line": 311,
28278
+ "line": 312,
28228
28279
  "character": 55
28229
28280
  },
28230
28281
  "name": "CommandBarUI",
@@ -28237,7 +28288,7 @@
28237
28288
  "__schema": "TypeRefSchema",
28238
28289
  "location": {
28239
28290
  "filePath": "component.ui.runtime.tsx",
28240
- "line": 311,
28291
+ "line": 312,
28241
28292
  "character": 69
28242
28293
  },
28243
28294
  "name": "ReactRouterUI",
@@ -28255,7 +28306,7 @@
28255
28306
  "__schema": "ParameterSchema",
28256
28307
  "location": {
28257
28308
  "filePath": "component.ui.runtime.tsx",
28258
- "line": 312,
28309
+ "line": 313,
28259
28310
  "character": 5
28260
28311
  },
28261
28312
  "name": "config",
@@ -28263,7 +28314,7 @@
28263
28314
  "__schema": "TypeRefSchema",
28264
28315
  "location": {
28265
28316
  "filePath": "component.ui.runtime.tsx",
28266
- "line": 312,
28317
+ "line": 313,
28267
28318
  "character": 13
28268
28319
  },
28269
28320
  "name": "ComponentUIConfig",
@@ -28276,7 +28327,7 @@
28276
28327
  "__schema": "ParameterSchema",
28277
28328
  "location": {
28278
28329
  "filePath": "component.ui.runtime.tsx",
28279
- "line": 313,
28330
+ "line": 314,
28280
28331
  "character": 5
28281
28332
  },
28282
28333
  "name": "[ routeSlot, navSlot, consumeMethodSlot, widgetSlot, menuItemSlot, pageSlot, componentSearchResultSlot, rightSideMenuSlot ]",
@@ -28284,7 +28335,7 @@
28284
28335
  "__schema": "TupleTypeSchema",
28285
28336
  "location": {
28286
28337
  "filePath": "component.ui.runtime.tsx",
28287
- "line": 322,
28338
+ "line": 323,
28288
28339
  "character": 8
28289
28340
  },
28290
28341
  "elements": [
@@ -28292,7 +28343,7 @@
28292
28343
  "__schema": "TypeRefSchema",
28293
28344
  "location": {
28294
28345
  "filePath": "component.ui.runtime.tsx",
28295
- "line": 323,
28346
+ "line": 324,
28296
28347
  "character": 7
28297
28348
  },
28298
28349
  "name": "RouteSlot",
@@ -28306,7 +28357,7 @@
28306
28357
  "__schema": "TypeRefSchema",
28307
28358
  "location": {
28308
28359
  "filePath": "component.ui.runtime.tsx",
28309
- "line": 324,
28360
+ "line": 325,
28310
28361
  "character": 7
28311
28362
  },
28312
28363
  "name": "OrderedNavigationSlot",
@@ -28316,7 +28367,7 @@
28316
28367
  "__schema": "TypeRefSchema",
28317
28368
  "location": {
28318
28369
  "filePath": "component.ui.runtime.tsx",
28319
- "line": 325,
28370
+ "line": 326,
28320
28371
  "character": 7
28321
28372
  },
28322
28373
  "name": "ConsumeMethodSlot",
@@ -28326,7 +28377,7 @@
28326
28377
  "__schema": "TypeRefSchema",
28327
28378
  "location": {
28328
28379
  "filePath": "component.ui.runtime.tsx",
28329
- "line": 326,
28380
+ "line": 327,
28330
28381
  "character": 7
28331
28382
  },
28332
28383
  "name": "OrderedNavigationSlot",
@@ -28336,7 +28387,7 @@
28336
28387
  "__schema": "TypeRefSchema",
28337
28388
  "location": {
28338
28389
  "filePath": "component.ui.runtime.tsx",
28339
- "line": 327,
28390
+ "line": 328,
28340
28391
  "character": 7
28341
28392
  },
28342
28393
  "name": "MenuItemSlot",
@@ -28350,7 +28401,7 @@
28350
28401
  "__schema": "TypeRefSchema",
28351
28402
  "location": {
28352
28403
  "filePath": "component.ui.runtime.tsx",
28353
- "line": 328,
28404
+ "line": 329,
28354
28405
  "character": 7
28355
28406
  },
28356
28407
  "name": "ComponentPageSlot",
@@ -28360,7 +28411,7 @@
28360
28411
  "__schema": "TypeRefSchema",
28361
28412
  "location": {
28362
28413
  "filePath": "component.ui.runtime.tsx",
28363
- "line": 329,
28414
+ "line": 330,
28364
28415
  "character": 7
28365
28416
  },
28366
28417
  "name": "ComponentSearchResultSlot",
@@ -28370,7 +28421,7 @@
28370
28421
  "__schema": "TypeRefSchema",
28371
28422
  "location": {
28372
28423
  "filePath": "component.ui.runtime.tsx",
28373
- "line": 330,
28424
+ "line": 331,
28374
28425
  "character": 7
28375
28426
  },
28376
28427
  "name": "RightSideMenuSlot",
@@ -28386,7 +28437,7 @@
28386
28437
  "__schema": "InferenceTypeSchema",
28387
28438
  "location": {
28388
28439
  "filePath": "component.ui.runtime.tsx",
28389
- "line": 310,
28440
+ "line": 311,
28390
28441
  "character": 3
28391
28442
  },
28392
28443
  "type": "Promise<ComponentUI>"
@@ -28404,7 +28455,7 @@
28404
28455
  "__schema": "UnImplementedSchema",
28405
28456
  "location": {
28406
28457
  "filePath": "component.ui.runtime.tsx",
28407
- "line": 369,
28458
+ "line": 370,
28408
28459
  "character": 16
28409
28460
  },
28410
28461
  "name": "ComponentUI",
@@ -28416,7 +28467,7 @@
28416
28467
  "__schema": "UnImplementedSchema",
28417
28468
  "location": {
28418
28469
  "filePath": "component.ui.runtime.tsx",
28419
- "line": 371,
28470
+ "line": 372,
28420
28471
  "character": 1
28421
28472
  },
28422
28473
  "name": "ComponentAspect.addRuntime(ComponentUI);",
@@ -29261,7 +29312,7 @@
29261
29312
  "line": 25,
29262
29313
  "character": 1
29263
29314
  },
29264
- "signature": "type ConsumePluginProps = {\n id: ComponentID;\n packageName: string;\n latest?: string | undefined;\n componentModel?: ComponentModel | undefined;\n options?: ConsumePluginOptions | undefined;\n}",
29315
+ "signature": "type ConsumePluginProps = {\n id: ComponentID;\n packageName: string;\n latest?: string | undefined;\n componentModel?: ComponentModel | undefined;\n options?: ConsumePluginOptions | undefined;\n authToken?: string | undefined;\n}",
29265
29316
  "name": "ConsumePluginProps",
29266
29317
  "type": {
29267
29318
  "__schema": "TypeLiteralSchema",
@@ -29376,6 +29427,26 @@
29376
29427
  "internalFilePath": "ui/menu/nav-plugin.tsx"
29377
29428
  },
29378
29429
  "isOptional": true
29430
+ },
29431
+ {
29432
+ "__schema": "VariableLikeSchema",
29433
+ "location": {
29434
+ "filePath": "ui/menu/nav-plugin.tsx",
29435
+ "line": 32,
29436
+ "character": 3
29437
+ },
29438
+ "signature": "(property) authToken?: string | undefined",
29439
+ "name": "authToken",
29440
+ "type": {
29441
+ "__schema": "KeywordTypeSchema",
29442
+ "location": {
29443
+ "filePath": "ui/menu/nav-plugin.tsx",
29444
+ "line": 32,
29445
+ "character": 15
29446
+ },
29447
+ "name": "string"
29448
+ },
29449
+ "isOptional": true
29379
29450
  }
29380
29451
  ]
29381
29452
  }
@@ -29384,7 +29455,7 @@
29384
29455
  "__schema": "TypeSchema",
29385
29456
  "location": {
29386
29457
  "filePath": "ui/menu/nav-plugin.tsx",
29387
- "line": 34,
29458
+ "line": 35,
29388
29459
  "character": 1
29389
29460
  },
29390
29461
  "signature": "type ConsumePlugin = (props: ConsumePluginProps) => ConsumeMethod | undefined",
@@ -29393,7 +29464,7 @@
29393
29464
  "__schema": "FunctionLikeSchema",
29394
29465
  "location": {
29395
29466
  "filePath": "ui/menu/nav-plugin.tsx",
29396
- "line": 34,
29467
+ "line": 35,
29397
29468
  "character": 29
29398
29469
  },
29399
29470
  "signature": "(props: ConsumePluginProps): (component: teambit.ui-foundation/ui/use-box/menu) ConsumeMethod | undefined",
@@ -29403,7 +29474,7 @@
29403
29474
  "__schema": "ParameterSchema",
29404
29475
  "location": {
29405
29476
  "filePath": "ui/menu/nav-plugin.tsx",
29406
- "line": 34,
29477
+ "line": 35,
29407
29478
  "character": 30
29408
29479
  },
29409
29480
  "name": "props",
@@ -29411,7 +29482,7 @@
29411
29482
  "__schema": "TypeRefSchema",
29412
29483
  "location": {
29413
29484
  "filePath": "ui/menu/nav-plugin.tsx",
29414
- "line": 34,
29485
+ "line": 35,
29415
29486
  "character": 37
29416
29487
  },
29417
29488
  "name": "ConsumePluginProps",
@@ -29425,7 +29496,7 @@
29425
29496
  "__schema": "TypeUnionSchema",
29426
29497
  "location": {
29427
29498
  "filePath": "ui/menu/nav-plugin.tsx",
29428
- "line": 34,
29499
+ "line": 35,
29429
29500
  "character": 60
29430
29501
  },
29431
29502
  "types": [
@@ -29433,21 +29504,21 @@
29433
29504
  "__schema": "TypeRefSchema",
29434
29505
  "location": {
29435
29506
  "filePath": "ui/menu/nav-plugin.tsx",
29436
- "line": 34,
29507
+ "line": 35,
29437
29508
  "character": 60
29438
29509
  },
29439
29510
  "name": "ConsumeMethod",
29440
29511
  "componentId": {
29441
29512
  "scope": "teambit.ui-foundation",
29442
29513
  "name": "ui/use-box/menu",
29443
- "version": "1.0.11"
29514
+ "version": "1.0.12"
29444
29515
  }
29445
29516
  },
29446
29517
  {
29447
29518
  "__schema": "KeywordTypeSchema",
29448
29519
  "location": {
29449
29520
  "filePath": "ui/menu/nav-plugin.tsx",
29450
- "line": 34,
29521
+ "line": 35,
29451
29522
  "character": 76
29452
29523
  },
29453
29524
  "name": "undefined"
@@ -29461,7 +29532,7 @@
29461
29532
  "__schema": "TypeSchema",
29462
29533
  "location": {
29463
29534
  "filePath": "ui/menu/nav-plugin.tsx",
29464
- "line": 36,
29535
+ "line": 37,
29465
29536
  "character": 1
29466
29537
  },
29467
29538
  "signature": "type ConsumeMethodSlot = SlotRegistry<ConsumePlugin[]>",
@@ -29470,7 +29541,7 @@
29470
29541
  "__schema": "TypeRefSchema",
29471
29542
  "location": {
29472
29543
  "filePath": "ui/menu/nav-plugin.tsx",
29473
- "line": 36,
29544
+ "line": 37,
29474
29545
  "character": 33
29475
29546
  },
29476
29547
  "name": "SlotRegistry",
@@ -29484,14 +29555,14 @@
29484
29555
  "__schema": "TypeArraySchema",
29485
29556
  "location": {
29486
29557
  "filePath": "ui/menu/nav-plugin.tsx",
29487
- "line": 36,
29558
+ "line": 37,
29488
29559
  "character": 46
29489
29560
  },
29490
29561
  "type": {
29491
29562
  "__schema": "TypeRefSchema",
29492
29563
  "location": {
29493
29564
  "filePath": "ui/menu/nav-plugin.tsx",
29494
- "line": 36,
29565
+ "line": 37,
29495
29566
  "character": 46
29496
29567
  },
29497
29568
  "name": "ConsumePlugin"
@@ -30165,7 +30236,7 @@
30165
30236
  "__schema": "TypeSchema",
30166
30237
  "location": {
30167
30238
  "filePath": "ui/menu/menu.tsx",
30168
- "line": 23,
30239
+ "line": 24,
30169
30240
  "character": 1
30170
30241
  },
30171
30242
  "signature": "type RightSideMenuItem = {\n item: ReactNode;\n order: number;\n}",
@@ -30174,7 +30245,7 @@
30174
30245
  "__schema": "TypeLiteralSchema",
30175
30246
  "location": {
30176
30247
  "filePath": "ui/menu/menu.tsx",
30177
- "line": 23,
30248
+ "line": 24,
30178
30249
  "character": 33
30179
30250
  },
30180
30251
  "members": [
@@ -30182,7 +30253,7 @@
30182
30253
  "__schema": "VariableLikeSchema",
30183
30254
  "location": {
30184
30255
  "filePath": "ui/menu/menu.tsx",
30185
- "line": 23,
30256
+ "line": 24,
30186
30257
  "character": 35
30187
30258
  },
30188
30259
  "signature": "(property) item: React.ReactNode",
@@ -30191,7 +30262,7 @@
30191
30262
  "__schema": "TypeRefSchema",
30192
30263
  "location": {
30193
30264
  "filePath": "ui/menu/menu.tsx",
30194
- "line": 23,
30265
+ "line": 24,
30195
30266
  "character": 41
30196
30267
  },
30197
30268
  "name": "ReactNode",
@@ -30203,7 +30274,7 @@
30203
30274
  "__schema": "VariableLikeSchema",
30204
30275
  "location": {
30205
30276
  "filePath": "ui/menu/menu.tsx",
30206
- "line": 23,
30277
+ "line": 24,
30207
30278
  "character": 52
30208
30279
  },
30209
30280
  "signature": "(property) order: number",
@@ -30212,7 +30283,7 @@
30212
30283
  "__schema": "KeywordTypeSchema",
30213
30284
  "location": {
30214
30285
  "filePath": "ui/menu/menu.tsx",
30215
- "line": 23,
30286
+ "line": 24,
30216
30287
  "character": 59
30217
30288
  },
30218
30289
  "name": "number"
@@ -30226,7 +30297,7 @@
30226
30297
  "__schema": "TypeSchema",
30227
30298
  "location": {
30228
30299
  "filePath": "ui/menu/menu.tsx",
30229
- "line": 24,
30300
+ "line": 25,
30230
30301
  "character": 1
30231
30302
  },
30232
30303
  "signature": "type RightSideMenuSlot = SlotRegistry<RightSideMenuItem[]>",
@@ -30235,7 +30306,7 @@
30235
30306
  "__schema": "TypeRefSchema",
30236
30307
  "location": {
30237
30308
  "filePath": "ui/menu/menu.tsx",
30238
- "line": 24,
30309
+ "line": 25,
30239
30310
  "character": 33
30240
30311
  },
30241
30312
  "name": "SlotRegistry",
@@ -30249,14 +30320,14 @@
30249
30320
  "__schema": "TypeArraySchema",
30250
30321
  "location": {
30251
30322
  "filePath": "ui/menu/menu.tsx",
30252
- "line": 24,
30323
+ "line": 25,
30253
30324
  "character": 46
30254
30325
  },
30255
30326
  "type": {
30256
30327
  "__schema": "TypeRefSchema",
30257
30328
  "location": {
30258
30329
  "filePath": "ui/menu/menu.tsx",
30259
- "line": 24,
30330
+ "line": 25,
30260
30331
  "character": 46
30261
30332
  },
30262
30333
  "name": "RightSideMenuItem",
@@ -30270,16 +30341,16 @@
30270
30341
  "__schema": "TypeSchema",
30271
30342
  "location": {
30272
30343
  "filePath": "ui/menu/menu.tsx",
30273
- "line": 26,
30344
+ "line": 27,
30274
30345
  "character": 1
30275
30346
  },
30276
- "signature": "type MenuProps = {\n className?: string | undefined;\n skipRightSide?: boolean | undefined;\n RightNode?: React.ReactNode;\n navigationSlot: OrderedNavigationSlot;\n widgetSlot: OrderedNavigationSlot;\n ... 8 more ...;\n path?: string | undefined;\n}",
30347
+ "signature": "type MenuProps = {\n className?: string | undefined;\n skipRightSide?: boolean | undefined;\n RightNode?: React.ReactNode;\n navigationSlot: OrderedNavigationSlot;\n widgetSlot: OrderedNavigationSlot;\n ... 9 more ...;\n authToken?: string | undefined;\n}",
30277
30348
  "name": "MenuProps",
30278
30349
  "type": {
30279
30350
  "__schema": "TypeLiteralSchema",
30280
30351
  "location": {
30281
30352
  "filePath": "ui/menu/menu.tsx",
30282
- "line": 26,
30353
+ "line": 27,
30283
30354
  "character": 25
30284
30355
  },
30285
30356
  "members": [
@@ -30287,7 +30358,7 @@
30287
30358
  "__schema": "VariableLikeSchema",
30288
30359
  "location": {
30289
30360
  "filePath": "ui/menu/menu.tsx",
30290
- "line": 27,
30361
+ "line": 28,
30291
30362
  "character": 3
30292
30363
  },
30293
30364
  "signature": "(property) className?: string | undefined",
@@ -30296,7 +30367,7 @@
30296
30367
  "__schema": "KeywordTypeSchema",
30297
30368
  "location": {
30298
30369
  "filePath": "ui/menu/menu.tsx",
30299
- "line": 27,
30370
+ "line": 28,
30300
30371
  "character": 15
30301
30372
  },
30302
30373
  "name": "string"
@@ -30307,14 +30378,14 @@
30307
30378
  "__schema": "VariableLikeSchema",
30308
30379
  "location": {
30309
30380
  "filePath": "ui/menu/menu.tsx",
30310
- "line": 31,
30381
+ "line": 32,
30311
30382
  "character": 3
30312
30383
  },
30313
30384
  "doc": {
30314
30385
  "__schema": "DocSchema",
30315
30386
  "location": {
30316
30387
  "filePath": "ui/menu/menu.tsx",
30317
- "line": 28,
30388
+ "line": 29,
30318
30389
  "character": 3
30319
30390
  },
30320
30391
  "raw": "/**\n * skip the right side.\n */",
@@ -30327,7 +30398,7 @@
30327
30398
  "__schema": "KeywordTypeSchema",
30328
30399
  "location": {
30329
30400
  "filePath": "ui/menu/menu.tsx",
30330
- "line": 31,
30401
+ "line": 32,
30331
30402
  "character": 19
30332
30403
  },
30333
30404
  "name": "boolean"
@@ -30338,14 +30409,14 @@
30338
30409
  "__schema": "VariableLikeSchema",
30339
30410
  "location": {
30340
30411
  "filePath": "ui/menu/menu.tsx",
30341
- "line": 35,
30412
+ "line": 36,
30342
30413
  "character": 3
30343
30414
  },
30344
30415
  "doc": {
30345
30416
  "__schema": "DocSchema",
30346
30417
  "location": {
30347
30418
  "filePath": "ui/menu/menu.tsx",
30348
- "line": 32,
30419
+ "line": 33,
30349
30420
  "character": 3
30350
30421
  },
30351
30422
  "raw": "/**\n * custom render the right side\n */",
@@ -30358,7 +30429,7 @@
30358
30429
  "__schema": "TypeRefSchema",
30359
30430
  "location": {
30360
30431
  "filePath": "ui/menu/menu.tsx",
30361
- "line": 35,
30432
+ "line": 36,
30362
30433
  "character": 15
30363
30434
  },
30364
30435
  "name": "React.ReactNode"
@@ -30369,14 +30440,14 @@
30369
30440
  "__schema": "VariableLikeSchema",
30370
30441
  "location": {
30371
30442
  "filePath": "ui/menu/menu.tsx",
30372
- "line": 39,
30443
+ "line": 40,
30373
30444
  "character": 3
30374
30445
  },
30375
30446
  "doc": {
30376
30447
  "__schema": "DocSchema",
30377
30448
  "location": {
30378
30449
  "filePath": "ui/menu/menu.tsx",
30379
- "line": 36,
30450
+ "line": 37,
30380
30451
  "character": 3
30381
30452
  },
30382
30453
  "raw": "/**\n * slot for top bar menu nav items\n */",
@@ -30389,7 +30460,7 @@
30389
30460
  "__schema": "TypeRefSchema",
30390
30461
  "location": {
30391
30462
  "filePath": "ui/menu/menu.tsx",
30392
- "line": 39,
30463
+ "line": 40,
30393
30464
  "character": 3
30394
30465
  },
30395
30466
  "name": "OrderedNavigationSlot",
@@ -30401,14 +30472,14 @@
30401
30472
  "__schema": "VariableLikeSchema",
30402
30473
  "location": {
30403
30474
  "filePath": "ui/menu/menu.tsx",
30404
- "line": 43,
30475
+ "line": 44,
30405
30476
  "character": 3
30406
30477
  },
30407
30478
  "doc": {
30408
30479
  "__schema": "DocSchema",
30409
30480
  "location": {
30410
30481
  "filePath": "ui/menu/menu.tsx",
30411
- "line": 40,
30482
+ "line": 41,
30412
30483
  "character": 3
30413
30484
  },
30414
30485
  "raw": "/**\n * right side navigation menu item slot\n */",
@@ -30421,7 +30492,7 @@
30421
30492
  "__schema": "TypeRefSchema",
30422
30493
  "location": {
30423
30494
  "filePath": "ui/menu/menu.tsx",
30424
- "line": 43,
30495
+ "line": 44,
30425
30496
  "character": 3
30426
30497
  },
30427
30498
  "name": "OrderedNavigationSlot",
@@ -30433,14 +30504,14 @@
30433
30504
  "__schema": "VariableLikeSchema",
30434
30505
  "location": {
30435
30506
  "filePath": "ui/menu/menu.tsx",
30436
- "line": 48,
30507
+ "line": 49,
30437
30508
  "character": 3
30438
30509
  },
30439
30510
  "doc": {
30440
30511
  "__schema": "DocSchema",
30441
30512
  "location": {
30442
30513
  "filePath": "ui/menu/menu.tsx",
30443
- "line": 45,
30514
+ "line": 46,
30444
30515
  "character": 3
30445
30516
  },
30446
30517
  "raw": "/**\n * right side menu item slot\n */",
@@ -30453,7 +30524,7 @@
30453
30524
  "__schema": "TypeRefSchema",
30454
30525
  "location": {
30455
30526
  "filePath": "ui/menu/menu.tsx",
30456
- "line": 48,
30527
+ "line": 49,
30457
30528
  "character": 3
30458
30529
  },
30459
30530
  "name": "RightSideMenuSlot",
@@ -30465,14 +30536,14 @@
30465
30536
  "__schema": "VariableLikeSchema",
30466
30537
  "location": {
30467
30538
  "filePath": "ui/menu/menu.tsx",
30468
- "line": 52,
30539
+ "line": 53,
30469
30540
  "character": 3
30470
30541
  },
30471
30542
  "doc": {
30472
30543
  "__schema": "DocSchema",
30473
30544
  "location": {
30474
30545
  "filePath": "ui/menu/menu.tsx",
30475
- "line": 49,
30546
+ "line": 50,
30476
30547
  "character": 3
30477
30548
  },
30478
30549
  "raw": "/**\n * workspace or scope\n */",
@@ -30485,7 +30556,7 @@
30485
30556
  "__schema": "KeywordTypeSchema",
30486
30557
  "location": {
30487
30558
  "filePath": "ui/menu/menu.tsx",
30488
- "line": 52,
30559
+ "line": 53,
30489
30560
  "character": 9
30490
30561
  },
30491
30562
  "name": "string"
@@ -30496,14 +30567,14 @@
30496
30567
  "__schema": "VariableLikeSchema",
30497
30568
  "location": {
30498
30569
  "filePath": "ui/menu/menu.tsx",
30499
- "line": 56,
30570
+ "line": 57,
30500
30571
  "character": 3
30501
30572
  },
30502
30573
  "doc": {
30503
30574
  "__schema": "DocSchema",
30504
30575
  "location": {
30505
30576
  "filePath": "ui/menu/menu.tsx",
30506
- "line": 53,
30577
+ "line": 54,
30507
30578
  "character": 3
30508
30579
  },
30509
30580
  "raw": "/**\n * main dropdown item slot\n */",
@@ -30516,7 +30587,7 @@
30516
30587
  "__schema": "TypeRefSchema",
30517
30588
  "location": {
30518
30589
  "filePath": "ui/menu/menu.tsx",
30519
- "line": 56,
30590
+ "line": 57,
30520
30591
  "character": 3
30521
30592
  },
30522
30593
  "name": "MenuItemSlot",
@@ -30532,7 +30603,7 @@
30532
30603
  "__schema": "VariableLikeSchema",
30533
30604
  "location": {
30534
30605
  "filePath": "ui/menu/menu.tsx",
30535
- "line": 58,
30606
+ "line": 59,
30536
30607
  "character": 3
30537
30608
  },
30538
30609
  "signature": "(property) consumeMethodSlot: ConsumeMethodSlot",
@@ -30541,7 +30612,7 @@
30541
30612
  "__schema": "TypeRefSchema",
30542
30613
  "location": {
30543
30614
  "filePath": "ui/menu/menu.tsx",
30544
- "line": 58,
30615
+ "line": 59,
30545
30616
  "character": 3
30546
30617
  },
30547
30618
  "name": "ConsumeMethodSlot",
@@ -30553,7 +30624,7 @@
30553
30624
  "__schema": "VariableLikeSchema",
30554
30625
  "location": {
30555
30626
  "filePath": "ui/menu/menu.tsx",
30556
- "line": 60,
30627
+ "line": 61,
30557
30628
  "character": 3
30558
30629
  },
30559
30630
  "signature": "(property) componentIdStr?: string | (() => string | undefined) | undefined",
@@ -30562,7 +30633,7 @@
30562
30633
  "__schema": "TypeUnionSchema",
30563
30634
  "location": {
30564
30635
  "filePath": "ui/menu/menu.tsx",
30565
- "line": 60,
30636
+ "line": 61,
30566
30637
  "character": 20
30567
30638
  },
30568
30639
  "types": [
@@ -30570,7 +30641,7 @@
30570
30641
  "__schema": "KeywordTypeSchema",
30571
30642
  "location": {
30572
30643
  "filePath": "ui/menu/menu.tsx",
30573
- "line": 60,
30644
+ "line": 61,
30574
30645
  "character": 20
30575
30646
  },
30576
30647
  "name": "string"
@@ -30579,14 +30650,14 @@
30579
30650
  "__schema": "ParenthesizedTypeSchema",
30580
30651
  "location": {
30581
30652
  "filePath": "ui/menu/menu.tsx",
30582
- "line": 60,
30653
+ "line": 61,
30583
30654
  "character": 29
30584
30655
  },
30585
30656
  "type": {
30586
30657
  "__schema": "FunctionLikeSchema",
30587
30658
  "location": {
30588
30659
  "filePath": "ui/menu/menu.tsx",
30589
- "line": 60,
30660
+ "line": 61,
30590
30661
  "character": 30
30591
30662
  },
30592
30663
  "signature": "(): string | undefined",
@@ -30596,7 +30667,7 @@
30596
30667
  "__schema": "TypeUnionSchema",
30597
30668
  "location": {
30598
30669
  "filePath": "ui/menu/menu.tsx",
30599
- "line": 60,
30670
+ "line": 61,
30600
30671
  "character": 36
30601
30672
  },
30602
30673
  "types": [
@@ -30604,7 +30675,7 @@
30604
30675
  "__schema": "KeywordTypeSchema",
30605
30676
  "location": {
30606
30677
  "filePath": "ui/menu/menu.tsx",
30607
- "line": 60,
30678
+ "line": 61,
30608
30679
  "character": 36
30609
30680
  },
30610
30681
  "name": "string"
@@ -30613,7 +30684,7 @@
30613
30684
  "__schema": "KeywordTypeSchema",
30614
30685
  "location": {
30615
30686
  "filePath": "ui/menu/menu.tsx",
30616
- "line": 60,
30687
+ "line": 61,
30617
30688
  "character": 45
30618
30689
  },
30619
30690
  "name": "undefined"
@@ -30631,7 +30702,7 @@
30631
30702
  "__schema": "VariableLikeSchema",
30632
30703
  "location": {
30633
30704
  "filePath": "ui/menu/menu.tsx",
30634
- "line": 62,
30705
+ "line": 63,
30635
30706
  "character": 3
30636
30707
  },
30637
30708
  "signature": "(property) useComponent?: UseComponentType | undefined",
@@ -30640,7 +30711,7 @@
30640
30711
  "__schema": "TypeRefSchema",
30641
30712
  "location": {
30642
30713
  "filePath": "ui/menu/menu.tsx",
30643
- "line": 62,
30714
+ "line": 63,
30644
30715
  "character": 18
30645
30716
  },
30646
30717
  "name": "UseComponentType"
@@ -30651,7 +30722,7 @@
30651
30722
  "__schema": "VariableLikeSchema",
30652
30723
  "location": {
30653
30724
  "filePath": "ui/menu/menu.tsx",
30654
- "line": 64,
30725
+ "line": 65,
30655
30726
  "character": 3
30656
30727
  },
30657
30728
  "signature": "(property) useComponentFilters?: (() => Filters) | undefined",
@@ -30660,7 +30731,7 @@
30660
30731
  "__schema": "FunctionLikeSchema",
30661
30732
  "location": {
30662
30733
  "filePath": "ui/menu/menu.tsx",
30663
- "line": 64,
30734
+ "line": 65,
30664
30735
  "character": 25
30665
30736
  },
30666
30737
  "signature": "(): Filters",
@@ -30670,7 +30741,7 @@
30670
30741
  "__schema": "TypeRefSchema",
30671
30742
  "location": {
30672
30743
  "filePath": "ui/menu/menu.tsx",
30673
- "line": 64,
30744
+ "line": 65,
30674
30745
  "character": 31
30675
30746
  },
30676
30747
  "name": "Filters"
@@ -30683,7 +30754,7 @@
30683
30754
  "__schema": "VariableLikeSchema",
30684
30755
  "location": {
30685
30756
  "filePath": "ui/menu/menu.tsx",
30686
- "line": 66,
30757
+ "line": 67,
30687
30758
  "character": 3
30688
30759
  },
30689
30760
  "signature": "(property) useLanes?: (() => {\n loading?: boolean;\n lanesModel?: LanesModel;\n}) | undefined",
@@ -30692,7 +30763,7 @@
30692
30763
  "__schema": "FunctionLikeSchema",
30693
30764
  "location": {
30694
30765
  "filePath": "ui/menu/menu.tsx",
30695
- "line": 66,
30766
+ "line": 67,
30696
30767
  "character": 14
30697
30768
  },
30698
30769
  "signature": "(): { loading?: boolean; lanesModel?: (component: teambit.lanes/ui/models/lanes-model) LanesModel }",
@@ -30702,7 +30773,7 @@
30702
30773
  "__schema": "TypeLiteralSchema",
30703
30774
  "location": {
30704
30775
  "filePath": "ui/menu/menu.tsx",
30705
- "line": 66,
30776
+ "line": 67,
30706
30777
  "character": 20
30707
30778
  },
30708
30779
  "members": [
@@ -30710,7 +30781,7 @@
30710
30781
  "__schema": "VariableLikeSchema",
30711
30782
  "location": {
30712
30783
  "filePath": "ui/menu/menu.tsx",
30713
- "line": 67,
30784
+ "line": 68,
30714
30785
  "character": 5
30715
30786
  },
30716
30787
  "signature": "(property) loading?: boolean | undefined",
@@ -30719,7 +30790,7 @@
30719
30790
  "__schema": "KeywordTypeSchema",
30720
30791
  "location": {
30721
30792
  "filePath": "ui/menu/menu.tsx",
30722
- "line": 67,
30793
+ "line": 68,
30723
30794
  "character": 15
30724
30795
  },
30725
30796
  "name": "boolean"
@@ -30730,7 +30801,7 @@
30730
30801
  "__schema": "VariableLikeSchema",
30731
30802
  "location": {
30732
30803
  "filePath": "ui/menu/menu.tsx",
30733
- "line": 68,
30804
+ "line": 69,
30734
30805
  "character": 5
30735
30806
  },
30736
30807
  "signature": "(property) lanesModel?: LanesModel | undefined",
@@ -30739,7 +30810,7 @@
30739
30810
  "__schema": "TypeRefSchema",
30740
30811
  "location": {
30741
30812
  "filePath": "ui/menu/menu.tsx",
30742
- "line": 68,
30813
+ "line": 69,
30743
30814
  "character": 18
30744
30815
  },
30745
30816
  "name": "LanesModel",
@@ -30761,7 +30832,7 @@
30761
30832
  "__schema": "VariableLikeSchema",
30762
30833
  "location": {
30763
30834
  "filePath": "ui/menu/menu.tsx",
30764
- "line": 71,
30835
+ "line": 72,
30765
30836
  "character": 3
30766
30837
  },
30767
30838
  "signature": "(property) path?: string | undefined",
@@ -30770,12 +30841,32 @@
30770
30841
  "__schema": "KeywordTypeSchema",
30771
30842
  "location": {
30772
30843
  "filePath": "ui/menu/menu.tsx",
30773
- "line": 71,
30844
+ "line": 72,
30774
30845
  "character": 10
30775
30846
  },
30776
30847
  "name": "string"
30777
30848
  },
30778
30849
  "isOptional": true
30850
+ },
30851
+ {
30852
+ "__schema": "VariableLikeSchema",
30853
+ "location": {
30854
+ "filePath": "ui/menu/menu.tsx",
30855
+ "line": 74,
30856
+ "character": 3
30857
+ },
30858
+ "signature": "(property) authToken?: string | undefined",
30859
+ "name": "authToken",
30860
+ "type": {
30861
+ "__schema": "KeywordTypeSchema",
30862
+ "location": {
30863
+ "filePath": "ui/menu/menu.tsx",
30864
+ "line": 74,
30865
+ "character": 15
30866
+ },
30867
+ "name": "string"
30868
+ },
30869
+ "isOptional": true
30779
30870
  }
30780
30871
  ]
30781
30872
  }
@@ -30784,35 +30875,35 @@
30784
30875
  "__schema": "ReactSchema",
30785
30876
  "location": {
30786
30877
  "filePath": "ui/menu/menu.tsx",
30787
- "line": 80,
30878
+ "line": 83,
30788
30879
  "character": 1
30789
30880
  },
30790
30881
  "doc": {
30791
30882
  "__schema": "DocSchema",
30792
30883
  "location": {
30793
30884
  "filePath": "ui/menu/menu.tsx",
30794
- "line": 77,
30885
+ "line": 80,
30795
30886
  "character": 1
30796
30887
  },
30797
30888
  "raw": "/**\n * top bar menu.\n */",
30798
30889
  "comment": "top bar menu.",
30799
30890
  "tags": []
30800
30891
  },
30801
- "signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, }: MenuProps): React.JSX.Element",
30892
+ "signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, authToken, }: MenuProps): React.JSX.Element",
30802
30893
  "name": "ComponentMenu",
30803
30894
  "props": {
30804
30895
  "__schema": "ParameterSchema",
30805
30896
  "location": {
30806
30897
  "filePath": "ui/menu/menu.tsx",
30807
- "line": 80,
30898
+ "line": 83,
30808
30899
  "character": 31
30809
30900
  },
30810
- "name": "{ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters }",
30901
+ "name": "{ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, authToken }",
30811
30902
  "type": {
30812
30903
  "__schema": "TypeRefSchema",
30813
30904
  "location": {
30814
30905
  "filePath": "ui/menu/menu.tsx",
30815
- "line": 94,
30906
+ "line": 98,
30816
30907
  "character": 4
30817
30908
  },
30818
30909
  "name": "MenuProps",
@@ -30824,7 +30915,7 @@
30824
30915
  "__schema": "InferenceTypeSchema",
30825
30916
  "location": {
30826
30917
  "filePath": "ui/menu/menu.tsx",
30827
- "line": 81,
30918
+ "line": 84,
30828
30919
  "character": 3
30829
30920
  },
30830
30921
  "name": "navigationSlot",
@@ -30835,7 +30926,7 @@
30835
30926
  "__schema": "InferenceTypeSchema",
30836
30927
  "location": {
30837
30928
  "filePath": "ui/menu/menu.tsx",
30838
- "line": 82,
30929
+ "line": 85,
30839
30930
  "character": 3
30840
30931
  },
30841
30932
  "name": "widgetSlot",
@@ -30846,7 +30937,7 @@
30846
30937
  "__schema": "InferenceTypeSchema",
30847
30938
  "location": {
30848
30939
  "filePath": "ui/menu/menu.tsx",
30849
- "line": 83,
30940
+ "line": 86,
30850
30941
  "character": 3
30851
30942
  },
30852
30943
  "name": "className",
@@ -30857,7 +30948,7 @@
30857
30948
  "__schema": "InferenceTypeSchema",
30858
30949
  "location": {
30859
30950
  "filePath": "ui/menu/menu.tsx",
30860
- "line": 84,
30951
+ "line": 87,
30861
30952
  "character": 3
30862
30953
  },
30863
30954
  "name": "host",
@@ -30868,7 +30959,7 @@
30868
30959
  "__schema": "InferenceTypeSchema",
30869
30960
  "location": {
30870
30961
  "filePath": "ui/menu/menu.tsx",
30871
- "line": 85,
30962
+ "line": 88,
30872
30963
  "character": 3
30873
30964
  },
30874
30965
  "name": "menuItemSlot",
@@ -30879,7 +30970,7 @@
30879
30970
  "__schema": "InferenceTypeSchema",
30880
30971
  "location": {
30881
30972
  "filePath": "ui/menu/menu.tsx",
30882
- "line": 86,
30973
+ "line": 89,
30883
30974
  "character": 3
30884
30975
  },
30885
30976
  "name": "consumeMethodSlot",
@@ -30890,7 +30981,7 @@
30890
30981
  "__schema": "InferenceTypeSchema",
30891
30982
  "location": {
30892
30983
  "filePath": "ui/menu/menu.tsx",
30893
- "line": 87,
30984
+ "line": 90,
30894
30985
  "character": 3
30895
30986
  },
30896
30987
  "name": "rightSideMenuSlot",
@@ -30901,7 +30992,7 @@
30901
30992
  "__schema": "InferenceTypeSchema",
30902
30993
  "location": {
30903
30994
  "filePath": "ui/menu/menu.tsx",
30904
- "line": 88,
30995
+ "line": 91,
30905
30996
  "character": 3
30906
30997
  },
30907
30998
  "name": "componentIdStr",
@@ -30912,7 +31003,7 @@
30912
31003
  "__schema": "InferenceTypeSchema",
30913
31004
  "location": {
30914
31005
  "filePath": "ui/menu/menu.tsx",
30915
- "line": 89,
31006
+ "line": 92,
30916
31007
  "character": 3
30917
31008
  },
30918
31009
  "name": "skipRightSide",
@@ -30923,7 +31014,7 @@
30923
31014
  "__schema": "InferenceTypeSchema",
30924
31015
  "location": {
30925
31016
  "filePath": "ui/menu/menu.tsx",
30926
- "line": 90,
31017
+ "line": 93,
30927
31018
  "character": 3
30928
31019
  },
30929
31020
  "name": "RightNode",
@@ -30934,7 +31025,7 @@
30934
31025
  "__schema": "InferenceTypeSchema",
30935
31026
  "location": {
30936
31027
  "filePath": "ui/menu/menu.tsx",
30937
- "line": 91,
31028
+ "line": 94,
30938
31029
  "character": 3
30939
31030
  },
30940
31031
  "name": "useComponent",
@@ -30945,7 +31036,7 @@
30945
31036
  "__schema": "InferenceTypeSchema",
30946
31037
  "location": {
30947
31038
  "filePath": "ui/menu/menu.tsx",
30948
- "line": 92,
31039
+ "line": 95,
30949
31040
  "character": 3
30950
31041
  },
30951
31042
  "name": "path",
@@ -30956,12 +31047,23 @@
30956
31047
  "__schema": "InferenceTypeSchema",
30957
31048
  "location": {
30958
31049
  "filePath": "ui/menu/menu.tsx",
30959
- "line": 93,
31050
+ "line": 96,
30960
31051
  "character": 3
30961
31052
  },
30962
31053
  "name": "useComponentFilters",
30963
31054
  "type": "(() => Filters) | undefined",
30964
31055
  "isSpread": false
31056
+ },
31057
+ {
31058
+ "__schema": "InferenceTypeSchema",
31059
+ "location": {
31060
+ "filePath": "ui/menu/menu.tsx",
31061
+ "line": 97,
31062
+ "character": 3
31063
+ },
31064
+ "name": "authToken",
31065
+ "type": "string | undefined",
31066
+ "isSpread": false
30965
31067
  }
30966
31068
  ],
30967
31069
  "isSpread": false
@@ -30970,7 +31072,7 @@
30970
31072
  "__schema": "TypeRefSchema",
30971
31073
  "location": {
30972
31074
  "filePath": "ui/menu/menu.tsx",
30973
- "line": 80,
31075
+ "line": 83,
30974
31076
  "character": 1
30975
31077
  },
30976
31078
  "name": "React.JSX.Element",
@@ -30984,16 +31086,16 @@
30984
31086
  "__schema": "TypeSchema",
30985
31087
  "location": {
30986
31088
  "filePath": "ui/menu/menu.tsx",
30987
- "line": 146,
31089
+ "line": 151,
30988
31090
  "character": 1
30989
31091
  },
30990
- "signature": "type VersionRelatedDropdownsProps = {\n componentId?: string | undefined;\n consumeMethods?: ConsumeMethodSlot | undefined;\n componentFilters?: Filters | undefined;\n useComponent?: UseComponentVersions | undefined;\n ... 4 more ...;\n dropdownOptions?: {\n ...;\n } | undefined;\n}",
31092
+ "signature": "type VersionRelatedDropdownsProps = {\n componentId?: string | undefined;\n consumeMethods?: ConsumeMethodSlot | undefined;\n componentFilters?: Filters | undefined;\n useComponent?: UseComponentVersions | undefined;\n ... 5 more ...;\n authToken?: string | undefined;\n}",
30991
31093
  "name": "VersionRelatedDropdownsProps",
30992
31094
  "type": {
30993
31095
  "__schema": "TypeLiteralSchema",
30994
31096
  "location": {
30995
31097
  "filePath": "ui/menu/menu.tsx",
30996
- "line": 146,
31098
+ "line": 151,
30997
31099
  "character": 44
30998
31100
  },
30999
31101
  "members": [
@@ -31001,7 +31103,7 @@
31001
31103
  "__schema": "VariableLikeSchema",
31002
31104
  "location": {
31003
31105
  "filePath": "ui/menu/menu.tsx",
31004
- "line": 147,
31106
+ "line": 152,
31005
31107
  "character": 3
31006
31108
  },
31007
31109
  "signature": "(property) componentId?: string | undefined",
@@ -31010,7 +31112,7 @@
31010
31112
  "__schema": "KeywordTypeSchema",
31011
31113
  "location": {
31012
31114
  "filePath": "ui/menu/menu.tsx",
31013
- "line": 147,
31115
+ "line": 152,
31014
31116
  "character": 17
31015
31117
  },
31016
31118
  "name": "string"
@@ -31021,7 +31123,7 @@
31021
31123
  "__schema": "VariableLikeSchema",
31022
31124
  "location": {
31023
31125
  "filePath": "ui/menu/menu.tsx",
31024
- "line": 148,
31126
+ "line": 153,
31025
31127
  "character": 3
31026
31128
  },
31027
31129
  "signature": "(property) consumeMethods?: ConsumeMethodSlot | undefined",
@@ -31030,7 +31132,7 @@
31030
31132
  "__schema": "TypeRefSchema",
31031
31133
  "location": {
31032
31134
  "filePath": "ui/menu/menu.tsx",
31033
- "line": 148,
31135
+ "line": 153,
31034
31136
  "character": 20
31035
31137
  },
31036
31138
  "name": "ConsumeMethodSlot",
@@ -31042,7 +31144,7 @@
31042
31144
  "__schema": "VariableLikeSchema",
31043
31145
  "location": {
31044
31146
  "filePath": "ui/menu/menu.tsx",
31045
- "line": 149,
31147
+ "line": 154,
31046
31148
  "character": 3
31047
31149
  },
31048
31150
  "signature": "(property) componentFilters?: Filters | undefined",
@@ -31051,7 +31153,7 @@
31051
31153
  "__schema": "TypeRefSchema",
31052
31154
  "location": {
31053
31155
  "filePath": "ui/menu/menu.tsx",
31054
- "line": 149,
31156
+ "line": 154,
31055
31157
  "character": 22
31056
31158
  },
31057
31159
  "name": "Filters"
@@ -31062,7 +31164,7 @@
31062
31164
  "__schema": "VariableLikeSchema",
31063
31165
  "location": {
31064
31166
  "filePath": "ui/menu/menu.tsx",
31065
- "line": 150,
31167
+ "line": 155,
31066
31168
  "character": 3
31067
31169
  },
31068
31170
  "signature": "(property) useComponent?: UseComponentVersions | undefined",
@@ -31071,7 +31173,7 @@
31071
31173
  "__schema": "TypeRefSchema",
31072
31174
  "location": {
31073
31175
  "filePath": "ui/menu/menu.tsx",
31074
- "line": 150,
31176
+ "line": 155,
31075
31177
  "character": 18
31076
31178
  },
31077
31179
  "name": "UseComponentVersions",
@@ -31083,7 +31185,7 @@
31083
31185
  "__schema": "VariableLikeSchema",
31084
31186
  "location": {
31085
31187
  "filePath": "ui/menu/menu.tsx",
31086
- "line": 151,
31188
+ "line": 156,
31087
31189
  "character": 3
31088
31190
  },
31089
31191
  "signature": "(property) className?: string | undefined",
@@ -31092,7 +31194,7 @@
31092
31194
  "__schema": "KeywordTypeSchema",
31093
31195
  "location": {
31094
31196
  "filePath": "ui/menu/menu.tsx",
31095
- "line": 151,
31197
+ "line": 156,
31096
31198
  "character": 15
31097
31199
  },
31098
31200
  "name": "string"
@@ -31103,7 +31205,7 @@
31103
31205
  "__schema": "VariableLikeSchema",
31104
31206
  "location": {
31105
31207
  "filePath": "ui/menu/menu.tsx",
31106
- "line": 152,
31208
+ "line": 157,
31107
31209
  "character": 3
31108
31210
  },
31109
31211
  "signature": "(property) loading?: boolean | undefined",
@@ -31112,7 +31214,7 @@
31112
31214
  "__schema": "KeywordTypeSchema",
31113
31215
  "location": {
31114
31216
  "filePath": "ui/menu/menu.tsx",
31115
- "line": 152,
31217
+ "line": 157,
31116
31218
  "character": 13
31117
31219
  },
31118
31220
  "name": "boolean"
@@ -31123,7 +31225,7 @@
31123
31225
  "__schema": "VariableLikeSchema",
31124
31226
  "location": {
31125
31227
  "filePath": "ui/menu/menu.tsx",
31126
- "line": 153,
31228
+ "line": 158,
31127
31229
  "character": 3
31128
31230
  },
31129
31231
  "signature": "(property) host: string",
@@ -31132,7 +31234,7 @@
31132
31234
  "__schema": "KeywordTypeSchema",
31133
31235
  "location": {
31134
31236
  "filePath": "ui/menu/menu.tsx",
31135
- "line": 153,
31237
+ "line": 158,
31136
31238
  "character": 9
31137
31239
  },
31138
31240
  "name": "string"
@@ -31143,7 +31245,7 @@
31143
31245
  "__schema": "VariableLikeSchema",
31144
31246
  "location": {
31145
31247
  "filePath": "ui/menu/menu.tsx",
31146
- "line": 154,
31248
+ "line": 159,
31147
31249
  "character": 3
31148
31250
  },
31149
31251
  "signature": "(property) useLanes?: (() => {\n loading?: boolean;\n lanesModel?: LanesModel;\n}) | undefined",
@@ -31152,7 +31254,7 @@
31152
31254
  "__schema": "FunctionLikeSchema",
31153
31255
  "location": {
31154
31256
  "filePath": "ui/menu/menu.tsx",
31155
- "line": 154,
31257
+ "line": 159,
31156
31258
  "character": 14
31157
31259
  },
31158
31260
  "signature": "(): { loading?: boolean; lanesModel?: (component: teambit.lanes/ui/models/lanes-model) LanesModel }",
@@ -31162,7 +31264,7 @@
31162
31264
  "__schema": "TypeLiteralSchema",
31163
31265
  "location": {
31164
31266
  "filePath": "ui/menu/menu.tsx",
31165
- "line": 154,
31267
+ "line": 159,
31166
31268
  "character": 20
31167
31269
  },
31168
31270
  "members": [
@@ -31170,7 +31272,7 @@
31170
31272
  "__schema": "VariableLikeSchema",
31171
31273
  "location": {
31172
31274
  "filePath": "ui/menu/menu.tsx",
31173
- "line": 155,
31275
+ "line": 160,
31174
31276
  "character": 5
31175
31277
  },
31176
31278
  "signature": "(property) loading?: boolean | undefined",
@@ -31179,7 +31281,7 @@
31179
31281
  "__schema": "KeywordTypeSchema",
31180
31282
  "location": {
31181
31283
  "filePath": "ui/menu/menu.tsx",
31182
- "line": 155,
31284
+ "line": 160,
31183
31285
  "character": 15
31184
31286
  },
31185
31287
  "name": "boolean"
@@ -31190,7 +31292,7 @@
31190
31292
  "__schema": "VariableLikeSchema",
31191
31293
  "location": {
31192
31294
  "filePath": "ui/menu/menu.tsx",
31193
- "line": 156,
31295
+ "line": 161,
31194
31296
  "character": 5
31195
31297
  },
31196
31298
  "signature": "(property) lanesModel?: LanesModel | undefined",
@@ -31199,7 +31301,7 @@
31199
31301
  "__schema": "TypeRefSchema",
31200
31302
  "location": {
31201
31303
  "filePath": "ui/menu/menu.tsx",
31202
- "line": 156,
31304
+ "line": 161,
31203
31305
  "character": 18
31204
31306
  },
31205
31307
  "name": "LanesModel",
@@ -31221,7 +31323,7 @@
31221
31323
  "__schema": "VariableLikeSchema",
31222
31324
  "location": {
31223
31325
  "filePath": "ui/menu/menu.tsx",
31224
- "line": 158,
31326
+ "line": 163,
31225
31327
  "character": 3
31226
31328
  },
31227
31329
  "signature": "(property) dropdownOptions?: {\n showVersionDetails?: boolean | undefined;\n getActiveTabIndex?: GetActiveTabIndex | undefined;\n} | undefined",
@@ -31230,7 +31332,7 @@
31230
31332
  "__schema": "TypeLiteralSchema",
31231
31333
  "location": {
31232
31334
  "filePath": "ui/menu/menu.tsx",
31233
- "line": 158,
31335
+ "line": 163,
31234
31336
  "character": 21
31235
31337
  },
31236
31338
  "members": [
@@ -31238,7 +31340,7 @@
31238
31340
  "__schema": "VariableLikeSchema",
31239
31341
  "location": {
31240
31342
  "filePath": "ui/menu/menu.tsx",
31241
- "line": 159,
31343
+ "line": 164,
31242
31344
  "character": 5
31243
31345
  },
31244
31346
  "signature": "(property) showVersionDetails?: boolean | undefined",
@@ -31247,7 +31349,7 @@
31247
31349
  "__schema": "KeywordTypeSchema",
31248
31350
  "location": {
31249
31351
  "filePath": "ui/menu/menu.tsx",
31250
- "line": 159,
31352
+ "line": 164,
31251
31353
  "character": 26
31252
31354
  },
31253
31355
  "name": "boolean"
@@ -31258,7 +31360,7 @@
31258
31360
  "__schema": "VariableLikeSchema",
31259
31361
  "location": {
31260
31362
  "filePath": "ui/menu/menu.tsx",
31261
- "line": 160,
31363
+ "line": 165,
31262
31364
  "character": 5
31263
31365
  },
31264
31366
  "signature": "(property) getActiveTabIndex?: GetActiveTabIndex | undefined",
@@ -31267,7 +31369,7 @@
31267
31369
  "__schema": "TypeRefSchema",
31268
31370
  "location": {
31269
31371
  "filePath": "ui/menu/menu.tsx",
31270
- "line": 160,
31372
+ "line": 165,
31271
31373
  "character": 25
31272
31374
  },
31273
31375
  "name": "GetActiveTabIndex",
@@ -31282,6 +31384,26 @@
31282
31384
  ]
31283
31385
  },
31284
31386
  "isOptional": true
31387
+ },
31388
+ {
31389
+ "__schema": "VariableLikeSchema",
31390
+ "location": {
31391
+ "filePath": "ui/menu/menu.tsx",
31392
+ "line": 167,
31393
+ "character": 3
31394
+ },
31395
+ "signature": "(property) authToken?: string | undefined",
31396
+ "name": "authToken",
31397
+ "type": {
31398
+ "__schema": "KeywordTypeSchema",
31399
+ "location": {
31400
+ "filePath": "ui/menu/menu.tsx",
31401
+ "line": 167,
31402
+ "character": 15
31403
+ },
31404
+ "name": "string"
31405
+ },
31406
+ "isOptional": true
31285
31407
  }
31286
31408
  ]
31287
31409
  }
@@ -31290,7 +31412,7 @@
31290
31412
  "__schema": "TypeSchema",
31291
31413
  "location": {
31292
31414
  "filePath": "ui/menu/menu.tsx",
31293
- "line": 163,
31415
+ "line": 169,
31294
31416
  "character": 1
31295
31417
  },
31296
31418
  "signature": "type UseComponentVersionsProps = {\n skip?: boolean | undefined;\n id?: string | undefined;\n initialLoad?: boolean | undefined;\n}",
@@ -31299,7 +31421,7 @@
31299
31421
  "__schema": "TypeLiteralSchema",
31300
31422
  "location": {
31301
31423
  "filePath": "ui/menu/menu.tsx",
31302
- "line": 163,
31424
+ "line": 169,
31303
31425
  "character": 41
31304
31426
  },
31305
31427
  "members": [
@@ -31307,7 +31429,7 @@
31307
31429
  "__schema": "VariableLikeSchema",
31308
31430
  "location": {
31309
31431
  "filePath": "ui/menu/menu.tsx",
31310
- "line": 164,
31432
+ "line": 170,
31311
31433
  "character": 3
31312
31434
  },
31313
31435
  "signature": "(property) skip?: boolean | undefined",
@@ -31316,7 +31438,7 @@
31316
31438
  "__schema": "KeywordTypeSchema",
31317
31439
  "location": {
31318
31440
  "filePath": "ui/menu/menu.tsx",
31319
- "line": 164,
31441
+ "line": 170,
31320
31442
  "character": 10
31321
31443
  },
31322
31444
  "name": "boolean"
@@ -31327,7 +31449,7 @@
31327
31449
  "__schema": "VariableLikeSchema",
31328
31450
  "location": {
31329
31451
  "filePath": "ui/menu/menu.tsx",
31330
- "line": 165,
31452
+ "line": 171,
31331
31453
  "character": 3
31332
31454
  },
31333
31455
  "signature": "(property) id?: string | undefined",
@@ -31336,7 +31458,7 @@
31336
31458
  "__schema": "KeywordTypeSchema",
31337
31459
  "location": {
31338
31460
  "filePath": "ui/menu/menu.tsx",
31339
- "line": 165,
31461
+ "line": 171,
31340
31462
  "character": 8
31341
31463
  },
31342
31464
  "name": "string"
@@ -31347,7 +31469,7 @@
31347
31469
  "__schema": "VariableLikeSchema",
31348
31470
  "location": {
31349
31471
  "filePath": "ui/menu/menu.tsx",
31350
- "line": 166,
31472
+ "line": 172,
31351
31473
  "character": 3
31352
31474
  },
31353
31475
  "signature": "(property) initialLoad?: boolean | undefined",
@@ -31356,7 +31478,7 @@
31356
31478
  "__schema": "KeywordTypeSchema",
31357
31479
  "location": {
31358
31480
  "filePath": "ui/menu/menu.tsx",
31359
- "line": 166,
31481
+ "line": 172,
31360
31482
  "character": 17
31361
31483
  },
31362
31484
  "name": "boolean"
@@ -31370,7 +31492,7 @@
31370
31492
  "__schema": "TypeSchema",
31371
31493
  "location": {
31372
31494
  "filePath": "ui/menu/menu.tsx",
31373
- "line": 168,
31495
+ "line": 174,
31374
31496
  "character": 1
31375
31497
  },
31376
31498
  "signature": "type UseComponentVersionProps = {\n skip?: boolean | undefined;\n version?: string | undefined;\n}",
@@ -31379,7 +31501,7 @@
31379
31501
  "__schema": "TypeLiteralSchema",
31380
31502
  "location": {
31381
31503
  "filePath": "ui/menu/menu.tsx",
31382
- "line": 168,
31504
+ "line": 174,
31383
31505
  "character": 40
31384
31506
  },
31385
31507
  "members": [
@@ -31387,7 +31509,7 @@
31387
31509
  "__schema": "VariableLikeSchema",
31388
31510
  "location": {
31389
31511
  "filePath": "ui/menu/menu.tsx",
31390
- "line": 169,
31512
+ "line": 175,
31391
31513
  "character": 3
31392
31514
  },
31393
31515
  "signature": "(property) skip?: boolean | undefined",
@@ -31396,7 +31518,7 @@
31396
31518
  "__schema": "KeywordTypeSchema",
31397
31519
  "location": {
31398
31520
  "filePath": "ui/menu/menu.tsx",
31399
- "line": 169,
31521
+ "line": 175,
31400
31522
  "character": 10
31401
31523
  },
31402
31524
  "name": "boolean"
@@ -31407,7 +31529,7 @@
31407
31529
  "__schema": "VariableLikeSchema",
31408
31530
  "location": {
31409
31531
  "filePath": "ui/menu/menu.tsx",
31410
- "line": 170,
31532
+ "line": 176,
31411
31533
  "character": 3
31412
31534
  },
31413
31535
  "signature": "(property) version?: string | undefined",
@@ -31416,7 +31538,7 @@
31416
31538
  "__schema": "KeywordTypeSchema",
31417
31539
  "location": {
31418
31540
  "filePath": "ui/menu/menu.tsx",
31419
- "line": 170,
31541
+ "line": 176,
31420
31542
  "character": 13
31421
31543
  },
31422
31544
  "name": "string"
@@ -31430,7 +31552,7 @@
31430
31552
  "__schema": "TypeSchema",
31431
31553
  "location": {
31432
31554
  "filePath": "ui/menu/menu.tsx",
31433
- "line": 172,
31555
+ "line": 178,
31434
31556
  "character": 1
31435
31557
  },
31436
31558
  "signature": "type UseComponentVersions = (props?: UseComponentVersionsProps) => UseComponentVersionsResult",
@@ -31439,7 +31561,7 @@
31439
31561
  "__schema": "FunctionLikeSchema",
31440
31562
  "location": {
31441
31563
  "filePath": "ui/menu/menu.tsx",
31442
- "line": 172,
31564
+ "line": 178,
31443
31565
  "character": 36
31444
31566
  },
31445
31567
  "signature": "(props?: UseComponentVersionsProps): UseComponentVersionsResult",
@@ -31449,7 +31571,7 @@
31449
31571
  "__schema": "ParameterSchema",
31450
31572
  "location": {
31451
31573
  "filePath": "ui/menu/menu.tsx",
31452
- "line": 172,
31574
+ "line": 178,
31453
31575
  "character": 37
31454
31576
  },
31455
31577
  "name": "props",
@@ -31457,7 +31579,7 @@
31457
31579
  "__schema": "TypeRefSchema",
31458
31580
  "location": {
31459
31581
  "filePath": "ui/menu/menu.tsx",
31460
- "line": 172,
31582
+ "line": 178,
31461
31583
  "character": 45
31462
31584
  },
31463
31585
  "name": "UseComponentVersionsProps",
@@ -31471,7 +31593,7 @@
31471
31593
  "__schema": "TypeRefSchema",
31472
31594
  "location": {
31473
31595
  "filePath": "ui/menu/menu.tsx",
31474
- "line": 172,
31596
+ "line": 178,
31475
31597
  "character": 75
31476
31598
  },
31477
31599
  "name": "UseComponentVersionsResult",
@@ -31484,7 +31606,7 @@
31484
31606
  "__schema": "TypeSchema",
31485
31607
  "location": {
31486
31608
  "filePath": "ui/menu/menu.tsx",
31487
- "line": 173,
31609
+ "line": 179,
31488
31610
  "character": 1
31489
31611
  },
31490
31612
  "signature": "type UseComponentVersion = (props?: UseComponentVersionProps) => DropdownComponentVersion | undefined",
@@ -31493,7 +31615,7 @@
31493
31615
  "__schema": "FunctionLikeSchema",
31494
31616
  "location": {
31495
31617
  "filePath": "ui/menu/menu.tsx",
31496
- "line": 173,
31618
+ "line": 179,
31497
31619
  "character": 35
31498
31620
  },
31499
31621
  "signature": "(props?: UseComponentVersionProps): (component: teambit.component/ui/version-dropdown) DropdownComponentVersion | undefined",
@@ -31503,7 +31625,7 @@
31503
31625
  "__schema": "ParameterSchema",
31504
31626
  "location": {
31505
31627
  "filePath": "ui/menu/menu.tsx",
31506
- "line": 173,
31628
+ "line": 179,
31507
31629
  "character": 36
31508
31630
  },
31509
31631
  "name": "props",
@@ -31511,7 +31633,7 @@
31511
31633
  "__schema": "TypeRefSchema",
31512
31634
  "location": {
31513
31635
  "filePath": "ui/menu/menu.tsx",
31514
- "line": 173,
31636
+ "line": 179,
31515
31637
  "character": 44
31516
31638
  },
31517
31639
  "name": "UseComponentVersionProps",
@@ -31525,7 +31647,7 @@
31525
31647
  "__schema": "TypeUnionSchema",
31526
31648
  "location": {
31527
31649
  "filePath": "ui/menu/menu.tsx",
31528
- "line": 173,
31650
+ "line": 179,
31529
31651
  "character": 73
31530
31652
  },
31531
31653
  "types": [
@@ -31533,7 +31655,7 @@
31533
31655
  "__schema": "TypeRefSchema",
31534
31656
  "location": {
31535
31657
  "filePath": "ui/menu/menu.tsx",
31536
- "line": 173,
31658
+ "line": 179,
31537
31659
  "character": 73
31538
31660
  },
31539
31661
  "name": "DropdownComponentVersion",
@@ -31547,7 +31669,7 @@
31547
31669
  "__schema": "KeywordTypeSchema",
31548
31670
  "location": {
31549
31671
  "filePath": "ui/menu/menu.tsx",
31550
- "line": 173,
31672
+ "line": 179,
31551
31673
  "character": 100
31552
31674
  },
31553
31675
  "name": "undefined"
@@ -31561,7 +31683,7 @@
31561
31683
  "__schema": "TypeSchema",
31562
31684
  "location": {
31563
31685
  "filePath": "ui/menu/menu.tsx",
31564
- "line": 174,
31686
+ "line": 180,
31565
31687
  "character": 1
31566
31688
  },
31567
31689
  "signature": "type UseComponentVersionsResult = {\n tags?: DropdownComponentVersion[] | undefined;\n snaps?: DropdownComponentVersion[] | undefined;\n id?: ComponentID | undefined;\n packageName?: string | undefined;\n latest?: string | undefined;\n currentVersion?: string | undefined;\n loading?: boolean | undefined;\n}",
@@ -31570,7 +31692,7 @@
31570
31692
  "__schema": "TypeLiteralSchema",
31571
31693
  "location": {
31572
31694
  "filePath": "ui/menu/menu.tsx",
31573
- "line": 174,
31695
+ "line": 180,
31574
31696
  "character": 42
31575
31697
  },
31576
31698
  "members": [
@@ -31578,7 +31700,7 @@
31578
31700
  "__schema": "VariableLikeSchema",
31579
31701
  "location": {
31580
31702
  "filePath": "ui/menu/menu.tsx",
31581
- "line": 175,
31703
+ "line": 181,
31582
31704
  "character": 3
31583
31705
  },
31584
31706
  "signature": "(property) tags?: DropdownComponentVersion[] | undefined",
@@ -31587,14 +31709,14 @@
31587
31709
  "__schema": "TypeArraySchema",
31588
31710
  "location": {
31589
31711
  "filePath": "ui/menu/menu.tsx",
31590
- "line": 175,
31712
+ "line": 181,
31591
31713
  "character": 10
31592
31714
  },
31593
31715
  "type": {
31594
31716
  "__schema": "TypeRefSchema",
31595
31717
  "location": {
31596
31718
  "filePath": "ui/menu/menu.tsx",
31597
- "line": 175,
31719
+ "line": 181,
31598
31720
  "character": 10
31599
31721
  },
31600
31722
  "name": "DropdownComponentVersion",
@@ -31611,7 +31733,7 @@
31611
31733
  "__schema": "VariableLikeSchema",
31612
31734
  "location": {
31613
31735
  "filePath": "ui/menu/menu.tsx",
31614
- "line": 176,
31736
+ "line": 182,
31615
31737
  "character": 3
31616
31738
  },
31617
31739
  "signature": "(property) snaps?: DropdownComponentVersion[] | undefined",
@@ -31620,14 +31742,14 @@
31620
31742
  "__schema": "TypeArraySchema",
31621
31743
  "location": {
31622
31744
  "filePath": "ui/menu/menu.tsx",
31623
- "line": 176,
31745
+ "line": 182,
31624
31746
  "character": 11
31625
31747
  },
31626
31748
  "type": {
31627
31749
  "__schema": "TypeRefSchema",
31628
31750
  "location": {
31629
31751
  "filePath": "ui/menu/menu.tsx",
31630
- "line": 176,
31752
+ "line": 182,
31631
31753
  "character": 11
31632
31754
  },
31633
31755
  "name": "DropdownComponentVersion",
@@ -31644,7 +31766,7 @@
31644
31766
  "__schema": "VariableLikeSchema",
31645
31767
  "location": {
31646
31768
  "filePath": "ui/menu/menu.tsx",
31647
- "line": 177,
31769
+ "line": 183,
31648
31770
  "character": 3
31649
31771
  },
31650
31772
  "signature": "(property) id?: ComponentID | undefined",
@@ -31653,7 +31775,7 @@
31653
31775
  "__schema": "TypeRefSchema",
31654
31776
  "location": {
31655
31777
  "filePath": "ui/menu/menu.tsx",
31656
- "line": 177,
31778
+ "line": 183,
31657
31779
  "character": 8
31658
31780
  },
31659
31781
  "name": "ComponentID",
@@ -31669,7 +31791,7 @@
31669
31791
  "__schema": "VariableLikeSchema",
31670
31792
  "location": {
31671
31793
  "filePath": "ui/menu/menu.tsx",
31672
- "line": 178,
31794
+ "line": 184,
31673
31795
  "character": 3
31674
31796
  },
31675
31797
  "signature": "(property) packageName?: string | undefined",
@@ -31678,7 +31800,7 @@
31678
31800
  "__schema": "KeywordTypeSchema",
31679
31801
  "location": {
31680
31802
  "filePath": "ui/menu/menu.tsx",
31681
- "line": 178,
31803
+ "line": 184,
31682
31804
  "character": 17
31683
31805
  },
31684
31806
  "name": "string"
@@ -31689,7 +31811,7 @@
31689
31811
  "__schema": "VariableLikeSchema",
31690
31812
  "location": {
31691
31813
  "filePath": "ui/menu/menu.tsx",
31692
- "line": 179,
31814
+ "line": 185,
31693
31815
  "character": 3
31694
31816
  },
31695
31817
  "signature": "(property) latest?: string | undefined",
@@ -31698,7 +31820,7 @@
31698
31820
  "__schema": "KeywordTypeSchema",
31699
31821
  "location": {
31700
31822
  "filePath": "ui/menu/menu.tsx",
31701
- "line": 179,
31823
+ "line": 185,
31702
31824
  "character": 12
31703
31825
  },
31704
31826
  "name": "string"
@@ -31709,7 +31831,7 @@
31709
31831
  "__schema": "VariableLikeSchema",
31710
31832
  "location": {
31711
31833
  "filePath": "ui/menu/menu.tsx",
31712
- "line": 180,
31834
+ "line": 186,
31713
31835
  "character": 3
31714
31836
  },
31715
31837
  "signature": "(property) currentVersion?: string | undefined",
@@ -31718,7 +31840,7 @@
31718
31840
  "__schema": "KeywordTypeSchema",
31719
31841
  "location": {
31720
31842
  "filePath": "ui/menu/menu.tsx",
31721
- "line": 180,
31843
+ "line": 186,
31722
31844
  "character": 20
31723
31845
  },
31724
31846
  "name": "string"
@@ -31729,7 +31851,7 @@
31729
31851
  "__schema": "VariableLikeSchema",
31730
31852
  "location": {
31731
31853
  "filePath": "ui/menu/menu.tsx",
31732
- "line": 181,
31854
+ "line": 187,
31733
31855
  "character": 3
31734
31856
  },
31735
31857
  "signature": "(property) loading?: boolean | undefined",
@@ -31738,7 +31860,7 @@
31738
31860
  "__schema": "KeywordTypeSchema",
31739
31861
  "location": {
31740
31862
  "filePath": "ui/menu/menu.tsx",
31741
- "line": 181,
31863
+ "line": 187,
31742
31864
  "character": 13
31743
31865
  },
31744
31866
  "name": "boolean"
@@ -31752,7 +31874,7 @@
31752
31874
  "__schema": "FunctionLikeSchema",
31753
31875
  "location": {
31754
31876
  "filePath": "ui/menu/menu.tsx",
31755
- "line": 184,
31877
+ "line": 190,
31756
31878
  "character": 1
31757
31879
  },
31758
31880
  "signature": "function defaultLoadVersions(host: string, componentId?: string, componentFilters?: Filters, useComponent?: UseComponentType, loadingFromProps?: boolean): UseComponentVersions",
@@ -31762,7 +31884,7 @@
31762
31884
  "__schema": "ParameterSchema",
31763
31885
  "location": {
31764
31886
  "filePath": "ui/menu/menu.tsx",
31765
- "line": 185,
31887
+ "line": 191,
31766
31888
  "character": 3
31767
31889
  },
31768
31890
  "name": "host",
@@ -31770,7 +31892,7 @@
31770
31892
  "__schema": "KeywordTypeSchema",
31771
31893
  "location": {
31772
31894
  "filePath": "ui/menu/menu.tsx",
31773
- "line": 185,
31895
+ "line": 191,
31774
31896
  "character": 9
31775
31897
  },
31776
31898
  "name": "string"
@@ -31782,7 +31904,7 @@
31782
31904
  "__schema": "ParameterSchema",
31783
31905
  "location": {
31784
31906
  "filePath": "ui/menu/menu.tsx",
31785
- "line": 186,
31907
+ "line": 192,
31786
31908
  "character": 3
31787
31909
  },
31788
31910
  "name": "componentId",
@@ -31790,7 +31912,7 @@
31790
31912
  "__schema": "KeywordTypeSchema",
31791
31913
  "location": {
31792
31914
  "filePath": "ui/menu/menu.tsx",
31793
- "line": 186,
31915
+ "line": 192,
31794
31916
  "character": 17
31795
31917
  },
31796
31918
  "name": "string"
@@ -31802,7 +31924,7 @@
31802
31924
  "__schema": "ParameterSchema",
31803
31925
  "location": {
31804
31926
  "filePath": "ui/menu/menu.tsx",
31805
- "line": 187,
31927
+ "line": 193,
31806
31928
  "character": 3
31807
31929
  },
31808
31930
  "name": "componentFilters",
@@ -31810,7 +31932,7 @@
31810
31932
  "__schema": "TypeRefSchema",
31811
31933
  "location": {
31812
31934
  "filePath": "ui/menu/menu.tsx",
31813
- "line": 187,
31935
+ "line": 193,
31814
31936
  "character": 21
31815
31937
  },
31816
31938
  "name": "Filters"
@@ -31823,7 +31945,7 @@
31823
31945
  "__schema": "ParameterSchema",
31824
31946
  "location": {
31825
31947
  "filePath": "ui/menu/menu.tsx",
31826
- "line": 188,
31948
+ "line": 194,
31827
31949
  "character": 3
31828
31950
  },
31829
31951
  "name": "useComponent",
@@ -31831,7 +31953,7 @@
31831
31953
  "__schema": "TypeRefSchema",
31832
31954
  "location": {
31833
31955
  "filePath": "ui/menu/menu.tsx",
31834
- "line": 188,
31956
+ "line": 194,
31835
31957
  "character": 18
31836
31958
  },
31837
31959
  "name": "UseComponentType"
@@ -31843,7 +31965,7 @@
31843
31965
  "__schema": "ParameterSchema",
31844
31966
  "location": {
31845
31967
  "filePath": "ui/menu/menu.tsx",
31846
- "line": 189,
31968
+ "line": 195,
31847
31969
  "character": 3
31848
31970
  },
31849
31971
  "name": "loadingFromProps",
@@ -31851,7 +31973,7 @@
31851
31973
  "__schema": "KeywordTypeSchema",
31852
31974
  "location": {
31853
31975
  "filePath": "ui/menu/menu.tsx",
31854
- "line": 189,
31976
+ "line": 195,
31855
31977
  "character": 22
31856
31978
  },
31857
31979
  "name": "boolean"
@@ -31864,7 +31986,7 @@
31864
31986
  "__schema": "TypeRefSchema",
31865
31987
  "location": {
31866
31988
  "filePath": "ui/menu/menu.tsx",
31867
- "line": 184,
31989
+ "line": 190,
31868
31990
  "character": 1
31869
31991
  },
31870
31992
  "name": "UseComponentVersions",
@@ -31878,7 +32000,7 @@
31878
32000
  "__schema": "FunctionLikeSchema",
31879
32001
  "location": {
31880
32002
  "filePath": "ui/menu/menu.tsx",
31881
- "line": 247,
32003
+ "line": 253,
31882
32004
  "character": 14
31883
32005
  },
31884
32006
  "signature": "function(props: VersionRelatedDropdownsProps): (_props: UseComponentVersionProps | undefined) => DropdownComponentVersion | undefined",
@@ -31888,7 +32010,7 @@
31888
32010
  "__schema": "ParameterSchema",
31889
32011
  "location": {
31890
32012
  "filePath": "ui/menu/menu.tsx",
31891
- "line": 247,
32013
+ "line": 253,
31892
32014
  "character": 42
31893
32015
  },
31894
32016
  "name": "props",
@@ -31896,7 +32018,7 @@
31896
32018
  "__schema": "TypeRefSchema",
31897
32019
  "location": {
31898
32020
  "filePath": "ui/menu/menu.tsx",
31899
- "line": 247,
32021
+ "line": 253,
31900
32022
  "character": 49
31901
32023
  },
31902
32024
  "name": "VersionRelatedDropdownsProps",
@@ -31910,7 +32032,7 @@
31910
32032
  "__schema": "TypeRefSchema",
31911
32033
  "location": {
31912
32034
  "filePath": "ui/menu/menu.tsx",
31913
- "line": 247,
32035
+ "line": 253,
31914
32036
  "character": 82
31915
32037
  },
31916
32038
  "name": "UseComponentVersion",
@@ -31922,7 +32044,7 @@
31922
32044
  "__schema": "ReactSchema",
31923
32045
  "location": {
31924
32046
  "filePath": "ui/menu/menu.tsx",
31925
- "line": 260,
32047
+ "line": 266,
31926
32048
  "character": 1
31927
32049
  },
31928
32050
  "signature": "function VersionRelatedDropdowns(props: VersionRelatedDropdownsProps): React.JSX.Element",
@@ -31931,7 +32053,7 @@
31931
32053
  "__schema": "ParameterSchema",
31932
32054
  "location": {
31933
32055
  "filePath": "ui/menu/menu.tsx",
31934
- "line": 260,
32056
+ "line": 266,
31935
32057
  "character": 41
31936
32058
  },
31937
32059
  "name": "props",
@@ -31939,7 +32061,7 @@
31939
32061
  "__schema": "TypeRefSchema",
31940
32062
  "location": {
31941
32063
  "filePath": "ui/menu/menu.tsx",
31942
- "line": 260,
32064
+ "line": 266,
31943
32065
  "character": 48
31944
32066
  },
31945
32067
  "name": "VersionRelatedDropdownsProps",
@@ -31952,7 +32074,7 @@
31952
32074
  "__schema": "TypeRefSchema",
31953
32075
  "location": {
31954
32076
  "filePath": "ui/menu/menu.tsx",
31955
- "line": 260,
32077
+ "line": 266,
31956
32078
  "character": 1
31957
32079
  },
31958
32080
  "name": "React.JSX.Element",
@@ -31968,7 +32090,7 @@
31968
32090
  "__schema": "FunctionLikeSchema",
31969
32091
  "location": {
31970
32092
  "filePath": "ui/menu/menu.tsx",
31971
- "line": 73,
32093
+ "line": 76,
31972
32094
  "character": 1
31973
32095
  },
31974
32096
  "signature": "function getComponentIdStr(componentIdStr?: string | (() => string | undefined)): string | undefined",
@@ -31978,7 +32100,7 @@
31978
32100
  "__schema": "ParameterSchema",
31979
32101
  "location": {
31980
32102
  "filePath": "ui/menu/menu.tsx",
31981
- "line": 73,
32103
+ "line": 76,
31982
32104
  "character": 28
31983
32105
  },
31984
32106
  "name": "componentIdStr",
@@ -31986,7 +32108,7 @@
31986
32108
  "__schema": "TypeUnionSchema",
31987
32109
  "location": {
31988
32110
  "filePath": "ui/menu/menu.tsx",
31989
- "line": 73,
32111
+ "line": 76,
31990
32112
  "character": 45
31991
32113
  },
31992
32114
  "types": [
@@ -31994,7 +32116,7 @@
31994
32116
  "__schema": "KeywordTypeSchema",
31995
32117
  "location": {
31996
32118
  "filePath": "ui/menu/menu.tsx",
31997
- "line": 73,
32119
+ "line": 76,
31998
32120
  "character": 45
31999
32121
  },
32000
32122
  "name": "string"
@@ -32003,14 +32125,14 @@
32003
32125
  "__schema": "ParenthesizedTypeSchema",
32004
32126
  "location": {
32005
32127
  "filePath": "ui/menu/menu.tsx",
32006
- "line": 73,
32128
+ "line": 76,
32007
32129
  "character": 54
32008
32130
  },
32009
32131
  "type": {
32010
32132
  "__schema": "FunctionLikeSchema",
32011
32133
  "location": {
32012
32134
  "filePath": "ui/menu/menu.tsx",
32013
- "line": 73,
32135
+ "line": 76,
32014
32136
  "character": 55
32015
32137
  },
32016
32138
  "signature": "(): string | undefined",
@@ -32020,7 +32142,7 @@
32020
32142
  "__schema": "TypeUnionSchema",
32021
32143
  "location": {
32022
32144
  "filePath": "ui/menu/menu.tsx",
32023
- "line": 73,
32145
+ "line": 76,
32024
32146
  "character": 61
32025
32147
  },
32026
32148
  "types": [
@@ -32028,7 +32150,7 @@
32028
32150
  "__schema": "KeywordTypeSchema",
32029
32151
  "location": {
32030
32152
  "filePath": "ui/menu/menu.tsx",
32031
- "line": 73,
32153
+ "line": 76,
32032
32154
  "character": 61
32033
32155
  },
32034
32156
  "name": "string"
@@ -32037,7 +32159,7 @@
32037
32159
  "__schema": "KeywordTypeSchema",
32038
32160
  "location": {
32039
32161
  "filePath": "ui/menu/menu.tsx",
32040
- "line": 73,
32162
+ "line": 76,
32041
32163
  "character": 70
32042
32164
  },
32043
32165
  "name": "undefined"
@@ -32057,7 +32179,7 @@
32057
32179
  "__schema": "TypeUnionSchema",
32058
32180
  "location": {
32059
32181
  "filePath": "ui/menu/menu.tsx",
32060
- "line": 73,
32182
+ "line": 76,
32061
32183
  "character": 83
32062
32184
  },
32063
32185
  "types": [
@@ -32065,7 +32187,7 @@
32065
32187
  "__schema": "KeywordTypeSchema",
32066
32188
  "location": {
32067
32189
  "filePath": "ui/menu/menu.tsx",
32068
- "line": 73,
32190
+ "line": 76,
32069
32191
  "character": 83
32070
32192
  },
32071
32193
  "name": "string"
@@ -32074,7 +32196,7 @@
32074
32196
  "__schema": "KeywordTypeSchema",
32075
32197
  "location": {
32076
32198
  "filePath": "ui/menu/menu.tsx",
32077
- "line": 73,
32199
+ "line": 76,
32078
32200
  "character": 92
32079
32201
  },
32080
32202
  "name": "undefined"
@@ -32087,7 +32209,7 @@
32087
32209
  "__schema": "FunctionLikeSchema",
32088
32210
  "location": {
32089
32211
  "filePath": "ui/menu/menu.tsx",
32090
- "line": 340,
32212
+ "line": 348,
32091
32213
  "character": 1
32092
32214
  },
32093
32215
  "signature": "function useConsumeMethods(consumeMethods?: ConsumeMethodSlot, consumePluginProps?: ConsumePluginProps): ConsumeMethod[]",
@@ -32097,7 +32219,7 @@
32097
32219
  "__schema": "ParameterSchema",
32098
32220
  "location": {
32099
32221
  "filePath": "ui/menu/menu.tsx",
32100
- "line": 341,
32222
+ "line": 349,
32101
32223
  "character": 3
32102
32224
  },
32103
32225
  "name": "consumeMethods",
@@ -32105,7 +32227,7 @@
32105
32227
  "__schema": "TypeRefSchema",
32106
32228
  "location": {
32107
32229
  "filePath": "ui/menu/menu.tsx",
32108
- "line": 341,
32230
+ "line": 349,
32109
32231
  "character": 20
32110
32232
  },
32111
32233
  "name": "ConsumeMethodSlot",
@@ -32118,7 +32240,7 @@
32118
32240
  "__schema": "ParameterSchema",
32119
32241
  "location": {
32120
32242
  "filePath": "ui/menu/menu.tsx",
32121
- "line": 342,
32243
+ "line": 350,
32122
32244
  "character": 3
32123
32245
  },
32124
32246
  "name": "consumePluginProps",
@@ -32126,7 +32248,7 @@
32126
32248
  "__schema": "TypeRefSchema",
32127
32249
  "location": {
32128
32250
  "filePath": "ui/menu/menu.tsx",
32129
- "line": 342,
32251
+ "line": 350,
32130
32252
  "character": 24
32131
32253
  },
32132
32254
  "name": "ConsumePluginProps",
@@ -32140,21 +32262,21 @@
32140
32262
  "__schema": "TypeArraySchema",
32141
32263
  "location": {
32142
32264
  "filePath": "ui/menu/menu.tsx",
32143
- "line": 343,
32265
+ "line": 351,
32144
32266
  "character": 4
32145
32267
  },
32146
32268
  "type": {
32147
32269
  "__schema": "TypeRefSchema",
32148
32270
  "location": {
32149
32271
  "filePath": "ui/menu/menu.tsx",
32150
- "line": 343,
32272
+ "line": 351,
32151
32273
  "character": 4
32152
32274
  },
32153
32275
  "name": "ConsumeMethod",
32154
32276
  "componentId": {
32155
32277
  "scope": "teambit.ui-foundation",
32156
32278
  "name": "ui/use-box/menu",
32157
- "version": "1.0.11"
32279
+ "version": "1.0.12"
32158
32280
  }
32159
32281
  }
32160
32282
  },
@@ -32472,7 +32594,7 @@
32472
32594
  "_legacy": {
32473
32595
  "scope": "teambit.component",
32474
32596
  "name": "component",
32475
- "version": "1.0.453"
32597
+ "version": "1.0.455"
32476
32598
  },
32477
32599
  "_scope": "teambit.component"
32478
32600
  }
@@ -34974,7 +35096,7 @@
34974
35096
  "componentId": {
34975
35097
  "scope": "teambit.component",
34976
35098
  "name": "component",
34977
- "version": "1.0.453"
35099
+ "version": "1.0.455"
34978
35100
  },
34979
35101
  "taggedModuleExports": []
34980
35102
  }