contacts-pane 3.1.0-test.3 → 3.1.0-test.4
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 +2 -0
- package/dist/contactsPane.js +1669 -1158
- package/dist/contactsPane.js.map +1 -1
- package/dist/contactsPane.min.js +1 -1
- package/dist/contactsPane.min.js.map +1 -1
- package/dist/styles/contactsPane.css +43 -3
- package/dist/styles/groupMembership.css +4 -0
- package/dist/styles/individual.css +6 -1
- package/dist/styles/localUtils.css +67 -0
- package/dist/styles/rdfFormsEnforced.css +32 -7
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -27,6 +27,8 @@ If this is the case, simply run "npm audit fix" and upgrade the repository. It s
|
|
|
27
27
|
|
|
28
28
|
Unit tests use `jest` and are placed in the `test` folder.
|
|
29
29
|
|
|
30
|
+
Accessibility is verified via `axe-core`/`jest-axe` – new tests extend the setup and will check rendered components for a11y violations.
|
|
31
|
+
|
|
30
32
|
### Dev Server
|
|
31
33
|
|
|
32
34
|
Start a webpack dev server:
|