@public-ui/visual-tests 4.2.0-rc.1 → 4.2.0-rc.2

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.2.0-rc.1",
3
+ "version": "4.2.0-rc.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -29,14 +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.2.0-rc.1"
32
+ "@public-ui/sample-react": "4.2.0-rc.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@eslint/js": "9.39.4",
36
36
  "@playwright/test": "1.60.0",
37
37
  "eslint": "9.39.4",
38
38
  "globals": "17.6.0",
39
- "knip": "6.14.1",
39
+ "knip": "6.14.2",
40
40
  "prettier": "3.8.3",
41
41
  "prettier-plugin-organize-imports": "4.3.0"
42
42
  },
@@ -634,6 +634,17 @@ ROUTES.set('input-text/background?noColumns', {
634
634
  },
635
635
  },
636
636
  });
637
+ ROUTES.set('input-text/variant?noColumns', {
638
+ snapshot: {
639
+ viewportSize: {
640
+ width: 1000,
641
+ height: 0,
642
+ },
643
+ zoom: {
644
+ skip: true,
645
+ },
646
+ },
647
+ });
637
648
  ROUTES.set('kolibri/basic', {
638
649
  snapshot: {
639
650
  skip: true,