Skip to content

Conversation

@myrta2302
Copy link
Contributor

@myrta2302 myrta2302 commented Nov 3, 2025

📄 Description

This PR follows #6606:

  • Updates post-popovercontainer to open with animation only when animation is set to 'pop-in'.
  • Updates post-menu to handle focus and aria-expanded on the trigger in postBeforeToggle instead of postToggled, fixing related delays.
  • Updates documentation examples accordingly..

🔮 Design review

  • Design review done
  • No design review needed

📝 Checklist

  • ✅ My code follows the style guidelines of this project
  • 🛠️ I have performed a self-review of my own code
  • 📄 I have made corresponding changes to the documentation
  • ⚠️ My changes generate no new warnings or errors
  • ✔️ New and existing unit tests pass locally with my changes

@myrta2302 myrta2302 linked an issue Nov 3, 2025 that may be closed by this pull request
@changeset-bot
Copy link

changeset-bot bot commented Nov 3, 2025

🦋 Changeset detected

Latest commit: 6b991e2

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

This PR includes changesets to release 14 packages
Name Type
@swisspost/design-system-components Minor
@swisspost/design-system-components-angular-workspace Minor
@swisspost/design-system-components-react Minor
@swisspost/design-system-documentation Patch
@swisspost/design-system-nextjs-integration Minor
@swisspost/design-system-components-angular Minor
@swisspost/design-system-changelog-github Minor
@swisspost/design-system-eslint Minor
@swisspost/design-system-icons Minor
@swisspost/internet-header Minor
@swisspost/design-system-styles Minor
@swisspost/design-system-styles-primeng-workspace Minor
@swisspost/design-system-styles-primeng Minor
@swisspost/design-system-tokens Minor

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

@swisspost-bot
Copy link
Contributor

swisspost-bot commented Nov 3, 2025

Related Previews

@myrta2302 myrta2302 changed the title 6538 bug fix post menu animation feat(components): update post-menu animation and fix trigger and focus delays Nov 3, 2025
@myrta2302 myrta2302 marked this pull request as ready for review November 4, 2025 16:10
@myrta2302 myrta2302 requested review from a team as code owners November 4, 2025 16:10
@myrta2302 myrta2302 changed the title feat(components): update post-menu animation and fix trigger and focus delays feat(components): update post-popovercontainer animation and fix menu trigger and focus delays Nov 7, 2025
@myrta2302 myrta2302 modified the milestone: v10.0.0 Release Nov 7, 2025
@myrta2302 myrta2302 removed the request for review from oliverschuerch November 10, 2025 14:54
@myrta2302 myrta2302 added needs: 🏓 dev roundtable To be discussed at the roundtable of esteemed developers and removed needs: 🏓 dev roundtable To be discussed at the roundtable of esteemed developers labels Nov 10, 2025
@sonarqubecloud
Copy link

Copy link
Contributor

@oliverschuerch oliverschuerch left a comment

Choose a reason for hiding this comment

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

Your PR adds an unwanted side effect on the tooltip.
It's not opening anymore, because:
image

Please fix the issue and test the following components before re-request a review:

  • post-breadcrumbs
  • post-language-switch
  • post-popover
  • post-tooltip

};

function render(args: Args) {
console.log(args.animation);
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
console.log(args.animation);

@Prop() menuLabel!: string;

/**
*
Copy link
Contributor

Choose a reason for hiding this comment

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

Where is the description?

}

/**
/**s
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
/**s
/**

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.

[bug] fix post-menu animation

4 participants