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.
Files changed (85) hide show
  1. package/dist/components/Button/Button.d.ts +5 -4
  2. package/dist/components/Button/Button.styles.d.ts +1 -1
  3. package/dist/components/ButtonsContainer/ButtonsContainer.styles.d.ts +2 -2
  4. package/dist/components/Dropdown/Dropdown.d.ts +3 -2
  5. package/dist/components/Dropdown/Dropdown.styles.d.ts +1 -1
  6. package/dist/components/Explorer/Explorer.d.ts +2 -1
  7. package/dist/components/Explorer/Explorer.styles.d.ts +3 -3
  8. package/dist/components/Explorer/file_explorer/FileExplorer.d.ts +2 -1
  9. package/dist/components/Explorer/file_explorer/FileExplorer.styles.d.ts +1 -1
  10. package/dist/components/Explorer/file_explorer/FileIcon.d.ts +2 -1
  11. package/dist/components/Explorer/file_explorer/MoreActionsMenu.d.ts +2 -1
  12. package/dist/components/Explorer/file_explorer/MoreActionsMenu.styles.d.ts +4 -4
  13. package/dist/components/Explorer/file_explorer/TreeNode.d.ts +2 -1
  14. package/dist/components/Explorer/file_explorer/TreeNode.styles.d.ts +6 -8
  15. package/dist/components/FileEditor/FileEditor.d.ts +2 -2
  16. package/dist/components/FileEditor/FileEditor.styles.d.ts +3 -3
  17. package/dist/components/FileEditor/TextEditor.d.ts +2 -1
  18. package/dist/components/FileEditor/extras.d.ts +1 -2
  19. package/dist/components/IdeInterface/IdeInterface.d.ts +1 -0
  20. package/dist/components/IdeInterface/IdeInterface.styles.d.ts +12 -12
  21. package/dist/components/IdeInterface/TheoryInterface.d.ts +1 -0
  22. package/dist/components/IdeInterface/TheoryInterface.styles.d.ts +7 -7
  23. package/dist/components/Modals/DeleteModal.d.ts +2 -1
  24. package/dist/components/Modals/EditorKeybindModal.d.ts +2 -1
  25. package/dist/components/Modals/EditorKeybindModal.styles.d.ts +1 -1
  26. package/dist/components/Modals/ErrorModal.d.ts +2 -1
  27. package/dist/components/Modals/ErrorModal.styles.d.ts +3 -3
  28. package/dist/components/Modals/Modal.d.ts +1 -1
  29. package/dist/components/Modals/Modal.styles.d.ts +27 -27
  30. package/dist/components/Modals/NewFileModal.d.ts +2 -1
  31. package/dist/components/Modals/NewFolderModal.d.ts +2 -1
  32. package/dist/components/Modals/RenameModal.d.ts +2 -1
  33. package/dist/components/Modals/UploadModal.d.ts +2 -1
  34. package/dist/components/ProgressBar/ProgressBar.d.ts +2 -1
  35. package/dist/components/ProgressBar/ProgressBar.style.d.ts +1 -1
  36. package/dist/components/ResizableLayout/ResizableComponents.d.ts +5 -5
  37. package/dist/components/ResizableLayout/ResizableComponents.styles.d.ts +9 -9
  38. package/dist/components/StatusBar/StatusBar.d.ts +3 -2
  39. package/dist/components/StatusBar/StatusBar.style.d.ts +3 -3
  40. package/dist/components/Theory/Canvas.d.ts +1 -1
  41. package/dist/components/Theory/Canvas.styles.d.ts +1 -1
  42. package/dist/components/Theory/CarouselDisplay.d.ts +2 -1
  43. package/dist/components/Theory/CarouselDisplay.styles.d.ts +13 -13
  44. package/dist/components/Theory/Code.d.ts +2 -1
  45. package/dist/components/Theory/Code.styles.d.ts +1 -1
  46. package/dist/components/Theory/ComparisonDisplay.d.ts +2 -1
  47. package/dist/components/Theory/FormulaSection.d.ts +2 -2
  48. package/dist/components/Theory/FormulaSection.styles.d.ts +1 -1
  49. package/dist/components/Theory/HighlightedSection.d.ts +2 -2
  50. package/dist/components/Theory/HighlightedSection.styles.d.ts +1 -1
  51. package/dist/components/Theory/Image.d.ts +2 -1
  52. package/dist/components/Theory/Image.styles.d.ts +1 -1
  53. package/dist/components/Theory/ImageRow.d.ts +2 -2
  54. package/dist/components/Theory/ImageRow.styles.d.ts +1 -1
  55. package/dist/components/Theory/Link.d.ts +2 -1
  56. package/dist/components/Theory/Link.styles.d.ts +1 -1
  57. package/dist/components/Theory/List.d.ts +2 -2
  58. package/dist/components/Theory/List.styles.d.ts +1 -1
  59. package/dist/components/Theory/LocalVideo.d.ts +2 -1
  60. package/dist/components/Theory/LocalVideo.styles.d.ts +1 -1
  61. package/dist/components/Theory/NumberedList.d.ts +2 -2
  62. package/dist/components/Theory/NumberedList.styles.d.ts +1 -1
  63. package/dist/components/Theory/Section.d.ts +2 -2
  64. package/dist/components/Theory/Section.styles.d.ts +2 -2
  65. package/dist/components/Theory/Subsection.d.ts +2 -2
  66. package/dist/components/Theory/Subsection.styles.d.ts +2 -2
  67. package/dist/components/Theory/Subsubsection.d.ts +2 -2
  68. package/dist/components/Theory/Subsubsection.styles.d.ts +2 -2
  69. package/dist/components/Theory/Timeline.d.ts +2 -1
  70. package/dist/components/Theory/Timeline.styles.d.ts +8 -8
  71. package/dist/components/Theory/TimelineComparison.d.ts +2 -1
  72. package/dist/components/Theory/TimelineComparison.styles.d.ts +5 -5
  73. package/dist/components/Theory/YoutubeVideo.d.ts +2 -1
  74. package/dist/components/Theory/YoutubeVideo.styles.d.ts +1 -1
  75. package/dist/components/VncViewer/VncViewer.d.ts +2 -1
  76. package/dist/components/VncViewer/VncViewer.styles.d.ts +4 -4
  77. package/dist/main.js +48677 -42410
  78. package/dist/package.json +27 -31
  79. package/dist/types/fileTypes.d.ts +1 -0
  80. package/dist/types/modal.d.ts +1 -0
  81. package/dist/utils/contrastTheme.d.ts +1 -1
  82. package/dist/utils/errorProvider.d.ts +2 -2
  83. package/dist/utils/optionsProvider.d.ts +2 -2
  84. package/dist/utils/themeProvider.d.ts +2 -2
  85. 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.2.155",
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": "^7.27.2",
28
- "@babel/preset-react": "^7.27.1",
29
- "@babel/preset-typescript": "^7.27.1",
30
- "@storybook/addon-docs": "^9.1.3",
31
- "@storybook/addon-webpack5-compiler-swc": "^3.0.0",
32
- "@storybook/react-webpack5": "^9.1.3",
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.17",
35
- "@types/styled-components": "^5.1.34",
36
- "@typescript-eslint/eslint-plugin": "^8.46.1",
37
- "@typescript-eslint/parser": "^8.46.1",
38
- "babel-loader": "^10.0.0",
39
- "baseline-browser-mapping": "^2.10.10",
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
- "jiti": "^2.6.1",
44
- "prettier": "^3.5.3",
45
- "storybook": "^9.1.3",
46
- "styled-components": "^6.1.19",
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.46.1",
50
- "webpack": "^5.99.9",
51
- "webpack-bundle-tracker": "^3.2.1",
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": "^7.3.6",
60
- "@mui/material": "^7.3.6",
61
- "jderobot-commsmanager": "1.0.27",
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.17.21",
64
- "monaco-editor": "^0.52.2",
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": "5.9.2"
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": "^1.0.10",
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"
@@ -1,3 +1,4 @@
1
+ import { JSX } from "react";
1
2
  export interface ExplorerEntry {
2
3
  name: string;
3
4
  list(project: string): Promise<string>;
@@ -1,3 +1,4 @@
1
+ import { JSX } from "react";
1
2
  export type ModelRowTypes = "all" | "buttons" | "input" | "list" | "img" | "text";
2
3
  export interface ModalInputSelectIconEntry {
3
4
  id: string;
@@ -1 +1 @@
1
- export declare const contrastSelector: (light?: string, dark?: string, background?: string) => string | undefined;
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.2.155",
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": "^7.27.2",
28
- "@babel/preset-react": "^7.27.1",
29
- "@babel/preset-typescript": "^7.27.1",
30
- "@storybook/addon-docs": "^9.1.3",
31
- "@storybook/addon-webpack5-compiler-swc": "^3.0.0",
32
- "@storybook/react-webpack5": "^9.1.3",
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.17",
35
- "@types/styled-components": "^5.1.34",
36
- "@typescript-eslint/eslint-plugin": "^8.46.1",
37
- "@typescript-eslint/parser": "^8.46.1",
38
- "babel-loader": "^10.0.0",
39
- "baseline-browser-mapping": "^2.10.10",
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
- "jiti": "^2.6.1",
44
- "prettier": "^3.5.3",
45
- "storybook": "^9.1.3",
46
- "styled-components": "^6.1.19",
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.46.1",
50
- "webpack": "^5.99.9",
51
- "webpack-bundle-tracker": "^3.2.1",
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": "^7.3.6",
60
- "@mui/material": "^7.3.6",
61
- "jderobot-commsmanager": "1.0.27",
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.17.21",
64
- "monaco-editor": "^0.52.2",
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": "5.9.2"
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": "^1.0.10",
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"