@fixefy/fixefy-ui-utils 0.2.41 → 0.2.43

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Theme } from '@mui/material/styles';
2
3
  declare module '@mui/styles/defaultTheme' {
3
4
  interface DefaultTheme extends Theme {
@@ -364,8 +364,8 @@ const theme = (0, _styles.createTheme)({
364
364
  background: '#EC6AC8'
365
365
  },
366
366
  in_progress: {
367
- border: '#56CCF2',
368
- background: '#56CCF2'
367
+ border: '#EB5757',
368
+ background: '#EB5757'
369
369
  },
370
370
  paid: {
371
371
  border: '#BB6BD9',
package/package.json CHANGED
@@ -4,27 +4,27 @@
4
4
  "fs": false
5
5
  },
6
6
  "dependencies": {
7
- "@mui/material": "^5.16.7",
8
- "@mui/styles": "^5.16.7",
9
- "convert-excel-to-json": "^1.7.0",
10
- "nookies": "^2.5.2",
11
- "react": "^18.3.1",
12
- "react-dom": "^18.3.1"
7
+ "@mui/material": "5.16.7",
8
+ "@mui/styles": "5.16.7",
9
+ "convert-excel-to-json": "1.7.0",
10
+ "nookies": "2.5.2",
11
+ "react": "18.3.1",
12
+ "react-dom": "18.3.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/convert-excel-to-json": "^1.7.4",
16
- "@types/node": "^20.14.0",
17
- "@types/nookies": "^2.0.3",
18
- "@types/react": "^18.3.3",
19
- "@typescript-eslint/eslint-plugin": "^7.12.0",
20
- "@typescript-eslint/parser": "^7.12.0",
21
- "eslint": "^9.4.0",
22
- "eslint-config-prettier": "^9.1.0",
23
- "eslint-plugin-prettier": "^5.1.3",
24
- "eslint-plugin-react": "^7.34.2",
25
- "eslint-plugin-react-hooks": "^4.6.2",
26
- "prettier": "^3.3.0",
27
- "typescript": "^5.4.5"
15
+ "@types/convert-excel-to-json": "1.7.4",
16
+ "@types/node": "20.14.0",
17
+ "@types/nookies": "2.0.3",
18
+ "@types/react": "18.3.3",
19
+ "@typescript-eslint/eslint-plugin": "7.12.0",
20
+ "@typescript-eslint/parser": "7.12.0",
21
+ "eslint": "9.4.0",
22
+ "eslint-config-prettier": "9.1.0",
23
+ "eslint-plugin-prettier": "5.1.3",
24
+ "eslint-plugin-react": "7.34.2",
25
+ "eslint-plugin-react-hooks": "4.6.2",
26
+ "prettier": "3.3.0",
27
+ "typescript": "5.4.5"
28
28
  },
29
29
  "license": "MIT",
30
30
  "name": "@fixefy/fixefy-ui-utils",
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.41"
59
+ "version": "0.2.43"
60
60
  }