-
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?
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
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 👍🏼
| export const getStyles = () => { | ||
| return { | ||
| aIChatLayout: css({ | ||
| color: tokens.red600, |
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.
🔴
…ne of a title or icon
…osed, collapsed, open)
…tlayout-component-implementation feat(f36-ai-components): add AIChatLayout component
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
…tlayout-component-implementation feat(f36-ai-components): add AIChatLayout component
…-713-forma36-create-aichatartifactmessage-component
…tartifactmessage-component feat(f36-ai-components): add AIChatArtifactMessage component [PIC-713]
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)