@atlaskit/editor-plugin-help-dialog 1.2.9 → 1.2.11
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-help-dialog
|
|
2
2
|
|
|
3
|
+
## 1.2.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.2.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#113338](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113338)
|
|
14
|
+
[`6b5439f51eab4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b5439f51eab4) -
|
|
15
|
+
ECA11Y-5 remove FF from codebase
|
|
16
|
+
|
|
3
17
|
## 1.2.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -489,7 +489,7 @@ var otherFormatting = function otherFormatting(_ref3) {
|
|
|
489
489
|
}, "\u2191")))
|
|
490
490
|
);
|
|
491
491
|
}
|
|
492
|
-
}]),
|
|
492
|
+
}]), [{
|
|
493
493
|
name: formatMessage(_messages.helpDialogMessages.selectColumnResize),
|
|
494
494
|
type: 'table',
|
|
495
495
|
autoFormatting: function autoFormatting() {
|
|
@@ -508,7 +508,7 @@ var otherFormatting = function otherFormatting(_ref3) {
|
|
|
508
508
|
}, "C")))
|
|
509
509
|
);
|
|
510
510
|
}
|
|
511
|
-
}]
|
|
511
|
+
}], [{
|
|
512
512
|
name: formatMessage(_messages.helpDialogMessages.highlightColor),
|
|
513
513
|
type: 'highlight',
|
|
514
514
|
keymap: function keymap() {
|
|
@@ -360,7 +360,7 @@ const otherFormatting = ({
|
|
|
360
360
|
}, browser.mac ? 'Opt' : 'Alt'), ' + ', jsx("span", {
|
|
361
361
|
css: codeSm
|
|
362
362
|
}, "\u2191")))
|
|
363
|
-
}]), ...
|
|
363
|
+
}]), ...[{
|
|
364
364
|
name: formatMessage(messages.selectColumnResize),
|
|
365
365
|
type: 'table',
|
|
366
366
|
autoFormatting: () =>
|
|
@@ -376,7 +376,7 @@ const otherFormatting = ({
|
|
|
376
376
|
}, "Shift"), ' + ', jsx("span", {
|
|
377
377
|
css: codeSm
|
|
378
378
|
}, "C")))
|
|
379
|
-
}]
|
|
379
|
+
}], {
|
|
380
380
|
name: formatMessage(messages.highlightColor),
|
|
381
381
|
type: 'highlight',
|
|
382
382
|
keymap: () => toggleHighlightPalette
|
|
@@ -481,7 +481,7 @@ var otherFormatting = function otherFormatting(_ref3) {
|
|
|
481
481
|
}, "\u2191")))
|
|
482
482
|
);
|
|
483
483
|
}
|
|
484
|
-
}]),
|
|
484
|
+
}]), [{
|
|
485
485
|
name: formatMessage(messages.selectColumnResize),
|
|
486
486
|
type: 'table',
|
|
487
487
|
autoFormatting: function autoFormatting() {
|
|
@@ -500,7 +500,7 @@ var otherFormatting = function otherFormatting(_ref3) {
|
|
|
500
500
|
}, "C")))
|
|
501
501
|
);
|
|
502
502
|
}
|
|
503
|
-
}]
|
|
503
|
+
}], [{
|
|
504
504
|
name: formatMessage(messages.highlightColor),
|
|
505
505
|
type: 'highlight',
|
|
506
506
|
keymap: function keymap() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-help-dialog",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.11",
|
|
4
4
|
"description": "Help Dialog plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
".": "./src/index.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/editor-common": "^83.
|
|
36
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
35
|
+
"@atlaskit/editor-common": "^83.4.0",
|
|
36
|
+
"@atlaskit/editor-plugin-analytics": "^1.4.0",
|
|
37
37
|
"@atlaskit/editor-plugin-quick-insert": "^1.1.0",
|
|
38
38
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
39
39
|
"@atlaskit/editor-shared-styles": "^2.12.0",
|
|
40
|
-
"@atlaskit/icon": "^22.
|
|
40
|
+
"@atlaskit/icon": "^22.5.0",
|
|
41
41
|
"@atlaskit/modal-dialog": "^12.14.0",
|
|
42
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
42
|
+
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
43
43
|
"@atlaskit/theme": "^12.11.0",
|
|
44
44
|
"@atlaskit/tokens": "^1.53.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
@@ -90,9 +90,6 @@
|
|
|
90
90
|
"platform.editor.text-alignment-keyboard-shortcuts": {
|
|
91
91
|
"type": "boolean"
|
|
92
92
|
},
|
|
93
|
-
"platform.editor.a11y-column-resizing_emcvz": {
|
|
94
|
-
"type": "boolean"
|
|
95
|
-
},
|
|
96
93
|
"platform.editor.a11y-help-dialog-shortcut-keys-position_aghfg": {
|
|
97
94
|
"type": "boolean"
|
|
98
95
|
}
|