@atlaskit/editor-plugin-quick-insert 6.0.8 → 6.0.9

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-quick-insert
2
2
 
3
+ ## 6.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.0.8
4
10
 
5
11
  ### Patch Changes
@@ -15,5 +15,5 @@ type QuickInsertOpenExperienceOptions = {
15
15
  * Failure: When 500ms passes without the quick insert menu being added to the DOM
16
16
  * Abort: When user presses escape or backspace
17
17
  */
18
- export declare const getQuickInsertOpenExperiencePlugin: ({ refs, dispatchAnalyticsEvent }: QuickInsertOpenExperienceOptions) => SafePlugin<any>;
18
+ export declare const getQuickInsertOpenExperiencePlugin: ({ refs, dispatchAnalyticsEvent, }: QuickInsertOpenExperienceOptions) => SafePlugin<any>;
19
19
  export {};
@@ -15,5 +15,5 @@ type QuickInsertOpenExperienceOptions = {
15
15
  * Failure: When 500ms passes without the quick insert menu being added to the DOM
16
16
  * Abort: When user presses escape or backspace
17
17
  */
18
- export declare const getQuickInsertOpenExperiencePlugin: ({ refs, dispatchAnalyticsEvent }: QuickInsertOpenExperienceOptions) => SafePlugin<any>;
18
+ export declare const getQuickInsertOpenExperiencePlugin: ({ refs, dispatchAnalyticsEvent, }: QuickInsertOpenExperienceOptions) => SafePlugin<any>;
19
19
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-quick-insert",
3
- "version": "6.0.8",
3
+ "version": "6.0.9",
4
4
  "description": "Quick insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,17 +35,17 @@
35
35
  "@atlaskit/editor-plugin-metrics": "^7.1.0",
36
36
  "@atlaskit/editor-plugin-type-ahead": "^6.5.0",
37
37
  "@atlaskit/editor-prosemirror": "7.0.0",
38
- "@atlaskit/icon": "^28.5.0",
38
+ "@atlaskit/icon": "^29.0.0",
39
39
  "@atlaskit/modal-dialog": "^14.6.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
41
  "@atlaskit/theme": "^21.0.0",
42
- "@atlaskit/tmp-editor-statsig": "^13.33.0",
42
+ "@atlaskit/tmp-editor-statsig": "^13.35.0",
43
43
  "@atlaskit/tokens": "^8.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^110.25.0",
48
+ "@atlaskit/editor-common": "^110.27.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0",
51
51
  "react-intl-next": "npm:react-intl@^5.18.1"