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

fix(Accordion): handle multi-line text in headers #1783

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

booc0mtaco
Copy link
Contributor

Summary:

  • set a constant size for the state caret
  • allow text to roll over to multiple lines
  • add snapshots to test rollover behavior

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:
    • Create an alpha publish and try out in edu-stack or traject as a sanity check if changes affect build or deploy, or are breaking, such as token changes, widely used component updates, hooks changes, and major dependency upgrades.

@booc0mtaco booc0mtaco requested a review from a team October 12, 2023 21:28
@booc0mtaco
Copy link
Contributor Author

booc0mtaco commented Oct 12, 2023

Screenshot 2023-10-13 at 10 58 45

@booc0mtaco
Copy link
Contributor Author

booc0mtaco commented Oct 12, 2023

Screenshot 2023-10-13 at 10 57 28

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #1783 (445df10) into next (f21e2b6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             next    #1783   +/-   ##
=======================================
  Coverage   92.35%   92.35%           
=======================================
  Files         147      147           
  Lines        2656     2656           
  Branches      710      710           
=======================================
  Hits         2453     2453           
  Misses        187      187           
  Partials       16       16           

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

@github-actions
Copy link

github-actions bot commented Oct 12, 2023

size-limit report 📦

Path Size
components 97.11 KB (0%)
styles 33 KB (+0.12% 🔺)

@booc0mtaco booc0mtaco force-pushed the aholloway/EFI-1396 branch 2 times, most recently from 229e7ba to af0a5e5 Compare October 13, 2023 17:04
@booc0mtaco booc0mtaco removed the request for review from a team October 13, 2023 17:07
@booc0mtaco booc0mtaco force-pushed the aholloway/EFI-1396 branch 2 times, most recently from 0350605 to f6c8c8f Compare October 13, 2023 17:27
- set a constant size for the state caret
- allow text to roll over to multiple lines
- add snapshots to test rollover behavior
@booc0mtaco booc0mtaco requested a review from a team October 13, 2023 18:10
@booc0mtaco booc0mtaco merged commit 0b3c3e6 into next Oct 13, 2023
@booc0mtaco booc0mtaco deleted the aholloway/EFI-1396 branch October 13, 2023 18:36
@booc0mtaco
Copy link
Contributor Author

@jeremiah-clothier thanks!

@booc0mtaco booc0mtaco mentioned this pull request Oct 13, 2023
booc0mtaco added a commit that referenced this pull request Oct 13, 2023
## [13.6.0](v13.5.0...v13.6.0) (2023-10-13)


### Features

* **Menu:** allow href and onClick to co-exist on a menu item ([#1779](#1779)) ([971f189](971f189))
* **Popover:** allow focus upon popover panel open ([#1782](#1782)) ([76ddbc6](76ddbc6))


### Bug Fixes

* **Accordion:** handle multi-line text in headers ([#1783](#1783)) ([0b3c3e6](0b3c3e6))
* **Select:** expose render prop and default value param.s ([#1781](#1781)) ([f21e2b6](f21e2b6))
booc0mtaco added a commit that referenced this pull request Oct 13, 2023
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.

1 participant