@atlaskit/editor-plugin-card 2.13.2 → 2.13.4
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 +15 -0
- package/dist/types/types.d.ts +2 -2
- package/dist/types-ts4.5/types.d.ts +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 2.13.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#134213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134213)
|
|
8
|
+
[`93bd7032842ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93bd7032842ec) -
|
|
9
|
+
[ux] [ED-24636] Bump ADF Schema package
|
|
10
|
+
|
|
11
|
+
## 2.13.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`638f18de80136`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/638f18de80136) -
|
|
16
|
+
Remove unused exports
|
|
17
|
+
|
|
3
18
|
## 2.13.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/types/types.d.ts
CHANGED
|
@@ -154,10 +154,10 @@ export type SetCardLayoutAndDatasourceTableRef = {
|
|
|
154
154
|
layout: DatasourceTableLayout;
|
|
155
155
|
datasourceTableRef?: HTMLElement;
|
|
156
156
|
};
|
|
157
|
-
|
|
157
|
+
type ClearOverlayCandidate = {
|
|
158
158
|
type: 'CLEAR_OVERLAY_CANDIDATE';
|
|
159
159
|
};
|
|
160
|
-
|
|
160
|
+
type RegisterRemoveOverlayOnInsertedLink = {
|
|
161
161
|
type: 'REGISTER_REMOVE_OVERLAY_ON_INSERTED_LINK';
|
|
162
162
|
callback: () => void;
|
|
163
163
|
};
|
|
@@ -154,10 +154,10 @@ export type SetCardLayoutAndDatasourceTableRef = {
|
|
|
154
154
|
layout: DatasourceTableLayout;
|
|
155
155
|
datasourceTableRef?: HTMLElement;
|
|
156
156
|
};
|
|
157
|
-
|
|
157
|
+
type ClearOverlayCandidate = {
|
|
158
158
|
type: 'CLEAR_OVERLAY_CANDIDATE';
|
|
159
159
|
};
|
|
160
|
-
|
|
160
|
+
type RegisterRemoveOverlayOnInsertedLink = {
|
|
161
161
|
type: 'REGISTER_REMOVE_OVERLAY_ON_INSERTED_LINK';
|
|
162
162
|
callback: () => void;
|
|
163
163
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.4",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
".": "./src/index.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/adf-schema": "^40.
|
|
35
|
+
"@atlaskit/adf-schema": "^40.9.0",
|
|
36
36
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
37
37
|
"@atlaskit/custom-steps": "^0.7.0",
|
|
38
|
-
"@atlaskit/editor-common": "^88.
|
|
38
|
+
"@atlaskit/editor-common": "^88.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-analytics": "^1.8.0",
|
|
40
40
|
"@atlaskit/editor-plugin-decorations": "^1.3.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
48
48
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
49
49
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
50
|
-
"@atlaskit/icon": "^22.
|
|
50
|
+
"@atlaskit/icon": "^22.15.0",
|
|
51
51
|
"@atlaskit/link-analytics": "^8.5.0",
|
|
52
|
-
"@atlaskit/link-client-extension": "^2.
|
|
52
|
+
"@atlaskit/link-client-extension": "^2.2.0",
|
|
53
53
|
"@atlaskit/link-datasource": "^2.11.0",
|
|
54
54
|
"@atlaskit/linking-common": "^5.11.0",
|
|
55
55
|
"@atlaskit/linking-types": "^9.0.0",
|
|
56
56
|
"@atlaskit/menu": "2.12.2",
|
|
57
57
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
58
58
|
"@atlaskit/primitives": "^12.0.0",
|
|
59
|
-
"@atlaskit/smart-card": "^27.
|
|
59
|
+
"@atlaskit/smart-card": "^27.18.0",
|
|
60
60
|
"@atlaskit/theme": "^13.0.0",
|
|
61
61
|
"@atlaskit/tokens": "^1.59.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|