@atlaskit/editor-common 111.14.1 → 111.14.3

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 (79) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/analytics/types/enums.js +2 -0
  3. package/dist/cjs/card/LinkToolbarButtonGroup.js +7 -10
  4. package/dist/cjs/card/ui/assets/card.js +12 -9
  5. package/dist/cjs/card/ui/assets/embed.js +12 -9
  6. package/dist/cjs/card/ui/assets/inline.js +12 -9
  7. package/dist/cjs/card/ui/assets/url.js +12 -9
  8. package/dist/cjs/icons/shared/BorderIcon.js +12 -9
  9. package/dist/cjs/icons/shared/PanelErrorIcon.js +8 -10
  10. package/dist/cjs/icons/shared/PanelInfoIcon.js +8 -10
  11. package/dist/cjs/icons/shared/PanelNoteIcon.js +6 -9
  12. package/dist/cjs/icons/shared/PanelSuccessIcon.js +8 -10
  13. package/dist/cjs/icons/shared/PanelWarningIcon.js +8 -10
  14. package/dist/cjs/monitoring/error.js +1 -1
  15. package/dist/cjs/quick-insert/assets/index.js +4 -6
  16. package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +1 -2
  17. package/dist/cjs/react-node-view/index.js +9 -2
  18. package/dist/cjs/ui/DropList/index.js +1 -1
  19. package/dist/cjs/ui/Emoji/index.js +21 -4
  20. package/dist/cjs/ui/Expand/index.js +9 -14
  21. package/dist/cjs/ui/OverflowShadow/index.js +6 -10
  22. package/dist/cjs/ui-menu/DropdownContainer/index.js +1 -2
  23. package/dist/cjs/ui-menu/DropdownMenu/index.js +4 -8
  24. package/dist/es2019/analytics/types/enums.js +2 -0
  25. package/dist/es2019/card/LinkToolbarButtonGroup.js +5 -8
  26. package/dist/es2019/card/ui/assets/card.js +11 -7
  27. package/dist/es2019/card/ui/assets/embed.js +11 -7
  28. package/dist/es2019/card/ui/assets/inline.js +11 -7
  29. package/dist/es2019/card/ui/assets/url.js +11 -7
  30. package/dist/es2019/icons/shared/BorderIcon.js +11 -7
  31. package/dist/es2019/icons/shared/PanelErrorIcon.js +7 -7
  32. package/dist/es2019/icons/shared/PanelInfoIcon.js +7 -7
  33. package/dist/es2019/icons/shared/PanelNoteIcon.js +7 -8
  34. package/dist/es2019/icons/shared/PanelSuccessIcon.js +7 -7
  35. package/dist/es2019/icons/shared/PanelWarningIcon.js +7 -7
  36. package/dist/es2019/monitoring/error.js +1 -1
  37. package/dist/es2019/quick-insert/assets/index.js +4 -4
  38. package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +1 -2
  39. package/dist/es2019/react-node-view/index.js +9 -2
  40. package/dist/es2019/ui/DropList/index.js +1 -1
  41. package/dist/es2019/ui/Emoji/index.js +22 -4
  42. package/dist/es2019/ui/Expand/index.js +10 -16
  43. package/dist/es2019/ui/OverflowShadow/index.js +6 -10
  44. package/dist/es2019/ui-menu/DropdownContainer/index.js +1 -2
  45. package/dist/es2019/ui-menu/DropdownMenu/index.js +4 -8
  46. package/dist/esm/analytics/types/enums.js +2 -0
  47. package/dist/esm/card/LinkToolbarButtonGroup.js +5 -10
  48. package/dist/esm/card/ui/assets/card.js +12 -9
  49. package/dist/esm/card/ui/assets/embed.js +12 -9
  50. package/dist/esm/card/ui/assets/inline.js +12 -9
  51. package/dist/esm/card/ui/assets/url.js +12 -9
  52. package/dist/esm/icons/shared/BorderIcon.js +12 -9
  53. package/dist/esm/icons/shared/PanelErrorIcon.js +8 -9
  54. package/dist/esm/icons/shared/PanelInfoIcon.js +8 -9
  55. package/dist/esm/icons/shared/PanelNoteIcon.js +6 -8
  56. package/dist/esm/icons/shared/PanelSuccessIcon.js +8 -9
  57. package/dist/esm/icons/shared/PanelWarningIcon.js +8 -9
  58. package/dist/esm/monitoring/error.js +1 -1
  59. package/dist/esm/quick-insert/assets/index.js +4 -6
  60. package/dist/esm/react-node-view/getInlineNodeViewProducer.js +1 -2
  61. package/dist/esm/react-node-view/index.js +9 -2
  62. package/dist/esm/ui/DropList/index.js +1 -1
  63. package/dist/esm/ui/Emoji/index.js +21 -4
  64. package/dist/esm/ui/Expand/index.js +9 -14
  65. package/dist/esm/ui/OverflowShadow/index.js +6 -10
  66. package/dist/esm/ui-menu/DropdownContainer/index.js +1 -2
  67. package/dist/esm/ui-menu/DropdownMenu/index.js +4 -8
  68. package/dist/types/analytics/types/enums.d.ts +2 -0
  69. package/dist/types/analytics/types/insert-events.d.ts +8 -1
  70. package/dist/types/analytics/types/sync-block-events.d.ts +2 -1
  71. package/dist/types/quick-insert/assets/index.d.ts +1 -1
  72. package/dist/types/ui/Emoji/index.d.ts +1 -1
  73. package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -0
  74. package/dist/types-ts4.5/analytics/types/insert-events.d.ts +8 -1
  75. package/dist/types-ts4.5/analytics/types/sync-block-events.d.ts +2 -1
  76. package/dist/types-ts4.5/quick-insert/assets/index.d.ts +1 -1
  77. package/dist/types-ts4.5/ui/Emoji/index.d.ts +1 -1
  78. package/package.json +8 -8
  79. package/tsconfig.json +0 -2
@@ -33,11 +33,13 @@ var _getInlineNodeViewProducer = require("./getInlineNodeViewProducer");
33
33
  /* eslint-disable @atlaskit/editor/no-re-export */
34
34
  var ReactNodeView = exports.default = /*#__PURE__*/function () {
35
35
  function ReactNodeView(_node, view, getPos, portalProviderAPI, eventDispatcher, reactComponentProps,
36
+ // Spreading props to pass through dynamic component props
36
37
  // Ignored via go/ees005
37
38
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
38
39
  reactComponent, viewShouldUpdate, shouldRenderImmediatelyInPortal) {
39
40
  var _this = this;
40
41
  (0, _classCallCheck2.default)(this, ReactNodeView);
42
+ // Spreading props to pass through dynamic component props
41
43
  // Ignored via go/ees005
42
44
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
43
45
  (0, _defineProperty2.default)(this, "decorations", []);
@@ -115,6 +117,7 @@ var ReactNodeView = exports.default = /*#__PURE__*/function () {
115
117
  return this;
116
118
  }
117
119
 
120
+ // Spreading props to pass through dynamic component props
118
121
  // Ignored via go/ees005
119
122
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
120
123
  }, {
@@ -133,6 +136,7 @@ var ReactNodeView = exports.default = /*#__PURE__*/function () {
133
136
  }, component());
134
137
  };
135
138
  this.portalProviderAPI.render(componentWithErrorBoundary,
139
+ // Spreading props to pass through dynamic component props
136
140
  // Ignored via go/ees005
137
141
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
138
142
  this.domRef, this.key, undefined, this.shouldRenderImmediatelyInPortal);
@@ -157,6 +161,7 @@ var ReactNodeView = exports.default = /*#__PURE__*/function () {
157
161
  var _this4 = this;
158
162
  var contentDOM = this.contentDOMWrapper || this.contentDOM;
159
163
  // @ts-ignore
164
+ // Spreading props to pass through dynamic component props
160
165
  // Ignored via go/ees005
161
166
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
162
167
  var oldIgnoreMutation;
@@ -208,6 +213,7 @@ var ReactNodeView = exports.default = /*#__PURE__*/function () {
208
213
  }
209
214
  }
210
215
 
216
+ // Spreading props to pass through dynamic component props
211
217
  // Ignored via go/ees005
212
218
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
213
219
  }, {
@@ -218,8 +224,7 @@ var ReactNodeView = exports.default = /*#__PURE__*/function () {
218
224
  getPos: this.getPos,
219
225
  node: this.node,
220
226
  forwardRef: forwardRef
221
- // Ignored via go/ees005
222
- // eslint-disable-next-line react/jsx-props-no-spreading
227
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading props to pass through dynamic component props
223
228
  }, props)) : null;
224
229
  }
225
230
  }, {
@@ -275,6 +280,7 @@ var ReactNodeView = exports.default = /*#__PURE__*/function () {
275
280
  }, {
276
281
  key: "dom",
277
282
  get: function get() {
283
+ // Spreading props to pass through dynamic component props
278
284
  // Ignored via go/ees005
279
285
  // eslint-disable-next-line @atlaskit/editor/no-as-casting
280
286
  return this.domRef;
@@ -292,6 +298,7 @@ var ReactNodeView = exports.default = /*#__PURE__*/function () {
292
298
  }], [{
293
299
  key: "fromComponent",
294
300
  value: function fromComponent(
301
+ // Spreading props to pass through dynamic component props
295
302
  // Ignored via go/ees005
296
303
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
297
304
  component, portalProviderAPI, eventDispatcher, props, viewShouldUpdate) {
@@ -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 = "111.14.0";
27
+ var packageVersion = "111.14.2";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -52,9 +52,26 @@ var EmojiNodeFunctional = function EmojiNodeFunctional(props) {
52
52
  editorEmoji: true
53
53
  });
54
54
  };
55
- var EmojiNode = function EmojiNode(props) {
56
- // Ignored via go/ees005
57
- // eslint-disable-next-line react/jsx-props-no-spreading
58
- return /*#__PURE__*/_react.default.createElement(EmojiNodeFunctional, props);
55
+ var EmojiNode = function EmojiNode(_ref) {
56
+ var allowTextFallback = _ref.allowTextFallback,
57
+ shortName = _ref.shortName,
58
+ id = _ref.id,
59
+ fallback = _ref.fallback,
60
+ fitToHeight = _ref.fitToHeight,
61
+ showTooltip = _ref.showTooltip,
62
+ resourceConfig = _ref.resourceConfig,
63
+ emojiProvider = _ref.emojiProvider,
64
+ providers = _ref.providers;
65
+ return /*#__PURE__*/_react.default.createElement(EmojiNodeFunctional, {
66
+ allowTextFallback: allowTextFallback,
67
+ shortName: shortName,
68
+ id: id,
69
+ fallback: fallback,
70
+ fitToHeight: fitToHeight,
71
+ showTooltip: showTooltip,
72
+ resourceConfig: resourceConfig,
73
+ emojiProvider: emojiProvider,
74
+ providers: providers
75
+ });
59
76
  };
60
77
  var _default = exports.default = /*#__PURE__*/_react.default.memo(EmojiNode);
@@ -90,19 +90,14 @@ var expandLayoutWrapperStyle = exports.expandLayoutWrapperStyle = (0, _react2.cs
90
90
  width: "var(--ds-space-300, 24px)",
91
91
  height: "var(--ds-space-300, 24px)"
92
92
  });
93
- var ExpandLayoutWrapperWithRef = exports.ExpandLayoutWrapperWithRef = /*#__PURE__*/(0, _react.forwardRef)(
94
- // Ignored via go/ees005
95
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
96
- function (props, ref) {
97
- var children = props.children,
98
- rest = (0, _objectWithoutProperties2.default)(props, _excluded);
99
- return (
93
+ var ExpandLayoutWrapperWithRef = exports.ExpandLayoutWrapperWithRef = /*#__PURE__*/(0, _react.forwardRef)(function (_ref2, ref) {
94
+ var children = _ref2.children,
95
+ otherProps = (0, _objectWithoutProperties2.default)(_ref2, _excluded);
96
+ return (0, _react2.jsx)("div", (0, _extends2.default)({
100
97
  // Ignored via go/ees005
101
- // eslint-disable-next-line react/jsx-props-no-spreading, @typescript-eslint/no-explicit-any
102
- (0, _react2.jsx)("div", (0, _extends2.default)({
103
- css: expandLayoutWrapperStyle
104
- }, rest, {
105
- ref: ref
106
- }), children)
107
- );
98
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
99
+ css: expandLayoutWrapperStyle,
100
+ ref: ref
101
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading otherProps to pass through HTML attributes (aria-*, data-*, event handlers, etc.) to the native div element
102
+ }, otherProps), children);
108
103
  });
@@ -173,16 +173,12 @@ function overflowShadow(Component, options) {
173
173
  * for a11y purposes.
174
174
  */
175
175
  var hasOverflowScroll = showRightShadow || showLeftShadow;
176
- return (
177
- /*#__PURE__*/
178
- // Ignored via go/ees005
179
- _react.default.createElement(Component, (0, _extends2.default)({
180
- handleRef: this.handleContainer,
181
- tabIndex: hasOverflowScroll && (0, _platformFeatureFlags.fg)('platform_editor_dec_a11y_fixes') ? 0 : undefined,
182
- shadowClassNames: classNames
183
- // eslint-disable-next-line react/jsx-props-no-spreading
184
- }, this.props))
185
- );
176
+ return /*#__PURE__*/_react.default.createElement(Component, (0, _extends2.default)({
177
+ handleRef: this.handleContainer,
178
+ tabIndex: hasOverflowScroll && (0, _platformFeatureFlags.fg)('platform_editor_dec_a11y_fixes') ? 0 : undefined,
179
+ shadowClassNames: classNames
180
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading props to pass all component props through to wrapped generic component
181
+ }, this.props));
186
182
  }
187
183
  }]);
188
184
  }(_react.default.Component);
@@ -32,8 +32,7 @@ var DropdownContainer = exports.DropdownContainer = /*#__PURE__*/_react.default.
32
32
  //This context is to handle the tab, Arrow Right/Left key events for dropdown.
33
33
  //Default context has the void callbacks for above key events
34
34
  (0, _react2.jsx)(_Dropdown.default
35
- // Ignored via go/ees005
36
- // eslint-disable-next-line react/jsx-props-no-spreading
35
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading props to pass through dynamic component props
37
36
  , (0, _extends2.default)({}, props, {
38
37
  arrowKeyNavigationProviderOptions: newArrowKeyNavigationProviderOptions
39
38
  }))
@@ -79,8 +79,7 @@ var buttonStyles = function buttonStyles(isActive, submenuActive) {
79
79
  };
80
80
  var DropListWithOutsideClickTargetRef = function DropListWithOutsideClickTargetRef(props) {
81
81
  var setOutsideClickTargetRef = _react.default.useContext(_uiReact.OutsideClickTargetRefContext);
82
- // Ignored via go/ees005
83
- // eslint-disable-next-line react/jsx-props-no-spreading
82
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading props to pass through dynamic component props
84
83
  return (0, _react2.jsx)(_DropList.default, (0, _extends2.default)({
85
84
  onDroplistRef: setOutsideClickTargetRef
86
85
  }, props));
@@ -191,8 +190,7 @@ var DropdownMenuWrapper = exports.default = /*#__PURE__*/function (_PureComponen
191
190
  zIndex: zIndex || _editorSharedStyles.akEditorFloatingPanelZIndex,
192
191
  offset: offset
193
192
  }, (0, _react2.jsx)(_ArrowKeyNavigationProvider.ArrowKeyNavigationProvider
194
- // Ignored via go/ees005
195
- // eslint-disable-next-line react/jsx-props-no-spreading
193
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading navigationProviderProps to pass through dynamic component props
196
194
  , (0, _extends2.default)({}, navigationProviderProps, {
197
195
  handleClose: this.handleCloseAndFocus,
198
196
  closeOnTab: true
@@ -280,8 +278,7 @@ var DropdownMenuItemCustomComponent = /*#__PURE__*/_react.default.forwardRef(fun
280
278
  rest = (0, _objectWithoutProperties2.default)(props, _excluded);
281
279
  return (0, _react2.jsx)("span", (0, _extends2.default)({
282
280
  ref: ref
283
- // Ignored via go/ees005
284
- // eslint-disable-next-line react/jsx-props-no-spreading
281
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading rest to pass through dynamic component props
285
282
  }, rest, {
286
283
  style: {
287
284
  // This forces the item container back to be `position: static`, the default value.
@@ -387,7 +384,6 @@ function (_ref2) {
387
384
  arrowKeyNavigationProviderOptions: _objectSpread(_objectSpread({}, props.arrowKeyNavigationProviderOptions), {}, {
388
385
  keyDownHandlerContext: keyDownHandlerContext
389
386
  })
390
- // Ignored via go/ees005
391
- // eslint-disable-next-line react/jsx-props-no-spreading
387
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading props to pass through dynamic component props
392
388
  }, props));
393
389
  });
@@ -541,6 +541,8 @@ export let ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTION_SUBJECT_ID) {
541
541
  ACTION_SUBJECT_ID["EDITOR_PLUGIN_SELECTION_EXTENSION_ITEM"] = "editorPluginSelectionExtensionItem";
542
542
  ACTION_SUBJECT_ID["EDITOR_PLUGIN_SELECTION_EXTENSION_COMPONENT"] = "editorPluginSelectionExtensionComponent";
543
543
  ACTION_SUBJECT_ID["TRANSFORM"] = "transform";
544
+ ACTION_SUBJECT_ID["BODIED_SYNCED_BLOCK"] = "bodiedSyncBlock";
545
+ ACTION_SUBJECT_ID["SYNCED_BLOCK"] = "syncBlock";
544
546
  ACTION_SUBJECT_ID["SYNCED_BLOCK_TOOLBAR"] = "syncedBlockToolbar";
545
547
  ACTION_SUBJECT_ID["SYNCED_BLOCK_COPY"] = "syncedBlockCopy";
546
548
  ACTION_SUBJECT_ID["SYNCED_BLOCK_SOURCE_URL"] = "syncedBlockSourceUrl";
@@ -19,14 +19,12 @@ const buttonStyleNoneEvent = css({
19
19
  pointerEvents: 'none'
20
20
  });
21
21
  const DisallowedWrapper = ({
22
- disabled: _disabled,
23
- ...props
22
+ disabled,
23
+ children
24
24
  }) => {
25
- // adding this ignore to avoid having to use compiled (can be fixed at a later date)
26
- // @ts-ignore
27
- // Ignored via go/ees005
28
- // eslint-disable-next-line react/jsx-props-no-spreading
29
- return jsx("div", props);
25
+ return jsx("div", {
26
+ css: disabled ? disallowedWrapperStyle : defaultWrapperStyle
27
+ }, children);
30
28
  };
31
29
 
32
30
  /**
@@ -54,7 +52,6 @@ export const LinkToolbarButtonGroup = ({
54
52
  }) => {
55
53
  const ButtonIcon = icon;
56
54
  return jsx(DisallowedWrapper, {
57
- css: disabled ? disallowedWrapperStyle : defaultWrapperStyle,
58
55
  key: testId,
59
56
  disabled: disabled
60
57
  }, jsx(Button, {
@@ -1,17 +1,21 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
 
4
3
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
5
- const IconCardGlyph = props => {
6
- return /*#__PURE__*/React.createElement("svg", _extends({
4
+ const IconCardGlyph = ({
5
+ 'aria-label': ariaLabel,
6
+ style
7
+ }) => {
8
+ return /*#__PURE__*/React.createElement("svg", {
7
9
  width: "32",
8
10
  height: "32",
9
11
  viewBox: "0 0 32 32",
10
12
  fill: "none",
11
- xmlns: "http://www.w3.org/2000/svg"
12
- // Ignored via go/ees005
13
- // eslint-disable-next-line react/jsx-props-no-spreading
14
- }, props), /*#__PURE__*/React.createElement("path", {
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ "aria-label": ariaLabel
15
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
16
+ ,
17
+ style: style
18
+ }, /*#__PURE__*/React.createElement("path", {
15
19
  fillRule: "evenodd",
16
20
  clipRule: "evenodd",
17
21
  d: "M8 9c-1.10457 0-2 .89543-2 2v10c0 1.1046.89543 2 2 2h16c1.1046 0 2-.8954 2-2V11c0-1.10457-.8954-2-2-2H8Zm0 3c0-.5523.44772-1 1-1h2c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1H9c-.55228 0-1-.4477-1-1v-2Zm5 1c0-.2761.2239-.5.5-.5h10c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-10c-.2761 0-.5-.2239-.5-.5Zm-4 3c-.55228 0-1 .4477-1 1s.44772 1 1 1h14c.5523 0 1-.4477 1-1s-.4477-1-1-1H9Zm-1 4c0-.5523.44772-1 1-1h6c.5523 0 1 .4477 1 1s-.4477 1-1 1H9c-.55228 0-1-.4477-1-1Z",
@@ -1,17 +1,21 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
 
4
3
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
5
- const IconEmbedGlyph = props => {
6
- return /*#__PURE__*/React.createElement("svg", _extends({
4
+ const IconEmbedGlyph = ({
5
+ 'aria-label': ariaLabel,
6
+ style
7
+ }) => {
8
+ return /*#__PURE__*/React.createElement("svg", {
7
9
  width: "32",
8
10
  height: "32",
9
11
  viewBox: "0 0 32 32",
10
12
  fill: "none",
11
- xmlns: "http://www.w3.org/2000/svg"
12
- // Ignored via go/ees005
13
- // eslint-disable-next-line react/jsx-props-no-spreading
14
- }, props), /*#__PURE__*/React.createElement("path", {
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ "aria-label": ariaLabel
15
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
16
+ ,
17
+ style: style
18
+ }, /*#__PURE__*/React.createElement("path", {
15
19
  fillRule: "evenodd",
16
20
  clipRule: "evenodd",
17
21
  d: "M8 6c-1.10457 0-2 .89543-2 2v16c0 1.1046.89543 2 2 2h16c1.1046 0 2-.8954 2-2V8c0-1.10457-.8954-2-2-2H8Zm1 2c-.55228 0-1 .44772-1 1v2c0 .5523.44772 1 1 1h2c.5523 0 1-.4477 1-1V9c0-.55228-.4477-1-1-1H9Zm4.5 1.5c-.2761 0-.5.22386-.5.5 0 .2761.2239.5.5.5h10c.2761 0 .5-.2239.5-.5 0-.27614-.2239-.5-.5-.5h-10ZM9 14c-.55228 0-1 .4477-1 1v8c0 .5523.44772 1 1 1h14c.5523 0 1-.4477 1-1v-8c0-.5523-.4477-1-1-1H9Zm6 2.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Zm0 5.5-1-1-2 2h8v-1.8L18 19l-3 3Z",
@@ -1,17 +1,21 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
 
4
3
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
5
- const IconInlineGlyph = props => {
6
- return /*#__PURE__*/React.createElement("svg", _extends({
4
+ const IconInlineGlyph = ({
5
+ 'aria-label': ariaLabel,
6
+ style
7
+ }) => {
8
+ return /*#__PURE__*/React.createElement("svg", {
7
9
  width: "32",
8
10
  height: "32",
9
11
  viewBox: "0 0 32 32",
10
12
  fill: "none",
11
- xmlns: "http://www.w3.org/2000/svg"
12
- // Ignored via go/ees005
13
- // eslint-disable-next-line react/jsx-props-no-spreading
14
- }, props), /*#__PURE__*/React.createElement("path", {
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ "aria-label": ariaLabel
15
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
16
+ ,
17
+ style: style
18
+ }, /*#__PURE__*/React.createElement("path", {
15
19
  fillRule: "evenodd",
16
20
  clipRule: "evenodd",
17
21
  d: "M8 12c-1.10457 0-2 .8954-2 2v4c0 1.1046.89543 2 2 2h16c1.1046 0 2-.8954 2-2v-4c0-1.1046-.8954-2-2-2H8Zm0 3c0-.5523.44772-1 1-1h2c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1H9c-.55228 0-1-.4477-1-1v-2Zm5 1c0-.2761.2239-.5.5-.5h10c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-10c-.2761 0-.5-.2239-.5-.5Z",
@@ -1,17 +1,21 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
 
4
3
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
5
- const IconUrlGlyph = props => {
6
- return /*#__PURE__*/React.createElement("svg", _extends({
4
+ const IconUrlGlyph = ({
5
+ 'aria-label': ariaLabel,
6
+ style
7
+ }) => {
8
+ return /*#__PURE__*/React.createElement("svg", {
7
9
  width: "32",
8
10
  height: "32",
9
11
  viewBox: "0 0 32 32",
10
12
  fill: "none",
11
- xmlns: "http://www.w3.org/2000/svg"
12
- // Ignored via go/ees005
13
- // eslint-disable-next-line react/jsx-props-no-spreading
14
- }, props), /*#__PURE__*/React.createElement("rect", {
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ "aria-label": ariaLabel
15
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
16
+ ,
17
+ style: style
18
+ }, /*#__PURE__*/React.createElement("rect", {
15
19
  x: "6",
16
20
  y: "15",
17
21
  width: "20",
@@ -1,17 +1,21 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
 
4
3
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
5
- const BorderIconGlyph = props => {
6
- return /*#__PURE__*/React.createElement("svg", _extends({
4
+ const BorderIconGlyph = ({
5
+ 'aria-label': ariaLabel,
6
+ style
7
+ }) => {
8
+ return /*#__PURE__*/React.createElement("svg", {
7
9
  width: "24",
8
10
  height: "24",
9
11
  viewBox: "0 0 24 24",
10
12
  fill: "none",
11
- xmlns: "http://www.w3.org/2000/svg"
12
- // Ignored via go/ees005
13
- // eslint-disable-next-line react/jsx-props-no-spreading
14
- }, props), /*#__PURE__*/React.createElement("path", {
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ "aria-label": ariaLabel
15
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
16
+ ,
17
+ style: style
18
+ }, /*#__PURE__*/React.createElement("path", {
15
19
  d: "M8.33333 8C8.15267 8 8 8.14933 8 8.33333V15.6667C8.0007 15.7549 8.03604 15.8392 8.0984 15.9016C8.16076 15.964 8.24514 15.9993 8.33333 16H15.6667C15.8473 16 16 15.8507 16 15.6667V8.33333C16 8.15267 15.8507 8 15.6667 8H8.33333Z",
16
20
  fill: "currentColor"
17
21
  }), /*#__PURE__*/React.createElement("path", {
@@ -1,21 +1,21 @@
1
1
  /* PanelErrorIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import "./PanelErrorIcon.compiled.css";
4
3
  import * as React from 'react';
5
4
  import { ax, ix } from "@compiled/react/runtime";
6
5
  const iconStyles = null;
7
6
 
8
7
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
9
- const PanelErrorGlyph = props => {
10
- return /*#__PURE__*/React.createElement("svg", _extends({
8
+ const PanelErrorGlyph = ({
9
+ role
10
+ }) => {
11
+ return /*#__PURE__*/React.createElement("svg", {
11
12
  width: "24",
12
13
  height: "24",
13
14
  viewBox: "0 0 24 24",
14
15
  fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- // Ignored via go/ees005
17
- // eslint-disable-next-line react/jsx-props-no-spreading
18
- }, props), /*#__PURE__*/React.createElement("path", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ role: role
18
+ }, /*#__PURE__*/React.createElement("path", {
19
19
  fillRule: "evenodd",
20
20
  clipRule: "evenodd",
21
21
  d: "M13.8562 11.9112L16.5088 9.26C16.7433 9.02545 16.8751 8.70733 16.8751 8.37563C16.8751 8.04392 16.7433 7.7258 16.5088 7.49125C16.2742 7.2567 15.9561 7.12493 15.6244 7.12493C15.2927 7.12493 14.9746 7.2567 14.74 7.49125L12.09 10.1438L9.4375 7.49125C9.20295 7.25686 8.8849 7.12526 8.55331 7.12537C8.22172 7.12549 7.90376 7.25732 7.66937 7.49188C7.43499 7.72643 7.30338 8.04448 7.3035 8.37607C7.30361 8.70766 7.43545 9.02561 7.67 9.26L10.32 11.91L7.67 14.5625C7.4423 14.7983 7.31631 15.114 7.31916 15.4418C7.32201 15.7695 7.45347 16.083 7.68523 16.3148C7.91699 16.5465 8.2305 16.678 8.55825 16.6808C8.88599 16.6837 9.20175 16.5577 9.4375 16.33L12.0888 13.68L14.74 16.33C14.8561 16.4461 14.9939 16.5383 15.1455 16.6012C15.2972 16.664 15.4597 16.6964 15.6239 16.6965C15.7881 16.6966 15.9507 16.6643 16.1024 16.6015C16.2541 16.5387 16.392 16.4467 16.5081 16.3306C16.6243 16.2146 16.7164 16.0768 16.7793 15.9251C16.8422 15.7734 16.8746 15.6109 16.8746 15.4467C16.8747 15.2825 16.8424 15.1199 16.7796 14.9682C16.7168 14.8165 16.6248 14.6786 16.5088 14.5625L13.8562 11.9112V11.9112ZM12 22C9.34784 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22V22Z",
@@ -1,21 +1,21 @@
1
1
  /* PanelInfoIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import "./PanelInfoIcon.compiled.css";
4
3
  import * as React from 'react';
5
4
  import { ax, ix } from "@compiled/react/runtime";
6
5
  const iconStyles = null;
7
6
 
8
7
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
9
- const PanelInfoGlyph = props => {
10
- return /*#__PURE__*/React.createElement("svg", _extends({
8
+ const PanelInfoGlyph = ({
9
+ role
10
+ }) => {
11
+ return /*#__PURE__*/React.createElement("svg", {
11
12
  width: "24",
12
13
  height: "24",
13
14
  viewBox: "0 0 24 24",
14
15
  fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- // Ignored via go/ees005
17
- // eslint-disable-next-line react/jsx-props-no-spreading
18
- }, props), /*#__PURE__*/React.createElement("path", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ role: role
18
+ }, /*#__PURE__*/React.createElement("path", {
19
19
  fillRule: "evenodd",
20
20
  clipRule: "evenodd",
21
21
  d: "M12 22C9.34784 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22V22ZM12 11.375C11.6685 11.375 11.3505 11.5067 11.1161 11.7411C10.8817 11.9755 10.75 12.2935 10.75 12.625V15.75C10.75 16.0815 10.8817 16.3995 11.1161 16.6339C11.3505 16.8683 11.6685 17 12 17C12.3315 17 12.6495 16.8683 12.8839 16.6339C13.1183 16.3995 13.25 16.0815 13.25 15.75V12.625C13.25 12.2935 13.1183 11.9755 12.8839 11.7411C12.6495 11.5067 12.3315 11.375 12 11.375ZM12 9.96875C12.4558 9.96875 12.893 9.78767 13.2153 9.46534C13.5377 9.14301 13.7188 8.70584 13.7188 8.25C13.7188 7.79416 13.5377 7.35699 13.2153 7.03466C12.893 6.71233 12.4558 6.53125 12 6.53125C11.5442 6.53125 11.107 6.71233 10.7847 7.03466C10.4623 7.35699 10.2812 7.79416 10.2812 8.25C10.2812 8.70584 10.4623 9.14301 10.7847 9.46534C11.107 9.78767 11.5442 9.96875 12 9.96875Z",
@@ -1,21 +1,20 @@
1
1
  /* PanelNoteIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import "./PanelNoteIcon.compiled.css";
4
3
  import * as React from 'react';
5
4
  import { ax, ix } from "@compiled/react/runtime";
6
5
  const iconStyles = null;
7
-
8
6
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
9
- const PanelNoteGlyph = props => {
10
- return /*#__PURE__*/React.createElement("svg", _extends({
7
+ const PanelNoteGlyph = ({
8
+ role
9
+ }) => {
10
+ return /*#__PURE__*/React.createElement("svg", {
11
11
  width: "24",
12
12
  height: "24",
13
13
  viewBox: "0 0 24 24",
14
14
  fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- // Ignored via go/ees005
17
- // eslint-disable-next-line react/jsx-props-no-spreading
18
- }, props), /*#__PURE__*/React.createElement("path", {
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ role: role
17
+ }, /*#__PURE__*/React.createElement("path", {
19
18
  fillRule: "evenodd",
20
19
  clipRule: "evenodd",
21
20
  d: "M7 2H17C17.663 2 18.2989 2.26339 18.7678 2.73223C19.2366 3.20107 19.5 3.83696 19.5 4.5V19.5C19.5 20.163 19.2366 20.7989 18.7678 21.2678C18.2989 21.7366 17.663 22 17 22H7C6.33696 22 5.70107 21.7366 5.23223 21.2678C4.76339 20.7989 4.5 20.163 4.5 19.5V4.5C4.5 3.83696 4.76339 3.20107 5.23223 2.73223C5.70107 2.26339 6.33696 2 7 2ZM8.875 7C8.70924 7 8.55027 7.06585 8.43306 7.18306C8.31585 7.30027 8.25 7.45924 8.25 7.625V8.875C8.25 9.04076 8.31585 9.19973 8.43306 9.31694C8.55027 9.43415 8.70924 9.5 8.875 9.5H15.125C15.2908 9.5 15.4497 9.43415 15.5669 9.31694C15.6842 9.19973 15.75 9.04076 15.75 8.875V7.625C15.75 7.45924 15.6842 7.30027 15.5669 7.18306C15.4497 7.06585 15.2908 7 15.125 7H8.875ZM8.875 12C8.70924 12 8.55027 12.0658 8.43306 12.1831C8.31585 12.3003 8.25 12.4592 8.25 12.625V13.875C8.25 14.0408 8.31585 14.1997 8.43306 14.3169C8.55027 14.4342 8.70924 14.5 8.875 14.5H12.625C12.7908 14.5 12.9497 14.4342 13.0669 14.3169C13.1842 14.1997 13.25 14.0408 13.25 13.875V12.625C13.25 12.4592 13.1842 12.3003 13.0669 12.1831C12.9497 12.0658 12.7908 12 12.625 12H8.875Z",
@@ -1,21 +1,21 @@
1
1
  /* PanelSuccessIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import "./PanelSuccessIcon.compiled.css";
4
3
  import * as React from 'react';
5
4
  import { ax, ix } from "@compiled/react/runtime";
6
5
  const iconStyles = null;
7
6
 
8
7
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
9
- const PanelSuccessGlyph = props => {
10
- return /*#__PURE__*/React.createElement("svg", _extends({
8
+ const PanelSuccessGlyph = ({
9
+ role
10
+ }) => {
11
+ return /*#__PURE__*/React.createElement("svg", {
11
12
  width: "24",
12
13
  height: "24",
13
14
  viewBox: "0 0 24 24",
14
15
  fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- // Ignored via go/ees005
17
- // eslint-disable-next-line react/jsx-props-no-spreading
18
- }, props), /*#__PURE__*/React.createElement("path", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ role: role
18
+ }, /*#__PURE__*/React.createElement("path", {
19
19
  fillRule: "evenodd",
20
20
  clipRule: "evenodd",
21
21
  d: "M12 22C9.34784 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2C14.6522 2 17.1957 3.05357 19.0711 4.92893C20.9464 6.8043 22 9.34784 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22V22ZM13.705 8.295L11.015 13.4325L9.08625 11.695C8.9642 11.5852 8.82172 11.5005 8.66694 11.4457C8.51216 11.391 8.3481 11.3672 8.18415 11.3759C8.0202 11.3845 7.85955 11.4254 7.71139 11.4961C7.56322 11.5669 7.43044 11.6661 7.32063 11.7881C7.21081 11.9102 7.1261 12.0527 7.07135 12.2074C7.0166 12.3622 6.99287 12.5263 7.00152 12.6902C7.01016 12.8542 7.05102 13.0148 7.12175 13.163C7.19248 13.3112 7.2917 13.4439 7.41375 13.5538L10.5388 16.3663C10.6803 16.4938 10.8492 16.5872 11.0325 16.6395C11.2157 16.6917 11.4085 16.7014 11.596 16.6678C11.7836 16.6341 11.9609 16.558 12.1146 16.4453C12.2682 16.3326 12.3941 16.1863 12.4825 16.0175L15.92 9.455C16.0738 9.16127 16.1047 8.81847 16.0057 8.502C15.9068 8.18553 15.6862 7.92133 15.3925 7.7675C15.0988 7.61367 14.756 7.58283 14.4395 7.68176C14.123 7.78068 13.8588 8.00127 13.705 8.295V8.295Z",
@@ -1,21 +1,21 @@
1
1
  /* PanelWarningIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import "./PanelWarningIcon.compiled.css";
4
3
  import * as React from 'react';
5
4
  import { ax, ix } from "@compiled/react/runtime";
6
5
  const iconStyles = null;
7
6
 
8
7
  // Custom icon ejection - these icons have been migrated away from the deprecated Custom / SVG components to native SVG. Please review whether this icon should be contributed to @atlaskit/icon-lab or whether it can be replaced by an existing icon from either @atlaskit/icon or @atlaskit/icon-lab
9
- const PanelWarningGlyph = props => {
10
- return /*#__PURE__*/React.createElement("svg", _extends({
8
+ const PanelWarningGlyph = ({
9
+ role
10
+ }) => {
11
+ return /*#__PURE__*/React.createElement("svg", {
11
12
  width: "24",
12
13
  height: "24",
13
14
  viewBox: "0 0 24 24",
14
15
  fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- // Ignored via go/ees005
17
- // eslint-disable-next-line react/jsx-props-no-spreading
18
- }, props), /*#__PURE__*/React.createElement("path", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ role: role
18
+ }, /*#__PURE__*/React.createElement("path", {
19
19
  fillRule: "evenodd",
20
20
  clipRule: "evenodd",
21
21
  d: "M13.4897 4.34592L21.8561 18.8611C21.9525 19.0288 22.0021 19.2181 21.9999 19.4101C21.9977 19.6021 21.9438 19.7903 21.8435 19.9559C21.7432 20.1215 21.6001 20.2588 21.4282 20.3542C21.2563 20.4497 21.0616 20.4999 20.8636 20.5H3.13707C2.93882 20.5 2.74401 20.4498 2.57196 20.3543C2.39992 20.2588 2.25663 20.1213 2.15631 19.9556C2.05598 19.7898 2.00212 19.6015 2.00006 19.4093C1.998 19.2171 2.04782 19.0278 2.14456 18.86L10.5121 4.34592C10.6602 4.08939 10.8762 3.87577 11.1377 3.72708C11.3993 3.57838 11.6971 3.5 12.0003 3.5C12.3036 3.5 12.6013 3.57838 12.8629 3.72708C13.1245 3.87577 13.3404 4.08939 13.4885 4.34592H13.4897ZM12.0003 7.82538C11.8232 7.82537 11.6482 7.86212 11.4869 7.93317C11.3257 8.00423 11.182 8.10793 11.0656 8.2373C10.9492 8.36668 10.8627 8.51872 10.8119 8.68321C10.7611 8.8477 10.7473 9.02083 10.7713 9.19093L11.3546 13.3416C11.3754 13.4933 11.4523 13.6326 11.5711 13.7334C11.6899 13.8343 11.8424 13.8899 12.0003 13.8899C12.1582 13.8899 12.3107 13.8343 12.4295 13.7334C12.5483 13.6326 12.6253 13.4933 12.6461 13.3416L13.2293 9.19093C13.2533 9.02083 13.2395 8.8477 13.1887 8.68321C13.138 8.51872 13.0515 8.36668 12.935 8.2373C12.8186 8.10793 12.6749 8.00423 12.5137 7.93317C12.3525 7.86212 12.1774 7.82537 12.0003 7.82538V7.82538ZM12.0003 17.3369C12.3395 17.3369 12.6649 17.2062 12.9047 16.9737C13.1446 16.7412 13.2793 16.4258 13.2793 16.0969C13.2793 15.7681 13.1446 15.4527 12.9047 15.2202C12.6649 14.9877 12.3395 14.857 12.0003 14.857C11.6611 14.857 11.3358 14.9877 11.0959 15.2202C10.8561 15.4527 10.7213 15.7681 10.7213 16.0969C10.7213 16.4258 10.8561 16.7412 11.0959 16.9737C11.3358 17.2062 11.6611 17.3369 12.0003 17.3369V17.3369Z",
@@ -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 = "111.14.0";
7
+ const packageVersion = "111.14.2";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // Ignored via go/ees007
@@ -116,15 +116,15 @@ function importHeading(level) {
116
116
  }
117
117
  export const IconHeading = ({
118
118
  level,
119
- ...props
119
+ label
120
120
  }) => {
121
121
  const Icon = Loadable({
122
122
  loader: () => importHeading(level).then(module => module.default),
123
123
  loading: () => null
124
124
  });
125
- // Ignored via go/ees005
126
- // eslint-disable-next-line react/jsx-props-no-spreading
127
- return /*#__PURE__*/React.createElement(Icon, props);
125
+ return /*#__PURE__*/React.createElement(Icon, {
126
+ label: label
127
+ });
128
128
  };
129
129
  export const IconFeedback = Loadable({
130
130
  loader: () => import( /* webpackChunkName: "@atlaskit-internal_editor-icon-feedback" */'./feedback').then(module => module.default),
@@ -357,8 +357,7 @@ function getPortalChildren({
357
357
  ,
358
358
  getPos: nodeViewParams.getPos,
359
359
  node: currentNode
360
- // Ignored via go/ees005
361
- // eslint-disable-next-line react/jsx-props-no-spreading
360
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading props to pass through dynamic component props
362
361
  }, extraComponentProps)), browser.android ?
363
362
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
364
363
  jsx("span", {