@atlaskit/editor-common 110.36.4 → 110.36.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 110.36.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5d8ba7e59f96f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d8ba7e59f96f) -
8
+ simplify the media single resizer classnames
9
+ - Updated dependencies
10
+
3
11
  ## 110.36.4
4
12
 
5
13
  ### Patch Changes
@@ -36,6 +36,11 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
36
36
  defaultMessage: 'Copy link to block',
37
37
  description: 'Copy link to the selected block'
38
38
  },
39
+ linkCopiedToClipboard: {
40
+ id: 'fabric.editor.block.menu.link.copied.to.clipboard',
41
+ defaultMessage: 'Link copied to clipboard',
42
+ description: 'Confirmation message shown when link is copied to clipboard'
43
+ },
39
44
  paragraph: {
40
45
  id: 'fabric.editor.block.menu.paragraph',
41
46
  defaultMessage: 'Paragraph',
@@ -19,7 +19,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
19
19
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
20
20
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
21
21
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
22
- var packageVersion = "0.0.0-development";
22
+ var packageVersion = "110.36.4";
23
23
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
24
24
  // Remove URL as it has UGC
25
25
  // Ignored via go/ees007
@@ -273,6 +273,12 @@ Object.defineProperty(exports, "resizerHandleTrackClassName", {
273
273
  return _resizer.resizerHandleTrackClassName;
274
274
  }
275
275
  });
276
+ Object.defineProperty(exports, "resizerItemClassName", {
277
+ enumerable: true,
278
+ get: function get() {
279
+ return _resizer.resizerItemClassName;
280
+ }
281
+ });
276
282
  Object.defineProperty(exports, "resizerStyles", {
277
283
  enumerable: true,
278
284
  get: function get() {
@@ -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 = "0.0.0-development";
27
+ var packageVersion = "110.36.4";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -30,6 +30,11 @@ export const messages = defineMessages({
30
30
  defaultMessage: 'Copy link to block',
31
31
  description: 'Copy link to the selected block'
32
32
  },
33
+ linkCopiedToClipboard: {
34
+ id: 'fabric.editor.block.menu.link.copied.to.clipboard',
35
+ defaultMessage: 'Link copied to clipboard',
36
+ description: 'Confirmation message shown when link is copied to clipboard'
37
+ },
33
38
  paragraph: {
34
39
  id: 'fabric.editor.block.menu.paragraph',
35
40
  defaultMessage: 'Paragraph',
@@ -4,7 +4,7 @@ import { isFedRamp } from './environment';
4
4
  import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
5
5
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
6
6
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
7
- const packageVersion = "0.0.0-development";
7
+ const packageVersion = "110.36.4";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // Ignored via go/ees007
@@ -15,7 +15,7 @@ export { DropdownMenuSharedCssClassName } from './shared/dropdown-menu';
15
15
  export { CodeBlockSharedCssClassName } from './shared/code-block';
16
16
  export { LAYOUT_SECTION_MARGIN, LAYOUT_COLUMN_PADDING, DEFAULT_TWO_COLUMN_LAYOUT_COLUMN_WIDTH } from './shared/layout';
17
17
  export { EXTENSION_PADDING, BODIED_EXT_PADDING } from './shared/extension';
18
- export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, resizerHandleThumbWidth } from './shared/resizer';
18
+ export { resizerStyles, resizerItemClassName, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, resizerHandleThumbWidth } from './shared/resizer';
19
19
  export { GRID_GUTTER } from './shared/grid';
20
20
  export { FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNER_CONTAINER_CLASSNAME } from './shared/smartCard';
21
21
  export { buttonGroupStyle, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding } from './shared/plugins';
@@ -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 = "0.0.0-development";
17
+ const packageVersion = "110.36.4";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -30,6 +30,11 @@ export var messages = defineMessages({
30
30
  defaultMessage: 'Copy link to block',
31
31
  description: 'Copy link to the selected block'
32
32
  },
33
+ linkCopiedToClipboard: {
34
+ id: 'fabric.editor.block.menu.link.copied.to.clipboard',
35
+ defaultMessage: 'Link copied to clipboard',
36
+ description: 'Confirmation message shown when link is copied to clipboard'
37
+ },
33
38
  paragraph: {
34
39
  id: 'fabric.editor.block.menu.paragraph',
35
40
  defaultMessage: 'Paragraph',
@@ -10,7 +10,7 @@ import { isFedRamp } from './environment';
10
10
  import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
11
11
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
12
12
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
13
- var packageVersion = "0.0.0-development";
13
+ var packageVersion = "110.36.4";
14
14
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
15
15
  // Remove URL as it has UGC
16
16
  // Ignored via go/ees007
@@ -15,7 +15,7 @@ export { DropdownMenuSharedCssClassName } from './shared/dropdown-menu';
15
15
  export { CodeBlockSharedCssClassName } from './shared/code-block';
16
16
  export { LAYOUT_SECTION_MARGIN, LAYOUT_COLUMN_PADDING, DEFAULT_TWO_COLUMN_LAYOUT_COLUMN_WIDTH } from './shared/layout';
17
17
  export { EXTENSION_PADDING, BODIED_EXT_PADDING } from './shared/extension';
18
- export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, resizerHandleThumbWidth } from './shared/resizer';
18
+ export { resizerStyles, resizerItemClassName, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, resizerHandleThumbWidth } from './shared/resizer';
19
19
  export { GRID_GUTTER } from './shared/grid';
20
20
  export { FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNER_CONTAINER_CLASSNAME } from './shared/smartCard';
21
21
  export { buttonGroupStyle, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding } from './shared/plugins';
@@ -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 = "0.0.0-development";
24
+ var packageVersion = "110.36.4";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -29,6 +29,11 @@ export declare const messages: {
29
29
  defaultMessage: string;
30
30
  description: string;
31
31
  };
32
+ linkCopiedToClipboard: {
33
+ id: string;
34
+ defaultMessage: string;
35
+ description: string;
36
+ };
32
37
  paragraph: {
33
38
  id: string;
34
39
  defaultMessage: string;
@@ -12,7 +12,7 @@ export { DropdownMenuSharedCssClassName } from './shared/dropdown-menu';
12
12
  export { CodeBlockSharedCssClassName } from './shared/code-block';
13
13
  export { LAYOUT_SECTION_MARGIN, LAYOUT_COLUMN_PADDING, DEFAULT_TWO_COLUMN_LAYOUT_COLUMN_WIDTH, } from './shared/layout';
14
14
  export { EXTENSION_PADDING, BODIED_EXT_PADDING } from './shared/extension';
15
- export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, resizerHandleThumbWidth, } from './shared/resizer';
15
+ export { resizerStyles, resizerItemClassName, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, resizerHandleThumbWidth, } from './shared/resizer';
16
16
  export { GRID_GUTTER } from './shared/grid';
17
17
  export { FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNER_CONTAINER_CLASSNAME, } from './shared/smartCard';
18
18
  export { buttonGroupStyle, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding, } from './shared/plugins';
@@ -29,6 +29,11 @@ export declare const messages: {
29
29
  defaultMessage: string;
30
30
  description: string;
31
31
  };
32
+ linkCopiedToClipboard: {
33
+ id: string;
34
+ defaultMessage: string;
35
+ description: string;
36
+ };
32
37
  paragraph: {
33
38
  id: string;
34
39
  defaultMessage: string;
@@ -12,7 +12,7 @@ export { DropdownMenuSharedCssClassName } from './shared/dropdown-menu';
12
12
  export { CodeBlockSharedCssClassName } from './shared/code-block';
13
13
  export { LAYOUT_SECTION_MARGIN, LAYOUT_COLUMN_PADDING, DEFAULT_TWO_COLUMN_LAYOUT_COLUMN_WIDTH, } from './shared/layout';
14
14
  export { EXTENSION_PADDING, BODIED_EXT_PADDING } from './shared/extension';
15
- export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, resizerHandleThumbWidth, } from './shared/resizer';
15
+ export { resizerStyles, resizerItemClassName, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, resizerHandleThumbWidth, } from './shared/resizer';
16
16
  export { GRID_GUTTER } from './shared/grid';
17
17
  export { FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNER_CONTAINER_CLASSNAME, } from './shared/smartCard';
18
18
  export { buttonGroupStyle, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding, } from './shared/plugins';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "110.36.4",
3
+ "version": "110.36.5",
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/"
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/editor-prosemirror": "7.0.0",
48
48
  "@atlaskit/editor-shared-styles": "^3.10.0",
49
49
  "@atlaskit/editor-tables": "^2.9.0",
50
- "@atlaskit/editor-toolbar": "^0.17.0",
50
+ "@atlaskit/editor-toolbar": "^0.18.0",
51
51
  "@atlaskit/editor-toolbar-model": "^0.2.0",
52
52
  "@atlaskit/emoji": "^69.8.0",
53
53
  "@atlaskit/icon": "^29.0.0",