@atlaskit/editor-common 78.8.4 → 78.8.5
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 +6 -0
- package/dist/cjs/i18n/en.js +1 -1
- package/dist/cjs/i18n/en_GB.js +1 -1
- package/dist/cjs/i18n/en_ZZ.js +1 -1
- package/dist/cjs/messages/paste-options-toolbar.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/en.js +1 -1
- package/dist/es2019/i18n/en_GB.js +1 -1
- package/dist/es2019/i18n/en_ZZ.js +1 -1
- package/dist/es2019/messages/paste-options-toolbar.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/en.js +1 -1
- package/dist/esm/i18n/en_GB.js +1 -1
- package/dist/esm/i18n/en_ZZ.js +1 -1
- package/dist/esm/messages/paste-options-toolbar.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 78.8.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#77651](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77651) [`25b3713456e7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/25b3713456e7) - ED-22342 Updated tooltip for paste option toolbar
|
|
8
|
+
|
|
3
9
|
## 78.8.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -307,7 +307,7 @@ var _default = exports.default = {
|
|
|
307
307
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
308
308
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
309
309
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
310
|
-
'fabric.editor.pasteOptions': 'Paste options
|
|
310
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
311
311
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
312
312
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
313
313
|
'fabric.editor.placeholderText': 'Placeholder text',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -307,7 +307,7 @@ var _default = exports.default = {
|
|
|
307
307
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
308
308
|
'fabric.editor.panel.backgroundColor': 'Background colour',
|
|
309
309
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
310
|
-
'fabric.editor.pasteOptions': 'Paste options
|
|
310
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
311
311
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
312
312
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
313
313
|
'fabric.editor.placeholderText': 'Placeholder text',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -307,7 +307,7 @@ var _default = exports.default = {
|
|
|
307
307
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
308
308
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
309
309
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
310
|
-
'fabric.editor.pasteOptions': '
|
|
310
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
311
311
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
312
312
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
313
313
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
@@ -8,7 +8,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
8
8
|
var pasteOptionsToolbarMessages = exports.pasteOptionsToolbarMessages = (0, _reactIntlNext.defineMessages)({
|
|
9
9
|
pasteOptions: {
|
|
10
10
|
id: 'fabric.editor.pasteOptions',
|
|
11
|
-
defaultMessage: 'Paste options
|
|
11
|
+
defaultMessage: 'Paste options',
|
|
12
12
|
description: 'Opens a menu with additional paste options'
|
|
13
13
|
},
|
|
14
14
|
plainText: {
|
|
@@ -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 = "78.8.
|
|
19
|
+
var packageVersion = "78.8.5";
|
|
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
|
|
@@ -22,7 +22,7 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
22
22
|
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); }; }
|
|
23
23
|
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 */
|
|
24
24
|
var packageName = "@atlaskit/editor-common";
|
|
25
|
-
var packageVersion = "78.8.
|
|
25
|
+
var packageVersion = "78.8.5";
|
|
26
26
|
var halfFocusRing = 1;
|
|
27
27
|
var dropOffset = '0, 8';
|
|
28
28
|
var DropList = /*#__PURE__*/function (_Component) {
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -301,7 +301,7 @@ export default {
|
|
|
301
301
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
302
302
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
303
303
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
304
|
-
'fabric.editor.pasteOptions': 'Paste options
|
|
304
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
305
305
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
306
306
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
307
307
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
@@ -301,7 +301,7 @@ export default {
|
|
|
301
301
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
302
302
|
'fabric.editor.panel.backgroundColor': 'Background colour',
|
|
303
303
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
304
|
-
'fabric.editor.pasteOptions': 'Paste options
|
|
304
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
305
305
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
306
306
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
307
307
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
@@ -301,7 +301,7 @@ export default {
|
|
|
301
301
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
302
302
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
303
303
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
304
|
-
'fabric.editor.pasteOptions': '
|
|
304
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
305
305
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
306
306
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
307
307
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
@@ -2,7 +2,7 @@ import { defineMessages } from 'react-intl-next';
|
|
|
2
2
|
export const pasteOptionsToolbarMessages = defineMessages({
|
|
3
3
|
pasteOptions: {
|
|
4
4
|
id: 'fabric.editor.pasteOptions',
|
|
5
|
-
defaultMessage: 'Paste options
|
|
5
|
+
defaultMessage: 'Paste options',
|
|
6
6
|
description: 'Opens a menu with additional paste options'
|
|
7
7
|
},
|
|
8
8
|
plainText: {
|
|
@@ -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 = "78.8.
|
|
3
|
+
const packageVersion = "78.8.5";
|
|
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
|
|
@@ -7,7 +7,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
7
7
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
8
8
|
import Layer from '../Layer';
|
|
9
9
|
const packageName = "@atlaskit/editor-common";
|
|
10
|
-
const packageVersion = "78.8.
|
|
10
|
+
const packageVersion = "78.8.5";
|
|
11
11
|
const halfFocusRing = 1;
|
|
12
12
|
const dropOffset = '0, 8';
|
|
13
13
|
class DropList extends Component {
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -301,7 +301,7 @@ export default {
|
|
|
301
301
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
302
302
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
303
303
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
304
|
-
'fabric.editor.pasteOptions': 'Paste options
|
|
304
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
305
305
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
306
306
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
307
307
|
'fabric.editor.placeholderText': 'Placeholder text',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -301,7 +301,7 @@ export default {
|
|
|
301
301
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
302
302
|
'fabric.editor.panel.backgroundColor': 'Background colour',
|
|
303
303
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
304
|
-
'fabric.editor.pasteOptions': 'Paste options
|
|
304
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
305
305
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
306
306
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
307
307
|
'fabric.editor.placeholderText': 'Placeholder text',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -301,7 +301,7 @@ export default {
|
|
|
301
301
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
302
302
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
303
303
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
304
|
-
'fabric.editor.pasteOptions': '
|
|
304
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
305
305
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
306
306
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
307
307
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
@@ -2,7 +2,7 @@ import { defineMessages } from 'react-intl-next';
|
|
|
2
2
|
export var pasteOptionsToolbarMessages = defineMessages({
|
|
3
3
|
pasteOptions: {
|
|
4
4
|
id: 'fabric.editor.pasteOptions',
|
|
5
|
-
defaultMessage: 'Paste options
|
|
5
|
+
defaultMessage: 'Paste options',
|
|
6
6
|
description: 'Opens a menu with additional paste options'
|
|
7
7
|
},
|
|
8
8
|
plainText: {
|
|
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
6
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
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 = "78.8.
|
|
9
|
+
var packageVersion = "78.8.5";
|
|
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
|
|
@@ -17,7 +17,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
17
17
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
18
18
|
import Layer from '../Layer';
|
|
19
19
|
var packageName = "@atlaskit/editor-common";
|
|
20
|
-
var packageVersion = "78.8.
|
|
20
|
+
var packageVersion = "78.8.5";
|
|
21
21
|
var halfFocusRing = 1;
|
|
22
22
|
var dropOffset = '0, 8';
|
|
23
23
|
var DropList = /*#__PURE__*/function (_Component) {
|
package/package.json
CHANGED