remoraid 3.1.1 → 3.3.2
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/README.md +5 -1
- package/dist/core/index.cjs +70 -36
- package/dist/core/index.d.ts +11 -11
- package/dist/core/index.js +77 -41
- package/dist/core/styles.css +73 -16
- package/dist/data-visualization/index.cjs +6546 -0
- package/dist/data-visualization/index.d.ts +529 -0
- package/dist/data-visualization/index.js +6584 -0
- package/dist/jsonforms/index.cjs +150 -2294
- package/dist/jsonforms/index.js +98 -2358
- package/package.json +29 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "remoraid",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"author": "Konrad Goldammer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,10 +17,15 @@
|
|
|
17
17
|
"@jsonforms/core": "^3.5.1",
|
|
18
18
|
"@jsonforms/react": "^3.5.1",
|
|
19
19
|
"@jsonforms/vanilla-renderers": "^3.5.1",
|
|
20
|
-
"@mantine/
|
|
21
|
-
"@mantine/
|
|
22
|
-
"@mantine/
|
|
23
|
-
"@mantine/
|
|
20
|
+
"@mantine/charts": "^9.2.0",
|
|
21
|
+
"@mantine/core": "^9.2.0",
|
|
22
|
+
"@mantine/dates": "^9.2.0",
|
|
23
|
+
"@mantine/hooks": "^9.2.0",
|
|
24
|
+
"@mantine/modals": "^9.2.0",
|
|
25
|
+
"@nivo/colors": "^0.99.0",
|
|
26
|
+
"@nivo/core": "^0.99.0",
|
|
27
|
+
"@nivo/stream": "^0.99.0",
|
|
28
|
+
"@nivo/theming": "^0.99.0",
|
|
24
29
|
"@tabler/icons-react": "^3.42.0",
|
|
25
30
|
"@types/bun": "^1.3.13",
|
|
26
31
|
"@types/css-modules": "^1.0.5",
|
|
@@ -28,6 +33,8 @@
|
|
|
28
33
|
"@types/react": "^19.2.14",
|
|
29
34
|
"@types/react-dom": "^19.2.3",
|
|
30
35
|
"bun-dts": "^0.1.22",
|
|
36
|
+
"d3-array": "^3.2.4",
|
|
37
|
+
"d3-scale-chromatic": "^3.1.0",
|
|
31
38
|
"dayjs": "^1.11.0",
|
|
32
39
|
"next": "^16.0.3",
|
|
33
40
|
"react": "^19.2.0",
|
|
@@ -39,17 +46,24 @@
|
|
|
39
46
|
"@jsonforms/core": "^3.5.1",
|
|
40
47
|
"@jsonforms/react": "^3.5.1",
|
|
41
48
|
"@jsonforms/vanilla-renderers": "^3.5.1",
|
|
42
|
-
"@mantine/
|
|
43
|
-
"@mantine/
|
|
44
|
-
"@mantine/
|
|
45
|
-
"@mantine/
|
|
49
|
+
"@mantine/charts": "^9.2.0",
|
|
50
|
+
"@mantine/core": "^9.2.0",
|
|
51
|
+
"@mantine/dates": "^9.2.0",
|
|
52
|
+
"@mantine/hooks": "^9.2.0",
|
|
53
|
+
"@mantine/modals": "^9.2.0",
|
|
54
|
+
"@nivo/colors": "^0.99.0",
|
|
55
|
+
"@nivo/core": "^0.99.0",
|
|
56
|
+
"@nivo/stream": "^0.99.0",
|
|
57
|
+
"@nivo/theming": "^0.99.0",
|
|
46
58
|
"@tabler/icons-react": "^3.42.0",
|
|
59
|
+
"d3-array": "^3.2.4",
|
|
60
|
+
"d3-scale-chromatic": "^3.1.0",
|
|
47
61
|
"dayjs": "^1.11.0",
|
|
48
62
|
"next": "^16.0.3",
|
|
49
63
|
"react": "^19.2.0",
|
|
50
64
|
"react-cookie": "^8.0.1",
|
|
51
65
|
"react-dom": "^19.2.0",
|
|
52
|
-
"react-router-dom": "^7.
|
|
66
|
+
"react-router-dom": "^7.0.0"
|
|
53
67
|
},
|
|
54
68
|
"peerDependenciesMeta": {
|
|
55
69
|
"next": {
|
|
@@ -83,6 +97,11 @@
|
|
|
83
97
|
"import": "./dist/modals/index.js",
|
|
84
98
|
"require": "./dist/modals/index.cjs"
|
|
85
99
|
},
|
|
100
|
+
"./data-visualization": {
|
|
101
|
+
"types": "./dist/data-visualization/index.d.ts",
|
|
102
|
+
"import": "./dist/data-visualization/index.js",
|
|
103
|
+
"require": "./dist/data-visualization/index.cjs"
|
|
104
|
+
},
|
|
86
105
|
"./adapters/next": {
|
|
87
106
|
"types": "./dist/adapters/next/index.d.ts",
|
|
88
107
|
"import": "./dist/adapters/next/index.js",
|