Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/__tests__/__snapshots__/documenter.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,6 @@ Use it to define initials that uniquely identify the avatar's owner.",
"type": "boolean",
},
{
"description": "Specifies an object of selectors and properties that are used to apply custom styles.

- \`root.background\` (string) - (Optional) Background of the avatar.
- \`root.borderColor\` (string) - (Optional) Border color of the avatar.
- \`root.borderRadius\` (string) - (Optional) Border radius of the avatar.
- \`root.borderWidth\` (string) - (Optional) Border width of the avatar.
- \`root.boxShadow\` (string) - (Optional) Box shadow of the avatar.
- \`root.color\` (string) - (Optional) Text color of the avatar.
- \`root.focusRing.borderColor\` (string) - (Optional) Focus ring border color.
- \`root.focusRing.borderRadius\` (string) - (Optional) Focus ring border radius.
- \`root.focusRing.borderWidth\` (string) - (Optional) Focus ring border width.",
"inlineType": {
"name": "AvatarProps.Style",
"properties": [
Expand Down
11 changes: 0 additions & 11 deletions src/avatar/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,6 @@ export interface AvatarProps {
imgUrl?: string;

/**
* Specifies an object of selectors and properties that are used to apply custom styles.
*
* - `root.background` (string) - (Optional) Background of the avatar.
* - `root.borderColor` (string) - (Optional) Border color of the avatar.
* - `root.borderRadius` (string) - (Optional) Border radius of the avatar.
* - `root.borderWidth` (string) - (Optional) Border width of the avatar.
* - `root.boxShadow` (string) - (Optional) Box shadow of the avatar.
* - `root.color` (string) - (Optional) Text color of the avatar.
* - `root.focusRing.borderColor` (string) - (Optional) Focus ring border color.
* - `root.focusRing.borderRadius` (string) - (Optional) Focus ring border radius.
* - `root.focusRing.borderWidth` (string) - (Optional) Focus ring border width.
* @awsuiSystem core
*/
style?: AvatarProps.Style;
Expand Down
Loading