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(internet-header): set focus to the related element on flyout toggle #1404

Conversation

oliverschuerch
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented May 12, 2023

🦋 Changeset detected

Latest commit: 6310164

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@swisspost/internet-header Patch
@swisspost/design-system-documentation Patch

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

@oliverschuerch oliverschuerch changed the title fix(internet-header): set focus to the related element on flyout open or clos fix(internet-header): set focus to the related element on flyout toggle May 12, 2023
@swisspost-bot
Copy link
Contributor

swisspost-bot commented May 12, 2023

Preview environment ready: https://preview-1404--swisspost-design-system-next.netlify.app

}

this.activeFlyout = null;
this.flyoutToggled.emit();
}

addFlyoutAnimation(flyout: HTMLElement) {
addFlyoutAnimation(flyout: HTMLElement, direction?: 'in' | 'out') {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
addFlyoutAnimation(flyout: HTMLElement, direction?: 'in' | 'out') {
addFlyoutAnimation(flyout: HTMLElement, direction?: 'expand' | 'collapse') {

@sonarcloud
Copy link

sonarcloud bot commented May 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@oliverschuerch oliverschuerch merged commit 625ccce into main May 16, 2023
@oliverschuerch oliverschuerch deleted the fix/1356-add-role-treeitem-to-internet-header-main-navigation-links-mobile branch May 16, 2023 14:01
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.

Add role treeitem to internet-header main navigation links (mobile)
3 participants