@primer/view-components 0.27.0-rc.565a31e6 → 0.27.0-rc.a5c9e1b2

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.27.0-rc.565a31e6",
3
+ "version": "0.27.0-rc.a5c9e1b2",
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",
@@ -383,12 +383,6 @@
383
383
  "default": "`{}`",
384
384
  "description": "Allows an `ActionMenu` to act as a select list in multi- and single-select modes. Pass the `builder:` and `name:` options to this hash. `builder:` should be an instance of `ActionView::Helpers::FormBuilder`, which are created by the standard Rails `#form_with` and `#form_for` helpers. The `name:` option is the desired name of the field that will be included in the params sent to the server on form submission."
385
385
  },
386
- {
387
- "name": "overlay_arguments",
388
- "type": "Hash",
389
- "default": "`{}`",
390
- "description": "Arguments to pass to the underlying [Overlay](/components/alpha/overlay)"
391
- },
392
386
  {
393
387
  "name": "system_arguments",
394
388
  "type": "Hash",
@@ -1271,12 +1271,6 @@
1271
1271
  "default": "`{}`",
1272
1272
  "description": "Allows an `ActionMenu` to act as a select list in multi- and single-select modes. Pass the `builder:` and `name:` options to this hash. `builder:` should be an instance of `ActionView::Helpers::FormBuilder`, which are created by the standard Rails `#form_with` and `#form_for` helpers. The `name:` option is the desired name of the field that will be included in the params sent to the server on form submission."
1273
1273
  },
1274
- {
1275
- "name": "overlay_arguments",
1276
- "type": "Hash",
1277
- "default": "`{}`",
1278
- "description": "Arguments to pass to the underlying {{#link_to_component}}Primer::Alpha::Overlay{{/link_to_component}}"
1279
- },
1280
1274
  {
1281
1275
  "name": "system_arguments",
1282
1276
  "type": "Hash",