@@ -32,6 +32,7 @@ $supported-tokens: (
32
32
' content-font' ,
33
33
' content-line-height' ,
34
34
' content-size' ,
35
+ ' content-space' ,
35
36
' content-weight' ,
36
37
' disabled-active-indicator-color' ,
37
38
' disabled-active-indicator-height' ,
@@ -106,6 +107,8 @@ $supported-tokens: (
106
107
' trailing-space' ,
107
108
' with-label-bottom-space' ,
108
109
' with-label-top-space' ,
110
+ ' with-leading-content-leading-space' ,
111
+ ' with-trailing-content-trailing-space' ,
109
112
// go/keep-sorted end
110
113
);
111
114
@@ -137,6 +140,7 @@ $_default: (
137
140
' content-font' : map .get ($text-field , ' input-text-font' ),
138
141
' content-line-height' : map .get ($text-field , ' input-text-line-height' ),
139
142
' content-size' : map .get ($text-field , ' input-text-size' ),
143
+ ' content-space' : if ($exclude-hardcoded-values , null , 16px ),
140
144
' content-weight' : map .get ($text-field , ' input-text-weight' ),
141
145
' disabled-active-indicator-color' :
142
146
map .get ($text-field , ' disabled-active-indicator-color' ),
@@ -256,6 +260,10 @@ $_default: (
256
260
' trailing-space' : if ($exclude-hardcoded-values , null , 16px ),
257
261
' with-label-bottom-space' : if ($exclude-hardcoded-values , null , 8px ),
258
262
' 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 ),
259
267
// go/keep-sorted end
260
268
);
261
269
0 commit comments