@banzamel/mineralui 0.4.0 → 0.4.1

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,7 +362,7 @@ export { CalendarTimelineSlotState as MCalendarTimelineSlotState }
362
362
 
363
363
  export declare function capitalizeWords(value: string): string;
364
364
 
365
- declare function Card({ interactive, tone, padded, color, fcolor, clickEffect, rippleColor, className, children, onPointerDown, ...rest }: CardProps): JSX_2.Element;
365
+ declare function Card({ interactive, stretch, tone, padded, color, fcolor, clickEffect, rippleColor, className, children, onPointerDown, ...rest }: CardProps): JSX_2.Element;
366
366
  export { Card }
367
367
  export { Card as MCard }
368
368
 
@@ -380,6 +380,7 @@ export { CardHeader as MCardHeader }
380
380
 
381
381
  declare interface CardProps extends Omit<SurfaceProps, 'children'> {
382
382
  interactive?: boolean;
383
+ stretch?: boolean;
383
384
  color?: MineralColor;
384
385
  fcolor?: MineralFontColor;
385
386
  clickEffect?: MineralClickEffect;