@muraldevkit/ui-toolkit 4.51.0 → 4.51.1-dev-L2i7.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.
@@ -31,6 +31,8 @@ interface MrlTooltipProps {
31
31
  kind?: MrlTooltipVariant;
32
32
  /** The placement of the tooltip in relation to its trigger */
33
33
  position?: MrlTooltipPosition;
34
+ /** Whether to announce the tooltip content to screen readers */
35
+ srAnnouncement?: boolean;
34
36
  /** The textual label of tooltip */
35
37
  text: string;
36
38
  /** A custom class selector to be applied to the tooltip wrapper */