Skip to content

Commit 33523b1

Browse files
Luke BowermanLuke Bowerman
authored andcommitted
Snapshot updates
Snapshots changed shape slightly as they’re now benefitting from being generated via the Babel pipeline and the associated `babel-plugin-styled-components` plugin optimizations.
1 parent 98f1fc3 commit 33523b1

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

packages/components/src/Button/__snapshots__/Button.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ exports[`Button Focus: renders outline when tabbing into focus, but not when cli
7676

7777
exports[`Button Focus: renders outline when tabbing into focus, but not when clicking 2`] = `
7878
<button
79-
class="sc-bxivhb keNUCd sc-ifAKCX sc-EHOje dGzJFz"
79+
class="ButtonBase__ButtonOuter-sc-1bpio6j-0 dAphVM ButtonBase-sc-1bpio6j-1 Button-sc-18euc9m-0 gkFqSX"
8080
>
8181
focus
8282
</button>

packages/components/src/Button/__snapshots__/ButtonOutline.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ exports[`ButtonOutline Focus: renders outline when tabbing into focus, but not w
7979

8080
exports[`ButtonOutline Focus: renders outline when tabbing into focus, but not when clicking 2`] = `
8181
<button
82-
class="sc-bxivhb keNUCd sc-ifAKCX sc-EHOje jESUhC"
82+
class="ButtonBase__ButtonOuter-sc-1bpio6j-0 dAphVM ButtonBase-sc-1bpio6j-1 ButtonOutline-ncggc7-0 LgHkk"
8383
>
8484
focus
8585
</button>

packages/components/src/Button/__snapshots__/ButtonToggle.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ exports[`ButtonToggle controlled 1`] = `
9696
}
9797
9898
.c1.wrapping {
99-
background-image: linear-gradient( 0deg, #FFFFFF 0, #FFFFFF 1px, transparent 1px, transparent 100% ), repeating-linear-gradient( 180deg, transparent, transparent 35px, #DEE1E5 35px, #DEE1E5 36px );
99+
background-image: linear-gradient( 0deg,#FFFFFF 0,#FFFFFF 1px,transparent 1px,transparent 100% ),repeating-linear-gradient( 180deg,transparent,transparent 35px,#DEE1E5 35px,#DEE1E5 36px );
100100
}
101101
102102
.c1.wrapping::after {

packages/components/src/Button/__snapshots__/ButtonTransparent.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ exports[`ButtonTransparent Focus: renders outline when tabbing into focus, but n
8080

8181
exports[`ButtonTransparent Focus: renders outline when tabbing into focus, but not when clicking 2`] = `
8282
<button
83-
class="sc-bxivhb keNUCd sc-ifAKCX sc-EHOje cKQOMk"
83+
class="ButtonBase__ButtonOuter-sc-1bpio6j-0 dAphVM ButtonBase-sc-1bpio6j-1 ButtonTransparent-sc-799h13-0 lfjrGk"
8484
>
8585
focus
8686
</button>

packages/components/src/Card/__snapshots__/Card.test.tsx.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ exports[`A Card 1`] = `
1616
-webkit-flex-direction: column;
1717
-ms-flex-direction: column;
1818
flex-direction: column;
19-
-webkit-transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
20-
transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
19+
-webkit-transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
20+
transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
2121
}
2222
2323
.c0:hover {
@@ -50,8 +50,8 @@ exports[`A raised Card 1`] = `
5050
-webkit-flex-direction: column;
5151
-ms-flex-direction: column;
5252
flex-direction: column;
53-
-webkit-transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
54-
transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
53+
-webkit-transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
54+
transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
5555
box-shadow: 0px 1px 8px rgba(0,0,0,0.08),0px 1px 1px rgba(0,0,0,0.05);
5656
}
5757
@@ -89,8 +89,8 @@ exports[`A raised Card with a CardMedia block 1`] = `
8989
-webkit-flex-direction: column;
9090
-ms-flex-direction: column;
9191
flex-direction: column;
92-
-webkit-transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
93-
transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
92+
-webkit-transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
93+
transition: border 150ms cubic-bezier(0.86,0,0.07,1),box-shadow 150ms cubic-bezier(0.86,0,0.07,1);
9494
box-shadow: 0px 1px 8px rgba(0,0,0,0.08),0px 1px 1px rgba(0,0,0,0.05);
9595
}
9696

packages/components/src/Form/Fields/FieldRadio/__snapshots__/FieldRadio.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ exports[`A FieldRadio 1`] = `
1010
border-radius: 50%;
1111
border-color: currentColor;
1212
color: transparent;
13-
-webkit-transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
14-
transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
13+
-webkit-transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
14+
transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
1515
}
1616
1717
.c6::after {
@@ -146,8 +146,8 @@ exports[`A FieldRadio checked 1`] = `
146146
border-radius: 50%;
147147
border-color: currentColor;
148148
color: transparent;
149-
-webkit-transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
150-
transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
149+
-webkit-transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
150+
transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
151151
}
152152
153153
.c6::after {

packages/components/src/Form/Inputs/Radio/__snapshots__/Radio.test.tsx.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ exports[`Radio checked set to false 1`] = `
1010
border-radius: 50%;
1111
border-color: currentColor;
1212
color: transparent;
13-
-webkit-transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
14-
transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
13+
-webkit-transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
14+
transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
1515
}
1616
1717
.c2::after {
@@ -91,8 +91,8 @@ exports[`Radio checked set to true 1`] = `
9191
border-radius: 50%;
9292
border-color: currentColor;
9393
color: transparent;
94-
-webkit-transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
95-
transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
94+
-webkit-transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
95+
transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
9696
}
9797
9898
.c2::after {
@@ -172,8 +172,8 @@ exports[`Radio default 1`] = `
172172
border-radius: 50%;
173173
border-color: currentColor;
174174
color: transparent;
175-
-webkit-transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
176-
transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
175+
-webkit-transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
176+
transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
177177
}
178178
179179
.c2::after {
@@ -252,8 +252,8 @@ exports[`Radio should accept disabled 1`] = `
252252
border-radius: 50%;
253253
border-color: currentColor;
254254
color: transparent;
255-
-webkit-transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
256-
transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
255+
-webkit-transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
256+
transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
257257
}
258258
259259
.c2::after {
@@ -361,8 +361,8 @@ exports[`Radio with aria-describedby 1`] = `
361361
border-radius: 50%;
362362
border-color: currentColor;
363363
color: transparent;
364-
-webkit-transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
365-
transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
364+
-webkit-transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
365+
transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
366366
}
367367
368368
.c2::after {
@@ -469,8 +469,8 @@ exports[`Radio with name and id 1`] = `
469469
border-radius: 50%;
470470
border-color: currentColor;
471471
color: transparent;
472-
-webkit-transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
473-
transition: background-color 25ms linear,border-color 25ms linear, box-shadow 25ms linear;
472+
-webkit-transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
473+
transition: background-color 25ms linear,border-color 25ms linear,box-shadow 25ms linear;
474474
}
475475
476476
.c2::after {

0 commit comments

Comments
 (0)