Skip to content

Commit 16a9f9e

Browse files
chore(changesets): 🦋📦 publish packages (main) (next) (#6530)
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/design-system-components@10.0.0-next.52 ### Major Changes - Added a new required `label` prop for the accessible name of `<post-breadcrumbs>` and made its `homeText` prop required. Made the `<post-rating>` label prop required. (by [@myrta2302](https://github.com/myrta2302) with [#6487](#6487)) - Introduced `<post-popover-trigger>` web component to replace the previous `data-popover-target` implementation. (by [@myrta2302](https://github.com/myrta2302) with [#6209](#6209)) ### Minor Changes - Added a slot to the `post-megadropdown` component to support an optional “overview link” above the other links. This allows users to include a top-level link for each megadropdown, enabling navigation to the overview page. (by [@leagrdv](https://github.com/leagrdv) with [#6513](#6513)) ### Patch Changes - Replaced `Post Icons` with their corresponding `UI Icon` equivalents across the package to align icon usage with the current design guidelines. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6217](#6217)) - Added the megadropdown overview link into the list of focusable elements in the `post-megadropdown`. (by [@leagrdv](https://github.com/leagrdv) with [#6557](#6557)) - Added styles to center the `post-closebutton` button within its container. (by [@myrta2302](https://github.com/myrta2302) with [#6526](#6526)) - Fixed an issue with dependency managemant around @stencil/core. This package no longer has to be installed as a dependency by projects using the Design System Components or Components Angular packages as it's now declared a dependency of the components package (was a devDependency before). (by [@gfellerph](https://github.com/gfellerph) with [#6554](#6554)) - Updated dependencies: - @swisspost/design-system-icons@10.0.0-next.52 - @swisspost/design-system-styles@10.0.0-next.52 ## @swisspost/design-system-icons@10.0.0-next.52 ### Minor Changes - Added icons: - `acid` (line & solid): 16, 24, 32, 40, 48 and 64px - `bikebattery` (line & solid): 16, 24, 32, 40, 48 and 64px - `carbatteryleak` (line & solid): 16, 24, 32, 40, 48 and 64px - `carbattery` (line & solid): 16, 24, 32, 40, 48 and 64px - `container` (line & solid): 16, 24, 32, 40, 48 and 64px - `lithiumbatteryleak` (line & solid): 16, 24, 32, 40, 48 and 64px - `lithiumbattery` (line & solid): 16, 24, 32, 40, 48 and 64px - `meetinghybrid` (line & solid): 16, 24, 32, 40, 48 and 64px - `meetingonsite` (line & solid): 16, 24, 32, 40, 48 and 64px - `meetingteams` (line & solid): 16, 24, 32, 40, 48 and 64px - `noweapon` (line & solid): 16, 24, 32, 40, 48 and 64px - `poison` (line & solid): 16, 24, 32, 40, 48 and 64px (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6540](#6540)) - Added icons: `2740` (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6570](#6570)) ## @swisspost/design-system-components-angular@10.0.0-next.52 ### Patch Changes - Fixed an issue with dependency managemant around @stencil/core. This package no longer has to be installed as a dependency by projects using the Design System Components or Components Angular packages as it's now declared a dependency of the components package (was a devDependency before). (by [@gfellerph](https://github.com/gfellerph) with [#6554](#6554)) - Updated dependencies: - @swisspost/design-system-components@10.0.0-next.52 ## @swisspost/design-system-components-react@10.0.0-next.52 ### Patch Changes - Updated dependencies: - @swisspost/design-system-components@10.0.0-next.52 ## @swisspost/design-system-styles@10.0.0-next.52 ### Patch Changes - Replaced `Post Icons` with their corresponding `UI Icon` equivalents across the package to align icon usage with the current design guidelines. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6217](#6217)) - Fixed an issue with button styles specificity where e.g. icon buttons got overwritten by the button styles. Button styles are now delivered in the correct source order, also when selectively importing component CSS. (by [@gfellerph](https://github.com/gfellerph) with [#6553](#6553)) - Updated dependencies: - @swisspost/design-system-icons@10.0.0-next.52 ## @swisspost/design-system-styles-primeng@10.0.0-next.52 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@10.0.0-next.52 ## @swisspost/design-system-tokens@10.0.0-next.52 ## @swisspost/design-system-documentation@6.0.0-next.53 ### Minor Changes - Removed default svg-icons from all navigation entries. Introduced state-specific icons for individual components to indicate their current development status: - In Progress ⏳: This component has open issues or tasks that need to be fixed before it can be used. - Experimental 🧪: This component has been newly introduced and you might experience some bumps while using it. - Stable (No icon): This component is tested, has some mileage, other projects are already successfully implementing it, it's safe to use this. - Deprecated ⛔: This component will be removed in an upcoming major version. (by [@bucknatt](https://github.com/bucknatt) with [#6044](#6044)) - Enhanced component documentation to include a badge at the top of each page showing the package where the component can be found, clarifying which dependency needs to be installed to make it available in a project (by [@bucknatt](https://github.com/bucknatt) with [#5984](#5984)) ### Patch Changes - Fixed layout issue in the `post-tabs` component and `overflow` utilities documentation where the code preview controls overlapped the content, making text unreadable. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6534](#6534)) - Introduced `<post-popover-trigger>` web component to replace the previous `data-popover-target` implementation. (by [@myrta2302](https://github.com/myrta2302) with [#6209](#6209)) - Added a slot to the `post-megadropdown` component to support an optional “overview link” above the other links. This allows users to include a top-level link for each megadropdown, enabling navigation to the overview page. (by [@leagrdv](https://github.com/leagrdv) with [#6513](#6513)) - Moved 'Find your icon' tab to be the first one in `Foundations/Icons` documentation page. (by [@bucknatt](https://github.com/bucknatt) with [#6511](#6511)) - Updated `post-breadcrumbs` and `post-rating` documentation examples to include the newly required props. (by [@myrta2302](https://github.com/myrta2302) with [#6487](#6487)) - Updated the compatibility matrix of the `components-angular` and `components-react` packages. (by [@leagrdv](https://github.com/leagrdv) with [#6521](#6521)) - Added common installation instructions on every web component documentation page. (by [@leagrdv](https://github.com/leagrdv) with [#6514](#6514)) - Updated dependencies: - @swisspost/design-system-icons@10.0.0-next.52 - @swisspost/design-system-components@10.0.0-next.52 - @swisspost/design-system-styles@10.0.0-next.52 - @swisspost/design-system-components-react@10.0.0-next.52 - @swisspost/internet-header@10.0.0-next.52 - @swisspost/design-system-tokens@10.0.0-next.52 ## @swisspost/design-system-components-angular-workspace@1.1.10-next.52 ### Patch Changes - Updated dependencies: - @swisspost/design-system-components@10.0.0-next.52 - @swisspost/design-system-styles@10.0.0-next.52 ## @swisspost/internet-header@10.0.0-next.52 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@10.0.0-next.52 ## @swisspost/design-system-nextjs-integration@0.1.14-next.52 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@10.0.0-next.52 - @swisspost/design-system-components-react@10.0.0-next.52 ## @swisspost/design-system-styles-primeng-workspace@1.0.6-next.52 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@10.0.0-next.52 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b999b2d commit 16a9f9e

File tree

27 files changed

+232
-69
lines changed

27 files changed

+232
-69
lines changed

.changeset/pre.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"20251014054409-patch-ui-icon-update",
6060
"20251015053347-minor-ui-icon-update",
6161
"20251026021635-minor-ui-icon-update",
62+
"20251029080922-minor-ui-icon-update",
63+
"20251102021956-minor-post-icon-update",
6264
"afraid-mangos-sing",
6365
"all-cloths-sleep",
6466
"angry-bulldogs-refuse",
@@ -93,6 +95,7 @@
9395
"brown-peaches-like",
9496
"bumpy-insects-arrive",
9597
"bumpy-papers-stare",
98+
"bumpy-parts-jam",
9699
"busy-lines-pick",
97100
"calm-carrots-worry",
98101
"calm-rabbits-pull",
@@ -127,6 +130,7 @@
127130
"cold-bags-chew",
128131
"cold-experts-pick",
129132
"cold-panthers-vanish",
133+
"cold-sheep-peel",
130134
"cold-snails-fall",
131135
"cold-spoons-sink",
132136
"common-parts-stick",
@@ -189,6 +193,7 @@
189193
"fair-mangos-leave",
190194
"fair-shrimps-warn",
191195
"fair-squids-float",
196+
"famous-oranges-go",
192197
"famous-panthers-bow",
193198
"fast-bats-poke",
194199
"fast-eels-obey",
@@ -219,6 +224,7 @@
219224
"fluffy-frogs-invite",
220225
"forty-icons-punch",
221226
"forty-insects-chew",
227+
"forty-jokes-sin",
222228
"forty-rice-switch",
223229
"forty-rings-refuse",
224230
"four-actors-enter",
@@ -235,10 +241,12 @@
235241
"friendly-insects-breathe",
236242
"funny-goats-walk",
237243
"funny-knives-rule",
244+
"funny-months-attend",
238245
"funny-shrimps-care",
239246
"fuzzy-feet-ring",
240247
"fuzzy-mice-wait",
241248
"gentle-ads-end",
249+
"gentle-doors-smash",
242250
"gentle-jeans-raise",
243251
"gentle-pots-kick",
244252
"gentle-seahorses-whisper",
@@ -250,6 +258,7 @@
250258
"gold-chairs-grin",
251259
"gold-chefs-rule",
252260
"gold-dryers-drop",
261+
"gold-islands-relax",
253262
"gold-news-repair",
254263
"gold-news-retire",
255264
"good-pens-play",
@@ -269,6 +278,7 @@
269278
"green-cameras-say",
270279
"green-crabs-talk",
271280
"green-eels-brush",
281+
"green-mails-fly",
272282
"green-streets-hide",
273283
"grumpy-bears-fail",
274284
"grumpy-fishes-fail",
@@ -296,6 +306,7 @@
296306
"hungry-balloons-sin",
297307
"hungry-ducks-raise",
298308
"hungry-penguins-turn",
309+
"hungry-pumas-repair",
299310
"hungry-ways-deliver",
300311
"itchy-meals-drum",
301312
"khaki-cars-smell",
@@ -314,9 +325,11 @@
314325
"late-toys-cross",
315326
"lazy-eels-nail",
316327
"lazy-gorillas-admire",
328+
"lazy-owls-complain",
317329
"lazy-tables-agree",
318330
"legal-paws-rush",
319331
"lemon-clocks-clean",
332+
"lemon-hairs-notice",
320333
"lemon-kings-thank",
321334
"lemon-lamps-sniff",
322335
"lemon-rabbits-fetch",
@@ -338,6 +351,7 @@
338351
"lovely-deers-itch",
339352
"lovely-mails-clap",
340353
"lovely-mirrors-travel",
354+
"lovely-words-sing",
341355
"lucky-grapes-wink",
342356
"lucky-states-return",
343357
"major-bats-bake",
@@ -468,6 +482,7 @@
468482
"rotten-worms-accept",
469483
"rude-needles-matter",
470484
"rude-owls-tap",
485+
"rude-planets-make",
471486
"rude-pumas-juggle",
472487
"rude-shrimps-wonder",
473488
"salty-badgers-doubt",
@@ -583,6 +598,7 @@
583598
"tender-laws-confess",
584599
"thick-melons-think",
585600
"thick-readers-poke",
601+
"thick-squids-hunt",
586602
"thin-monkeys-chew",
587603
"thirty-cats-juggle",
588604
"thirty-chairs-suffer",
@@ -603,6 +619,7 @@
603619
"tiny-news-sip",
604620
"tiny-socks-count",
605621
"tired-cameras-stand",
622+
"tired-horses-kick",
606623
"tough-bikes-punch",
607624
"tough-buckets-share",
608625
"tough-cheetahs-clean",

packages/components-angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @swisspost/design-system-components-angular-workspace
22

3+
## 1.1.10-next.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.52
9+
- @swisspost/design-system-styles@10.0.0-next.52
10+
311
## 1.1.10-next.51
412

513
### Patch Changes

packages/components-angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-angular-workspace",
3-
"version": "1.1.10-next.51",
3+
"version": "1.1.10-next.52",
44
"description": "Wrapper arround @swisspost/design-system-components for angular",
55
"author": "Swiss Post <design-system@post.ch>",
66
"license": "Apache-2.0",
@@ -33,8 +33,8 @@
3333
"@angular/platform-browser": "20.3.9",
3434
"@angular/platform-browser-dynamic": "20.3.9",
3535
"@angular/router": "20.3.9",
36-
"@swisspost/design-system-components": "workspace:10.0.0-next.51",
37-
"@swisspost/design-system-styles": "workspace:10.0.0-next.51",
36+
"@swisspost/design-system-components": "workspace:10.0.0-next.52",
37+
"@swisspost/design-system-styles": "workspace:10.0.0-next.52",
3838
"rxjs": "7.8.2",
3939
"tslib": "2.8.1",
4040
"zone.js": "0.15.1"
@@ -45,7 +45,7 @@
4545
"@angular/compiler-cli": "20.3.9",
4646
"@cypress/schematic": "3.0.0",
4747
"@eslint/js": "9.18.0",
48-
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.51",
48+
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.52",
4949
"angular-eslint": "19.8.1",
5050
"copyfiles": "2.4.1",
5151
"cypress": "14.3.2",

packages/components-angular/projects/components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @swisspost/design-system-components-angular
22

3+
## 10.0.0-next.52
4+
5+
### Patch Changes
6+
7+
- Fixed an issue with dependency managemant around @stencil/core. This package no longer has to be installed as a dependency by projects using the Design System Components or Components Angular packages as it's now declared a dependency of the components package (was a devDependency before). (by [@gfellerph](https://github.com/gfellerph) with [#6554](https://github.com/swisspost/design-system/pull/6554))
8+
- Updated dependencies:
9+
- @swisspost/design-system-components@10.0.0-next.52
10+
311
## 10.0.0-next.51
412

513
### Patch Changes

packages/components-angular/projects/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-angular",
3-
"version": "10.0.0-next.51",
3+
"version": "10.0.0-next.52",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <design-system@post.ch>",
66
"license": "Apache-2.0",
@@ -21,7 +21,7 @@
2121
"./post-components.css": "./post-components.css"
2222
},
2323
"dependencies": {
24-
"@swisspost/design-system-components": "workspace:10.0.0-next.51",
24+
"@swisspost/design-system-components": "workspace:10.0.0-next.52",
2525
"tslib": "2.8.1"
2626
},
2727
"peerDependencies": {

packages/components-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-react
22

3+
## 10.0.0-next.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.52
9+
310
## 10.0.0-next.51
411

512
### Patch Changes

packages/components-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-react",
3-
"version": "10.0.0-next.51",
3+
"version": "10.0.0-next.52",
44
"description": "Design System React Components for easy integration with the React ecosystem",
55
"author": "Swiss Post <design-system@post.ch>",
66
"license": "Apache-2.0",
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@stencil/react-output-target": "0.8.2",
5151
"@stencil/ssr": "0.1.1",
52-
"@swisspost/design-system-components": "workspace:10.0.0-next.51"
52+
"@swisspost/design-system-components": "workspace:10.0.0-next.52"
5353
},
5454
"devDependencies": {
5555
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @swisspost/design-system-components
22

3+
## 10.0.0-next.52
4+
5+
### Major Changes
6+
7+
- Added a new required `label` prop for the accessible name of `<post-breadcrumbs>` and made its `homeText` prop required. Made the `<post-rating>` label prop required. (by [@myrta2302](https://github.com/myrta2302) with [#6487](https://github.com/swisspost/design-system/pull/6487))
8+
9+
- Introduced `<post-popover-trigger>` web component to replace the previous `data-popover-target` implementation. (by [@myrta2302](https://github.com/myrta2302) with [#6209](https://github.com/swisspost/design-system/pull/6209))
10+
11+
### Minor Changes
12+
13+
- Added a slot to the `post-megadropdown` component to support an optional “overview link” above the other links. This allows users to include a top-level link for each megadropdown, enabling navigation to the overview page. (by [@leagrdv](https://github.com/leagrdv) with [#6513](https://github.com/swisspost/design-system/pull/6513))
14+
15+
### Patch Changes
16+
17+
- Replaced `Post Icons` with their corresponding `UI Icon` equivalents across the package to align icon usage with the current design guidelines. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6217](https://github.com/swisspost/design-system/pull/6217))
18+
19+
- Added the megadropdown overview link into the list of focusable elements in the `post-megadropdown`. (by [@leagrdv](https://github.com/leagrdv) with [#6557](https://github.com/swisspost/design-system/pull/6557))
20+
21+
- Added styles to center the `post-closebutton` button within its container. (by [@myrta2302](https://github.com/myrta2302) with [#6526](https://github.com/swisspost/design-system/pull/6526))
22+
23+
- Fixed an issue with dependency managemant around @stencil/core. This package no longer has to be installed as a dependency by projects using the Design System Components or Components Angular packages as it's now declared a dependency of the components package (was a devDependency before). (by [@gfellerph](https://github.com/gfellerph) with [#6554](https://github.com/swisspost/design-system/pull/6554))
24+
- Updated dependencies:
25+
- @swisspost/design-system-icons@10.0.0-next.52
26+
- @swisspost/design-system-styles@10.0.0-next.52
27+
328
## 10.0.0-next.51
429

530
### Patch Changes

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components",
3-
"version": "10.0.0-next.51",
3+
"version": "10.0.0-next.52",
44
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
55
"author": "Swiss Post <design-system@post.ch>",
66
"license": "Apache-2.0",
@@ -91,8 +91,8 @@
9191
"@floating-ui/dom": "1.7.4",
9292
"@oddbird/popover-polyfill": "0.6.0",
9393
"@stencil/core": "4.35.0",
94-
"@swisspost/design-system-icons": "workspace:10.0.0-next.51",
95-
"@swisspost/design-system-styles": "workspace:10.0.0-next.51",
94+
"@swisspost/design-system-icons": "workspace:10.0.0-next.52",
95+
"@swisspost/design-system-styles": "workspace:10.0.0-next.52",
9696
"ally.js": "1.4.1",
9797
"long-press-event": "2.5.0",
9898
"nanoid": "5.1.6"

packages/documentation/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# @swisspost/design-system-documentation
22

3+
## 6.0.0-next.53
4+
5+
### Minor Changes
6+
7+
- Removed default svg-icons from all navigation entries. Introduced state-specific icons for individual components to indicate their current development status:
8+
9+
- In Progress ⏳: This component has open issues or tasks that need to be fixed before it can be used.
10+
- Experimental 🧪: This component has been newly introduced and you might experience some bumps while using it.
11+
- Stable (No icon): This component is tested, has some mileage, other projects are already successfully implementing it, it's safe to use this.
12+
- Deprecated ⛔: This component will be removed in an upcoming major version. (by [@bucknatt](https://github.com/bucknatt) with [#6044](https://github.com/swisspost/design-system/pull/6044))
13+
14+
- Enhanced component documentation to include a badge at the top of each page showing the package where the component can be found, clarifying which dependency needs to be installed to make it available in a project (by [@bucknatt](https://github.com/bucknatt) with [#5984](https://github.com/swisspost/design-system/pull/5984))
15+
16+
### Patch Changes
17+
18+
- Fixed layout issue in the `post-tabs` component and `overflow` utilities documentation where the code preview controls overlapped the content, making text unreadable. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6534](https://github.com/swisspost/design-system/pull/6534))
19+
20+
- Introduced `<post-popover-trigger>` web component to replace the previous `data-popover-target` implementation. (by [@myrta2302](https://github.com/myrta2302) with [#6209](https://github.com/swisspost/design-system/pull/6209))
21+
22+
- Added a slot to the `post-megadropdown` component to support an optional “overview link” above the other links. This allows users to include a top-level link for each megadropdown, enabling navigation to the overview page. (by [@leagrdv](https://github.com/leagrdv) with [#6513](https://github.com/swisspost/design-system/pull/6513))
23+
24+
- Moved 'Find your icon' tab to be the first one in `Foundations/Icons` documentation page. (by [@bucknatt](https://github.com/bucknatt) with [#6511](https://github.com/swisspost/design-system/pull/6511))
25+
26+
- Updated `post-breadcrumbs` and `post-rating` documentation examples to include the newly required props. (by [@myrta2302](https://github.com/myrta2302) with [#6487](https://github.com/swisspost/design-system/pull/6487))
27+
28+
- Updated the compatibility matrix of the `components-angular` and `components-react` packages. (by [@leagrdv](https://github.com/leagrdv) with [#6521](https://github.com/swisspost/design-system/pull/6521))
29+
30+
- Added common installation instructions on every web component documentation page. (by [@leagrdv](https://github.com/leagrdv) with [#6514](https://github.com/swisspost/design-system/pull/6514))
31+
- Updated dependencies:
32+
- @swisspost/design-system-icons@10.0.0-next.52
33+
- @swisspost/design-system-components@10.0.0-next.52
34+
- @swisspost/design-system-styles@10.0.0-next.52
35+
- @swisspost/design-system-components-react@10.0.0-next.52
36+
- @swisspost/internet-header@10.0.0-next.52
37+
- @swisspost/design-system-tokens@10.0.0-next.52
38+
339
## 6.0.0-next.52
440

541
### Patch Changes

0 commit comments

Comments
 (0)