Skip to content

Commit 786a028

Browse files
Upgrade compound also in element-web (element-hq#28157)
1 parent 8d77b2a commit 786a028

File tree

3 files changed

+110
-186
lines changed

3 files changed

+110
-186
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
"@types/react-dom": "17.0.25",
7171
"@types/react": "17.0.82",
7272
"@vector-im/compound-design-tokens": "1.8.0",
73-
"@vector-im/compound-web": "5.5.0",
73+
"@vector-im/compound-web": "6.3.1",
7474
"@floating-ui/react": "0.26.11",
7575
"@radix-ui/react-id": "1.1.0"
7676
},
7777
"dependencies": {
7878
"@formatjs/intl-segmenter": "^11.5.7",
7979
"@matrix-org/react-sdk-module-api": "^2.3.0",
8080
"@vector-im/compound-design-tokens": "^1.8.0",
81-
"@vector-im/compound-web": "^5.5.0",
81+
"@vector-im/compound-web": "^6.3.1",
8282
"jsrsasign": "^11.0.0",
8383
"katex": "^0.16.0",
8484
"lodash": "^4.17.21",

test/unit-tests/async-components/structures/__snapshots__/ErrorView-test.tsx.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ exports[`<UnsupportedBrowserView /> should match snapshot 1`] = `
102102
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-4x);"
103103
>
104104
<button
105-
class="_button_zt6rp_17 _has-icon_zt6rp_61"
105+
class="_button_i91xf_17 _has-icon_i91xf_66"
106106
data-kind="secondary"
107107
data-size="sm"
108108
role="button"
@@ -143,7 +143,7 @@ exports[`<UnsupportedBrowserView /> should match snapshot 1`] = `
143143
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-4x);"
144144
>
145145
<a
146-
class="_button_zt6rp_17 _has-icon_zt6rp_61"
146+
class="_button_i91xf_17 _has-icon_i91xf_66"
147147
data-kind="secondary"
148148
data-size="lg"
149149
href="https://packages.element.io/desktop/install/macos/Element.dmg"
@@ -158,7 +158,7 @@ exports[`<UnsupportedBrowserView /> should match snapshot 1`] = `
158158
Mac
159159
</a>
160160
<a
161-
class="_button_zt6rp_17 _has-icon_zt6rp_61"
161+
class="_button_i91xf_17 _has-icon_i91xf_66"
162162
data-kind="secondary"
163163
data-size="lg"
164164
href="https://packages.element.io/desktop/install/win32/x64/Element%20Setup.exe"
@@ -173,7 +173,7 @@ exports[`<UnsupportedBrowserView /> should match snapshot 1`] = `
173173
Windows (64-bit)
174174
</a>
175175
<a
176-
class="_button_zt6rp_17 _has-icon_zt6rp_61"
176+
class="_button_i91xf_17 _has-icon_i91xf_66"
177177
data-kind="secondary"
178178
data-size="lg"
179179
href="https://packages.element.io/desktop/install/win32/ia32/Element%20Setup.exe"
@@ -188,7 +188,7 @@ exports[`<UnsupportedBrowserView /> should match snapshot 1`] = `
188188
Windows (32-bit)
189189
</a>
190190
<a
191-
class="_button_zt6rp_17 _has-icon_zt6rp_61"
191+
class="_button_i91xf_17 _has-icon_i91xf_66"
192192
data-kind="secondary"
193193
data-size="lg"
194194
href="https://element.io/download#linux"

0 commit comments

Comments
 (0)