Skip to content

chore(icons): ☝️ update icons #5564

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

Merged
merged 2 commits into from
Jun 2, 2025
Merged

Conversation

swisspost-bot
Copy link
Contributor

Design System Icons: Now Up to Date!

Updated icons

UI icons:

  • money (solid): 16, 24, 32, 40, 48 and 64px

@swisspost-bot swisspost-bot requested a review from a team as a code owner June 2, 2025 07:50
Copy link

changeset-bot bot commented Jun 2, 2025

🦋 Changeset detected

Latest commit: f4c4bee

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

This PR includes changesets to release 12 packages
Name Type
@swisspost/design-system-icons Patch
@swisspost/design-system-components Patch
@swisspost/design-system-documentation Patch
@swisspost/design-system-styles Patch
@swisspost/design-system-components-angular-workspace Patch
@swisspost/design-system-components-react Patch
@swisspost/design-system-components-angular Patch
@swisspost/design-system-nextjs-integration Patch
@swisspost/design-system-tokens Patch
@swisspost/design-system-styles-primeng Patch
@swisspost/internet-header Patch
@swisspost/design-system-styles-primeng-workspace 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

Copy link

sonarqubecloud bot commented Jun 2, 2025

@swisspost-bot
Copy link
Contributor Author

swisspost-bot commented Jun 2, 2025

@alizedebray alizedebray merged commit c5f7c38 into main Jun 2, 2025
13 checks passed
@alizedebray alizedebray deleted the 2025-06-02-update-icons branch June 2, 2025 08:49
oliverschuerch pushed a commit that referenced this pull request Jun 24, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @swisspost/[email protected]

### Major Changes

- Improved `post-header` component responsive behavior for better mobile
and desktop experience. Removed `postUpdateDevice` event as part of
internal refactoring - if you were listening to this event in your
application, you'll need to remove those event listeners. Fixed a bug
causing the `post-mainnavigation` to misplace after resizing from tablet
to desktop and then back to tablet. (by
[@alionazherdetska](https://github.com/alionazherdetska) with
[#5490](#5490))

-   Updated the following props to be `required`:

    -   `post-breadcrumbs`: `homeUrl` is now required.
    -   `post-collabpsible-trigger`: `for` is now required.
- `post-language-switch`: `caption` and `description` are now required.
    -   `post-tab-header`: `panel` is now required.
- `post-tab-panel`: `name` is now required. (by
[@myrta2302](https://github.com/myrta2302) with
[#5469](#5469))

- Added the styles responsible for preventing fouc (flashes of unstyled
content) for web-, angular- and react-components in the respective
component packages:

-
`@swisspost/design-system-components/post-components/post-components.css`
- `@swisspost/design-system-components-angular/post-components.css`
- `@swisspost/design-system-components-react/post-components.css` (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#5165](#5165))

- Fixed visual gap in the `post-header` component on iOS in Chrome
browser. (by [@alionazherdetska](https://github.com/alionazherdetska)
with [#5621](#5621))

### Patch Changes

- Fixed `post-tooltip` text overflow by implementing proper word
wrapping and updating width constraints. Tooltips now break correctly
within a maximum width of 280px, preventing text from bleeding outside
container boundaries. (by
[@alionazherdetska](https://github.com/alionazherdetska) with
[#5544](#5544))

- Updated validation error messages across the component library. (by
[@myrta2302](https://github.com/myrta2302) with
[#5471](#5471))

- Set `<post-tooltip>` to `display: contents` to avoid affecting
document layout. (by [@myrta2302](https://github.com/myrta2302) with
[#5574](#5574))

- Replaced thrown errors with console.errors for all property checker
functions. (by [@myrta2302](https://github.com/myrta2302) with
[#5471](#5471))

-   Updated the following props to be `optional`:

    -   `post-banner`: `dismissLabel`, `icon`
    -   `post-card-control`: `description`
    -   `post-language-option`: `active`, `name`, `url`, `variant`
    -   `post-logo`: `url`
    -   `post-tabs`: `activePanel`
    -   `post-tag`: `variant`

    Updated prop type:

- `post-card-control`: `validity` type changed to boolean. (by
[@myrta2302](https://github.com/myrta2302) with
[#5469](#5469))

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Major Changes

- Added the styles responsible for preventing fouc (flashes of unstyled
content) for web-, angular- and react-components in the respective
component packages:
-
`@swisspost/design-system-components/post-components/post-components.css`
- `@swisspost/design-system-components-angular/post-components.css`
- `@swisspost/design-system-components-react/post-components.css` (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#5165](#5165))

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Major Changes

- Added the styles responsible for preventing fouc (flashes of unstyled
content) for web-, angular- and react-components in the respective
component packages:
-
`@swisspost/design-system-components/post-components/post-components.css`
- `@swisspost/design-system-components-angular/post-components.css`
- `@swisspost/design-system-components-react/post-components.css` (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#5165](#5165))

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Major Changes

- Removed the file responsible for preventing fouc (flashes of unstyled
content) for the web-components:
`@swisspost/design-system-styles/components/not-defined.(scss|css)`. (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#5696](#5696))

### Patch Changes

- Fixed an issue on iOS Chrome where floating labels would appear above
the mobile navigation menu after users interacted with multiple form
inputs, by increasing the z-index hierarchy for `post-header` components
on mobile and tablet devices to ensure proper layering and maintain the
navigation menu's top-level priority. (by
[@alionazherdetska](https://github.com/alionazherdetska) with
[#5550](#5550))

- Adjusted label top position to prevent text from appearing between
label and border on Windows at 125% scaling. (by
[@myrta2302](https://github.com/myrta2302) with
[#5547](#5547))

## @swisspost/[email protected]

### Patch Changes

-   Updated icons:
- `money` (solid): 16, 24, 32, 40, 48 and 64px (by
[@swisspost-bot](https://github.com/swisspost-bot) with
[#5564](#5564))

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]



## @swisspost/[email protected]

### Minor Changes

- Only show `health` and `raw-components` stories in development
environment and filter them from the search in production mode. (by
[@schaertim](https://github.com/schaertim) with
[#5377](#5377))

### Patch Changes

- Updated `post-popover` component documentation by adding missing
`close-button-caption` attribute in component examples. (by
[@myrta2302](https://github.com/myrta2302) with
[#5501](#5501))

- Added a new page 'Header with Custom Logo Link' under Guidelines, on
how to use post-header logo with a custom link wrapper. (by
[@myrta2302](https://github.com/myrta2302) with
[#5171](#5171))

- Updated the PrimeNG styles package documentation. (by
[@alizedebray](https://github.com/alizedebray) with
[#5488](#5488))

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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