Update Compound to fix Firefox-specific avatar regression (#11604)

This commit is contained in:
Michael Telatynski 2023-09-13 11:32:47 +01:00 committed by GitHub
parent fc01716588
commit 4deb864322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View file

@ -69,7 +69,7 @@
"@sentry/tracing": "^7.0.0", "@sentry/tracing": "^7.0.0",
"@testing-library/react-hooks": "^8.0.1", "@testing-library/react-hooks": "^8.0.1",
"@vector-im/compound-design-tokens": "^0.0.5", "@vector-im/compound-design-tokens": "^0.0.5",
"@vector-im/compound-web": "^0.2.3", "@vector-im/compound-web": "^0.4.0",
"await-lock": "^2.1.0", "await-lock": "^2.1.0",
"blurhash": "^1.1.3", "blurhash": "^1.1.3",
"classnames": "^2.2.6", "classnames": "^2.2.6",

View file

@ -22,7 +22,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
> >
<div <div
aria-level="1" aria-level="1"
class="_font-body-lg-semibold_1g2sj_89 mx_RoomHeader_heading" class="_font-body-lg-semibold_1jx6b_83 mx_RoomHeader_heading"
dir="auto" dir="auto"
role="heading" role="heading"
title="!1:example.org" title="!1:example.org"
@ -35,7 +35,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-2x);" style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-2x);"
> >
<button <button
class="_icon-button_1k9cw_17" class="_icon-button_1segd_17"
data-state="closed" data-state="closed"
disabled="" disabled=""
style="--cpd-icon-button-size: 32px;" style="--cpd-icon-button-size: 32px;"
@ -44,7 +44,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
<div /> <div />
</button> </button>
<button <button
class="_icon-button_1k9cw_17" class="_icon-button_1segd_17"
data-state="closed" data-state="closed"
disabled="" disabled=""
style="--cpd-icon-button-size: 32px;" style="--cpd-icon-button-size: 32px;"
@ -53,7 +53,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
<div /> <div />
</button> </button>
<button <button
class="_icon-button_1k9cw_17" class="_icon-button_1segd_17"
data-state="closed" data-state="closed"
style="--cpd-icon-button-size: 32px;" style="--cpd-icon-button-size: 32px;"
title="Threads" title="Threads"
@ -61,7 +61,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
<div /> <div />
</button> </button>
<button <button
class="_icon-button_1k9cw_17" class="_icon-button_1segd_17"
data-state="closed" data-state="closed"
style="--cpd-icon-button-size: 32px;" style="--cpd-icon-button-size: 32px;"
title="Notifications" title="Notifications"

View file

@ -3063,10 +3063,10 @@
dependencies: dependencies:
svg2vectordrawable "^2.9.1" svg2vectordrawable "^2.9.1"
"@vector-im/compound-web@^0.2.3": "@vector-im/compound-web@^0.4.0":
version "0.2.18" version "0.4.0"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-0.2.18.tgz#b92bcfd5779b1e558dc431ad3d330960749049d9" resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-0.4.0.tgz#c4adf10785722c4b0fd5e20e72576ade2ef386d0"
integrity sha512-fs+tQYZMA4/KxGFOdoDM9WKf7IpeNILI37q2uj4dJj8SkI33zwUnzHFuTD04YI33Dc3FCZHcCd/d0m/fCnRaFg== integrity sha512-45pshpwpVBwOwIevKZrnWX718Z+qPvxnrSUv3KY4x4ej+PDMt8Qorxv1n98bB7fgF7vwBHK5PQdjq2kTFit+wQ==
dependencies: dependencies:
"@radix-ui/react-form" "^0.0.3" "@radix-ui/react-form" "^0.0.3"
"@radix-ui/react-tooltip" "^1.0.6" "@radix-ui/react-tooltip" "^1.0.6"