mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Update snapshots
This commit is contained in:
parent
4d6a3c0951
commit
d44f6d6351
@ -178,6 +178,7 @@ export const Presenter = ({
|
||||
index,
|
||||
length,
|
||||
slides = [],
|
||||
mode,
|
||||
...props
|
||||
}) => {
|
||||
const Next = slides[index + 1]
|
||||
@ -191,7 +192,7 @@ export const Presenter = ({
|
||||
<pre>Slide {index} of {length}</pre>
|
||||
<Box mx='auto' />
|
||||
</Flex>
|
||||
<Flex>
|
||||
<Flex css={{ alignItems: 'center' }}>
|
||||
<Box
|
||||
mx='auto'
|
||||
css={{
|
||||
@ -361,6 +362,7 @@ export class SlideDeck extends React.Component {
|
||||
...components
|
||||
}}>
|
||||
<Wrapper
|
||||
{...this.state}
|
||||
slides={slides}
|
||||
width={width}
|
||||
height={height}>
|
||||
|
@ -466,6 +466,7 @@ describe('components', () => {
|
||||
className="c0"
|
||||
color="text"
|
||||
height="100vh"
|
||||
mode="NORMAL"
|
||||
width="100vw"
|
||||
>
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user