Skip to content
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(Text): add support for caption-md and caption-lg #1656

Merged
merged 3 commits into from
Jun 10, 2023

Conversation

booc0mtaco
Copy link
Contributor

Summary:

Test Plan:

  • Wrote automated tests
  • CI tests / new tests are not applicable
  • Manually tested my changes, but I want to keep the details secret
  • Manually tested my changes, and here are the details:
    • review chromatic diffs to make sure they comply with design

@booc0mtaco booc0mtaco requested a review from a team June 7, 2023 20:33
@@ -20,9 +20,12 @@
.text--xs {
@mixin eds-theme-typography-body-xs;
}
.text--caption {
.text--caption, .text--caption-md {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.text-caption is preserved for compatibility at the moment. When doing a deprecation cleanup sweep, it can be removed.

@booc0mtaco
Copy link
Contributor Author

Will do this one as a merge commit so that each change appears in the change log

@github-actions
Copy link

github-actions bot commented Jun 7, 2023

size-limit report 📦

Path Size
components 95.08 KB (+0.07% 🔺)
styles 36.54 KB (+0.06% 🔺)

@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #1656 (41e764e) into next (67f281b) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             next    #1656   +/-   ##
=======================================
  Coverage   93.29%   93.30%           
=======================================
  Files         222      222           
  Lines        2955     2957    +2     
  Branches      717      717           
=======================================
+ Hits         2757     2759    +2     
  Misses        181      181           
  Partials       17       17           
Impacted Files Coverage Δ
src/components/Text/Text.tsx 100.00% <ø> (ø)
src/components/Tooltip/Tooltip.tsx 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@booc0mtaco
Copy link
Contributor Author

@jinlee93 when you get a minute, PTAL (please take a look)?

@booc0mtaco booc0mtaco merged commit 97ae989 into next Jun 10, 2023
@booc0mtaco booc0mtaco deleted the aholloway/EDS-1033 branch June 10, 2023 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants