Skip to content

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jbadan committed Jun 9, 2020
1 parent ea93ff3 commit 3fd59fc
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 197 deletions.
290 changes: 93 additions & 197 deletions stories/table/__snapshots__/table.visual.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -4873,235 +4873,131 @@ exports[`Storyshots Visual Select 1`] = `


<div
class="fd-dialog fd-dialog-docs-static fd-select-docs-max-height fd-dialog--active"
id="select-dialog-example"
class="fd-popover"
>


<div
class="fd-dialog__content"
class="fd-popover__control"
>

<header
class="fd-dialog__header fd-bar fd-bar--header-with-subheader"

<div
class="fd-select"
>


<div
class="fd-bar__left"
>


<div
class="fd-bar__element"
>


<h3
class="fd-dialog__title"
>

Select Ingredient

</h3>


</div>


</div>



<div
class="fd-bar__right"
aria-controls="h0C6A3245234"
aria-expanded="true"
aria-haspopup="true"
class="fd-select__control"
role="button"
tabindex="0"
>


<div
class="fd-bar__element"
>


<button
aria-label="close"
class="fd-button fd-button--transparent sap-icon--decline"
tabindex="-1"
/>


</div>

Select

<span
class="fd-button fd-button--transparent sap-icon--slim-arrow-down fd-select__button"
/>


</div>


</div>

</header>


</div>


<div
aria-hidden="false"
class="fd-popover__body fd-popover__body--no-arrow fd-popover__body--dropdown"
id="h0C6A325"
>

<div
class="fd-dialog__body fd-dialog__body--no-vertical-padding"

<ul
aria-labelledby="h0C6A3245234"
class="fd-list fd-list--dropdown"
role="listbox"
>


<div
aria-live="assertive"
class="fd-list__message fd-list__message--information"
role="alert"
>
Choose one item
</div>


<ul
class="fd-list fd-list--has-message fd-list--dropdown fd-list--compact"
role="listbox"

<li
aria-selected="true"
class="fd-list__item is-selected"
role="option"
tabindex="0"
>


<li
aria-selected="true"
class="fd-list__item is-selected"
role="option"
tabindex="0"
>


<span
class="fd-list__title"
>
Apple
</span>


</li>


<li
class="fd-list__item"
role="option"
tabindex="0"

<span
class="fd-list__title"
>


<span
class="fd-list__title"
>
Orange
</span>


</li>
List item 1
</span>


<li
class="fd-list__item"
role="option"
tabindex="0"
>


<span
class="fd-list__title"
>
Banana
</span>


</li>

</li>


<li
class="fd-list__item"
role="option"
tabindex="-1"
>


<li
class="fd-list__item"
role="option"
tabindex="0"

<span
class="fd-list__title"
>


<span
class="fd-list__title"
>
Kiwi
</span>


</li>
List item 2
</span>


<li
class="fd-list__item"
role="option"
tabindex="0"
>


<span
class="fd-list__title"
>
Tomato
</span>


</li>

</li>


<li
class="fd-list__item"
role="option"
tabindex="-1"
>


<li
class="fd-list__item"
role="option"
tabindex="0"

<span
class="fd-list__title"
>


<span
class="fd-list__title"
>
Onion
</span>


</li>
List item 3
</span>


<li
class="fd-list__item"
role="option"
tabindex="0"
>


<span
class="fd-list__title"
>
Spinach
</span>


</li>

</li>


<li
class="fd-list__item"
role="option"
tabindex="-1"
>


<li
class="fd-list__item"
role="option"
tabindex="0"

<span
class="fd-list__title"
>


<span
class="fd-list__title"
>
Potato
</span>


</li>

List item 4
</span>

</ul>


</div>
</li>


</ul>


</div>


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3fd59fc

Please sign in to comment.