@atlaskit/editor-plugin-interaction 5.0.0 → 6.0.0
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 +13 -0
- package/afm-cc/tsconfig.json +3 -3
- package/afm-dev-agents/tsconfig.json +35 -0
- package/afm-passionfruit/tsconfig.json +35 -0
- package/afm-volt/tsconfig.json +8 -3
- package/dist/types/interactionPluginType.d.ts +1 -1
- package/dist/types-ts4.5/interactionPluginType.d.ts +1 -1
- package/package.json +3 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-interaction
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 5.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) -
|
|
14
|
+
Sorted type and interface props to improve Atlaskit docs
|
|
15
|
+
|
|
3
16
|
## 5.0.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"extends": "../../../../tsconfig.entry-points.confluence.json",
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"target": "es5",
|
|
5
|
-
"composite": true,
|
|
6
5
|
"outDir": "../../../../../confluence/tsDist/@atlaskit__editor-plugin-interaction",
|
|
7
|
-
"rootDir": "../"
|
|
6
|
+
"rootDir": "../",
|
|
7
|
+
"composite": true
|
|
8
8
|
},
|
|
9
9
|
"include": [
|
|
10
10
|
"../src/**/*.ts",
|
|
@@ -32,4 +32,4 @@
|
|
|
32
32
|
"path": "../../../design-system/tokens/afm-cc/tsconfig.json"
|
|
33
33
|
}
|
|
34
34
|
]
|
|
35
|
-
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.dev-agents.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"target": "es5",
|
|
5
|
+
"outDir": "../../../../../dev-agents/tsDist/@atlaskit__editor-plugin-interaction/app",
|
|
6
|
+
"rootDir": "../",
|
|
7
|
+
"composite": true
|
|
8
|
+
},
|
|
9
|
+
"include": [
|
|
10
|
+
"../src/**/*.ts",
|
|
11
|
+
"../src/**/*.tsx"
|
|
12
|
+
],
|
|
13
|
+
"exclude": [
|
|
14
|
+
"../src/**/__tests__/*",
|
|
15
|
+
"../src/**/*.test.*",
|
|
16
|
+
"../src/**/test.*",
|
|
17
|
+
"../src/**/examples.*",
|
|
18
|
+
"../src/**/examples/*",
|
|
19
|
+
"../src/**/examples/**/*",
|
|
20
|
+
"../src/**/*.stories.*",
|
|
21
|
+
"../src/**/stories/*",
|
|
22
|
+
"../src/**/stories/**/*"
|
|
23
|
+
],
|
|
24
|
+
"references": [
|
|
25
|
+
{
|
|
26
|
+
"path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"path": "../../editor-common/afm-dev-agents/tsconfig.json"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"path": "../../../design-system/tokens/afm-dev-agents/tsconfig.json"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.passionfruit.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"target": "es5",
|
|
5
|
+
"outDir": "../../../../../passionfruit/tsDist/@atlaskit__editor-plugin-interaction/app",
|
|
6
|
+
"rootDir": "../",
|
|
7
|
+
"composite": true
|
|
8
|
+
},
|
|
9
|
+
"include": [
|
|
10
|
+
"../src/**/*.ts",
|
|
11
|
+
"../src/**/*.tsx"
|
|
12
|
+
],
|
|
13
|
+
"exclude": [
|
|
14
|
+
"../src/**/__tests__/*",
|
|
15
|
+
"../src/**/*.test.*",
|
|
16
|
+
"../src/**/test.*",
|
|
17
|
+
"../src/**/examples.*",
|
|
18
|
+
"../src/**/examples/*",
|
|
19
|
+
"../src/**/examples/**/*",
|
|
20
|
+
"../src/**/*.stories.*",
|
|
21
|
+
"../src/**/stories/*",
|
|
22
|
+
"../src/**/stories/**/*"
|
|
23
|
+
],
|
|
24
|
+
"references": [
|
|
25
|
+
{
|
|
26
|
+
"path": "../../../platform/feature-flags/afm-passionfruit/tsconfig.json"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"path": "../../editor-common/afm-passionfruit/tsconfig.json"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"path": "../../../design-system/tokens/afm-passionfruit/tsconfig.json"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
package/afm-volt/tsconfig.json
CHANGED
|
@@ -14,14 +14,19 @@
|
|
|
14
14
|
"../src/**/__tests__/*",
|
|
15
15
|
"../src/**/*.test.*",
|
|
16
16
|
"../src/**/test.*",
|
|
17
|
-
"../src/**/examples.*"
|
|
17
|
+
"../src/**/examples.*",
|
|
18
|
+
"../src/**/examples/*",
|
|
19
|
+
"../src/**/examples/**/*",
|
|
20
|
+
"../src/**/*.stories.*",
|
|
21
|
+
"../src/**/stories/*",
|
|
22
|
+
"../src/**/stories/**/*"
|
|
18
23
|
],
|
|
19
24
|
"references": [
|
|
20
25
|
{
|
|
21
|
-
"path": "
|
|
26
|
+
"path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
|
|
22
27
|
},
|
|
23
28
|
{
|
|
24
|
-
"path": "
|
|
29
|
+
"path": "../../editor-common/afm-volt/tsconfig.json"
|
|
25
30
|
},
|
|
26
31
|
{
|
|
27
32
|
"path": "../../../design-system/tokens/afm-volt/tsconfig.json"
|
|
@@ -6,7 +6,7 @@ export type SharedInteractionState = {
|
|
|
6
6
|
interactionState: null | 'hasNotHadInteraction';
|
|
7
7
|
};
|
|
8
8
|
export type InteractionPlugin = NextEditorPlugin<'interaction', {
|
|
9
|
-
sharedState: SharedInteractionState;
|
|
10
9
|
commands: InteractionCommands;
|
|
10
|
+
sharedState: SharedInteractionState;
|
|
11
11
|
}>;
|
|
12
12
|
export {};
|
|
@@ -6,7 +6,7 @@ export type SharedInteractionState = {
|
|
|
6
6
|
interactionState: null | 'hasNotHadInteraction';
|
|
7
7
|
};
|
|
8
8
|
export type InteractionPlugin = NextEditorPlugin<'interaction', {
|
|
9
|
-
sharedState: SharedInteractionState;
|
|
10
9
|
commands: InteractionCommands;
|
|
10
|
+
sharedState: SharedInteractionState;
|
|
11
11
|
}>;
|
|
12
12
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-interaction",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Interaction plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -18,23 +18,17 @@
|
|
|
18
18
|
"types": "dist/types/index.d.ts",
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"atlaskit:src": "src/index.ts",
|
|
21
|
-
"af:exports": {
|
|
22
|
-
".": "./src/index.ts"
|
|
23
|
-
},
|
|
24
21
|
"dependencies": {
|
|
25
22
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
26
23
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
27
24
|
"@babel/runtime": "^7.0.0"
|
|
28
25
|
},
|
|
29
26
|
"peerDependencies": {
|
|
30
|
-
"@atlaskit/editor-common": "^
|
|
31
|
-
"@atlaskit/tokens": "^6.
|
|
27
|
+
"@atlaskit/editor-common": "^108.0.0",
|
|
28
|
+
"@atlaskit/tokens": "^6.1.0",
|
|
32
29
|
"react": "^18.2.0",
|
|
33
30
|
"react-dom": "^18.2.0"
|
|
34
31
|
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"typescript": "~5.4.2"
|
|
37
|
-
},
|
|
38
32
|
"platform-feature-flags": {},
|
|
39
33
|
"techstack": {
|
|
40
34
|
"@atlassian/frontend": {
|