@atlaskit/editor-plugin-extension 13.0.1 → 13.0.3

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-extension
2
2
 
3
+ ## 13.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`79124c226e2f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79124c226e2f4) -
14
+ NO-ISSUE Clean up platform_editor_ai_edit_unsupported_content
15
+ - Updated dependencies
16
+
3
17
  ## 13.0.1
4
18
 
5
19
  ### Patch Changes
@@ -408,14 +408,14 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(_ref
408
408
  state: state,
409
409
  formatMessage: intl.formatMessage,
410
410
  nodeType: nodeType,
411
- onClick: (0, _expValEquals.expValEquals)('platform_editor_ai_edit_unsupported_content', 'isEnabled', true) ? createOnClickCopyButton({
411
+ onClick: createOnClickCopyButton({
412
412
  formatMessage: formatMessage,
413
413
  extensionApi: extensionApi,
414
414
  extensionProvider: extensionProvider,
415
415
  getUnsupportedContent: getUnsupportedContent,
416
416
  state: state,
417
417
  locale: locale
418
- }) : undefined
418
+ })
419
419
  }]
420
420
  }, shouldHideCopyButton && {
421
421
  hidden: shouldHideCopyButton
@@ -404,14 +404,14 @@ export const getToolbarConfig = ({
404
404
  state,
405
405
  formatMessage: intl.formatMessage,
406
406
  nodeType,
407
- onClick: expValEquals('platform_editor_ai_edit_unsupported_content', 'isEnabled', true) ? createOnClickCopyButton({
407
+ onClick: createOnClickCopyButton({
408
408
  formatMessage,
409
409
  extensionApi,
410
410
  extensionProvider,
411
411
  getUnsupportedContent,
412
412
  state,
413
413
  locale
414
- }) : undefined
414
+ })
415
415
  }],
416
416
  ...(shouldHideCopyButton && {
417
417
  hidden: shouldHideCopyButton
@@ -402,14 +402,14 @@ export var getToolbarConfig = function getToolbarConfig(_ref2) {
402
402
  state: state,
403
403
  formatMessage: intl.formatMessage,
404
404
  nodeType: nodeType,
405
- onClick: expValEquals('platform_editor_ai_edit_unsupported_content', 'isEnabled', true) ? createOnClickCopyButton({
405
+ onClick: createOnClickCopyButton({
406
406
  formatMessage: formatMessage,
407
407
  extensionApi: extensionApi,
408
408
  extensionProvider: extensionProvider,
409
409
  getUnsupportedContent: getUnsupportedContent,
410
410
  state: state,
411
411
  locale: locale
412
- }) : undefined
412
+ })
413
413
  }]
414
414
  }, shouldHideCopyButton && {
415
415
  hidden: shouldHideCopyButton
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "13.0.1",
3
+ "version": "13.0.3",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,11 +24,11 @@
24
24
  "@atlaskit/adf-schema": "^52.5.0",
25
25
  "@atlaskit/adf-utils": "^19.27.0",
26
26
  "@atlaskit/analytics-next": "^11.2.0",
27
- "@atlaskit/avatar": "^25.11.0",
27
+ "@atlaskit/avatar": "^25.13.0",
28
28
  "@atlaskit/browser-apis": "^0.0.1",
29
29
  "@atlaskit/button": "^23.11.0",
30
30
  "@atlaskit/checkbox": "^17.3.0",
31
- "@atlaskit/datetime-picker": "^17.6.0",
31
+ "@atlaskit/datetime-picker": "^17.7.0",
32
32
  "@atlaskit/editor-json-transformer": "^8.31.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^10.0.0",
34
34
  "@atlaskit/editor-plugin-connectivity": "^10.0.0",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/editor-plugin-copy-button": "^10.0.0",
38
38
  "@atlaskit/editor-plugin-decorations": "^10.0.0",
39
39
  "@atlaskit/editor-plugin-feature-flags": "^9.0.0",
40
- "@atlaskit/editor-plugin-mentions": "^12.0.0",
40
+ "@atlaskit/editor-plugin-mentions": "^12.1.0",
41
41
  "@atlaskit/editor-plugin-toolbar": "^7.0.0",
42
42
  "@atlaskit/editor-plugin-width": "^11.0.0",
43
43
  "@atlaskit/editor-prosemirror": "^7.3.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/tabs": "^19.1.0",
60
60
  "@atlaskit/textarea": "^8.3.0",
61
61
  "@atlaskit/textfield": "^8.3.0",
62
- "@atlaskit/tmp-editor-statsig": "^63.0.0",
62
+ "@atlaskit/tmp-editor-statsig": "^65.0.0",
63
63
  "@atlaskit/toggle": "^15.6.0",
64
64
  "@atlaskit/tokens": "^13.0.0",
65
65
  "@atlaskit/tooltip": "^21.1.0",
@@ -73,7 +73,7 @@
73
73
  "uuid": "^3.1.0"
74
74
  },
75
75
  "peerDependencies": {
76
- "@atlaskit/editor-common": "^114.2.0",
76
+ "@atlaskit/editor-common": "^114.6.0",
77
77
  "react": "^18.2.0",
78
78
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
79
79
  },