@teambit/react 1.0.27 → 1.0.28
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/artifacts/env-template/public/{29.ef0df6909ebae3b6b053.js → 168.713317722a496e5fdc68.js} +26 -27
- package/artifacts/env-template/public/{0.84421c8fea55cb47f09d.js → 834.df5dc4c64e629ff04593.js} +11 -8
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.ca10c7098e77052d7fff.js → compositions.b625fff746069f7b8cdc.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.23b647753b8115e20528.js → overview.5d8a9e264c9c7f959aac.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.5089b13b9487f183c244.js → peers.2898eb4fe1d17abaf557.js} +1 -1
- package/artifacts/env-template/public/{preview-root.5de45dc6b635c3bb80fe.js → preview-root.501be9caef8acb30585c.js} +1 -1
- package/artifacts/env-template/public/static/css/{29.a178b2ff.css → 168.1c2448c7.css} +1 -1
- package/compositions-1697836073970.js +16 -0
- package/dist/preview-1697836073970.js +7 -0
- package/overview-1697836073970.js +16 -0
- package/package.json +35 -35
- package/compositions-1697628054879.js +0 -16
- package/dist/preview-1697628054879.js +0 -7
- package/overview-1697628054879.js +0 -16
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/react/react",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.react",
|
|
8
8
|
"name": "react",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.28"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -89,48 +89,48 @@
|
|
|
89
89
|
"@teambit/typescript.typescript-compiler": "2.0.1",
|
|
90
90
|
"@teambit/react.instructions.react.adding-compositions": "0.0.6",
|
|
91
91
|
"@teambit/react.instructions.react.adding-tests": "0.0.6",
|
|
92
|
+
"@teambit/component-id": "1.1.0",
|
|
93
|
+
"@teambit/bit-error": "0.0.404",
|
|
92
94
|
"@teambit/react.rendering.ssr": "0.0.3",
|
|
93
95
|
"@teambit/ui-foundation.ui.pages.static-error": "0.0.92",
|
|
94
|
-
"@teambit/typescript": "1.0.
|
|
95
|
-
"@teambit/builder": "1.0.
|
|
96
|
-
"@teambit/bundler": "1.0.
|
|
97
|
-
"@teambit/compiler": "1.0.
|
|
98
|
-
"@teambit/component.modules.component-url": "0.0.
|
|
99
|
-
"@teambit/component": "1.0.
|
|
100
|
-
"@teambit/dependency-resolver": "1.0.
|
|
101
|
-
"@teambit/envs": "1.0.
|
|
102
|
-
"@teambit/eslint": "1.0.
|
|
103
|
-
"@teambit/formatter": "1.0.
|
|
104
|
-
"@teambit/jest": "1.0.
|
|
105
|
-
"@teambit/linter": "1.0.
|
|
106
|
-
"@teambit/logger": "0.0.
|
|
107
|
-
"@teambit/pkg": "1.0.
|
|
108
|
-
"@teambit/prettier": "1.0.
|
|
109
|
-
"@teambit/preview": "1.0.
|
|
96
|
+
"@teambit/typescript": "1.0.28",
|
|
97
|
+
"@teambit/builder": "1.0.28",
|
|
98
|
+
"@teambit/bundler": "1.0.28",
|
|
99
|
+
"@teambit/compiler": "1.0.28",
|
|
100
|
+
"@teambit/component.modules.component-url": "0.0.156",
|
|
101
|
+
"@teambit/component": "1.0.28",
|
|
102
|
+
"@teambit/dependency-resolver": "1.0.28",
|
|
103
|
+
"@teambit/envs": "1.0.28",
|
|
104
|
+
"@teambit/eslint": "1.0.28",
|
|
105
|
+
"@teambit/formatter": "1.0.28",
|
|
106
|
+
"@teambit/jest": "1.0.28",
|
|
107
|
+
"@teambit/linter": "1.0.28",
|
|
108
|
+
"@teambit/logger": "0.0.893",
|
|
109
|
+
"@teambit/pkg": "1.0.28",
|
|
110
|
+
"@teambit/prettier": "1.0.28",
|
|
111
|
+
"@teambit/preview": "1.0.28",
|
|
110
112
|
"@teambit/react.ui.compositions-app": "0.0.17",
|
|
111
113
|
"@teambit/react.ui.docs-app": "1.0.8",
|
|
112
114
|
"@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.36",
|
|
113
|
-
"@teambit/schema": "1.0.
|
|
114
|
-
"@teambit/tester": "1.0.
|
|
115
|
-
"@teambit/webpack": "1.0.
|
|
116
|
-
"@teambit/workspace-config-files": "1.0.
|
|
117
|
-
"@teambit/workspace": "1.0.
|
|
118
|
-
"@teambit/application": "1.0.
|
|
119
|
-
"@teambit/cli": "0.0.
|
|
120
|
-
"@teambit/generator": "1.0.
|
|
121
|
-
"@teambit/graphql": "1.0.
|
|
115
|
+
"@teambit/schema": "1.0.28",
|
|
116
|
+
"@teambit/tester": "1.0.28",
|
|
117
|
+
"@teambit/webpack": "1.0.28",
|
|
118
|
+
"@teambit/workspace-config-files": "1.0.28",
|
|
119
|
+
"@teambit/workspace": "1.0.28",
|
|
120
|
+
"@teambit/application": "1.0.28",
|
|
121
|
+
"@teambit/cli": "0.0.800",
|
|
122
|
+
"@teambit/generator": "1.0.29",
|
|
123
|
+
"@teambit/graphql": "1.0.28",
|
|
122
124
|
"@teambit/react.ui.highlighter-provider": "0.0.205",
|
|
123
125
|
"@teambit/api-reference.renderers.react": "0.0.12",
|
|
124
|
-
"@teambit/api-reference": "1.0.
|
|
125
|
-
"@teambit/compositions": "1.0.
|
|
126
|
-
"@teambit/ui": "1.0.
|
|
127
|
-
"@teambit/react.eslint-config-bit-react": "1.0.
|
|
126
|
+
"@teambit/api-reference": "1.0.28",
|
|
127
|
+
"@teambit/compositions": "1.0.28",
|
|
128
|
+
"@teambit/ui": "1.0.28",
|
|
129
|
+
"@teambit/react.eslint-config-bit-react": "1.0.44",
|
|
128
130
|
"@teambit/mdx.modules.mdx-loader": "1.0.7",
|
|
129
|
-
"@teambit/react.babel.bit-react-transformer": "1.0.
|
|
131
|
+
"@teambit/react.babel.bit-react-transformer": "1.0.9",
|
|
130
132
|
"@teambit/webpack.modules.generate-style-loaders": "1.0.2",
|
|
131
133
|
"@teambit/webpack.modules.style-regexps": "1.0.2",
|
|
132
|
-
"@teambit/component-id": "1.0.2",
|
|
133
|
-
"@teambit/bit-error": "0.0.404",
|
|
134
134
|
"@teambit/toolbox.network.get-port": "1.0.2"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@teambit/react.content.react-overview": "1.95.0"
|
|
154
154
|
},
|
|
155
155
|
"peerDependencies": {
|
|
156
|
-
"@teambit/legacy": "1.0.
|
|
156
|
+
"@teambit/legacy": "1.0.580",
|
|
157
157
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
158
158
|
"react": "^16.8.0 || ^17.0.0"
|
|
159
159
|
},
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { linkModules } from '/home/circleci/bit/bit/node_modules/@teambit/preview/dist/preview.preview.runtime.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as defaultMainModule from "/home/circleci/bit/bit/node_modules/@teambit/react.ui.compositions-app/dist/index.js";
|
|
7
|
-
|
|
8
|
-
linkModules('compositions', {
|
|
9
|
-
modulesMap: {
|
|
10
|
-
"default": defaultMainModule
|
|
11
|
-
},
|
|
12
|
-
isSplitComponentBundle: true,
|
|
13
|
-
componentMap: {
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.react_react@1.0.27/dist/react.composition.js';
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.react_react@1.0.27/dist/react.docs.mdx';
|
|
3
|
-
|
|
4
|
-
export const compositions = [compositions_0];
|
|
5
|
-
export const overview = [overview_0];
|
|
6
|
-
|
|
7
|
-
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { linkModules } from '/home/circleci/bit/bit/node_modules/@teambit/preview/dist/preview.preview.runtime.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as defaultMainModule from "/home/circleci/bit/bit/node_modules/@teambit/react.ui.docs-app/dist/index.js";
|
|
7
|
-
|
|
8
|
-
linkModules('overview', {
|
|
9
|
-
modulesMap: {
|
|
10
|
-
"default": defaultMainModule
|
|
11
|
-
},
|
|
12
|
-
isSplitComponentBundle: true,
|
|
13
|
-
componentMap: {
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
});
|