@uob-web-and-digital/component-library 0.0.108 → 1.0.0

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.
@@ -1,4 +1,4 @@
1
- import { ReactElement } from 'react';
1
+ import React, { ReactElement } from 'react';
2
2
  import { ThemeProps } from '../../../themeProps';
3
3
  import './heroProfile.scss';
4
4
  export interface HeroProfileProps {
@@ -16,6 +16,7 @@ export interface HeroProfileProps {
16
16
  default: string;
17
17
  };
18
18
  alt: string;
19
+ fetchPriority?: React.ImgHTMLAttributes<HTMLImageElement>['fetchPriority'];
19
20
  };
20
21
  studentStatus?: string;
21
22
  courseName?: string;
package/dist/index.d.ts CHANGED
@@ -1695,6 +1695,7 @@ interface HeroProfileProps {
1695
1695
  default: string;
1696
1696
  };
1697
1697
  alt: string;
1698
+ fetchPriority?: React.ImgHTMLAttributes<HTMLImageElement>['fetchPriority'];
1698
1699
  };
1699
1700
  studentStatus?: string;
1700
1701
  courseName?: string;