@bbki.ng/components 1.5.33 → 1.5.34
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
|
@@ -1210,7 +1210,7 @@ var LoadingSpiral = (props) => {
|
|
|
1210
1210
|
phenomenon.add("spiral", createOptions(Object.assign({}, DEFAULT_OPT, rest)));
|
|
1211
1211
|
}, []);
|
|
1212
1212
|
return /* @__PURE__ */ import_react23.default.createElement("div", {
|
|
1213
|
-
className: (0, import_classnames13.default)("
|
|
1213
|
+
className: (0, import_classnames13.default)("h-full w-full overflow-hidden flex justify-center items-center", className),
|
|
1214
1214
|
ref: containerRef
|
|
1215
1215
|
}, /* @__PURE__ */ import_react23.default.createElement("canvas", {
|
|
1216
1216
|
ref: canvasRef,
|
package/dist/index.mjs
CHANGED
|
@@ -1152,7 +1152,7 @@ var LoadingSpiral = (props) => {
|
|
|
1152
1152
|
phenomenon.add("spiral", createOptions(Object.assign({}, DEFAULT_OPT, rest)));
|
|
1153
1153
|
}, []);
|
|
1154
1154
|
return /* @__PURE__ */ React21.createElement("div", {
|
|
1155
|
-
className: classNames7("
|
|
1155
|
+
className: classNames7("h-full w-full overflow-hidden flex justify-center items-center", className),
|
|
1156
1156
|
ref: containerRef
|
|
1157
1157
|
}, /* @__PURE__ */ React21.createElement("canvas", {
|
|
1158
1158
|
ref: canvasRef,
|