@teambit/ui-foundation.ui.rendering.html 0.0.65 → 0.0.69

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.
@@ -0,0 +1 @@
1
+
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function CrossIframeDevTools(): JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function FullHeightStyle(): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export declare function SsrStyles(): JSX.Element;
2
3
  export declare function removeSsrStyles(): void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare function StoredAssets({ data }: {
2
3
  data: Record<string, string>;
3
4
  }): JSX.Element;
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@teambit/ui-foundation.ui.rendering.html",
3
- "version": "0.0.65",
3
+ "version": "0.0.69",
4
4
  "homepage": "https://bit.dev/teambit/ui-foundation/ui/rendering/html",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "ui/rendering/html",
9
- "version": "0.0.65"
9
+ "version": "0.0.69"
10
10
  },
11
11
  "dependencies": {
12
12
  "core-js": "^3.0.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/react": "^17.0.8",
16
- "@types/mocha": "5.2.7",
16
+ "@types/mocha": "9.1.0",
17
17
  "@types/testing-library__jest-dom": "5.9.5",
18
18
  "@babel/runtime": "7.12.18",
19
19
  "@types/jest": "^26.0.0",
@@ -21,7 +21,6 @@
21
21
  "@types/node": "12.20.4"
22
22
  },
23
23
  "peerDependencies": {
24
- "@teambit/legacy": "1.0.191",
25
24
  "react-dom": "^16.8.0 || ^17.0.0",
26
25
  "react": "^16.8.0 || ^17.0.0"
27
26
  },
@@ -38,7 +37,7 @@
38
37
  },
39
38
  "devDependencies": {
40
39
  "@teambit/legacy": "-",
41
- "@types/mocha": "5.2.7",
40
+ "@types/mocha": "9.1.0",
42
41
  "@types/testing-library__jest-dom": "5.9.5",
43
42
  "@babel/runtime": "7.12.18",
44
43
  "@types/jest": "^26.0.0",
@@ -49,7 +48,6 @@
49
48
  "react": "-"
50
49
  },
51
50
  "peerDependencies": {
52
- "@teambit/legacy": "1.0.191",
53
51
  "react-dom": "^16.8.0 || ^17.0.0",
54
52
  "react": "^16.8.0 || ^17.0.0"
55
53
  }