Merge pull request #27910 from element-hq/florianduros/update-design-tokens
Update @vector-im/compound-design-tokens
This commit is contained in:
commit
8848df1aa2
3 changed files with 6 additions and 9 deletions
|
@ -69,7 +69,7 @@
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react-dom": "17.0.25",
|
"@types/react-dom": "17.0.25",
|
||||||
"@types/react": "17.0.80",
|
"@types/react": "17.0.80",
|
||||||
"@vector-im/compound-design-tokens": "1.7.0",
|
"@vector-im/compound-design-tokens": "1.8.0",
|
||||||
"@vector-im/compound-web": "5.5.0",
|
"@vector-im/compound-web": "5.5.0",
|
||||||
"@floating-ui/react": "0.26.11",
|
"@floating-ui/react": "0.26.11",
|
||||||
"@radix-ui/react-id": "1.1.0"
|
"@radix-ui/react-id": "1.1.0"
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@formatjs/intl-segmenter": "^11.5.7",
|
"@formatjs/intl-segmenter": "^11.5.7",
|
||||||
"@matrix-org/react-sdk-module-api": "^2.3.0",
|
"@matrix-org/react-sdk-module-api": "^2.3.0",
|
||||||
"@vector-im/compound-design-tokens": "^1.6.1",
|
"@vector-im/compound-design-tokens": "^1.8.0",
|
||||||
"@vector-im/compound-web": "^5.5.0",
|
"@vector-im/compound-web": "^5.5.0",
|
||||||
"jsrsasign": "^11.0.0",
|
"jsrsasign": "^11.0.0",
|
||||||
"katex": "^0.16.0",
|
"katex": "^0.16.0",
|
||||||
|
|
|
@ -51,10 +51,7 @@ limitations under the License.
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin: var(--cpd-space-8x) 0;
|
margin: var(--cpd-space-8x) 0;
|
||||||
/* Workaround for heading sm being broken in Compound design tokens */
|
|
||||||
font-size: var(--cpd-font-size-heading-sm);
|
font-size: var(--cpd-font-size-heading-sm);
|
||||||
line-height: var(--cpd-font-line-height-tight);
|
|
||||||
font-weight: var(--cpd-font-weight-semibold);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -3359,10 +3359,10 @@
|
||||||
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
||||||
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
||||||
|
|
||||||
"@vector-im/compound-design-tokens@1.7.0", "@vector-im/compound-design-tokens@^1.6.1":
|
"@vector-im/compound-design-tokens@1.8.0", "@vector-im/compound-design-tokens@^1.6.1", "@vector-im/compound-design-tokens@^1.8.0":
|
||||||
version "1.7.0"
|
version "1.8.0"
|
||||||
resolved "https://registry.yarnpkg.com/@vector-im/compound-design-tokens/-/compound-design-tokens-1.7.0.tgz#508b41cd8464c72d73725030f5c84b627a41167c"
|
resolved "https://registry.yarnpkg.com/@vector-im/compound-design-tokens/-/compound-design-tokens-1.8.0.tgz#bc844cb6b9842c1eb8e5c42f5cedcaf51a49b86f"
|
||||||
integrity sha512-cXb2QiwEwtEZiC+7IRvYIf7tBD1KoFcL4YsrFlWapD689Wi3qrmmhFRLFoijHUM3d8Ni6B+7p5SdACRrWb6xBQ==
|
integrity sha512-PtQMG7kDzwtjw/fLKD63uWP5rJ8cgWc/aXarfEzxYUf9ceWxBajnYOBI2jDqtE3WIUe9uTVBzNEvmOBG/VIgTA==
|
||||||
|
|
||||||
"@vector-im/compound-web@5.5.0", "@vector-im/compound-web@^5.5.0":
|
"@vector-im/compound-web@5.5.0", "@vector-im/compound-web@^5.5.0":
|
||||||
version "5.5.0"
|
version "5.5.0"
|
||||||
|
|
Loading…
Reference in a new issue