@atlaskit/editor-plugins 8.1.14 → 8.2.2

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,30 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 8.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 8.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#141095](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/141095)
20
+ [`5f0694bcf5c1f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f0694bcf5c1f) -
21
+ Add UserIntentPlugin as an optional dependency, and add its corresponding package as package
22
+ dependency
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+
3
28
  ## 8.1.14
4
29
 
5
30
  ### Patch Changes
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "userIntentPlugin", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _editorPluginUserIntent.userIntentPlugin;
10
+ }
11
+ });
12
+ var _editorPluginUserIntent = require("@atlaskit/editor-plugin-user-intent");
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
+ // Disable no-re-export rule for entry point files
3
+ /* eslint-disable @atlaskit/editor/no-re-export */
4
+ export { userIntentPlugin } from '@atlaskit/editor-plugin-user-intent';
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
+ // Disable no-re-export rule for entry point files
3
+ /* eslint-disable @atlaskit/editor/no-re-export */
4
+ export { userIntentPlugin } from '@atlaskit/editor-plugin-user-intent';
@@ -0,0 +1,2 @@
1
+ export { userIntentPlugin } from '@atlaskit/editor-plugin-user-intent';
2
+ export type { UserIntentPlugin } from '@atlaskit/editor-plugin-user-intent';
@@ -0,0 +1,2 @@
1
+ export { userIntentPlugin } from '@atlaskit/editor-plugin-user-intent';
2
+ export type { UserIntentPlugin } from '@atlaskit/editor-plugin-user-intent';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "8.1.14",
3
+ "version": "8.2.2",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -124,6 +124,7 @@
124
124
  "./ufo": "./src/ufo/index.ts",
125
125
  "./undo-redo": "./src/undo-redo/index.ts",
126
126
  "./unsupported-content": "./src/unsupported-content/index.ts",
127
+ "./user-intent": "./src/user-intent/index.ts",
127
128
  "./width": "./src/width/index.ts"
128
129
  },
129
130
  "scripts": {
@@ -133,18 +134,18 @@
133
134
  "@atlaskit/editor-plugin-accessibility-utils": "2.0.4",
134
135
  "@atlaskit/editor-plugin-alignment": "3.1.10",
135
136
  "@atlaskit/editor-plugin-analytics": "2.2.1",
136
- "@atlaskit/editor-plugin-annotation": "2.7.0",
137
+ "@atlaskit/editor-plugin-annotation": "2.7.1",
137
138
  "@atlaskit/editor-plugin-avatar-group": "3.1.0",
138
139
  "@atlaskit/editor-plugin-base": "2.3.4",
139
140
  "@atlaskit/editor-plugin-batch-attribute-updates": "2.1.3",
140
141
  "@atlaskit/editor-plugin-before-primary-toolbar": "2.0.4",
141
142
  "@atlaskit/editor-plugin-better-type-history": "2.1.3",
142
- "@atlaskit/editor-plugin-block-controls": "3.10.3",
143
+ "@atlaskit/editor-plugin-block-controls": "3.11.1",
143
144
  "@atlaskit/editor-plugin-block-type": "5.1.13",
144
145
  "@atlaskit/editor-plugin-border": "2.1.3",
145
146
  "@atlaskit/editor-plugin-breakout": "2.1.7",
146
147
  "@atlaskit/editor-plugin-caption": "2.1.3",
147
- "@atlaskit/editor-plugin-card": "5.4.14",
148
+ "@atlaskit/editor-plugin-card": "5.4.15",
148
149
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.3",
149
150
  "@atlaskit/editor-plugin-clipboard": "2.0.3",
150
151
  "@atlaskit/editor-plugin-code-bidi-warning": "2.1.0",
@@ -170,7 +171,7 @@
170
171
  "@atlaskit/editor-plugin-feature-flags": "1.4.0",
171
172
  "@atlaskit/editor-plugin-feedback-dialog": "2.0.3",
172
173
  "@atlaskit/editor-plugin-find-replace": "2.2.0",
173
- "@atlaskit/editor-plugin-floating-toolbar": "3.6.1",
174
+ "@atlaskit/editor-plugin-floating-toolbar": "4.0.2",
174
175
  "@atlaskit/editor-plugin-focus": "1.5.4",
175
176
  "@atlaskit/editor-plugin-fragment": "2.1.3",
176
177
  "@atlaskit/editor-plugin-grid": "2.0.4",
@@ -182,12 +183,12 @@
182
183
  "@atlaskit/editor-plugin-image-upload": "2.0.3",
183
184
  "@atlaskit/editor-plugin-indentation": "2.1.3",
184
185
  "@atlaskit/editor-plugin-insert-block": "3.2.0",
185
- "@atlaskit/editor-plugin-interaction": "1.0.1",
186
+ "@atlaskit/editor-plugin-interaction": "1.0.2",
186
187
  "@atlaskit/editor-plugin-layout": "2.5.0",
187
188
  "@atlaskit/editor-plugin-list": "4.2.1",
188
189
  "@atlaskit/editor-plugin-loom": "4.0.14",
189
190
  "@atlaskit/editor-plugin-max-content-size": "2.0.3",
190
- "@atlaskit/editor-plugin-media": "2.6.0",
191
+ "@atlaskit/editor-plugin-media": "2.6.2",
191
192
  "@atlaskit/editor-plugin-media-insert": "6.2.3",
192
193
  "@atlaskit/editor-plugin-mentions": "4.4.2",
193
194
  "@atlaskit/editor-plugin-metrics": "3.4.5",
@@ -216,6 +217,7 @@
216
217
  "@atlaskit/editor-plugin-ufo": "2.0.4",
217
218
  "@atlaskit/editor-plugin-undo-redo": "2.0.9",
218
219
  "@atlaskit/editor-plugin-unsupported-content": "2.1.3",
220
+ "@atlaskit/editor-plugin-user-intent": "0.1.0",
219
221
  "@atlaskit/editor-plugin-width": "3.0.3",
220
222
  "@babel/runtime": "^7.0.0"
221
223
  },
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugins/user-intent",
3
+ "main": "../dist/cjs/user-intent/index.js",
4
+ "module": "../dist/esm/user-intent/index.js",
5
+ "module:es2019": "../dist/es2019/user-intent/index.js",
6
+ "types": "../dist/types/user-intent/index.d.ts",
7
+ "typesVersions": {
8
+ ">=4.5 <5.4": {
9
+ "*": [
10
+ "../dist/types-ts4.5/user-intent/index.d.ts"
11
+ ]
12
+ }
13
+ }
14
+ }