@fixefy/fixefy-ui-utils 0.2.17 → 0.2.19

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;
@@ -210,6 +211,7 @@ declare module '@mui/material/styles' {
210
211
  interface TagPaletteColorOptions {
211
212
  approved: StatusColorOption;
212
213
  created: StatusColorOption;
214
+ credited: StatusColorOption;
213
215
  declined: StatusColorOption;
214
216
  in_dispute: StatusColorOption;
215
217
  in_progress: StatusColorOption;
@@ -223,6 +225,7 @@ declare module '@mui/material/styles' {
223
225
  approved: StatusColorOption;
224
226
  billed: StatusColorOption;
225
227
  created: StatusColorOption;
228
+ credited: StatusColorOption;
226
229
  declined: StatusColorOption;
227
230
  in_dispute: StatusColorOption;
228
231
  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'
@@ -337,6 +341,10 @@ const theme = (0, _styles.createTheme)({
337
341
  border: '#ECC631',
338
342
  background: '#ECC631'
339
343
  },
344
+ credited: {
345
+ border: '#BB6BD9',
346
+ background: '#BB6BD9'
347
+ },
340
348
  created: {
341
349
  border: '#87ACB6',
342
350
  background: '#87ACB6'
@@ -378,7 +386,13 @@ const theme = (0, _styles.createTheme)({
378
386
  },
379
387
  created: {
380
388
  border: '#87ACB6',
381
- background: '#87ACB6'
389
+ background: '#87ACB6',
390
+ light: '#FBF6FD'
391
+ },
392
+ credited: {
393
+ border: '#BB6BD9',
394
+ background: '#BB6BD9',
395
+ light: '#FBF6FD'
382
396
  },
383
397
  declined: {
384
398
  border: '#EB5757',
@@ -402,7 +416,8 @@ const theme = (0, _styles.createTheme)({
402
416
  },
403
417
  closed: {
404
418
  border: '#8B9092',
405
- background: '#8B9092'
419
+ background: '#8B9092',
420
+ light: '#FBF6FD'
406
421
  },
407
422
  submitted_for_billing: {
408
423
  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.19"
60
60
  }