Skip to content

Commit 9b73038

Browse files
chore(changesets): 🦋📦 publish packages (main) (next) (#6620)
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 - Renamed the `toggleMobileMenu` method in the `post-header` component to `toggleBurgerMenu` for clearer and device-agnostic naming. (by [@alizedebray](https://github.com/alizedebray) with [#6512](#6512)) - Removed the default slot from the `post-header` component. Content previously placed in the default slot should now be assigned to the `local-controls` slot. (by [@alizedebray](https://github.com/alizedebray) with [#6512](#6512)) - Removed the `slot` attribute from the `post-mainnavigation` host. The slot must now be added manually to position the `post-mainnavigation` correctly within the `post-header` component. (by [@alizedebray](https://github.com/alizedebray) with [#6512](#6512)) - Removed `--post-local-header-top` custom properties from the `post-header` component because the local header is no longer a positioned element. (by [@alizedebray](https://github.com/alizedebray) with [#6512](#6512)) ### Minor Changes - Removed the HTML stepper component and replaced it with new `post-stepper` and `post-stepper-item` web components. (by [@leagrdv](https://github.com/leagrdv) with [#6502](#6502)) ### Patch Changes - Added the CSS variable `--post-tooltip-max-width` that enables configuring the max-width of the `post-tooltip` component. (by [@leagrdv](https://github.com/leagrdv) with [#6632](#6632)) - Fixed components with missing required properties during hydration phase, when used nested in other components in a SSR environment. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#6635](#6635)) - Fixed console error appearing when toggling `post-collapsible` component. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6611](#6611)) - Corrected offset of the outline of focused elements in the `post-language-option` and `post-mainnavigation`. (by [@leagrdv](https://github.com/leagrdv) with [#6584](#6584)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Major Changes - Removed the HTML stepper component and replaced it with new `post-stepper` and `post-stepper-item` web components. (by [@leagrdv](https://github.com/leagrdv) with [#6502](#6502)) - Added the `data-type` attribute to the dialog component. The icon is now automatically selected based on this attribute and limited to the four signal types: info, success, warning, and error. (by [@alizedebray](https://github.com/alizedebray) with [#6625](#6625)) - Aligned viewport-based utility classes with named percentage sizes. (by [@hugomslv](https://github.com/hugomslv) with [#6191](#6191)) - Updated section custom properties: - Renamed `--post-section-container-content-offset` → `--post-section-content-offset` - Removed `--post-section-container-width` (use `--post-container-max-width` instead) - Removed `--post-section-container-padding` (use `--post-container-padding-inline` instead) (by [@alizedebray](https://github.com/alizedebray) with [#6641](#6641)) ### Patch Changes - Removed the need for a palette class on the dialog component. (by [@alizedebray](https://github.com/alizedebray) with [#6625](#6625)) - Updated form select arrow's color to be visible in dark mode. (by [@leagrdv](https://github.com/leagrdv) with [#6597](#6597)) - Updated sections to ensure they function correctly when nested inside containers. (by [@alizedebray](https://github.com/alizedebray) with [#6641](#6641)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Minor Changes - Added icons: - `biohazard` (line & solid): 16, 24, 32, 40, 48 and 64px - `contentmanagement` (line & solid): 16, 24, 32, 40, 48 and 64px - `fireworks` (line & solid): 16, 24, 32, 40, 48 and 64px - `freightletter` (line & solid): 16, 24, 32, 40, 48 and 64px - `gascylinder` (line & solid): 16, 24, 32, 40, 48 and 64px - `icondesign` (line & solid): 16, 24, 32, 40, 48 and 64px - `lighthouse` (line & solid): 16, 24, 32, 40, 48 and 64px - `paintroll` (line & solid): 16, 24, 32, 40, 48 and 64px - `paintthinner` (line & solid): 16, 24, 32, 40, 48 and 64px - `perfume` (line & solid): 16, 24, 32, 40, 48 and 64px - `radioactive` (line & solid): 16, 24, 32, 40, 48 and 64px - `spraycan` (line & solid): 16, 24, 32, 40, 48 and 64px - `stakeholdermanagement` (line & solid): 16, 24, 32, 40, 48 and 64px - `strategy` (line & solid): 16, 24, 32, 40, 48 and 64px - `telescope` (line & solid): 16, 24, 32, 40, 48 and 64px (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6630](#6630)) ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @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] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Removed the need for a palette class on the dialog component. (by [@alizedebray](https://github.com/alizedebray) with [#6625](#6625)) - Removed the HTML stepper component and replaced it with new `post-stepper` and `post-stepper-item` web components. (by [@leagrdv](https://github.com/leagrdv) with [#6502](#6502)) - Removed the default slot from the `post-header` component. Content previously placed in the default slot should now be assigned to the `local-controls` slot. (by [@alizedebray](https://github.com/alizedebray) with [#6512](#6512)) - Added the `data-type` attribute to the dialog component. The icon is now automatically selected based on this attribute and limited to the four signal types: info, success, warning, and error. (by [@alizedebray](https://github.com/alizedebray) with [#6625](#6625)) - Removed the `slot` attribute from the `post-mainnavigation` host. The slot must now be added manually to position the `post-mainnavigation` correctly within the `post-header` component. (by [@alizedebray](https://github.com/alizedebray) with [#6512](#6512)) - Updated sections to ensure they function correctly when nested inside containers. (by [@alizedebray](https://github.com/alizedebray) with [#6641](#6641)) - 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] ### Patch Changes - Updated dependencies: - @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>
1 parent 46d7e59 commit 9b73038

File tree

31 files changed

+245
-75
lines changed

31 files changed

+245
-75
lines changed

.changeset/pre.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"20251029080922-minor-ui-icon-update",
6363
"20251102021956-minor-post-icon-update",
6464
"20251104122928-minor-post-icon-update",
65+
"20251112083607-minor-ui-icon-update",
6566
"afraid-mangos-sing",
6667
"all-cloths-sleep",
6768
"angry-bulldogs-refuse",
@@ -79,6 +80,7 @@
7980
"big-owls-confess",
8081
"big-peaches-matter",
8182
"big-socks-dress",
83+
"big-spiders-lie",
8284
"blue-eyes-sip",
8385
"blue-ghosts-learn",
8486
"blue-kings-beg",
@@ -174,6 +176,7 @@
174176
"eager-chairs-sin",
175177
"early-baboons-cross",
176178
"early-knives-own",
179+
"early-news-fetch",
177180
"easy-bananas-learn",
178181
"easy-tables-allow",
179182
"eight-ants-warn",
@@ -183,9 +186,11 @@
183186
"eighty-ghosts-explain",
184187
"eighty-shirts-dance",
185188
"eighty-tools-compete",
189+
"eleven-candles-retire",
186190
"eleven-grapes-join",
187191
"eleven-keys-work",
188192
"eleven-towns-camp",
193+
"empty-coins-dig",
189194
"empty-crabs-work",
190195
"empty-islands-kneel",
191196
"empty-pants-brake",
@@ -238,6 +243,7 @@
238243
"four-mirrors-crash",
239244
"four-monkeys-buy",
240245
"four-moose-design",
246+
"four-terms-cross",
241247
"fresh-files-crash",
242248
"fresh-hats-do",
243249
"fresh-schools-peel",
@@ -269,6 +275,7 @@
269275
"good-pets-eat",
270276
"good-rocks-double",
271277
"good-spoons-tie",
278+
"good-walls-cheer",
272279
"good-wombats-jam",
273280
"gorgeous-flowers-flow",
274281
"gorgeous-glasses-end",
@@ -303,6 +310,7 @@
303310
"honest-apes-hammer",
304311
"honest-crabs-look",
305312
"honest-crews-walk",
313+
"honest-grapes-bow",
306314
"honest-numbers-end",
307315
"honest-sheep-burn",
308316
"hot-lizards-dance",
@@ -341,6 +349,7 @@
341349
"light-ants-fetch",
342350
"light-flowers-live",
343351
"light-terms-knock",
352+
"light-toys-behave",
344353
"little-cars-unite",
345354
"little-squids-camp",
346355
"long-shrimps-roll",
@@ -460,6 +469,7 @@
460469
"quiet-apes-rhyme",
461470
"quiet-dolls-lick",
462471
"quiet-falcons-kiss",
472+
"quiet-flies-lie",
463473
"quiet-games-jog",
464474
"quiet-pots-tickle",
465475
"quiet-shrimps-refuse",
@@ -491,6 +501,7 @@
491501
"rude-planets-make",
492502
"rude-pumas-juggle",
493503
"rude-shrimps-wonder",
504+
"sad-jeans-flow",
494505
"salty-badgers-doubt",
495506
"selfish-bats-run",
496507
"selfish-boats-appear",
@@ -506,7 +517,9 @@
506517
"shaggy-kings-notice",
507518
"shaggy-suns-suffer",
508519
"shaggy-women-drive",
520+
"shaky-cups-bake",
509521
"shaky-nights-drop",
522+
"shaky-squids-cheer",
510523
"sharp-baboons-smile",
511524
"sharp-bobcats-grab",
512525
"sharp-crews-watch",
@@ -634,6 +647,7 @@
634647
"tough-pillows-pump",
635648
"tricky-crews-agree",
636649
"tricky-foxes-check",
650+
"tricky-wombats-rest",
637651
"twelve-books-wink",
638652
"twelve-camels-serve",
639653
"twelve-clocks-dream",
@@ -650,6 +664,8 @@
650664
"two-hounds-march",
651665
"two-planets-fix",
652666
"two-shirts-shake",
667+
"upset-hats-care",
668+
"vast-rivers-agree",
653669
"violet-geckos-shave",
654670
"violet-jokes-stare",
655671
"violet-poems-attend",

packages/changelog-github/CHANGELOG.md

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

3+
## 10.0.0-next.55
4+
35
## 10.0.0-next.54
46

57
## 1.0.2

packages/changelog-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-changelog-github",
3-
"version": "10.0.0-next.54",
3+
"version": "10.0.0-next.55",
44
"description": "A changelog entry generator for GitHub that links to PRs and users",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",

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+
## 10.0.0-next.55
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.55
9+
- @swisspost/design-system-styles@10.0.0-next.55
10+
311
## 10.0.0-next.54
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": "10.0.0-next.54",
3+
"version": "10.0.0-next.55",
44
"description": "Wrapper arround @swisspost/design-system-components for angular",
55
"author": "Swiss Post <[email protected]>",
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.54",
37-
"@swisspost/design-system-styles": "workspace:10.0.0-next.54",
36+
"@swisspost/design-system-components": "workspace:10.0.0-next.55",
37+
"@swisspost/design-system-styles": "workspace:10.0.0-next.55",
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.54",
48+
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.55",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-angular
22

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

512
### 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.54",
3+
"version": "10.0.0-next.55",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <[email protected]>",
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.54",
24+
"@swisspost/design-system-components": "workspace:10.0.0-next.55",
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.55
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.55
9+
310
## 10.0.0-next.54
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.54",
3+
"version": "10.0.0-next.55",
44
"description": "Design System React Components for easy integration with the React ecosystem",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@stencil/react-output-target": "1.2.0",
4949
"@stencil/ssr": "0.1.1",
50-
"@swisspost/design-system-components": "workspace:10.0.0-next.54"
50+
"@swisspost/design-system-components": "workspace:10.0.0-next.55"
5151
},
5252
"devDependencies": {
5353
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

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

3+
## 10.0.0-next.55
4+
5+
### Major Changes
6+
7+
- Renamed the `toggleMobileMenu` method in the `post-header` component to `toggleBurgerMenu` for clearer and device-agnostic naming. (by [@alizedebray](https://github.com/alizedebray) with [#6512](https://github.com/swisspost/design-system/pull/6512))
8+
9+
- Removed the default slot from the `post-header` component. Content previously placed in the default slot should now be assigned to the `local-controls` slot. (by [@alizedebray](https://github.com/alizedebray) with [#6512](https://github.com/swisspost/design-system/pull/6512))
10+
11+
- Removed the `slot` attribute from the `post-mainnavigation` host. The slot must now be added manually to position the `post-mainnavigation` correctly within the `post-header` component. (by [@alizedebray](https://github.com/alizedebray) with [#6512](https://github.com/swisspost/design-system/pull/6512))
12+
13+
- Removed `--post-local-header-top` custom properties from the `post-header` component because the local header is no longer a positioned element. (by [@alizedebray](https://github.com/alizedebray) with [#6512](https://github.com/swisspost/design-system/pull/6512))
14+
15+
### Minor Changes
16+
17+
- Removed the HTML stepper component and replaced it with new `post-stepper` and `post-stepper-item` web components. (by [@leagrdv](https://github.com/leagrdv) with [#6502](https://github.com/swisspost/design-system/pull/6502))
18+
19+
### Patch Changes
20+
21+
- Added the CSS variable `--post-tooltip-max-width` that enables configuring the max-width of the `post-tooltip` component. (by [@leagrdv](https://github.com/leagrdv) with [#6632](https://github.com/swisspost/design-system/pull/6632))
22+
23+
- Fixed components with missing required properties during hydration phase, when used nested in other components in a SSR environment. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#6635](https://github.com/swisspost/design-system/pull/6635))
24+
25+
- Fixed console error appearing when toggling `post-collapsible` component. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6611](https://github.com/swisspost/design-system/pull/6611))
26+
27+
- Corrected offset of the outline of focused elements in the `post-language-option` and `post-mainnavigation`. (by [@leagrdv](https://github.com/leagrdv) with [#6584](https://github.com/swisspost/design-system/pull/6584))
28+
- Updated dependencies:
29+
- @swisspost/design-system-icons@10.0.0-next.55
30+
- @swisspost/design-system-styles@10.0.0-next.55
31+
332
## 10.0.0-next.54
433

534
### Minor Changes

0 commit comments

Comments
 (0)