@fixefy/fixefy-ui-utils 0.2.55 → 0.2.57
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.
|
@@ -239,6 +239,7 @@ declare module '@mui/material/styles' {
|
|
|
239
239
|
challenged: StatusColorOption;
|
|
240
240
|
closed: StatusColorOption;
|
|
241
241
|
credited: StatusColorOption;
|
|
242
|
+
credit_invoices: StatusColorOption;
|
|
242
243
|
declined: StatusColorOption;
|
|
243
244
|
discrepancy: StatusColorOption;
|
|
244
245
|
duplicate: StatusColorOption;
|
|
@@ -257,6 +258,7 @@ declare module '@mui/material/styles' {
|
|
|
257
258
|
approved: StatusColorOption;
|
|
258
259
|
created: StatusColorOption;
|
|
259
260
|
credited: StatusColorOption;
|
|
261
|
+
credit_invoices: StatusColorOption;
|
|
260
262
|
declined: StatusColorOption;
|
|
261
263
|
in_dispute: StatusColorOption;
|
|
262
264
|
in_progress: StatusColorOption;
|
|
@@ -274,6 +276,7 @@ declare module '@mui/material/styles' {
|
|
|
274
276
|
billed: StatusColorOption;
|
|
275
277
|
created: StatusColorOption;
|
|
276
278
|
credited: StatusColorOption;
|
|
279
|
+
credit_invoices: StatusColorOption;
|
|
277
280
|
in_dispute: StatusColorOption;
|
|
278
281
|
in_progress: StatusColorOption;
|
|
279
282
|
paid: StatusColorOption;
|
|
@@ -315,6 +315,10 @@ const theme = (0, _styles.createTheme)({
|
|
|
315
315
|
border: '#BB6BD9',
|
|
316
316
|
background: '#FAF6FE'
|
|
317
317
|
},
|
|
318
|
+
credit_invoices: {
|
|
319
|
+
border: '#6D60E8',
|
|
320
|
+
background: '#F0EFFD'
|
|
321
|
+
},
|
|
318
322
|
declined: {
|
|
319
323
|
border: '#F48085',
|
|
320
324
|
background: '#FEF5F5'
|
|
@@ -386,6 +390,10 @@ const theme = (0, _styles.createTheme)({
|
|
|
386
390
|
border: '#BB6BD9',
|
|
387
391
|
background: '#BB6BD9'
|
|
388
392
|
},
|
|
393
|
+
credit_invoices: {
|
|
394
|
+
border: '#6D60E8',
|
|
395
|
+
background: '#6D60E8'
|
|
396
|
+
},
|
|
389
397
|
created: {
|
|
390
398
|
border: '#87ACB6',
|
|
391
399
|
background: '#87ACB6'
|
|
@@ -448,6 +456,11 @@ const theme = (0, _styles.createTheme)({
|
|
|
448
456
|
background: '#EC6AC8',
|
|
449
457
|
light: '#FBF6FD'
|
|
450
458
|
},
|
|
459
|
+
credit_invoices: {
|
|
460
|
+
border: '#6D60E8',
|
|
461
|
+
background: '#6D60E8',
|
|
462
|
+
light: '#F0EFFD'
|
|
463
|
+
},
|
|
451
464
|
in_dispute: {
|
|
452
465
|
border: '#EB5757',
|
|
453
466
|
background: '#EB5757',
|
|
@@ -552,8 +565,8 @@ const theme = (0, _styles.createTheme)({
|
|
|
552
565
|
sum: '#BB6BD9'
|
|
553
566
|
},
|
|
554
567
|
invoiceAnalysis: {
|
|
555
|
-
underCharges: '#
|
|
556
|
-
overCharges: '#
|
|
568
|
+
underCharges: '#C6DDE2',
|
|
569
|
+
overCharges: '#F2994A',
|
|
557
570
|
matching: '#568793',
|
|
558
571
|
invalid: '#EB5757'
|
|
559
572
|
},
|
package/package.json
CHANGED