@primer/view-components
Advanced tools
Comparing version 0.0.0-20241107225123 to 0.0.0-20241108215654
@@ -258,8 +258,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
// When we close the dialog, clear the filter input | ||
if (this.filterInputTextField) { | ||
const fireSearchEvent = this.filterInputTextField.value.length > 0; | ||
this.filterInputTextField.value = ''; | ||
if (fireSearchEvent) { | ||
this.filterInputTextField.dispatchEvent(new Event('input')); | ||
} | ||
const fireSearchEvent = this.filterInputTextField.value.length > 0; | ||
this.filterInputTextField.value = ''; | ||
if (fireSearchEvent) { | ||
this.filterInputTextField.dispatchEvent(new Event('input')); | ||
} | ||
@@ -731,4 +729,4 @@ this.dispatchEvent(new CustomEvent('panelClosed', { | ||
let errorElement = this.fragmentErrorElement; | ||
if (type === ErrorStateType.BODY && this.fragmentErrorElement) { | ||
this.fragmentErrorElement.removeAttribute('hidden'); | ||
if (type === ErrorStateType.BODY) { | ||
this.fragmentErrorElement?.removeAttribute('hidden'); | ||
this.bannerErrorElement.setAttribute('hidden', ''); | ||
@@ -735,0 +733,0 @@ } |
@@ -16,4 +16,5 @@ { | ||
".Link--onHover:hover", | ||
":is(.Link--secondary,.Link--primary,.Link--muted):hover [class*=color-fg]" | ||
":is(.Link--secondary,.Link--primary,.Link--muted):hover [class*=color-fg]", | ||
".Link-content" | ||
] | ||
} |
{ | ||
"name": "@primer/view-components", | ||
"version": "0.0.0-20241107225123", | ||
"version": "0.0.0-20241108215654", | ||
"description": "ViewComponents for the Primer Design System", | ||
@@ -59,5 +59,2 @@ "main": "app/assets/javascripts/primer_view_components.js", | ||
}, | ||
"peerDependencies": { | ||
"@primer/primitives": "9.x || 10.x" | ||
}, | ||
"devDependencies": { | ||
@@ -72,2 +69,3 @@ "@changesets/changelog-github": "^0.5.0", | ||
"@primer/css": "21.5.0", | ||
"@primer/primitives": "^9.0.2", | ||
"@primer/stylelint-config": "^13.1.1", | ||
@@ -74,0 +72,0 @@ "@rollup/plugin-node-resolve": "^15.2.3", |
@@ -407,2 +407,5 @@ { | ||
], | ||
"Link-content": [ | ||
"Primer::Beta::Link" | ||
], | ||
"Overlay": [ | ||
@@ -409,0 +412,0 @@ "Primer::Alpha::Dialog", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2346551
12
38943
37