jderobot-ide-interface 0.2.104 → 0.2.106
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/assets/index.d.ts +19 -18
- package/dist/components/Button/Button.styles.d.ts +1 -2
- package/dist/components/Explorer/file_explorer/FileIcon.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/TreeNode.styles.d.ts +9 -15
- package/dist/components/IdeInterface/IdeInterface.stories.d.ts +2 -0
- package/dist/components/Modals/Modal.styles.d.ts +8 -24
- package/dist/components/Theory/LocalVideo.d.ts +5 -0
- package/dist/components/Theory/LocalVideo.styles.d.ts +6 -0
- package/dist/components/Theory/index.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/main.js +650 -790
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/dist/08520968ab93189104ed231f9221a925.svg +0 -4
- package/dist/0896126134a9b188344fa6e4ad704b0d.svg +0 -4
- package/dist/0a933c3e6eeabc70f06c42942a14519a.svg +0 -4
- package/dist/2e62728ae4c396b0a80d277259b378d1.svg +0 -4
- package/dist/32474416e5f4515085e53df0b4e21357.svg +0 -4
- package/dist/39d7dc6012dc2093fc281466cc28f6c7.svg +0 -8
- package/dist/3a6e3acd0b2afc8572ac399fd3d98456.svg +0 -4
- package/dist/4b4fa0fa1fe33beed86a9dde9e03ce33.svg +0 -4
- package/dist/597d04d21f9ffffe44d4c1c7cee4a8a2.svg +0 -4
- package/dist/5d7a32e100f500c95ebc1be7495d48a0.svg +0 -4
- package/dist/5f9c8c3872ccef6b9e6ea1273c4fd544.svg +0 -4
- package/dist/7bbbe9d2b10a80bf3c3ce0b964758090.svg +0 -15
- package/dist/a0d7f6744fa00f02309a98ebb3da5e48.svg +0 -4
- package/dist/a211ea02b722dc943b1c3890dd984348.svg +0 -4
- package/dist/cc0581c9b68e8c05bdabf15be9f68268.svg +0 -4
- package/dist/ec99f20bab9b2b9417dd202dcef39e6f.svg +0 -4
- package/dist/facad9e86c6cb4b237162216cc4ee0af.svg +0 -5
- package/dist/fca5588274453e3a7ffc9b828deeab14.svg +0 -4
package/dist/assets/index.d.ts
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
export { ReactComponent as ActionFileIcon } from "./file-action.svg";
|
|
2
|
-
export { ReactComponent as ActionIcon } from "./action.svg";
|
|
3
1
|
export { ReactComponent as ActionTeplateIcon } from "./action_template.svg";
|
|
4
|
-
export { ReactComponent as AddFolderIcon } from "./add_folder.svg";
|
|
5
|
-
export { ReactComponent as AddIcon } from "./add.svg";
|
|
6
|
-
export { ReactComponent as BackIcon } from "./back.svg";
|
|
7
|
-
export { ReactComponent as BaseFileIcon } from "./file.svg";
|
|
8
|
-
export { ReactComponent as ClosedArrowIcon } from "./arrowSide.svg";
|
|
9
|
-
export { ReactComponent as ClosedFolderIcon } from "./closedFolder.svg";
|
|
10
|
-
export { ReactComponent as CloseIcon } from "./close.svg";
|
|
11
|
-
export { ReactComponent as DeleteIcon } from "./delete.svg";
|
|
12
2
|
export { ReactComponent as EmptyTeplateIcon } from "./empty_template.svg";
|
|
13
3
|
export { ReactComponent as IOTeplateIcon } from "./io_template.svg";
|
|
14
4
|
export { ReactComponent as MonocolorSplashIcon } from "./logo_jderobot_monocolor.svg";
|
|
15
|
-
export { ReactComponent as OpenArrowIcon } from "./arrowDown.svg";
|
|
16
|
-
export { ReactComponent as OpenFolderIcon } from "./openFolder.svg";
|
|
17
|
-
export { ReactComponent as ResetIcon } from "./reset.svg";
|
|
18
|
-
export { ReactComponent as RenameIcon } from "./rename.svg";
|
|
19
|
-
export { ReactComponent as SaveIcon } from "./save.svg";
|
|
20
5
|
export { ReactComponent as SplashIcon } from "./logo_jderobot.svg";
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
6
|
+
export { default as ActionIcon } from "@mui/icons-material/MoreVertRounded";
|
|
7
|
+
export { default as OpenArrowIcon } from '@mui/icons-material/KeyboardArrowDownRounded';
|
|
8
|
+
export { default as ClosedArrowIcon } from '@mui/icons-material/KeyboardArrowRightRounded';
|
|
9
|
+
export { default as ClosedFolderIcon } from '@mui/icons-material/FolderRounded';
|
|
10
|
+
export { default as OpenFolderIcon } from '@mui/icons-material/FolderOpenRounded';
|
|
11
|
+
export { default as BaseFileIcon } from '@mui/icons-material/DescriptionRounded';
|
|
12
|
+
export { default as ActionFileIcon } from '@mui/icons-material/AccountTreeRounded';
|
|
13
|
+
export { default as AddIcon } from '@mui/icons-material/NoteAddRounded';
|
|
14
|
+
export { default as SaveIcon } from '@mui/icons-material/SaveRounded';
|
|
15
|
+
export { default as AddFolderIcon } from '@mui/icons-material/CreateNewFolderRounded';
|
|
16
|
+
export { default as ResetIcon } from '@mui/icons-material/SyncRounded';
|
|
17
|
+
export { default as PlusIcon } from '@mui/icons-material/TextIncreaseRounded';
|
|
18
|
+
export { default as ZoomOutIcon } from '@mui/icons-material/TextDecreaseRounded';
|
|
19
|
+
export { default as MinusIcon } from '@mui/icons-material/RemoveRounded';
|
|
20
|
+
export { default as KeyboardIcon } from '@mui/icons-material/KeyboardHideRounded';
|
|
21
|
+
export { default as CloseIcon } from '@mui/icons-material/CloseRounded';
|
|
22
|
+
export { default as BackIcon } from '@mui/icons-material/ArrowBackRounded';
|
|
23
|
+
export { default as RenameIcon } from '@mui/icons-material/DriveFileRenameOutlineRounded';
|
|
24
|
+
export { default as DeleteIcon } from '@mui/icons-material/DeleteForeverRounded';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { ButtonVariant
|
|
1
|
+
import { ButtonVariant } from "./Button";
|
|
2
2
|
interface StyledButtonProps {
|
|
3
3
|
bgColor?: string;
|
|
4
4
|
color?: string;
|
|
5
5
|
roundness?: number;
|
|
6
6
|
variant: ButtonVariant;
|
|
7
|
-
iconType: IconVariant;
|
|
8
7
|
active: boolean;
|
|
9
8
|
isLabel: boolean;
|
|
10
9
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
declare function FileIcon({ is_dir, is_collapsed, name, group, }: {
|
|
1
|
+
declare function FileIcon({ is_dir, is_collapsed, name, group, color, }: {
|
|
2
2
|
is_dir: boolean;
|
|
3
3
|
is_collapsed: boolean;
|
|
4
4
|
name: string;
|
|
5
5
|
group: string;
|
|
6
|
+
color?: string;
|
|
6
7
|
}): JSX.Element;
|
|
7
8
|
export default FileIcon;
|
|
@@ -4,6 +4,7 @@ interface StyledExplorerItemContainerProps {
|
|
|
4
4
|
bgColor?: string;
|
|
5
5
|
hoverColor?: string;
|
|
6
6
|
active?: boolean;
|
|
7
|
+
roundness?: number;
|
|
7
8
|
}
|
|
8
9
|
export declare const StyledExplorerItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledExplorerItemContainerProps>> & string;
|
|
9
10
|
interface StyledExplorerItemProps {
|
|
@@ -11,24 +12,17 @@ interface StyledExplorerItemProps {
|
|
|
11
12
|
depth: number;
|
|
12
13
|
}
|
|
13
14
|
export declare const StyledExplorerItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledExplorerItemProps>> & string;
|
|
14
|
-
|
|
15
|
-
color?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare const StyledActionIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").SVGProps<SVGSVGElement> & {
|
|
18
|
-
title?: string;
|
|
19
|
-
}, "ref"> & {
|
|
15
|
+
export declare const StyledActionIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
20
16
|
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
21
|
-
},
|
|
22
|
-
|
|
23
|
-
}
|
|
17
|
+
}, "children" | "style" | "className" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, never>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
18
|
+
muiName: string;
|
|
19
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
24
20
|
interface StyledExplorerAccentProps {
|
|
25
21
|
color?: string;
|
|
26
22
|
}
|
|
27
|
-
export declare const StyledExplorerAccent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
-
title?: string;
|
|
29
|
-
}, "ref"> & {
|
|
23
|
+
export declare const StyledExplorerAccent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
30
24
|
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
31
|
-
}, StyledExplorerAccentProps>> & string & Omit<import("
|
|
32
|
-
|
|
33
|
-
}
|
|
25
|
+
}, "children" | "style" | "className" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, StyledExplorerAccentProps>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
26
|
+
muiName: string;
|
|
27
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
34
28
|
export {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from "@storybook/react-webpack5";
|
|
2
2
|
import IdeInterface from "./IdeInterface";
|
|
3
|
+
import { ExplorerEntry } from "Types";
|
|
3
4
|
type Story = StoryObj<typeof IdeInterface>;
|
|
4
5
|
declare const meta: Meta<typeof IdeInterface>;
|
|
5
6
|
export default meta;
|
|
7
|
+
export declare const fileExplorer: ExplorerEntry;
|
|
6
8
|
export declare const Main: Story;
|
|
@@ -13,32 +13,16 @@ interface StyledModalTitlebarProps {
|
|
|
13
13
|
roundness?: number;
|
|
14
14
|
}
|
|
15
15
|
export declare const StyledModalTitlebar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledModalTitlebarProps>> & string;
|
|
16
|
-
|
|
17
|
-
color?: string;
|
|
18
|
-
altColor?: string;
|
|
19
|
-
bg?: string;
|
|
20
|
-
}
|
|
21
|
-
export declare const StyledModalCloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").SVGProps<SVGSVGElement> & {
|
|
22
|
-
title?: string;
|
|
23
|
-
}, "ref"> & {
|
|
24
|
-
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
25
|
-
}, StyledModalButtonProps>> & string & Omit<import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
26
|
-
title?: string;
|
|
27
|
-
}>, keyof import("react").Component<any, {}, any>>;
|
|
28
|
-
export declare const StyledModalBackButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").SVGProps<SVGSVGElement> & {
|
|
29
|
-
title?: string;
|
|
30
|
-
}, "ref"> & {
|
|
16
|
+
export declare const StyledModalCloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
31
17
|
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
32
|
-
},
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
export declare const
|
|
36
|
-
title?: string;
|
|
37
|
-
}, "ref"> & {
|
|
18
|
+
}, "children" | "style" | "className" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, never>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
19
|
+
muiName: string;
|
|
20
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
21
|
+
export declare const StyledModalBackButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
38
22
|
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
39
|
-
},
|
|
40
|
-
|
|
41
|
-
}
|
|
23
|
+
}, "children" | "style" | "className" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, never>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
24
|
+
muiName: string;
|
|
25
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
42
26
|
interface StyledModalRowProps {
|
|
43
27
|
color?: string;
|
|
44
28
|
buttonColor?: string;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface StyledLocalVideoProps {
|
|
2
|
+
roundness?: number;
|
|
3
|
+
position?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const StyledLocalVideo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, StyledLocalVideoProps>> & string;
|
|
6
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,6 @@ export { StatusBarCustomUniverseSelector, StyledStatusBarEntry, } from "./compon
|
|
|
6
6
|
export { ProgressBar } from "./components";
|
|
7
7
|
export { Button, MenuButton, MenuButtonStroke, MenuButtonLabel, } from "./components";
|
|
8
8
|
export { Modal, ModalTitlebar, ModalRow, ModalInputBox, ModalInputDropdown, ModalEditableList, ModalInputDropArea, ModalInputSelectIcon, ModalActionList, ModalRowDataText, } from "./components";
|
|
9
|
-
export { HighlightedSection, Code, TheorySection, TheorySubsection, TheorySubsubsection, CarouselDisplay, TheoryList, TheoryCanvas, Timeline, ComparisonDisplay, TimelineComparison, YoutubeVideo, Image, ImageRow, Link, FormulaSection } from "./components";
|
|
9
|
+
export { HighlightedSection, Code, TheorySection, TheorySubsection, TheorySubsubsection, CarouselDisplay, TheoryList, TheoryCanvas, Timeline, ComparisonDisplay, TimelineComparison, YoutubeVideo, LocalVideo, Image, ImageRow, Link, FormulaSection } from "./components";
|
|
10
10
|
export { ThemeProvider, useTheme, OptionsProvider, useOptions, ErrorProvider, useError, contrastSelector, } from "./utils";
|
|
11
11
|
export type { ExtraEditorProps, Layout, Entry, Options, Theme, ExplorerEntry, EditorsEntry, ViewersEntry, ExtraApi, StatusBarComponents, ModelRowTypes, ModalInputSelectIconEntry, ExtraSnippets, Snippet, CarouselData, TimelineComparisonEntry, TimelineEntry, } from "./types";
|