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 3.2.3 to 3.2.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [3.2.4](https://github.com/forter/web-components/compare/@forter/icon@3.2.3...@forter/icon@3.2.4) (2019-12-05)
**Note:** Version bump only for package @forter/icon
## [3.2.3](https://github.com/forter/web-components/compare/@forter/icon@3.2.2...@forter/icon@3.2.3) (2019-11-27)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@forter/icon",
"version": "3.2.3",
"version": "3.2.4",
"description": "Icon Component from Forter Components",

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

},
"gitHead": "26a81b071f7d326de0472263bfd092842d61a9f8"
"gitHead": "c4f3eb919c39032467f00517739bcde25aece187"
}

@@ -25,5 +25,5 @@ # fc-icon

| `fallbackIcon` | `fallback-icon` | `string` | "__FC_ICON_DEFAULT__" | The fallback icon key for the instance |
| `hoverable` | `hoverable` | `boolean` | | Whether the icon will change colour when hovered. |
| `icon` | `icon` | `string` | | The icon key. Used to lookup icon in the cache. Falls back to 'forter' whenever an icon is not found. |
| `originalFill` | `original-fill` | `boolean` | | Whether to use the icon's original 'fill' SVG property. Needed for multicolor icons or for certain types of SVG. |
| `hoverable` | `hoverable` | `boolean` | false | Whether the icon will change colour when hovered. |
| `icon` | `icon` | `string` | "" | The icon key. Used to lookup icon in the cache. Falls back to 'forter' whenever an icon is not found. |
| `originalFill` | `original-fill` | `boolean` | false | Whether to use the icon's original 'fill' SVG property. Needed for multicolor icons or for certain types of SVG. |
| `size` | `size` | `string` | | |

@@ -30,0 +30,0 @@

@@ -74,6 +74,18 @@ {

],
"events": [],
"slots": []
"cssProperties": [
{
"name": "--fc-icon-fill-hover",
"description": "icon's svg fill on hover. default: `var(--cyan-5)`"
},
{
"name": "--fc-icon-fill",
"description": "icon's svg fill. default: `currentColor`"
},
{
"name": "--fc-icon-size",
"description": "icon's size. default: `20px`"
}
]
}
]
}
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