@atlaskit/editor-plugin-help-dialog 1.2.9 → 1.2.10

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,13 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 1.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#113338](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113338)
8
+ [`6b5439f51eab4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b5439f51eab4) -
9
+ ECA11Y-5 remove FF from codebase
10
+
3
11
  ## 1.2.9
4
12
 
5
13
  ### Patch Changes
@@ -489,7 +489,7 @@ var otherFormatting = function otherFormatting(_ref3) {
489
489
  }, "\u2191")))
490
490
  );
491
491
  }
492
- }]), (0, _toConsumableArray2.default)((0, _platformFeatureFlags.getBooleanFF)('platform.editor.a11y-column-resizing_emcvz') ? [{
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
- }]), ...(getBooleanFF('platform.editor.a11y-column-resizing_emcvz') ? [{
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
- }]), _toConsumableArray(getBooleanFF('platform.editor.a11y-column-resizing_emcvz') ? [{
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.9",
3
+ "version": "1.2.10",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
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.4.0",
40
+ "@atlaskit/icon": "^22.5.0",
41
41
  "@atlaskit/modal-dialog": "^12.14.0",
42
42
  "@atlaskit/platform-feature-flags": "^0.2.5",
43
43
  "@atlaskit/theme": "^12.11.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
  }