@zac-apps/helium 1.3.0 → 2.0.0-beta.1
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 +7 -7
- package/package.json +23 -27
package/dist/index.js
CHANGED
|
@@ -571,9 +571,9 @@ function AddPrognoEntry(_ref5) {
|
|
|
571
571
|
input = _useState8[0],
|
|
572
572
|
SetInput = _useState8[1];
|
|
573
573
|
var _useState9 = useState(false),
|
|
574
|
-
|
|
575
|
-
error =
|
|
576
|
-
SetError =
|
|
574
|
+
_useState0 = _slicedToArray(_useState9, 2),
|
|
575
|
+
error = _useState0[0],
|
|
576
|
+
SetError = _useState0[1];
|
|
577
577
|
return /*#__PURE__*/jsxs(React.Fragment, {
|
|
578
578
|
children: [/*#__PURE__*/jsx(Divider, {
|
|
579
579
|
textAlign: "left",
|
|
@@ -617,10 +617,10 @@ function HePrognosis(_ref6) {
|
|
|
617
617
|
_useImmer2 = _slicedToArray(_useImmer, 2),
|
|
618
618
|
specs = _useImmer2[0],
|
|
619
619
|
SetSpecs = _useImmer2[1];
|
|
620
|
-
var
|
|
621
|
-
|
|
622
|
-
increments =
|
|
623
|
-
SetIncrements =
|
|
620
|
+
var _useState1 = useState([14, 30, 60, 90]),
|
|
621
|
+
_useState10 = _slicedToArray(_useState1, 2),
|
|
622
|
+
increments = _useState10[0],
|
|
623
|
+
SetIncrements = _useState10[1];
|
|
624
624
|
var currHeliumData = {};
|
|
625
625
|
Object.keys(specs).filter(function (spec) {
|
|
626
626
|
return specs[spec];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zac-apps/helium",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"rollup": "node_modules/rollup/dist/rollup.js",
|
|
6
6
|
"dev": "next dev",
|
|
@@ -28,44 +28,40 @@
|
|
|
28
28
|
"author": "ZAC",
|
|
29
29
|
"license": "CC-BY-SA-4.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@mui/icons-material": "^
|
|
32
|
-
"@mui/material": "^
|
|
33
|
-
"mathjs": "^
|
|
31
|
+
"@mui/icons-material": "^7.3.4",
|
|
32
|
+
"@mui/material": "^7.3.4",
|
|
33
|
+
"mathjs": "^15.0.0",
|
|
34
34
|
"moment": "^2.30.1",
|
|
35
|
-
"recharts": "^
|
|
35
|
+
"recharts": "^3.3.0",
|
|
36
36
|
"regression": "^2.0.1",
|
|
37
37
|
"use-immer": "^0.11.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
40
|
+
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
41
41
|
"@emotion/react": "^11.14.0",
|
|
42
|
-
"@emotion/styled": "^11.14.
|
|
43
|
-
"@rollup/plugin-babel": "^6.0
|
|
44
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
42
|
+
"@emotion/styled": "^11.14.1",
|
|
43
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
44
|
+
"@rollup/plugin-commonjs": "^28.0.9",
|
|
45
45
|
"@rollup/plugin-json": "^6.1.0",
|
|
46
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
46
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
47
47
|
"@semantic-release/git": "^10.0.1",
|
|
48
|
-
"@semantic-release/gitlab": "^13.2.
|
|
49
|
-
"@semantic-release/npm": "^
|
|
50
|
-
"@storybook/addon-
|
|
51
|
-
"@storybook/addon-
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@storybook/blocks": "^8.6.12",
|
|
55
|
-
"@storybook/nextjs": "^8.6.12",
|
|
56
|
-
"@storybook/react": "^8.6.12",
|
|
57
|
-
"@storybook/test": "^8.6.12",
|
|
48
|
+
"@semantic-release/gitlab": "^13.2.9",
|
|
49
|
+
"@semantic-release/npm": "^13.1.1",
|
|
50
|
+
"@storybook/addon-links": "^10.0.0",
|
|
51
|
+
"@storybook/addon-onboarding": "^10.0.0",
|
|
52
|
+
"@storybook/nextjs": "^10.0.0",
|
|
53
|
+
"@storybook/react": "^10.0.0",
|
|
58
54
|
"babel-loader": "^10.0.0",
|
|
59
55
|
"eslint": "^9",
|
|
60
|
-
"eslint-config-next": "
|
|
61
|
-
"eslint-plugin-storybook": "^0.
|
|
62
|
-
"next": "^
|
|
63
|
-
"rollup": "^4.
|
|
64
|
-
"semantic-release": "^
|
|
65
|
-
"storybook": "^
|
|
56
|
+
"eslint-config-next": "16.0.0",
|
|
57
|
+
"eslint-plugin-storybook": "^10.0.0",
|
|
58
|
+
"next": "^16",
|
|
59
|
+
"rollup": "^4.52.5",
|
|
60
|
+
"semantic-release": "^25.0.1",
|
|
61
|
+
"storybook": "^10.0.0"
|
|
66
62
|
},
|
|
67
63
|
"peerDependencies": {
|
|
68
|
-
"@zac-apps/commons": "^1",
|
|
64
|
+
"@zac-apps/commons": "^2.0.0-beta.1",
|
|
69
65
|
"react": "^18 || ^19",
|
|
70
66
|
"react-dom": "^18 || ^19"
|
|
71
67
|
},
|