andoncloud-sdk 1.6.8 → 1.6.10

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.
@@ -6,6 +6,8 @@ export namespace sidePanelDefaultProps {
6
6
  const mainContent: null;
7
7
  const asideContent: null;
8
8
  const width: null;
9
+ const mainContentWidth: null;
10
+ const asideContentWidth: null;
9
11
  const styles: {};
10
12
  const headerStyles: {};
11
13
  const contentWrapperStyles: {};
@@ -13,13 +15,15 @@ export namespace sidePanelDefaultProps {
13
15
  const asideContentStyles: {};
14
16
  }
15
17
  export default SidePanel;
16
- declare function SidePanel({ open, onClose, title, mainContent, asideContent, width, styles, headerStyles, contentWrapperStyles, mainContentStyles, asideContentStyles, }: {
18
+ declare function SidePanel({ open, onClose, title, mainContent, asideContent, width, mainContentWidth, asideContentWidth, styles, headerStyles, contentWrapperStyles, mainContentStyles, asideContentStyles, }: {
17
19
  open: any;
18
20
  onClose: any;
19
21
  title: any;
20
22
  mainContent: any;
21
23
  asideContent: any;
22
24
  width: any;
25
+ mainContentWidth: any;
26
+ asideContentWidth: any;
23
27
  styles: any;
24
28
  headerStyles: any;
25
29
  contentWrapperStyles: any;
@@ -42,6 +46,10 @@ declare namespace SidePanel {
42
46
  export { asideContent_1 as asideContent };
43
47
  const width_1: any;
44
48
  export { width_1 as width };
49
+ const mainContentWidth_1: any;
50
+ export { mainContentWidth_1 as mainContentWidth };
51
+ const asideContentWidth_1: any;
52
+ export { asideContentWidth_1 as asideContentWidth };
45
53
  const styles_1: any;
46
54
  export { styles_1 as styles };
47
55
  const headerStyles_1: any;
package/dist/index.d.ts CHANGED
@@ -108,6 +108,8 @@ declare module 'andoncloud-sdk' {
108
108
  mainContent: React.ReactNode;
109
109
  asideContent?: React.ReactNode;
110
110
  width?: string;
111
+ mainContentWidth?: string;
112
+ asideContentWidth?: string;
111
113
  styles?: SxProps<Theme>;
112
114
  headerStyles?: SxProps<Theme>;
113
115
  contentWrapperStyles?: SxProps<Theme>;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.6.8";
1
+ export declare const LIBRARY_VERSION = "1.6.10";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.6.8",
3
+ "version": "1.6.10",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",
@@ -8,7 +8,7 @@
8
8
  "main": "dist/andoncloud-sdk.js",
9
9
  "module": "dist/andoncloud-sdk.js",
10
10
  "dependencies": {
11
- "@sentry/react": "^10.11.0",
11
+ "@sentry/react": "^10.17.0",
12
12
  "@sentry/tracing": "^7.120.4",
13
13
  "classnames": "^2.5.1",
14
14
  "dayjs": "^1.11.18",
@@ -51,31 +51,31 @@
51
51
  "@babel/eslint-parser": "^7.28.4",
52
52
  "@emotion/react": "^11.14.0",
53
53
  "@emotion/styled": "^11.14.1",
54
- "@mui/icons-material": "^7.3.2",
55
- "@mui/lab": "^7.0.0-beta.17",
56
- "@mui/material": "^7.3.2",
57
- "@mui/x-date-pickers": "^8.11.2",
54
+ "@mui/icons-material": "^7.3.4",
55
+ "@mui/lab": "^7.0.1-beta.18",
56
+ "@mui/material": "^7.3.4",
57
+ "@mui/x-date-pickers": "^8.12.0",
58
58
  "@testing-library/dom": "^10.4.1",
59
- "@testing-library/jest-dom": "^6.8.0",
59
+ "@testing-library/jest-dom": "^6.9.1",
60
60
  "@testing-library/react": "^16.3.0",
61
- "@types/react": "^19.1.13",
62
- "@types/react-dom": "^19.1.9",
61
+ "@types/react": "^19.2.0",
62
+ "@types/react-dom": "^19.2.0",
63
63
  "@types/react-gtm-module": "^2.0.4",
64
64
  "andoncloud-library-scripts": "^1.0.12",
65
65
  "babel-preset-react-app": "^10.1.0",
66
66
  "copyfiles": "^2.4.1",
67
- "cross-env": "^10.0.0",
67
+ "cross-env": "^10.1.0",
68
68
  "eslint": "8.57.1",
69
69
  "eslint-config-andoncloud": "^1.0.0",
70
70
  "husky": "^9.1.7",
71
- "i18next": "^25.5.2",
72
- "mobx": "^6.13.7",
73
- "mobx-react-lite": "^4.1.0",
74
- "npm-check-updates": "^18.1.1",
71
+ "i18next": "^25.5.3",
72
+ "mobx": "^6.15.0",
73
+ "mobx-react-lite": "^4.1.1",
74
+ "npm-check-updates": "^19.0.0",
75
75
  "npm-run-all": "^4.1.5",
76
- "react": "^19.1.1",
77
- "react-dom": "^19.1.1",
78
- "react-i18next": "^15.7.3",
76
+ "react": "^19.2.0",
77
+ "react-dom": "^19.2.0",
78
+ "react-i18next": "^16.0.0",
79
79
  "react-router-dom": "^6.30.1",
80
80
  "react-scripts": "^5.0.1"
81
81
  },