@atlaskit/editor-plugin-help-dialog 19.0.1 → 19.0.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
+ ## 19.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 19.0.1
4
10
 
5
11
  ### Patch Changes
@@ -12,8 +12,8 @@ var _browser = require("@atlaskit/editor-common/browser");
12
12
  var _keymaps = require("@atlaskit/editor-common/keymaps");
13
13
  var _messages = require("@atlaskit/editor-common/messages");
14
14
  var _primitives = require("@atlaskit/primitives");
15
- var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
16
15
  var _editorExperiment = require("@atlaskit/tmp-editor-statsig/editor-experiment");
16
+ var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
17
17
  var _styles = require("./styles");
18
18
  /**
19
19
  * @jsxRuntime classic
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable @atlaskit/editor/no-re-export */
2
+
2
3
  export { openHelpCommand as deprecatedOpenHelpCommand } from '../pm-plugins/commands';
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable @atlaskit/editor/no-re-export */
2
+
2
3
  export { helpDialogPlugin } from '../helpDialogPlugin';
@@ -10,8 +10,8 @@ import { addInlineComment, addLink, alignCenter, alignLeft, alignRight, askAIQui
10
10
  import { alignmentMessages, annotationMessages, blockTypeMessages, listMessages, helpDialogMessages as messages, tableMessages, toolbarInsertBlockMessages, toolbarMessages, undoRedoMessages } from '@atlaskit/editor-common/messages';
11
11
  // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
12
12
  import { Box, xcss } from '@atlaskit/primitives';
13
- import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
14
13
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/editor-experiment';
14
+ import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
15
15
  import { shortcutsArray } from './styles';
16
16
  const codeSm = xcss({
17
17
  backgroundColor: 'color.background.neutral',
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable @atlaskit/editor/no-re-export */
2
+
2
3
  export { openHelpCommand as deprecatedOpenHelpCommand } from '../pm-plugins/commands';
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable @atlaskit/editor/no-re-export */
2
+
2
3
  export { helpDialogPlugin } from '../helpDialogPlugin';
@@ -11,8 +11,8 @@ import { addInlineComment, addLink, alignCenter, alignLeft, alignRight, askAIQui
11
11
  import { alignmentMessages, annotationMessages, blockTypeMessages, listMessages, helpDialogMessages as messages, tableMessages, toolbarInsertBlockMessages, toolbarMessages, undoRedoMessages } from '@atlaskit/editor-common/messages';
12
12
  // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
13
13
  import { Box, xcss } from '@atlaskit/primitives';
14
- import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
15
14
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/editor-experiment';
15
+ import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
16
16
  import { shortcutsArray } from './styles';
17
17
  var codeSm = xcss({
18
18
  backgroundColor: 'color.background.neutral',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "19.0.1",
3
+ "version": "19.0.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.6.0",
31
31
  "@atlaskit/platform-feature-flags": "^2.2.0",
32
32
  "@atlaskit/primitives": "^22.5.0",
33
- "@atlaskit/tmp-editor-statsig": "^200.0.0",
33
+ "@atlaskit/tmp-editor-statsig": "^201.0.0",
34
34
  "@atlaskit/tokens": "^18.2.0",
35
35
  "@atlaskit/tooltip": "^24.3.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": "^123.0.0",
46
+ "@atlaskit/editor-common": "^123.2.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
  }