Skip to content

Commit a2efb15

Browse files
committed
fix(snapshot): update snapshots
affects: @datepicker-react/styled
1 parent facdad9 commit a2efb15

File tree

14 files changed

+26529
-26414
lines changed

14 files changed

+26529
-26414
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.0

packages/styled/src/components/Box/__snapshots__/Box.test.tsx.snap

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,14 @@ exports[`should match snapshot 1`] = `
55
box-sizing: border-box;
66
grid-area: test;
77
height: 150px;
8-
width: 150px;
98
padding: 10px;
10-
height: 150px;
119
width: 150px;
1210
position: relative;
1311
top: 10px;
1412
left: 15px;
1513
right: 20px;
1614
bottom: 30px;
1715
z-index: 1;
18-
position: relative;
19-
top: 10px;
20-
left: 15px;
21-
right: 20px;
22-
bottom: 30px;
23-
z-index: 1;
24-
position: relative;
25-
top: 10px;
26-
left: 15px;
27-
right: 20px;
28-
bottom: 30px;
29-
z-index: 1;
30-
position: relative;
31-
top: 10px;
32-
left: 15px;
33-
right: 20px;
34-
bottom: 30px;
35-
z-index: 1;
36-
position: relative;
37-
top: 10px;
38-
left: 15px;
39-
right: 20px;
40-
bottom: 30px;
41-
z-index: 1;
42-
position: relative;
43-
top: 10px;
44-
left: 15px;
45-
right: 20px;
46-
bottom: 30px;
47-
z-index: 1;
4816
}
4917
5018
<div>

packages/styled/src/components/Close/__snapshots__/Close.test.tsx.snap

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ exports[`should match snapshot 1`] = `
77
font-size: 12px;
88
font-family: Montserrat,sans-serif;
99
font-weight: 600;
10-
font-size: 12px;
11-
font-family: Montserrat,sans-serif;
12-
font-weight: 600;
13-
font-size: 12px;
14-
font-family: Montserrat,sans-serif;
15-
font-weight: 600;
1610
float: left;
1711
-webkit-transition: color 0.15s;
1812
transition: color 0.15s;
@@ -88,12 +82,6 @@ exports[`should render rtl variant 1`] = `
8882
font-size: 12px;
8983
font-family: Montserrat,sans-serif;
9084
font-weight: 600;
91-
font-size: 12px;
92-
font-family: Montserrat,sans-serif;
93-
font-weight: 600;
94-
font-size: 12px;
95-
font-family: Montserrat,sans-serif;
96-
font-weight: 600;
9785
float: left;
9886
-webkit-transition: color 0.15s;
9987
transition: color 0.15s;

0 commit comments

Comments
 (0)