@ewc-lib/ewc-popovers 2.0.3-beta → 2.0.4-beta
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ewc-lib/ewc-popovers",
|
|
3
3
|
"description": "Monorepo for EWCL popover WebComponents",
|
|
4
4
|
"//": "please always keep version in sync with version info in the sourcecode",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.4-beta",
|
|
6
6
|
"workspaces": [
|
|
7
7
|
"ewc-popover",
|
|
8
8
|
"ewc-popover-sharing"
|
package/readme.md
CHANGED
|
@@ -13,6 +13,11 @@ Each component provides working usage examples for two contexts: WebPack and Van
|
|
|
13
13
|
|
|
14
14
|
# Notes
|
|
15
15
|
|
|
16
|
+
## Dependencies
|
|
17
|
+
|
|
18
|
+
- The (peer-) dependency to @ewc-lib/ewc-css-common is mandatory.
|
|
19
|
+
- The (peer-) dependency @ewc-lib/ewc-dialogs is only neccesary if opener.js is being used. Using opener.js is optional.
|
|
20
|
+
|
|
16
21
|
## Accessibility
|
|
17
22
|
|
|
18
23
|
The components are designed with accessibility in mind:
|
|
@@ -110,3 +115,6 @@ Before the 2 popover components were grouped together into this monorepo, they e
|
|
|
110
115
|
|
|
111
116
|
- 2.0.3-beta
|
|
112
117
|
- focus wrap for tab key
|
|
118
|
+
|
|
119
|
+
- 2.0.4-beta
|
|
120
|
+
- fix opener bug for X
|