diff --git a/.changeset/beige-cooks-switch.md b/.changeset/beige-cooks-switch.md deleted file mode 100644 index 02df09b1c6..0000000000 --- a/.changeset/beige-cooks-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-components': patch ---- - -Fixed an issue with popovers on Firefox ESR that unexpectedly closed popovers when clicking on content. diff --git a/.changeset/few-houses-wait.md b/.changeset/few-houses-wait.md deleted file mode 100644 index e14eecb661..0000000000 --- a/.changeset/few-houses-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-styles': patch ---- - -Fixed visual issues with validated form-elements who receive focus. diff --git a/.changeset/flat-gifts-report.md b/.changeset/flat-gifts-report.md deleted file mode 100644 index 266c7f488b..0000000000 --- a/.changeset/flat-gifts-report.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@swisspost/internet-header': minor -'@swisspost/design-system-documentation': minor ---- - -Added a new stylesheet containing `:root` CSS custom properties to facilitate implementing styles relative to the header. This will allow putting sticky content right below the header. diff --git a/packages/components-angular/CHANGELOG.md b/packages/components-angular/CHANGELOG.md index db0fd22062..a52cfc36d1 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.4 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@7.2.2 + - @swisspost/design-system-styles@7.2.2 + ## 1.1.3 ### Patch Changes diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index 96857e7a15..b0cf641848 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.3", + "version": "1.1.4", "scripts": { "start": "ng serve --port 9210", "build": "ng build components", @@ -18,8 +18,8 @@ "@angular/platform-browser": "17.3.11", "@angular/platform-browser-dynamic": "17.3.11", "@angular/router": "17.3.11", - "@swisspost/design-system-components": "workspace:7.2.1", - "@swisspost/design-system-styles": "workspace:7.2.1", + "@swisspost/design-system-components": "workspace:7.2.2", + "@swisspost/design-system-styles": "workspace:7.2.2", "rxjs": "7.8.1", "tslib": "2.6.3", "zone.js": "0.14.7" diff --git a/packages/components-angular/projects/components/CHANGELOG.md b/packages/components-angular/projects/components/CHANGELOG.md index e4f80b04fb..46b5b62911 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 +## 7.2.2 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@7.2.2 + ## 7.2.1 ### Patch Changes diff --git a/packages/components-angular/projects/components/package.json b/packages/components-angular/projects/components/package.json index e0b4c79e6a..f8711a4ba8 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": "7.2.1", + "version": "7.2.2", "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:7.2.1" + "@swisspost/design-system-components": "workspace:7.2.2" }, "peerDependencies": { "@angular/common": "^16.0.0 || ^17.0.0", diff --git a/packages/components-react/CHANGELOG.md b/packages/components-react/CHANGELOG.md index f684cdfdf3..c9dcb40f1a 100644 --- a/packages/components-react/CHANGELOG.md +++ b/packages/components-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components-react +## 7.2.2 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@7.2.2 + ## 7.2.1 ### Patch Changes diff --git a/packages/components-react/package.json b/packages/components-react/package.json index 0f80558437..d65b3039fb 100644 --- a/packages/components-react/package.json +++ b/packages/components-react/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components-react", - "version": "7.2.1", + "version": "7.2.2", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -20,7 +20,7 @@ "lint": "eslint src/**/*.ts" }, "dependencies": { - "@swisspost/design-system-components": "workspace:7.2.1" + "@swisspost/design-system-components": "workspace:7.2.2" }, "devDependencies": { "@types/node": "20.14.9", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 58982e5b08..4d6408d3de 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @swisspost/design-system-components +## 7.2.2 + +### Patch Changes + +- Fixed an issue with popovers on Firefox ESR that unexpectedly closed popovers when clicking on content. (by [@gfellerph](https://github.com/gfellerph) with [#3211](https://github.com/swisspost/design-system/pull/3211)) +- Updated dependencies: + - @swisspost/design-system-styles@7.2.2 + ## 7.2.1 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 14f40f0894..f43170283a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components", - "version": "7.2.1", + "version": "7.2.2", "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", @@ -39,7 +39,7 @@ "dependencies": { "@floating-ui/dom": "1.6.7", "@oddbird/popover-polyfill": "0.3.7", - "@swisspost/design-system-styles": "workspace:7.2.1", + "@swisspost/design-system-styles": "workspace:7.2.2", "ally.js": "1.4.1", "long-press-event": "2.5.0" }, diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index a576f38f63..2f325a14aa 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -1,5 +1,14 @@ # @swisspost/design-system-demo +## 7.3.4 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@7.2.2 + - @swisspost/design-system-intranet-header@7.2.2 + - @swisspost/design-system-migrations@7.2.2 + ## 7.3.3 ### Patch Changes diff --git a/packages/demo/package.json b/packages/demo/package.json index 817dfa7e0b..522b96237b 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-demo", - "version": "7.3.3", + "version": "7.3.4", "description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -25,9 +25,9 @@ "@ng-bootstrap/ng-bootstrap": "16.0.0", "@popperjs/core": "2.11.8", "@swimlane/ngx-datatable": "20.1.0", - "@swisspost/design-system-intranet-header": "workspace:7.2.1", - "@swisspost/design-system-migrations": "workspace:7.2.1", - "@swisspost/design-system-styles": "workspace:7.2.1", + "@swisspost/design-system-intranet-header": "workspace:7.2.2", + "@swisspost/design-system-migrations": "workspace:7.2.2", + "@swisspost/design-system-styles": "workspace:7.2.2", "bootstrap": "5.3.3", "core-js": "3.37.1", "highlight.js": "11.9.0", diff --git a/packages/documentation/CHANGELOG.md b/packages/documentation/CHANGELOG.md index 879a4e3353..98e7bc4045 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/CHANGELOG.md @@ -1,5 +1,20 @@ # @swisspost/design-system-documentation +## 5.3.0 + +### Minor Changes + +- Added a new stylesheet containing `:root` CSS custom properties to facilitate implementing styles relative to the header. This will allow putting sticky content right below the header. (by [@alizedebray](https://github.com/alizedebray) with [#3200](https://github.com/swisspost/design-system/pull/3200)) + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@7.2.2 + - @swisspost/design-system-styles@7.2.2 + - @swisspost/internet-header@1.14.0 + - @swisspost/design-system-components-react@7.2.2 + - @swisspost/design-system-icons@7.2.2 + ## 5.2.1 ### Patch Changes diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 7ae00fa0c1..18153dce24 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-documentation", - "version": "5.2.1", + "version": "5.3.0", "description": "Swiss Post Design System Documentation.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -28,11 +28,11 @@ "lint": "eslint **/*.{js,ts,tsx,mdx}" }, "dependencies": { - "@swisspost/design-system-components": "workspace:7.2.1", - "@swisspost/design-system-components-react": "workspace:7.2.1", - "@swisspost/design-system-icons": "workspace:7.2.1", - "@swisspost/design-system-styles": "workspace:7.2.1", - "@swisspost/internet-header": "workspace:1.13.12", + "@swisspost/design-system-components": "workspace:7.2.2", + "@swisspost/design-system-components-react": "workspace:7.2.2", + "@swisspost/design-system-icons": "workspace:7.2.2", + "@swisspost/design-system-styles": "workspace:7.2.2", + "@swisspost/internet-header": "workspace:1.14.0", "bootstrap": "5.3.3" }, "devDependencies": { @@ -54,8 +54,8 @@ "@storybook/types": "8.1.11", "@storybook/web-components": "8.1.11", "@storybook/web-components-vite": "8.1.11", - "@swisspost/design-system-components-angular": "workspace:7.2.1", - "@swisspost/design-system-intranet-header": "workspace:7.2.1", + "@swisspost/design-system-components-angular": "workspace:7.2.2", + "@swisspost/design-system-intranet-header": "workspace:7.2.2", "@types/css-modules": "1.0.5", "@types/mdx": "2.0.13", "@types/react": "18.3.3", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 62d0b3abf3..4cd786b1de 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @swisspost/design-system-icons +## 7.2.2 + ## 7.2.1 ## 7.2.0 diff --git a/packages/icons/package.json b/packages/icons/package.json index 4fb6a467c5..55e49de837 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-icons", - "version": "7.2.1", + "version": "7.2.2", "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 02d9640f5d..4e704c476d 100644 --- a/packages/internet-header/CHANGELOG.md +++ b/packages/internet-header/CHANGELOG.md @@ -1,5 +1,16 @@ # @swisspost/internet-header +## 1.14.0 + +### Minor Changes + +- Added a new stylesheet containing `:root` CSS custom properties to facilitate implementing styles relative to the header. This will allow putting sticky content right below the header. (by [@alizedebray](https://github.com/alizedebray) with [#3200](https://github.com/swisspost/design-system/pull/3200)) + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@7.2.2 + ## 1.13.12 ### Patch Changes diff --git a/packages/internet-header/package.json b/packages/internet-header/package.json index c0b5beea10..0b8b8b07ce 100644 --- a/packages/internet-header/package.json +++ b/packages/internet-header/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/internet-header", - "version": "1.13.12", + "version": "1.14.0", "description": "The header for client facing applications.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -42,7 +42,7 @@ "generate": "stencil generate" }, "dependencies": { - "@swisspost/design-system-styles": "workspace:7.2.1", + "@swisspost/design-system-styles": "workspace:7.2.2", "body-scroll-lock": "4.0.0-beta.0", "iframe-resizer": "4.4.2", "jquery": "3.7.1", diff --git a/packages/intranet-header-workspace/CHANGELOG.md b/packages/intranet-header-workspace/CHANGELOG.md index 7b00899e6d..7d02cb77a8 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.16 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@7.2.2 + ## 3.0.15 ### Patch Changes diff --git a/packages/intranet-header-workspace/package.json b/packages/intranet-header-workspace/package.json index 52308d8852..d73b95a2ee 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.15", + "version": "3.0.16", "license": "Apache-2.0", "private": true, "scripts": { @@ -21,7 +21,7 @@ "@angular/router": "17.3.11", "@ng-bootstrap/ng-bootstrap": "16.0.0", "@popperjs/core": "2.11.8", - "@swisspost/design-system-styles": "workspace:7.2.1", + "@swisspost/design-system-styles": "workspace:7.2.2", "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 3bfb359a4d..12bf4250d2 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.4 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-intranet-header@7.2.2 + ## 1.0.3 ### 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 6c4c23afe6..6eea318817 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.3", + "version": "1.0.4", "license": "Apache-2.0", "private": true, "dependencies": { - "@swisspost/design-system-intranet-header": "workspace:7.2.1" + "@swisspost/design-system-intranet-header": "workspace:7.2.2" } } diff --git a/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md b/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md index ef0c2291af..17a69247ac 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 +## 7.2.2 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@7.2.2 + ## 7.2.1 ### 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 0ab4991668..8b2d550729 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": "7.2.1", + "version": "7.2.2", "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:7.2.1", + "@swisspost/design-system-styles": "workspace:7.2.2", "tslib": "2.6.3" }, "devDependencies": { - "@swisspost/design-system-intranet-header-workspace": "workspace:3.0.15" + "@swisspost/design-system-intranet-header-workspace": "workspace:3.0.16" }, "peerDependencies": { "@angular/common": "^16.0.0 || ^17.0.0", diff --git a/packages/migrations/CHANGELOG.md b/packages/migrations/CHANGELOG.md index 8ab14c4d72..3b01b27f0c 100644 --- a/packages/migrations/CHANGELOG.md +++ b/packages/migrations/CHANGELOG.md @@ -1,5 +1,7 @@ # @swisspost/design-system-migrations +## 7.2.2 + ## 7.2.1 ## 7.2.0 diff --git a/packages/migrations/package.json b/packages/migrations/package.json index da5cae135f..fce30d07c5 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-migrations", - "version": "7.2.1", + "version": "7.2.2", "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 84a39ec517..10223a015f 100644 --- a/packages/nextjs-integration/CHANGELOG.md +++ b/packages/nextjs-integration/CHANGELOG.md @@ -1,5 +1,14 @@ # @swisspost/design-system-nextjs-integration +## 0.1.8 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@7.2.2 + - @swisspost/internet-header@1.14.0 + - @swisspost/design-system-components-react@7.2.2 + ## 0.1.7 ### Patch Changes diff --git a/packages/nextjs-integration/package.json b/packages/nextjs-integration/package.json index 698bb2201a..0205cadda1 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.7", + "version": "0.1.8", "private": true, "scripts": { "dev": "next dev", @@ -9,9 +9,9 @@ "lint": "next lint" }, "dependencies": { - "@swisspost/design-system-components-react": "workspace:7.2.1", - "@swisspost/design-system-styles": "workspace:7.2.1", - "@swisspost/internet-header": "workspace:1.13.12", + "@swisspost/design-system-components-react": "workspace:7.2.2", + "@swisspost/design-system-styles": "workspace:7.2.2", + "@swisspost/internet-header": "workspace:1.14.0", "next": "14.2.4", "react": "^18", "react-dom": "^18" diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 8626801b8d..d3b2f1572d 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,11 @@ # @swisspost/design-system-styles +## 7.2.2 + +### Patch Changes + +- Fixed visual issues with validated form-elements who receive focus. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3166](https://github.com/swisspost/design-system/pull/3166)) + ## 7.2.1 ### Patch Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index c2f6479a68..d52f46b7f2 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-styles", - "version": "7.2.1", + "version": "7.2.2", "description": "Design System Styles for the Swiss Post web platform.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -47,7 +47,7 @@ "bootstrap": "5.3.3" }, "devDependencies": { - "@swisspost/design-system-icons": "workspace:7.2.1", + "@swisspost/design-system-icons": "workspace:7.2.2", "@types/node": "20.14.9", "autoprefixer": "10.4.19", "copyfiles": "2.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ebae81f1e5..be33b46e00 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: specifier: 0.3.7 version: 0.3.7 '@swisspost/design-system-styles': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../styles/dist ally.js: specifier: 1.4.1 @@ -159,10 +159,10 @@ importers: specifier: 17.3.11 version: 17.3.11(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1) '@swisspost/design-system-components': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../components '@swisspost/design-system-styles': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../styles/dist rxjs: specifier: 7.8.1 @@ -241,7 +241,7 @@ importers: specifier: ^16.0.0 || ^17.0.0 version: 17.2.3(rxjs@7.8.1)(zone.js@0.14.7) '@swisspost/design-system-components': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../../../components tslib: specifier: 2.6.3 @@ -251,7 +251,7 @@ importers: packages/components-react: dependencies: '@swisspost/design-system-components': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../components devDependencies: '@types/node': @@ -342,13 +342,13 @@ importers: specifier: 20.1.0 version: 20.1.0(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(@angular/platform-browser@17.3.11(@angular/animations@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(@angular/common@17.3.11(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7))(rxjs@7.8.1))(@angular/core@17.3.11(rxjs@7.8.1)(zone.js@0.14.7)))(rxjs@7.8.1) '@swisspost/design-system-intranet-header': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../intranet-header-workspace/dist/intranet-header '@swisspost/design-system-migrations': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../migrations '@swisspost/design-system-styles': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../styles/dist bootstrap: specifier: 5.3.3 @@ -478,19 +478,19 @@ importers: packages/documentation: dependencies: '@swisspost/design-system-components': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../components '@swisspost/design-system-components-react': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../components-react '@swisspost/design-system-icons': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../icons '@swisspost/design-system-styles': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../styles/dist '@swisspost/internet-header': - specifier: workspace:1.13.12 + specifier: workspace:1.14.0 version: link:../internet-header bootstrap: specifier: 5.3.3 @@ -551,10 +551,10 @@ importers: specifier: 8.1.11 version: 8.1.11(encoding@0.1.13)(lit@3.1.4)(prettier@2.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.3.3)(vite@5.1.7(@types/node@20.14.9)(less@4.2.0)(sass@1.77.6)(terser@5.29.1)) '@swisspost/design-system-components-angular': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../components-angular/dist/components '@swisspost/design-system-intranet-header': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../intranet-header-workspace/dist/intranet-header '@types/css-modules': specifier: 1.0.5 @@ -689,7 +689,7 @@ importers: packages/internet-header: dependencies: '@swisspost/design-system-styles': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../styles/dist body-scroll-lock: specifier: 4.0.0-beta.0 @@ -840,7 +840,7 @@ importers: specifier: 2.11.8 version: 2.11.8 '@swisspost/design-system-styles': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../styles/dist rxjs: specifier: 7.8.1 @@ -928,21 +928,21 @@ importers: specifier: ^16.0.0 || ^17.0.0 version: 17.3.3(rxjs@7.8.1)(zone.js@0.14.7) '@swisspost/design-system-styles': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../../../styles/dist tslib: specifier: 2.6.3 version: 2.6.3 devDependencies: '@swisspost/design-system-intranet-header-workspace': - specifier: workspace:3.0.15 + specifier: workspace:3.0.16 version: link:../.. publishDirectory: ../../dist/intranet-header packages/intranet-header-workspace/projects/intranet-header-showcase: dependencies: '@swisspost/design-system-intranet-header': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../../dist/intranet-header packages/migrations: @@ -988,13 +988,13 @@ importers: packages/nextjs-integration: dependencies: '@swisspost/design-system-components-react': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../components-react '@swisspost/design-system-styles': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../styles/dist '@swisspost/internet-header': - specifier: workspace:1.13.12 + specifier: workspace:1.14.0 version: link:../internet-header next: specifier: 14.2.4 @@ -1053,7 +1053,7 @@ importers: version: 5.3.3(@popperjs/core@2.11.8) devDependencies: '@swisspost/design-system-icons': - specifier: workspace:7.2.1 + specifier: workspace:7.2.2 version: link:../icons '@types/node': specifier: 20.14.9