@fixefy/fixefy-ui-utils 0.0.23 → 0.0.24

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.
@@ -187,6 +187,7 @@ declare module '@mui/material/styles' {
187
187
  in_dispute: StatusColorOption;
188
188
  in_progress: StatusColorOption;
189
189
  paid: StatusColorOption;
190
+ pending: StatusColorOption;
190
191
  closed: StatusColorOption;
191
192
  refunded: StatusColorOption;
192
193
  low: StatusColorOption;
@@ -276,6 +276,10 @@ const theme = (0, _styles.createTheme)({
276
276
  border: '#27AE60',
277
277
  background: '#27AE60'
278
278
  },
279
+ pending: {
280
+ border: '#ECC631',
281
+ background: '#FEFDF3'
282
+ },
279
283
  created: {
280
284
  border: '#87ACB6',
281
285
  background: '#87ACB6'
package/package.json CHANGED
@@ -63,5 +63,5 @@
63
63
  "require": "./dist/index.js"
64
64
  }
65
65
  },
66
- "version": "0.0.23"
66
+ "version": "0.0.24"
67
67
  }