@teambit/docs 1.0.1001 → 1.0.1003

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.
@@ -1 +1,2 @@
1
- export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
1
+ import React from 'react';
2
+ export declare const Logo: () => React.JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import type { ComponentType } from 'react';
2
+ import React from 'react';
2
3
  import type { ComponentUI } from '@teambit/component';
3
4
  import type { SlotRegistry } from '@teambit/harmony';
4
5
  import type { ComponentCompareUI } from '@teambit/component-compare';
@@ -31,7 +32,7 @@ export declare class DocsUI {
31
32
  */
32
33
  registerPreviewProps(usePreviewProps: UsePreviewProps): void;
33
34
  getEmptyState(): ComponentType | undefined;
34
- getDocsCompare(): import("react/jsx-runtime").JSX.Element;
35
+ getDocsCompare(): React.JSX.Element;
35
36
  registerOverviewOptions(options: OverviewOptions): void;
36
37
  static dependencies: import("@teambit/harmony").Aspect[];
37
38
  static runtime: import("@teambit/harmony").RuntimeDefinition;
@@ -38,4 +38,4 @@ export type OverviewProps = {
38
38
  */
39
39
  usePreviewPropsSlot?: UsePreviewPropsSlot;
40
40
  };
41
- export declare function Overview({ titleBadges, overviewOptions, previewProps, getEmptyState, TaggedAPI, usePreviewSandboxSlot, usePreviewPropsSlot, }: OverviewProps): import("react/jsx-runtime").JSX.Element;
41
+ export declare function Overview({ titleBadges, overviewOptions, previewProps, getEmptyState, TaggedAPI, usePreviewSandboxSlot, usePreviewPropsSlot, }: OverviewProps): React.JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  export declare function ReadmeSkeleton({ children }: {
3
3
  children?: React.ReactNode;
4
- }): import("react/jsx-runtime").JSX.Element;
4
+ }): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import type { Section } from '@teambit/component';
2
3
  import type { APIReferenceUI } from '@teambit/api-reference';
3
4
  import type { TitleBadgeSlot, OverviewOptionsSlot } from './overview';
@@ -24,7 +25,7 @@ export declare class OverviewSection implements Section {
24
25
  };
25
26
  route: {
26
27
  index: boolean;
27
- element: import("react/jsx-runtime").JSX.Element;
28
+ element: React.JSX.Element;
28
29
  };
29
30
  order: number;
30
31
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.1001/dist/docs.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.1001/dist/docs.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.1003/dist/docs.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.docs_docs@1.0.1003/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.1001",
3
+ "version": "1.0.1003",
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.1001"
9
+ "version": "1.0.1003"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
@@ -14,10 +14,6 @@
14
14
  "classnames": "^2.5.1",
15
15
  "@teambit/docs.entities.doc": "0.0.12",
16
16
  "@teambit/harmony": "0.4.7",
17
- "@teambit/cli": "0.0.1328",
18
- "@teambit/component.sources": "0.0.170",
19
- "@teambit/legacy.consumer-component": "0.0.119",
20
- "@teambit/logger": "0.0.1421",
21
17
  "@teambit/docs.ui.overview-compare-section": "0.0.102",
22
18
  "@teambit/docs.ui.overview-compare": "1.0.12",
23
19
  "@teambit/preview.ui.component-preview": "1.0.36",
@@ -25,20 +21,24 @@
25
21
  "@teambit/compositions.panels.composition-gallery": "0.0.227",
26
22
  "@teambit/workspace.ui.use-workspace-mode": "0.0.3",
27
23
  "@teambit/base-ui.loaders.skeleton": "1.0.2",
28
- "@teambit/compiler": "1.0.1001",
29
- "@teambit/component": "1.0.1001",
30
- "@teambit/pkg": "1.0.1001",
31
- "@teambit/workspace": "1.0.1001",
32
- "@teambit/dev-files": "1.0.1001",
33
- "@teambit/envs": "1.0.1001",
34
- "@teambit/graphql": "1.0.1001",
35
- "@teambit/preview": "1.0.1001",
36
- "@teambit/scope": "1.0.1001",
37
- "@teambit/api-reference": "1.0.1001",
38
- "@teambit/component-compare": "1.0.1001",
39
- "@teambit/ui": "1.0.1001",
40
- "@teambit/pubsub": "1.0.1001",
41
- "@teambit/compositions": "1.0.1001"
24
+ "@teambit/compiler": "1.0.1003",
25
+ "@teambit/component": "1.0.1003",
26
+ "@teambit/pkg": "1.0.1003",
27
+ "@teambit/workspace": "1.0.1003",
28
+ "@teambit/cli": "0.0.1330",
29
+ "@teambit/component.sources": "0.0.172",
30
+ "@teambit/dev-files": "1.0.1003",
31
+ "@teambit/envs": "1.0.1003",
32
+ "@teambit/graphql": "1.0.1003",
33
+ "@teambit/legacy.consumer-component": "0.0.121",
34
+ "@teambit/logger": "0.0.1423",
35
+ "@teambit/preview": "1.0.1003",
36
+ "@teambit/scope": "1.0.1003",
37
+ "@teambit/api-reference": "1.0.1003",
38
+ "@teambit/component-compare": "1.0.1003",
39
+ "@teambit/ui": "1.0.1003",
40
+ "@teambit/pubsub": "1.0.1003",
41
+ "@teambit/compositions": "1.0.1003"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/lodash": "4.14.165",