@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6810,7 +6810,7 @@ var CircularLoader = React24.memo(
|
|
|
6810
6810
|
"svg",
|
|
6811
6811
|
{
|
|
6812
6812
|
viewBox: "25 25 50 50",
|
|
6813
|
-
className: "main-loader__svg text-
|
|
6813
|
+
className: "main-loader__svg text-[var(--circular-loader-color)]",
|
|
6814
6814
|
style: {
|
|
6815
6815
|
width: toCssSize(width),
|
|
6816
6816
|
height: toCssSize(height)
|
|
@@ -6885,7 +6885,7 @@ var CircularLoader = React24.memo(
|
|
|
6885
6885
|
);
|
|
6886
6886
|
}
|
|
6887
6887
|
);
|
|
6888
|
-
CircularLoader.displayName = "
|
|
6888
|
+
CircularLoader.displayName = "CircularLoader";
|
|
6889
6889
|
|
|
6890
6890
|
// src/small-grid-single-item/SmallGridSingleItem.tsx
|
|
6891
6891
|
import { memo as memo5 } from "react";
|