From 60f5c26507a759cd63c49d4515ca53b354712da0 Mon Sep 17 00:00:00 2001 From: Till JS Date: Sat, 9 May 2026 18:02:52 +0200 Subject: [PATCH] docs(CLAUDE): correct shared-ui description (Svelte not RN) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @mana/shared-ui war fälschlich als "React Native UI components" beschrieben — tatsächlich ist es eine Svelte-5-Web-Komponenten- Bibliothek mit ~80 Komponenten (Pills, Modals, Toast, Quick-Input, Skeletons, …). Plus Heimat-Hinweis: seit 2026-05-09 lebt das Paket in mana/packages/shared-ui und auf npm.mana.how. Die Kopie hier ist eingefroren bis zum Rückbau dieses Repos. Bei Änderungen in mana/ zuerst, dann erst hierher kopieren. Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index bf8e39cc2..9c699c686 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -160,7 +160,7 @@ Enforced by `pnpm run validate:turbo` (`scripts/validate-no-recursive-turbo.mjs` | `@mana/shared-branding` | App registry, tiers, branding | | `@mana/shared-types` | Common TS types | | `@mana/shared-utils` | Utility functions | -| `@mana/shared-ui` | React Native UI components | +| `@mana/shared-ui` | **Svelte-5-Komponenten-Bibliothek** (Pills, Modals, Toast, Quick-Input, Skeletons …). **Heimat seit 2026-05-09: `mana/packages/shared-ui` und `npm.mana.how`** — die Kopie hier ist eingefroren bis zum Rückbau dieses Repos. Bei Änderungen in mana/ zuerst, dann erst hierher. | | `@mana/shared-theme` | Theme config | | `@mana/shared-i18n` | i18n | | `@mana/shared-privacy` | Unified visibility/privacy system: `VisibilityLevel` enum + zod schema + `` + predicates (`canEmbedOnWebsite`, …). Plan: [`docs/plans/visibility-system.md`](docs/plans/visibility-system.md). Rollout per-module, not yet adopted anywhere. |