@atlaskit/editor-plugin-hyperlink 0.3.0 → 0.3.1

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/.eslintrc.js CHANGED
@@ -1,7 +1,5 @@
1
1
  module.exports = {
2
2
  rules: {
3
- '@typescript-eslint/consistent-type-imports': 'warn',
4
- 'no-duplicate-imports': 'off',
5
3
  '@typescript-eslint/no-duplicate-imports': 'error',
6
4
  },
7
5
  };
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-hyperlink
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.3.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-hyperlink",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-hyperlink",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-hyperlink",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "sideEffects": false
5
5
  }
@@ -18,5 +18,5 @@ interface PrependToolbarButtonsProps extends HyperlinkToolbarItemsState {
18
18
  }
19
19
  export type PrependToolbarButtons = (props: PrependToolbarButtonsProps) => void;
20
20
  export declare const prependToolbarButtons: ({ items, onEscapeCallback, onInsertLinkCallback, view, }: PrependToolbarButtonsProps) => void;
21
- export declare const toolbarButtonsPlugin: () => SafePlugin<HyperlinkToolbarItemsState | undefined>;
21
+ export declare const toolbarButtonsPlugin: () => SafePlugin<undefined>;
22
22
  export {};
@@ -18,5 +18,5 @@ interface PrependToolbarButtonsProps extends HyperlinkToolbarItemsState {
18
18
  }
19
19
  export type PrependToolbarButtons = (props: PrependToolbarButtonsProps) => void;
20
20
  export declare const prependToolbarButtons: ({ items, onEscapeCallback, onInsertLinkCallback, view, }: PrependToolbarButtonsProps) => void;
21
- export declare const toolbarButtonsPlugin: () => SafePlugin<HyperlinkToolbarItemsState | undefined>;
21
+ export declare const toolbarButtonsPlugin: () => SafePlugin<undefined>;
22
22
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-hyperlink",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Hyperlink plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,12 +31,12 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^28.0.0",
34
+ "@atlaskit/adf-schema": "^28.1.0",
35
35
  "@atlaskit/analytics-next": "^9.1.0",
36
- "@atlaskit/editor-common": "^74.38.0",
36
+ "@atlaskit/editor-common": "^74.42.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^0.1.0",
38
38
  "@atlaskit/editor-plugin-feature-flags": "^0.1.0",
39
- "@atlaskit/editor-prosemirror": "1.0.2",
39
+ "@atlaskit/editor-prosemirror": "1.1.0",
40
40
  "@atlaskit/icon": "^21.12.0",
41
41
  "@atlaskit/platform-feature-flags": "^0.2.0",
42
42
  "@atlaskit/prosemirror-input-rules": "^2.4.0",