@cgi-learning-hub/ui 1.12.0-dev.1773135444 → 1.12.0-dev.1773219574
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.cjs.js +0 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.es.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -58825,7 +58825,6 @@ const EmptyState = ({
|
|
|
58825
58825
|
Typography,
|
|
58826
58826
|
{
|
|
58827
58827
|
variant: "h2",
|
|
58828
|
-
fontWeight: 500,
|
|
58829
58828
|
mt: 3,
|
|
58830
58829
|
...slotProps.title ?? titleProps,
|
|
58831
58830
|
children: title
|
package/dist/index.d.ts
CHANGED
|
@@ -327,8 +327,8 @@ export declare type EmptyStateProps = ({
|
|
|
327
327
|
imageSrc: string;
|
|
328
328
|
}) & {
|
|
329
329
|
imageHeight?: string | number;
|
|
330
|
-
title:
|
|
331
|
-
description?:
|
|
330
|
+
title: ReactNode;
|
|
331
|
+
description?: ReactNode;
|
|
332
332
|
footer?: ReactNode;
|
|
333
333
|
slotProps?: {
|
|
334
334
|
root?: StackProps;
|
package/dist/index.es.js
CHANGED
|
@@ -58808,7 +58808,6 @@ const EmptyState = ({
|
|
|
58808
58808
|
Typography,
|
|
58809
58809
|
{
|
|
58810
58810
|
variant: "h2",
|
|
58811
|
-
fontWeight: 500,
|
|
58812
58811
|
mt: 3,
|
|
58813
58812
|
...slotProps.title ?? titleProps,
|
|
58814
58813
|
children: title
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgi-learning-hub/ui",
|
|
3
|
-
"version": "1.12.0-dev.
|
|
3
|
+
"version": "1.12.0-dev.1773219574",
|
|
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",
|