@public-ui/visual-tests 1.7.7 → 1.7.8

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": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@playwright/test": "1.40.1",
23
- "@public-ui/sample-react": "1.7.7",
23
+ "@public-ui/sample-react": "1.7.8",
24
24
  "axe-playwright": "1.2.3",
25
25
  "portfinder": "1.0.32",
26
26
  "serve": "14.2.1"
@@ -32,7 +32,7 @@
32
32
  "depcheck": "1.4.7",
33
33
  "eslint": "8.56.0",
34
34
  "eslint-plugin-no-loops": "0.3.0",
35
- "knip": "3.8.2",
35
+ "knip": "3.8.3",
36
36
  "prettier": "3.1.1"
37
37
  },
38
38
  "files": [
@@ -182,21 +182,11 @@ ROUTES.set('input-range/basic', null);
182
182
  ROUTES.set('input-text/basic', null);
183
183
  ROUTES.set('input-text/blur', null);
184
184
  ROUTES.set('input-text/focus', null);
185
- ROUTES.set('kolibri/animated', {
186
- axe: {
187
- skipFailures: false,
188
- },
189
- });
190
185
  ROUTES.set('kolibri/basic', {
191
186
  axe: {
192
187
  skipFailures: false,
193
188
  },
194
189
  });
195
- ROUTES.set('kolibri/no-label', {
196
- axe: {
197
- skipFailures: false,
198
- },
199
- });
200
190
  ROUTES.set('link-button/basic', {
201
191
  axe: {
202
192
  skipFailures: false,