@eid-easy/eideasy-widget 2.173.2 → 3.0.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.
- package/README.md +2 -2
- package/dist/eideasy-widget.mjs +33391 -0
- package/dist/eideasy-widget.umd.js +4587 -0
- package/dist/favicon.ico +0 -0
- package/package.json +58 -111
- package/CHANGELOG-LATEST.md +0 -9
- package/CHANGELOG.md +0 -2678
- package/dist/full/eideasy-widget.common.js +0 -68189
- package/dist/full/eideasy-widget.umd.js +0 -68200
- package/dist/full/eideasy-widget.umd.min.js +0 -14
- package/dist/full/fonts/verimi-roboto-v20-latin-500.woff +0 -0
- package/dist/full/fonts/verimi-roboto-v20-latin-500.woff2 +0 -0
- package/dist/index.html +0 -305
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<p align="center"><a href="https://eideasy.com/" target="_blank" rel="noopener noreferrer"><img width="300" src="https://eideasy.com/
|
|
1
|
+
<p align="center"><a href="https://eideasy.com/" target="_blank" rel="noopener noreferrer"><img width="300" src="https://assets.eideasy.com/brand/images/logo/eideasy-logo-black.svg" alt="eID Easy logo"></a></p>
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<a href="https://app.netlify.com/sites/eideasy-widget/deploys"><img src="https://api.netlify.com/api/v1/badges/75cb270d-cc4f-473c-9940-9d6effe6093a/deploy-status" alt="Netlify Status" style="max-width:100%;"></a>
|
|
@@ -13,4 +13,4 @@ to identify users or create electronic signatures through [eID Easy](https://eid
|
|
|
13
13
|
You can see a demo implementation here: [https://demo.eideasy.com/login-widget](https://demo.eideasy.com/login-widget)
|
|
14
14
|
|
|
15
15
|
## Documentation
|
|
16
|
-
The
|
|
16
|
+
The documentation is available at https://eideasy-widget.docs.eideasy.com
|