@primer/view-components 0.43.5 → 0.43.6-rc.c45c1634

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.43.5",
3
+ "version": "0.43.6-rc.c45c1634",
4
4
  "description": "ViewComponents for the Primer Design System",
5
5
  "main": "app/assets/javascripts/primer_view_components.js",
6
6
  "module": "app/components/primer/primer.js",
@@ -4571,6 +4571,12 @@
4571
4571
  "default": "`false`",
4572
4572
  "description": "Removes the `title` attribute provided on the element by default."
4573
4573
  },
4574
+ {
4575
+ "name": "aria_hidden",
4576
+ "type": "Boolean",
4577
+ "default": "`nil`",
4578
+ "description": "Set if the element is hidden or not."
4579
+ },
4574
4580
  {
4575
4581
  "name": "system_arguments",
4576
4582
  "type": "Hash",
@@ -15256,6 +15256,12 @@
15256
15256
  "default": "`false`",
15257
15257
  "description": "Removes the `title` attribute provided on the element by default."
15258
15258
  },
15259
+ {
15260
+ "name": "aria_hidden",
15261
+ "type": "Boolean",
15262
+ "default": "`nil`",
15263
+ "description": "Set if the element is hidden or not."
15264
+ },
15259
15265
  {
15260
15266
  "name": "system_arguments",
15261
15267
  "type": "Hash",