Skip to content

Commit 04692d8

Browse files
chore(changesets): 🦋📦 publish packages (main) (next) (#4915)
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 - Removed the deprecated css component `card-button`. (by [@leagrdv](https://github.com/leagrdv) with [#4950](#4950)) - Updated CSS and SCSS entry file names to better represent the styles contained. There is now the choice between compact and default appearance instead of internal and external styles. This change better represents the resulting look of the components. - post-external.[s]css -> post-default.[s]css - post-internal.[s]css -> post-compact.[s]css - post-tokens-external.[s]css -> post-tokens-default.[s]css - post-tokens-internal.[s]css -> post-tokens-compact.[s]css - cargo-external.[s]css -> cargo-default.[s]css - cargo-internal.[s]css -> cargo-compact.[s]css - cargo-tokens-external.[s]css -> cargo-tokens-default.[s]css - cargo-tokens-internal.[s]css -> cargo-tokens-compact.[s]css (by [@gfellerph](https://github.com/gfellerph) with [#4608](#4608)) ### Minor Changes - Removed the `@mixin placeholder` as using the `::placeholder` CSS selector is now widely available. (by [@leagrdv](https://github.com/leagrdv) with [#4934](#4934)) ### Patch Changes - Replaced usages of `color: inherit` with tokens to improve high contrast mode compatability. (by [@schaertim](https://github.com/schaertim) with [#4933](#4933)) - Improved header accessibility by ensuring that elements which are hidden on scroll get visible again if they receive focus. (by [@leagrdv](https://github.com/leagrdv) with [#4767](#4767)) - Fixed the stepper as the progress bar was not being filled correctly on steps progress on firefox. (by [@leagrdv](https://github.com/leagrdv) with [#4893](#4893)) - Removed the usage of the deprecated pseudo-element `::input-placeholder`. This fixes an issue with CSS validation tools that don't allow deprecated selectors. (by [@leagrdv](https://github.com/leagrdv) with [#4934](#4934)) ## @swisspost/[email protected] ### Patch Changes - Added a max-height to the `post-megadropdown` on desktop to add scrolling in case its content is bigger than the space available. (by [@leagrdv](https://github.com/leagrdv) with [#4906](#4906)) - Replaced usages of `color: inherit` with tokens to improve high contrast mode compatability. (by [@schaertim](https://github.com/schaertim) with [#4933](#4933)) - Adapted the trigger of the `post-popover` component to be able to handle nested elements. (by [@schaertim](https://github.com/schaertim) with [#4910](#4910)) - Improved header accessibility by ensuring that elements which are hidden on scroll get visible again if they receive focus. (by [@leagrdv](https://github.com/leagrdv) with [#4767](#4767)) - Added the CSS variable `--post-popover-max-width` that enables configuring the max-width of the `post-popover` component. (by [@leagrdv](https://github.com/leagrdv) with [#4898](#4898)) - Resolved accessibility violations in the `post-language-switch` component by adding the role="menu" to the `post-menu` component. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4951](#4951)) - 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] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ## @swisspost/[email protected] ## @swisspost/[email protected] ### Major Changes - Removed the deprecated css component `card-button`. (by [@leagrdv](https://github.com/leagrdv) with [#4950](#4950)) ### Minor Changes - Added a button to open component examples in a codepen where they can be edited/configured as desired. (by [@schaertim](https://github.com/schaertim) with [#4602](#4602)) - Added icons detail panel on documentation. (by [@leagrdv](https://github.com/leagrdv) with [#4685](#4685)) ### Patch Changes - Cleaned up documentation to remove the nested paragraphs errors. (by [@leagrdv](https://github.com/leagrdv) with [#4954](#4954)) - Added the MDN documentation link to the `dialog` component. (by [@schaertim](https://github.com/schaertim) with [#4939](#4939)) - Added the CSS variable `--post-popover-max-width` that enables configuring the max-width of the `post-popover` component. (by [@leagrdv](https://github.com/leagrdv) with [#4898](#4898)) - Added a beta version disclaimer on all the documentation pages to avoid confusion. (by [@leagrdv](https://github.com/leagrdv) with [#4929](#4929)) - Removed wrongfully added top margins on some headings in the docs components. (by [@leagrdv](https://github.com/leagrdv) with [#4953](#4953)) - 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 - Added a migration rule for the updated 'rounded' utility classes. (by [@leagrdv](https://github.com/leagrdv) with [#4907](#4907)) ## @swisspost/[email protected] ### Patch Changes - Replaced usages of `color: inherit` with tokens to improve high contrast mode compatability. (by [@schaertim](https://github.com/schaertim) with [#4933](#4933)) - 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>
1 parent b7cebb3 commit 04692d8

File tree

30 files changed

+271
-80
lines changed

30 files changed

+271
-80
lines changed

.changeset/pre.json

+18
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"chatty-spoons-unite",
5454
"chatty-toes-shop",
5555
"chatty-waves-repeat",
56+
"chilled-crabs-march",
5657
"chilled-owls-walk",
5758
"chilled-penguins-breathe",
5859
"chilly-carrots-explain",
@@ -63,6 +64,7 @@
6364
"clever-cheetahs-draw",
6465
"clever-cups-search",
6566
"clever-cups-swim",
67+
"clever-jars-pump",
6668
"clever-years-sparkle",
6769
"cold-baboons-appear",
6870
"cold-bags-chew",
@@ -73,6 +75,7 @@
7375
"curly-insects-breathe",
7476
"curly-pets-jam",
7577
"curvy-sheep-help",
78+
"cyan-beers-remember",
7679
"cyan-days-kiss",
7780
"cyan-years-pretend",
7881
"dirty-mayflies-taste",
@@ -94,13 +97,15 @@
9497
"empty-islands-kneel",
9598
"fair-actors-scream",
9699
"fair-llamas-battle",
100+
"fair-squids-float",
97101
"famous-panthers-bow",
98102
"fast-bats-poke",
99103
"fast-fans-wash",
100104
"fast-humans-jog",
101105
"few-ways-beam",
102106
"fifty-dodos-wait",
103107
"fifty-students-call",
108+
"five-badgers-juggle",
104109
"five-ears-eat",
105110
"five-hornets-sin",
106111
"flat-badgers-fly",
@@ -109,6 +114,7 @@
109114
"fluffy-frogs-invite",
110115
"four-beers-leave",
111116
"four-jokes-tease",
117+
"four-mirrors-crash",
112118
"fresh-files-crash",
113119
"fresh-hats-do",
114120
"fresh-schools-peel",
@@ -136,6 +142,7 @@
136142
"gorgeous-glasses-end",
137143
"gorgeous-mugs-train",
138144
"gorgeous-needles-run",
145+
"great-avocados-fix",
139146
"great-houses-bake",
140147
"great-humans-talk",
141148
"grumpy-bears-fail",
@@ -148,6 +155,7 @@
148155
"heavy-eyes-live",
149156
"heavy-rats-explode",
150157
"heavy-tips-share",
158+
"heavy-weeks-sort",
151159
"hip-gifts-give",
152160
"honest-numbers-end",
153161
"hot-lizards-dance",
@@ -161,12 +169,14 @@
161169
"kind-papayas-provide",
162170
"kind-toys-impress",
163171
"large-apples-clap",
172+
"large-cycles-cough",
164173
"large-gorillas-hope",
165174
"large-hornets-complain",
166175
"large-poems-dream",
167176
"late-birds-report",
168177
"late-days-approve",
169178
"lazy-gorillas-admire",
179+
"lazy-tables-agree",
170180
"lemon-clocks-clean",
171181
"lemon-walls-do",
172182
"little-cars-unite",
@@ -179,6 +189,8 @@
179189
"lovely-mails-clap",
180190
"lovely-mirrors-travel",
181191
"lucky-grapes-wink",
192+
"many-cherries-destroy",
193+
"metal-files-smell",
182194
"metal-geese-swim",
183195
"metal-pens-explode",
184196
"metal-points-shave",
@@ -225,6 +237,7 @@
225237
"poor-laws-impress",
226238
"popular-games-rush",
227239
"popular-mirrors-cross",
240+
"popular-otters-rhyme",
228241
"popular-rivers-poke",
229242
"pretty-beans-kneel",
230243
"pretty-meals-suffer",
@@ -251,6 +264,7 @@
251264
"red-lies-lick",
252265
"red-moose-do",
253266
"red-plums-speak",
267+
"rich-sheep-dress",
254268
"rich-snakes-happen",
255269
"rich-timers-listen",
256270
"rotten-bats-look",
@@ -288,6 +302,7 @@
288302
"six-spiders-smoke",
289303
"sixty-clouds-cough",
290304
"sixty-items-promise",
305+
"slimy-items-happen",
291306
"slimy-plums-sniff",
292307
"slimy-rockets-pull",
293308
"slow-fishes-reply",
@@ -309,6 +324,7 @@
309324
"sweet-seals-search",
310325
"swift-glasses-eat",
311326
"swift-shrimps-dream",
327+
"tame-baboons-cry",
312328
"tame-squids-float",
313329
"tame-terms-push",
314330
"tasty-beans-knock",
@@ -317,6 +333,7 @@
317333
"tender-glasses-arrive",
318334
"tender-laws-confess",
319335
"thick-readers-poke",
336+
"thin-monkeys-chew",
320337
"thirty-cats-juggle",
321338
"thirty-chairs-suffer",
322339
"thirty-mirrors-thank",
@@ -352,6 +369,7 @@
352369
"weak-lions-rest",
353370
"weak-pears-dance",
354371
"wicked-scissors-buy",
372+
"wicked-students-cough",
355373
"wild-bugs-work",
356374
"wise-hornets-happen",
357375
"wise-jobs-taste",

packages/components-angular/CHANGELOG.md

+8
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.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@9.0.0-next.31
9+
- @swisspost/design-system-components@9.0.0-next.31
10+
311
## 1.1.10-next.30
412

513
### Patch Changes

packages/components-angular/package.json

+3-3
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.30",
3+
"version": "1.1.10-next.31",
44
"scripts": {
55
"start": "ng serve --port 9210",
66
"build": "pnpm clean && ng build components",
@@ -20,8 +20,8 @@
2020
"@angular/platform-browser": "19.2.0",
2121
"@angular/platform-browser-dynamic": "19.2.0",
2222
"@angular/router": "19.2.0",
23-
"@swisspost/design-system-components": "workspace:9.0.0-next.30",
24-
"@swisspost/design-system-styles": "workspace:9.0.0-next.30",
23+
"@swisspost/design-system-components": "workspace:9.0.0-next.31",
24+
"@swisspost/design-system-styles": "workspace:9.0.0-next.31",
2525
"rxjs": "7.8.1",
2626
"tslib": "2.8.1",
2727
"zone.js": "0.15.0"

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-angular
22

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

512
### Patch Changes

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-angular",
3-
"version": "9.0.0-next.30",
3+
"version": "9.0.0-next.31",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
"linkDirectory": true
1919
},
2020
"dependencies": {
21-
"@swisspost/design-system-components": "workspace:9.0.0-next.30",
21+
"@swisspost/design-system-components": "workspace:9.0.0-next.31",
2222
"tslib": "2.8.1"
2323
},
2424
"peerDependencies": {

packages/components-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-react
22

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

512
### Patch Changes

packages/components-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-react",
3-
"version": "9.0.0-next.30",
3+
"version": "9.0.0-next.31",
44
"description": "Design System React Components for easy integration with the React ecosystem",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"lint:fix": "eslint --fix"
2929
},
3030
"dependencies": {
31-
"@swisspost/design-system-components": "workspace:9.0.0-next.30"
31+
"@swisspost/design-system-components": "workspace:9.0.0-next.31"
3232
},
3333
"devDependencies": {
3434
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @swisspost/design-system-components
22

3+
## 9.0.0-next.31
4+
5+
### Patch Changes
6+
7+
- Added a max-height to the `post-megadropdown` on desktop to add scrolling in case its content is bigger than the space available. (by [@leagrdv](https://github.com/leagrdv) with [#4906](https://github.com/swisspost/design-system/pull/4906))
8+
9+
- Replaced usages of `color: inherit` with tokens to improve high contrast mode compatability. (by [@schaertim](https://github.com/schaertim) with [#4933](https://github.com/swisspost/design-system/pull/4933))
10+
11+
- Adapted the trigger of the `post-popover` component to be able to handle nested elements. (by [@schaertim](https://github.com/schaertim) with [#4910](https://github.com/swisspost/design-system/pull/4910))
12+
13+
- Improved header accessibility by ensuring that elements which are hidden on scroll get visible again if they receive focus. (by [@leagrdv](https://github.com/leagrdv) with [#4767](https://github.com/swisspost/design-system/pull/4767))
14+
15+
- Added the CSS variable `--post-popover-max-width` that enables configuring the max-width of the `post-popover` component. (by [@leagrdv](https://github.com/leagrdv) with [#4898](https://github.com/swisspost/design-system/pull/4898))
16+
17+
- Resolved accessibility violations in the `post-language-switch` component by adding the role="menu" to the `post-menu` component. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4951](https://github.com/swisspost/design-system/pull/4951))
18+
- Updated dependencies:
19+
- @swisspost/design-system-styles@9.0.0-next.31
20+
- @swisspost/design-system-icons@9.0.0-next.31
21+
322
## 9.0.0-next.30
423

524
### Patch Changes

packages/components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components",
3-
"version": "9.0.0-next.30",
3+
"version": "9.0.0-next.31",
44
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",
@@ -40,8 +40,8 @@
4040
"dependencies": {
4141
"@floating-ui/dom": "1.6.13",
4242
"@oddbird/popover-polyfill": "0.3.7",
43-
"@swisspost/design-system-icons": "workspace:9.0.0-next.30",
44-
"@swisspost/design-system-styles": "workspace:9.0.0-next.30",
43+
"@swisspost/design-system-icons": "workspace:9.0.0-next.31",
44+
"@swisspost/design-system-styles": "workspace:9.0.0-next.31",
4545
"ally.js": "1.4.1",
4646
"long-press-event": "2.5.0",
4747
"nanoid": "5.0.9"

packages/documentation/CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# @swisspost/design-system-documentation
22

3+
## 6.0.0-next.32
4+
5+
### Major Changes
6+
7+
- Removed the deprecated css component `card-button`. (by [@leagrdv](https://github.com/leagrdv) with [#4950](https://github.com/swisspost/design-system/pull/4950))
8+
9+
### Minor Changes
10+
11+
- Added a button to open component examples in a codepen where they can be edited/configured as desired. (by [@schaertim](https://github.com/schaertim) with [#4602](https://github.com/swisspost/design-system/pull/4602))
12+
13+
- Added icons detail panel on documentation. (by [@leagrdv](https://github.com/leagrdv) with [#4685](https://github.com/swisspost/design-system/pull/4685))
14+
15+
### Patch Changes
16+
17+
- Cleaned up documentation to remove the nested paragraphs errors. (by [@leagrdv](https://github.com/leagrdv) with [#4954](https://github.com/swisspost/design-system/pull/4954))
18+
19+
- Added the MDN documentation link to the `dialog` component. (by [@schaertim](https://github.com/schaertim) with [#4939](https://github.com/swisspost/design-system/pull/4939))
20+
21+
- Added the CSS variable `--post-popover-max-width` that enables configuring the max-width of the `post-popover` component. (by [@leagrdv](https://github.com/leagrdv) with [#4898](https://github.com/swisspost/design-system/pull/4898))
22+
23+
- Added a beta version disclaimer on all the documentation pages to avoid confusion. (by [@leagrdv](https://github.com/leagrdv) with [#4929](https://github.com/swisspost/design-system/pull/4929))
24+
25+
- Removed wrongfully added top margins on some headings in the docs components. (by [@leagrdv](https://github.com/leagrdv) with [#4953](https://github.com/swisspost/design-system/pull/4953))
26+
- Updated dependencies:
27+
- @swisspost/design-system-styles@9.0.0-next.31
28+
- @swisspost/design-system-components@9.0.0-next.31
29+
- @swisspost/internet-header@2.0.0-next.31
30+
- @swisspost/design-system-components-react@9.0.0-next.31
31+
- @swisspost/design-system-tokens@9.0.0-next.31
32+
- @swisspost/design-system-icons@9.0.0-next.31
33+
334
## 6.0.0-next.31
435

536
### Major Changes

packages/documentation/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-documentation",
3-
"version": "6.0.0-next.31",
3+
"version": "6.0.0-next.32",
44
"description": "Swiss Post Design System Documentation.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -29,12 +29,12 @@
2929
"doctor": "storybook doctor"
3030
},
3131
"dependencies": {
32-
"@swisspost/design-system-components": "workspace:9.0.0-next.30",
33-
"@swisspost/design-system-components-react": "workspace:9.0.0-next.30",
34-
"@swisspost/design-system-icons": "workspace:9.0.0-next.30",
35-
"@swisspost/design-system-styles": "workspace:9.0.0-next.30",
36-
"@swisspost/design-system-tokens": "workspace:9.0.0-next.30",
37-
"@swisspost/internet-header": "workspace:2.0.0-next.30",
32+
"@swisspost/design-system-components": "workspace:9.0.0-next.31",
33+
"@swisspost/design-system-components-react": "workspace:9.0.0-next.31",
34+
"@swisspost/design-system-icons": "workspace:9.0.0-next.31",
35+
"@swisspost/design-system-styles": "workspace:9.0.0-next.31",
36+
"@swisspost/design-system-tokens": "workspace:9.0.0-next.31",
37+
"@swisspost/internet-header": "workspace:2.0.0-next.31",
3838
"bootstrap": "5.3.3"
3939
},
4040
"devDependencies": {
@@ -56,7 +56,7 @@
5656
"@storybook/types": "8.4.7",
5757
"@storybook/web-components": "8.4.7",
5858
"@storybook/web-components-vite": "8.4.7",
59-
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.30",
59+
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.31",
6060
"@types/css-modules": "1.0.5",
6161
"@types/mdx": "2.0.13",
6262
"@types/react": "18.3.3",

packages/documentation/public/_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919

2020

2121

22+

0 commit comments

Comments
 (0)