@smileid/web-components 1.4.2 → 1.4.4
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.
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smileid/signature-pad",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@smileid/signature-pad",
|
|
9
|
-
"version": "1.4.
|
|
9
|
+
"version": "1.4.2",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"signature_pad": "^5.0.2"
|
|
12
12
|
},
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"eslint-plugin-cypress": "^3.3.0",
|
|
18
18
|
"eslint-plugin-import": "^2.29.1",
|
|
19
19
|
"eslint-plugin-jest": "^28.6.0",
|
|
20
|
-
"eslint-plugin-prettier": "^5.1
|
|
20
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
21
21
|
"prettier": "^3.3.3"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -624,8 +624,10 @@ class TotpConsent extends HTMLElement {
|
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
closeWindow() {
|
|
627
|
-
const referenceWindow =
|
|
628
|
-
referenceWindow.
|
|
627
|
+
const referenceWindow = window.parent;
|
|
628
|
+
[referenceWindow.parent, referenceWindow].forEach((win) => {
|
|
629
|
+
win.postMessage('SmileIdentity::Close', '*');
|
|
630
|
+
});
|
|
629
631
|
}
|
|
630
632
|
|
|
631
633
|
handleBackClick() {
|
|
@@ -296,7 +296,7 @@ context('SmartCameraWeb', () => {
|
|
|
296
296
|
.should('not.be.visible');
|
|
297
297
|
});
|
|
298
298
|
|
|
299
|
-
it('should switch to request screen when "
|
|
299
|
+
it('should switch to request screen when "Reset"', () => {
|
|
300
300
|
cy.get('smart-camera-web').then((element) => {
|
|
301
301
|
element[0].reset();
|
|
302
302
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smileid/web-components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": "./index.js",
|
|
6
6
|
"./combobox": "./components/combobox/src/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"validate.js": "^0.13.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"cypress": "^13.
|
|
35
|
+
"cypress": "^13.15.0",
|
|
36
36
|
"esbuild": "^0.21.5",
|
|
37
37
|
"eslint": "^8.57.0",
|
|
38
38
|
"eslint-config-airbnb-base": "^15.0.0",
|