@atlaskit/editor-plugin-media 1.20.12 → 1.20.13

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 (59) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/nodeviews/mediaInline.js +1 -1
  3. package/dist/cjs/nodeviews/mediaSingle.js +1 -1
  4. package/dist/cjs/nodeviews/styles.js +2 -0
  5. package/dist/cjs/pm-plugins/alt-text/ui/AltTextEdit.js +1 -1
  6. package/dist/cjs/toolbar/layout-group.js +1 -0
  7. package/dist/cjs/toolbar/linking-toolbar-appearance.js +2 -0
  8. package/dist/cjs/ui/CaptionPlaceholder/index.js +1 -0
  9. package/dist/cjs/ui/ImageBorder/index.js +2 -0
  10. package/dist/cjs/ui/ImageBorder/styles.js +1 -0
  11. package/dist/cjs/ui/Media/DropPlaceholder.js +1 -0
  12. package/dist/cjs/ui/MediaLinkingToolbar.js +2 -1
  13. package/dist/cjs/ui/MediaViewer/MediaViewerContainer.js +2 -0
  14. package/dist/cjs/ui/PixelEntry/index.js +2 -0
  15. package/dist/cjs/ui/PixelEntry/styles.js +1 -1
  16. package/dist/cjs/ui/ResizableMediaSingle/ResizableMediaMigrationNotification.js +1 -0
  17. package/dist/cjs/ui/ResizableMediaSingle/ResizableMediaSingleNext.js +1 -1
  18. package/dist/cjs/ui/ResizableMediaSingle/index.js +1 -1
  19. package/dist/cjs/ui/ResizableMediaSingle/styled.js +1 -1
  20. package/dist/cjs/ui/ResizableMediaSingle/styles.js +2 -0
  21. package/dist/es2019/nodeviews/mediaInline.js +2 -0
  22. package/dist/es2019/nodeviews/mediaSingle.js +2 -0
  23. package/dist/es2019/nodeviews/styles.js +2 -0
  24. package/dist/es2019/pm-plugins/alt-text/ui/AltTextEdit.js +2 -0
  25. package/dist/es2019/toolbar/layout-group.js +1 -0
  26. package/dist/es2019/toolbar/linking-toolbar-appearance.js +2 -0
  27. package/dist/es2019/ui/CaptionPlaceholder/index.js +2 -0
  28. package/dist/es2019/ui/ImageBorder/index.js +2 -0
  29. package/dist/es2019/ui/ImageBorder/styles.js +1 -0
  30. package/dist/es2019/ui/Media/DropPlaceholder.js +1 -0
  31. package/dist/es2019/ui/MediaLinkingToolbar.js +2 -0
  32. package/dist/es2019/ui/MediaViewer/MediaViewerContainer.js +2 -0
  33. package/dist/es2019/ui/PixelEntry/index.js +1 -0
  34. package/dist/es2019/ui/PixelEntry/styles.js +1 -0
  35. package/dist/es2019/ui/ResizableMediaSingle/ResizableMediaMigrationNotification.js +1 -0
  36. package/dist/es2019/ui/ResizableMediaSingle/ResizableMediaSingleNext.js +2 -0
  37. package/dist/es2019/ui/ResizableMediaSingle/index.js +2 -0
  38. package/dist/es2019/ui/ResizableMediaSingle/styled.js +1 -0
  39. package/dist/es2019/ui/ResizableMediaSingle/styles.js +1 -0
  40. package/dist/esm/nodeviews/mediaInline.js +2 -0
  41. package/dist/esm/nodeviews/mediaSingle.js +2 -0
  42. package/dist/esm/nodeviews/styles.js +2 -0
  43. package/dist/esm/pm-plugins/alt-text/ui/AltTextEdit.js +2 -0
  44. package/dist/esm/toolbar/layout-group.js +1 -0
  45. package/dist/esm/toolbar/linking-toolbar-appearance.js +2 -0
  46. package/dist/esm/ui/CaptionPlaceholder/index.js +2 -0
  47. package/dist/esm/ui/ImageBorder/index.js +2 -0
  48. package/dist/esm/ui/ImageBorder/styles.js +1 -0
  49. package/dist/esm/ui/Media/DropPlaceholder.js +1 -0
  50. package/dist/esm/ui/MediaLinkingToolbar.js +2 -0
  51. package/dist/esm/ui/MediaViewer/MediaViewerContainer.js +2 -0
  52. package/dist/esm/ui/PixelEntry/index.js +1 -0
  53. package/dist/esm/ui/PixelEntry/styles.js +1 -0
  54. package/dist/esm/ui/ResizableMediaSingle/ResizableMediaMigrationNotification.js +1 -0
  55. package/dist/esm/ui/ResizableMediaSingle/ResizableMediaSingleNext.js +2 -0
  56. package/dist/esm/ui/ResizableMediaSingle/index.js +2 -0
  57. package/dist/esm/ui/ResizableMediaSingle/styled.js +1 -0
  58. package/dist/esm/ui/ResizableMediaSingle/styles.js +1 -0
  59. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-media
2
2
 
3
+ ## 1.20.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.20.12
4
10
 
5
11
  ### Patch Changes
@@ -30,7 +30,7 @@ var _mediaNodeUpdater = require("./mediaNodeUpdater");
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
31
31
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
32
32
  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; }
33
- 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; } /** @jsx jsx */
33
+ 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; } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
34
34
  var createMediaNodeUpdater = exports.createMediaNodeUpdater = function createMediaNodeUpdater(props) {
35
35
  var node = props.node;
36
36
  return new _mediaNodeUpdater.MediaNodeUpdater(_objectSpread(_objectSpread({}, props), {}, {
@@ -45,7 +45,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
45
45
  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; }
46
46
  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; }
47
47
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
48
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
48
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
49
49
  var figureWrapperStyles = (0, _react2.css)({
50
50
  margin: 0
51
51
  });
@@ -10,6 +10,8 @@ var _react2 = require("@emotion/react");
10
10
  var _ui = require("@atlaskit/editor-common/ui");
11
11
  /** @jsx jsx */
12
12
 
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
14
+
13
15
  var MediaSingleNodeSelector = exports.MediaSingleNodeSelector = 'media-single-node';
14
16
  var absoluteDivStyles = (0, _react2.css)({
15
17
  position: 'absolute',
@@ -26,7 +26,7 @@ var _crossCircle = _interopRequireDefault(require("@atlaskit/icon/glyph/cross-ci
26
26
  var _colors = require("@atlaskit/theme/colors");
27
27
  var _commands = require("../commands");
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
29
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
29
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
30
30
  var CONTAINER_WIDTH_IN_PX = exports.CONTAINER_WIDTH_IN_PX = _ui.RECENT_SEARCH_WIDTH_IN_PX;
31
31
  var MAX_ALT_TEXT_LENGTH = exports.MAX_ALT_TEXT_LENGTH = 510; // double tweet length
32
32
 
@@ -9,6 +9,7 @@ var _button = require("@atlaskit/button");
9
9
  var _ui = require("@atlaskit/editor-common/ui");
10
10
  var _primitives = require("@atlaskit/primitives");
11
11
  /** @jsx jsx */
12
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
13
 
13
14
  var containerStyles = (0, _primitives.xcss)({
14
15
  marginLeft: 'space.100'
@@ -22,6 +22,8 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
22
22
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
23
23
  /** @jsx jsx */
24
24
 
25
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
+
25
27
  var wrapperStyles = (0, _react2.css)({
26
28
  display: 'flex',
27
29
  alignItems: 'center'
@@ -14,6 +14,7 @@ var _mediaSingle = require("@atlaskit/editor-common/media-single");
14
14
  var _colors = require("@atlaskit/theme/colors");
15
15
  var _templateObject;
16
16
  /** @jsx jsx */
17
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
17
18
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
18
19
  var placeholder = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tcolor: ", ";\n\twidth: 100%;\n\ttext-align: center;\n\tmargin-top: ", " !important;\n\tdisplay: block;\n"])), "var(--ds-text-subtlest, ".concat(_colors.N200, ")"), "var(--ds-space-100, 8px)");
19
20
  var _default = exports.default = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
@@ -20,6 +20,8 @@ var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
20
20
  var _styles2 = require("./styles");
21
21
  /** @jsx jsx */
22
22
 
23
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
24
+
23
25
  var ImageBorder = function ImageBorder(_ref) {
24
26
  var formatMessage = _ref.intl.formatMessage,
25
27
  toggleBorder = _ref.toggleBorder,
@@ -14,6 +14,7 @@ var colors = _colors;
14
14
  var _constants = require("@atlaskit/theme/constants");
15
15
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
16
16
  /* eslint-disable @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation*/
17
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
17
18
  // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
18
19
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
19
20
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
@@ -14,6 +14,7 @@ var _colors = require("@atlaskit/theme/colors");
14
14
  var _constants = require("@atlaskit/theme/constants");
15
15
  var _media2 = require("../../nodeviews/mediaNodeView/media");
16
16
  /** @jsx jsx */
17
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
17
18
 
18
19
  var iconWrapperStyles = (0, _react.css)({
19
20
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
@@ -27,7 +27,8 @@ var _colors = require("@atlaskit/theme/colors");
27
27
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
28
28
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
29
29
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
30
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // Common Translations will live here
30
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
31
+ // Common Translations will live here
31
32
  var validationWrapper = (0, _react2.css)({
32
33
  lineHeight: 0,
33
34
  padding: "var(--ds-space-150, 12px)".concat(" ", "var(--ds-space-300, 24px)", " ", "var(--ds-space-150, 12px)", " 0"),
@@ -17,6 +17,8 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
17
17
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  /** @jsx jsx */
19
19
 
20
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
21
+
20
22
  var interactiveStyles = (0, _react2.css)({
21
23
  cursor: 'pointer'
22
24
  });
@@ -21,6 +21,8 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
21
21
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
22
22
  /** @jsx jsx */
23
23
 
24
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
+
24
26
  var PixelEntry = exports.PixelEntry = function PixelEntry(_ref) {
25
27
  var width = _ref.width,
26
28
  mediaWidth = _ref.mediaWidth,
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.pixelSizingWrapper = exports.pixelSizingWidthInput = exports.pixelSizingLabel = exports.pixelSizingInput = exports.pixelSizingHeightInput = exports.pixelSizingFullWidthLabelStyles = exports.pixelEntryHiddenSubmit = exports.pixelEntryForm = void 0;
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _react = require("@emotion/react");
10
- var _templateObject;
10
+ var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
11
  var PIXEL_SIZING_WRAPPER_MINIMUM_WIDTH = 120;
12
12
 
13
13
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
@@ -7,6 +7,7 @@ exports.ResizableMediaMigrationNotification = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
9
  /** @jsx jsx */
10
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
11
 
11
12
  var ResizableMediaMigrationNotification = exports.ResizableMediaMigrationNotification = function ResizableMediaMigrationNotification() {
12
13
  return (0, _react.jsx)("div", {
@@ -34,7 +34,7 @@ var _checkMediaType = require("../../utils/check-media-type");
34
34
  var _ResizableMediaMigrationNotification = require("./ResizableMediaMigrationNotification");
35
35
  var _styled = require("./styled");
36
36
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
37
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
37
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
38
38
  var resizerNextTestId = exports.resizerNextTestId = 'mediaSingle.resizerNext.testid';
39
39
  // eslint-disable-next-line @repo/internal/react/no-class-components
40
40
  var ResizableMediaSingleNext = /*#__PURE__*/function (_React$Component) {
@@ -25,7 +25,7 @@ var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
25
25
  var _checkMediaType = require("../../utils/check-media-type");
26
26
  var _styled = require("./styled");
27
27
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
28
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
28
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
29
29
  // eslint-disable-next-line @repo/internal/react/no-class-components
30
30
  var ResizableMediaSingle = exports.default = /*#__PURE__*/function (_React$Component) {
31
31
  (0, _inherits2.default)(ResizableMediaSingle, _React$Component);
@@ -8,7 +8,7 @@ exports.wrapperStyle = void 0;
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _react = require("@emotion/react");
10
10
  var _ui = require("@atlaskit/editor-common/ui");
11
- var _templateObject;
11
+ var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
12
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
13
13
  var wrapperStyle = exports.wrapperStyle = function wrapperStyle(props) {
14
14
  return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t& > div {\n\t\t", ";\n\t\tposition: relative;\n\t\tclear: both;\n\t}\n"])), (0, _ui.MediaSingleDimensionHelper)(props));
@@ -9,6 +9,8 @@ var _react = require("@emotion/react");
9
9
  var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
10
10
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
11
11
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
+
12
14
  var NOTIFICATION_SIZE = 8;
13
15
  var SPACE_FROM_EDGE = "var(--ds-space-100, 8px)";
14
16
 
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useEffect, useState } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { jsx } from '@emotion/react';
4
6
  import { useSharedPluginState } from '@atlaskit/editor-common/hooks';
5
7
  import { MediaInlineImageCard } from '@atlaskit/editor-common/media-inline';
@@ -3,6 +3,8 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  /** @jsx jsx */
4
4
 
5
5
  import React, { Component, Fragment } from 'react';
6
+
7
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
8
  import { css, jsx } from '@emotion/react';
7
9
  import { useSharedPluginState } from '@atlaskit/editor-common/hooks';
8
10
  import { calcMediaSinglePixelWidth, DEFAULT_IMAGE_HEIGHT, DEFAULT_IMAGE_WIDTH, getMaxWidthForNestedNode, MEDIA_SINGLE_GUTTER_SIZE } from '@atlaskit/editor-common/media-single';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { MediaBorderGapFiller } from '@atlaskit/editor-common/ui';
5
7
  export const MediaSingleNodeSelector = 'media-single-node';
@@ -2,6 +2,8 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  /** @jsx jsx */
3
3
 
4
4
  import React from 'react';
5
+
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
7
  import { css, jsx } from '@emotion/react';
6
8
  import { injectIntl } from 'react-intl-next';
7
9
  import { withAnalyticsEvents } from '@atlaskit/analytics-next';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { jsx } from '@emotion/react';
3
4
  import { ButtonGroup } from '@atlaskit/button';
4
5
  import { FloatingToolbarButton as Button, FloatingToolbarSeparator } from '@atlaskit/editor-common/ui';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React, { Fragment, useEffect, useState } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { isSafeUrl } from '@atlaskit/adf-schema';
5
7
  import { addLink, ToolTipContent } from '@atlaskit/editor-common/keymaps';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { FormattedMessage } from 'react-intl-next';
5
7
  import { captionMessages as messages } from '@atlaskit/editor-common/media';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useRef, useState } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { jsx } from '@emotion/react';
4
6
  import { BorderIcon } from '@atlaskit/editor-common/icons';
5
7
  import { imageBorderMessages as messages } from '@atlaskit/editor-common/media';
@@ -1,4 +1,5 @@
1
1
  /* eslint-disable @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation*/
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css } from '@emotion/react';
3
4
  import { DEFAULT_BORDER_COLOR } from '@atlaskit/editor-common/ui-color';
4
5
  import * as colors from '@atlaskit/theme/colors';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css, jsx } from '@emotion/react';
3
4
  import { injectIntl } from 'react-intl-next';
4
5
  import { hexToRgba } from '@atlaskit/adf-schema';
@@ -1,6 +1,8 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  /** @jsx jsx */
3
3
  import React, { Fragment } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { css, jsx } from '@emotion/react';
5
7
  import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
6
8
  import { container, containerWithProvider, inputWrapper, RecentSearch } from '@atlaskit/editor-common/link';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React, { Fragment, useEffect, useState } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { getBooleanFF } from '@atlaskit/platform-feature-flags';
5
7
  import { getSelectedNearestMediaContainerNodeAttrs } from '../../toolbar/utils';
@@ -1,6 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import { useCallback, useEffect, useMemo, useState } from 'react';
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
5
  import { jsx } from '@emotion/react';
5
6
  import Button from '@atlaskit/button';
6
7
  import { pixelEntryMessages as messages } from '@atlaskit/editor-common/media';
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  import { css } from '@emotion/react';
2
3
  const PIXEL_SIZING_WRAPPER_MINIMUM_WIDTH = 120;
3
4
 
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { jsx } from '@emotion/react';
3
4
  import { resizableMediaMigrationNotificationStyle } from './styles';
4
5
  export const ResizableMediaMigrationNotification = () => {
@@ -1,6 +1,8 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  /** @jsx jsx */
3
3
  import React from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { jsx } from '@emotion/react';
5
7
  import classnames from 'classnames';
6
8
  import throttle from 'lodash/throttle';
@@ -2,6 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  /** @jsx jsx */
4
4
  import React from 'react';
5
+
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
7
  import { jsx } from '@emotion/react';
6
8
  import { calculateOffsetLeft } from '@atlaskit/editor-common/media-single';
7
9
  import { calcColumnsFromPx, calcMediaPxWidth, calcPctFromPx, handleSides, imageAlignmentMap, Resizer, snapTo, wrappedLayouts } from '@atlaskit/editor-common/ui';
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  import { css } from '@emotion/react';
2
3
  import { MediaSingleDimensionHelper } from '@atlaskit/editor-common/ui';
3
4
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  import { css } from '@emotion/react';
2
3
  import * as colors from '@atlaskit/theme/colors';
3
4
  const NOTIFICATION_SIZE = 8;
@@ -14,6 +14,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
14
14
  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) { _defineProperty(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; }
15
15
  /** @jsx jsx */
16
16
  import { useEffect, useState } from 'react';
17
+
18
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
17
19
  import { jsx } from '@emotion/react';
18
20
  import { useSharedPluginState } from '@atlaskit/editor-common/hooks';
19
21
  import { MediaInlineImageCard } from '@atlaskit/editor-common/media-inline';
@@ -16,6 +16,8 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
16
16
  /** @jsx jsx */
17
17
 
18
18
  import React, { Component, Fragment } from 'react';
19
+
20
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
19
21
  import { css, jsx } from '@emotion/react';
20
22
  import { useSharedPluginState } from '@atlaskit/editor-common/hooks';
21
23
  import { calcMediaSinglePixelWidth, DEFAULT_IMAGE_HEIGHT, DEFAULT_IMAGE_WIDTH, getMaxWidthForNestedNode, MEDIA_SINGLE_GUTTER_SIZE } from '@atlaskit/editor-common/media-single';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { MediaBorderGapFiller } from '@atlaskit/editor-common/ui';
5
7
  export var MediaSingleNodeSelector = 'media-single-node';
@@ -10,6 +10,8 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
10
10
  /** @jsx jsx */
11
11
 
12
12
  import React from 'react';
13
+
14
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
15
  import { css, jsx } from '@emotion/react';
14
16
  import { injectIntl } from 'react-intl-next';
15
17
  import { withAnalyticsEvents } from '@atlaskit/analytics-next';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { jsx } from '@emotion/react';
3
4
  import { ButtonGroup } from '@atlaskit/button';
4
5
  import { FloatingToolbarButton as Button, FloatingToolbarSeparator } from '@atlaskit/editor-common/ui';
@@ -1,6 +1,8 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  /** @jsx jsx */
3
3
  import React, { Fragment, useEffect, useState } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { css, jsx } from '@emotion/react';
5
7
  import { isSafeUrl } from '@atlaskit/adf-schema';
6
8
  import { addLink, ToolTipContent } from '@atlaskit/editor-common/keymaps';
@@ -2,6 +2,8 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
2
2
  var _templateObject;
3
3
  /** @jsx jsx */
4
4
  import React from 'react';
5
+
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
7
  import { css, jsx } from '@emotion/react';
6
8
  import { FormattedMessage } from 'react-intl-next';
7
9
  import { captionMessages as messages } from '@atlaskit/editor-common/media';
@@ -1,6 +1,8 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  /** @jsx jsx */
3
3
  import { useRef, useState } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { jsx } from '@emotion/react';
5
7
  import { BorderIcon } from '@atlaskit/editor-common/icons';
6
8
  import { imageBorderMessages as messages } from '@atlaskit/editor-common/media';
@@ -1,6 +1,7 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
3
3
  /* eslint-disable @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation*/
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
5
  import { css } from '@emotion/react';
5
6
  import { DEFAULT_BORDER_COLOR } from '@atlaskit/editor-common/ui-color';
6
7
  import * as colors from '@atlaskit/theme/colors';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css, jsx } from '@emotion/react';
3
4
  import { injectIntl } from 'react-intl-next';
4
5
  import { hexToRgba } from '@atlaskit/adf-schema';
@@ -9,6 +9,8 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
9
9
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
10
10
  /** @jsx jsx */
11
11
  import React, { Fragment } from 'react';
12
+
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
14
  import { css, jsx } from '@emotion/react';
13
15
  import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
14
16
  import { container, containerWithProvider, inputWrapper, RecentSearch } from '@atlaskit/editor-common/link';
@@ -1,6 +1,8 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  /** @jsx jsx */
3
3
  import React, { Fragment, useEffect, useState } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { css, jsx } from '@emotion/react';
5
7
  import { getBooleanFF } from '@atlaskit/platform-feature-flags';
6
8
  import { getSelectedNearestMediaContainerNodeAttrs } from '../../toolbar/utils';
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  /** @jsx jsx */
4
4
  import { useCallback, useEffect, useMemo, useState } from 'react';
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
6
  import { jsx } from '@emotion/react';
6
7
  import Button from '@atlaskit/button';
7
8
  import { pixelEntryMessages as messages } from '@atlaskit/editor-common/media';
@@ -1,5 +1,6 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject;
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
4
  import { css } from '@emotion/react';
4
5
  var PIXEL_SIZING_WRAPPER_MINIMUM_WIDTH = 120;
5
6
 
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { jsx } from '@emotion/react';
3
4
  import { resizableMediaMigrationNotificationStyle } from './styles';
4
5
  export var ResizableMediaMigrationNotification = function ResizableMediaMigrationNotification() {
@@ -12,6 +12,8 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
12
12
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
13
13
  /** @jsx jsx */
14
14
  import React from 'react';
15
+
16
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
15
17
  import { jsx } from '@emotion/react';
16
18
  import classnames from 'classnames';
17
19
  import throttle from 'lodash/throttle';
@@ -12,6 +12,8 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
12
12
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
13
13
  /** @jsx jsx */
14
14
  import React from 'react';
15
+
16
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
15
17
  import { jsx } from '@emotion/react';
16
18
  import { calculateOffsetLeft } from '@atlaskit/editor-common/media-single';
17
19
  import { calcColumnsFromPx, calcMediaPxWidth, calcPctFromPx, handleSides, imageAlignmentMap, Resizer, snapTo, wrappedLayouts } from '@atlaskit/editor-common/ui';
@@ -1,5 +1,6 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject;
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
4
  import { css } from '@emotion/react';
4
5
  import { MediaSingleDimensionHelper } from '@atlaskit/editor-common/ui';
5
6
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  import { css } from '@emotion/react';
2
3
  import * as colors from '@atlaskit/theme/colors';
3
4
  var NOTIFICATION_SIZE = 8;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "1.20.12",
3
+ "version": "1.20.13",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,11 +36,11 @@
36
36
  "@atlaskit/adf-schema": "^36.10.7",
37
37
  "@atlaskit/analytics-namespaced-context": "^6.10.0",
38
38
  "@atlaskit/analytics-next": "^9.3.0",
39
- "@atlaskit/button": "^17.17.0",
40
- "@atlaskit/editor-common": "^82.8.0",
39
+ "@atlaskit/button": "^17.22.0",
40
+ "@atlaskit/editor-common": "^82.9.0",
41
41
  "@atlaskit/editor-palette": "1.6.0",
42
42
  "@atlaskit/editor-plugin-analytics": "^1.2.0",
43
- "@atlaskit/editor-plugin-annotation": "1.10.2",
43
+ "@atlaskit/editor-plugin-annotation": "1.10.3",
44
44
  "@atlaskit/editor-plugin-decorations": "^1.1.0",
45
45
  "@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
46
46
  "@atlaskit/editor-plugin-editor-viewmode": "^1.2.0",
@@ -53,10 +53,10 @@
53
53
  "@atlaskit/editor-prosemirror": "4.0.1",
54
54
  "@atlaskit/editor-shared-styles": "^2.12.0",
55
55
  "@atlaskit/editor-tables": "^2.7.0",
56
- "@atlaskit/form": "^10.3.0",
57
- "@atlaskit/icon": "^22.3.0",
56
+ "@atlaskit/form": "^10.4.0",
57
+ "@atlaskit/icon": "^22.4.0",
58
58
  "@atlaskit/media-card": "^77.12.0",
59
- "@atlaskit/media-client": "^27.2.0",
59
+ "@atlaskit/media-client": "^27.3.0",
60
60
  "@atlaskit/media-client-react": "^2.0.0",
61
61
  "@atlaskit/media-common": "^11.2.0",
62
62
  "@atlaskit/media-filmstrip": "^47.0.0",
@@ -64,11 +64,11 @@
64
64
  "@atlaskit/media-ui": "^25.10.0",
65
65
  "@atlaskit/media-viewer": "^48.6.0",
66
66
  "@atlaskit/platform-feature-flags": "^0.2.0",
67
- "@atlaskit/primitives": "^7.3.0",
68
- "@atlaskit/textfield": "^6.3.0",
69
- "@atlaskit/theme": "^12.9.0",
70
- "@atlaskit/tokens": "^1.50.0",
71
- "@atlaskit/tooltip": "^18.4.0",
67
+ "@atlaskit/primitives": "^7.4.0",
68
+ "@atlaskit/textfield": "^6.4.0",
69
+ "@atlaskit/theme": "^12.10.0",
70
+ "@atlaskit/tokens": "^1.51.0",
71
+ "@atlaskit/tooltip": "^18.5.0",
72
72
  "@babel/runtime": "^7.0.0",
73
73
  "@emotion/react": "^11.7.1",
74
74
  "bind-event-listener": "^3.0.0",