diff --git a/pkg/nebula/bun.lockb b/pkg/nebula/bun.lockb index ea81fae4b..2b4712108 100755 Binary files a/pkg/nebula/bun.lockb and b/pkg/nebula/bun.lockb differ diff --git a/pkg/nebula/package.json b/pkg/nebula/package.json index 1b891a046..80ac01d1e 100644 --- a/pkg/nebula/package.json +++ b/pkg/nebula/package.json @@ -20,6 +20,7 @@ "typescript": "^4.9.0" }, "dependencies": { - "node-fetch": "^3.3.2" + "node-fetch": "^3.3.2", + "sonr-es": "^0.5.3" } } diff --git a/pkl/UIUX.pkl b/pkl/UIUX.pkl index 8e2d4e29e..1d0abb78d 100644 --- a/pkl/UIUX.pkl +++ b/pkl/UIUX.pkl @@ -31,7 +31,17 @@ class ModalForm { } // ╭───────────────────────────────────────────────────────────╮ -// │ Homepage View Model │ +// │ Registration Components │ +// ╰───────────────────────────────────────────────────────────╯ + +class PublicKeyCreationOptions { +} + +class PublicKeyRequestOptions { +} + +// ╭───────────────────────────────────────────────────────────╮ +// │ View Models │ // ╰───────────────────────────────────────────────────────────╯ class Hero {