@fixefy/fixefy-ui-utils 0.2.7 → 0.2.8

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.
@@ -366,7 +366,8 @@ const theme = (0, _styles.createTheme)({
366
366
  },
367
367
  declined: {
368
368
  border: '#EB5757',
369
- background: '#EB5757'
369
+ background: '#EB5757',
370
+ light: '#FEF6F6'
370
371
  },
371
372
  in_dispute: {
372
373
  border: '#F2994A',
@@ -375,11 +376,13 @@ const theme = (0, _styles.createTheme)({
375
376
  },
376
377
  in_progress: {
377
378
  border: '#56CCF2',
378
- background: '#56CCF2'
379
+ background: '#56CCF2',
380
+ light: '#F1FBFE'
379
381
  },
380
382
  paid: {
381
383
  border: '#BB6BD9',
382
- background: '#BB6BD9'
384
+ background: '#BB6BD9',
385
+ light: '#FBF6FD'
383
386
  },
384
387
  closed: {
385
388
  border: '#8B9092',
@@ -393,23 +396,28 @@ const theme = (0, _styles.createTheme)({
393
396
  },
394
397
  in_progress: {
395
398
  border: '#56CCF2',
396
- background: '#56CCF2'
399
+ background: '#56CCF2',
400
+ light: '#F1FBFE'
397
401
  },
398
402
  pending: {
399
403
  border: '#ECC631',
400
- background: '#ECC631'
404
+ background: '#ECC631',
405
+ light: '#FEFCEE'
401
406
  },
402
407
  approved: {
403
408
  border: '#27AE60',
404
- background: '#27AE60'
409
+ background: '#27AE60',
410
+ light: '#D4EFDF'
405
411
  },
406
412
  declined: {
407
413
  border: '#EB5757',
408
- background: '#EB5757'
414
+ background: '#EB5757',
415
+ light: '#FEF6F6'
409
416
  },
410
417
  refunded: {
411
418
  border: '#BB6BD9',
412
- background: '#BB6BD9'
419
+ background: '#BB6BD9',
420
+ light: '#FBF6FD'
413
421
  },
414
422
  closed: {
415
423
  border: '#8B9092',
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  "require": "./dist/index.js"
58
58
  }
59
59
  },
60
- "version": "0.2.7"
60
+ "version": "0.2.8"
61
61
  }