@public-ui/visual-tests 3.0.4-rc.0 → 3.0.4-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": "3.0.4-rc.0",
3
+ "version": "3.0.4-rc.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "axe-playwright": "2.1.0",
29
29
  "portfinder": "1.0.37",
30
30
  "serve": "14.2.4",
31
- "@public-ui/sample-react": "3.0.4-rc.0"
31
+ "@public-ui/sample-react": "3.0.4-rc.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/eslint-parser": "7.27.5",
@@ -542,17 +542,6 @@ ROUTES.set('modal/basic?show-modal=true', {
542
542
  },
543
543
  },
544
544
  });
545
- ROUTES.set('modal/basic?show-modal=true&variant=card', {
546
- snapshot: {
547
- viewportSize: {
548
- width: 1920,
549
- height: 600,
550
- },
551
- zoom: {
552
- skip: true,
553
- },
554
- },
555
- });
556
545
  ROUTES.set('nav/aria-current', {
557
546
  snapshot: {
558
547
  skip: true,