agent: Add UI for upsell scenarios (#29805)

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
Nate Butler 2025-05-04 20:48:06 -04:00 committed by GitHub
parent a19687a815
commit fe177f5d69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 659 additions and 135 deletions

View file

@ -1,6 +1,7 @@
mod avatar;
mod banner;
mod button;
mod callout;
mod content_group;
mod context_menu;
mod disclosure;
@ -41,6 +42,7 @@ mod stories;
pub use avatar::*;
pub use banner::*;
pub use button::*;
pub use callout::*;
pub use content_group::*;
pub use context_menu::*;
pub use disclosure::*;