diff --git a/.changeset/cuddly-lemons-rhyme.md b/.changeset/cuddly-lemons-rhyme.md deleted file mode 100644 index 9c4310f057..0000000000 --- a/.changeset/cuddly-lemons-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': patch ---- - -Removed the Input component's red or yellow placeholder color when invalid or with a warning. Previously, the placeholder text could be confused for a user entered value. diff --git a/.changeset/red-berries-beam.md b/.changeset/red-berries-beam.md deleted file mode 100644 index c32892e48f..0000000000 --- a/.changeset/red-berries-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/design-tokens': minor ---- - -Updated the `--cui-fg-placeholder-*` color tokens to meet contrast requirements. diff --git a/codecov b/codecov new file mode 100755 index 0000000000..ed711f6be2 Binary files /dev/null and b/codecov differ diff --git a/codecov.SHA256SUM b/codecov.SHA256SUM new file mode 100644 index 0000000000..bf13787693 --- /dev/null +++ b/codecov.SHA256SUM @@ -0,0 +1 @@ +6173049febd47f2acfe2eedf7702d38b50111a6359614deab158979cd723babe codecov \ No newline at end of file diff --git a/codecov.SHA256SUM.sig b/codecov.SHA256SUM.sig new file mode 100644 index 0000000000..e5dac62a19 --- /dev/null +++ b/codecov.SHA256SUM.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEJwNOf9uFDgu8LGL/gGuyiu13mGkFAmeQ3KEACgkQgGuyiu13 +mGmKIQ//ScpDnYa+WdJ2ewwRmdHKjfax1wj0OugUPP8TB1g+ZV/vx5VSRSIpp4Cu +flv7LXm6htWq4bnHtdoB91CTEWLq2zxz6mlO8VTeX8wVq0HSjsvQRxwwGONiyW0Z +9pu0LMeDUKOWQYK+3maEcl+kn1XAk98O4KtuTc+SX0DGo7YTWEMd60GqaRnLkgow +hdd+nG/UgOIbtDcUKSVxR0s4PHzkzLMFkSf8luBGmZUARtEStnKTFvOq1paye0aV +6PnFBm1CMzJtYMtuyyx4/49XlXjk3RIHUtIw0F5IEu88JDy/M7GCpNIr0b2ODVlk +7m5tXXnmmKNqJjPD/cQoonwvoT5wkAG7zsYk7piTV9M/kJXkpRIpY5o3e4QDpP3v +Iq8TpmMOS+aA0OwxzlWhkZA+gE61E/ZS5j2jbZWPyFKMAjrCLmo9f5kCWgjD/hIK +W27F9FiZSvUN6Sn9SEJaT2e5WaliwkNwgD/DM0erpdbLZxqlChsoeDQN7XvsRH6b +ZUraWZ5IS8C9MiTbx7JI/fCM7rcrlM28N6BDqfUYaYXbV46NSmX6GKHCxbjLpqVt +nSBTARMAOhZylMZOBRCfjrtd+VEF/98fNBT/6oWusi4GBpEMtF90rM9EIwxWujpm +qHyjvnUb8H/f18kHihr2DQXVova1lq0vwDv8sWQMfL/gY5PRhhs= +=MuZr +-----END PGP SIGNATURE----- diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 12c89cfc1e..f571e93366 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/circuit-ui +## 9.5.1 + +### Patch Changes + +- [#2908](https://github.com/sumup-oss/circuit-ui/pull/2908) [`2b0d27c`](https://github.com/sumup-oss/circuit-ui/commit/2b0d27ca122f9659bb969b255835d28e84243244) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the Input component's red or yellow placeholder color when invalid or with a warning. Previously, the placeholder text could be confused for a user entered value. + ## 9.5.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 52364187fb..71b632be6a 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "9.5.0", + "version": "9.5.1", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js", @@ -62,7 +62,7 @@ "@emotion/jest": "^11.13.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@sumup-oss/design-tokens": "^8.0.0", + "@sumup-oss/design-tokens": "^8.1.0", "@sumup-oss/icons": "^5.3.0", "@sumup-oss/intl": "^3.1.0", "@testing-library/dom": "^10.4.0", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index ee7ac55ceb..29184f74e1 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/design-tokens +## 8.1.0 + +### Minor Changes + +- [#2873](https://github.com/sumup-oss/circuit-ui/pull/2873) [`f7e1557`](https://github.com/sumup-oss/circuit-ui/commit/f7e1557edcafefb7fba4a355e655cd26db9d81c5) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the `--cui-fg-placeholder-*` color tokens to meet contrast requirements. + ## 8.0.1 ### Patch Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 54d7978ae8..a166f9d3f9 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/design-tokens", - "version": "8.0.1", + "version": "8.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",