@atlaskit/editor-plugin-floating-toolbar 8.2.9 → 8.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-floating-toolbar
2
2
 
3
+ ## 8.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9842848622554`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9842848622554) -
8
+ ENGHEALTH-23797:Fixed aria prohibited attr from selection marker
9
+ - Updated dependencies
10
+
3
11
  ## 8.2.9
4
12
 
5
13
  ### Patch Changes
@@ -431,6 +431,7 @@ function ContentComponent(_ref5) {
431
431
  fallbackComponent: null
432
432
  }, /*#__PURE__*/_react.default.createElement(_ui.Popup, {
433
433
  ariaLabel: title,
434
+ role: (0, _platformFeatureFlags.fg)('platform_editor_a11y_add_role_to_popup') ? 'toolbar' : undefined,
434
435
  offset: offset,
435
436
  target: targetRef,
436
437
  alignY: "bottom",
@@ -417,6 +417,7 @@ export function ContentComponent({
417
417
  fallbackComponent: null
418
418
  }, /*#__PURE__*/React.createElement(Popup, {
419
419
  ariaLabel: title,
420
+ role: fg('platform_editor_a11y_add_role_to_popup') ? 'toolbar' : undefined,
420
421
  offset: offset,
421
422
  target: targetRef,
422
423
  alignY: "bottom",
@@ -422,6 +422,7 @@ export function ContentComponent(_ref5) {
422
422
  fallbackComponent: null
423
423
  }, /*#__PURE__*/React.createElement(Popup, {
424
424
  ariaLabel: title,
425
+ role: fg('platform_editor_a11y_add_role_to_popup') ? 'toolbar' : undefined,
425
426
  offset: offset,
426
427
  target: targetRef,
427
428
  alignY: "bottom",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "8.2.9",
3
+ "version": "8.2.10",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,20 +32,20 @@
32
32
  "@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
33
33
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
34
34
  "@atlaskit/editor-plugin-emoji": "^7.4.0",
35
- "@atlaskit/editor-plugin-extension": "^9.1.0",
35
+ "@atlaskit/editor-plugin-extension": "^9.2.0",
36
36
  "@atlaskit/editor-plugin-interaction": "^9.0.0",
37
- "@atlaskit/editor-plugin-table": "^15.2.0",
37
+ "@atlaskit/editor-plugin-table": "^15.3.0",
38
38
  "@atlaskit/editor-plugin-user-intent": "^4.0.0",
39
39
  "@atlaskit/editor-prosemirror": "7.0.0",
40
40
  "@atlaskit/emoji": "^69.6.0",
41
41
  "@atlaskit/icon": "^28.5.0",
42
42
  "@atlaskit/menu": "^8.4.0",
43
- "@atlaskit/modal-dialog": "^14.5.0",
43
+ "@atlaskit/modal-dialog": "^14.6.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/primitives": "^16.0.0",
46
46
  "@atlaskit/select": "^21.3.0",
47
47
  "@atlaskit/theme": "^21.0.0",
48
- "@atlaskit/tmp-editor-statsig": "^13.16.0",
48
+ "@atlaskit/tmp-editor-statsig": "^13.19.0",
49
49
  "@atlaskit/tokens": "^7.0.0",
50
50
  "@atlaskit/tooltip": "^20.6.0",
51
51
  "@babel/runtime": "^7.0.0",
@@ -57,7 +57,7 @@
57
57
  "react-loadable": "^5.1.0"
58
58
  },
59
59
  "peerDependencies": {
60
- "@atlaskit/editor-common": "^110.15.0",
60
+ "@atlaskit/editor-common": "^110.18.0",
61
61
  "react": "^18.2.0",
62
62
  "react-dom": "^18.2.0"
63
63
  },
@@ -125,6 +125,9 @@
125
125
  "platform_editor_fix_confirm_table_removal": {
126
126
  "type": "boolean"
127
127
  },
128
+ "platform_editor_a11y_add_role_to_popup": {
129
+ "type": "boolean"
130
+ },
128
131
  "platform_editor_update_modal_close_button": {
129
132
  "type": "boolean"
130
133
  },