@cgi-learning-hub/ui 1.12.0-dev.1773676152 → 1.12.0-dev.1774283618

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 CHANGED
@@ -14,6 +14,7 @@ import { default as Box } from '@mui/material/Box';
14
14
  import { BoxProps } from '@mui/material/Box';
15
15
  import { BoxProps as BoxProps_2 } from '@mui/material';
16
16
  import { default as Breadcrumbs } from '@mui/material/Breadcrumbs';
17
+ import { default as Button } from '@mui/material/Button';
17
18
  import { default as ButtonGroup } from '@mui/material/ButtonGroup';
18
19
  import { ButtonProps } from '@mui/material/Button';
19
20
  import { default as Card } from '@mui/material/Card';
@@ -173,12 +174,10 @@ export { Box }
173
174
 
174
175
  export { Breadcrumbs }
175
176
 
176
- export declare const Button: FC<ButtonProps>;
177
+ export { Button }
177
178
 
178
179
  export { ButtonGroup }
179
180
 
180
- export { ButtonProps }
181
-
182
181
  export { Card }
183
182
 
184
183
  export { CardActionArea }
@@ -508,7 +507,7 @@ export { Paper }
508
507
 
509
508
  export declare const PasswordInput: FC<PasswordInputProps>;
510
509
 
511
- export declare type PasswordInputProps = Omit<TextFieldProps, "variant" | "type">;
510
+ export declare type PasswordInputProps = Omit<TextFieldProps, "type">;
512
511
 
513
512
  export declare type PickerBackGroundBoxProps = {
514
513
  disabled?: boolean;
@@ -694,6 +693,7 @@ export * from "@mui/material/Backdrop";
694
693
  export * from "@mui/material/Badge";
695
694
  export * from "@mui/material/Box";
696
695
  export * from "@mui/material/Breadcrumbs";
696
+ export * from "@mui/material/Button";
697
697
  export * from "@mui/material/ButtonGroup";
698
698
  export * from "@mui/material/Card";
699
699
  export * from "@mui/material/CardActionArea";