@atlaskit/media-avatar-picker 24.3.20 → 24.3.21

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,12 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 24.3.21
4
+
5
+ ### Patch Changes
6
+
7
+ - [#68062](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68062) [`16de4d766f9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/16de4d766f9c) - [ux] fix dialog heading typography
8
+ - Updated dependencies
9
+
3
10
  ## 24.3.20
4
11
 
5
12
  ### Patch Changes
@@ -50,7 +50,7 @@ var fixedCrop = exports.fixedCrop = {
50
50
  var HeaderContent = function HeaderContent(_ref) {
51
51
  var title = _ref.title;
52
52
  var modal = (0, _modalDialog.useModal)();
53
- return (0, _react2.jsx)("h2", {
53
+ return (0, _react2.jsx)("h1", {
54
54
  css: _styles.modalHeaderStyles,
55
55
  "data-test-id": "modal-header",
56
56
  id: modal.titleId
@@ -34,7 +34,7 @@ const HeaderContent = ({
34
34
  title
35
35
  }) => {
36
36
  const modal = useModal();
37
- return jsx("h2", {
37
+ return jsx("h1", {
38
38
  css: modalHeaderStyles,
39
39
  "data-test-id": "modal-header",
40
40
  id: modal.titleId
@@ -43,7 +43,7 @@ export var fixedCrop = {
43
43
  var HeaderContent = function HeaderContent(_ref) {
44
44
  var title = _ref.title;
45
45
  var modal = useModal();
46
- return jsx("h2", {
46
+ return jsx("h1", {
47
47
  css: modalHeaderStyles,
48
48
  "data-test-id": "modal-header",
49
49
  id: modal.titleId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "24.3.20",
3
+ "version": "24.3.21",
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": "^7.1.0",
43
43
  "@atlaskit/spinner": "^16.0.0",
44
44
  "@atlaskit/theme": "^12.6.0",
45
- "@atlaskit/tokens": "^1.33.0",
45
+ "@atlaskit/tokens": "^1.34.0",
46
46
  "@atlaskit/visually-hidden": "^1.2.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "exenv": "^1.2.2"