@atlaskit/editor-common 112.8.0 → 112.8.2

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 (97) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/card/ui/assets/card.js +1 -1
  3. package/dist/cjs/card/ui/assets/embed.js +1 -1
  4. package/dist/cjs/card/ui/assets/inline.js +1 -1
  5. package/dist/cjs/card/ui/assets/url.js +1 -1
  6. package/dist/cjs/extensibility/Extension/Extension/index.js +3 -3
  7. package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
  8. package/dist/cjs/extensibility/Extension.js +1 -1
  9. package/dist/cjs/keymaps/index.js +3 -2
  10. package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +2 -2
  11. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/index.js +2 -2
  12. package/dist/cjs/link/LinkSearch/LinkSearchList.js +2 -2
  13. package/dist/cjs/link/LinkSearch/withActivityProvider.js +1 -1
  14. package/dist/cjs/media-inline/inline-image-card.js +1 -1
  15. package/dist/cjs/media-inline/media-inline-image-card.js +2 -2
  16. package/dist/cjs/media-single/CommentBadge.js +1 -1
  17. package/dist/cjs/media-single/CommentBadgeNext.js +1 -1
  18. package/dist/cjs/media-single/MediaBadges.js +1 -1
  19. package/dist/cjs/monitoring/error.js +1 -1
  20. package/dist/cjs/react-node-view/onVisibleObserverFactory.js +1 -1
  21. package/dist/cjs/resizer/BreakoutResizer.js +1 -1
  22. package/dist/cjs/resizer/Resizer.js +1 -1
  23. package/dist/cjs/toolbar/context.js +1 -1
  24. package/dist/cjs/ui/ContextPanel/context.js +1 -1
  25. package/dist/cjs/ui/DropList/index.js +1 -1
  26. package/dist/cjs/ui/FloatingToolbar/Button.js +2 -2
  27. package/dist/cjs/ui/Mention/index.js +1 -1
  28. package/dist/cjs/ui/ResizerLegacy/index.js +1 -1
  29. package/dist/cjs/ui/TableSelector/index.js +1 -1
  30. package/dist/cjs/ui-menu/ColorPickerButton/index.js +4 -4
  31. package/dist/cjs/ui-menu/DropdownMenu/index.js +6 -6
  32. package/dist/cjs/utils/commands.js +1 -2
  33. package/dist/es2019/card/ui/assets/card.js +1 -1
  34. package/dist/es2019/card/ui/assets/embed.js +1 -1
  35. package/dist/es2019/card/ui/assets/inline.js +1 -1
  36. package/dist/es2019/card/ui/assets/url.js +1 -1
  37. package/dist/es2019/extensibility/Extension/Extension/index.js +3 -3
  38. package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
  39. package/dist/es2019/extensibility/Extension.js +1 -1
  40. package/dist/es2019/keymaps/index.js +2 -1
  41. package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +2 -2
  42. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/index.js +2 -2
  43. package/dist/es2019/link/LinkSearch/LinkSearchList.js +2 -2
  44. package/dist/es2019/link/LinkSearch/withActivityProvider.js +1 -1
  45. package/dist/es2019/media-inline/inline-image-card.js +1 -1
  46. package/dist/es2019/media-inline/media-inline-image-card.js +2 -2
  47. package/dist/es2019/media-single/CommentBadge.js +1 -1
  48. package/dist/es2019/media-single/CommentBadgeNext.js +1 -1
  49. package/dist/es2019/media-single/MediaBadges.js +1 -1
  50. package/dist/es2019/monitoring/error.js +1 -1
  51. package/dist/es2019/react-node-view/onVisibleObserverFactory.js +2 -0
  52. package/dist/es2019/resizer/BreakoutResizer.js +1 -1
  53. package/dist/es2019/resizer/Resizer.js +1 -1
  54. package/dist/es2019/toolbar/context.js +1 -1
  55. package/dist/es2019/ui/ContextPanel/context.js +1 -1
  56. package/dist/es2019/ui/DropList/index.js +1 -1
  57. package/dist/es2019/ui/FloatingToolbar/Button.js +2 -2
  58. package/dist/es2019/ui/Mention/index.js +1 -1
  59. package/dist/es2019/ui/ResizerLegacy/index.js +1 -1
  60. package/dist/es2019/ui/TableSelector/index.js +1 -1
  61. package/dist/es2019/ui-menu/ColorPickerButton/index.js +4 -4
  62. package/dist/es2019/ui-menu/DropdownMenu/index.js +6 -6
  63. package/dist/es2019/utils/commands.js +1 -2
  64. package/dist/esm/card/ui/assets/card.js +1 -1
  65. package/dist/esm/card/ui/assets/embed.js +1 -1
  66. package/dist/esm/card/ui/assets/inline.js +1 -1
  67. package/dist/esm/card/ui/assets/url.js +1 -1
  68. package/dist/esm/extensibility/Extension/Extension/index.js +3 -3
  69. package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
  70. package/dist/esm/extensibility/Extension.js +1 -1
  71. package/dist/esm/keymaps/index.js +2 -1
  72. package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +2 -2
  73. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/index.js +2 -2
  74. package/dist/esm/link/LinkSearch/LinkSearchList.js +2 -2
  75. package/dist/esm/link/LinkSearch/withActivityProvider.js +1 -1
  76. package/dist/esm/media-inline/inline-image-card.js +1 -1
  77. package/dist/esm/media-inline/media-inline-image-card.js +2 -2
  78. package/dist/esm/media-single/CommentBadge.js +1 -1
  79. package/dist/esm/media-single/CommentBadgeNext.js +1 -1
  80. package/dist/esm/media-single/MediaBadges.js +1 -1
  81. package/dist/esm/monitoring/error.js +1 -1
  82. package/dist/esm/react-node-view/onVisibleObserverFactory.js +2 -0
  83. package/dist/esm/resizer/BreakoutResizer.js +1 -1
  84. package/dist/esm/resizer/Resizer.js +1 -1
  85. package/dist/esm/toolbar/context.js +1 -1
  86. package/dist/esm/ui/ContextPanel/context.js +1 -1
  87. package/dist/esm/ui/DropList/index.js +1 -1
  88. package/dist/esm/ui/FloatingToolbar/Button.js +2 -2
  89. package/dist/esm/ui/Mention/index.js +1 -1
  90. package/dist/esm/ui/ResizerLegacy/index.js +1 -1
  91. package/dist/esm/ui/TableSelector/index.js +1 -1
  92. package/dist/esm/ui-menu/ColorPickerButton/index.js +4 -4
  93. package/dist/esm/ui-menu/DropdownMenu/index.js +6 -6
  94. package/dist/esm/utils/commands.js +1 -2
  95. package/dist/types/keymaps/index.d.ts +1 -0
  96. package/dist/types-ts4.5/keymaps/index.d.ts +1 -0
  97. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 112.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23ec129dbbb34`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23ec129dbbb34) -
8
+ [FFCLEANUP-74122] clean up feature flag platform_editor_blocktaskitem_patch_3
9
+ - Updated dependencies
10
+
11
+ ## 112.8.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`ceefea718fc6d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ceefea718fc6d) -
16
+ Add keyboard shortcut (Cmd+Opt+7 on Mac, Ctrl+Alt+7 on Windows) for the small text feature in the
17
+ editor, gated behind the platform_editor_small_font_size experiment. Also adds the shortcut to the
18
+ toolbar tooltip and help dialog.
19
+ - Updated dependencies
20
+
3
21
  ## 112.8.0
4
22
 
5
23
  ### Minor Changes
@@ -31,7 +31,7 @@ var IconCard = exports.IconCard = function IconCard(_ref2) {
31
31
  var label = _ref2.label;
32
32
  return /*#__PURE__*/_react.default.createElement(IconCardGlyph, {
33
33
  "aria-label": label
34
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
34
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
35
35
  ,
36
36
  style: {
37
37
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -31,7 +31,7 @@ var IconEmbed = exports.IconEmbed = function IconEmbed(_ref2) {
31
31
  var label = _ref2.label;
32
32
  return /*#__PURE__*/_react.default.createElement(IconEmbedGlyph, {
33
33
  "aria-label": label
34
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
34
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
35
35
  ,
36
36
  style: {
37
37
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -31,7 +31,7 @@ var IconInline = exports.IconInline = function IconInline(_ref2) {
31
31
  var label = _ref2.label;
32
32
  return /*#__PURE__*/_react.default.createElement(IconInlineGlyph, {
33
33
  "aria-label": label
34
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
34
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
35
35
  ,
36
36
  style: {
37
37
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -33,7 +33,7 @@ var IconUrl = exports.IconUrl = function IconUrl(_ref2) {
33
33
  var label = _ref2.label;
34
34
  return /*#__PURE__*/_react.default.createElement(IconUrlGlyph, {
35
35
  "aria-label": label
36
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
36
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
37
37
  ,
38
38
  style: {
39
39
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -149,12 +149,12 @@ function ExtensionWithPluginState(props) {
149
149
  return (0, _react2.jsx)(_react.Fragment, null, (0, _expValEquals.expValEquals)('cc_editor_lcm_readonly_initial', 'isEnabled', true) ? null : showLegacyContentHeader && (0, _react2.jsx)(_LegacyContentHeader.LegacyContentHeader, {
150
150
  isNodeSelected: isNodeSelected,
151
151
  isNodeHovered: isNodeHovered
152
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
152
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
153
153
  ,
154
154
  onMouseEnter: function onMouseEnter() {
155
155
  return handleMouseEvent(true);
156
156
  }
157
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
157
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
158
158
  ,
159
159
  onMouseLeave: function onMouseLeave() {
160
160
  return handleMouseEvent(false);
@@ -254,7 +254,7 @@ var Extension = function Extension(props) {
254
254
 
255
255
  // Ignored via go/ees005
256
256
  return (0, _react2.jsx)(ExtensionWithPluginState
257
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
257
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
258
258
  , (0, _extends2.default)({
259
259
  widthState: {
260
260
  width: width !== null && width !== void 0 ? width : 0,
@@ -190,7 +190,7 @@ var ExtensionLabel = exports.ExtensionLabel = function ExtensionLabel(_ref) {
190
190
  // Ignored via go/ees005
191
191
  // eslint-disable-next-line react/jsx-props-no-spreading
192
192
  , (0, _extends2.default)({}, i18n.configure, {
193
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
193
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
194
194
  values: {
195
195
  macroName: text
196
196
  }
@@ -86,7 +86,7 @@ var Extension = exports.Extension = /*#__PURE__*/function (_Component) {
86
86
  key: "render",
87
87
  value: function render() {
88
88
  return /*#__PURE__*/_react.default.createElement(_providerFactory.WithProviders
89
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
89
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
90
90
  , {
91
91
  providers: ['extensionProvider'],
92
92
  providerFactory: this.providerFactory,
@@ -103,7 +103,7 @@ exports.makeKeyMapArrayWithCommon = makeKeyMapArrayWithCommon;
103
103
  exports.makeKeyMapWithCommon = makeKeyMapWithCommon;
104
104
  exports.makeKeymap = makeKeymap;
105
105
  exports.selectColumn = exports.redoAlt = exports.redo = exports.previousCell = exports.pastePlainText = exports.paste = exports.outdentList = exports.outdent = exports.openHelp = exports.nextCell = exports.navToFloatingToolbar = exports.navToEditorToolbar = exports.moveUp = exports.moveRowUpOld = exports.moveRowUp = exports.moveRowDownOld = exports.moveRowDown = exports.moveRight = exports.moveLeft = exports.moveDown = exports.moveColumnRightOld = exports.moveColumnRight = exports.moveColumnLeftOld = exports.moveColumnLeft = void 0;
106
- exports.toggleViewChanges = exports.toggleUnderline = exports.toggleTaskList = exports.toggleTaskItemCheckbox = exports.toggleTable = exports.toggleSuperscript = exports.toggleSubscript = exports.toggleStrikethrough = exports.toggleOrderedList = exports.toggleItalic = exports.toggleHighlightPalette = exports.toggleHeading6 = exports.toggleHeading5 = exports.toggleHeading4 = exports.toggleHeading3 = exports.toggleHeading2 = exports.toggleHeading1 = exports.toggleCodeBlock = exports.toggleCode = exports.toggleBulletList = exports.toggleBold = exports.toggleBlockQuote = exports.tab = exports.submit = exports.startColumnResizing = exports.splitListItem = exports.splitCodeBlock = exports.space = exports.showElementDragHandle = exports.shiftTab = exports.shiftEnter = exports.shiftBackspace = exports.shiftArrowUp = exports.setNormalText = exports.selectTable = exports.selectRow = void 0;
106
+ exports.toggleViewChanges = exports.toggleUnderline = exports.toggleTaskList = exports.toggleTaskItemCheckbox = exports.toggleTable = exports.toggleSuperscript = exports.toggleSubscript = exports.toggleStrikethrough = exports.toggleSmallText = exports.toggleOrderedList = exports.toggleItalic = exports.toggleHighlightPalette = exports.toggleHeading6 = exports.toggleHeading5 = exports.toggleHeading4 = exports.toggleHeading3 = exports.toggleHeading2 = exports.toggleHeading1 = exports.toggleCodeBlock = exports.toggleCode = exports.toggleBulletList = exports.toggleBold = exports.toggleBlockQuote = exports.tab = exports.submit = exports.startColumnResizing = exports.splitListItem = exports.splitCodeBlock = exports.space = exports.showElementDragHandle = exports.shiftTab = exports.shiftEnter = exports.shiftBackspace = exports.shiftArrowUp = exports.setNormalText = exports.selectTable = exports.selectRow = void 0;
107
107
  exports.tooltip = tooltip;
108
108
  exports.undo = void 0;
109
109
  var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
@@ -144,6 +144,7 @@ var toggleHeading3 = exports.toggleHeading3 = makeKeyMapWithCommon('Heading 3',
144
144
  var toggleHeading4 = exports.toggleHeading4 = makeKeyMapWithCommon('Heading 4', 'Mod-Alt-4');
145
145
  var toggleHeading5 = exports.toggleHeading5 = makeKeyMapWithCommon('Heading 5', 'Mod-Alt-5');
146
146
  var toggleHeading6 = exports.toggleHeading6 = makeKeyMapWithCommon('Heading 6', 'Mod-Alt-6');
147
+ var toggleSmallText = exports.toggleSmallText = makeKeyMapWithCommon('Small text', 'Mod-Alt-7');
147
148
  var toggleOrderedList = exports.toggleOrderedList = makeKeyMapWithCommon('Numbered list', 'Mod-Shift-7');
148
149
  var ctrlBackSpace = exports.ctrlBackSpace = makeKeyMapWithCommon('Cmd + Backspace', 'Mod-Backspace');
149
150
  var toggleBulletList = exports.toggleBulletList = makeKeyMapWithCommon('Bullet list', 'Mod-Shift-8');
@@ -394,7 +395,7 @@ function getAriaKeyshortcuts(keymap) {
394
395
  return undefined;
395
396
  }
396
397
  }
397
- var ALL = [toggleOrderedList, toggleBulletList, toggleBold, toggleItalic, toggleUnderline, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleCode, setNormalText, toggleHeading1, toggleHeading2, toggleHeading3, toggleHeading4, toggleHeading5, toggleHeading6, toggleBlockQuote, insertNewLine, insertRule, splitCodeBlock, splitListItem, redo, undo, find, escape, enter, shiftEnter];
398
+ var ALL = [toggleOrderedList, toggleBulletList, toggleBold, toggleItalic, toggleUnderline, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleCode, setNormalText, toggleHeading1, toggleHeading2, toggleHeading3, toggleHeading4, toggleHeading5, toggleHeading6, toggleSmallText, toggleBlockQuote, insertNewLine, insertRule, splitCodeBlock, splitListItem, redo, undo, find, escape, enter, shiftEnter];
398
399
  function makeKeymap(description, windows, mac, common) {
399
400
  return {
400
401
  description: description,
@@ -71,7 +71,7 @@ var Dropdown = function Dropdown(_ref) {
71
71
  focusEditor();
72
72
  }, [fireActionClickEvent, focusEditor, onConfigureClickCallback]);
73
73
  return (0, _react2.jsx)(_dropdownMenu.default, {
74
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
74
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
75
75
  trigger: function trigger(_ref3) {
76
76
  var _onClick = _ref3.onClick,
77
77
  triggerRef = _ref3.triggerRef,
@@ -85,7 +85,7 @@ var Dropdown = function Dropdown(_ref) {
85
85
  label: configureLinkLabel,
86
86
  size: "small"
87
87
  })
88
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
88
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
89
89
  ,
90
90
  onClick: function onClick(e) {
91
91
  _onClick === null || _onClick === void 0 || _onClick(e);
@@ -44,11 +44,11 @@ function HyperlinkAddToolbar(_ref2) {
44
44
  timesViewed = _ref2.timesViewed,
45
45
  isOffline = _ref2.isOffline;
46
46
  return /*#__PURE__*/_react.default.createElement(_providerFactory.WithProviders
47
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
47
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
48
48
  , {
49
49
  providers: ['activityProvider', 'searchProvider'],
50
50
  providerFactory: providerFactory
51
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
51
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
52
52
  ,
53
53
  renderNode: function renderNode(_ref3) {
54
54
  var activityProvider = _ref3.activityProvider,
@@ -59,7 +59,7 @@ var LinkSearchList = function LinkSearchList(_ref) {
59
59
  id: "link-search-list-item-".concat(index),
60
60
  item: item,
61
61
  selected: selectedIndex === index
62
- // eslint-disable-next-line @atlassian/perf-linting/detect-unnecessary-rerenders, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
62
+ // eslint-disable-next-line @atlassian/perf-linting/detect-unnecessary-rerenders, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
63
63
  ,
64
64
  onFocus: function onFocus() {
65
65
  return _onFocus === null || _onFocus === void 0 ? void 0 : _onFocus(index);
@@ -70,7 +70,7 @@ var LinkSearchList = function LinkSearchList(_ref) {
70
70
  onMouseLeave: onMouseLeave,
71
71
  onSelect: onSelect,
72
72
  key: item.objectId
73
- // eslint-disable-next-line @atlassian/perf-linting/detect-unnecessary-rerenders, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
73
+ // eslint-disable-next-line @atlassian/perf-linting/detect-unnecessary-rerenders, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
74
74
  ,
75
75
  ref: function ref(el) {
76
76
  return listItemRefCallback === null || listItemRefCallback === void 0 ? void 0 : listItemRefCallback(el, item.objectId);
@@ -49,7 +49,7 @@ function withActivityProvider(WrappedComponent) {
49
49
  value: function render() {
50
50
  var providerFactory = this.props.providerFactory;
51
51
  return /*#__PURE__*/_react.default.createElement(_providerFactory2.WithProviders
52
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
52
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
53
53
  , {
54
54
  providers: ['activityProvider'],
55
55
  providerFactory: providerFactory,
@@ -60,7 +60,7 @@ var InlineImageCard = exports.InlineImageCard = function InlineImageCard(_ref) {
60
60
  dataURI: preview.dataURI,
61
61
  alt: alt,
62
62
  previewOrientation: preview.orientation
63
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
63
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
64
64
  ,
65
65
  onImageLoad: function onImageLoad() {
66
66
  _onImageLoad(preview);
@@ -144,7 +144,7 @@ var MediaInlineImageCardInternal = exports.MediaInlineImageCardInternal = functi
144
144
  }, (0, _react2.jsx)(_inlineImageCard.InlineImageCard, {
145
145
  dimensions: dimensions,
146
146
  identifier: identifier
147
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
147
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
148
148
  ,
149
149
  renderError: function renderError() {
150
150
  return (0, _react2.jsx)(_errorView.InlineImageCardErrorView, {
@@ -217,7 +217,7 @@ var MediaInlineImageCardInternal = exports.MediaInlineImageCardInternal = functi
217
217
  if (isMediaViewerVisible && mediaClient !== null && mediaClient !== void 0 && mediaClient.mediaClientConfig) {
218
218
  return /*#__PURE__*/_reactDom.default.createPortal((0, _react2.jsx)(_mediaViewer.MediaViewer, {
219
219
  collectionName: identifier.collectionName || ''
220
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
220
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
221
221
  ,
222
222
  items: [identifier],
223
223
  mediaClientConfig: mediaClient === null || mediaClient === void 0 ? void 0 : mediaClient.mediaClientConfig,
@@ -98,7 +98,7 @@ var CommentBadge = exports.CommentBadge = /*#__PURE__*/(0, _react.forwardRef)(fu
98
98
  position: "top",
99
99
  content: title
100
100
  }, (0, _react2.jsx)(_customThemeButton.default
101
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
101
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
102
102
  , {
103
103
  style: {
104
104
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -44,7 +44,7 @@ var CommentBadgeNext = exports.CommentBadgeNext = function CommentBadgeNext(_ref
44
44
  position: "top",
45
45
  content: title
46
46
  }, /*#__PURE__*/_react.default.createElement(_primitives.Pressable
47
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
47
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
48
48
  , {
49
49
  xcss: [baseStyles, mediumBadgeStyles],
50
50
  padding: "space.0",
@@ -92,7 +92,7 @@ var MediaBadges = exports.MediaBadges = function MediaBadges(_ref) {
92
92
  testId: "media-badges",
93
93
  "data-media-badges": "true",
94
94
  contentEditable: false
95
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
95
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
96
96
  ,
97
97
  xcss: [containerStyles, useMinimumZIndex && hackedZIndexStyles, extendedResizeOffset && resizeOffsetStyles]
98
98
  }, children);
@@ -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 = "112.8.1";
23
23
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
24
24
  // Remove URL as it has UGC
25
25
  // Ignored via go/ees007
@@ -8,7 +8,7 @@ exports.getOrCreateOnVisibleObserver = void 0;
8
8
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
9
  var _memoize = _interopRequireDefault(require("lodash/memoize"));
10
10
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } // oxlint-disable-next-line @atlassian/no-restricted-imports
12
12
  // Use this selector to set the intersection observer boundary for editor's inline node views
13
13
  // If this does not exist, it will use the IntersectionObserver's default root
14
14
  var INTERSECTION_OBSERVER_ROOT_SELECTOR = '[data-editor-scroll-container="true"]';
@@ -332,7 +332,7 @@ var BreakoutResizer = exports.BreakoutResizer = function BreakoutResizer(_ref) {
332
332
  }
333
333
  return /*#__PURE__*/_react.default.createElement(_Resizer.default, {
334
334
  ref: resizerRef
335
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
335
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
336
336
  ,
337
337
  enable: {
338
338
  left: true,
@@ -204,7 +204,7 @@ var ResizerNext = function ResizerNext(props, ref) {
204
204
  }, [snap, snapGap]);
205
205
  return /*#__PURE__*/_react.default.createElement(_reResizable.Resizable, (0, _extends2.default)({
206
206
  ref: resizable
207
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
207
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
208
208
  ,
209
209
  size: {
210
210
  width: width !== null && width !== void 0 ? width : 'auto',
@@ -32,7 +32,7 @@ var EditorToolbarProvider = exports.EditorToolbarProvider = function EditorToolb
32
32
  editorToolbarDockingPreference = _ref.editorToolbarDockingPreference,
33
33
  isOffline = _ref.isOffline;
34
34
  return /*#__PURE__*/_react.default.createElement(EditorToolbarContext.Provider, {
35
- // eslint-disable-next-line @atlassian/perf-linting/no-inline-context-value, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
35
+ // eslint-disable-next-line @atlassian/perf-linting/no-inline-context-value, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
36
36
  value: {
37
37
  editorView: editorView,
38
38
  editorAppearance: editorAppearance,
@@ -72,7 +72,7 @@ var ContextPanelWidthProvider = exports.ContextPanelWidthProvider = /*#__PURE__*
72
72
  width = _this$state.width,
73
73
  positionedOverEditor = _this$state.positionedOverEditor;
74
74
  return /*#__PURE__*/_react.default.createElement(Provider
75
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
75
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
76
76
  , {
77
77
  value: {
78
78
  width: width,
@@ -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 = "112.8.1";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -104,7 +104,7 @@ var FloatingToolbarButton = function FloatingToolbarButton(_ref, forwardedRef) {
104
104
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop, @atlaskit/design-system/no-unsafe-style-overrides -- Ignored via go/DSP-18766
105
105
  , {
106
106
  className: className
107
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
107
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
108
108
  ,
109
109
  ref: function ref(buttonElement) {
110
110
  setSpotlightReferenceElement(buttonElement);
@@ -116,7 +116,7 @@ var FloatingToolbarButton = function FloatingToolbarButton(_ref, forwardedRef) {
116
116
  }
117
117
  }
118
118
  }
119
- // eslint-disable-next-line @atlaskit/design-system/no-unsafe-style-overrides, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
119
+ // eslint-disable-next-line @atlaskit/design-system/no-unsafe-style-overrides, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
120
120
  ,
121
121
  theme: function theme(adgTheme, themeProps) {
122
122
  var _adgTheme = adgTheme(themeProps),
@@ -59,7 +59,7 @@ var Mention = exports.default = /*#__PURE__*/function (_PureComponent) {
59
59
  key: "render",
60
60
  value: function render() {
61
61
  return /*#__PURE__*/_react.default.createElement(_providerFactory.WithProviders
62
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
62
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
63
63
  , {
64
64
  providers: ['mentionProvider', 'profilecardProvider'],
65
65
  providerFactory: this.providerFactory,
@@ -195,7 +195,7 @@ var Resizer = exports.default = /*#__PURE__*/function (_React$Component) {
195
195
  // the div. For now, we just apply the same styles using CSS
196
196
  return /*#__PURE__*/_react.default.createElement(_reResizable.Resizable, {
197
197
  ref: this.resizable
198
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
198
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
199
199
  ,
200
200
  size: {
201
201
  width: nonZeroWidth,
@@ -241,7 +241,7 @@ var TableSelectorPopup = exports.TableSelectorPopup = function TableSelectorPopu
241
241
  }, [handleMouseMove, props.allowOutsideSelection, tablePopupRef]);
242
242
  return (0, _react2.jsx)(_Popup.default, {
243
243
  target: props.target
244
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
244
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
245
245
  ,
246
246
  offset: [0, 3],
247
247
  mountTo: props.popupsMountPoint,
@@ -157,7 +157,7 @@ var ColorPickerButton = function ColorPickerButton(props) {
157
157
  target: buttonRef.current,
158
158
  fitHeight: 350,
159
159
  fitWidth: 350
160
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
160
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
161
161
  ,
162
162
  offset: [0, 10],
163
163
  alignX: props.alignX,
@@ -178,7 +178,7 @@ var ColorPickerButton = function ColorPickerButton(props) {
178
178
  selectedRowIndex: selectedRowIndex,
179
179
  selectedColumnIndex: selectedColumnIndex,
180
180
  closeOnTab: true
181
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
181
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
182
182
  ,
183
183
  handleClose: function handleClose() {
184
184
  return setIsPopupOpen(false);
@@ -192,7 +192,7 @@ var ColorPickerButton = function ColorPickerButton(props) {
192
192
  onClick: onColorSelected,
193
193
  handleClickOutside: togglePopup,
194
194
  handleEscapeKeydown: handleEsc
195
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
195
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
196
196
  ,
197
197
  paletteOptions: {
198
198
  palette: props.colorPalette,
@@ -242,7 +242,7 @@ var ColorPickerButton = function ColorPickerButton(props) {
242
242
  "aria-expanded": props.isAriaExpanded ? isPopupOpen : undefined,
243
243
  spacing: (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') ? 'default' : 'compact',
244
244
  onClick: togglePopup
245
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
245
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
246
246
  ,
247
247
  onKeyDown: function onKeyDown(event) {
248
248
  if (event.key === 'Enter' || event.key === ' ') {
@@ -199,7 +199,7 @@ var DropdownMenuWrapper = exports.default = /*#__PURE__*/function (_PureComponen
199
199
  shouldFitContainer: true,
200
200
  handleClickOutside: this.handleClose,
201
201
  handleEscapeKeydown: handleEscapeKeydown || this.handleCloseAndFocus
202
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
202
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
203
203
  ,
204
204
  handleEnterKeydown: function handleEnterKeydown(e) {
205
205
  if (!allowEnterDefaultBehavior) {
@@ -338,7 +338,7 @@ function DropdownMenuItem(_ref) {
338
338
  iconBefore: item.elemBefore,
339
339
  iconAfter: item.elemAfter,
340
340
  isDisabled: item.isDisabled
341
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
341
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
342
342
  ,
343
343
  onClick: function onClick() {
344
344
  return onItemActivated && onItemActivated({
@@ -348,20 +348,20 @@ function DropdownMenuItem(_ref) {
348
348
  "aria-label": ariaLabel,
349
349
  "aria-pressed": shouldUseDefaultRole ? item.isActive : undefined,
350
350
  "aria-keyshortcuts": item['aria-keyshortcuts']
351
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
351
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
352
352
  ,
353
353
  onMouseDown: function onMouseDown(e) {
354
354
  e.preventDefault();
355
355
  },
356
356
  component: DropdownMenuItemCustomComponent
357
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
357
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
358
358
  ,
359
359
  onMouseEnter: function onMouseEnter() {
360
360
  return _onMouseEnter && _onMouseEnter({
361
361
  item: item
362
362
  });
363
363
  }
364
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
364
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
365
365
  ,
366
366
  onMouseLeave: function onMouseLeave() {
367
367
  return _onMouseLeave && _onMouseLeave({
@@ -390,7 +390,7 @@ function (_ref2) {
390
390
  // This context is to handle the tab, Arrow Right/Left key events for dropdown.
391
391
  // Default context has the void callbacks for above key events
392
392
  return (0, _react2.jsx)(DropdownMenuWrapper
393
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
393
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
394
394
  , (0, _extends2.default)({
395
395
  arrowKeyNavigationProviderOptions: _objectSpread(_objectSpread({}, props.arrowKeyNavigationProviderOptions), {}, {
396
396
  keyDownHandlerContext: keyDownHandlerContext
@@ -14,7 +14,6 @@ exports.walkPrevNode = exports.walkNextNode = exports.isEmptySelectionAtStart =
14
14
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
15
15
  var _model = require("@atlaskit/editor-prosemirror/model");
16
16
  var _state = require("@atlaskit/editor-prosemirror/state");
17
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
18
17
  var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
19
18
  var _analytics = require("../analytics");
20
19
  var _editorAnalytics = require("../editor-analytics");
@@ -326,7 +325,7 @@ var isEmptySelectionAtEnd = exports.isEmptySelectionAtEnd = function isEmptySele
326
325
 
327
326
  // If blockTaskItem is in the schema,
328
327
  // we need to check if the selection is inside a blockTaskItem
329
- if (blockTaskItem && empty && (0, _platformFeatureFlags.fg)('platform_editor_blocktaskitem_patch_3')) {
328
+ if (blockTaskItem && empty) {
330
329
  // If the parent is in a textblock,
331
330
  // check if it's nested inside a blockTaskItem
332
331
  if ($from.parent.isTextblock) {
@@ -27,7 +27,7 @@ export const IconCard = ({
27
27
  }) => {
28
28
  return /*#__PURE__*/React.createElement(IconCardGlyph, {
29
29
  "aria-label": label
30
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
30
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
31
31
  ,
32
32
  style: {
33
33
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -27,7 +27,7 @@ export const IconEmbed = ({
27
27
  }) => {
28
28
  return /*#__PURE__*/React.createElement(IconEmbedGlyph, {
29
29
  "aria-label": label
30
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
30
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
31
31
  ,
32
32
  style: {
33
33
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -27,7 +27,7 @@ export const IconInline = ({
27
27
  }) => {
28
28
  return /*#__PURE__*/React.createElement(IconInlineGlyph, {
29
29
  "aria-label": label
30
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
30
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
31
31
  ,
32
32
  style: {
33
33
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -29,7 +29,7 @@ export const IconUrl = ({
29
29
  }) => {
30
30
  return /*#__PURE__*/React.createElement(IconUrlGlyph, {
31
31
  "aria-label": label
32
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
32
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
33
33
  ,
34
34
  style: {
35
35
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
@@ -149,10 +149,10 @@ function ExtensionWithPluginState(props) {
149
149
  return jsx(Fragment, null, expValEquals('cc_editor_lcm_readonly_initial', 'isEnabled', true) ? null : showLegacyContentHeader && jsx(LegacyContentHeader, {
150
150
  isNodeSelected: isNodeSelected,
151
151
  isNodeHovered: isNodeHovered
152
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
152
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
153
153
  ,
154
154
  onMouseEnter: () => handleMouseEvent(true)
155
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
155
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
156
156
  ,
157
157
  onMouseLeave: () => handleMouseEvent(false)
158
158
  }), !showLegacyContentHeader && showMacroInteractionDesignUpdates && !isLivePageViewMode && jsx(ExtensionLozenge, {
@@ -249,7 +249,7 @@ const Extension = props => {
249
249
 
250
250
  // Ignored via go/ees005
251
251
  return jsx(ExtensionWithPluginState
252
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
252
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
253
253
  , _extends({
254
254
  widthState: {
255
255
  width: width !== null && width !== void 0 ? width : 0,
@@ -181,7 +181,7 @@ export const ExtensionLabel = ({
181
181
  // Ignored via go/ees005
182
182
  // eslint-disable-next-line react/jsx-props-no-spreading
183
183
  , _extends({}, i18n.configure, {
184
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
184
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
185
185
  values: {
186
186
  macroName: text
187
187
  }
@@ -65,7 +65,7 @@ export class Extension extends Component {
65
65
  }
66
66
  render() {
67
67
  return /*#__PURE__*/React.createElement(WithProviders
68
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
68
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
69
69
  , {
70
70
  providers: ['extensionProvider'],
71
71
  providerFactory: this.providerFactory,
@@ -31,6 +31,7 @@ export const toggleHeading3 = makeKeyMapWithCommon('Heading 3', 'Mod-Alt-3');
31
31
  export const toggleHeading4 = makeKeyMapWithCommon('Heading 4', 'Mod-Alt-4');
32
32
  export const toggleHeading5 = makeKeyMapWithCommon('Heading 5', 'Mod-Alt-5');
33
33
  export const toggleHeading6 = makeKeyMapWithCommon('Heading 6', 'Mod-Alt-6');
34
+ export const toggleSmallText = makeKeyMapWithCommon('Small text', 'Mod-Alt-7');
34
35
  export const toggleOrderedList = makeKeyMapWithCommon('Numbered list', 'Mod-Shift-7');
35
36
  export const ctrlBackSpace = makeKeyMapWithCommon('Cmd + Backspace', 'Mod-Backspace');
36
37
  export const toggleBulletList = makeKeyMapWithCommon('Bullet list', 'Mod-Shift-8');
@@ -278,7 +279,7 @@ export function getAriaKeyshortcuts(keymap) {
278
279
  return undefined;
279
280
  }
280
281
  }
281
- const ALL = [toggleOrderedList, toggleBulletList, toggleBold, toggleItalic, toggleUnderline, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleCode, setNormalText, toggleHeading1, toggleHeading2, toggleHeading3, toggleHeading4, toggleHeading5, toggleHeading6, toggleBlockQuote, insertNewLine, insertRule, splitCodeBlock, splitListItem, redo, undo, find, escape, enter, shiftEnter];
282
+ const ALL = [toggleOrderedList, toggleBulletList, toggleBold, toggleItalic, toggleUnderline, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleCode, setNormalText, toggleHeading1, toggleHeading2, toggleHeading3, toggleHeading4, toggleHeading5, toggleHeading6, toggleSmallText, toggleBlockQuote, insertNewLine, insertRule, splitCodeBlock, splitListItem, redo, undo, find, escape, enter, shiftEnter];
282
283
  export function makeKeymap(description, windows, mac, common) {
283
284
  return {
284
285
  description: description,