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: <Dialog /> role prop for headlessui version 1.7.18 #900

Conversation

iamtouha
Copy link
Contributor

@iamtouha iamtouha commented Jan 9, 2024

Description
Add new prop role for Dialog component

Related issue(s)

What kind of change does this PR introduce? (check at least one)

  • Bug fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • New Feature (BREAKING CHANGE which adds functionality)
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

How has this been tested?

Screenshots (if appropriate):

The PR fulfils these requirements:

  • It's submitted to the main branch
  • When resolving a specific issue, it's referenced in the related issue section above
  • My change requires a change to the documentation. (Managed by Tremor Team)
  • I have added tests to cover my changes
  • Check the "Allow edits from maintainers" option while creating your PR.
  • Add refs #XXX or fixes #XXX to the related issue section if your PR refers to or fixes an issue.
  • By contributing to Tremor, you confirm that you have read and agreed to Tremor's CONTRIBUTING.md guideline. You also agree that your contributions will be licensed under the Apache License 2.0 license.

Copy link

vercel bot commented Jan 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tremor-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2024 7:16pm

@severinlandolt severinlandolt changed the base branch from main to chore/updatetailwindpackagegs January 9, 2024 19:07
@severinlandolt severinlandolt self-assigned this Jan 9, 2024
@severinlandolt severinlandolt added the PR: In Review This PR is in the process of being reviewed by the team label Jan 9, 2024
@severinlandolt severinlandolt merged commit 8dd3a73 into tremorlabs:chore/updatetailwindpackagegs Jan 9, 2024
5 checks passed
severinlandolt added a commit that referenced this pull request Jan 9, 2024
* update tailwind packages

* fix: <Dialog /> role prop for headlessui version 1.7.18 (#900)

* basic dialog component

* export dialog

* separate root element

* dialogpanel componenet

* export dialogpanel component

* Refactor DialogPanel styles

* Refactor dialog display class name

* Fix export  Dialog to DialogPanel

* Update Dialog and DialogPanel styles

* overlayClassName

* transition added

* refactot style

* Dialog panel default text color set

* dialog story added

* Panel ring added

* unit testing dialog component

* overlay bg updated

* dialog border removed

* export Dialog component from layout elements

* refactor imports

* Update import for Dialog components

* Story fixes

* add: styling

* Add role prop to Dialog component.

* lint

---------

Co-authored-by: severinlandolt <sev.landolt@gmail.com>
Co-authored-by: christopherkindl <53372002+christopherkindl@users.noreply.github.com>
Co-authored-by: Severin Landolt <41927988+severinlandolt@users.noreply.github.com>

---------

Co-authored-by: Touha Zohair <39002455+iamtouha@users.noreply.github.com>
Co-authored-by: christopherkindl <53372002+christopherkindl@users.noreply.github.com>
@iamtouha iamtouha deleted the feat/dialog-component branch January 11, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: In Review This PR is in the process of being reviewed by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants