-
Notifications
You must be signed in to change notification settings - Fork 119
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: branding and marketing related updates #3788
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
🦋 Changeset detectedLatest commit: 5ae79ec The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 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 5ae79ec. 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 3 targetsSent with 💌 from NxCloud. |
Size Change: +1.17 kB (0%) Total Size: 1.02 MB
ℹ️ View Unchanged
|
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 5ae79ec:
|
Passing run #7833 ↗︎Details:
Review all test suite changes for PR #3788 ↗︎ |
Passing run #7832 ↗︎Details:
Review all test suite changes for PR #3788 ↗︎ |
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.
reminder: add titles to new header dark/light icons
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.
i can add them
This pull request includes changes mainly related to design tokens and UI components in the Twilio Paste library. The most significant changes are the adjustments to the bottom margin of the heading variant, the addition of new branding accent background colors and a new text color token, and the addition of new icons.
Design token updates:
.changeset/four-walls-lick.md
: Patched the@twilio-paste/heading
and@twilio-paste/core
packages with a minor adjustment to the bottom margin of the heading variant 20..changeset/swift-lobsters-prove.md
: Updated the@twilio-paste/design-tokens
and@twilio-paste/core
packages with three new branding accent background colors and a new text color token.packages/paste-design-tokens/tokens/global/background-color.yml
: Added new branding accent background colors representing Twilio, Sendgrid, and Segment.packages/paste-design-tokens/tokens/global/text-color.yml
: Added a new text color token to be used on top of the new branding accent background colors.packages/paste-design-tokens/tokens/themes/twilio-dark/global/background-color.yml
andpackages/paste-design-tokens/tokens/themes/twilio/global/background-color.yml
: Updated 3 branding background colors in the Twilio and twilio-dark themes. [1] [2]UI component updates:
packages/paste-core/components/heading/__tests__/heading.test.tsx
andpackages/paste-core/components/heading/src/Heading.tsx
: Adjusted the bottom margin of the heading variant 20 from1.5rem
to1.25rem
. [1] [2] [3]packages/paste-icons/build.icon-list.js
: AddedArtificialIntelligenceIcon
,AvailableIcon
, andProductSendGridIcon
to the list of icons.