Update to compound-web 9.0.1 (#33095)

* Update to compound-web 9.0.1

There are a couple of breaking changes in v9, leading to the changes in
`BugReportDialog` and `EncryptionCard`.

Most of these updates, however, are snapshot updates, due to changes in the CSS
class names in compound web (which happens due to updates in the CSS content in
those classes; `postcss-modules` generates class names based on the hash of the
CSS).

* update playwright screenshots
This commit is contained in:
Richard van der Hoff
2026-04-13 10:16:34 +00:00
committed by GitHub
parent 17efc81f0b
commit eef8cad229
64 changed files with 307 additions and 291 deletions
@@ -120,7 +120,7 @@ export default class BugReportDialog extends React.Component<BugReportDialogProp
<>
<p>{errorText}</p>
{error.policyURL && (
<Link size="medium" target="_blank" href={error.policyURL}>
<Link size="md" target="_blank" href={error.policyURL}>
{_t("action|learn_more")}
</Link>
)}
@@ -46,7 +46,7 @@ export function EncryptionCard({
return (
<div className={classNames("mx_EncryptionCard", className)}>
<div className="mx_EncryptionCard_header">
<BigIcon destructive={destructive}>
<BigIcon kind={destructive ? "critical" : "primary"}>
<Icon />
</BigIcon>
<Heading as="h2" size="sm" weight="semibold">