Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/error build npm #370

Merged
merged 2 commits into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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