@fixefy/fixefy-ui-utils 0.0.27 → 0.0.30

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.
@@ -168,6 +168,7 @@ declare module '@mui/material/styles' {
168
168
  interface StatusPaletteColorOptions {
169
169
  active: StatusColorOption;
170
170
  approve: StatusColorOption;
171
+ approved: StatusColorOption;
171
172
  challenge: StatusColorOption;
172
173
  challenged: StatusColorOption;
173
174
  declined: StatusColorOption;
@@ -175,6 +176,7 @@ declare module '@mui/material/styles' {
175
176
  duplicate: StatusColorOption;
176
177
  duplicated: StatusColorOption;
177
178
  gold: StatusColorOption;
179
+ in_dispute: StatusColorOption;
178
180
  in_progress: StatusColorOption;
179
181
  in_review: StatusColorOption;
180
182
  no_pricing: StatusColorOption;
@@ -226,6 +226,10 @@ const theme = (0, _styles.createTheme)({
226
226
  border: '#88C00D',
227
227
  background: '#F9FCF3'
228
228
  },
229
+ approved: {
230
+ border: '#27AE60',
231
+ background: '#EEF9F2'
232
+ },
229
233
  challenge: {
230
234
  border: '#F7C08F',
231
235
  background: '#FEFAF6'
@@ -254,6 +258,10 @@ const theme = (0, _styles.createTheme)({
254
258
  border: '#C4A603',
255
259
  background: '#FEFDF3'
256
260
  },
261
+ in_dispute: {
262
+ border: '#F2994A',
263
+ background: '#FEF7F1'
264
+ },
257
265
  in_progress: {
258
266
  border: '#56CCF2',
259
267
  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.30"
67
67
  }