This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed
right_panel/__snapshots__ Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 74
74
"@sentry/browser" : " ^7.0.0" ,
75
75
"@testing-library/react-hooks" : " ^8.0.1" ,
76
76
"@vector-im/compound-design-tokens" : " ^0.1.0" ,
77
- "@vector-im/compound-web" : " 3.0.0 " ,
77
+ "@vector-im/compound-web" : " 3.0.1 " ,
78
78
"@zxcvbn-ts/core" : " ^3.0.4" ,
79
79
"@zxcvbn-ts/language-common" : " ^3.0.4" ,
80
80
"@zxcvbn-ts/language-en" : " ^3.0.2" ,
Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
71
71
</section >
72
72
</header >
73
73
<div
74
- class = " _separator_1dey0_17"
74
+ class = " _separator_144s5_17"
75
+ data-kind = " primary"
75
76
data-orientation = " horizontal"
76
77
role = " separator"
77
78
/>
@@ -199,7 +200,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
199
200
</svg >
200
201
</button >
201
202
<div
202
- class = " _separator_1dey0_17"
203
+ class = " _separator_144s5_17"
204
+ data-kind = " primary"
203
205
data-orientation = " horizontal"
204
206
role = " separator"
205
207
/>
@@ -328,7 +330,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
328
330
</svg >
329
331
</button >
330
332
<div
331
- class = " _separator_1dey0_17"
333
+ class = " _separator_144s5_17"
334
+ data-kind = " primary"
332
335
data-orientation = " horizontal"
333
336
role = " separator"
334
337
/>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exports[`<VideoRoomChatButton /> renders button with an unread marker when room
11
11
tabindex = " 0"
12
12
>
13
13
<div
14
- class = " _indicator-icon_jtb4d_26 "
14
+ class = " _indicator-icon_133tf_26 "
15
15
data-indicator = " default"
16
16
style = " --cpd-icon-button-size: 100%;"
17
17
>
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
52
52
tabindex = " 0"
53
53
>
54
54
<div
55
- class = " _indicator-icon_jtb4d_26 "
55
+ class = " _indicator-icon_133tf_26 "
56
56
style = " --cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);"
57
57
>
58
58
<div
@@ -70,7 +70,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
70
70
tabindex = " 0"
71
71
>
72
72
<div
73
- class = " _indicator-icon_jtb4d_26 "
73
+ class = " _indicator-icon_133tf_26 "
74
74
style = " --cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);"
75
75
>
76
76
<div />
@@ -85,7 +85,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
85
85
tabindex = " 0"
86
86
>
87
87
<div
88
- class = " _indicator-icon_jtb4d_26 "
88
+ class = " _indicator-icon_133tf_26 "
89
89
style = " --cpd-icon-button-size: 100%;"
90
90
>
91
91
<div />
Original file line number Diff line number Diff line change 3120
3120
dependencies :
3121
3121
svg2vectordrawable "^2.9.1"
3122
3122
3123
-
3124
- version "3.0.0 "
3125
- resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-3.0.0 .tgz#8843c1c6a40891f89fdb3dbccf972e2fc2e1e387 "
3126
- integrity sha512-6wkFoByaiXvwrqNmF0W9K5/krThpczPnYeJOBG3FM90RoC3MrqNB6fBPTvsd17pzJWN6fEV2B11JUeqAFW0z5A ==
3123
+
3124
+ version "3.0.1 "
3125
+ resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-3.0.1 .tgz#308179822841f0211d3ed6e265098efe33d51791 "
3126
+ integrity sha512-QqejUl6o+0HE/mrN2xI54KKIPWPHbfoC8+JfYstLJpatr0G496FnWUJgglfb7a33ekkmctP1Een1bwuG8yZAvQ ==
3127
3127
dependencies :
3128
3128
" @radix-ui/react-context-menu" " ^2.1.5"
3129
3129
" @radix-ui/react-dropdown-menu" " ^2.0.6"
You can’t perform that action at this time.
0 commit comments