@chakra-ui/avatar
Advanced tools
Comparing version 2.2.11 to 2.3.0
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -90,1 +91,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=avatar-badge.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -38,1 +39,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=avatar-context.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -193,2 +194,3 @@ var __defProp = Object.defineProperty; | ||
crossOrigin, | ||
referrerPolicy, | ||
...rest | ||
@@ -230,3 +232,4 @@ } = (0, import_system4.omitThemingProps)(props); | ||
ignoreFallback, | ||
crossOrigin | ||
crossOrigin, | ||
referrerPolicy | ||
} | ||
@@ -304,1 +307,2 @@ ), | ||
}); | ||
//# sourceMappingURL=avatar-group.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -140,1 +141,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=avatar-image.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -57,1 +58,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=avatar-name.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -19,1 +20,2 @@ var __defProp = Object.defineProperty; | ||
module.exports = __toCommonJS(avatar_types_exports); | ||
//# sourceMappingURL=avatar-types.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -179,2 +180,3 @@ var __defProp = Object.defineProperty; | ||
crossOrigin, | ||
referrerPolicy, | ||
...rest | ||
@@ -216,3 +218,4 @@ } = (0, import_system4.omitThemingProps)(props); | ||
ignoreFallback, | ||
crossOrigin | ||
crossOrigin, | ||
referrerPolicy | ||
} | ||
@@ -231,1 +234,2 @@ ), | ||
}); | ||
//# sourceMappingURL=avatar.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -59,1 +60,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=generic-avatar-icon.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -184,2 +185,3 @@ var __defProp = Object.defineProperty; | ||
crossOrigin, | ||
referrerPolicy, | ||
...rest | ||
@@ -221,3 +223,4 @@ } = (0, import_system4.omitThemingProps)(props); | ||
ignoreFallback, | ||
crossOrigin | ||
crossOrigin, | ||
referrerPolicy | ||
} | ||
@@ -366,1 +369,2 @@ ), | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@chakra-ui/avatar", | ||
"version": "2.2.11", | ||
"version": "2.3.0", | ||
"description": "A React component used to show users avatar or initials", | ||
@@ -35,5 +35,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/image": "2.0.16", | ||
"@chakra-ui/image": "2.1.0", | ||
"@chakra-ui/shared-utils": "2.0.5", | ||
"@chakra-ui/react-context": "2.0.8", | ||
"@chakra-ui/react-context": "2.1.0", | ||
"@chakra-ui/react-children-utils": "2.0.6" | ||
@@ -45,4 +45,4 @@ }, | ||
"@chakra-ui/object-utils": "2.1.0", | ||
"@chakra-ui/system": "2.5.8", | ||
"@chakra-ui/layout": "2.2.0" | ||
"@chakra-ui/system": "2.6.0", | ||
"@chakra-ui/layout": "2.3.0" | ||
}, | ||
@@ -54,10 +54,2 @@ "peerDependencies": { | ||
"clean-package": "../../../clean-package.config.json", | ||
"tsup": { | ||
"clean": true, | ||
"target": "es2019", | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
] | ||
}, | ||
"module": "dist/index.mjs", | ||
@@ -64,0 +56,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141919
62
1907
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/generator@7.26.2(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@chakra-ui/image@2.1.0(transitive)
+ Added@chakra-ui/react-context@2.1.0(transitive)
+ Added@types/lodash@4.17.13(transitive)
- Removed@babel/code-frame@7.26.0(transitive)
- Removed@babel/generator@7.26.0(transitive)
- Removed@babel/parser@7.26.1(transitive)
- Removed@chakra-ui/image@2.0.16(transitive)
- Removed@chakra-ui/react-context@2.0.8(transitive)
- Removed@chakra-ui/react-use-safe-layout-effect@2.0.5(transitive)
- Removed@emotion/cache@11.13.1(transitive)
- Removed@emotion/react@11.13.3(transitive)
- Removed@emotion/sheet@1.4.0(transitive)
- Removed@emotion/weak-memoize@0.4.0(transitive)
- Removed@types/lodash@4.17.12(transitive)
- Removedhoist-non-react-statics@3.3.2(transitive)
- Removedreact-is@16.13.1(transitive)
Updated@chakra-ui/image@2.1.0