@atlaskit/editor-common 114.45.0 → 114.47.0

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,28 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 114.47.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6767563047c0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6767563047c0e) -
8
+ Add distributeLayoutColumns command that equalises widths of selected layout columns; wire into
9
+ drag-handle column menu and floating toolbar
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 114.46.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`122438a5ab2b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/122438a5ab2b7) -
20
+ Improve fit to content table column width distribution
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+
3
26
  ## 114.45.0
4
27
 
5
28
  ### Minor Changes
@@ -347,6 +347,12 @@ var aiConfigItemMessages = exports.aiConfigItemMessages = (0, _reactIntl.defineM
347
347
  defaultMessage: 'Improve description',
348
348
  description: 'Describes an option to use Atlassian Intelligence to improve the issue description currently selected by the user.'
349
349
  },
350
+ // Remix messages
351
+ remixTitle: {
352
+ id: 'fabric.editor.ai.config.item.remix.title',
353
+ defaultMessage: 'Remix',
354
+ description: 'Describes an option to use Atlassian Intelligence to turn content into something new while keeping the original meaning, such as a flow chart'
355
+ },
350
356
  // Make longer messages
351
357
  makeLongerTitle: {
352
358
  id: 'fabric.editor.ai.config.item.makeLonger.title',
@@ -18,7 +18,7 @@ var markdownModeMessages = exports.markdownModeMessages = (0, _reactIntl.defineM
18
18
  groupLabel: {
19
19
  id: 'fabric.editor.markdownMode.viewToggle.groupLabel',
20
20
  defaultMessage: 'View mode',
21
- description: 'Accessible label announced for the group of three view-mode toggle buttons (markdown source, WYSIWYG, preview) shown on Markdown-Mode Live Docs.'
21
+ description: 'Accessible label announced for the group of three view-mode toggle buttons (syntax editor, preview editor, split view) shown on Markdown-Mode Live Docs.'
22
22
  },
23
23
  source: {
24
24
  id: 'fabric.editor.markdownMode.viewToggle.source',
@@ -27,13 +27,13 @@ var markdownModeMessages = exports.markdownModeMessages = (0, _reactIntl.defineM
27
27
  },
28
28
  wysiwyg: {
29
29
  id: 'fabric.editor.markdownMode.viewToggle.wysiwyg',
30
- defaultMessage: 'WYSIWYG editor',
31
- description: 'Tooltip and accessible label for the toggle button that switches the editor into the WYSIWYG markdown editing view (the default).'
30
+ defaultMessage: 'Preview editor',
31
+ description: 'Tooltip and accessible label for the toggle button that switches the editor into the preview markdown editing view.'
32
32
  },
33
33
  preview: {
34
34
  id: 'fabric.editor.markdownMode.viewToggle.preview',
35
35
  defaultMessage: 'Split view (coming soon)',
36
- description: 'Tooltip and accessible label for the toggle button that will switch the editor into a split view. This feature is not yet available.'
36
+ description: 'Tooltip and accessible label for the toggle button that will switch the editor into split view mode. This feature is not yet available.'
37
37
  },
38
38
  sourceAriaLabel: {
39
39
  id: 'fabric.editor.markdownMode.sourceView.ariaLabel',
@@ -63,7 +63,7 @@ var markdownModeMessages = exports.markdownModeMessages = (0, _reactIntl.defineM
63
63
  confirmDialogToMarkdownToggle: {
64
64
  id: 'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle',
65
65
  defaultMessage: 'Toggle between the syntax and preview editor',
66
- description: 'Body row inside the convert-to-markdown confirmation dialog; explains that the user can still flip between markdown source view and WYSIWYG view after the conversion.'
66
+ description: 'Body row inside the convert-to-markdown confirmation dialog; explains that the user can still flip between syntax and preview editor after the conversion.'
67
67
  },
68
68
  confirmDialogToMarkdownVersionHistory: {
69
69
  id: 'fabric.editor.markdownMode.confirmDialog.toMarkdown.versionHistory',
@@ -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 = "114.44.0";
22
+ var packageVersion = "114.46.0";
23
23
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
24
24
  // Remove URL as it has UGC
25
25
  // Ignored via go/ees007
@@ -36,6 +36,7 @@ var TableSharedCssClassName = exports.TableSharedCssClassName = {
36
36
  TABLE_RIGHT_BORDER: "".concat(_adfSchema.tablePrefixSelector, "-right-border"),
37
37
  TABLE_LEFT_BORDER: "".concat(_adfSchema.tablePrefixSelector, "-left-border"),
38
38
  TABLE_LEFT_SHADOW: "".concat(_adfSchema.tablePrefixSelector, "-with-left-shadow"),
39
+ TABLE_NATIVE_STICKY: "".concat(_adfSchema.tablePrefixSelector, "-row-native-sticky"),
39
40
  TABLE_RIGHT_SHADOW: "".concat(_adfSchema.tablePrefixSelector, "-with-right-shadow"),
40
41
  TABLE_STICKY_SHADOW: "".concat(_adfSchema.tablePrefixSelector, "-sticky-shadow"),
41
42
  TABLE_STICKY_WRAPPER: "".concat(_adfSchema.tablePrefixSelector, "-sticky-wrapper"),
@@ -46,6 +47,7 @@ var TableSharedCssClassName = exports.TableSharedCssClassName = {
46
47
  TABLE_STICKY_SCROLLBAR_SENTINEL_BOTTOM: "".concat(_adfSchema.tablePrefixSelector, "-sticky-scrollbar-sentinel-bottom"),
47
48
  TABLE_SHADOW_SENTINEL_LEFT: "".concat(_adfSchema.tablePrefixSelector, "-shadow-sentinel-left"),
48
49
  TABLE_SHADOW_SENTINEL_RIGHT: "".concat(_adfSchema.tablePrefixSelector, "-shadow-sentinel-right"),
50
+ TABLE_STICKY: "".concat(_adfSchema.tablePrefixSelector, "-sticky"),
49
51
  // eslint-disable-next-line @atlaskit/editor/no-re-export
50
52
  TABLE_CELL_NODEVIEW_CONTENT_DOM: _adfSchema.tableCellContentDomSelector,
51
53
  // eslint-disable-next-line @atlaskit/editor/no-re-export
@@ -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 = "114.44.0";
27
+ var packageVersion = "114.46.0";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -341,6 +341,12 @@ export const aiConfigItemMessages = defineMessages({
341
341
  defaultMessage: 'Improve description',
342
342
  description: 'Describes an option to use Atlassian Intelligence to improve the issue description currently selected by the user.'
343
343
  },
344
+ // Remix messages
345
+ remixTitle: {
346
+ id: 'fabric.editor.ai.config.item.remix.title',
347
+ defaultMessage: 'Remix',
348
+ description: 'Describes an option to use Atlassian Intelligence to turn content into something new while keeping the original meaning, such as a flow chart'
349
+ },
344
350
  // Make longer messages
345
351
  makeLongerTitle: {
346
352
  id: 'fabric.editor.ai.config.item.makeLonger.title',
@@ -13,7 +13,7 @@ export const markdownModeMessages = defineMessages({
13
13
  groupLabel: {
14
14
  id: 'fabric.editor.markdownMode.viewToggle.groupLabel',
15
15
  defaultMessage: 'View mode',
16
- description: 'Accessible label announced for the group of three view-mode toggle buttons (markdown source, WYSIWYG, preview) shown on Markdown-Mode Live Docs.'
16
+ description: 'Accessible label announced for the group of three view-mode toggle buttons (syntax editor, preview editor, split view) shown on Markdown-Mode Live Docs.'
17
17
  },
18
18
  source: {
19
19
  id: 'fabric.editor.markdownMode.viewToggle.source',
@@ -22,13 +22,13 @@ export const markdownModeMessages = defineMessages({
22
22
  },
23
23
  wysiwyg: {
24
24
  id: 'fabric.editor.markdownMode.viewToggle.wysiwyg',
25
- defaultMessage: 'WYSIWYG editor',
26
- description: 'Tooltip and accessible label for the toggle button that switches the editor into the WYSIWYG markdown editing view (the default).'
25
+ defaultMessage: 'Preview editor',
26
+ description: 'Tooltip and accessible label for the toggle button that switches the editor into the preview markdown editing view.'
27
27
  },
28
28
  preview: {
29
29
  id: 'fabric.editor.markdownMode.viewToggle.preview',
30
30
  defaultMessage: 'Split view (coming soon)',
31
- description: 'Tooltip and accessible label for the toggle button that will switch the editor into a split view. This feature is not yet available.'
31
+ description: 'Tooltip and accessible label for the toggle button that will switch the editor into split view mode. This feature is not yet available.'
32
32
  },
33
33
  sourceAriaLabel: {
34
34
  id: 'fabric.editor.markdownMode.sourceView.ariaLabel',
@@ -58,7 +58,7 @@ export const markdownModeMessages = defineMessages({
58
58
  confirmDialogToMarkdownToggle: {
59
59
  id: 'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle',
60
60
  defaultMessage: 'Toggle between the syntax and preview editor',
61
- description: 'Body row inside the convert-to-markdown confirmation dialog; explains that the user can still flip between markdown source view and WYSIWYG view after the conversion.'
61
+ description: 'Body row inside the convert-to-markdown confirmation dialog; explains that the user can still flip between syntax and preview editor after the conversion.'
62
62
  },
63
63
  confirmDialogToMarkdownVersionHistory: {
64
64
  id: 'fabric.editor.markdownMode.confirmDialog.toMarkdown.versionHistory',
@@ -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 = "114.44.0";
7
+ const packageVersion = "114.46.0";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // Ignored via go/ees007
@@ -27,6 +27,7 @@ export const TableSharedCssClassName = {
27
27
  TABLE_RIGHT_BORDER: `${tablePrefixSelector}-right-border`,
28
28
  TABLE_LEFT_BORDER: `${tablePrefixSelector}-left-border`,
29
29
  TABLE_LEFT_SHADOW: `${tablePrefixSelector}-with-left-shadow`,
30
+ TABLE_NATIVE_STICKY: `${tablePrefixSelector}-row-native-sticky`,
30
31
  TABLE_RIGHT_SHADOW: `${tablePrefixSelector}-with-right-shadow`,
31
32
  TABLE_STICKY_SHADOW: `${tablePrefixSelector}-sticky-shadow`,
32
33
  TABLE_STICKY_WRAPPER: `${tablePrefixSelector}-sticky-wrapper`,
@@ -37,6 +38,7 @@ export const TableSharedCssClassName = {
37
38
  TABLE_STICKY_SCROLLBAR_SENTINEL_BOTTOM: `${tablePrefixSelector}-sticky-scrollbar-sentinel-bottom`,
38
39
  TABLE_SHADOW_SENTINEL_LEFT: `${tablePrefixSelector}-shadow-sentinel-left`,
39
40
  TABLE_SHADOW_SENTINEL_RIGHT: `${tablePrefixSelector}-shadow-sentinel-right`,
41
+ TABLE_STICKY: `${tablePrefixSelector}-sticky`,
40
42
  // eslint-disable-next-line @atlaskit/editor/no-re-export
41
43
  TABLE_CELL_NODEVIEW_CONTENT_DOM: tableCellContentDomSelector,
42
44
  // eslint-disable-next-line @atlaskit/editor/no-re-export
@@ -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 = "114.44.0";
17
+ const packageVersion = "114.46.0";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -341,6 +341,12 @@ export var aiConfigItemMessages = defineMessages({
341
341
  defaultMessage: 'Improve description',
342
342
  description: 'Describes an option to use Atlassian Intelligence to improve the issue description currently selected by the user.'
343
343
  },
344
+ // Remix messages
345
+ remixTitle: {
346
+ id: 'fabric.editor.ai.config.item.remix.title',
347
+ defaultMessage: 'Remix',
348
+ description: 'Describes an option to use Atlassian Intelligence to turn content into something new while keeping the original meaning, such as a flow chart'
349
+ },
344
350
  // Make longer messages
345
351
  makeLongerTitle: {
346
352
  id: 'fabric.editor.ai.config.item.makeLonger.title',
@@ -13,7 +13,7 @@ export var markdownModeMessages = defineMessages({
13
13
  groupLabel: {
14
14
  id: 'fabric.editor.markdownMode.viewToggle.groupLabel',
15
15
  defaultMessage: 'View mode',
16
- description: 'Accessible label announced for the group of three view-mode toggle buttons (markdown source, WYSIWYG, preview) shown on Markdown-Mode Live Docs.'
16
+ description: 'Accessible label announced for the group of three view-mode toggle buttons (syntax editor, preview editor, split view) shown on Markdown-Mode Live Docs.'
17
17
  },
18
18
  source: {
19
19
  id: 'fabric.editor.markdownMode.viewToggle.source',
@@ -22,13 +22,13 @@ export var markdownModeMessages = defineMessages({
22
22
  },
23
23
  wysiwyg: {
24
24
  id: 'fabric.editor.markdownMode.viewToggle.wysiwyg',
25
- defaultMessage: 'WYSIWYG editor',
26
- description: 'Tooltip and accessible label for the toggle button that switches the editor into the WYSIWYG markdown editing view (the default).'
25
+ defaultMessage: 'Preview editor',
26
+ description: 'Tooltip and accessible label for the toggle button that switches the editor into the preview markdown editing view.'
27
27
  },
28
28
  preview: {
29
29
  id: 'fabric.editor.markdownMode.viewToggle.preview',
30
30
  defaultMessage: 'Split view (coming soon)',
31
- description: 'Tooltip and accessible label for the toggle button that will switch the editor into a split view. This feature is not yet available.'
31
+ description: 'Tooltip and accessible label for the toggle button that will switch the editor into split view mode. This feature is not yet available.'
32
32
  },
33
33
  sourceAriaLabel: {
34
34
  id: 'fabric.editor.markdownMode.sourceView.ariaLabel',
@@ -58,7 +58,7 @@ export var markdownModeMessages = defineMessages({
58
58
  confirmDialogToMarkdownToggle: {
59
59
  id: 'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle',
60
60
  defaultMessage: 'Toggle between the syntax and preview editor',
61
- description: 'Body row inside the convert-to-markdown confirmation dialog; explains that the user can still flip between markdown source view and WYSIWYG view after the conversion.'
61
+ description: 'Body row inside the convert-to-markdown confirmation dialog; explains that the user can still flip between syntax and preview editor after the conversion.'
62
62
  },
63
63
  confirmDialogToMarkdownVersionHistory: {
64
64
  id: 'fabric.editor.markdownMode.confirmDialog.toMarkdown.versionHistory',
@@ -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 = "114.44.0";
13
+ var packageVersion = "114.46.0";
14
14
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
15
15
  // Remove URL as it has UGC
16
16
  // Ignored via go/ees007
@@ -29,6 +29,7 @@ export var TableSharedCssClassName = {
29
29
  TABLE_RIGHT_BORDER: "".concat(tablePrefixSelector, "-right-border"),
30
30
  TABLE_LEFT_BORDER: "".concat(tablePrefixSelector, "-left-border"),
31
31
  TABLE_LEFT_SHADOW: "".concat(tablePrefixSelector, "-with-left-shadow"),
32
+ TABLE_NATIVE_STICKY: "".concat(tablePrefixSelector, "-row-native-sticky"),
32
33
  TABLE_RIGHT_SHADOW: "".concat(tablePrefixSelector, "-with-right-shadow"),
33
34
  TABLE_STICKY_SHADOW: "".concat(tablePrefixSelector, "-sticky-shadow"),
34
35
  TABLE_STICKY_WRAPPER: "".concat(tablePrefixSelector, "-sticky-wrapper"),
@@ -39,6 +40,7 @@ export var TableSharedCssClassName = {
39
40
  TABLE_STICKY_SCROLLBAR_SENTINEL_BOTTOM: "".concat(tablePrefixSelector, "-sticky-scrollbar-sentinel-bottom"),
40
41
  TABLE_SHADOW_SENTINEL_LEFT: "".concat(tablePrefixSelector, "-shadow-sentinel-left"),
41
42
  TABLE_SHADOW_SENTINEL_RIGHT: "".concat(tablePrefixSelector, "-shadow-sentinel-right"),
43
+ TABLE_STICKY: "".concat(tablePrefixSelector, "-sticky"),
42
44
  // eslint-disable-next-line @atlaskit/editor/no-re-export
43
45
  TABLE_CELL_NODEVIEW_CONTENT_DOM: tableCellContentDomSelector,
44
46
  // eslint-disable-next-line @atlaskit/editor/no-re-export
@@ -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 = "114.44.0";
24
+ var packageVersion = "114.46.0";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -379,6 +379,11 @@ export declare const aiConfigItemMessages: {
379
379
  description: string;
380
380
  id: string;
381
381
  };
382
+ remixTitle: {
383
+ defaultMessage: string;
384
+ description: string;
385
+ id: string;
386
+ };
382
387
  rephraseDescription: {
383
388
  defaultMessage: string;
384
389
  description: string;
@@ -69,6 +69,13 @@ type UpdatedLayoutColumnVerticalAlignmentAEP = TrackAEP<ACTION.UPDATED, ACTION_S
69
69
  updatedCount: number;
70
70
  valign: 'top' | 'middle' | 'bottom';
71
71
  }, undefined>;
72
+ type DistributedLayoutColumnAEP = TrackAEP<ACTION.UPDATED, ACTION_SUBJECT.DOCUMENT, ACTION_SUBJECT_ID.LAYOUT_COLUMN, {
73
+ columnCount: number;
74
+ endIndex: number;
75
+ inputMethod: INPUT_METHOD.LAYOUT_COLUMN_MENU | INPUT_METHOD.FLOATING_TB;
76
+ selectedCount: number;
77
+ startIndex: number;
78
+ }, undefined>;
72
79
  type DeletedExpandAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.EXPAND | ACTION_SUBJECT.NESTED_EXPAND, undefined, {
73
80
  inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
74
81
  }, undefined>;
@@ -79,5 +86,5 @@ type UnsupportedContentAEP = TrackAEP<ACTION.UNSUPPORTED_CONTENT_ENCOUNTERED, AC
79
86
  type: string;
80
87
  };
81
88
  }, undefined>;
82
- export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedLayoutColumnAEP | UpdatedLayoutColumnVerticalAlignmentAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | ChangeNativeEmbedAEP | UnsupportedContentAEP;
89
+ export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedLayoutColumnAEP | UpdatedLayoutColumnVerticalAlignmentAEP | DistributedLayoutColumnAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | ChangeNativeEmbedAEP | UnsupportedContentAEP;
83
90
  export {};
@@ -19,6 +19,7 @@ export declare const TableSharedCssClassName: {
19
19
  readonly TABLE_HEADER_CELL_WRAPPER: 'pm-table-header-content-wrap';
20
20
  readonly TABLE_LEFT_BORDER: 'pm-table-left-border';
21
21
  readonly TABLE_LEFT_SHADOW: 'pm-table-with-left-shadow';
22
+ readonly TABLE_NATIVE_STICKY: 'pm-table-row-native-sticky';
22
23
  readonly TABLE_NODE_WRAPPER: 'pm-table-wrapper';
23
24
  readonly TABLE_NODE_WRAPPER_NO_OVERFLOW: 'pm-table-wrapper-no-overflow';
24
25
  readonly TABLE_RESIZER_CONTAINER: 'pm-table-resizer-container';
@@ -28,6 +29,7 @@ export declare const TableSharedCssClassName: {
28
29
  readonly TABLE_SCROLL_INLINE_SHADOW: 'pm-table-scroll-inline-shadow';
29
30
  readonly TABLE_SHADOW_SENTINEL_LEFT: 'pm-table-shadow-sentinel-left';
30
31
  readonly TABLE_SHADOW_SENTINEL_RIGHT: 'pm-table-shadow-sentinel-right';
32
+ readonly TABLE_STICKY: 'pm-table-sticky';
31
33
  readonly TABLE_STICKY_SCROLLBAR_CONTAINER: 'pm-table-sticky-scrollbar-container';
32
34
  readonly TABLE_STICKY_SCROLLBAR_SENTINEL_BOTTOM: 'pm-table-sticky-scrollbar-sentinel-bottom';
33
35
  readonly TABLE_STICKY_SCROLLBAR_SENTINEL_TOP: 'pm-table-sticky-scrollbar-sentinel-top';
@@ -379,6 +379,11 @@ export declare const aiConfigItemMessages: {
379
379
  description: string;
380
380
  id: string;
381
381
  };
382
+ remixTitle: {
383
+ defaultMessage: string;
384
+ description: string;
385
+ id: string;
386
+ };
382
387
  rephraseDescription: {
383
388
  defaultMessage: string;
384
389
  description: string;
@@ -69,6 +69,13 @@ type UpdatedLayoutColumnVerticalAlignmentAEP = TrackAEP<ACTION.UPDATED, ACTION_S
69
69
  updatedCount: number;
70
70
  valign: 'top' | 'middle' | 'bottom';
71
71
  }, undefined>;
72
+ type DistributedLayoutColumnAEP = TrackAEP<ACTION.UPDATED, ACTION_SUBJECT.DOCUMENT, ACTION_SUBJECT_ID.LAYOUT_COLUMN, {
73
+ columnCount: number;
74
+ endIndex: number;
75
+ inputMethod: INPUT_METHOD.LAYOUT_COLUMN_MENU | INPUT_METHOD.FLOATING_TB;
76
+ selectedCount: number;
77
+ startIndex: number;
78
+ }, undefined>;
72
79
  type DeletedExpandAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.EXPAND | ACTION_SUBJECT.NESTED_EXPAND, undefined, {
73
80
  inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
74
81
  }, undefined>;
@@ -79,5 +86,5 @@ type UnsupportedContentAEP = TrackAEP<ACTION.UNSUPPORTED_CONTENT_ENCOUNTERED, AC
79
86
  type: string;
80
87
  };
81
88
  }, undefined>;
82
- export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedLayoutColumnAEP | UpdatedLayoutColumnVerticalAlignmentAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | ChangeNativeEmbedAEP | UnsupportedContentAEP;
89
+ export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedLayoutColumnAEP | UpdatedLayoutColumnVerticalAlignmentAEP | DistributedLayoutColumnAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | ChangeNativeEmbedAEP | UnsupportedContentAEP;
83
90
  export {};
@@ -19,6 +19,7 @@ export declare const TableSharedCssClassName: {
19
19
  readonly TABLE_HEADER_CELL_WRAPPER: 'pm-table-header-content-wrap';
20
20
  readonly TABLE_LEFT_BORDER: 'pm-table-left-border';
21
21
  readonly TABLE_LEFT_SHADOW: 'pm-table-with-left-shadow';
22
+ readonly TABLE_NATIVE_STICKY: 'pm-table-row-native-sticky';
22
23
  readonly TABLE_NODE_WRAPPER: 'pm-table-wrapper';
23
24
  readonly TABLE_NODE_WRAPPER_NO_OVERFLOW: 'pm-table-wrapper-no-overflow';
24
25
  readonly TABLE_RESIZER_CONTAINER: 'pm-table-resizer-container';
@@ -28,6 +29,7 @@ export declare const TableSharedCssClassName: {
28
29
  readonly TABLE_SCROLL_INLINE_SHADOW: 'pm-table-scroll-inline-shadow';
29
30
  readonly TABLE_SHADOW_SENTINEL_LEFT: 'pm-table-shadow-sentinel-left';
30
31
  readonly TABLE_SHADOW_SENTINEL_RIGHT: 'pm-table-shadow-sentinel-right';
32
+ readonly TABLE_STICKY: 'pm-table-sticky';
31
33
  readonly TABLE_STICKY_SCROLLBAR_CONTAINER: 'pm-table-sticky-scrollbar-container';
32
34
  readonly TABLE_STICKY_SCROLLBAR_SENTINEL_BOTTOM: 'pm-table-sticky-scrollbar-sentinel-bottom';
33
35
  readonly TABLE_STICKY_SCROLLBAR_SENTINEL_TOP: 'pm-table-sticky-scrollbar-sentinel-top';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "114.45.0",
3
+ "version": "114.47.0",
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/"
@@ -58,7 +58,7 @@
58
58
  "@atlaskit/editor-toolbar": "^1.7.0",
59
59
  "@atlaskit/editor-toolbar-model": "^0.5.0",
60
60
  "@atlaskit/emoji": "^70.10.0",
61
- "@atlaskit/icon": "^35.0.0",
61
+ "@atlaskit/icon": "^35.1.0",
62
62
  "@atlaskit/link": "^3.4.0",
63
63
  "@atlaskit/link-datasource": "^5.4.0",
64
64
  "@atlaskit/link-picker": "^5.2.0",
@@ -79,7 +79,7 @@
79
79
  "@atlaskit/primitives": "^19.0.0",
80
80
  "@atlaskit/profilecard": "^25.7.0",
81
81
  "@atlaskit/prosemirror-history": "^0.2.0",
82
- "@atlaskit/react-ufo": "^6.0.0",
82
+ "@atlaskit/react-ufo": "^6.1.0",
83
83
  "@atlaskit/section-message": "^8.13.0",
84
84
  "@atlaskit/smart-card": "^44.16.0",
85
85
  "@atlaskit/smart-user-picker": "^10.1.0",
@@ -87,7 +87,7 @@
87
87
  "@atlaskit/task-decision": "^20.1.0",
88
88
  "@atlaskit/teams-app-config": "^1.12.0",
89
89
  "@atlaskit/textfield": "^8.3.0",
90
- "@atlaskit/tmp-editor-statsig": "^82.5.0",
90
+ "@atlaskit/tmp-editor-statsig": "^83.0.0",
91
91
  "@atlaskit/tokens": "^13.0.0",
92
92
  "@atlaskit/tooltip": "^22.3.0",
93
93
  "@atlaskit/width-detector": "^5.1.0",