@fixefy/fixefy-ui-utils 0.2.20 → 0.2.22

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Theme } from '@mui/material/styles';
3
2
  declare module '@mui/styles/defaultTheme' {
4
3
  interface DefaultTheme extends Theme {
@@ -206,6 +205,7 @@ declare module '@mui/material/styles' {
206
205
  in_review: StatusColorOption;
207
206
  no_pricing: StatusColorOption;
208
207
  pending: StatusColorOption;
208
+ pending_refund: StatusColorOption;
209
209
  resolved: StatusColorOption;
210
210
  submitted_for_billing: StatusColorOption;
211
211
  }
@@ -218,6 +218,7 @@ declare module '@mui/material/styles' {
218
218
  in_progress: StatusColorOption;
219
219
  paid: StatusColorOption;
220
220
  pending: StatusColorOption;
221
+ pending_refund: StatusColorOption;
221
222
  closed: StatusColorOption;
222
223
  refunded: StatusColorOption;
223
224
  resolved: StatusColorOption;
@@ -232,6 +233,7 @@ declare module '@mui/material/styles' {
232
233
  in_dispute: StatusColorOption;
233
234
  in_progress: StatusColorOption;
234
235
  paid: StatusColorOption;
236
+ pending_refund: StatusColorOption;
235
237
  closed: StatusColorOption;
236
238
  submitted_for_billing: StatusColorOption;
237
239
  }
@@ -319,6 +319,11 @@ const theme = (0, _styles.createTheme)({
319
319
  border: '#ECC631',
320
320
  background: '#FEFDF3'
321
321
  },
322
+ pending_refund: {
323
+ border: '#2D9CDB',
324
+ background: '#2D9CDB',
325
+ light: '#F1FBFE'
326
+ },
322
327
  resolved: {
323
328
  border: '#BB6BD9',
324
329
  background: '#FAF6FE'
@@ -365,6 +370,11 @@ const theme = (0, _styles.createTheme)({
365
370
  border: '#BB6BD9',
366
371
  background: '#BB6BD9'
367
372
  },
373
+ pending_refund: {
374
+ border: '#2D9CDB',
375
+ background: '#2D9CDB',
376
+ light: '#F1FBFE'
377
+ },
368
378
  closed: {
369
379
  border: '#8B9092',
370
380
  background: '#8B9092'
@@ -418,6 +428,11 @@ const theme = (0, _styles.createTheme)({
418
428
  background: '#BB6BD9',
419
429
  light: '#FBF6FD'
420
430
  },
431
+ pending_refund: {
432
+ border: '#2D9CDB',
433
+ background: '#2D9CDB',
434
+ light: '#F1FBFE'
435
+ },
421
436
  closed: {
422
437
  border: '#8B9092',
423
438
  background: '#8B9092',
package/package.json CHANGED
@@ -4,27 +4,27 @@
4
4
  "fs": false
5
5
  },
6
6
  "dependencies": {
7
- "@mui/material": "5.15.19",
8
- "@mui/styles": "5.15.19",
9
- "convert-excel-to-json": "1.7.0",
10
- "nookies": "2.5.2",
11
- "react": "18.3.1",
12
- "react-dom": "18.3.1"
7
+ "@mui/material": "^5.16.7",
8
+ "@mui/styles": "^5.16.7",
9
+ "convert-excel-to-json": "^1.7.0",
10
+ "nookies": "^2.5.2",
11
+ "react": "^18.3.1",
12
+ "react-dom": "^18.3.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/convert-excel-to-json": "1.7.4",
16
- "@types/node": "20.14.0",
17
- "@types/nookies": "2.0.3",
18
- "@types/react": "18.3.3",
19
- "@typescript-eslint/eslint-plugin": "7.12.0",
20
- "@typescript-eslint/parser": "7.12.0",
21
- "eslint": "9.4.0",
22
- "eslint-config-prettier": "9.1.0",
23
- "eslint-plugin-prettier": "5.1.3",
24
- "eslint-plugin-react": "7.34.2",
25
- "eslint-plugin-react-hooks": "4.6.2",
26
- "prettier": "3.3.0",
27
- "typescript": "5.4.5"
15
+ "@types/convert-excel-to-json": "^1.7.4",
16
+ "@types/node": "^20.14.0",
17
+ "@types/nookies": "^2.0.3",
18
+ "@types/react": "^18.3.3",
19
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
20
+ "@typescript-eslint/parser": "^7.12.0",
21
+ "eslint": "^9.4.0",
22
+ "eslint-config-prettier": "^9.1.0",
23
+ "eslint-plugin-prettier": "^5.1.3",
24
+ "eslint-plugin-react": "^7.34.2",
25
+ "eslint-plugin-react-hooks": "^4.6.2",
26
+ "prettier": "^3.3.0",
27
+ "typescript": "^5.4.5"
28
28
  },
29
29
  "license": "MIT",
30
30
  "name": "@fixefy/fixefy-ui-utils",
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.20"
59
+ "version": "0.2.22"
60
60
  }