Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/calm-geckos-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## '@openai/chatkit': minor

Add the `share` and `bug` icons to the `HeaderIcon` union so
ChatKit consumers can type header actions that use those glyphs.
2 changes: 2 additions & 0 deletions packages/chatkit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ export type HeaderIcon =
| 'collapse-small'
| 'star'
| 'star-filled'
| 'bug'
| 'chat-temporary'
| 'settings-cog'
| 'grid'
Expand All @@ -491,6 +492,7 @@ export type HeaderIcon =
| 'history'
| 'book-open'
| 'compose'
| 'share'
| 'light-mode'
| 'dark-mode'
| 'close';
Expand Down
Loading