@public-ui/visual-tests 4.1.5-rc.0 → 4.1.5-rc.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/package.json +3 -4
- package/tests/sample-app.routes.js +12 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "4.1.5-rc.
|
|
3
|
+
"version": "4.1.5-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,15 +29,14 @@
|
|
|
29
29
|
"axe-html-reporter": "2.2.11",
|
|
30
30
|
"http-server": "14.1.1",
|
|
31
31
|
"portfinder": "1.0.38",
|
|
32
|
-
"@public-ui/sample-react": "4.1.5-rc.
|
|
32
|
+
"@public-ui/sample-react": "4.1.5-rc.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/eslint-parser": "7.28.6",
|
|
36
35
|
"@eslint/js": "9.39.4",
|
|
37
36
|
"@playwright/test": "1.59.1",
|
|
38
37
|
"eslint": "9.39.4",
|
|
39
38
|
"globals": "17.6.0",
|
|
40
|
-
"knip": "
|
|
39
|
+
"knip": "6.12.1",
|
|
41
40
|
"prettier": "3.8.3",
|
|
42
41
|
"prettier-plugin-organize-imports": "4.3.0"
|
|
43
42
|
},
|
|
@@ -296,7 +296,7 @@ ROUTES.set('heading/paragraph', {
|
|
|
296
296
|
},
|
|
297
297
|
},
|
|
298
298
|
});
|
|
299
|
-
ROUTES.set('icon/font
|
|
299
|
+
ROUTES.set('icon/font', {
|
|
300
300
|
snapshot: {
|
|
301
301
|
viewportSize: {
|
|
302
302
|
width: 250,
|
|
@@ -1057,6 +1057,17 @@ ROUTES.set('table/sticky-cols', {
|
|
|
1057
1057
|
},
|
|
1058
1058
|
},
|
|
1059
1059
|
});
|
|
1060
|
+
ROUTES.set('table/variant', {
|
|
1061
|
+
snapshot: {
|
|
1062
|
+
viewportSize: {
|
|
1063
|
+
width: 1000,
|
|
1064
|
+
height: 0,
|
|
1065
|
+
},
|
|
1066
|
+
zoom: {
|
|
1067
|
+
skip: true,
|
|
1068
|
+
},
|
|
1069
|
+
},
|
|
1070
|
+
});
|
|
1060
1071
|
ROUTES.set('tabs/basic', {
|
|
1061
1072
|
snapshot: {
|
|
1062
1073
|
zoom: {
|