@atlaskit/editor-plugin-loom 2.2.10 → 2.2.12

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/package.json CHANGED
@@ -1,107 +1,107 @@
1
1
  {
2
- "name": "@atlaskit/editor-plugin-loom",
3
- "version": "2.2.10",
4
- "description": "Loom plugin for @atlaskit/editor-core",
5
- "author": "Atlassian Pty Ltd",
6
- "license": "Apache-2.0",
7
- "publishConfig": {
8
- "registry": "https://registry.npmjs.org/"
9
- },
10
- "atlassian": {
11
- "team": "Editor: Lego",
12
- "inPublicMirror": false,
13
- "releaseModel": "continuous",
14
- "website": {
15
- "name": "EditorPluginLoom",
16
- "category": "Components"
17
- },
18
- "runReact18": false
19
- },
20
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
21
- "main": "dist/cjs/index.js",
22
- "module": "dist/esm/index.js",
23
- "module:es2019": "dist/es2019/index.js",
24
- "types": "dist/types/index.d.ts",
25
- "typesVersions": {
26
- ">=4.5 <4.9": {
27
- "*": [
28
- "dist/types-ts4.5/*",
29
- "dist/types-ts4.5/index.d.ts"
30
- ]
31
- }
32
- },
33
- "sideEffects": false,
34
- "atlaskit:src": "src/index.ts",
35
- "af:exports": {
36
- ".": "./src/index.ts"
37
- },
38
- "dependencies": {
39
- "@atlaskit/editor-common": "^82.5.0",
40
- "@atlaskit/editor-plugin-analytics": "^1.2.0",
41
- "@atlaskit/editor-plugin-hyperlink": "^2.0.0",
42
- "@atlaskit/editor-plugin-width": "^1.1.0",
43
- "@atlaskit/editor-prosemirror": "4.0.1",
44
- "@atlaskit/logo": "^14.0.0",
45
- "@atlaskit/platform-feature-flags": "0.2.5",
46
- "@babel/runtime": "^7.0.0",
47
- "@emotion/react": "^11.7.1",
48
- "@loomhq/record-sdk": "^2.36.18"
49
- },
50
- "peerDependencies": {
51
- "react": "^16.8.0",
52
- "react-intl-next": "npm:react-intl@^5.18.1"
53
- },
54
- "platform-feature-flags": {
55
- "platform.editor.plugin.loom.responsive-menu_4at4a": {
56
- "type": "boolean"
57
- }
58
- },
59
- "devDependencies": {
60
- "@atlaskit/editor-plugin-base": "^1.5.0",
61
- "@atlaskit/editor-plugin-card": "^2.0.0",
62
- "@atlaskit/editor-plugin-copy-button": "^1.1.0",
63
- "@atlaskit/editor-plugin-decorations": "^1.1.0",
64
- "@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
65
- "@atlaskit/editor-plugin-feature-flags": "^1.1.0",
66
- "@atlaskit/editor-plugin-floating-toolbar": "^1.6.0",
67
- "@atlaskit/editor-plugin-grid": "^1.1.0",
68
- "@testing-library/react": "^12.1.5",
69
- "@testing-library/user-event": "^14.4.3",
70
- "raf-stub": "^2.0.1",
71
- "react-dom": "^16.8.0",
72
- "typescript": "~5.4.2"
73
- },
74
- "techstack": {
75
- "@atlassian/frontend": {
76
- "import-structure": [
77
- "atlassian-conventions"
78
- ],
79
- "circular-dependencies": [
80
- "file-and-folder-level"
81
- ]
82
- },
83
- "@repo/internal": {
84
- "dom-events": "use-bind-event-listener",
85
- "analytics": [
86
- "analytics-next"
87
- ],
88
- "design-tokens": [
89
- "color"
90
- ],
91
- "theming": [
92
- "react-context"
93
- ],
94
- "ui-components": [
95
- "lite-mode"
96
- ],
97
- "deprecation": "no-deprecated-imports",
98
- "styling": [
99
- "emotion",
100
- "emotion"
101
- ],
102
- "imports": [
103
- "import-no-extraneous-disable-for-examples-and-docs"
104
- ]
105
- }
106
- }
107
- }
2
+ "name": "@atlaskit/editor-plugin-loom",
3
+ "version": "2.2.12",
4
+ "description": "Loom plugin for @atlaskit/editor-core",
5
+ "author": "Atlassian Pty Ltd",
6
+ "license": "Apache-2.0",
7
+ "publishConfig": {
8
+ "registry": "https://registry.npmjs.org/"
9
+ },
10
+ "atlassian": {
11
+ "team": "Editor: Lego",
12
+ "inPublicMirror": false,
13
+ "releaseModel": "continuous",
14
+ "website": {
15
+ "name": "EditorPluginLoom",
16
+ "category": "Components"
17
+ },
18
+ "runReact18": false
19
+ },
20
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
21
+ "main": "dist/cjs/index.js",
22
+ "module": "dist/esm/index.js",
23
+ "module:es2019": "dist/es2019/index.js",
24
+ "types": "dist/types/index.d.ts",
25
+ "typesVersions": {
26
+ ">=4.5 <4.9": {
27
+ "*": [
28
+ "dist/types-ts4.5/*",
29
+ "dist/types-ts4.5/index.d.ts"
30
+ ]
31
+ }
32
+ },
33
+ "sideEffects": false,
34
+ "atlaskit:src": "src/index.ts",
35
+ "af:exports": {
36
+ ".": "./src/index.ts"
37
+ },
38
+ "dependencies": {
39
+ "@atlaskit/editor-common": "^83.4.0",
40
+ "@atlaskit/editor-plugin-analytics": "^1.4.0",
41
+ "@atlaskit/editor-plugin-hyperlink": "^2.3.0",
42
+ "@atlaskit/editor-plugin-width": "^1.1.0",
43
+ "@atlaskit/editor-prosemirror": "4.0.1",
44
+ "@atlaskit/logo": "^14.1.0",
45
+ "@atlaskit/platform-feature-flags": "0.2.6",
46
+ "@babel/runtime": "^7.0.0",
47
+ "@emotion/react": "^11.7.1",
48
+ "@loomhq/record-sdk": "^2.36.18"
49
+ },
50
+ "peerDependencies": {
51
+ "react": "^16.8.0",
52
+ "react-intl-next": "npm:react-intl@^5.18.1"
53
+ },
54
+ "platform-feature-flags": {
55
+ "platform.editor.plugin.loom.responsive-menu_4at4a": {
56
+ "type": "boolean"
57
+ }
58
+ },
59
+ "devDependencies": {
60
+ "@atlaskit/editor-plugin-base": "^1.7.0",
61
+ "@atlaskit/editor-plugin-card": "^2.2.0",
62
+ "@atlaskit/editor-plugin-copy-button": "^1.1.0",
63
+ "@atlaskit/editor-plugin-decorations": "^1.1.0",
64
+ "@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
65
+ "@atlaskit/editor-plugin-feature-flags": "^1.1.0",
66
+ "@atlaskit/editor-plugin-floating-toolbar": "^1.7.0",
67
+ "@atlaskit/editor-plugin-grid": "^1.1.0",
68
+ "@testing-library/react": "^12.1.5",
69
+ "@testing-library/user-event": "^14.4.3",
70
+ "raf-stub": "^2.0.1",
71
+ "react-dom": "^16.8.0",
72
+ "typescript": "~5.4.2"
73
+ },
74
+ "techstack": {
75
+ "@atlassian/frontend": {
76
+ "import-structure": [
77
+ "atlassian-conventions"
78
+ ],
79
+ "circular-dependencies": [
80
+ "file-and-folder-level"
81
+ ]
82
+ },
83
+ "@repo/internal": {
84
+ "dom-events": "use-bind-event-listener",
85
+ "analytics": [
86
+ "analytics-next"
87
+ ],
88
+ "design-tokens": [
89
+ "color"
90
+ ],
91
+ "theming": [
92
+ "react-context"
93
+ ],
94
+ "ui-components": [
95
+ "lite-mode"
96
+ ],
97
+ "deprecation": "no-deprecated-imports",
98
+ "styling": [
99
+ "emotion",
100
+ "emotion"
101
+ ],
102
+ "imports": [
103
+ "import-no-extraneous-disable-for-examples-and-docs"
104
+ ]
105
+ }
106
+ }
107
+ }