@teambit/defender.ui.test-compare 0.0.254 → 0.0.256
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 { ComponentModel } from '@teambit/component';
|
|
3
3
|
import { EmptyStateSlot } from '@teambit/compositions';
|
|
4
4
|
export declare type CompareTestsPageProps = {
|
|
@@ -6,4 +6,4 @@ export declare type CompareTestsPageProps = {
|
|
|
6
6
|
emptyState: EmptyStateSlot;
|
|
7
7
|
isCompareVersionWorkspace?: boolean;
|
|
8
8
|
} & HTMLAttributes<HTMLDivElement>;
|
|
9
|
-
export declare function CompareTestsPage(props: CompareTestsPageProps): JSX.Element;
|
|
9
|
+
export declare function CompareTestsPage(props: CompareTestsPageProps): React.JSX.Element;
|
package/dist/compare-tests.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EmptyStateSlot } from '@teambit/compositions';
|
|
2
|
-
import { HTMLAttributes } from 'react';
|
|
2
|
+
import React, { HTMLAttributes } from 'react';
|
|
3
3
|
export declare type CompareTestsProps = {
|
|
4
4
|
emptyState: EmptyStateSlot;
|
|
5
5
|
} & HTMLAttributes<HTMLDivElement>;
|
|
6
|
-
export declare function CompareTests(props: CompareTestsProps): JSX.Element;
|
|
6
|
+
export declare function CompareTests(props: CompareTestsProps): React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/defender.ui.test-compare",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.256",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/defender/ui/test-compare",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.defender",
|
|
8
8
|
"name": "ui/test-compare",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.256"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"classnames": "2.2.6",
|
|
13
13
|
"core-js": "^3.0.0",
|
|
14
|
-
"@teambit/design.ui.alert-card": "0.0.26",
|
|
15
|
-
"@teambit/design.ui.empty-box": "0.0.363",
|
|
16
|
-
"@teambit/design.ui.round-loader": "0.0.355",
|
|
17
14
|
"@teambit/defender.ui.test-loader": "0.0.504",
|
|
18
|
-
"@teambit/defender.ui.test-page": "0.0.33",
|
|
19
15
|
"@teambit/defender.ui.test-table": "0.0.510",
|
|
16
|
+
"@teambit/design.ui.alert-card": "0.0.26",
|
|
17
|
+
"@teambit/design.ui.empty-box": "0.0.363",
|
|
20
18
|
"@teambit/mdx.ui.mdx-layout": "1.0.6",
|
|
21
|
-
"@teambit/component.ui.component-compare.context": "0.0.
|
|
22
|
-
"@teambit/component.ui.component-compare.layouts.compare-split-layout-preset": "0.0.10"
|
|
19
|
+
"@teambit/component.ui.component-compare.context": "0.0.117",
|
|
20
|
+
"@teambit/component.ui.component-compare.layouts.compare-split-layout-preset": "0.0.10",
|
|
21
|
+
"@teambit/design.ui.round-loader": "0.0.355",
|
|
22
|
+
"@teambit/defender.ui.test-page": "0.0.35"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/classnames": "2.2.11",
|
|
@@ -37,6 +37,8 @@
|
|
|
37
37
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
38
38
|
},
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
|
+
"optionalDependencies": {},
|
|
41
|
+
"peerDependenciesMeta": {},
|
|
40
42
|
"private": false,
|
|
41
43
|
"engines": {
|
|
42
44
|
"node": ">=12.22.0"
|
|
@@ -55,4 +57,4 @@
|
|
|
55
57
|
"angular",
|
|
56
58
|
"angular-components"
|
|
57
59
|
]
|
|
58
|
-
}
|
|
60
|
+
}
|
|
File without changes
|