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

@forter/icon

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/icon - npm Package Compare versions

Comparing version 1.0.1-beta.262 to 1.0.1-beta.267

14

fc-icon.css.js

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

display: inline-block;
--fc-icon-fill-hover: var(--ftr-primary-2)
}

@@ -36,6 +37,6 @@

:host([hoverable]) #content:hover > svg,
:host([hoverable]) #content:hover > svg > path,
:host([hoverable]) #content:hover > svg > g > path {
fill: var(--fc-icon-fill-hover, var(--ftr-primary-2)) !important;
:host([hoverable]:hover) #content > svg,
:host([hoverable]:hover) #content > svg > path,
:host([hoverable]:hover) #content > svg > g > path {
fill: var(--fc-icon-fill-hover) !important;
}

@@ -48,4 +49,5 @@

/* disabled */
:host([disabled]) #content:hover > svg,
:host([hoverable]) > #content:hover > svg > g > path {
:host([disabled]:hover) #content > svg,
:host([disabled]:hover) #content > svg > path,
:host([disabled]:hover) #content > svg > g > path {
fill: auto !important;

@@ -52,0 +54,0 @@ }

{
"name": "@forter/icon",
"version": "1.0.1-beta.262+84e4f9a",
"version": "1.0.1-beta.267+e33e42f",
"description": "Icon Component from Forter Components",

@@ -51,3 +51,3 @@ "main": "index.js",

},
"gitHead": "84e4f9a0f90c9f3b1ca838b8131de9809e3ff136"
"gitHead": "e33e42f7fc4ce4418410a8aed2e03846e470440b"
}

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