@public-ui/visual-tests 3.0.0-rc.9 → 3.0.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": "3.0.0-rc.9",
3
+ "version": "3.0.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "axe-playwright": "2.1.0",
30
30
  "portfinder": "1.0.35",
31
31
  "serve": "14.2.4",
32
- "@public-ui/sample-react": "3.0.0-rc.9"
32
+ "@public-ui/sample-react": "3.0.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@babel/eslint-parser": "7.26.10",
@@ -48,7 +48,6 @@
48
48
  "format": "prettier --check src",
49
49
  "lint": "pnpm lint:eslint",
50
50
  "lint:eslint": "eslint src",
51
- "unused": "knip",
52
- "postinstall": "pnpm exec playwright install"
51
+ "unused": "knip"
53
52
  }
54
53
  }
@@ -929,7 +929,7 @@ ROUTES.set('toast/basic?type=error&variant=msg', {
929
929
  ROUTES.set('toolbar/basic', {
930
930
  snapshot: {
931
931
  viewportSize: {
932
- width: 300,
932
+ width: 600,
933
933
  height: 100,
934
934
  },
935
935
  zoom: {
@@ -965,7 +965,7 @@ ROUTES.set('tree/basic/home', {
965
965
  ROUTES.set('version/basic', {
966
966
  snapshot: {
967
967
  viewportSize: {
968
- width: 100,
968
+ width: 150,
969
969
  height: 100,
970
970
  },
971
971
  zoom: {