@atlaskit/editor-common 74.50.2 → 74.50.4

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/media-single/index.js +12 -0
  3. package/dist/cjs/media-single/utils.js +63 -3
  4. package/dist/cjs/monitoring/error.js +1 -1
  5. package/dist/cjs/quick-insert/assets/heading1.js +23 -6
  6. package/dist/cjs/quick-insert/assets/heading2.js +23 -6
  7. package/dist/cjs/quick-insert/assets/heading3.js +23 -6
  8. package/dist/cjs/quick-insert/assets/heading4.js +23 -6
  9. package/dist/cjs/quick-insert/assets/heading5.js +23 -6
  10. package/dist/cjs/quick-insert/assets/heading6.js +23 -6
  11. package/dist/cjs/ui/DropList/index.js +1 -1
  12. package/dist/cjs/ui/Expand/index.js +1 -1
  13. package/dist/es2019/media-single/index.js +1 -1
  14. package/dist/es2019/media-single/utils.js +59 -1
  15. package/dist/es2019/monitoring/error.js +1 -1
  16. package/dist/es2019/quick-insert/assets/heading1.js +24 -6
  17. package/dist/es2019/quick-insert/assets/heading2.js +24 -6
  18. package/dist/es2019/quick-insert/assets/heading3.js +24 -6
  19. package/dist/es2019/quick-insert/assets/heading4.js +24 -6
  20. package/dist/es2019/quick-insert/assets/heading5.js +24 -6
  21. package/dist/es2019/quick-insert/assets/heading6.js +24 -6
  22. package/dist/es2019/ui/DropList/index.js +1 -1
  23. package/dist/es2019/ui/Expand/index.js +2 -1
  24. package/dist/esm/media-single/index.js +1 -1
  25. package/dist/esm/media-single/utils.js +57 -0
  26. package/dist/esm/monitoring/error.js +1 -1
  27. package/dist/esm/quick-insert/assets/heading1.js +23 -6
  28. package/dist/esm/quick-insert/assets/heading2.js +23 -6
  29. package/dist/esm/quick-insert/assets/heading3.js +23 -6
  30. package/dist/esm/quick-insert/assets/heading4.js +23 -6
  31. package/dist/esm/quick-insert/assets/heading5.js +23 -6
  32. package/dist/esm/quick-insert/assets/heading6.js +23 -6
  33. package/dist/esm/ui/DropList/index.js +1 -1
  34. package/dist/esm/ui/Expand/index.js +2 -1
  35. package/dist/types/media-single/index.d.ts +1 -1
  36. package/dist/types/media-single/utils.d.ts +15 -0
  37. package/dist/types/ui/Expand/index.d.ts +1 -2
  38. package/dist/types-ts4.5/media-single/index.d.ts +1 -1
  39. package/dist/types-ts4.5/media-single/utils.d.ts +15 -0
  40. package/dist/types-ts4.5/ui/Expand/index.d.ts +1 -2
  41. package/package.json +1 -1
@@ -1,7 +1,9 @@
1
- // TODO: https://product-fabric.atlassian.net/browse/DSP-4138
2
1
  /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
3
2
  import React from 'react';
3
+ import { useIconThemed } from '../use-icon-themed';
4
4
  export default function IconHeading3() {
5
+ var _useIconThemed = useIconThemed(),
6
+ iconThemed = _useIconThemed.iconThemed;
5
7
  return /*#__PURE__*/React.createElement("svg", {
6
8
  focusable: "false",
7
9
  "aria-hidden": true,
@@ -11,24 +13,36 @@ export default function IconHeading3() {
11
13
  fill: "none",
12
14
  fillRule: "evenodd"
13
15
  }, /*#__PURE__*/React.createElement("path", {
14
- fill: "#FFF",
16
+ fill: iconThemed({
17
+ light: '#FFF',
18
+ dark: '#161A1D'
19
+ }),
15
20
  d: "M0 0h40v40H0z"
16
21
  }), /*#__PURE__*/React.createElement("rect", {
17
- fill: "#C1C7D0",
22
+ fill: iconThemed({
23
+ light: '#C1C7D0',
24
+ dark: '#454F59'
25
+ }),
18
26
  x: 6,
19
27
  y: 31,
20
28
  width: 20,
21
29
  height: 1,
22
30
  rx: 0.5
23
31
  }), /*#__PURE__*/React.createElement("rect", {
24
- fill: "#C1C7D0",
32
+ fill: iconThemed({
33
+ light: '#C1C7D0',
34
+ dark: '#454F59'
35
+ }),
25
36
  x: 6,
26
37
  y: 28,
27
38
  width: 28,
28
39
  height: 1,
29
40
  rx: 0.5
30
41
  }), /*#__PURE__*/React.createElement("rect", {
31
- fill: "#C1C7D0",
42
+ fill: iconThemed({
43
+ light: '#C1C7D0',
44
+ dark: '#454F59'
45
+ }),
32
46
  x: 6,
33
47
  y: 25,
34
48
  width: 28,
@@ -36,7 +50,10 @@ export default function IconHeading3() {
36
50
  rx: 0.5
37
51
  }), /*#__PURE__*/React.createElement("path", {
38
52
  d: "M13.224 9.488h1.92V20h-1.92v-4.352H8.296V20h-1.92V9.488h1.92v4.416h4.928V9.488zM20.8 20.16c-1.712 0-2.736-.32-3.536-.88v-1.776c1.152.736 2.416.896 3.52.896 1.232 0 1.984-.432 1.984-1.504 0-1.104-.752-1.408-2.112-1.408H19.44v-1.472h1.232c1.216 0 1.92-.384 1.92-1.424 0-1.024-.688-1.52-1.92-1.52-.944 0-2.128.208-3.168.768v-1.744c.736-.416 1.776-.768 3.296-.768 2.544 0 3.696 1.296 3.696 2.816 0 1.424-.544 2.32-2.064 2.64 1.68.256 2.24 1.2 2.24 2.384 0 1.616-1.184 2.992-3.872 2.992z",
39
- fill: "#172B4D",
53
+ fill: iconThemed({
54
+ light: '#172B4D',
55
+ dark: '#8696A7'
56
+ }),
40
57
  fillRule: "nonzero"
41
58
  })));
42
59
  }
@@ -1,7 +1,9 @@
1
- // TODO: https://product-fabric.atlassian.net/browse/DSP-4138
2
1
  /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
3
2
  import React from 'react';
3
+ import { useIconThemed } from '../use-icon-themed';
4
4
  export default function IconHeading4() {
5
+ var _useIconThemed = useIconThemed(),
6
+ iconThemed = _useIconThemed.iconThemed;
5
7
  return /*#__PURE__*/React.createElement("svg", {
6
8
  focusable: "false",
7
9
  "aria-hidden": true,
@@ -11,24 +13,36 @@ export default function IconHeading4() {
11
13
  fill: "none",
12
14
  fillRule: "evenodd"
13
15
  }, /*#__PURE__*/React.createElement("path", {
14
- fill: "#FFF",
16
+ fill: iconThemed({
17
+ light: '#FFF',
18
+ dark: '#161A1D'
19
+ }),
15
20
  d: "M0 0h40v40H0z"
16
21
  }), /*#__PURE__*/React.createElement("rect", {
17
- fill: "#C1C7D0",
22
+ fill: iconThemed({
23
+ light: '#C1C7D0',
24
+ dark: '#454F59'
25
+ }),
18
26
  x: 6,
19
27
  y: 30,
20
28
  width: 20,
21
29
  height: 1,
22
30
  rx: 0.5
23
31
  }), /*#__PURE__*/React.createElement("rect", {
24
- fill: "#C1C7D0",
32
+ fill: iconThemed({
33
+ light: '#C1C7D0',
34
+ dark: '#454F59'
35
+ }),
25
36
  x: 6,
26
37
  y: 27,
27
38
  width: 28,
28
39
  height: 1,
29
40
  rx: 0.5
30
41
  }), /*#__PURE__*/React.createElement("rect", {
31
- fill: "#C1C7D0",
42
+ fill: iconThemed({
43
+ light: '#C1C7D0',
44
+ dark: '#454F59'
45
+ }),
32
46
  x: 6,
33
47
  y: 24,
34
48
  width: 28,
@@ -36,7 +50,10 @@ export default function IconHeading4() {
36
50
  rx: 0.5
37
51
  }), /*#__PURE__*/React.createElement("path", {
38
52
  d: "M11.804 9.802h2.254V19h-2.254v-3.57H8.206V19H5.952V9.802h2.254v3.654h3.598V9.802zm6.188 4.186l-1.246 1.68a33.67 33.67 0 012.646-.098v-3.78c-.476.812-.994 1.638-1.4 2.198zM21.52 19h-2.24v-1.666h-4.116v-1.946l4.116-5.586h2.24v5.768h1.05v1.764h-1.05V19z",
39
- fill: "#172B4D",
53
+ fill: iconThemed({
54
+ light: '#172B4D',
55
+ dark: '#8696A7'
56
+ }),
40
57
  fillRule: "nonzero"
41
58
  })));
42
59
  }
@@ -1,7 +1,9 @@
1
- // TODO: https://product-fabric.atlassian.net/browse/DSP-4138
2
1
  /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
3
2
  import React from 'react';
3
+ import { useIconThemed } from '../use-icon-themed';
4
4
  export default function IconHeading5() {
5
+ var _useIconThemed = useIconThemed(),
6
+ iconThemed = _useIconThemed.iconThemed;
5
7
  return /*#__PURE__*/React.createElement("svg", {
6
8
  focusable: "false",
7
9
  "aria-hidden": true,
@@ -11,24 +13,36 @@ export default function IconHeading5() {
11
13
  fill: "none",
12
14
  fillRule: "evenodd"
13
15
  }, /*#__PURE__*/React.createElement("path", {
14
- fill: "#FFF",
16
+ fill: iconThemed({
17
+ light: '#FFF',
18
+ dark: '#161A1D'
19
+ }),
15
20
  d: "M0 0h40v40H0z"
16
21
  }), /*#__PURE__*/React.createElement("rect", {
17
- fill: "#C1C7D0",
22
+ fill: iconThemed({
23
+ light: '#C1C7D0',
24
+ dark: '#454F59'
25
+ }),
18
26
  x: 6,
19
27
  y: 30,
20
28
  width: 20,
21
29
  height: 1,
22
30
  rx: 0.5
23
31
  }), /*#__PURE__*/React.createElement("rect", {
24
- fill: "#C1C7D0",
32
+ fill: iconThemed({
33
+ light: '#C1C7D0',
34
+ dark: '#454F59'
35
+ }),
25
36
  x: 6,
26
37
  y: 27,
27
38
  width: 28,
28
39
  height: 1,
29
40
  rx: 0.5
30
41
  }), /*#__PURE__*/React.createElement("rect", {
31
- fill: "#C1C7D0",
42
+ fill: iconThemed({
43
+ light: '#C1C7D0',
44
+ dark: '#454F59'
45
+ }),
32
46
  x: 6,
33
47
  y: 24,
34
48
  width: 28,
@@ -36,7 +50,10 @@ export default function IconHeading5() {
36
50
  rx: 0.5
37
51
  }), /*#__PURE__*/React.createElement("path", {
38
52
  d: "M10.832 11.116h1.932V19h-1.932v-3.06H7.748V19H5.816v-7.884h1.932v3.132h3.084v-3.132zm6.024 8.016c-1.152 0-2.124-.252-2.796-.684v-1.716a5.307 5.307 0 002.676.744c.852 0 1.308-.288 1.308-.984 0-.744-.456-.984-1.2-.984-.396 0-.816.096-1.176.24l-1.308-.504v-4.128h5.124v1.644h-3.48v1.896c.372-.168.852-.288 1.452-.288 1.656 0 2.4.9 2.4 2.304 0 1.476-.924 2.46-3 2.46z",
39
- fill: "#172B4D",
53
+ fill: iconThemed({
54
+ light: '#172B4D',
55
+ dark: '#8696A7'
56
+ }),
40
57
  fillRule: "nonzero"
41
58
  })));
42
59
  }
@@ -1,7 +1,9 @@
1
- // TODO: https://product-fabric.atlassian.net/browse/DSP-4138
2
1
  /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
3
2
  import React from 'react';
3
+ import { useIconThemed } from '../use-icon-themed';
4
4
  export default function IconHeading6() {
5
+ var _useIconThemed = useIconThemed(),
6
+ iconThemed = _useIconThemed.iconThemed;
5
7
  return /*#__PURE__*/React.createElement("svg", {
6
8
  focusable: "false",
7
9
  "aria-hidden": true,
@@ -11,24 +13,36 @@ export default function IconHeading6() {
11
13
  fill: "none",
12
14
  fillRule: "evenodd"
13
15
  }, /*#__PURE__*/React.createElement("path", {
14
- fill: "#FFF",
16
+ fill: iconThemed({
17
+ light: '#FFF',
18
+ dark: '#161A1D'
19
+ }),
15
20
  d: "M0 0h40v40H0z"
16
21
  }), /*#__PURE__*/React.createElement("rect", {
17
- fill: "#C1C7D0",
22
+ fill: iconThemed({
23
+ light: '#C1C7D0',
24
+ dark: '#454F59'
25
+ }),
18
26
  x: 6,
19
27
  y: 30,
20
28
  width: 20,
21
29
  height: 1,
22
30
  rx: 0.5
23
31
  }), /*#__PURE__*/React.createElement("rect", {
24
- fill: "#C1C7D0",
32
+ fill: iconThemed({
33
+ light: '#C1C7D0',
34
+ dark: '#454F59'
35
+ }),
25
36
  x: 6,
26
37
  y: 27,
27
38
  width: 28,
28
39
  height: 1,
29
40
  rx: 0.5
30
41
  }), /*#__PURE__*/React.createElement("rect", {
31
- fill: "#C1C7D0",
42
+ fill: iconThemed({
43
+ light: '#C1C7D0',
44
+ dark: '#454F59'
45
+ }),
32
46
  x: 6,
33
47
  y: 24,
34
48
  width: 28,
@@ -36,7 +50,10 @@ export default function IconHeading6() {
36
50
  rx: 0.5
37
51
  }), /*#__PURE__*/React.createElement("path", {
38
52
  d: "M12.675 19h-1.622v-3.239H7.562V19H5.94v-7.75h1.622v3.125h3.491V11.25h1.622V19zm4.878.199c-1.122 0-2.025-.494-2.556-1.402-.43-.66-.65-1.552-.65-2.616 0-2.573 1.213-4.13 3.233-4.13 1.472 0 2.616.87 2.836 2.164H18.81c-.15-.51-.634-.832-1.24-.832-1.064 0-1.709 1.026-1.677 2.632h.097c.355-.73 1.074-1.144 1.977-1.144 1.471 0 2.551 1.09 2.551 2.572 0 1.612-1.23 2.756-2.965 2.756zm-.016-1.332c.795 0 1.407-.596 1.407-1.375 0-.79-.59-1.37-1.402-1.37-.81 0-1.407.58-1.407 1.354 0 .79.607 1.39 1.402 1.39z",
39
- fill: "#97A0AF",
53
+ fill: iconThemed({
54
+ light: '#97A0AF',
55
+ dark: '#5A6977'
56
+ }),
40
57
  fillRule: "nonzero"
41
58
  })));
42
59
  }
@@ -18,7 +18,7 @@ import { themed } from '@atlaskit/theme/components';
18
18
  import { borderRadius } from '@atlaskit/theme/constants';
19
19
  import Layer from '../Layer';
20
20
  var packageName = "@atlaskit/editor-common";
21
- var packageVersion = "74.50.2";
21
+ var packageVersion = "74.50.4";
22
22
  var halfFocusRing = 1;
23
23
  var dropOffset = '0, 8';
24
24
  var DropList = /*#__PURE__*/function (_Component) {
@@ -4,6 +4,7 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
4
4
  var _excluded = ["children"];
5
5
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
6
6
  /** @jsx jsx */
7
+
7
8
  import React, { forwardRef } from 'react';
8
9
  import { css, jsx } from '@emotion/react';
9
10
  import { defineMessages } from 'react-intl-next';
@@ -90,7 +91,7 @@ var containerStyles = function containerStyles(styleProps) {
90
91
  };
91
92
  var contentStyles = function contentStyles(styleProps) {
92
93
  return function (themeProps) {
93
- return css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n padding-top: ", ";\n padding-right: ", ";\n // TODO: Migrate away from gridSize\n // Recommendation: Replace gridSize with 8 if important to highlight 8*4 - 8/2, or directly replace with 28px\n padding-left: ", "px;\n display: flow-root;\n\n // The follow rules inside @supports block are added as a part of ED-8893\n // The fix is targeting mobile bridge on iOS 12 or below,\n // We should consider remove this fix when we no longer support iOS 12\n @supports not (display: flow-root) {\n width: 100%;\n box-sizing: border-box;\n }\n\n ", "\n "])), styleProps.expanded ? "var(--ds-space-100, 8px)" : "var(--ds-space-0, 0px)", "var(--ds-space-100, 8px)", gridSize() * 4 - gridSize() / 2, !styleProps.expanded ? "\n .expand-content-wrapper, .nestedExpand-content-wrapper {\n /* We visually hide the content here to preserve the content during copy+paste */\n width: 100%;\n display: block;\n height: 0;\n overflow: hidden;\n clip: rect(1px, 1px, 1px, 1px);\n white-space: nowrap;\n user-select: none;\n }\n " : '');
94
+ return css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n padding-top: ", ";\n padding-right: ", ";\n // TODO: Migrate away from gridSize\n // Recommendation: Replace gridSize with 8 if important to highlight 8*4 - 8/2, or directly replace with 28px\n padding-left: ", "px;\n display: flow-root;\n\n // The follow rules inside @supports block are added as a part of ED-8893\n // The fix is targeting mobile bridge on iOS 12 or below,\n // We should consider remove this fix when we no longer support iOS 12\n @supports not (display: flow-root) {\n width: 100%;\n box-sizing: border-box;\n }\n\n ", "\n "])), styleProps.expanded ? "var(--ds-space-100, 8px)" : "var(--ds-space-0, 0px)", "var(--ds-space-100, 8px)", gridSize() * 4 - gridSize() / 2, !styleProps.expanded ? "\n .expand-content-wrapper, .nestedExpand-content-wrapper {\n /* We visually hide the content here to preserve the content during copy+paste */\n /* Do not add text nowrap here because inline comment navigation depends on the location of the text */\n width: 100%;\n display: block;\n height: 0;\n overflow: hidden;\n clip: rect(1px, 1px, 1px, 1px);\n user-select: none;\n }\n " : '');
94
95
  };
95
96
  };
96
97
  var titleInputStyles = function titleInputStyles(props) {
@@ -1,2 +1,2 @@
1
1
  export { MEDIA_SINGLE_DEFAULT_MIN_PIXEL_WIDTH, MEDIA_SINGLE_VIDEO_MIN_PIXEL_WIDTH, MEDIA_SINGLE_SNAP_GAP, MEDIA_SINGLE_HIGHLIGHT_GAP, MEDIA_SINGLE_GUTTER_SIZE, MEDIA_SINGLE_RESIZE_THROTTLE_TIME, Layout as MediaSingleLayout, DEFAULT_IMAGE_WIDTH, DEFAULT_IMAGE_HEIGHT, wrappedLayouts, } from './constants';
2
- export { getMediaSinglePixelWidth, calcMediaSinglePixelWidth, calcMediaSingleMaxWidth, getMediaSingleInitialWidth, calculateOffsetLeft, roundToNearest, } from './utils';
2
+ export { getMediaSinglePixelWidth, calcMediaSinglePixelWidth, calcMediaSingleMaxWidth, getMediaSingleInitialWidth, calculateOffsetLeft, roundToNearest, getMaxWidthForNestedNode, getMaxWidthForNestedNodeNext, } from './utils';
@@ -1,4 +1,6 @@
1
1
  import type { RichMediaLayout } from '@atlaskit/adf-schema';
2
+ import type { ResolvedPos } from '@atlaskit/editor-prosemirror/model';
3
+ import type { EditorView } from '@atlaskit/editor-prosemirror/view';
2
4
  /**
3
5
  * Convert media node width to pixel
4
6
  *
@@ -54,3 +56,16 @@ export declare function calculateOffsetLeft(insideInlineLike: boolean, insideLay
54
56
  * @return {number} the rounded number
55
57
  */
56
58
  export declare const roundToNearest: (value: number, interval?: number) => number;
59
+ /**
60
+ * Get parent width for a nested media single node
61
+ * @param view Editor view
62
+ * @param pos node position
63
+ */
64
+ export declare const getMaxWidthForNestedNode: (view: EditorView, pos: number | undefined) => number | null;
65
+ /**
66
+ * Get parent width for a nested media single node for new experience
67
+ * @param view Editor view
68
+ * @param pos node position
69
+ */
70
+ export declare const getMaxWidthForNestedNodeNext: (view: EditorView, pos: number | undefined) => number | null;
71
+ export declare const getParentWidthForNestedMediaSingleNode: (resolvedPos: ResolvedPos, view: EditorView) => number | null;
@@ -1,7 +1,6 @@
1
- /** @jsx jsx */
2
1
  import React from 'react';
3
2
  import { jsx } from '@emotion/react';
4
- import { ThemeProps } from '@atlaskit/theme/types';
3
+ import type { ThemeProps } from '@atlaskit/theme/types';
5
4
  export declare const messages: {
6
5
  collapseNode: {
7
6
  id: string;
@@ -1,2 +1,2 @@
1
1
  export { MEDIA_SINGLE_DEFAULT_MIN_PIXEL_WIDTH, MEDIA_SINGLE_VIDEO_MIN_PIXEL_WIDTH, MEDIA_SINGLE_SNAP_GAP, MEDIA_SINGLE_HIGHLIGHT_GAP, MEDIA_SINGLE_GUTTER_SIZE, MEDIA_SINGLE_RESIZE_THROTTLE_TIME, Layout as MediaSingleLayout, DEFAULT_IMAGE_WIDTH, DEFAULT_IMAGE_HEIGHT, wrappedLayouts, } from './constants';
2
- export { getMediaSinglePixelWidth, calcMediaSinglePixelWidth, calcMediaSingleMaxWidth, getMediaSingleInitialWidth, calculateOffsetLeft, roundToNearest, } from './utils';
2
+ export { getMediaSinglePixelWidth, calcMediaSinglePixelWidth, calcMediaSingleMaxWidth, getMediaSingleInitialWidth, calculateOffsetLeft, roundToNearest, getMaxWidthForNestedNode, getMaxWidthForNestedNodeNext, } from './utils';
@@ -1,4 +1,6 @@
1
1
  import type { RichMediaLayout } from '@atlaskit/adf-schema';
2
+ import type { ResolvedPos } from '@atlaskit/editor-prosemirror/model';
3
+ import type { EditorView } from '@atlaskit/editor-prosemirror/view';
2
4
  /**
3
5
  * Convert media node width to pixel
4
6
  *
@@ -54,3 +56,16 @@ export declare function calculateOffsetLeft(insideInlineLike: boolean, insideLay
54
56
  * @return {number} the rounded number
55
57
  */
56
58
  export declare const roundToNearest: (value: number, interval?: number) => number;
59
+ /**
60
+ * Get parent width for a nested media single node
61
+ * @param view Editor view
62
+ * @param pos node position
63
+ */
64
+ export declare const getMaxWidthForNestedNode: (view: EditorView, pos: number | undefined) => number | null;
65
+ /**
66
+ * Get parent width for a nested media single node for new experience
67
+ * @param view Editor view
68
+ * @param pos node position
69
+ */
70
+ export declare const getMaxWidthForNestedNodeNext: (view: EditorView, pos: number | undefined) => number | null;
71
+ export declare const getParentWidthForNestedMediaSingleNode: (resolvedPos: ResolvedPos, view: EditorView) => number | null;
@@ -1,7 +1,6 @@
1
- /** @jsx jsx */
2
1
  import React from 'react';
3
2
  import { jsx } from '@emotion/react';
4
- import { ThemeProps } from '@atlaskit/theme/types';
3
+ import type { ThemeProps } from '@atlaskit/theme/types';
5
4
  export declare const messages: {
6
5
  collapseNode: {
7
6
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "74.50.2",
3
+ "version": "74.50.4",
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/"