@public-ui/visual-tests 4.0.0-beta.0 → 4.0.0-beta.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.0.0-beta.0",
3
+ "version": "4.0.0-beta.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -29,7 +29,7 @@
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.0-beta.0"
32
+ "@public-ui/sample-react": "4.0.0-beta.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@babel/eslint-parser": "7.28.5",
@@ -180,6 +180,17 @@ ROUTES.set('details/basic', {
180
180
  },
181
181
  },
182
182
  });
183
+ ROUTES.set('dialog/basic?show-dialog=true', {
184
+ snapshot: {
185
+ viewportSize: {
186
+ width: 1920,
187
+ height: 600,
188
+ },
189
+ zoom: {
190
+ skip: true,
191
+ },
192
+ },
193
+ });
183
194
  ROUTES.set('drawer/basic?align=left', {
184
195
  snapshot: {
185
196
  viewportSize: {
@@ -661,15 +672,7 @@ ROUTES.set('link/target', {
661
672
  skip: true,
662
673
  },
663
674
  });
664
- ROUTES.set('modal/basic', {
665
- snapshot: {
666
- skip: true,
667
- zoom: {
668
- skip: true,
669
- },
670
- },
671
- });
672
- ROUTES.set('modal/basic?show-modal=true', {
675
+ ROUTES.set('modal/basic?show-dialog=true', {
673
676
  snapshot: {
674
677
  viewportSize: {
675
678
  width: 1920,