Update API doc

pull/6674/head
GitHub Actions Bot 2024-10-28 19:48:31 +00:00
parent 4f7b0cd248
commit a527114334
2 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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