@fixefy/fixefy-ui-utils 0.2.18 → 0.2.20
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,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { Theme } from '@mui/material/styles';
|
|
2
3
|
declare module '@mui/styles/defaultTheme' {
|
|
3
4
|
interface DefaultTheme extends Theme {
|
|
@@ -211,6 +212,7 @@ declare module '@mui/material/styles' {
|
|
|
211
212
|
interface TagPaletteColorOptions {
|
|
212
213
|
approved: StatusColorOption;
|
|
213
214
|
created: StatusColorOption;
|
|
215
|
+
credited: StatusColorOption;
|
|
214
216
|
declined: StatusColorOption;
|
|
215
217
|
in_dispute: StatusColorOption;
|
|
216
218
|
in_progress: StatusColorOption;
|
|
@@ -218,6 +220,7 @@ declare module '@mui/material/styles' {
|
|
|
218
220
|
pending: StatusColorOption;
|
|
219
221
|
closed: StatusColorOption;
|
|
220
222
|
refunded: StatusColorOption;
|
|
223
|
+
resolved: StatusColorOption;
|
|
221
224
|
low: StatusColorOption;
|
|
222
225
|
}
|
|
223
226
|
interface InvoiceStatesPaletteColorOptions {
|
|
@@ -341,6 +341,10 @@ const theme = (0, _styles.createTheme)({
|
|
|
341
341
|
border: '#ECC631',
|
|
342
342
|
background: '#ECC631'
|
|
343
343
|
},
|
|
344
|
+
credited: {
|
|
345
|
+
border: '#BB6BD9',
|
|
346
|
+
background: '#BB6BD9'
|
|
347
|
+
},
|
|
344
348
|
created: {
|
|
345
349
|
border: '#87ACB6',
|
|
346
350
|
background: '#87ACB6'
|
|
@@ -369,6 +373,10 @@ const theme = (0, _styles.createTheme)({
|
|
|
369
373
|
border: '#BB6BD9',
|
|
370
374
|
background: '#BB6BD9'
|
|
371
375
|
},
|
|
376
|
+
resolved: {
|
|
377
|
+
border: '#BB6BD9',
|
|
378
|
+
background: '#BB6BD9'
|
|
379
|
+
},
|
|
372
380
|
low: {
|
|
373
381
|
border: '#56CCF2',
|
|
374
382
|
background: '#88C00D'
|
package/package.json
CHANGED
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
"fs": false
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@mui/material": "
|
|
8
|
-
"@mui/styles": "
|
|
9
|
-
"convert-excel-to-json": "
|
|
10
|
-
"nookies": "
|
|
11
|
-
"react": "
|
|
12
|
-
"react-dom": "
|
|
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"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@types/convert-excel-to-json": "
|
|
16
|
-
"@types/node": "
|
|
17
|
-
"@types/nookies": "
|
|
18
|
-
"@types/react": "
|
|
19
|
-
"@typescript-eslint/eslint-plugin": "
|
|
20
|
-
"@typescript-eslint/parser": "
|
|
21
|
-
"eslint": "
|
|
22
|
-
"eslint-config-prettier": "
|
|
23
|
-
"eslint-plugin-prettier": "
|
|
24
|
-
"eslint-plugin-react": "
|
|
25
|
-
"eslint-plugin-react-hooks": "
|
|
26
|
-
"prettier": "
|
|
27
|
-
"typescript": "
|
|
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.
|
|
59
|
+
"version": "0.2.20"
|
|
60
60
|
}
|