@ima-jin/ui 1.0.0

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 ADDED
@@ -0,0 +1,36 @@
1
+ # @ima-jin/ui
2
+
3
+ Shared UI components for Imajin apps — NavBar, identity management, app launcher, theming, and common patterns.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @ima-jin/ui
9
+ ```
10
+
11
+ ## Components
12
+
13
+ - **NavBar** — Full navigation bar with identity switching, app launcher, notifications, and balance display
14
+ - **AppLauncher** — Grid launcher for Imajin services
15
+ - **BalanceBadge** — MJNx/cash balance display
16
+ - **AppShell** — Layout shell with header, body, footer, and split pane support
17
+ - **Button** — Styled button component
18
+ - **MarkdownEditor** — MDX editor with toolbar
19
+ - **MarkdownContent** — Markdown renderer
20
+ - **ConnectionPicker** — DID connection selector
21
+ - **ToastProvider / useToast** — Toast notification system
22
+ - **NotificationProvider / NotificationBell** — Real-time notifications
23
+ - **ActionSheet** — Mobile-friendly bottom sheet
24
+ - **MoneyInput** — Currency input with formatting
25
+ - **ImajinFooter** — Standard footer
26
+ - **BuildInfo** — Version/build info display
27
+
28
+ ## Hooks & Utilities
29
+
30
+ - `useIdentities()` — Fetch and manage personal + group identities
31
+ - `getActingAs() / setActingAs()` — Acting-as DID cookie management
32
+ - `themeInitScript` — Dark/light mode initialization
33
+
34
+ ## Part of Imajin
35
+
36
+ [Imajin](https://imajin.ai) — sovereign technology infrastructure. Open source.