@teambit/docs 1.0.410 → 1.0.411

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.
@@ -20,20 +20,16 @@
20
20
  "line": 7,
21
21
  "character": 10
22
22
  },
23
+ "signature": "export { Doc };\n\nDoc",
23
24
  "name": "Doc",
24
25
  "exportNode": {
25
- "__schema": "TypeRefSchema",
26
+ "__schema": "UnresolvedSchema",
26
27
  "location": {
27
28
  "filePath": "index.ts",
28
29
  "line": 7,
29
30
  "character": 10
30
31
  },
31
- "name": "Doc",
32
- "componentId": {
33
- "scope": "teambit.docs",
34
- "name": "entities/doc",
35
- "version": "0.0.12"
36
- }
32
+ "name": "Doc"
37
33
  }
38
34
  },
39
35
  {
@@ -43,20 +39,16 @@
43
39
  "line": 7,
44
40
  "character": 15
45
41
  },
42
+ "signature": "export { DocProp };\n\nDocProp",
46
43
  "name": "DocProp",
47
44
  "exportNode": {
48
- "__schema": "TypeRefSchema",
45
+ "__schema": "UnresolvedSchema",
49
46
  "location": {
50
47
  "filePath": "index.ts",
51
48
  "line": 7,
52
49
  "character": 15
53
50
  },
54
- "name": "DocProp",
55
- "componentId": {
56
- "scope": "teambit.docs",
57
- "name": "entities/doc",
58
- "version": "0.0.12"
59
- }
51
+ "name": "DocProp"
60
52
  }
61
53
  },
62
54
  {
@@ -66,20 +58,16 @@
66
58
  "line": 7,
67
59
  "character": 24
68
60
  },
61
+ "signature": "export { DocPropList };\n\nDocPropList",
69
62
  "name": "DocPropList",
70
63
  "exportNode": {
71
- "__schema": "TypeRefSchema",
64
+ "__schema": "UnresolvedSchema",
72
65
  "location": {
73
66
  "filePath": "index.ts",
74
67
  "line": 7,
75
68
  "character": 24
76
69
  },
77
- "name": "DocPropList",
78
- "componentId": {
79
- "scope": "teambit.docs",
80
- "name": "entities/doc",
81
- "version": "0.0.12"
82
- }
70
+ "name": "DocPropList"
83
71
  }
84
72
  },
85
73
  {
@@ -89,6 +77,7 @@
89
77
  "line": 9,
90
78
  "character": 15
91
79
  },
80
+ "signature": "class DocsMain",
92
81
  "name": "DocsMain",
93
82
  "exportNode": {
94
83
  "__schema": "ClassSchema",
@@ -1169,6 +1158,7 @@
1169
1158
  "line": 10,
1170
1159
  "character": 15
1171
1160
  },
1161
+ "signature": "class DocsUI",
1172
1162
  "name": "DocsUI",
1173
1163
  "exportNode": {
1174
1164
  "__schema": "ClassSchema",
@@ -1687,6 +1677,7 @@
1687
1677
  "line": 11,
1688
1678
  "character": 15
1689
1679
  },
1680
+ "signature": "class DocsPreview",
1690
1681
  "name": "DocsPreview",
1691
1682
  "exportNode": {
1692
1683
  "__schema": "ClassSchema",
@@ -1932,6 +1923,7 @@
1932
1923
  "line": 11,
1933
1924
  "character": 28
1934
1925
  },
1926
+ "signature": "type DocsRootProps = {\n Provider: React.ComponentType | undefined;\n componentId: string;\n docs: Docs | undefined;\n compositions?: any;\n context: RenderingContext;\n}",
1935
1927
  "name": "DocsRootProps",
1936
1928
  "exportNode": {
1937
1929
  "__schema": "TypeSchema",
@@ -2103,6 +2095,7 @@
2103
2095
  "line": 12,
2104
2096
  "character": 15
2105
2097
  },
2098
+ "signature": "interface DocReader",
2106
2099
  "name": "DocReader",
2107
2100
  "exportNode": {
2108
2101
  "__schema": "InterfaceSchema",
@@ -2303,6 +2296,7 @@
2303
2296
  "line": 13,
2304
2297
  "character": 15
2305
2298
  },
2299
+ "signature": "type Docs = {\n default: React.ComponentType;\n abstract: string;\n labels: string[];\n examples: Example[];\n}",
2306
2300
  "name": "Docs",
2307
2301
  "exportNode": {
2308
2302
  "__schema": "TypeSchema",
@@ -2482,6 +2476,7 @@
2482
2476
  "line": 13,
2483
2477
  "character": 21
2484
2478
  },
2479
+ "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
2480
  "name": "Example",
2486
2481
  "exportNode": {
2487
2482
  "__schema": "TypeSchema",
@@ -2649,6 +2644,7 @@
2649
2644
  "line": 14,
2650
2645
  "character": 10
2651
2646
  },
2647
+ "signature": "const defaultDocs: Docs",
2652
2648
  "name": "defaultDocs",
2653
2649
  "exportNode": {
2654
2650
  "__schema": "VariableLikeSchema",
@@ -2679,6 +2675,7 @@
2679
2675
  "line": 16,
2680
2676
  "character": 15
2681
2677
  },
2678
+ "signature": "type TitleBadgeSlot = SlotRegistry<TitleBadge[]>",
2682
2679
  "name": "TitleBadgeSlot",
2683
2680
  "exportNode": {
2684
2681
  "__schema": "TypeSchema",
@@ -2726,6 +2723,7 @@
2726
2723
  "line": 16,
2727
2724
  "character": 31
2728
2725
  },
2726
+ "signature": "type TitleBadge = {\n component: ComponentType<any>;\n weight?: number | undefined;\n position?: BadgePosition | undefined;\n}",
2729
2727
  "name": "TitleBadge",
2730
2728
  "exportNode": {
2731
2729
  "__schema": "TypeSchema",
@@ -2826,6 +2824,7 @@
2826
2824
  "line": 16,
2827
2825
  "character": 43
2828
2826
  },
2827
+ "signature": "type OverviewOptionsSlot = SlotRegistry<OverviewOptions>",
2829
2828
  "name": "OverviewOptionsSlot",
2830
2829
  "exportNode": {
2831
2830
  "__schema": "TypeSchema",
@@ -2865,6 +2864,7 @@
2865
2864
  "line": 16,
2866
2865
  "character": 64
2867
2866
  },
2867
+ "signature": "type OverviewOptions = () => {\n queryParams?: string;\n}",
2868
2868
  "name": "OverviewOptions",
2869
2869
  "exportNode": {
2870
2870
  "__schema": "TypeSchema",
@@ -2882,7 +2882,7 @@
2882
2882
  "line": 31,
2883
2883
  "character": 31
2884
2884
  },
2885
- "signature": "(): { \u001b[1mqueryParams\u001b[22m?: string }",
2885
+ "signature": "(): { queryParams?: string }",
2886
2886
  "name": "",
2887
2887
  "params": [],
2888
2888
  "returnType": {
@@ -2926,6 +2926,7 @@
2926
2926
  "line": 17,
2927
2927
  "character": 10
2928
2928
  },
2929
+ "signature": "enum BadgePosition",
2929
2930
  "name": "BadgePosition",
2930
2931
  "exportNode": {
2931
2932
  "__schema": "EnumSchema",
@@ -2987,6 +2988,7 @@
2987
2988
  "line": 18,
2988
2989
  "character": 10
2989
2990
  },
2991
+ "signature": "function Overview({ titleBadges, overviewOptions, previewProps, getEmptyState, TaggedAPI }: OverviewProps): React.JSX.Element",
2990
2992
  "name": "Overview",
2991
2993
  "exportNode": {
2992
2994
  "__schema": "ReactSchema",
@@ -3096,6 +3098,7 @@
3096
3098
  "line": 20,
3097
3099
  "character": 10
3098
3100
  },
3101
+ "signature": "const DocsAspect: Aspect",
3099
3102
  "name": "DocsAspect",
3100
3103
  "exportNode": {
3101
3104
  "__schema": "VariableLikeSchema",
@@ -6253,7 +6256,7 @@
6253
6256
  "line": 31,
6254
6257
  "character": 31
6255
6258
  },
6256
- "signature": "(): { \u001b[1mqueryParams\u001b[22m?: string }",
6259
+ "signature": "(): { queryParams?: string }",
6257
6260
  "name": "",
6258
6261
  "params": [],
6259
6262
  "returnType": {
@@ -6667,7 +6670,7 @@
6667
6670
  "componentId": {
6668
6671
  "scope": "teambit.docs",
6669
6672
  "name": "docs",
6670
- "version": "1.0.410"
6673
+ "version": "1.0.411"
6671
6674
  },
6672
6675
  "taggedModuleExports": []
6673
6676
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.410/dist/docs.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.410/dist/docs.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.411/dist/docs.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.411/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.410",
3
+ "version": "1.0.411",
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.410"
9
+ "version": "1.0.411"
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.410",
23
- "@teambit/component": "1.0.410",
24
- "@teambit/pkg": "1.0.410",
25
- "@teambit/workspace": "1.0.410",
26
- "@teambit/cli": "0.0.987",
27
- "@teambit/component.sources": "0.0.29",
28
- "@teambit/dev-files": "1.0.410",
29
- "@teambit/envs": "1.0.410",
30
- "@teambit/graphql": "1.0.410",
31
- "@teambit/logger": "0.0.1080",
32
- "@teambit/preview": "1.0.410",
33
- "@teambit/scope": "1.0.410",
34
- "@teambit/api-reference": "1.0.410",
35
- "@teambit/component-compare": "1.0.410",
36
- "@teambit/ui": "1.0.410",
37
- "@teambit/pubsub": "1.0.410",
22
+ "@teambit/compiler": "1.0.411",
23
+ "@teambit/component": "1.0.411",
24
+ "@teambit/pkg": "1.0.411",
25
+ "@teambit/workspace": "1.0.411",
26
+ "@teambit/cli": "0.0.988",
27
+ "@teambit/component.sources": "0.0.30",
28
+ "@teambit/dev-files": "1.0.411",
29
+ "@teambit/envs": "1.0.411",
30
+ "@teambit/graphql": "1.0.411",
31
+ "@teambit/logger": "0.0.1081",
32
+ "@teambit/preview": "1.0.411",
33
+ "@teambit/scope": "1.0.411",
34
+ "@teambit/api-reference": "1.0.411",
35
+ "@teambit/component-compare": "1.0.411",
36
+ "@teambit/ui": "1.0.411",
37
+ "@teambit/pubsub": "1.0.411",
38
38
  "@teambit/compositions.panels.composition-gallery": "0.0.212",
39
39
  "@teambit/preview.ui.component-preview": "1.0.15"
40
40
  },