Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored and edoardo committed Feb 20, 2024
1 parent 52d2608 commit c581ff4
Showing 1 changed file with 79 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,31 @@ exports[`DimensionItem matches the snapshot 1`] = `
theme={false}
/>
<li
className=""
className="item"
name="Period"
onClick={[Function]}
onMouseLeave={[Function]}
onMouseOver={[Function]}
style={Object {}}
>
<div
className="label"
data-test="undefined-button-pe"
tabIndex={0}
>
<div>
<SvgClock16 />
<div
className="iconWrapper"
>
<SvgClock16
className="fixedDimensionIcon"
/>
</div>
<div>
<span>
<div
className="labelWrapper"
>
<span
className="labelText"
>
<span
data-dimensionid="pe"
>
Expand All @@ -39,6 +48,7 @@ exports[`DimensionItem matches the snapshot 1`] = `
</div>
</div>
</li>
<style />
</Fragment>
`;

Expand All @@ -52,22 +62,31 @@ exports[`DimensionItem matches the snapshot with locked 1`] = `
theme={false}
/>
<li
className=""
className="item"
name="Period"
onClick={[Function]}
onMouseLeave={[Function]}
onMouseOver={[Function]}
style={Object {}}
>
<div
className="label"
data-test="undefined-button-pe"
tabIndex={0}
>
<div>
<SvgClock16 />
<div
className="iconWrapper"
>
<SvgClock16
className="fixedDimensionIcon"
/>
</div>
<div>
<span>
<div
className="labelWrapper"
>
<span
className="labelText"
>
<span
data-dimensionid="pe"
>
Expand All @@ -80,7 +99,9 @@ exports[`DimensionItem matches the snapshot with locked 1`] = `
/>
</div>
</div>
<div>
<div
className="lockWrapper"
>
<svg
fill="none"
height="9"
Expand All @@ -96,6 +117,7 @@ exports[`DimensionItem matches the snapshot with locked 1`] = `
</svg>
</div>
</li>
<style />
</Fragment>
`;

Expand All @@ -109,22 +131,31 @@ exports[`DimensionItem matches the snapshot with onOptionsClick 1`] = `
theme={false}
/>
<li
className=""
className="item"
name="Period"
onClick={[Function]}
onMouseLeave={[Function]}
onMouseOver={[Function]}
style={Object {}}
>
<div
className="label"
data-test="undefined-button-pe"
tabIndex={0}
>
<div>
<SvgClock16 />
<div
className="iconWrapper"
>
<SvgClock16
className="fixedDimensionIcon"
/>
</div>
<div>
<span>
<div
className="labelWrapper"
>
<span
className="labelText"
>
<span
data-dimensionid="pe"
>
Expand All @@ -138,9 +169,11 @@ exports[`DimensionItem matches the snapshot with onOptionsClick 1`] = `
</div>
</div>
<div
className="optionsWrapper"
data-test="undefined-menu-pe"
/>
</li>
<style />
</Fragment>
`;

Expand All @@ -154,22 +187,31 @@ exports[`DimensionItem matches the snapshot with recommended 1`] = `
theme={false}
/>
<li
className=""
className="item"
name="Period"
onClick={[Function]}
onMouseLeave={[Function]}
onMouseOver={[Function]}
style={Object {}}
>
<div
className="label"
data-test="undefined-button-pe"
tabIndex={0}
>
<div>
<SvgClock16 />
<div
className="iconWrapper"
>
<SvgClock16
className="fixedDimensionIcon"
/>
</div>
<div>
<span>
<div
className="labelWrapper"
>
<span
className="labelText"
>
<span
data-dimensionid="pe"
>
Expand All @@ -183,6 +225,7 @@ exports[`DimensionItem matches the snapshot with recommended 1`] = `
</div>
</div>
</li>
<style />
</Fragment>
`;

Expand All @@ -196,22 +239,31 @@ exports[`DimensionItem matches the snapshot with selected 1`] = `
theme={false}
/>
<li
className="undefined"
className="item selected"
name="Period"
onClick={[Function]}
onMouseLeave={[Function]}
onMouseOver={[Function]}
style={Object {}}
>
<div
className="label"
data-test="undefined-button-pe"
tabIndex={0}
>
<div>
<SvgClock16 />
<div
className="iconWrapper"
>
<SvgClock16
className="fixedDimensionIcon"
/>
</div>
<div>
<span>
<div
className="labelWrapper"
>
<span
className="labelText"
>
<span
data-dimensionid="pe"
>
Expand All @@ -225,5 +277,6 @@ exports[`DimensionItem matches the snapshot with selected 1`] = `
</div>
</div>
</li>
<style />
</Fragment>
`;

0 comments on commit c581ff4

Please sign in to comment.