@sentio/ui-core 0.1.1 → 0.1.3

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.d.mts CHANGED
@@ -16,11 +16,10 @@ interface Props$b {
16
16
  hint?: React.ReactNode;
17
17
  loading?: boolean;
18
18
  className?: string;
19
- iconClassName?: string;
20
19
  width?: LoaderHeightWidthProps['width'];
21
- gray?: boolean;
20
+ logo?: React.ReactNode;
22
21
  }
23
- declare function _BarLoading({ hint, loading, className, iconClassName, width, gray }: Props$b): react_jsx_runtime.JSX.Element | null;
22
+ declare function _BarLoading({ hint, loading, className, width, logo }: Props$b): react_jsx_runtime.JSX.Element | null;
24
23
  declare const BarLoading: react.MemoExoticComponent<typeof _BarLoading>;
25
24
 
26
25
  interface Props$a {
@@ -31,7 +30,7 @@ interface Props$a {
31
30
  showMask?: boolean;
32
31
  maskOpacity?: number;
33
32
  }
34
- declare const SpinLoading: (args: Props$a) => react_jsx_runtime.JSX.Element;
33
+ declare const SpinLoading: react__default.ForwardRefExoticComponent<Props$a & react__default.RefAttributes<HTMLDivElement>>;
35
34
 
36
35
  declare const CopyIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
36
  declare const CopySuccessIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -16,11 +16,10 @@ interface Props$b {
16
16
  hint?: React.ReactNode;
17
17
  loading?: boolean;
18
18
  className?: string;
19
- iconClassName?: string;
20
19
  width?: LoaderHeightWidthProps['width'];
21
- gray?: boolean;
20
+ logo?: React.ReactNode;
22
21
  }
23
- declare function _BarLoading({ hint, loading, className, iconClassName, width, gray }: Props$b): react_jsx_runtime.JSX.Element | null;
22
+ declare function _BarLoading({ hint, loading, className, width, logo }: Props$b): react_jsx_runtime.JSX.Element | null;
24
23
  declare const BarLoading: react.MemoExoticComponent<typeof _BarLoading>;
25
24
 
26
25
  interface Props$a {
@@ -31,7 +30,7 @@ interface Props$a {
31
30
  showMask?: boolean;
32
31
  maskOpacity?: number;
33
32
  }
34
- declare const SpinLoading: (args: Props$a) => react_jsx_runtime.JSX.Element;
33
+ declare const SpinLoading: react__default.ForwardRefExoticComponent<Props$a & react__default.RefAttributes<HTMLDivElement>>;
35
34
 
36
35
  declare const CopyIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
36
  declare const CopySuccessIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;