@@ -32,6 +32,7 @@ $supported-tokens: (
3232 ' content-font' ,
3333 ' content-line-height' ,
3434 ' content-size' ,
35+ ' content-space' ,
3536 ' content-weight' ,
3637 ' disabled-active-indicator-color' ,
3738 ' disabled-active-indicator-height' ,
@@ -106,6 +107,8 @@ $supported-tokens: (
106107 ' trailing-space' ,
107108 ' with-label-bottom-space' ,
108109 ' with-label-top-space' ,
110+ ' with-leading-content-leading-space' ,
111+ ' with-trailing-content-trailing-space' ,
109112 // go/keep-sorted end
110113);
111114
@@ -137,6 +140,7 @@ $_default: (
137140 ' content-font' : map .get ($text-field , ' input-text-font' ),
138141 ' content-line-height' : map .get ($text-field , ' input-text-line-height' ),
139142 ' content-size' : map .get ($text-field , ' input-text-size' ),
143+ ' content-space' : if ($exclude-hardcoded-values , null , 16px ),
140144 ' content-weight' : map .get ($text-field , ' input-text-weight' ),
141145 ' disabled-active-indicator-color' :
142146 map .get ($text-field , ' disabled-active-indicator-color' ),
@@ -256,6 +260,10 @@ $_default: (
256260 ' trailing-space' : if ($exclude-hardcoded-values , null , 16px ),
257261 ' with-label-bottom-space' : if ($exclude-hardcoded-values , null , 8px ),
258262 ' with-label-top-space' : if ($exclude-hardcoded-values , null , 8px ),
263+ ' with-leading-content-leading-space' :
264+ if ($exclude-hardcoded-values , null , 12px ),
265+ ' with-trailing-content-trailing-space' :
266+ if ($exclude-hardcoded-values , null , 12px ),
259267 // go/keep-sorted end
260268 );
261269
0 commit comments