@atlaskit/editor-common 116.44.0 → 116.44.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 +18 -0
- package/dist/cjs/extensibility/extensionNodeView.js +9 -8
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessages.js +30 -0
- package/dist/es2019/extensibility/extensionNodeView.js +9 -8
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessages.js +30 -0
- package/dist/esm/extensibility/extensionNodeView.js +9 -8
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessages.js +30 -0
- package/dist/types/ui-color/ColorPalette/Palettes/paletteMessages.d.ts +77 -47
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 116.44.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 116.44.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`2a61b9a5413d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a61b9a5413d6) -
|
|
14
|
+
Fix TOC extension not rendering when confluence_connect_macro_preset_height gate is enabled: SSR
|
|
15
|
+
DOM reuse takes precedence over preset height
|
|
16
|
+
- [`6edfa185c35c3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6edfa185c35c3) -
|
|
17
|
+
Add internationalized tooltip messages for the light and dark lime, magenta, and orange text
|
|
18
|
+
colors.
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 116.44.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -134,15 +134,16 @@ var ExtensionNode = exports.ExtensionNode = /*#__PURE__*/function (_ReactNodeVie
|
|
|
134
134
|
}, {
|
|
135
135
|
key: "createDomRef",
|
|
136
136
|
value: function createDomRef() {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
}
|
|
137
|
+
// SSR DOM reuse takes precedence over preset height — when eligible, adopt the
|
|
138
|
+
// server-rendered element directly so React hydration is deferred until update().
|
|
139
|
+
if (!(0, _coreUtils.isSSR)() && isSSRHydrationEligible(this.node) && this.isInInitialHydrationWindow() && (0, _expValEquals.expValEquals)('platform_editor_hydration_skip_react_portal', 'isEnabled', true)) {
|
|
140
|
+
var ssrElement = this.findSSRElement();
|
|
141
|
+
if (ssrElement) {
|
|
142
|
+
this.didReuseSsrDom = true;
|
|
143
|
+
return ssrElement;
|
|
145
144
|
}
|
|
145
|
+
}
|
|
146
|
+
if (!(0, _platformFeatureFlags.fg)('confluence_connect_macro_preset_height')) {
|
|
146
147
|
return _superPropGet(ExtensionNode, "createDomRef", this, 3)([]);
|
|
147
148
|
}
|
|
148
149
|
if (!this.node.isInline) {
|
|
@@ -28,7 +28,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
|
|
|
28
28
|
var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
|
|
29
29
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
30
30
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
31
|
-
var packageVersion = "116.
|
|
31
|
+
var packageVersion = "116.44.1";
|
|
32
32
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
33
33
|
// Remove URL as it has UGC
|
|
34
34
|
// 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 = "116.
|
|
27
|
+
var packageVersion = "116.44.1";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -26,16 +26,31 @@ var _default_1 = (0, _reactIntl.defineMessages)({
|
|
|
26
26
|
defaultMessage: 'Light green',
|
|
27
27
|
description: 'Tooltip label for the light green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
28
28
|
},
|
|
29
|
+
'light-lime': {
|
|
30
|
+
id: 'fabric.theme.light-lime',
|
|
31
|
+
defaultMessage: 'Light lime',
|
|
32
|
+
description: 'Tooltip label for the light lime color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
33
|
+
},
|
|
29
34
|
'light-yellow': {
|
|
30
35
|
id: 'fabric.theme.light-yellow',
|
|
31
36
|
defaultMessage: 'Light yellow',
|
|
32
37
|
description: 'Tooltip label for the light yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
33
38
|
},
|
|
39
|
+
'light-orange': {
|
|
40
|
+
id: 'fabric.theme.light-orange',
|
|
41
|
+
defaultMessage: 'Light orange',
|
|
42
|
+
description: 'Tooltip label for the light orange color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
43
|
+
},
|
|
34
44
|
'light-red': {
|
|
35
45
|
id: 'fabric.theme.light-red',
|
|
36
46
|
defaultMessage: 'Light red',
|
|
37
47
|
description: 'Tooltip label for the light red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
38
48
|
},
|
|
49
|
+
'light-magenta': {
|
|
50
|
+
id: 'fabric.theme.light-magenta',
|
|
51
|
+
defaultMessage: 'Light magenta',
|
|
52
|
+
description: 'Tooltip label for the light magenta color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
53
|
+
},
|
|
39
54
|
'light-purple': {
|
|
40
55
|
id: 'fabric.theme.light-purple',
|
|
41
56
|
defaultMessage: 'Light purple',
|
|
@@ -101,16 +116,31 @@ var _default_1 = (0, _reactIntl.defineMessages)({
|
|
|
101
116
|
defaultMessage: 'Dark green',
|
|
102
117
|
description: 'Tooltip label for the dark green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
103
118
|
},
|
|
119
|
+
'dark-lime': {
|
|
120
|
+
id: 'fabric.theme.dark-lime',
|
|
121
|
+
defaultMessage: 'Dark lime',
|
|
122
|
+
description: 'Tooltip label for the dark lime color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
123
|
+
},
|
|
104
124
|
'dark-yellow': {
|
|
105
125
|
id: 'fabric.theme.dark-yellow',
|
|
106
126
|
defaultMessage: 'Dark yellow',
|
|
107
127
|
description: 'Tooltip label for the dark yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
108
128
|
},
|
|
129
|
+
'dark-orange': {
|
|
130
|
+
id: 'fabric.theme.dark-orange',
|
|
131
|
+
defaultMessage: 'Dark orange',
|
|
132
|
+
description: 'Tooltip label for the dark orange color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
133
|
+
},
|
|
109
134
|
'dark-red': {
|
|
110
135
|
id: 'fabric.theme.dark-red',
|
|
111
136
|
defaultMessage: 'Dark red',
|
|
112
137
|
description: 'Tooltip label for the dark red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
113
138
|
},
|
|
139
|
+
'dark-magenta': {
|
|
140
|
+
id: 'fabric.theme.dark-magenta',
|
|
141
|
+
defaultMessage: 'Dark magenta',
|
|
142
|
+
description: 'Tooltip label for the dark magenta color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
143
|
+
},
|
|
114
144
|
'dark-purple': {
|
|
115
145
|
id: 'fabric.theme.dark-purple',
|
|
116
146
|
defaultMessage: 'Dark purple',
|
|
@@ -103,15 +103,16 @@ export class ExtensionNode extends ReactNodeView {
|
|
|
103
103
|
|
|
104
104
|
// Reserve height by setting a minimum height for the extension node view element
|
|
105
105
|
createDomRef() {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
106
|
+
// SSR DOM reuse takes precedence over preset height — when eligible, adopt the
|
|
107
|
+
// server-rendered element directly so React hydration is deferred until update().
|
|
108
|
+
if (!isSSR() && isSSRHydrationEligible(this.node) && this.isInInitialHydrationWindow() && expValEquals('platform_editor_hydration_skip_react_portal', 'isEnabled', true)) {
|
|
109
|
+
const ssrElement = this.findSSRElement();
|
|
110
|
+
if (ssrElement) {
|
|
111
|
+
this.didReuseSsrDom = true;
|
|
112
|
+
return ssrElement;
|
|
114
113
|
}
|
|
114
|
+
}
|
|
115
|
+
if (!fg('confluence_connect_macro_preset_height')) {
|
|
115
116
|
return super.createDomRef();
|
|
116
117
|
}
|
|
117
118
|
if (!this.node.isInline) {
|
|
@@ -14,7 +14,7 @@ const NETWORK_FAILURE_REGEX = /^network failure/i;
|
|
|
14
14
|
const RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
|
|
15
15
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
16
16
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
17
|
-
const packageVersion = "116.
|
|
17
|
+
const packageVersion = "116.44.1";
|
|
18
18
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
19
19
|
// Remove URL as it has UGC
|
|
20
20
|
// 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 = "116.
|
|
17
|
+
const packageVersion = "116.44.1";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
const fadeIn = keyframes({
|
|
@@ -20,16 +20,31 @@ const _default_1 = defineMessages({
|
|
|
20
20
|
defaultMessage: 'Light green',
|
|
21
21
|
description: 'Tooltip label for the light green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
22
22
|
},
|
|
23
|
+
'light-lime': {
|
|
24
|
+
id: 'fabric.theme.light-lime',
|
|
25
|
+
defaultMessage: 'Light lime',
|
|
26
|
+
description: 'Tooltip label for the light lime color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
27
|
+
},
|
|
23
28
|
'light-yellow': {
|
|
24
29
|
id: 'fabric.theme.light-yellow',
|
|
25
30
|
defaultMessage: 'Light yellow',
|
|
26
31
|
description: 'Tooltip label for the light yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
27
32
|
},
|
|
33
|
+
'light-orange': {
|
|
34
|
+
id: 'fabric.theme.light-orange',
|
|
35
|
+
defaultMessage: 'Light orange',
|
|
36
|
+
description: 'Tooltip label for the light orange color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
37
|
+
},
|
|
28
38
|
'light-red': {
|
|
29
39
|
id: 'fabric.theme.light-red',
|
|
30
40
|
defaultMessage: 'Light red',
|
|
31
41
|
description: 'Tooltip label for the light red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
32
42
|
},
|
|
43
|
+
'light-magenta': {
|
|
44
|
+
id: 'fabric.theme.light-magenta',
|
|
45
|
+
defaultMessage: 'Light magenta',
|
|
46
|
+
description: 'Tooltip label for the light magenta color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
47
|
+
},
|
|
33
48
|
'light-purple': {
|
|
34
49
|
id: 'fabric.theme.light-purple',
|
|
35
50
|
defaultMessage: 'Light purple',
|
|
@@ -95,16 +110,31 @@ const _default_1 = defineMessages({
|
|
|
95
110
|
defaultMessage: 'Dark green',
|
|
96
111
|
description: 'Tooltip label for the dark green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
97
112
|
},
|
|
113
|
+
'dark-lime': {
|
|
114
|
+
id: 'fabric.theme.dark-lime',
|
|
115
|
+
defaultMessage: 'Dark lime',
|
|
116
|
+
description: 'Tooltip label for the dark lime color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
117
|
+
},
|
|
98
118
|
'dark-yellow': {
|
|
99
119
|
id: 'fabric.theme.dark-yellow',
|
|
100
120
|
defaultMessage: 'Dark yellow',
|
|
101
121
|
description: 'Tooltip label for the dark yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
102
122
|
},
|
|
123
|
+
'dark-orange': {
|
|
124
|
+
id: 'fabric.theme.dark-orange',
|
|
125
|
+
defaultMessage: 'Dark orange',
|
|
126
|
+
description: 'Tooltip label for the dark orange color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
127
|
+
},
|
|
103
128
|
'dark-red': {
|
|
104
129
|
id: 'fabric.theme.dark-red',
|
|
105
130
|
defaultMessage: 'Dark red',
|
|
106
131
|
description: 'Tooltip label for the dark red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
107
132
|
},
|
|
133
|
+
'dark-magenta': {
|
|
134
|
+
id: 'fabric.theme.dark-magenta',
|
|
135
|
+
defaultMessage: 'Dark magenta',
|
|
136
|
+
description: 'Tooltip label for the dark magenta color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
137
|
+
},
|
|
108
138
|
'dark-purple': {
|
|
109
139
|
id: 'fabric.theme.dark-purple',
|
|
110
140
|
defaultMessage: 'Dark purple',
|
|
@@ -126,15 +126,16 @@ export var ExtensionNode = /*#__PURE__*/function (_ReactNodeView) {
|
|
|
126
126
|
}, {
|
|
127
127
|
key: "createDomRef",
|
|
128
128
|
value: function createDomRef() {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}
|
|
129
|
+
// SSR DOM reuse takes precedence over preset height — when eligible, adopt the
|
|
130
|
+
// server-rendered element directly so React hydration is deferred until update().
|
|
131
|
+
if (!isSSR() && isSSRHydrationEligible(this.node) && this.isInInitialHydrationWindow() && expValEquals('platform_editor_hydration_skip_react_portal', 'isEnabled', true)) {
|
|
132
|
+
var ssrElement = this.findSSRElement();
|
|
133
|
+
if (ssrElement) {
|
|
134
|
+
this.didReuseSsrDom = true;
|
|
135
|
+
return ssrElement;
|
|
137
136
|
}
|
|
137
|
+
}
|
|
138
|
+
if (!fg('confluence_connect_macro_preset_height')) {
|
|
138
139
|
return _superPropGet(ExtensionNode, "createDomRef", this, 3)([]);
|
|
139
140
|
}
|
|
140
141
|
if (!this.node.isInline) {
|
|
@@ -20,7 +20,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
|
|
|
20
20
|
var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
|
|
21
21
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
22
22
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
23
|
-
var packageVersion = "116.
|
|
23
|
+
var packageVersion = "116.44.1";
|
|
24
24
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
25
25
|
// Remove URL as it has UGC
|
|
26
26
|
// 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 = "116.
|
|
24
|
+
var packageVersion = "116.44.1";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -20,16 +20,31 @@ var _default_1 = defineMessages({
|
|
|
20
20
|
defaultMessage: 'Light green',
|
|
21
21
|
description: 'Tooltip label for the light green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
22
22
|
},
|
|
23
|
+
'light-lime': {
|
|
24
|
+
id: 'fabric.theme.light-lime',
|
|
25
|
+
defaultMessage: 'Light lime',
|
|
26
|
+
description: 'Tooltip label for the light lime color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
27
|
+
},
|
|
23
28
|
'light-yellow': {
|
|
24
29
|
id: 'fabric.theme.light-yellow',
|
|
25
30
|
defaultMessage: 'Light yellow',
|
|
26
31
|
description: 'Tooltip label for the light yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
27
32
|
},
|
|
33
|
+
'light-orange': {
|
|
34
|
+
id: 'fabric.theme.light-orange',
|
|
35
|
+
defaultMessage: 'Light orange',
|
|
36
|
+
description: 'Tooltip label for the light orange color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
37
|
+
},
|
|
28
38
|
'light-red': {
|
|
29
39
|
id: 'fabric.theme.light-red',
|
|
30
40
|
defaultMessage: 'Light red',
|
|
31
41
|
description: 'Tooltip label for the light red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
32
42
|
},
|
|
43
|
+
'light-magenta': {
|
|
44
|
+
id: 'fabric.theme.light-magenta',
|
|
45
|
+
defaultMessage: 'Light magenta',
|
|
46
|
+
description: 'Tooltip label for the light magenta color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
47
|
+
},
|
|
33
48
|
'light-purple': {
|
|
34
49
|
id: 'fabric.theme.light-purple',
|
|
35
50
|
defaultMessage: 'Light purple',
|
|
@@ -95,16 +110,31 @@ var _default_1 = defineMessages({
|
|
|
95
110
|
defaultMessage: 'Dark green',
|
|
96
111
|
description: 'Tooltip label for the dark green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
97
112
|
},
|
|
113
|
+
'dark-lime': {
|
|
114
|
+
id: 'fabric.theme.dark-lime',
|
|
115
|
+
defaultMessage: 'Dark lime',
|
|
116
|
+
description: 'Tooltip label for the dark lime color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
117
|
+
},
|
|
98
118
|
'dark-yellow': {
|
|
99
119
|
id: 'fabric.theme.dark-yellow',
|
|
100
120
|
defaultMessage: 'Dark yellow',
|
|
101
121
|
description: 'Tooltip label for the dark yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
102
122
|
},
|
|
123
|
+
'dark-orange': {
|
|
124
|
+
id: 'fabric.theme.dark-orange',
|
|
125
|
+
defaultMessage: 'Dark orange',
|
|
126
|
+
description: 'Tooltip label for the dark orange color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
127
|
+
},
|
|
103
128
|
'dark-red': {
|
|
104
129
|
id: 'fabric.theme.dark-red',
|
|
105
130
|
defaultMessage: 'Dark red',
|
|
106
131
|
description: 'Tooltip label for the dark red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
107
132
|
},
|
|
133
|
+
'dark-magenta': {
|
|
134
|
+
id: 'fabric.theme.dark-magenta',
|
|
135
|
+
defaultMessage: 'Dark magenta',
|
|
136
|
+
description: 'Tooltip label for the dark magenta color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
|
|
137
|
+
},
|
|
108
138
|
'dark-purple': {
|
|
109
139
|
id: 'fabric.theme.dark-purple',
|
|
110
140
|
defaultMessage: 'Dark purple',
|
|
@@ -1,138 +1,168 @@
|
|
|
1
1
|
declare const _default_1: {
|
|
2
|
-
|
|
3
|
-
id: string;
|
|
2
|
+
blue: {
|
|
4
3
|
defaultMessage: string;
|
|
5
4
|
description: string;
|
|
6
|
-
};
|
|
7
|
-
'light-blue': {
|
|
8
5
|
id: string;
|
|
6
|
+
};
|
|
7
|
+
'bold-gray': {
|
|
9
8
|
defaultMessage: string;
|
|
10
9
|
description: string;
|
|
11
|
-
};
|
|
12
|
-
'light-teal': {
|
|
13
10
|
id: string;
|
|
11
|
+
};
|
|
12
|
+
'dark-blue': {
|
|
14
13
|
defaultMessage: string;
|
|
15
14
|
description: string;
|
|
16
|
-
};
|
|
17
|
-
'light-green': {
|
|
18
15
|
id: string;
|
|
16
|
+
};
|
|
17
|
+
'dark-green': {
|
|
19
18
|
defaultMessage: string;
|
|
20
19
|
description: string;
|
|
21
|
-
};
|
|
22
|
-
'light-yellow': {
|
|
23
20
|
id: string;
|
|
21
|
+
};
|
|
22
|
+
'dark-lime': {
|
|
24
23
|
defaultMessage: string;
|
|
25
24
|
description: string;
|
|
26
|
-
};
|
|
27
|
-
'light-red': {
|
|
28
25
|
id: string;
|
|
26
|
+
};
|
|
27
|
+
'dark-magenta': {
|
|
29
28
|
defaultMessage: string;
|
|
30
29
|
description: string;
|
|
31
|
-
};
|
|
32
|
-
'light-purple': {
|
|
33
30
|
id: string;
|
|
31
|
+
};
|
|
32
|
+
'dark-orange': {
|
|
34
33
|
defaultMessage: string;
|
|
35
34
|
description: string;
|
|
36
|
-
};
|
|
37
|
-
'light-gray': {
|
|
38
35
|
id: string;
|
|
36
|
+
};
|
|
37
|
+
'dark-purple': {
|
|
39
38
|
defaultMessage: string;
|
|
40
39
|
description: string;
|
|
40
|
+
id: string;
|
|
41
41
|
};
|
|
42
|
-
|
|
42
|
+
'dark-red': {
|
|
43
|
+
defaultMessage: string;
|
|
44
|
+
description: string;
|
|
43
45
|
id: string;
|
|
46
|
+
};
|
|
47
|
+
'dark-teal': {
|
|
44
48
|
defaultMessage: string;
|
|
45
49
|
description: string;
|
|
50
|
+
id: string;
|
|
46
51
|
};
|
|
47
|
-
|
|
52
|
+
'dark-yellow': {
|
|
53
|
+
defaultMessage: string;
|
|
54
|
+
description: string;
|
|
48
55
|
id: string;
|
|
56
|
+
};
|
|
57
|
+
gray: {
|
|
49
58
|
defaultMessage: string;
|
|
50
59
|
description: string;
|
|
60
|
+
id: string;
|
|
51
61
|
};
|
|
52
62
|
green: {
|
|
53
|
-
id: string;
|
|
54
63
|
defaultMessage: string;
|
|
55
64
|
description: string;
|
|
56
|
-
};
|
|
57
|
-
yellow: {
|
|
58
65
|
id: string;
|
|
66
|
+
};
|
|
67
|
+
'light-blue': {
|
|
59
68
|
defaultMessage: string;
|
|
60
69
|
description: string;
|
|
61
|
-
};
|
|
62
|
-
red: {
|
|
63
70
|
id: string;
|
|
71
|
+
};
|
|
72
|
+
'light-gray': {
|
|
64
73
|
defaultMessage: string;
|
|
65
74
|
description: string;
|
|
66
|
-
};
|
|
67
|
-
orange: {
|
|
68
75
|
id: string;
|
|
76
|
+
};
|
|
77
|
+
'light-green': {
|
|
69
78
|
defaultMessage: string;
|
|
70
79
|
description: string;
|
|
71
|
-
};
|
|
72
|
-
purple: {
|
|
73
80
|
id: string;
|
|
81
|
+
};
|
|
82
|
+
'light-lime': {
|
|
74
83
|
defaultMessage: string;
|
|
75
84
|
description: string;
|
|
76
|
-
};
|
|
77
|
-
gray: {
|
|
78
85
|
id: string;
|
|
86
|
+
};
|
|
87
|
+
'light-magenta': {
|
|
79
88
|
defaultMessage: string;
|
|
80
89
|
description: string;
|
|
81
|
-
};
|
|
82
|
-
'dark-blue': {
|
|
83
90
|
id: string;
|
|
91
|
+
};
|
|
92
|
+
'light-orange': {
|
|
84
93
|
defaultMessage: string;
|
|
85
94
|
description: string;
|
|
86
|
-
};
|
|
87
|
-
'dark-teal': {
|
|
88
95
|
id: string;
|
|
96
|
+
};
|
|
97
|
+
'light-purple': {
|
|
89
98
|
defaultMessage: string;
|
|
90
99
|
description: string;
|
|
91
|
-
};
|
|
92
|
-
'dark-green': {
|
|
93
100
|
id: string;
|
|
101
|
+
};
|
|
102
|
+
'light-red': {
|
|
94
103
|
defaultMessage: string;
|
|
95
104
|
description: string;
|
|
96
|
-
};
|
|
97
|
-
'dark-yellow': {
|
|
98
105
|
id: string;
|
|
106
|
+
};
|
|
107
|
+
'light-teal': {
|
|
99
108
|
defaultMessage: string;
|
|
100
109
|
description: string;
|
|
101
|
-
};
|
|
102
|
-
'dark-red': {
|
|
103
110
|
id: string;
|
|
111
|
+
};
|
|
112
|
+
'light-yellow': {
|
|
104
113
|
defaultMessage: string;
|
|
105
114
|
description: string;
|
|
106
|
-
};
|
|
107
|
-
'dark-purple': {
|
|
108
115
|
id: string;
|
|
116
|
+
};
|
|
117
|
+
lime: {
|
|
109
118
|
defaultMessage: string;
|
|
110
119
|
description: string;
|
|
111
|
-
};
|
|
112
|
-
'subtle-gray': {
|
|
113
120
|
id: string;
|
|
121
|
+
};
|
|
122
|
+
magenta: {
|
|
114
123
|
defaultMessage: string;
|
|
115
124
|
description: string;
|
|
125
|
+
id: string;
|
|
116
126
|
};
|
|
117
|
-
'
|
|
127
|
+
'no-color': {
|
|
128
|
+
defaultMessage: string;
|
|
129
|
+
description: string;
|
|
118
130
|
id: string;
|
|
131
|
+
};
|
|
132
|
+
orange: {
|
|
119
133
|
defaultMessage: string;
|
|
120
134
|
description: string;
|
|
135
|
+
id: string;
|
|
121
136
|
};
|
|
122
|
-
|
|
137
|
+
purple: {
|
|
138
|
+
defaultMessage: string;
|
|
139
|
+
description: string;
|
|
123
140
|
id: string;
|
|
141
|
+
};
|
|
142
|
+
red: {
|
|
124
143
|
defaultMessage: string;
|
|
125
144
|
description: string;
|
|
145
|
+
id: string;
|
|
126
146
|
};
|
|
127
|
-
|
|
147
|
+
'subtle-gray': {
|
|
148
|
+
defaultMessage: string;
|
|
149
|
+
description: string;
|
|
128
150
|
id: string;
|
|
151
|
+
};
|
|
152
|
+
teal: {
|
|
129
153
|
defaultMessage: string;
|
|
130
154
|
description: string;
|
|
155
|
+
id: string;
|
|
131
156
|
};
|
|
132
|
-
|
|
157
|
+
white: {
|
|
158
|
+
defaultMessage: string;
|
|
159
|
+
description: string;
|
|
133
160
|
id: string;
|
|
161
|
+
};
|
|
162
|
+
yellow: {
|
|
134
163
|
defaultMessage: string;
|
|
135
164
|
description: string;
|
|
165
|
+
id: string;
|
|
136
166
|
};
|
|
137
167
|
};
|
|
138
168
|
export default _default_1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "116.44.
|
|
3
|
+
"version": "116.44.2",
|
|
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/"
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"@atlaskit/editor-toolbar-model": "^1.1.0",
|
|
52
52
|
"@atlaskit/emoji": "^71.15.0",
|
|
53
53
|
"@atlaskit/icon": "^37.2.0",
|
|
54
|
-
"@atlaskit/link": "^
|
|
55
|
-
"@atlaskit/link-datasource": "^6.
|
|
56
|
-
"@atlaskit/link-picker": "^6.
|
|
54
|
+
"@atlaskit/link": "^5.0.0",
|
|
55
|
+
"@atlaskit/link-datasource": "^6.4.0",
|
|
56
|
+
"@atlaskit/link-picker": "^6.4.0",
|
|
57
57
|
"@atlaskit/media-card": "^81.4.0",
|
|
58
58
|
"@atlaskit/media-client": "^37.2.0",
|
|
59
59
|
"@atlaskit/media-client-react": "^6.1.0",
|
|
@@ -74,15 +74,15 @@
|
|
|
74
74
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
75
75
|
"@atlaskit/react-ufo": "^7.3.0",
|
|
76
76
|
"@atlaskit/section-message": "^9.2.0",
|
|
77
|
-
"@atlaskit/smart-card": "^45.
|
|
78
|
-
"@atlaskit/smart-user-picker": "^11.
|
|
77
|
+
"@atlaskit/smart-card": "^45.15.0",
|
|
78
|
+
"@atlaskit/smart-user-picker": "^11.3.0",
|
|
79
79
|
"@atlaskit/spinner": "^20.1.0",
|
|
80
80
|
"@atlaskit/task-decision": "^21.8.0",
|
|
81
81
|
"@atlaskit/teams-app-config": "^2.1.0",
|
|
82
82
|
"@atlaskit/textfield": "^9.1.0",
|
|
83
|
-
"@atlaskit/tmp-editor-statsig": "^135.
|
|
83
|
+
"@atlaskit/tmp-editor-statsig": "^135.6.0",
|
|
84
84
|
"@atlaskit/tokens": "^16.3.0",
|
|
85
|
-
"@atlaskit/tooltip": "^
|
|
85
|
+
"@atlaskit/tooltip": "^24.0.0",
|
|
86
86
|
"@atlaskit/width-detector": "^6.2.0",
|
|
87
87
|
"@babel/runtime": "^7.0.0",
|
|
88
88
|
"@compiled/react": "^1.0.0",
|