@selfdecode/sd-component-library 2.45.3 → 2.45.4

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.
@@ -24,4 +24,8 @@ export interface RadioInfoButtonTooltipProps extends Omit<RadioInfoButtonProps,
24
24
  * Max width of tooltip content.
25
25
  */
26
26
  tooltipContentMaxWidth?: string | string[];
27
+ /**
28
+ * Tooltip line size.
29
+ */
30
+ totalLineSize?: number;
27
31
  }