@atlaskit/media-avatar-picker 26.2.10 → 26.3.0

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,16 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 26.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a18b8f793d71c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a18b8f793d71c) -
8
+ Updated icon sizing for unlink icon to third party connectors
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 26.2.10
4
15
 
5
16
  ### Patch Changes
@@ -51,7 +51,9 @@ var Slider = exports.Slider = /*#__PURE__*/function (_Component) {
51
51
  , {
52
52
  className: "zoom_button zoom_button_small",
53
53
  iconAfter: /*#__PURE__*/React.createElement(_imageMediaServicesScaleSmall.default, {
54
- label: "scale-small-icon"
54
+ label: "scale-small-icon",
55
+ size: "small",
56
+ spacing: "spacious"
55
57
  }),
56
58
  onClick: function onClick() {
57
59
  return onChange(0);
@@ -66,7 +68,8 @@ var Slider = exports.Slider = /*#__PURE__*/function (_Component) {
66
68
  , {
67
69
  className: "zoom_button zoom_button_large",
68
70
  iconAfter: /*#__PURE__*/React.createElement(_imageMediaServicesScaleLarge.default, {
69
- label: "scale-large-icon"
71
+ label: "scale-large-icon",
72
+ spacing: "spacious"
70
73
  }),
71
74
  onClick: function onClick() {
72
75
  return onChange(100);
@@ -31,7 +31,9 @@ export class Slider extends Component {
31
31
  , {
32
32
  className: "zoom_button zoom_button_small",
33
33
  iconAfter: /*#__PURE__*/React.createElement(ScaleSmallIcon, {
34
- label: "scale-small-icon"
34
+ label: "scale-small-icon",
35
+ size: "small",
36
+ spacing: "spacious"
35
37
  }),
36
38
  onClick: () => onChange(0),
37
39
  "aria-label": formatMessage(messages.image_cropper_zoom_out)
@@ -44,7 +46,8 @@ export class Slider extends Component {
44
46
  , {
45
47
  className: "zoom_button zoom_button_large",
46
48
  iconAfter: /*#__PURE__*/React.createElement(ScaleLargeIcon, {
47
- label: "scale-large-icon"
49
+ label: "scale-large-icon",
50
+ spacing: "spacious"
48
51
  }),
49
52
  onClick: () => onChange(100),
50
53
  "aria-label": formatMessage(messages.image_cropper_zoom_in)
@@ -42,7 +42,9 @@ export var Slider = /*#__PURE__*/function (_Component) {
42
42
  , {
43
43
  className: "zoom_button zoom_button_small",
44
44
  iconAfter: /*#__PURE__*/React.createElement(ScaleSmallIcon, {
45
- label: "scale-small-icon"
45
+ label: "scale-small-icon",
46
+ size: "small",
47
+ spacing: "spacious"
46
48
  }),
47
49
  onClick: function onClick() {
48
50
  return onChange(0);
@@ -57,7 +59,8 @@ export var Slider = /*#__PURE__*/function (_Component) {
57
59
  , {
58
60
  className: "zoom_button zoom_button_large",
59
61
  iconAfter: /*#__PURE__*/React.createElement(ScaleLargeIcon, {
60
- label: "scale-large-icon"
62
+ label: "scale-large-icon",
63
+ spacing: "spacious"
61
64
  }),
62
65
  onClick: function onClick() {
63
66
  return onChange(100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "26.2.10",
3
+ "version": "26.3.0",
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/"
@@ -42,7 +42,7 @@
42
42
  "@atlaskit/range": "^9.2.0",
43
43
  "@atlaskit/spinner": "^19.0.0",
44
44
  "@atlaskit/textfield": "^8.0.0",
45
- "@atlaskit/theme": "^20.0.0",
45
+ "@atlaskit/theme": "^21.0.0",
46
46
  "@atlaskit/tokens": "^6.3.0",
47
47
  "@atlaskit/visually-hidden": "^3.0.0",
48
48
  "@babel/runtime": "^7.0.0",