@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 CHANGED
@@ -6307,7 +6307,7 @@ var CircularLoader = import_react48.default.memo(
6307
6307
  className: "main-loader__svg text-[var(--circular-loader-color)]",
6308
6308
  style: {
6309
6309
  width: toCssSize(width ?? loaderSizePixels[size]),
6310
- height: toCssSize(height ?? loaderSizePixels[size])
6310
+ height: toCssSize(height ?? width ?? loaderSizePixels[size])
6311
6311
  },
6312
6312
  children: [
6313
6313
  /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(