Skip to content

Commit 8848df1

Browse files
authored
Merge pull request #27910 from element-hq/florianduros/update-design-tokens
Update @vector-im/compound-design-tokens
2 parents 15cc3fb + 40faccd commit 8848df1

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969
"resolutions": {
7070
"@types/react-dom": "17.0.25",
7171
"@types/react": "17.0.80",
72-
"@vector-im/compound-design-tokens": "1.7.0",
72+
"@vector-im/compound-design-tokens": "1.8.0",
7373
"@vector-im/compound-web": "5.5.0",
7474
"@floating-ui/react": "0.26.11",
7575
"@radix-ui/react-id": "1.1.0"
7676
},
7777
"dependencies": {
7878
"@formatjs/intl-segmenter": "^11.5.7",
7979
"@matrix-org/react-sdk-module-api": "^2.3.0",
80-
"@vector-im/compound-design-tokens": "^1.6.1",
80+
"@vector-im/compound-design-tokens": "^1.8.0",
8181
"@vector-im/compound-web": "^5.5.0",
8282
"jsrsasign": "^11.0.0",
8383
"katex": "^0.16.0",

res/css/structures/ErrorView.pcss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ limitations under the License.
5151

5252
h2 {
5353
margin: var(--cpd-space-8x) 0;
54-
/* Workaround for heading sm being broken in Compound design tokens */
5554
font-size: var(--cpd-font-size-heading-sm);
56-
line-height: var(--cpd-font-line-height-tight);
57-
font-weight: var(--cpd-font-weight-semibold);
5855
}
5956

6057
p {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3359,10 +3359,10 @@
33593359
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
33603360
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
33613361

3362-
"@vector-im/compound-design-tokens@1.7.0", "@vector-im/compound-design-tokens@^1.6.1":
3363-
version "1.7.0"
3364-
resolved "https://registry.yarnpkg.com/@vector-im/compound-design-tokens/-/compound-design-tokens-1.7.0.tgz#508b41cd8464c72d73725030f5c84b627a41167c"
3365-
integrity sha512-cXb2QiwEwtEZiC+7IRvYIf7tBD1KoFcL4YsrFlWapD689Wi3qrmmhFRLFoijHUM3d8Ni6B+7p5SdACRrWb6xBQ==
3362+
"@vector-im/compound-design-tokens@1.8.0", "@vector-im/compound-design-tokens@^1.6.1", "@vector-im/compound-design-tokens@^1.8.0":
3363+
version "1.8.0"
3364+
resolved "https://registry.yarnpkg.com/@vector-im/compound-design-tokens/-/compound-design-tokens-1.8.0.tgz#bc844cb6b9842c1eb8e5c42f5cedcaf51a49b86f"
3365+
integrity sha512-PtQMG7kDzwtjw/fLKD63uWP5rJ8cgWc/aXarfEzxYUf9ceWxBajnYOBI2jDqtE3WIUe9uTVBzNEvmOBG/VIgTA==
33663366

33673367
"@vector-im/[email protected]", "@vector-im/compound-web@^5.5.0":
33683368
version "5.5.0"

0 commit comments

Comments
 (0)