Skip to content

Commit

Permalink
remove dropdown snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Jul 7, 2024
1 parent 51cdf88 commit ac662e8
Showing 1 changed file with 0 additions and 107 deletions.
107 changes: 0 additions & 107 deletions __snapshots__/storybook.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1323,113 +1323,6 @@ Array [
]
`;

exports[`Storyshots Building-Blocks/Dropdown Dropdown With Label 1`] = `
<IntlProvider
defaultFormats={Object {}}
defaultLocale="en-US"
fallbackOnEmptyString={true}
formats={Object {}}
locale="en-US"
messages={Object {}}
onError={[Function]}
textComponent={Symbol(react.fragment)}
>
<Dropdown
id="dropdown-with-label"
label="Dropdown with label"
listLabel="Dropdown menu"
name="Dropdown with label"
style={
Object {
"display": "block ruby",
}
}
>
<li
value="1"
>
One
</li>
<li
value="2"
>
Two
</li>
<li
value="3"
>
Three
</li>
</Dropdown>
</IntlProvider>
`;

exports[`Storyshots Building-Blocks/Dropdown Dropdown With Label 2`] = `
.c0 {
background: transparent;
border: none;
color: white;
display: block;
float: right;
line-height: 20px;
padding: 15px;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.c0:hover,
.c0[aria-expanded="true"] {
background: rgba(0,0,0,0.05);
color: #ECECEC;
cursor: pointer;
}

.c0.active {
background: rgba(0,0,0,0.05);
}

@media (max-width:768px) {
.c0 {
padding: 10px;
}
}

<span
id="dropdown-with-label-wrapper"
onKeyDown={[Function]}
role="presentation"
style={
Object {
"float": "left",
}
}
>
<button
aria-expanded={false}
aria-haspopup="listbox"
aria-label="Dropdown with label"
className="dropdown__DropdownButton-sc-oem9hj-0 c0 false"
id="dropdown-with-label-label"
onClick={[Function]}
style={
Object {
"display": "block ruby",
}
}
tabIndex={0}
title="Dropdown with label"
>
<span>
Dropdown with label
</span>
<span
className="caret"
role="presentation"
/>
</button>
</span>
`;

exports[`Storyshots EndpointsOverlay Endpoints Overlay With Custom Map Markers 1`] = `
<IntlProvider
defaultFormats={Object {}}
Expand Down

0 comments on commit ac662e8

Please sign in to comment.