dhre-ui-kit 0.0.346 → 0.0.347

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/lib/index.mjs CHANGED
@@ -749,6 +749,7 @@ const createStyles$3 = (theme) => {
749
749
  box: {
750
750
  width: 148,
751
751
  height: 187,
752
+ backgroundColor: theme.SURFACE_PRIMARY,
752
753
  borderRadius: 16,
753
754
  justifyContent: "center",
754
755
  alignItems: "center",
@@ -1978,10 +1979,7 @@ const LOADER_LIGHT = {
1978
1979
  markers: []
1979
1980
  };
1980
1981
 
1981
- const CustomLoader = ({
1982
- loading,
1983
- loadingText = "Loading..."
1984
- }) => {
1982
+ const CustomLoader = ({ loading }) => {
1985
1983
  const { theme, mode } = useTheme();
1986
1984
  const styles = createStyles$3(theme);
1987
1985
  if (!loading) return null;