@atlaskit/editor-plugin-highlight 1.19.12 → 1.20.1

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,25 @@
1
1
  # @atlaskit/editor-plugin-highlight
2
2
 
3
+ ## 1.20.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
8
+ [`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
9
+ Bump adf-schema to 47.2.1
10
+
11
+ ## 1.20.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
16
+ [`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
17
+ Bumped editor-prosemirror version to 7.0.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 1.19.12
4
24
 
5
25
  ### Patch Changes
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type EditorHighlightIconProps = {
3
3
  disabled: boolean;
4
4
  selectedColor?: string | null;
5
5
  };
6
- export declare const EditorHighlightIcon: ({ disabled, selectedColor }: EditorHighlightIconProps) => JSX.Element;
6
+ export declare const EditorHighlightIcon: ({ disabled, selectedColor }: EditorHighlightIconProps) => React.JSX.Element;
7
7
  export {};
@@ -10,5 +10,5 @@ type PaletteDropdownProps = {
10
10
  onColorChange: (color: string) => void;
11
11
  isOpenedByKeyboard: boolean;
12
12
  } & WithOutsideClickProps;
13
- export declare const PaletteDropdown: (props: PaletteDropdownProps) => JSX.Element;
13
+ export declare const PaletteDropdown: (props: PaletteDropdownProps) => React.JSX.Element;
14
14
  export {};
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type EditorHighlightIconProps = {
3
3
  disabled: boolean;
4
4
  selectedColor?: string | null;
5
5
  };
6
- export declare const EditorHighlightIcon: ({ disabled, selectedColor }: EditorHighlightIconProps) => JSX.Element;
6
+ export declare const EditorHighlightIcon: ({ disabled, selectedColor }: EditorHighlightIconProps) => React.JSX.Element;
7
7
  export {};
@@ -10,5 +10,5 @@ type PaletteDropdownProps = {
10
10
  onColorChange: (color: string) => void;
11
11
  isOpenedByKeyboard: boolean;
12
12
  } & WithOutsideClickProps;
13
- export declare const PaletteDropdown: (props: PaletteDropdownProps) => JSX.Element;
13
+ export declare const PaletteDropdown: (props: PaletteDropdownProps) => React.JSX.Element;
14
14
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-highlight",
3
- "version": "1.19.12",
3
+ "version": "1.20.1",
4
4
  "description": "Highlight plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,19 +36,19 @@
36
36
  ".": "./src/index.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/adf-schema": "^46.1.0",
40
- "@atlaskit/editor-common": "^99.7.0",
39
+ "@atlaskit/adf-schema": "^47.2.1",
40
+ "@atlaskit/editor-common": "^99.14.0",
41
41
  "@atlaskit/editor-palette": "1.7.0",
42
- "@atlaskit/editor-plugin-analytics": "^1.11.0",
43
- "@atlaskit/editor-plugin-primary-toolbar": "^2.1.0",
44
- "@atlaskit/editor-plugin-text-formatting": "^1.17.0",
45
- "@atlaskit/editor-prosemirror": "6.2.1",
42
+ "@atlaskit/editor-plugin-analytics": "^1.12.0",
43
+ "@atlaskit/editor-plugin-primary-toolbar": "^2.2.0",
44
+ "@atlaskit/editor-plugin-text-formatting": "^1.18.0",
45
+ "@atlaskit/editor-prosemirror": "7.0.0",
46
46
  "@atlaskit/editor-shared-styles": "^3.2.0",
47
- "@atlaskit/editor-tables": "^2.8.0",
48
- "@atlaskit/icon": "^23.6.0",
47
+ "@atlaskit/editor-tables": "^2.9.0",
48
+ "@atlaskit/icon": "^23.9.0",
49
49
  "@atlaskit/platform-feature-flags": "^1.0.0",
50
- "@atlaskit/primitives": "^13.4.0",
51
- "@atlaskit/tmp-editor-statsig": "^2.41.0",
50
+ "@atlaskit/primitives": "^13.5.0",
51
+ "@atlaskit/tmp-editor-statsig": "^2.46.0",
52
52
  "@atlaskit/tokens": "^3.3.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1"