astra-sdk-web 1.1.26 → 1.1.27
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/astra-sdk.cjs.js +2 -2
- package/dist/astra-sdk.cjs.js.map +1 -1
- package/dist/astra-sdk.css +0 -3
- package/dist/astra-sdk.css.map +1 -1
- package/dist/astra-sdk.es.js +2 -2
- package/dist/astra-sdk.es.js.map +1 -1
- package/dist/components.cjs.js +2 -2
- package/dist/components.cjs.js.map +1 -1
- package/dist/components.css +0 -3
- package/dist/components.css.map +1 -1
- package/dist/components.es.js +2 -2
- package/dist/components.es.js.map +1 -1
- package/package.json +1 -1
- package/src/pages/QRCodePage.tsx +2 -2
package/package.json
CHANGED
package/src/pages/QRCodePage.tsx
CHANGED
|
@@ -104,7 +104,7 @@ function QRCodePage({ onClose, mobileBaseUrl = 'https://kyc-sdk.astraprotocol.co
|
|
|
104
104
|
backgroundSize: '40px 40px'
|
|
105
105
|
}}></div>
|
|
106
106
|
|
|
107
|
-
<div className="relative bg-[rgba(20,20,20,0.95)] backdrop-blur-sm rounded-2xl p-5 sm:p-6 md:p-7 max-w-[450px] w-full h-[80vh] flex flex-col text-center shadow-[0_8px_32px_rgba(0,0,0,0.5)]
|
|
107
|
+
<div className="relative bg-[rgba(20,20,20,0.95)] backdrop-blur-sm rounded-2xl p-5 sm:p-6 md:p-7 max-w-[450px] w-full h-[80vh] flex flex-col text-center shadow-[0_8px_32px_rgba(0,0,0,0.5)]">
|
|
108
108
|
{/* <button
|
|
109
109
|
className="absolute top-5 right-5 bg-transparent border-none text-white cursor-pointer p-2 flex items-center justify-center rounded transition-colors hover:bg-white/10 active:bg-white/20"
|
|
110
110
|
onClick={handleClose}
|
|
@@ -138,7 +138,7 @@ function QRCodePage({ onClose, mobileBaseUrl = 'https://kyc-sdk.astraprotocol.co
|
|
|
138
138
|
<div className="w-full text-left mt-auto">
|
|
139
139
|
<p className="m-0 mb-2 text-white text-xs sm:text-sm opacity-80">Or open:</p>
|
|
140
140
|
<div className="flex flex-col sm:flex-row items-start sm:items-center gap-2 p-2 sm:p-3 bg-white/10 rounded-lg border border-white/20">
|
|
141
|
-
<code className="flex-1 text-white text-xs sm:text-sm break-all text-left m-0 font-mono line-clamp-1">{qrUrl}</code>
|
|
141
|
+
<code className="flex-1 text-white text-xs sm:text-sm break-all text-left m-0 font-mono line-clamp-1 ">{qrUrl}</code>
|
|
142
142
|
<button
|
|
143
143
|
className="bg-transparent border-none text-white cursor-pointer p-1.5 flex items-center justify-center rounded transition-colors flex-shrink-0 hover:bg-white/10 active:bg-white/20 self-end sm:self-auto"
|
|
144
144
|
onClick={handleCopyUrl}
|