@cgi-learning-hub/ui 1.11.1-dev.1765288172 → 1.11.1-dev.1768575385

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
@@ -541,6 +541,7 @@ export declare type ResourceCardProps = {
541
541
  infoIcons?: InfoItem[];
542
542
  size?: ResourceCardSize;
543
543
  width?: string;
544
+ maxWidth?: string;
544
545
  onClick?: () => void;
545
546
  hasNoButtonOnFocus?: boolean;
546
547
  };