This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
test/components/views/rooms/__snapshots__ Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 69
69
"@sentry/tracing" : " ^7.0.0" ,
70
70
"@testing-library/react-hooks" : " ^8.0.1" ,
71
71
"@vector-im/compound-design-tokens" : " ^0.0.5" ,
72
- "@vector-im/compound-web" : " ^0.2.3 " ,
72
+ "@vector-im/compound-web" : " ^0.4.0 " ,
73
73
"await-lock" : " ^2.1.0" ,
74
74
"blurhash" : " ^1.1.3" ,
75
75
"classnames" : " ^2.2.6" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
22
22
>
23
23
<div
24
24
aria-level = " 1"
25
- class = " _font-body-lg-semibold_1g2sj_89 mx_RoomHeader_heading"
25
+ class = " _font-body-lg-semibold_1jx6b_83 mx_RoomHeader_heading"
26
26
dir = " auto"
27
27
role = " heading"
28
28
title = " !1:example.org"
@@ -35,7 +35,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
35
35
style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-2x);"
36
36
>
37
37
<button
38
- class = " _icon-button_1k9cw_17 "
38
+ class = " _icon-button_1segd_17 "
39
39
data-state = " closed"
40
40
disabled = " "
41
41
style = " --cpd-icon-button-size: 32px;"
@@ -44,7 +44,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
44
44
<div />
45
45
</button >
46
46
<button
47
- class = " _icon-button_1k9cw_17 "
47
+ class = " _icon-button_1segd_17 "
48
48
data-state = " closed"
49
49
disabled = " "
50
50
style = " --cpd-icon-button-size: 32px;"
@@ -53,15 +53,15 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
53
53
<div />
54
54
</button >
55
55
<button
56
- class = " _icon-button_1k9cw_17 "
56
+ class = " _icon-button_1segd_17 "
57
57
data-state = " closed"
58
58
style = " --cpd-icon-button-size: 32px;"
59
59
title = " Threads"
60
60
>
61
61
<div />
62
62
</button >
63
63
<button
64
- class = " _icon-button_1k9cw_17 "
64
+ class = " _icon-button_1segd_17 "
65
65
data-state = " closed"
66
66
style = " --cpd-icon-button-size: 32px;"
67
67
title = " Notifications"
Original file line number Diff line number Diff line change 3063
3063
dependencies :
3064
3064
svg2vectordrawable "^2.9.1"
3065
3065
3066
- " @vector-im/compound-web@^0.2.3 " :
3067
- version "0.2.18 "
3068
- resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-0.2.18 .tgz#b92bcfd5779b1e558dc431ad3d330960749049d9 "
3069
- integrity sha512-fs+tQYZMA4/KxGFOdoDM9WKf7IpeNILI37q2uj4dJj8SkI33zwUnzHFuTD04YI33Dc3FCZHcCd/d0m/fCnRaFg ==
3066
+ " @vector-im/compound-web@^0.4.0 " :
3067
+ version "0.4.0 "
3068
+ resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-0.4.0 .tgz#c4adf10785722c4b0fd5e20e72576ade2ef386d0 "
3069
+ integrity sha512-45pshpwpVBwOwIevKZrnWX718Z+qPvxnrSUv3KY4x4ej+PDMt8Qorxv1n98bB7fgF7vwBHK5PQdjq2kTFit+wQ ==
3070
3070
dependencies :
3071
3071
" @radix-ui/react-form" " ^0.0.3"
3072
3072
" @radix-ui/react-tooltip" " ^1.0.6"
You can’t perform that action at this time.
0 commit comments