@atlaskit/editor-plugin-card 1.14.3 → 1.14.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 +9 -0
- package/dist/types/analytics/utils.d.ts +3 -3
- package/dist/types/pm-plugins/plugin-key.d.ts +1 -1
- package/dist/types/pm-plugins/util/state.d.ts +2 -2
- package/dist/types/ui/EditorAnalyticsContext.d.ts +1 -1
- package/dist/types-ts4.5/analytics/utils.d.ts +3 -3
- package/dist/types-ts4.5/pm-plugins/plugin-key.d.ts +1 -1
- package/dist/types-ts4.5/pm-plugins/util/state.d.ts +2 -2
- package/dist/types-ts4.5/ui/EditorAnalyticsContext.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 1.14.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
|
|
8
|
+
[`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
|
|
9
|
+
[ED-23332] Update adf-schema package to 36.10.1
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 1.14.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Node } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
-
import { ReadonlyTransaction, Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
3
|
-
import { Entity, EVENT_SUBJECT } from './types';
|
|
1
|
+
import { type Node } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
+
import { type ReadonlyTransaction, type Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
3
|
+
import { type Entity, EVENT_SUBJECT } from './types';
|
|
4
4
|
export declare function isDatasourceNode(node: Node): boolean;
|
|
5
5
|
/**
|
|
6
6
|
* Determine if a node is considered to be a link
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EditorState, ReadonlyTransaction } from '@atlaskit/editor-prosemirror/state';
|
|
2
|
-
import { CardPluginState, Request } from '../../types';
|
|
1
|
+
import { type EditorState, type ReadonlyTransaction } from '@atlaskit/editor-prosemirror/state';
|
|
2
|
+
import { type CardPluginState, type Request } from '../../types';
|
|
3
3
|
export declare const getPluginState: (editorState: EditorState) => CardPluginState | undefined;
|
|
4
4
|
export declare const getPluginStateWithUpdatedPos: (pluginState: CardPluginState, tr: ReadonlyTransaction) => {
|
|
5
5
|
requests: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Node } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
-
import { ReadonlyTransaction, Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
3
|
-
import { Entity, EVENT_SUBJECT } from './types';
|
|
1
|
+
import { type Node } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
+
import { type ReadonlyTransaction, type Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
3
|
+
import { type Entity, EVENT_SUBJECT } from './types';
|
|
4
4
|
export declare function isDatasourceNode(node: Node): boolean;
|
|
5
5
|
/**
|
|
6
6
|
* Determine if a node is considered to be a link
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EditorState, ReadonlyTransaction } from '@atlaskit/editor-prosemirror/state';
|
|
2
|
-
import { CardPluginState, Request } from '../../types';
|
|
1
|
+
import { type EditorState, type ReadonlyTransaction } from '@atlaskit/editor-prosemirror/state';
|
|
2
|
+
import { type CardPluginState, type Request } from '../../types';
|
|
3
3
|
export declare const getPluginState: (editorState: EditorState) => CardPluginState | undefined;
|
|
4
4
|
export declare const getPluginStateWithUpdatedPos: (pluginState: CardPluginState, tr: ReadonlyTransaction) => {
|
|
5
5
|
requests: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.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": "^36.
|
|
35
|
+
"@atlaskit/adf-schema": "^36.10.7",
|
|
36
36
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
37
37
|
"@atlaskit/custom-steps": "^0.2.0",
|
|
38
|
-
"@atlaskit/editor-common": "^
|
|
38
|
+
"@atlaskit/editor-common": "^81.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-analytics": "^1.2.0",
|
|
40
40
|
"@atlaskit/editor-plugin-decorations": "^1.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@atlaskit/linking-types": "^8.9.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
57
57
|
"@atlaskit/primitives": "^6.3.0",
|
|
58
|
-
"@atlaskit/smart-card": "^
|
|
58
|
+
"@atlaskit/smart-card": "^27.0.0",
|
|
59
59
|
"@atlaskit/theme": "^12.8.0",
|
|
60
60
|
"@atlaskit/tokens": "^1.49.0",
|
|
61
61
|
"@babel/runtime": "^7.0.0",
|