@bbki.ng/components 1.5.6 → 1.5.7
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -623,7 +623,7 @@ var import_react15 = __toESM(require("react"));
|
|
|
623
623
|
var BlinkDot = (props) => {
|
|
624
624
|
const { className } = props;
|
|
625
625
|
return /* @__PURE__ */ import_react15.default.createElement("span", {
|
|
626
|
-
className: (0, import_classnames7.default)("inline-flex h-
|
|
626
|
+
className: (0, import_classnames7.default)("inline-flex h-1 w-1 justify-center items-center relative", className)
|
|
627
627
|
}, /* @__PURE__ */ import_react15.default.createElement("span", {
|
|
628
628
|
className: "animate-ping-fast absolute inline-flex h-full w-full rounded-full bg-red-600"
|
|
629
629
|
}));
|
package/dist/index.mjs
CHANGED
|
@@ -578,7 +578,7 @@ import React14 from "react";
|
|
|
578
578
|
var BlinkDot = (props) => {
|
|
579
579
|
const { className } = props;
|
|
580
580
|
return /* @__PURE__ */ React14.createElement("span", {
|
|
581
|
-
className: classNames6("inline-flex h-
|
|
581
|
+
className: classNames6("inline-flex h-1 w-1 justify-center items-center relative", className)
|
|
582
582
|
}, /* @__PURE__ */ React14.createElement("span", {
|
|
583
583
|
className: "animate-ping-fast absolute inline-flex h-full w-full rounded-full bg-red-600"
|
|
584
584
|
}));
|