@teambit/component 1.0.410 → 1.0.411

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,20 +2353,16 @@
2348
2353
  "line": 7,
2349
2354
  "character": 10
2350
2355
  },
2356
+ "signature": "export { ComponentID };\n\nComponentID",
2351
2357
  "name": "ComponentID",
2352
2358
  "exportNode": {
2353
- "__schema": "TypeRefSchema",
2359
+ "__schema": "UnresolvedSchema",
2354
2360
  "location": {
2355
2361
  "filePath": "index.ts",
2356
2362
  "line": 7,
2357
2363
  "character": 10
2358
2364
  },
2359
- "name": "ComponentID",
2360
- "componentId": {
2361
- "scope": "teambit.component",
2362
- "name": "component-id",
2363
- "version": "1.2.0"
2364
- }
2365
+ "name": "ComponentID"
2365
2366
  }
2366
2367
  },
2367
2368
  {
@@ -2371,6 +2372,7 @@
2371
2372
  "line": 8,
2372
2373
  "character": 21
2373
2374
  },
2375
+ "signature": "class ComponentFS",
2374
2376
  "name": "default",
2375
2377
  "exportNode": {
2376
2378
  "__schema": "ClassSchema",
@@ -2681,7 +2683,7 @@
2681
2683
  "_legacy": {
2682
2684
  "scope": "teambit.component",
2683
2685
  "name": "component",
2684
- "version": "1.0.410"
2686
+ "version": "1.0.411"
2685
2687
  },
2686
2688
  "_scope": "teambit.component"
2687
2689
  }
@@ -2699,6 +2701,7 @@
2699
2701
  "line": 9,
2700
2702
  "character": 25
2701
2703
  },
2704
+ "signature": "class Config",
2702
2705
  "name": "Config",
2703
2706
  "exportNode": {
2704
2707
  "__schema": "ClassSchema",
@@ -2834,6 +2837,7 @@
2834
2837
  "line": 11,
2835
2838
  "character": 3
2836
2839
  },
2840
+ "signature": "interface ComponentFactory",
2837
2841
  "name": "ComponentFactory",
2838
2842
  "exportNode": {
2839
2843
  "__schema": "InterfaceSchema",
@@ -5112,6 +5116,7 @@
5112
5116
  "line": 12,
5113
5117
  "character": 3
5114
5118
  },
5119
+ "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
5120
  "name": "ResolveAspectsOptions",
5116
5121
  "exportNode": {
5117
5122
  "__schema": "TypeSchema",
@@ -5280,6 +5285,7 @@
5280
5285
  "line": 13,
5281
5286
  "character": 3
5282
5287
  },
5288
+ "signature": "type FilterAspectsOptions = {\n excludeCore?: boolean | undefined;\n requestedOnly?: boolean | undefined;\n filterByRuntime?: boolean | undefined;\n}",
5283
5289
  "name": "FilterAspectsOptions",
5284
5290
  "exportNode": {
5285
5291
  "__schema": "TypeSchema",
@@ -5402,6 +5408,7 @@
5402
5408
  "line": 14,
5403
5409
  "character": 3
5404
5410
  },
5411
+ "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
5412
  "name": "LoadAspectsOptions",
5406
5413
  "exportNode": {
5407
5414
  "__schema": "TypeSchema",
@@ -5559,6 +5566,7 @@
5559
5566
  "line": 16,
5560
5567
  "character": 15
5561
5568
  },
5569
+ "signature": "class AspectList",
5562
5570
  "name": "AspectList",
5563
5571
  "exportNode": {
5564
5572
  "__schema": "ClassSchema",
@@ -6415,6 +6423,7 @@
6415
6423
  "line": 17,
6416
6424
  "character": 10
6417
6425
  },
6426
+ "signature": "class AspectEntry",
6418
6427
  "name": "AspectEntry",
6419
6428
  "exportNode": {
6420
6429
  "__schema": "ClassSchema",
@@ -6817,6 +6826,7 @@
6817
6826
  "line": 17,
6818
6827
  "character": 23
6819
6828
  },
6829
+ "signature": "type AspectData = {\n [key: string]: any;\n}",
6820
6830
  "name": "AspectData",
6821
6831
  "exportNode": {
6822
6832
  "__schema": "TypeSchema",
@@ -6883,6 +6893,7 @@
6883
6893
  "line": 17,
6884
6894
  "character": 35
6885
6895
  },
6896
+ "signature": "type ResolveComponentIdFunc = (id: string) => Promise<ComponentID>",
6886
6897
  "name": "ResolveComponentIdFunc",
6887
6898
  "exportNode": {
6888
6899
  "__schema": "TypeSchema",
@@ -6955,6 +6966,7 @@
6955
6966
  "line": 20,
6956
6967
  "character": 10
6957
6968
  },
6969
+ "signature": "class Snap",
6958
6970
  "name": "Snap",
6959
6971
  "exportNode": {
6960
6972
  "__schema": "ClassSchema",
@@ -7184,6 +7196,7 @@
7184
7196
  "line": 20,
7185
7197
  "character": 16
7186
7198
  },
7199
+ "signature": "type SnapProps = {\n hash: string;\n timestamp: string;\n parents: string[];\n author: Author;\n message: string;\n}",
7187
7200
  "name": "SnapProps",
7188
7201
  "exportNode": {
7189
7202
  "__schema": "TypeSchema",
@@ -7321,6 +7334,7 @@
7321
7334
  "line": 21,
7322
7335
  "character": 15
7323
7336
  },
7337
+ "signature": "type Author = {\n displayName: string;\n name?: string | undefined;\n email: string;\n}",
7324
7338
  "name": "Author",
7325
7339
  "exportNode": {
7326
7340
  "__schema": "TypeSchema",
@@ -7454,6 +7468,7 @@
7454
7468
  "line": 24,
7455
7469
  "character": 10
7456
7470
  },
7471
+ "signature": "class Tag",
7457
7472
  "name": "Tag",
7458
7473
  "exportNode": {
7459
7474
  "__schema": "ClassSchema",
@@ -7626,6 +7641,7 @@
7626
7641
  "line": 24,
7627
7642
  "character": 15
7628
7643
  },
7644
+ "signature": "type TagProps = {\n hash: string;\n version: string;\n}",
7629
7645
  "name": "TagProps",
7630
7646
  "exportNode": {
7631
7647
  "__schema": "TypeSchema",
@@ -7695,6 +7711,7 @@
7695
7711
  "line": 25,
7696
7712
  "character": 15
7697
7713
  },
7714
+ "signature": "interface IComponent",
7698
7715
  "name": "IComponent",
7699
7716
  "exportNode": {
7700
7717
  "__schema": "InterfaceSchema",
@@ -7868,6 +7885,7 @@
7868
7885
  "line": 26,
7869
7886
  "character": 10
7870
7887
  },
7888
+ "signature": "class State",
7871
7889
  "name": "State",
7872
7890
  "exportNode": {
7873
7891
  "__schema": "ClassSchema",
@@ -8143,6 +8161,7 @@
8143
8161
  "line": 27,
8144
8162
  "character": 15
8145
8163
  },
8164
+ "signature": "type Hash = string",
8146
8165
  "name": "Hash",
8147
8166
  "exportNode": {
8148
8167
  "__schema": "TypeSchema",
@@ -8182,6 +8201,7 @@
8182
8201
  "line": 28,
8183
8202
  "character": 10
8184
8203
  },
8204
+ "signature": "class TagMap",
8185
8205
  "name": "TagMap",
8186
8206
  "exportNode": {
8187
8207
  "__schema": "ClassSchema",
@@ -8639,7 +8659,7 @@
8639
8659
  "_legacy": {
8640
8660
  "scope": "teambit.component",
8641
8661
  "name": "component",
8642
- "version": "1.0.410"
8662
+ "version": "1.0.411"
8643
8663
  },
8644
8664
  "_scope": "teambit.component"
8645
8665
  }
@@ -8656,6 +8676,7 @@
8656
8676
  "line": 29,
8657
8677
  "character": 10
8658
8678
  },
8679
+ "signature": "class ComponentMap<T>",
8659
8680
  "name": "ComponentMap",
8660
8681
  "exportNode": {
8661
8682
  "__schema": "ClassSchema",
@@ -9956,6 +9977,7 @@
9956
9977
  "line": 30,
9957
9978
  "character": 15
9958
9979
  },
9980
+ "signature": "class ComponentMain",
9959
9981
  "name": "ComponentMain",
9960
9982
  "exportNode": {
9961
9983
  "__schema": "ClassSchema",
@@ -10824,6 +10846,7 @@
10824
10846
  "line": 31,
10825
10847
  "character": 15
10826
10848
  },
10849
+ "signature": "class ComponentUI",
10827
10850
  "name": "ComponentUI",
10828
10851
  "exportNode": {
10829
10852
  "__schema": "ClassSchema",
@@ -12019,6 +12042,7 @@
12019
12042
  "line": 32,
12020
12043
  "character": 15
12021
12044
  },
12045
+ "signature": "interface Section",
12022
12046
  "name": "Section",
12023
12047
  "exportNode": {
12024
12048
  "__schema": "InterfaceSchema",
@@ -12138,6 +12162,7 @@
12138
12162
  "line": 33,
12139
12163
  "character": 10
12140
12164
  },
12165
+ "signature": "const ComponentContext: React.Context<ComponentModel>",
12141
12166
  "name": "ComponentContext",
12142
12167
  "exportNode": {
12143
12168
  "__schema": "VariableLikeSchema",
@@ -12179,6 +12204,7 @@
12179
12204
  "line": 33,
12180
12205
  "character": 28
12181
12206
  },
12207
+ "signature": "const ComponentDescriptorContext: React.Context<ComponentDescriptor | undefined>",
12182
12208
  "name": "ComponentDescriptorContext",
12183
12209
  "exportNode": {
12184
12210
  "__schema": "VariableLikeSchema",
@@ -12239,6 +12265,7 @@
12239
12265
  "line": 33,
12240
12266
  "character": 56
12241
12267
  },
12268
+ "signature": "function(): ComponentDescriptor | undefined",
12242
12269
  "name": "useComponentDescriptor",
12243
12270
  "exportNode": {
12244
12271
  "__schema": "FunctionLikeSchema",
@@ -12269,6 +12296,7 @@
12269
12296
  "line": 34,
12270
12297
  "character": 15
12271
12298
  },
12299
+ "signature": "type ComponentProviderProps = {\n component: ComponentModel;\n children: ReactNode;\n}",
12272
12300
  "name": "ComponentProviderProps",
12273
12301
  "exportNode": {
12274
12302
  "__schema": "TypeSchema",
@@ -12360,6 +12388,7 @@
12360
12388
  "line": 34,
12361
12389
  "character": 39
12362
12390
  },
12391
+ "signature": "type ComponentDescriptorProviderProps = {\n componentDescriptor?: ComponentDescriptor | undefined;\n children: ReactNode;\n}",
12363
12392
  "name": "ComponentDescriptorProviderProps",
12364
12393
  "exportNode": {
12365
12394
  "__schema": "TypeSchema",
@@ -12451,6 +12480,7 @@
12451
12480
  "line": 35,
12452
12481
  "character": 10
12453
12482
  },
12483
+ "signature": "function ComponentProvider({ component, children }: ComponentProviderProps): React.JSX.Element",
12454
12484
  "name": "ComponentProvider",
12455
12485
  "exportNode": {
12456
12486
  "__schema": "ReactSchema",
@@ -12527,6 +12557,7 @@
12527
12557
  "line": 35,
12528
12558
  "character": 29
12529
12559
  },
12560
+ "signature": "function ComponentDescriptorProvider({ componentDescriptor, children }: ComponentDescriptorProviderProps): React.JSX.Element",
12530
12561
  "name": "ComponentDescriptorProvider",
12531
12562
  "exportNode": {
12532
12563
  "__schema": "ReactSchema",
@@ -12603,6 +12634,7 @@
12603
12634
  "line": 36,
12604
12635
  "character": 10
12605
12636
  },
12637
+ "signature": "const componentFields: DocumentNode",
12606
12638
  "name": "componentFields",
12607
12639
  "exportNode": {
12608
12640
  "__schema": "VariableLikeSchema",
@@ -12633,6 +12665,7 @@
12633
12665
  "line": 36,
12634
12666
  "character": 27
12635
12667
  },
12668
+ "signature": "const componentIdFields: DocumentNode",
12636
12669
  "name": "componentIdFields",
12637
12670
  "exportNode": {
12638
12671
  "__schema": "VariableLikeSchema",
@@ -12663,6 +12696,7 @@
12663
12696
  "line": 36,
12664
12697
  "character": 46
12665
12698
  },
12699
+ "signature": "const componentOverviewFields: DocumentNode",
12666
12700
  "name": "componentOverviewFields",
12667
12701
  "exportNode": {
12668
12702
  "__schema": "VariableLikeSchema",
@@ -12693,6 +12727,7 @@
12693
12727
  "line": 37,
12694
12728
  "character": 15
12695
12729
  },
12730
+ "signature": "type NavPlugin = {\n props: NavPluginProps;\n order?: number | undefined;\n}",
12696
12731
  "name": "NavPlugin",
12697
12732
  "exportNode": {
12698
12733
  "__schema": "TypeSchema",
@@ -12763,6 +12798,7 @@
12763
12798
  "line": 37,
12764
12799
  "character": 26
12765
12800
  },
12801
+ "signature": "type ConsumePlugin = (props: ConsumePluginProps) => ConsumeMethod | undefined",
12766
12802
  "name": "ConsumePlugin",
12767
12803
  "exportNode": {
12768
12804
  "__schema": "TypeSchema",
@@ -12843,6 +12879,7 @@
12843
12879
  "line": 37,
12844
12880
  "character": 41
12845
12881
  },
12882
+ "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
12883
  "name": "MenuNavProps",
12847
12884
  "exportNode": {
12848
12885
  "__schema": "TypeSchema",
@@ -13171,6 +13208,7 @@
13171
13208
  "line": 38,
13172
13209
  "character": 10
13173
13210
  },
13211
+ "signature": "function CollapsibleMenuNav({ navigationSlot, widgetSlot, navPlugins, widgetPlugins, className, secondaryNavClassName, activeTabIndex, alwaysShowActiveTab, children, }: MenuNavProps): React.JSX.Element",
13174
13212
  "name": "CollapsibleMenuNav",
13175
13213
  "exportNode": {
13176
13214
  "__schema": "ReactSchema",
@@ -13326,6 +13364,7 @@
13326
13364
  "line": 38,
13327
13365
  "character": 30
13328
13366
  },
13367
+ "signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, }: MenuProps): React.JSX.Element",
13329
13368
  "name": "ComponentMenu",
13330
13369
  "exportNode": {
13331
13370
  "__schema": "ReactSchema",
@@ -13534,6 +13573,7 @@
13534
13573
  "line": 38,
13535
13574
  "character": 45
13536
13575
  },
13576
+ "signature": "function VersionRelatedDropdowns(props: VersionRelatedDropdownsProps): React.JSX.Element",
13537
13577
  "name": "VersionRelatedDropdowns",
13538
13578
  "exportNode": {
13539
13579
  "__schema": "ReactSchema",
@@ -13586,6 +13626,7 @@
13586
13626
  "line": 39,
13587
13627
  "character": 15
13588
13628
  },
13629
+ "signature": "type RegisteredComponentRoute = Route & {\n resolveComponent?: boolean | undefined;\n}",
13589
13630
  "name": "RegisteredComponentRoute",
13590
13631
  "exportNode": {
13591
13632
  "__schema": "TypeSchema",
@@ -13654,6 +13695,7 @@
13654
13695
  "line": 39,
13655
13696
  "character": 41
13656
13697
  },
13698
+ "signature": "type ComponentUrlParams = {\n componentId: string;\n}",
13657
13699
  "name": "ComponentUrlParams",
13658
13700
  "exportNode": {
13659
13701
  "__schema": "TypeSchema",
@@ -13703,6 +13745,7 @@
13703
13745
  "line": 40,
13704
13746
  "character": 15
13705
13747
  },
13748
+ "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
13749
  "name": "ComponentModelProps",
13707
13750
  "exportNode": {
13708
13751
  "__schema": "TypeSchema",
@@ -14129,6 +14172,7 @@
14129
14172
  "line": 41,
14130
14173
  "character": 10
14131
14174
  },
14175
+ "signature": "class ComponentModel",
14132
14176
  "name": "ComponentModel",
14133
14177
  "exportNode": {
14134
14178
  "__schema": "ClassSchema",
@@ -14930,6 +14974,7 @@
14930
14974
  "line": 42,
14931
14975
  "character": 10
14932
14976
  },
14977
+ "signature": "function TopBarNav({ href, className, activeClassName, children, displayName, ignoreQueryParams, ...rest }: NavPluginProps): React.JSX.Element",
14933
14978
  "name": "TopBarNav",
14934
14979
  "exportNode": {
14935
14980
  "__schema": "ReactSchema",
@@ -15061,6 +15106,7 @@
15061
15106
  "line": 43,
15062
15107
  "character": 15
15063
15108
  },
15109
+ "signature": "interface ShowFragment",
15064
15110
  "name": "ShowFragment",
15065
15111
  "exportNode": {
15066
15112
  "__schema": "InterfaceSchema",
@@ -15242,6 +15288,7 @@
15242
15288
  "line": 43,
15243
15289
  "character": 29
15244
15290
  },
15291
+ "signature": "interface ShowRow",
15245
15292
  "name": "ShowRow",
15246
15293
  "exportNode": {
15247
15294
  "__schema": "InterfaceSchema",
@@ -15326,6 +15373,7 @@
15326
15373
  "line": 43,
15327
15374
  "character": 38
15328
15375
  },
15376
+ "signature": "interface JSONRow",
15329
15377
  "name": "ShowJSONRow",
15330
15378
  "exportNode": {
15331
15379
  "__schema": "InterfaceSchema",
@@ -15410,6 +15458,7 @@
15410
15458
  "line": 44,
15411
15459
  "character": 10
15412
15460
  },
15461
+ "signature": "class Config",
15413
15462
  "name": "Config",
15414
15463
  "exportNode": {
15415
15464
  "__schema": "ClassSchema",
@@ -15544,6 +15593,7 @@
15544
15593
  "line": 45,
15545
15594
  "character": 10
15546
15595
  },
15596
+ "signature": "function useComponent(host: string, id?: string, options?: UseComponentOptions): ComponentQueryResult",
15547
15597
  "name": "useComponent",
15548
15598
  "exportNode": {
15549
15599
  "__schema": "FunctionLikeSchema",
@@ -15638,6 +15688,7 @@
15638
15688
  "line": 45,
15639
15689
  "character": 24
15640
15690
  },
15691
+ "signature": "function useIdFromLocation(url?: string, deriveScopeFromSearchParams?: boolean): string | undefined",
15641
15692
  "name": "useIdFromLocation",
15642
15693
  "exportNode": {
15643
15694
  "__schema": "FunctionLikeSchema",
@@ -15730,6 +15781,7 @@
15730
15781
  "line": 45,
15731
15782
  "character": 43
15732
15783
  },
15784
+ "signature": "function useComponentLogs(componentId: string, host: string, filters?: Filters, skipFromProps?: boolean): ComponentLogsResult",
15733
15785
  "name": "useComponentLogs",
15734
15786
  "exportNode": {
15735
15787
  "__schema": "FunctionLikeSchema",
@@ -15843,6 +15895,7 @@
15843
15895
  "line": 45,
15844
15896
  "character": 61
15845
15897
  },
15898
+ "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
15899
  "name": "ComponentLogsResult",
15847
15900
  "exportNode": {
15848
15901
  "__schema": "TypeSchema",
@@ -15992,6 +16045,7 @@
15992
16045
  "line": 45,
15993
16046
  "character": 82
15994
16047
  },
16048
+ "signature": "type Filters = {\n log?: (LogFilter & {\n type?: string | undefined;\n }) | undefined;\n loading?: boolean | undefined;\n}",
15995
16049
  "name": "Filters",
15996
16050
  "exportNode": {
15997
16051
  "__schema": "TypeSchema",
@@ -16101,6 +16155,7 @@
16101
16155
  "line": 49,
16102
16156
  "character": 10
16103
16157
  },
16158
+ "signature": "const ComponentAspect: Aspect",
16104
16159
  "name": "ComponentAspect",
16105
16160
  "exportNode": {
16106
16161
  "__schema": "VariableLikeSchema",
@@ -19821,7 +19876,7 @@
19821
19876
  "_legacy": {
19822
19877
  "scope": "teambit.component",
19823
19878
  "name": "component",
19824
- "version": "1.0.410"
19879
+ "version": "1.0.411"
19825
19880
  },
19826
19881
  "_scope": "teambit.component"
19827
19882
  }
@@ -25172,7 +25227,7 @@
25172
25227
  "_legacy": {
25173
25228
  "scope": "teambit.component",
25174
25229
  "name": "component",
25175
- "version": "1.0.410"
25230
+ "version": "1.0.411"
25176
25231
  },
25177
25232
  "_scope": "teambit.component"
25178
25233
  }
@@ -29747,7 +29802,7 @@
29747
29802
  "line": 66,
29748
29803
  "character": 14
29749
29804
  },
29750
- "signature": "(): { \u001b[1mloading\u001b[22m?: boolean; \u001b[1mlanesModel\u001b[22m?: LanesModel }",
29805
+ "signature": "(): { loading?: boolean; lanesModel?: LanesModel }",
29751
29806
  "name": "",
29752
29807
  "params": [],
29753
29808
  "returnType": {
@@ -30199,7 +30254,7 @@
30199
30254
  "line": 154,
30200
30255
  "character": 14
30201
30256
  },
30202
- "signature": "(): { \u001b[1mloading\u001b[22m?: boolean; \u001b[1mlanesModel\u001b[22m?: LanesModel }",
30257
+ "signature": "(): { loading?: boolean; lanesModel?: LanesModel }",
30203
30258
  "name": "",
30204
30259
  "params": [],
30205
30260
  "returnType": {
@@ -31469,7 +31524,7 @@
31469
31524
  "_legacy": {
31470
31525
  "scope": "teambit.component",
31471
31526
  "name": "component",
31472
- "version": "1.0.410"
31527
+ "version": "1.0.411"
31473
31528
  },
31474
31529
  "_scope": "teambit.component"
31475
31530
  }
@@ -33487,6 +33542,7 @@
33487
33542
  "line": 5,
33488
33543
  "character": 10
33489
33544
  },
33545
+ "signature": "type UseComponentType = (id: string, host: string, filters?: Filters, skip?: boolean) => ComponentQueryResult",
33490
33546
  "name": "UseComponentType",
33491
33547
  "exportNode": {
33492
33548
  "__schema": "TypeSchema",
@@ -33608,6 +33664,7 @@
33608
33664
  "line": 5,
33609
33665
  "character": 28
33610
33666
  },
33667
+ "signature": "type Filters = {\n log?: (LogFilter & {\n type?: string | undefined;\n }) | undefined;\n loading?: boolean | undefined;\n}",
33611
33668
  "name": "Filters",
33612
33669
  "exportNode": {
33613
33670
  "__schema": "TypeSchema",
@@ -33913,7 +33970,7 @@
33913
33970
  "componentId": {
33914
33971
  "scope": "teambit.component",
33915
33972
  "name": "component",
33916
- "version": "1.0.410"
33973
+ "version": "1.0.411"
33917
33974
  },
33918
33975
  "taggedModuleExports": []
33919
33976
  }
@@ -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.411/dist/component.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component@1.0.411/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.411",
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.411"
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.411",
51
+ "@teambit/dependency-resolver": "1.0.411",
52
+ "@teambit/graph": "1.0.411",
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.988",
59
+ "@teambit/express": "0.0.1087",
60
+ "@teambit/graphql": "1.0.411",
61
+ "@teambit/logger": "0.0.1081",
62
+ "@teambit/command-bar": "1.0.411",
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",
64
+ "@teambit/preview": "1.0.411",
65
+ "@teambit/pubsub": "1.0.411",
66
+ "@teambit/react-router": "1.0.411",
67
67
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.509",
68
- "@teambit/ui": "1.0.410",
68
+ "@teambit/ui": "1.0.411",
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
75
  "@teambit/component-descriptor": "0.0.423",
76
- "@teambit/legacy.component-diff": "0.0.30",
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.411",
79
+ "@teambit/deprecation": "1.0.411",
80
+ "@teambit/envs": "1.0.411",
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"