@teambit/docs 1.0.410 → 1.0.412
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.8f429702.css → docs-preview.5a16df8d.css} +6 -6
- package/artifacts/preview/teambit_docs_docs-preview.js +6 -6
- package/artifacts/schema.json +21 -3
- package/dist/{preview-1726629511697.js → preview-1727087093163.js} +2 -2
- package/package.json +19 -20
package/artifacts/schema.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"line": 7,
|
|
21
21
|
"character": 10
|
|
22
22
|
},
|
|
23
|
+
"signature": "export { Doc };\n\nDoc",
|
|
23
24
|
"name": "Doc",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "TypeRefSchema",
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"line": 7,
|
|
44
45
|
"character": 15
|
|
45
46
|
},
|
|
47
|
+
"signature": "export { DocProp };\n\nDocProp",
|
|
46
48
|
"name": "DocProp",
|
|
47
49
|
"exportNode": {
|
|
48
50
|
"__schema": "TypeRefSchema",
|
|
@@ -66,6 +68,7 @@
|
|
|
66
68
|
"line": 7,
|
|
67
69
|
"character": 24
|
|
68
70
|
},
|
|
71
|
+
"signature": "export { DocPropList };\n\nDocPropList",
|
|
69
72
|
"name": "DocPropList",
|
|
70
73
|
"exportNode": {
|
|
71
74
|
"__schema": "TypeRefSchema",
|
|
@@ -89,6 +92,7 @@
|
|
|
89
92
|
"line": 9,
|
|
90
93
|
"character": 15
|
|
91
94
|
},
|
|
95
|
+
"signature": "class DocsMain",
|
|
92
96
|
"name": "DocsMain",
|
|
93
97
|
"exportNode": {
|
|
94
98
|
"__schema": "ClassSchema",
|
|
@@ -1169,6 +1173,7 @@
|
|
|
1169
1173
|
"line": 10,
|
|
1170
1174
|
"character": 15
|
|
1171
1175
|
},
|
|
1176
|
+
"signature": "class DocsUI",
|
|
1172
1177
|
"name": "DocsUI",
|
|
1173
1178
|
"exportNode": {
|
|
1174
1179
|
"__schema": "ClassSchema",
|
|
@@ -1687,6 +1692,7 @@
|
|
|
1687
1692
|
"line": 11,
|
|
1688
1693
|
"character": 15
|
|
1689
1694
|
},
|
|
1695
|
+
"signature": "class DocsPreview",
|
|
1690
1696
|
"name": "DocsPreview",
|
|
1691
1697
|
"exportNode": {
|
|
1692
1698
|
"__schema": "ClassSchema",
|
|
@@ -1932,6 +1938,7 @@
|
|
|
1932
1938
|
"line": 11,
|
|
1933
1939
|
"character": 28
|
|
1934
1940
|
},
|
|
1941
|
+
"signature": "type DocsRootProps = {\n Provider: React.ComponentType | undefined;\n componentId: string;\n docs: Docs | undefined;\n compositions?: any;\n context: RenderingContext;\n}",
|
|
1935
1942
|
"name": "DocsRootProps",
|
|
1936
1943
|
"exportNode": {
|
|
1937
1944
|
"__schema": "TypeSchema",
|
|
@@ -2103,6 +2110,7 @@
|
|
|
2103
2110
|
"line": 12,
|
|
2104
2111
|
"character": 15
|
|
2105
2112
|
},
|
|
2113
|
+
"signature": "interface DocReader",
|
|
2106
2114
|
"name": "DocReader",
|
|
2107
2115
|
"exportNode": {
|
|
2108
2116
|
"__schema": "InterfaceSchema",
|
|
@@ -2303,6 +2311,7 @@
|
|
|
2303
2311
|
"line": 13,
|
|
2304
2312
|
"character": 15
|
|
2305
2313
|
},
|
|
2314
|
+
"signature": "type Docs = {\n default: React.ComponentType;\n abstract: string;\n labels: string[];\n examples: Example[];\n}",
|
|
2306
2315
|
"name": "Docs",
|
|
2307
2316
|
"exportNode": {
|
|
2308
2317
|
"__schema": "TypeSchema",
|
|
@@ -2482,6 +2491,7 @@
|
|
|
2482
2491
|
"line": 13,
|
|
2483
2492
|
"character": 21
|
|
2484
2493
|
},
|
|
2494
|
+
"signature": "type Example = {\n title?: string | undefined;\n description?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;\n scope?: {\n [key: string]: any;\n } | undefined;\n jsx?: JSX.Element | undefined;\n code: string;\n}",
|
|
2485
2495
|
"name": "Example",
|
|
2486
2496
|
"exportNode": {
|
|
2487
2497
|
"__schema": "TypeSchema",
|
|
@@ -2649,6 +2659,7 @@
|
|
|
2649
2659
|
"line": 14,
|
|
2650
2660
|
"character": 10
|
|
2651
2661
|
},
|
|
2662
|
+
"signature": "const defaultDocs: Docs",
|
|
2652
2663
|
"name": "defaultDocs",
|
|
2653
2664
|
"exportNode": {
|
|
2654
2665
|
"__schema": "VariableLikeSchema",
|
|
@@ -2679,6 +2690,7 @@
|
|
|
2679
2690
|
"line": 16,
|
|
2680
2691
|
"character": 15
|
|
2681
2692
|
},
|
|
2693
|
+
"signature": "type TitleBadgeSlot = SlotRegistry<TitleBadge[]>",
|
|
2682
2694
|
"name": "TitleBadgeSlot",
|
|
2683
2695
|
"exportNode": {
|
|
2684
2696
|
"__schema": "TypeSchema",
|
|
@@ -2726,6 +2738,7 @@
|
|
|
2726
2738
|
"line": 16,
|
|
2727
2739
|
"character": 31
|
|
2728
2740
|
},
|
|
2741
|
+
"signature": "type TitleBadge = {\n component: ComponentType<any>;\n weight?: number | undefined;\n position?: BadgePosition | undefined;\n}",
|
|
2729
2742
|
"name": "TitleBadge",
|
|
2730
2743
|
"exportNode": {
|
|
2731
2744
|
"__schema": "TypeSchema",
|
|
@@ -2826,6 +2839,7 @@
|
|
|
2826
2839
|
"line": 16,
|
|
2827
2840
|
"character": 43
|
|
2828
2841
|
},
|
|
2842
|
+
"signature": "type OverviewOptionsSlot = SlotRegistry<OverviewOptions>",
|
|
2829
2843
|
"name": "OverviewOptionsSlot",
|
|
2830
2844
|
"exportNode": {
|
|
2831
2845
|
"__schema": "TypeSchema",
|
|
@@ -2865,6 +2879,7 @@
|
|
|
2865
2879
|
"line": 16,
|
|
2866
2880
|
"character": 64
|
|
2867
2881
|
},
|
|
2882
|
+
"signature": "type OverviewOptions = () => {\n queryParams?: string;\n}",
|
|
2868
2883
|
"name": "OverviewOptions",
|
|
2869
2884
|
"exportNode": {
|
|
2870
2885
|
"__schema": "TypeSchema",
|
|
@@ -2882,7 +2897,7 @@
|
|
|
2882
2897
|
"line": 31,
|
|
2883
2898
|
"character": 31
|
|
2884
2899
|
},
|
|
2885
|
-
"signature": "(): {
|
|
2900
|
+
"signature": "(): { queryParams?: string }",
|
|
2886
2901
|
"name": "",
|
|
2887
2902
|
"params": [],
|
|
2888
2903
|
"returnType": {
|
|
@@ -2926,6 +2941,7 @@
|
|
|
2926
2941
|
"line": 17,
|
|
2927
2942
|
"character": 10
|
|
2928
2943
|
},
|
|
2944
|
+
"signature": "enum BadgePosition",
|
|
2929
2945
|
"name": "BadgePosition",
|
|
2930
2946
|
"exportNode": {
|
|
2931
2947
|
"__schema": "EnumSchema",
|
|
@@ -2987,6 +3003,7 @@
|
|
|
2987
3003
|
"line": 18,
|
|
2988
3004
|
"character": 10
|
|
2989
3005
|
},
|
|
3006
|
+
"signature": "function Overview({ titleBadges, overviewOptions, previewProps, getEmptyState, TaggedAPI }: OverviewProps): React.JSX.Element",
|
|
2990
3007
|
"name": "Overview",
|
|
2991
3008
|
"exportNode": {
|
|
2992
3009
|
"__schema": "ReactSchema",
|
|
@@ -3096,6 +3113,7 @@
|
|
|
3096
3113
|
"line": 20,
|
|
3097
3114
|
"character": 10
|
|
3098
3115
|
},
|
|
3116
|
+
"signature": "const DocsAspect: Aspect",
|
|
3099
3117
|
"name": "DocsAspect",
|
|
3100
3118
|
"exportNode": {
|
|
3101
3119
|
"__schema": "VariableLikeSchema",
|
|
@@ -6253,7 +6271,7 @@
|
|
|
6253
6271
|
"line": 31,
|
|
6254
6272
|
"character": 31
|
|
6255
6273
|
},
|
|
6256
|
-
"signature": "(): {
|
|
6274
|
+
"signature": "(): { queryParams?: string }",
|
|
6257
6275
|
"name": "",
|
|
6258
6276
|
"params": [],
|
|
6259
6277
|
"returnType": {
|
|
@@ -6667,7 +6685,7 @@
|
|
|
6667
6685
|
"componentId": {
|
|
6668
6686
|
"scope": "teambit.docs",
|
|
6669
6687
|
"name": "docs",
|
|
6670
|
-
"version": "1.0.
|
|
6688
|
+
"version": "1.0.412"
|
|
6671
6689
|
},
|
|
6672
6690
|
"taggedModuleExports": []
|
|
6673
6691
|
}
|
|
@@ -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.412/dist/docs.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.412/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.412",
|
|
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.412"
|
|
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.412",
|
|
23
|
+
"@teambit/component": "1.0.412",
|
|
24
|
+
"@teambit/pkg": "1.0.412",
|
|
25
|
+
"@teambit/workspace": "1.0.412",
|
|
26
|
+
"@teambit/cli": "0.0.989",
|
|
27
|
+
"@teambit/component.sources": "0.0.30",
|
|
28
|
+
"@teambit/dev-files": "1.0.412",
|
|
29
|
+
"@teambit/envs": "1.0.412",
|
|
30
|
+
"@teambit/graphql": "1.0.412",
|
|
31
|
+
"@teambit/logger": "0.0.1082",
|
|
32
|
+
"@teambit/preview": "1.0.412",
|
|
33
|
+
"@teambit/scope": "1.0.412",
|
|
34
|
+
"@teambit/api-reference": "1.0.412",
|
|
35
|
+
"@teambit/component-compare": "1.0.412",
|
|
36
|
+
"@teambit/ui": "1.0.412",
|
|
37
|
+
"@teambit/pubsub": "1.0.412",
|
|
38
38
|
"@teambit/compositions.panels.composition-gallery": "0.0.212",
|
|
39
39
|
"@teambit/preview.ui.component-preview": "1.0.15"
|
|
40
40
|
},
|
|
@@ -42,10 +42,9 @@
|
|
|
42
42
|
"@types/lodash": "4.14.165",
|
|
43
43
|
"@types/classnames": "2.2.11",
|
|
44
44
|
"@types/mocha": "9.1.0",
|
|
45
|
-
"chai": "4.3.0",
|
|
46
45
|
"@teambit/docs.content.docs-overview": "1.95.9",
|
|
47
46
|
"@teambit/component-id": "1.2.0",
|
|
48
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
47
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.59"
|
|
49
48
|
},
|
|
50
49
|
"peerDependencies": {
|
|
51
50
|
"react": "^17.0.0 || ^18.0.0",
|