@atlaskit/editor-core 215.23.2 → 215.23.3
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 +10 -0
- package/dist/cjs/ui/ToolbarHelp/index.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/ToolbarHelp/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/ToolbarHelp/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +1 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.23.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`90abe9b926a6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90abe9b926a6f) -
|
|
8
|
+
Icon entrypoint migration
|
|
9
|
+
- [`9391799e9bdf4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9391799e9bdf4) -
|
|
10
|
+
Clean up platform_editor_elements_dnd_select_node_on_drag
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 215.23.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -8,7 +8,7 @@ exports.default = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _reactIntlNext = require("react-intl-next");
|
|
10
10
|
var _uiMenu = require("@atlaskit/editor-common/ui-menu");
|
|
11
|
-
var
|
|
11
|
+
var _questionCircle = _interopRequireDefault(require("@atlaskit/icon/core/question-circle"));
|
|
12
12
|
var _EditorContext = require("../EditorContext");
|
|
13
13
|
var _messages = require("./messages");
|
|
14
14
|
// Please, do not copy or use this kind of code below
|
|
@@ -59,7 +59,7 @@ var TooltipHelpTrigger = function TooltipHelpTrigger(_ref) {
|
|
|
59
59
|
onClick: showHelp,
|
|
60
60
|
title: displayTitle,
|
|
61
61
|
titlePosition: titlePosition,
|
|
62
|
-
iconBefore: /*#__PURE__*/_react.default.createElement(
|
|
62
|
+
iconBefore: /*#__PURE__*/_react.default.createElement(_questionCircle.default, {
|
|
63
63
|
label: displayTitle
|
|
64
64
|
})
|
|
65
65
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { injectIntl } from 'react-intl-next';
|
|
3
3
|
import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
4
|
-
import QuestionIcon from '@atlaskit/icon/core/
|
|
4
|
+
import QuestionIcon from '@atlaskit/icon/core/question-circle';
|
|
5
5
|
import { useEditorContext } from '../EditorContext';
|
|
6
6
|
import { messages } from './messages';
|
|
7
7
|
// Please, do not copy or use this kind of code below
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "215.23.2";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { injectIntl } from 'react-intl-next';
|
|
3
3
|
import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
4
|
-
import QuestionIcon from '@atlaskit/icon/core/
|
|
4
|
+
import QuestionIcon from '@atlaskit/icon/core/question-circle';
|
|
5
5
|
import { useEditorContext } from '../EditorContext';
|
|
6
6
|
import { messages } from './messages';
|
|
7
7
|
// Please, do not copy or use this kind of code below
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "215.23.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.23.
|
|
3
|
+
"version": "215.23.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -259,10 +259,6 @@
|
|
|
259
259
|
"platform_editor_content_mode_button_mvp": {
|
|
260
260
|
"type": "boolean"
|
|
261
261
|
},
|
|
262
|
-
"platform_editor_elements_dnd_select_node_on_drag": {
|
|
263
|
-
"type": "boolean",
|
|
264
|
-
"referenceOnly": true
|
|
265
|
-
},
|
|
266
262
|
"platform_editor_paste_full_table_inside_empty_cell": {
|
|
267
263
|
"type": "boolean",
|
|
268
264
|
"referenceOnly": true
|