@primer/view-components 0.15.0 → 0.15.1-rc.6d3176b2
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.
@@ -274,7 +274,7 @@ class ToolTipElement extends HTMLElement {
|
|
274
274
|
});
|
275
275
|
this.ownerDocument.addEventListener('focusout', focusOutListener);
|
276
276
|
this.ownerDocument.addEventListener('focusin', focusInListener);
|
277
|
-
this.ownerDocument.addEventListener('keydown', this, { signal,
|
277
|
+
this.ownerDocument.addEventListener('keydown', this, { signal, capture: true });
|
278
278
|
}
|
279
279
|
disconnectedCallback() {
|
280
280
|
var _a;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.15.
|
3
|
+
"version": "0.15.1-rc.6d3176b2",
|
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",
|
@@ -55,14 +55,14 @@
|
|
55
55
|
"@primer/behaviors": "^1.3.4"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@changesets/changelog-github": "^0.
|
58
|
+
"@changesets/changelog-github": "^0.5.0",
|
59
59
|
"@changesets/cli": "^2.24.1",
|
60
60
|
"@github/axe-github": "^0.6.1",
|
61
61
|
"@github/browserslist-config": "^1.0.0",
|
62
62
|
"@github/markdownlint-github": "^0.6.0",
|
63
63
|
"@github/prettier-config": "0.0.6",
|
64
64
|
"@playwright/test": "^1.35.1",
|
65
|
-
"@primer/css": "21.0
|
65
|
+
"@primer/css": "21.1.0",
|
66
66
|
"@primer/primitives": "7.15.4",
|
67
67
|
"@primer/stylelint-config": "^12.7.2",
|
68
68
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"eslint-plugin-custom-elements": "^0.0.6",
|
77
77
|
"eslint-plugin-github": "^4.9.2",
|
78
78
|
"eslint-plugin-prettier": "^5.0.0",
|
79
|
-
"markdownlint-cli2": "^0.
|
79
|
+
"markdownlint-cli2": "^0.11.0",
|
80
80
|
"mocha": "^10.0.0",
|
81
81
|
"playwright": "^1.35.1",
|
82
82
|
"postcss": "^8.4.16",
|