@youngonesworks/ui 0.1.99 → 0.1.100
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
|
@@ -663,7 +663,7 @@ const Badge = ({ styleVariant = COLOR.ACCENT_BLUE, className, favorite, children
|
|
|
663
663
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
664
664
|
"data-testid": "badge",
|
|
665
665
|
"data-component": "Badge",
|
|
666
|
-
className: (
|
|
666
|
+
className: cn("inline-flex max-w-full place-content-center items-center px-2.5 align-middle text-xs leading-[20px] font-medium tracking-wide text-wrap whitespace-normal normal-case rounded-sm", {
|
|
667
667
|
"bg-accent-blue-light text-accent-blue": styleVariant === COLOR.ACCENT_BLUE,
|
|
668
668
|
"bg-green-light text-green": styleVariant === COLOR.GREEN_LIGHT,
|
|
669
669
|
"bg-red-50 text-red-500": styleVariant === COLOR.RED,
|