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

Commit f59bd6d

Browse files
authored
Update @vector-im/compound-web (#12675)
* update deps: `@vector-im/compound-web` * test: update snapshots
1 parent efd309f commit f59bd6d

File tree

9 files changed

+47
-22
lines changed

9 files changed

+47
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@sentry/browser": "^8.0.0",
7979
"@testing-library/react-hooks": "^8.0.1",
8080
"@vector-im/compound-design-tokens": "^1.2.0",
81-
"@vector-im/compound-web": "^4.8.0",
81+
"@vector-im/compound-web": "^4.9.0",
8282
"@zxcvbn-ts/core": "^3.0.4",
8383
"@zxcvbn-ts/language-common": "^3.0.4",
8484
"@zxcvbn-ts/language-en": "^3.0.2",

test/components/structures/__snapshots__/ThreadPanel-test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports[`ThreadPanel Header expect that All filter for ThreadPanelHeader properl
1212
</h4>
1313
<button
1414
aria-label="Mark all as read"
15-
class="_icon-button_16nk7_17"
15+
class="_icon-button_rijzz_17"
1616
role="button"
1717
style="--cpd-icon-button-size: 24px;"
1818
tabindex="0"
@@ -52,7 +52,7 @@ exports[`ThreadPanel Header expect that My filter for ThreadPanelHeader properly
5252
</h4>
5353
<button
5454
aria-label="Mark all as read"
55-
class="_icon-button_16nk7_17"
55+
class="_icon-button_rijzz_17"
5656
role="button"
5757
style="--cpd-icon-button-size: 24px;"
5858
tabindex="0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports[`<RoomSummaryCard /> has button to edit topic when expanded 1`] = `
8686
</span>
8787
</p>
8888
<button
89-
class="_icon-button_16nk7_17 mx_RoomSummaryCard_topic_chevron"
89+
class="_icon-button_rijzz_17 mx_RoomSummaryCard_topic_chevron"
9090
role="button"
9191
style="--cpd-icon-button-size: 24px;"
9292
tabindex="0"
@@ -919,7 +919,7 @@ exports[`<RoomSummaryCard /> renders the room topic in the summary 1`] = `
919919
</span>
920920
</p>
921921
<button
922-
class="_icon-button_16nk7_17 mx_RoomSummaryCard_topic_chevron"
922+
class="_icon-button_rijzz_17 mx_RoomSummaryCard_topic_chevron"
923923
role="button"
924924
style="--cpd-icon-button-size: 24px;"
925925
tabindex="0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`<VideoRoomChatButton /> renders button with an unread marker when room is unread 1`] = `
44
<button
55
aria-label="Chat"
6-
class="_icon-button_16nk7_17"
6+
class="_icon-button_rijzz_17"
77
data-indicator="default"
88
role="button"
99
style="--cpd-icon-button-size: 32px;"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
4646
<button
4747
aria-disabled="true"
4848
aria-label="There's no one here to call"
49-
class="_icon-button_16nk7_17"
49+
class="_icon-button_rijzz_17"
5050
role="button"
5151
style="--cpd-icon-button-size: 32px;"
5252
tabindex="0"
@@ -61,7 +61,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
6161
<button
6262
aria-disabled="true"
6363
aria-label="There's no one here to call"
64-
class="_icon-button_16nk7_17"
64+
class="_icon-button_rijzz_17"
6565
role="button"
6666
style="--cpd-icon-button-size: 32px;"
6767
tabindex="0"
@@ -75,7 +75,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
7575
</button>
7676
<button
7777
aria-label="Threads"
78-
class="_icon-button_16nk7_17"
78+
class="_icon-button_rijzz_17"
7979
role="button"
8080
style="--cpd-icon-button-size: 32px;"
8181
tabindex="0"

test/components/views/settings/__snapshots__/PowerLevelSelector-test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ exports[`PowerLevelSelector should display only the current user 1`] = `
6060
<button
6161
aria-disabled="true"
6262
aria-label="Apply"
63-
class="_button_dyfp8_17 mx_Dialog_nonDialogButton mx_PowerLevelSelector_Button"
63+
class="_button_zt6rp_17 mx_Dialog_nonDialogButton mx_PowerLevelSelector_Button"
6464
data-kind="primary"
6565
data-size="sm"
6666
role="button"
@@ -222,7 +222,7 @@ exports[`PowerLevelSelector should render 1`] = `
222222
<button
223223
aria-disabled="true"
224224
aria-label="Apply"
225-
class="_button_dyfp8_17 mx_Dialog_nonDialogButton mx_PowerLevelSelector_Button"
225+
class="_button_zt6rp_17 mx_Dialog_nonDialogButton mx_PowerLevelSelector_Button"
226226
data-kind="primary"
227227
data-size="sm"
228228
role="button"

test/components/views/spaces/__snapshots__/SpacePanel-test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ exports[`<SpacePanel /> should show all activated MetaSpaces in the correct orde
234234
aria-expanded="true"
235235
aria-haspopup="dialog"
236236
aria-label="Threads"
237-
class="_icon-button_16nk7_17 mx_ThreadsActivityCentreButton"
237+
class="_icon-button_rijzz_17 mx_ThreadsActivityCentreButton"
238238
role="button"
239239
style="--cpd-icon-button-size: 32px;"
240240
tabindex="0"

test/components/views/spaces/__snapshots__/ThreadsActivityCentre-test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ exports[`ThreadsActivityCentre should close the release announcement when the TA
150150
aria-expanded="true"
151151
aria-haspopup="menu"
152152
aria-label="Threads"
153-
class="_icon-button_16nk7_17 mx_ThreadsActivityCentreButton"
153+
class="_icon-button_rijzz_17 mx_ThreadsActivityCentreButton"
154154
data-state="open"
155155
id="radix-2"
156156
role="button"
@@ -437,7 +437,7 @@ exports[`ThreadsActivityCentre should render the release announcement 1`] = `
437437
aria-expanded="true"
438438
aria-haspopup="dialog"
439439
aria-label="Threads"
440-
class="_icon-button_16nk7_17 mx_ThreadsActivityCentreButton"
440+
class="_icon-button_rijzz_17 mx_ThreadsActivityCentreButton"
441441
role="button"
442442
style="--cpd-icon-button-size: 32px;"
443443
tabindex="0"
@@ -528,7 +528,7 @@ exports[`ThreadsActivityCentre should render the release announcement 1`] = `
528528
Threads notifications have moved, find them here from now on.
529529
</span>
530530
<button
531-
class="_button_dyfp8_17 _button_1oa1y_57"
531+
class="_button_zt6rp_17 _button_1oa1y_57"
532532
data-kind="secondary"
533533
data-size="sm"
534534
role="button"

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,10 +3052,10 @@
30523052
dependencies:
30533053
svg2vectordrawable "^2.9.1"
30543054

3055-
"@vector-im/compound-web@^4.8.0":
3056-
version "4.8.0"
3057-
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-4.8.0.tgz#1fe11d78549694f8d91b40065994bad19a7cebf2"
3058-
integrity sha512-kyB8wQPbdTUFWIzAbb4HcZ4iisUUpbm0xwmEjV9ZNN1/EIodidW6nLeYATh3Vc1fBvTGTgbFiPc1DiAcBuudiw==
3055+
"@vector-im/compound-web@^4.9.0":
3056+
version "4.9.0"
3057+
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-4.9.0.tgz#f1e70119024110c439a551a65b97019b65149878"
3058+
integrity sha512-ojVteP3h/dZ53JGZGDNXKn6Zza3WafOJn+whj+Kt2C1UxxyExDLTLd+Y5f6xD/ho+9/BiNgs6x8eewGR1qaTrQ==
30593059
dependencies:
30603060
"@floating-ui/react" "^0.26.9"
30613061
"@floating-ui/react-dom" "^2.0.8"
@@ -8662,7 +8662,16 @@ string-length@^4.0.1:
86628662
char-regex "^1.0.2"
86638663
strip-ansi "^6.0.0"
86648664

8665-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8665+
"string-width-cjs@npm:string-width@^4.2.0":
8666+
version "4.2.3"
8667+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8668+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8669+
dependencies:
8670+
emoji-regex "^8.0.0"
8671+
is-fullwidth-code-point "^3.0.0"
8672+
strip-ansi "^6.0.1"
8673+
8674+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
86668675
version "4.2.3"
86678676
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
86688677
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8768,7 +8777,14 @@ string_decoder@~1.1.1:
87688777
dependencies:
87698778
safe-buffer "~5.1.0"
87708779

8771-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8780+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8781+
version "6.0.1"
8782+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8783+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8784+
dependencies:
8785+
ansi-regex "^5.0.1"
8786+
8787+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
87728788
version "6.0.1"
87738789
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
87748790
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9563,7 +9579,7 @@ which@^2.0.1:
95639579
dependencies:
95649580
isexe "^2.0.0"
95659581

9566-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9582+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
95679583
version "7.0.0"
95689584
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
95699585
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9581,6 +9597,15 @@ wrap-ansi@^6.2.0:
95819597
string-width "^4.1.0"
95829598
strip-ansi "^6.0.0"
95839599

9600+
wrap-ansi@^7.0.0:
9601+
version "7.0.0"
9602+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9603+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9604+
dependencies:
9605+
ansi-styles "^4.0.0"
9606+
string-width "^4.1.0"
9607+
strip-ansi "^6.0.0"
9608+
95849609
wrap-ansi@^8.1.0:
95859610
version "8.1.0"
95869611
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)