@teambit/component.ui.component-compare.version-picker 0.0.170 → 0.0.172
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,4 +1,4 @@
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
1
|
+
import React, { HTMLAttributes } from 'react';
|
2
2
|
import { UseComponentType } from '@teambit/component';
|
3
3
|
export declare type ComponentCompareVersionPickerProps = {
|
4
4
|
customUseComponent?: UseComponentType;
|
@@ -8,4 +8,4 @@ export declare type ComponentCompareVersionPickerProps = {
|
|
8
8
|
compareHasLocalChanges?: boolean;
|
9
9
|
componentId: string;
|
10
10
|
} & HTMLAttributes<HTMLDivElement>;
|
11
|
-
export declare function ComponentCompareVersionPicker({ className, compareVersion: compareVersionFromProps, baseVersion: baseVersionFromProps, componentId: componentIdFromProps, compareHasLocalChanges, }: ComponentCompareVersionPickerProps): JSX.Element;
|
11
|
+
export declare function ComponentCompareVersionPicker({ className, compareVersion: compareVersionFromProps, baseVersion: baseVersionFromProps, componentId: componentIdFromProps, compareHasLocalChanges, }: ComponentCompareVersionPickerProps): React.JSX.Element;
|
package/package.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/component.ui.component-compare.version-picker",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.172",
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/ui/component-compare/version-picker",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "ui/component-compare/version-picker",
|
9
|
-
"version": "0.0.
|
9
|
+
"version": "0.0.172"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"classnames": "2.2.6",
|
13
13
|
"semver": "7.5.2",
|
14
14
|
"core-js": "^3.0.0",
|
15
15
|
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
|
16
|
-
"@teambit/component.ui.component-compare.context": "0.0.
|
17
|
-
"@teambit/component.ui.component-compare.hooks.use-component-compare-url": "0.0.
|
18
|
-
"@teambit/component.ui.version-dropdown": "0.0.
|
16
|
+
"@teambit/component.ui.component-compare.context": "0.0.117",
|
17
|
+
"@teambit/component.ui.component-compare.hooks.use-component-compare-url": "0.0.9",
|
18
|
+
"@teambit/component.ui.version-dropdown": "0.0.854"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@types/classnames": "2.2.11",
|
@@ -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
|