hive-react-kit 0.10.0 → 0.10.2

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
@@ -69,7 +69,9 @@ import type { Video, Comment, Wallet as WalletType } from 'hive-react-kit/types'
69
69
 
70
70
  ### Composer Components
71
71
 
72
- - **PostComposer** - Rich markdown composer with live preview (@snapie/renderer), image/audio/video upload, paste & drag-drop, GIF search, emoji picker (500+, 9 categories), template picker, code blocks with copy, and @ mention. See [PostComposer docs](docs/PostComposer.md)
72
+ - **PostComposer** Rich markdown composer with live preview (@snapie/renderer), image/audio/video upload, paste & drag-drop, GIF search, emoji picker (500+, 9 categories), template picker, code blocks with copy, @ mention, locked + user tags (split on space/comma/Enter), reward routing dropdown, beneficiaries editor with auto `threespeakfund` 10% lock on video posts, and upvote-on-publish toggle. See [PostComposer docs](docs/PostComposer.md).
73
+ - **ParentPostComposer** — Full-screen blog composer with title (≤120 chars), description (≤120 chars with counter), markdown body, **side-by-side live preview always on**, the same toolbar features as PostComposer, local draft persistence to `localStorage`, and the 3Speak v2 video pipeline (`upload_id` → `/api/upload/finalize`). See [ParentPostComposer docs](docs/ParentPostComposer.md).
74
+ - **BeneficiariesEditor** — Standalone modal that powers the beneficiaries flow in both composers — per-row +/- spinners, Hive avatars, favourites strip, total/remaining indicator, mobile bottom-sheet layout, and the auto `threespeakfund` 10% lock when `hasVideo`. See [BeneficiariesEditor docs](docs/BeneficiariesEditor.md).
73
75
 
74
76
  ### Modal Components
75
77