@public-ui/visual-tests 2.0.0 → 2.0.2
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/README.md +4 -4
- package/package.json +6 -6
- package/tests/sample-app.routes.js +0 -15
package/README.md
CHANGED
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"unused": "knip"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@public-ui/components": "2.0.
|
|
23
|
-
"@public-ui/schema": "2.0.
|
|
24
|
-
"@public-ui/visual-tests": "2.0.
|
|
22
|
+
"@public-ui/components": "2.0.2-rc.7",
|
|
23
|
+
"@public-ui/schema": "2.0.2-rc.7",
|
|
24
|
+
"@public-ui/visual-tests": "2.0.2-rc.7",
|
|
25
25
|
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
26
26
|
"@typescript-eslint/parser": "6.8.0",
|
|
27
27
|
"depcheck": "1.4.7",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"unbuild": "1.2.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@public-ui/components": "2.0.
|
|
40
|
+
"@public-ui/components": "2.0.2-rc.7"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|
|
43
43
|
"type": "module",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
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": "2.0.
|
|
23
|
+
"@public-ui/sample-react": "2.0.2",
|
|
24
24
|
"axe-playwright": "1.2.3",
|
|
25
25
|
"portfinder": "1.0.32",
|
|
26
26
|
"serve": "14.2.1"
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/eslint-parser": "7.23.3",
|
|
30
30
|
"@babel/plugin-syntax-import-attributes": "7.23.3",
|
|
31
|
-
"@babel/preset-env": "7.23.
|
|
31
|
+
"@babel/preset-env": "7.23.6",
|
|
32
32
|
"depcheck": "1.4.7",
|
|
33
|
-
"eslint": "8.
|
|
33
|
+
"eslint": "8.56.0",
|
|
34
34
|
"eslint-plugin-no-loops": "0.3.0",
|
|
35
|
-
"knip": "3.
|
|
36
|
-
"prettier": "3.1.
|
|
35
|
+
"knip": "3.8.3",
|
|
36
|
+
"prettier": "3.1.1"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"playwright.config.js",
|
|
@@ -187,21 +187,11 @@ ROUTES.set('input-range/basic', null);
|
|
|
187
187
|
ROUTES.set('input-text/basic', null);
|
|
188
188
|
ROUTES.set('input-text/blur', null);
|
|
189
189
|
ROUTES.set('input-text/focus', null);
|
|
190
|
-
ROUTES.set('kolibri/animated', {
|
|
191
|
-
axe: {
|
|
192
|
-
skipFailures: false,
|
|
193
|
-
},
|
|
194
|
-
});
|
|
195
190
|
ROUTES.set('kolibri/basic', {
|
|
196
191
|
axe: {
|
|
197
192
|
skipFailures: false,
|
|
198
193
|
},
|
|
199
194
|
});
|
|
200
|
-
ROUTES.set('kolibri/no-label', {
|
|
201
|
-
axe: {
|
|
202
|
-
skipFailures: false,
|
|
203
|
-
},
|
|
204
|
-
});
|
|
205
195
|
ROUTES.set('link-button/basic', {
|
|
206
196
|
axe: {
|
|
207
197
|
skipFailures: false,
|
|
@@ -247,11 +237,6 @@ ROUTES.set('modal/basic', {
|
|
|
247
237
|
skipFailures: false,
|
|
248
238
|
},
|
|
249
239
|
});
|
|
250
|
-
ROUTES.set('nav/active', {
|
|
251
|
-
axe: {
|
|
252
|
-
skipFailures: false,
|
|
253
|
-
},
|
|
254
|
-
});
|
|
255
240
|
ROUTES.set('nav/aria-current', {
|
|
256
241
|
axe: {
|
|
257
242
|
skipFailures: false,
|