@eid-easy/eideasy-widget 2.126.1 → 2.128.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 +6 -1
- package/CHANGELOG.md +2131 -2112
- package/LICENSE +7 -7
- package/README.md +16 -16
- 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/full/eideasy-widget.common.js +390 -325
- package/dist/full/eideasy-widget.umd.js +398 -333
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +13 -0
- package/dist/js/app.js +20 -0
- package/package.json +5 -5
- package/dist/widget-only/demo.html +0 -1
- package/dist/widget-only/eideasy-widget.common.js +0 -41707
- package/dist/widget-only/eideasy-widget.umd.js +0 -41726
- package/dist/widget-only/eideasy-widget.umd.min.js +0 -14
package/dist/index.html
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
.widgetHolder {
|
|
20
20
|
max-width: 490px;
|
|
21
|
+
//max-width: 700px;
|
|
21
22
|
margin-left: auto;
|
|
22
23
|
margin-right: auto;
|
|
23
24
|
}
|
|
@@ -242,6 +243,18 @@
|
|
|
242
243
|
// waitForChallengeCode: true,
|
|
243
244
|
mode,
|
|
244
245
|
// showSignaturePolicyLink: false,
|
|
246
|
+
// uiTheme: {
|
|
247
|
+
// colorPrimary: '#d51111',
|
|
248
|
+
// colorSecondary: '#00ff00',
|
|
249
|
+
// textColor: '#0000ff',
|
|
250
|
+
// buttonTextColor: 'rgb(6,192,164)',
|
|
251
|
+
// buttonColor: '#000000',
|
|
252
|
+
// buttonColorHover: '#252323',
|
|
253
|
+
// inputLabelColor: '#04048d',
|
|
254
|
+
// fontFamily: '"Gill Sans", sans-serif',
|
|
255
|
+
// fontSize: '16px',
|
|
256
|
+
// fontWeight: 'bold',
|
|
257
|
+
// },
|
|
245
258
|
}
|
|
246
259
|
|
|
247
260
|
Object.keys(settings).forEach(key => {
|