@eid-easy/eideasy-widget 2.122.0 → 2.124.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/CHANGELOG-LATEST.md +2 -2
- package/CHANGELOG.md +2077 -2059
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/full/eideasy-widget.common.js +561 -134
- package/dist/full/eideasy-widget.umd.js +561 -134
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +2 -2
- package/dist/widget-only/demo.html +1 -0
- package/dist/widget-only/eideasy-widget.common.js +41707 -0
- package/dist/widget-only/eideasy-widget.umd.js +41726 -0
- package/dist/widget-only/eideasy-widget.umd.min.js +14 -0
- package/package.json +5 -5
- package/dist/favicon.ico +0 -0
- package/dist/fonts/verimi-roboto-v20-latin-500.woff +0 -0
- package/dist/fonts/verimi-roboto-v20-latin-500.woff2 +0 -0
- package/dist/js/app.js +0 -20
package/dist/index.html
CHANGED
|
@@ -165,8 +165,8 @@
|
|
|
165
165
|
countryCode: 'BE', // ISO 3166 two letter country code
|
|
166
166
|
language: 'en', // ISO 639-1 two letter language code,
|
|
167
167
|
sandbox: true,
|
|
168
|
-
clientId: '
|
|
169
|
-
docId: '
|
|
168
|
+
clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
|
|
169
|
+
docId: 'dotCNnZ8wHRoJaeLkIeOHfBbeXadWsFjtmyrS9ZD',
|
|
170
170
|
apiEndpoints: {
|
|
171
171
|
// base: () => 'http://localhost:8000',
|
|
172
172
|
base: () => 'https://id.eideasy.eu',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><meta charset="utf-8"><title>eideasy-widget demo</title><script src="./eideasy-widget.umd.js"></script><script>console.log(eideasy-widget)</script>
|