@embarkai/ui-kit 0.1.6 → 0.2.1
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/iframe/index.html +1 -1
- package/dist/iframe/main.js +1 -1
- package/dist/index.cjs +518 -94
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +76 -1
- package/dist/index.d.ts +76 -1
- package/dist/index.js +461 -40
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/iframe/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
|
|
16
16
|
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
|
|
17
17
|
|
|
18
|
-
<title>EmbarkAI Secure Wallet - iframe version 0.1
|
|
18
|
+
<title>EmbarkAI Secure Wallet - iframe version 0.2.1</title>
|
|
19
19
|
|
|
20
20
|
<!-- Styles will be injected by build process -->
|
|
21
21
|
<style>
|
package/dist/iframe/main.js
CHANGED
|
@@ -4399,7 +4399,7 @@ var SigningManager = class extends TokenRefreshApiClient {
|
|
|
4399
4399
|
};
|
|
4400
4400
|
|
|
4401
4401
|
// src/iframe/main.ts
|
|
4402
|
-
var IFRAME_VERSION = "0.1
|
|
4402
|
+
var IFRAME_VERSION = "0.2.1";
|
|
4403
4403
|
var IframeWallet = class {
|
|
4404
4404
|
constructor() {
|
|
4405
4405
|
console.log("=".repeat(60));
|