-
Notifications
You must be signed in to change notification settings - Fork 119
feat(corner-ornament): adds new component for corner ornament #4009
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
|
🦋 Changeset detectedLatest commit: 96d2ad5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 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 ↗︎
|
packages/paste-core/components/corner-ornament/src/CornerOrnamentElement.tsx
Outdated
Show resolved
Hide resolved
packages/paste-core/components/corner-ornament/src/CornerOrnament.tsx
Outdated
Show resolved
Hide resolved
packages/paste-core/components/corner-ornament/stories/index.stories.tsx
Outdated
Show resolved
Hide resolved
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 |
This pull request introduces a new CornerOrnament component to the @twilio-paste/core library. The changes include the creation of the component, its context, and associated elements, as well as updates to various configuration and test files to integrate the new component.
New components added:
Testing:
Unit Tests: Added unit tests for the CornerOrnament component. (packages/paste-core/components/corner-ornament/tests/index.spec.tsx)