@atlaskit/editor-plugin-find-replace 7.0.26 → 7.1.0

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,16 @@
1
1
  # @atlaskit/editor-plugin-find-replace
2
2
 
3
+ ## 7.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f444a0d3e2c0b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f444a0d3e2c0b) -
8
+ [FFCLEANUP-79468] clean up platform_editor_dec_a11y_fixes feature gate
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 7.0.26
4
15
 
5
16
  ### Patch Changes
@@ -14,7 +14,6 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
14
14
  var _react = _interopRequireDefault(require("react"));
15
15
  var _react2 = require("@emotion/react");
16
16
  var _messages = require("@atlaskit/editor-common/messages");
17
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
18
17
  var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
19
18
  var _Find = _interopRequireDefault(require("./Find"));
20
19
  var _Replace = _interopRequireDefault(require("./Replace"));
@@ -84,7 +83,7 @@ var FindReplace = /*#__PURE__*/function (_React$PureComponent) {
84
83
  var focusToolbarButton = this.props.focusToolbarButton || function () {};
85
84
  return (0, _react2.jsx)("div", {
86
85
  role: 'dialog',
87
- "aria-label": (0, _platformFeatureFlags.fg)('platform_editor_dec_a11y_fixes') ? intl === null || intl === void 0 ? void 0 : intl.formatMessage(_messages.findReplaceMessages.findReplaceDialogAriaLabel) : 'Find and Replace',
86
+ "aria-label": intl === null || intl === void 0 ? void 0 : intl.formatMessage(_messages.findReplaceMessages.findReplaceDialogAriaLabel),
88
87
  "aria-modal": false,
89
88
  ref: this.modalRef
90
89
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
@@ -10,7 +10,6 @@ import React from 'react';
10
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
11
  import { jsx } from '@emotion/react';
12
12
  import { findReplaceMessages as messages } from '@atlaskit/editor-common/messages';
13
- import { fg } from '@atlaskit/platform-feature-flags';
14
13
  import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
15
14
  import Find from './Find';
16
15
  import Replace from './Replace';
@@ -70,7 +69,7 @@ class FindReplace extends React.PureComponent {
70
69
  const focusToolbarButton = this.props.focusToolbarButton || (() => {});
71
70
  return jsx("div", {
72
71
  role: 'dialog',
73
- "aria-label": fg('platform_editor_dec_a11y_fixes') ? intl === null || intl === void 0 ? void 0 : intl.formatMessage(messages.findReplaceDialogAriaLabel) : 'Find and Replace',
72
+ "aria-label": intl === null || intl === void 0 ? void 0 : intl.formatMessage(messages.findReplaceDialogAriaLabel),
74
73
  "aria-modal": false,
75
74
  ref: this.modalRef
76
75
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
@@ -17,7 +17,6 @@ import React from 'react';
17
17
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
18
18
  import { jsx } from '@emotion/react';
19
19
  import { findReplaceMessages as messages } from '@atlaskit/editor-common/messages';
20
- import { fg } from '@atlaskit/platform-feature-flags';
21
20
  import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
22
21
  import Find from './Find';
23
22
  import Replace from './Replace';
@@ -82,7 +81,7 @@ var FindReplace = /*#__PURE__*/function (_React$PureComponent) {
82
81
  var focusToolbarButton = this.props.focusToolbarButton || function () {};
83
82
  return jsx("div", {
84
83
  role: 'dialog',
85
- "aria-label": fg('platform_editor_dec_a11y_fixes') ? intl === null || intl === void 0 ? void 0 : intl.formatMessage(messages.findReplaceDialogAriaLabel) : 'Find and Replace',
84
+ "aria-label": intl === null || intl === void 0 ? void 0 : intl.formatMessage(messages.findReplaceDialogAriaLabel),
86
85
  "aria-modal": false,
87
86
  ref: this.modalRef
88
87
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-find-replace",
3
- "version": "7.0.26",
3
+ "version": "7.1.0",
4
4
  "description": "find replace plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/button": "^23.10.0",
32
32
  "@atlaskit/editor-plugin-analytics": "^7.0.0",
33
33
  "@atlaskit/editor-plugin-card": "^12.4.0",
34
- "@atlaskit/editor-plugin-expand": "^8.4.0",
34
+ "@atlaskit/editor-plugin-expand": "^8.5.0",
35
35
  "@atlaskit/editor-plugin-mentions": "^9.4.0",
36
36
  "@atlaskit/editor-plugin-primary-toolbar": "^8.0.0",
37
37
  "@atlaskit/editor-prosemirror": "^7.3.0",
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/primitives": "^18.0.0",
45
45
  "@atlaskit/textfield": "^8.2.0",
46
46
  "@atlaskit/theme": "^22.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^34.0.0",
47
+ "@atlaskit/tmp-editor-statsig": "^34.4.0",
48
48
  "@atlaskit/tokens": "^11.0.0",
49
49
  "@atlaskit/tooltip": "^20.14.0",
50
50
  "@babel/runtime": "^7.0.0",
@@ -61,7 +61,7 @@
61
61
  "react-dom": "^18.2.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "@atlaskit/editor-common": "^111.28.0",
64
+ "@atlaskit/editor-common": "^111.30.0",
65
65
  "react": "^18.2.0",
66
66
  "react-intl-next": "npm:react-intl@^5.18.1"
67
67
  },
@@ -111,9 +111,6 @@
111
111
  "platform-feature-flags": {
112
112
  "platform_editor_toolbar_responsive_fixes": {
113
113
  "type": "boolean"
114
- },
115
- "platform_editor_dec_a11y_fixes": {
116
- "type": "boolean"
117
114
  }
118
115
  }
119
116
  }