Skip to content

Commit 2aa72bb

Browse files
floriandurosdbkr
andauthored
Update @vector-im/compound-web to 7.5.0 (#28700)
Co-authored-by: David Baker <[email protected]>
1 parent a755e39 commit 2aa72bb

File tree

15 files changed

+135
-127
lines changed

15 files changed

+135
-127
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@matrix-org/spec": "^1.7.0",
8989
"@sentry/browser": "^8.0.0",
9090
"@vector-im/compound-design-tokens": "^2.0.1",
91-
"@vector-im/compound-web": "^7.4.0",
91+
"@vector-im/compound-web": "^7.5.0",
9292
"@vector-im/matrix-wysiwyg": "2.37.13",
9393
"@zxcvbn-ts/core": "^3.0.4",
9494
"@zxcvbn-ts/language-common": "^3.0.4",
112 Bytes
Loading
255 Bytes
Loading
241 Bytes
Loading
318 Bytes
Loading
245 Bytes
Loading
248 Bytes
Loading
366 Bytes
Loading

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ exports[`<RoomSummaryCard /> has button to edit topic 1`] = `
135135
style="--mx-box-flex: 1;"
136136
>
137137
<a
138-
class="_link_1mzip_17"
138+
class="_link_ue21z_17"
139139
data-kind="primary"
140+
data-size="medium"
140141
rel="noreferrer noopener"
141142
>
142143
<p
@@ -752,8 +753,9 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
752753
style="--mx-box-flex: 1;"
753754
>
754755
<a
755-
class="_link_1mzip_17"
756+
class="_link_ue21z_17"
756757
data-kind="primary"
758+
data-size="medium"
757759
rel="noreferrer noopener"
758760
>
759761
<p
@@ -1406,8 +1408,9 @@ exports[`<RoomSummaryCard /> renders the room topic in the summary 1`] = `
14061408
style="--mx-box-flex: 1;"
14071409
>
14081410
<a
1409-
class="_link_1mzip_17"
1411+
class="_link_ue21z_17"
14101412
data-kind="primary"
1413+
data-size="medium"
14111414
rel="noreferrer noopener"
14121415
>
14131416
<p

test/unit-tests/components/views/settings/__snapshots__/LayoutSwitcher-test.tsx.snap

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ exports[`<LayoutSwitcher /> should render 1`] = `
1919
class="mx_SettingsSubsection_content mx_SettingsSubsection_content_newUi"
2020
>
2121
<form
22-
class="_root_dgy0u_24 mx_LayoutSwitcher_LayoutSelector"
22+
class="_root_ssths_24 mx_LayoutSwitcher_LayoutSelector"
2323
>
2424
<div
25-
class="_field_dgy0u_34 mxLayoutSwitcher_LayoutSelector_LayoutRadio"
25+
class="_field_ssths_34 mxLayoutSwitcher_LayoutSelector_LayoutRadio"
2626
>
2727
<label
2828
aria-label="Modern"
29-
class="_label_dgy0u_67"
29+
class="_label_ssths_67"
3030
for="radix-:r0:"
3131
>
3232
<div
@@ -149,11 +149,11 @@ exports[`<LayoutSwitcher /> should render 1`] = `
149149
</label>
150150
</div>
151151
<div
152-
class="_field_dgy0u_34 mxLayoutSwitcher_LayoutSelector_LayoutRadio"
152+
class="_field_ssths_34 mxLayoutSwitcher_LayoutSelector_LayoutRadio"
153153
>
154154
<label
155155
aria-label="Message bubbles"
156-
class="_label_dgy0u_67"
156+
class="_label_ssths_67"
157157
for="radix-:r9:"
158158
>
159159
<div
@@ -275,11 +275,11 @@ exports[`<LayoutSwitcher /> should render 1`] = `
275275
</label>
276276
</div>
277277
<div
278-
class="_field_dgy0u_34 mxLayoutSwitcher_LayoutSelector_LayoutRadio"
278+
class="_field_ssths_34 mxLayoutSwitcher_LayoutSelector_LayoutRadio"
279279
>
280280
<label
281281
aria-label="IRC (experimental)"
282-
class="_label_dgy0u_67"
282+
class="_label_ssths_67"
283283
for="radix-:ri:"
284284
>
285285
<div
@@ -402,13 +402,13 @@ exports[`<LayoutSwitcher /> should render 1`] = `
402402
</div>
403403
</form>
404404
<form
405-
class="_root_dgy0u_24"
405+
class="_root_ssths_24"
406406
>
407407
<div
408-
class="_inline-field_dgy0u_40"
408+
class="_inline-field_ssths_40"
409409
>
410410
<div
411-
class="_inline-field-control_dgy0u_52"
411+
class="_inline-field-control_ssths_52"
412412
>
413413
<div
414414
class="_container_qnvru_18"
@@ -427,16 +427,16 @@ exports[`<LayoutSwitcher /> should render 1`] = `
427427
</div>
428428
</div>
429429
<div
430-
class="_inline-field-body_dgy0u_46"
430+
class="_inline-field-body_ssths_46"
431431
>
432432
<label
433-
class="_label_dgy0u_67"
433+
class="_label_ssths_67"
434434
for="radix-:rr:"
435435
>
436436
Show compact text and messages
437437
</label>
438438
<span
439-
class="_message_dgy0u_98 _help-message_dgy0u_104"
439+
class="_message_ssths_93 _help-message_ssths_99"
440440
id="radix-:rs:"
441441
>
442442
Modern layout must be selected to use this feature.

0 commit comments

Comments
 (0)