@atlaskit/media-avatar-picker 24.3.24 → 24.3.26

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,17 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 24.3.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297) [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) - The internal composition of this component has changed. There is no expected change in behaviour.
8
+
9
+ ## 24.3.25
10
+
11
+ ### Patch Changes
12
+
13
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
14
+
3
15
  ## 24.3.24
4
16
 
5
17
  ### Patch Changes
@@ -19,6 +19,7 @@ var imagePlacerErrorWrapperStyles = exports.imagePlacerErrorWrapperStyles = (0,
19
19
  width: '100%',
20
20
  height: '100%',
21
21
  textAlign: 'center',
22
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
22
23
  paddingTop: '45%'
23
24
  });
24
25
  var EASING = exports.EASING = 0.15;
@@ -11,6 +11,7 @@ export const imagePlacerErrorWrapperStyles = css({
11
11
  width: '100%',
12
12
  height: '100%',
13
13
  textAlign: 'center',
14
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
14
15
  paddingTop: '45%'
15
16
  });
16
17
  export const EASING = 0.15;
@@ -13,6 +13,7 @@ export var imagePlacerErrorWrapperStyles = css({
13
13
  width: '100%',
14
14
  height: '100%',
15
15
  textAlign: 'center',
16
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
16
17
  paddingTop: '45%'
17
18
  });
18
19
  export var EASING = 0.15;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "24.3.24",
3
+ "version": "24.3.26",
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/"
@@ -39,11 +39,11 @@
39
39
  "@atlaskit/icon": "^22.1.0",
40
40
  "@atlaskit/media-ui": "^25.4.0",
41
41
  "@atlaskit/modal-dialog": "^12.10.0",
42
- "@atlaskit/primitives": "^5.0.0",
42
+ "@atlaskit/primitives": "^5.1.0",
43
43
  "@atlaskit/range": "^7.1.0",
44
44
  "@atlaskit/spinner": "^16.0.0",
45
45
  "@atlaskit/theme": "^12.6.0",
46
- "@atlaskit/tokens": "^1.41.0",
46
+ "@atlaskit/tokens": "^1.42.0",
47
47
  "@atlaskit/visually-hidden": "^1.2.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "exenv": "^1.2.2"
@@ -64,7 +64,7 @@
64
64
  "react": "^16.8.0",
65
65
  "react-dom": "^16.8.0",
66
66
  "react-intl-next": "npm:react-intl@^5.18.1",
67
- "typescript": "~4.9.5"
67
+ "typescript": "~5.4.2"
68
68
  },
69
69
  "techstack": {
70
70
  "@repo/internal": {
@@ -75,4 +75,4 @@
75
75
  }
76
76
  },
77
77
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
78
- }
78
+ }