nexaas-ui-components 1.0.67 → 1.0.68
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.css +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
|
@@ -6654,7 +6654,7 @@ var StatusBall = ({
|
|
|
6654
6654
|
{
|
|
6655
6655
|
className: clsx9__default.default(
|
|
6656
6656
|
variants5[variant].small,
|
|
6657
|
-
"h-[8px] w-[8px] rounded-full absolute z-30 top-
|
|
6657
|
+
"h-[8px] w-[8px] rounded-full absolute z-30 top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2"
|
|
6658
6658
|
)
|
|
6659
6659
|
}
|
|
6660
6660
|
)
|