diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 21a1616db..17a5e19e2 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -88906,6 +88906,51 @@ "default": "", "description": "Transition duration of root" }, + { + "name": "focusRing.width", + "token": "rating.focus.ring.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus ring width of root" + }, + { + "name": "focusRing.style", + "token": "rating.focus.ring.style", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus ring style of root" + }, + { + "name": "focusRing.color", + "token": "rating.focus.ring.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus ring color of root" + }, + { + "name": "focusRing.offset", + "token": "rating.focus.ring.offset", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus ring offset of root" + }, + { + "name": "focusRing.shadow", + "token": "rating.focus.ring.shadow", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus ring shadow of root" + }, { "name": "icon.size", "token": "rating.icon.size", diff --git a/packages/themes/types/rating/index.d.ts b/packages/themes/types/rating/index.d.ts index 4bc1a4e33..5b8c6899c 100644 --- a/packages/themes/types/rating/index.d.ts +++ b/packages/themes/types/rating/index.d.ts @@ -27,6 +27,41 @@ export interface RatingDesignTokens extends ColorSchemeDesignToken