@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.js CHANGED
@@ -641,7 +641,7 @@ const Badge = ({ styleVariant = COLOR.ACCENT_BLUE, className, favorite, children
641
641
  return /* @__PURE__ */ jsx("span", {
642
642
  "data-testid": "badge",
643
643
  "data-component": "Badge",
644
- className: clsx("inline-flex h-[1.375rem] max-w-full place-content-center items-center p-[10px] align-middle text-xs leading-[20px] font-medium tracking-wide text-wrap whitespace-normal normal-case rounded-sm", {
644
+ 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", {
645
645
  "bg-accent-blue-light text-accent-blue": styleVariant === COLOR.ACCENT_BLUE,
646
646
  "bg-green-light text-green": styleVariant === COLOR.GREEN_LIGHT,
647
647
  "bg-red-50 text-red-500": styleVariant === COLOR.RED,