@atlaskit/editor-plugin-hyperlink 9.0.26 → 10.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-hyperlink
2
2
 
3
+ ## 10.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.0.26
4
16
 
5
17
  ### Patch Changes
@@ -1,2 +1,2 @@
1
1
  import { PluginKey } from '@atlaskit/editor-prosemirror/state';
2
- export declare const fakeCursorForToolbarPluginKey: PluginKey<any>;
2
+ export declare const fakeCursorForToolbarPluginKey: PluginKey;
@@ -1,4 +1,9 @@
1
- import type { WrappedComponentProps } from 'react-intl-next';
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { type ComponentType, type FC } from 'react';
6
+ import type { WithIntlProps, WrappedComponentProps } from 'react-intl-next';
2
7
  import { type EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
3
8
  import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
4
9
  import type { HyperlinkPlugin } from '../hyperlinkPluginType';
@@ -6,7 +11,7 @@ type PrimaryToolbarComponentProps = {
6
11
  api: ExtractInjectionAPI<HyperlinkPlugin> | undefined;
7
12
  editorAnalyticsAPI?: EditorAnalyticsAPI;
8
13
  } & WrappedComponentProps;
9
- export declare const PrimaryToolbarComponent: import("react").FC<import("react-intl-next").WithIntlProps<PrimaryToolbarComponentProps>> & {
10
- WrappedComponent: import("react").ComponentType<PrimaryToolbarComponentProps>;
14
+ export declare const PrimaryToolbarComponent: FC<WithIntlProps<PrimaryToolbarComponentProps>> & {
15
+ WrappedComponent: ComponentType<PrimaryToolbarComponentProps>;
11
16
  };
12
17
  export {};
@@ -1,2 +1,2 @@
1
1
  import { PluginKey } from '@atlaskit/editor-prosemirror/state';
2
- export declare const fakeCursorForToolbarPluginKey: PluginKey<any>;
2
+ export declare const fakeCursorForToolbarPluginKey: PluginKey;
@@ -1,4 +1,9 @@
1
- import type { WrappedComponentProps } from 'react-intl-next';
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { type ComponentType, type FC } from 'react';
6
+ import type { WithIntlProps, WrappedComponentProps } from 'react-intl-next';
2
7
  import { type EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
3
8
  import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
4
9
  import type { HyperlinkPlugin } from '../hyperlinkPluginType';
@@ -6,7 +11,7 @@ type PrimaryToolbarComponentProps = {
6
11
  api: ExtractInjectionAPI<HyperlinkPlugin> | undefined;
7
12
  editorAnalyticsAPI?: EditorAnalyticsAPI;
8
13
  } & WrappedComponentProps;
9
- export declare const PrimaryToolbarComponent: import("react").FC<import("react-intl-next").WithIntlProps<PrimaryToolbarComponentProps>> & {
10
- WrappedComponent: import("react").ComponentType<PrimaryToolbarComponentProps>;
14
+ export declare const PrimaryToolbarComponent: FC<WithIntlProps<PrimaryToolbarComponentProps>> & {
15
+ WrappedComponent: ComponentType<PrimaryToolbarComponentProps>;
11
16
  };
12
17
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-hyperlink",
3
- "version": "9.0.26",
3
+ "version": "10.0.1",
4
4
  "description": "Hyperlink plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,27 +31,27 @@
31
31
  "dependencies": {
32
32
  "@atlaskit/adf-schema": "^52.2.0",
33
33
  "@atlaskit/analytics-next": "^11.1.0",
34
- "@atlaskit/editor-plugin-analytics": "^7.0.0",
35
- "@atlaskit/editor-plugin-card": "^12.4.0",
36
- "@atlaskit/editor-plugin-connectivity": "^7.0.0",
37
- "@atlaskit/editor-plugin-editor-viewmode": "^9.0.0",
38
- "@atlaskit/editor-plugin-primary-toolbar": "^8.0.0",
39
- "@atlaskit/editor-plugin-selection-toolbar": "^8.1.0",
40
- "@atlaskit/editor-plugin-toolbar": "^4.1.0",
41
- "@atlaskit/editor-plugin-user-intent": "^5.0.0",
34
+ "@atlaskit/editor-plugin-analytics": "^8.0.0",
35
+ "@atlaskit/editor-plugin-card": "^13.0.0",
36
+ "@atlaskit/editor-plugin-connectivity": "^8.0.0",
37
+ "@atlaskit/editor-plugin-editor-viewmode": "^10.0.0",
38
+ "@atlaskit/editor-plugin-primary-toolbar": "^9.0.0",
39
+ "@atlaskit/editor-plugin-selection-toolbar": "^9.0.0",
40
+ "@atlaskit/editor-plugin-toolbar": "^5.0.0",
41
+ "@atlaskit/editor-plugin-user-intent": "^6.0.0",
42
42
  "@atlaskit/editor-prosemirror": "^7.3.0",
43
43
  "@atlaskit/editor-toolbar": "^0.19.0",
44
44
  "@atlaskit/editor-toolbar-model": "^0.4.0",
45
45
  "@atlaskit/icon": "^32.0.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
48
- "@atlaskit/tmp-editor-statsig": "^35.0.0",
48
+ "@atlaskit/tmp-editor-statsig": "^36.0.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",
51
51
  "uuid": "^3.1.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@atlaskit/editor-common": "^111.30.0",
54
+ "@atlaskit/editor-common": "^112.0.0",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
57
  "react-intl-next": "npm:react-intl@^5.18.1"