remoraid 2.45.0 → 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 +22 -3
- package/dist/core/index.cjs +113 -67
- package/dist/core/index.d.ts +19 -17
- package/dist/core/index.js +127 -79
- 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 +155 -2287
- package/dist/jsonforms/index.js +104 -2352
- package/package.json +54 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "remoraid",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"author": "Konrad Goldammer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,32 +8,62 @@
|
|
|
8
8
|
},
|
|
9
9
|
"main": "./dist/index.cjs",
|
|
10
10
|
"module": "./dist/index.js",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"clsx": "^2.1.1",
|
|
13
|
+
"lodash": "^4.17.21",
|
|
14
|
+
"type-fest": "^4.41.0"
|
|
15
|
+
},
|
|
11
16
|
"devDependencies": {
|
|
12
|
-
"@
|
|
17
|
+
"@jsonforms/core": "^3.5.1",
|
|
18
|
+
"@jsonforms/react": "^3.5.1",
|
|
19
|
+
"@jsonforms/vanilla-renderers": "^3.5.1",
|
|
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",
|
|
29
|
+
"@tabler/icons-react": "^3.42.0",
|
|
30
|
+
"@types/bun": "^1.3.13",
|
|
13
31
|
"@types/css-modules": "^1.0.5",
|
|
14
32
|
"@types/lodash": "^4.17.17",
|
|
15
|
-
"@types/react": "^19.
|
|
16
|
-
"@types/react-dom": "^19.
|
|
33
|
+
"@types/react": "^19.2.14",
|
|
34
|
+
"@types/react-dom": "^19.2.3",
|
|
17
35
|
"bun-dts": "^0.1.22",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
36
|
+
"d3-array": "^3.2.4",
|
|
37
|
+
"d3-scale-chromatic": "^3.1.0",
|
|
38
|
+
"dayjs": "^1.11.0",
|
|
39
|
+
"next": "^16.0.3",
|
|
40
|
+
"react": "^19.2.0",
|
|
20
41
|
"react-cookie": "^8.0.1",
|
|
21
|
-
"react-
|
|
42
|
+
"react-dom": "^19.2.0",
|
|
43
|
+
"react-router-dom": "^7.14.2"
|
|
22
44
|
},
|
|
23
45
|
"peerDependencies": {
|
|
24
|
-
"react": "^19.1.0",
|
|
25
|
-
"react-dom": "^19.1.0",
|
|
26
|
-
"react-cookie": "^8.0.1",
|
|
27
|
-
"next": "16.0.3",
|
|
28
|
-
"react-router-dom": "^7.12.0",
|
|
29
|
-
"@mantine/core": "^7.17.4",
|
|
30
|
-
"@mantine/hooks": "^7.17.4",
|
|
31
|
-
"@mantine/dates": "7.17.4",
|
|
32
|
-
"@mantine/modals": "7.17.4",
|
|
33
|
-
"@tabler/icons-react": "^3.31.0",
|
|
34
46
|
"@jsonforms/core": "^3.5.1",
|
|
35
47
|
"@jsonforms/react": "^3.5.1",
|
|
36
|
-
"@jsonforms/vanilla-renderers": "^3.5.1"
|
|
48
|
+
"@jsonforms/vanilla-renderers": "^3.5.1",
|
|
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",
|
|
58
|
+
"@tabler/icons-react": "^3.42.0",
|
|
59
|
+
"d3-array": "^3.2.4",
|
|
60
|
+
"d3-scale-chromatic": "^3.1.0",
|
|
61
|
+
"dayjs": "^1.11.0",
|
|
62
|
+
"next": "^16.0.3",
|
|
63
|
+
"react": "^19.2.0",
|
|
64
|
+
"react-cookie": "^8.0.1",
|
|
65
|
+
"react-dom": "^19.2.0",
|
|
66
|
+
"react-router-dom": "^7.0.0"
|
|
37
67
|
},
|
|
38
68
|
"peerDependenciesMeta": {
|
|
39
69
|
"next": {
|
|
@@ -67,6 +97,11 @@
|
|
|
67
97
|
"import": "./dist/modals/index.js",
|
|
68
98
|
"require": "./dist/modals/index.cjs"
|
|
69
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
|
+
},
|
|
70
105
|
"./adapters/next": {
|
|
71
106
|
"types": "./dist/adapters/next/index.d.ts",
|
|
72
107
|
"import": "./dist/adapters/next/index.js",
|
|
@@ -93,10 +128,5 @@
|
|
|
93
128
|
"build": "bun run build.ts",
|
|
94
129
|
"prepublishOnly": "bun run build"
|
|
95
130
|
},
|
|
96
|
-
"type": "module"
|
|
97
|
-
"dependencies": {
|
|
98
|
-
"clsx": "^2.1.1",
|
|
99
|
-
"lodash": "^4.17.21",
|
|
100
|
-
"type-fest": "^4.41.0"
|
|
101
|
-
}
|
|
131
|
+
"type": "module"
|
|
102
132
|
}
|