@atlaskit/editor-plugin-extension 6.2.0 → 6.2.2

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,21 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 6.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`bd6ba70b54140`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd6ba70b54140) -
8
+ remove delete icon factory function
9
+ - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) -
10
+ EDITOR-1442 Bump adf-schema
11
+ - Updated dependencies
12
+
13
+ ## 6.2.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 6.2.0
4
20
 
5
21
  ### Minor Changes
@@ -326,12 +326,7 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(_ref
326
326
  }, {
327
327
  id: 'editor.extension.delete',
328
328
  type: 'button',
329
- icon: (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') ? _delete.default : function () {
330
- return /*#__PURE__*/_react.default.createElement(_delete.default, {
331
- label: formatMessage(_messages.default.remove),
332
- spacing: "spacious"
333
- });
334
- },
329
+ icon: _delete.default,
335
330
  iconFallback: _delete.default,
336
331
  appearance: 'danger',
337
332
  onClick: (0, _commands.removeExtension)(editorAnalyticsAPI, _analytics.INPUT_METHOD.FLOATING_TB),
@@ -320,10 +320,7 @@ export const getToolbarConfig = ({
320
320
  }, {
321
321
  id: 'editor.extension.delete',
322
322
  type: 'button',
323
- icon: editorExperiment('platform_editor_controls', 'variant1') ? DeleteIcon : () => /*#__PURE__*/React.createElement(DeleteIcon, {
324
- label: formatMessage(commonMessages.remove),
325
- spacing: "spacious"
326
- }),
323
+ icon: DeleteIcon,
327
324
  iconFallback: DeleteIcon,
328
325
  appearance: 'danger',
329
326
  onClick: removeExtension(editorAnalyticsAPI, INPUT_METHOD.FLOATING_TB),
@@ -320,12 +320,7 @@ export var getToolbarConfig = function getToolbarConfig(_ref) {
320
320
  }, {
321
321
  id: 'editor.extension.delete',
322
322
  type: 'button',
323
- icon: editorExperiment('platform_editor_controls', 'variant1') ? DeleteIcon : function () {
324
- return /*#__PURE__*/React.createElement(DeleteIcon, {
325
- label: formatMessage(commonMessages.remove),
326
- spacing: "spacious"
327
- });
328
- },
323
+ icon: DeleteIcon,
329
324
  iconFallback: DeleteIcon,
330
325
  appearance: 'danger',
331
326
  onClick: removeExtension(editorAnalyticsAPI, INPUT_METHOD.FLOATING_TB),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "6.2.0",
3
+ "version": "6.2.2",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -20,11 +20,8 @@
20
20
  "*.compiled.css"
21
21
  ],
22
22
  "atlaskit:src": "src/index.ts",
23
- "af:exports": {
24
- ".": "./src/index.ts"
25
- },
26
23
  "dependencies": {
27
- "@atlaskit/adf-schema": "^50.2.2",
24
+ "@atlaskit/adf-schema": "^50.2.3",
28
25
  "@atlaskit/adf-utils": "^19.21.0",
29
26
  "@atlaskit/analytics-next": "^11.1.0",
30
27
  "@atlaskit/avatar": "^25.1.0",
@@ -45,22 +42,22 @@
45
42
  "@atlaskit/empty-state": "^10.1.0",
46
43
  "@atlaskit/form": "^12.2.0",
47
44
  "@atlaskit/heading": "^5.2.0",
48
- "@atlaskit/icon": "^28.0.0",
45
+ "@atlaskit/icon": "^28.1.0",
49
46
  "@atlaskit/link": "^3.2.0",
50
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
- "@atlaskit/primitives": "^14.11.0",
52
- "@atlaskit/radio": "^8.2.0",
53
- "@atlaskit/section-message": "^8.5.0",
48
+ "@atlaskit/primitives": "^14.12.0",
49
+ "@atlaskit/radio": "^8.3.0",
50
+ "@atlaskit/section-message": "^8.6.0",
54
51
  "@atlaskit/select": "^21.2.0",
55
52
  "@atlaskit/smart-user-picker": "^8.2.0",
56
53
  "@atlaskit/spinner": "^19.0.0",
57
54
  "@atlaskit/tabs": "^18.1.0",
58
55
  "@atlaskit/textarea": "^8.0.0",
59
56
  "@atlaskit/textfield": "^8.0.0",
60
- "@atlaskit/theme": "^19.0.0",
61
- "@atlaskit/tmp-editor-statsig": "^11.7.0",
57
+ "@atlaskit/theme": "^20.0.0",
58
+ "@atlaskit/tmp-editor-statsig": "^11.9.0",
62
59
  "@atlaskit/toggle": "^15.1.0",
63
- "@atlaskit/tokens": "^6.0.0",
60
+ "@atlaskit/tokens": "^6.1.0",
64
61
  "@atlaskit/tooltip": "^20.4.0",
65
62
  "@babel/runtime": "^7.0.0",
66
63
  "@emotion/react": "^11.7.1",
@@ -72,7 +69,7 @@
72
69
  "uuid": "^3.1.0"
73
70
  },
74
71
  "peerDependencies": {
75
- "@atlaskit/editor-common": "^107.31.0",
72
+ "@atlaskit/editor-common": "^107.33.0",
76
73
  "react": "^18.2.0",
77
74
  "react-intl-next": "npm:react-intl@^5.18.1"
78
75
  },