@fluid-topics/ft-icon
Advanced tools
Comparing version 1.0.52 to 1.0.53
{ | ||
"name": "@fluid-topics/ft-icon", | ||
"version": "1.0.52", | ||
"version": "1.0.53", | ||
"description": "Typography components", | ||
@@ -15,3 +15,4 @@ "keywords": [ | ||
"build/**/*.ts", | ||
"build/**/*.js" | ||
"build/**/*.js", | ||
"assets/**/*" | ||
], | ||
@@ -23,6 +24,6 @@ "repository": { | ||
"dependencies": { | ||
"@fluid-topics/ft-wc-utils": "1.0.52", | ||
"@fluid-topics/ft-wc-utils": "1.0.53", | ||
"lit": "2.7.2" | ||
}, | ||
"gitHead": "e5ca580eaeb1a17693fa8f2cf59fbdca412bf7d0" | ||
"gitHead": "adfef35652b764d792d22aeef90c706676636803" | ||
} |
@@ -17,3 +17,3 @@ An icon component for all UI usage. | ||
function render() { | ||
return html` | ||
return html` | ||
<ft-icon>account_settings</ft-icon> | ||
@@ -23,1 +23,12 @@ ` | ||
``` | ||
To define icon fonts: | ||
```html | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fluid-topics/ft-icon/assets/font-definitions.css"> | ||
</head> | ||
... | ||
</html> | ||
``` |
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
729262
21
1052
33
+ Added@fluid-topics/ft-wc-utils@1.0.53(transitive)
- Removed@fluid-topics/ft-wc-utils@1.0.52(transitive)