@atlaskit/editor-plugin-find-replace 6.1.7 → 6.2.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 +11 -0
- package/dist/cjs/ui/Find.js +0 -2
- package/dist/es2019/ui/Find.js +0 -2
- package/dist/esm/ui/Find.js +0 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-find-replace
|
|
2
2
|
|
|
3
|
+
## 6.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`762b79e21f96a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/762b79e21f96a) -
|
|
8
|
+
Migrated and cleaned up legacy iconography usage.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 6.1.7
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/cjs/ui/Find.js
CHANGED
|
@@ -141,11 +141,9 @@ var Find = /*#__PURE__*/function (_React$Component) {
|
|
|
141
141
|
});
|
|
142
142
|
(0, _defineProperty2.default)(_this, "matchCaseIconEle", function (iconProps) {
|
|
143
143
|
return (0, _expValEquals.expValEquals)('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? (0, _react2.jsx)(_textLetterCase.default, {
|
|
144
|
-
LEGACY_size: 'small',
|
|
145
144
|
label: iconProps.label,
|
|
146
145
|
size: "small"
|
|
147
146
|
}) : (0, _react2.jsx)(_textStyle.default, {
|
|
148
|
-
LEGACY_size: 'small',
|
|
149
147
|
label: _this.matchCase
|
|
150
148
|
});
|
|
151
149
|
});
|
package/dist/es2019/ui/Find.js
CHANGED
|
@@ -129,11 +129,9 @@ class Find extends React.Component {
|
|
|
129
129
|
});
|
|
130
130
|
_defineProperty(this, "matchCaseIconEle", iconProps => {
|
|
131
131
|
return expValEquals('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? jsx(TextLetterCaseIcon, {
|
|
132
|
-
LEGACY_size: 'small',
|
|
133
132
|
label: iconProps.label,
|
|
134
133
|
size: "small"
|
|
135
134
|
}) : jsx(MatchCaseIcon, {
|
|
136
|
-
LEGACY_size: 'small',
|
|
137
135
|
label: this.matchCase
|
|
138
136
|
});
|
|
139
137
|
});
|
package/dist/esm/ui/Find.js
CHANGED
|
@@ -138,11 +138,9 @@ var Find = /*#__PURE__*/function (_React$Component) {
|
|
|
138
138
|
});
|
|
139
139
|
_defineProperty(_this, "matchCaseIconEle", function (iconProps) {
|
|
140
140
|
return expValEquals('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? jsx(TextLetterCaseIcon, {
|
|
141
|
-
LEGACY_size: 'small',
|
|
142
141
|
label: iconProps.label,
|
|
143
142
|
size: "small"
|
|
144
143
|
}) : jsx(MatchCaseIcon, {
|
|
145
|
-
LEGACY_size: 'small',
|
|
146
144
|
label: _this.matchCase
|
|
147
145
|
});
|
|
148
146
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-find-replace",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "find replace plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
],
|
|
29
29
|
"atlaskit:src": "src/index.ts",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@atlaskit/button": "^23.
|
|
31
|
+
"@atlaskit/button": "^23.8.0",
|
|
32
32
|
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
33
33
|
"@atlaskit/editor-plugin-card": "^11.5.0",
|
|
34
|
-
"@atlaskit/editor-plugin-expand": "^7.
|
|
34
|
+
"@atlaskit/editor-plugin-expand": "^7.5.0",
|
|
35
35
|
"@atlaskit/editor-plugin-mentions": "^8.2.0",
|
|
36
36
|
"@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
38
38
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
39
39
|
"@atlaskit/form": "^15.0.0",
|
|
40
|
-
"@atlaskit/icon": "^29.
|
|
40
|
+
"@atlaskit/icon": "^29.2.0",
|
|
41
41
|
"@atlaskit/icon-lab": "^5.12.0",
|
|
42
42
|
"@atlaskit/mention": "^24.4.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/textfield": "^8.2.0",
|
|
46
46
|
"@atlaskit/theme": "^21.0.0",
|
|
47
47
|
"@atlaskit/tmp-editor-statsig": "^15.12.0",
|
|
48
|
-
"@atlaskit/tokens": "^8.
|
|
48
|
+
"@atlaskit/tokens": "^8.6.0",
|
|
49
49
|
"@atlaskit/tooltip": "^20.11.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"react-dom": "^18.2.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"@atlaskit/editor-common": "^110.
|
|
64
|
+
"@atlaskit/editor-common": "^110.45.0",
|
|
65
65
|
"react": "^18.2.0",
|
|
66
66
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
67
67
|
},
|