@fixefy/fixefy-ui-utils 0.2.19 → 0.2.20

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 {
@@ -219,6 +220,7 @@ declare module '@mui/material/styles' {
219
220
  pending: StatusColorOption;
220
221
  closed: StatusColorOption;
221
222
  refunded: StatusColorOption;
223
+ resolved: StatusColorOption;
222
224
  low: StatusColorOption;
223
225
  }
224
226
  interface InvoiceStatesPaletteColorOptions {
@@ -373,6 +373,10 @@ const theme = (0, _styles.createTheme)({
373
373
  border: '#BB6BD9',
374
374
  background: '#BB6BD9'
375
375
  },
376
+ resolved: {
377
+ border: '#BB6BD9',
378
+ background: '#BB6BD9'
379
+ },
376
380
  low: {
377
381
  border: '#56CCF2',
378
382
  background: '#88C00D'
package/package.json CHANGED
@@ -4,27 +4,27 @@
4
4
  "fs": false
5
5
  },
6
6
  "dependencies": {
7
- "@mui/material": "^5.15.19",
8
- "@mui/styles": "^5.15.19",
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.15.19",
8
+ "@mui/styles": "5.15.19",
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.19"
59
+ "version": "0.2.20"
60
60
  }