diff --git a/package-lock.json b/package-lock.json index a20757b5..398274ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@myetherwallet/mewconnect-web-client", - "version": "2.2.0-beta.12", + "version": "2.2.0-beta.13", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7525,11 +7525,6 @@ "requires": { "async-limiter": "~1.0.0" } - }, - "xmlhttprequest-ssl": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.1.tgz", - "integrity": "sha512-rNip/8D9Y/1dl3E2kgsEnvqZhFN15WAFBYsMCdLrQmlEoFCRp7somLaIxvx4yobEmgJm78YF0gvCL/saacX3ww==" } } }, @@ -21035,6 +21030,11 @@ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "dev": true }, + "xmlhttprequest-ssl": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", + "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=" + }, "xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", diff --git a/package.json b/package.json index 94765dfc..b85725fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@myetherwallet/mewconnect-web-client", "homepage": "https://github.com/myetherwallet/MEWconnect-web-client", - "version": "2.2.0-beta.12", + "version": "2.2.0-beta.13", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "scripts": { diff --git a/src/connectWindow/designTemplates/popupWindowModal.html b/src/connectWindow/designTemplates/popupWindowModal.html index 2cf55102..258b4ce3 100644 --- a/src/connectWindow/designTemplates/popupWindowModal.html +++ b/src/connectWindow/designTemplates/popupWindowModal.html @@ -7,7 +7,7 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); - .outer-container { + .mew-outer-container { font-family: 'Roboto', sans-serif; box-sizing: border-box; bottom: 0; @@ -21,7 +21,7 @@ text-align: center; top: 0; } - .container { + .mew-wallet-container { font-family: 'Roboto', sans-serif; color: #050f19; text-align: center; @@ -37,7 +37,7 @@ padding-top: 16px; } - .upper-text { + .mew-upper-text { position: relative; bottom: 15px; } @@ -49,7 +49,7 @@ left: 100%; width: 20px; } - .qr-code { + .mew-qr-code { font-family: 'Roboto', sans-serif; color: #050f19; height: 210px; @@ -62,7 +62,7 @@ border-radius: 8px; display: inline-block; } - .text-one { + .mew-text-one { min-width: 380px; height: 30px; color: rgba(0, 0, 0); @@ -75,7 +75,7 @@ box-sizing: border-box; padding-bottom: 8px; } - .text-two { + .mew-text-two { font-family: 'Roboto', sans-serif; font-size: 14px; color: rgba(0, 0, 0, 0.55); @@ -86,7 +86,7 @@ min-width: 265px; padding-top: 8px; } - .list-style { + .mew-list-style { width: 278px; height: 48px; color: rgba(0, 0, 0, 0.55); @@ -101,17 +101,17 @@ position: relative; left: 30px; } - .list-style li { + .mew-list-style li { margin-left: 0; padding-left: 10px; } - .bottom-background { + .mew-bottom-background { background: rgb(249, 250, 251); text-align: center; padding-top: 25px; padding-bottom: 15px; } - .bottom-container { + .mew-bottom-container { position: relative; font-family: 'Roboto', sans-serif; color: #050f19; @@ -144,25 +144,25 @@ text-align: center; } - .left { + .mew-bottom-background > .left { margin-right: 15px; } - .spaceman-background { + .mew-bottom-background > .spaceman-background { background-color: white; border-radius: 10px; } - .center { + .mew-bottom-background > .center { align-items: center; } - .right { + .mew-bottom-background > .right { align-items: flex-start; text-align: left; } - .left-img { + .mew-bottom-background > .left-img { padding-right: 10px; } @@ -170,7 +170,7 @@ margin: 0; padding-bottom: 5px; } - .bottom { + .mew-bottom { color: rgba(0, 0, 0, 0.55); font-size: 12px; font-family: 'Roboto', sans-serif; @@ -178,23 +178,23 @@ letter-spacing: 0.15px; } - .bottom-link { + .mew-bottom > .bottom-link { text-decoration: none; color: rgba(5, 192, 165); cursor: pointer; } - .refreshIcon { + .mew-refresh-icon { justify-content: center; margin-left: auto; margin-right: auto; } - .hidden { + .mew-hidden { display: none; } - .get-text { + .mew-get-text { width: 265px; height: 16px; color: rgb(0, 0, 0); @@ -204,7 +204,7 @@ letter-spacing: 0.17px; } - .camera-icon { + .mew-camera-icon { opacity: 0.54; position: relative; bottom: -2px; @@ -212,15 +212,15 @@ width: 14px; } - #google-link:hover { + #mew-google-link:hover { cursor: pointer; } - #apple-link:hover { + #mew-apple-link:hover { cursor: pointer; } - .warn-color { + .mew-warn-color { color: orange; } @@ -317,12 +317,12 @@