@atlaskit/editor-core 219.9.14 → 219.9.16
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/CHANGELOG.md +16 -0
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper-compiled.compiled.css +4 -0
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper-compiled.js +29 -0
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper-emotion.js +34 -0
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +7 -20
- package/dist/cjs/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.compiled.css +4 -0
- package/dist/cjs/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.js +56 -0
- package/dist/cjs/ui/Appearance/FullPage/CustomToolbarWrapper-emotion.js +88 -0
- package/dist/cjs/ui/Appearance/FullPage/CustomToolbarWrapper.js +10 -73
- package/dist/cjs/ui/Appearance/FullPage/FullPage-compiled.compiled.css +5 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPage-compiled.js +32 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPage-emotion.js +38 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +19 -20
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar-compiled.compiled.css +10 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar-compiled.js +45 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar-emotion.js +58 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar.js +21 -26
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +6 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/layout.js +5 -7
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper-compiled.compiled.css +4 -0
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper-compiled.js +19 -0
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper-emotion.js +25 -0
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +5 -17
- package/dist/es2019/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.compiled.css +4 -0
- package/dist/es2019/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.js +46 -0
- package/dist/es2019/ui/Appearance/FullPage/CustomToolbarWrapper-emotion.js +78 -0
- package/dist/es2019/ui/Appearance/FullPage/CustomToolbarWrapper.js +6 -69
- package/dist/es2019/ui/Appearance/FullPage/FullPage-compiled.compiled.css +5 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPage-compiled.js +23 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPage-emotion.js +29 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPage.js +17 -19
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar-compiled.compiled.css +10 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar-compiled.js +34 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar-emotion.js +48 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar.js +16 -27
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +6 -0
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/layout.js +5 -7
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper-compiled.compiled.css +4 -0
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper-compiled.js +21 -0
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper-emotion.js +27 -0
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +7 -19
- package/dist/esm/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.compiled.css +4 -0
- package/dist/esm/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.js +48 -0
- package/dist/esm/ui/Appearance/FullPage/CustomToolbarWrapper-emotion.js +80 -0
- package/dist/esm/ui/Appearance/FullPage/CustomToolbarWrapper.js +10 -71
- package/dist/esm/ui/Appearance/FullPage/FullPage-compiled.compiled.css +5 -0
- package/dist/esm/ui/Appearance/FullPage/FullPage-compiled.js +24 -0
- package/dist/esm/ui/Appearance/FullPage/FullPage-emotion.js +31 -0
- package/dist/esm/ui/Appearance/FullPage/FullPage.js +19 -19
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbar-compiled.compiled.css +10 -0
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbar-compiled.js +37 -0
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbar-emotion.js +50 -0
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbar.js +22 -27
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +6 -0
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/layout.js +5 -7
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/Appearance/FullPage/BeforeWrapper-compiled.d.ts +16 -0
- package/dist/types/ui/Appearance/FullPage/BeforeWrapper-emotion.d.ts +16 -0
- package/dist/types/ui/Appearance/FullPage/BeforeWrapper.d.ts +3 -8
- package/dist/types/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.d.ts +3 -0
- package/dist/types/ui/Appearance/FullPage/CustomToolbarWrapper-emotion.d.ts +14 -0
- package/dist/types/ui/Appearance/FullPage/CustomToolbarWrapper.d.ts +4 -10
- package/dist/types/ui/Appearance/FullPage/FullPage-compiled.d.ts +7 -0
- package/dist/types/ui/Appearance/FullPage/FullPage-emotion.d.ts +7 -0
- package/dist/types/ui/Appearance/FullPage/FullPage.d.ts +2 -2
- package/dist/types/ui/Appearance/FullPage/FullPageToolbar-compiled.d.ts +20 -0
- package/dist/types/ui/Appearance/FullPage/FullPageToolbar-emotion.d.ts +20 -0
- package/dist/types/ui/Appearance/FullPage/FullPageToolbar.d.ts +1 -6
- package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper-compiled.d.ts +16 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper-emotion.d.ts +16 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper.d.ts +3 -8
- package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.d.ts +3 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper-emotion.d.ts +14 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper.d.ts +4 -10
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage-compiled.d.ts +7 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage-emotion.d.ts +7 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage.d.ts +2 -2
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar-compiled.d.ts +20 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar-emotion.d.ts +20 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar.d.ts +1 -6
- package/package.json +3 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface FullPageEditorWrapperProps {
|
|
2
|
+
children: React.ReactNode;
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
}
|
|
6
|
+
export declare const FullPageEditorWrapperEmotion: React.ForwardRefExoticComponent<FullPageEditorWrapperProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { OptionalPlugin } from '@atlaskit/editor-common/types';
|
|
3
3
|
import type { EditorViewModePlugin } from '@atlaskit/editor-plugins/editor-viewmode';
|
|
4
4
|
import type { InteractionPlugin } from '@atlaskit/editor-plugins/interaction';
|
|
@@ -15,4 +15,4 @@ export type ComponentProps = EditorAppearanceComponentProps<[
|
|
|
15
15
|
OptionalPlugin<ToolbarPlugin>,
|
|
16
16
|
...ToolbarEditorPlugins
|
|
17
17
|
]>;
|
|
18
|
-
export declare const FullPageEditor: (props: ComponentProps) =>
|
|
18
|
+
export declare const FullPageEditor: (props: ComponentProps) => React.JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Compiled branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
7
|
+
* Used via `componentWithCondition` in `FullPageToolbar.tsx`.
|
|
8
|
+
*
|
|
9
|
+
* Cleanup: delete this file once the experiment has shipped.
|
|
10
|
+
*/
|
|
11
|
+
import type { ReactNode } from 'react';
|
|
12
|
+
export declare const NonCustomToolbarWrapperCompiled: ({ children, }: {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}) => React.JSX.Element;
|
|
15
|
+
export declare const MainToolbarIconBeforeCompiled: ({ children, }: {
|
|
16
|
+
children: ReactNode;
|
|
17
|
+
}) => React.JSX.Element;
|
|
18
|
+
export declare const CustomToolbarWrapperCompiled: ({ children, }: {
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Emotion fallback branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
7
|
+
* Used via `componentWithCondition` in `FullPageToolbar.tsx`.
|
|
8
|
+
*
|
|
9
|
+
* Cleanup: delete this file once the experiment has shipped.
|
|
10
|
+
*/
|
|
11
|
+
import type { ReactNode } from 'react';
|
|
12
|
+
export declare const NonCustomToolbarWrapperEmotion: ({ children, }: {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}) => React.JSX.Element;
|
|
15
|
+
export declare const MainToolbarIconBeforeEmotion: ({ children, }: {
|
|
16
|
+
children: ReactNode;
|
|
17
|
+
}) => React.JSX.Element;
|
|
18
|
+
export declare const CustomToolbarWrapperEmotion: ({ children, }: {
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
}) => React.JSX.Element;
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
1
|
import type { ReactElement } from 'react';
|
|
6
2
|
import React from 'react';
|
|
7
|
-
import { jsx } from '@emotion/react';
|
|
8
3
|
import type { WithIntlProps, WrappedComponentProps } from 'react-intl';
|
|
9
4
|
import type { DispatchAnalyticsEvent } from '@atlaskit/editor-common/analytics';
|
|
10
5
|
import type { CollabEditOptions } from '@atlaskit/editor-common/collab';
|
|
@@ -50,7 +45,7 @@ export interface FullPageToolbarProps {
|
|
|
50
45
|
providerFactory: ProviderFactory;
|
|
51
46
|
showKeyline: boolean;
|
|
52
47
|
}
|
|
53
|
-
export declare const EditorToolbar: React.MemoExoticComponent<(props: FullPageToolbarProps & WrappedComponentProps) =>
|
|
48
|
+
export declare const EditorToolbar: React.MemoExoticComponent<(props: FullPageToolbarProps & WrappedComponentProps) => React.JSX.Element>;
|
|
54
49
|
export declare const FullPageToolbar: React.FC<WithIntlProps<FullPageToolbarProps & WrappedComponentProps>> & {
|
|
55
50
|
WrappedComponent: React.ComponentType<FullPageToolbarProps & WrappedComponentProps>;
|
|
56
51
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Compiled branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
7
|
+
* Used via `componentWithCondition` in `BeforeWrapper.tsx`.
|
|
8
|
+
*
|
|
9
|
+
* Cleanup: delete this file once the experiment has shipped.
|
|
10
|
+
*/
|
|
11
|
+
import type { ReactElement } from 'react';
|
|
12
|
+
type ReactComponents = ReactElement | ReactElement[];
|
|
13
|
+
export declare const BeforePrimaryToolbarWrapperCompiled: (props: {
|
|
14
|
+
beforePrimaryToolbarComponents: ReactComponents | undefined;
|
|
15
|
+
}) => React.JSX.Element;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Emotion fallback branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
7
|
+
* Used via `componentWithCondition` in `BeforeWrapper.tsx`.
|
|
8
|
+
*
|
|
9
|
+
* Cleanup: delete this file once the experiment has shipped.
|
|
10
|
+
*/
|
|
11
|
+
import type { ReactElement } from 'react';
|
|
12
|
+
type ReactComponents = ReactElement | ReactElement[];
|
|
13
|
+
export declare const BeforePrimaryToolbarWrapperEmotion: (props: {
|
|
14
|
+
beforePrimaryToolbarComponents: ReactComponents | undefined;
|
|
15
|
+
}) => React.JSX.Element;
|
|
16
|
+
export {};
|
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import type { ReactElement } from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
1
|
+
import type { FC, ReactElement } from 'react';
|
|
7
2
|
type ReactComponents = ReactElement | ReactElement[];
|
|
8
|
-
export declare const BeforePrimaryToolbarWrapper:
|
|
3
|
+
export declare const BeforePrimaryToolbarWrapper: FC<{
|
|
9
4
|
beforePrimaryToolbarComponents: ReactComponents | undefined;
|
|
10
|
-
}
|
|
5
|
+
}>;
|
|
11
6
|
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { ChildWrapperProps } from './CustomToolbarWrapper';
|
|
2
|
+
export declare const MainToolbarForFirstChildWrapperCompiled: ({ twoLineEditorToolbar, children, role, "aria-label": ariaLabel, "data-testid": testId, }: ChildWrapperProps) => React.JSX.Element;
|
|
3
|
+
export declare const MainToolbarForSecondChildWrapperCompiled: ({ twoLineEditorToolbar, children, role, "aria-label": ariaLabel, "data-testid": testId, }: ChildWrapperProps) => React.JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Emotion fallback branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
7
|
+
* Used via `componentWithCondition` in `CustomToolbarWrapper.tsx`.
|
|
8
|
+
*
|
|
9
|
+
* Cleanup: delete this file once the experiment has shipped.
|
|
10
|
+
*/
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import type { ChildWrapperProps } from './CustomToolbarWrapper';
|
|
13
|
+
export declare const MainToolbarForFirstChildWrapperEmotion: ({ twoLineEditorToolbar, children, role, "aria-label": ariaLabel, "data-testid": testId, }: ChildWrapperProps) => React.JSX.Element;
|
|
14
|
+
export declare const MainToolbarForSecondChildWrapperEmotion: ({ twoLineEditorToolbar, children, role, "aria-label": ariaLabel, "data-testid": testId, }: ChildWrapperProps) => React.JSX.Element;
|
|
@@ -1,16 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
7
|
-
interface ChildWrapperProps {
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
export interface ChildWrapperProps {
|
|
8
3
|
'aria-label'?: string;
|
|
9
4
|
children: React.ReactNode;
|
|
10
5
|
'data-testid'?: string;
|
|
11
6
|
role?: string;
|
|
12
7
|
twoLineEditorToolbar: boolean;
|
|
13
8
|
}
|
|
14
|
-
export declare const MainToolbarForFirstChildWrapper:
|
|
15
|
-
export declare const MainToolbarForSecondChildWrapper:
|
|
16
|
-
export {};
|
|
9
|
+
export declare const MainToolbarForFirstChildWrapper: FC<ChildWrapperProps>;
|
|
10
|
+
export declare const MainToolbarForSecondChildWrapper: FC<ChildWrapperProps>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface FullPageEditorWrapperProps {
|
|
2
|
+
children: React.ReactNode;
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
}
|
|
6
|
+
export declare const FullPageEditorWrapperCompiled: React.ForwardRefExoticComponent<FullPageEditorWrapperProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface FullPageEditorWrapperProps {
|
|
2
|
+
children: React.ReactNode;
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
}
|
|
6
|
+
export declare const FullPageEditorWrapperEmotion: React.ForwardRefExoticComponent<FullPageEditorWrapperProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { OptionalPlugin } from '@atlaskit/editor-common/types';
|
|
3
3
|
import type { EditorViewModePlugin } from '@atlaskit/editor-plugins/editor-viewmode';
|
|
4
4
|
import type { InteractionPlugin } from '@atlaskit/editor-plugins/interaction';
|
|
@@ -15,4 +15,4 @@ export type ComponentProps = EditorAppearanceComponentProps<[
|
|
|
15
15
|
OptionalPlugin<ToolbarPlugin>,
|
|
16
16
|
...ToolbarEditorPlugins
|
|
17
17
|
]>;
|
|
18
|
-
export declare const FullPageEditor: (props: ComponentProps) =>
|
|
18
|
+
export declare const FullPageEditor: (props: ComponentProps) => React.JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Compiled branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
7
|
+
* Used via `componentWithCondition` in `FullPageToolbar.tsx`.
|
|
8
|
+
*
|
|
9
|
+
* Cleanup: delete this file once the experiment has shipped.
|
|
10
|
+
*/
|
|
11
|
+
import type { ReactNode } from 'react';
|
|
12
|
+
export declare const NonCustomToolbarWrapperCompiled: ({ children, }: {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}) => React.JSX.Element;
|
|
15
|
+
export declare const MainToolbarIconBeforeCompiled: ({ children, }: {
|
|
16
|
+
children: ReactNode;
|
|
17
|
+
}) => React.JSX.Element;
|
|
18
|
+
export declare const CustomToolbarWrapperCompiled: ({ children, }: {
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Emotion fallback branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
7
|
+
* Used via `componentWithCondition` in `FullPageToolbar.tsx`.
|
|
8
|
+
*
|
|
9
|
+
* Cleanup: delete this file once the experiment has shipped.
|
|
10
|
+
*/
|
|
11
|
+
import type { ReactNode } from 'react';
|
|
12
|
+
export declare const NonCustomToolbarWrapperEmotion: ({ children, }: {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}) => React.JSX.Element;
|
|
15
|
+
export declare const MainToolbarIconBeforeEmotion: ({ children, }: {
|
|
16
|
+
children: ReactNode;
|
|
17
|
+
}) => React.JSX.Element;
|
|
18
|
+
export declare const CustomToolbarWrapperEmotion: ({ children, }: {
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
}) => React.JSX.Element;
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
1
|
import type { ReactElement } from 'react';
|
|
6
2
|
import React from 'react';
|
|
7
|
-
import { jsx } from '@emotion/react';
|
|
8
3
|
import type { WithIntlProps, WrappedComponentProps } from 'react-intl';
|
|
9
4
|
import type { DispatchAnalyticsEvent } from '@atlaskit/editor-common/analytics';
|
|
10
5
|
import type { CollabEditOptions } from '@atlaskit/editor-common/collab';
|
|
@@ -50,7 +45,7 @@ export interface FullPageToolbarProps {
|
|
|
50
45
|
providerFactory: ProviderFactory;
|
|
51
46
|
showKeyline: boolean;
|
|
52
47
|
}
|
|
53
|
-
export declare const EditorToolbar: React.MemoExoticComponent<(props: FullPageToolbarProps & WrappedComponentProps) =>
|
|
48
|
+
export declare const EditorToolbar: React.MemoExoticComponent<(props: FullPageToolbarProps & WrappedComponentProps) => React.JSX.Element>;
|
|
54
49
|
export declare const FullPageToolbar: React.FC<WithIntlProps<FullPageToolbarProps & WrappedComponentProps>> & {
|
|
55
50
|
WrappedComponent: React.ComponentType<FullPageToolbarProps & WrappedComponentProps>;
|
|
56
51
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.9.
|
|
3
|
+
"version": "219.9.16",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@atlaskit/mention": "^26.0.0",
|
|
73
73
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
74
74
|
"@atlaskit/platform-feature-flags-react": "^0.5.0",
|
|
75
|
-
"@atlaskit/react-ufo": "^6.
|
|
75
|
+
"@atlaskit/react-ufo": "^6.5.0",
|
|
76
76
|
"@atlaskit/task-decision": "^20.1.0",
|
|
77
77
|
"@atlaskit/tmp-editor-statsig": "^85.0.0",
|
|
78
78
|
"@atlaskit/tokens": "^13.1.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"uuid": "^3.1.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@atlaskit/editor-common": "^114.
|
|
95
|
+
"@atlaskit/editor-common": "^114.54.0",
|
|
96
96
|
"@atlaskit/link-provider": "^4.4.0",
|
|
97
97
|
"@atlaskit/media-core": "^37.1.0",
|
|
98
98
|
"react": "^18.2.0",
|