1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` Container Container Style tests should have default styles 1` ] = `
4
- .circuit-9 {
4
+ .circuit-7 {
5
5
background - color : #FAFBFC ;
6
6
border - color : #D8DDE1 ;
7
7
border - radius : 4px ;
@@ -22,32 +22,32 @@ exports[`Container Container Style tests should have default styles 1`] = `
22
22
padding : calc (8px - 0px ) calc (24px - 0px );
23
23
}
24
24
25
- .circuit-9 :active {
25
+ .circuit-7 :active {
26
26
background - color : #D8DDE1 ;
27
27
border - color : #9DA7B1 ;
28
28
box - shadow : inset 0 4px 8px 0 rgba (12 ,15 ,20 ,0.3 );
29
29
}
30
30
31
- .circuit-9 :focus {
31
+ .circuit-7 :focus {
32
32
border - color : #9DA7B1 ;
33
33
border - width : 2px ;
34
34
outline : 0 ;
35
35
padding : calc (8px - 1px ) calc (24px - 1px );
36
36
}
37
37
38
- .circuit-9 :hover {
38
+ .circuit-7 :hover {
39
39
background - color : #D8DDE1 ;
40
40
}
41
41
42
- .circuit-9 :hover,
43
- .circuit-9 :active {
42
+ .circuit-7 :hover,
43
+ .circuit-7 :active {
44
44
border - color : #9DA7B1 ;
45
45
border - width : 1px ;
46
46
padding : calc (8px - 0px ) calc (24px - 0px );
47
47
}
48
48
49
- .circuit-9 [disabled],
50
- .circuit-9 :disabled {
49
+ .circuit-7 [disabled],
50
+ .circuit-7 :disabled {
51
51
opacity : 0.4 ;
52
52
pointer - events : none ;
53
53
- webkit - user - selectable : none ;
@@ -56,7 +56,7 @@ exports[`Container Container Style tests should have default styles 1`] = `
56
56
user - selectable : none ;
57
57
}
58
58
59
- .circuit-7 {
59
+ .circuit-5 {
60
60
position : relative ;
61
61
}
62
62
@@ -79,17 +79,6 @@ exports[`Container Container Style tests should have default styles 1`] = `
79
79
}
80
80
81
81
.circuit-3 {
82
- position : absolute ;
83
- left : 50 % ;
84
- top : 50 % ;
85
- - webkit - transform : translate (- 50 % ,- 50 % );
86
- - ms - transform : translate (- 50 % ,- 50 % );
87
- transform : translate (- 50 % ,- 50 % );
88
- height : 24px ;
89
- width : 24px ;
90
- }
91
-
92
- .circuit-5 {
93
82
opacity : 1 ;
94
83
- webkit - transform : translate (0 ,0 );
95
84
- ms - transform : translate (0 ,0 );
@@ -100,13 +89,13 @@ exports[`Container Container Style tests should have default styles 1`] = `
100
89
}
101
90
102
91
<button
103
- className = " circuit-9 circuit-10 "
92
+ className = " circuit-7 circuit-8 "
104
93
disabled = { false }
105
94
size = " mega"
106
95
target = { null }
107
96
>
108
97
<div
109
- className = " circuit-7 circuit-8 "
98
+ className = " circuit-5 circuit-6 "
110
99
>
111
100
<div
112
101
aria-busy = " true"
@@ -121,14 +110,6 @@ exports[`Container Container Style tests should have default styles 1`] = `
121
110
</div >
122
111
<div
123
112
className = " circuit-3 circuit-4"
124
- size = " mega"
125
- >
126
- <div >
127
- success.svg
128
- </div >
129
- </div >
130
- <div
131
- className = " circuit-5 circuit-6"
132
113
/>
133
114
</div >
134
115
</button >
0 commit comments