@allurereport/web-components 3.0.0-beta.20 → 3.0.0-beta.22
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.d.ts +63 -11
- package/dist/index.js +4 -17
- package/dist/index.js.map +1 -1
- package/package.json +21 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allurereport/web-components",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.22",
|
|
4
4
|
"description": "Collection of Preact components used across the web Allure reports",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"allure",
|
|
@@ -40,16 +40,24 @@
|
|
|
40
40
|
"test": "vitest run"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@allurereport/
|
|
43
|
+
"@allurereport/charts-api": "3.0.0-beta.22",
|
|
44
|
+
"@allurereport/web-commons": "3.0.0-beta.22",
|
|
44
45
|
"@floating-ui/dom": "^1.6.13",
|
|
45
|
-
"@nivo/bar": "^0.
|
|
46
|
-
"@nivo/core": "^0.
|
|
47
|
-
"@nivo/
|
|
48
|
-
"@nivo/
|
|
49
|
-
"@nivo/
|
|
46
|
+
"@nivo/bar": "^0.99.0",
|
|
47
|
+
"@nivo/core": "^0.99.0",
|
|
48
|
+
"@nivo/funnel": "^0.99.0",
|
|
49
|
+
"@nivo/heatmap": "^0.99.0",
|
|
50
|
+
"@nivo/line": "^0.99.0",
|
|
51
|
+
"@nivo/text": "^0.99.0",
|
|
52
|
+
"@nivo/theming": "^0.99.0",
|
|
53
|
+
"@nivo/treemap": "^0.99.0",
|
|
54
|
+
"@preact/compat": "^18.3.1",
|
|
50
55
|
"@preact/signals": "^1.3.0",
|
|
56
|
+
"@react-spring/web": "^10.0.3",
|
|
51
57
|
"clsx": "^2.1.1",
|
|
58
|
+
"d3-format": "^3.1.0",
|
|
52
59
|
"d3-shape": "^3.2.0",
|
|
60
|
+
"lodash": "^4.17.21",
|
|
53
61
|
"preact": "^10.24.0",
|
|
54
62
|
"prismjs": "^1.30.0",
|
|
55
63
|
"react": "npm:@preact/compat@*",
|
|
@@ -58,19 +66,17 @@
|
|
|
58
66
|
"sortablejs": "^1.15.6"
|
|
59
67
|
},
|
|
60
68
|
"devDependencies": {
|
|
61
|
-
"@allurereport/core-api": "3.0.0-beta.
|
|
69
|
+
"@allurereport/core-api": "3.0.0-beta.22",
|
|
62
70
|
"@babel/core": "^7.27.4",
|
|
63
71
|
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
64
72
|
"@babel/preset-env": "^7.27.2",
|
|
65
73
|
"@babel/preset-typescript": "^7.27.1",
|
|
66
74
|
"@chromatic-com/storybook": "^3.2.3",
|
|
67
75
|
"@eslint/js": "^9.10.0",
|
|
68
|
-
"@nivo/axes": "^0.
|
|
69
|
-
"@nivo/legends": "^0.
|
|
70
|
-
"@nivo/scales": "^0.
|
|
71
|
-
"@preact/compat": "^18.3.1",
|
|
76
|
+
"@nivo/axes": "^0.99.0",
|
|
77
|
+
"@nivo/legends": "^0.99.0",
|
|
78
|
+
"@nivo/scales": "^0.99.0",
|
|
72
79
|
"@preact/preset-vite": "^2.9.4",
|
|
73
|
-
"@preact/signals": "^1.3.0",
|
|
74
80
|
"@rollup/plugin-alias": "^5.1.1",
|
|
75
81
|
"@rollup/plugin-babel": "^6.0.4",
|
|
76
82
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
@@ -95,8 +101,10 @@
|
|
|
95
101
|
"@testing-library/jest-dom": "^6.6.3",
|
|
96
102
|
"@testing-library/preact": "^3.2.4",
|
|
97
103
|
"@types/babel__core": "^7.20.5",
|
|
104
|
+
"@types/d3-format": "^3",
|
|
98
105
|
"@types/d3-shape": "^3.1.6",
|
|
99
106
|
"@types/eslint": "^8.56.11",
|
|
107
|
+
"@types/lodash": "^4",
|
|
100
108
|
"@types/md5": "^2.3.5",
|
|
101
109
|
"@types/node": "^20.17.9",
|
|
102
110
|
"@types/prismjs": "^1.26.5",
|
|
@@ -112,7 +120,6 @@
|
|
|
112
120
|
"babel-plugin-prismjs": "^2.1.0",
|
|
113
121
|
"clsx": "^2.1.1",
|
|
114
122
|
"css-loader": "^7.1.2",
|
|
115
|
-
"d3-shape": "^3.2.0",
|
|
116
123
|
"eslint": "^8.57.0",
|
|
117
124
|
"eslint-config-preact": "^1.5.0",
|
|
118
125
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -134,7 +141,6 @@
|
|
|
134
141
|
"npm-run-all2": "^7.0.1",
|
|
135
142
|
"postcss": "^8.5.6",
|
|
136
143
|
"postcss-import": "^16.1.0",
|
|
137
|
-
"preact": "^10.24.0",
|
|
138
144
|
"rimraf": "^6.0.1",
|
|
139
145
|
"rollup": "^4.43.0",
|
|
140
146
|
"rollup-plugin-copy": "^3.5.0",
|