@teambit/lanes 1.0.1025 → 1.0.1027

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.
@@ -44,7 +44,7 @@ export declare class LanesUI {
44
44
  private scope?;
45
45
  static dependencies: import("@teambit/harmony").Aspect[];
46
46
  static runtime: import("@teambit/harmony").RuntimeDefinition;
47
- static slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<LaneOverviewLineSlot>) | ((registerFn: () => string) => SlotRegistry<NavigationSlot>) | ((registerFn: () => string) => SlotRegistry<LaneProviderIgnoreSlot>))[];
47
+ static slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<NavigationSlot>) | ((registerFn: () => string) => SlotRegistry<LaneProviderIgnoreSlot>))[];
48
48
  constructor(componentUI: ComponentUI, componentCompareUI: ComponentCompareUI, routeSlot: RouteSlot, navSlot: LanesOrderedNavigationSlot, menuWidgetSlot: MenuWidgetSlot,
49
49
  /**
50
50
  * 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.1025/dist/lanes.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.1025/dist/lanes.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.1027/dist/lanes.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.1027/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.1025",
3
+ "version": "1.0.1027",
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.1025"
9
+ "version": "1.0.1027"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -21,38 +21,25 @@
21
21
  "group-array": "1.0.0",
22
22
  "@teambit/lanes.ui.models.lanes-model": "0.0.233",
23
23
  "@teambit/bit-error": "0.0.404",
24
- "@teambit/checkout": "1.0.1007",
25
- "@teambit/cli": "0.0.1332",
26
- "@teambit/component.modules.merge-helper": "0.0.65",
27
- "@teambit/importer": "1.0.1006",
24
+ "@teambit/cli": "0.0.1333",
25
+ "@teambit/component.modules.merge-helper": "0.0.66",
28
26
  "@teambit/lane-id": "0.0.312",
29
27
  "@teambit/legacy.constants": "0.0.29",
30
- "@teambit/legacy.scope": "0.0.122",
31
- "@teambit/scope": "1.0.1006",
32
- "@teambit/workspace": "1.0.1006",
28
+ "@teambit/legacy.scope": "0.0.123",
33
29
  "@teambit/harmony": "0.4.7",
34
- "@teambit/express": "0.0.1431",
35
- "@teambit/logger": "0.0.1425",
30
+ "@teambit/express": "0.0.1432",
31
+ "@teambit/logger": "0.0.1426",
36
32
  "@teambit/component-id": "1.2.4",
37
- "@teambit/graphql": "1.0.1006",
38
- "@teambit/component-compare": "1.0.1006",
39
- "@teambit/component-writer": "1.0.1006",
40
- "@teambit/component.snap-distance": "0.0.123",
41
- "@teambit/component": "1.0.1006",
42
- "@teambit/export": "1.0.1006",
33
+ "@teambit/component.snap-distance": "0.0.124",
43
34
  "@teambit/git.modules.git-executable": "0.0.30",
44
35
  "@teambit/harmony.modules.concurrency": "0.0.30",
45
- "@teambit/install": "1.0.1006",
46
36
  "@teambit/lanes.entities.lane-diff": "0.0.189",
47
- "@teambit/lanes.modules.create-lane": "0.0.157",
48
- "@teambit/lanes.modules.diff": "0.0.625",
37
+ "@teambit/lanes.modules.create-lane": "0.0.158",
38
+ "@teambit/lanes.modules.diff": "0.0.626",
49
39
  "@teambit/legacy-bit-id": "1.1.3",
50
- "@teambit/legacy.component-diff": "0.0.177",
51
- "@teambit/legacy.component-list": "0.0.176",
52
- "@teambit/objects": "0.0.513",
53
- "@teambit/remove": "1.0.1006",
54
- "@teambit/scope.remotes": "0.0.122",
55
- "@teambit/command-bar": "1.0.1006",
40
+ "@teambit/legacy.component-diff": "0.0.178",
41
+ "@teambit/legacy.component-list": "0.0.177",
42
+ "@teambit/scope.remotes": "0.0.123",
56
43
  "@teambit/design.ui.pages.not-found": "0.0.371",
57
44
  "@teambit/lanes.hooks.use-lanes": "0.0.293",
58
45
  "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.256",
@@ -66,21 +53,34 @@
66
53
  "@teambit/ui-foundation.ui.menu": "0.0.503",
67
54
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.523",
68
55
  "@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
69
- "@teambit/ui": "1.0.1006",
70
- "@teambit/legacy.consumer": "0.0.122",
71
- "@teambit/scope.network": "0.0.122",
72
- "@teambit/merging": "1.0.1009"
56
+ "@teambit/legacy.consumer": "0.0.123",
57
+ "@teambit/scope.network": "0.0.123",
58
+ "@teambit/checkout": "1.0.1009",
59
+ "@teambit/importer": "1.0.1008",
60
+ "@teambit/scope": "1.0.1008",
61
+ "@teambit/workspace": "1.0.1008",
62
+ "@teambit/graphql": "1.0.1008",
63
+ "@teambit/component-compare": "1.0.1008",
64
+ "@teambit/component-writer": "1.0.1008",
65
+ "@teambit/component": "1.0.1008",
66
+ "@teambit/export": "1.0.1008",
67
+ "@teambit/install": "1.0.1008",
68
+ "@teambit/merging": "1.0.1011",
69
+ "@teambit/objects": "0.0.515",
70
+ "@teambit/remove": "1.0.1008",
71
+ "@teambit/command-bar": "1.0.1008",
72
+ "@teambit/ui": "1.0.1008"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/lodash": "4.14.165",
76
76
  "@types/fs-extra": "9.0.7",
77
77
  "@types/mocha": "9.1.0",
78
- "@teambit/component.testing.mock-components": "0.0.392",
79
- "@teambit/harmony.testing.load-aspect": "0.0.387",
80
- "@teambit/snapping": "1.0.1006",
81
- "@teambit/workspace.testing.mock-workspace": "0.0.189",
78
+ "@teambit/component.testing.mock-components": "0.0.393",
79
+ "@teambit/harmony.testing.load-aspect": "0.0.388",
80
+ "@teambit/workspace.testing.mock-workspace": "0.0.190",
82
81
  "@teambit/harmony.envs.core-aspect-env": "0.1.5",
83
- "@teambit/merge-lanes": "1.0.1025"
82
+ "@teambit/merge-lanes": "1.0.1027",
83
+ "@teambit/snapping": "1.0.1008"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",