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