@fixefy/fixefy-ui-utils 0.0.29 → 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.
@@ -168,6 +168,7 @@ declare module '@mui/material/styles' {
168
168
  interface StatusPaletteColorOptions {
169
169
  active: StatusColorOption;
170
170
  approve: StatusColorOption;
171
+ approved: StatusColorOption;
171
172
  challenge: StatusColorOption;
172
173
  challenged: StatusColorOption;
173
174
  declined: StatusColorOption;
@@ -209,6 +210,7 @@ declare module '@mui/material/styles' {
209
210
  declined: StatusColorOption;
210
211
  refunded: StatusColorOption;
211
212
  closed: StatusColorOption;
213
+ pending: StatusColorOption;
212
214
  }
213
215
  interface SnackbarPaletteColorOptions {
214
216
  info: SnackbarColorOption;
@@ -223,6 +223,10 @@ const theme = (0, _styles.createTheme)({
223
223
  background: '#F7F9FA'
224
224
  },
225
225
  approve: {
226
+ border: '#88C00D',
227
+ background: '#F9FCF3'
228
+ },
229
+ approved: {
226
230
  border: '#27AE60',
227
231
  background: '#EEF9F2'
228
232
  },
@@ -358,6 +362,10 @@ const theme = (0, _styles.createTheme)({
358
362
  border: '#56CCF2',
359
363
  background: '#56CCF2'
360
364
  },
365
+ pending: {
366
+ border: '#ECC631',
367
+ background: '#ECC631'
368
+ },
361
369
  approved: {
362
370
  border: '#27AE60',
363
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.29"
66
+ "version": "0.0.31"
67
67
  }