@cgi-learning-hub/ui 1.4.0-dev.1742377690 → 1.4.0-dev.1742380894
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,12 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const titleTypographyProps:
|
|
3
|
-
|
|
4
|
-
id: string;
|
|
5
|
-
variant: Variant;
|
|
6
|
-
};
|
|
7
|
-
export declare const subtitleTypographyProps: {
|
|
8
|
-
fontWeight: string;
|
|
9
|
-
fontStyle: string;
|
|
10
|
-
id: string;
|
|
11
|
-
variant: Variant;
|
|
12
|
-
};
|
|
1
|
+
import { TypographyProps } from '@mui/material';
|
|
2
|
+
export declare const titleTypographyProps: TypographyProps;
|
|
3
|
+
export declare const subtitleTypographyProps: TypographyProps;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgi-learning-hub/ui",
|
|
3
|
-
"version": "1.4.0-dev.
|
|
3
|
+
"version": "1.4.0-dev.1742380894",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "CGI Learning-hub Team",
|
|
6
6
|
"description": "@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features",
|