mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
3d2de0211d
* feat: update Blockaid What's New copy * feat: update Blockaid settings description copy * feat: remove Blockaid more providers copy * feat: update experimental settings padding * feat: update Blockaid copy transactions -> transaction * feat: rm Blockaid select provider copies * feat: use blockaid BannerAlert "Powered By" copy * style: add Blockaid toggle padding * fix: rm unused notifications23DescriptionThree also remove translactions for notifications23DescriptionOne except en since it has been updated * fix: What's New popup notif 23 test following removal of notifications23DescriptionThree
73 lines
2.4 KiB
Plaintext
73 lines
2.4 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Security Provider Banner Alert should match snapshot 1`] = `
|
|
<div>
|
|
<div
|
|
class="mm-box mm-banner-base mm-banner-alert mm-banner-alert--severity-danger mm-box--padding-3 mm-box--padding-left-2 mm-box--display-flex mm-box--gap-2 mm-box--background-color-error-muted mm-box--rounded-sm"
|
|
>
|
|
<span
|
|
class="mm-box mm-icon mm-icon--size-lg mm-box--display-inline-block mm-box--color-error-default"
|
|
style="mask-image: url('./images/icons/danger.svg');"
|
|
/>
|
|
<div>
|
|
<p
|
|
class="mm-box mm-text mm-text--body-lg-medium mm-box--color-text-default"
|
|
>
|
|
Malicious third party detected
|
|
</p>
|
|
<p
|
|
class="mm-box mm-text mm-text--body-md mm-box--margin-top-2 mm-box--color-text-default"
|
|
>
|
|
This is a description to warn the user of malicious or suspicious transactions.
|
|
</p>
|
|
<div
|
|
class="disclosure"
|
|
>
|
|
<details>
|
|
<summary
|
|
class="disclosure__summary is-arrow"
|
|
>
|
|
<p
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-primary-default"
|
|
>
|
|
[seeDetails]
|
|
</p>
|
|
<span
|
|
class="mm-box disclosure__summary--icon mm-icon mm-icon--size-sm mm-box--margin-inline-start-2 mm-box--display-inline-block mm-box--color-primary-default"
|
|
style="mask-image: url('./images/icons/arrow-up.svg');"
|
|
/>
|
|
</summary>
|
|
<div
|
|
class="disclosure__content normal"
|
|
>
|
|
<ul>
|
|
<li>
|
|
List item
|
|
</li>
|
|
<li>
|
|
List item
|
|
</li>
|
|
<li>
|
|
List item
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div
|
|
class="disclosure__footer"
|
|
/>
|
|
</details>
|
|
</div>
|
|
<p
|
|
class="mm-box mm-text mm-text--body-sm mm-box--margin-top-3 mm-box--display-flex mm-box--align-items-center mm-box--color-text-alternative"
|
|
>
|
|
<span
|
|
class="mm-box disclosure__summary--icon mm-icon mm-icon--size-sm mm-box--margin-inline-end-1 mm-box--display-inline-block mm-box--color-primary-default"
|
|
style="mask-image: url('./images/icons/security-tick.svg');"
|
|
/>
|
|
[securityProviderPoweredBy]
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|