@assecosolutions/fox-icon
Advanced tools
Comparing version 0.0.1-alpha.7.0.1 to 0.0.1-alpha.7.0.11
import { LitElement } from 'lit-element'; | ||
declare global { | ||
interface HTMLElementTagNameMap { | ||
'mwc-icon': FoxIcon; | ||
'fox-icon': FoxIcon; | ||
} | ||
@@ -6,0 +6,0 @@ } |
@@ -7,3 +7,3 @@ import { customElement, html, LitElement } from 'lit-element'; | ||
interface HTMLElementTagNameMap { | ||
'mwc-icon': FoxIcon; | ||
'fox-icon': FoxIcon; | ||
} | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "@assecosolutions/fox-icon", | ||
"version": "0.0.1-alpha.7.0.1", | ||
"version": "0.0.1-alpha.7.0.11", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "lib": { |
@@ -6,2 +6,3 @@ # 🦊 Fox - Future Open Experience | ||
## Installation | ||
```bash | ||
@@ -12,2 +13,3 @@ npm i @assecosolutions/fox-icon | ||
## Usage | ||
```html | ||
@@ -19,5 +21,18 @@ <script type="module"> | ||
<fox-icon>edit</fox-icon> | ||
``` | ||
## Docs | ||
You can find the Material Icons here | ||
[Official documentation](https://material.io/resources/icons/?style=baseline) <br> | ||
If you are not using Material Icons inside your Project don´t forget to import | ||
```html | ||
<link | ||
href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
rel="stylesheet" | ||
/> | ||
``` | ||
## Further Reading | ||
@@ -33,4 +48,4 @@ | ||
| ![Burak Topal](https://avatars3.githubusercontent.com/u/17909825?u=1026b9f16dd1c7dbf72b3fe3295c1aa834b81ce4&v=4&s=100 "Burak Topal") | ![Jari Möllenbernd](https://avatars2.githubusercontent.com/u/974638?u=8c61e7d54df0341c68cca59bd8fd0187154d03c8&v=4&s=100 "Jari Möllenbernd") | <img src="https://avatars0.githubusercontent.com/u/17983201?s=100&v=3" width="100" alt="Julia Nissen" /> | | ||
| ![Burak Topal](https://avatars3.githubusercontent.com/u/17909825?u=1026b9f16dd1c7dbf72b3fe3295c1aa834b81ce4&v=4&s=100 'Burak Topal') | ![Jari Möllenbernd](https://avatars2.githubusercontent.com/u/974638?u=8c61e7d54df0341c68cca59bd8fd0187154d03c8&v=4&s=100 'Jari Möllenbernd') | <img src="https://avatars0.githubusercontent.com/u/17983201?s=100&v=3" width="100" alt="Julia Nissen" /> | | ||
| :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------: | | ||
| Burak Topal ([@biggisb](https://github.com/Biggisb)) | Jari Möllenbernd ([@jarmee](https://github.com/jarmee)) | Julia Nissen ([@JuliaNssn](https://github.com/JuliaNssn)) | |
{ | ||
"extends": "../../../../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"skipLibCheck": true, | ||
"strict": true, | ||
"noImplicitAny": false, | ||
"target": "es2018", | ||
@@ -7,3 +11,2 @@ "module": "esnext", | ||
"lib": ["es2017", "dom"], | ||
"strict": true, | ||
"noUnusedLocals": true, | ||
@@ -20,8 +23,15 @@ "noUnusedParameters": true, | ||
"inlineSources": true, | ||
"rootDir": "./", | ||
"rootDir": "./src", | ||
"declaration": true | ||
}, | ||
"include": ["*.ts"] | ||
"files": [], | ||
"include": [], | ||
"references": [ | ||
{ | ||
"path": "./tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "./tsconfig.spec.json" | ||
} | ||
] | ||
} | ||
{ | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "../../../../../dist/out-tsc", | ||
"outDir": "../../../../../dist/@assecosolutions/fox-icon", | ||
"types": [] | ||
@@ -6,0 +6,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10197
128
48
0
0