jderobot-ide-interface 0.2.155 → 0.3.0
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/components/Button/Button.d.ts +5 -4
- package/dist/components/Button/Button.styles.d.ts +1 -1
- package/dist/components/ButtonsContainer/ButtonsContainer.styles.d.ts +2 -2
- package/dist/components/Dropdown/Dropdown.d.ts +3 -2
- package/dist/components/Dropdown/Dropdown.styles.d.ts +1 -1
- package/dist/components/Explorer/Explorer.d.ts +2 -1
- package/dist/components/Explorer/Explorer.styles.d.ts +3 -3
- package/dist/components/Explorer/file_explorer/FileExplorer.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/FileExplorer.styles.d.ts +1 -1
- package/dist/components/Explorer/file_explorer/FileIcon.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/MoreActionsMenu.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/MoreActionsMenu.styles.d.ts +4 -4
- package/dist/components/Explorer/file_explorer/TreeNode.d.ts +2 -1
- package/dist/components/Explorer/file_explorer/TreeNode.styles.d.ts +6 -8
- package/dist/components/FileEditor/FileEditor.d.ts +2 -2
- package/dist/components/FileEditor/FileEditor.styles.d.ts +3 -3
- package/dist/components/FileEditor/TextEditor.d.ts +2 -1
- package/dist/components/FileEditor/extras.d.ts +1 -2
- package/dist/components/IdeInterface/IdeInterface.d.ts +1 -0
- package/dist/components/IdeInterface/IdeInterface.styles.d.ts +12 -12
- package/dist/components/IdeInterface/TheoryInterface.d.ts +1 -0
- package/dist/components/IdeInterface/TheoryInterface.styles.d.ts +7 -7
- package/dist/components/Modals/DeleteModal.d.ts +2 -1
- package/dist/components/Modals/EditorKeybindModal.d.ts +2 -1
- package/dist/components/Modals/EditorKeybindModal.styles.d.ts +1 -1
- package/dist/components/Modals/ErrorModal.d.ts +2 -1
- package/dist/components/Modals/ErrorModal.styles.d.ts +3 -3
- package/dist/components/Modals/Modal.d.ts +1 -1
- package/dist/components/Modals/Modal.styles.d.ts +27 -27
- package/dist/components/Modals/NewFileModal.d.ts +2 -1
- package/dist/components/Modals/NewFolderModal.d.ts +2 -1
- package/dist/components/Modals/RenameModal.d.ts +2 -1
- package/dist/components/Modals/UploadModal.d.ts +2 -1
- package/dist/components/ProgressBar/ProgressBar.d.ts +2 -1
- package/dist/components/ProgressBar/ProgressBar.style.d.ts +1 -1
- package/dist/components/ResizableLayout/ResizableComponents.d.ts +5 -5
- package/dist/components/ResizableLayout/ResizableComponents.styles.d.ts +9 -9
- package/dist/components/StatusBar/StatusBar.d.ts +3 -2
- package/dist/components/StatusBar/StatusBar.style.d.ts +3 -3
- package/dist/components/Theory/Canvas.d.ts +1 -1
- package/dist/components/Theory/Canvas.styles.d.ts +1 -1
- package/dist/components/Theory/CarouselDisplay.d.ts +2 -1
- package/dist/components/Theory/CarouselDisplay.styles.d.ts +13 -13
- package/dist/components/Theory/Code.d.ts +2 -1
- package/dist/components/Theory/Code.styles.d.ts +1 -1
- package/dist/components/Theory/ComparisonDisplay.d.ts +2 -1
- package/dist/components/Theory/FormulaSection.d.ts +2 -2
- package/dist/components/Theory/FormulaSection.styles.d.ts +1 -1
- package/dist/components/Theory/HighlightedSection.d.ts +2 -2
- package/dist/components/Theory/HighlightedSection.styles.d.ts +1 -1
- package/dist/components/Theory/Image.d.ts +2 -1
- package/dist/components/Theory/Image.styles.d.ts +1 -1
- package/dist/components/Theory/ImageRow.d.ts +2 -2
- package/dist/components/Theory/ImageRow.styles.d.ts +1 -1
- package/dist/components/Theory/Link.d.ts +2 -1
- package/dist/components/Theory/Link.styles.d.ts +1 -1
- package/dist/components/Theory/List.d.ts +2 -2
- package/dist/components/Theory/List.styles.d.ts +1 -1
- package/dist/components/Theory/LocalVideo.d.ts +2 -1
- package/dist/components/Theory/LocalVideo.styles.d.ts +1 -1
- package/dist/components/Theory/NumberedList.d.ts +2 -2
- package/dist/components/Theory/NumberedList.styles.d.ts +1 -1
- package/dist/components/Theory/Section.d.ts +2 -2
- package/dist/components/Theory/Section.styles.d.ts +2 -2
- package/dist/components/Theory/Subsection.d.ts +2 -2
- package/dist/components/Theory/Subsection.styles.d.ts +2 -2
- package/dist/components/Theory/Subsubsection.d.ts +2 -2
- package/dist/components/Theory/Subsubsection.styles.d.ts +2 -2
- package/dist/components/Theory/Timeline.d.ts +2 -1
- package/dist/components/Theory/Timeline.styles.d.ts +8 -8
- package/dist/components/Theory/TimelineComparison.d.ts +2 -1
- package/dist/components/Theory/TimelineComparison.styles.d.ts +5 -5
- package/dist/components/Theory/YoutubeVideo.d.ts +2 -1
- package/dist/components/Theory/YoutubeVideo.styles.d.ts +1 -1
- package/dist/components/VncViewer/VncViewer.d.ts +2 -1
- package/dist/components/VncViewer/VncViewer.styles.d.ts +4 -4
- package/dist/main.js +48677 -42410
- package/dist/package.json +27 -31
- package/dist/types/fileTypes.d.ts +1 -0
- package/dist/types/modal.d.ts +1 -0
- package/dist/utils/contrastTheme.d.ts +1 -1
- package/dist/utils/errorProvider.d.ts +2 -2
- package/dist/utils/optionsProvider.d.ts +2 -2
- package/dist/utils/themeProvider.d.ts +2 -2
- package/package.json +27 -31
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jderobot-ide-interface",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -24,53 +24,49 @@
|
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"description": "",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@babel/preset-env": "^
|
|
28
|
-
"@babel/preset-react": "^
|
|
29
|
-
"@babel/preset-typescript": "^
|
|
30
|
-
"@storybook/addon-docs": "^
|
|
31
|
-
"@storybook/addon-webpack5-compiler-swc": "^
|
|
32
|
-
"@storybook/react-webpack5": "^
|
|
27
|
+
"@babel/preset-env": "^8.0.2",
|
|
28
|
+
"@babel/preset-react": "^8.0.1",
|
|
29
|
+
"@babel/preset-typescript": "^8.0.1",
|
|
30
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
31
|
+
"@storybook/addon-webpack5-compiler-swc": "^4.0.3",
|
|
32
|
+
"@storybook/react-webpack5": "^10.4.6",
|
|
33
33
|
"@svgr/webpack": "^8.1.0",
|
|
34
|
-
"@types/lodash": "^4.17.
|
|
35
|
-
"@types/styled-components": "^5.1.
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
37
|
-
"@typescript-eslint/parser": "^8.
|
|
38
|
-
"babel-loader": "^10.
|
|
39
|
-
"
|
|
40
|
-
"eslint": "^9.37.0",
|
|
34
|
+
"@types/lodash": "^4.17.24",
|
|
35
|
+
"@types/styled-components": "^5.1.36",
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^8.63.0",
|
|
37
|
+
"@typescript-eslint/parser": "^8.63.0",
|
|
38
|
+
"babel-loader": "^10.1.1",
|
|
39
|
+
"eslint": "^10.6.0",
|
|
41
40
|
"eslint-plugin-react": "^7.37.5",
|
|
42
41
|
"file-loader": "^6.2.0",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"ts-loader": "^9.5.2",
|
|
42
|
+
"prettier": "^3.9.4",
|
|
43
|
+
"storybook": "^10.4.6",
|
|
44
|
+
"styled-components": "^6.4.3",
|
|
45
|
+
"ts-loader": "^9.6.2",
|
|
48
46
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
49
|
-
"typescript-eslint": "^8.
|
|
50
|
-
"webpack": "^5.
|
|
51
|
-
"webpack-
|
|
52
|
-
"webpack-cli": "^6.0.1",
|
|
53
|
-
"webpack-dev-server": "^5.2.2"
|
|
47
|
+
"typescript-eslint": "^8.63.0",
|
|
48
|
+
"webpack": "^5.108.4",
|
|
49
|
+
"webpack-cli": "^7.2.1"
|
|
54
50
|
},
|
|
55
51
|
"dependencies": {
|
|
56
52
|
"@emotion/react": "^11.14.0",
|
|
57
53
|
"@emotion/styled": "^11.14.1",
|
|
58
54
|
"@monaco-editor/react": "^4.7.0",
|
|
59
|
-
"@mui/icons-material": "^
|
|
60
|
-
"@mui/material": "^
|
|
61
|
-
"jderobot-commsmanager": "1.0
|
|
55
|
+
"@mui/icons-material": "^9.2.0",
|
|
56
|
+
"@mui/material": "^9.2.0",
|
|
57
|
+
"jderobot-commsmanager": "1.1.0",
|
|
62
58
|
"jszip": "^3.10.1",
|
|
63
|
-
"lodash": "^4.
|
|
64
|
-
"monaco-editor": "^0.
|
|
59
|
+
"lodash": "^4.18.1",
|
|
60
|
+
"monaco-editor": "^0.55.1",
|
|
65
61
|
"re-resizable": "^6.11.2",
|
|
66
62
|
"react-spinners": "^0.17.0",
|
|
67
63
|
"react-youtube": "^10.1.0",
|
|
68
|
-
"typescript": "
|
|
64
|
+
"typescript": "^6.0.3"
|
|
69
65
|
},
|
|
70
66
|
"peerDependencies": {
|
|
71
67
|
"@types/react": "18.2.0",
|
|
72
68
|
"@types/react-dom": "18.2.0",
|
|
73
|
-
"jderobot-commsmanager": "
|
|
69
|
+
"jderobot-commsmanager": "1.1.0",
|
|
74
70
|
"react": "18.2.0",
|
|
75
71
|
"react-dom": "18.2.0",
|
|
76
72
|
"typescript": "^5.9.3"
|
package/dist/types/modal.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const contrastSelector: (light?: string, dark?: string, background?: string) => string
|
|
1
|
+
export declare const contrastSelector: (light?: string, dark?: string, background?: string) => string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
1
|
+
import React, { ReactNode } from "react";
|
|
2
2
|
import { Error } from "Types";
|
|
3
3
|
export declare const ErrorProvider: ({ children }: {
|
|
4
4
|
children: ReactNode;
|
|
5
|
-
}) => JSX.Element;
|
|
5
|
+
}) => React.JSX.Element;
|
|
6
6
|
export declare const useError: () => Error;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
1
|
+
import React, { ReactNode } from "react";
|
|
2
2
|
import { Options } from "Types";
|
|
3
3
|
interface OptionsProviderProps {
|
|
4
4
|
options?: Options;
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
}
|
|
7
7
|
export declare const useOptions: () => Options;
|
|
8
|
-
export declare const OptionsProvider: ({ options, children, }: OptionsProviderProps) => JSX.Element;
|
|
8
|
+
export declare const OptionsProvider: ({ options, children, }: OptionsProviderProps) => React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
1
|
+
import React, { ReactNode } from "react";
|
|
2
2
|
import { Theme } from "Types";
|
|
3
3
|
interface ThemeProviderProps {
|
|
4
4
|
theme: Theme;
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
}
|
|
7
7
|
export declare const useTheme: () => Theme;
|
|
8
|
-
export declare const ThemeProvider: ({ theme, children }: ThemeProviderProps) => JSX.Element;
|
|
8
|
+
export declare const ThemeProvider: ({ theme, children }: ThemeProviderProps) => React.JSX.Element;
|
|
9
9
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jderobot-ide-interface",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -24,53 +24,49 @@
|
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"description": "",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@babel/preset-env": "^
|
|
28
|
-
"@babel/preset-react": "^
|
|
29
|
-
"@babel/preset-typescript": "^
|
|
30
|
-
"@storybook/addon-docs": "^
|
|
31
|
-
"@storybook/addon-webpack5-compiler-swc": "^
|
|
32
|
-
"@storybook/react-webpack5": "^
|
|
27
|
+
"@babel/preset-env": "^8.0.2",
|
|
28
|
+
"@babel/preset-react": "^8.0.1",
|
|
29
|
+
"@babel/preset-typescript": "^8.0.1",
|
|
30
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
31
|
+
"@storybook/addon-webpack5-compiler-swc": "^4.0.3",
|
|
32
|
+
"@storybook/react-webpack5": "^10.4.6",
|
|
33
33
|
"@svgr/webpack": "^8.1.0",
|
|
34
|
-
"@types/lodash": "^4.17.
|
|
35
|
-
"@types/styled-components": "^5.1.
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
37
|
-
"@typescript-eslint/parser": "^8.
|
|
38
|
-
"babel-loader": "^10.
|
|
39
|
-
"
|
|
40
|
-
"eslint": "^9.37.0",
|
|
34
|
+
"@types/lodash": "^4.17.24",
|
|
35
|
+
"@types/styled-components": "^5.1.36",
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^8.63.0",
|
|
37
|
+
"@typescript-eslint/parser": "^8.63.0",
|
|
38
|
+
"babel-loader": "^10.1.1",
|
|
39
|
+
"eslint": "^10.6.0",
|
|
41
40
|
"eslint-plugin-react": "^7.37.5",
|
|
42
41
|
"file-loader": "^6.2.0",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"ts-loader": "^9.5.2",
|
|
42
|
+
"prettier": "^3.9.4",
|
|
43
|
+
"storybook": "^10.4.6",
|
|
44
|
+
"styled-components": "^6.4.3",
|
|
45
|
+
"ts-loader": "^9.6.2",
|
|
48
46
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
49
|
-
"typescript-eslint": "^8.
|
|
50
|
-
"webpack": "^5.
|
|
51
|
-
"webpack-
|
|
52
|
-
"webpack-cli": "^6.0.1",
|
|
53
|
-
"webpack-dev-server": "^5.2.2"
|
|
47
|
+
"typescript-eslint": "^8.63.0",
|
|
48
|
+
"webpack": "^5.108.4",
|
|
49
|
+
"webpack-cli": "^7.2.1"
|
|
54
50
|
},
|
|
55
51
|
"dependencies": {
|
|
56
52
|
"@emotion/react": "^11.14.0",
|
|
57
53
|
"@emotion/styled": "^11.14.1",
|
|
58
54
|
"@monaco-editor/react": "^4.7.0",
|
|
59
|
-
"@mui/icons-material": "^
|
|
60
|
-
"@mui/material": "^
|
|
61
|
-
"jderobot-commsmanager": "1.0
|
|
55
|
+
"@mui/icons-material": "^9.2.0",
|
|
56
|
+
"@mui/material": "^9.2.0",
|
|
57
|
+
"jderobot-commsmanager": "1.1.0",
|
|
62
58
|
"jszip": "^3.10.1",
|
|
63
|
-
"lodash": "^4.
|
|
64
|
-
"monaco-editor": "^0.
|
|
59
|
+
"lodash": "^4.18.1",
|
|
60
|
+
"monaco-editor": "^0.55.1",
|
|
65
61
|
"re-resizable": "^6.11.2",
|
|
66
62
|
"react-spinners": "^0.17.0",
|
|
67
63
|
"react-youtube": "^10.1.0",
|
|
68
|
-
"typescript": "
|
|
64
|
+
"typescript": "^6.0.3"
|
|
69
65
|
},
|
|
70
66
|
"peerDependencies": {
|
|
71
67
|
"@types/react": "18.2.0",
|
|
72
68
|
"@types/react-dom": "18.2.0",
|
|
73
|
-
"jderobot-commsmanager": "
|
|
69
|
+
"jderobot-commsmanager": "1.1.0",
|
|
74
70
|
"react": "18.2.0",
|
|
75
71
|
"react-dom": "18.2.0",
|
|
76
72
|
"typescript": "^5.9.3"
|