-
Notifications
You must be signed in to change notification settings - Fork 119
Fix/button resize plus ai bug #4026
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
Conversation
krisantrobus
commented
Aug 8, 2024
- Addresses issue with typescript exposing props on popover reset variant
- Correctly sets decorative AI icon color
- Fixes naming and customization on AI examples
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 2f0578b The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 2f0578b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
@@ -13,7 +13,7 @@ type PopoverButtonBaseProps = { | |||
}; | |||
|
|||
export type PopoverButtonProps = PopoverButtonBaseProps & | |||
Omit<ButtonProps, "as"> & { |
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.
Adding the Omit is messing with the underlying types. With omit it will not show additional pseudo types for reset in an IDE. Removing it fixes this.
I manually tested setting the "as" prop to be something other than button and it had no effect as button is applied in the button component it renders.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2f0578b:
|
Size Change: +3 B (0%) Total Size: 1.09 MB
ℹ️ View Unchanged
|
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
packages/paste-website/src/pages/components/ai-chat-log/index.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Sarah <sali@twilio.com>
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |