@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 111.14.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 111.14.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`8806992b3642c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8806992b3642c) -
14
+ EDITOR-5454 update synced block insert success event to use document inserted event
15
+ - [`d1f98d87589e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1f98d87589e6) -
16
+ Fix react/jsx-props-no-spreading violations by explicitly destructuring and passing props instead
17
+ of spreading
18
+ - Updated dependencies
19
+
3
20
  ## 111.14.1
4
21
 
5
22
  ### Patch Changes
@@ -547,6 +547,8 @@ var ACTION_SUBJECT_ID = exports.ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTIO
547
547
  ACTION_SUBJECT_ID["EDITOR_PLUGIN_SELECTION_EXTENSION_ITEM"] = "editorPluginSelectionExtensionItem";
548
548
  ACTION_SUBJECT_ID["EDITOR_PLUGIN_SELECTION_EXTENSION_COMPONENT"] = "editorPluginSelectionExtensionComponent";
549
549
  ACTION_SUBJECT_ID["TRANSFORM"] = "transform";
550
+ ACTION_SUBJECT_ID["BODIED_SYNCED_BLOCK"] = "bodiedSyncBlock";
551
+ ACTION_SUBJECT_ID["SYNCED_BLOCK"] = "syncBlock";
550
552
  ACTION_SUBJECT_ID["SYNCED_BLOCK_TOOLBAR"] = "syncedBlockToolbar";
551
553
  ACTION_SUBJECT_ID["SYNCED_BLOCK_COPY"] = "syncedBlockCopy";
552
554
  ACTION_SUBJECT_ID["SYNCED_BLOCK_SOURCE_URL"] = "syncedBlockSourceUrl";
@@ -5,17 +5,17 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.LinkToolbarButtonGroup = void 0;
8
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
9
8
  var _react = _interopRequireDefault(require("react"));
10
9
  var _react2 = require("@emotion/react");
11
10
  var _buttonGroup = _interopRequireDefault(require("@atlaskit/button/button-group"));
12
11
  var _ui = require("../ui");
13
- var _excluded = ["disabled"];
14
12
  /**
15
13
  * @jsxRuntime classic
16
14
  * @jsx jsx
17
15
  */
16
+
18
17
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
18
+
19
19
  /**
20
20
  * Applying `pointer-events: none;` when disabled allows the Tooltip to be displayed
21
21
  */
@@ -26,13 +26,11 @@ var buttonStyleNoneEvent = (0, _react2.css)({
26
26
  pointerEvents: 'none'
27
27
  });
28
28
  var DisallowedWrapper = function DisallowedWrapper(_ref) {
29
- var _disabled = _ref.disabled,
30
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
31
- // adding this ignore to avoid having to use compiled (can be fixed at a later date)
32
- // @ts-ignore
33
- // Ignored via go/ees005
34
- // eslint-disable-next-line react/jsx-props-no-spreading
35
- return (0, _react2.jsx)("div", props);
29
+ var disabled = _ref.disabled,
30
+ children = _ref.children;
31
+ return (0, _react2.jsx)("div", {
32
+ css: disabled ? disallowedWrapperStyle : defaultWrapperStyle
33
+ }, children);
36
34
  };
37
35
 
38
36
  /**
@@ -58,7 +56,6 @@ var LinkToolbarButtonGroup = exports.LinkToolbarButtonGroup = function LinkToolb
58
56
  areAnyNewToolbarFlagsEnabled = _ref3.areAnyNewToolbarFlagsEnabled;
59
57
  var ButtonIcon = icon;
60
58
  return (0, _react2.jsx)(DisallowedWrapper, {
61
- css: disabled ? disallowedWrapperStyle : defaultWrapperStyle,
62
59
  key: testId,
63
60
  disabled: disabled
64
61
  }, (0, _react2.jsx)(_ui.FloatingToolbarButton, {
@@ -5,27 +5,30 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.IconCard = void 0;
8
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
8
  var _react = _interopRequireDefault(require("react"));
10
9
  // 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
11
- var IconCardGlyph = function IconCardGlyph(props) {
12
- return /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({
10
+ var IconCardGlyph = function IconCardGlyph(_ref) {
11
+ var ariaLabel = _ref['aria-label'],
12
+ style = _ref.style;
13
+ return /*#__PURE__*/_react.default.createElement("svg", {
13
14
  width: "32",
14
15
  height: "32",
15
16
  viewBox: "0 0 32 32",
16
17
  fill: "none",
17
- xmlns: "http://www.w3.org/2000/svg"
18
- // Ignored via go/ees005
19
- // eslint-disable-next-line react/jsx-props-no-spreading
20
- }, props), /*#__PURE__*/_react.default.createElement("path", {
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ "aria-label": ariaLabel
20
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
21
+ ,
22
+ style: style
23
+ }, /*#__PURE__*/_react.default.createElement("path", {
21
24
  fillRule: "evenodd",
22
25
  clipRule: "evenodd",
23
26
  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",
24
27
  fill: "currentColor"
25
28
  }));
26
29
  };
27
- var IconCard = exports.IconCard = function IconCard(_ref) {
28
- var label = _ref.label;
30
+ var IconCard = exports.IconCard = function IconCard(_ref2) {
31
+ var label = _ref2.label;
29
32
  return /*#__PURE__*/_react.default.createElement(IconCardGlyph, {
30
33
  "aria-label": label,
31
34
  style: {
@@ -5,27 +5,30 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.IconEmbed = void 0;
8
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
8
  var _react = _interopRequireDefault(require("react"));
10
9
  // 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
11
- var IconEmbedGlyph = function IconEmbedGlyph(props) {
12
- return /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({
10
+ var IconEmbedGlyph = function IconEmbedGlyph(_ref) {
11
+ var ariaLabel = _ref['aria-label'],
12
+ style = _ref.style;
13
+ return /*#__PURE__*/_react.default.createElement("svg", {
13
14
  width: "32",
14
15
  height: "32",
15
16
  viewBox: "0 0 32 32",
16
17
  fill: "none",
17
- xmlns: "http://www.w3.org/2000/svg"
18
- // Ignored via go/ees005
19
- // eslint-disable-next-line react/jsx-props-no-spreading
20
- }, props), /*#__PURE__*/_react.default.createElement("path", {
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ "aria-label": ariaLabel
20
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
21
+ ,
22
+ style: style
23
+ }, /*#__PURE__*/_react.default.createElement("path", {
21
24
  fillRule: "evenodd",
22
25
  clipRule: "evenodd",
23
26
  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",
24
27
  fill: "currentColor"
25
28
  }));
26
29
  };
27
- var IconEmbed = exports.IconEmbed = function IconEmbed(_ref) {
28
- var label = _ref.label;
30
+ var IconEmbed = exports.IconEmbed = function IconEmbed(_ref2) {
31
+ var label = _ref2.label;
29
32
  return /*#__PURE__*/_react.default.createElement(IconEmbedGlyph, {
30
33
  "aria-label": label,
31
34
  style: {
@@ -5,27 +5,30 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.IconInline = void 0;
8
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
8
  var _react = _interopRequireDefault(require("react"));
10
9
  // 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
11
- var IconInlineGlyph = function IconInlineGlyph(props) {
12
- return /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({
10
+ var IconInlineGlyph = function IconInlineGlyph(_ref) {
11
+ var ariaLabel = _ref['aria-label'],
12
+ style = _ref.style;
13
+ return /*#__PURE__*/_react.default.createElement("svg", {
13
14
  width: "32",
14
15
  height: "32",
15
16
  viewBox: "0 0 32 32",
16
17
  fill: "none",
17
- xmlns: "http://www.w3.org/2000/svg"
18
- // Ignored via go/ees005
19
- // eslint-disable-next-line react/jsx-props-no-spreading
20
- }, props), /*#__PURE__*/_react.default.createElement("path", {
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ "aria-label": ariaLabel
20
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
21
+ ,
22
+ style: style
23
+ }, /*#__PURE__*/_react.default.createElement("path", {
21
24
  fillRule: "evenodd",
22
25
  clipRule: "evenodd",
23
26
  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",
24
27
  fill: "currentColor"
25
28
  }));
26
29
  };
27
- var IconInline = exports.IconInline = function IconInline(_ref) {
28
- var label = _ref.label;
30
+ var IconInline = exports.IconInline = function IconInline(_ref2) {
31
+ var label = _ref2.label;
29
32
  return /*#__PURE__*/_react.default.createElement(IconInlineGlyph, {
30
33
  "aria-label": label,
31
34
  style: {
@@ -5,19 +5,22 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.IconUrl = void 0;
8
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
8
  var _react = _interopRequireDefault(require("react"));
10
9
  // 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
11
- var IconUrlGlyph = function IconUrlGlyph(props) {
12
- return /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({
10
+ var IconUrlGlyph = function IconUrlGlyph(_ref) {
11
+ var ariaLabel = _ref['aria-label'],
12
+ style = _ref.style;
13
+ return /*#__PURE__*/_react.default.createElement("svg", {
13
14
  width: "32",
14
15
  height: "32",
15
16
  viewBox: "0 0 32 32",
16
17
  fill: "none",
17
- xmlns: "http://www.w3.org/2000/svg"
18
- // Ignored via go/ees005
19
- // eslint-disable-next-line react/jsx-props-no-spreading
20
- }, props), /*#__PURE__*/_react.default.createElement("rect", {
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ "aria-label": ariaLabel
20
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
21
+ ,
22
+ style: style
23
+ }, /*#__PURE__*/_react.default.createElement("rect", {
21
24
  x: "6",
22
25
  y: "15",
23
26
  width: "20",
@@ -26,8 +29,8 @@ var IconUrlGlyph = function IconUrlGlyph(props) {
26
29
  fill: "currentColor"
27
30
  }));
28
31
  };
29
- var IconUrl = exports.IconUrl = function IconUrl(_ref) {
30
- var label = _ref.label;
32
+ var IconUrl = exports.IconUrl = function IconUrl(_ref2) {
33
+ var label = _ref2.label;
31
34
  return /*#__PURE__*/_react.default.createElement(IconUrlGlyph, {
32
35
  "aria-label": label,
33
36
  style: {
@@ -5,19 +5,22 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.BorderIcon = void 0;
8
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
8
  var _react = _interopRequireDefault(require("react"));
10
9
  // 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
11
- var BorderIconGlyph = function BorderIconGlyph(props) {
12
- return /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({
10
+ var BorderIconGlyph = function BorderIconGlyph(_ref) {
11
+ var ariaLabel = _ref['aria-label'],
12
+ style = _ref.style;
13
+ return /*#__PURE__*/_react.default.createElement("svg", {
13
14
  width: "24",
14
15
  height: "24",
15
16
  viewBox: "0 0 24 24",
16
17
  fill: "none",
17
- xmlns: "http://www.w3.org/2000/svg"
18
- // Ignored via go/ees005
19
- // eslint-disable-next-line react/jsx-props-no-spreading
20
- }, props), /*#__PURE__*/_react.default.createElement("path", {
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ "aria-label": ariaLabel
20
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- style prop passed through from parent component
21
+ ,
22
+ style: style
23
+ }, /*#__PURE__*/_react.default.createElement("path", {
21
24
  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",
22
25
  fill: "currentColor"
23
26
  }), /*#__PURE__*/_react.default.createElement("path", {
@@ -27,8 +30,8 @@ var BorderIconGlyph = function BorderIconGlyph(props) {
27
30
  fill: "currentColor"
28
31
  }));
29
32
  };
30
- var BorderIcon = exports.BorderIcon = function BorderIcon(_ref) {
31
- var label = _ref.label;
33
+ var BorderIcon = exports.BorderIcon = function BorderIcon(_ref2) {
34
+ var label = _ref2.label;
32
35
  return /*#__PURE__*/_react.default.createElement(BorderIconGlyph, {
33
36
  "aria-label": label
34
37
  });
@@ -1,7 +1,6 @@
1
1
  /* PanelErrorIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
4
  var _typeof = require("@babel/runtime/helpers/typeof");
6
5
  Object.defineProperty(exports, "__esModule", {
7
6
  value: true
@@ -10,29 +9,28 @@ exports.PanelErrorIcon = void 0;
10
9
  require("./PanelErrorIcon.compiled.css");
11
10
  var React = _interopRequireWildcard(require("react"));
12
11
  var _runtime = require("@compiled/react/runtime");
13
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
14
12
  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); }
15
13
  var iconStyles = null;
16
14
 
17
15
  // 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
18
- var PanelErrorGlyph = function PanelErrorGlyph(props) {
19
- return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
16
+ var PanelErrorGlyph = function PanelErrorGlyph(_ref) {
17
+ var role = _ref.role;
18
+ return /*#__PURE__*/React.createElement("svg", {
20
19
  width: "24",
21
20
  height: "24",
22
21
  viewBox: "0 0 24 24",
23
22
  fill: "none",
24
- xmlns: "http://www.w3.org/2000/svg"
25
- // Ignored via go/ees005
26
- // eslint-disable-next-line react/jsx-props-no-spreading
27
- }, props), /*#__PURE__*/React.createElement("path", {
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ role: role
25
+ }, /*#__PURE__*/React.createElement("path", {
28
26
  fillRule: "evenodd",
29
27
  clipRule: "evenodd",
30
28
  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",
31
29
  fill: "currentColor"
32
30
  }));
33
31
  };
34
- var PanelErrorIcon = exports.PanelErrorIcon = function PanelErrorIcon(_ref) {
35
- var label = _ref.label;
32
+ var PanelErrorIcon = exports.PanelErrorIcon = function PanelErrorIcon(_ref2) {
33
+ var label = _ref2.label;
36
34
  return /*#__PURE__*/React.createElement("span", {
37
35
  role: label ? 'img' : undefined,
38
36
  "aria-label": label ? label : undefined,
@@ -1,7 +1,6 @@
1
1
  /* PanelInfoIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
4
  var _typeof = require("@babel/runtime/helpers/typeof");
6
5
  Object.defineProperty(exports, "__esModule", {
7
6
  value: true
@@ -10,29 +9,28 @@ exports.PanelInfoIcon = void 0;
10
9
  require("./PanelInfoIcon.compiled.css");
11
10
  var React = _interopRequireWildcard(require("react"));
12
11
  var _runtime = require("@compiled/react/runtime");
13
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
14
12
  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); }
15
13
  var iconStyles = null;
16
14
 
17
15
  // 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
18
- var PanelInfoGlyph = function PanelInfoGlyph(props) {
19
- return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
16
+ var PanelInfoGlyph = function PanelInfoGlyph(_ref) {
17
+ var role = _ref.role;
18
+ return /*#__PURE__*/React.createElement("svg", {
20
19
  width: "24",
21
20
  height: "24",
22
21
  viewBox: "0 0 24 24",
23
22
  fill: "none",
24
- xmlns: "http://www.w3.org/2000/svg"
25
- // Ignored via go/ees005
26
- // eslint-disable-next-line react/jsx-props-no-spreading
27
- }, props), /*#__PURE__*/React.createElement("path", {
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ role: role
25
+ }, /*#__PURE__*/React.createElement("path", {
28
26
  fillRule: "evenodd",
29
27
  clipRule: "evenodd",
30
28
  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",
31
29
  fill: "currentColor"
32
30
  }));
33
31
  };
34
- var PanelInfoIcon = exports.PanelInfoIcon = function PanelInfoIcon(_ref) {
35
- var label = _ref.label;
32
+ var PanelInfoIcon = exports.PanelInfoIcon = function PanelInfoIcon(_ref2) {
33
+ var label = _ref2.label;
36
34
  return /*#__PURE__*/React.createElement("span", {
37
35
  role: label ? 'img' : undefined,
38
36
  "aria-label": label ? label : undefined,
@@ -1,7 +1,6 @@
1
1
  /* PanelNoteIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
4
  var _typeof = require("@babel/runtime/helpers/typeof");
6
5
  Object.defineProperty(exports, "__esModule", {
7
6
  value: true
@@ -10,21 +9,19 @@ exports.PanelNoteIcon = void 0;
10
9
  require("./PanelNoteIcon.compiled.css");
11
10
  var React = _interopRequireWildcard(require("react"));
12
11
  var _runtime = require("@compiled/react/runtime");
13
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
14
12
  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); }
15
13
  var iconStyles = null;
16
-
17
14
  // 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
18
- var PanelNoteGlyph = function PanelNoteGlyph(props) {
19
- return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
15
+ var PanelNoteGlyph = function PanelNoteGlyph(_ref) {
16
+ var role = _ref.role;
17
+ return /*#__PURE__*/React.createElement("svg", {
20
18
  width: "24",
21
19
  height: "24",
22
20
  viewBox: "0 0 24 24",
23
21
  fill: "none",
24
- xmlns: "http://www.w3.org/2000/svg"
25
- // Ignored via go/ees005
26
- // eslint-disable-next-line react/jsx-props-no-spreading
27
- }, props), /*#__PURE__*/React.createElement("path", {
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ role: role
24
+ }, /*#__PURE__*/React.createElement("path", {
28
25
  fillRule: "evenodd",
29
26
  clipRule: "evenodd",
30
27
  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,7 +1,6 @@
1
1
  /* PanelSuccessIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
4
  var _typeof = require("@babel/runtime/helpers/typeof");
6
5
  Object.defineProperty(exports, "__esModule", {
7
6
  value: true
@@ -10,29 +9,28 @@ exports.PanelSuccessIcon = void 0;
10
9
  require("./PanelSuccessIcon.compiled.css");
11
10
  var React = _interopRequireWildcard(require("react"));
12
11
  var _runtime = require("@compiled/react/runtime");
13
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
14
12
  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); }
15
13
  var iconStyles = null;
16
14
 
17
15
  // 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
18
- var PanelSuccessGlyph = function PanelSuccessGlyph(props) {
19
- return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
16
+ var PanelSuccessGlyph = function PanelSuccessGlyph(_ref) {
17
+ var role = _ref.role;
18
+ return /*#__PURE__*/React.createElement("svg", {
20
19
  width: "24",
21
20
  height: "24",
22
21
  viewBox: "0 0 24 24",
23
22
  fill: "none",
24
- xmlns: "http://www.w3.org/2000/svg"
25
- // Ignored via go/ees005
26
- // eslint-disable-next-line react/jsx-props-no-spreading
27
- }, props), /*#__PURE__*/React.createElement("path", {
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ role: role
25
+ }, /*#__PURE__*/React.createElement("path", {
28
26
  fillRule: "evenodd",
29
27
  clipRule: "evenodd",
30
28
  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",
31
29
  fill: "currentColor"
32
30
  }));
33
31
  };
34
- var PanelSuccessIcon = exports.PanelSuccessIcon = function PanelSuccessIcon(_ref) {
35
- var label = _ref.label;
32
+ var PanelSuccessIcon = exports.PanelSuccessIcon = function PanelSuccessIcon(_ref2) {
33
+ var label = _ref2.label;
36
34
  return /*#__PURE__*/React.createElement("span", {
37
35
  role: label ? 'img' : undefined,
38
36
  "aria-label": label ? label : undefined,
@@ -1,7 +1,6 @@
1
1
  /* PanelWarningIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
4
  var _typeof = require("@babel/runtime/helpers/typeof");
6
5
  Object.defineProperty(exports, "__esModule", {
7
6
  value: true
@@ -10,29 +9,28 @@ exports.PanelWarningIcon = void 0;
10
9
  require("./PanelWarningIcon.compiled.css");
11
10
  var React = _interopRequireWildcard(require("react"));
12
11
  var _runtime = require("@compiled/react/runtime");
13
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
14
12
  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); }
15
13
  var iconStyles = null;
16
14
 
17
15
  // 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
18
- var PanelWarningGlyph = function PanelWarningGlyph(props) {
19
- return /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
16
+ var PanelWarningGlyph = function PanelWarningGlyph(_ref) {
17
+ var role = _ref.role;
18
+ return /*#__PURE__*/React.createElement("svg", {
20
19
  width: "24",
21
20
  height: "24",
22
21
  viewBox: "0 0 24 24",
23
22
  fill: "none",
24
- xmlns: "http://www.w3.org/2000/svg"
25
- // Ignored via go/ees005
26
- // eslint-disable-next-line react/jsx-props-no-spreading
27
- }, props), /*#__PURE__*/React.createElement("path", {
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ role: role
25
+ }, /*#__PURE__*/React.createElement("path", {
28
26
  fillRule: "evenodd",
29
27
  clipRule: "evenodd",
30
28
  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",
31
29
  fill: "currentColor"
32
30
  }));
33
31
  };
34
- var PanelWarningIcon = exports.PanelWarningIcon = function PanelWarningIcon(_ref) {
35
- var label = _ref.label;
32
+ var PanelWarningIcon = exports.PanelWarningIcon = function PanelWarningIcon(_ref2) {
33
+ var label = _ref2.label;
36
34
  return /*#__PURE__*/React.createElement("span", {
37
35
  role: label ? 'img' : undefined,
38
36
  "aria-label": label ? label : undefined,
@@ -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 = "111.14.0";
22
+ var packageVersion = "111.14.2";
23
23
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
24
24
  // Remove URL as it has UGC
25
25
  // Ignored via go/ees007
@@ -6,10 +6,8 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.IconTwoColumnLayout = exports.IconThreeColumnLayout = exports.IconSyncBlock = exports.IconStatus = exports.IconQuote = exports.IconPanelWarning = exports.IconPanelSuccess = exports.IconPanelNote = exports.IconPanelError = exports.IconPanel = exports.IconOneColumnLayout = exports.IconMention = exports.IconLoom = exports.IconListNumber = exports.IconList = exports.IconLink = exports.IconLayout = exports.IconImages = exports.IconHeading = exports.IconFourColumnLayout = exports.IconFiveColumnLayout = exports.IconFeedback = exports.IconExpand = exports.IconEmoji = exports.IconDivider = exports.IconDecision = exports.IconDate = exports.IconDatasourceJiraIssue = exports.IconDatasourceConfluenceSearch = exports.IconDatasourceAssetsObjects = exports.IconCode = exports.IconAction = void 0;
8
8
  var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
9
  var _react = _interopRequireDefault(require("react"));
11
10
  var _reactLoadable = _interopRequireDefault(require("react-loadable"));
12
- var _excluded = ["level"];
13
11
  function _tsRewriteRelativeImportExtensions(t, e) { return "string" == typeof t && /^\.\.?\//.test(t) ? t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+)?)\.([cm]?)ts$/i, function (t, s, r, n, o) { return s ? e ? ".jsx" : ".js" : !r || n && o ? r + n + "." + o.toLowerCase() + "js" : t; }) : t; }
14
12
  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" != (0, _typeof2.default)(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); }
15
13
  var IconAction = exports.IconAction = (0, _reactLoadable.default)({
@@ -355,7 +353,7 @@ function importHeading(level) {
355
353
  }
356
354
  var IconHeading = exports.IconHeading = function IconHeading(_ref) {
357
355
  var level = _ref.level,
358
- props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
356
+ label = _ref.label;
359
357
  var Icon = (0, _reactLoadable.default)({
360
358
  loader: function loader() {
361
359
  return importHeading(level).then(function (module) {
@@ -366,9 +364,9 @@ var IconHeading = exports.IconHeading = function IconHeading(_ref) {
366
364
  return null;
367
365
  }
368
366
  });
369
- // Ignored via go/ees005
370
- // eslint-disable-next-line react/jsx-props-no-spreading
371
- return /*#__PURE__*/_react.default.createElement(Icon, props);
367
+ return /*#__PURE__*/_react.default.createElement(Icon, {
368
+ label: label
369
+ });
372
370
  };
373
371
  var IconFeedback = exports.IconFeedback = (0, _reactLoadable.default)({
374
372
  loader: function loader() {
@@ -356,8 +356,7 @@ function getPortalChildren(_ref3) {
356
356
  ,
357
357
  getPos: nodeViewParams.getPos,
358
358
  node: currentNode
359
- // Ignored via go/ees005
360
- // eslint-disable-next-line react/jsx-props-no-spreading
359
+ // eslint-disable-next-line react/jsx-props-no-spreading -- Spreading props to pass through dynamic component props
361
360
  }, extraComponentProps)), _utils.browser.android ?
362
361
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
363
362
  (0, _react2.jsx)("span", {