@muraldevkit/ui-toolkit 4.5.4 → 4.6.0

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.
@@ -12,6 +12,10 @@ export interface MrlErrorPageProps extends React.ComponentProps<'div'> {
12
12
  * Title of the error page
13
13
  */
14
14
  title: string;
15
+ /**
16
+ * Add custom components to the error page header
17
+ */
18
+ headerUtils?: React.ReactNode;
15
19
  }
16
20
  /**
17
21
  * MrlErrorPage component
@@ -80,7 +80,7 @@ export declare const colorPictoStoryData: {
80
80
  export declare const animateStoryData: {
81
81
  args: {
82
82
  delay: number;
83
- state: "play" | "stop";
83
+ state: "stop" | "play";
84
84
  };
85
85
  argTypes: {
86
86
  delay: {