@cgi-learning-hub/ui 0.0.1-dev.1709721463 → 0.0.1-dev.1709739778
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,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { AlertProps as MUIAlertProps } from '@mui/material';
|
|
3
3
|
type AlertProps = {
|
|
4
|
-
title
|
|
4
|
+
title?: string;
|
|
5
5
|
} & Omit<MUIAlertProps, "variant" | "color">;
|
|
6
6
|
declare const Alert: React.FunctionComponent<AlertProps>;
|
|
7
7
|
export default Alert;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgi-learning-hub/ui",
|
|
3
|
-
"version": "0.0.1-dev.
|
|
3
|
+
"version": "0.0.1-dev.1709739778",
|
|
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",
|