@atlaskit/editor-common 116.44.1 → 116.44.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 116.44.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1207d5bc1e287`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1207d5bc1e287) -
8
+ Show zero synced locations immediately for newly inserted source blocks
9
+ - Updated dependencies
10
+
11
+ ## 116.44.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 116.44.1
4
18
 
5
19
  ### Patch Changes
@@ -301,11 +301,6 @@ var syncBlockMessages = exports.syncBlockMessages = (0, _reactIntl.defineMessage
301
301
  defaultMessage: 'Synced locations ({count})',
302
302
  description: 'Toolbar button label that shows the number of references to the selected synced block.'
303
303
  },
304
- syncedLocationDropdownNone: {
305
- id: 'fabric.editor.syncedLocationDropdownNone.ai-non-final',
306
- defaultMessage: 'None',
307
- description: 'Toolbar reference count shown when a synced block has no references.'
308
- },
309
304
  syncedLocationDropdownLoading: {
310
305
  id: 'fabric.editor.syncedLocationDropdownLoading.ai-non-final',
311
306
  defaultMessage: 'Loading synced locations',
@@ -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.44.0";
31
+ var packageVersion = "116.44.2";
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.44.0";
27
+ var packageVersion = "116.44.2";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -295,11 +295,6 @@ export const syncBlockMessages = defineMessages({
295
295
  defaultMessage: 'Synced locations ({count})',
296
296
  description: 'Toolbar button label that shows the number of references to the selected synced block.'
297
297
  },
298
- syncedLocationDropdownNone: {
299
- id: 'fabric.editor.syncedLocationDropdownNone.ai-non-final',
300
- defaultMessage: 'None',
301
- description: 'Toolbar reference count shown when a synced block has no references.'
302
- },
303
298
  syncedLocationDropdownLoading: {
304
299
  id: 'fabric.editor.syncedLocationDropdownLoading.ai-non-final',
305
300
  defaultMessage: 'Loading synced locations',
@@ -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.44.0";
17
+ const packageVersion = "116.44.2";
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.44.0";
17
+ const packageVersion = "116.44.2";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -295,11 +295,6 @@ export var syncBlockMessages = defineMessages({
295
295
  defaultMessage: 'Synced locations ({count})',
296
296
  description: 'Toolbar button label that shows the number of references to the selected synced block.'
297
297
  },
298
- syncedLocationDropdownNone: {
299
- id: 'fabric.editor.syncedLocationDropdownNone.ai-non-final',
300
- defaultMessage: 'None',
301
- description: 'Toolbar reference count shown when a synced block has no references.'
302
- },
303
298
  syncedLocationDropdownLoading: {
304
299
  id: 'fabric.editor.syncedLocationDropdownLoading.ai-non-final',
305
300
  defaultMessage: 'Loading synced locations',
@@ -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.44.0";
23
+ var packageVersion = "116.44.2";
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.44.0";
24
+ var packageVersion = "116.44.2";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -379,11 +379,6 @@ export declare const syncBlockMessages: {
379
379
  description: string;
380
380
  id: string;
381
381
  };
382
- syncedLocationDropdownNone: {
383
- defaultMessage: string;
384
- description: string;
385
- id: string;
386
- };
387
382
  syncedLocationDropdownNoResults: {
388
383
  defaultMessage: string;
389
384
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "116.44.1",
3
+ "version": "116.44.3",
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,7 +51,7 @@
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": "^4.3.0",
54
+ "@atlaskit/link": "^5.0.0",
55
55
  "@atlaskit/link-datasource": "^6.4.0",
56
56
  "@atlaskit/link-picker": "^6.4.0",
57
57
  "@atlaskit/media-card": "^81.4.0",
@@ -82,7 +82,7 @@
82
82
  "@atlaskit/textfield": "^9.1.0",
83
83
  "@atlaskit/tmp-editor-statsig": "^135.6.0",
84
84
  "@atlaskit/tokens": "^16.3.0",
85
- "@atlaskit/tooltip": "^23.2.0",
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",