@muraldevkit/ui-toolkit 4.47.4 → 4.47.5

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.
@@ -25,12 +25,6 @@ interface MrlTooltipProps {
25
25
  dataQa?: string;
26
26
  /** The state value to determine if the tooltip should be displayed */
27
27
  display?: MrlTooltipState;
28
- /**
29
- * Whether to disable the screen reader text
30
- *
31
- * !!! only use this prop if you are sure that the tooltip content is not needed for screen reader users !!!
32
- */
33
- disableScreenReaderText?: boolean;
34
28
  /** Whether to disable the tooltip hover action that keeps it open */
35
29
  disableTooltipHover?: boolean;
36
30
  /** The kind of tooltip to be rendered */