New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@momentum-design/components

Package Overview
Dependencies
Maintainers
4
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@momentum-design/components - npm Package Compare versions

Comparing version

to
0.16.22

8

dist/components/link/link.styles.js

@@ -109,3 +109,2 @@ import { css } from 'lit';

pointer-events: none;
text-decoration: var(--mdc-link-text-decoration-disabled);
}

@@ -116,3 +115,8 @@

}
`, ...hostFocusRingStyles()];
`, ...hostFocusRingStyles(),
css `
:host(:active) {
box-shadow: none;
}
`];
export default styles;

@@ -39,3 +39,3 @@ {

},
"version": "0.16.21"
"version": "0.16.22"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet