feat(component): emoji and icon picker (#13638)

![CleanShot 2025-09-23 at 17 11
13](https://github.com/user-attachments/assets/0a4a9d09-1149-4042-bc73-e068a428f335)


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Icon Picker added with Emoji and Icon panels, search/filtering, recent
selections, color selection, skin tone options, and smooth group
navigation.

- **Documentation**
  - Storybook example added to preview and test the Icon Picker.

- **Chores**
  - Bumped icon library dependency to a newer minor version.
  - Added emoji data dependency to support the Emoji Picker.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Cats Juice
2025-09-24 15:14:54 +08:00
committed by GitHub
parent 812c2d86d4
commit ca9811792d
89 changed files with 36266 additions and 132 deletions
+1
View File
@@ -13,6 +13,7 @@ export * from './ui/editable';
export * from './ui/empty';
export * from './ui/error-message';
export * from './ui/icon-name-editor';
export * from './ui/icon-picker';
export * from './ui/input';
export * from './ui/layout';
export * from './ui/loading';