@traund/orquezta-widget-calculator 1.0.4 → 1.1.0
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.js +1176 -978
- package/dist/index.js.map +1 -1
- package/dist/module.js +1098 -900
- package/dist/module.js.map +1 -1
- package/package.json +36 -31
- package/src/calculatorV2.js +824 -824
- package/src/components/disclaimers.jsx +29 -30
- package/src/components/fees.jsx +80 -79
- package/src/components/inputAmount.js +48 -39
- package/src/components/paymentMethodSelector.jsx +4 -4
- package/src/components/simulatorStyles.js +5 -2
- package/src/components/taxFeeAlert.js +3 -5
- package/src/core/signature.js +1 -2
- package/src/firebase.config.js +1 -1
- package/src/index.js +38 -11
- package/src/model/enums.js +0 -1
- package/src/simulator.js +49 -35
- package/src/theme.js +99 -0
- package/src/utils/operationsHelper.js +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@traund/orquezta-widget-calculator",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Calculator React component",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.js",
|
|
@@ -14,51 +14,56 @@
|
|
|
14
14
|
"author": "Traund",
|
|
15
15
|
"license": "ISC",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@babel/preset-react": "^7.
|
|
18
|
-
"@parcel/transformer-sass": "^2.
|
|
19
|
-
"@rollup/plugin-node-resolve": "^
|
|
20
|
-
"parcel": "^2.
|
|
21
|
-
"react": "^
|
|
22
|
-
"react-dom": "^
|
|
23
|
-
"sass": "^1.
|
|
17
|
+
"@babel/preset-react": "^7.24.1",
|
|
18
|
+
"@parcel/transformer-sass": "^2.12.0",
|
|
19
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
20
|
+
"parcel": "^2.12.0",
|
|
21
|
+
"react": "^19.0.0",
|
|
22
|
+
"react-dom": "^19.0.0",
|
|
23
|
+
"sass": "^1.77.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@babel/preset-react": "^7.
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
29
|
-
"@material
|
|
30
|
-
"@
|
|
26
|
+
"@babel/preset-react": "^7.24.1",
|
|
27
|
+
"@emotion/react": "^11.11.3",
|
|
28
|
+
"@emotion/styled": "^11.11.0",
|
|
29
|
+
"@mui/material": "^6.1.0",
|
|
30
|
+
"@mui/icons-material": "^6.1.0",
|
|
31
|
+
"@mui/lab": "^6.0.0-alpha.173",
|
|
32
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
31
33
|
"axios": "^0.21.1",
|
|
32
|
-
"dayjs": "^1.11.
|
|
34
|
+
"dayjs": "^1.11.10",
|
|
33
35
|
"dayjs-business-time": "^1.0.4",
|
|
34
36
|
"firebase": "^8.3.2",
|
|
35
|
-
"match-sorter": "^
|
|
36
|
-
"moment": "^2.
|
|
37
|
-
"parcel": "^2.
|
|
38
|
-
"react": "^
|
|
39
|
-
"react-countdown": "^2.3.
|
|
40
|
-
"react-dom": "^
|
|
41
|
-
"react-moment": "^1.1.
|
|
37
|
+
"match-sorter": "^6.3.1",
|
|
38
|
+
"moment": "^2.30.1",
|
|
39
|
+
"parcel": "^2.12.0",
|
|
40
|
+
"react": "^19.0.0",
|
|
41
|
+
"react-countdown": "^2.3.5",
|
|
42
|
+
"react-dom": "^19.0.0",
|
|
43
|
+
"react-moment": "^1.1.3",
|
|
42
44
|
"react-world-flags": "^1.4.0",
|
|
43
|
-
"rollup": "^
|
|
45
|
+
"rollup": "^4.10.0",
|
|
44
46
|
"rollup-plugin-babel": "^4.4.0",
|
|
45
47
|
"rollup-plugin-peer-deps-external": "^2.2.4"
|
|
46
48
|
},
|
|
47
49
|
"dependencies": {
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@material
|
|
51
|
-
"
|
|
50
|
+
"@emotion/react": "^11.11.3",
|
|
51
|
+
"@emotion/styled": "^11.11.0",
|
|
52
|
+
"@mui/material": "^6.1.0",
|
|
53
|
+
"@mui/icons-material": "^6.1.0",
|
|
54
|
+
"@mui/lab": "^6.0.0-alpha.173",
|
|
55
|
+
"aws-sdk": "^2.1555.0",
|
|
52
56
|
"axios": "^0.21.1",
|
|
53
57
|
"crypto-js": "^4.2.0",
|
|
54
|
-
"dayjs": "^1.11.
|
|
58
|
+
"dayjs": "^1.11.10",
|
|
55
59
|
"dayjs-business-time": "^1.0.4",
|
|
56
60
|
"firebase": "^8.3.2",
|
|
57
|
-
"
|
|
58
|
-
"
|
|
61
|
+
"lucide-react": "^0.523.0",
|
|
62
|
+
"match-sorter": "^6.3.1",
|
|
63
|
+
"moment": "^2.30.1",
|
|
59
64
|
"react-circle-flags": "^0.0.17",
|
|
60
|
-
"react-countdown": "^2.3.
|
|
61
|
-
"react-moment": "^1.1.
|
|
65
|
+
"react-countdown": "^2.3.5",
|
|
66
|
+
"react-moment": "^1.1.3",
|
|
62
67
|
"react-world-flags": "^1.4.0"
|
|
63
68
|
}
|
|
64
69
|
}
|