jderobot-ide-interface 0.2.138 → 0.2.139

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 (54) hide show
  1. package/dist/08520968ab93189104ed231f9221a925.svg +4 -0
  2. package/dist/0896126134a9b188344fa6e4ad704b0d.svg +4 -0
  3. package/dist/0a933c3e6eeabc70f06c42942a14519a.svg +4 -0
  4. package/dist/2e62728ae4c396b0a80d277259b378d1.svg +4 -0
  5. package/dist/32474416e5f4515085e53df0b4e21357.svg +4 -0
  6. package/dist/39d7dc6012dc2093fc281466cc28f6c7.svg +8 -0
  7. package/dist/3a6e3acd0b2afc8572ac399fd3d98456.svg +4 -0
  8. package/dist/4b4fa0fa1fe33beed86a9dde9e03ce33.svg +4 -0
  9. package/dist/597d04d21f9ffffe44d4c1c7cee4a8a2.svg +4 -0
  10. package/dist/5d7a32e100f500c95ebc1be7495d48a0.svg +4 -0
  11. package/dist/5f9c8c3872ccef6b9e6ea1273c4fd544.svg +4 -0
  12. package/dist/7bbbe9d2b10a80bf3c3ce0b964758090.svg +15 -0
  13. package/dist/a0d7f6744fa00f02309a98ebb3da5e48.svg +4 -0
  14. package/dist/a211ea02b722dc943b1c3890dd984348.svg +4 -0
  15. package/dist/assets/index.d.ts +18 -20
  16. package/dist/cc0581c9b68e8c05bdabf15be9f68268.svg +4 -0
  17. package/dist/components/Button/Button.styles.d.ts +2 -1
  18. package/dist/components/Explorer/file_explorer/FileIcon.d.ts +1 -2
  19. package/dist/components/Explorer/file_explorer/MoreActionsMenu.styles.d.ts +4 -3
  20. package/dist/components/Explorer/file_explorer/TreeNode.styles.d.ts +16 -6
  21. package/dist/components/IdeInterface/IdeInterface.stories.d.ts +0 -2
  22. package/dist/components/Modals/Modal.styles.d.ts +30 -13
  23. package/dist/components/Modals/NewFileModal.styles.d.ts +11 -0
  24. package/dist/components/Modals/UploadModal.d.ts +1 -2
  25. package/dist/components/Modals/UploadModal.styles.d.ts +12 -0
  26. package/dist/components/ResizableLayout/ResizableComponents.d.ts +2 -6
  27. package/dist/components/ResizableLayout/ResizableComponents.styles.d.ts +0 -7
  28. package/dist/components/StatusBar/StatusBar.d.ts +2 -3
  29. package/dist/components/Theory/Canvas.d.ts +2 -2
  30. package/dist/components/Theory/HighlightedSection.d.ts +1 -2
  31. package/dist/components/Theory/ImageRow.d.ts +1 -2
  32. package/dist/components/Theory/Link.d.ts +1 -2
  33. package/dist/components/Theory/List.d.ts +1 -2
  34. package/dist/components/Theory/Section.d.ts +1 -2
  35. package/dist/components/Theory/Subsection.d.ts +1 -2
  36. package/dist/components/Theory/index.d.ts +0 -3
  37. package/dist/ec99f20bab9b2b9417dd202dcef39e6f.svg +4 -0
  38. package/dist/facad9e86c6cb4b237162216cc4ee0af.svg +5 -0
  39. package/dist/fca5588274453e3a7ffc9b828deeab14.svg +4 -0
  40. package/dist/index.d.ts +2 -2
  41. package/dist/main.js +3425 -3760
  42. package/dist/main.js.LICENSE.txt +30 -0
  43. package/dist/package.json +7 -10
  44. package/dist/types/fileTypes.d.ts +0 -2
  45. package/dist/utils/errorProvider.d.ts +1 -2
  46. package/dist/utils/optionsProvider.d.ts +2 -2
  47. package/dist/utils/themeProvider.d.ts +2 -2
  48. package/package.json +1 -1
  49. package/dist/components/Theory/FormulaSection.d.ts +0 -5
  50. package/dist/components/Theory/FormulaSection.styles.d.ts +0 -7
  51. package/dist/components/Theory/LocalVideo.d.ts +0 -5
  52. package/dist/components/Theory/LocalVideo.styles.d.ts +0 -6
  53. package/dist/components/Theory/Subsubsection.d.ts +0 -7
  54. package/dist/components/Theory/Subsubsection.styles.d.ts +0 -6
@@ -0,0 +1,30 @@
1
+ /*!
2
+
3
+ JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4
+ <http://stuartk.com/jszip>
5
+
6
+ (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
7
+ Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
8
+
9
+ JSZip uses the library pako released under the MIT license :
10
+ https://github.com/nodeca/pako/blob/main/LICENSE
11
+ */
12
+
13
+ /**
14
+ * @license
15
+ * Lodash <https://lodash.com/>
16
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
17
+ * Released under MIT license <https://lodash.com/license>
18
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
19
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
20
+ */
21
+
22
+ /**
23
+ * @license React
24
+ * react-jsx-runtime.production.min.js
25
+ *
26
+ * Copyright (c) Facebook, Inc. and its affiliates.
27
+ *
28
+ * This source code is licensed under the MIT license found in the
29
+ * LICENSE file in the root directory of this source tree.
30
+ */
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jderobot-ide-interface",
3
- "version": "0.2.138",
3
+ "version": "0.2.92",
4
4
  "main": "dist/main.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -17,10 +17,7 @@
17
17
  "lint": "eslint src"
18
18
  },
19
19
  "keywords": [],
20
- "author": {
21
- "name": "javizqh",
22
- "url": "https://github.com/javizqh"
23
- },
20
+ "author": "",
24
21
  "license": "ISC",
25
22
  "description": "",
26
23
  "devDependencies": {
@@ -32,6 +29,8 @@
32
29
  "@storybook/react-webpack5": "^9.1.3",
33
30
  "@svgr/webpack": "^8.1.0",
34
31
  "@types/lodash": "^4.17.17",
32
+ "@types/react": "18.2.0",
33
+ "@types/react-dom": "18.2.0",
35
34
  "@types/styled-components": "^5.1.34",
36
35
  "@typescript-eslint/eslint-plugin": "^8.46.1",
37
36
  "@typescript-eslint/parser": "^8.46.1",
@@ -45,6 +44,7 @@
45
44
  "styled-components": "^6.1.19",
46
45
  "ts-loader": "^9.5.2",
47
46
  "tsconfig-paths-webpack-plugin": "^4.2.0",
47
+ "typescript": "^5.9.3",
48
48
  "typescript-eslint": "^8.46.1",
49
49
  "webpack": "^5.99.9",
50
50
  "webpack-bundle-tracker": "^3.2.1",
@@ -57,6 +57,7 @@
57
57
  "@monaco-editor/react": "^4.7.0",
58
58
  "@mui/icons-material": "^7.3.6",
59
59
  "@mui/material": "^7.3.6",
60
+ "jderobot-commsmanager": "^1.0.10",
60
61
  "jszip": "^3.10.1",
61
62
  "lodash": "^4.17.21",
62
63
  "monaco-editor": "^0.52.2",
@@ -65,11 +66,7 @@
65
66
  "react-youtube": "^10.1.0"
66
67
  },
67
68
  "peerDependencies": {
68
- "jderobot-commsmanager": "^1.0.10",
69
69
  "react": "18.2.0",
70
- "react-dom": "18.2.0",
71
- "@types/react": "18.2.0",
72
- "typescript": "^5.9.3",
73
- "@types/react-dom": "18.2.0"
70
+ "react-dom": "18.2.0"
74
71
  }
75
72
  }
@@ -35,7 +35,6 @@ export interface ViewersEntry {
35
35
  icon: JSX.Element;
36
36
  name: string;
37
37
  active: boolean;
38
- group?: string;
39
38
  activate: React.Dispatch<React.SetStateAction<boolean>>;
40
39
  }
41
40
  export interface Entry {
@@ -44,7 +43,6 @@ export interface Entry {
44
43
  path: string;
45
44
  group: string;
46
45
  access: boolean;
47
- binary?: boolean;
48
46
  files: Entry[];
49
47
  }
50
48
  export interface ExtraEditorProps {
@@ -1,6 +1,5 @@
1
- import { ReactNode } from "react";
2
1
  import { Error } from "Types";
3
2
  export declare const ErrorProvider: ({ children }: {
4
- children: ReactNode;
3
+ children: any;
5
4
  }) => JSX.Element;
6
5
  export declare const useError: () => Error;
@@ -1,8 +1,8 @@
1
- import { ReactNode } from "react";
1
+ import React from "react";
2
2
  import { Options } from "Types";
3
3
  interface OptionsProviderProps {
4
4
  options?: Options;
5
- children: ReactNode;
5
+ children?: React.ReactNode;
6
6
  }
7
7
  export declare const useOptions: () => Options;
8
8
  export declare const OptionsProvider: ({ options, children, }: OptionsProviderProps) => JSX.Element;
@@ -1,8 +1,8 @@
1
- import { ReactNode } from "react";
1
+ import React from "react";
2
2
  import { Theme } from "Types";
3
3
  interface ThemeProviderProps {
4
4
  theme: Theme;
5
- children: ReactNode;
5
+ children?: React.ReactNode;
6
6
  }
7
7
  export declare const useTheme: () => Theme;
8
8
  export declare const ThemeProvider: ({ theme, children }: ThemeProviderProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jderobot-ide-interface",
3
- "version": "0.2.138",
3
+ "version": "0.2.139",
4
4
  "main": "dist/main.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -1,5 +0,0 @@
1
- import { ReactNode } from "react";
2
- declare const FormulaSection: ({ children }: {
3
- children: ReactNode;
4
- }) => JSX.Element;
5
- export default FormulaSection;
@@ -1,7 +0,0 @@
1
- interface StyledFormulaContainerProps {
2
- color?: string;
3
- bg?: string;
4
- roundness?: number;
5
- }
6
- export declare const StyledFormulaContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, StyledFormulaContainerProps>> & string;
7
- export {};
@@ -1,5 +0,0 @@
1
- declare const LocalVideo: ({ src, position }: {
2
- src: string;
3
- position?: string;
4
- }) => JSX.Element;
5
- export default LocalVideo;
@@ -1,6 +0,0 @@
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 {};
@@ -1,7 +0,0 @@
1
- import { ReactNode } from "react";
2
- declare const TheorySubsubsection: ({ title, href, children, }: {
3
- title: string;
4
- href: string;
5
- children: ReactNode;
6
- }) => JSX.Element;
7
- export default TheorySubsubsection;
@@ -1,6 +0,0 @@
1
- interface StyledSubsubsectionProps {
2
- color?: string;
3
- }
4
- export declare const StyledSubsubsection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, StyledSubsubsectionProps>> & string;
5
- export declare const StyledSubsubsectionTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
6
- export {};