@muraldevkit/ui-toolkit 4.41.4 → 4.41.6

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.
@@ -5,7 +5,7 @@ type MrlMenuContext = {
5
5
  *
6
6
  * @returns {void}
7
7
  */
8
- closeMenu: () => void;
8
+ closeMenu: (shouldCloseParent?: boolean) => void;
9
9
  /**
10
10
  * Close parent is shared in context to allow for closing the parent menu from a submenu
11
11
  *
@@ -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: {