@fixefy/fixefy-ui-utils 0.0.30 → 0.0.31

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.
@@ -210,6 +210,7 @@ declare module '@mui/material/styles' {
210
210
  declined: StatusColorOption;
211
211
  refunded: StatusColorOption;
212
212
  closed: StatusColorOption;
213
+ pending: StatusColorOption;
213
214
  }
214
215
  interface SnackbarPaletteColorOptions {
215
216
  info: SnackbarColorOption;
@@ -362,6 +362,10 @@ const theme = (0, _styles.createTheme)({
362
362
  border: '#56CCF2',
363
363
  background: '#56CCF2'
364
364
  },
365
+ pending: {
366
+ border: '#ECC631',
367
+ background: '#ECC631'
368
+ },
365
369
  approved: {
366
370
  border: '#27AE60',
367
371
  background: '#27AE60'
package/package.json CHANGED
@@ -63,5 +63,5 @@
63
63
  "require": "./dist/index.js"
64
64
  }
65
65
  },
66
- "version": "0.0.30"
66
+ "version": "0.0.31"
67
67
  }