@primer/view-components 0.36.5 → 0.36.6-rc.07a9e3b4

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.
@@ -132,6 +132,7 @@ let ToggleSwitchElement = class ToggleSwitchElement extends HTMLElement {
132
132
  let response;
133
133
  const requestHeaders = {
134
134
  'Requested-With': 'XMLHttpRequest',
135
+ 'X-Requested-With': 'XMLHttpRequest',
135
136
  };
136
137
  if (this.turbo) {
137
138
  requestHeaders['Accept'] = 'text/vnd.turbo-stream.html';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.36.5",
3
+ "version": "0.36.6-rc.07a9e3b4",
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",