@teambit/component 1.0.410 → 1.0.412

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,6 +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
24
  "name": "GetComponentsOptions",
24
25
  "exportNode": {
25
26
  "__schema": "TypeSchema",
@@ -287,6 +288,7 @@
287
288
  "line": 4,
288
289
  "character": 15
289
290
  },
291
+ "signature": "type UseComponentType = (id: string, host: string, filters?: Filters, skip?: boolean) => ComponentQueryResult",
290
292
  "name": "UseComponentType",
291
293
  "exportNode": {
292
294
  "__schema": "TypeSchema",
@@ -408,6 +410,7 @@
408
410
  "line": 5,
409
411
  "character": 10
410
412
  },
413
+ "signature": "function useComponentHost(): {\n host?: undefined;\n} | {\n host: ComponentHostModel;\n}",
411
414
  "name": "useComponentHost",
412
415
  "exportNode": {
413
416
  "__schema": "FunctionLikeSchema",
@@ -440,6 +443,7 @@
440
443
  "line": 6,
441
444
  "character": 10
442
445
  },
446
+ "signature": "class Component",
443
447
  "name": "Component",
444
448
  "exportNode": {
445
449
  "__schema": "ClassSchema",
@@ -2274,6 +2278,7 @@
2274
2278
  "line": 6,
2275
2279
  "character": 21
2276
2280
  },
2281
+ "signature": "type InvalidComponent = {\n id: ComponentID;\n err: Error;\n}",
2277
2282
  "name": "InvalidComponent",
2278
2283
  "exportNode": {
2279
2284
  "__schema": "TypeSchema",
@@ -2348,6 +2353,7 @@
2348
2353
  "line": 7,
2349
2354
  "character": 10
2350
2355
  },
2356
+ "signature": "export { ComponentID };\n\nComponentID",
2351
2357
  "name": "ComponentID",
2352
2358
  "exportNode": {
2353
2359
  "__schema": "TypeRefSchema",
@@ -2371,6 +2377,7 @@
2371
2377
  "line": 8,
2372
2378
  "character": 21
2373
2379
  },
2380
+ "signature": "class ComponentFS",
2374
2381
  "name": "default",
2375
2382
  "exportNode": {
2376
2383
  "__schema": "ClassSchema",
@@ -2681,7 +2688,7 @@
2681
2688
  "_legacy": {
2682
2689
  "scope": "teambit.component",
2683
2690
  "name": "component",
2684
- "version": "1.0.410"
2691
+ "version": "1.0.412"
2685
2692
  },
2686
2693
  "_scope": "teambit.component"
2687
2694
  }
@@ -2699,6 +2706,7 @@
2699
2706
  "line": 9,
2700
2707
  "character": 25
2701
2708
  },
2709
+ "signature": "class Config",
2702
2710
  "name": "Config",
2703
2711
  "exportNode": {
2704
2712
  "__schema": "ClassSchema",
@@ -2834,6 +2842,7 @@
2834
2842
  "line": 11,
2835
2843
  "character": 3
2836
2844
  },
2845
+ "signature": "interface ComponentFactory",
2837
2846
  "name": "ComponentFactory",
2838
2847
  "exportNode": {
2839
2848
  "__schema": "InterfaceSchema",
@@ -5112,6 +5121,7 @@
5112
5121
  "line": 12,
5113
5122
  "character": 3
5114
5123
  },
5124
+ "signature": "type ResolveAspectsOptions = FilterAspectsOptions & {\n throwOnError?: boolean | undefined;\n useScopeAspectsCapsule?: boolean | undefined;\n workspaceName?: string | undefined;\n skipDeps?: boolean | undefined;\n resolveEnvsFromRoots?: boolean | undefined;\n packageManagerConfigRootDir?: string | undefined;\n}",
5115
5125
  "name": "ResolveAspectsOptions",
5116
5126
  "exportNode": {
5117
5127
  "__schema": "TypeSchema",
@@ -5280,6 +5290,7 @@
5280
5290
  "line": 13,
5281
5291
  "character": 3
5282
5292
  },
5293
+ "signature": "type FilterAspectsOptions = {\n excludeCore?: boolean | undefined;\n requestedOnly?: boolean | undefined;\n filterByRuntime?: boolean | undefined;\n}",
5283
5294
  "name": "FilterAspectsOptions",
5284
5295
  "exportNode": {
5285
5296
  "__schema": "TypeSchema",
@@ -5402,6 +5413,7 @@
5402
5413
  "line": 14,
5403
5414
  "character": 3
5404
5415
  },
5416
+ "signature": "type LoadAspectsOptions = {\n [key: string]: any;\n throwOnError?: boolean | undefined;\n hideMissingModuleError?: boolean | undefined;\n ignoreErrors?: boolean | undefined;\n forceLoad?: boolean | undefined;\n}",
5405
5417
  "name": "LoadAspectsOptions",
5406
5418
  "exportNode": {
5407
5419
  "__schema": "TypeSchema",
@@ -5559,6 +5571,7 @@
5559
5571
  "line": 16,
5560
5572
  "character": 15
5561
5573
  },
5574
+ "signature": "class AspectList",
5562
5575
  "name": "AspectList",
5563
5576
  "exportNode": {
5564
5577
  "__schema": "ClassSchema",
@@ -6415,6 +6428,7 @@
6415
6428
  "line": 17,
6416
6429
  "character": 10
6417
6430
  },
6431
+ "signature": "class AspectEntry",
6418
6432
  "name": "AspectEntry",
6419
6433
  "exportNode": {
6420
6434
  "__schema": "ClassSchema",
@@ -6817,6 +6831,7 @@
6817
6831
  "line": 17,
6818
6832
  "character": 23
6819
6833
  },
6834
+ "signature": "type AspectData = {\n [key: string]: any;\n}",
6820
6835
  "name": "AspectData",
6821
6836
  "exportNode": {
6822
6837
  "__schema": "TypeSchema",
@@ -6883,6 +6898,7 @@
6883
6898
  "line": 17,
6884
6899
  "character": 35
6885
6900
  },
6901
+ "signature": "type ResolveComponentIdFunc = (id: string) => Promise<ComponentID>",
6886
6902
  "name": "ResolveComponentIdFunc",
6887
6903
  "exportNode": {
6888
6904
  "__schema": "TypeSchema",
@@ -6955,6 +6971,7 @@
6955
6971
  "line": 20,
6956
6972
  "character": 10
6957
6973
  },
6974
+ "signature": "class Snap",
6958
6975
  "name": "Snap",
6959
6976
  "exportNode": {
6960
6977
  "__schema": "ClassSchema",
@@ -7184,6 +7201,7 @@
7184
7201
  "line": 20,
7185
7202
  "character": 16
7186
7203
  },
7204
+ "signature": "type SnapProps = {\n hash: string;\n timestamp: string;\n parents: string[];\n author: Author;\n message: string;\n}",
7187
7205
  "name": "SnapProps",
7188
7206
  "exportNode": {
7189
7207
  "__schema": "TypeSchema",
@@ -7321,6 +7339,7 @@
7321
7339
  "line": 21,
7322
7340
  "character": 15
7323
7341
  },
7342
+ "signature": "type Author = {\n displayName: string;\n name?: string | undefined;\n email: string;\n}",
7324
7343
  "name": "Author",
7325
7344
  "exportNode": {
7326
7345
  "__schema": "TypeSchema",
@@ -7454,6 +7473,7 @@
7454
7473
  "line": 24,
7455
7474
  "character": 10
7456
7475
  },
7476
+ "signature": "class Tag",
7457
7477
  "name": "Tag",
7458
7478
  "exportNode": {
7459
7479
  "__schema": "ClassSchema",
@@ -7626,6 +7646,7 @@
7626
7646
  "line": 24,
7627
7647
  "character": 15
7628
7648
  },
7649
+ "signature": "type TagProps = {\n hash: string;\n version: string;\n}",
7629
7650
  "name": "TagProps",
7630
7651
  "exportNode": {
7631
7652
  "__schema": "TypeSchema",
@@ -7695,6 +7716,7 @@
7695
7716
  "line": 25,
7696
7717
  "character": 15
7697
7718
  },
7719
+ "signature": "interface IComponent",
7698
7720
  "name": "IComponent",
7699
7721
  "exportNode": {
7700
7722
  "__schema": "InterfaceSchema",
@@ -7868,6 +7890,7 @@
7868
7890
  "line": 26,
7869
7891
  "character": 10
7870
7892
  },
7893
+ "signature": "class State",
7871
7894
  "name": "State",
7872
7895
  "exportNode": {
7873
7896
  "__schema": "ClassSchema",
@@ -8143,6 +8166,7 @@
8143
8166
  "line": 27,
8144
8167
  "character": 15
8145
8168
  },
8169
+ "signature": "type Hash = string",
8146
8170
  "name": "Hash",
8147
8171
  "exportNode": {
8148
8172
  "__schema": "TypeSchema",
@@ -8182,6 +8206,7 @@
8182
8206
  "line": 28,
8183
8207
  "character": 10
8184
8208
  },
8209
+ "signature": "class TagMap",
8185
8210
  "name": "TagMap",
8186
8211
  "exportNode": {
8187
8212
  "__schema": "ClassSchema",
@@ -8639,7 +8664,7 @@
8639
8664
  "_legacy": {
8640
8665
  "scope": "teambit.component",
8641
8666
  "name": "component",
8642
- "version": "1.0.410"
8667
+ "version": "1.0.412"
8643
8668
  },
8644
8669
  "_scope": "teambit.component"
8645
8670
  }
@@ -8656,6 +8681,7 @@
8656
8681
  "line": 29,
8657
8682
  "character": 10
8658
8683
  },
8684
+ "signature": "class ComponentMap<T>",
8659
8685
  "name": "ComponentMap",
8660
8686
  "exportNode": {
8661
8687
  "__schema": "ClassSchema",
@@ -9956,6 +9982,7 @@
9956
9982
  "line": 30,
9957
9983
  "character": 15
9958
9984
  },
9985
+ "signature": "class ComponentMain",
9959
9986
  "name": "ComponentMain",
9960
9987
  "exportNode": {
9961
9988
  "__schema": "ClassSchema",
@@ -10824,6 +10851,7 @@
10824
10851
  "line": 31,
10825
10852
  "character": 15
10826
10853
  },
10854
+ "signature": "class ComponentUI",
10827
10855
  "name": "ComponentUI",
10828
10856
  "exportNode": {
10829
10857
  "__schema": "ClassSchema",
@@ -12019,6 +12047,7 @@
12019
12047
  "line": 32,
12020
12048
  "character": 15
12021
12049
  },
12050
+ "signature": "interface Section",
12022
12051
  "name": "Section",
12023
12052
  "exportNode": {
12024
12053
  "__schema": "InterfaceSchema",
@@ -12138,6 +12167,7 @@
12138
12167
  "line": 33,
12139
12168
  "character": 10
12140
12169
  },
12170
+ "signature": "const ComponentContext: React.Context<ComponentModel>",
12141
12171
  "name": "ComponentContext",
12142
12172
  "exportNode": {
12143
12173
  "__schema": "VariableLikeSchema",
@@ -12179,6 +12209,7 @@
12179
12209
  "line": 33,
12180
12210
  "character": 28
12181
12211
  },
12212
+ "signature": "const ComponentDescriptorContext: React.Context<ComponentDescriptor | undefined>",
12182
12213
  "name": "ComponentDescriptorContext",
12183
12214
  "exportNode": {
12184
12215
  "__schema": "VariableLikeSchema",
@@ -12239,6 +12270,7 @@
12239
12270
  "line": 33,
12240
12271
  "character": 56
12241
12272
  },
12273
+ "signature": "function(): ComponentDescriptor | undefined",
12242
12274
  "name": "useComponentDescriptor",
12243
12275
  "exportNode": {
12244
12276
  "__schema": "FunctionLikeSchema",
@@ -12269,6 +12301,7 @@
12269
12301
  "line": 34,
12270
12302
  "character": 15
12271
12303
  },
12304
+ "signature": "type ComponentProviderProps = {\n component: ComponentModel;\n children: ReactNode;\n}",
12272
12305
  "name": "ComponentProviderProps",
12273
12306
  "exportNode": {
12274
12307
  "__schema": "TypeSchema",
@@ -12360,6 +12393,7 @@
12360
12393
  "line": 34,
12361
12394
  "character": 39
12362
12395
  },
12396
+ "signature": "type ComponentDescriptorProviderProps = {\n componentDescriptor?: ComponentDescriptor | undefined;\n children: ReactNode;\n}",
12363
12397
  "name": "ComponentDescriptorProviderProps",
12364
12398
  "exportNode": {
12365
12399
  "__schema": "TypeSchema",
@@ -12451,6 +12485,7 @@
12451
12485
  "line": 35,
12452
12486
  "character": 10
12453
12487
  },
12488
+ "signature": "function ComponentProvider({ component, children }: ComponentProviderProps): React.JSX.Element",
12454
12489
  "name": "ComponentProvider",
12455
12490
  "exportNode": {
12456
12491
  "__schema": "ReactSchema",
@@ -12527,6 +12562,7 @@
12527
12562
  "line": 35,
12528
12563
  "character": 29
12529
12564
  },
12565
+ "signature": "function ComponentDescriptorProvider({ componentDescriptor, children }: ComponentDescriptorProviderProps): React.JSX.Element",
12530
12566
  "name": "ComponentDescriptorProvider",
12531
12567
  "exportNode": {
12532
12568
  "__schema": "ReactSchema",
@@ -12603,6 +12639,7 @@
12603
12639
  "line": 36,
12604
12640
  "character": 10
12605
12641
  },
12642
+ "signature": "const componentFields: DocumentNode",
12606
12643
  "name": "componentFields",
12607
12644
  "exportNode": {
12608
12645
  "__schema": "VariableLikeSchema",
@@ -12633,6 +12670,7 @@
12633
12670
  "line": 36,
12634
12671
  "character": 27
12635
12672
  },
12673
+ "signature": "const componentIdFields: DocumentNode",
12636
12674
  "name": "componentIdFields",
12637
12675
  "exportNode": {
12638
12676
  "__schema": "VariableLikeSchema",
@@ -12663,6 +12701,7 @@
12663
12701
  "line": 36,
12664
12702
  "character": 46
12665
12703
  },
12704
+ "signature": "const componentOverviewFields: DocumentNode",
12666
12705
  "name": "componentOverviewFields",
12667
12706
  "exportNode": {
12668
12707
  "__schema": "VariableLikeSchema",
@@ -12693,6 +12732,7 @@
12693
12732
  "line": 37,
12694
12733
  "character": 15
12695
12734
  },
12735
+ "signature": "type NavPlugin = {\n props: NavPluginProps;\n order?: number | undefined;\n}",
12696
12736
  "name": "NavPlugin",
12697
12737
  "exportNode": {
12698
12738
  "__schema": "TypeSchema",
@@ -12763,6 +12803,7 @@
12763
12803
  "line": 37,
12764
12804
  "character": 26
12765
12805
  },
12806
+ "signature": "type ConsumePlugin = (props: ConsumePluginProps) => ConsumeMethod | undefined",
12766
12807
  "name": "ConsumePlugin",
12767
12808
  "exportNode": {
12768
12809
  "__schema": "TypeSchema",
@@ -12843,6 +12884,7 @@
12843
12884
  "line": 37,
12844
12885
  "character": 41
12845
12886
  },
12887
+ "signature": "type MenuNavProps = {\n navigationSlot?: OrderedNavigationSlot | undefined;\n widgetSlot?: OrderedNavigationSlot | undefined;\n navPlugins?: [string, NavPlugin][] | undefined;\n widgetPlugins?: [...][] | undefined;\n secondaryNavClassName?: string | undefined;\n activeTabIndex?: number | undefined;\n alwaysShowActiveTab?: boolean | undefined;\n} & React.HTMLAttributes<...>",
12846
12888
  "name": "MenuNavProps",
12847
12889
  "exportNode": {
12848
12890
  "__schema": "TypeSchema",
@@ -13171,6 +13213,7 @@
13171
13213
  "line": 38,
13172
13214
  "character": 10
13173
13215
  },
13216
+ "signature": "function CollapsibleMenuNav({ navigationSlot, widgetSlot, navPlugins, widgetPlugins, className, secondaryNavClassName, activeTabIndex, alwaysShowActiveTab, children, }: MenuNavProps): React.JSX.Element",
13174
13217
  "name": "CollapsibleMenuNav",
13175
13218
  "exportNode": {
13176
13219
  "__schema": "ReactSchema",
@@ -13326,6 +13369,7 @@
13326
13369
  "line": 38,
13327
13370
  "character": 30
13328
13371
  },
13372
+ "signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, }: MenuProps): React.JSX.Element",
13329
13373
  "name": "ComponentMenu",
13330
13374
  "exportNode": {
13331
13375
  "__schema": "ReactSchema",
@@ -13534,6 +13578,7 @@
13534
13578
  "line": 38,
13535
13579
  "character": 45
13536
13580
  },
13581
+ "signature": "function VersionRelatedDropdowns(props: VersionRelatedDropdownsProps): React.JSX.Element",
13537
13582
  "name": "VersionRelatedDropdowns",
13538
13583
  "exportNode": {
13539
13584
  "__schema": "ReactSchema",
@@ -13586,6 +13631,7 @@
13586
13631
  "line": 39,
13587
13632
  "character": 15
13588
13633
  },
13634
+ "signature": "type RegisteredComponentRoute = Route & {\n resolveComponent?: boolean | undefined;\n}",
13589
13635
  "name": "RegisteredComponentRoute",
13590
13636
  "exportNode": {
13591
13637
  "__schema": "TypeSchema",
@@ -13654,6 +13700,7 @@
13654
13700
  "line": 39,
13655
13701
  "character": 41
13656
13702
  },
13703
+ "signature": "type ComponentUrlParams = {\n componentId: string;\n}",
13657
13704
  "name": "ComponentUrlParams",
13658
13705
  "exportNode": {
13659
13706
  "__schema": "TypeSchema",
@@ -13703,6 +13750,7 @@
13703
13750
  "line": 40,
13704
13751
  "character": 15
13705
13752
  },
13753
+ "signature": "type ComponentModelProps = {\n id: ComponentIdObj;\n description: string;\n buildStatus?: string | undefined;\n server?: ComponentServer | undefined;\n displayName: string;\n packageName: string;\n compositions?: CompositionProps[] | undefined;\n ... 10 more ...;\n size?: ComponentPreviewSize | undefined;\n}",
13706
13754
  "name": "ComponentModelProps",
13707
13755
  "exportNode": {
13708
13756
  "__schema": "TypeSchema",
@@ -14129,6 +14177,7 @@
14129
14177
  "line": 41,
14130
14178
  "character": 10
14131
14179
  },
14180
+ "signature": "class ComponentModel",
14132
14181
  "name": "ComponentModel",
14133
14182
  "exportNode": {
14134
14183
  "__schema": "ClassSchema",
@@ -14930,6 +14979,7 @@
14930
14979
  "line": 42,
14931
14980
  "character": 10
14932
14981
  },
14982
+ "signature": "function TopBarNav({ href, className, activeClassName, children, displayName, ignoreQueryParams, ...rest }: NavPluginProps): React.JSX.Element",
14933
14983
  "name": "TopBarNav",
14934
14984
  "exportNode": {
14935
14985
  "__schema": "ReactSchema",
@@ -15061,6 +15111,7 @@
15061
15111
  "line": 43,
15062
15112
  "character": 15
15063
15113
  },
15114
+ "signature": "interface ShowFragment",
15064
15115
  "name": "ShowFragment",
15065
15116
  "exportNode": {
15066
15117
  "__schema": "InterfaceSchema",
@@ -15242,6 +15293,7 @@
15242
15293
  "line": 43,
15243
15294
  "character": 29
15244
15295
  },
15296
+ "signature": "interface ShowRow",
15245
15297
  "name": "ShowRow",
15246
15298
  "exportNode": {
15247
15299
  "__schema": "InterfaceSchema",
@@ -15326,6 +15378,7 @@
15326
15378
  "line": 43,
15327
15379
  "character": 38
15328
15380
  },
15381
+ "signature": "interface JSONRow",
15329
15382
  "name": "ShowJSONRow",
15330
15383
  "exportNode": {
15331
15384
  "__schema": "InterfaceSchema",
@@ -15410,6 +15463,7 @@
15410
15463
  "line": 44,
15411
15464
  "character": 10
15412
15465
  },
15466
+ "signature": "class Config",
15413
15467
  "name": "Config",
15414
15468
  "exportNode": {
15415
15469
  "__schema": "ClassSchema",
@@ -15544,6 +15598,7 @@
15544
15598
  "line": 45,
15545
15599
  "character": 10
15546
15600
  },
15601
+ "signature": "function useComponent(host: string, id?: string, options?: UseComponentOptions): ComponentQueryResult",
15547
15602
  "name": "useComponent",
15548
15603
  "exportNode": {
15549
15604
  "__schema": "FunctionLikeSchema",
@@ -15638,6 +15693,7 @@
15638
15693
  "line": 45,
15639
15694
  "character": 24
15640
15695
  },
15696
+ "signature": "function useIdFromLocation(url?: string, deriveScopeFromSearchParams?: boolean): string | undefined",
15641
15697
  "name": "useIdFromLocation",
15642
15698
  "exportNode": {
15643
15699
  "__schema": "FunctionLikeSchema",
@@ -15730,6 +15786,7 @@
15730
15786
  "line": 45,
15731
15787
  "character": 43
15732
15788
  },
15789
+ "signature": "function useComponentLogs(componentId: string, host: string, filters?: Filters, skipFromProps?: boolean): ComponentLogsResult",
15733
15790
  "name": "useComponentLogs",
15734
15791
  "exportNode": {
15735
15792
  "__schema": "FunctionLikeSchema",
@@ -15843,6 +15900,7 @@
15843
15900
  "line": 45,
15844
15901
  "character": 61
15845
15902
  },
15903
+ "signature": "type ComponentLogsResult = {\n id?: ComponentID | undefined;\n componentLogs?: ComponentLogs | undefined;\n latest?: string | undefined;\n packageName?: string | undefined;\n error?: ComponentError | undefined;\n loading?: boolean | undefined;\n}",
15846
15904
  "name": "ComponentLogsResult",
15847
15905
  "exportNode": {
15848
15906
  "__schema": "TypeSchema",
@@ -15992,6 +16050,7 @@
15992
16050
  "line": 45,
15993
16051
  "character": 82
15994
16052
  },
16053
+ "signature": "type Filters = {\n log?: (LogFilter & {\n type?: string | undefined;\n }) | undefined;\n loading?: boolean | undefined;\n}",
15995
16054
  "name": "Filters",
15996
16055
  "exportNode": {
15997
16056
  "__schema": "TypeSchema",
@@ -16101,6 +16160,7 @@
16101
16160
  "line": 49,
16102
16161
  "character": 10
16103
16162
  },
16163
+ "signature": "const ComponentAspect: Aspect",
16104
16164
  "name": "ComponentAspect",
16105
16165
  "exportNode": {
16106
16166
  "__schema": "VariableLikeSchema",
@@ -19821,7 +19881,7 @@
19821
19881
  "_legacy": {
19822
19882
  "scope": "teambit.component",
19823
19883
  "name": "component",
19824
- "version": "1.0.410"
19884
+ "version": "1.0.412"
19825
19885
  },
19826
19886
  "_scope": "teambit.component"
19827
19887
  }
@@ -25172,7 +25232,7 @@
25172
25232
  "_legacy": {
25173
25233
  "scope": "teambit.component",
25174
25234
  "name": "component",
25175
- "version": "1.0.410"
25235
+ "version": "1.0.412"
25176
25236
  },
25177
25237
  "_scope": "teambit.component"
25178
25238
  }
@@ -29747,7 +29807,7 @@
29747
29807
  "line": 66,
29748
29808
  "character": 14
29749
29809
  },
29750
- "signature": "(): { \u001b[1mloading\u001b[22m?: boolean; \u001b[1mlanesModel\u001b[22m?: LanesModel }",
29810
+ "signature": "(): { loading?: boolean; lanesModel?: LanesModel }",
29751
29811
  "name": "",
29752
29812
  "params": [],
29753
29813
  "returnType": {
@@ -30199,7 +30259,7 @@
30199
30259
  "line": 154,
30200
30260
  "character": 14
30201
30261
  },
30202
- "signature": "(): { \u001b[1mloading\u001b[22m?: boolean; \u001b[1mlanesModel\u001b[22m?: LanesModel }",
30262
+ "signature": "(): { loading?: boolean; lanesModel?: LanesModel }",
30203
30263
  "name": "",
30204
30264
  "params": [],
30205
30265
  "returnType": {
@@ -31469,7 +31529,7 @@
31469
31529
  "_legacy": {
31470
31530
  "scope": "teambit.component",
31471
31531
  "name": "component",
31472
- "version": "1.0.410"
31532
+ "version": "1.0.412"
31473
31533
  },
31474
31534
  "_scope": "teambit.component"
31475
31535
  }
@@ -33487,6 +33547,7 @@
33487
33547
  "line": 5,
33488
33548
  "character": 10
33489
33549
  },
33550
+ "signature": "type UseComponentType = (id: string, host: string, filters?: Filters, skip?: boolean) => ComponentQueryResult",
33490
33551
  "name": "UseComponentType",
33491
33552
  "exportNode": {
33492
33553
  "__schema": "TypeSchema",
@@ -33608,6 +33669,7 @@
33608
33669
  "line": 5,
33609
33670
  "character": 28
33610
33671
  },
33672
+ "signature": "type Filters = {\n log?: (LogFilter & {\n type?: string | undefined;\n }) | undefined;\n loading?: boolean | undefined;\n}",
33611
33673
  "name": "Filters",
33612
33674
  "exportNode": {
33613
33675
  "__schema": "TypeSchema",
@@ -33913,7 +33975,7 @@
33913
33975
  "componentId": {
33914
33976
  "scope": "teambit.component",
33915
33977
  "name": "component",
33916
- "version": "1.0.410"
33978
+ "version": "1.0.412"
33917
33979
  },
33918
33980
  "taggedModuleExports": []
33919
33981
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.410/dist/component.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.410/dist/component.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.412/dist/component.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.412/dist/component.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component",
3
- "version": "1.0.410",
3
+ "version": "1.0.412",
4
4
  "homepage": "https://bit.cloud/teambit/component/component",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "component",
9
- "version": "1.0.410"
9
+ "version": "1.0.412"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/any-fs": "0.0.5",
@@ -47,37 +47,37 @@
47
47
  "@teambit/base-ui.layout.breakpoints": "1.0.0",
48
48
  "@teambit/lanes.ui.models.lanes-model": "0.0.221",
49
49
  "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.142",
50
- "@teambit/aspect-loader": "1.0.410",
51
- "@teambit/dependency-resolver": "1.0.410",
52
- "@teambit/graph": "1.0.410",
53
- "@teambit/component.sources": "0.0.29",
50
+ "@teambit/aspect-loader": "1.0.412",
51
+ "@teambit/dependency-resolver": "1.0.412",
52
+ "@teambit/graph": "1.0.412",
53
+ "@teambit/component.sources": "0.0.30",
54
54
  "@teambit/toolbox.path.match-patterns": "0.0.15",
55
55
  "@teambit/toolbox.string.eol": "0.0.1",
56
56
  "@teambit/toolbox.string.capitalize": "0.0.496",
57
57
  "@teambit/toolbox.path.path": "0.0.4",
58
- "@teambit/cli": "0.0.987",
59
- "@teambit/express": "0.0.1086",
60
- "@teambit/graphql": "1.0.410",
61
- "@teambit/logger": "0.0.1080",
62
- "@teambit/command-bar": "1.0.410",
58
+ "@teambit/cli": "0.0.989",
59
+ "@teambit/express": "0.0.1088",
60
+ "@teambit/graphql": "1.0.412",
61
+ "@teambit/logger": "0.0.1082",
62
+ "@teambit/command-bar": "1.0.412",
63
63
  "@teambit/component-package-version": "0.0.434",
64
- "@teambit/preview": "1.0.410",
65
- "@teambit/pubsub": "1.0.410",
66
- "@teambit/react-router": "1.0.410",
67
- "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.509",
68
- "@teambit/ui": "1.0.410",
64
+ "@teambit/preview": "1.0.412",
65
+ "@teambit/pubsub": "1.0.412",
66
+ "@teambit/react-router": "1.0.412",
67
+ "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.510",
68
+ "@teambit/ui": "1.0.412",
69
69
  "@teambit/legacy.utils": "0.0.5",
70
70
  "@teambit/component-issues": "0.0.150",
71
71
  "@teambit/pkg.modules.semver-helper": "0.0.1",
72
72
  "@teambit/cli-table": "0.0.48",
73
- "@teambit/legacy.bit-map": "0.0.33",
73
+ "@teambit/legacy.bit-map": "0.0.34",
74
74
  "@teambit/legacy-component-log": "0.0.403",
75
- "@teambit/component-descriptor": "0.0.423",
76
- "@teambit/legacy.component-diff": "0.0.30",
75
+ "@teambit/component-descriptor": "0.0.424",
76
+ "@teambit/legacy.component-diff": "0.0.31",
77
77
  "@teambit/harmony.ui.aspect-box": "0.0.507",
78
- "@teambit/compositions": "1.0.410",
79
- "@teambit/deprecation": "1.0.410",
80
- "@teambit/envs": "1.0.410",
78
+ "@teambit/compositions": "1.0.412",
79
+ "@teambit/deprecation": "1.0.412",
80
+ "@teambit/envs": "1.0.412",
81
81
  "@teambit/envs.ui.env-icon": "0.0.505",
82
82
  "@teambit/component.ui.version-dropdown": "0.0.868",
83
83
  "@teambit/lanes.hooks.use-lanes": "0.0.273"
@@ -90,9 +90,8 @@
90
90
  "@types/classnames": "2.2.11",
91
91
  "@types/lodash.compact": "3.0.6",
92
92
  "@types/mocha": "9.1.0",
93
- "chai": "4.3.0",
94
93
  "@teambit/component.content.component-overview": "1.95.0",
95
- "@teambit/harmony.envs.core-aspect-env": "0.0.47"
94
+ "@teambit/harmony.envs.core-aspect-env": "0.0.59"
96
95
  },
97
96
  "peerDependencies": {
98
97
  "@apollo/client": "^3.6.0",