@muraldevkit/ui-toolkit 2.13.0-dev.5 → 2.13.0-dev.7

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.
@@ -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
  /**