@cgi-learning-hub/ui 0.0.1-dev.1709569638 → 0.0.1-dev.1709646687

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,5 +1,4 @@
1
1
  import { type TextFieldProps } from "@mui/material/TextField";
2
- export interface TextInputProps extends TextFieldProps<"standard"> {
3
- }
4
- declare const TextInput: React.FunctionComponent<TextInputProps>;
2
+ export type InputTextProps = {} & TextFieldProps;
3
+ declare const TextInput: React.FunctionComponent<InputTextProps>;
5
4
  export default TextInput;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgi-learning-hub/ui",
3
- "version": "0.0.1-dev.1709569638",
3
+ "version": "0.0.1-dev.1709646687",
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",