@public-ui/visual-tests 4.0.1-rc.2 → 4.0.2-rc.0

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.0.1-rc.2",
3
+ "version": "4.0.2-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -29,15 +29,15 @@
29
29
  "axe-html-reporter": "2.2.11",
30
30
  "portfinder": "1.0.38",
31
31
  "serve": "14.2.5",
32
- "@public-ui/sample-react": "4.0.1-rc.2"
32
+ "@public-ui/sample-react": "4.0.2-rc.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@babel/eslint-parser": "7.28.5",
36
- "@babel/plugin-syntax-import-attributes": "7.27.1",
37
- "@babel/preset-env": "7.28.5",
35
+ "@babel/eslint-parser": "7.28.6",
36
+ "@babel/plugin-syntax-import-attributes": "7.28.6",
37
+ "@babel/preset-env": "7.28.6",
38
38
  "@playwright/test": "1.57.0",
39
39
  "eslint": "8.57.1",
40
- "knip": "5.80.0",
40
+ "knip": "5.80.2",
41
41
  "prettier": "3.7.4",
42
42
  "prettier-plugin-organize-imports": "4.3.0"
43
43
  },
@@ -555,6 +555,17 @@ ROUTES.set('input-text/readonly?noColumns', {
555
555
  },
556
556
  },
557
557
  });
558
+ ROUTES.set('input-text/counter?noColumns', {
559
+ snapshot: {
560
+ viewportSize: {
561
+ width: 500,
562
+ height: 0,
563
+ },
564
+ zoom: {
565
+ skip: true,
566
+ },
567
+ },
568
+ });
558
569
  ROUTES.set('input-text/access-short-key?noColumns', {
559
570
  snapshot: {
560
571
  viewportSize: {
@@ -852,6 +863,17 @@ ROUTES.set('table/sort-data', {
852
863
  },
853
864
  },
854
865
  });
866
+ ROUTES.set('table/action-columns', {
867
+ snapshot: {
868
+ viewportSize: {
869
+ width: 1000,
870
+ height: 300,
871
+ },
872
+ zoom: {
873
+ skip: true,
874
+ },
875
+ },
876
+ });
855
877
  ROUTES.set('table/with-footer', {
856
878
  snapshot: {
857
879
  viewportSize: {