-
Notifications
You must be signed in to change notification settings - Fork 117
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
feat(summary-detail): add package #3727
Conversation
|
🦋 Changeset detectedLatest commit: 80002eb 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 80002eb:
|
Size Change: +260 B (0%) Total Size: 1.01 MB
ℹ️ View Unchanged
|
Passing run #7515 ↗︎Details:
Review all test suite changes for PR #3727 ↗︎ |
packages/paste-core/components/summary-detail/src/SummaryDetailContent.tsx
Outdated
Show resolved
Hide resolved
packages/paste-core/components/summary-detail/src/SummaryToggleButton.tsx
Outdated
Show resolved
Hide resolved
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.
nice 💪
@@ -0,0 +1,8 @@ | |||
--- |
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.
missing codemods changelog
"name": "@twilio-paste/summary-detail", | ||
"version": "0.0.1", | ||
"category": "interaction", | ||
"status": "alpha", |
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.
intentionally alpha?
/** | ||
* Overrides the default element name to apply unique styles with the Customization Provider | ||
* | ||
* @default 'DISCLOSURE' |
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.
* @default 'DISCLOSURE' | |
* @default 'SUMMARY_DETAIL' |
?
|
||
const ToggleButton = React.forwardRef<HTMLButtonElement, SummaryDetailToggleButtonProps>((props, ref) => { | ||
const rotation = props["aria-expanded"] ? "90" : "0"; | ||
// todo make this logic better |
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.
old comment?
Deployment failed with the following error:
View Documentation: https://vercel.com/docs/concepts/teams/roles-and-permissions |
@nkrantz Thanks for the review and catches, I'm a little bit rusty 😊 |
0d678ad
to
3c1590b
Compare
9313f90
to
80002eb
Compare
Passing run #7512 ↗︎Details:
Review all test suite changes for PR #3727 ↗︎ |
Adds the new SummaryDetail component package