@atlaskit/avatar 24.0.0 → 24.0.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/avatar
2
2
 
3
+ ## 24.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 24.0.0
4
10
 
5
11
  ### Major Changes
@@ -22,7 +22,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
22
22
  * @jsx jsx
23
23
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
24
24
  var packageName = "@atlaskit/avatar";
25
- var packageVersion = "24.0.0";
25
+ var packageVersion = "24.0.1";
26
26
  var containerStyles = (0, _react2.css)({
27
27
  display: 'inline-block',
28
28
  position: 'relative',
@@ -15,7 +15,7 @@ import { PresenceWrapper } from './presence';
15
15
  import { StatusWrapper } from './status';
16
16
  import { getCustomElement } from './utilities';
17
17
  const packageName = "@atlaskit/avatar";
18
- const packageVersion = "24.0.0";
18
+ const packageVersion = "24.0.1";
19
19
  const containerStyles = css({
20
20
  display: 'inline-block',
21
21
  position: 'relative',
@@ -18,7 +18,7 @@ import { PresenceWrapper } from './presence';
18
18
  import { StatusWrapper } from './status';
19
19
  import { getCustomElement } from './utilities';
20
20
  var packageName = "@atlaskit/avatar";
21
- var packageVersion = "24.0.0";
21
+ var packageVersion = "24.0.1";
22
22
  var containerStyles = css({
23
23
  display: 'inline-block',
24
24
  position: 'relative',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "24.0.0",
3
+ "version": "24.0.1",
4
4
  "description": "An avatar is a visual representation of a user or entity.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -48,8 +48,8 @@
48
48
  "@atlaskit/icon": "^24.1.0",
49
49
  "@atlaskit/platform-feature-flags": "^1.1.0",
50
50
  "@atlaskit/primitives": "^14.1.0",
51
- "@atlaskit/theme": "^17.0.0",
52
- "@atlaskit/tokens": "^4.2.0",
51
+ "@atlaskit/theme": "^18.0.0",
52
+ "@atlaskit/tokens": "^4.3.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1",
55
55
  "@emotion/serialize": "^1.1.0"