@atlaskit/editor-plugins 11.3.34 → 11.3.36
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/accessibility-utils/package.json +1 -0
- package/alignment/package.json +1 -0
- package/analytics/package.json +1 -0
- package/annotation/package.json +1 -0
- package/avatar-group/package.json +1 -0
- package/base/package.json +1 -0
- package/batch-attribute-updates/package.json +1 -0
- package/before-primary-toolbar/package.json +1 -0
- package/better-type-history/package.json +1 -0
- package/block-controls/package.json +1 -0
- package/block-menu/package.json +1 -0
- package/block-type/consts/package.json +1 -0
- package/block-type/package.json +1 -0
- package/border/package.json +1 -0
- package/breakout/package.json +1 -0
- package/caption/package.json +1 -0
- package/card/package.json +1 -0
- package/clear-marks-on-empty-doc/package.json +1 -0
- package/clipboard/package.json +1 -0
- package/code-bidi-warning/package.json +1 -0
- package/code-block/package.json +1 -0
- package/collab-edit/package.json +1 -0
- package/composition/package.json +1 -0
- package/connectivity/package.json +1 -0
- package/content-format/package.json +1 -0
- package/content-insertion/package.json +1 -0
- package/context-identifier/package.json +1 -0
- package/context-panel/package.json +1 -0
- package/copy-button/package.json +1 -0
- package/custom-autoformat/package.json +1 -0
- package/data-consumer/package.json +1 -0
- package/date/package.json +1 -0
- package/decorations/package.json +1 -0
- package/editor-disabled/package.json +1 -0
- package/editor-viewmode/package.json +1 -0
- package/editor-viewmode-effects/package.json +1 -0
- package/emoji/package.json +1 -0
- package/engagement-platform/package.json +1 -0
- package/expand/package.json +1 -0
- package/extension/package.json +1 -0
- package/feature-flags/package.json +1 -0
- package/feedback-dialog/package.json +1 -0
- package/find-replace/package.json +1 -0
- package/find-replace/styles/package.json +1 -0
- package/floating-toolbar/package.json +1 -0
- package/focus/package.json +1 -0
- package/fragment/package.json +1 -0
- package/grid/package.json +1 -0
- package/guideline/package.json +1 -0
- package/help-dialog/package.json +1 -0
- package/highlight/package.json +1 -0
- package/history/package.json +1 -0
- package/hyperlink/package.json +1 -0
- package/image-upload/package.json +1 -0
- package/indentation/package.json +1 -0
- package/insert-block/package.json +1 -0
- package/interaction/package.json +1 -0
- package/layout/package.json +1 -0
- package/limited-mode/package.json +1 -0
- package/list/package.json +1 -0
- package/local-id/package.json +1 -0
- package/loom/package.json +1 -0
- package/max-content-size/package.json +1 -0
- package/media/package.json +1 -0
- package/media/types/package.json +1 -0
- package/media-editing/package.json +1 -0
- package/media-insert/package.json +1 -0
- package/mentions/package.json +1 -0
- package/metrics/package.json +1 -0
- package/ncs-step-metrics/package.json +1 -0
- package/package.json +13 -12
- package/panel/package.json +1 -0
- package/paste/package.json +1 -0
- package/paste-options-toolbar/package.json +1 -0
- package/placeholder/package.json +1 -0
- package/placeholder-text/package.json +1 -0
- package/primary-toolbar/package.json +1 -0
- package/quick-insert/package.json +1 -0
- package/rule/package.json +1 -0
- package/save-on-enter/package.json +1 -0
- package/scroll-into-view/package.json +1 -0
- package/selection/package.json +1 -0
- package/selection/types/package.json +1 -0
- package/selection-extension/package.json +1 -0
- package/selection-marker/package.json +1 -0
- package/selection-toolbar/package.json +1 -0
- package/show-diff/package.json +1 -0
- package/status/package.json +1 -0
- package/submit-editor/package.json +1 -0
- package/synced-block/package.json +1 -0
- package/table/package.json +1 -0
- package/table/types/package.json +1 -0
- package/table/ui/common-styles/package.json +1 -0
- package/tasks-and-decisions/package.json +1 -0
- package/text-color/package.json +1 -0
- package/text-formatting/package.json +1 -0
- package/toolbar/package.json +1 -0
- package/toolbar-lists-indentation/package.json +1 -0
- package/track-changes/package.json +1 -0
- package/type-ahead/package.json +1 -0
- package/ufo/package.json +1 -0
- package/undo-redo/package.json +1 -0
- package/unsupported-content/package.json +1 -0
- package/user-intent/package.json +1 -0
- package/user-preferences/package.json +1 -0
- package/width/package.json +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 11.3.36
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 11.3.35
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`79401b181112e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79401b181112e) -
|
|
14
|
+
Add sideEffects false to the plugin package.json
|
|
15
|
+
|
|
3
16
|
## 11.3.34
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/accessibility-utils/index.js",
|
|
4
4
|
"module": "../dist/esm/accessibility-utils/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/accessibility-utils/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/accessibility-utils/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/alignment/package.json
CHANGED
package/analytics/package.json
CHANGED
package/annotation/package.json
CHANGED
package/base/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/batch-attribute-updates/index.js",
|
|
4
4
|
"module": "../dist/esm/batch-attribute-updates/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/batch-attribute-updates/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/batch-attribute-updates/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/before-primary-toolbar/index.js",
|
|
4
4
|
"module": "../dist/esm/before-primary-toolbar/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/before-primary-toolbar/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/before-primary-toolbar/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/better-type-history/index.js",
|
|
4
4
|
"module": "../dist/esm/better-type-history/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/better-type-history/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/better-type-history/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/block-controls/index.js",
|
|
4
4
|
"module": "../dist/esm/block-controls/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/block-controls/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/block-controls/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/block-menu/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../../dist/cjs/block-type/ui/consts.js",
|
|
4
4
|
"module": "../../dist/esm/block-type/ui/consts.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/block-type/ui/consts.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../../dist/types/block-type/ui/consts.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/block-type/package.json
CHANGED
package/border/package.json
CHANGED
package/breakout/package.json
CHANGED
package/caption/package.json
CHANGED
package/card/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/clear-marks-on-empty-doc/index.js",
|
|
4
4
|
"module": "../dist/esm/clear-marks-on-empty-doc/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/clear-marks-on-empty-doc/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/clear-marks-on-empty-doc/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/clipboard/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/code-bidi-warning/index.js",
|
|
4
4
|
"module": "../dist/esm/code-bidi-warning/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/code-bidi-warning/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/code-bidi-warning/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/code-block/package.json
CHANGED
package/collab-edit/package.json
CHANGED
package/composition/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/content-format/index.js",
|
|
4
4
|
"module": "../dist/esm/content-format/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/content-format/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/content-format/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/content-insertion/index.js",
|
|
4
4
|
"module": "../dist/esm/content-insertion/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/content-insertion/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/content-insertion/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/context-identifier/index.js",
|
|
4
4
|
"module": "../dist/esm/context-identifier/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/context-identifier/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/context-identifier/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/context-panel/index.js",
|
|
4
4
|
"module": "../dist/esm/context-panel/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/context-panel/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/context-panel/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/copy-button/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/custom-autoformat/index.js",
|
|
4
4
|
"module": "../dist/esm/custom-autoformat/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/custom-autoformat/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/custom-autoformat/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/data-consumer/index.js",
|
|
4
4
|
"module": "../dist/esm/data-consumer/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/data-consumer/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/data-consumer/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/date/package.json
CHANGED
package/decorations/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/editor-disabled/index.js",
|
|
4
4
|
"module": "../dist/esm/editor-disabled/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/editor-disabled/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/editor-disabled/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/editor-viewmode/index.js",
|
|
4
4
|
"module": "../dist/esm/editor-viewmode/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/editor-viewmode/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/editor-viewmode/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/editor-viewmode-effects/index.js",
|
|
4
4
|
"module": "../dist/esm/editor-viewmode-effects/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/editor-viewmode-effects/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/editor-viewmode-effects/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/emoji/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/engagement-platform/index.js",
|
|
4
4
|
"module": "../dist/esm/engagement-platform/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/engagement-platform/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/engagement-platform/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/expand/package.json
CHANGED
package/extension/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/feature-flags/index.js",
|
|
4
4
|
"module": "../dist/esm/feature-flags/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/feature-flags/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/feature-flags/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/feedback-dialog/index.js",
|
|
4
4
|
"module": "../dist/esm/feedback-dialog/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/feedback-dialog/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/feedback-dialog/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../../dist/cjs/find-replace/ui/styles.js",
|
|
4
4
|
"module": "../../dist/esm/find-replace/ui/styles.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/find-replace/ui/styles.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../../dist/types/find-replace/ui/styles.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/floating-toolbar/index.js",
|
|
4
4
|
"module": "../dist/esm/floating-toolbar/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/floating-toolbar/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/floating-toolbar/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/focus/package.json
CHANGED
package/fragment/package.json
CHANGED
package/grid/package.json
CHANGED
package/guideline/package.json
CHANGED
package/help-dialog/package.json
CHANGED
package/highlight/package.json
CHANGED
package/history/package.json
CHANGED
package/hyperlink/package.json
CHANGED
package/indentation/package.json
CHANGED
package/interaction/package.json
CHANGED
package/layout/package.json
CHANGED
package/list/package.json
CHANGED
package/local-id/package.json
CHANGED
package/loom/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/max-content-size/index.js",
|
|
4
4
|
"module": "../dist/esm/max-content-size/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/max-content-size/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/max-content-size/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/media/package.json
CHANGED
package/media/types/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../../dist/cjs/media/types/index.js",
|
|
4
4
|
"module": "../../dist/esm/media/types/index.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/media/types/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../../dist/types/media/types/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/media-editing/index.js",
|
|
4
4
|
"module": "../dist/esm/media-editing/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/media-editing/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/media-editing/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/mentions/package.json
CHANGED
package/metrics/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/ncs-step-metrics/index.js",
|
|
4
4
|
"module": "../dist/esm/ncs-step-metrics/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/ncs-step-metrics/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/ncs-step-metrics/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.36",
|
|
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",
|
|
@@ -24,13 +24,14 @@
|
|
|
24
24
|
]
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
+
"sideEffects": false,
|
|
27
28
|
"atlaskit:src": "src/index.ts",
|
|
28
29
|
"scripts": {
|
|
29
30
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
33
|
"@atlaskit/editor-plugin-accessibility-utils": "7.0.2",
|
|
33
|
-
"@atlaskit/editor-plugin-alignment": "8.0.
|
|
34
|
+
"@atlaskit/editor-plugin-alignment": "8.0.4",
|
|
34
35
|
"@atlaskit/editor-plugin-analytics": "7.0.1",
|
|
35
36
|
"@atlaskit/editor-plugin-annotation": "7.1.0",
|
|
36
37
|
"@atlaskit/editor-plugin-avatar-group": "8.0.2",
|
|
@@ -40,7 +41,7 @@
|
|
|
40
41
|
"@atlaskit/editor-plugin-better-type-history": "7.0.0",
|
|
41
42
|
"@atlaskit/editor-plugin-block-controls": "8.0.14",
|
|
42
43
|
"@atlaskit/editor-plugin-block-menu": "6.0.25",
|
|
43
|
-
"@atlaskit/editor-plugin-block-type": "11.2.
|
|
44
|
+
"@atlaskit/editor-plugin-block-type": "11.2.2",
|
|
44
45
|
"@atlaskit/editor-plugin-border": "7.0.0",
|
|
45
46
|
"@atlaskit/editor-plugin-breakout": "7.0.3",
|
|
46
47
|
"@atlaskit/editor-plugin-caption": "7.0.0",
|
|
@@ -82,12 +83,12 @@
|
|
|
82
83
|
"@atlaskit/editor-plugin-hyperlink": "9.0.3",
|
|
83
84
|
"@atlaskit/editor-plugin-image-upload": "7.0.0",
|
|
84
85
|
"@atlaskit/editor-plugin-indentation": "7.0.0",
|
|
85
|
-
"@atlaskit/editor-plugin-insert-block": "8.2.
|
|
86
|
+
"@atlaskit/editor-plugin-insert-block": "8.2.6",
|
|
86
87
|
"@atlaskit/editor-plugin-interaction": "13.0.0",
|
|
87
88
|
"@atlaskit/editor-plugin-layout": "7.0.4",
|
|
88
89
|
"@atlaskit/editor-plugin-limited-mode": "4.0.2",
|
|
89
90
|
"@atlaskit/editor-plugin-list": "9.0.4",
|
|
90
|
-
"@atlaskit/editor-plugin-local-id": "5.0
|
|
91
|
+
"@atlaskit/editor-plugin-local-id": "5.1.0",
|
|
91
92
|
"@atlaskit/editor-plugin-loom": "9.1.1",
|
|
92
93
|
"@atlaskit/editor-plugin-max-content-size": "7.0.0",
|
|
93
94
|
"@atlaskit/editor-plugin-media": "9.4.5",
|
|
@@ -111,15 +112,15 @@
|
|
|
111
112
|
"@atlaskit/editor-plugin-selection-marker": "7.0.1",
|
|
112
113
|
"@atlaskit/editor-plugin-selection-toolbar": "8.1.1",
|
|
113
114
|
"@atlaskit/editor-plugin-show-diff": "4.0.2",
|
|
114
|
-
"@atlaskit/editor-plugin-status": "8.1.
|
|
115
|
+
"@atlaskit/editor-plugin-status": "8.1.3",
|
|
115
116
|
"@atlaskit/editor-plugin-submit-editor": "7.0.0",
|
|
116
|
-
"@atlaskit/editor-plugin-synced-block": "5.3.
|
|
117
|
-
"@atlaskit/editor-plugin-table": "17.0.
|
|
117
|
+
"@atlaskit/editor-plugin-synced-block": "5.3.4",
|
|
118
|
+
"@atlaskit/editor-plugin-table": "17.0.1",
|
|
118
119
|
"@atlaskit/editor-plugin-tasks-and-decisions": "10.1.2",
|
|
119
|
-
"@atlaskit/editor-plugin-text-color": "7.2.
|
|
120
|
-
"@atlaskit/editor-plugin-text-formatting": "7.2.
|
|
121
|
-
"@atlaskit/editor-plugin-toolbar": "4.1.
|
|
122
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "8.0.
|
|
120
|
+
"@atlaskit/editor-plugin-text-color": "7.2.5",
|
|
121
|
+
"@atlaskit/editor-plugin-text-formatting": "7.2.3",
|
|
122
|
+
"@atlaskit/editor-plugin-toolbar": "4.1.2",
|
|
123
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "8.0.4",
|
|
123
124
|
"@atlaskit/editor-plugin-track-changes": "6.0.4",
|
|
124
125
|
"@atlaskit/editor-plugin-type-ahead": "7.0.4",
|
|
125
126
|
"@atlaskit/editor-plugin-ufo": "7.0.1",
|
package/panel/package.json
CHANGED
package/paste/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/paste-options-toolbar/index.js",
|
|
4
4
|
"module": "../dist/esm/paste-options-toolbar/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/paste-options-toolbar/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/paste-options-toolbar/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/placeholder/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/placeholder-text/index.js",
|
|
4
4
|
"module": "../dist/esm/placeholder-text/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/placeholder-text/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/placeholder-text/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/primary-toolbar/index.js",
|
|
4
4
|
"module": "../dist/esm/primary-toolbar/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/primary-toolbar/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/primary-toolbar/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/rule/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/save-on-enter/index.js",
|
|
4
4
|
"module": "../dist/esm/save-on-enter/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/save-on-enter/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/save-on-enter/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/scroll-into-view/index.js",
|
|
4
4
|
"module": "../dist/esm/scroll-into-view/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/scroll-into-view/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/scroll-into-view/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/selection/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../../dist/cjs/selection/types/index.js",
|
|
4
4
|
"module": "../../dist/esm/selection/types/index.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/selection/types/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../../dist/types/selection/types/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/selection-extension/index.js",
|
|
4
4
|
"module": "../dist/esm/selection-extension/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/selection-extension/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/selection-extension/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/selection-marker/index.js",
|
|
4
4
|
"module": "../dist/esm/selection-marker/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/selection-marker/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/selection-marker/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/selection-toolbar/index.js",
|
|
4
4
|
"module": "../dist/esm/selection-toolbar/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/selection-toolbar/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/selection-toolbar/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/show-diff/package.json
CHANGED
package/status/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/submit-editor/index.js",
|
|
4
4
|
"module": "../dist/esm/submit-editor/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/submit-editor/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/submit-editor/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/table/package.json
CHANGED
package/table/types/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../../dist/cjs/table/types/index.js",
|
|
4
4
|
"module": "../../dist/esm/table/types/index.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/table/types/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../../dist/types/table/types/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../../../dist/cjs/table/ui/common-styles.js",
|
|
4
4
|
"module": "../../../dist/esm/table/ui/common-styles.js",
|
|
5
5
|
"module:es2019": "../../../dist/es2019/table/ui/common-styles.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../../../dist/types/table/ui/common-styles.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/tasks-and-decisions/index.js",
|
|
4
4
|
"module": "../dist/esm/tasks-and-decisions/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/tasks-and-decisions/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/tasks-and-decisions/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/text-color/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/text-formatting/index.js",
|
|
4
4
|
"module": "../dist/esm/text-formatting/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/text-formatting/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/text-formatting/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/toolbar/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/toolbar-lists-indentation/index.js",
|
|
4
4
|
"module": "../dist/esm/toolbar-lists-indentation/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/toolbar-lists-indentation/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/toolbar-lists-indentation/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/track-changes/index.js",
|
|
4
4
|
"module": "../dist/esm/track-changes/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/track-changes/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/track-changes/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/type-ahead/package.json
CHANGED
package/ufo/package.json
CHANGED
package/undo-redo/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/unsupported-content/index.js",
|
|
4
4
|
"module": "../dist/esm/unsupported-content/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/unsupported-content/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/unsupported-content/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/user-intent/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"main": "../dist/cjs/user-preferences/index.js",
|
|
4
4
|
"module": "../dist/esm/user-preferences/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/user-preferences/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/user-preferences/index.d.ts",
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
">=4.5 <5.9": {
|
package/width/package.json
CHANGED