dhre-ui-kit 0.0.346 → 0.0.348

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