Skip to content

Commit

Permalink
Fix/error build npm (#370)
Browse files Browse the repository at this point in the history
* fix: error build
---------

Co-authored-by: Lucas de Souza <lucasdesouza@MacBook-Air-de-Lucas.local>
  • Loading branch information
lucca-rodrigues and Lucas de Souza committed May 17, 2023
1 parent 14916da commit 9bd42de
Show file tree
Hide file tree
Showing 12 changed files with 23,570 additions and 50,043 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export declare const Container: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material").Theme>>, any, {}, never>;
export declare const Container: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<BoxTypeMap<{}, "div", import("@mui/material").Theme>>, any, {}, never>;
export declare const Typography: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const CloseButton: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const HeaderDiv: import("styled-components").StyledComponent<"div", any, {}, never>;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions dist/src/components/calendar/calendarStyle.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,12 @@ export declare const LabelTitleStepper: import("styled-components").StyledCompon
export declare const ContainerStepper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const CustomStepper: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Stepper").StepperTypeMap<{}, "div">>, any, {}, never>;
export declare const CustomStep: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Step").StepTypeMap<{}, "div">>, any, {}, never>;
export declare const BoxStepper: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material/styles").Theme>>, any, {}, never>;
export declare const BoxStepper: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<BoxTypeMap<{}, "div", import("@mui/material/styles").Theme>>, any, {}, never>;
export declare const LabelTimeMentoring: import("styled-components").StyledComponent<"label", any, {}, never>;
export declare const BoxLabelTimeMentoring: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const LabelSchedule: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const LabelScheduleClick: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const ActionContainer: import("styled-components").StyledComponent<typeof CardActions, any, {}, never>;
export declare const ColorlibConnector: import("@emotion/styled").StyledComponent<import("@mui/material/StepConnector").StepConnectorProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
export declare const ColorlibStepIconRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
ownerState: {
completed?: boolean;
active?: boolean;
};
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const ColorlibConnector: any;
export declare const ColorlibStepIconRoot: any;
//# sourceMappingURL=calendarStyle.d.ts.map
2 changes: 1 addition & 1 deletion dist/src/components/calendar/calendarStyle.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/src/components/card-trail/cardTrailStyle.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export declare const HeaderImage: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material/").Theme>>, any, {
export declare const HeaderImage: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<BoxTypeMap<{}, "div", import("@mui/material/").Theme>>, any, {
image: any;
notstarted: any;
}, never>;
export declare const MyBox: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material/").Theme>>, any, {}, never>;
export declare const MyBox: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<BoxTypeMap<{}, "div", import("@mui/material/").Theme>>, any, {}, never>;
export declare const MyCardContent: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/").CardContentTypeMap<{}, "div">>, any, {
notstarted: any;
hasmentor: any;
Expand Down
2 changes: 1 addition & 1 deletion dist/src/components/card-trail/cardTrailStyle.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/components/card-trail/moduleStyle.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LinearProgress } from '@mui/material/';
export declare const ProgressBox: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material/").Theme>>, any, {}, never>;
export declare const ProgressBox: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<BoxTypeMap<{}, "div", import("@mui/material/").Theme>>, any, {}, never>;
export declare const ProgressBar: import("styled-components").StyledComponent<typeof LinearProgress, any, {}, never>;
export declare const ProgressLabel: import("styled-components").StyledComponent<"label", any, {}, never>;
export declare const GridNameMentoring: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/").GridTypeMap<{}, "div">>, any, {}, never>;
Expand Down
2 changes: 1 addition & 1 deletion dist/src/components/card-trail/moduleStyle.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9bd42de

Please sign in to comment.