@@ -4233,6 +4233,50 @@ It prevents users from clicking the button, but it can still be focused.",
42334233 "optional": true,
42344234 "type": "string",
42354235 },
4236+ {
4237+ "description": "Attributes to add to the native \`a\` element (when \`href\` is provided).
4238+ Some attributes will be automatically combined with internal attribute values:
4239+ - \`className\` will be appended.
4240+ - Event handlers will be chained, unless the default is prevented.
4241+
4242+ We do not support using this attribute to apply custom styling.",
4243+ "inlineType": {
4244+ "name": "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children"> & Record<\`data-\${string}\`, string>",
4245+ "type": "union",
4246+ "values": [
4247+ "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children">",
4248+ "Record<\`data-\${string}\`, string>",
4249+ ],
4250+ },
4251+ "name": "nativeAnchorAttributes",
4252+ "optional": true,
4253+ "systemTags": [
4254+ "core",
4255+ ],
4256+ "type": "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children"> & Record<\`data-\${string}\`, string>",
4257+ },
4258+ {
4259+ "description": "Attributes to add to the native \`button\` element.
4260+ Some attributes will be automatically combined with internal attribute values:
4261+ - \`className\` will be appended.
4262+ - Event handlers will be chained, unless the default is prevented.
4263+
4264+ We do not support using this attribute to apply custom styling.",
4265+ "inlineType": {
4266+ "name": "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & Record<\`data-\${string}\`, string>",
4267+ "type": "union",
4268+ "values": [
4269+ "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children">",
4270+ "Record<\`data-\${string}\`, string>",
4271+ ],
4272+ },
4273+ "name": "nativeButtonAttributes",
4274+ "optional": true,
4275+ "systemTags": [
4276+ "core",
4277+ ],
4278+ "type": "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & Record<\`data-\${string}\`, string>",
4279+ },
42364280 {
42374281 "description": "Adds a \`rel\` attribute to the link. By default, the component sets the \`rel\` attribute to "noopener noreferrer" when \`target\` is \`"_blank"\`.
42384282If the \`rel\` property is provided, it overrides the default behavior.",
@@ -20182,6 +20226,50 @@ It prevents users from clicking the button, but it can still be focused.",
2018220226 "optional": true,
2018320227 "type": "string",
2018420228 },
20229+ {
20230+ "description": "Attributes to add to the native \`a\` element (when \`href\` is provided).
20231+ Some attributes will be automatically combined with internal attribute values:
20232+ - \`className\` will be appended.
20233+ - Event handlers will be chained, unless the default is prevented.
20234+
20235+ We do not support using this attribute to apply custom styling.",
20236+ "inlineType": {
20237+ "name": "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children"> & Record<\`data-\${string}\`, string>",
20238+ "type": "union",
20239+ "values": [
20240+ "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children">",
20241+ "Record<\`data-\${string}\`, string>",
20242+ ],
20243+ },
20244+ "name": "nativeAnchorAttributes",
20245+ "optional": true,
20246+ "systemTags": [
20247+ "core",
20248+ ],
20249+ "type": "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children"> & Record<\`data-\${string}\`, string>",
20250+ },
20251+ {
20252+ "description": "Attributes to add to the native \`button\` element.
20253+ Some attributes will be automatically combined with internal attribute values:
20254+ - \`className\` will be appended.
20255+ - Event handlers will be chained, unless the default is prevented.
20256+
20257+ We do not support using this attribute to apply custom styling.",
20258+ "inlineType": {
20259+ "name": "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & Record<\`data-\${string}\`, string>",
20260+ "type": "union",
20261+ "values": [
20262+ "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children">",
20263+ "Record<\`data-\${string}\`, string>",
20264+ ],
20265+ },
20266+ "name": "nativeButtonAttributes",
20267+ "optional": true,
20268+ "systemTags": [
20269+ "core",
20270+ ],
20271+ "type": "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & Record<\`data-\${string}\`, string>",
20272+ },
2018520273 {
2018620274 "defaultValue": "false",
2018720275 "description": "Sets the toggle button to pressed state.",
0 commit comments