Skip to content

Commit e04e1ef

Browse files
chore(changesets): 🦋📦 publish packages (main) (next) (#6478)
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-icons@10.0.0-next.51 ### Major Changes - The `post-icon` mixin has been renamed to `icon` and now requires icons to be preloaded using the `custom-property` mixin at the top of the file. BEFORE: ```scss .my-icon { @include post.post-icon( $name: 'accessibility', // optional $color: '#fc0', $width: 1em, $height: 1em ); } ``` AFTER: ````scss // Load icon(s) at the top of your file // For a single icon: @include post.custom-property('accessibility', './path/to/icon/folder'); // For multiple icons in the same file: @include post.custom-property(('accessibility', 'arrow'), './path/to/icon/folder'); .my-icon { @include post.icon( $name: 'accessibility', // optional $color: '#fc0', $width: 1em, $height: 1em ); } ``` (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6372](#6372)) ```` ### Minor Changes - Added icons: - `adddate` (line & solid): 16, 24, 32, 40, 48 and 64px - `co2reduction` (line & solid): 16, 24, 32, 40, 48 and 64px - `co2` (line & solid): 16, 24, 32, 40, 48 and 64px - `crypto` (line & solid): 16, 24, 32, 40, 48 and 64px - `currency` (line & solid): 16, 24, 32, 40, 48 and 64px - `drone` (line & solid): 16, 24, 32, 40, 48 and 64px - `grave` (line & solid): 16, 24, 32, 40, 48 and 64px - `payment` (line & solid): 16, 24, 32, 40, 48 and 64px - `solar` (line & solid): 16, 24, 32, 40, 48 and 64px - `sustainability` (line & solid): 16, 24, 32, 40, 48 and 64px (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6519](#6519)) ## @swisspost/design-system-styles@10.0.0-next.51 ### Major Changes - The `post-icon` mixin has been renamed to `icon` and now requires icons to be preloaded using the `custom-property` mixin at the top of the file. BEFORE: ```scss .my-icon { @include post.post-icon( $name: 'accessibility', // optional $color: '#fc0', $width: 1em, $height: 1em ); } ``` AFTER: ````scss // Load icon(s) at the top of your file // For a single icon: @include post.custom-property('accessibility', './path/to/icon/folder'); // For multiple icons in the same file: @include post.custom-property(('accessibility', 'arrow'), './path/to/icon/folder'); .my-icon { @include post.icon( $name: 'accessibility', // optional $color: '#fc0', $width: 1em, $height: 1em ); } ``` (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6372](#6372)) ```` ### Patch Changes - Changed Tailwind token generation output format to meet the Tailwind v4 configuration requirements. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6474](#6474)) - Fixed header position inside the `<dialog>` element when content becomes scrollable. The header, footer and close button now remain visible while only the body scrolls. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6509](#6509)) - Updated dependencies: - @swisspost/design-system-icons@10.0.0-next.51 ## @swisspost/design-system-components@10.0.0-next.51 ### Patch Changes - Adjusted the `post-menu-item` icon size. (by [@leagrdv](https://github.com/leagrdv) with [#6504](#6504)) - Updated dependencies: - @swisspost/design-system-icons@10.0.0-next.51 - @swisspost/design-system-styles@10.0.0-next.51 ## @swisspost/design-system-components-angular@10.0.0-next.51 ### Patch Changes - Updated dependencies: - @swisspost/design-system-components@10.0.0-next.51 ## @swisspost/design-system-components-react@10.0.0-next.51 ### Patch Changes - Updated dependencies: - @swisspost/design-system-components@10.0.0-next.51 ## @swisspost/design-system-styles-primeng@10.0.0-next.51 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@10.0.0-next.51 ## @swisspost/design-system-tokens@10.0.0-next.51 ## @swisspost/design-system-components-angular-workspace@1.1.10-next.51 ### Patch Changes - Updated dependencies: - @swisspost/design-system-components@10.0.0-next.51 - @swisspost/design-system-styles@10.0.0-next.51 ## @swisspost/design-system-documentation@6.0.0-next.52 ### Patch Changes - The missing `type` property has been added to the code snippets of the `<post-banner>` component documentation. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6475](#6475)) - Fixed the components previews styling to avoid unnecessary scrollbars. (by [@leagrdv](https://github.com/leagrdv) with [#6515](#6515)) - Fixed header position inside the `<dialog>` element when content becomes scrollable. The header, footer and close button now remain visible while only the body scrolls. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6509](#6509)) - Updated dependencies: - @swisspost/design-system-icons@10.0.0-next.51 - @swisspost/design-system-components@10.0.0-next.51 - @swisspost/design-system-styles@10.0.0-next.51 - @swisspost/design-system-components-react@10.0.0-next.51 - @swisspost/internet-header@10.0.0-next.51 - @swisspost/design-system-tokens@10.0.0-next.51 ## @swisspost/internet-header@10.0.0-next.51 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@10.0.0-next.51 ## @swisspost/design-system-nextjs-integration@0.1.14-next.51 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@10.0.0-next.51 - @swisspost/design-system-components-react@10.0.0-next.51 ## @swisspost/design-system-styles-primeng-workspace@1.0.6-next.51 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@10.0.0-next.51 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d9a3a9 commit e04e1ef

File tree

27 files changed

+259
-69
lines changed

27 files changed

+259
-69
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"20251014054409-minor-ui-icon-update",
5959
"20251014054409-patch-ui-icon-update",
6060
"20251015053347-minor-ui-icon-update",
61+
"20251026021635-minor-ui-icon-update",
6162
"afraid-mangos-sing",
6263
"all-cloths-sleep",
6364
"angry-bulldogs-refuse",
@@ -124,6 +125,7 @@
124125
"clever-years-sparkle",
125126
"cold-baboons-appear",
126127
"cold-bags-chew",
128+
"cold-experts-pick",
127129
"cold-panthers-vanish",
128130
"cold-snails-fall",
129131
"cold-spoons-sink",
@@ -165,6 +167,7 @@
165167
"dull-garlics-look",
166168
"early-baboons-cross",
167169
"early-knives-own",
170+
"easy-bananas-learn",
168171
"easy-tables-allow",
169172
"eight-ants-warn",
170173
"eight-moose-wink",
@@ -239,6 +242,7 @@
239242
"gentle-jeans-raise",
240243
"gentle-pots-kick",
241244
"gentle-seahorses-whisper",
245+
"giant-clocks-chew",
242246
"giant-donkeys-look",
243247
"giant-games-swim",
244248
"giant-mice-check",
@@ -349,6 +353,7 @@
349353
"metal-pens-explode",
350354
"metal-points-shave",
351355
"metal-rivers-look",
356+
"mighty-hornets-dance",
352357
"mighty-pandas-hammer",
353358
"mighty-tables-play",
354359
"modern-pumpkins-kneel",
@@ -384,6 +389,7 @@
384389
"nine-baboons-rule",
385390
"nine-cougars-listen",
386391
"nine-rocks-carry",
392+
"ninety-donkeys-camp",
387393
"ninety-nails-float",
388394
"odd-friends-accept",
389395
"odd-llamas-rescue",
@@ -566,6 +572,7 @@
566572
"tangy-meals-make",
567573
"tangy-zoos-move",
568574
"tasty-beans-knock",
575+
"tasty-bears-move",
569576
"tasty-carrots-eat",
570577
"tasty-eyes-carry",
571578
"tasty-radios-think",

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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.51
9+
- @swisspost/design-system-styles@10.0.0-next.51
10+
311
## 1.1.10-next.50
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.50",
3+
"version": "1.1.10-next.51",
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.1.6",
3434
"@angular/platform-browser-dynamic": "20.1.6",
3535
"@angular/router": "20.1.6",
36-
"@swisspost/design-system-components": "workspace:10.0.0-next.50",
37-
"@swisspost/design-system-styles": "workspace:10.0.0-next.50",
36+
"@swisspost/design-system-components": "workspace:10.0.0-next.51",
37+
"@swisspost/design-system-styles": "workspace:10.0.0-next.51",
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.1.6",
4646
"@cypress/schematic": "3.0.0",
4747
"@eslint/js": "9.18.0",
48-
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.50",
48+
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.51",
4949
"angular-eslint": "19.1.0",
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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.51
9+
310
## 10.0.0-next.50
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.50",
3+
"version": "10.0.0-next.51",
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.50",
24+
"@swisspost/design-system-components": "workspace:10.0.0-next.51",
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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.51
9+
310
## 10.0.0-next.50
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.50",
3+
"version": "10.0.0-next.51",
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.50"
52+
"@swisspost/design-system-components": "workspace:10.0.0-next.51"
5353
},
5454
"devDependencies": {
5555
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

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

3+
## 10.0.0-next.51
4+
5+
### Patch Changes
6+
7+
- Adjusted the `post-menu-item` icon size. (by [@leagrdv](https://github.com/leagrdv) with [#6504](https://github.com/swisspost/design-system/pull/6504))
8+
- Updated dependencies:
9+
- @swisspost/design-system-icons@10.0.0-next.51
10+
- @swisspost/design-system-styles@10.0.0-next.51
11+
312
## 10.0.0-next.50
413

514
### Major 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.50",
3+
"version": "10.0.0-next.51",
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",
@@ -90,8 +90,8 @@
9090
"dependencies": {
9191
"@floating-ui/dom": "1.7.3",
9292
"@oddbird/popover-polyfill": "0.6.0",
93-
"@swisspost/design-system-icons": "workspace:10.0.0-next.50",
94-
"@swisspost/design-system-styles": "workspace:10.0.0-next.50",
93+
"@swisspost/design-system-icons": "workspace:10.0.0-next.51",
94+
"@swisspost/design-system-styles": "workspace:10.0.0-next.51",
9595
"ally.js": "1.4.1",
9696
"long-press-event": "2.5.0",
9797
"nanoid": "5.1.5"

packages/documentation/CHANGELOG.md

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

3+
## 6.0.0-next.52
4+
5+
### Patch Changes
6+
7+
- The missing `type` property has been added to the code snippets of the `<post-banner>` component documentation. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6475](https://github.com/swisspost/design-system/pull/6475))
8+
9+
- Fixed the components previews styling to avoid unnecessary scrollbars. (by [@leagrdv](https://github.com/leagrdv) with [#6515](https://github.com/swisspost/design-system/pull/6515))
10+
11+
- Fixed header position inside the `<dialog>` element when content becomes scrollable. The header, footer and close button now remain visible while only the body scrolls. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6509](https://github.com/swisspost/design-system/pull/6509))
12+
- Updated dependencies:
13+
- @swisspost/design-system-icons@10.0.0-next.51
14+
- @swisspost/design-system-components@10.0.0-next.51
15+
- @swisspost/design-system-styles@10.0.0-next.51
16+
- @swisspost/design-system-components-react@10.0.0-next.51
17+
- @swisspost/internet-header@10.0.0-next.51
18+
- @swisspost/design-system-tokens@10.0.0-next.51
19+
320
## 6.0.0-next.51
421

522
### Minor Changes

0 commit comments

Comments
 (0)