@youngonesworks/ui 0.1.122 → 0.1.123
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -755,7 +755,7 @@ const Badge = ({ styleVariant = COLOR.ACCENT_BLUE, className, favorite, children
|
|
|
755
755
|
return /* @__PURE__ */ jsx("span", {
|
|
756
756
|
"data-testid": "badge",
|
|
757
757
|
"data-component": "Badge",
|
|
758
|
-
className: cn("inline-flex max-w-full place-content-center items-center px-2.5 align-middle text-xs leading-[20px] font-
|
|
758
|
+
className: cn("inline-flex max-w-full place-content-center items-center px-2.5 align-middle text-xs leading-[20px] font-semibold tracking-wide text-wrap whitespace-normal normal-case rounded-sm", {
|
|
759
759
|
"bg-accent-blue-light text-accent-blue": styleVariant === COLOR.ACCENT_BLUE,
|
|
760
760
|
"bg-green-light text-green": styleVariant === COLOR.GREEN_LIGHT,
|
|
761
761
|
"bg-red-50 text-red-500": styleVariant === COLOR.RED,
|