@eid-easy/eideasy-widget 2.140.0 → 2.142.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 +1 -6
- package/CHANGELOG.md +2297 -2284
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/full/eideasy-widget.common.js +224 -200
- package/dist/full/eideasy-widget.umd.js +212 -188
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +2 -1
- 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 +4 -4
- 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
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
<option value="it">Italian</option>
|
|
46
46
|
<option value="lv">Latvian</option>
|
|
47
47
|
<option value="lt">Lithuanian</option>
|
|
48
|
+
<option value="pl">Polish</option>
|
|
48
49
|
<option value="pt">Portuguese</option>
|
|
49
50
|
<option value="ru">Russian</option>
|
|
50
51
|
<option value="es">Spanish</option>
|
|
@@ -168,7 +169,7 @@
|
|
|
168
169
|
language: 'en', // ISO 639-1 two letter language code,
|
|
169
170
|
sandbox: true,
|
|
170
171
|
clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
|
|
171
|
-
docId: '
|
|
172
|
+
docId: '09W9oz5AQdVSV4FuWh6etT2WvWPfA6HK5h8l1ecf',
|
|
172
173
|
apiEndpoints: {
|
|
173
174
|
// base: () => 'http://localhost:8000',
|
|
174
175
|
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>
|