@cgi-learning-hub/ui 1.10.0-dev.1762422522 → 1.10.0-dev.1762507820
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 +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -330,14 +330,14 @@ export declare const EmptyState: React.FunctionComponent<EmptyStateProps>;
|
|
|
330
330
|
export declare type EmptyStateProps = ({
|
|
331
331
|
image: ReactNode;
|
|
332
332
|
/**
|
|
333
|
-
* @deprecated Use `slotProps.
|
|
333
|
+
* @deprecated Use `slotProps.image` instead.
|
|
334
334
|
*/
|
|
335
335
|
imageProps?: never;
|
|
336
336
|
imageSrc?: never;
|
|
337
337
|
} | {
|
|
338
338
|
image?: never;
|
|
339
339
|
/**
|
|
340
|
-
* @deprecated Use `slotProps.
|
|
340
|
+
* @deprecated Use `slotProps.image` instead.
|
|
341
341
|
*/
|
|
342
342
|
imageProps?: ImgHTMLAttributes<HTMLImageElement>;
|
|
343
343
|
imageSrc: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgi-learning-hub/ui",
|
|
3
|
-
"version": "1.10.0-dev.
|
|
3
|
+
"version": "1.10.0-dev.1762507820",
|
|
4
4
|
"description": "React component library for Hub's design system, built on Material UI with custom and extended components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cgi-learning-hub",
|