@uob-web-and-digital/component-library 2.12.4 → 2.12.7

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.
@@ -18,3 +18,4 @@ export declare const Dark: Story;
18
18
  export declare const Light: Story;
19
19
  export declare const ThreeTwoAspectRatio: Story;
20
20
  export declare const ObjectFitScaleDown: Story;
21
+ export declare const ObjectFitScaleDownSmallImage: Story;
@@ -1,3 +1,4 @@
1
1
  import { CardImageProps } from './CardImage';
2
2
  export declare const cardImageProps: CardImageProps;
3
3
  export declare const cardImagePropsThreeTwoRatio: CardImageProps;
4
+ export declare const cardImagePropsThreeTwoRatioSmallImage: CardImageProps;