@eid-easy/eideasy-widget 2.64.0 → 2.66.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/dist/index.html CHANGED
@@ -141,6 +141,7 @@
141
141
  return urlString;
142
142
  },
143
143
  oauthParamState: 'custom-state-value-from-widget',
144
+ fieldAutocomplete: true,
144
145
  }
145
146
 
146
147
  Object.keys(settings).forEach(key => {
@@ -159,8 +160,8 @@
159
160
  countryCode: 'CH', // ISO 3166 two letter country code
160
161
  language: 'en', // ISO 639-1 two letter language code,
161
162
  sandbox: true,
162
- clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
163
- docId: '7L5Ux76VHJtlhTngNJdICLmYHbHFnz7012mZMlY1',
163
+ clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
164
+ docId: 'oz9NqfN27Ws3yEmpRjuanNUB1j4Er4AlAmxd6qa4',
164
165
  apiEndpoints: {
165
166
  base: () => 'https://id.eideasy.eu',
166
167
  },
@@ -183,7 +184,7 @@
183
184
  // use these to prefill the input values
184
185
  inputValues: {
185
186
  idcode: '',
186
- phone: '00000766',
187
+ //phone: '00000766',
187
188
  },
188
189
  modifyRequestSettings: (currentSettings) => {
189
190
  return {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.64.0",
3
+ "version": "2.66.0",
4
4
  "description": "eID Easy Widget is a client-side embeddable component for creating electronic signatures and identifying users through eID Easy API.",
5
5
  "main": "dist/full/eideasy-widget.umd.min.js",
6
- "sri": "sha256-egEQpcwKtZCKR8at4pWbcsydCT1+B70Nf14ta1edbAw=",
7
- "productionReleaseVersion": "2.64.0",
8
- "productionReleaseSri": "sha256-egEQpcwKtZCKR8at4pWbcsydCT1+B70Nf14ta1edbAw=",
6
+ "sri": "sha256-8BzrmMRVhWsPoRuJnqD/diy3AwtDEPv1dkJ+D3oEobI=",
7
+ "productionReleaseVersion": "2.66.0",
8
+ "productionReleaseSri": "sha256-8BzrmMRVhWsPoRuJnqD/diy3AwtDEPv1dkJ+D3oEobI=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],