@atlaskit/media-avatar-picker 26.1.1 → 26.1.2

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,14 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 26.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#148734](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148734)
8
+ [`f64d4fd0fb594`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f64d4fd0fb594) -
9
+ Label content update for the zoom in/out button for image cropping functionality
10
+ - Updated dependencies
11
+
3
12
  ## 26.1.1
4
13
 
5
14
  ### Patch Changes
@@ -60,7 +60,8 @@ var Slider = exports.Slider = /*#__PURE__*/function (_Component) {
60
60
  "aria-label": formatMessage(_mediaUi.messages.image_cropper_zoom_out)
61
61
  }), /*#__PURE__*/React.createElement(_range.default, {
62
62
  value: value,
63
- onChange: onChange
63
+ onChange: onChange,
64
+ "aria-label": formatMessage(_mediaUi.messages.image_cropper_zoom_slider)
64
65
  }), /*#__PURE__*/React.createElement(_standardButton.default
65
66
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
66
67
  , {
@@ -37,7 +37,8 @@ export class Slider extends Component {
37
37
  "aria-label": formatMessage(messages.image_cropper_zoom_out)
38
38
  }), /*#__PURE__*/React.createElement(FieldRange, {
39
39
  value: value,
40
- onChange: onChange
40
+ onChange: onChange,
41
+ "aria-label": formatMessage(messages.image_cropper_zoom_slider)
41
42
  }), /*#__PURE__*/React.createElement(Button
42
43
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
43
44
  , {
@@ -50,7 +50,8 @@ export var Slider = /*#__PURE__*/function (_Component) {
50
50
  "aria-label": formatMessage(messages.image_cropper_zoom_out)
51
51
  }), /*#__PURE__*/React.createElement(FieldRange, {
52
52
  value: value,
53
- onChange: onChange
53
+ onChange: onChange,
54
+ "aria-label": formatMessage(messages.image_cropper_zoom_slider)
54
55
  }), /*#__PURE__*/React.createElement(Button
55
56
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
56
57
  , {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "26.1.1",
3
+ "version": "26.1.2",
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/icon": "^25.6.0",
43
43
  "@atlaskit/media-ui": "^28.1.0",
44
44
  "@atlaskit/modal-dialog": "^14.1.0",
45
- "@atlaskit/primitives": "^14.4.0",
45
+ "@atlaskit/primitives": "^14.7.0",
46
46
  "@atlaskit/range": "^9.0.0",
47
47
  "@atlaskit/spinner": "^18.0.0",
48
48
  "@atlaskit/textfield": "^8.0.0",
@@ -60,8 +60,8 @@
60
60
  "react-intl-next": "npm:react-intl@^5.18.1"
61
61
  },
62
62
  "devDependencies": {
63
- "@atlaskit/media-core": "^35.0.0",
64
- "@atlaskit/media-test-helpers": "^35.0.0",
63
+ "@atlaskit/media-core": "^36.0.0",
64
+ "@atlaskit/media-test-helpers": "^36.0.0",
65
65
  "@atlaskit/visual-regression": "workspace:^",
66
66
  "@testing-library/react": "^13.4.0",
67
67
  "@testing-library/user-event": "^14.4.3",