@ssa-ui-kit/widgets 2.30.0 → 2.32.0-canary-b64be64-20251219
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/components/AccountKeys/useAccountKeys.d.ts +3 -3
- package/dist/components/HeartRate/HeartRateLineChart.d.ts +5 -2
- package/dist/components/HeartRate/types.d.ts +2 -2
- package/dist/components/MarginInfo/MarginInfo.d.ts +1 -1
- package/dist/components/MarginInfo/styles.d.ts +0 -1
- package/dist/components/MarginInfo/types.d.ts +3 -0
- package/dist/components/MealNutrients/MealNutrientsLineChart.d.ts +5 -2
- package/dist/components/MealNutrients/chartDefaultConfig.d.ts +4 -1
- package/dist/components/MealNutrients/types.d.ts +8 -8
- package/dist/components/TradingInfoCard/types.d.ts +1 -1
- package/dist/index.js +20 -11
- package/dist/index.js.map +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssa-ui-kit/widgets",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.32.0-canary-b64be64-20251219",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@floating-ui/react": "0.27.4",
|
|
27
|
-
"dotenv": "
|
|
28
|
-
"loose-envify": "
|
|
29
|
-
"@ssa-ui-kit/core": "^2.
|
|
30
|
-
"@ssa-ui-kit/hooks": "^2.
|
|
31
|
-
"@ssa-ui-kit/utils": "^2.
|
|
27
|
+
"dotenv": "16.0.3",
|
|
28
|
+
"loose-envify": "1.4.0",
|
|
29
|
+
"@ssa-ui-kit/core": "^2.32.0-canary-b64be64-20251219",
|
|
30
|
+
"@ssa-ui-kit/hooks": "^2.32.0-canary-b64be64-20251219",
|
|
31
|
+
"@ssa-ui-kit/utils": "^2.32.0-canary-b64be64-20251219"
|
|
32
32
|
},
|
|
33
33
|
"browserslist": [
|
|
34
34
|
">0.1%",
|
|
@@ -36,28 +36,28 @@
|
|
|
36
36
|
"not op_mini all"
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@emotion/css": "
|
|
40
|
-
"@emotion/jest": "
|
|
41
|
-
"@emotion/react": "
|
|
42
|
-
"@emotion/styled": "
|
|
43
|
-
"@nivo/core": "
|
|
44
|
-
"@nivo/line": "
|
|
45
|
-
"@nivo/pie": "
|
|
46
|
-
"@nivo/scales": "
|
|
47
|
-
"@playwright/test": "
|
|
48
|
-
"@pmmmwh/react-refresh-webpack-plugin": "
|
|
49
|
-
"html-webpack-plugin": "
|
|
39
|
+
"@emotion/css": "11.13.5",
|
|
40
|
+
"@emotion/jest": "11.14.2",
|
|
41
|
+
"@emotion/react": "11.14.0",
|
|
42
|
+
"@emotion/styled": "11.14.0",
|
|
43
|
+
"@nivo/core": "0.99.0",
|
|
44
|
+
"@nivo/line": "0.99.0",
|
|
45
|
+
"@nivo/pie": "0.99.0",
|
|
46
|
+
"@nivo/scales": "0.99.0",
|
|
47
|
+
"@playwright/test": "1.57.0",
|
|
48
|
+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.17",
|
|
49
|
+
"html-webpack-plugin": "5.6.5"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@emotion/css": "^11.13.5",
|
|
53
53
|
"@emotion/react": "^11.14.0",
|
|
54
54
|
"@emotion/styled": "^11.14.0",
|
|
55
|
-
"@nivo/core": "^0.
|
|
56
|
-
"@nivo/line": "^0.
|
|
57
|
-
"@nivo/pie": "^0.
|
|
58
|
-
"@nivo/scales": "^0.
|
|
59
|
-
"react": "18.x",
|
|
60
|
-
"react-dom": "18.x",
|
|
55
|
+
"@nivo/core": "^0.99.0",
|
|
56
|
+
"@nivo/line": "^0.99.0",
|
|
57
|
+
"@nivo/pie": "^0.99.0",
|
|
58
|
+
"@nivo/scales": "^0.99.0",
|
|
59
|
+
"react": "18.x || 19.x",
|
|
60
|
+
"react-dom": "18.x || 19.x",
|
|
61
61
|
"react-hook-form": "^7.46.1",
|
|
62
62
|
"react-router-dom": "6.x || 7.x"
|
|
63
63
|
},
|