@fixefy/fixefy-ui-utils 0.0.27 → 0.0.29

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.
@@ -175,6 +175,7 @@ declare module '@mui/material/styles' {
175
175
  duplicate: StatusColorOption;
176
176
  duplicated: StatusColorOption;
177
177
  gold: StatusColorOption;
178
+ in_dispute: StatusColorOption;
178
179
  in_progress: StatusColorOption;
179
180
  in_review: StatusColorOption;
180
181
  no_pricing: StatusColorOption;
@@ -223,8 +223,8 @@ const theme = (0, _styles.createTheme)({
223
223
  background: '#F7F9FA'
224
224
  },
225
225
  approve: {
226
- border: '#88C00D',
227
- background: '#F9FCF3'
226
+ border: '#27AE60',
227
+ background: '#EEF9F2'
228
228
  },
229
229
  challenge: {
230
230
  border: '#F7C08F',
@@ -254,6 +254,10 @@ const theme = (0, _styles.createTheme)({
254
254
  border: '#C4A603',
255
255
  background: '#FEFDF3'
256
256
  },
257
+ in_dispute: {
258
+ border: '#F2994A',
259
+ background: '#FEF7F1'
260
+ },
257
261
  in_progress: {
258
262
  border: '#56CCF2',
259
263
  background: '#F1FBFE'
package/package.json CHANGED
@@ -63,5 +63,5 @@
63
63
  "require": "./dist/index.js"
64
64
  }
65
65
  },
66
- "version": "0.0.27"
66
+ "version": "0.0.29"
67
67
  }