@chekinapp/ui 0.0.19 → 0.0.21

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
@@ -7077,7 +7077,7 @@ var CircularLoader = import_react37.default.memo(
7077
7077
  "svg",
7078
7078
  {
7079
7079
  viewBox: "25 25 50 50",
7080
- className: "main-loader__svg text-chekin-navy",
7080
+ className: "main-loader__svg text-[var(--circular-loader-color)]",
7081
7081
  style: {
7082
7082
  width: toCssSize(width),
7083
7083
  height: toCssSize(height)
@@ -7152,7 +7152,7 @@ var CircularLoader = import_react37.default.memo(
7152
7152
  );
7153
7153
  }
7154
7154
  );
7155
- CircularLoader.displayName = "MainLoader";
7155
+ CircularLoader.displayName = "CircularLoader";
7156
7156
 
7157
7157
  // src/small-grid-single-item/SmallGridSingleItem.tsx
7158
7158
  var import_react38 = require("react");