@mmb-digital/design-system-web 0.1.39 → 0.1.40

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.
package/dist/index.d.ts CHANGED
@@ -362,6 +362,9 @@ interface CalculatorResultHeader {
362
362
  bottom?: ReactElement | string | undefined;
363
363
  main?: ReactElement | string | undefined;
364
364
  top?: ReactElement | string | undefined;
365
+ topTooltip?: {
366
+ floatingElement?: TooltipFloatingElement | undefined;
367
+ } | undefined;
365
368
  }
366
369
  interface CalculatorResultBodyItem {
367
370
  left: {