Update dependency @vector-im/compound-web to v8.2.3 (#30701)

* Update dependency @vector-im/compound-web to v8.2.3

* Update snapshot, tabIndex is now overridden as intended.

Original commit + comment -> 8086262e04 (diff-1e0f987f11006689ab011e33003e54e364d2089d66fc6c8f613753a2891fb529R118-R120)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Langley <davidl@element.io>
This commit is contained in:
renovate[bot]
2025-09-05 08:36:21 +00:00
committed by GitHub
parent 5534c0dbe9
commit 1e5e4a04ad
2 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ exports[`AudioPlayerView renders the audio player in default state 1`] = `
data-kind="primary"
role="button"
style="--cpd-icon-button-size: 32px;"
tabindex="0"
tabindex="-1"
>
<div
class="_indicator-icon_zr2a0_17"
@@ -111,7 +111,7 @@ exports[`AudioPlayerView renders the audio player in error state 1`] = `
data-kind="primary"
role="button"
style="--cpd-icon-button-size: 32px;"
tabindex="0"
tabindex="-1"
>
<div
class="_indicator-icon_zr2a0_17"
@@ -207,7 +207,7 @@ exports[`AudioPlayerView renders the audio player without media name 1`] = `
data-kind="primary"
role="button"
style="--cpd-icon-button-size: 32px;"
tabindex="0"
tabindex="-1"
>
<div
class="_indicator-icon_zr2a0_17"
@@ -298,7 +298,7 @@ exports[`AudioPlayerView renders the audio player without size 1`] = `
data-kind="primary"
role="button"
style="--cpd-icon-button-size: 32px;"
tabindex="0"
tabindex="-1"
>
<div
class="_indicator-icon_zr2a0_17"

View File

@@ -4708,9 +4708,9 @@
integrity sha512-Jk0NsLPCvdcuZi6an1cfyf4MDcIuoPlvja5ZWgJcORyGQZV1eLMHPYKShq9gj+EYk/BXZoPvQ1d6/T+/LSCNPA==
"@vector-im/compound-web@^8.1.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-8.2.2.tgz#a322a2f9afd704f6b5e62962539162ee4c1e4b47"
integrity sha512-NyOidth+V/VrmoEa4dB5x6DvHaKtClM4vNvrVSkKEG9B3vN8zUApKHrYpeW979j+eEIr54Oenyx8EnrUL/ywEg==
version "8.2.3"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-8.2.3.tgz#dcd01d4aafab7ac6ed411377835c1901433b3a83"
integrity sha512-8JaoRzD4N2cM5IMyQBpU4daAEhu+065jmS0sfIU7NWhIHGcIpdI8X7gxGe7G6cboRkTFRFJSOtobBPCEWy76Bw==
dependencies:
"@floating-ui/react" "^0.27.0"
"@radix-ui/react-context-menu" "^2.2.16"