@atlaskit/media-avatar-picker 26.3.12 → 26.3.14

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 26.3.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
8
+ Icon entrypoint migration
9
+ - Updated dependencies
10
+
11
+ ## 26.3.13
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 26.3.12
4
18
 
5
19
  ### Patch Changes
@@ -12,7 +12,7 @@ var _react = _interopRequireWildcard(require("react"));
12
12
  var React = _react;
13
13
  var _runtime = require("@compiled/react/runtime");
14
14
  var _colors = require("@atlaskit/theme/colors");
15
- var _statusErrorError = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-error--error"));
15
+ var _statusError = _interopRequireDefault(require("@atlaskit/icon/core/status-error"));
16
16
  var _flag = _interopRequireDefault(require("@atlaskit/flag"));
17
17
  var _mediaUi = require("@atlaskit/media-ui");
18
18
  var _reactIntlNext = require("react-intl-next");
@@ -31,7 +31,7 @@ var SubmitErrorDialog = exports.SubmitErrorDialog = function SubmitErrorDialog()
31
31
  className: (0, _runtime.ax)(["_19pkze3t _2hwxpxbi _18u0pxbi _otyrpxbi"])
32
32
  }, /*#__PURE__*/React.createElement(_flag.default, {
33
33
  appearance: "error",
34
- icon: /*#__PURE__*/React.createElement(_statusErrorError.default, {
34
+ icon: /*#__PURE__*/React.createElement(_statusError.default, {
35
35
  label: "Error",
36
36
  color: "currentColor",
37
37
  LEGACY_secondaryColor: "var(--ds-background-danger-bold, ".concat(_colors.R400, ")"),
@@ -19,8 +19,7 @@ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits
19
19
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
20
20
  var _range = _interopRequireDefault(require("@atlaskit/range"));
21
21
  var _mediaUi = require("@atlaskit/media-ui");
22
- var _imageMediaServicesScaleLarge = _interopRequireDefault(require("@atlaskit/icon/core/migration/image--media-services-scale-large"));
23
- var _imageMediaServicesScaleSmall = _interopRequireDefault(require("@atlaskit/icon/core/migration/image--media-services-scale-small"));
22
+ var _image = _interopRequireDefault(require("@atlaskit/icon/core/image"));
24
23
  var _standardButton = _interopRequireDefault(require("@atlaskit/button/standard-button"));
25
24
  var _reactIntlNext = require("react-intl-next");
26
25
  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); }
@@ -50,7 +49,7 @@ var Slider = exports.Slider = /*#__PURE__*/function (_Component) {
50
49
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
51
50
  , {
52
51
  className: "zoom_button zoom_button_small",
53
- iconAfter: /*#__PURE__*/React.createElement(_imageMediaServicesScaleSmall.default, {
52
+ iconAfter: /*#__PURE__*/React.createElement(_image.default, {
54
53
  label: "scale-small-icon",
55
54
  size: "small",
56
55
  spacing: "spacious"
@@ -67,7 +66,7 @@ var Slider = exports.Slider = /*#__PURE__*/function (_Component) {
67
66
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
68
67
  , {
69
68
  className: "zoom_button zoom_button_large",
70
- iconAfter: /*#__PURE__*/React.createElement(_imageMediaServicesScaleLarge.default, {
69
+ iconAfter: /*#__PURE__*/React.createElement(_image.default, {
71
70
  label: "scale-large-icon",
72
71
  spacing: "spacious"
73
72
  }),
@@ -12,7 +12,7 @@ var _react = _interopRequireWildcard(require("react"));
12
12
  var React = _react;
13
13
  var _runtime = require("@compiled/react/runtime");
14
14
  var _avatarList = require("../avatar-list");
15
- var _showMoreHorizontalEditorMore = _interopRequireDefault(require("@atlaskit/icon/core/migration/show-more-horizontal--editor-more"));
15
+ var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
16
16
  var _standardButton = _interopRequireDefault(require("@atlaskit/button/standard-button"));
17
17
  var _reactIntlNext = require("react-intl-next");
18
18
  var _mediaUi = require("@atlaskit/media-ui");
@@ -39,7 +39,7 @@ var PredefinedAvatarList = exports.PredefinedAvatarList = /*#__PURE__*/(0, _reac
39
39
  }), /*#__PURE__*/React.createElement(_standardButton.default, {
40
40
  "aria-label": showMoreAvatarsButtonLabel || intl.formatMessage(_mediaUi.messages.show_more_avatars_btn_label),
41
41
  appearance: "subtle",
42
- iconAfter: /*#__PURE__*/React.createElement(_showMoreHorizontalEditorMore.default, {
42
+ iconAfter: /*#__PURE__*/React.createElement(_showMoreHorizontal.default, {
43
43
  label: "",
44
44
  LEGACY_size: "large",
45
45
  color: "currentColor"
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { useRef, useEffect } from 'react';
6
6
  import { R400 } from '@atlaskit/theme/colors';
7
- import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
7
+ import ErrorIcon from '@atlaskit/icon/core/status-error';
8
8
  import Flag from '@atlaskit/flag';
9
9
  import { messages } from '@atlaskit/media-ui';
10
10
  import { useIntl } from 'react-intl-next';
@@ -6,8 +6,8 @@ import { ax, ix } from "@compiled/react/runtime";
6
6
  import { Component } from 'react';
7
7
  import FieldRange from '@atlaskit/range';
8
8
  import { messages } from '@atlaskit/media-ui';
9
- import ScaleLargeIcon from '@atlaskit/icon/core/migration/image--media-services-scale-large';
10
- import ScaleSmallIcon from '@atlaskit/icon/core/migration/image--media-services-scale-small';
9
+ import ScaleLargeIcon from '@atlaskit/icon/core/image';
10
+ import ScaleSmallIcon from '@atlaskit/icon/core/image';
11
11
  import Button from '@atlaskit/button/standard-button';
12
12
  import { injectIntl } from 'react-intl-next';
13
13
  export const defaultProps = {
@@ -3,7 +3,7 @@ import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { AvatarList } from '../avatar-list';
6
- import EditorMoreIcon from '@atlaskit/icon/core/migration/show-more-horizontal--editor-more';
6
+ import EditorMoreIcon from '@atlaskit/icon/core/show-more-horizontal';
7
7
  import Button from '@atlaskit/button/standard-button';
8
8
  import { useIntl } from 'react-intl-next';
9
9
  import { messages } from '@atlaskit/media-ui';
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { useRef, useEffect } from 'react';
6
6
  import { R400 } from '@atlaskit/theme/colors';
7
- import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
7
+ import ErrorIcon from '@atlaskit/icon/core/status-error';
8
8
  import Flag from '@atlaskit/flag';
9
9
  import { messages } from '@atlaskit/media-ui';
10
10
  import { useIntl } from 'react-intl-next';
@@ -13,8 +13,8 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
13
13
  import { Component } from 'react';
14
14
  import FieldRange from '@atlaskit/range';
15
15
  import { messages } from '@atlaskit/media-ui';
16
- import ScaleLargeIcon from '@atlaskit/icon/core/migration/image--media-services-scale-large';
17
- import ScaleSmallIcon from '@atlaskit/icon/core/migration/image--media-services-scale-small';
16
+ import ScaleLargeIcon from '@atlaskit/icon/core/image';
17
+ import ScaleSmallIcon from '@atlaskit/icon/core/image';
18
18
  import Button from '@atlaskit/button/standard-button';
19
19
  import { injectIntl } from 'react-intl-next';
20
20
  export var defaultProps = {
@@ -3,7 +3,7 @@ import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { AvatarList } from '../avatar-list';
6
- import EditorMoreIcon from '@atlaskit/icon/core/migration/show-more-horizontal--editor-more';
6
+ import EditorMoreIcon from '@atlaskit/icon/core/show-more-horizontal';
7
7
  import Button from '@atlaskit/button/standard-button';
8
8
  import { useIntl } from 'react-intl-next';
9
9
  import { messages } from '@atlaskit/media-ui';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "26.3.12",
3
+ "version": "26.3.14",
4
4
  "description": "A component to select, drag and resize image avatars. It also provides a default list of predefined avatars.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,19 +31,19 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/button": "^23.7.0",
35
- "@atlaskit/css": "^0.17.0",
36
- "@atlaskit/flag": "^17.6.0",
37
- "@atlaskit/form": "^15.0.0",
38
- "@atlaskit/icon": "^29.0.0",
34
+ "@atlaskit/button": "^23.9.0",
35
+ "@atlaskit/css": "^0.19.0",
36
+ "@atlaskit/flag": "^17.7.0",
37
+ "@atlaskit/form": "^15.1.0",
38
+ "@atlaskit/icon": "^29.3.0",
39
39
  "@atlaskit/media-ui": "^28.7.0",
40
- "@atlaskit/modal-dialog": "^14.8.0",
41
- "@atlaskit/primitives": "^16.4.0",
40
+ "@atlaskit/modal-dialog": "^14.9.0",
41
+ "@atlaskit/primitives": "^17.0.0",
42
42
  "@atlaskit/range": "^9.3.0",
43
43
  "@atlaskit/spinner": "^19.0.0",
44
44
  "@atlaskit/textfield": "^8.2.0",
45
45
  "@atlaskit/theme": "^21.0.0",
46
- "@atlaskit/tokens": "^8.4.0",
46
+ "@atlaskit/tokens": "^9.0.0",
47
47
  "@atlaskit/visually-hidden": "^3.0.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.18.6",