@atlaskit/editor-plugin-text-formatting 8.2.3 → 8.2.5
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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-text-formatting
|
|
2
2
|
|
|
3
|
+
## 8.2.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.2.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`27b688b4cb76f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/27b688b4cb76f) -
|
|
14
|
+
Source code changes to enable compatibility with react-intl v6
|
|
15
|
+
|
|
3
16
|
## 8.2.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -17,13 +17,13 @@ export type FormatComponentProps = {
|
|
|
17
17
|
toggleMarkWithAnalyticsCallback: ToggleMarkWithAnalyticsEditorCommand | ClearFormattingWithAnalyticsEditorCommand;
|
|
18
18
|
};
|
|
19
19
|
export declare const useComponentInfo: ({ api, optionType, title, shortcut, toggleMarkWithAnalyticsCallback, parents, }: Omit<FormatComponentProps, "icon" | "ariaLabel" | "groupLocation">) => {
|
|
20
|
-
formatTitle: string;
|
|
21
|
-
shortcutContent: string | undefined;
|
|
22
20
|
ariaLabel: string;
|
|
23
|
-
|
|
21
|
+
formatTitle: string;
|
|
24
22
|
isActive: boolean;
|
|
25
23
|
isDisabled: boolean;
|
|
26
24
|
isHidden: boolean;
|
|
25
|
+
onClick: () => void;
|
|
26
|
+
shortcutContent: string | undefined;
|
|
27
27
|
};
|
|
28
28
|
type FormatOptionInfo = {
|
|
29
29
|
command: ToggleMarkWithAnalyticsEditorCommand;
|
|
@@ -17,13 +17,13 @@ export type FormatComponentProps = {
|
|
|
17
17
|
toggleMarkWithAnalyticsCallback: ToggleMarkWithAnalyticsEditorCommand | ClearFormattingWithAnalyticsEditorCommand;
|
|
18
18
|
};
|
|
19
19
|
export declare const useComponentInfo: ({ api, optionType, title, shortcut, toggleMarkWithAnalyticsCallback, parents, }: Omit<FormatComponentProps, "icon" | "ariaLabel" | "groupLocation">) => {
|
|
20
|
-
formatTitle: string;
|
|
21
|
-
shortcutContent: string | undefined;
|
|
22
20
|
ariaLabel: string;
|
|
23
|
-
|
|
21
|
+
formatTitle: string;
|
|
24
22
|
isActive: boolean;
|
|
25
23
|
isDisabled: boolean;
|
|
26
24
|
isHidden: boolean;
|
|
25
|
+
onClick: () => void;
|
|
26
|
+
shortcutContent: string | undefined;
|
|
27
27
|
};
|
|
28
28
|
type FormatOptionInfo = {
|
|
29
29
|
command: ToggleMarkWithAnalyticsEditorCommand;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-text-formatting",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.5",
|
|
4
4
|
"description": "Text-formatting plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"@atlaskit/icon": "^34.0.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
48
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
49
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
49
|
+
"@atlaskit/tmp-editor-statsig": "^55.0.0",
|
|
50
50
|
"@atlaskit/tokens": "^11.4.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"@emotion/react": "^11.7.1",
|
|
53
53
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@atlaskit/editor-common": "^112.
|
|
56
|
+
"@atlaskit/editor-common": "^112.18.0",
|
|
57
57
|
"react": "^18.2.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|