You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8948,12 +8948,19 @@ exports[`Documenter definition for icon matches the snapshot: icon 1`] = `
8948
8948
"name": "Icon",
8949
8949
"properties": [
8950
8950
{
8951
-
"description": "Specifies alternate text for a custom icon (using the \`url\` attribute). We recommend that you provide this for accessibility.
8951
+
"deprecatedTag": "Use \`ariaLabel\` instead.",
8952
+
"description": "Specifies alternate text for a custom icon (using the \`url\` attribute).
8952
8953
This property is ignored if you use a predefined icon or if you set your custom icon using the \`svg\` slot.",
8953
8954
"name": "alt",
8954
8955
"optional": true,
8955
8956
"type": "string",
8956
8957
},
8958
+
{
8959
+
"description": "Specifies alternate text for the icon. We recommend that you provide this for accessibility.",
8960
+
"name": "ariaLabel",
8961
+
"optional": true,
8962
+
"type": "string",
8963
+
},
8957
8964
{
8958
8965
"deprecatedTag": "Custom CSS is not supported. For testing and other use cases, use [data attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes).",
8959
8966
"description": "Adds the specified classes to the root element of the component.",
0 commit comments