Bump compound-web to 5.1.0

This commit is contained in:
Quentin Gliech
2024-06-27 18:56:56 +02:00
parent 45b1e77108
commit d24739ee74
7 changed files with 14 additions and 19 deletions

View File

@@ -20,7 +20,7 @@
"@urql/exchange-refocus": "^1.1.0",
"@urql/exchange-request-policy": "^1.2.0",
"@vector-im/compound-design-tokens": "1.2.0",
"@vector-im/compound-web": "^4.2.0",
"@vector-im/compound-web": "^5.1.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"graphql": "^16.8.1",
@@ -8843,9 +8843,9 @@
}
},
"node_modules/@vector-im/compound-web": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-4.2.0.tgz",
"integrity": "sha512-VSZxIFToDesjiiCGLOj+DrrKv1I0rtpzJbdylarJXY7REnHzVdgaBBtGm403iJ8KkZ2Rn16Mxe+P1/+VS4yiAA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-5.1.0.tgz",
"integrity": "sha512-O4iFKi9RkLNkzkE6kIYcdA2WzGxLOvLrBdxw+QuHfSMhZ3ymObAGHmsR/QeERro2qOEn7p8ybkiM3FEo6o19YA==",
"dependencies": {
"@floating-ui/react": "^0.26.9",
"@floating-ui/react-dom": "^2.0.8",
@@ -8856,24 +8856,18 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.6",
"classnames": "^2.3.2",
"graphemer": "^1.4.0",
"vaul": "^0.7.0"
},
"peerDependencies": {
"@fontsource/inconsolata": "^5",
"@fontsource/inter": "^5",
"@types/react": "*",
"@types/react-dom": "*",
"@vector-im/compound-design-tokens": ">=1.0.0 <2.0.0",
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
"react": "^17 || ^18"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
}
},
@@ -14565,7 +14559,8 @@
"node_modules/graphemer": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
"dev": true
},
"node_modules/graphql": {
"version": "16.8.1",

View File

@@ -29,7 +29,7 @@
"@urql/exchange-refocus": "^1.1.0",
"@urql/exchange-request-policy": "^1.2.0",
"@vector-im/compound-design-tokens": "1.2.0",
"@vector-im/compound-web": "^4.2.0",
"@vector-im/compound-web": "^5.1.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"graphql": "^16.8.1",

View File

@@ -235,7 +235,7 @@ exports[`<CompatSessionDetail> > renders a compatability session details 1`] = `
aria-controls="radix-:r0:"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_dyfp8_17 _has-icon_dyfp8_55 _destructive_dyfp8_99"
class="_button_zt6rp_17 _has-icon_zt6rp_61 _destructive_zt6rp_111"
data-kind="secondary"
data-size="sm"
data-state="closed"
@@ -451,7 +451,7 @@ exports[`<CompatSessionDetail> > renders a compatability session without an ssoL
aria-controls="radix-:r3:"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_dyfp8_17 _has-icon_dyfp8_55 _destructive_dyfp8_99"
class="_button_zt6rp_17 _has-icon_zt6rp_61 _destructive_zt6rp_111"
data-kind="secondary"
data-size="sm"
data-state="closed"

View File

@@ -510,7 +510,7 @@ exports[`<OAuth2SessionDetail> > renders session details 1`] = `
aria-controls="radix-:r0:"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_dyfp8_17 _has-icon_dyfp8_55 _destructive_dyfp8_99"
class="_button_zt6rp_17 _has-icon_zt6rp_61 _destructive_zt6rp_111"
data-kind="secondary"
data-size="sm"
data-state="closed"

View File

@@ -50,7 +50,7 @@ exports[`<UnverifiedEmailAlert /> > renders a warning when there are unverified
</div>
<button
aria-label="Close"
class="_icon-button_16nk7_17"
class="_icon-button_rijzz_17"
role="button"
style="--cpd-icon-button-size: 32px;"
tabindex="0"

View File

@@ -173,7 +173,7 @@ exports[`<CompatSession /> > renders an active session 1`] = `
aria-controls="radix-:r0:"
aria-expanded={false}
aria-haspopup="dialog"
className="_button_dyfp8_17 _has-icon_dyfp8_55 _destructive_dyfp8_99"
className="_button_zt6rp_17 _has-icon_zt6rp_61 _destructive_zt6rp_111"
data-kind="secondary"
data-size="sm"
data-state="closed"

View File

@@ -167,7 +167,7 @@ exports[`<OAuth2Session /> > renders an active session 1`] = `
aria-controls="radix-:r0:"
aria-expanded={false}
aria-haspopup="dialog"
className="_button_dyfp8_17 _has-icon_dyfp8_55 _destructive_dyfp8_99"
className="_button_zt6rp_17 _has-icon_zt6rp_61 _destructive_zt6rp_111"
data-kind="secondary"
data-size="sm"
data-state="closed"