@atlaskit/editor-plugin-help-dialog 3.0.3 → 3.1.0

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,13 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314)
8
+ [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) -
9
+ Exported missing types that were already being inferred from existing exports
10
+
3
11
  ## 3.0.3
4
12
 
5
13
  ### Patch Changes
@@ -21,6 +21,8 @@ var _styles = require("./styles");
21
21
  */
22
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
23
23
 
24
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
25
+
24
26
  var codeSm = (0, _primitives.xcss)({
25
27
  backgroundColor: 'color.background.neutral',
26
28
  borderRadius: 'border.radius',
@@ -14,6 +14,8 @@ var _styles = require("./styles");
14
14
  */
15
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
16
 
17
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
18
+
17
19
  var codeLg = (0, _primitives.xcss)({
18
20
  borderRadius: 'border.radius',
19
21
  display: 'inline-block',
@@ -9,6 +9,7 @@ import { browser } from '@atlaskit/editor-common/browser';
9
9
  import { addInlineComment, addLink, alignCenter, alignLeft, alignRight, askAIQuickInsert, clearFormatting, decreaseMediaSize, focusTableResizer, focusToContextMenuTrigger, increaseMediaSize, insertRule, navToEditorToolbar, navToFloatingToolbar, pastePlainText, redo, redoAlt, setNormalText, toggleBlockQuote, toggleBold, toggleBulletList, toggleCode, toggleHeading1, toggleHeading2, toggleHeading3, toggleHeading4, toggleHeading5, toggleHeading6, toggleHighlightPalette, toggleItalic, toggleOrderedList, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleTaskItemCheckbox, toggleUnderline, undo } from '@atlaskit/editor-common/keymaps';
10
10
  import { alignmentMessages, annotationMessages, blockTypeMessages, listMessages, helpDialogMessages as messages, toolbarInsertBlockMessages, toolbarMessages, undoRedoMessages } from '@atlaskit/editor-common/messages';
11
11
  import { fg } from '@atlaskit/platform-feature-flags';
12
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
12
13
  import { Box, xcss } from '@atlaskit/primitives';
13
14
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
14
15
  import { shortcutsArray } from './styles';
@@ -5,6 +5,7 @@
5
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
6
  import { jsx } from '@emotion/react';
7
7
  import { browser } from '@atlaskit/editor-common/browser';
8
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
8
9
  import { Box, xcss } from '@atlaskit/primitives';
9
10
  import { componentFromKeymapWrapperStyles } from './styles';
10
11
  const codeLg = xcss({
@@ -10,6 +10,7 @@ import { browser } from '@atlaskit/editor-common/browser';
10
10
  import { addInlineComment, addLink, alignCenter, alignLeft, alignRight, askAIQuickInsert, clearFormatting, decreaseMediaSize, focusTableResizer, focusToContextMenuTrigger, increaseMediaSize, insertRule, navToEditorToolbar, navToFloatingToolbar, pastePlainText, redo, redoAlt, setNormalText, toggleBlockQuote, toggleBold, toggleBulletList, toggleCode, toggleHeading1, toggleHeading2, toggleHeading3, toggleHeading4, toggleHeading5, toggleHeading6, toggleHighlightPalette, toggleItalic, toggleOrderedList, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleTaskItemCheckbox, toggleUnderline, undo } from '@atlaskit/editor-common/keymaps';
11
11
  import { alignmentMessages, annotationMessages, blockTypeMessages, listMessages, helpDialogMessages as messages, toolbarInsertBlockMessages, toolbarMessages, undoRedoMessages } from '@atlaskit/editor-common/messages';
12
12
  import { fg } from '@atlaskit/platform-feature-flags';
13
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
13
14
  import { Box, xcss } from '@atlaskit/primitives';
14
15
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
15
16
  import { shortcutsArray } from './styles';
@@ -5,6 +5,7 @@
5
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
6
  import { jsx } from '@emotion/react';
7
7
  import { browser } from '@atlaskit/editor-common/browser';
8
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
8
9
  import { Box, xcss } from '@atlaskit/primitives';
9
10
  import { componentFromKeymapWrapperStyles } from './styles';
10
11
  var codeLg = xcss({
@@ -1,4 +1,4 @@
1
- export type { HelpDialogPlugin, HelpDialogSharedState, HelpDialogPluginOptions, } from './helpDialogPluginType';
1
+ export type { HelpDialogPlugin, HelpDialogSharedState, HelpDialogPluginOptions, HelpDialogDependencies, } from './helpDialogPluginType';
2
2
  export { helpDialogPlugin } from './helpDialogPlugin';
3
3
  export {
4
4
  /**
@@ -1,4 +1,4 @@
1
- export type { HelpDialogPlugin, HelpDialogSharedState, HelpDialogPluginOptions, } from './helpDialogPluginType';
1
+ export type { HelpDialogPlugin, HelpDialogSharedState, HelpDialogPluginOptions, HelpDialogDependencies, } from './helpDialogPluginType';
2
2
  export { helpDialogPlugin } from './helpDialogPlugin';
3
3
  export {
4
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "3.0.3",
3
+ "version": "3.1.0",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,15 +35,15 @@
35
35
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
36
36
  "@atlaskit/editor-plugin-quick-insert": "^3.0.0",
37
37
  "@atlaskit/editor-prosemirror": "7.0.0",
38
- "@atlaskit/editor-shared-styles": "^3.4.0",
38
+ "@atlaskit/editor-shared-styles": "^3.5.0",
39
39
  "@atlaskit/heading": "^5.2.0",
40
- "@atlaskit/icon": "^27.3.0",
41
- "@atlaskit/modal-dialog": "^14.2.0",
40
+ "@atlaskit/icon": "^27.5.0",
41
+ "@atlaskit/modal-dialog": "^14.3.0",
42
42
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
43
  "@atlaskit/primitives": "^14.10.0",
44
44
  "@atlaskit/theme": "^19.0.0",
45
- "@atlaskit/tmp-editor-statsig": "^9.1.0",
46
- "@atlaskit/tokens": "^5.4.0",
45
+ "@atlaskit/tmp-editor-statsig": "^9.9.0",
46
+ "@atlaskit/tokens": "^5.6.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1",
49
49
  "react-intl-next": "npm:react-intl@^5.18.1",
@@ -53,7 +53,7 @@
53
53
  "@testing-library/react": "^13.4.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^107.7.0",
56
+ "@atlaskit/editor-common": "^107.9.0",
57
57
  "react": "^18.2.0"
58
58
  },
59
59
  "techstack": {