@artaio/arta-browser
Advanced tools
Comparing version 2.15.0 to 2.15.1
@@ -90,3 +90,3 @@ "use strict"; | ||
textColor: '#202020', | ||
backgroundColor: '#D2D2D2', | ||
backgroundColor: '#E7E7E7', | ||
text: 'Unknown', | ||
@@ -96,3 +96,3 @@ }, | ||
textColor: '#202020', | ||
backgroundColor: '#D2D2D2', | ||
backgroundColor: '#E7E7E7', | ||
text: 'Pending', | ||
@@ -102,7 +102,7 @@ }, | ||
textColor: '#202020', | ||
backgroundColor: '#D2D2D2', | ||
backgroundColor: '#E7E7E7', | ||
text: 'Not Found', | ||
}, | ||
transit: { | ||
textColor: '#379464', | ||
textColor: '#276947', | ||
backgroundColor: '#EFF8F3', | ||
@@ -112,3 +112,3 @@ text: 'In Transit', | ||
out_for_delivery: { | ||
textColor: '#379464', | ||
textColor: '#276947', | ||
backgroundColor: '#EFF8F3', | ||
@@ -123,14 +123,14 @@ text: 'Out for Delivery', | ||
undelivered: { | ||
textColor: '#772424', | ||
backgroundColor: '#FEF9F9', | ||
textColor: '#8C8984', | ||
backgroundColor: '#E7E7E7', | ||
text: 'Undelivered', | ||
}, | ||
exception: { | ||
textColor: '#976315', | ||
backgroundColor: '#FEF6E9', | ||
textColor: '#875706', | ||
backgroundColor: '#FEF9F9', | ||
text: 'Exception', | ||
}, | ||
expired: { | ||
textColor: '#772424', | ||
backgroundColor: '#FEF9F9', | ||
textColor: '#8C8984', | ||
backgroundColor: '#E7E7E7', | ||
text: 'Expired', | ||
@@ -137,0 +137,0 @@ }, |
{ | ||
"name": "@artaio/arta-browser", | ||
"version": "2.15.0", | ||
"version": "2.15.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "lib/index.ts", |
Sorry, the diff of this file is too big to display
450052