@atlaskit/editor-core 221.14.2 → 221.14.3

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 221.14.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 221.14.2
4
10
 
5
11
  ### Patch Changes
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
8
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
9
- var version = exports.version = "221.14.1";
9
+ var version = exports.version = "221.14.2";
@@ -1,3 +1,3 @@
1
1
  export const name = "@atlaskit/editor-core";
2
2
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
3
- export const version = "221.14.1";
3
+ export const version = "221.14.2";
@@ -1,3 +1,3 @@
1
1
  export var name = "@atlaskit/editor-core";
2
2
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
3
- export var version = "221.14.1";
3
+ export var version = "221.14.2";
@@ -18,7 +18,7 @@ type PluginData = {
18
18
  plugins: Plugin[];
19
19
  schema: Schema;
20
20
  };
21
- export declare const createPMSchemaAndPlugins: (inputPreset?: EditorPresetBuilder) => (pluginFactoryParams: Omit<LightPMPluginFactoryParams, "schema"> & {
21
+ export declare const createPMSchemaAndPlugins: (inputPreset?: EditorPresetBuilder) => (pluginFactoryParams: Omit<LightPMPluginFactoryParams, 'schema'> & {
22
22
  pluginInjectionAPI: EditorPluginInjectionAPI;
23
23
  }) => PluginData;
24
24
  export {};
@@ -1,3 +1,3 @@
1
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;
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;
@@ -10,5 +10,5 @@
10
10
  */
11
11
  import React from 'react';
12
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;
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;
@@ -16,4 +16,4 @@ export interface MainToolbarWrapperCompiledProps {
16
16
  showKeyline: boolean;
17
17
  twoLineEditorToolbar: boolean;
18
18
  }
19
- export declare const MainToolbarWrapperCompiled: ({ showKeyline, twoLineEditorToolbar, children, "data-testid": testId, }: MainToolbarWrapperCompiledProps) => jsx.JSX.Element;
19
+ export declare const MainToolbarWrapperCompiled: ({ showKeyline, twoLineEditorToolbar, children, 'data-testid': testId, }: MainToolbarWrapperCompiledProps) => jsx.JSX.Element;
@@ -16,4 +16,4 @@ export interface MainToolbarWrapperEmotionProps {
16
16
  showKeyline: boolean;
17
17
  twoLineEditorToolbar: boolean;
18
18
  }
19
- export declare const MainToolbarWrapperEmotion: ({ showKeyline, twoLineEditorToolbar, children, "data-testid": testId, }: MainToolbarWrapperEmotionProps) => jsx.JSX.Element;
19
+ export declare const MainToolbarWrapperEmotion: ({ showKeyline, twoLineEditorToolbar, children, 'data-testid': testId, }: MainToolbarWrapperEmotionProps) => jsx.JSX.Element;
@@ -11,5 +11,5 @@ export declare class LegacyEditorContext extends React.Component<EditorContextPr
11
11
  private contextValue;
12
12
  render(): React.JSX.Element;
13
13
  }
14
- declare const _default: (props: EditorContextProps) => React.JSX.Element;
15
14
  export default _default;
15
+ declare function _default(props: EditorContextProps): React.JSX.Element;
@@ -13,5 +13,5 @@ interface ToolbarComponentsWrapperCompiledProps {
13
13
  children?: ReactNode;
14
14
  'data-vc'?: string;
15
15
  }
16
- export declare const ToolbarComponentsWrapperCompiled: ({ children, "data-vc": dataVc, }: ToolbarComponentsWrapperCompiledProps) => JSX.Element;
16
+ export declare const ToolbarComponentsWrapperCompiled: ({ children, 'data-vc': dataVc, }: ToolbarComponentsWrapperCompiledProps) => JSX.Element;
17
17
  export {};
@@ -13,5 +13,5 @@ interface ToolbarComponentsWrapperEmotionProps {
13
13
  children?: ReactNode;
14
14
  'data-vc'?: string;
15
15
  }
16
- export declare const ToolbarComponentsWrapperEmotion: ({ children, "data-vc": dataVc, }: ToolbarComponentsWrapperEmotionProps) => JSX.Element;
16
+ export declare const ToolbarComponentsWrapperEmotion: ({ children, 'data-vc': dataVc, }: ToolbarComponentsWrapperEmotionProps) => JSX.Element;
17
17
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "221.14.2",
3
+ "version": "221.14.3",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/editor-ssr-renderer": "^7.1.0",
57
57
  "@atlaskit/editor-toolbar": "^2.3.0",
58
58
  "@atlaskit/editor-toolbar-model": "^1.1.0",
59
- "@atlaskit/emoji": "^71.13.0",
59
+ "@atlaskit/emoji": "^71.14.0",
60
60
  "@atlaskit/feature-gate-js-client": "^6.0.0",
61
61
  "@atlaskit/icon": "^37.2.0",
62
62
  "@atlaskit/link": "^4.3.0",
@@ -67,9 +67,9 @@
67
67
  "@atlaskit/react-compiler-gating": "^0.2.0",
68
68
  "@atlaskit/react-ufo": "^7.3.0",
69
69
  "@atlaskit/task-decision": "^21.7.0",
70
- "@atlaskit/tmp-editor-statsig": "^134.0.0",
70
+ "@atlaskit/tmp-editor-statsig": "^135.0.0",
71
71
  "@atlaskit/tokens": "^16.3.0",
72
- "@atlaskit/tooltip": "^23.1.0",
72
+ "@atlaskit/tooltip": "^23.2.0",
73
73
  "@atlaskit/width-detector": "^6.2.0",
74
74
  "@babel/runtime": "^7.0.0",
75
75
  "@compiled/react": "^1.0.0",
@@ -85,7 +85,7 @@
85
85
  "uuid": "^3.1.0"
86
86
  },
87
87
  "peerDependencies": {
88
- "@atlaskit/editor-common": "^116.40.0",
88
+ "@atlaskit/editor-common": "^116.41.0",
89
89
  "@atlaskit/link-provider": "^5.2.0",
90
90
  "@atlaskit/media-core": "^38.0.0",
91
91
  "react": "^18.2.0",
@@ -111,8 +111,8 @@
111
111
  "@atlaskit/media-core": "^38.0.0",
112
112
  "@atlaskit/media-integration-test-helpers": "workspace:^",
113
113
  "@atlaskit/media-test-helpers": "^42.2.0",
114
- "@atlaskit/modal-dialog": "^16.1.0",
115
- "@atlaskit/popper": "^8.3.0",
114
+ "@atlaskit/modal-dialog": "^16.2.0",
115
+ "@atlaskit/popper": "^8.4.0",
116
116
  "@atlaskit/portal": "^6.1.0",
117
117
  "@atlaskit/renderer": "^133.16.0",
118
118
  "@atlaskit/section-message": "^9.2.0",
@@ -122,7 +122,7 @@
122
122
  "@atlassian/a11y-jest-testing": "^0.13.0",
123
123
  "@atlassian/a11y-playwright-testing": "^0.10.0",
124
124
  "@atlassian/adf-schema-json": "^1.33.0",
125
- "@atlassian/editor-rovo-bridge": "^10.13.0",
125
+ "@atlassian/editor-rovo-bridge": "^10.14.0",
126
126
  "@atlassian/feature-flags-test-utils": "^1.2.0",
127
127
  "@atlassian/search-client": "^2.5.0",
128
128
  "@atlassian/search-provider": "^13.1.0",