Skip to content

Commit

Permalink
Merge branch 'main' into release/2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed Dec 29, 2023
2 parents beb5e38 + 098514c commit ff04f04
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions spec/__snapshots__/Storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11596,6 +11596,49 @@ Array [
]
`;

exports[`Storyshots Components/RichTextEditor Template Variables 1`] = `
Array [
<span
aria-busy={true}
aria-live="polite"
>
<span
className="react-loading-skeleton LoadingSkeleton"
style={
Object {
"--base-color": "#E1E1E1",
"borderRadius": "4px",
"height": 40,
"width": "100%",
}
}
>
</span>
<br />
</span>,
<span
aria-busy={true}
aria-live="polite"
>
<span
className="react-loading-skeleton LoadingSkeleton"
style={
Object {
"--base-color": "#E1E1E1",
"borderRadius": "4px",
"height": 70,
"width": "100%",
}
}
>
</span>
<br />
</span>,
]
`;

exports[`Storyshots Components/Selects/Async Default 1`] = `
<div
className="FormGroup"
Expand Down

0 comments on commit ff04f04

Please sign in to comment.