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
pull/28217/head
David Baker 2024-02-02 10:26:06 +00:00 committed by GitHub
parent 625b606f55
commit c1871ea59f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 12 deletions

View File

@ -74,7 +74,7 @@
"@sentry/browser": "^7.0.0", "@sentry/browser": "^7.0.0",
"@testing-library/react-hooks": "^8.0.1", "@testing-library/react-hooks": "^8.0.1",
"@vector-im/compound-design-tokens": "^0.1.0", "@vector-im/compound-design-tokens": "^0.1.0",
"@vector-im/compound-web": "3.0.0", "@vector-im/compound-web": "3.0.1",
"@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2", "@zxcvbn-ts/language-en": "^3.0.2",

View File

@ -71,7 +71,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
</section> </section>
</header> </header>
<div <div
class="_separator_1dey0_17" class="_separator_144s5_17"
data-kind="primary"
data-orientation="horizontal" data-orientation="horizontal"
role="separator" role="separator"
/> />
@ -199,7 +200,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
</svg> </svg>
</button> </button>
<div <div
class="_separator_1dey0_17" class="_separator_144s5_17"
data-kind="primary"
data-orientation="horizontal" data-orientation="horizontal"
role="separator" role="separator"
/> />
@ -328,7 +330,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
</svg> </svg>
</button> </button>
<div <div
class="_separator_1dey0_17" class="_separator_144s5_17"
data-kind="primary"
data-orientation="horizontal" data-orientation="horizontal"
role="separator" role="separator"
/> />

View File

@ -11,7 +11,7 @@ exports[`<VideoRoomChatButton /> renders button with an unread marker when room
tabindex="0" tabindex="0"
> >
<div <div
class="_indicator-icon_jtb4d_26" class="_indicator-icon_133tf_26"
data-indicator="default" data-indicator="default"
style="--cpd-icon-button-size: 100%;" style="--cpd-icon-button-size: 100%;"
> >

View File

@ -52,7 +52,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
tabindex="0" tabindex="0"
> >
<div <div
class="_indicator-icon_jtb4d_26" class="_indicator-icon_133tf_26"
style="--cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);" style="--cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);"
> >
<div <div
@ -70,7 +70,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
tabindex="0" tabindex="0"
> >
<div <div
class="_indicator-icon_jtb4d_26" class="_indicator-icon_133tf_26"
style="--cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);" style="--cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);"
> >
<div /> <div />
@ -85,7 +85,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
tabindex="0" tabindex="0"
> >
<div <div
class="_indicator-icon_jtb4d_26" class="_indicator-icon_133tf_26"
style="--cpd-icon-button-size: 100%;" style="--cpd-icon-button-size: 100%;"
> >
<div /> <div />

View File

@ -3120,10 +3120,10 @@
dependencies: dependencies:
svg2vectordrawable "^2.9.1" svg2vectordrawable "^2.9.1"
"@vector-im/compound-web@3.0.0": "@vector-im/compound-web@3.0.1":
version "3.0.0" version "3.0.1"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-3.0.0.tgz#8843c1c6a40891f89fdb3dbccf972e2fc2e1e387" resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-3.0.1.tgz#308179822841f0211d3ed6e265098efe33d51791"
integrity sha512-6wkFoByaiXvwrqNmF0W9K5/krThpczPnYeJOBG3FM90RoC3MrqNB6fBPTvsd17pzJWN6fEV2B11JUeqAFW0z5A== integrity sha512-QqejUl6o+0HE/mrN2xI54KKIPWPHbfoC8+JfYstLJpatr0G496FnWUJgglfb7a33ekkmctP1Een1bwuG8yZAvQ==
dependencies: dependencies:
"@radix-ui/react-context-menu" "^2.1.5" "@radix-ui/react-context-menu" "^2.1.5"
"@radix-ui/react-dropdown-menu" "^2.0.6" "@radix-ui/react-dropdown-menu" "^2.0.6"