Socket
Socket
Sign inDemoInstall

@yamada-ui/avatar

Package Overview
Dependencies
95
Maintainers
1
Versions
529
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-next-20240409133350 to 2.0.0-next-20240508045332

dist/chunk-F7MHUXUL.mjs

4

dist/avatar-badge.js

@@ -192,3 +192,3 @@ "use client"

if (isFallback)
return name ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(AvatarName, { name, format }) : (0, import_react.cloneElement)(icon, { role: "img" });
return name ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(AvatarName, { name, format }) : (0, import_react.cloneElement)(icon, { role: "img", "aria-label": alt != null ? alt : "Avatar Icon" });
const css = {

@@ -286,3 +286,3 @@ width: "100%",

{
className: "ui-avatar__badge__ping",
className: "ui-avatar__ping",
__css: {

@@ -289,0 +289,0 @@ position: "absolute",

@@ -160,3 +160,3 @@ "use client"

if (isFallback)
return name ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(AvatarName, { name, format }) : (0, import_react.cloneElement)(icon, { role: "img" });
return name ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(AvatarName, { name, format }) : (0, import_react.cloneElement)(icon, { role: "img", "aria-label": alt != null ? alt : "Avatar Icon" });
const css = {

@@ -163,0 +163,0 @@ width: "100%",

@@ -189,3 +189,3 @@ "use client"

if (isFallback)
return name ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(AvatarName, { name, format }) : (0, import_react.cloneElement)(icon, { role: "img" });
return name ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(AvatarName, { name, format }) : (0, import_react.cloneElement)(icon, { role: "img", "aria-label": alt != null ? alt : "Avatar Icon" });
const css = {

@@ -192,0 +192,0 @@ width: "100%",

@@ -191,3 +191,3 @@ "use client"

if (isFallback)
return name ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(AvatarName, { name, format }) : (0, import_react.cloneElement)(icon, { role: "img" });
return name ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(AvatarName, { name, format }) : (0, import_react.cloneElement)(icon, { role: "img", "aria-label": alt != null ? alt : "Avatar Icon" });
const css = {

@@ -365,3 +365,3 @@ width: "100%",

{
className: "ui-avatar__badge__ping",
className: "ui-avatar__ping",
__css: {

@@ -368,0 +368,0 @@ position: "absolute",

{
"name": "@yamada-ui/avatar",
"version": "2.0.0-next-20240409133350",
"version": "2.0.0-next-20240508045332",
"description": "Yamada UI avatar component",

@@ -39,7 +39,7 @@ "keywords": [

"dependencies": {
"@yamada-ui/core": "1.6.1",
"@yamada-ui/utils": "1.1.0",
"@yamada-ui/image": "1.0.19",
"@yamada-ui/icon": "1.0.19",
"@yamada-ui/use-animation": "1.0.19"
"@yamada-ui/core": "1.6.7",
"@yamada-ui/utils": "1.2.0",
"@yamada-ui/image": "1.0.26-next-20240508045332",
"@yamada-ui/icon": "1.0.25",
"@yamada-ui/use-animation": "1.0.25"
},

@@ -46,0 +46,0 @@ "devDependencies": {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc