Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c1871ea

Browse files
authored
Update to compound-web 3.0.1 (#12208)
* Update to compound-web 3.0.1 Pulls in a fix to make the indicator icon dot black/white rather than grey for activity. * Update snapshots * More snapshots
1 parent 625b606 commit c1871ea

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@sentry/browser": "^7.0.0",
7575
"@testing-library/react-hooks": "^8.0.1",
7676
"@vector-im/compound-design-tokens": "^0.1.0",
77-
"@vector-im/compound-web": "3.0.0",
77+
"@vector-im/compound-web": "3.0.1",
7878
"@zxcvbn-ts/core": "^3.0.4",
7979
"@zxcvbn-ts/language-common": "^3.0.4",
8080
"@zxcvbn-ts/language-en": "^3.0.2",

test/components/views/right_panel/__snapshots__/RoomSummaryCard-test.tsx.snap

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
7171
</section>
7272
</header>
7373
<div
74-
class="_separator_1dey0_17"
74+
class="_separator_144s5_17"
75+
data-kind="primary"
7576
data-orientation="horizontal"
7677
role="separator"
7778
/>
@@ -199,7 +200,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
199200
</svg>
200201
</button>
201202
<div
202-
class="_separator_1dey0_17"
203+
class="_separator_144s5_17"
204+
data-kind="primary"
203205
data-orientation="horizontal"
204206
role="separator"
205207
/>
@@ -328,7 +330,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
328330
</svg>
329331
</button>
330332
<div
331-
class="_separator_1dey0_17"
333+
class="_separator_144s5_17"
334+
data-kind="primary"
332335
data-orientation="horizontal"
333336
role="separator"
334337
/>

test/components/views/rooms/RoomHeader/__snapshots__/VideoRoomChatButton-test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports[`<VideoRoomChatButton /> renders button with an unread marker when room
1111
tabindex="0"
1212
>
1313
<div
14-
class="_indicator-icon_jtb4d_26"
14+
class="_indicator-icon_133tf_26"
1515
data-indicator="default"
1616
style="--cpd-icon-button-size: 100%;"
1717
>

test/components/views/rooms/__snapshots__/RoomHeader-test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
5252
tabindex="0"
5353
>
5454
<div
55-
class="_indicator-icon_jtb4d_26"
55+
class="_indicator-icon_133tf_26"
5656
style="--cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);"
5757
>
5858
<div
@@ -70,7 +70,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
7070
tabindex="0"
7171
>
7272
<div
73-
class="_indicator-icon_jtb4d_26"
73+
class="_indicator-icon_133tf_26"
7474
style="--cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);"
7575
>
7676
<div />
@@ -85,7 +85,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
8585
tabindex="0"
8686
>
8787
<div
88-
class="_indicator-icon_jtb4d_26"
88+
class="_indicator-icon_133tf_26"
8989
style="--cpd-icon-button-size: 100%;"
9090
>
9191
<div />

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,10 +3120,10 @@
31203120
dependencies:
31213121
svg2vectordrawable "^2.9.1"
31223122

3123-
"@vector-im/[email protected].0":
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+
"@vector-im/[email protected].1":
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==
31273127
dependencies:
31283128
"@radix-ui/react-context-menu" "^2.1.5"
31293129
"@radix-ui/react-dropdown-menu" "^2.0.6"

0 commit comments

Comments
 (0)