@@ -111,6 +111,7 @@ exports[`utils / cssSnapshots with file 'import.module.css' createExports should
111
111
' childA' : string ;
112
112
' childB' : string ;
113
113
' nestedChild' : string ;
114
+ ' fadeIn' : string ;
114
115
} ;
115
116
export default classes;
116
117
export let classA: string;
@@ -119,6 +120,7 @@ export let parent: string;
119
120
export let childA: string;
120
121
export let childB: string;
121
122
export let nestedChild: string;
123
+ export let fadeIn: string;
122
124
"
123
125
` ;
124
126
@@ -130,6 +132,7 @@ Object {
130
132
" class-c" : " import-module__class-c---2JDAJ" ,
131
133
" classA" : " import-module__classA---2fO5r" ,
132
134
" class_d" : " import-module__class_d---2Dims" ,
135
+ " fadeIn" : " __import_module_css__fadeIn" ,
133
136
" nestedChild" : " import-module__nestedChild---1ZDxw" ,
134
137
" parent" : " import-module__parent---2kdvO" ,
135
138
}
@@ -146,6 +149,7 @@ declare let classes: {
146
149
' childA' : string ;
147
150
' childB' : string ;
148
151
' nestedChild' : string ;
152
+ ' fadeIn' : string ;
149
153
} ;
150
154
export default classes;
151
155
export let classA: string;
@@ -154,9 +158,10 @@ export let parent: string;
154
158
export let childA: string;
155
159
export let childB: string;
156
160
export let nestedChild: string;
161
+ export let fadeIn: string;
157
162
158
163
export const __cssModule: true;
159
- export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
164
+ export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild' | 'fadeIn' ;"
160
165
` ;
161
166
162
167
exports [` utils / cssSnapshots with file 'import.module.less' createExports should create an exports file 1` ] = `
@@ -279,6 +284,7 @@ exports[`utils / cssSnapshots with file 'test.module.css' createExports should c
279
284
' childA' : string ;
280
285
' childB' : string ;
281
286
' nestedChild' : string ;
287
+ ' fadeIn' : string ;
282
288
} ;
283
289
export default classes;
284
290
export let classA: string;
@@ -287,6 +293,7 @@ export let parent: string;
287
293
export let childA: string;
288
294
export let childB: string;
289
295
export let nestedChild: string;
296
+ export let fadeIn: string;
290
297
"
291
298
` ;
292
299
@@ -298,6 +305,7 @@ Object {
298
305
" class-c" : " test-module__class-c---3Ouzp" ,
299
306
" classA" : " test-module__classA---KAOw8" ,
300
307
" class_d" : " test-module__class_d---3pjDe" ,
308
+ " fadeIn" : " __test_module_css__fadeIn" ,
301
309
" nestedChild" : " test-module__nestedChild---v7rOR" ,
302
310
" parent" : " test-module__parent---2tsUX" ,
303
311
}
@@ -314,6 +322,7 @@ declare let classes: {
314
322
' childA' : string ;
315
323
' childB' : string ;
316
324
' nestedChild' : string ;
325
+ ' fadeIn' : string ;
317
326
} ;
318
327
export default classes;
319
328
export let classA: string;
@@ -322,9 +331,10 @@ export let parent: string;
322
331
export let childA: string;
323
332
export let childB: string;
324
333
export let nestedChild: string;
334
+ export let fadeIn: string;
325
335
326
336
export const __cssModule: true;
327
- export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
337
+ export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild' | 'fadeIn' ;"
328
338
` ;
329
339
330
340
exports [` utils / cssSnapshots with file 'test.module.less' createExports should create an exports file 1` ] = `
0 commit comments