Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Jun 26, 2020
1 parent e809252 commit 92bac9e
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ exports[`AutocompleteInput should render a regular version of search bar if size
class="relative w-100"
>
<input
class="b--muted-4 bg-base h-regular w-100 ma0 border-box bw1 br2 ba outline-0 c-on-base t-body ph5 pr8 br--left"
class="b--muted-4 bg-base c-on-base h-regular w-100 ma0 border-box bw1 br2 ba outline-0 t-body ph5 pr8 br--left"
placeholder=""
value=""
/>
</div>
<button
class="b--muted-4 bg-base h-regular bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
class="b--muted-4 bg-base c-on-base h-regular bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
>
<svg
class="vtex__icon-search "
Expand Down Expand Up @@ -52,13 +52,13 @@ exports[`AutocompleteInput should render with a large size bar 1`] = `
class="relative w-100"
>
<input
class="b--muted-4 bg-base h-large w-100 ma0 border-box bw1 br2 ba outline-0 c-on-base t-body ph5 pr8 br--left"
class="b--muted-4 bg-base c-on-base h-large w-100 ma0 border-box bw1 br2 ba outline-0 t-body ph5 pr8 br--left"
placeholder=""
value=""
/>
</div>
<button
class="b--muted-4 bg-base h-large bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
class="b--muted-4 bg-base c-on-base h-large bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
>
<svg
class="vtex__icon-search "
Expand Down Expand Up @@ -92,13 +92,13 @@ exports[`AutocompleteInput should render with a regular size bar 1`] = `
class="relative w-100"
>
<input
class="b--muted-4 bg-base h-regular w-100 ma0 border-box bw1 br2 ba outline-0 c-on-base t-body ph5 pr8 br--left"
class="b--muted-4 bg-base c-on-base h-regular w-100 ma0 border-box bw1 br2 ba outline-0 t-body ph5 pr8 br--left"
placeholder=""
value=""
/>
</div>
<button
class="b--muted-4 bg-base h-regular bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
class="b--muted-4 bg-base c-on-base h-regular bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
>
<svg
class="vtex__icon-search "
Expand Down Expand Up @@ -132,13 +132,13 @@ exports[`AutocompleteInput should render with a regular size bar when prop is ab
class="relative w-100"
>
<input
class="b--muted-4 bg-base h-regular w-100 ma0 border-box bw1 br2 ba outline-0 c-on-base t-body ph5 pr8 br--left"
class="b--muted-4 bg-base c-on-base h-regular w-100 ma0 border-box bw1 br2 ba outline-0 t-body ph5 pr8 br--left"
placeholder=""
value=""
/>
</div>
<button
class="b--muted-4 bg-base h-regular bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
class="b--muted-4 bg-base c-on-base h-regular bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
>
<svg
class="vtex__icon-search "
Expand Down Expand Up @@ -172,13 +172,13 @@ exports[`AutocompleteInput should render with a small size bar 1`] = `
class="relative w-100"
>
<input
class="b--muted-4 bg-base h-small w-100 ma0 border-box bw1 br2 ba outline-0 c-on-base t-body ph5 pr8 br--left"
class="b--muted-4 bg-base c-on-base h-small w-100 ma0 border-box bw1 br2 ba outline-0 t-body ph5 pr8 br--left"
placeholder=""
value=""
/>
</div>
<button
class="b--muted-4 bg-base h-small bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
class="b--muted-4 bg-base c-on-base h-small bg-base br2 br--right w3 bw1 ba pa0 bl-0 c-link pointer"
>
<svg
class="vtex__icon-search "
Expand Down

0 comments on commit 92bac9e

Please sign in to comment.