From 26f9693ae6606334e531c809b7628e85d23953fd Mon Sep 17 00:00:00 2001 From: Swiss Post Bot <103635272+swisspost-bot@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:42:24 +0100 Subject: [PATCH] =?UTF-8?q?chore(changesets):=20=F0=9F=A6=8B=F0=9F=93=A6?= =?UTF-8?q?=20publish=20packages=20(main)=20(next)=20(#4101)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-styles@9.0.0-next.7 ### Major Changes - Removed deprecated `valid-tooltip` and `invalid-tooltip` classes. (by [@leagrdv](https://github.com/leagrdv) with [#4076](https://github.com/swisspost/design-system/pull/4076)) - Removed the `rg` and `xxl` grid breakpoints, reducing the grid to 5 breakpoints instead of the previous 7. This change affects all CSS classes tied to specific breakpoints (e.g., `col-rg-2`, `m-xxl-4`). **Previous Breakpoints**: - `xs: 0px` - `sm: 400px` - `rg: 600px` - `md: 780px` - `lg: 1024px` - `xl: 1280px` - `xxl: 1440px` **New Breakpoints**: - `xs: 0px` - `sm: 600px` - `md: 780px` - `lg: 1024px` - `xl: 1280px` To maintain compatibility with the updated grid system, you need to update your code by replacing any `*-rg-*` classes with `*-sm-*`, and any `*-xxl-*` classes with `*-xl-*`. For example: - `col-rg-2` → `col-sm-2` - `m-xxl-4` → `m-xl-4` (by [@alizedebray](https://github.com/alizedebray) with [#3982](https://github.com/swisspost/design-system/pull/3982)) - Removed deprecated `carousel` component. (by [@leagrdv](https://github.com/leagrdv) with [#4075](https://github.com/swisspost/design-system/pull/4075)) ### Patch Changes - Updated the grid padding and gutters. (by [@alizedebray](https://github.com/alizedebray) with [#4045](https://github.com/swisspost/design-system/pull/4045)) - Updated the styles of the form validation messages to match the new Post design. (by [@myrta2302](https://github.com/myrta2302) with [#3824](https://github.com/swisspost/design-system/pull/3824)) ## @swisspost/design-system-components@9.0.0-next.7 ### Minor Changes - Added the `post-togglebutton` component. (by [@veyaromain](https://github.com/veyaromain) with [#3889](https://github.com/swisspost/design-system/pull/3889)) - Refactored `post-icon` component to use the `` tag to load and show icons under the hood. This enables responsive icons, enables better caching and improves render performance slightly. There is no further action required. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3969](https://github.com/swisspost/design-system/pull/3969)) ### Patch Changes - Fixed bug that showed delayed tooltip even after blur event. (by [@leagrdv](https://github.com/leagrdv) with [#4053](https://github.com/swisspost/design-system/pull/4053)) - Made `post-icon` component use base tag href to define location of icons folder. (by [@leagrdv](https://github.com/leagrdv) with [#4069](https://github.com/swisspost/design-system/pull/4069)) - Updated dependencies: - @swisspost/design-system-styles@9.0.0-next.7 ## @swisspost/design-system-icons@9.0.0-next.7 ### Minor Changes - Added a new set of responsive UI icons. These new icons can be used with the `post-icon` component. These new icons will change their shape based on their size: small icons will render with less flourish and are optimised for a smaller pixel grid. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3969](https://github.com/swisspost/design-system/pull/3969)) ## @swisspost/design-system-components-angular@9.0.0-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-components@9.0.0-next.7 ## @swisspost/design-system-components-react@9.0.0-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-components@9.0.0-next.7 ## @swisspost/design-system-intranet-header@9.0.0-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@9.0.0-next.7 ## @swisspost/design-system-styles-primeng@9.0.0-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@9.0.0-next.7 ## @swisspost/design-system-migrations@9.0.0-next.7 ## @swisspost/design-system-tokens@9.0.0-next.7 ## @swisspost/design-system-documentation@6.0.0-next.8 ### Major Changes - Removed deprecated `carousel` component. (by [@leagrdv](https://github.com/leagrdv) with [#4075](https://github.com/swisspost/design-system/pull/4075)) ### Minor Changes - Added the `post-togglebutton` component. (by [@veyaromain](https://github.com/veyaromain) with [#3889](https://github.com/swisspost/design-system/pull/3889)) - Updated the documentation navigation. (by [@alizedebray](https://github.com/alizedebray) with [#4072](https://github.com/swisspost/design-system/pull/4072)) - Created a documentation page for the form hints. (by [@leagrdv](https://github.com/leagrdv) with [#4086](https://github.com/swisspost/design-system/pull/4086)) ### Patch Changes - Removed the `rg` and `xxl` grid breakpoints, reducing the grid to 5 breakpoints instead of the previous 7. This change affects all CSS classes tied to specific breakpoints (e.g., `col-rg-2`, `m-xxl-4`). **Previous Breakpoints**: - `xs: 0px` - `sm: 400px` - `rg: 600px` - `md: 780px` - `lg: 1024px` - `xl: 1280px` - `xxl: 1440px` **New Breakpoints**: - `xs: 0px` - `sm: 600px` - `md: 780px` - `lg: 1024px` - `xl: 1280px` To maintain compatibility with the updated grid system, you need to update your code by replacing any `*-rg-*` classes with `*-sm-*`, and any `*-xxl-*` classes with `*-xl-*`. For example: - `col-rg-2` → `col-sm-2` - `m-xxl-4` → `m-xl-4` (by [@alizedebray](https://github.com/alizedebray) with [#3982](https://github.com/swisspost/design-system/pull/3982)) - Updated dependencies: - @swisspost/design-system-components@9.0.0-next.7 - @swisspost/design-system-styles@9.0.0-next.7 - @swisspost/design-system-icons@9.0.0-next.7 - @swisspost/design-system-components-react@9.0.0-next.7 - @swisspost/internet-header@2.0.0-next.7 ## @swisspost/design-system-components-angular-workspace@1.1.10-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-components@9.0.0-next.7 - @swisspost/design-system-styles@9.0.0-next.7 ## @swisspost/internet-header@2.0.0-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@9.0.0-next.7 ## @swisspost/design-system-intranet-header-workspace@3.0.22-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@9.0.0-next.7 ## @swisspost/design-system-intranet-header-showcase@1.0.10-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-intranet-header@9.0.0-next.7 ## @swisspost/design-system-nextjs-integration@0.1.14-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@9.0.0-next.7 - @swisspost/design-system-components-react@9.0.0-next.7 - @swisspost/internet-header@2.0.0-next.7 ## @swisspost/design-system-styles-primeng-workspace@1.0.6-next.7 ### Patch Changes - Updated dependencies: - @swisspost/design-system-styles@9.0.0-next.7 --------- Co-authored-by: github-actions[bot] --- .changeset/pre.json | 12 ++++ packages/components-angular/CHANGELOG.md | 8 +++ packages/components-angular/package.json | 6 +- .../projects/components/CHANGELOG.md | 7 +++ .../projects/components/package.json | 4 +- packages/components-react/CHANGELOG.md | 7 +++ packages/components-react/package.json | 4 +- packages/components/CHANGELOG.md | 16 +++++ packages/components/package.json | 4 +- packages/documentation/CHANGELOG.md | 47 ++++++++++++++ packages/documentation/package.json | 16 ++--- packages/documentation/public/_redirects | 1 + .../documentation/public/assets/versions.json | 62 ++++++++++++++----- packages/icons/CHANGELOG.md | 6 ++ packages/icons/package.json | 2 +- packages/internet-header/CHANGELOG.md | 7 +++ packages/internet-header/package.json | 4 +- .../intranet-header-workspace/CHANGELOG.md | 7 +++ .../intranet-header-workspace/package.json | 4 +- .../intranet-header-showcase/CHANGELOG.md | 7 +++ .../intranet-header-showcase/package.json | 4 +- .../projects/intranet-header/CHANGELOG.md | 7 +++ .../projects/intranet-header/package.json | 6 +- packages/migrations/CHANGELOG.md | 2 + packages/migrations/package.json | 2 +- packages/nextjs-integration/CHANGELOG.md | 9 +++ packages/nextjs-integration/package.json | 8 +-- .../styles-primeng-workspace/CHANGELOG.md | 7 +++ .../styles-primeng-workspace/package.json | 4 +- .../projects/styles-primeng/CHANGELOG.md | 7 +++ .../projects/styles-primeng/package.json | 4 +- packages/styles/CHANGELOG.md | 38 ++++++++++++ packages/styles/package.json | 6 +- packages/tokens/CHANGELOG.md | 2 + packages/tokens/package.json | 2 +- pnpm-lock.yaml | 48 +++++++------- 36 files changed, 306 insertions(+), 81 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 7e51125160..80d49ff168 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -34,7 +34,9 @@ "breezy-cups-add", "brown-badgers-dream", "chatty-kiwis-travel", + "chilled-owls-walk", "clean-icons-complain", + "clean-windows-think", "cold-baboons-appear", "cold-panthers-vanish", "cuddly-bears-check", @@ -76,25 +78,31 @@ "neat-suits-provide", "nervous-rocks-shop", "new-goats-impress", + "nice-ligers-attend", "ninety-nails-float", "pink-weeks-relate", "plenty-apricots-raise", + "plenty-taxis-hear", "popular-games-rush", "popular-mirrors-cross", "proud-actors-knock", "proud-cheetahs-act", "proud-moons-impress", + "purple-impalas-own", "quick-buses-give", "quick-eagles-watch", + "quick-mails-joke", "quiet-apes-rhyme", "rare-dryers-count", "red-cobras-cry", "red-lies-lick", + "red-moose-do", "rich-timers-listen", "selfish-bats-run", "selfish-ways-know", "shaggy-experts-give", "sharp-baboons-smile", + "sharp-bobcats-grab", "sharp-crews-watch", "shiny-ears-care", "shy-walls-exercise", @@ -102,10 +110,12 @@ "six-roses-flow", "six-spiders-smoke", "sixty-items-promise", + "slimy-plums-sniff", "slimy-rockets-pull", "slow-fishes-reply", "soft-moles-whisper", "strange-bottles-impress", + "strange-mice-bake", "stupid-walls-tie", "tame-terms-push", "three-lies-do", @@ -113,9 +123,11 @@ "tidy-keys-push", "tiny-socks-count", "twenty-items-drum", + "warm-drinks-prove", "weak-jars-rhyme", "wild-bugs-work", "wise-spies-shave", + "wise-tomatoes-brake", "yellow-yaks-jog" ] } diff --git a/packages/components-angular/CHANGELOG.md b/packages/components-angular/CHANGELOG.md index 28e6a89953..38224f9245 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@9.0.0-next.7 + - @swisspost/design-system-styles@9.0.0-next.7 + ## 1.1.10-next.6 ### Patch Changes diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index d7e2703ac0..a8d4ab4901 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.6", + "version": "1.1.10-next.7", "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.6", - "@swisspost/design-system-styles": "workspace:9.0.0-next.6", + "@swisspost/design-system-components": "workspace:9.0.0-next.7", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", "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 ae2612b5ed..c7d9d5bc3e 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@9.0.0-next.7 + ## 9.0.0-next.6 ### Patch Changes diff --git a/packages/components-angular/projects/components/package.json b/packages/components-angular/projects/components/package.json index 2ac5b9bd39..744df7dfb4 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.6", + "version": "9.0.0-next.7", "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.6" + "@swisspost/design-system-components": "workspace:9.0.0-next.7" }, "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 5c079e49af..6c731ee1cf 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@9.0.0-next.7 + ## 9.0.0-next.6 ### Patch Changes diff --git a/packages/components-react/package.json b/packages/components-react/package.json index 12e88b67a8..8d78c35624 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.6", + "version": "9.0.0-next.7", "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.6" + "@swisspost/design-system-components": "workspace:9.0.0-next.7" }, "devDependencies": { "@types/node": "20.14.14", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5d95d02c32..b75c025c64 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,21 @@ # @swisspost/design-system-components +## 9.0.0-next.7 + +### Minor Changes + +- Added the `post-togglebutton` component. (by [@veyaromain](https://github.com/veyaromain) with [#3889](https://github.com/swisspost/design-system/pull/3889)) + +- Refactored `post-icon` component to use the `` tag to load and show icons under the hood. This enables responsive icons, enables better caching and improves render performance slightly. There is no further action required. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3969](https://github.com/swisspost/design-system/pull/3969)) + +### Patch Changes + +- Fixed bug that showed delayed tooltip even after blur event. (by [@leagrdv](https://github.com/leagrdv) with [#4053](https://github.com/swisspost/design-system/pull/4053)) + +- Made `post-icon` component use base tag href to define location of icons folder. (by [@leagrdv](https://github.com/leagrdv) with [#4069](https://github.com/swisspost/design-system/pull/4069)) +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.7 + ## 9.0.0-next.6 ### Major Changes diff --git a/packages/components/package.json b/packages/components/package.json index 98518267d4..159792d22e 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.6", + "version": "9.0.0-next.7", "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,7 +40,7 @@ "dependencies": { "@floating-ui/dom": "1.6.8", "@oddbird/popover-polyfill": "0.3.7", - "@swisspost/design-system-styles": "workspace:9.0.0-next.6", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", "ally.js": "1.4.1", "long-press-event": "2.5.0" }, diff --git a/packages/documentation/CHANGELOG.md b/packages/documentation/CHANGELOG.md index 182303cfc3..8989dd9398 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/CHANGELOG.md @@ -1,5 +1,52 @@ # @swisspost/design-system-documentation +## 6.0.0-next.8 + +### Major Changes + +- Removed deprecated `carousel` component. (by [@leagrdv](https://github.com/leagrdv) with [#4075](https://github.com/swisspost/design-system/pull/4075)) + +### Minor Changes + +- Added the `post-togglebutton` component. (by [@veyaromain](https://github.com/veyaromain) with [#3889](https://github.com/swisspost/design-system/pull/3889)) + +- Updated the documentation navigation. (by [@alizedebray](https://github.com/alizedebray) with [#4072](https://github.com/swisspost/design-system/pull/4072)) + +- Created a documentation page for the form hints. (by [@leagrdv](https://github.com/leagrdv) with [#4086](https://github.com/swisspost/design-system/pull/4086)) + +### Patch Changes + +- Removed the `rg` and `xxl` grid breakpoints, reducing the grid to 5 breakpoints instead of the previous 7. This change affects all CSS classes tied to specific breakpoints (e.g., `col-rg-2`, `m-xxl-4`). + **Previous Breakpoints**: + + - `xs: 0px` + - `sm: 400px` + - `rg: 600px` + - `md: 780px` + - `lg: 1024px` + - `xl: 1280px` + - `xxl: 1440px` + + **New Breakpoints**: + + - `xs: 0px` + - `sm: 600px` + - `md: 780px` + - `lg: 1024px` + - `xl: 1280px` + + To maintain compatibility with the updated grid system, you need to update your code by replacing any `*-rg-*` classes with `*-sm-*`, and any `*-xxl-*` classes with `*-xl-*`. For example: + + - `col-rg-2` → `col-sm-2` + - `m-xxl-4` → `m-xl-4` (by [@alizedebray](https://github.com/alizedebray) with [#3982](https://github.com/swisspost/design-system/pull/3982)) + +- Updated dependencies: + - @swisspost/design-system-components@9.0.0-next.7 + - @swisspost/design-system-styles@9.0.0-next.7 + - @swisspost/design-system-icons@9.0.0-next.7 + - @swisspost/design-system-components-react@9.0.0-next.7 + - @swisspost/internet-header@2.0.0-next.7 + ## 6.0.0-next.7 ### Major Changes diff --git a/packages/documentation/package.json b/packages/documentation/package.json index d76f436be3..b51f01331e 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.7", + "version": "6.0.0-next.8", "description": "Swiss Post Design System Documentation.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -28,11 +28,11 @@ "lint": "eslint **/*.{ts,tsx,mdx}" }, "dependencies": { - "@swisspost/design-system-components": "workspace:9.0.0-next.6", - "@swisspost/design-system-components-react": "workspace:9.0.0-next.6", - "@swisspost/design-system-icons": "workspace:9.0.0-next.6", - "@swisspost/design-system-styles": "workspace:9.0.0-next.6", - "@swisspost/internet-header": "workspace:2.0.0-next.6", + "@swisspost/design-system-components": "workspace:9.0.0-next.7", + "@swisspost/design-system-components-react": "workspace:9.0.0-next.7", + "@swisspost/design-system-icons": "workspace:9.0.0-next.7", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", + "@swisspost/internet-header": "workspace:2.0.0-next.7", "bootstrap": "5.3.3" }, "devDependencies": { @@ -53,8 +53,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.6", - "@swisspost/design-system-intranet-header": "workspace:9.0.0-next.6", + "@swisspost/design-system-components-angular": "workspace:9.0.0-next.7", + "@swisspost/design-system-intranet-header": "workspace:9.0.0-next.7", "@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 9a3fd5d56b..79a6c132ab 100644 --- a/packages/documentation/public/_redirects +++ b/packages/documentation/public/_redirects @@ -9,3 +9,4 @@ + diff --git a/packages/documentation/public/assets/versions.json b/packages/documentation/public/assets/versions.json index a4db7bd3e2..c24ab117ec 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.6", + "version": "9.0.0-next.7", "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.6", - "@swisspost/design-system-components-angular-workspace": "1.1.10-next.6", - "@swisspost/design-system-components-angular": "9.0.0-next.6", - "@swisspost/design-system-components-react": "9.0.0-next.6", - "@swisspost/design-system-documentation": "6.0.0-next.7", - "@swisspost/design-system-icons": "9.0.0-next.6", - "@swisspost/internet-header": "2.0.0-next.6", - "@swisspost/design-system-intranet-header-workspace": "3.0.22-next.6", - "@swisspost/design-system-intranet-header": "9.0.0-next.6", - "@swisspost/design-system-intranet-header-showcase": "1.0.10-next.6", - "@swisspost/design-system-migrations": "9.0.0-next.6", - "@swisspost/design-system-nextjs-integration": "0.1.14-next.6", - "@swisspost/design-system-styles": "9.0.0-next.6", - "@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.6", - "@swisspost/design-system-styles-primeng": "9.0.0-next.6", - "@swisspost/design-system-tokens": "9.0.0-next.6" + "@swisspost/design-system-components": "9.0.0-next.7", + "@swisspost/design-system-components-angular-workspace": "1.1.10-next.7", + "@swisspost/design-system-components-angular": "9.0.0-next.7", + "@swisspost/design-system-components-react": "9.0.0-next.7", + "@swisspost/design-system-documentation": "6.0.0-next.8", + "@swisspost/design-system-icons": "9.0.0-next.7", + "@swisspost/internet-header": "2.0.0-next.7", + "@swisspost/design-system-intranet-header-workspace": "3.0.22-next.7", + "@swisspost/design-system-intranet-header": "9.0.0-next.7", + "@swisspost/design-system-intranet-header-showcase": "1.0.10-next.7", + "@swisspost/design-system-migrations": "9.0.0-next.7", + "@swisspost/design-system-nextjs-integration": "0.1.14-next.7", + "@swisspost/design-system-styles": "9.0.0-next.7", + "@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.7", + "@swisspost/design-system-styles-primeng": "9.0.0-next.7", + "@swisspost/design-system-tokens": "9.0.0-next.7" + } + }, + { + "title": "Version 9", + "version": "9.0.0-next.6", + "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 3d33ff6e87..2a4fbe2c35 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @swisspost/design-system-icons +## 9.0.0-next.7 + +### Minor Changes + +- Added a new set of responsive UI icons. These new icons can be used with the `post-icon` component. These new icons will change their shape based on their size: small icons will render with less flourish and are optimised for a smaller pixel grid. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3969](https://github.com/swisspost/design-system/pull/3969)) + ## 9.0.0-next.6 ## 9.0.0-next.5 diff --git a/packages/icons/package.json b/packages/icons/package.json index 8f844c8519..10f7a95fea 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.6", + "version": "9.0.0-next.7", "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 9540ad5d5c..dcccb3d5d6 100644 --- a/packages/internet-header/CHANGELOG.md +++ b/packages/internet-header/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/internet-header +## 2.0.0-next.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.7 + ## 2.0.0-next.6 ### Patch Changes diff --git a/packages/internet-header/package.json b/packages/internet-header/package.json index bfe0166100..74c981a876 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.6", + "version": "2.0.0-next.7", "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.6", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", "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 312f4cf937..429ea175b6 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.7 + ## 3.0.22-next.6 ### Patch Changes diff --git a/packages/intranet-header-workspace/package.json b/packages/intranet-header-workspace/package.json index 5813c878fe..9dcc2bbcdc 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.6", + "version": "3.0.22-next.7", "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.6", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", "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 fe1e9e9a1e..7e83abd2c0 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-intranet-header@9.0.0-next.7 + ## 1.0.10-next.6 ### 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 8d498cafdc..3a9db6d2b7 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.6", + "version": "1.0.10-next.7", "license": "Apache-2.0", "private": true, "dependencies": { - "@swisspost/design-system-intranet-header": "workspace:9.0.0-next.6" + "@swisspost/design-system-intranet-header": "workspace:9.0.0-next.7" } } diff --git a/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md b/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md index 239dab278c..10464b6274 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.7 + ## 9.0.0-next.6 ### 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 503118d63f..0cc2b40caa 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.6", + "version": "9.0.0-next.7", "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.6", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", "tslib": "2.6.3" }, "devDependencies": { - "@swisspost/design-system-intranet-header-workspace": "workspace:3.0.22-next.6" + "@swisspost/design-system-intranet-header-workspace": "workspace:3.0.22-next.7" }, "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 daa28fe18b..6634e1544e 100644 --- a/packages/migrations/CHANGELOG.md +++ b/packages/migrations/CHANGELOG.md @@ -1,5 +1,7 @@ # @swisspost/design-system-migrations +## 9.0.0-next.7 + ## 9.0.0-next.6 ## 9.0.0-next.5 diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 7f0428c199..daa2edc015 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.6", + "version": "9.0.0-next.7", "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 da00c95915..402b387a50 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.7 + - @swisspost/design-system-components-react@9.0.0-next.7 + - @swisspost/internet-header@2.0.0-next.7 + ## 0.1.14-next.6 ### Patch Changes diff --git a/packages/nextjs-integration/package.json b/packages/nextjs-integration/package.json index 3609ce53f2..1a20a1d79b 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.6", + "version": "0.1.14-next.7", "private": true, "scripts": { "dev": "next dev", @@ -9,9 +9,9 @@ "lint": "next lint" }, "dependencies": { - "@swisspost/design-system-components-react": "workspace:9.0.0-next.6", - "@swisspost/design-system-styles": "workspace:9.0.0-next.6", - "@swisspost/internet-header": "workspace:2.0.0-next.6", + "@swisspost/design-system-components-react": "workspace:9.0.0-next.7", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", + "@swisspost/internet-header": "workspace:2.0.0-next.7", "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 385ed34a9b..0041f70376 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.7 + ## 1.0.6-next.6 ### Patch Changes diff --git a/packages/styles-primeng-workspace/package.json b/packages/styles-primeng-workspace/package.json index d66afe4869..46757fc4e2 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.6", + "version": "1.0.6-next.7", "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.6", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", "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 c5c16fa98f..0f6b216972 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.7 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@9.0.0-next.7 + ## 9.0.0-next.6 ### 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 68d2abf126..259b594a13 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.6", + "version": "9.0.0-next.7", "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.6", + "@swisspost/design-system-styles": "workspace:9.0.0-next.7", "tslib": "2.6.3" }, "sideEffects": false, diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 6798409157..999141bf9d 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,43 @@ # @swisspost/design-system-styles +## 9.0.0-next.7 + +### Major Changes + +- Removed deprecated `valid-tooltip` and `invalid-tooltip` classes. (by [@leagrdv](https://github.com/leagrdv) with [#4076](https://github.com/swisspost/design-system/pull/4076)) + +- Removed the `rg` and `xxl` grid breakpoints, reducing the grid to 5 breakpoints instead of the previous 7. This change affects all CSS classes tied to specific breakpoints (e.g., `col-rg-2`, `m-xxl-4`). + **Previous Breakpoints**: + + - `xs: 0px` + - `sm: 400px` + - `rg: 600px` + - `md: 780px` + - `lg: 1024px` + - `xl: 1280px` + - `xxl: 1440px` + + **New Breakpoints**: + + - `xs: 0px` + - `sm: 600px` + - `md: 780px` + - `lg: 1024px` + - `xl: 1280px` + + To maintain compatibility with the updated grid system, you need to update your code by replacing any `*-rg-*` classes with `*-sm-*`, and any `*-xxl-*` classes with `*-xl-*`. For example: + + - `col-rg-2` → `col-sm-2` + - `m-xxl-4` → `m-xl-4` (by [@alizedebray](https://github.com/alizedebray) with [#3982](https://github.com/swisspost/design-system/pull/3982)) + +- Removed deprecated `carousel` component. (by [@leagrdv](https://github.com/leagrdv) with [#4075](https://github.com/swisspost/design-system/pull/4075)) + +### Patch Changes + +- Updated the grid padding and gutters. (by [@alizedebray](https://github.com/alizedebray) with [#4045](https://github.com/swisspost/design-system/pull/4045)) + +- Updated the styles of the form validation messages to match the new Post design. (by [@myrta2302](https://github.com/myrta2302) with [#3824](https://github.com/swisspost/design-system/pull/3824)) + ## 9.0.0-next.6 ### Major Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index 59f659ad7b..5627211e68 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.6", + "version": "9.0.0-next.7", "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.6", - "@swisspost/design-system-tokens": "workspace:9.0.0-next.6", + "@swisspost/design-system-icons": "workspace:9.0.0-next.7", + "@swisspost/design-system-tokens": "workspace:9.0.0-next.7", "@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 15e2098fc9..bf2d92a020 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @swisspost/design-system-tokens +## 9.0.0-next.7 + ## 9.0.0-next.6 ### Minor Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 78e57f450c..363280d4ba 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.6", + "version": "9.0.0-next.7", "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 15b4017db3..4ffe300226 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,7 +47,7 @@ importers: specifier: 0.3.7 version: 0.3.7 '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../styles/dist ally.js: specifier: 1.4.1 @@ -153,10 +153,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.6 + specifier: workspace:9.0.0-next.7 version: link:../components '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../styles/dist rxjs: specifier: 7.8.1 @@ -235,7 +235,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.6 + specifier: workspace:9.0.0-next.7 version: link:../../../components tslib: specifier: 2.6.3 @@ -245,7 +245,7 @@ importers: packages/components-react: dependencies: '@swisspost/design-system-components': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../components devDependencies: '@types/node': @@ -297,19 +297,19 @@ importers: packages/documentation: dependencies: '@swisspost/design-system-components': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../components '@swisspost/design-system-components-react': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../components-react '@swisspost/design-system-icons': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../icons '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../styles/dist '@swisspost/internet-header': - specifier: workspace:2.0.0-next.6 + specifier: workspace:2.0.0-next.7 version: link:../internet-header bootstrap: specifier: 5.3.3 @@ -367,10 +367,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.6 + specifier: workspace:9.0.0-next.7 version: link:../components-angular/dist/components '@swisspost/design-system-intranet-header': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../intranet-header-workspace/dist/intranet-header '@types/css-modules': specifier: 1.0.5 @@ -511,7 +511,7 @@ importers: packages/internet-header: dependencies: '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../styles/dist body-scroll-lock: specifier: 4.0.0-beta.0 @@ -662,7 +662,7 @@ importers: specifier: 2.11.8 version: 2.11.8 '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../styles/dist rxjs: specifier: 7.8.1 @@ -756,21 +756,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.6 + specifier: workspace:9.0.0-next.7 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.6 + specifier: workspace:3.0.22-next.7 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.6 + specifier: workspace:9.0.0-next.7 version: link:../../dist/intranet-header packages/migrations: @@ -816,13 +816,13 @@ importers: packages/nextjs-integration: dependencies: '@swisspost/design-system-components-react': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../components-react '@swisspost/design-system-styles': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../styles/dist '@swisspost/internet-header': - specifier: workspace:2.0.0-next.6 + specifier: workspace:2.0.0-next.7 version: link:../internet-header next: specifier: 15.0.1 @@ -884,10 +884,10 @@ importers: version: 3.0.0 devDependencies: '@swisspost/design-system-icons': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../icons '@swisspost/design-system-tokens': - specifier: workspace:9.0.0-next.6 + specifier: workspace:9.0.0-next.7 version: link:../tokens/dist '@types/node': specifier: 20.14.14 @@ -978,7 +978,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.6 + specifier: workspace:9.0.0-next.7 version: link:../styles/dist primeng: specifier: 17.18.7 @@ -1054,7 +1054,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.6 + specifier: workspace:9.0.0-next.7 version: link:../../../styles/dist primeng: specifier: ^17.18.0