@fixefy/fixefy-ui-utils 0.2.28 → 0.2.29

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.
@@ -46,7 +46,7 @@ declare module '@mui/material/styles' {
46
46
  status: StatusPaletteColorOptions;
47
47
  tag: TagPaletteColorOptions;
48
48
  invoiceState: InvoiceStatesPaletteColorOptions;
49
- reconcilationState: RecosStatesPaletteColorOptions;
49
+ recoState: RecosStatesPaletteColorOptions;
50
50
  trends: TrendsPaletteColorOptions;
51
51
  uploader: UploaderPaletteColorOptions;
52
52
  snackbar: SnackbarPaletteColorOptions;
@@ -78,7 +78,7 @@ declare module '@mui/material/styles' {
78
78
  status: StatusPaletteColorOptions;
79
79
  tag: TagPaletteColorOptions;
80
80
  invoiceState: InvoiceStatesPaletteColorOptions;
81
- reconcilationState: RecosStatesPaletteColorOptions;
81
+ recoState: RecosStatesPaletteColorOptions;
82
82
  snackbar: SnackbarPaletteColorOptions;
83
83
  notificationStatus: NotificationPaletteColorOptions;
84
84
  statistics: StatisticsPalleteColorOptions;
@@ -464,7 +464,7 @@ const theme = (0, _styles.createTheme)({
464
464
  light: '#FEFDF3'
465
465
  }
466
466
  },
467
- reconcilationState: {
467
+ recoState: {
468
468
  created: {
469
469
  border: '#87ACB6',
470
470
  background: '#87ACB6'
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.28"
59
+ "version": "0.2.29"
60
60
  }