@public-ui/visual-tests 2.1.9-rc.0 → 2.1.9

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": "2.1.9-rc.0",
3
+ "version": "2.1.9",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "axe-playwright": "2.0.3",
27
27
  "portfinder": "1.0.32",
28
28
  "serve": "14.2.3",
29
- "@public-ui/sample-react": "2.1.9-rc.0"
29
+ "@public-ui/sample-react": "2.1.9"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/eslint-parser": "7.25.1",
@@ -245,6 +245,13 @@ ROUTES.set('modal/basic', {
245
245
  skipFailures: false,
246
246
  },
247
247
  });
248
+ ROUTES.set('modal/basic?show-modal=true', {
249
+ viewportSize: {
250
+ width: 1920,
251
+ height: 600,
252
+ },
253
+ });
254
+
248
255
  ROUTES.set('nav/aria-current', {
249
256
  axe: {
250
257
  skipFailures: false,
@@ -398,6 +405,74 @@ ROUTES.set('toast/basic', {
398
405
  skipFailures: false,
399
406
  },
400
407
  });
408
+ ROUTES.set('toast/basic?type=info', {
409
+ viewportSize: {
410
+ width: 1920,
411
+ height: 600,
412
+ },
413
+ });
414
+ ROUTES.set('toast/basic?type=success', {
415
+ viewportSize: {
416
+ width: 1920,
417
+ height: 600,
418
+ },
419
+ });
420
+ ROUTES.set('toast/basic?type=warning', {
421
+ viewportSize: {
422
+ width: 1920,
423
+ height: 600,
424
+ },
425
+ });
426
+ ROUTES.set('toast/basic?type=error', {
427
+ viewportSize: {
428
+ width: 1920,
429
+ height: 600,
430
+ },
431
+ });
432
+ ROUTES.set('toast/basic?variant=msg', {
433
+ viewportSize: {
434
+ width: 1920,
435
+ height: 600,
436
+ },
437
+ });
438
+ ROUTES.set('toast/basic?variant=card', {
439
+ viewportSize: {
440
+ width: 1920,
441
+ height: 600,
442
+ },
443
+ });
444
+
445
+ ROUTES.set('toast/basic?type=default&variant=msg', {
446
+ viewportSize: {
447
+ width: 1920,
448
+ height: 600,
449
+ },
450
+ });
451
+ ROUTES.set('toast/basic?type=info&variant=msg', {
452
+ viewportSize: {
453
+ width: 1920,
454
+ height: 600,
455
+ },
456
+ });
457
+ ROUTES.set('toast/basic?type=success&variant=msg', {
458
+ viewportSize: {
459
+ width: 1920,
460
+ height: 600,
461
+ },
462
+ });
463
+ ROUTES.set('toast/basic?type=warning&variant=msg', {
464
+ viewportSize: {
465
+ width: 1920,
466
+ height: 600,
467
+ },
468
+ });
469
+ ROUTES.set('toast/basic?type=error&variant=msg', {
470
+ viewportSize: {
471
+ width: 1920,
472
+ height: 600,
473
+ },
474
+ });
475
+
401
476
  ROUTES.set('toolbar/basic', {
402
477
  axe: {
403
478
  skipFailures: false,