jderobot-ide-interface 0.2.122 → 0.2.124
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
CHANGED
|
@@ -4,22 +4,22 @@ export { ReactComponent as IOTeplateIcon } from "./io_template.svg";
|
|
|
4
4
|
export { ReactComponent as MonocolorSplashIcon } from "./logo_jderobot_monocolor.svg";
|
|
5
5
|
export { ReactComponent as SplashIcon } from "./logo_jderobot.svg";
|
|
6
6
|
export { default as ActionIcon } from "@mui/icons-material/MoreVertRounded";
|
|
7
|
-
export { default as OpenArrowIcon } from
|
|
8
|
-
export { default as ClosedArrowIcon } from
|
|
9
|
-
export { default as ClosedFolderIcon } from
|
|
10
|
-
export { default as OpenFolderIcon } from
|
|
11
|
-
export { default as BaseFileIcon } from
|
|
12
|
-
export { default as ActionFileIcon } from
|
|
13
|
-
export { default as AddIcon } from
|
|
14
|
-
export { default as SaveIcon } from
|
|
15
|
-
export { default as AddFolderIcon } from
|
|
16
|
-
export { default as ResetIcon } from
|
|
17
|
-
export { default as PlusIcon } from
|
|
18
|
-
export { default as ZoomOutIcon } from
|
|
19
|
-
export { default as MinusIcon } from
|
|
20
|
-
export { default as KeyboardIcon } from
|
|
21
|
-
export { default as CloseIcon } from
|
|
22
|
-
export { default as BackIcon } from
|
|
23
|
-
export { default as RenameIcon } from
|
|
24
|
-
export { default as DeleteIcon } from
|
|
25
|
-
export { default as UploadIcon } from
|
|
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";
|
|
25
|
+
export { default as UploadIcon } from "@mui/icons-material/UploadRounded";
|
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, LocalVideo, 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";
|