-
Notifications
You must be signed in to change notification settings - Fork 86
feat(f36-ai-components): add f36-ai-components package #3202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(f36-ai-components): add f36-ai-components package #3202
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
size-limit report 📦
|
| @@ -0,0 +1,36 @@ | |||
| { | |||
| "name": "@contentful/f36-ai-components", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this PR is approved, should I be running the scripts/prerelease.mjs script to publish this package?
| '@contentful/f36-i18n-utils', | ||
| '@contentful/f36-website', | ||
| '@contentful/f36-docs-utils', | ||
| '@contentful/f36-ai-components', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct? If so, I have added a note to the prerelease section in RELEASES.md to document it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking until @contentful/team-ui-foundation review and v6 is released
mshaaban0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍🏼
packages/f36-ai-components/src/AIChatLayout/AIChatLayout.styles.ts
Outdated
Show resolved
Hide resolved
…ne of a title or icon
… handling and state comparison
… with dynamic props
…for Slider component
…at-layout-toolbar-to-support feat(f36-ai-components): Update AIChatLayout to support multiple headers
#3233) * fix: update AIChatReasoning to recalculate height on children change and add dynamic children story * fix: resolve flickering icons after collapsing * fix: remove unneccessary comment
Purpose of PR
This PR adds a new package which will be the home of the AI components that will support AI chat. It adds an example
AIChatLayoutcomponent from the component boilerplate. There will be subsequent PRs from Core Agents team to begin adding various AI chat components within the package, such asAIChatLayout.This PR also amends the documentation regarding changesets to include reference to the required change to the changelog generation command, as well as fixing the component boilerplate's import of
CommonProps.PR Checklist
readme.mdfile(s)