Update vector-im (#11526)
* Update vector-im * Update snapshots of Compound Avatars * Update snapshots of Compound Avatars --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7b62abc14b
commit
d34dc0c307
23 changed files with 15 additions and 67 deletions
|
@ -109,7 +109,6 @@ exports[`AppTile for a pinned widget should render 1`] = `
|
|||
data-testid="avatar-img"
|
||||
data-type="round"
|
||||
style="--cpd-avatar-size: 20px;"
|
||||
title=""
|
||||
>
|
||||
<img
|
||||
alt=""
|
||||
|
@ -197,7 +196,6 @@ exports[`AppTile for a pinned widget should render permission request 1`] = `
|
|||
data-testid="avatar-img"
|
||||
data-type="round"
|
||||
style="--cpd-avatar-size: 20px;"
|
||||
title=""
|
||||
>
|
||||
<img
|
||||
alt=""
|
||||
|
@ -277,7 +275,6 @@ exports[`AppTile for a pinned widget should render permission request 1`] = `
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 38px;"
|
||||
title=""
|
||||
>
|
||||
u
|
||||
</span>
|
||||
|
@ -353,7 +350,6 @@ exports[`AppTile preserves non-persisted widget on container move 1`] = `
|
|||
data-testid="avatar-img"
|
||||
data-type="round"
|
||||
style="--cpd-avatar-size: 20px;"
|
||||
title=""
|
||||
>
|
||||
<img
|
||||
alt=""
|
||||
|
|
|
@ -16,7 +16,6 @@ exports[`<FacePile /> renders with a tooltip 1`] = `
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 36px;"
|
||||
title="456"
|
||||
>
|
||||
4
|
||||
</span>
|
||||
|
|
|
@ -41,7 +41,6 @@ exports[`<Pill> should render the expected pill for @room 1`] = `
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 16px;"
|
||||
title="!room1:example.com"
|
||||
>
|
||||
R
|
||||
</span>
|
||||
|
@ -73,7 +72,6 @@ exports[`<Pill> should render the expected pill for a known user not in the room
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 16px;"
|
||||
title="@user2:example.com"
|
||||
>
|
||||
U
|
||||
</span>
|
||||
|
@ -105,7 +103,6 @@ exports[`<Pill> should render the expected pill for a message in another room 1`
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 16px;"
|
||||
title="!room1:example.com"
|
||||
>
|
||||
R
|
||||
</span>
|
||||
|
@ -137,7 +134,6 @@ exports[`<Pill> should render the expected pill for a message in the same room 1
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 16px;"
|
||||
title="@user1:example.com"
|
||||
>
|
||||
U
|
||||
</span>
|
||||
|
@ -169,7 +165,6 @@ exports[`<Pill> should render the expected pill for a room alias 1`] = `
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 16px;"
|
||||
title="!room1:example.com"
|
||||
>
|
||||
R
|
||||
</span>
|
||||
|
@ -201,7 +196,6 @@ exports[`<Pill> should render the expected pill for a space 1`] = `
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 16px;"
|
||||
title="!space1:example.com"
|
||||
>
|
||||
S
|
||||
</span>
|
||||
|
@ -256,7 +250,6 @@ exports[`<Pill> when rendering a pill for a room should render the expected pill
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 16px;"
|
||||
title="!room1:example.com"
|
||||
>
|
||||
R
|
||||
</span>
|
||||
|
@ -288,7 +281,6 @@ exports[`<Pill> when rendering a pill for a user in the room should render as ex
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 16px;"
|
||||
title="@user1:example.com"
|
||||
>
|
||||
U
|
||||
</span>
|
||||
|
|
|
@ -16,7 +16,6 @@ exports[`<RoomFacePile /> renders 1`] = `
|
|||
data-type="round"
|
||||
role="presentation"
|
||||
style="--cpd-avatar-size: 28px;"
|
||||
title="@bob:example.org"
|
||||
>
|
||||
b
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue