Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@primer/view-components

Package Overview
Dependencies
Maintainers
0
Versions
5473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primer/view-components - npm Package Compare versions

Comparing version 0.0.0-20241107225123 to 0.0.0-20241108215654

14

app/components/primer/alpha/select_panel_element.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc