Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/five-toes-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-seahorses-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-shrimps-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-pants-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-ducks-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-trains-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-donkeys-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-timers-allow.md

This file was deleted.

12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "docs",
"version": "15.2.31",
"version": "15.2.32",
"private": true,
"dependencies": {
"@baloise/ds-brand-icons": "18.0.0",
"@baloise/ds-core": "18.0.0",
"@baloise/ds-styles": "18.0.0",
"@baloise/ds-icons": "18.0.0",
"@baloise/ds-tokens": "18.0.0",
"@baloise/ds-brand-icons": "18.0.1",
"@baloise/ds-core": "18.0.1",
"@baloise/ds-styles": "18.0.1",
"@baloise/ds-icons": "18.0.1",
"@baloise/ds-tokens": "18.0.1",
"@storybook/addon-essentials": "~7.6.10",
"@storybook/addon-links": "~7.6.10",
"@storybook/blocks": "~7.6.10",
Expand Down
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "e2e",
"version": "15.2.31",
"version": "15.2.32",
"private": true,
"scripts": {
"postinstall": "cypress install",
"visual-report": "npx reg-cli cypress/snapshots/actual cypress/snapshots/base/visual cypress/snapshots/diff -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15"
},
"dependencies": {
"@baloise/ds-core": "18.0.0",
"@baloise/ds-testing": "18.0.0",
"@baloise/ds-core": "18.0.1",
"@baloise/ds-testing": "18.0.1",
"@cypress/mount-utils": "^4.1.0",
"axe-core": "~4.8.4",
"compression": "~1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-nx",
"version": "18.0.0",
"version": "18.0.1",
"private": true,
"dependencies": {
"@nx/devkit": "18.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular-common",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@baloise/ds-core": "18.0.0"
"@baloise/ds-core": "18.0.1"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/angular-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular-module",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"@angular/core": ">=17.0.0"
},
"dependencies": {
"@baloise/ds-core": "18.0.0",
"@baloise/ds-angular-common": "18.0.0"
"@baloise/ds-core": "18.0.1",
"@baloise/ds-angular-common": "18.0.1"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"@angular/forms": ">=17.0.0"
},
"dependencies": {
"@baloise/ds-core": "18.0.0",
"@baloise/ds-angular-common": "18.0.0",
"@baloise/ds-core": "18.0.1",
"@baloise/ds-angular-common": "18.0.1",
"tslib": "~2.3.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/brand-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-brand-icons",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 18.0.1

### Patch Changes

- **dropdown**: change spinner circle background to white ( [#1633](https://github.com/baloise/design-system/pull/1633))

- **list**: make title and aria-label editable on accordion head and move open and close labels to the icon on the right side ( [#1623](https://github.com/baloise/design-system/pull/1623))

- **nav**: add aria labels ( [#1625](https://github.com/baloise/design-system/pull/1625))

- **segment**: add auto invalid option for angular ( [#1633](https://github.com/baloise/design-system/pull/1633))

- **dropdown**: remove hover & active styles for disabled state ( [#1633](https://github.com/baloise/design-system/pull/1633))

- **tabs**: add aria labels ( [#1625](https://github.com/baloise/design-system/pull/1625))

- **tabs**: wrap link list in nav, ul and li elements and tabs with role tablist and tap ( [#1625](https://github.com/baloise/design-system/pull/1625))

- **tabs**: improve a11y with labelledby ( [#1625](https://github.com/baloise/design-system/pull/1625))

## 18.0.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-core",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,8 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@baloise/ds-styles": "18.0.0",
"@baloise/ds-icons": "18.0.0",
"@baloise/ds-styles": "18.0.1",
"@baloise/ds-icons": "18.0.1",
"@baloise/web-app-utils": "3.15.0",
"@floating-ui/dom": "~1.6.3",
"@popperjs/core": "~2.11.4",
Expand All @@ -53,9 +53,9 @@
"@baloise/output-target-angular": "0.0.0",
"@baloise/output-target-react": "0.0.0",
"@baloise/output-target-web": "0.0.0",
"@baloise/ds-maps": "18.0.0",
"@baloise/ds-brand-icons": "18.0.0",
"@baloise/ds-favicons": "18.0.0"
"@baloise/ds-maps": "18.0.1",
"@baloise/ds-brand-icons": "18.0.1",
"@baloise/ds-favicons": "18.0.1"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-devkit",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/favicons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-favicons",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-fonts",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
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": "@baloise/ds-icons",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-maps",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-react",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -12,6 +12,6 @@
"homepage": "https://design.baloise.dev",
"license": "Apache-2.0",
"dependencies": {
"@baloise/ds-core": "18.0.0"
"@baloise/ds-core": "18.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-styles",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"src/"
],
"dependencies": {
"@baloise/ds-fonts": "18.0.0",
"@baloise/ds-tokens": "18.0.0",
"@baloise/ds-fonts": "18.0.1",
"@baloise/ds-tokens": "18.0.1",
"@phenomnomnominal/tsquery": "6.1.3",
"cheerio": "1.0.0-rc.12",
"glob": "10.3.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-table",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"ag-grid-community": ">=29.3.0"
},
"dependencies": {
"@baloise/ds-core": "18.0.0",
"@baloise/ds-styles": "18.0.0"
"@baloise/ds-core": "18.0.1",
"@baloise/ds-styles": "18.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-testing",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"homepage": "https://design.baloise.dev",
"license": "Apache-2.0",
"dependencies": {
"@baloise/ds-core": "18.0.0"
"@baloise/ds-core": "18.0.1"
},
"module": "./index.esm.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-tokens",
"version": "18.0.0",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down