@atlaskit/editor-plugin-help-dialog 12.1.1 → 12.1.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,11 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 12.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.1.1
4
10
 
5
11
  ### Patch Changes
@@ -62,7 +62,9 @@ var HelpDialog = function HelpDialog(_ref) {
62
62
  }, [handleEsc]);
63
63
  var formatting = (0, _formatting.getSupportedFormatting)(editorView.state.schema, intl, imageEnabled, quickInsertEnabled, aiEnabled);
64
64
  var label = intl.formatMessage(_messages.helpDialogMessages.editorHelp);
65
- return (0, _react2.jsx)(_modalDialog.ModalTransition, null, isVisible ? (0, _react2.jsx)(_modalDialog.default, {
65
+ return (0, _react2.jsx)(_modalDialog.ModalTransition, null, isVisible ?
66
+ // eslint-disable-next-line @atlaskit/design-system/no-modal-label
67
+ (0, _react2.jsx)(_modalDialog.default, {
66
68
  label: label,
67
69
  width: "large",
68
70
  onClose: closeDialog,
@@ -58,7 +58,9 @@ const HelpDialog = ({
58
58
  }, [handleEsc]);
59
59
  const formatting = getSupportedFormatting(editorView.state.schema, intl, imageEnabled, quickInsertEnabled, aiEnabled);
60
60
  const label = intl.formatMessage(messages.editorHelp);
61
- return jsx(ModalTransition, null, isVisible ? jsx(AkModalDialog, {
61
+ return jsx(ModalTransition, null, isVisible ?
62
+ // eslint-disable-next-line @atlaskit/design-system/no-modal-label
63
+ jsx(AkModalDialog, {
62
64
  label: label,
63
65
  width: "large",
64
66
  onClose: closeDialog,
@@ -52,7 +52,9 @@ var HelpDialog = function HelpDialog(_ref) {
52
52
  }, [handleEsc]);
53
53
  var formatting = getSupportedFormatting(editorView.state.schema, intl, imageEnabled, quickInsertEnabled, aiEnabled);
54
54
  var label = intl.formatMessage(messages.editorHelp);
55
- return jsx(ModalTransition, null, isVisible ? jsx(AkModalDialog, {
55
+ return jsx(ModalTransition, null, isVisible ?
56
+ // eslint-disable-next-line @atlaskit/design-system/no-modal-label
57
+ jsx(AkModalDialog, {
56
58
  label: label,
57
59
  width: "large",
58
60
  onClose: closeDialog,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "12.1.1",
3
+ "version": "12.1.2",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/modal-dialog": "^16.2.0",
31
31
  "@atlaskit/platform-feature-flags": "^2.1.0",
32
32
  "@atlaskit/primitives": "^22.2.0",
33
- "@atlaskit/tmp-editor-statsig": "^136.0.0",
33
+ "@atlaskit/tmp-editor-statsig": "^137.0.0",
34
34
  "@atlaskit/tokens": "^16.3.0",
35
35
  "@atlaskit/tooltip": "^24.0.0",
36
36
  "@babel/runtime": "^7.0.0",
@@ -43,7 +43,7 @@
43
43
  "react-intl": "^7.0.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^116.48.0",
46
+ "@atlaskit/editor-common": "^116.51.0",
47
47
  "react": "^18.2.0 || ^19.2.0",
48
48
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
49
49
  },