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