@atlaskit/editor-plugin-card 13.1.16 → 13.1.17

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-card
2
2
 
3
+ ## 13.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 13.1.16
4
10
 
5
11
  ### Patch Changes
@@ -42,7 +42,7 @@ export declare const isDatasourceNode: (node?: Node) => node is DatasourceNode;
42
42
  */
43
43
  export declare const focusEditorView: (editorView: EditorView) => void;
44
44
  export declare const getAwarenessProps: (editorState: EditorState, getPos: getPosHandler, allowEmbeds?: boolean, allowBlockCards?: boolean, disableOverlay?: boolean) => {
45
- isPulseEnabled: boolean;
46
45
  isOverlayEnabled: boolean;
46
+ isPulseEnabled: boolean;
47
47
  isSelected: boolean;
48
48
  };
@@ -4,8 +4,8 @@ import type { CardPluginEvent, Entity } from './types';
4
4
  * Find the links, smartLinks, datasources that were changed in a transaction
5
5
  */
6
6
  export declare const findChanged: (tr: Transaction | ReadonlyTransaction, state: EditorState) => {
7
- removed: Entity[];
8
7
  inserted: Entity[];
8
+ removed: Entity[];
9
9
  updated: ({
10
10
  inserted: Entity;
11
11
  removed: Entity;
@@ -16,8 +16,8 @@ export declare class DatasourceErrorBoundary extends React.Component<DatasourceE
16
16
  error: null;
17
17
  };
18
18
  static getDerivedStateFromError(error: Error | APIError): {
19
- isError: boolean;
20
19
  error: Error | APIError;
20
+ isError: boolean;
21
21
  };
22
22
  componentDidCatch(error: Error | APIError): void;
23
23
  render(): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
@@ -42,7 +42,7 @@ export declare const isDatasourceNode: (node?: Node) => node is DatasourceNode;
42
42
  */
43
43
  export declare const focusEditorView: (editorView: EditorView) => void;
44
44
  export declare const getAwarenessProps: (editorState: EditorState, getPos: getPosHandler, allowEmbeds?: boolean, allowBlockCards?: boolean, disableOverlay?: boolean) => {
45
- isPulseEnabled: boolean;
46
45
  isOverlayEnabled: boolean;
46
+ isPulseEnabled: boolean;
47
47
  isSelected: boolean;
48
48
  };
@@ -4,8 +4,8 @@ import type { CardPluginEvent, Entity } from './types';
4
4
  * Find the links, smartLinks, datasources that were changed in a transaction
5
5
  */
6
6
  export declare const findChanged: (tr: Transaction | ReadonlyTransaction, state: EditorState) => {
7
- removed: Entity[];
8
7
  inserted: Entity[];
8
+ removed: Entity[];
9
9
  updated: ({
10
10
  inserted: Entity;
11
11
  removed: Entity;
@@ -16,8 +16,8 @@ export declare class DatasourceErrorBoundary extends React.Component<DatasourceE
16
16
  error: null;
17
17
  };
18
18
  static getDerivedStateFromError(error: Error | APIError): {
19
- isError: boolean;
20
19
  error: Error | APIError;
20
+ isError: boolean;
21
21
  };
22
22
  componentDidCatch(error: Error | APIError): void;
23
23
  render(): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "13.1.16",
3
+ "version": "13.1.17",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/editor-smart-link-draggable": "^0.4.0",
49
49
  "@atlaskit/frontend-utilities": "^3.2.0",
50
50
  "@atlaskit/icon": "^34.0.0",
51
- "@atlaskit/link": "^3.3.0",
51
+ "@atlaskit/link": "^3.4.0",
52
52
  "@atlaskit/link-analytics": "^11.0.0",
53
53
  "@atlaskit/link-client-extension": "^6.0.0",
54
54
  "@atlaskit/link-datasource": "^4.34.0",
@@ -60,8 +60,8 @@
60
60
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
61
61
  "@atlaskit/primitives": "^18.1.0",
62
62
  "@atlaskit/prosemirror-history": "^0.2.0",
63
- "@atlaskit/smart-card": "^43.29.0",
64
- "@atlaskit/tmp-editor-statsig": "^54.0.0",
63
+ "@atlaskit/smart-card": "^43.31.0",
64
+ "@atlaskit/tmp-editor-statsig": "^55.0.0",
65
65
  "@atlaskit/tokens": "^11.4.0",
66
66
  "@babel/runtime": "^7.0.0",
67
67
  "@emotion/react": "^11.7.1",
@@ -71,7 +71,7 @@
71
71
  "uuid": "^3.1.0"
72
72
  },
73
73
  "peerDependencies": {
74
- "@atlaskit/editor-common": "^112.16.0",
74
+ "@atlaskit/editor-common": "^112.18.0",
75
75
  "@atlaskit/link-provider": "^4.3.0",
76
76
  "react": "^18.2.0",
77
77
  "react-intl-next": "npm:react-intl@^5.18.1"