2022-12-01 22:48:53 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`TextFieldSearch 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 mm-text-field-search box--padding-left-4 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-01 22:48:53 +01:00
|
|
|
>
|
2023-02-22 23:42:50 +01:00
|
|
|
<span
|
|
|
|
class="box mm-icon mm-icon--size-sm box--display-inline-block box--flex-direction-row box--color-inherit"
|
2023-01-24 18:39:46 +01:00
|
|
|
style="mask-image: url('./images/icons/search.svg');"
|
2022-12-01 22:48:53 +01:00
|
|
|
/>
|
|
|
|
<input
|
|
|
|
autocomplete="off"
|
2023-03-23 21:00:37 +01:00
|
|
|
class="box mm-text mm-input mm-input--disable-state-styles mm-text-field__input mm-text--body-md box--margin-right-6 box--padding-right-4 box--padding-left-2 box--flex-direction-row box--color-text-default box--background-color-transparent box--border-style-none"
|
2022-12-01 22:48:53 +01:00
|
|
|
focused="false"
|
|
|
|
type="search"
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|