@muraldevkit/ui-toolkit 2.84.1 → 2.84.3

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.
@@ -23,6 +23,7 @@ export interface MrlToolbarButtonProps {
23
23
  * Props used to control the display of the button in the menu.
24
24
  */
25
25
  menuItemProps?: Omit<MrlMenuItemProps, 'onClick'>;
26
+ qa?: string;
26
27
  /**
27
28
  * A prop used to render the item in the menu instead of the toolbar.
28
29
  */