@wix/editor-react-components 1.2369.0 → 1.2371.0

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.
Files changed (1) hide show
  1. package/package.json +4 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2369.0",
3
+ "version": "1.2371.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -52,7 +52,6 @@
52
52
  "test:e2e": "echo 'Package must be built before running e2e tests, running build:' && yarn build:lite && sled-playwright test --config=playwright.livesite.config.ts",
53
53
  "test:e2e:ci": "sled-playwright test --config=playwright.livesite.config.ts",
54
54
  "test:detect-flakiness": "yarn build:lite && sled-playwright detect-flakiness --config=playwright.livesite.config.ts --path e2e/livesites/tests --repeat-count 20",
55
- "test:playwright:a11y": "(sled-playwright test --config=playwright.a11y.config.ts) || true",
56
55
  "check-a11y-coverage": "a11y-check-coverage --warn-only",
57
56
  "tsc": "npx tsc -b ./tsconfig.json --force",
58
57
  "prepare:manifest-tests": "yarn validate:manifests && yarn generate:manifest-tests",
@@ -65,7 +64,8 @@
65
64
  "generate-css-from-manifest": "generate-css-from-manifest",
66
65
  "validate:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts",
67
66
  "fix:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts --fix",
68
- "format:check": "yarn run -T format:package:check"
67
+ "format:check": "yarn run -T format:package:check",
68
+ "test:a11y": "a11y-audit-tool-plugin audit"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@wix/editor-react-types": "^1.0.70",
@@ -186,13 +186,6 @@
186
186
  "weight": 6
187
187
  }
188
188
  ],
189
- "postBuild": [
190
- {
191
- "scriptName": "test:playwright:a11y",
192
- "timeout": 30,
193
- "weight": 7
194
- }
195
- ],
196
189
  "postPublish": [
197
190
  "test:e2e:ci"
198
191
  ]
@@ -202,5 +195,5 @@
202
195
  "registry": "https://registry.npmjs.org/",
203
196
  "access": "public"
204
197
  },
205
- "falconPackageHash": "ed4ff1d651e971ad35d6a2d69e363be278f3e7453084d18e4c10e6af"
198
+ "falconPackageHash": "d5a7185cae4fd47367c34936ba010bebb76e2f988f66629ec371ee51"
206
199
  }