@underverse-ui/underverse 1.0.26 → 1.0.27
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -421,7 +421,7 @@ var Badge = ({
|
|
|
421
421
|
onRemove?.();
|
|
422
422
|
};
|
|
423
423
|
const baseClasses = cn(
|
|
424
|
-
"inline-flex items-center border transition-all duration-200",
|
|
424
|
+
"inline-flex items-center rounded-md border transition-all duration-200 tracking-wide",
|
|
425
425
|
"focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-1",
|
|
426
426
|
variantStyles[variant],
|
|
427
427
|
clickable && clickableVariantStyles[variant],
|
|
@@ -468,7 +468,7 @@ var Badge = ({
|
|
|
468
468
|
}
|
|
469
469
|
);
|
|
470
470
|
}
|
|
471
|
-
return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("span", { className: cn(baseClasses, "
|
|
471
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("span", { className: cn(baseClasses, "gap-1", sizeStyles[size], className), onClick: handleClick, role: "status", children: [
|
|
472
472
|
Icon && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
473
473
|
Icon,
|
|
474
474
|
{
|