tide-design-system 2.4.0 → 2.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.
@@ -964,7 +964,7 @@ declare type Props_10 = {
964
964
  heading: string;
965
965
  icon?: Icon;
966
966
  selected?: boolean;
967
- type: CardType;
967
+ type?: CardType;
968
968
  href?: string;
969
969
  };
970
970
 
@@ -1009,7 +1009,7 @@ declare type Props_17 = {
1009
1009
  };
1010
1010
 
1011
1011
  declare type Props_18 = {
1012
- alt: string;
1012
+ alt?: string;
1013
1013
  height?: string;
1014
1014
  isLazy?: boolean;
1015
1015
  objectFit?: ObjectFit;