@atlaskit/editor-common 74.1.0 → 74.1.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 +13 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -17
- package/dist/cjs/i18n/ja.js +4 -4
- package/dist/cjs/i18n/nl.js +11 -11
- package/dist/cjs/i18n/pt_BR.js +2 -2
- package/dist/cjs/i18n/uk.js +11 -11
- package/dist/cjs/i18n/zh.js +3 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +3 -3
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/en_ZZ.js +2 -17
- package/dist/es2019/i18n/ja.js +4 -4
- package/dist/es2019/i18n/nl.js +11 -11
- package/dist/es2019/i18n/pt_BR.js +2 -2
- package/dist/es2019/i18n/uk.js +11 -11
- package/dist/es2019/i18n/zh.js +3 -3
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +2 -4
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/en_ZZ.js +2 -17
- package/dist/esm/i18n/ja.js +4 -4
- package/dist/esm/i18n/nl.js +11 -11
- package/dist/esm/i18n/pt_BR.js +2 -2
- package/dist/esm/i18n/uk.js +11 -11
- package/dist/esm/i18n/zh.js +3 -3
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +3 -3
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/en_ZZ.d.ts +2 -17
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -17
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 74.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f3bd38c3f31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3bd38c3f31) - Removes spacing tokens from shadows in favour of shadow tokens
|
|
8
|
+
|
|
9
|
+
## 74.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 74.1.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -15,7 +15,6 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Action item',
|
|
17
17
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
|
-
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
19
18
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
20
19
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
21
20
|
'fabric.editor.alignImageRight': 'Align right',
|
|
@@ -44,6 +43,8 @@ var _default = {
|
|
|
44
43
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
45
44
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
46
45
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
47
48
|
'fabric.editor.help': 'Help',
|
|
48
49
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
49
50
|
'fabric.editor.horizontalRule': 'Divider',
|
|
@@ -55,8 +56,6 @@ var _default = {
|
|
|
55
56
|
'fabric.editor.layoutWide': 'Go wide',
|
|
56
57
|
'fabric.editor.link': 'Link',
|
|
57
58
|
'fabric.editor.link.description': 'Insert a link',
|
|
58
|
-
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
59
|
-
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
60
59
|
'fabric.editor.mention': 'Mention',
|
|
61
60
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
62
61
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
@@ -84,20 +83,12 @@ var _default = {
|
|
|
84
83
|
'fabric.editor.viewMore': 'View more',
|
|
85
84
|
'fabric.editor.visit': 'Open link in a new window',
|
|
86
85
|
'fabric.theme.blue': 'Blue',
|
|
87
|
-
'fabric.theme.bold-blue': 'Bold blue',
|
|
88
|
-
'fabric.theme.bold-green': 'Bold green',
|
|
89
|
-
'fabric.theme.bold-orange': 'Bold orange',
|
|
90
|
-
'fabric.theme.bold-purple': 'Bold purple',
|
|
91
|
-
'fabric.theme.bold-red': 'Bold red',
|
|
92
|
-
'fabric.theme.bold-teal': 'Bold teal',
|
|
93
86
|
'fabric.theme.dark-blue': 'Dark blue',
|
|
94
|
-
'fabric.theme.dark-gray': 'Dark gray',
|
|
95
87
|
'fabric.theme.dark-green': 'Dark green',
|
|
96
88
|
'fabric.theme.dark-purple': 'Dark purple',
|
|
97
89
|
'fabric.theme.dark-red': 'Dark red',
|
|
98
90
|
'fabric.theme.dark-teal': 'Dark teal',
|
|
99
91
|
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
100
|
-
'fabric.theme.default': 'Default',
|
|
101
92
|
'fabric.theme.gray': 'Gray',
|
|
102
93
|
'fabric.theme.green': 'Green',
|
|
103
94
|
'fabric.theme.light-blue': 'Light blue',
|
|
@@ -110,12 +101,6 @@ var _default = {
|
|
|
110
101
|
'fabric.theme.orange': 'Orange',
|
|
111
102
|
'fabric.theme.purple': 'Purple',
|
|
112
103
|
'fabric.theme.red': 'Red',
|
|
113
|
-
'fabric.theme.subtle-blue': 'Subtle blue',
|
|
114
|
-
'fabric.theme.subtle-green': 'Subtle green',
|
|
115
|
-
'fabric.theme.subtle-purple': 'Subtle purple',
|
|
116
|
-
'fabric.theme.subtle-red': 'Subtle red',
|
|
117
|
-
'fabric.theme.subtle-teal': 'Subtle teal',
|
|
118
|
-
'fabric.theme.subtle-yellow': 'Subtle yellow',
|
|
119
104
|
'fabric.theme.teal': 'Teal',
|
|
120
105
|
'fabric.theme.white': 'White',
|
|
121
106
|
'fabric.theme.yellow': 'Yellow'
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -94,16 +94,16 @@ var _default = {
|
|
|
94
94
|
'fabric.theme.bold-purple': '鮮やかな紫',
|
|
95
95
|
'fabric.theme.bold-red': '鮮やかな赤',
|
|
96
96
|
'fabric.theme.bold-teal': '鮮やかな青緑',
|
|
97
|
-
'fabric.theme.bold-yellow': '
|
|
97
|
+
'fabric.theme.bold-yellow': '濃い黄色',
|
|
98
98
|
'fabric.theme.bolder-blue': 'より濃いブルー',
|
|
99
|
-
'fabric.theme.bolder-gray': '
|
|
99
|
+
'fabric.theme.bolder-gray': 'より濃い灰色',
|
|
100
100
|
'fabric.theme.bolder-green': 'より濃いグリーン',
|
|
101
101
|
'fabric.theme.bolder-magenta': 'より濃いマゼンタ',
|
|
102
102
|
'fabric.theme.bolder-orange': 'より濃いオレンジ',
|
|
103
103
|
'fabric.theme.bolder-purple': 'より濃いパープル',
|
|
104
104
|
'fabric.theme.bolder-red': 'より濃いレッド',
|
|
105
105
|
'fabric.theme.bolder-teal': 'より濃いティール',
|
|
106
|
-
'fabric.theme.bolder-yellow': '
|
|
106
|
+
'fabric.theme.bolder-yellow': 'より濃い黄色',
|
|
107
107
|
'fabric.theme.dark-blue': '濃い青',
|
|
108
108
|
'fabric.theme.dark-gray': 'ダーク グレー',
|
|
109
109
|
'fabric.theme.dark-green': '濃い緑',
|
|
@@ -126,7 +126,7 @@ var _default = {
|
|
|
126
126
|
'fabric.theme.purple': '紫',
|
|
127
127
|
'fabric.theme.red': '赤',
|
|
128
128
|
'fabric.theme.subtle-blue': '淡い青',
|
|
129
|
-
'fabric.theme.subtle-gray': '
|
|
129
|
+
'fabric.theme.subtle-gray': '薄い灰色',
|
|
130
130
|
'fabric.theme.subtle-green': '淡い緑',
|
|
131
131
|
'fabric.theme.subtle-magenta': '薄いマゼンタ',
|
|
132
132
|
'fabric.theme.subtle-orange': '薄いオレンジ',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -87,23 +87,23 @@ var _default = {
|
|
|
87
87
|
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
88
88
|
'fabric.theme.blue': 'Blauw',
|
|
89
89
|
'fabric.theme.bold-blue': 'Felblauw',
|
|
90
|
-
'fabric.theme.bold-gray': '
|
|
90
|
+
'fabric.theme.bold-gray': 'Fel grijs',
|
|
91
91
|
'fabric.theme.bold-green': 'Felgroen',
|
|
92
92
|
'fabric.theme.bold-magenta': 'Fel magenta',
|
|
93
93
|
'fabric.theme.bold-orange': 'Feloranje',
|
|
94
94
|
'fabric.theme.bold-purple': 'Felpaars',
|
|
95
95
|
'fabric.theme.bold-red': 'Felrood',
|
|
96
96
|
'fabric.theme.bold-teal': 'Fel-blauwgroen',
|
|
97
|
-
'fabric.theme.bold-yellow': '
|
|
98
|
-
'fabric.theme.bolder-blue': '
|
|
99
|
-
'fabric.theme.bolder-gray': '
|
|
100
|
-
'fabric.theme.bolder-green': '
|
|
97
|
+
'fabric.theme.bold-yellow': 'Fel geel',
|
|
98
|
+
'fabric.theme.bolder-blue': 'Feller blauw',
|
|
99
|
+
'fabric.theme.bolder-gray': 'Feller grijs',
|
|
100
|
+
'fabric.theme.bolder-green': 'Feller groen',
|
|
101
101
|
'fabric.theme.bolder-magenta': 'Feller magenta',
|
|
102
|
-
'fabric.theme.bolder-orange': '
|
|
103
|
-
'fabric.theme.bolder-purple': '
|
|
104
|
-
'fabric.theme.bolder-red': '
|
|
105
|
-
'fabric.theme.bolder-teal': '
|
|
106
|
-
'fabric.theme.bolder-yellow': '
|
|
102
|
+
'fabric.theme.bolder-orange': 'Feller oranje',
|
|
103
|
+
'fabric.theme.bolder-purple': 'Feller paars',
|
|
104
|
+
'fabric.theme.bolder-red': 'Feller rood',
|
|
105
|
+
'fabric.theme.bolder-teal': 'Feller groenblauw',
|
|
106
|
+
'fabric.theme.bolder-yellow': 'Feller geel',
|
|
107
107
|
'fabric.theme.dark-blue': 'Donkerblauw',
|
|
108
108
|
'fabric.theme.dark-gray': 'Donkergrijs',
|
|
109
109
|
'fabric.theme.dark-green': 'Donkergroen',
|
|
@@ -126,7 +126,7 @@ var _default = {
|
|
|
126
126
|
'fabric.theme.purple': 'Paars',
|
|
127
127
|
'fabric.theme.red': 'Red',
|
|
128
128
|
'fabric.theme.subtle-blue': 'Licht blauw',
|
|
129
|
-
'fabric.theme.subtle-gray': '
|
|
129
|
+
'fabric.theme.subtle-gray': 'Licht grijs',
|
|
130
130
|
'fabric.theme.subtle-green': 'Licht groen',
|
|
131
131
|
'fabric.theme.subtle-magenta': 'Licht magenta',
|
|
132
132
|
'fabric.theme.subtle-orange': 'Licht oranje',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -87,14 +87,14 @@ var _default = {
|
|
|
87
87
|
'fabric.editor.visit': 'Abrir link em uma nova janela',
|
|
88
88
|
'fabric.theme.blue': 'Blue',
|
|
89
89
|
'fabric.theme.bold-blue': 'Azul-escuro',
|
|
90
|
-
'fabric.theme.bold-gray': 'Cinza
|
|
90
|
+
'fabric.theme.bold-gray': 'Cinza vibrante',
|
|
91
91
|
'fabric.theme.bold-green': 'Verde-escuro',
|
|
92
92
|
'fabric.theme.bold-magenta': 'Magenta vibrante',
|
|
93
93
|
'fabric.theme.bold-orange': 'Laranja-escuro',
|
|
94
94
|
'fabric.theme.bold-purple': 'Roxo-escuro',
|
|
95
95
|
'fabric.theme.bold-red': 'Vermelho-escuro',
|
|
96
96
|
'fabric.theme.bold-teal': 'Verde-azulado-escuro',
|
|
97
|
-
'fabric.theme.bold-yellow': 'Amarelo
|
|
97
|
+
'fabric.theme.bold-yellow': 'Amarelo vibrante',
|
|
98
98
|
'fabric.theme.bolder-blue': 'Azul mais vibrante',
|
|
99
99
|
'fabric.theme.bolder-gray': 'Cinza mais vibrante',
|
|
100
100
|
'fabric.theme.bolder-green': 'Verde mais vibrante',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -87,23 +87,23 @@ var _default = {
|
|
|
87
87
|
'fabric.editor.visit': 'Відкрити посилання в новому вікні',
|
|
88
88
|
'fabric.theme.blue': 'Синій',
|
|
89
89
|
'fabric.theme.bold-blue': 'Яскраво-синій',
|
|
90
|
-
'fabric.theme.bold-gray': '
|
|
90
|
+
'fabric.theme.bold-gray': 'Насичений сірий',
|
|
91
91
|
'fabric.theme.bold-green': 'Яскраво-зелений',
|
|
92
|
-
'fabric.theme.bold-magenta': '
|
|
92
|
+
'fabric.theme.bold-magenta': 'Насичений пурпурний',
|
|
93
93
|
'fabric.theme.bold-orange': 'Яскраво-помаранчевий',
|
|
94
94
|
'fabric.theme.bold-purple': 'Яскраво-фіолетовий',
|
|
95
95
|
'fabric.theme.bold-red': 'Яскраво-червоний',
|
|
96
96
|
'fabric.theme.bold-teal': 'Яскраво-бірюзовий',
|
|
97
|
-
'fabric.theme.bold-yellow': '
|
|
98
|
-
'fabric.theme.bolder-blue': 'Дуже
|
|
99
|
-
'fabric.theme.bolder-gray': 'Дуже
|
|
100
|
-
'fabric.theme.bolder-green': 'Дуже
|
|
101
|
-
'fabric.theme.bolder-magenta': 'Дуже
|
|
102
|
-
'fabric.theme.bolder-orange': 'Дуже
|
|
103
|
-
'fabric.theme.bolder-purple': 'Дуже
|
|
104
|
-
'fabric.theme.bolder-red': 'Дуже
|
|
97
|
+
'fabric.theme.bold-yellow': 'Насичений жовтий',
|
|
98
|
+
'fabric.theme.bolder-blue': 'Дуже насичений синій',
|
|
99
|
+
'fabric.theme.bolder-gray': 'Дуже насичений сірий',
|
|
100
|
+
'fabric.theme.bolder-green': 'Дуже насичений зелений',
|
|
101
|
+
'fabric.theme.bolder-magenta': 'Дуже насичений пурпурний',
|
|
102
|
+
'fabric.theme.bolder-orange': 'Дуже насичений помаранчевий',
|
|
103
|
+
'fabric.theme.bolder-purple': 'Дуже насичений фіолетовий',
|
|
104
|
+
'fabric.theme.bolder-red': 'Дуже насичений червоний',
|
|
105
105
|
'fabric.theme.bolder-teal': 'Дуже яскравий синьо-зелений',
|
|
106
|
-
'fabric.theme.bolder-yellow': 'Дуже
|
|
106
|
+
'fabric.theme.bolder-yellow': 'Дуже насичений жовтий',
|
|
107
107
|
'fabric.theme.dark-blue': 'Темно-синій',
|
|
108
108
|
'fabric.theme.dark-gray': 'Темно-сірий',
|
|
109
109
|
'fabric.theme.dark-green': 'Темно-зелений',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -87,14 +87,14 @@ var _default = {
|
|
|
87
87
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
88
88
|
'fabric.theme.blue': '蓝色',
|
|
89
89
|
'fabric.theme.bold-blue': '深蓝色',
|
|
90
|
-
'fabric.theme.bold-gray': '
|
|
90
|
+
'fabric.theme.bold-gray': '深灰',
|
|
91
91
|
'fabric.theme.bold-green': '深绿色',
|
|
92
92
|
'fabric.theme.bold-magenta': '暖洋红',
|
|
93
93
|
'fabric.theme.bold-orange': '深橙色',
|
|
94
94
|
'fabric.theme.bold-purple': '深紫色',
|
|
95
95
|
'fabric.theme.bold-red': '深红色',
|
|
96
96
|
'fabric.theme.bold-teal': '深蓝绿色',
|
|
97
|
-
'fabric.theme.bold-yellow': '
|
|
97
|
+
'fabric.theme.bold-yellow': '金黄',
|
|
98
98
|
'fabric.theme.bolder-blue': '亮蓝',
|
|
99
99
|
'fabric.theme.bolder-gray': '亮灰',
|
|
100
100
|
'fabric.theme.bolder-green': '亮绿',
|
|
@@ -126,7 +126,7 @@ var _default = {
|
|
|
126
126
|
'fabric.theme.purple': '紫色',
|
|
127
127
|
'fabric.theme.red': '红色',
|
|
128
128
|
'fabric.theme.subtle-blue': '浅蓝色',
|
|
129
|
-
'fabric.theme.subtle-gray': '
|
|
129
|
+
'fabric.theme.subtle-gray': '浅灰',
|
|
130
130
|
'fabric.theme.subtle-green': '浅绿色',
|
|
131
131
|
'fabric.theme.subtle-magenta': '浅洋红',
|
|
132
132
|
'fabric.theme.subtle-orange': '浅橙',
|
|
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
16
16
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "74.1.
|
|
19
|
+
var packageVersion = "74.1.2";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -24,7 +24,7 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
24
24
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
25
25
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "74.1.
|
|
27
|
+
var packageVersion = "74.1.2";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
// TODO: Migrate away from gridSize
|
|
30
30
|
// Recommendation: Replace gridSize with token('space.100', '8px') after verfiying Popper can accept this
|
|
@@ -43,13 +43,13 @@ var DropList = /*#__PURE__*/function (_Component) {
|
|
|
43
43
|
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "triggerStyles", (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n transition-duration: 0.2s;\n transition: box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);\n ", "\n "])), _this.props.shouldFitContainer ? 'display: block; box-sizing: border-box;' : 'display: inline-flex;'));
|
|
44
44
|
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
45
45
|
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "menuWrapper", function (theme) {
|
|
46
|
-
return (0, _react2.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n background-color: ", ";\n border-radius: ", "px;\n box-shadow:
|
|
46
|
+
return (0, _react2.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n background-color: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n box-sizing: border-box;\n overflow: auto;\n padding: ", " 0;\n max-height: 90vh;\n "])), (0, _components.themed)({
|
|
47
47
|
light: "var(--ds-text, ".concat(_colors.N900, ")"),
|
|
48
48
|
dark: "var(--ds-text, ".concat(_colors.DN600, ")")
|
|
49
49
|
})(theme), (0, _components.themed)({
|
|
50
50
|
light: "var(--ds-surface-overlay, ".concat(_colors.N0, ")"),
|
|
51
51
|
dark: "var(--ds-surface-overlay, ".concat(_colors.DN50, ")")
|
|
52
|
-
})(theme), (0, _constants.borderRadius)(), "var(--ds-
|
|
52
|
+
})(theme), (0, _constants.borderRadius)(), "var(--ds-shadow-overlay, ".concat("0 4px 8px calc(-1 * 2px) ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")"), "var(--ds-space-050, 4px)");
|
|
53
53
|
});
|
|
54
54
|
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "componentDidMount", function () {
|
|
55
55
|
_this.setContentWidth();
|
package/dist/cjs/version.json
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Action item',
|
|
11
11
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
|
-
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
13
12
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
13
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
14
|
'fabric.editor.alignImageRight': 'Align right',
|
|
@@ -38,6 +37,8 @@ export default {
|
|
|
38
37
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
39
38
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
40
39
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
40
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
41
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
41
42
|
'fabric.editor.help': 'Help',
|
|
42
43
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
43
44
|
'fabric.editor.horizontalRule': 'Divider',
|
|
@@ -49,8 +50,6 @@ export default {
|
|
|
49
50
|
'fabric.editor.layoutWide': 'Go wide',
|
|
50
51
|
'fabric.editor.link': 'Link',
|
|
51
52
|
'fabric.editor.link.description': 'Insert a link',
|
|
52
|
-
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
53
|
-
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
54
53
|
'fabric.editor.mention': 'Mention',
|
|
55
54
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
56
55
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
@@ -78,20 +77,12 @@ export default {
|
|
|
78
77
|
'fabric.editor.viewMore': 'View more',
|
|
79
78
|
'fabric.editor.visit': 'Open link in a new window',
|
|
80
79
|
'fabric.theme.blue': 'Blue',
|
|
81
|
-
'fabric.theme.bold-blue': 'Bold blue',
|
|
82
|
-
'fabric.theme.bold-green': 'Bold green',
|
|
83
|
-
'fabric.theme.bold-orange': 'Bold orange',
|
|
84
|
-
'fabric.theme.bold-purple': 'Bold purple',
|
|
85
|
-
'fabric.theme.bold-red': 'Bold red',
|
|
86
|
-
'fabric.theme.bold-teal': 'Bold teal',
|
|
87
80
|
'fabric.theme.dark-blue': 'Dark blue',
|
|
88
|
-
'fabric.theme.dark-gray': 'Dark gray',
|
|
89
81
|
'fabric.theme.dark-green': 'Dark green',
|
|
90
82
|
'fabric.theme.dark-purple': 'Dark purple',
|
|
91
83
|
'fabric.theme.dark-red': 'Dark red',
|
|
92
84
|
'fabric.theme.dark-teal': 'Dark teal',
|
|
93
85
|
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
94
|
-
'fabric.theme.default': 'Default',
|
|
95
86
|
'fabric.theme.gray': 'Gray',
|
|
96
87
|
'fabric.theme.green': 'Green',
|
|
97
88
|
'fabric.theme.light-blue': 'Light blue',
|
|
@@ -104,12 +95,6 @@ export default {
|
|
|
104
95
|
'fabric.theme.orange': 'Orange',
|
|
105
96
|
'fabric.theme.purple': 'Purple',
|
|
106
97
|
'fabric.theme.red': 'Red',
|
|
107
|
-
'fabric.theme.subtle-blue': 'Subtle blue',
|
|
108
|
-
'fabric.theme.subtle-green': 'Subtle green',
|
|
109
|
-
'fabric.theme.subtle-purple': 'Subtle purple',
|
|
110
|
-
'fabric.theme.subtle-red': 'Subtle red',
|
|
111
|
-
'fabric.theme.subtle-teal': 'Subtle teal',
|
|
112
|
-
'fabric.theme.subtle-yellow': 'Subtle yellow',
|
|
113
98
|
'fabric.theme.teal': 'Teal',
|
|
114
99
|
'fabric.theme.white': 'White',
|
|
115
100
|
'fabric.theme.yellow': 'Yellow'
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -88,16 +88,16 @@ export default {
|
|
|
88
88
|
'fabric.theme.bold-purple': '鮮やかな紫',
|
|
89
89
|
'fabric.theme.bold-red': '鮮やかな赤',
|
|
90
90
|
'fabric.theme.bold-teal': '鮮やかな青緑',
|
|
91
|
-
'fabric.theme.bold-yellow': '
|
|
91
|
+
'fabric.theme.bold-yellow': '濃い黄色',
|
|
92
92
|
'fabric.theme.bolder-blue': 'より濃いブルー',
|
|
93
|
-
'fabric.theme.bolder-gray': '
|
|
93
|
+
'fabric.theme.bolder-gray': 'より濃い灰色',
|
|
94
94
|
'fabric.theme.bolder-green': 'より濃いグリーン',
|
|
95
95
|
'fabric.theme.bolder-magenta': 'より濃いマゼンタ',
|
|
96
96
|
'fabric.theme.bolder-orange': 'より濃いオレンジ',
|
|
97
97
|
'fabric.theme.bolder-purple': 'より濃いパープル',
|
|
98
98
|
'fabric.theme.bolder-red': 'より濃いレッド',
|
|
99
99
|
'fabric.theme.bolder-teal': 'より濃いティール',
|
|
100
|
-
'fabric.theme.bolder-yellow': '
|
|
100
|
+
'fabric.theme.bolder-yellow': 'より濃い黄色',
|
|
101
101
|
'fabric.theme.dark-blue': '濃い青',
|
|
102
102
|
'fabric.theme.dark-gray': 'ダーク グレー',
|
|
103
103
|
'fabric.theme.dark-green': '濃い緑',
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
'fabric.theme.purple': '紫',
|
|
121
121
|
'fabric.theme.red': '赤',
|
|
122
122
|
'fabric.theme.subtle-blue': '淡い青',
|
|
123
|
-
'fabric.theme.subtle-gray': '
|
|
123
|
+
'fabric.theme.subtle-gray': '薄い灰色',
|
|
124
124
|
'fabric.theme.subtle-green': '淡い緑',
|
|
125
125
|
'fabric.theme.subtle-magenta': '薄いマゼンタ',
|
|
126
126
|
'fabric.theme.subtle-orange': '薄いオレンジ',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -81,23 +81,23 @@ export default {
|
|
|
81
81
|
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
82
82
|
'fabric.theme.blue': 'Blauw',
|
|
83
83
|
'fabric.theme.bold-blue': 'Felblauw',
|
|
84
|
-
'fabric.theme.bold-gray': '
|
|
84
|
+
'fabric.theme.bold-gray': 'Fel grijs',
|
|
85
85
|
'fabric.theme.bold-green': 'Felgroen',
|
|
86
86
|
'fabric.theme.bold-magenta': 'Fel magenta',
|
|
87
87
|
'fabric.theme.bold-orange': 'Feloranje',
|
|
88
88
|
'fabric.theme.bold-purple': 'Felpaars',
|
|
89
89
|
'fabric.theme.bold-red': 'Felrood',
|
|
90
90
|
'fabric.theme.bold-teal': 'Fel-blauwgroen',
|
|
91
|
-
'fabric.theme.bold-yellow': '
|
|
92
|
-
'fabric.theme.bolder-blue': '
|
|
93
|
-
'fabric.theme.bolder-gray': '
|
|
94
|
-
'fabric.theme.bolder-green': '
|
|
91
|
+
'fabric.theme.bold-yellow': 'Fel geel',
|
|
92
|
+
'fabric.theme.bolder-blue': 'Feller blauw',
|
|
93
|
+
'fabric.theme.bolder-gray': 'Feller grijs',
|
|
94
|
+
'fabric.theme.bolder-green': 'Feller groen',
|
|
95
95
|
'fabric.theme.bolder-magenta': 'Feller magenta',
|
|
96
|
-
'fabric.theme.bolder-orange': '
|
|
97
|
-
'fabric.theme.bolder-purple': '
|
|
98
|
-
'fabric.theme.bolder-red': '
|
|
99
|
-
'fabric.theme.bolder-teal': '
|
|
100
|
-
'fabric.theme.bolder-yellow': '
|
|
96
|
+
'fabric.theme.bolder-orange': 'Feller oranje',
|
|
97
|
+
'fabric.theme.bolder-purple': 'Feller paars',
|
|
98
|
+
'fabric.theme.bolder-red': 'Feller rood',
|
|
99
|
+
'fabric.theme.bolder-teal': 'Feller groenblauw',
|
|
100
|
+
'fabric.theme.bolder-yellow': 'Feller geel',
|
|
101
101
|
'fabric.theme.dark-blue': 'Donkerblauw',
|
|
102
102
|
'fabric.theme.dark-gray': 'Donkergrijs',
|
|
103
103
|
'fabric.theme.dark-green': 'Donkergroen',
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
'fabric.theme.purple': 'Paars',
|
|
121
121
|
'fabric.theme.red': 'Red',
|
|
122
122
|
'fabric.theme.subtle-blue': 'Licht blauw',
|
|
123
|
-
'fabric.theme.subtle-gray': '
|
|
123
|
+
'fabric.theme.subtle-gray': 'Licht grijs',
|
|
124
124
|
'fabric.theme.subtle-green': 'Licht groen',
|
|
125
125
|
'fabric.theme.subtle-magenta': 'Licht magenta',
|
|
126
126
|
'fabric.theme.subtle-orange': 'Licht oranje',
|
|
@@ -81,14 +81,14 @@ export default {
|
|
|
81
81
|
'fabric.editor.visit': 'Abrir link em uma nova janela',
|
|
82
82
|
'fabric.theme.blue': 'Blue',
|
|
83
83
|
'fabric.theme.bold-blue': 'Azul-escuro',
|
|
84
|
-
'fabric.theme.bold-gray': 'Cinza
|
|
84
|
+
'fabric.theme.bold-gray': 'Cinza vibrante',
|
|
85
85
|
'fabric.theme.bold-green': 'Verde-escuro',
|
|
86
86
|
'fabric.theme.bold-magenta': 'Magenta vibrante',
|
|
87
87
|
'fabric.theme.bold-orange': 'Laranja-escuro',
|
|
88
88
|
'fabric.theme.bold-purple': 'Roxo-escuro',
|
|
89
89
|
'fabric.theme.bold-red': 'Vermelho-escuro',
|
|
90
90
|
'fabric.theme.bold-teal': 'Verde-azulado-escuro',
|
|
91
|
-
'fabric.theme.bold-yellow': 'Amarelo
|
|
91
|
+
'fabric.theme.bold-yellow': 'Amarelo vibrante',
|
|
92
92
|
'fabric.theme.bolder-blue': 'Azul mais vibrante',
|
|
93
93
|
'fabric.theme.bolder-gray': 'Cinza mais vibrante',
|
|
94
94
|
'fabric.theme.bolder-green': 'Verde mais vibrante',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -81,23 +81,23 @@ export default {
|
|
|
81
81
|
'fabric.editor.visit': 'Відкрити посилання в новому вікні',
|
|
82
82
|
'fabric.theme.blue': 'Синій',
|
|
83
83
|
'fabric.theme.bold-blue': 'Яскраво-синій',
|
|
84
|
-
'fabric.theme.bold-gray': '
|
|
84
|
+
'fabric.theme.bold-gray': 'Насичений сірий',
|
|
85
85
|
'fabric.theme.bold-green': 'Яскраво-зелений',
|
|
86
|
-
'fabric.theme.bold-magenta': '
|
|
86
|
+
'fabric.theme.bold-magenta': 'Насичений пурпурний',
|
|
87
87
|
'fabric.theme.bold-orange': 'Яскраво-помаранчевий',
|
|
88
88
|
'fabric.theme.bold-purple': 'Яскраво-фіолетовий',
|
|
89
89
|
'fabric.theme.bold-red': 'Яскраво-червоний',
|
|
90
90
|
'fabric.theme.bold-teal': 'Яскраво-бірюзовий',
|
|
91
|
-
'fabric.theme.bold-yellow': '
|
|
92
|
-
'fabric.theme.bolder-blue': 'Дуже
|
|
93
|
-
'fabric.theme.bolder-gray': 'Дуже
|
|
94
|
-
'fabric.theme.bolder-green': 'Дуже
|
|
95
|
-
'fabric.theme.bolder-magenta': 'Дуже
|
|
96
|
-
'fabric.theme.bolder-orange': 'Дуже
|
|
97
|
-
'fabric.theme.bolder-purple': 'Дуже
|
|
98
|
-
'fabric.theme.bolder-red': 'Дуже
|
|
91
|
+
'fabric.theme.bold-yellow': 'Насичений жовтий',
|
|
92
|
+
'fabric.theme.bolder-blue': 'Дуже насичений синій',
|
|
93
|
+
'fabric.theme.bolder-gray': 'Дуже насичений сірий',
|
|
94
|
+
'fabric.theme.bolder-green': 'Дуже насичений зелений',
|
|
95
|
+
'fabric.theme.bolder-magenta': 'Дуже насичений пурпурний',
|
|
96
|
+
'fabric.theme.bolder-orange': 'Дуже насичений помаранчевий',
|
|
97
|
+
'fabric.theme.bolder-purple': 'Дуже насичений фіолетовий',
|
|
98
|
+
'fabric.theme.bolder-red': 'Дуже насичений червоний',
|
|
99
99
|
'fabric.theme.bolder-teal': 'Дуже яскравий синьо-зелений',
|
|
100
|
-
'fabric.theme.bolder-yellow': 'Дуже
|
|
100
|
+
'fabric.theme.bolder-yellow': 'Дуже насичений жовтий',
|
|
101
101
|
'fabric.theme.dark-blue': 'Темно-синій',
|
|
102
102
|
'fabric.theme.dark-gray': 'Темно-сірий',
|
|
103
103
|
'fabric.theme.dark-green': 'Темно-зелений',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -81,14 +81,14 @@ export default {
|
|
|
81
81
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
82
82
|
'fabric.theme.blue': '蓝色',
|
|
83
83
|
'fabric.theme.bold-blue': '深蓝色',
|
|
84
|
-
'fabric.theme.bold-gray': '
|
|
84
|
+
'fabric.theme.bold-gray': '深灰',
|
|
85
85
|
'fabric.theme.bold-green': '深绿色',
|
|
86
86
|
'fabric.theme.bold-magenta': '暖洋红',
|
|
87
87
|
'fabric.theme.bold-orange': '深橙色',
|
|
88
88
|
'fabric.theme.bold-purple': '深紫色',
|
|
89
89
|
'fabric.theme.bold-red': '深红色',
|
|
90
90
|
'fabric.theme.bold-teal': '深蓝绿色',
|
|
91
|
-
'fabric.theme.bold-yellow': '
|
|
91
|
+
'fabric.theme.bold-yellow': '金黄',
|
|
92
92
|
'fabric.theme.bolder-blue': '亮蓝',
|
|
93
93
|
'fabric.theme.bolder-gray': '亮灰',
|
|
94
94
|
'fabric.theme.bolder-green': '亮绿',
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
'fabric.theme.purple': '紫色',
|
|
121
121
|
'fabric.theme.red': '红色',
|
|
122
122
|
'fabric.theme.subtle-blue': '浅蓝色',
|
|
123
|
-
'fabric.theme.subtle-gray': '
|
|
123
|
+
'fabric.theme.subtle-gray': '浅灰',
|
|
124
124
|
'fabric.theme.subtle-green': '浅绿色',
|
|
125
125
|
'fabric.theme.subtle-magenta': '浅洋红',
|
|
126
126
|
'fabric.theme.subtle-orange': '浅橙',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
2
2
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
3
|
-
const packageVersion = "74.1.
|
|
3
|
+
const packageVersion = "74.1.2";
|
|
4
4
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
5
5
|
// Remove URL as it has UGC
|
|
6
6
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -9,7 +9,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
9
9
|
import { borderRadius, gridSize } from '@atlaskit/theme/constants';
|
|
10
10
|
import Layer from '../Layer';
|
|
11
11
|
const packageName = "@atlaskit/editor-common";
|
|
12
|
-
const packageVersion = "74.1.
|
|
12
|
+
const packageVersion = "74.1.2";
|
|
13
13
|
const halfFocusRing = 1;
|
|
14
14
|
// TODO: Migrate away from gridSize
|
|
15
15
|
// Recommendation: Replace gridSize with token('space.100', '8px') after verfiying Popper can accept this
|
|
@@ -39,9 +39,7 @@ class DropList extends Component {
|
|
|
39
39
|
dark: `var(--ds-surface-overlay, ${DN50})`
|
|
40
40
|
})(theme)};
|
|
41
41
|
border-radius: ${borderRadius()}px;
|
|
42
|
-
box-shadow:
|
|
43
|
-
calc(-1 * ${"var(--ds-space-025, 2px)"}) ${N50A},
|
|
44
|
-
0 0 1px ${N60A};
|
|
42
|
+
box-shadow: ${`var(--ds-shadow-overlay, ${`0 4px 8px calc(-1 * 2px) ${N50A}, 0 0 1px ${N60A}`})`};
|
|
45
43
|
box-sizing: border-box;
|
|
46
44
|
overflow: auto;
|
|
47
45
|
padding: ${"var(--ds-space-050, 4px)"} 0;
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Action item',
|
|
11
11
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
|
-
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
13
12
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
13
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
14
|
'fabric.editor.alignImageRight': 'Align right',
|
|
@@ -38,6 +37,8 @@ export default {
|
|
|
38
37
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
39
38
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
40
39
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
40
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
41
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
41
42
|
'fabric.editor.help': 'Help',
|
|
42
43
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
43
44
|
'fabric.editor.horizontalRule': 'Divider',
|
|
@@ -49,8 +50,6 @@ export default {
|
|
|
49
50
|
'fabric.editor.layoutWide': 'Go wide',
|
|
50
51
|
'fabric.editor.link': 'Link',
|
|
51
52
|
'fabric.editor.link.description': 'Insert a link',
|
|
52
|
-
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
53
|
-
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
54
53
|
'fabric.editor.mention': 'Mention',
|
|
55
54
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
56
55
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
@@ -78,20 +77,12 @@ export default {
|
|
|
78
77
|
'fabric.editor.viewMore': 'View more',
|
|
79
78
|
'fabric.editor.visit': 'Open link in a new window',
|
|
80
79
|
'fabric.theme.blue': 'Blue',
|
|
81
|
-
'fabric.theme.bold-blue': 'Bold blue',
|
|
82
|
-
'fabric.theme.bold-green': 'Bold green',
|
|
83
|
-
'fabric.theme.bold-orange': 'Bold orange',
|
|
84
|
-
'fabric.theme.bold-purple': 'Bold purple',
|
|
85
|
-
'fabric.theme.bold-red': 'Bold red',
|
|
86
|
-
'fabric.theme.bold-teal': 'Bold teal',
|
|
87
80
|
'fabric.theme.dark-blue': 'Dark blue',
|
|
88
|
-
'fabric.theme.dark-gray': 'Dark gray',
|
|
89
81
|
'fabric.theme.dark-green': 'Dark green',
|
|
90
82
|
'fabric.theme.dark-purple': 'Dark purple',
|
|
91
83
|
'fabric.theme.dark-red': 'Dark red',
|
|
92
84
|
'fabric.theme.dark-teal': 'Dark teal',
|
|
93
85
|
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
94
|
-
'fabric.theme.default': 'Default',
|
|
95
86
|
'fabric.theme.gray': 'Gray',
|
|
96
87
|
'fabric.theme.green': 'Green',
|
|
97
88
|
'fabric.theme.light-blue': 'Light blue',
|
|
@@ -104,12 +95,6 @@ export default {
|
|
|
104
95
|
'fabric.theme.orange': 'Orange',
|
|
105
96
|
'fabric.theme.purple': 'Purple',
|
|
106
97
|
'fabric.theme.red': 'Red',
|
|
107
|
-
'fabric.theme.subtle-blue': 'Subtle blue',
|
|
108
|
-
'fabric.theme.subtle-green': 'Subtle green',
|
|
109
|
-
'fabric.theme.subtle-purple': 'Subtle purple',
|
|
110
|
-
'fabric.theme.subtle-red': 'Subtle red',
|
|
111
|
-
'fabric.theme.subtle-teal': 'Subtle teal',
|
|
112
|
-
'fabric.theme.subtle-yellow': 'Subtle yellow',
|
|
113
98
|
'fabric.theme.teal': 'Teal',
|
|
114
99
|
'fabric.theme.white': 'White',
|
|
115
100
|
'fabric.theme.yellow': 'Yellow'
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -88,16 +88,16 @@ export default {
|
|
|
88
88
|
'fabric.theme.bold-purple': '鮮やかな紫',
|
|
89
89
|
'fabric.theme.bold-red': '鮮やかな赤',
|
|
90
90
|
'fabric.theme.bold-teal': '鮮やかな青緑',
|
|
91
|
-
'fabric.theme.bold-yellow': '
|
|
91
|
+
'fabric.theme.bold-yellow': '濃い黄色',
|
|
92
92
|
'fabric.theme.bolder-blue': 'より濃いブルー',
|
|
93
|
-
'fabric.theme.bolder-gray': '
|
|
93
|
+
'fabric.theme.bolder-gray': 'より濃い灰色',
|
|
94
94
|
'fabric.theme.bolder-green': 'より濃いグリーン',
|
|
95
95
|
'fabric.theme.bolder-magenta': 'より濃いマゼンタ',
|
|
96
96
|
'fabric.theme.bolder-orange': 'より濃いオレンジ',
|
|
97
97
|
'fabric.theme.bolder-purple': 'より濃いパープル',
|
|
98
98
|
'fabric.theme.bolder-red': 'より濃いレッド',
|
|
99
99
|
'fabric.theme.bolder-teal': 'より濃いティール',
|
|
100
|
-
'fabric.theme.bolder-yellow': '
|
|
100
|
+
'fabric.theme.bolder-yellow': 'より濃い黄色',
|
|
101
101
|
'fabric.theme.dark-blue': '濃い青',
|
|
102
102
|
'fabric.theme.dark-gray': 'ダーク グレー',
|
|
103
103
|
'fabric.theme.dark-green': '濃い緑',
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
'fabric.theme.purple': '紫',
|
|
121
121
|
'fabric.theme.red': '赤',
|
|
122
122
|
'fabric.theme.subtle-blue': '淡い青',
|
|
123
|
-
'fabric.theme.subtle-gray': '
|
|
123
|
+
'fabric.theme.subtle-gray': '薄い灰色',
|
|
124
124
|
'fabric.theme.subtle-green': '淡い緑',
|
|
125
125
|
'fabric.theme.subtle-magenta': '薄いマゼンタ',
|
|
126
126
|
'fabric.theme.subtle-orange': '薄いオレンジ',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -81,23 +81,23 @@ export default {
|
|
|
81
81
|
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
82
82
|
'fabric.theme.blue': 'Blauw',
|
|
83
83
|
'fabric.theme.bold-blue': 'Felblauw',
|
|
84
|
-
'fabric.theme.bold-gray': '
|
|
84
|
+
'fabric.theme.bold-gray': 'Fel grijs',
|
|
85
85
|
'fabric.theme.bold-green': 'Felgroen',
|
|
86
86
|
'fabric.theme.bold-magenta': 'Fel magenta',
|
|
87
87
|
'fabric.theme.bold-orange': 'Feloranje',
|
|
88
88
|
'fabric.theme.bold-purple': 'Felpaars',
|
|
89
89
|
'fabric.theme.bold-red': 'Felrood',
|
|
90
90
|
'fabric.theme.bold-teal': 'Fel-blauwgroen',
|
|
91
|
-
'fabric.theme.bold-yellow': '
|
|
92
|
-
'fabric.theme.bolder-blue': '
|
|
93
|
-
'fabric.theme.bolder-gray': '
|
|
94
|
-
'fabric.theme.bolder-green': '
|
|
91
|
+
'fabric.theme.bold-yellow': 'Fel geel',
|
|
92
|
+
'fabric.theme.bolder-blue': 'Feller blauw',
|
|
93
|
+
'fabric.theme.bolder-gray': 'Feller grijs',
|
|
94
|
+
'fabric.theme.bolder-green': 'Feller groen',
|
|
95
95
|
'fabric.theme.bolder-magenta': 'Feller magenta',
|
|
96
|
-
'fabric.theme.bolder-orange': '
|
|
97
|
-
'fabric.theme.bolder-purple': '
|
|
98
|
-
'fabric.theme.bolder-red': '
|
|
99
|
-
'fabric.theme.bolder-teal': '
|
|
100
|
-
'fabric.theme.bolder-yellow': '
|
|
96
|
+
'fabric.theme.bolder-orange': 'Feller oranje',
|
|
97
|
+
'fabric.theme.bolder-purple': 'Feller paars',
|
|
98
|
+
'fabric.theme.bolder-red': 'Feller rood',
|
|
99
|
+
'fabric.theme.bolder-teal': 'Feller groenblauw',
|
|
100
|
+
'fabric.theme.bolder-yellow': 'Feller geel',
|
|
101
101
|
'fabric.theme.dark-blue': 'Donkerblauw',
|
|
102
102
|
'fabric.theme.dark-gray': 'Donkergrijs',
|
|
103
103
|
'fabric.theme.dark-green': 'Donkergroen',
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
'fabric.theme.purple': 'Paars',
|
|
121
121
|
'fabric.theme.red': 'Red',
|
|
122
122
|
'fabric.theme.subtle-blue': 'Licht blauw',
|
|
123
|
-
'fabric.theme.subtle-gray': '
|
|
123
|
+
'fabric.theme.subtle-gray': 'Licht grijs',
|
|
124
124
|
'fabric.theme.subtle-green': 'Licht groen',
|
|
125
125
|
'fabric.theme.subtle-magenta': 'Licht magenta',
|
|
126
126
|
'fabric.theme.subtle-orange': 'Licht oranje',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -81,14 +81,14 @@ export default {
|
|
|
81
81
|
'fabric.editor.visit': 'Abrir link em uma nova janela',
|
|
82
82
|
'fabric.theme.blue': 'Blue',
|
|
83
83
|
'fabric.theme.bold-blue': 'Azul-escuro',
|
|
84
|
-
'fabric.theme.bold-gray': 'Cinza
|
|
84
|
+
'fabric.theme.bold-gray': 'Cinza vibrante',
|
|
85
85
|
'fabric.theme.bold-green': 'Verde-escuro',
|
|
86
86
|
'fabric.theme.bold-magenta': 'Magenta vibrante',
|
|
87
87
|
'fabric.theme.bold-orange': 'Laranja-escuro',
|
|
88
88
|
'fabric.theme.bold-purple': 'Roxo-escuro',
|
|
89
89
|
'fabric.theme.bold-red': 'Vermelho-escuro',
|
|
90
90
|
'fabric.theme.bold-teal': 'Verde-azulado-escuro',
|
|
91
|
-
'fabric.theme.bold-yellow': 'Amarelo
|
|
91
|
+
'fabric.theme.bold-yellow': 'Amarelo vibrante',
|
|
92
92
|
'fabric.theme.bolder-blue': 'Azul mais vibrante',
|
|
93
93
|
'fabric.theme.bolder-gray': 'Cinza mais vibrante',
|
|
94
94
|
'fabric.theme.bolder-green': 'Verde mais vibrante',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -81,23 +81,23 @@ export default {
|
|
|
81
81
|
'fabric.editor.visit': 'Відкрити посилання в новому вікні',
|
|
82
82
|
'fabric.theme.blue': 'Синій',
|
|
83
83
|
'fabric.theme.bold-blue': 'Яскраво-синій',
|
|
84
|
-
'fabric.theme.bold-gray': '
|
|
84
|
+
'fabric.theme.bold-gray': 'Насичений сірий',
|
|
85
85
|
'fabric.theme.bold-green': 'Яскраво-зелений',
|
|
86
|
-
'fabric.theme.bold-magenta': '
|
|
86
|
+
'fabric.theme.bold-magenta': 'Насичений пурпурний',
|
|
87
87
|
'fabric.theme.bold-orange': 'Яскраво-помаранчевий',
|
|
88
88
|
'fabric.theme.bold-purple': 'Яскраво-фіолетовий',
|
|
89
89
|
'fabric.theme.bold-red': 'Яскраво-червоний',
|
|
90
90
|
'fabric.theme.bold-teal': 'Яскраво-бірюзовий',
|
|
91
|
-
'fabric.theme.bold-yellow': '
|
|
92
|
-
'fabric.theme.bolder-blue': 'Дуже
|
|
93
|
-
'fabric.theme.bolder-gray': 'Дуже
|
|
94
|
-
'fabric.theme.bolder-green': 'Дуже
|
|
95
|
-
'fabric.theme.bolder-magenta': 'Дуже
|
|
96
|
-
'fabric.theme.bolder-orange': 'Дуже
|
|
97
|
-
'fabric.theme.bolder-purple': 'Дуже
|
|
98
|
-
'fabric.theme.bolder-red': 'Дуже
|
|
91
|
+
'fabric.theme.bold-yellow': 'Насичений жовтий',
|
|
92
|
+
'fabric.theme.bolder-blue': 'Дуже насичений синій',
|
|
93
|
+
'fabric.theme.bolder-gray': 'Дуже насичений сірий',
|
|
94
|
+
'fabric.theme.bolder-green': 'Дуже насичений зелений',
|
|
95
|
+
'fabric.theme.bolder-magenta': 'Дуже насичений пурпурний',
|
|
96
|
+
'fabric.theme.bolder-orange': 'Дуже насичений помаранчевий',
|
|
97
|
+
'fabric.theme.bolder-purple': 'Дуже насичений фіолетовий',
|
|
98
|
+
'fabric.theme.bolder-red': 'Дуже насичений червоний',
|
|
99
99
|
'fabric.theme.bolder-teal': 'Дуже яскравий синьо-зелений',
|
|
100
|
-
'fabric.theme.bolder-yellow': 'Дуже
|
|
100
|
+
'fabric.theme.bolder-yellow': 'Дуже насичений жовтий',
|
|
101
101
|
'fabric.theme.dark-blue': 'Темно-синій',
|
|
102
102
|
'fabric.theme.dark-gray': 'Темно-сірий',
|
|
103
103
|
'fabric.theme.dark-green': 'Темно-зелений',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -81,14 +81,14 @@ export default {
|
|
|
81
81
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
82
82
|
'fabric.theme.blue': '蓝色',
|
|
83
83
|
'fabric.theme.bold-blue': '深蓝色',
|
|
84
|
-
'fabric.theme.bold-gray': '
|
|
84
|
+
'fabric.theme.bold-gray': '深灰',
|
|
85
85
|
'fabric.theme.bold-green': '深绿色',
|
|
86
86
|
'fabric.theme.bold-magenta': '暖洋红',
|
|
87
87
|
'fabric.theme.bold-orange': '深橙色',
|
|
88
88
|
'fabric.theme.bold-purple': '深紫色',
|
|
89
89
|
'fabric.theme.bold-red': '深红色',
|
|
90
90
|
'fabric.theme.bold-teal': '深蓝绿色',
|
|
91
|
-
'fabric.theme.bold-yellow': '
|
|
91
|
+
'fabric.theme.bold-yellow': '金黄',
|
|
92
92
|
'fabric.theme.bolder-blue': '亮蓝',
|
|
93
93
|
'fabric.theme.bolder-gray': '亮灰',
|
|
94
94
|
'fabric.theme.bolder-green': '亮绿',
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
'fabric.theme.purple': '紫色',
|
|
121
121
|
'fabric.theme.red': '红色',
|
|
122
122
|
'fabric.theme.subtle-blue': '浅蓝色',
|
|
123
|
-
'fabric.theme.subtle-gray': '
|
|
123
|
+
'fabric.theme.subtle-gray': '浅灰',
|
|
124
124
|
'fabric.theme.subtle-green': '浅绿色',
|
|
125
125
|
'fabric.theme.subtle-magenta': '浅洋红',
|
|
126
126
|
'fabric.theme.subtle-orange': '浅橙',
|
|
@@ -6,7 +6,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
6
6
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7
7
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
8
8
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
9
|
-
var packageVersion = "74.1.
|
|
9
|
+
var packageVersion = "74.1.2";
|
|
10
10
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
11
11
|
// Remove URL as it has UGC
|
|
12
12
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -19,7 +19,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
19
19
|
import { borderRadius, gridSize } from '@atlaskit/theme/constants';
|
|
20
20
|
import Layer from '../Layer';
|
|
21
21
|
var packageName = "@atlaskit/editor-common";
|
|
22
|
-
var packageVersion = "74.1.
|
|
22
|
+
var packageVersion = "74.1.2";
|
|
23
23
|
var halfFocusRing = 1;
|
|
24
24
|
// TODO: Migrate away from gridSize
|
|
25
25
|
// Recommendation: Replace gridSize with token('space.100', '8px') after verfiying Popper can accept this
|
|
@@ -38,13 +38,13 @@ var DropList = /*#__PURE__*/function (_Component) {
|
|
|
38
38
|
_defineProperty(_assertThisInitialized(_this), "triggerStyles", css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n transition-duration: 0.2s;\n transition: box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);\n ", "\n "])), _this.props.shouldFitContainer ? 'display: block; box-sizing: border-box;' : 'display: inline-flex;'));
|
|
39
39
|
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
40
40
|
_defineProperty(_assertThisInitialized(_this), "menuWrapper", function (theme) {
|
|
41
|
-
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n color: ", ";\n background-color: ", ";\n border-radius: ", "px;\n box-shadow:
|
|
41
|
+
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n color: ", ";\n background-color: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n box-sizing: border-box;\n overflow: auto;\n padding: ", " 0;\n max-height: 90vh;\n "])), themed({
|
|
42
42
|
light: "var(--ds-text, ".concat(N900, ")"),
|
|
43
43
|
dark: "var(--ds-text, ".concat(DN600, ")")
|
|
44
44
|
})(theme), themed({
|
|
45
45
|
light: "var(--ds-surface-overlay, ".concat(N0, ")"),
|
|
46
46
|
dark: "var(--ds-surface-overlay, ".concat(DN50, ")")
|
|
47
|
-
})(theme), borderRadius(), "var(--ds-
|
|
47
|
+
})(theme), borderRadius(), "var(--ds-shadow-overlay, ".concat("0 4px 8px calc(-1 * 2px) ".concat(N50A, ", 0 0 1px ").concat(N60A), ")"), "var(--ds-space-050, 4px)");
|
|
48
48
|
});
|
|
49
49
|
_defineProperty(_assertThisInitialized(_this), "componentDidMount", function () {
|
|
50
50
|
_this.setContentWidth();
|
package/dist/esm/version.json
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.addMediaFiles': string;
|
|
11
10
|
'fabric.editor.alignImageCenter': string;
|
|
12
11
|
'fabric.editor.alignImageLeft': string;
|
|
13
12
|
'fabric.editor.alignImageRight': string;
|
|
@@ -36,6 +35,8 @@ declare const _default: {
|
|
|
36
35
|
'fabric.editor.expandPlaceholder': string;
|
|
37
36
|
'fabric.editor.feedbackDialog': string;
|
|
38
37
|
'fabric.editor.feedbackDialog.description': string;
|
|
38
|
+
'fabric.editor.filesAndImages': string;
|
|
39
|
+
'fabric.editor.filesAndImages.description': string;
|
|
39
40
|
'fabric.editor.help': string;
|
|
40
41
|
'fabric.editor.help.description': string;
|
|
41
42
|
'fabric.editor.horizontalRule': string;
|
|
@@ -47,8 +48,6 @@ declare const _default: {
|
|
|
47
48
|
'fabric.editor.layoutWide': string;
|
|
48
49
|
'fabric.editor.link': string;
|
|
49
50
|
'fabric.editor.link.description': string;
|
|
50
|
-
'fabric.editor.mediaFiles': string;
|
|
51
|
-
'fabric.editor.mediaFiles.description': string;
|
|
52
51
|
'fabric.editor.mention': string;
|
|
53
52
|
'fabric.editor.mention.description': string;
|
|
54
53
|
'fabric.editor.openLink': string;
|
|
@@ -76,20 +75,12 @@ declare const _default: {
|
|
|
76
75
|
'fabric.editor.viewMore': string;
|
|
77
76
|
'fabric.editor.visit': string;
|
|
78
77
|
'fabric.theme.blue': string;
|
|
79
|
-
'fabric.theme.bold-blue': string;
|
|
80
|
-
'fabric.theme.bold-green': string;
|
|
81
|
-
'fabric.theme.bold-orange': string;
|
|
82
|
-
'fabric.theme.bold-purple': string;
|
|
83
|
-
'fabric.theme.bold-red': string;
|
|
84
|
-
'fabric.theme.bold-teal': string;
|
|
85
78
|
'fabric.theme.dark-blue': string;
|
|
86
|
-
'fabric.theme.dark-gray': string;
|
|
87
79
|
'fabric.theme.dark-green': string;
|
|
88
80
|
'fabric.theme.dark-purple': string;
|
|
89
81
|
'fabric.theme.dark-red': string;
|
|
90
82
|
'fabric.theme.dark-teal': string;
|
|
91
83
|
'fabric.theme.dark-yellow': string;
|
|
92
|
-
'fabric.theme.default': string;
|
|
93
84
|
'fabric.theme.gray': string;
|
|
94
85
|
'fabric.theme.green': string;
|
|
95
86
|
'fabric.theme.light-blue': string;
|
|
@@ -102,12 +93,6 @@ declare const _default: {
|
|
|
102
93
|
'fabric.theme.orange': string;
|
|
103
94
|
'fabric.theme.purple': string;
|
|
104
95
|
'fabric.theme.red': string;
|
|
105
|
-
'fabric.theme.subtle-blue': string;
|
|
106
|
-
'fabric.theme.subtle-green': string;
|
|
107
|
-
'fabric.theme.subtle-purple': string;
|
|
108
|
-
'fabric.theme.subtle-red': string;
|
|
109
|
-
'fabric.theme.subtle-teal': string;
|
|
110
|
-
'fabric.theme.subtle-yellow': string;
|
|
111
96
|
'fabric.theme.teal': string;
|
|
112
97
|
'fabric.theme.white': string;
|
|
113
98
|
'fabric.theme.yellow': string;
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.addMediaFiles': string;
|
|
11
10
|
'fabric.editor.alignImageCenter': string;
|
|
12
11
|
'fabric.editor.alignImageLeft': string;
|
|
13
12
|
'fabric.editor.alignImageRight': string;
|
|
@@ -36,6 +35,8 @@ declare const _default: {
|
|
|
36
35
|
'fabric.editor.expandPlaceholder': string;
|
|
37
36
|
'fabric.editor.feedbackDialog': string;
|
|
38
37
|
'fabric.editor.feedbackDialog.description': string;
|
|
38
|
+
'fabric.editor.filesAndImages': string;
|
|
39
|
+
'fabric.editor.filesAndImages.description': string;
|
|
39
40
|
'fabric.editor.help': string;
|
|
40
41
|
'fabric.editor.help.description': string;
|
|
41
42
|
'fabric.editor.horizontalRule': string;
|
|
@@ -47,8 +48,6 @@ declare const _default: {
|
|
|
47
48
|
'fabric.editor.layoutWide': string;
|
|
48
49
|
'fabric.editor.link': string;
|
|
49
50
|
'fabric.editor.link.description': string;
|
|
50
|
-
'fabric.editor.mediaFiles': string;
|
|
51
|
-
'fabric.editor.mediaFiles.description': string;
|
|
52
51
|
'fabric.editor.mention': string;
|
|
53
52
|
'fabric.editor.mention.description': string;
|
|
54
53
|
'fabric.editor.openLink': string;
|
|
@@ -76,20 +75,12 @@ declare const _default: {
|
|
|
76
75
|
'fabric.editor.viewMore': string;
|
|
77
76
|
'fabric.editor.visit': string;
|
|
78
77
|
'fabric.theme.blue': string;
|
|
79
|
-
'fabric.theme.bold-blue': string;
|
|
80
|
-
'fabric.theme.bold-green': string;
|
|
81
|
-
'fabric.theme.bold-orange': string;
|
|
82
|
-
'fabric.theme.bold-purple': string;
|
|
83
|
-
'fabric.theme.bold-red': string;
|
|
84
|
-
'fabric.theme.bold-teal': string;
|
|
85
78
|
'fabric.theme.dark-blue': string;
|
|
86
|
-
'fabric.theme.dark-gray': string;
|
|
87
79
|
'fabric.theme.dark-green': string;
|
|
88
80
|
'fabric.theme.dark-purple': string;
|
|
89
81
|
'fabric.theme.dark-red': string;
|
|
90
82
|
'fabric.theme.dark-teal': string;
|
|
91
83
|
'fabric.theme.dark-yellow': string;
|
|
92
|
-
'fabric.theme.default': string;
|
|
93
84
|
'fabric.theme.gray': string;
|
|
94
85
|
'fabric.theme.green': string;
|
|
95
86
|
'fabric.theme.light-blue': string;
|
|
@@ -102,12 +93,6 @@ declare const _default: {
|
|
|
102
93
|
'fabric.theme.orange': string;
|
|
103
94
|
'fabric.theme.purple': string;
|
|
104
95
|
'fabric.theme.red': string;
|
|
105
|
-
'fabric.theme.subtle-blue': string;
|
|
106
|
-
'fabric.theme.subtle-green': string;
|
|
107
|
-
'fabric.theme.subtle-purple': string;
|
|
108
|
-
'fabric.theme.subtle-red': string;
|
|
109
|
-
'fabric.theme.subtle-teal': string;
|
|
110
|
-
'fabric.theme.subtle-yellow': string;
|
|
111
96
|
'fabric.theme.teal': string;
|
|
112
97
|
'fabric.theme.white': string;
|
|
113
98
|
'fabric.theme.yellow': string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "74.1.
|
|
3
|
+
"version": "74.1.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/"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@atlaskit/code": "^14.6.0",
|
|
82
82
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
83
83
|
"@atlaskit/editor-json-transformer": "^8.9.0",
|
|
84
|
-
"@atlaskit/editor-palette": "1.4.
|
|
84
|
+
"@atlaskit/editor-palette": "1.4.2",
|
|
85
85
|
"@atlaskit/editor-shared-styles": "^2.4.0",
|
|
86
86
|
"@atlaskit/emoji": "^67.4.0",
|
|
87
87
|
"@atlaskit/icon": "^21.12.0",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"@atlaskit/media-client": "^22.0.0",
|
|
91
91
|
"@atlaskit/media-picker": "^65.1.0",
|
|
92
92
|
"@atlaskit/mention": "^22.1.0",
|
|
93
|
-
"@atlaskit/menu": "^1.
|
|
93
|
+
"@atlaskit/menu": "^1.7.0",
|
|
94
94
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
95
95
|
"@atlaskit/profilecard": "^19.3.0",
|
|
96
|
-
"@atlaskit/smart-card": "^26.
|
|
96
|
+
"@atlaskit/smart-card": "^26.3.0",
|
|
97
97
|
"@atlaskit/smart-user-picker": "^6.1.0",
|
|
98
98
|
"@atlaskit/task-decision": "^17.6.0",
|
|
99
99
|
"@atlaskit/theme": "^12.5.0",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"react-loadable": "^5.1.0"
|
|
130
130
|
},
|
|
131
131
|
"peerDependencies": {
|
|
132
|
-
"@atlaskit/media-core": "^34.1.
|
|
132
|
+
"@atlaskit/media-core": "^34.1.2",
|
|
133
133
|
"react": "^16.8.0",
|
|
134
134
|
"react-dom": "^16.8.0",
|
|
135
135
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@atlaskit/editor-plugin-content-insertion": "^0.0.1",
|
|
142
142
|
"@atlaskit/editor-plugin-feature-flags": "^0.1.0",
|
|
143
143
|
"@atlaskit/editor-plugin-table": "^1.4.0",
|
|
144
|
-
"@atlaskit/editor-test-helpers": "^18.
|
|
144
|
+
"@atlaskit/editor-test-helpers": "^18.4.0",
|
|
145
145
|
"@atlaskit/media-core": "^34.1.0",
|
|
146
146
|
"@atlaskit/util-data-test": "^17.8.0",
|
|
147
147
|
"@atlaskit/visual-regression": "*",
|