Skip to content

Commit e7b5978

Browse files
authored
Merge pull request #2747 from sumup-oss/next
2 parents 98e7134 + 77d675d commit e7b5978

File tree

485 files changed

+34647
-29433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

485 files changed

+34647
-29433
lines changed

.changeset/brown-cobras-invite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sumup-oss/circuit-ui": minor
3+
---
4+
5+
Added a new `weight` prop to the Body component. Choose between the `regular` and `bold` font weights.

.changeset/chilly-dodos-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sumup-oss/circuit-ui': major
3+
---
4+
5+
Upgraded to `@sumup-oss/intl` v3. If your app also depends on `@sumup-oss/intl` (previously called `@sumup/intl`), you need to upgrade it as well.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sumup-oss/circuit-ui": patch
3+
---
4+
5+
Fixed some sizing and alignment issues for composite inputs ColorInput and PhoneNumberInput. Disabled color input when ColorInput has prop `readOnly`.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sumup-oss/circuit-ui": patch
3+
---
4+
5+
Fixed safely accessing environment variables in environments where the `process` variable is undefined.

.changeset/clever-pugs-sing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sumup-oss/circuit-ui': minor
3+
---
4+
5+
Added a new Compact component for text in space-constraint contexts.

.changeset/config.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": [
4-
"@changesets/changelog-github",
5-
{ "repo": "sumup-oss/circuit-ui" }
6-
],
7-
"commit": false,
8-
"linked": [],
9-
"access": "public",
10-
"baseBranch": "main",
11-
"updateInternalDependencies": "minor",
12-
"ignore": [],
13-
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
14-
"onlyUpdatePeerDependentsWhenOutOfRange": true
15-
}
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "sumup-oss/circuit-ui" }
6+
],
7+
"commit": false,
8+
"linked": [],
9+
"access": "public",
10+
"baseBranch": "main",
11+
"updateInternalDependencies": "minor",
12+
"ignore": [],
13+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
14+
"onlyUpdatePeerDependentsWhenOutOfRange": true
15+
}
1616
}

.changeset/cuddly-worms-love.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sumup-oss/eslint-plugin-circuit-ui": minor
3+
---
4+
5+
Updated the `component-lifecycle-imports` ESLint rule to flag imports of stable components Tooltip and Toggletip from `@sumup-oss/circuit-ui/experimental`.

.changeset/dry-cheetahs-tap.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
'@sumup-oss/design-tokens': minor
3+
---
4+
5+
Consolidated and renamed the `typography` tokens:
6+
7+
| Old | New |
8+
| --------------------------------------- | ----------------------------------- |
9+
| `typography-title-one-font-size` | `typography-display-l-font-size` |
10+
| `typography-title-one-line-height` | `typography-display-l-line-height` |
11+
| `typography-title-two-font-size` | `typography-display-m-font-size` |
12+
| `typography-title-two-line-height` | `typography-display-m-line-height` |
13+
| `typography-title-three-font-size` | `typography-display-m-font-size` |
14+
| `typography-title-three-line-height` | `typography-display-m-line-height` |
15+
| `typography-title-four-font-size` | `typography-display-s-font-size` |
16+
| `typography-title-four-line-height` | `typography-display-s-line-height` |
17+
| `typography-headline-one-font-size` | `typography-headline-l-font-size` |
18+
| `typography-headline-one-line-height` | `typography-headline-l-line-height` |
19+
| `typography-headline-two-font-size` | `typography-headline-m-font-size` |
20+
| `typography-headline-two-line-height` | `typography-headline-m-line-height` |
21+
| `typography-headline-three-font-size` | `typography-headline-m-font-size` |
22+
| `typography-headline-three-line-height` | `typography-headline-m-line-height` |
23+
| `typography-headline-four-font-size` | `typography-headline-s-font-size` |
24+
| `typography-headline-four-line-height` | `typography-headline-s-line-height` |
25+
| `typography-sub-headline-font-size` | `typography-headline-s-font-size` |
26+
| `typography-sub-headline-line-height` | `typography-headline-s-line-height` |
27+
| `typography-body-large-font-size` | `typography-body-l-font-size` |
28+
| `typography-body-large-line-height` | `typography-body-l-line-height` |
29+
| `typography-body-one-font-size` | `typography-body-m-font-size` |
30+
| `typography-body-one-line-height` | `typography-body-m-line-height` |
31+
| `typography-body-two-font-size` | `typography-body-s-font-size` |
32+
| `typography-body-two-line-height` | `typography-body-s-line-height` |

.changeset/dry-melons-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sumup-oss/design-tokens": minor
3+
---
4+
5+
Updated several typography token values and replaced the component-specific letter spacing tokens with a unified one.

.changeset/eleven-moons-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sumup-oss/eslint-plugin-circuit-ui": major
3+
---
4+
5+
Added missing rules for the Anchor and BodyLarge migrations.

0 commit comments

Comments
 (0)