@atlaskit/editor-plugin-card 7.4.9 → 7.5.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,22 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 7.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`22e6e9fdea37a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22e6e9fdea37a) -
14
+ Debounced embed card
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 7.4.9
4
21
 
5
22
  ### Patch Changes
@@ -537,8 +537,6 @@ var embedCardNodeView = exports.embedCardNodeView = function embedCardNodeView(_
537
537
  CompetitorPrompt: CompetitorPrompt,
538
538
  isPageSSRed: isPageSSRed
539
539
  };
540
- return new EmbedCard(node, view, getPos, portalProviderAPI, eventDispatcher, reactComponentProps, undefined, undefined,
541
- // @portal-render-immediately
542
- true).init();
540
+ return new EmbedCard(node, view, getPos, portalProviderAPI, eventDispatcher, reactComponentProps).init();
543
541
  };
544
542
  };
@@ -510,7 +510,5 @@ export const embedCardNodeView = ({
510
510
  CompetitorPrompt,
511
511
  isPageSSRed
512
512
  };
513
- return new EmbedCard(node, view, getPos, portalProviderAPI, eventDispatcher, reactComponentProps, undefined, undefined,
514
- // @portal-render-immediately
515
- true).init();
513
+ return new EmbedCard(node, view, getPos, portalProviderAPI, eventDispatcher, reactComponentProps).init();
516
514
  };
@@ -530,8 +530,6 @@ export var embedCardNodeView = function embedCardNodeView(_ref4) {
530
530
  CompetitorPrompt: CompetitorPrompt,
531
531
  isPageSSRed: isPageSSRed
532
532
  };
533
- return new EmbedCard(node, view, getPos, portalProviderAPI, eventDispatcher, reactComponentProps, undefined, undefined,
534
- // @portal-render-immediately
535
- true).init();
533
+ return new EmbedCard(node, view, getPos, portalProviderAPI, eventDispatcher, reactComponentProps).init();
536
534
  };
537
535
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "7.4.9",
3
+ "version": "7.5.1",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,14 +32,14 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^50.2.1",
35
+ "@atlaskit/adf-schema": "^50.2.2",
36
36
  "@atlaskit/analytics-next": "^11.1.0",
37
37
  "@atlaskit/button": "^23.4.0",
38
38
  "@atlaskit/custom-steps": "^0.11.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
40
40
  "@atlaskit/editor-plugin-base": "^4.1.0",
41
41
  "@atlaskit/editor-plugin-connectivity": "^3.1.0",
42
- "@atlaskit/editor-plugin-decorations": "^3.0.0",
42
+ "@atlaskit/editor-plugin-decorations": "^3.1.0",
43
43
  "@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
44
44
  "@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
45
45
  "@atlaskit/editor-plugin-feature-flags": "^2.0.0",
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/editor-prosemirror": "7.0.0",
50
50
  "@atlaskit/editor-shared-styles": "^3.6.0",
51
51
  "@atlaskit/frontend-utilities": "^3.1.0",
52
- "@atlaskit/icon": "^28.0.0",
52
+ "@atlaskit/icon": "^28.1.0",
53
53
  "@atlaskit/link": "^3.2.0",
54
54
  "@atlaskit/link-analytics": "^10.0.0",
55
55
  "@atlaskit/link-client-extension": "^5.0.0",
@@ -59,11 +59,11 @@
59
59
  "@atlaskit/menu": "^8.3.0",
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
61
61
  "@atlaskit/platform-feature-flags-react": "^0.2.0",
62
- "@atlaskit/primitives": "^14.11.0",
62
+ "@atlaskit/primitives": "^14.12.0",
63
63
  "@atlaskit/smart-card": "^40.13.0",
64
- "@atlaskit/theme": "^19.0.0",
65
- "@atlaskit/tmp-editor-statsig": "^11.5.0",
66
- "@atlaskit/tokens": "^6.0.0",
64
+ "@atlaskit/theme": "^20.0.0",
65
+ "@atlaskit/tmp-editor-statsig": "^11.8.0",
66
+ "@atlaskit/tokens": "^6.1.0",
67
67
  "@babel/runtime": "^7.0.0",
68
68
  "@emotion/react": "^11.7.1",
69
69
  "lodash": "^4.17.21",
@@ -72,7 +72,7 @@
72
72
  "uuid": "^3.1.0"
73
73
  },
74
74
  "peerDependencies": {
75
- "@atlaskit/editor-common": "^107.28.0",
75
+ "@atlaskit/editor-common": "^107.31.0",
76
76
  "@atlaskit/link-provider": "^3.7.0",
77
77
  "react": "^18.2.0",
78
78
  "react-intl-next": "npm:react-intl@^5.18.1"