@teambit/component.ui.version-block 0.0.879 → 0.0.880
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.
package/dist/version-block.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
1
|
+
import React, { HTMLAttributes } from 'react';
|
|
2
2
|
import { LegacyComponentLog } from '@teambit/legacy-component-log';
|
|
3
3
|
export declare type VersionBlockProps = {
|
|
4
4
|
componentId: string;
|
|
@@ -10,4 +10,4 @@ export declare type VersionBlockProps = {
|
|
|
10
10
|
* change log section
|
|
11
11
|
* @name VersionBlock
|
|
12
12
|
*/
|
|
13
|
-
export declare function VersionBlock({ isLatest, className, snap, componentId, isCurrent, ...rest }: VersionBlockProps): JSX.Element;
|
|
13
|
+
export declare function VersionBlock({ isLatest, className, snap, componentId, isCurrent, ...rest }: VersionBlockProps): React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/component.ui.version-block",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.880",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/ui/version-block",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "ui/version-block",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.880"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"classnames": "2.2.6",
|
|
13
13
|
"core-js": "^3.0.0",
|
|
14
|
+
"@teambit/design.ui.avatar": "1.0.29",
|
|
14
15
|
"@teambit/base-react.navigation.link": "2.0.27",
|
|
16
|
+
"@teambit/component.ui.version-label": "0.0.509",
|
|
15
17
|
"@teambit/design.ui.contributors": "0.0.514",
|
|
16
18
|
"@teambit/design.ui.tooltip": "0.0.361",
|
|
17
19
|
"@teambit/documenter.ui.heading": "4.1.1",
|
|
18
|
-
"@teambit/
|
|
19
|
-
"@teambit/
|
|
20
|
-
"@teambit/lanes.
|
|
21
|
-
"@teambit/lanes.ui.models.lanes-model": "0.0.207",
|
|
22
|
-
"@teambit/legacy-component-log": "0.0.402"
|
|
20
|
+
"@teambit/legacy-component-log": "0.0.402",
|
|
21
|
+
"@teambit/lanes.hooks.use-lanes": "0.0.258",
|
|
22
|
+
"@teambit/lanes.ui.models.lanes-model": "0.0.212"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/classnames": "2.2.11",
|
|
@@ -36,6 +36,8 @@
|
|
|
36
36
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
37
37
|
},
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
|
+
"optionalDependencies": {},
|
|
40
|
+
"peerDependenciesMeta": {},
|
|
39
41
|
"private": false,
|
|
40
42
|
"engines": {
|
|
41
43
|
"node": ">=12.22.0"
|
|
@@ -54,4 +56,4 @@
|
|
|
54
56
|
"angular",
|
|
55
57
|
"angular-components"
|
|
56
58
|
]
|
|
57
|
-
}
|
|
59
|
+
}
|
|
File without changes
|