Update API doc
parent
4f7b0cd248
commit
a527114334
|
@ -74482,13 +74482,13 @@
|
|||
"description": "Focus background of chip"
|
||||
},
|
||||
{
|
||||
"name": "chip.color",
|
||||
"token": "autocomplete.chip.color",
|
||||
"name": "chip.focusColor",
|
||||
"token": "autocomplete.chip.focus.color",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Color of chip"
|
||||
"description": "Focus color of chip"
|
||||
},
|
||||
{
|
||||
"name": "emptyMessage.padding",
|
||||
|
|
|
@ -438,11 +438,11 @@ export interface AutoCompleteDesignTokens extends ColorSchemeDesignToken<AutoCom
|
|||
*/
|
||||
focusBackground?: string;
|
||||
/**
|
||||
* Color of chip
|
||||
* Focus color of chip
|
||||
*
|
||||
* @designToken autocomplete.chip.color
|
||||
* @designToken autocomplete.chip.focus.color
|
||||
*/
|
||||
color?: string;
|
||||
focusColor?: string;
|
||||
};
|
||||
/**
|
||||
* Used to pass tokens of the empty message section
|
||||
|
|
Loading…
Reference in New Issue