static/arguments.json in primer_view_components-0.0.103 vs static/arguments.json in primer_view_components-0.0.104

- old
+ new

@@ -1358,9 +1358,15 @@ "type": "String", "default": "N/A", "description": "String that can be read by assistive technology. A description can be longer as it is intended to provide more context and information. See the accessibility section for more information." }, { + "name": "show_tooltip", + "type": "Boolean", + "default": "`true`", + "description": "Whether or not to show a tooltip when this button is hovered. Tooltips should only be hidden if the aria label is redundant, i.e. if the icon has a widely understood definition." + }, + { "name": "tooltip_direction", "type": "Symbol", "default": "`:s`", "description": "One of `:e`, `:n`, `:ne`, `:nw`, `:s`, `:se`, `:sw`, or `:w`." },