@fixefy/fixefy-ui-utils 0.2.27 → 0.2.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.
@@ -46,7 +46,7 @@ declare module '@mui/material/styles' {
46
46
  status: StatusPaletteColorOptions;
47
47
  tag: TagPaletteColorOptions;
48
48
  invoiceState: InvoiceStatesPaletteColorOptions;
49
- reconcilationState: RecosStatesPaletteColorOptions;
49
+ recoState: RecosStatesPaletteColorOptions;
50
50
  trends: TrendsPaletteColorOptions;
51
51
  uploader: UploaderPaletteColorOptions;
52
52
  snackbar: SnackbarPaletteColorOptions;
@@ -78,7 +78,7 @@ declare module '@mui/material/styles' {
78
78
  status: StatusPaletteColorOptions;
79
79
  tag: TagPaletteColorOptions;
80
80
  invoiceState: InvoiceStatesPaletteColorOptions;
81
- reconcilationState: RecosStatesPaletteColorOptions;
81
+ recoState: RecosStatesPaletteColorOptions;
82
82
  snackbar: SnackbarPaletteColorOptions;
83
83
  notificationStatus: NotificationPaletteColorOptions;
84
84
  statistics: StatisticsPalleteColorOptions;
@@ -235,6 +235,7 @@ declare module '@mui/material/styles' {
235
235
  in_progress: StatusColorOption;
236
236
  paid: StatusColorOption;
237
237
  paid_and_refunded: StatusColorOption;
238
+ pending: StatusColorOption;
238
239
  pending_refund: StatusColorOption;
239
240
  closed: StatusColorOption;
240
241
  submitted_for_billing: StatusColorOption;
@@ -409,8 +409,8 @@ const theme = (0, _styles.createTheme)({
409
409
  light: '#FBF6FD'
410
410
  },
411
411
  credited: {
412
- border: '#BB6BD9',
413
- background: '#BB6BD9',
412
+ border: '#EC6AC8',
413
+ background: '#EC6AC8',
414
414
  light: '#FBF6FD'
415
415
  },
416
416
  declined: {
@@ -424,8 +424,8 @@ const theme = (0, _styles.createTheme)({
424
424
  light: '#FCEBDB'
425
425
  },
426
426
  in_progress: {
427
- border: '#56CCF2',
428
- background: '#56CCF2',
427
+ border: '#39B8EC',
428
+ background: '#39B8EC',
429
429
  light: '#F1FBFE'
430
430
  },
431
431
  paid: {
@@ -438,9 +438,14 @@ const theme = (0, _styles.createTheme)({
438
438
  background: '#BB6BD9',
439
439
  light: '#FBF6FD'
440
440
  },
441
+ pending: {
442
+ border: '#ECC631',
443
+ background: '#ECC631',
444
+ light: '#FEFCEE'
445
+ },
441
446
  pending_refund: {
442
- border: '#2D9CDB',
443
- background: '#2D9CDB',
447
+ border: '#88C00D',
448
+ background: '#88C00D',
444
449
  light: '#F1FBFE'
445
450
  },
446
451
  closed: {
@@ -459,14 +464,14 @@ const theme = (0, _styles.createTheme)({
459
464
  light: '#FEFDF3'
460
465
  }
461
466
  },
462
- reconcilationState: {
467
+ recoState: {
463
468
  created: {
464
469
  border: '#87ACB6',
465
470
  background: '#87ACB6'
466
471
  },
467
472
  in_progress: {
468
- border: '#56CCF2',
469
- background: '#56CCF2',
473
+ border: '#EB5757',
474
+ background: '#EB5757',
470
475
  light: '#F1FBFE'
471
476
  },
472
477
  pending: {
@@ -475,18 +480,18 @@ const theme = (0, _styles.createTheme)({
475
480
  light: '#FEFCEE'
476
481
  },
477
482
  approved: {
478
- border: '#27AE60',
479
- background: '#27AE60',
483
+ border: '#88C00D',
484
+ background: '#88C00D',
480
485
  light: '#D4EFDF'
481
486
  },
482
487
  declined: {
483
- border: '#EB5757',
484
- background: '#EB5757',
488
+ border: '#C4A603',
489
+ background: '#C4A603',
485
490
  light: '#FEF6F6'
486
491
  },
487
492
  refunded: {
488
- border: '#BB6BD9',
489
- background: '#BB6BD9',
493
+ border: '#27AE60',
494
+ background: '#27AE60',
490
495
  light: '#FBF6FD'
491
496
  },
492
497
  closed: {
@@ -494,8 +499,8 @@ const theme = (0, _styles.createTheme)({
494
499
  background: '#8B9092'
495
500
  },
496
501
  resolved: {
497
- border: '#BB6BD9',
498
- background: '#BB6BD9',
502
+ border: '#EC6AC8',
503
+ background: '#EC6AC8',
499
504
  light: '#FBF6FD'
500
505
  },
501
506
  submitted_for_billing: {
@@ -53,7 +53,7 @@ const defaultOptions = {
53
53
  rtrim: true,
54
54
  delimiter: ','
55
55
  };
56
- const transform = /*#__PURE__*/ function() {
56
+ const transform = function() {
57
57
  var _ref = _async_to_generator(function*({ data, data_type, options = defaultOptions }) {
58
58
  let rv = data;
59
59
  data_type = data_type.substring(data_type.lastIndexOf('/') + 1, data_type.length + 1).toLowerCase();
@@ -79,7 +79,7 @@ const transform = /*#__PURE__*/ function() {
79
79
  return _ref.apply(this, arguments);
80
80
  };
81
81
  }();
82
- const _csvToJson = /*#__PURE__*/ function() {
82
+ const _csvToJson = function() {
83
83
  var _ref = _async_to_generator(function*({ csv, options = defaultOptions }) {
84
84
  const rv = yield (0, _csvtojson.default)(options).fromString(csv);
85
85
  return rv;
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.27"
59
+ "version": "0.2.29"
60
60
  }