@particle-academy/react-fancy 3.0.1 → 3.1.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 CHANGED
@@ -163,6 +163,17 @@ npx vite build # Build demo app (verifies imports work)
163
163
  | Diagram | Entity-relationship diagram with draggable nodes and relation lines | [docs](docs/Diagram.md) |
164
164
  | ContentRenderer | Markdown/HTML content renderer | [docs](docs/ContentRenderer.md) |
165
165
 
166
+ ### Human+ Primitives
167
+
168
+ Components for surfaces where humans and AI agents trade control fluidly. Each promoted from the [`dreaming`](https://github.com/Particle-Academy/pa-ux-sandbox/tree/dreaming) sandbox after the API stabilized.
169
+
170
+ | Component | Description | Docs |
171
+ |-----------|-------------|------|
172
+ | ReasonTag | Wrap any value with hover/click affordance revealing reason, confidence tier, and sources | [docs](docs/ReasonTag.md) |
173
+ | MoodMeter | 2D value+confidence pad; halo radius shrinks as confidence rises | [docs](docs/MoodMeter.md) |
174
+ | PromptInput | Chat composer with `/` commands, `@` mentions, drop-to-attach, ⌘+Enter, token budget meter | [docs](docs/PromptInput.md) |
175
+ | MagicWand | Selection-anchored floating toolbar with pluggable AI actions that replace highlighted text in-place | [docs](docs/MagicWand.md) |
176
+
166
177
  ### Menus & Navigation
167
178
 
168
179
  | Component | Description | Docs |