@@ -4216,6 +4216,50 @@ It prevents users from clicking the button, but it can still be focused.",
42164216 "optional": true,
42174217 "type": "string",
42184218 },
4219+ {
4220+ "description": "Attributes to add to the native \`a\` element (when \`href\` is provided).
4221+ Some attributes will be automatically combined with Cloudscape-provided attribute values:
4222+ - \`className\` will be appended.
4223+ - Event handlers will be chained, unless the default is prevented.
4224+
4225+ We do not support using this attribute to apply custom styling.",
4226+ "inlineType": {
4227+ "name": "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children"> & Record<\`data-\${string}\`, string>",
4228+ "type": "union",
4229+ "values": [
4230+ "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children">",
4231+ "Record<\`data-\${string}\`, string>",
4232+ ],
4233+ },
4234+ "name": "nativeAnchorAttributes",
4235+ "optional": true,
4236+ "systemTags": [
4237+ "core",
4238+ ],
4239+ "type": "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children"> & Record<\`data-\${string}\`, string>",
4240+ },
4241+ {
4242+ "description": "Attributes to add to the native \`button\` element.
4243+ Some attributes will be automatically combined with Cloudscape-provided attribute values:
4244+ - \`className\` will be appended.
4245+ - Event handlers will be chained, unless the default is prevented.
4246+
4247+ We do not support using this attribute to apply custom styling.",
4248+ "inlineType": {
4249+ "name": "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & Record<\`data-\${string}\`, string>",
4250+ "type": "union",
4251+ "values": [
4252+ "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children">",
4253+ "Record<\`data-\${string}\`, string>",
4254+ ],
4255+ },
4256+ "name": "nativeButtonAttributes",
4257+ "optional": true,
4258+ "systemTags": [
4259+ "core",
4260+ ],
4261+ "type": "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & Record<\`data-\${string}\`, string>",
4262+ },
42194263 {
42204264 "description": "Adds a \`rel\` attribute to the link. By default, the component sets the \`rel\` attribute to "noopener noreferrer" when \`target\` is \`"_blank"\`.
42214265If the \`rel\` property is provided, it overrides the default behavior.",
@@ -20165,6 +20209,50 @@ It prevents users from clicking the button, but it can still be focused.",
2016520209 "optional": true,
2016620210 "type": "string",
2016720211 },
20212+ {
20213+ "description": "Attributes to add to the native \`a\` element (when \`href\` is provided).
20214+ Some attributes will be automatically combined with Cloudscape-provided attribute values:
20215+ - \`className\` will be appended.
20216+ - Event handlers will be chained, unless the default is prevented.
20217+
20218+ We do not support using this attribute to apply custom styling.",
20219+ "inlineType": {
20220+ "name": "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children"> & Record<\`data-\${string}\`, string>",
20221+ "type": "union",
20222+ "values": [
20223+ "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children">",
20224+ "Record<\`data-\${string}\`, string>",
20225+ ],
20226+ },
20227+ "name": "nativeAnchorAttributes",
20228+ "optional": true,
20229+ "systemTags": [
20230+ "core",
20231+ ],
20232+ "type": "Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "children"> & Record<\`data-\${string}\`, string>",
20233+ },
20234+ {
20235+ "description": "Attributes to add to the native \`button\` element.
20236+ Some attributes will be automatically combined with Cloudscape-provided attribute values:
20237+ - \`className\` will be appended.
20238+ - Event handlers will be chained, unless the default is prevented.
20239+
20240+ We do not support using this attribute to apply custom styling.",
20241+ "inlineType": {
20242+ "name": "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & Record<\`data-\${string}\`, string>",
20243+ "type": "union",
20244+ "values": [
20245+ "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children">",
20246+ "Record<\`data-\${string}\`, string>",
20247+ ],
20248+ },
20249+ "name": "nativeButtonAttributes",
20250+ "optional": true,
20251+ "systemTags": [
20252+ "core",
20253+ ],
20254+ "type": "Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "children"> & Record<\`data-\${string}\`, string>",
20255+ },
2016820256 {
2016920257 "defaultValue": "false",
2017020258 "description": "Sets the toggle button to pressed state.",
0 commit comments