@primer/view-components 0.26.1-rc.bb63206a → 0.26.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.26.1-rc.bb63206a",
3
+ "version": "0.26.1",
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",
@@ -2462,6 +2462,18 @@
2462
2462
  "default": "N/A",
2463
2463
  "description": "One of `:left` or `:right`. - Defaults to left"
2464
2464
  },
2465
+ {
2466
+ "name": "body_arguments",
2467
+ "type": "Hash",
2468
+ "default": "`{}`",
2469
+ "description": "[System arguments](/system-arguments) for the body wrapper."
2470
+ },
2471
+ {
2472
+ "name": "wrapper_arguments",
2473
+ "type": "Hash",
2474
+ "default": "`{}`",
2475
+ "description": "[System arguments](/system-arguments) for the `TabContainer` wrapper."
2476
+ },
2465
2477
  {
2466
2478
  "name": "system_arguments",
2467
2479
  "type": "Hash",
@@ -7628,6 +7628,18 @@
7628
7628
  "default": "N/A",
7629
7629
  "description": "One of `:left` or `:right`. - Defaults to left"
7630
7630
  },
7631
+ {
7632
+ "name": "body_arguments",
7633
+ "type": "Hash",
7634
+ "default": "`{}`",
7635
+ "description": "{{link_to_system_arguments_docs}} for the body wrapper."
7636
+ },
7637
+ {
7638
+ "name": "wrapper_arguments",
7639
+ "type": "Hash",
7640
+ "default": "`{}`",
7641
+ "description": "{{link_to_system_arguments_docs}} for the `TabContainer` wrapper."
7642
+ },
7631
7643
  {
7632
7644
  "name": "system_arguments",
7633
7645
  "type": "Hash",