@atlaskit/editor-plugins 11.1.171 → 11.1.173
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
|
@@ -9,4 +9,10 @@ Object.defineProperty(exports, "connectivityPlugin", {
|
|
|
9
9
|
return _editorPluginConnectivity.connectivityPlugin;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
+
Object.defineProperty(exports, "isOfflineMode", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _editorPluginConnectivity.isOfflineMode;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
12
18
|
var _editorPluginConnectivity = require("@atlaskit/editor-plugin-connectivity");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { connectivityPlugin } from '@atlaskit/editor-plugin-connectivity';
|
|
4
|
+
export { connectivityPlugin, isOfflineMode } from '@atlaskit/editor-plugin-connectivity';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { connectivityPlugin } from '@atlaskit/editor-plugin-connectivity';
|
|
4
|
+
export { connectivityPlugin, isOfflineMode } from '@atlaskit/editor-plugin-connectivity';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { connectivityPlugin } from '@atlaskit/editor-plugin-connectivity';
|
|
1
|
+
export { connectivityPlugin, isOfflineMode } from '@atlaskit/editor-plugin-connectivity';
|
|
2
2
|
export type { ConnectivityPlugin, Mode, PluginState, PublicPluginState, } from '@atlaskit/editor-plugin-connectivity';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { connectivityPlugin } from '@atlaskit/editor-plugin-connectivity';
|
|
1
|
+
export { connectivityPlugin, isOfflineMode } from '@atlaskit/editor-plugin-connectivity';
|
|
2
2
|
export type { ConnectivityPlugin, Mode, PluginState, PublicPluginState, } from '@atlaskit/editor-plugin-connectivity';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.173",
|
|
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",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@atlaskit/editor-plugin-accessibility-utils": "6.0.1",
|
|
33
33
|
"@atlaskit/editor-plugin-alignment": "7.1.17",
|
|
34
34
|
"@atlaskit/editor-plugin-analytics": "6.2.6",
|
|
35
|
-
"@atlaskit/editor-plugin-annotation": "6.
|
|
35
|
+
"@atlaskit/editor-plugin-annotation": "6.4.0",
|
|
36
36
|
"@atlaskit/editor-plugin-avatar-group": "7.0.6",
|
|
37
37
|
"@atlaskit/editor-plugin-base": "7.2.10",
|
|
38
38
|
"@atlaskit/editor-plugin-batch-attribute-updates": "6.1.4",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"@atlaskit/editor-plugin-border": "6.1.4",
|
|
45
45
|
"@atlaskit/editor-plugin-breakout": "6.4.2",
|
|
46
46
|
"@atlaskit/editor-plugin-caption": "6.1.4",
|
|
47
|
-
"@atlaskit/editor-plugin-card": "11.
|
|
47
|
+
"@atlaskit/editor-plugin-card": "11.6.0",
|
|
48
48
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "6.0.0",
|
|
49
49
|
"@atlaskit/editor-plugin-clipboard": "6.0.2",
|
|
50
50
|
"@atlaskit/editor-plugin-code-bidi-warning": "6.1.5",
|
|
51
51
|
"@atlaskit/editor-plugin-code-block": "8.1.24",
|
|
52
|
-
"@atlaskit/editor-plugin-collab-edit": "7.
|
|
52
|
+
"@atlaskit/editor-plugin-collab-edit": "7.3.0",
|
|
53
53
|
"@atlaskit/editor-plugin-composition": "5.0.2",
|
|
54
|
-
"@atlaskit/editor-plugin-connectivity": "6.
|
|
54
|
+
"@atlaskit/editor-plugin-connectivity": "6.1.0",
|
|
55
55
|
"@atlaskit/editor-plugin-content-insertion": "6.0.0",
|
|
56
56
|
"@atlaskit/editor-plugin-context-identifier": "6.0.0",
|
|
57
57
|
"@atlaskit/editor-plugin-context-panel": "8.0.3",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"@atlaskit/editor-plugin-editor-disabled": "6.1.3",
|
|
64
64
|
"@atlaskit/editor-plugin-editor-viewmode": "8.0.3",
|
|
65
65
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "6.1.0",
|
|
66
|
-
"@atlaskit/editor-plugin-emoji": "7.
|
|
66
|
+
"@atlaskit/editor-plugin-emoji": "7.8.0",
|
|
67
67
|
"@atlaskit/editor-plugin-engagement-platform": "7.0.0",
|
|
68
68
|
"@atlaskit/editor-plugin-expand": "7.5.2",
|
|
69
|
-
"@atlaskit/editor-plugin-extension": "9.
|
|
69
|
+
"@atlaskit/editor-plugin-extension": "9.3.0",
|
|
70
70
|
"@atlaskit/editor-plugin-feature-flags": "5.0.2",
|
|
71
71
|
"@atlaskit/editor-plugin-feedback-dialog": "6.0.0",
|
|
72
72
|
"@atlaskit/editor-plugin-find-replace": "6.2.3",
|
|
@@ -78,18 +78,18 @@
|
|
|
78
78
|
"@atlaskit/editor-plugin-help-dialog": "6.0.17",
|
|
79
79
|
"@atlaskit/editor-plugin-highlight": "6.3.19",
|
|
80
80
|
"@atlaskit/editor-plugin-history": "6.1.2",
|
|
81
|
-
"@atlaskit/editor-plugin-hyperlink": "8.
|
|
81
|
+
"@atlaskit/editor-plugin-hyperlink": "8.2.0",
|
|
82
82
|
"@atlaskit/editor-plugin-image-upload": "6.0.2",
|
|
83
83
|
"@atlaskit/editor-plugin-indentation": "6.1.4",
|
|
84
|
-
"@atlaskit/editor-plugin-insert-block": "7.
|
|
84
|
+
"@atlaskit/editor-plugin-insert-block": "7.2.0",
|
|
85
85
|
"@atlaskit/editor-plugin-interaction": "11.0.0",
|
|
86
86
|
"@atlaskit/editor-plugin-layout": "6.2.19",
|
|
87
87
|
"@atlaskit/editor-plugin-limited-mode": "3.1.6",
|
|
88
88
|
"@atlaskit/editor-plugin-list": "8.2.21",
|
|
89
89
|
"@atlaskit/editor-plugin-local-id": "4.3.1",
|
|
90
|
-
"@atlaskit/editor-plugin-loom": "8.0
|
|
90
|
+
"@atlaskit/editor-plugin-loom": "8.1.0",
|
|
91
91
|
"@atlaskit/editor-plugin-max-content-size": "6.0.2",
|
|
92
|
-
"@atlaskit/editor-plugin-media": "8.
|
|
92
|
+
"@atlaskit/editor-plugin-media": "8.8.0",
|
|
93
93
|
"@atlaskit/editor-plugin-media-insert": "15.0.0",
|
|
94
94
|
"@atlaskit/editor-plugin-mentions": "8.2.24",
|
|
95
95
|
"@atlaskit/editor-plugin-metrics": "7.1.7",
|
|
@@ -100,26 +100,26 @@
|
|
|
100
100
|
"@atlaskit/editor-plugin-placeholder": "6.6.5",
|
|
101
101
|
"@atlaskit/editor-plugin-placeholder-text": "7.1.13",
|
|
102
102
|
"@atlaskit/editor-plugin-primary-toolbar": "7.0.4",
|
|
103
|
-
"@atlaskit/editor-plugin-quick-insert": "6.
|
|
103
|
+
"@atlaskit/editor-plugin-quick-insert": "6.2.0",
|
|
104
104
|
"@atlaskit/editor-plugin-rule": "6.1.4",
|
|
105
105
|
"@atlaskit/editor-plugin-save-on-enter": "6.0.0",
|
|
106
106
|
"@atlaskit/editor-plugin-scroll-into-view": "6.0.2",
|
|
107
107
|
"@atlaskit/editor-plugin-selection": "6.1.13",
|
|
108
108
|
"@atlaskit/editor-plugin-selection-extension": "9.0.7",
|
|
109
109
|
"@atlaskit/editor-plugin-selection-marker": "6.3.1",
|
|
110
|
-
"@atlaskit/editor-plugin-selection-toolbar": "7.
|
|
110
|
+
"@atlaskit/editor-plugin-selection-toolbar": "7.2.0",
|
|
111
111
|
"@atlaskit/editor-plugin-show-diff": "3.3.3",
|
|
112
112
|
"@atlaskit/editor-plugin-status": "7.1.16",
|
|
113
113
|
"@atlaskit/editor-plugin-submit-editor": "6.0.0",
|
|
114
|
-
"@atlaskit/editor-plugin-synced-block": "4.
|
|
115
|
-
"@atlaskit/editor-plugin-table": "15.6.
|
|
114
|
+
"@atlaskit/editor-plugin-synced-block": "4.7.1",
|
|
115
|
+
"@atlaskit/editor-plugin-table": "15.6.5",
|
|
116
116
|
"@atlaskit/editor-plugin-tasks-and-decisions": "9.1.25",
|
|
117
117
|
"@atlaskit/editor-plugin-text-color": "6.3.25",
|
|
118
118
|
"@atlaskit/editor-plugin-text-formatting": "6.1.18",
|
|
119
|
-
"@atlaskit/editor-plugin-toolbar": "3.
|
|
119
|
+
"@atlaskit/editor-plugin-toolbar": "3.5.0",
|
|
120
120
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "7.0.28",
|
|
121
121
|
"@atlaskit/editor-plugin-track-changes": "5.1.3",
|
|
122
|
-
"@atlaskit/editor-plugin-type-ahead": "6.
|
|
122
|
+
"@atlaskit/editor-plugin-type-ahead": "6.6.0",
|
|
123
123
|
"@atlaskit/editor-plugin-ufo": "6.0.2",
|
|
124
124
|
"@atlaskit/editor-plugin-undo-redo": "6.1.11",
|
|
125
125
|
"@atlaskit/editor-plugin-unsupported-content": "6.1.4",
|