@fixefy/fixefy-ui-utils 0.2.18 → 0.2.19

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.
@@ -211,6 +211,7 @@ declare module '@mui/material/styles' {
211
211
  interface TagPaletteColorOptions {
212
212
  approved: StatusColorOption;
213
213
  created: StatusColorOption;
214
+ credited: StatusColorOption;
214
215
  declined: StatusColorOption;
215
216
  in_dispute: StatusColorOption;
216
217
  in_progress: StatusColorOption;
@@ -341,6 +341,10 @@ const theme = (0, _styles.createTheme)({
341
341
  border: '#ECC631',
342
342
  background: '#ECC631'
343
343
  },
344
+ credited: {
345
+ border: '#BB6BD9',
346
+ background: '#BB6BD9'
347
+ },
344
348
  created: {
345
349
  border: '#87ACB6',
346
350
  background: '#87ACB6'
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.18"
59
+ "version": "0.2.19"
60
60
  }