@teambit/docs 1.0.237 → 1.0.239
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/__bit_junit.xml +1 -1
- package/artifacts/preview/static/css/teambit.docs/{docs-preview.2b6c0d05.css → docs-preview.c2d1e7c4.css} +6 -6
- package/artifacts/preview/teambit_docs_docs-preview.js +6 -6
- package/artifacts/schema.json +2 -2
- package/dist/{preview-1713191433000.js → preview-1713237536834.js} +2 -2
- package/package.json +16 -16
package/artifacts/schema.json
CHANGED
|
@@ -6529,7 +6529,7 @@
|
|
|
6529
6529
|
"componentId": {
|
|
6530
6530
|
"scope": "teambit.preview",
|
|
6531
6531
|
"name": "ui/component-preview",
|
|
6532
|
-
"version": "1.0.
|
|
6532
|
+
"version": "1.0.11"
|
|
6533
6533
|
}
|
|
6534
6534
|
}
|
|
6535
6535
|
]
|
|
@@ -6798,7 +6798,7 @@
|
|
|
6798
6798
|
"componentId": {
|
|
6799
6799
|
"scope": "teambit.docs",
|
|
6800
6800
|
"name": "docs",
|
|
6801
|
-
"version": "1.0.
|
|
6801
|
+
"version": "1.0.239"
|
|
6802
6802
|
},
|
|
6803
6803
|
"taggedModuleExports": []
|
|
6804
6804
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.docs_docs@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.docs_docs@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.docs_docs@1.0.239/dist/docs.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.docs_docs@1.0.239/dist/docs.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/docs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.239",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/docs/docs",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.docs",
|
|
8
8
|
"name": "docs",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.239"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphql-tag": "2.12.1",
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
"@teambit/base-react.themes.theme-switcher": "1.0.2",
|
|
20
20
|
"@teambit/component.ui.component-meta": "0.0.358",
|
|
21
21
|
"@teambit/base-ui.loaders.skeleton": "1.0.1",
|
|
22
|
-
"@teambit/compiler": "1.0.
|
|
23
|
-
"@teambit/component": "1.0.
|
|
24
|
-
"@teambit/pkg": "1.0.
|
|
25
|
-
"@teambit/workspace": "1.0.
|
|
22
|
+
"@teambit/compiler": "1.0.239",
|
|
23
|
+
"@teambit/component": "1.0.239",
|
|
24
|
+
"@teambit/pkg": "1.0.239",
|
|
25
|
+
"@teambit/workspace": "1.0.239",
|
|
26
26
|
"@teambit/cli": "0.0.862",
|
|
27
|
-
"@teambit/dev-files": "1.0.
|
|
28
|
-
"@teambit/envs": "1.0.
|
|
29
|
-
"@teambit/graphql": "1.0.
|
|
27
|
+
"@teambit/dev-files": "1.0.239",
|
|
28
|
+
"@teambit/envs": "1.0.239",
|
|
29
|
+
"@teambit/graphql": "1.0.239",
|
|
30
30
|
"@teambit/logger": "0.0.955",
|
|
31
|
-
"@teambit/preview": "1.0.
|
|
32
|
-
"@teambit/scope": "1.0.
|
|
33
|
-
"@teambit/api-reference": "1.0.
|
|
34
|
-
"@teambit/component-compare": "1.0.
|
|
35
|
-
"@teambit/ui": "1.0.
|
|
36
|
-
"@teambit/pubsub": "1.0.
|
|
31
|
+
"@teambit/preview": "1.0.239",
|
|
32
|
+
"@teambit/scope": "1.0.239",
|
|
33
|
+
"@teambit/api-reference": "1.0.239",
|
|
34
|
+
"@teambit/component-compare": "1.0.239",
|
|
35
|
+
"@teambit/ui": "1.0.239",
|
|
36
|
+
"@teambit/pubsub": "1.0.239",
|
|
37
37
|
"@teambit/compositions.panels.composition-gallery": "0.0.211",
|
|
38
|
-
"@teambit/preview.ui.component-preview": "1.0.
|
|
38
|
+
"@teambit/preview.ui.component-preview": "1.0.11"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/lodash": "4.14.165",
|