@teambit/ui-foundation.ui.rendering.html 0.0.67 → 0.0.70
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/dev-tools.d.ts +1 -0
- package/dist/full-height-style.d.ts +1 -0
- package/dist/ssr-styles.d.ts +1 -0
- package/dist/stored-assets.d.ts +1 -0
- package/dist/tsconfig.json +32 -0
- package/package-tar/teambit-ui-foundation.ui.rendering.html-0.0.70.tgz +0 -0
- package/package.json +4 -36
- package/preview-1661916601653.js +5 -0
- package/tsconfig.json +8 -2
- package/package-tar/teambit-ui-foundation.ui.rendering.html-0.0.67.tgz +0 -0
package/dist/dev-tools.d.ts
CHANGED
package/dist/ssr-styles.d.ts
CHANGED
package/dist/stored-assets.d.ts
CHANGED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": [
|
|
4
|
+
"es2019",
|
|
5
|
+
"DOM",
|
|
6
|
+
"ES6",
|
|
7
|
+
"DOM.Iterable"
|
|
8
|
+
],
|
|
9
|
+
"target": "es2015",
|
|
10
|
+
"module": "CommonJS",
|
|
11
|
+
"jsx": "react",
|
|
12
|
+
"allowJs": true,
|
|
13
|
+
"composite": true,
|
|
14
|
+
"declaration": true,
|
|
15
|
+
"sourceMap": true,
|
|
16
|
+
"skipLibCheck": true,
|
|
17
|
+
"experimentalDecorators": true,
|
|
18
|
+
"outDir": "dist",
|
|
19
|
+
"moduleResolution": "node",
|
|
20
|
+
"esModuleInterop": true,
|
|
21
|
+
"rootDir": ".",
|
|
22
|
+
"resolveJsonModule": true
|
|
23
|
+
},
|
|
24
|
+
"exclude": [
|
|
25
|
+
"dist",
|
|
26
|
+
"package.json"
|
|
27
|
+
],
|
|
28
|
+
"include": [
|
|
29
|
+
"**/*",
|
|
30
|
+
"**/*.json"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/ui-foundation.ui.rendering.html",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.70",
|
|
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.
|
|
9
|
+
"version": "0.0.70"
|
|
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": "
|
|
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,40 +21,10 @@
|
|
|
21
21
|
"@types/node": "12.20.4"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@teambit/legacy": "1.0.193",
|
|
25
24
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
26
25
|
"react": "^16.8.0 || ^17.0.0"
|
|
27
26
|
},
|
|
28
27
|
"license": "Apache-2.0",
|
|
29
|
-
"bit": {
|
|
30
|
-
"bindingPrefix": "@teambit",
|
|
31
|
-
"env": {},
|
|
32
|
-
"overrides": {
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@teambit/legacy": "-",
|
|
35
|
-
"core-js": "^3.0.0",
|
|
36
|
-
"react-dom": "-",
|
|
37
|
-
"react": "-"
|
|
38
|
-
},
|
|
39
|
-
"devDependencies": {
|
|
40
|
-
"@teambit/legacy": "-",
|
|
41
|
-
"@types/mocha": "5.2.7",
|
|
42
|
-
"@types/testing-library__jest-dom": "5.9.5",
|
|
43
|
-
"@babel/runtime": "7.12.18",
|
|
44
|
-
"@types/jest": "^26.0.0",
|
|
45
|
-
"@types/react-dom": "^17.0.5",
|
|
46
|
-
"@types/react": "^17.0.8",
|
|
47
|
-
"@types/node": "12.20.4",
|
|
48
|
-
"react-dom": "-",
|
|
49
|
-
"react": "-"
|
|
50
|
-
},
|
|
51
|
-
"peerDependencies": {
|
|
52
|
-
"@teambit/legacy": "1.0.193",
|
|
53
|
-
"react-dom": "^16.8.0 || ^17.0.0",
|
|
54
|
-
"react": "^16.8.0 || ^17.0.0"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
28
|
"private": false,
|
|
59
29
|
"engines": {
|
|
60
30
|
"node": ">=12.22.0"
|
|
@@ -71,8 +41,6 @@
|
|
|
71
41
|
"react",
|
|
72
42
|
"react-components",
|
|
73
43
|
"angular",
|
|
74
|
-
"angular-components"
|
|
75
|
-
"vue",
|
|
76
|
-
"vue-components"
|
|
44
|
+
"angular-components"
|
|
77
45
|
]
|
|
78
46
|
}
|
package/tsconfig.json
CHANGED
|
@@ -7,13 +7,14 @@
|
|
|
7
7
|
"DOM.Iterable"
|
|
8
8
|
],
|
|
9
9
|
"target": "es2015",
|
|
10
|
-
"module": "
|
|
10
|
+
"module": "CommonJS",
|
|
11
11
|
"jsx": "react",
|
|
12
12
|
"allowJs": true,
|
|
13
13
|
"composite": true,
|
|
14
14
|
"declaration": true,
|
|
15
15
|
"sourceMap": true,
|
|
16
16
|
"skipLibCheck": true,
|
|
17
|
+
"experimentalDecorators": true,
|
|
17
18
|
"outDir": "dist",
|
|
18
19
|
"moduleResolution": "node",
|
|
19
20
|
"esModuleInterop": true,
|
|
@@ -21,6 +22,11 @@
|
|
|
21
22
|
"resolveJsonModule": true
|
|
22
23
|
},
|
|
23
24
|
"exclude": [
|
|
24
|
-
"dist"
|
|
25
|
+
"dist",
|
|
26
|
+
"package.json"
|
|
27
|
+
],
|
|
28
|
+
"include": [
|
|
29
|
+
"**/*",
|
|
30
|
+
"**/*.json"
|
|
25
31
|
]
|
|
26
32
|
}
|
|
Binary file
|