@atlaskit/media-avatar-picker 26.4.0 → 26.4.1

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,11 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 26.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 26.4.0
4
10
 
5
11
  ### Minor Changes
@@ -228,7 +228,6 @@ var ImageCropper = exports.ImageCropper = /*#__PURE__*/function (_Component) {
228
228
  id: "remove-image-button",
229
229
  icon: function icon(iconProps) {
230
230
  return /*#__PURE__*/_react.default.createElement(_cross.default, (0, _extends2.default)({}, iconProps, {
231
- LEGACY_size: "small",
232
231
  color: "currentColor"
233
232
  }));
234
233
  },
@@ -41,7 +41,6 @@ var PredefinedAvatarList = exports.PredefinedAvatarList = /*#__PURE__*/(0, _reac
41
41
  appearance: "subtle",
42
42
  iconAfter: /*#__PURE__*/React.createElement(_showMoreHorizontal.default, {
43
43
  label: "",
44
- LEGACY_size: "large",
45
44
  color: "currentColor"
46
45
  }),
47
46
  onClick: onShowMore,
@@ -1,4 +1,4 @@
1
- ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
1
+ ._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._19itidpf{border:0}
3
3
  ._2rko1i7s{border-radius:var(--ds-radius-full,1pc)}
4
4
  ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
@@ -95,7 +95,7 @@ var PredefinedAvatarView = exports.PredefinedAvatarView = /*#__PURE__*/(0, _reac
95
95
  ref: goBackRef,
96
96
  className: (0, _runtime.ax)(["_2rko1i7s _19pkidpf _2hwxidpf _otyridpf _18u0idpf _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bsbzwfg _4t3izwfg _4cvr1h6o _1bah1h6o"])
97
97
  }), /*#__PURE__*/React.createElement("h2", {
98
- className: (0, _runtime.ax)(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _11c82smr _19bvu2gc"])
98
+ className: (0, _runtime.ax)(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _11c8fhey _19bvu2gc"])
99
99
  }, predefinedAvatarsText || /*#__PURE__*/React.createElement(_reactIntlNext.FormattedMessage, _mediaUi.messages.default_avatars))), /*#__PURE__*/React.createElement("div", {
100
100
  role: "radiogroup",
101
101
  "aria-label": selectAvatarLabel || intl.formatMessage(_mediaUi.messages.select_an_avatar),
@@ -213,7 +213,6 @@ export class ImageCropper extends Component {
213
213
  }, /*#__PURE__*/React.createElement(IconButton, {
214
214
  id: "remove-image-button",
215
215
  icon: iconProps => /*#__PURE__*/React.createElement(CrossIcon, _extends({}, iconProps, {
216
- LEGACY_size: "small",
217
216
  color: "currentColor"
218
217
  })),
219
218
  onClick: onRemoveImage,
@@ -32,7 +32,6 @@ export const PredefinedAvatarList = /*#__PURE__*/forwardRef(({
32
32
  appearance: "subtle",
33
33
  iconAfter: /*#__PURE__*/React.createElement(EditorMoreIcon, {
34
34
  label: "",
35
- LEGACY_size: "large",
36
35
  color: "currentColor"
37
36
  }),
38
37
  onClick: onShowMore,
@@ -1,4 +1,4 @@
1
- ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
1
+ ._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._19itidpf{border:0}
3
3
  ._2rko1i7s{border-radius:var(--ds-radius-full,1pc)}
4
4
  ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
@@ -75,7 +75,7 @@ export const PredefinedAvatarView = /*#__PURE__*/forwardRef(({
75
75
  ref: goBackRef,
76
76
  className: ax(["_2rko1i7s _19pkidpf _2hwxidpf _otyridpf _18u0idpf _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bsbzwfg _4t3izwfg _4cvr1h6o _1bah1h6o"])
77
77
  }), /*#__PURE__*/React.createElement("h2", {
78
- className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _11c82smr _19bvu2gc"])
78
+ className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _11c8fhey _19bvu2gc"])
79
79
  }, predefinedAvatarsText || /*#__PURE__*/React.createElement(FormattedMessage, messages.default_avatars))), /*#__PURE__*/React.createElement("div", {
80
80
  role: "radiogroup",
81
81
  "aria-label": selectAvatarLabel || intl.formatMessage(messages.select_an_avatar),
@@ -220,7 +220,6 @@ export var ImageCropper = /*#__PURE__*/function (_Component) {
220
220
  id: "remove-image-button",
221
221
  icon: function icon(iconProps) {
222
222
  return /*#__PURE__*/React.createElement(CrossIcon, _extends({}, iconProps, {
223
- LEGACY_size: "small",
224
223
  color: "currentColor"
225
224
  }));
226
225
  },
@@ -32,7 +32,6 @@ export var PredefinedAvatarList = /*#__PURE__*/forwardRef(function (_ref, moreRe
32
32
  appearance: "subtle",
33
33
  iconAfter: /*#__PURE__*/React.createElement(EditorMoreIcon, {
34
34
  label: "",
35
- LEGACY_size: "large",
36
35
  color: "currentColor"
37
36
  }),
38
37
  onClick: onShowMore,
@@ -1,4 +1,4 @@
1
- ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
1
+ ._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._19itidpf{border:0}
3
3
  ._2rko1i7s{border-radius:var(--ds-radius-full,1pc)}
4
4
  ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
@@ -86,7 +86,7 @@ export var PredefinedAvatarView = /*#__PURE__*/forwardRef(function (_ref, goBack
86
86
  ref: goBackRef,
87
87
  className: ax(["_2rko1i7s _19pkidpf _2hwxidpf _otyridpf _18u0idpf _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bsbzwfg _4t3izwfg _4cvr1h6o _1bah1h6o"])
88
88
  }), /*#__PURE__*/React.createElement("h2", {
89
- className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _11c82smr _19bvu2gc"])
89
+ className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _11c8fhey _19bvu2gc"])
90
90
  }, predefinedAvatarsText || /*#__PURE__*/React.createElement(FormattedMessage, messages.default_avatars))), /*#__PURE__*/React.createElement("div", {
91
91
  role: "radiogroup",
92
92
  "aria-label": selectAvatarLabel || intl.formatMessage(messages.select_an_avatar),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "26.4.0",
3
+ "version": "26.4.1",
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/"
@@ -37,13 +37,13 @@
37
37
  "@atlaskit/form": "^15.3.0",
38
38
  "@atlaskit/icon": "^29.4.0",
39
39
  "@atlaskit/media-ui": "^28.7.0",
40
- "@atlaskit/modal-dialog": "^14.9.0",
41
- "@atlaskit/primitives": "^17.0.0",
40
+ "@atlaskit/modal-dialog": "^14.10.0",
41
+ "@atlaskit/primitives": "^17.1.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": "^9.1.0",
46
+ "@atlaskit/tokens": "^10.0.0",
47
47
  "@atlaskit/visually-hidden": "^3.0.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.18.6",