@commercetools-uikit/avatar 15.15.1 → 16.0.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.
|
@@ -137,7 +137,7 @@ Avatar.defaultProps = defaultProps;
|
|
|
137
137
|
var Avatar$1 = Avatar;
|
|
138
138
|
|
|
139
139
|
// NOTE: This string will be replaced on build time with the package version.
|
|
140
|
-
var version = "
|
|
140
|
+
var version = "16.0.0";
|
|
141
141
|
|
|
142
142
|
exports["default"] = Avatar$1;
|
|
143
143
|
exports.version = version;
|
|
@@ -137,7 +137,7 @@ Avatar.defaultProps = defaultProps;
|
|
|
137
137
|
var Avatar$1 = Avatar;
|
|
138
138
|
|
|
139
139
|
// NOTE: This string will be replaced on build time with the package version.
|
|
140
|
-
var version = "
|
|
140
|
+
var version = "16.0.0";
|
|
141
141
|
|
|
142
142
|
exports["default"] = Avatar$1;
|
|
143
143
|
exports.version = version;
|
|
@@ -10,6 +10,6 @@ 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;
|
|
13
|
-
defaultProps: Pick<TAvatarProps, "
|
|
13
|
+
defaultProps: Pick<TAvatarProps, "size" | "isHighlighted" | "firstName" | "lastName">;
|
|
14
14
|
};
|
|
15
15
|
export default Avatar;
|
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": "
|
|
4
|
+
"version": "16.0.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "
|
|
25
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"@emotion/styled": "^11.10.5",
|
|
28
28
|
"prop-types": "15.8.1"
|