@mmb-digital/design-system-web 0.1.299 → 0.1.301

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
@@ -964,6 +964,7 @@ interface SpanButtonProps extends DesignSystemBaseProps, AriaAttributes {
964
964
  children?: ReactNode;
965
965
  className?: string;
966
966
  disabled?: boolean;
967
+ id?: string;
967
968
  onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
968
969
  onMouseDown?: (event: MouseEvent<HTMLButtonElement>) => void;
969
970
  onMouseUp?: (event: MouseEvent<HTMLButtonElement>) => void;
@@ -2304,6 +2305,7 @@ interface PaperProps extends DesignSystemBaseProps, SsrProps, AriaAttributes {
2304
2305
  className?: string;
2305
2306
  id?: string;
2306
2307
  overflow?: Overflow;
2308
+ padding?: Spacing;
2307
2309
  role?: AriaRole;
2308
2310
  shadow?: PaperShadow;
2309
2311
  tabIndex?: number;