@teambit/component.ui.component-compare.models.component-compare-props 0.0.101 → 0.0.103
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.
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes, ComponentType } from 'react';
|
|
2
2
|
import { RouteProps } from 'react-router-dom';
|
|
3
|
-
import { ComponentID } from '@teambit/component
|
|
3
|
+
import { ComponentID, UseComponentType } from '@teambit/component';
|
|
4
4
|
import { ComponentCompareHooks } from '@teambit/component.ui.component-compare.models.component-compare-hooks';
|
|
5
5
|
import { ComponentCompareState } from '@teambit/component.ui.component-compare.models.component-compare-state';
|
|
6
6
|
import { NavLinkProps } from '@teambit/base-ui.routing.nav-link';
|
|
7
7
|
import { MaybeLazyLoaded } from '@teambit/component.ui.component-compare.utils.lazy-loading';
|
|
8
|
-
import { UseComponentType } from '@teambit/component';
|
|
9
8
|
import { ChangeType } from '@teambit/component.ui.component-compare.models.component-compare-change-type';
|
|
10
9
|
import { StateAndHooks } from '@teambit/component.ui.component-compare.context';
|
|
11
10
|
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes, ComponentType } from 'react';
|
|
2
2
|
import { RouteProps } from 'react-router-dom';
|
|
3
|
-
import { ComponentID } from '@teambit/component
|
|
3
|
+
import { ComponentID, UseComponentType } from '@teambit/component';
|
|
4
4
|
import { ComponentCompareHooks } from '@teambit/component.ui.component-compare.models.component-compare-hooks';
|
|
5
5
|
import { ComponentCompareState } from '@teambit/component.ui.component-compare.models.component-compare-state';
|
|
6
6
|
import { NavLinkProps } from '@teambit/base-ui.routing.nav-link';
|
|
7
7
|
import { MaybeLazyLoaded } from '@teambit/component.ui.component-compare.utils.lazy-loading';
|
|
8
|
-
import { UseComponentType } from '@teambit/component';
|
|
9
8
|
import { ChangeType } from '@teambit/component.ui.component-compare.models.component-compare-change-type';
|
|
10
9
|
import { StateAndHooks } from '@teambit/component.ui.component-compare.context';
|
|
11
10
|
export interface TabItem {
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/component.ui.component-compare.models.component-compare-props",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.103",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/ui/component-compare/models/component-compare-props",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "ui/component-compare/models/component-compare-props",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.103"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"core-js": "^3.0.0",
|
|
13
13
|
"@teambit/base-ui.routing.nav-link": "1.0.0",
|
|
14
|
-
"@teambit/component-id": "0.0.427",
|
|
15
|
-
"@teambit/component.ui.component-compare.context": "0.0.116",
|
|
16
14
|
"@teambit/component.ui.component-compare.models.component-compare-change-type": "0.0.7",
|
|
17
|
-
"@teambit/component.ui.component-compare.models.component-compare-hooks": "0.0.
|
|
15
|
+
"@teambit/component.ui.component-compare.models.component-compare-hooks": "0.0.10",
|
|
18
16
|
"@teambit/component.ui.component-compare.models.component-compare-state": "0.0.7",
|
|
17
|
+
"@teambit/component.ui.component-compare.context": "0.0.118",
|
|
19
18
|
"@teambit/component.ui.component-compare.utils.lazy-loading": "0.0.6"
|
|
20
19
|
},
|
|
21
20
|
"devDependencies": {
|
|
21
|
+
"@types/react-router-dom": "5.3.3",
|
|
22
22
|
"@types/react": "^17.0.8",
|
|
23
23
|
"@types/mocha": "9.1.0",
|
|
24
24
|
"@types/node": "12.20.4",
|
|
@@ -33,6 +33,8 @@
|
|
|
33
33
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
|
+
"optionalDependencies": {},
|
|
37
|
+
"peerDependenciesMeta": {},
|
|
36
38
|
"private": false,
|
|
37
39
|
"engines": {
|
|
38
40
|
"node": ">=12.22.0"
|
|
@@ -51,4 +53,4 @@
|
|
|
51
53
|
"angular",
|
|
52
54
|
"angular-components"
|
|
53
55
|
]
|
|
54
|
-
}
|
|
56
|
+
}
|
|
File without changes
|