@atlaskit/editor-common 114.19.2 → 114.20.1

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 (91) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/ai-messages/ai-experience-application.js +3 -3
  3. package/dist/cjs/ai-messages/ai-suggestions.js +1 -1
  4. package/dist/cjs/ai-messages/ai.js +4 -4
  5. package/dist/cjs/extensions/messages.js +7 -7
  6. package/dist/cjs/floating-toolbar/messages.js +1 -1
  7. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  8. package/dist/cjs/link/LinkSearch/listItemAlts.js +1 -1
  9. package/dist/cjs/lists/messages.js +1 -1
  10. package/dist/cjs/media/messages/altText.js +3 -3
  11. package/dist/cjs/media/messages/comments.js +1 -1
  12. package/dist/cjs/media/messages/dropPlaceholder.js +1 -1
  13. package/dist/cjs/messages/find-replace.js +1 -1
  14. package/dist/cjs/messages/full-page.js +3 -3
  15. package/dist/cjs/messages/help-dialog.js +1 -1
  16. package/dist/cjs/messages/index.js +4 -4
  17. package/dist/cjs/messages/insert-block.js +1 -1
  18. package/dist/cjs/messages/layout.js +7 -7
  19. package/dist/cjs/messages/link-toolbar.js +4 -4
  20. package/dist/cjs/messages/list.js +1 -1
  21. package/dist/cjs/messages/mentions.js +2 -2
  22. package/dist/cjs/messages/paste-options-toolbar.js +6 -6
  23. package/dist/cjs/messages/placeholder-text.js +3 -3
  24. package/dist/cjs/messages/selection-toolbar.js +1 -1
  25. package/dist/cjs/messages/status.js +1 -1
  26. package/dist/cjs/messages/table.js +12 -12
  27. package/dist/cjs/messages/tasks-and-decsisions.js +2 -2
  28. package/dist/cjs/messages/toolbar.js +1 -1
  29. package/dist/cjs/monitoring/error.js +1 -1
  30. package/dist/cjs/ui/DropList/index.js +1 -1
  31. package/dist/es2019/ai-messages/ai-experience-application.js +3 -3
  32. package/dist/es2019/ai-messages/ai-suggestions.js +1 -1
  33. package/dist/es2019/ai-messages/ai.js +4 -4
  34. package/dist/es2019/extensions/messages.js +7 -7
  35. package/dist/es2019/floating-toolbar/messages.js +1 -1
  36. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  37. package/dist/es2019/link/LinkSearch/listItemAlts.js +1 -1
  38. package/dist/es2019/lists/messages.js +1 -1
  39. package/dist/es2019/media/messages/altText.js +3 -3
  40. package/dist/es2019/media/messages/comments.js +1 -1
  41. package/dist/es2019/media/messages/dropPlaceholder.js +1 -1
  42. package/dist/es2019/messages/find-replace.js +1 -1
  43. package/dist/es2019/messages/full-page.js +3 -3
  44. package/dist/es2019/messages/help-dialog.js +1 -1
  45. package/dist/es2019/messages/index.js +4 -4
  46. package/dist/es2019/messages/insert-block.js +1 -1
  47. package/dist/es2019/messages/layout.js +7 -7
  48. package/dist/es2019/messages/link-toolbar.js +4 -4
  49. package/dist/es2019/messages/list.js +1 -1
  50. package/dist/es2019/messages/mentions.js +2 -2
  51. package/dist/es2019/messages/paste-options-toolbar.js +6 -6
  52. package/dist/es2019/messages/placeholder-text.js +3 -3
  53. package/dist/es2019/messages/selection-toolbar.js +1 -1
  54. package/dist/es2019/messages/status.js +1 -1
  55. package/dist/es2019/messages/table.js +12 -12
  56. package/dist/es2019/messages/tasks-and-decsisions.js +2 -2
  57. package/dist/es2019/messages/toolbar.js +1 -1
  58. package/dist/es2019/monitoring/error.js +1 -1
  59. package/dist/es2019/ui/DropList/index.js +1 -1
  60. package/dist/esm/ai-messages/ai-experience-application.js +3 -3
  61. package/dist/esm/ai-messages/ai-suggestions.js +1 -1
  62. package/dist/esm/ai-messages/ai.js +4 -4
  63. package/dist/esm/extensions/messages.js +7 -7
  64. package/dist/esm/floating-toolbar/messages.js +1 -1
  65. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  66. package/dist/esm/link/LinkSearch/listItemAlts.js +1 -1
  67. package/dist/esm/lists/messages.js +1 -1
  68. package/dist/esm/media/messages/altText.js +3 -3
  69. package/dist/esm/media/messages/comments.js +1 -1
  70. package/dist/esm/media/messages/dropPlaceholder.js +1 -1
  71. package/dist/esm/messages/find-replace.js +1 -1
  72. package/dist/esm/messages/full-page.js +3 -3
  73. package/dist/esm/messages/help-dialog.js +1 -1
  74. package/dist/esm/messages/index.js +4 -4
  75. package/dist/esm/messages/insert-block.js +1 -1
  76. package/dist/esm/messages/layout.js +7 -7
  77. package/dist/esm/messages/link-toolbar.js +4 -4
  78. package/dist/esm/messages/list.js +1 -1
  79. package/dist/esm/messages/mentions.js +2 -2
  80. package/dist/esm/messages/paste-options-toolbar.js +6 -6
  81. package/dist/esm/messages/placeholder-text.js +3 -3
  82. package/dist/esm/messages/selection-toolbar.js +1 -1
  83. package/dist/esm/messages/status.js +1 -1
  84. package/dist/esm/messages/table.js +12 -12
  85. package/dist/esm/messages/tasks-and-decsisions.js +2 -2
  86. package/dist/esm/messages/toolbar.js +1 -1
  87. package/dist/esm/monitoring/error.js +1 -1
  88. package/dist/esm/ui/DropList/index.js +1 -1
  89. package/dist/types/analytics/types/paste-events.d.ts +1 -1
  90. package/dist/types-ts4.5/analytics/types/paste-events.d.ts +1 -1
  91. package/package.json +5 -5
@@ -3,7 +3,7 @@ export var messages = defineMessages({
3
3
  statusEditorLabel: {
4
4
  id: 'fabric.editor.statusEditorLabel',
5
5
  defaultMessage: 'Status editor',
6
- description: 'Label for the status element editor'
6
+ description: 'Accessible label for the status element editor panel that appears when a user clicks on a status badge in the editor to modify it.'
7
7
  },
8
8
  placeholder: {
9
9
  id: 'fabric.editor.statusPlaceholder',
@@ -78,17 +78,17 @@ export var messages = defineMessages({
78
78
  addRowAbove: {
79
79
  id: 'fabric.editor.addRowAbove',
80
80
  defaultMessage: 'Add row above',
81
- description: 'Adds a new row above the selected row.'
81
+ description: 'Label for the table context menu item that inserts a new empty row directly above the currently selected row.'
82
82
  },
83
83
  addRowBelow: {
84
84
  id: 'fabric.editor.addRowBelow',
85
85
  defaultMessage: 'Add row below',
86
- description: 'Adds a new row below the selected row.'
86
+ description: 'Label for the table context menu item that inserts a new empty row directly below the currently selected row.'
87
87
  },
88
88
  moveColumnLeft: {
89
89
  id: 'fabric.editor.moveColumnLeft',
90
90
  defaultMessage: 'Move {0, plural, one {column} other {columns}} left',
91
- description: 'Moves a column or columns to the left.'
91
+ description: 'Label for the table menu item that moves the selected column(s) one position to the left. The placeholder {0} is the number of columns being moved and controls the plural form.'
92
92
  },
93
93
  moveColumnLeftHelpDialogLabel: {
94
94
  id: 'fabric.editor.moveColumnLeftHelpDialogLabel',
@@ -98,7 +98,7 @@ export var messages = defineMessages({
98
98
  moveColumnRight: {
99
99
  id: 'fabric.editor.moveColumnRight',
100
100
  defaultMessage: 'Move {0, plural, one {column} other {columns}} right',
101
- description: 'Moves a column or columns to the right.'
101
+ description: 'Label for the table menu item that moves the selected column(s) one position to the right. The placeholder {0} is the number of columns being moved and controls the plural form.'
102
102
  },
103
103
  moveColumnRightHelpDialogLabel: {
104
104
  id: 'fabric.editor.moveColumnRightHelpDialogLabel',
@@ -108,7 +108,7 @@ export var messages = defineMessages({
108
108
  moveRowUp: {
109
109
  id: 'fabric.editor.moveRowUp',
110
110
  defaultMessage: 'Move {0, plural, one {row} other {rows}} up',
111
- description: 'Moves a row or selected rows up.'
111
+ description: 'Label for the table menu item that moves the selected row(s) one position upward. The placeholder {0} is the number of rows being moved and controls the plural form.'
112
112
  },
113
113
  moveRowUpHelpDialogLabel: {
114
114
  id: 'fabric.editor.moveRowUpHelpDialogLabel',
@@ -118,7 +118,7 @@ export var messages = defineMessages({
118
118
  moveRowDown: {
119
119
  id: 'fabric.editor.moveDownDown',
120
120
  defaultMessage: 'Move {0, plural, one {row} other {rows}} down',
121
- description: 'Moves a row or selected rows down.'
121
+ description: 'Label for the table menu item that moves the selected row(s) one position downward. The placeholder {0} is the number of rows being moved and controls the plural form.'
122
122
  },
123
123
  moveRowDownHelpDialogLabel: {
124
124
  id: 'fabric.editor.moveRowDownHelpDialogLabel',
@@ -213,7 +213,7 @@ export var messages = defineMessages({
213
213
  confirmDeleteLinkedModalMessagePrefix: {
214
214
  id: 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix',
215
215
  defaultMessage: 'Deleting',
216
- description: 'prefix for confirmation dialog text'
216
+ description: 'Text prefix shown at the start of a confirmation dialog message when the user is about to delete a linked element in the editor.'
217
217
  },
218
218
  confirmModalCheckboxLabel: {
219
219
  id: 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel',
@@ -268,22 +268,22 @@ export var messages = defineMessages({
268
268
  sortColumnASC: {
269
269
  id: 'fabric.editor.sortColumnASC',
270
270
  defaultMessage: 'Sort column A → Z',
271
- description: 'Sort column in ascending order'
271
+ description: 'Label for the table column menu item that sorts the column alphabetically in ascending (A to Z) order.'
272
272
  },
273
273
  sortColumnDESC: {
274
274
  id: 'fabric.editor.sortColumnDESC',
275
275
  defaultMessage: 'Sort column Z → A',
276
- description: 'Sort column in descending order'
276
+ description: 'Label for the table column menu item that sorts the column alphabetically in descending (Z to A) order.'
277
277
  },
278
278
  sortColumnIncreasing: {
279
279
  id: 'fabric.editor.sortColumnIncreasing',
280
280
  defaultMessage: 'Sort increasing',
281
- description: 'Sort column in ascending order'
281
+ description: 'Label for the table column menu item that sorts numerical or date column values in increasing order.'
282
282
  },
283
283
  sortColumnDecreasing: {
284
284
  id: 'fabric.editor.sortColumnDecreasing',
285
285
  defaultMessage: 'Sort decreasing',
286
- description: 'Sort column in descending order'
286
+ description: 'Label for the table column menu item that sorts numerical or date column values in decreasing order.'
287
287
  },
288
288
  canNotSortTable: {
289
289
  id: 'fabric.editor.canNotSortTable',
@@ -328,7 +328,7 @@ export var messages = defineMessages({
328
328
  fullWidthLabel: {
329
329
  id: 'fabric.editor.tableFullWidthLabel',
330
330
  defaultMessage: 'Full-width',
331
- description: 'Trigger table width to full-width mode'
331
+ description: 'Label for the button in the table toolbar that switches the table to full-width display mode, expanding it to fill the page width.'
332
332
  },
333
333
  startedColumnResize: {
334
334
  id: 'fabric.editor.tables.startedColumnResize',
@@ -43,12 +43,12 @@ export var tasksAndDecisionsMessages = defineMessages({
43
43
  taskList: {
44
44
  id: 'fabric.editor.taskList',
45
45
  defaultMessage: 'Task list',
46
- description: 'Label for the task list in the editor'
46
+ description: 'Accessible label for the task list container element in the editor, used by screen readers to identify a list of action items.'
47
47
  },
48
48
  decisionAriaLabel: {
49
49
  id: 'fabric.editor.decisionAriaLabel',
50
50
  defaultMessage: 'Decision',
51
- description: 'Descriptive text for a decision element'
51
+ description: 'Accessible ARIA label for a decision element in the editor, announced by screen readers to identify the element as a decision.'
52
52
  },
53
53
  undefinedDecisionAriaLabel: {
54
54
  id: 'fabric.editor.undefinedDecisionAriaLabel',
@@ -98,7 +98,7 @@ export var toolbarMessages = defineMessages({
98
98
  navigateToEditorToolbar: {
99
99
  id: 'fabric.editor.navigate.toolbar.editor',
100
100
  defaultMessage: 'Navigate to editor toolbar',
101
- description: 'Navigate to the main editor toolbar.'
101
+ description: 'Label for the keyboard shortcut action that moves focus to the main editor toolbar, allowing keyboard users to access toolbar buttons.'
102
102
  },
103
103
  navigateToFloatingToolbar: {
104
104
  id: 'fabric.editor.navigate.toolbar.floating',
@@ -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 = "114.20.0";
14
14
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
15
15
  // Remove URL as it has UGC
16
16
  // 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 = "0.0.0-development";
24
+ var packageVersion = "114.20.0";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -7,7 +7,7 @@ export type PasteType = 'richText' | 'plain' | 'markdown' | 'binary';
7
7
  export declare const PasteSources: {
8
8
  [type: string]: PasteSource;
9
9
  };
10
- export type PasteSource = 'fabric-editor' | 'apple-pages' | 'google-spreadsheets' | 'google-docs' | 'microsoft-excel' | 'microsoft-word' | 'dropbox-paper' | 'uncategorized';
10
+ export type PasteSource = 'fabric-editor' | 'fabric-renderer' | 'apple-pages' | 'google-spreadsheets' | 'google-docs' | 'microsoft-excel' | 'microsoft-word' | 'dropbox-paper' | 'uncategorized';
11
11
  export declare const PasteContents: {
12
12
  [P in PasteContent]: P;
13
13
  };
@@ -7,7 +7,7 @@ export type PasteType = 'richText' | 'plain' | 'markdown' | 'binary';
7
7
  export declare const PasteSources: {
8
8
  [type: string]: PasteSource;
9
9
  };
10
- export type PasteSource = 'fabric-editor' | 'apple-pages' | 'google-spreadsheets' | 'google-docs' | 'microsoft-excel' | 'microsoft-word' | 'dropbox-paper' | 'uncategorized';
10
+ export type PasteSource = 'fabric-editor' | 'fabric-renderer' | 'apple-pages' | 'google-spreadsheets' | 'google-docs' | 'microsoft-excel' | 'microsoft-word' | 'dropbox-paper' | 'uncategorized';
11
11
  export declare const PasteContents: {
12
12
  [P in PasteContent]: P;
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "114.19.2",
3
+ "version": "114.20.1",
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.0.0",
59
59
  "@atlaskit/editor-toolbar-model": "^0.4.0",
60
60
  "@atlaskit/emoji": "^70.3.0",
61
- "@atlaskit/icon": "^34.3.0",
61
+ "@atlaskit/icon": "^34.4.0",
62
62
  "@atlaskit/link": "^3.4.0",
63
63
  "@atlaskit/link-datasource": "^5.2.0",
64
64
  "@atlaskit/link-picker": "^5.1.0",
@@ -77,16 +77,16 @@
77
77
  "@atlaskit/platform-feature-flags": "^1.1.0",
78
78
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
79
79
  "@atlaskit/primitives": "^19.0.0",
80
- "@atlaskit/profilecard": "^25.3.0",
80
+ "@atlaskit/profilecard": "^25.4.0",
81
81
  "@atlaskit/prosemirror-history": "^0.2.0",
82
82
  "@atlaskit/react-ufo": "^5.19.0",
83
83
  "@atlaskit/section-message": "^8.12.0",
84
- "@atlaskit/smart-card": "^44.6.0",
84
+ "@atlaskit/smart-card": "^44.7.0",
85
85
  "@atlaskit/smart-user-picker": "^10.0.0",
86
86
  "@atlaskit/spinner": "^19.1.0",
87
87
  "@atlaskit/task-decision": "^20.0.0",
88
88
  "@atlaskit/textfield": "^8.3.0",
89
- "@atlaskit/tmp-editor-statsig": "^75.0.0",
89
+ "@atlaskit/tmp-editor-statsig": "^77.0.0",
90
90
  "@atlaskit/tokens": "^13.0.0",
91
91
  "@atlaskit/tooltip": "^22.0.0",
92
92
  "@atlaskit/width-detector": "^5.1.0",