@muraldevkit/ui-toolkit 2.18.1 → 2.19.1

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.
@@ -7,4 +7,4 @@ import '../../../styles/shared/a11y-helpers/a11y.global.scss';
7
7
  * @param props - component props
8
8
  * @returns a MrlSpinner React component.
9
9
  */
10
- export declare function MrlSpinner({ className, kind, role, size, text }: SpinnerComponent): JSX.Element;
10
+ export declare function MrlSpinner({ className, logo, kind, role, size, text }: SpinnerComponent): JSX.Element;
@@ -58,6 +58,10 @@ export interface SpinnerComponent {
58
58
  * Custom class to be applied to the component.
59
59
  */
60
60
  className?: string;
61
+ /**
62
+ * Display the Mural logo under the spinner.
63
+ */
64
+ logo?: boolean;
61
65
  /**
62
66
  * Style of the spinner.
63
67
  */