2022-12-06 20:52:03 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`TextField should render correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
2023-02-16 00:43:51 +01:00
|
|
|
class="box mm-text-field mm-text-field--size-md mm-text-field--truncate box--display-inline-flex box--flex-direction-row box--align-items-center box--background-color-background-default box--rounded-sm box--border-width-1 box--border-style-solid"
|
2022-12-06 20:52:03 +01:00
|
|
|
>
|
|
|
|
<input
|
|
|
|
autocomplete="off"
|
2023-02-16 00:43:51 +01:00
|
|
|
class="box mm-text mm-text-field__input mm-text--body-md mm-text--color-text-default box--padding-right-4 box--padding-left-4 box--flex-direction-row box--background-color-transparent"
|
2022-12-06 20:52:03 +01:00
|
|
|
focused="false"
|
|
|
|
type="text"
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|