@muraldevkit/ui-toolkit 2.10.1 → 2.11.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.
@@ -9,7 +9,7 @@ interface PropTypes {
9
9
  */
10
10
  disabled?: boolean;
11
11
  /**
12
- * Focus trap container reference. Can be used to specify a custom container if a ref already exists.
12
+ * Focus trap container reference. Can be used to specify a custom container if a ref is already available
13
13
  */
14
14
  containerRef?: React.RefObject<HTMLElement>;
15
15
  }
@@ -13,7 +13,7 @@ export interface MrlSelectProptypes extends React.HTMLAttributes<HTMLDivElement>
13
13
  defaultValue?: string;
14
14
  /**
15
15
  * Because this is a custom element, we can't use a standard "for" attribute setup. The label
16
- * element needs to have an id and then we reference via the select with aria
16
+ * element needs to have an id and then we reference via the select with aria.
17
17
  */
18
18
  labelId: string;
19
19
  /**
@@ -115,7 +115,7 @@ export declare const colorPictoStoryData: {
115
115
  export declare const animateStoryData: {
116
116
  args: {
117
117
  delay: number;
118
- state: "stop" | "play";
118
+ state: "play" | "stop";
119
119
  };
120
120
  argTypes: {
121
121
  delay: {