2022-12-01 18:26:19 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Text should render the Text with proper variant class name 1`] = `
|
|
|
|
<div>
|
|
|
|
<h1
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--display-md mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
display-md
|
|
|
|
</h1>
|
|
|
|
<h2
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--heading-lg mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
heading-lg
|
|
|
|
</h2>
|
2023-02-22 18:41:46 +01:00
|
|
|
<h3
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--heading-md mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
heading-md
|
2023-02-22 18:41:46 +01:00
|
|
|
</h3>
|
|
|
|
<h4
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--heading-sm mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
heading-sm
|
2023-02-22 18:41:46 +01:00
|
|
|
</h4>
|
2022-12-01 18:26:19 +01:00
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-lg-medium mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
body-lg-medium
|
|
|
|
</p>
|
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
body-md
|
|
|
|
</p>
|
2023-06-30 20:35:43 +02:00
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-md-medium mm-box--color-text-default"
|
2023-06-30 20:35:43 +02:00
|
|
|
>
|
|
|
|
body-md-medium
|
|
|
|
</p>
|
2022-12-01 18:26:19 +01:00
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-md-bold mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
body-md-bold
|
|
|
|
</p>
|
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-sm mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
body-sm
|
|
|
|
</p>
|
2023-06-30 20:35:43 +02:00
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-sm-medium mm-box--color-text-default"
|
2023-06-30 20:35:43 +02:00
|
|
|
>
|
|
|
|
body-sm-medium
|
|
|
|
</p>
|
2022-12-01 18:26:19 +01:00
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-sm-bold mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
body-sm-bold
|
|
|
|
</p>
|
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-xs mm-box--color-text-default"
|
2022-12-01 18:26:19 +01:00
|
|
|
>
|
|
|
|
body-xs
|
|
|
|
</p>
|
2023-06-30 20:35:43 +02:00
|
|
|
<p
|
2023-07-14 19:59:30 +02:00
|
|
|
class="mm-box mm-text mm-text--body-xs-medium mm-box--color-text-default"
|
2023-06-30 20:35:43 +02:00
|
|
|
>
|
|
|
|
body-xs-medium
|
|
|
|
</p>
|
2022-12-01 18:26:19 +01:00
|
|
|
</div>
|
|
|
|
`;
|