Update @vector-im/compound-design-tokens & @vector-im/compound-web (#29307)
* chore: update `@vector-im/compound-design-tokens` & `@vector-im/compound-web` to last version * chore: use `error-solid` icon instead of `error` * chore: update jest snapshot * fix: `AccessibleButton` lint
This commit is contained in:
@@ -15,7 +15,7 @@ exports[`GenericToast should render as expected with detail content 1`] = `
|
||||
class="mx_Toast_buttons"
|
||||
>
|
||||
<button
|
||||
class="_button_i91xf_17"
|
||||
class="_button_vczzf_8"
|
||||
data-kind="secondary"
|
||||
data-size="sm"
|
||||
role="button"
|
||||
@@ -24,7 +24,7 @@ exports[`GenericToast should render as expected with detail content 1`] = `
|
||||
Reject
|
||||
</button>
|
||||
<button
|
||||
class="_button_i91xf_17"
|
||||
class="_button_vczzf_8"
|
||||
data-kind="primary"
|
||||
data-size="sm"
|
||||
role="button"
|
||||
@@ -57,7 +57,7 @@ exports[`GenericToast should render as expected without detail content 1`] = `
|
||||
class="mx_Toast_buttons"
|
||||
>
|
||||
<button
|
||||
class="_button_i91xf_17"
|
||||
class="_button_vczzf_8"
|
||||
data-kind="secondary"
|
||||
data-size="sm"
|
||||
role="button"
|
||||
@@ -66,7 +66,7 @@ exports[`GenericToast should render as expected without detail content 1`] = `
|
||||
Reject
|
||||
</button>
|
||||
<button
|
||||
class="_button_i91xf_17"
|
||||
class="_button_vczzf_8"
|
||||
data-kind="primary"
|
||||
data-size="sm"
|
||||
role="button"
|
||||
|
||||
@@ -13,7 +13,7 @@ exports[`VerificationRequestToast should render a cross-user verification 1`] =
|
||||
class="mx_Toast_buttons"
|
||||
>
|
||||
<button
|
||||
class="_button_i91xf_17"
|
||||
class="_button_vczzf_8"
|
||||
data-kind="secondary"
|
||||
data-size="sm"
|
||||
role="button"
|
||||
@@ -22,7 +22,7 @@ exports[`VerificationRequestToast should render a cross-user verification 1`] =
|
||||
Ignore
|
||||
</button>
|
||||
<button
|
||||
class="_button_i91xf_17"
|
||||
class="_button_vczzf_8"
|
||||
data-kind="primary"
|
||||
data-size="sm"
|
||||
role="button"
|
||||
@@ -53,7 +53,7 @@ exports[`VerificationRequestToast should render a self-verification 1`] = `
|
||||
class="mx_Toast_buttons"
|
||||
>
|
||||
<button
|
||||
class="_button_i91xf_17"
|
||||
class="_button_vczzf_8"
|
||||
data-kind="secondary"
|
||||
data-size="sm"
|
||||
role="button"
|
||||
@@ -62,7 +62,7 @@ exports[`VerificationRequestToast should render a self-verification 1`] = `
|
||||
Ignore
|
||||
</button>
|
||||
<button
|
||||
class="_button_i91xf_17"
|
||||
class="_button_vczzf_8"
|
||||
data-kind="primary"
|
||||
data-size="sm"
|
||||
role="button"
|
||||
|
||||
Reference in New Issue
Block a user