@fixefy/fixefy-ui-utils 0.0.30 → 0.0.32

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.
package/dist/index.d.ts CHANGED
@@ -11,6 +11,7 @@ export * from './json';
11
11
  export * from './page_context';
12
12
  export * from './redirect';
13
13
  export * from './renderer';
14
+ export * from './transform';
14
15
  export * from './types';
15
16
  export * from './validate';
16
17
  import getPageContext from './page_context';
package/dist/index.js CHANGED
@@ -21,6 +21,7 @@ _export_star(require("./json"), exports);
21
21
  const _page_context = /*#__PURE__*/ _interop_require_default(_export_star(require("./page_context"), exports));
22
22
  _export_star(require("./redirect"), exports);
23
23
  _export_star(require("./renderer"), exports);
24
+ _export_star(require("./transform"), exports);
24
25
  _export_star(require("./types"), exports);
25
26
  _export_star(require("./validate"), exports);
26
27
  function _export_star(from, to) {
@@ -168,7 +168,6 @@ declare module '@mui/material/styles' {
168
168
  interface StatusPaletteColorOptions {
169
169
  active: StatusColorOption;
170
170
  approve: StatusColorOption;
171
- approved: StatusColorOption;
172
171
  challenge: StatusColorOption;
173
172
  challenged: StatusColorOption;
174
173
  declined: StatusColorOption;
@@ -176,7 +175,6 @@ declare module '@mui/material/styles' {
176
175
  duplicate: StatusColorOption;
177
176
  duplicated: StatusColorOption;
178
177
  gold: StatusColorOption;
179
- in_dispute: StatusColorOption;
180
178
  in_progress: StatusColorOption;
181
179
  in_review: StatusColorOption;
182
180
  no_pricing: StatusColorOption;
@@ -189,7 +187,6 @@ declare module '@mui/material/styles' {
189
187
  in_dispute: StatusColorOption;
190
188
  in_progress: StatusColorOption;
191
189
  paid: StatusColorOption;
192
- pending: StatusColorOption;
193
190
  closed: StatusColorOption;
194
191
  refunded: StatusColorOption;
195
192
  low: StatusColorOption;
@@ -226,10 +226,6 @@ const theme = (0, _styles.createTheme)({
226
226
  border: '#88C00D',
227
227
  background: '#F9FCF3'
228
228
  },
229
- approved: {
230
- border: '#27AE60',
231
- background: '#EEF9F2'
232
- },
233
229
  challenge: {
234
230
  border: '#F7C08F',
235
231
  background: '#FEFAF6'
@@ -258,10 +254,6 @@ const theme = (0, _styles.createTheme)({
258
254
  border: '#C4A603',
259
255
  background: '#FEFDF3'
260
256
  },
261
- in_dispute: {
262
- border: '#F2994A',
263
- background: '#FEF7F1'
264
- },
265
257
  in_progress: {
266
258
  border: '#56CCF2',
267
259
  background: '#F1FBFE'
@@ -284,10 +276,6 @@ const theme = (0, _styles.createTheme)({
284
276
  border: '#27AE60',
285
277
  background: '#27AE60'
286
278
  },
287
- pending: {
288
- border: '#ECC631',
289
- background: '#ECC631'
290
- },
291
279
  created: {
292
280
  border: '#87ACB6',
293
281
  background: '#87ACB6'
@@ -297,8 +285,8 @@ const theme = (0, _styles.createTheme)({
297
285
  background: '#EB5757'
298
286
  },
299
287
  in_dispute: {
300
- border: '#EC6AC8',
301
- background: '#EC6AC8'
288
+ border: '#56CCF2',
289
+ background: '#56CCF2'
302
290
  },
303
291
  in_progress: {
304
292
  border: '#56CCF2',
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.32"
67
67
  }