@fixefy/fixefy-ui-utils 0.2.29 → 0.2.31

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.
@@ -230,7 +230,6 @@ declare module '@mui/material/styles' {
230
230
  billed: StatusColorOption;
231
231
  created: StatusColorOption;
232
232
  credited: StatusColorOption;
233
- declined: StatusColorOption;
234
233
  in_dispute: StatusColorOption;
235
234
  in_progress: StatusColorOption;
236
235
  paid: StatusColorOption;
@@ -413,14 +413,9 @@ const theme = (0, _styles.createTheme)({
413
413
  background: '#EC6AC8',
414
414
  light: '#FBF6FD'
415
415
  },
416
- declined: {
416
+ in_dispute: {
417
417
  border: '#EB5757',
418
418
  background: '#EB5757',
419
- light: '#FEF6F6'
420
- },
421
- in_dispute: {
422
- border: '#F2994A',
423
- background: '#F2994A',
424
419
  light: '#FCEBDB'
425
420
  },
426
421
  in_progress: {
package/package.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "fs": false
5
5
  },
6
6
  "dependencies": {
7
- "@mui/material": "^5.16.7",
8
- "@mui/styles": "^5.16.7",
7
+ "@mui/material": "5.16.7",
8
+ "@mui/styles": "5.16.7",
9
9
  "convert-excel-to-json": "^1.7.0",
10
10
  "nookies": "^2.5.2",
11
11
  "react": "^18.3.1",
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.29"
59
+ "version": "0.2.31"
60
60
  }