Skip to content

Commit

Permalink
Merge branch 'release/v8' into 3359-fix-card-control-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv authored Jan 21, 2025
2 parents caeeb74 + 558a8ab commit e5e78d3
Show file tree
Hide file tree
Showing 48 changed files with 355 additions and 169 deletions.
6 changes: 0 additions & 6 deletions .changeset/2024-12-15-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-glasses-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-rice-eat.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/purple-apes-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-styles': patch
---

Fixed an issue where the Stepper started with step 0 on small screen sizes.
5 changes: 0 additions & 5 deletions .changeset/violet-ears-punch.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @swisspost/design-system-components-angular-workspace

## 1.1.19

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@8.7.1
- @swisspost/design-system-components@8.7.1

## 1.1.18

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@8.7.0
- @swisspost/design-system-styles@8.7.0

## 1.1.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-angular-workspace",
"version": "1.1.17",
"version": "1.1.19",
"scripts": {
"start": "ng serve --port 9210",
"build": "ng build components",
Expand All @@ -18,8 +18,8 @@
"@angular/platform-browser": "18.1.3",
"@angular/platform-browser-dynamic": "18.1.3",
"@angular/router": "18.1.3",
"@swisspost/design-system-components": "workspace:8.6.2",
"@swisspost/design-system-styles": "workspace:8.6.2",
"@swisspost/design-system-components": "workspace:8.7.1",
"@swisspost/design-system-styles": "workspace:8.7.1",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
Expand Down
14 changes: 14 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @swisspost/design-system-components-angular

## 8.7.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@8.7.1

## 8.7.0

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@8.7.0

## 8.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components-angular/projects/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-angular",
"version": "8.6.2",
"version": "8.7.1",
"description": "Swiss Post Design System - Angular Wrapper Components",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"tslib": "2.6.3",
"@swisspost/design-system-components": "workspace:8.6.2"
"@swisspost/design-system-components": "workspace:8.7.1"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @swisspost/design-system-components-react

## 8.7.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@8.7.1

## 8.7.0

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@8.7.0

## 8.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-react",
"version": "8.6.2",
"version": "8.7.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:8.6.2"
"@swisspost/design-system-components": "workspace:8.7.1"
},
"devDependencies": {
"@types/node": "20.14.14",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @swisspost/design-system-components

## 8.7.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@8.7.1

## 8.7.0

### Patch Changes

- 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 [#4214](https://github.com/swisspost/design-system/pull/4214))
- Updated dependencies:
- @swisspost/design-system-styles@8.7.0

## 8.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components",
"version": "8.6.2",
"version": "8.7.1",
"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",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@floating-ui/dom": "1.6.8",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-styles": "workspace:8.6.2",
"@swisspost/design-system-styles": "workspace:8.7.1",
"ally.js": "1.4.1",
"long-press-event": "2.5.0"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @swisspost/design-system-demo

## 8.0.12

### Patch Changes

- Implemented the new "Swiss Post Sans" font (by [@gfellerph](https://github.com/gfellerph) with [#4468](https://github.com/swisspost/design-system/pull/4468))
- Updated dependencies:
- @swisspost/design-system-styles@8.7.1
- @swisspost/design-system-intranet-header@8.7.1
- @swisspost/design-system-migrations@8.7.1

## 8.0.11

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@8.7.0
- @swisspost/design-system-intranet-header@8.7.0
- @swisspost/design-system-migrations@8.7.0

## 8.0.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-demo",
"version": "8.0.10",
"version": "8.0.12",
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -25,9 +25,9 @@
"@ng-bootstrap/ng-bootstrap": "17.0.0",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:8.6.2",
"@swisspost/design-system-migrations": "workspace:8.6.2",
"@swisspost/design-system-styles": "workspace:8.6.2",
"@swisspost/design-system-intranet-header": "workspace:8.7.1",
"@swisspost/design-system-migrations": "workspace:8.7.1",
"@swisspost/design-system-styles": "workspace:8.7.1",
"bootstrap": "5.3.3",
"core-js": "3.37.1",
"highlight.js": "11.10.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/demo/src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2652,12 +2652,6 @@ <h2 class="topic-teaser-title font-curve-large mb-large">
<span>ngBootstrap Docs</span>
</a>
</li>
<li class="link-list-item">
<!-- exact link is not possible, because no version urls available -->
<a target="_blank" rel="noopener" href="https://fonts.post.ch/frutigerneueforpost/#/">
<span>Frutiger Neue For Post</span>
</a>
</li>
</ul>
</div>
<div class="topic-teaser-image-container">
Expand Down
23 changes: 23 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @swisspost/design-system-documentation

## 5.5.7

### Patch Changes

- Implemented the new "Swiss Post Sans" font (by [@gfellerph](https://github.com/gfellerph) with [#4468](https://github.com/swisspost/design-system/pull/4468))
- Updated dependencies:
- @swisspost/internet-header@1.15.5
- @swisspost/design-system-styles@8.7.1
- @swisspost/design-system-components@8.7.1
- @swisspost/design-system-components-react@8.7.1
- @swisspost/design-system-icons@8.7.1

## 5.5.6

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-icons@8.7.0
- @swisspost/design-system-components@8.7.0
- @swisspost/design-system-styles@8.7.0
- @swisspost/design-system-components-react@8.7.0
- @swisspost/internet-header@1.15.4

## 5.5.5

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-documentation",
"version": "5.5.5",
"version": "5.5.7",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,11 +28,11 @@
"lint": "eslint **/*.{ts,tsx,mdx}"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:8.6.2",
"@swisspost/design-system-components-react": "workspace:8.6.2",
"@swisspost/design-system-icons": "workspace:8.6.2",
"@swisspost/design-system-styles": "workspace:8.6.2",
"@swisspost/internet-header": "workspace:1.15.3",
"@swisspost/design-system-components": "workspace:8.7.1",
"@swisspost/design-system-components-react": "workspace:8.7.1",
"@swisspost/design-system-icons": "workspace:8.7.1",
"@swisspost/design-system-styles": "workspace:8.7.1",
"@swisspost/internet-header": "workspace:1.15.5",
"bootstrap": "5.3.3"
},
"devDependencies": {
Expand All @@ -53,8 +53,8 @@
"@storybook/types": "8.2.7",
"@storybook/web-components": "8.2.7",
"@storybook/web-components-vite": "8.2.7",
"@swisspost/design-system-components-angular": "workspace:8.6.2",
"@swisspost/design-system-intranet-header": "workspace:8.6.2",
"@swisspost/design-system-components-angular": "workspace:8.7.1",
"@swisspost/design-system-intranet-header": "workspace:8.7.1",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.13",
"@types/react": "18.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
@font-face {
font-display: swap;
font-family: 'Frutiger Neue For Post';
font-family: 'Swiss Post Sans';
font-weight: 700;
src: url('//fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff2')
format('woff2'),
url('//fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff') format('woff');
src: url('https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Bold.woff2') format('woff2'),
url('https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Bold.woff') format('woff');
}

@font-face {
font-display: swap;
font-family: 'Frutiger Neue For Post';
font-family: 'Swiss Post Sans';
font-weight: 400;
src: url('//fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff2') format('woff2'),
url('//fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff') format('woff');
src: url('https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Regular.woff2') format('woff2'),
url('https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Regular.woff') format('woff');
}

@font-face {
font-display: swap;
font-family: 'Frutiger Neue For Post';
font-family: 'Swiss Post Sans';
font-weight: 300;
src: url('//fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Lt.woff2') format('woff2'),
url('//fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Lt.woff') format('woff');
src: url('https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Light.woff2') format('woff2'),
url('https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Light.woff') format('woff');
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ please visit our [text utilities docs](/?path=/docs/c55681df-4d21-469d-a5b3-c676
## Font Families

There are basically two font families available.<br/>
One is the main font family "Frutiger Neue" and the other is a monospace font family.
One is the main font family "Swiss Post Sans" and the other is a monospace font family.

<FontFaceWrapper>
<FontFace face="Frutiger Neue For Post" family="sans-serif" weight="bold" style="normal" />
<FontFace face="Frutiger Neue For Post" family="sans-serif" weight="regular" style="normal" />
<FontFace face="Frutiger Neue For Post" family="sans-serif" weight="light" style="normal" />
<FontFace face="Swiss Post Sans" family="sans-serif" weight="bold" style="normal" />
<FontFace face="Swiss Post Sans" family="sans-serif" weight="regular" style="normal" />
<FontFace face="Swiss Post Sans" family="sans-serif" weight="light" style="normal" />
<FontFace face="Monospace" family="monospace" weight="bold" style="normal" />
<FontFace face="Monospace" family="monospace" weight="regular" style="normal" />
</FontFaceWrapper>
Expand Down
7 changes: 0 additions & 7 deletions packages/documentation/src/stories/home.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ import { technologies } from './home.data';
>
<span>Figma<sup>2</sup></span>
</a>
<a
href="https://fonts.post.ch/frutigerneueforpost/#/"
rel="noopener"
className="btn btn-secondary"
>
<span>Frutiger Neue For Post</span>
</a>
<a
href="https://github.com/swisspost/design-system"
rel="noopener"
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-icons

## 8.7.1

## 8.7.0

### Minor Changes

- Added icons number 2634, 2635, 2636, 2637, 2638, 2639, 2640 and 2641. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#4282](https://github.com/swisspost/design-system/pull/4282))

## 8.6.2

## 8.6.1
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-icons",
"version": "8.6.2",
"version": "8.7.1",
"description": "A collection of Swiss Post icons intended for use with the Design System.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit e5e78d3

Please sign in to comment.