diff --git a/.changeset/five-toes-join.md b/.changeset/five-toes-join.md deleted file mode 100644 index 34d217550f..0000000000 --- a/.changeset/five-toes-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**dropdown**: change spinner circle background to white diff --git a/.changeset/fuzzy-seahorses-punch.md b/.changeset/fuzzy-seahorses-punch.md deleted file mode 100644 index 997f73891b..0000000000 --- a/.changeset/fuzzy-seahorses-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**list**: make title and aria-label editable on accordion head and move open and close labels to the icon on the right side diff --git a/.changeset/kind-shrimps-do.md b/.changeset/kind-shrimps-do.md deleted file mode 100644 index 4d1b2b7fc1..0000000000 --- a/.changeset/kind-shrimps-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**nav**: add aria labels diff --git a/.changeset/popular-pants-prove.md b/.changeset/popular-pants-prove.md deleted file mode 100644 index 5145e48a38..0000000000 --- a/.changeset/popular-pants-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**segment**: add auto invalid option for angular diff --git a/.changeset/silent-ducks-worry.md b/.changeset/silent-ducks-worry.md deleted file mode 100644 index 8e5ff901c3..0000000000 --- a/.changeset/silent-ducks-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**dropdown**: remove hover & active styles for disabled state diff --git a/.changeset/tame-trains-ring.md b/.changeset/tame-trains-ring.md deleted file mode 100644 index ab30a65abd..0000000000 --- a/.changeset/tame-trains-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**tabs**: add aria labels diff --git a/.changeset/twelve-donkeys-bake.md b/.changeset/twelve-donkeys-bake.md deleted file mode 100644 index 1059f3c494..0000000000 --- a/.changeset/twelve-donkeys-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**tabs**: wrap link list in nav, ul and li elements and tabs with role tablist and tap diff --git a/.changeset/wicked-timers-allow.md b/.changeset/wicked-timers-allow.md deleted file mode 100644 index a24c09ab99..0000000000 --- a/.changeset/wicked-timers-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**tabs**: improve a11y with labelledby diff --git a/docs/package.json b/docs/package.json index a24a341b27..67217646ea 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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", diff --git a/e2e/package.json b/e2e/package.json index 2a265055c6..2243058908 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -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", diff --git a/libs/nx/package.json b/libs/nx/package.json index c905708489..fade1d025a 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "18.0.0", + "version": "18.0.1", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index 7891293be3..1afcb256fe 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -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", @@ -17,7 +17,7 @@ "rxjs": ">=7.0.0" }, "dependencies": { - "@baloise/ds-core": "18.0.0" + "@baloise/ds-core": "18.0.1" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index 26b7b64702..74e7d64c8b 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -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", @@ -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 } diff --git a/packages/angular/package.json b/packages/angular/package.json index f615d174e8..c6d28ed42a 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -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", @@ -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 diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index 0ec11a29f3..237badca0d 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4d2176668c..cfc8df5813 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 4867cb9982..61d9e5229f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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", @@ -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 } diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 4520b68f6f..b9cf071aa1 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -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", diff --git a/packages/favicons/package.json b/packages/favicons/package.json index 400a52058e..0b45ab67a7 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -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", diff --git a/packages/fonts/package.json b/packages/fonts/package.json index d8b440335e..91b2977d8e 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -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", diff --git a/packages/icons/package.json b/packages/icons/package.json index ea63d2e16a..1bdc7a9fc4 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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", diff --git a/packages/maps/package.json b/packages/maps/package.json index 3288fefb29..3186433467 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -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", diff --git a/packages/react/package.json b/packages/react/package.json index 9dbdaa4583..e2f06f55d2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", @@ -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" } } diff --git a/packages/styles/package.json b/packages/styles/package.json index 0a02bbf195..ffaede933a 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -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", @@ -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", diff --git a/packages/table/package.json b/packages/table/package.json index 73a003bd5c..e16869a8b1 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -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", @@ -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" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index 1ec494735f..cd4e84e5fa 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -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", @@ -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", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 0859ca5d20..a6a56098d7 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -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",