Skip to content

Commit

Permalink
feat(PPDSC-2054): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenitsn committed Apr 21, 2022
1 parent 2ad4aaf commit 8a83111
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ exports[`Audio Player Composable seekBar should renders and behaves as expected
background-color: #3358CC;
border-radius: 50%;
opacity: 0;
width: 48px;
height: 48px;
-webkit-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-moz-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-ms-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
width: 32px;
height: 32px;
-webkit-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-moz-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-ms-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
}
.emotion-3:hover:not(:disabled) {
Expand Down Expand Up @@ -937,12 +937,12 @@ exports[`Audio Player Composable seekBar should renders and behaves as expected
background-color: #3358CC;
border-radius: 50%;
opacity: 0;
width: 48px;
height: 48px;
-webkit-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-moz-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-ms-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
width: 32px;
height: 32px;
-webkit-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-moz-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-ms-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
}
.emotion-1:hover:not(:disabled) {
Expand Down Expand Up @@ -1080,12 +1080,12 @@ exports[`Audio Player Composable seekBar should renders with overrides 1`] = `
background-color: #3358CC;
border-radius: 50%;
opacity: 0;
width: 48px;
height: 48px;
-webkit-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-moz-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-ms-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
width: 32px;
height: 32px;
-webkit-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-moz-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-ms-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
}
.emotion-3:hover:not(:disabled) {
Expand Down Expand Up @@ -1898,12 +1898,12 @@ exports[`Audio Player Composable should render correctly when in autoplay 1`] =
background-color: #3358CC;
border-radius: 50%;
opacity: 0;
width: 48px;
height: 48px;
-webkit-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-moz-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-ms-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
width: 32px;
height: 32px;
-webkit-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-moz-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-ms-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
}
.emotion-3:hover:not(:disabled) {
Expand Down Expand Up @@ -2245,12 +2245,12 @@ exports[`Audio Player Composable should render with no errors 1`] = `
background-color: #3358CC;
border-radius: 50%;
opacity: 0;
width: 48px;
height: 48px;
-webkit-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-moz-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
-ms-transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
transform: translate3d(calc(48px / -2), calc(48px / -2), 0);
width: 32px;
height: 32px;
-webkit-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-moz-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
-ms-transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
transform: translate3d(calc(32px / -2), calc(32px / -2), 0);
}
.emotion-3:hover:not(:disabled) {
Expand Down
3 changes: 3 additions & 0 deletions src/theme/__tests__/__snapshots__/theme.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,9 @@ Object {
"stylePreset": "seekBarBuffering",
},
"slider": Object {
"feedback": Object {
"size": "sizing060",
},
"indicator": Object {
"stylePreset": "seekBarIndicator",
},
Expand Down

0 comments on commit 8a83111

Please sign in to comment.