@atlaskit/editor-plugin-selection-extension 10.3.25 → 10.3.27
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-selection-extension
|
|
2
2
|
|
|
3
|
+
## 10.3.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ef315dbd33cd4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef315dbd33cd4) -
|
|
8
|
+
EDITOR-5603 update lozenge and tag usage in editor for Team 26 ADS changes
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 10.3.26
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 10.3.25
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SelectionExtensionDropdownItem.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SelectionExtensionDropdownItem.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -138,7 +138,7 @@ var SelectionExtensionDropdownItem = exports.SelectionExtensionDropdownItem = fu
|
|
|
138
138
|
as: "span",
|
|
139
139
|
xcss: styles.lozenge
|
|
140
140
|
}, /*#__PURE__*/_react.default.createElement(_lozenge.default, {
|
|
141
|
-
appearance:
|
|
141
|
+
appearance: (0, _platformFeatureFlags.fg)('confluence_fronend_labels_categorization_migration') ? 'discovery' : 'new'
|
|
142
142
|
}, dropdownItem.lozenge.label)) : undefined)));
|
|
143
143
|
}
|
|
144
144
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
|
|
@@ -150,6 +150,6 @@ var SelectionExtensionDropdownItem = exports.SelectionExtensionDropdownItem = fu
|
|
|
150
150
|
as: "span",
|
|
151
151
|
xcss: styles.lozenge
|
|
152
152
|
}, /*#__PURE__*/_react.default.createElement(_lozenge.default, {
|
|
153
|
-
appearance:
|
|
153
|
+
appearance: (0, _platformFeatureFlags.fg)('confluence_fronend_labels_categorization_migration') ? 'discovery' : 'new'
|
|
154
154
|
}, dropdownItem.lozenge.label)) : undefined);
|
|
155
155
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SelectionExtensionDropdownItem.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SelectionExtensionDropdownItem.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./SelectionExtensionDropdownItem.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useCallback, useRef, useState } from 'react';
|
|
@@ -129,7 +129,7 @@ export const SelectionExtensionDropdownItem = ({
|
|
|
129
129
|
as: "span",
|
|
130
130
|
xcss: styles.lozenge
|
|
131
131
|
}, /*#__PURE__*/React.createElement(Lozenge, {
|
|
132
|
-
appearance:
|
|
132
|
+
appearance: fg('confluence_fronend_labels_categorization_migration') ? 'discovery' : 'new'
|
|
133
133
|
}, dropdownItem.lozenge.label)) : undefined)));
|
|
134
134
|
}
|
|
135
135
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
@@ -141,6 +141,6 @@ export const SelectionExtensionDropdownItem = ({
|
|
|
141
141
|
as: "span",
|
|
142
142
|
xcss: styles.lozenge
|
|
143
143
|
}, /*#__PURE__*/React.createElement(Lozenge, {
|
|
144
|
-
appearance:
|
|
144
|
+
appearance: fg('confluence_fronend_labels_categorization_migration') ? 'discovery' : 'new'
|
|
145
145
|
}, dropdownItem.lozenge.label)) : undefined);
|
|
146
146
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SelectionExtensionDropdownItem.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SelectionExtensionDropdownItem.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./SelectionExtensionDropdownItem.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -129,7 +129,7 @@ export var SelectionExtensionDropdownItem = function SelectionExtensionDropdownI
|
|
|
129
129
|
as: "span",
|
|
130
130
|
xcss: styles.lozenge
|
|
131
131
|
}, /*#__PURE__*/React.createElement(Lozenge, {
|
|
132
|
-
appearance:
|
|
132
|
+
appearance: fg('confluence_fronend_labels_categorization_migration') ? 'discovery' : 'new'
|
|
133
133
|
}, dropdownItem.lozenge.label)) : undefined)));
|
|
134
134
|
}
|
|
135
135
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
@@ -141,6 +141,6 @@ export var SelectionExtensionDropdownItem = function SelectionExtensionDropdownI
|
|
|
141
141
|
as: "span",
|
|
142
142
|
xcss: styles.lozenge
|
|
143
143
|
}, /*#__PURE__*/React.createElement(Lozenge, {
|
|
144
|
-
appearance:
|
|
144
|
+
appearance: fg('confluence_fronend_labels_categorization_migration') ? 'discovery' : 'new'
|
|
145
145
|
}, dropdownItem.lozenge.label)) : undefined);
|
|
146
146
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-selection-extension",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.27",
|
|
4
4
|
"description": "editor-plugin-selection-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/css": "^0.19.0",
|
|
37
37
|
"@atlaskit/editor-json-transformer": "^8.31.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^7.0.0",
|
|
39
|
-
"@atlaskit/editor-plugin-block-controls": "^8.
|
|
39
|
+
"@atlaskit/editor-plugin-block-controls": "^8.10.0",
|
|
40
40
|
"@atlaskit/editor-plugin-block-menu": "^6.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-viewmode": "^9.0.0",
|
|
42
42
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "^7.0.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/lozenge": "^13.4.0",
|
|
53
53
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
54
|
"@atlaskit/primitives": "^18.0.0",
|
|
55
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
55
|
+
"@atlaskit/tmp-editor-statsig": "^35.0.0",
|
|
56
56
|
"@atlaskit/tokens": "^11.0.0",
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|
|
58
58
|
"lodash": "^4.17.21",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"uuid": "^3.1.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@atlaskit/editor-common": "^111.
|
|
63
|
+
"@atlaskit/editor-common": "^111.30.0",
|
|
64
64
|
"react": "^18.2.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
@@ -121,6 +121,9 @@
|
|
|
121
121
|
},
|
|
122
122
|
"platform_editor_block_menu_v2_patch_3": {
|
|
123
123
|
"type": "boolean"
|
|
124
|
+
},
|
|
125
|
+
"confluence_fronend_labels_categorization_migration": {
|
|
126
|
+
"type": "boolean"
|
|
124
127
|
}
|
|
125
128
|
}
|
|
126
129
|
}
|