@teambit/lanes 1.0.843 → 1.0.845

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.
@@ -43,7 +43,7 @@ export declare class LanesUI {
43
43
  private scope?;
44
44
  static dependencies: import("@teambit/harmony").Aspect[];
45
45
  static runtime: import("@teambit/harmony").RuntimeDefinition;
46
- static slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<NavigationSlot>) | ((registerFn: () => string) => SlotRegistry<LaneProviderIgnoreSlot>))[];
46
+ static slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<LaneOverviewLineSlot>) | ((registerFn: () => string) => SlotRegistry<NavigationSlot>) | ((registerFn: () => string) => SlotRegistry<LaneProviderIgnoreSlot>))[];
47
47
  constructor(componentUI: ComponentUI, componentCompareUI: ComponentCompareUI, routeSlot: RouteSlot, navSlot: LanesOrderedNavigationSlot, menuWidgetSlot: MenuWidgetSlot,
48
48
  /**
49
49
  * overview line slot to add new lines beneath the overview section
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.843/dist/lanes.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.843/dist/lanes.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.845/dist/lanes.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.845/dist/lanes.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/lanes",
3
- "version": "1.0.843",
3
+ "version": "1.0.845",
4
4
  "homepage": "https://bit.cloud/teambit/lanes/lanes",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.lanes",
8
8
  "name": "lanes",
9
- "version": "1.0.843"
9
+ "version": "1.0.845"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -21,25 +21,39 @@
21
21
  "group-array": "1.0.0",
22
22
  "@teambit/lanes.ui.models.lanes-model": "0.0.232",
23
23
  "@teambit/bit-error": "0.0.404",
24
+ "@teambit/checkout": "1.0.839",
24
25
  "@teambit/cli": "0.0.1290",
26
+ "@teambit/importer": "1.0.839",
25
27
  "@teambit/lane-id": "0.0.312",
26
28
  "@teambit/legacy.constants": "0.0.20",
27
29
  "@teambit/legacy.scope": "0.0.90",
30
+ "@teambit/scope": "1.0.839",
31
+ "@teambit/workspace": "1.0.839",
28
32
  "@teambit/harmony": "0.4.7",
29
33
  "@teambit/express": "0.0.1389",
30
34
  "@teambit/logger": "0.0.1383",
31
35
  "@teambit/component-id": "1.2.4",
36
+ "@teambit/graphql": "1.0.839",
37
+ "@teambit/component-compare": "1.0.839",
38
+ "@teambit/component-writer": "1.0.839",
32
39
  "@teambit/component.modules.merge-helper": "0.0.31",
33
40
  "@teambit/component.snap-distance": "0.0.91",
41
+ "@teambit/component": "1.0.839",
42
+ "@teambit/export": "1.0.839",
34
43
  "@teambit/git.modules.git-executable": "0.0.21",
35
44
  "@teambit/harmony.modules.concurrency": "0.0.21",
45
+ "@teambit/install": "1.0.839",
36
46
  "@teambit/lanes.entities.lane-diff": "0.0.183",
37
47
  "@teambit/lanes.modules.create-lane": "0.0.124",
38
48
  "@teambit/lanes.modules.diff": "0.0.588",
39
49
  "@teambit/legacy-bit-id": "1.1.3",
40
50
  "@teambit/legacy.component-diff": "0.0.144",
41
51
  "@teambit/legacy.component-list": "0.0.144",
52
+ "@teambit/merging": "1.0.840",
53
+ "@teambit/objects": "0.0.346",
54
+ "@teambit/remove": "1.0.839",
42
55
  "@teambit/scope.remotes": "0.0.90",
56
+ "@teambit/command-bar": "1.0.839",
43
57
  "@teambit/design.ui.pages.not-found": "0.0.371",
44
58
  "@teambit/lanes.hooks.use-lanes": "0.0.292",
45
59
  "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.250",
@@ -47,29 +61,15 @@
47
61
  "@teambit/lanes.ui.compare.lane-compare": "0.0.205",
48
62
  "@teambit/lanes.ui.lane-overview": "0.0.298",
49
63
  "@teambit/lanes.ui.menus.lanes-overview-menu": "0.0.11",
50
- "@teambit/lanes.ui.menus.use-lanes-menu": "0.0.269",
51
64
  "@teambit/lanes.ui.navigation.lane-switcher": "0.0.235",
52
65
  "@teambit/scope.ui.scope-icon": "0.0.99",
53
66
  "@teambit/ui-foundation.ui.menu": "0.0.503",
54
67
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.519",
55
68
  "@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
69
+ "@teambit/ui": "1.0.839",
56
70
  "@teambit/legacy.consumer": "0.0.90",
57
71
  "@teambit/scope.network": "0.0.90",
58
- "@teambit/checkout": "1.0.838",
59
- "@teambit/importer": "1.0.838",
60
- "@teambit/scope": "1.0.838",
61
- "@teambit/workspace": "1.0.838",
62
- "@teambit/graphql": "1.0.838",
63
- "@teambit/component-compare": "1.0.838",
64
- "@teambit/component-writer": "1.0.838",
65
- "@teambit/component": "1.0.838",
66
- "@teambit/export": "1.0.838",
67
- "@teambit/install": "1.0.838",
68
- "@teambit/merging": "1.0.839",
69
- "@teambit/objects": "0.0.345",
70
- "@teambit/remove": "1.0.838",
71
- "@teambit/command-bar": "1.0.838",
72
- "@teambit/ui": "1.0.838"
72
+ "@teambit/lanes.ui.menus.use-lanes-menu": "0.0.271"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/lodash": "4.14.165",
@@ -77,10 +77,10 @@
77
77
  "@types/mocha": "9.1.0",
78
78
  "@teambit/component.testing.mock-components": "0.0.357",
79
79
  "@teambit/harmony.testing.load-aspect": "0.0.352",
80
+ "@teambit/snapping": "1.0.839",
81
+ "@teambit/workspace.testing.mock-workspace": "0.0.150",
80
82
  "@teambit/harmony.envs.core-aspect-env": "0.0.80",
81
- "@teambit/merge-lanes": "1.0.843",
82
- "@teambit/snapping": "1.0.838",
83
- "@teambit/workspace.testing.mock-workspace": "0.0.150"
83
+ "@teambit/merge-lanes": "1.0.845"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": "^17.0.0 || ^18.0.0",