@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.cjs
CHANGED
|
@@ -777,7 +777,7 @@ const Badge = ({ styleVariant = COLOR.ACCENT_BLUE, className, favorite, children
|
|
|
777
777
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
778
778
|
"data-testid": "badge",
|
|
779
779
|
"data-component": "Badge",
|
|
780
|
-
className: cn("inline-flex max-w-full place-content-center items-center px-2.5 align-middle text-xs leading-[20px] font-
|
|
780
|
+
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", {
|
|
781
781
|
"bg-accent-blue-light text-accent-blue": styleVariant === COLOR.ACCENT_BLUE,
|
|
782
782
|
"bg-green-light text-green": styleVariant === COLOR.GREEN_LIGHT,
|
|
783
783
|
"bg-red-50 text-red-500": styleVariant === COLOR.RED,
|