diff --git a/.changeset/pre.json b/.changeset/pre.json index dd59e1d095..0a150682b6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -33,7 +33,9 @@ "blue-kings-beg", "brave-kings-dance", "breezy-cups-add", + "bright-insects-unite", "brown-badgers-dream", + "calm-rabbits-pull", "chatty-kiwis-travel", "chatty-spoons-unite", "chilled-owls-walk", @@ -47,6 +49,7 @@ "dirty-mayflies-taste", "dirty-squids-hunt", "dry-moons-walk", + "dry-trainers-stare", "dull-falcons-hope", "eight-turkeys-matter", "eleven-keys-work", @@ -64,13 +67,18 @@ "gold-chairs-grin", "gold-chefs-rule", "gold-dryers-drop", + "gold-news-repair", "gorgeous-flowers-flow", + "gorgeous-glasses-end", + "gorgeous-needles-run", "great-humans-talk", "grumpy-lobsters-agree", "grumpy-parrots-wonder", + "heavy-eyes-live", "heavy-rats-explode", "hip-gifts-give", "honest-numbers-end", + "hungry-penguins-turn", "itchy-meals-drum", "khaki-cougars-itch", "kind-buses-trade", @@ -87,11 +95,16 @@ "metal-rivers-look", "nasty-ads-greet", "neat-suits-provide", + "nervous-lizards-laugh", "nervous-rocks-shop", + "new-cougars-count", "new-goats-impress", "new-pianos-mix", + "nice-cycles-provide", "nice-ligers-attend", + "nine-baboons-rule", "ninety-nails-float", + "old-spiders-travel", "orange-maps-tan", "pink-weeks-relate", "plenty-apricots-raise", @@ -108,6 +121,7 @@ "quick-mails-joke", "quiet-apes-rhyme", "rare-dryers-count", + "real-gorillas-behave", "red-cobras-cry", "red-lies-lick", "red-moose-do", @@ -128,25 +142,32 @@ "slimy-plums-sniff", "slimy-rockets-pull", "slow-fishes-reply", + "smooth-bugs-explode", "soft-moles-whisper", + "soft-pugs-dream", "strange-bottles-impress", "strange-mice-bake", "stupid-walls-tie", "tame-terms-push", + "tender-laws-confess", "thirty-cats-juggle", "three-lies-do", "tidy-dolls-walk", "tidy-keys-push", "tidy-paws-type", "tiny-socks-count", + "tough-cheetahs-clean", "tricky-crews-agree", + "twenty-chairs-kick", "twenty-items-drum", + "violet-poems-attend", "warm-drinks-prove", "weak-falcons-study", "weak-jars-rhyme", "wild-bugs-work", "wise-spies-shave", "wise-tomatoes-brake", + "yellow-gifts-sit", "yellow-yaks-jog" ] } diff --git a/packages/components-angular/CHANGELOG.md b/packages/components-angular/CHANGELOG.md index dac8ffd293..dfef9566ba 100644 --- a/packages/components-angular/CHANGELOG.md +++ b/packages/components-angular/CHANGELOG.md @@ -1,5 +1,13 @@ # @swisspost/design-system-components-angular-workspace +## 1.1.10-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@9.0.0-next.9 + - @swisspost/design-system-styles@9.0.0-next.9 + ## 1.1.10-next.8 ### Patch Changes diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index 77476b8813..f3fcec1e57 100644 --- a/packages/components-angular/package.json +++ b/packages/components-angular/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components-angular-workspace", - "version": "1.1.10-next.8", + "version": "1.1.10-next.9", "scripts": { "start": "ng serve --port 9210", "build": "ng build components", @@ -18,8 +18,8 @@ "@angular/platform-browser": "18.2.13", "@angular/platform-browser-dynamic": "18.2.13", "@angular/router": "18.2.13", - "@swisspost/design-system-components": "workspace:9.0.0-next.8", - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", + "@swisspost/design-system-components": "workspace:9.0.0-next.9", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", "rxjs": "7.8.1", "tslib": "2.6.3", "zone.js": "0.14.8" diff --git a/packages/components-angular/projects/components/CHANGELOG.md b/packages/components-angular/projects/components/CHANGELOG.md index 9711a4ec09..f08d9d448d 100644 --- a/packages/components-angular/projects/components/CHANGELOG.md +++ b/packages/components-angular/projects/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components-angular +## 9.0.0-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@9.0.0-next.9 + ## 9.0.0-next.8 ### Patch Changes diff --git a/packages/components-angular/projects/components/package.json b/packages/components-angular/projects/components/package.json index 845bdc6452..bd4a0c44b7 100644 --- a/packages/components-angular/projects/components/package.json +++ b/packages/components-angular/projects/components/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components-angular", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "Swiss Post Design System - Angular Wrapper Components", "author": "Swiss Post ", "license": "Apache-2.0", @@ -19,7 +19,7 @@ }, "dependencies": { "tslib": "2.6.3", - "@swisspost/design-system-components": "workspace:9.0.0-next.8" + "@swisspost/design-system-components": "workspace:9.0.0-next.9" }, "peerDependencies": { "@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/components-react/CHANGELOG.md b/packages/components-react/CHANGELOG.md index 8c9419a1cd..816d41a2c6 100644 --- a/packages/components-react/CHANGELOG.md +++ b/packages/components-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components-react +## 9.0.0-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@9.0.0-next.9 + ## 9.0.0-next.8 ### Patch Changes diff --git a/packages/components-react/package.json b/packages/components-react/package.json index 6db0c2c351..9d8dad0a91 100644 --- a/packages/components-react/package.json +++ b/packages/components-react/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components-react", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "Design System React Components for easy integration with the React ecosystem", "author": "Swiss Post ", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "lint": "eslint src/**/*.ts" }, "dependencies": { - "@swisspost/design-system-components": "workspace:9.0.0-next.8" + "@swisspost/design-system-components": "workspace:9.0.0-next.9" }, "devDependencies": { "@types/node": "20.14.14", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 22e837531b..f40588bf27 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,44 @@ # @swisspost/design-system-components +## 9.0.0-next.9 + +### Major Changes + +- Updated the `post-togglebutton` component to offer greater flexibility. You can now control the visibility of elements within the `post-togglebutton` using the `data-showwhen="toggled"` and `data-showwhen="untoggled"` attributes. Any content without a `data-showwhen` attribute will always be visible, regardless of the toggle state. (by [@alizedebray](https://github.com/alizedebray) with [#4223](https://github.com/swisspost/design-system/pull/4223)) + +### Minor Changes + +- Added composable footer component. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Added the `post-megadropdown` component. (by [@leagrdv](https://github.com/leagrdv) with [#4177](https://github.com/swisspost/design-system/pull/4177)) + +- Added the parts `button` and `body` in the `post-accordion-item` component, so one can override styles from the outside. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Added the `post-breadcrumb` component to provide a standalone breadcrumb navigation solution. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4065](https://github.com/swisspost/design-system/pull/4065)) + +- Added the css parts `button` and `body` in the `post-accorddion-item` component. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Added the `post-language-switch` component that enables users to change the language of a page. (by [@leagrdv](https://github.com/leagrdv) with [#4044](https://github.com/swisspost/design-system/pull/4044)) + +### Patch Changes + +- Switched mega dropdown content to one column on mobile. (by [@leagrdv](https://github.com/leagrdv) with [#4300](https://github.com/swisspost/design-system/pull/4300)) + +- Fixed opening state of megadropdown trigger and expanded detection. (by [@leagrdv](https://github.com/leagrdv) with [#4299](https://github.com/swisspost/design-system/pull/4299)) + +- Fix tab isolation in nested `post-tabs` components by scoping tab queries and interactions to the current instance. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4211](https://github.com/swisspost/design-system/pull/4211)) + +- Added a fixed slot `post-list-item` on the `post-list-item` host element, so it is no longer necessary to add it manually. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Fixed the used `headingLevel` in the `post-accorddion-item` component. The component now uses the value from its closest `post-accorddion` parent component, if this is specified and falls back to `h2` if not specified. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Updated the `post-togglebutton` to function like a real button, including support for keyboard navigation and proper focus styles. (by [@alizedebray](https://github.com/alizedebray) with [#4242](https://github.com/swisspost/design-system/pull/4242)) + +- Fixed an issue with the post-list component where the `horizontal` property could not be set programmatically. Also, reduced the specificity of the component's styles to make customization easier. (by [@alizedebray](https://github.com/alizedebray) with [#4137](https://github.com/swisspost/design-system/pull/4137)) +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.9 + - @swisspost/design-system-icons@9.0.0-next.9 + ## 9.0.0-next.8 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index 2068ff5214..d261b38173 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "A collection of web components built with Stencil JS for the Swiss Post Design System.", "license": "Apache-2.0", "main": "dist/index.cjs.js", @@ -40,8 +40,8 @@ "dependencies": { "@floating-ui/dom": "1.6.8", "@oddbird/popover-polyfill": "0.3.7", - "@swisspost/design-system-icons": "workspace:9.0.0-next.8", - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", + "@swisspost/design-system-icons": "workspace:9.0.0-next.9", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", "ally.js": "1.4.1", "long-press-event": "2.5.0", "nanoid": "5.0.9" diff --git a/packages/documentation/CHANGELOG.md b/packages/documentation/CHANGELOG.md index b7c127a363..9ea15657c3 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/CHANGELOG.md @@ -1,5 +1,32 @@ # @swisspost/design-system-documentation +## 6.0.0-next.10 + +### Minor Changes + +- Added the `post-breadcrumb` component to provide a standalone breadcrumb navigation solution. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4065](https://github.com/swisspost/design-system/pull/4065)) + +- Updated the utility classes for sizing. (by [@myrta2302](https://github.com/myrta2302) with [#4012](https://github.com/swisspost/design-system/pull/4012)) + +- Added the css parts `button` and `body` in the `post-accorddion-item` component. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Updated `.btn-link` to look like a regular link and old `.btn-link` is now `.btn-tertiary .px-0`. (by [@leagrdv](https://github.com/leagrdv) with [#4200](https://github.com/swisspost/design-system/pull/4200)) + +- Implemented new pixel based sizes. (by [@myrta2302](https://github.com/myrta2302) with [#4012](https://github.com/swisspost/design-system/pull/4012)) + +- Added the `post-language-switch` component that enables users to change the language of a page. (by [@leagrdv](https://github.com/leagrdv) with [#4044](https://github.com/swisspost/design-system/pull/4044)) + +### Patch Changes + +- Updated the `post-togglebutton` component to offer greater flexibility. You can now control the visibility of elements within the `post-togglebutton` using the `data-showwhen="toggled"` and `data-showwhen="untoggled"` attributes. Any content without a `data-showwhen` attribute will always be visible, regardless of the toggle state. (by [@alizedebray](https://github.com/alizedebray) with [#4223](https://github.com/swisspost/design-system/pull/4223)) +- Updated dependencies: + - @swisspost/design-system-components@9.0.0-next.9 + - @swisspost/design-system-styles@9.0.0-next.9 + - @swisspost/design-system-components-react@9.0.0-next.9 + - @swisspost/internet-header@2.0.0-next.9 + - @swisspost/design-system-tokens@9.0.0-next.9 + - @swisspost/design-system-icons@9.0.0-next.9 + ## 6.0.0-next.9 ### Major Changes diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 6c16faee3d..275e7f7bf1 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-documentation", - "version": "6.0.0-next.9", + "version": "6.0.0-next.10", "description": "Swiss Post Design System Documentation.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -28,12 +28,12 @@ "lint": "eslint **/*.{ts,tsx,mdx}" }, "dependencies": { - "@swisspost/design-system-components": "workspace:9.0.0-next.8", - "@swisspost/design-system-components-react": "workspace:9.0.0-next.8", - "@swisspost/design-system-icons": "workspace:9.0.0-next.8", - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", - "@swisspost/design-system-tokens": "workspace:9.0.0-next.8", - "@swisspost/internet-header": "workspace:2.0.0-next.8", + "@swisspost/design-system-components": "workspace:9.0.0-next.9", + "@swisspost/design-system-components-react": "workspace:9.0.0-next.9", + "@swisspost/design-system-icons": "workspace:9.0.0-next.9", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", + "@swisspost/design-system-tokens": "workspace:9.0.0-next.9", + "@swisspost/internet-header": "workspace:2.0.0-next.9", "bootstrap": "5.3.3" }, "devDependencies": { @@ -54,8 +54,8 @@ "@storybook/types": "8.3.6", "@storybook/web-components": "8.3.6", "@storybook/web-components-vite": "8.3.6", - "@swisspost/design-system-components-angular": "workspace:9.0.0-next.8", - "@swisspost/design-system-intranet-header": "workspace:9.0.0-next.8", + "@swisspost/design-system-components-angular": "workspace:9.0.0-next.9", + "@swisspost/design-system-intranet-header": "workspace:9.0.0-next.9", "@types/css-modules": "1.0.5", "@types/mdx": "2.0.13", "@types/react": "18.3.3", diff --git a/packages/documentation/public/_redirects b/packages/documentation/public/_redirects index 9537b51f5f..a9163cf506 100644 --- a/packages/documentation/public/_redirects +++ b/packages/documentation/public/_redirects @@ -11,3 +11,4 @@ + diff --git a/packages/documentation/public/assets/versions.json b/packages/documentation/public/assets/versions.json index 3aff9f35d1..8c103ea1da 100644 --- a/packages/documentation/public/assets/versions.json +++ b/packages/documentation/public/assets/versions.json @@ -1,7 +1,7 @@ [ { "title": "Version 9", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", "url": "https://design-system.post.ch", "dependencies": { @@ -9,22 +9,50 @@ "@ng-bootstrap/ng-bootstrap": "^17.0.0", "bootstrap": "~5.3.0", "@swisspost/design-system-changelog-github": "1.0.2", - "@swisspost/design-system-components": "9.0.0-next.8", - "@swisspost/design-system-components-angular-workspace": "1.1.10-next.8", - "@swisspost/design-system-components-angular": "9.0.0-next.8", - "@swisspost/design-system-components-react": "9.0.0-next.8", - "@swisspost/design-system-documentation": "6.0.0-next.9", - "@swisspost/design-system-icons": "9.0.0-next.8", - "@swisspost/internet-header": "2.0.0-next.8", - "@swisspost/design-system-intranet-header-workspace": "3.0.22-next.8", - "@swisspost/design-system-intranet-header": "9.0.0-next.8", - "@swisspost/design-system-intranet-header-showcase": "1.0.10-next.8", - "@swisspost/design-system-migrations": "9.0.0-next.8", - "@swisspost/design-system-nextjs-integration": "0.1.14-next.8", - "@swisspost/design-system-styles": "9.0.0-next.8", - "@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.8", - "@swisspost/design-system-styles-primeng": "9.0.0-next.8", - "@swisspost/design-system-tokens": "9.0.0-next.8" + "@swisspost/design-system-components": "9.0.0-next.9", + "@swisspost/design-system-components-angular-workspace": "1.1.10-next.9", + "@swisspost/design-system-components-angular": "9.0.0-next.9", + "@swisspost/design-system-components-react": "9.0.0-next.9", + "@swisspost/design-system-documentation": "6.0.0-next.10", + "@swisspost/design-system-icons": "9.0.0-next.9", + "@swisspost/internet-header": "2.0.0-next.9", + "@swisspost/design-system-intranet-header-workspace": "3.0.22-next.9", + "@swisspost/design-system-intranet-header": "9.0.0-next.9", + "@swisspost/design-system-intranet-header-showcase": "1.0.10-next.9", + "@swisspost/design-system-migrations": "9.0.0-next.9", + "@swisspost/design-system-nextjs-integration": "0.1.14-next.9", + "@swisspost/design-system-styles": "9.0.0-next.9", + "@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.9", + "@swisspost/design-system-styles-primeng": "9.0.0-next.9", + "@swisspost/design-system-tokens": "9.0.0-next.9" + } + }, + { + "title": "Version 9", + "version": "9.0.0-next.8", + "description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", + "url": "https://swisspost-design-system-version-9.netlify.app", + "dependencies": { + "@angular/core": "^18.0.0", + "@ng-bootstrap/ng-bootstrap": "^17.0.0", + "bootstrap": "~5.3.0", + "@swisspost/design-system-changelog-github": "1.0.2", + "@swisspost/design-system-components": "9.0.0-next.2", + "@swisspost/design-system-components-angular-workspace": "1.1.10-next.2", + "@swisspost/design-system-components-angular": "9.0.0-next.2", + "@swisspost/design-system-components-react": "9.0.0-next.2", + "@swisspost/design-system-documentation": "6.0.0-next.2", + "@swisspost/design-system-icons": "9.0.0-next.2", + "@swisspost/internet-header": "1.14.6-next.2", + "@swisspost/design-system-intranet-header-workspace": "3.0.22-next.2", + "@swisspost/design-system-intranet-header": "9.0.0-next.2", + "@swisspost/design-system-intranet-header-showcase": "1.0.10-next.2", + "@swisspost/design-system-migrations": "9.0.0-next.2", + "@swisspost/design-system-nextjs-integration": "0.1.14-next.2", + "@swisspost/design-system-styles": "9.0.0-next.2", + "@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.2", + "@swisspost/design-system-styles-primeng": "9.0.0-next.2", + "@swisspost/design-system-tokens": "9.0.0-next.2" } }, { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index a7bace80e0..807dd0d607 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @swisspost/design-system-icons +## 9.0.0-next.9 + ## 9.0.0-next.8 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index b03a924ce3..0f3b5682c3 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-icons", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "A collection of Swiss Post icons intended for use with the Design System.", "author": "Swiss Post ", "license": "Apache-2.0", diff --git a/packages/internet-header/CHANGELOG.md b/packages/internet-header/CHANGELOG.md index 2db462b044..f7dd748648 100644 --- a/packages/internet-header/CHANGELOG.md +++ b/packages/internet-header/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/internet-header +## 2.0.0-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.9 + ## 2.0.0-next.8 ### Patch Changes diff --git a/packages/internet-header/package.json b/packages/internet-header/package.json index 76ecec1354..6dde983e09 100644 --- a/packages/internet-header/package.json +++ b/packages/internet-header/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/internet-header", - "version": "2.0.0-next.8", + "version": "2.0.0-next.9", "description": "The header for client facing applications.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -43,7 +43,7 @@ "generate": "stencil generate" }, "dependencies": { - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", "body-scroll-lock": "4.0.0-beta.0", "iframe-resizer": "4.4.5", "jquery": "3.7.1", diff --git a/packages/intranet-header-workspace/CHANGELOG.md b/packages/intranet-header-workspace/CHANGELOG.md index 0f5df4ea7d..97f5d85a8c 100644 --- a/packages/intranet-header-workspace/CHANGELOG.md +++ b/packages/intranet-header-workspace/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-intranet-header-workspace +## 3.0.22-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.9 + ## 3.0.22-next.8 ### Patch Changes diff --git a/packages/intranet-header-workspace/package.json b/packages/intranet-header-workspace/package.json index 95956f194b..de134fc131 100644 --- a/packages/intranet-header-workspace/package.json +++ b/packages/intranet-header-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-intranet-header-workspace", - "version": "3.0.22-next.8", + "version": "3.0.22-next.9", "license": "Apache-2.0", "private": true, "scripts": { @@ -23,7 +23,7 @@ "@angular/router": "18.2.13", "@ng-bootstrap/ng-bootstrap": "17.0.0", "@popperjs/core": "2.11.8", - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", "rxjs": "7.8.1", "tslib": "2.6.3", "watch": "1.0.2", diff --git a/packages/intranet-header-workspace/projects/intranet-header-showcase/CHANGELOG.md b/packages/intranet-header-workspace/projects/intranet-header-showcase/CHANGELOG.md index b21c4ce804..aafbc814da 100644 --- a/packages/intranet-header-workspace/projects/intranet-header-showcase/CHANGELOG.md +++ b/packages/intranet-header-workspace/projects/intranet-header-showcase/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-intranet-header-showcase +## 1.0.10-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-intranet-header@9.0.0-next.9 + ## 1.0.10-next.8 ### Patch Changes diff --git a/packages/intranet-header-workspace/projects/intranet-header-showcase/package.json b/packages/intranet-header-workspace/projects/intranet-header-showcase/package.json index c18ba6a52f..75ca1ed84b 100644 --- a/packages/intranet-header-workspace/projects/intranet-header-showcase/package.json +++ b/packages/intranet-header-workspace/projects/intranet-header-showcase/package.json @@ -1,9 +1,9 @@ { "name": "@swisspost/design-system-intranet-header-showcase", - "version": "1.0.10-next.8", + "version": "1.0.10-next.9", "license": "Apache-2.0", "private": true, "dependencies": { - "@swisspost/design-system-intranet-header": "workspace:9.0.0-next.8" + "@swisspost/design-system-intranet-header": "workspace:9.0.0-next.9" } } diff --git a/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md b/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md index 7e2cc17e10..49b833b831 100644 --- a/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md +++ b/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-intranet-header +## 9.0.0-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.9 + ## 9.0.0-next.8 ### Patch Changes diff --git a/packages/intranet-header-workspace/projects/intranet-header/package.json b/packages/intranet-header-workspace/projects/intranet-header/package.json index cee0dd96ac..b395ba1e61 100644 --- a/packages/intranet-header-workspace/projects/intranet-header/package.json +++ b/packages/intranet-header-workspace/projects/intranet-header/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-intranet-header", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "Intranet header for internal Swiss Post applications as an Angular component.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -18,11 +18,11 @@ "linkDirectory": true }, "dependencies": { - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", "tslib": "2.6.3" }, "devDependencies": { - "@swisspost/design-system-intranet-header-workspace": "workspace:3.0.22-next.8" + "@swisspost/design-system-intranet-header-workspace": "workspace:3.0.22-next.9" }, "peerDependencies": { "@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/migrations/CHANGELOG.md b/packages/migrations/CHANGELOG.md index 95272121a5..e52c6ddcde 100644 --- a/packages/migrations/CHANGELOG.md +++ b/packages/migrations/CHANGELOG.md @@ -1,5 +1,7 @@ # @swisspost/design-system-migrations +## 9.0.0-next.9 + ## 9.0.0-next.8 ## 9.0.0-next.7 diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 856c6ed0fa..92123fafcd 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-migrations", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "Scripts to migrate an Angular application from one Design System version to another.", "author": "Swiss Post ", "license": "Apache-2.0", diff --git a/packages/nextjs-integration/CHANGELOG.md b/packages/nextjs-integration/CHANGELOG.md index 26d7a15efb..940f3dfe9c 100644 --- a/packages/nextjs-integration/CHANGELOG.md +++ b/packages/nextjs-integration/CHANGELOG.md @@ -1,5 +1,14 @@ # @swisspost/design-system-nextjs-integration +## 0.1.14-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.9 + - @swisspost/design-system-components-react@9.0.0-next.9 + - @swisspost/internet-header@2.0.0-next.9 + ## 0.1.14-next.8 ### Patch Changes diff --git a/packages/nextjs-integration/package.json b/packages/nextjs-integration/package.json index a343f8f10b..be32dc764c 100644 --- a/packages/nextjs-integration/package.json +++ b/packages/nextjs-integration/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-nextjs-integration", - "version": "0.1.14-next.8", + "version": "0.1.14-next.9", "private": true, "scripts": { "dev": "next dev", @@ -9,9 +9,9 @@ "lint": "next lint" }, "dependencies": { - "@swisspost/design-system-components-react": "workspace:9.0.0-next.8", - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", - "@swisspost/internet-header": "workspace:2.0.0-next.8", + "@swisspost/design-system-components-react": "workspace:9.0.0-next.9", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", + "@swisspost/internet-header": "workspace:2.0.0-next.9", "next": "15.0.1", "react": "^18", "react-dom": "^18" diff --git a/packages/styles-primeng-workspace/CHANGELOG.md b/packages/styles-primeng-workspace/CHANGELOG.md index b4d766e1b4..1208e871ef 100644 --- a/packages/styles-primeng-workspace/CHANGELOG.md +++ b/packages/styles-primeng-workspace/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-styles-primeng-workspace +## 1.0.6-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.9 + ## 1.0.6-next.8 ### Patch Changes diff --git a/packages/styles-primeng-workspace/package.json b/packages/styles-primeng-workspace/package.json index 5a58e45f77..60cb3e674e 100644 --- a/packages/styles-primeng-workspace/package.json +++ b/packages/styles-primeng-workspace/package.json @@ -1,7 +1,7 @@ { "name": "@swisspost/design-system-styles-primeng-workspace", "description": "Showcase for a Post like custom prime-ng theme", - "version": "1.0.6-next.8", + "version": "1.0.6-next.9", "license": "Apache-2.0", "private": true, "scripts": { @@ -22,7 +22,7 @@ "@angular/platform-browser": "18.2.13", "@angular/platform-browser-dynamic": "18.2.13", "@angular/router": "18.2.13", - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", "primeng": "17.18.7", "rxjs": "7.8.1", "tslib": "2.6.3", diff --git a/packages/styles-primeng-workspace/projects/styles-primeng/CHANGELOG.md b/packages/styles-primeng-workspace/projects/styles-primeng/CHANGELOG.md index e384aee8c3..3395842e1d 100644 --- a/packages/styles-primeng-workspace/projects/styles-primeng/CHANGELOG.md +++ b/packages/styles-primeng-workspace/projects/styles-primeng/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-styles-primeng +## 9.0.0-next.9 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.9 + ## 9.0.0-next.8 ### Patch Changes diff --git a/packages/styles-primeng-workspace/projects/styles-primeng/package.json b/packages/styles-primeng-workspace/projects/styles-primeng/package.json index 90f2fe1261..82bed38adc 100644 --- a/packages/styles-primeng-workspace/projects/styles-primeng/package.json +++ b/packages/styles-primeng-workspace/projects/styles-primeng/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-styles-primeng", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "Swiss Post styles for PrimeNg datatable.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -23,7 +23,7 @@ "primeng": "^17.18.0" }, "dependencies": { - "@swisspost/design-system-styles": "workspace:9.0.0-next.8", + "@swisspost/design-system-styles": "workspace:9.0.0-next.9", "tslib": "2.6.3" }, "sideEffects": false, diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 3edf73590f..de60763ac3 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,27 @@ # @swisspost/design-system-styles +## 9.0.0-next.9 + +### Minor Changes + +- Added composable footer component. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Removed outdated portal-specific styles, including subnavigation-related rules. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4186](https://github.com/swisspost/design-system/pull/4186)) + +- Added the possibility to define a `$child-selector` parameter with our list mixins, so they can be used also with custom elements. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Updated the utility classes for sizing. (by [@myrta2302](https://github.com/myrta2302) with [#4012](https://github.com/swisspost/design-system/pull/4012)) + +- Updated `.btn-link` to look like a regular link and old `.btn-link` is now `.btn-tertiary .px-0`. (by [@leagrdv](https://github.com/leagrdv) with [#4200](https://github.com/swisspost/design-system/pull/4200)) + +- Implemented new pixel based sizes. (by [@myrta2302](https://github.com/myrta2302) with [#4012](https://github.com/swisspost/design-system/pull/4012)) + +### Patch Changes + +- Fixed the `btn-icon` styles, so icons within can no longer be rendered too small, because of the inline-padding on the button. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + +- Fixed the appstore-badge styles to get rid of the inline gap below. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4190](https://github.com/swisspost/design-system/pull/4190)) + ## 9.0.0-next.8 ### Major Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index 2c1fd2a663..83cf01001d 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-styles", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "Design System Styles for the Swiss Post web platform.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -49,8 +49,8 @@ "gulp-sourcemaps": "3.0.0" }, "devDependencies": { - "@swisspost/design-system-icons": "workspace:9.0.0-next.8", - "@swisspost/design-system-tokens": "workspace:9.0.0-next.8", + "@swisspost/design-system-icons": "workspace:9.0.0-next.9", + "@swisspost/design-system-tokens": "workspace:9.0.0-next.9", "@types/node": "20.14.14", "autoprefixer": "10.4.19", "copyfiles": "2.4.1", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index ee303ee4eb..7df602c786 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @swisspost/design-system-tokens +## 9.0.0-next.9 + ## 9.0.0-next.8 ## 9.0.0-next.7 diff --git a/packages/tokens/package.json b/packages/tokens/package.json index ed53edebf7..08f97ec4b3 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-tokens", - "version": "9.0.0-next.8", + "version": "9.0.0-next.9", "description": "Design Tokens for the Swiss Post Design System.", "author": "Swiss Post ", "license": "Apache-2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5031b6aa97..93cd856493 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,10 +47,10 @@ importers: specifier: 0.3.7 version: 0.3.7 '@swisspost/design-system-icons': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../icons '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../styles/dist ally.js: specifier: 1.4.1 @@ -159,10 +159,10 @@ importers: specifier: 18.2.13 version: 18.2.13(@angular/common@18.2.13(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8))(rxjs@7.8.1))(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8))(@angular/platform-browser@18.2.13(@angular/animations@18.2.13(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8)))(@angular/common@18.2.13(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8))(rxjs@7.8.1))(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8)))(rxjs@7.8.1) '@swisspost/design-system-components': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../components '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../styles/dist rxjs: specifier: 7.8.1 @@ -241,7 +241,7 @@ importers: specifier: ^16.0.0 || ^17.0.0 || ^18.0.0 version: 18.1.1(rxjs@7.8.1)(zone.js@0.14.8) '@swisspost/design-system-components': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../../../components tslib: specifier: 2.6.3 @@ -251,7 +251,7 @@ importers: packages/components-react: dependencies: '@swisspost/design-system-components': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../components devDependencies: '@types/node': @@ -303,22 +303,22 @@ importers: packages/documentation: dependencies: '@swisspost/design-system-components': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../components '@swisspost/design-system-components-react': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../components-react '@swisspost/design-system-icons': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../icons '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../styles/dist '@swisspost/design-system-tokens': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../tokens/dist '@swisspost/internet-header': - specifier: workspace:2.0.0-next.8 + specifier: workspace:2.0.0-next.9 version: link:../internet-header bootstrap: specifier: 5.3.3 @@ -376,10 +376,10 @@ importers: specifier: 8.3.6 version: 8.3.6(lit@3.1.4)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)(vite@5.4.8(@types/node@22.7.9)(less@4.2.0)(sass-embedded@1.78.0)(sass@1.78.0)(terser@5.31.6)) '@swisspost/design-system-components-angular': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../components-angular/dist/components '@swisspost/design-system-intranet-header': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../intranet-header-workspace/dist/intranet-header '@types/css-modules': specifier: 1.0.5 @@ -520,7 +520,7 @@ importers: packages/internet-header: dependencies: '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../styles/dist body-scroll-lock: specifier: 4.0.0-beta.0 @@ -671,7 +671,7 @@ importers: specifier: 2.11.8 version: 2.11.8 '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../styles/dist rxjs: specifier: 7.8.1 @@ -765,21 +765,21 @@ importers: specifier: ^16.0.0 || ^17.0.0 || ^18.0.0 version: 18.1.1(rxjs@7.8.1)(zone.js@0.14.8) '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../../../styles/dist tslib: specifier: 2.6.3 version: 2.6.3 devDependencies: '@swisspost/design-system-intranet-header-workspace': - specifier: workspace:3.0.22-next.8 + specifier: workspace:3.0.22-next.9 version: link:../.. publishDirectory: ../../dist/intranet-header packages/intranet-header-workspace/projects/intranet-header-showcase: dependencies: '@swisspost/design-system-intranet-header': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../../dist/intranet-header packages/migrations: @@ -825,13 +825,13 @@ importers: packages/nextjs-integration: dependencies: '@swisspost/design-system-components-react': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../components-react '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../styles/dist '@swisspost/internet-header': - specifier: workspace:2.0.0-next.8 + specifier: workspace:2.0.0-next.9 version: link:../internet-header next: specifier: 15.0.1 @@ -893,10 +893,10 @@ importers: version: 3.0.0 devDependencies: '@swisspost/design-system-icons': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../icons '@swisspost/design-system-tokens': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../tokens/dist '@types/node': specifier: 20.14.14 @@ -987,7 +987,7 @@ importers: specifier: 18.2.13 version: 18.2.13(@angular/common@18.2.13(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8))(rxjs@7.8.1))(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8))(@angular/platform-browser@18.2.13(@angular/animations@18.2.13(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8)))(@angular/common@18.2.13(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8))(rxjs@7.8.1))(@angular/core@18.2.13(rxjs@7.8.1)(zone.js@0.14.8)))(rxjs@7.8.1) '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../styles/dist primeng: specifier: 17.18.7 @@ -1063,7 +1063,7 @@ importers: specifier: ^18.0.0 version: 18.1.1(rxjs@7.8.1)(zone.js@0.14.8) '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.8 + specifier: workspace:9.0.0-next.9 version: link:../../../styles/dist primeng: specifier: ^17.18.0