Skip to content

Commit

Permalink
Merge branch 'main' into 3643-component-display-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv committed Oct 9, 2024
2 parents 19a1f75 + b59a69f commit 9665e5b
Show file tree
Hide file tree
Showing 476 changed files with 3,876 additions and 22,448 deletions.
6 changes: 6 additions & 0 deletions .changeset/kind-buses-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@swisspost/design-system-documentation': minor
'@swisspost/design-system-styles': minor
---

Added styling support and documentation for the `<dialog>` element. The dialog will replace the current modal and notification overlay components coming from ng-bootstrap.
5 changes: 5 additions & 0 deletions .changeset/popular-games-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-styles': patch
---

Deprecated the ng-bootstrap components Modal and Notification overlay in favor of the new Dialog component. The styles for these ng-bootstrap components will be removed in a future major version.
16 changes: 15 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,33 @@
"@swisspost/design-system-tokens": "8.2.0"
},
"changesets": [
"big-frogs-admire",
"breezy-cups-add",
"clean-icons-complain",
"cold-baboons-appear",
"cold-panthers-vanish",
"cuddly-bears-check",
"eleven-keys-work",
"empty-islands-kneel",
"fair-actors-scream",
"friendly-insects-breathe",
"funny-shrimps-care",
"gorgeous-flowers-flow",
"great-humans-talk",
"heavy-rats-explode",
"kind-papayas-provide",
"lemon-clocks-clean",
"nervous-rocks-shop",
"ninety-nails-float",
"pink-weeks-relate",
"plenty-apricots-raise",
"proud-actors-knock",
"red-lies-lick",
"selfish-bats-run",
"sharp-crews-watch"
"sharp-crews-watch",
"six-spiders-smoke",
"tame-terms-push",
"tidy-dolls-walk",
"yellow-yaks-jog"
]
}
5 changes: 5 additions & 0 deletions .changeset/red-lies-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-components': patch
---

Fixed an issue related to conflicting pointer and focus events hiding the tooltip unexpectedly in some situations. The tooltip now behaves as expected in this situation.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
#
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

packages/documentation @swisspost/design-system-members
# Maintainers have to sign off PRs to main as required in branch protection rules
* @swisspost/design-system-maintainers
51 changes: 0 additions & 51 deletions .github/actions/deploy-to-netlify/action.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/build-demo.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/deploy-demo.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/release-demo.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
old: {
version: release.oldVersion,
major: oldMajor,
siteUrl: `design-system-version-${oldMajor}`,
siteUrl: `swisspost-design-system-version-${oldMajor}`,
dependencies: {}
},
new: {
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,17 @@
"e2e": "start-server-and-test docs:headless 9001 'pnpm -r --stream e2e'",
"e2e:ci": "start-server-and-test docs:headless 9001 'pnpm --filter \"...[origin/main]\" --stream e2e:ci'",
"snapshots": "start-server-and-test 'pnpm docs:headless' 9001 'pnpm --filter design-system-documentation snapshots'",
"demo": "pnpm demo:start",
"demo:start": "pnpm --filter design-system-demo... --parallel --stream start",
"demo:build": "pnpm --filter design-system-demo build",
"demo:lint": "pnpm --filter design-system-demo lint",
"docs": "pnpm docs:start",
"docs:only": "pnpm --filter design-system-documentation start",
"docs:start": "pnpm --filter design-system-tokens build && pnpm --filter design-system-documentation... --parallel --stream start",
"docs:start": "pnpm --filter design-system-tokens build && pnpm --filter design-system-documentation... --parallel --stream start",
"docs:build": "pnpm --filter design-system-documentation build",
"docs:headless": "pnpm --filter design-system-documentation start:headless",
"docs:test": "pnpm --filter design-system-documentation test",
"docs:e2e": "start-server-and-test docs:headless 9001 'pnpm --filter design-system-documentation e2e'",
"docs:e2e:watch": "start-server-and-test docs:headless 9001 'pnpm --filter design-system-documentation e2e:watch'",
"styles": "pnpm styles:start",
"styles:start": "pnpm --filter design-system-styles start",
"styles:play": "pnpm --filter design-system-styles play",
"styles:build": "pnpm --filter design-system-styles build",
"styles:lint": "pnpm --filter design-system-styles lint",
"styles:lint:fix": "pnpm --filter design-system-styles lint:fix",
Expand Down
8 changes: 8 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-components-angular-workspace

## 1.1.10-next.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.1
- @swisspost/design-system-styles@9.0.0-next.1

## 1.1.10-next.0

### 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.10-next.0",
"version": "1.1.10-next.1",
"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:9.0.0-next.0",
"@swisspost/design-system-styles": "workspace:9.0.0-next.0",
"@swisspost/design-system-components": "workspace:9.0.0-next.1",
"@swisspost/design-system-styles": "workspace:9.0.0-next.1",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
Expand Down
7 changes: 7 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-angular

## 9.0.0-next.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.1

## 9.0.0-next.0

### 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": "9.0.0-next.0",
"version": "9.0.0-next.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:9.0.0-next.0"
"@swisspost/design-system-components": "workspace:9.0.0-next.1"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-react

## 9.0.0-next.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.1

## 9.0.0-next.0

### 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": "9.0.0-next.0",
"version": "9.0.0-next.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:9.0.0-next.0"
"@swisspost/design-system-components": "workspace:9.0.0-next.1"
},
"devDependencies": {
"@types/node": "20.14.14",
Expand Down
Loading

0 comments on commit 9665e5b

Please sign in to comment.