@atlaskit/editor-common 112.13.9 → 112.14.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 +7 -0
- package/dist/cjs/messages/index.js +0 -7
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/messages/index.js +0 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/messages/index.js +0 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/messages/index.d.ts +62 -63
- package/dist/types-ts4.5/messages/index.d.ts +62 -63
- package/package.json +3 -3
- package/dist/cjs/messages/smart-link-changeboard.js +0 -29
- package/dist/es2019/messages/smart-link-changeboard.js +0 -23
- package/dist/esm/messages/smart-link-changeboard.js +0 -23
- package/dist/types/messages/smart-link-changeboard.d.ts +0 -22
- package/dist/types-ts4.5/messages/smart-link-changeboard.d.ts +0 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 112.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`58bf406b50581`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/58bf406b50581) -
|
|
8
|
+
Remove SmartLinkDraggableChangeboardPopover - changeboarding now handled via Post Office
|
|
9
|
+
|
|
3
10
|
## 112.13.9
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -226,12 +226,6 @@ Object.defineProperty(exports, "selectionToolbarMessages", {
|
|
|
226
226
|
return _selectionToolbar.selectionToolbarMessages;
|
|
227
227
|
}
|
|
228
228
|
});
|
|
229
|
-
Object.defineProperty(exports, "smartLinkChangeboardMessages", {
|
|
230
|
-
enumerable: true,
|
|
231
|
-
get: function get() {
|
|
232
|
-
return _smartLinkChangeboard.smartLinkChangeboardMessages;
|
|
233
|
-
}
|
|
234
|
-
});
|
|
235
229
|
Object.defineProperty(exports, "statusMessages", {
|
|
236
230
|
enumerable: true,
|
|
237
231
|
get: function get() {
|
|
@@ -318,7 +312,6 @@ var _date = require("./date");
|
|
|
318
312
|
var _layout = require("./layout");
|
|
319
313
|
var _indentation = require("./indentation");
|
|
320
314
|
var _avatarGroup = require("./avatar-group");
|
|
321
|
-
var _smartLinkChangeboard = require("./smart-link-changeboard");
|
|
322
315
|
var _findReplace = require("./find-replace");
|
|
323
316
|
var _elementInsertSidePanel = require("./element-insert-side-panel");
|
|
324
317
|
var _textColor = require("./text-color");
|
|
@@ -19,7 +19,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
19
19
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
20
20
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
21
21
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
22
|
-
var packageVersion = "112.13.
|
|
22
|
+
var packageVersion = "112.13.9";
|
|
23
23
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
24
24
|
// Remove URL as it has UGC
|
|
25
25
|
// Ignored via go/ees007
|
|
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
24
24
|
* @jsx jsx
|
|
25
25
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "112.13.
|
|
27
|
+
var packageVersion = "112.13.9";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -27,7 +27,6 @@ export { messages as dateMessages } from './date';
|
|
|
27
27
|
export { toolbarMessages as layoutMessages } from './layout';
|
|
28
28
|
export { messages as indentationMessages } from './indentation';
|
|
29
29
|
export { avatarGroupMessages } from './avatar-group';
|
|
30
|
-
export { smartLinkChangeboardMessages } from './smart-link-changeboard';
|
|
31
30
|
export { findReplaceMessages } from './find-replace';
|
|
32
31
|
export { elementInsertSidePanel } from './element-insert-side-panel';
|
|
33
32
|
export { textColorMessages } from './text-color';
|
|
@@ -4,7 +4,7 @@ import { isFedRamp } from './environment';
|
|
|
4
4
|
import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
|
|
5
5
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
6
6
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
7
|
-
const packageVersion = "112.13.
|
|
7
|
+
const packageVersion = "112.13.9";
|
|
8
8
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
9
9
|
// Remove URL as it has UGC
|
|
10
10
|
// Ignored via go/ees007
|
|
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
14
14
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
15
|
import Layer from '../Layer';
|
|
16
16
|
const packageName = "@atlaskit/editor-common";
|
|
17
|
-
const packageVersion = "112.13.
|
|
17
|
+
const packageVersion = "112.13.9";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
const fadeIn = keyframes({
|
|
@@ -27,7 +27,6 @@ export { messages as dateMessages } from './date';
|
|
|
27
27
|
export { toolbarMessages as layoutMessages } from './layout';
|
|
28
28
|
export { messages as indentationMessages } from './indentation';
|
|
29
29
|
export { avatarGroupMessages } from './avatar-group';
|
|
30
|
-
export { smartLinkChangeboardMessages } from './smart-link-changeboard';
|
|
31
30
|
export { findReplaceMessages } from './find-replace';
|
|
32
31
|
export { elementInsertSidePanel } from './element-insert-side-panel';
|
|
33
32
|
export { textColorMessages } from './text-color';
|
|
@@ -10,7 +10,7 @@ import { isFedRamp } from './environment';
|
|
|
10
10
|
import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
|
|
11
11
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
12
12
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
13
|
-
var packageVersion = "112.13.
|
|
13
|
+
var packageVersion = "112.13.9";
|
|
14
14
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
15
15
|
// Remove URL as it has UGC
|
|
16
16
|
// Ignored via go/ees007
|
|
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
22
|
import Layer from '../Layer';
|
|
23
23
|
var packageName = "@atlaskit/editor-common";
|
|
24
|
-
var packageVersion = "112.13.
|
|
24
|
+
var packageVersion = "112.13.9";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -23,7 +23,6 @@ export { messages as dateMessages } from './date';
|
|
|
23
23
|
export { toolbarMessages as layoutMessages } from './layout';
|
|
24
24
|
export { messages as indentationMessages } from './indentation';
|
|
25
25
|
export { avatarGroupMessages } from './avatar-group';
|
|
26
|
-
export { smartLinkChangeboardMessages } from './smart-link-changeboard';
|
|
27
26
|
export { findReplaceMessages } from './find-replace';
|
|
28
27
|
export { elementInsertSidePanel } from './element-insert-side-panel';
|
|
29
28
|
export { textColorMessages } from './text-color';
|
|
@@ -47,165 +46,165 @@ export { limitedModeMessages } from './limited-mode';
|
|
|
47
46
|
export { companyHubTextColorMessages } from './company-hub-text-color';
|
|
48
47
|
export { nativeEmbedToolbarMessages } from './native-embed-toolbar';
|
|
49
48
|
declare const _default_1: {
|
|
50
|
-
|
|
51
|
-
id: string;
|
|
49
|
+
alignImageCenter: {
|
|
52
50
|
defaultMessage: string;
|
|
53
51
|
description: string;
|
|
54
|
-
};
|
|
55
|
-
layoutStateFixedWidth: {
|
|
56
52
|
id: string;
|
|
53
|
+
};
|
|
54
|
+
alignImageLeft: {
|
|
57
55
|
defaultMessage: string;
|
|
58
56
|
description: string;
|
|
59
|
-
};
|
|
60
|
-
layoutWide: {
|
|
61
57
|
id: string;
|
|
58
|
+
};
|
|
59
|
+
alignImageRight: {
|
|
62
60
|
defaultMessage: string;
|
|
63
61
|
description: string;
|
|
64
|
-
};
|
|
65
|
-
layoutStateWide: {
|
|
66
62
|
id: string;
|
|
63
|
+
};
|
|
64
|
+
blockquote: {
|
|
67
65
|
defaultMessage: string;
|
|
68
66
|
description: string;
|
|
69
|
-
};
|
|
70
|
-
layoutFullWidth: {
|
|
71
67
|
id: string;
|
|
68
|
+
};
|
|
69
|
+
bulletList: {
|
|
72
70
|
defaultMessage: string;
|
|
73
71
|
description: string;
|
|
74
|
-
};
|
|
75
|
-
layoutStateFullWidth: {
|
|
76
72
|
id: string;
|
|
73
|
+
};
|
|
74
|
+
cancelButton: {
|
|
77
75
|
defaultMessage: string;
|
|
78
76
|
description: string;
|
|
79
|
-
};
|
|
80
|
-
alignImageRight: {
|
|
81
77
|
id: string;
|
|
78
|
+
};
|
|
79
|
+
copiedToClipboard: {
|
|
82
80
|
defaultMessage: string;
|
|
83
81
|
description: string;
|
|
84
|
-
};
|
|
85
|
-
alignImageCenter: {
|
|
86
82
|
id: string;
|
|
83
|
+
};
|
|
84
|
+
copyToClipboard: {
|
|
87
85
|
defaultMessage: string;
|
|
88
86
|
description: string;
|
|
89
|
-
};
|
|
90
|
-
alignImageLeft: {
|
|
91
87
|
id: string;
|
|
88
|
+
};
|
|
89
|
+
decisionList: {
|
|
92
90
|
defaultMessage: string;
|
|
93
91
|
description: string;
|
|
94
|
-
};
|
|
95
|
-
delete: {
|
|
96
92
|
id: string;
|
|
93
|
+
};
|
|
94
|
+
defaultBlockNode: {
|
|
97
95
|
defaultMessage: string;
|
|
98
96
|
description: string;
|
|
99
|
-
};
|
|
100
|
-
remove: {
|
|
101
97
|
id: string;
|
|
98
|
+
};
|
|
99
|
+
delete: {
|
|
102
100
|
defaultMessage: string;
|
|
103
101
|
description: string;
|
|
104
|
-
};
|
|
105
|
-
removeEmoji: {
|
|
106
102
|
id: string;
|
|
103
|
+
};
|
|
104
|
+
error: {
|
|
107
105
|
defaultMessage: string;
|
|
108
106
|
description: string;
|
|
109
|
-
};
|
|
110
|
-
visit: {
|
|
111
107
|
id: string;
|
|
108
|
+
};
|
|
109
|
+
imageEdit: {
|
|
112
110
|
defaultMessage: string;
|
|
113
111
|
description: string;
|
|
112
|
+
id: string;
|
|
114
113
|
};
|
|
115
114
|
inviteToEditButtonTitle: {
|
|
116
|
-
id: string;
|
|
117
115
|
defaultMessage: string;
|
|
118
116
|
description: string;
|
|
119
|
-
};
|
|
120
|
-
saveButton: {
|
|
121
117
|
id: string;
|
|
118
|
+
};
|
|
119
|
+
layoutFixedWidth: {
|
|
122
120
|
defaultMessage: string;
|
|
123
121
|
description: string;
|
|
124
|
-
};
|
|
125
|
-
cancelButton: {
|
|
126
122
|
id: string;
|
|
123
|
+
};
|
|
124
|
+
layoutFullWidth: {
|
|
127
125
|
defaultMessage: string;
|
|
128
126
|
description: string;
|
|
129
|
-
};
|
|
130
|
-
taskList: {
|
|
131
127
|
id: string;
|
|
128
|
+
};
|
|
129
|
+
layoutStateFixedWidth: {
|
|
132
130
|
defaultMessage: string;
|
|
133
131
|
description: string;
|
|
134
|
-
};
|
|
135
|
-
bulletList: {
|
|
136
132
|
id: string;
|
|
133
|
+
};
|
|
134
|
+
layoutStateFullWidth: {
|
|
137
135
|
defaultMessage: string;
|
|
138
136
|
description: string;
|
|
139
|
-
};
|
|
140
|
-
nestedExpand: {
|
|
141
137
|
id: string;
|
|
138
|
+
};
|
|
139
|
+
layoutStateWide: {
|
|
142
140
|
defaultMessage: string;
|
|
143
141
|
description: string;
|
|
144
|
-
};
|
|
145
|
-
decisionList: {
|
|
146
142
|
id: string;
|
|
143
|
+
};
|
|
144
|
+
layoutWide: {
|
|
147
145
|
defaultMessage: string;
|
|
148
146
|
description: string;
|
|
149
|
-
};
|
|
150
|
-
defaultBlockNode: {
|
|
151
147
|
id: string;
|
|
148
|
+
};
|
|
149
|
+
nestedExpand: {
|
|
152
150
|
defaultMessage: string;
|
|
153
151
|
description: string;
|
|
152
|
+
id: string;
|
|
154
153
|
};
|
|
155
154
|
panel: {
|
|
156
|
-
id: string;
|
|
157
155
|
defaultMessage: string;
|
|
158
156
|
description: string;
|
|
159
|
-
};
|
|
160
|
-
blockquote: {
|
|
161
157
|
id: string;
|
|
158
|
+
};
|
|
159
|
+
remove: {
|
|
162
160
|
defaultMessage: string;
|
|
163
161
|
description: string;
|
|
164
|
-
};
|
|
165
|
-
timeUpdated: {
|
|
166
162
|
id: string;
|
|
163
|
+
};
|
|
164
|
+
removeEmoji: {
|
|
167
165
|
defaultMessage: string;
|
|
168
166
|
description: string;
|
|
169
|
-
};
|
|
170
|
-
timeViewed: {
|
|
171
167
|
id: string;
|
|
168
|
+
};
|
|
169
|
+
saveButton: {
|
|
172
170
|
defaultMessage: string;
|
|
173
171
|
description: string;
|
|
174
|
-
};
|
|
175
|
-
timeAgo: {
|
|
176
172
|
id: string;
|
|
173
|
+
};
|
|
174
|
+
success: {
|
|
177
175
|
defaultMessage: string;
|
|
178
176
|
description: string;
|
|
179
|
-
};
|
|
180
|
-
copyToClipboard: {
|
|
181
177
|
id: string;
|
|
178
|
+
};
|
|
179
|
+
taskList: {
|
|
182
180
|
defaultMessage: string;
|
|
183
181
|
description: string;
|
|
184
|
-
};
|
|
185
|
-
copiedToClipboard: {
|
|
186
182
|
id: string;
|
|
183
|
+
};
|
|
184
|
+
timeAgo: {
|
|
187
185
|
defaultMessage: string;
|
|
188
186
|
description: string;
|
|
189
|
-
};
|
|
190
|
-
viewMore: {
|
|
191
187
|
id: string;
|
|
188
|
+
};
|
|
189
|
+
timeUpdated: {
|
|
192
190
|
defaultMessage: string;
|
|
193
191
|
description: string;
|
|
194
|
-
};
|
|
195
|
-
imageEdit: {
|
|
196
192
|
id: string;
|
|
193
|
+
};
|
|
194
|
+
timeViewed: {
|
|
197
195
|
defaultMessage: string;
|
|
198
196
|
description: string;
|
|
199
|
-
};
|
|
200
|
-
error: {
|
|
201
197
|
id: string;
|
|
198
|
+
};
|
|
199
|
+
viewMore: {
|
|
202
200
|
defaultMessage: string;
|
|
203
201
|
description: string;
|
|
204
|
-
};
|
|
205
|
-
success: {
|
|
206
202
|
id: string;
|
|
203
|
+
};
|
|
204
|
+
visit: {
|
|
207
205
|
defaultMessage: string;
|
|
208
206
|
description: string;
|
|
207
|
+
id: string;
|
|
209
208
|
};
|
|
210
209
|
};
|
|
211
210
|
export default _default_1;
|
|
@@ -23,7 +23,6 @@ export { messages as dateMessages } from './date';
|
|
|
23
23
|
export { toolbarMessages as layoutMessages } from './layout';
|
|
24
24
|
export { messages as indentationMessages } from './indentation';
|
|
25
25
|
export { avatarGroupMessages } from './avatar-group';
|
|
26
|
-
export { smartLinkChangeboardMessages } from './smart-link-changeboard';
|
|
27
26
|
export { findReplaceMessages } from './find-replace';
|
|
28
27
|
export { elementInsertSidePanel } from './element-insert-side-panel';
|
|
29
28
|
export { textColorMessages } from './text-color';
|
|
@@ -47,165 +46,165 @@ export { limitedModeMessages } from './limited-mode';
|
|
|
47
46
|
export { companyHubTextColorMessages } from './company-hub-text-color';
|
|
48
47
|
export { nativeEmbedToolbarMessages } from './native-embed-toolbar';
|
|
49
48
|
declare const _default_1: {
|
|
50
|
-
|
|
51
|
-
id: string;
|
|
49
|
+
alignImageCenter: {
|
|
52
50
|
defaultMessage: string;
|
|
53
51
|
description: string;
|
|
54
|
-
};
|
|
55
|
-
layoutStateFixedWidth: {
|
|
56
52
|
id: string;
|
|
53
|
+
};
|
|
54
|
+
alignImageLeft: {
|
|
57
55
|
defaultMessage: string;
|
|
58
56
|
description: string;
|
|
59
|
-
};
|
|
60
|
-
layoutWide: {
|
|
61
57
|
id: string;
|
|
58
|
+
};
|
|
59
|
+
alignImageRight: {
|
|
62
60
|
defaultMessage: string;
|
|
63
61
|
description: string;
|
|
64
|
-
};
|
|
65
|
-
layoutStateWide: {
|
|
66
62
|
id: string;
|
|
63
|
+
};
|
|
64
|
+
blockquote: {
|
|
67
65
|
defaultMessage: string;
|
|
68
66
|
description: string;
|
|
69
|
-
};
|
|
70
|
-
layoutFullWidth: {
|
|
71
67
|
id: string;
|
|
68
|
+
};
|
|
69
|
+
bulletList: {
|
|
72
70
|
defaultMessage: string;
|
|
73
71
|
description: string;
|
|
74
|
-
};
|
|
75
|
-
layoutStateFullWidth: {
|
|
76
72
|
id: string;
|
|
73
|
+
};
|
|
74
|
+
cancelButton: {
|
|
77
75
|
defaultMessage: string;
|
|
78
76
|
description: string;
|
|
79
|
-
};
|
|
80
|
-
alignImageRight: {
|
|
81
77
|
id: string;
|
|
78
|
+
};
|
|
79
|
+
copiedToClipboard: {
|
|
82
80
|
defaultMessage: string;
|
|
83
81
|
description: string;
|
|
84
|
-
};
|
|
85
|
-
alignImageCenter: {
|
|
86
82
|
id: string;
|
|
83
|
+
};
|
|
84
|
+
copyToClipboard: {
|
|
87
85
|
defaultMessage: string;
|
|
88
86
|
description: string;
|
|
89
|
-
};
|
|
90
|
-
alignImageLeft: {
|
|
91
87
|
id: string;
|
|
88
|
+
};
|
|
89
|
+
decisionList: {
|
|
92
90
|
defaultMessage: string;
|
|
93
91
|
description: string;
|
|
94
|
-
};
|
|
95
|
-
delete: {
|
|
96
92
|
id: string;
|
|
93
|
+
};
|
|
94
|
+
defaultBlockNode: {
|
|
97
95
|
defaultMessage: string;
|
|
98
96
|
description: string;
|
|
99
|
-
};
|
|
100
|
-
remove: {
|
|
101
97
|
id: string;
|
|
98
|
+
};
|
|
99
|
+
delete: {
|
|
102
100
|
defaultMessage: string;
|
|
103
101
|
description: string;
|
|
104
|
-
};
|
|
105
|
-
removeEmoji: {
|
|
106
102
|
id: string;
|
|
103
|
+
};
|
|
104
|
+
error: {
|
|
107
105
|
defaultMessage: string;
|
|
108
106
|
description: string;
|
|
109
|
-
};
|
|
110
|
-
visit: {
|
|
111
107
|
id: string;
|
|
108
|
+
};
|
|
109
|
+
imageEdit: {
|
|
112
110
|
defaultMessage: string;
|
|
113
111
|
description: string;
|
|
112
|
+
id: string;
|
|
114
113
|
};
|
|
115
114
|
inviteToEditButtonTitle: {
|
|
116
|
-
id: string;
|
|
117
115
|
defaultMessage: string;
|
|
118
116
|
description: string;
|
|
119
|
-
};
|
|
120
|
-
saveButton: {
|
|
121
117
|
id: string;
|
|
118
|
+
};
|
|
119
|
+
layoutFixedWidth: {
|
|
122
120
|
defaultMessage: string;
|
|
123
121
|
description: string;
|
|
124
|
-
};
|
|
125
|
-
cancelButton: {
|
|
126
122
|
id: string;
|
|
123
|
+
};
|
|
124
|
+
layoutFullWidth: {
|
|
127
125
|
defaultMessage: string;
|
|
128
126
|
description: string;
|
|
129
|
-
};
|
|
130
|
-
taskList: {
|
|
131
127
|
id: string;
|
|
128
|
+
};
|
|
129
|
+
layoutStateFixedWidth: {
|
|
132
130
|
defaultMessage: string;
|
|
133
131
|
description: string;
|
|
134
|
-
};
|
|
135
|
-
bulletList: {
|
|
136
132
|
id: string;
|
|
133
|
+
};
|
|
134
|
+
layoutStateFullWidth: {
|
|
137
135
|
defaultMessage: string;
|
|
138
136
|
description: string;
|
|
139
|
-
};
|
|
140
|
-
nestedExpand: {
|
|
141
137
|
id: string;
|
|
138
|
+
};
|
|
139
|
+
layoutStateWide: {
|
|
142
140
|
defaultMessage: string;
|
|
143
141
|
description: string;
|
|
144
|
-
};
|
|
145
|
-
decisionList: {
|
|
146
142
|
id: string;
|
|
143
|
+
};
|
|
144
|
+
layoutWide: {
|
|
147
145
|
defaultMessage: string;
|
|
148
146
|
description: string;
|
|
149
|
-
};
|
|
150
|
-
defaultBlockNode: {
|
|
151
147
|
id: string;
|
|
148
|
+
};
|
|
149
|
+
nestedExpand: {
|
|
152
150
|
defaultMessage: string;
|
|
153
151
|
description: string;
|
|
152
|
+
id: string;
|
|
154
153
|
};
|
|
155
154
|
panel: {
|
|
156
|
-
id: string;
|
|
157
155
|
defaultMessage: string;
|
|
158
156
|
description: string;
|
|
159
|
-
};
|
|
160
|
-
blockquote: {
|
|
161
157
|
id: string;
|
|
158
|
+
};
|
|
159
|
+
remove: {
|
|
162
160
|
defaultMessage: string;
|
|
163
161
|
description: string;
|
|
164
|
-
};
|
|
165
|
-
timeUpdated: {
|
|
166
162
|
id: string;
|
|
163
|
+
};
|
|
164
|
+
removeEmoji: {
|
|
167
165
|
defaultMessage: string;
|
|
168
166
|
description: string;
|
|
169
|
-
};
|
|
170
|
-
timeViewed: {
|
|
171
167
|
id: string;
|
|
168
|
+
};
|
|
169
|
+
saveButton: {
|
|
172
170
|
defaultMessage: string;
|
|
173
171
|
description: string;
|
|
174
|
-
};
|
|
175
|
-
timeAgo: {
|
|
176
172
|
id: string;
|
|
173
|
+
};
|
|
174
|
+
success: {
|
|
177
175
|
defaultMessage: string;
|
|
178
176
|
description: string;
|
|
179
|
-
};
|
|
180
|
-
copyToClipboard: {
|
|
181
177
|
id: string;
|
|
178
|
+
};
|
|
179
|
+
taskList: {
|
|
182
180
|
defaultMessage: string;
|
|
183
181
|
description: string;
|
|
184
|
-
};
|
|
185
|
-
copiedToClipboard: {
|
|
186
182
|
id: string;
|
|
183
|
+
};
|
|
184
|
+
timeAgo: {
|
|
187
185
|
defaultMessage: string;
|
|
188
186
|
description: string;
|
|
189
|
-
};
|
|
190
|
-
viewMore: {
|
|
191
187
|
id: string;
|
|
188
|
+
};
|
|
189
|
+
timeUpdated: {
|
|
192
190
|
defaultMessage: string;
|
|
193
191
|
description: string;
|
|
194
|
-
};
|
|
195
|
-
imageEdit: {
|
|
196
192
|
id: string;
|
|
193
|
+
};
|
|
194
|
+
timeViewed: {
|
|
197
195
|
defaultMessage: string;
|
|
198
196
|
description: string;
|
|
199
|
-
};
|
|
200
|
-
error: {
|
|
201
197
|
id: string;
|
|
198
|
+
};
|
|
199
|
+
viewMore: {
|
|
202
200
|
defaultMessage: string;
|
|
203
201
|
description: string;
|
|
204
|
-
};
|
|
205
|
-
success: {
|
|
206
202
|
id: string;
|
|
203
|
+
};
|
|
204
|
+
visit: {
|
|
207
205
|
defaultMessage: string;
|
|
208
206
|
description: string;
|
|
207
|
+
id: string;
|
|
209
208
|
};
|
|
210
209
|
};
|
|
211
210
|
export default _default_1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "112.
|
|
3
|
+
"version": "112.14.0",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@atlaskit/textfield": "^8.2.0",
|
|
83
83
|
"@atlaskit/tmp-editor-statsig": "^52.0.0",
|
|
84
84
|
"@atlaskit/tokens": "^11.4.0",
|
|
85
|
-
"@atlaskit/tooltip": "^21.
|
|
85
|
+
"@atlaskit/tooltip": "^21.1.0",
|
|
86
86
|
"@atlaskit/width-detector": "^5.0.0",
|
|
87
87
|
"@babel/runtime": "^7.0.0",
|
|
88
88
|
"@compiled/react": "^0.20.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@atlaskit/media-core": "^37.0.0",
|
|
124
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
124
|
+
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
125
125
|
"@testing-library/dom": "^10.1.0",
|
|
126
126
|
"@testing-library/jest-dom": "^6.4.5",
|
|
127
127
|
"@testing-library/react": "^16.3.0",
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.smartLinkChangeboardMessages = void 0;
|
|
7
|
-
var _reactIntlNext = require("react-intl-next");
|
|
8
|
-
var smartLinkChangeboardMessages = exports.smartLinkChangeboardMessages = (0, _reactIntlNext.defineMessages)({
|
|
9
|
-
headline: {
|
|
10
|
-
id: 'platform.editor.smartlink.changeboard.headline',
|
|
11
|
-
defaultMessage: 'Drag and drop links',
|
|
12
|
-
description: 'Headline for the smart link drag and drop changeboarding popup'
|
|
13
|
-
},
|
|
14
|
-
gifAlt: {
|
|
15
|
-
id: 'platform.editor.smartlink.changeboard.gif.alt',
|
|
16
|
-
defaultMessage: 'Drag smart link into sidebar demonstration',
|
|
17
|
-
description: 'Alt text for the changeboarding GIF'
|
|
18
|
-
},
|
|
19
|
-
description: {
|
|
20
|
-
id: 'platform.editor.smartlink.changeboard.description',
|
|
21
|
-
defaultMessage: 'Keep your important links organized and easy to find by dragging Smart Links into the content tree.',
|
|
22
|
-
description: 'Description text for the changeboarding popup'
|
|
23
|
-
},
|
|
24
|
-
dismiss: {
|
|
25
|
-
id: 'platform.editor.smartlink.changeboard.dismiss',
|
|
26
|
-
defaultMessage: 'Done',
|
|
27
|
-
description: 'Label for the dismiss button in the changeboarding popup'
|
|
28
|
-
}
|
|
29
|
-
});
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl-next';
|
|
2
|
-
export const smartLinkChangeboardMessages = defineMessages({
|
|
3
|
-
headline: {
|
|
4
|
-
id: 'platform.editor.smartlink.changeboard.headline',
|
|
5
|
-
defaultMessage: 'Drag and drop links',
|
|
6
|
-
description: 'Headline for the smart link drag and drop changeboarding popup'
|
|
7
|
-
},
|
|
8
|
-
gifAlt: {
|
|
9
|
-
id: 'platform.editor.smartlink.changeboard.gif.alt',
|
|
10
|
-
defaultMessage: 'Drag smart link into sidebar demonstration',
|
|
11
|
-
description: 'Alt text for the changeboarding GIF'
|
|
12
|
-
},
|
|
13
|
-
description: {
|
|
14
|
-
id: 'platform.editor.smartlink.changeboard.description',
|
|
15
|
-
defaultMessage: 'Keep your important links organized and easy to find by dragging Smart Links into the content tree.',
|
|
16
|
-
description: 'Description text for the changeboarding popup'
|
|
17
|
-
},
|
|
18
|
-
dismiss: {
|
|
19
|
-
id: 'platform.editor.smartlink.changeboard.dismiss',
|
|
20
|
-
defaultMessage: 'Done',
|
|
21
|
-
description: 'Label for the dismiss button in the changeboarding popup'
|
|
22
|
-
}
|
|
23
|
-
});
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl-next';
|
|
2
|
-
export var smartLinkChangeboardMessages = defineMessages({
|
|
3
|
-
headline: {
|
|
4
|
-
id: 'platform.editor.smartlink.changeboard.headline',
|
|
5
|
-
defaultMessage: 'Drag and drop links',
|
|
6
|
-
description: 'Headline for the smart link drag and drop changeboarding popup'
|
|
7
|
-
},
|
|
8
|
-
gifAlt: {
|
|
9
|
-
id: 'platform.editor.smartlink.changeboard.gif.alt',
|
|
10
|
-
defaultMessage: 'Drag smart link into sidebar demonstration',
|
|
11
|
-
description: 'Alt text for the changeboarding GIF'
|
|
12
|
-
},
|
|
13
|
-
description: {
|
|
14
|
-
id: 'platform.editor.smartlink.changeboard.description',
|
|
15
|
-
defaultMessage: 'Keep your important links organized and easy to find by dragging Smart Links into the content tree.',
|
|
16
|
-
description: 'Description text for the changeboarding popup'
|
|
17
|
-
},
|
|
18
|
-
dismiss: {
|
|
19
|
-
id: 'platform.editor.smartlink.changeboard.dismiss',
|
|
20
|
-
defaultMessage: 'Done',
|
|
21
|
-
description: 'Label for the dismiss button in the changeboarding popup'
|
|
22
|
-
}
|
|
23
|
-
});
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare const smartLinkChangeboardMessages: {
|
|
2
|
-
headline: {
|
|
3
|
-
id: string;
|
|
4
|
-
defaultMessage: string;
|
|
5
|
-
description: string;
|
|
6
|
-
};
|
|
7
|
-
gifAlt: {
|
|
8
|
-
id: string;
|
|
9
|
-
defaultMessage: string;
|
|
10
|
-
description: string;
|
|
11
|
-
};
|
|
12
|
-
description: {
|
|
13
|
-
id: string;
|
|
14
|
-
defaultMessage: string;
|
|
15
|
-
description: string;
|
|
16
|
-
};
|
|
17
|
-
dismiss: {
|
|
18
|
-
id: string;
|
|
19
|
-
defaultMessage: string;
|
|
20
|
-
description: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare const smartLinkChangeboardMessages: {
|
|
2
|
-
headline: {
|
|
3
|
-
id: string;
|
|
4
|
-
defaultMessage: string;
|
|
5
|
-
description: string;
|
|
6
|
-
};
|
|
7
|
-
gifAlt: {
|
|
8
|
-
id: string;
|
|
9
|
-
defaultMessage: string;
|
|
10
|
-
description: string;
|
|
11
|
-
};
|
|
12
|
-
description: {
|
|
13
|
-
id: string;
|
|
14
|
-
defaultMessage: string;
|
|
15
|
-
description: string;
|
|
16
|
-
};
|
|
17
|
-
dismiss: {
|
|
18
|
-
id: string;
|
|
19
|
-
defaultMessage: string;
|
|
20
|
-
description: string;
|
|
21
|
-
};
|
|
22
|
-
};
|