@@ -66,6 +66,7 @@ exports[`renders filled TextField with TextField.Icon accessories 1`] = `
6666 " height" : 1 ,
6767 },
6868 false ,
69+ undefined ,
6970 ]
7071 }
7172 />
@@ -90,10 +91,11 @@ exports[`renders filled TextField with TextField.Icon accessories 1`] = `
9091 " right" : 0 ,
9192 },
9293 {
93- " backgroundColor" : " rgba(103, 80, 164 , 1)" ,
94+ " backgroundColor" : " rgba(121, 116, 126 , 1)" ,
9495 " height" : 2 ,
9596 },
9697 false ,
98+ undefined ,
9799 {
98100 " transform" : [
99101 {
@@ -115,10 +117,11 @@ exports[`renders filled TextField with TextField.Icon accessories 1`] = `
115117 " right" : 0 ,
116118 },
117119 {
118- " backgroundColor" : " rgba(103, 80, 164 , 1)" ,
120+ " backgroundColor" : " rgba(121, 116, 126 , 1)" ,
119121 " height" : 2 ,
120122 },
121123 false ,
124+ undefined ,
122125 {
123126 " transform" : [
124127 {
@@ -711,6 +714,7 @@ exports[`renders filled TextField with TextField.Icon accessories when error is
711714 " height" : 1 ,
712715 },
713716 false ,
717+ undefined ,
714718 ]
715719 }
716720 />
@@ -739,6 +743,7 @@ exports[`renders filled TextField with TextField.Icon accessories when error is
739743 " height" : 2 ,
740744 },
741745 false ,
746+ undefined ,
742747 {
743748 " transform" : [
744749 {
@@ -764,6 +769,7 @@ exports[`renders filled TextField with TextField.Icon accessories when error is
764769 " height" : 2 ,
765770 },
766771 false ,
772+ undefined ,
767773 {
768774 " transform" : [
769775 {
@@ -1356,6 +1362,7 @@ exports[`renders filled TextField with label and value 1`] = `
13561362 " height" : 1 ,
13571363 },
13581364 false ,
1365+ undefined ,
13591366 ]
13601367 }
13611368 />
@@ -1380,10 +1387,11 @@ exports[`renders filled TextField with label and value 1`] = `
13801387 " right" : 0 ,
13811388 },
13821389 {
1383- " backgroundColor" : " rgba(103, 80, 164 , 1)" ,
1390+ " backgroundColor" : " rgba(121, 116, 126 , 1)" ,
13841391 " height" : 2 ,
13851392 },
13861393 false ,
1394+ undefined ,
13871395 {
13881396 " transform" : [
13891397 {
@@ -1405,10 +1413,11 @@ exports[`renders filled TextField with label and value 1`] = `
14051413 " right" : 0 ,
14061414 },
14071415 {
1408- " backgroundColor" : " rgba(103, 80, 164 , 1)" ,
1416+ " backgroundColor" : " rgba(121, 116, 126 , 1)" ,
14091417 " height" : 2 ,
14101418 },
14111419 false ,
1420+ undefined ,
14121421 {
14131422 " transform" : [
14141423 {
@@ -1676,6 +1685,7 @@ exports[`renders outlined TextField with TextField.Icon accessories 1`] = `
16761685 },
16771686 false ,
16781687 undefined ,
1688+ undefined ,
16791689 ]
16801690 }
16811691 />
@@ -2279,6 +2289,7 @@ exports[`renders outlined TextField with TextField.Icon accessories when error i
22792289 },
22802290 false ,
22812291 undefined ,
2292+ undefined ,
22822293 ]
22832294 }
22842295 />
@@ -2882,6 +2893,7 @@ exports[`renders outlined TextField with label and value 1`] = `
28822893 },
28832894 false ,
28842895 undefined ,
2896+ undefined ,
28852897 ]
28862898 }
28872899 />
0 commit comments