@forter/icon
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -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 @@ |
{ | ||
"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`" | ||
} | ||
] | ||
} | ||
] | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
165954
2076
0