diff --git a/.changeset/blue-items-own.md b/.changeset/blue-items-own.md deleted file mode 100644 index 4ea699ea7d..0000000000 --- a/.changeset/blue-items-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/design-tokens': minor ---- - -Updated the `--cui-border-focus` color token to meet contrast requirements. diff --git a/.changeset/chilled-yaks-watch.md b/.changeset/chilled-yaks-watch.md deleted file mode 100644 index 081b3aa389..0000000000 --- a/.changeset/chilled-yaks-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Changed the focus ring to have a 2px offset from the focused element. diff --git a/.changeset/poor-rice-move.md b/.changeset/poor-rice-move.md deleted file mode 100644 index 7cf5f40b31..0000000000 --- a/.changeset/poor-rice-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Fixed the HTML semantics in the TopNavigation and SideNavigation components. diff --git a/.changeset/tasty-guests-work.md b/.changeset/tasty-guests-work.md deleted file mode 100644 index 37f9dfda3f..0000000000 --- a/.changeset/tasty-guests-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Properly hid presentational icons from the accessibility tree. diff --git a/.changeset/weak-toes-fly.md b/.changeset/weak-toes-fly.md deleted file mode 100644 index f9f9c21454..0000000000 --- a/.changeset/weak-toes-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Restored the focus styles of the utility links and profile menu in the TopNavigation. diff --git a/.changeset/young-ducks-clap.md b/.changeset/young-ducks-clap.md deleted file mode 100644 index 94e1dd939f..0000000000 --- a/.changeset/young-ducks-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added support for an `activeIcon` to the TopNavigation and SideNavigation links. diff --git a/packages/astro-template/CHANGELOG.md b/packages/astro-template/CHANGELOG.md index e39319c0ad..ae2afafc5a 100644 --- a/packages/astro-template/CHANGELOG.md +++ b/packages/astro-template/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup/astro-template-circuit-ui +## 1.0.1 + +### Patch Changes + +- Updated dependencies [[`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7), [`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`6c536a27`](https://github.com/sumup-oss/circuit-ui/commit/6c536a27b661bd17b2b0c045de13dd2056db9b4d)]: + - @sumup/design-tokens@6.1.0 + - @sumup/circuit-ui@7.3.0 + ## 1.0.0 ### Major Changes diff --git a/packages/astro-template/package.json b/packages/astro-template/package.json index e3fb3c562c..c5ec03102f 100644 --- a/packages/astro-template/package.json +++ b/packages/astro-template/package.json @@ -1,7 +1,7 @@ { "name": "@sumup/astro-template-circuit-ui", "type": "module", - "version": "1.0.0", + "version": "1.0.1", "private": true, "sideEffects": false, "scripts": { @@ -15,8 +15,8 @@ }, "dependencies": { "@astrojs/react": "^3.0.4", - "@sumup/circuit-ui": "^7.2.1", - "@sumup/design-tokens": "^6.0.0", + "@sumup/circuit-ui": "^7.3.0", + "@sumup/design-tokens": "^6.1.0", "@sumup/icons": "^3.3.0", "@sumup/intl": "^1.6.0", "@types/react": "^18.2.37", diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 8a6d48bcbd..8c01b7d542 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,24 @@ # @sumup/circuit-ui +## 7.3.0 + +### Minor Changes + +- [#2296](https://github.com/sumup-oss/circuit-ui/pull/2296) [`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the focus ring to have a 2px offset from the focused element. + +- [#2295](https://github.com/sumup-oss/circuit-ui/pull/2295) [`6c536a27`](https://github.com/sumup-oss/circuit-ui/commit/6c536a27b661bd17b2b0c045de13dd2056db9b4d) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for an `activeIcon` to the TopNavigation and SideNavigation links. + +### Patch Changes + +- [#2297](https://github.com/sumup-oss/circuit-ui/pull/2297) [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the HTML semantics in the TopNavigation and SideNavigation components. + +- [#2297](https://github.com/sumup-oss/circuit-ui/pull/2297) [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d) Thanks [@connor-baer](https://github.com/connor-baer)! - Properly hid presentational icons from the accessibility tree. + +- [#2297](https://github.com/sumup-oss/circuit-ui/pull/2297) [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d) Thanks [@connor-baer](https://github.com/connor-baer)! - Restored the focus styles of the utility links and profile menu in the TopNavigation. + +- Updated dependencies [[`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7)]: + - @sumup/design-tokens@6.1.0 + ## 7.2.1 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 779171545b..a8d24e4dea 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "7.2.1", + "version": "7.3.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js", @@ -55,7 +55,7 @@ "@emotion/jest": "^11.11.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@sumup/design-tokens": "^6.0.0", + "@sumup/design-tokens": "^6.1.0", "@sumup/icons": "^3.0.0", "@sumup/intl": "^1.5.0", "@testing-library/dom": "^9.3.1", @@ -83,7 +83,7 @@ "@emotion/is-prop-valid": "^1.2.1", "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", - "@sumup/design-tokens": ">=6.0.0", + "@sumup/design-tokens": ">=6.1.0", "@sumup/icons": ">=3.0.0", "@sumup/intl": "1.x", "react": ">=18.0.0 <19.0.0", diff --git a/packages/cna-template/template/package.json b/packages/cna-template/template/package.json index 7ec4698e7f..1717c07cf3 100644 --- a/packages/cna-template/template/package.json +++ b/packages/cna-template/template/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@next/bundle-analyzer": "^13.4.0", - "@sumup/circuit-ui": "^7.0.0", - "@sumup/design-tokens": "^6.0.0", + "@sumup/circuit-ui": "^7.3.0", + "@sumup/design-tokens": "^6.1.0", "@sumup/icons": "^3.0.0", "@sumup/intl": "^1.5.0", "next": "^14.0.0", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 57868d0bb9..5420500035 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup/design-tokens +## 6.1.0 + +### Minor Changes + +- [#2296](https://github.com/sumup-oss/circuit-ui/pull/2296) [`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the `--cui-border-focus` color token to meet contrast requirements. + ## 6.0.0 ### Minor Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 0979072ba2..c6cd1ee575 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/design-tokens", - "version": "6.0.0", + "version": "6.1.0", "description": "Visual primitives such as typography, color, and spacing that are shared across platforms.", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/remix-template/CHANGELOG.md b/packages/remix-template/CHANGELOG.md index 2521e3c5b5..f0dc9bff50 100644 --- a/packages/remix-template/CHANGELOG.md +++ b/packages/remix-template/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup/remix-template-circuit-ui +## 2.0.2 + +### Patch Changes + +- Updated dependencies [[`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7), [`bd4e7ec0`](https://github.com/sumup-oss/circuit-ui/commit/bd4e7ec091a05e526b01f94dcce9d37265c659e7), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`2f4fbaf6`](https://github.com/sumup-oss/circuit-ui/commit/2f4fbaf69b32cf36905dbf62bd6c28cb4e2d261d), [`6c536a27`](https://github.com/sumup-oss/circuit-ui/commit/6c536a27b661bd17b2b0c045de13dd2056db9b4d)]: + - @sumup/design-tokens@6.1.0 + - @sumup/circuit-ui@7.3.0 + ## 2.0.1 ### Patch Changes diff --git a/packages/remix-template/package.json b/packages/remix-template/package.json index 356b9daa8e..1f4b33b09f 100644 --- a/packages/remix-template/package.json +++ b/packages/remix-template/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/remix-template-circuit-ui", - "version": "2.0.1", + "version": "2.0.2", "private": true, "sideEffects": false, "type": "module", @@ -17,8 +17,8 @@ "@remix-run/node": "^2.2.0", "@remix-run/react": "^2.2.0", "@remix-run/serve": "^2.2.0", - "@sumup/circuit-ui": "^7.2.0", - "@sumup/design-tokens": "^6.0.0", + "@sumup/circuit-ui": "^7.3.0", + "@sumup/design-tokens": "^6.1.0", "@sumup/icons": "^3.3.0", "@sumup/intl": "^1.6.0", "isbot": "^3.7.0",