@commercetools-uikit/avatar 15.9.0 → 15.10.0

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.
@@ -143,7 +143,7 @@ Avatar.defaultProps = defaultProps;
143
143
  var Avatar$1 = Avatar;
144
144
 
145
145
  // NOTE: This string will be replaced on build time with the package version.
146
- var version = "15.9.0";
146
+ var version = "15.10.0";
147
147
 
148
148
  exports["default"] = Avatar$1;
149
149
  exports.version = version;
@@ -143,7 +143,7 @@ Avatar.defaultProps = defaultProps;
143
143
  var Avatar$1 = Avatar;
144
144
 
145
145
  // NOTE: This string will be replaced on build time with the package version.
146
- var version = "15.9.0";
146
+ var version = "15.10.0";
147
147
 
148
148
  exports["default"] = Avatar$1;
149
149
  exports.version = version;
@@ -124,6 +124,6 @@ Avatar.defaultProps = defaultProps;
124
124
  var Avatar$1 = Avatar;
125
125
 
126
126
  // NOTE: This string will be replaced on build time with the package version.
127
- var version = "15.9.0";
127
+ var version = "15.10.0";
128
128
 
129
129
  export { Avatar$1 as default, version };
@@ -1,12 +1,12 @@
1
- export declare type TAvatarProps = {
1
+ export type TAvatarProps = {
2
2
  firstName?: string;
3
3
  lastName?: string;
4
4
  gravatarHash: string;
5
5
  isHighlighted?: boolean;
6
6
  size: 's' | 'm' | 'l';
7
7
  };
8
- export declare type TGravatarImgProps = Pick<TAvatarProps, 'gravatarHash' | 'isHighlighted' | 'size'>;
9
- export declare type TInitialsProps = Pick<TAvatarProps, 'firstName' | 'lastName' | 'size'>;
8
+ export type TGravatarImgProps = Pick<TAvatarProps, 'gravatarHash' | 'isHighlighted' | 'size'>;
9
+ export type TInitialsProps = Pick<TAvatarProps, 'firstName' | 'lastName' | 'size'>;
10
10
  declare const Avatar: {
11
11
  (props: TAvatarProps): import("@emotion/react/jsx-runtime").JSX.Element;
12
12
  displayName: string;
@@ -1,2 +1,2 @@
1
1
  import type { TAvatarProps as AvatarProps } from './avatar';
2
- export declare type TAvatarProps = AvatarProps;
2
+ export type TAvatarProps = AvatarProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/avatar",
3
3
  "description": "A component for rendering profile images",
4
- "version": "15.9.0",
4
+ "version": "15.10.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/design-system": "15.9.0",
25
- "@commercetools-uikit/utils": "15.9.0",
24
+ "@commercetools-uikit/design-system": "15.10.0",
25
+ "@commercetools-uikit/utils": "15.10.0",
26
26
  "@emotion/react": "^11.4.0",
27
27
  "@emotion/styled": "^11.3.0",
28
28
  "prop-types": "15.8.1"