@chekinapp/ui 0.0.49 → 0.0.50
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5994,7 +5994,7 @@ var CircularLoader = React21.memo(
|
|
|
5994
5994
|
className: "main-loader__svg text-[var(--circular-loader-color)]",
|
|
5995
5995
|
style: {
|
|
5996
5996
|
width: toCssSize(width ?? loaderSizePixels[size]),
|
|
5997
|
-
height: toCssSize(height ?? loaderSizePixels[size])
|
|
5997
|
+
height: toCssSize(height ?? width ?? loaderSizePixels[size])
|
|
5998
5998
|
},
|
|
5999
5999
|
children: [
|
|
6000
6000
|
/* @__PURE__ */ jsx74(
|