@mxenabled/mxui 1.6.0-alpha.5 → 1.7.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.
@@ -1,7 +1,9 @@
1
1
  export declare const WHITE = "#FFFFFF";
2
2
  export declare const BLACK = "#000000";
3
3
  export declare const DEFAULT_BACKGROUND_LIGHT = "#F9F9F9";
4
- export declare const DEFAULT_BACKGROUND_DARK = "#1A1A1A";
4
+ export declare const DEFAULT_BACKGROUND_DARK = "#000000";
5
+ export declare const DEFAULT_PAPER_LIGHT = "#FFFFFF";
6
+ export declare const DEFAULT_PAPER_DARK = "#1A1A1A";
5
7
  export interface CoreColors {
6
8
  PRIMARY: string;
7
9
  SECONDARY: string;
@@ -21,10 +21,10 @@ export declare const getTypography: (typographyOptions?: TypographyOptions) => {
21
21
  h5?: import('@mui/material/styles/createTypography').TypographyStyleOptions | undefined;
22
22
  h6?: import('@mui/material/styles/createTypography').TypographyStyleOptions | undefined;
23
23
  overline?: import('@mui/material/styles/createTypography').TypographyStyleOptions | undefined;
24
- body2: import('@mui/material/styles/createTypography').TypographyStyleOptions;
25
- body1: import('@mui/material/styles/createTypography').TypographyStyleOptions;
26
24
  subtitle1: import('@mui/material/styles/createTypography').TypographyStyleOptions;
27
25
  subtitle2: import('@mui/material/styles/createTypography').TypographyStyleOptions;
26
+ body1: import('@mui/material/styles/createTypography').TypographyStyleOptions;
27
+ body2: import('@mui/material/styles/createTypography').TypographyStyleOptions;
28
28
  allVariants?: React.CSSProperties;
29
29
  fontFamily: string;
30
30
  fontSize: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxenabled/mxui",
3
- "version": "1.6.0-alpha.5",
3
+ "version": "1.7.0",
4
4
  "description": "Package containing MX theme and common controls for MUI",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,59 +20,59 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@emotion/react": "^11.14.0",
23
- "@emotion/styled": "^11.14.0",
24
- "@mui/material": "^5.16.14",
25
- "@mui/system": "^5.16.14",
26
- "@mui/x-data-grid-pro": "^7.27.3",
27
- "@mui/x-date-pickers": "^7.27.3",
28
- "@mui/x-date-pickers-pro": "^7.27.3",
23
+ "@emotion/styled": "^11.14.1",
24
+ "@mui/material": "^5.18.0",
25
+ "@mui/system": "^5.18.0",
26
+ "@mui/x-data-grid-pro": "^7.29.13",
27
+ "@mui/x-date-pickers": "^7.29.4",
28
+ "@mui/x-date-pickers-pro": "^7.29.4",
29
29
  "@mui/x-license-pro": "^6.10.2",
30
30
  "@mxenabled/design-tokens": "^1.0.3",
31
- "@mxenabled/mx-icons": "^1.5.1",
32
- "date-fns": "^4.1.0",
31
+ "@mxenabled/mx-icons": "^1.9.0",
32
+ "date-fns": "^4.4.0",
33
33
  "react": "^18.3.1",
34
34
  "react-dom": "^18.3.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@babel/core": "^7.24.7",
38
- "@babel/eslint-parser": "^7.24.7",
39
- "@eslint/compat": "^1.1.0",
40
- "@eslint/eslintrc": "^3.1.0",
41
- "@eslint/js": "^9.6.0",
42
- "@storybook/addon-a11y": "^8.6.3",
43
- "@storybook/addon-essentials": "^8.6.3",
44
- "@storybook/addon-interactions": "^8.6.3",
45
- "@storybook/addon-links": "^8.6.3",
46
- "@storybook/addon-mdx-gfm": "^8.6.3",
47
- "@storybook/blocks": "^8.6.3",
48
- "@storybook/react": "^8.6.3",
49
- "@storybook/react-vite": "^8.6.3",
50
- "@storybook/test": "^8.6.3",
51
- "@types/react": "^18.3.18",
52
- "@types/react-dom": "^18.3.5",
37
+ "@babel/core": "^7.29.7",
38
+ "@babel/eslint-parser": "^7.29.7",
39
+ "@eslint/compat": "^1.4.1",
40
+ "@eslint/eslintrc": "^3.3.6",
41
+ "@eslint/js": "^9.39.5",
42
+ "@storybook/addon-a11y": "^8.6.18",
43
+ "@storybook/addon-essentials": "^8.6.18",
44
+ "@storybook/addon-interactions": "^8.6.18",
45
+ "@storybook/addon-links": "^8.6.18",
46
+ "@storybook/addon-mdx-gfm": "^8.6.18",
47
+ "@storybook/blocks": "^8.6.18",
48
+ "@storybook/react": "^8.6.18",
49
+ "@storybook/react-vite": "^8.6.18",
50
+ "@storybook/test": "^8.6.18",
51
+ "@types/react": "^18.3.31",
52
+ "@types/react-dom": "^18.3.7",
53
53
  "@typescript-eslint/eslint-plugin": "^7.18.0",
54
54
  "@typescript-eslint/parser": "^7.18.0",
55
- "@vitejs/plugin-react": "^4.3.4",
56
- "@yarnpkg/sdks": "^3.2.1",
55
+ "@vitejs/plugin-react": "^4.7.0",
56
+ "@yarnpkg/sdks": "^3.3.1",
57
57
  "eslint": "^8.57.1",
58
58
  "eslint-config-mx": "^4.0.0",
59
- "eslint-config-prettier": "^9.1.0",
60
- "eslint-plugin-jsx-a11y": "^6.9.0",
61
- "eslint-plugin-react": "^7.34.3",
59
+ "eslint-config-prettier": "^9.1.2",
60
+ "eslint-plugin-jsx-a11y": "^6.10.2",
61
+ "eslint-plugin-react": "^7.37.5",
62
62
  "eslint-plugin-react-hooks": "^4.6.2",
63
- "eslint-plugin-react-refresh": "^0.4.7",
64
- "eslint-plugin-storybook": "^0.8.0",
65
- "globals": "^15.8.0",
63
+ "eslint-plugin-react-refresh": "^0.5.4",
64
+ "eslint-plugin-storybook": "^0.12.0",
65
+ "globals": "^15.15.0",
66
66
  "husky": "^9.1.7",
67
- "lint-staged": "^15.4.3",
67
+ "lint-staged": "^15.5.2",
68
68
  "path": "^0.12.7",
69
- "prettier": "^3.5.3",
69
+ "prettier": "^3.9.6",
70
70
  "rollup-plugin-visualizer": "^5.14.0",
71
- "storybook": "^8.6.3",
71
+ "storybook": "^8.6.18",
72
72
  "storybook-dark-mode": "4.0.1",
73
- "typescript": "^5.6.2",
74
- "vite": "^5.4.14",
75
- "vite-plugin-dts": "^4.5.3"
73
+ "typescript": "^5.9.3",
74
+ "vite": "^5.4.21",
75
+ "vite-plugin-dts": "^4.5.4"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@mui/material": "^5",
@@ -87,5 +87,5 @@
87
87
  "files": [
88
88
  "dist"
89
89
  ],
90
- "packageManager": "yarn@4.9.2"
90
+ "packageManager": "yarn@4.18.0"
91
91
  }