@teambit/docs 1.0.396 → 1.0.398
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.ab95e11f.css → docs-preview.dabdf72d.css} +13 -13
- package/artifacts/preview/teambit_docs_docs-preview.js +6 -6
- package/artifacts/schema.json +1 -1
- package/dist/docs-store.js +1 -1
- package/dist/docs-store.js.map +1 -1
- package/dist/{preview-1725247248940.js → preview-1725542343103.js} +2 -2
- package/package.json +18 -18
package/artifacts/schema.json
CHANGED
package/dist/docs-store.js
CHANGED
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
23
23
|
|
24
24
|
function addDocs(docs) {
|
25
25
|
const Doc = docs[0];
|
26
|
-
_reactDom().default.render(
|
26
|
+
_reactDom().default.render(/*#__PURE__*/_react().default.createElement(Doc, null), document.getElementById('root'));
|
27
27
|
}
|
28
28
|
|
29
29
|
//# sourceMappingURL=docs-store.js.map
|
package/dist/docs-store.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_react","data","_interopRequireDefault","require","_reactDom","e","__esModule","default","addDocs","docs","Doc","ReactDOM","render","createElement","document","getElementById"],"sources":["docs-store.tsx"],"sourcesContent":["import React from 'react';\nimport ReactDOM from 'react-dom';\n\n// let docs = [];\n\nexport function addDocs(docs: any[]) {\n const Doc = docs[0];\n ReactDOM.render(<Doc />, document.getElementById('root'));\n}\n"],"mappings":";;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,UAAA;EAAA,MAAAH,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAC,SAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAiC,SAAAC,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEjC;;AAEO,SAASG,OAAOA,CAACC,IAAW,EAAE;EACnC,MAAMC,GAAG,GAAGD,IAAI,CAAC,CAAC,CAAC;EACnBE,mBAAQ,CAACC,MAAM,
|
1
|
+
{"version":3,"names":["_react","data","_interopRequireDefault","require","_reactDom","e","__esModule","default","addDocs","docs","Doc","ReactDOM","render","createElement","document","getElementById"],"sources":["docs-store.tsx"],"sourcesContent":["import React from 'react';\nimport ReactDOM from 'react-dom';\n\n// let docs = [];\n\nexport function addDocs(docs: any[]) {\n const Doc = docs[0];\n ReactDOM.render(<Doc />, document.getElementById('root'));\n}\n"],"mappings":";;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,UAAA;EAAA,MAAAH,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAC,SAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAiC,SAAAC,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEjC;;AAEO,SAASG,OAAOA,CAACC,IAAW,EAAE;EACnC,MAAMC,GAAG,GAAGD,IAAI,CAAC,CAAC,CAAC;EACnBE,mBAAQ,CAACC,MAAM,cAACZ,MAAA,GAAAO,OAAA,CAAAM,aAAA,CAACH,GAAG,MAAE,CAAC,EAAEI,QAAQ,CAACC,cAAc,CAAC,MAAM,CAAC,CAAC;AAC3D","ignoreList":[]}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.398/dist/docs.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.398/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.398",
|
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.398"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"graphql-tag": "2.12.1",
|
@@ -19,22 +19,22 @@
|
|
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.
|
26
|
-
"@teambit/cli": "0.0.
|
27
|
-
"@teambit/component.sources": "0.0.
|
28
|
-
"@teambit/dev-files": "1.0.
|
29
|
-
"@teambit/envs": "1.0.
|
30
|
-
"@teambit/graphql": "1.0.
|
31
|
-
"@teambit/logger": "0.0.
|
32
|
-
"@teambit/preview": "1.0.
|
33
|
-
"@teambit/scope": "1.0.
|
34
|
-
"@teambit/api-reference": "1.0.
|
35
|
-
"@teambit/component-compare": "1.0.
|
36
|
-
"@teambit/ui": "1.0.
|
37
|
-
"@teambit/pubsub": "1.0.
|
22
|
+
"@teambit/compiler": "1.0.398",
|
23
|
+
"@teambit/component": "1.0.398",
|
24
|
+
"@teambit/pkg": "1.0.398",
|
25
|
+
"@teambit/workspace": "1.0.398",
|
26
|
+
"@teambit/cli": "0.0.975",
|
27
|
+
"@teambit/component.sources": "0.0.24",
|
28
|
+
"@teambit/dev-files": "1.0.398",
|
29
|
+
"@teambit/envs": "1.0.398",
|
30
|
+
"@teambit/graphql": "1.0.398",
|
31
|
+
"@teambit/logger": "0.0.1068",
|
32
|
+
"@teambit/preview": "1.0.398",
|
33
|
+
"@teambit/scope": "1.0.398",
|
34
|
+
"@teambit/api-reference": "1.0.398",
|
35
|
+
"@teambit/component-compare": "1.0.398",
|
36
|
+
"@teambit/ui": "1.0.398",
|
37
|
+
"@teambit/pubsub": "1.0.398",
|
38
38
|
"@teambit/compositions.panels.composition-gallery": "0.0.212",
|
39
39
|
"@teambit/preview.ui.component-preview": "1.0.15"
|
40
40
|
},
|