@public-ui/visual-tests 4.1.4 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/visual-tests",
3
- "version": "4.1.4",
3
+ "version": "4.1.5-rc.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -25,19 +25,18 @@
25
25
  "kolibri-visual-test": "src/index.js"
26
26
  },
27
27
  "dependencies": {
28
- "@axe-core/playwright": "4.11.2",
28
+ "@axe-core/playwright": "4.11.3",
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.4"
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
- "globals": "17.5.0",
40
- "knip": "5.88.1",
38
+ "globals": "17.6.0",
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-awesome', {
299
+ ROUTES.set('icon/font', {
300
300
  snapshot: {
301
301
  viewportSize: {
302
302
  width: 250,
@@ -710,6 +710,20 @@ ROUTES.set('pagination/basic', {
710
710
  },
711
711
  },
712
712
  });
713
+ ROUTES.set('pagination/button-visibility', {
714
+ snapshot: {
715
+ zoom: {
716
+ skip: true,
717
+ },
718
+ },
719
+ });
720
+ ROUTES.set('pagination/sibling-boundary', {
721
+ snapshot: {
722
+ zoom: {
723
+ skip: true,
724
+ },
725
+ },
726
+ });
713
727
  ROUTES.set('popover-button/basic', {
714
728
  snapshot: {
715
729
  zoom: {
@@ -1043,6 +1057,17 @@ ROUTES.set('table/sticky-cols', {
1043
1057
  },
1044
1058
  },
1045
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
+ });
1046
1071
  ROUTES.set('tabs/basic', {
1047
1072
  snapshot: {
1048
1073
  zoom: {