Skip to content

Commit

Permalink
chore: update snapshot (ant-design#46996)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc authored Jan 16, 2024
1 parent 77b351f commit 23ce317
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions components/tour/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ exports[`Tour Primary 1`] = `
>
<rect
fill="white"
height="100%"
width="100%"
height="100vh"
width="100vw"
x="0"
y="0"
/>
Expand Down Expand Up @@ -319,8 +319,8 @@ exports[`Tour controlled current 1`] = `
>
<rect
fill="white"
height="100%"
width="100%"
height="100vh"
width="100vw"
x="0"
y="0"
/>
Expand Down Expand Up @@ -526,8 +526,8 @@ exports[`Tour single 1`] = `
>
<rect
fill="white"
height="100%"
width="100%"
height="100vh"
width="100vw"
x="0"
y="0"
/>
Expand Down Expand Up @@ -708,8 +708,8 @@ exports[`Tour step support Primary 1`] = `
>
<rect
fill="white"
height="100%"
width="100%"
height="100vh"
width="100vw"
x="0"
y="0"
/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@ctrl/tinycolor": "^3.6.1",
"@rc-component/color-picker": "~1.5.1",
"@rc-component/mutate-observer": "^1.1.0",
"@rc-component/tour": "~1.12.1",
"@rc-component/tour": "~1.12.2",
"@rc-component/trigger": "^1.18.2",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
Expand Down

0 comments on commit 23ce317

Please sign in to comment.