This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 4 files changed +7
-5
lines changed
test/components/views/spaces/__snapshots__
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 76
76
"@sentry/browser" : " ^7.0.0" ,
77
77
"@testing-library/react-hooks" : " ^8.0.1" ,
78
78
"@vector-im/compound-design-tokens" : " ^1.2.0" ,
79
- "@vector-im/compound-web" : " ^4.1.0 " ,
79
+ "@vector-im/compound-web" : " ^4.1.1 " ,
80
80
"@zxcvbn-ts/core" : " ^3.0.4" ,
81
81
"@zxcvbn-ts/language-common" : " ^3.0.4" ,
82
82
"@zxcvbn-ts/language-en" : " ^3.0.2" ,
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ exports[`<SpacePanel /> should show all activated MetaSpaces in the correct orde
230
230
>
231
231
<button
232
232
aria-controls = " floating-ui-7"
233
+ aria-describedby = " floating-ui-7"
233
234
aria-expanded = " true"
234
235
aria-haspopup = " dialog"
235
236
aria-label = " Threads"
Original file line number Diff line number Diff line change @@ -433,6 +433,7 @@ exports[`ThreadsActivityCentre should render the release announcement 1`] = `
433
433
>
434
434
<button
435
435
aria-controls = " floating-ui-6"
436
+ aria-describedby = " floating-ui-6"
436
437
aria-expanded = " true"
437
438
aria-haspopup = " dialog"
438
439
aria-label = " Threads"
Original file line number Diff line number Diff line change 3097
3097
dependencies :
3098
3098
svg2vectordrawable "^2.9.1"
3099
3099
3100
- " @vector-im/compound-web@^4.1.0 " :
3101
- version "4.1.0 "
3102
- resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-4.1.0 .tgz#45fa22e4e91b5fd4c2f535e040072990d5a33712 "
3103
- integrity sha512-FQSJK7PaJ3dR1c1Q3TYVSShJBl9TwlrhKadnTWsPIX6xE+rvCAeujE50QbcEWdDlWeaJ9Hi0bVPlEssJ+eRwtQ ==
3100
+ " @vector-im/compound-web@^4.1.1 " :
3101
+ version "4.1.1 "
3102
+ resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-4.1.1 .tgz#7a3c7deb8be2ca7f13f151a51434759d64687ad9 "
3103
+ integrity sha512-vFJ6dyn712taz0TAt/ZwfwiD86ZbKyP9ePLcqCCeJ2M0dzvzrr0lCl702g6mbdiUKVqYwKHrqDhOUgsqb6TNoQ ==
3104
3104
dependencies :
3105
3105
" @floating-ui/react" " ^0.26.9"
3106
3106
" @floating-ui/react-dom" " ^2.0.8"
You can’t perform that action at this time.
0 commit comments