@fixefy/fixefy-ui-utils 0.2.17 → 0.2.18

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.
@@ -194,6 +194,7 @@ declare module '@mui/material/styles' {
194
194
  challenge: StatusColorOption;
195
195
  challenged: StatusColorOption;
196
196
  closed: StatusColorOption;
197
+ credited: StatusColorOption;
197
198
  declined: StatusColorOption;
198
199
  discrepancy: StatusColorOption;
199
200
  duplicate: StatusColorOption;
@@ -223,6 +224,7 @@ declare module '@mui/material/styles' {
223
224
  approved: StatusColorOption;
224
225
  billed: StatusColorOption;
225
226
  created: StatusColorOption;
227
+ credited: StatusColorOption;
226
228
  declined: StatusColorOption;
227
229
  in_dispute: StatusColorOption;
228
230
  in_progress: StatusColorOption;
@@ -275,6 +275,10 @@ const theme = (0, _styles.createTheme)({
275
275
  border: '#8B9092',
276
276
  background: '#FAFAFA'
277
277
  },
278
+ credited: {
279
+ border: '#BB6BD9',
280
+ background: '#FAF6FE'
281
+ },
278
282
  declined: {
279
283
  border: '#F48085',
280
284
  background: '#FEF5F5'
@@ -378,7 +382,13 @@ const theme = (0, _styles.createTheme)({
378
382
  },
379
383
  created: {
380
384
  border: '#87ACB6',
381
- background: '#87ACB6'
385
+ background: '#87ACB6',
386
+ light: '#FBF6FD'
387
+ },
388
+ credited: {
389
+ border: '#BB6BD9',
390
+ background: '#BB6BD9',
391
+ light: '#FBF6FD'
382
392
  },
383
393
  declined: {
384
394
  border: '#EB5757',
@@ -402,7 +412,8 @@ const theme = (0, _styles.createTheme)({
402
412
  },
403
413
  closed: {
404
414
  border: '#8B9092',
405
- background: '#8B9092'
415
+ background: '#8B9092',
416
+ light: '#FBF6FD'
406
417
  },
407
418
  submitted_for_billing: {
408
419
  border: '#88C00D',
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.17"
59
+ "version": "0.2.18"
60
60
  }