@popmenu/ordering-ui 0.116.0 → 0.116.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.
@@ -8,7 +8,7 @@ export interface DishCheckoutCardProps {
8
8
  /** Dish image information */
9
9
  image: {
10
10
  alt?: string;
11
- src?: string;
11
+ src?: string | null;
12
12
  };
13
13
  /** disables all interactive elements in the card, like "edit" or "delete" */
14
14
  disabled?: boolean;
package/build/index.es.js CHANGED
@@ -1549,6 +1549,7 @@ var useDishCheckoutCardStyles = makeStyles(function (theme) { return ({
1549
1549
  height: theme.spacing(7),
1550
1550
  marginRight: theme.spacing(1),
1551
1551
  overflow: 'hidden',
1552
+ width: theme.spacing(7),
1552
1553
  },
1553
1554
  name: {
1554
1555
  fontSize: 16,