@muraldevkit/ui-toolkit 2.78.0-dev-b0Ku.1 → 2.78.0-dev-jyjW.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.
@@ -5,7 +5,7 @@ interface MrlTextareaProps {
5
5
  /** Applies additional HTML attributes to the textarea element */
6
6
  attrs?: AttrsObject;
7
7
  /** The value of the textarea used to make it a controlled input */
8
- value: string;
8
+ value?: string;
9
9
  /**
10
10
  * The maximum number of characters that the user can enter.
11
11
  * If undefined or set to "0", removes the character counter from the textarea
@@ -1,3 +1,2 @@
1
1
  export * from './MrlBlockNotification';
2
2
  export * from './MrlToast';
3
- export * from './MrlInlineNotification';
@@ -115,7 +115,7 @@ export declare const colorPictoStoryData: {
115
115
  export declare const animateStoryData: {
116
116
  args: {
117
117
  delay: number;
118
- state: "play" | "stop";
118
+ state: "stop" | "play";
119
119
  };
120
120
  argTypes: {
121
121
  delay: {