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
"deprecationInfo": "Use <code>endAdornment={<ChipDelete />}</code> instead. Ignored when <code>endAdornment</code> is present."
27
+
"deprecationInfo": "Use <code>endAdornment={<ChipDelete />}</code> instead. Ignored when <code>endAdornment</code> or <code>action</code> are used."
"deprecationInfo": "Use <code>startAdornment</code> instead. Ignored when <code>startAdornment</code> is present."
34
+
"deprecationInfo": "Use <code>startAdornment</code> instead. Ignored when <code>startAdornment</code> or <code>action</code> are used."
35
35
},
36
36
"label": { "type": { "name": "node" } },
37
37
"nativeButton": { "type": { "name": "bool" } },
38
38
"onDelete": {
39
39
"type": { "name": "func" },
40
40
"deprecated": true,
41
-
"deprecationInfo": "Use <code>endAdornment={<ChipDelete onClick={...} />}</code> instead. Ignored when <code>endAdornment</code> is present."
41
+
"deprecationInfo": "Use <code>endAdornment={<ChipDelete onClick={...} />}</code> instead. Ignored when <code>endAdornment</code> or <code>action</code> are used."
Copy file name to clipboardExpand all lines: docs/translations/api-docs/chip-button/chip-button.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"description": "If <code>true</code>, the component is disabled. When nested inside a <code>Chip</code>, inherits from the parent's <code>disabled</code> prop."
11
11
},
12
12
"focusableWhenDisabled": {
13
-
"description": "If <code>true</code>, the disabled chip can receive focus."
13
+
"description": "If <code>true</code>, the disabled button can receive focus."
14
14
},
15
15
"nativeButton": {
16
16
"description": "If <code>true</code>, the component is expected to resolve to a native <code><button></code> element. When omitted, native button semantics are inferred when <code>component</code> is <code>'button'</code> or absent. Set explicitly when using a custom <code>component</code> that resolves to a native <code><button></code>."
Copy file name to clipboardExpand all lines: docs/translations/api-docs/chip-delete/chip-delete.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"componentDescription": "A chip-aware delete button, designed to be used as an adornment of `Chip`.\n\nWhen rendered inside a `Chip`, it inherits `disabled`, `color`, `size`, and `variant`\nfrom the chip context. Local props override context values.",
2
+
"componentDescription": "A chip-aware delete button, designed to be used as an adornment of `Chip`.\n\nWhen rendered inside a `Chip`, it inherits `disabled`, `color`, `size`, and `variant`\nfrom the chip context.",
3
3
"propDescriptions": {
4
4
"classes": { "description": "Override or extend the styles applied to the component." },
0 commit comments