@mmb-digital/design-system-web 0.1.146 → 0.1.147

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
@@ -1992,7 +1992,7 @@ interface StackProps {
1992
1992
  direction?: StackDirection;
1993
1993
  gap?: Spacing;
1994
1994
  }
1995
- declare const Stack: React__default.FC<StackProps>;
1995
+ declare const Stack: React__default.ForwardRefExoticComponent<StackProps & React__default.RefAttributes<HTMLDivElement>>;
1996
1996
 
1997
1997
  declare enum PaperShadow {
1998
1998
  lg = "lg",