11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` DateField should render component 1` ] = `
4- .c1 {
4+ .c2 {
55 position : relative ;
66 display : flex ;
77 align - items : stretch ;
@@ -10,46 +10,51 @@ exports[`DateField should render component 1`] = `
1010 pointer - events : all ;
1111}
1212
13- .c2 {
13+ .c3 {
1414 height : 40px ;
1515}
1616
17+ .c1 {
18+ min - width : 0 ;
19+ }
20+
1721.c0 {
1822 display : flex ;
1923 overflow : hidden ;
2024 flex - direction : column ;
2125}
2226
23- .c11 {
27+ .c12 {
2428 display : flex ;
2529 justify - content : space - between ;
30+ min - width : 0 ;
2631}
2732
28- .c10 {
33+ .c11 {
2934 cursor : pointer ;
3035}
3136
32- .c10 *[fill^='#'] {
37+ .c11 *[fill^='#'] {
3338 fill : var (-- admiral - color - Neutral_Neutral50 , #74767B );
3439}
3540
36- [data-loading] .c10.c10.c10 {
41+ [data-loading] .c11.c11.c11 {
3742 pointer - events : none ;
3843}
3944
40- [disabled] .c10.c10.c10 {
45+ [disabled] .c11.c11.c11 {
4146 pointer - events : none ;
4247}
4348
44- [disabled] .c10.c10.c10 *[fill^='#'] {
49+ [disabled] .c11.c11.c11 *[fill^='#'] {
4550 fill : var (-- admiral - color - Neutral_Neutral30 , #B2B5B8 );
4651}
4752
48- .c10 :hover *[fill^='#'] {
53+ .c11 :hover *[fill^='#'] {
4954 fill : var (-- admiral - color - Primary_Primary70 , #0046E2 );
5055}
5156
52- .c7 {
57+ .c8 {
5358 position : absolute ;
5459 top : 0 ;
5560 bottom : 0 ;
@@ -64,7 +69,7 @@ exports[`DateField should render component 1`] = `
6469 border : 1px solid var (-- admiral - color - Neutral_Neutral40 , #9EA0A4 );
6570}
6671
67- .c5 {
72+ .c6 {
6873 outline : none ;
6974 appearance : none ;
7075 border - radius : inherit ;
@@ -87,96 +92,96 @@ exports[`DateField should render component 1`] = `
8792 padding - left : 16px ;
8893}
8994
90- .c5.c5.c5 :disabled {
95+ .c6.c6.c6 :disabled {
9196 color : var (-- admiral - color - Neutral_Neutral30 , #B2B5B8 );
9297}
9398
94- .c5 ::placeholder {
99+ .c6 ::placeholder {
95100 color : var (-- admiral - color - Neutral_Neutral50 , #74767B );
96101}
97102
98- .c5 :disabled::placeholder {
103+ .c6 :disabled::placeholder {
99104 color : var (-- admiral - color - Neutral_Neutral30 , #B2B5B8 );
100105}
101106
102- [data-disable-copying] .c5 {
107+ [data-disable-copying] .c6 {
103108 user - select : none ;
104109}
105110
106- [data-disable-copying] .c5 ::selection {
111+ [data-disable-copying] .c6 ::selection {
107112 background - color : transparent ;
108113}
109114
110- .c5.c5.c5 :user-invalid+.c6 {
115+ .c6.c6.c6 :user-invalid+.c7 {
111116 border : 1px solid var (-- admiral - color - Error_Error60Main , #D92020 );
112117}
113118
114- .c5.c5.c5 :user-invalid:hover:not(:disabled)+.c6 {
119+ .c6.c6.c6 :user-invalid:hover:not(:disabled)+.c7 {
115120 border : 1px solid var (-- admiral - color - Error_Error70 , #BA1717 );
116121}
117122
118- .c5.c5.c5 :user-invalid:focus:not(:disabled)+.c6 {
123+ .c6.c6.c6 :user-invalid:focus:not(:disabled)+.c7 {
119124 border : 2px solid var (-- admiral - color - Error_Error60Main , #D92020 );
120125}
121126
122- [data-read-only] .c5.c5.c5 ,
123- .c5.c5.c5 :disabled {
127+ [data-read-only] .c6.c6.c6 ,
128+ .c6.c6.c6 :disabled {
124129 background - color : var (-- admiral - color - Neutral_Neutral10 , #EAEBEC );
125130 border - color : transparent ;
126131}
127132
128- [data-loading] .c5.c5.c5 ,
129- .c5.c5.c5 :disabled {
133+ [data-loading] .c6.c6.c6 ,
134+ .c6.c6.c6 :disabled {
130135 cursor : not - allowed ;
131136 pointer - events : none ;
132137}
133138
134- .c5 ::-ms-clear,
135- .c5 ::-ms-reveal {
139+ .c6 ::-ms-clear,
140+ .c6 ::-ms-reveal {
136141 display : none ;
137142}
138143
139- .c8 {
144+ .c9 {
140145 position : absolute ;
141146 top : 0 ;
142147 bottom : 0 ;
143148 display : flex ;
144149 align - items : center ;
145150}
146151
147- .c8 svg {
152+ .c9 svg {
148153 border - radius : var (-- admiral - border - radius - Medium , 4px );
149154 display : block ;
150155 width : 24px ;
151156}
152157
153- .c8 svg:focus {
158+ .c9 svg:focus {
154159 outline : none ;
155160}
156161
157- .c8 svg:focus-visible {
162+ .c9 svg:focus-visible {
158163 outline - offset : 2px ;
159164 outline : var (-- admiral - color - Primary_Primary60Main , #0062FF ) solid 2px ;
160165}
161166
162- .c9 {
167+ .c10 {
163168 right : 0 ;
164169 padding - right : 16px ;
165170}
166171
167- .c9 >*:not(:first-child) {
172+ .c10 >*:not(:first-child) {
168173 margin - left : 8px ;
169174}
170175
171- .c3 :focus-within:not(:disabled)>.c6 {
176+ .c4 :focus-within:not(:disabled)>.c7 {
172177 border : 2px solid var (-- admiral - color - Primary_Primary60Main , #0062FF );
173178}
174179
175- .c3 :hover:not(:focus-within)>.c6 {
180+ .c4 :hover:not(:focus-within)>.c7 {
176181 border - color : var (-- admiral - color - Neutral_Neutral60 , #67696D );
177182}
178183
179- .c4 {
184+ .c5 {
180185 min - width : 150px ;
181186}
182187
@@ -186,30 +191,30 @@ exports[`DateField should render component 1`] = `
186191 data-field-id = " some static snapshot id"
187192 >
188193 <div
189- class = " "
194+ class = " c1 "
190195 >
191196 <div
192- class = " c1 c2 c3 c4"
197+ class = " c2 c3 c4 c5 "
193198 >
194199 <input
195- class = " c5 text-input-native-input"
200+ class = " c6 text-input-native-input"
196201 data-testid = " my test input"
197202 id = " some static snapshot id"
198203 />
199204 <div
200- class = " c6 c7 "
205+ class = " c7 c8 "
201206 />
202207 <div
203- class = " c8 c9 "
208+ class = " c9 c10 "
204209 >
205210 <div
206- class = " c10 "
211+ class = " c11 "
207212 tabindex = " 0"
208213 />
209214 </div >
210215 </div >
211216 <div
212- class = " c11 "
217+ class = " c12 "
213218 />
214219 </div >
215220 </div >
0 commit comments