sparkdesign 0.4.8 → 0.4.9

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.
Files changed (44) hide show
  1. package/cli/registry/AGENTS.md +1 -1
  2. package/cli/registry/agent-manifest.json +3996 -67
  3. package/cli/registry/basic/accordion.tsx +79 -0
  4. package/cli/registry/basic/badge.tsx +49 -0
  5. package/cli/registry/basic/button.tsx +19 -14
  6. package/cli/registry/basic/collapsible-card.tsx +10 -1
  7. package/cli/registry/basic/ellipsis-text.tsx +151 -0
  8. package/cli/registry/basic/form.tsx +186 -0
  9. package/cli/registry/basic/icon-button.tsx +12 -4
  10. package/cli/registry/basic/sidebar.tsx +665 -0
  11. package/cli/registry/basic/sonner.tsx +10 -10
  12. package/cli/registry/chat/chat-input/compound.tsx +1 -0
  13. package/cli/registry/chat/user-question/compound.tsx +2 -0
  14. package/cli/registry/meta.json +153 -0
  15. package/dist/registry/basic/accordion.d.ts +15 -0
  16. package/dist/registry/basic/badge.d.ts +23 -0
  17. package/dist/registry/basic/ellipsis-text.d.ts +45 -0
  18. package/dist/registry/basic/form.d.ts +23 -0
  19. package/dist/registry/basic/icon-button.d.ts +15 -2
  20. package/dist/registry/basic/item.d.ts +1 -1
  21. package/dist/registry/basic/sidebar.d.ts +72 -0
  22. package/dist/registry/basic/tag.d.ts +1 -1
  23. package/dist/spark-design.cjs.js +24 -27
  24. package/dist/spark-design.es.js +5353 -4470
  25. package/dist/sparkdesign.css +1 -1
  26. package/dist/src/components/basic/Accordion/index.d.ts +13 -0
  27. package/dist/src/components/basic/Badge/index.d.ts +13 -0
  28. package/dist/src/components/basic/EllipsisText/index.d.ts +4 -36
  29. package/dist/src/components/basic/Form/index.d.ts +12 -0
  30. package/dist/src/components/basic/Sidebar/index.d.ts +13 -0
  31. package/dist/src/components/index.d.ts +6 -2
  32. package/docs/agent/component-selection.md +106 -4
  33. package/package.json +8 -3
  34. package/registry/agent-manifest.json +3996 -67
  35. package/cli/registry/chat/user-question/UserQuestionCard.tsx +0 -198
  36. package/cli/registry/chat/user-question/UserQuestionFooter.tsx +0 -66
  37. package/cli/registry/chat/user-question/UserQuestionHeader.tsx +0 -64
  38. package/cli/registry/chat/user-question/useUserQuestionState.ts +0 -165
  39. package/dist/registry/chat/user-question/UserQuestionCard.d.ts +0 -36
  40. package/dist/registry/chat/user-question/UserQuestionFooter.d.ts +0 -24
  41. package/dist/registry/chat/user-question/UserQuestionHeader.d.ts +0 -26
  42. package/dist/registry/chat/user-question/useUserQuestionState.d.ts +0 -26
  43. package/dist/src/components/basic/CollapsibleSection/index.d.ts +0 -43
  44. package/dist/src/components/chat/Response/StreamingMarkdownBlock.d.ts +0 -12
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Member list
6
6
 
7
- - `basic/` — alert, alert-dialog, aspect-ratio, avatar, breadcrumb, button, button-group, calendar, card, carousel, chart, checkbox, collapse, collapsible, collapsible-card, combobox, command, context-menu, data-table, date-picker, dialog, direction, drawer, dropdown-menu, empty, field, hover-card, icon-button, input, input-group, input-otp, item, kbd, label, menubar, native-select, navigation-menu, option-list, pagination, popover, progress, radio-group, resizable, scroll-area, scrollbar, select, separator, sheet, shimmering-text, sidebar-menu, skeleton, slider, sonner, spinner, switch, table, tabs, tag, textarea, toggle, tooltip, typography.
7
+ - `basic/` — accordion, alert, alert-dialog, aspect-ratio, avatar, badge, breadcrumb, button, button-group, calendar, card, carousel, chart, checkbox, collapse, collapsible, collapsible-card, combobox, command, context-menu, data-table, date-picker, dialog, direction, drawer, dropdown-menu, ellipsis-text, empty, field, form, hover-card, icon-button, input, input-group, input-otp, item, kbd, label, menubar, native-select, navigation-menu, option-list, pagination, popover, progress, radio-group, resizable, scroll-area, scrollbar, select, separator, sheet, shimmering-text, sidebar, sidebar-menu, skeleton, slider, sonner, spinner, switch, table, tabs, tag, textarea, toggle, tooltip, typography.
8
8
  - `chat/` — ask-user-part, browser-action-part, chat-input, code-block-part, conversation-anchor-nav, file-attachment, file-card, file-review-part, folder-button, generated-images-grid, generation-status-bar, hint-banner, image-attachment, image-generating, markdown, mermaid-part, permission-card, plan-part, queue-indicator, reasoning-step, related-prompts, response, send-button, streaming-markdown-block, task-part, terminal-code-block-part, thinking-indicator, tool-invocation-card, user-message, user-question, user-question-answer.
9
9
  - `lib/` — file-icon-maps, use-mermaid-render, utils; helper modules copied with registry components when needed.
10
10
  - `tokens/` — index.css, theme.css, theme-base.css, scale.css, ontology.json, scrollbar utility, theme presets, and scale token packs.