@commercetools-uikit/avatar 19.18.0 → 19.20.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.
@@ -1,3 +1,3 @@
1
- export * from "./declarations/src/index";
2
- export { default } from "./declarations/src/index";
1
+ export * from "./declarations/src/index.js";
2
+ export { default } from "./declarations/src/index.js";
3
3
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1hdmF0YXIuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
@@ -198,7 +198,7 @@ Avatar.defaultProps = defaultProps;
198
198
  var Avatar$1 = Avatar;
199
199
 
200
200
  // NOTE: This string will be replaced on build time with the package version.
201
- var version = "19.18.0";
201
+ var version = "19.20.0";
202
202
 
203
203
  exports["default"] = Avatar$1;
204
204
  exports.version = version;
@@ -189,7 +189,7 @@ Avatar.defaultProps = defaultProps;
189
189
  var Avatar$1 = Avatar;
190
190
 
191
191
  // NOTE: This string will be replaced on build time with the package version.
192
- var version = "19.18.0";
192
+ var version = "19.20.0";
193
193
 
194
194
  exports["default"] = Avatar$1;
195
195
  exports.version = version;
@@ -178,6 +178,6 @@ Avatar.defaultProps = defaultProps;
178
178
  var Avatar$1 = Avatar;
179
179
 
180
180
  // NOTE: This string will be replaced on build time with the package version.
181
- var version = "19.18.0";
181
+ var version = "19.20.0";
182
182
 
183
183
  export { Avatar$1 as default, version };
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": "19.18.0",
4
+ "version": "19.20.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": "19.18.0",
25
- "@commercetools-uikit/utils": "19.18.0",
24
+ "@commercetools-uikit/design-system": "19.20.0",
25
+ "@commercetools-uikit/utils": "19.20.0",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "lodash": "4.17.21",