{"version":3,"file":"UBadge.spec.ts.mjs","names":["exports"],"sources":["../../../../src/components/UBadge/__snapshots__/UBadge.spec.ts.snap"],"sourcesContent":["// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html\n\nexports[`UBadge > renders correctly 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with blue color 1`] = `\n\"<div class=\\\\\"bg-blue-50 w-fit text-text-xs text-blue-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with blue-light color 1`] = `\n\"<div class=\\\\\"bg-blue-light-50 w-fit text-text-xs text-blue-light-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with error color 1`] = `\n\"<div class=\\\\\"bg-error-50 w-fit text-text-xs text-error-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with gray color 1`] = `\n\"<div class=\\\\\"bg-gray-100 w-fit text-text-xs text-gray-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with gray-blue color 1`] = `\n\"<div class=\\\\\"bg-gray-blue-50 w-fit text-text-xs text-gray-blue-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with indigo color 1`] = `\n\"<div class=\\\\\"bg-indigo-50 w-fit text-text-xs text-indigo-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with orange color 1`] = `\n\"<div class=\\\\\"bg-orange-50 w-fit text-text-xs text-orange-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with pink color 1`] = `\n\"<div class=\\\\\"bg-pink-50 w-fit text-text-xs text-pink-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with primary color 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with purple color 1`] = `\n\"<div class=\\\\\"bg-purple-50 w-fit text-text-xs text-purple-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with rose color 1`] = `\n\"<div class=\\\\\"bg-rose-50 w-fit text-text-xs text-rose-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with success color 1`] = `\n\"<div class=\\\\\"bg-success-50 w-fit text-text-xs text-success-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has default type with warning color 1`] = `\n\"<div class=\\\\\"bg-warning-50 w-fit text-text-xs text-warning-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with blue color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-blue-700\n      rounded-16 flex justify-center items-center border-1.5 border-blue-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with blue-light color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-blue-light-700\n      rounded-16 flex justify-center items-center border-1.5 border-blue-light-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with error color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-error-700\n      rounded-16 flex justify-center items-center border-1.5 border-error-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with gray color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-gray-700\n      rounded-16 flex justify-center items-center border-1.5 border-gray-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with gray-blue color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-gray-blue-700\n      rounded-16 flex justify-center items-center border-1.5 border-gray-blue-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with indigo color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-indigo-700\n      rounded-16 flex justify-center items-center border-1.5 border-indigo-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with orange color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-orange-700\n      rounded-16 flex justify-center items-center border-1.5 border-orange-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with pink color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-pink-700\n      rounded-16 flex justify-center items-center border-1.5 border-pink-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with primary color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center border-1.5 border-primary-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with purple color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-purple-700\n      rounded-16 flex justify-center items-center border-1.5 border-purple-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with rose color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-rose-700\n      rounded-16 flex justify-center items-center border-1.5 border-rose-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with success color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-success-700\n      rounded-16 flex justify-center items-center border-1.5 border-success-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge colors > has outlined type with warning color 1`] = `\n\"<div class=\\\\\"bg-transparent w-fit text-text-xs text-warning-700\n      rounded-16 flex justify-center items-center border-1.5 border-warning-700 font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge events > emits click event 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge sizes > has appropriate lg size classes 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-sm text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-1 px-1.5\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge sizes > has appropriate md size classes 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-sm text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-1\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge sizes > has appropriate sm size classes 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge with avatar > has avatar with image 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <div class=\\\\\"pr-px\\\\\">\n    <div class=\\\\\"avatar box-border flex items-center justify-center rounded-full overflow-hidden select-none cursor-pointer bg-gray-100 font-medium text-gray-600 active:shadow-xs-btn active:shadow-primary-100 h-[24px] w-[24px] text-[12px]\\\\\"><img src=\\\\\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQGPXzqW9j5WdvfZp6Dkt_pNerP_ZZz8w2U6KHAZ9o&amp;s\\\\\" alt=\\\\\"\\\\\">\n      <!---->\n      <!---->\n    </div>\n  </div>\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge with avatar > has avatar with letters 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <div class=\\\\\"pr-px\\\\\">\n    <div class=\\\\\"avatar box-border flex items-center justify-center rounded-full overflow-hidden select-none cursor-pointer bg-gray-100 font-medium text-gray-600 active:shadow-xs-btn active:shadow-primary-100 h-[24px] w-[24px] text-[12px]\\\\\"><img src=\\\\\"\\\\\" alt=\\\\\"\\\\\">\n      <!---->NP\n    </div>\n  </div>\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge with icon > has icon 1`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <div class=\\\\\"pl-0.6\\\\\"><i color=\\\\\"primary-500\\\\\" ishover=\\\\\"false\\\\\" isactive=\\\\\"false\\\\\" aria-hidden=\\\\\"true\\\\\" class=\\\\\"undefined-icon flex box-border\\\\\"><svg class=\\\\\"u-icon__svg hover:stroke-primary-600 stroke-primary-500\\\\\" style=\\\\\"height: 12px; width: 12px;\\\\\" xmlns=\\\\\"http://www.w3.org/2000/svg\\\\\" viewBox=\\\\\"0 0 24 24\\\\\" role=\\\\\"img\\\\\" aria-hidden=\\\\\"true\\\\\" fill=\\\\\"none\\\\\">\n        <path d=\\\\\"M12 19V5M12 5L5 12M12 5L19 12\\\\\" stroke-width=\\\\\"2\\\\\" stroke-linecap=\\\\\"round\\\\\" stroke-linejoin=\\\\\"round\\\\\"></path>\n      </svg></i></div>\n  <!---->\n  <!---->\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge with icon > has icon 2`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <div class=\\\\\"pr-0.6\\\\\"><i color=\\\\\"primary-500\\\\\" ishover=\\\\\"false\\\\\" isactive=\\\\\"false\\\\\" aria-hidden=\\\\\"true\\\\\" class=\\\\\"undefined-icon flex box-border\\\\\"><svg class=\\\\\"u-icon__svg hover:stroke-primary-600 stroke-primary-500\\\\\" style=\\\\\"height: 12px; width: 12px;\\\\\" xmlns=\\\\\"http://www.w3.org/2000/svg\\\\\" viewBox=\\\\\"0 0 24 24\\\\\" role=\\\\\"img\\\\\" aria-hidden=\\\\\"true\\\\\" fill=\\\\\"none\\\\\">\n        <path d=\\\\\"M5 12H19M19 12L12 5M19 12L12 19\\\\\" stroke-width=\\\\\"2\\\\\" stroke-linecap=\\\\\"round\\\\\" stroke-linejoin=\\\\\"round\\\\\"></path>\n      </svg></i></div>\n  <!---->\n</div>\"\n`;\n\nexports[`UBadge with icon > has icon 3`] = `\n\"<div class=\\\\\"bg-primary-50 w-fit text-text-xs text-primary-700\n      rounded-16 flex justify-center items-center  font-medium py-0.5 px-0.6\\\\\">\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <!---->\n  <div class=\\\\\"py-1 px-1\\\\\"><i color=\\\\\"primary-500\\\\\" ishover=\\\\\"false\\\\\" isactive=\\\\\"false\\\\\" aria-hidden=\\\\\"true\\\\\" class=\\\\\"undefined-icon flex box-border\\\\\"><svg class=\\\\\"u-icon__svg hover:stroke-primary-600 stroke-primary-500\\\\\" style=\\\\\"height: 12px; width: 12px;\\\\\" xmlns=\\\\\"http://www.w3.org/2000/svg\\\\\" viewBox=\\\\\"0 0 24 24\\\\\" role=\\\\\"img\\\\\" aria-hidden=\\\\\"true\\\\\" fill=\\\\\"none\\\\\">\n        <path d=\\\\\"M12 5V19M5 12H19\\\\\" stroke-width=\\\\\"2\\\\\" stroke-linecap=\\\\\"round\\\\\" stroke-linejoin=\\\\\"round\\\\\"></path>\n      </svg></i></div>\n</div>\"\n`;\n"],"mappings":"AAAA;;AAEAA,OAAO,gCAAgC,0OAUtC;AAEDA,OAAO,sDAAsD,oOAU5D;AAEDA,OAAO,4DAA4D,gPAUlE;AAEDA,OAAO,uDAAuD,sOAU7D;AAEDA,OAAO,sDAAsD,qOAU5D;AAEDA,OAAO,2DAA2D,8OAUjE;AAEDA,OAAO,wDAAwD,wOAU9D;AAEDA,OAAO,wDAAwD,wOAU9D;AAEDA,OAAO,sDAAsD,oOAU5D;AAEDA,OAAO,yDAAyD,0OAU/D;AAEDA,OAAO,wDAAwD,wOAU9D;AAEDA,OAAO,sDAAsD,oOAU5D;AAEDA,OAAO,yDAAyD,0OAU/D;AAEDA,OAAO,yDAAyD,0OAU/D;AAEDA,OAAO,uDAAuD,kQAU7D;AAEDA,OAAO,6DAA6D,8QAUnE;AAEDA,OAAO,wDAAwD,oQAU9D;AAEDA,OAAO,uDAAuD,kQAU7D;AAEDA,OAAO,4DAA4D,4QAUlE;AAEDA,OAAO,yDAAyD,sQAU/D;AAEDA,OAAO,yDAAyD,sQAU/D;AAEDA,OAAO,uDAAuD,kQAU7D;AAEDA,OAAO,0DAA0D,wQAUhE;AAEDA,OAAO,yDAAyD,sQAU/D;AAEDA,OAAO,uDAAuD,kQAU7D;AAEDA,OAAO,0DAA0D,wQAUhE;AAEDA,OAAO,0DAA0D,wQAUhE;AAEDA,OAAO,uCAAuC,0OAU7C;AAEDA,OAAO,oDAAoD,wOAU1D;AAEDA,OAAO,oDAAoD,wOAU1D;AAEDA,OAAO,oDAAoD,0OAU1D;AAEDA,OAAO,gDAAgD,2qBAetD;AAEDA,OAAO,kDAAkD,yjBAcxD;AAEDA,OAAO,iCAAiC,yyBAYvC;AAEDA,OAAO,iCAAiC,2yBAYvC;AAEDA,OAAO,iCAAiC,+xBAYvC"}