chore: update snapshot (#46996)

This commit is contained in:
MadCcc 2024-01-16 16:42:45 +08:00 committed by GitHub
parent 77b351f68f
commit 23ce317ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -96,8 +96,8 @@ exports[`Tour Primary 1`] = `
>
<rect
fill="white"
height="100%"
width="100%"
height="100vh"
width="100vw"
x="0"
y="0"
/>
@ -319,8 +319,8 @@ exports[`Tour controlled current 1`] = `
>
<rect
fill="white"
height="100%"
width="100%"
height="100vh"
width="100vw"
x="0"
y="0"
/>
@ -526,8 +526,8 @@ exports[`Tour single 1`] = `
>
<rect
fill="white"
height="100%"
width="100%"
height="100vh"
width="100vw"
x="0"
y="0"
/>
@ -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"
/>

View File

@ -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",