@atlaskit/teams-avatar 1.2.1 → 1.2.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,11 @@
1
1
  # @atlaskit/teams-avatar
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.2.1
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { type AvatarPropTypes } from '@atlaskit/avatar';
3
3
  export type TeamAvatarProps = Omit<AvatarPropTypes, 'appearance'>;
4
4
  export declare const ICON_BACKGROUND: "var(--ds-icon-inverse)";
5
5
  export declare const ICON_COLOR: "var(--ds-icon-subtle)";
6
- export default function TeamAvatar({ testId, src, size, ...props }: TeamAvatarProps): JSX.Element;
6
+ export default function TeamAvatar({ testId, src, size, ...props }: TeamAvatarProps): React.JSX.Element;
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { type AvatarPropTypes } from '@atlaskit/avatar';
3
3
  export type TeamAvatarProps = Omit<AvatarPropTypes, 'appearance'>;
4
4
  export declare const ICON_BACKGROUND: "var(--ds-icon-inverse)";
5
5
  export declare const ICON_COLOR: "var(--ds-icon-subtle)";
6
- export default function TeamAvatar({ testId, src, size, ...props }: TeamAvatarProps): JSX.Element;
6
+ export default function TeamAvatar({ testId, src, size, ...props }: TeamAvatarProps): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/teams-avatar",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A team avatar is a visual representation of a team.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,9 +36,9 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@atlaskit/avatar": "^21.18.0",
39
- "@atlaskit/icon": "^23.6.0",
39
+ "@atlaskit/icon": "^23.7.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.0.0",
41
- "@atlaskit/theme": "^14.1.0",
41
+ "@atlaskit/theme": "^15.0.0",
42
42
  "@atlaskit/tokens": "^3.3.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1"