@primer/view-components 0.36.4-rc.ffe927ba → 0.36.4

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.
@@ -387,6 +387,7 @@ _ActionMenuElement_handleItemActivated = function _ActionMenuElement_handleItemA
387
387
  }
388
388
  __classPrivateFieldGet(this, _ActionMenuElement_instances, "m", _ActionMenuElement_updateInput).call(this);
389
389
  this.dispatchEvent(new CustomEvent('itemActivated', {
390
+ bubbles: true,
390
391
  detail: { item: item.parentElement, checked: this.isItemChecked(item.parentElement) },
391
392
  }));
392
393
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.36.4-rc.ffe927ba",
3
+ "version": "0.36.4",
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",
@@ -67,7 +67,7 @@
67
67
  "@github/browserslist-config": "^1.0.0",
68
68
  "@github/markdownlint-github": "^0.6.0",
69
69
  "@github/prettier-config": "0.0.6",
70
- "@playwright/test": "^1.35.1",
70
+ "@playwright/test": "^1.49.1",
71
71
  "@primer/css": "21.5.1",
72
72
  "@primer/stylelint-config": "^13.1.1",
73
73
  "@rollup/plugin-node-resolve": "^15.2.3",
@@ -83,7 +83,7 @@
83
83
  "eslint-plugin-prettier": "^5.0.0",
84
84
  "markdownlint-cli2": "^0.16.0",
85
85
  "mocha": "^11.0.1",
86
- "playwright": "^1.35.1",
86
+ "playwright": "^1.49.1",
87
87
  "postcss": "^8.4.16",
88
88
  "postcss-cli": "^11.0.0",
89
89
  "postcss-import": "^16.0.0",