@embarkai/ui-kit 0.1.2 → 0.1.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.
- package/README.md +1 -1
- package/dist/iframe/index.html +1 -1
- package/dist/iframe/kyc/sumsub.html +1 -1
- package/dist/iframe/main.js +493 -497
- package/dist/iframe/main.js.map +1 -1
- package/dist/iframe/oauth/telegram.html +1 -1
- package/dist/iframe/oauth/x.html +1 -1
- package/dist/index.cjs +117 -121
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +59 -63
- package/dist/index.d.ts +59 -63
- package/dist/index.js +115 -120
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -740,7 +740,7 @@ return {
|
|
|
740
740
|
|
|
741
741
|
### useOpenPage - Programmatic EmbarkAI Dialog Control
|
|
742
742
|
|
|
743
|
-
Control the
|
|
743
|
+
Control the EmbarkAI dialog programmatically.
|
|
744
744
|
|
|
745
745
|
```tsx
|
|
746
746
|
import { PageKey, useOpenPage } from '@embarkai/ui-kit'
|
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>
|
|
18
|
+
<title>EmbarkAI Secure Wallet - iframe version 0.1.4</title>
|
|
19
19
|
|
|
20
20
|
<!-- Styles will be injected by build process -->
|
|
21
21
|
<style>
|