@forter/avatar
Advanced tools
Comparing version 1.0.1-beta.262 to 1.0.1-beta.292
import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
import { property, html, LitElement } from 'lit-element'; | ||
import { LitElement, property, html } from 'lit-element'; | ||
import style from './fc-avatar.css'; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@forter/avatar", | ||
"version": "1.0.1-beta.262+84e4f9a", | ||
"version": "1.0.1-beta.292+9682982", | ||
"description": "Avatar from Forter Components", | ||
@@ -13,5 +13,5 @@ "main": "index.js", | ||
"clean": "sh ../../scripts/clean.sh", | ||
"link": "npm link", | ||
"link": "yarn link", | ||
"postbuild": "sh ../../scripts/postbuild.sh", | ||
"prepare": "npm run build", | ||
"prepare": "yarn build", | ||
"test": "echo \"Please run tests from the repository root\" && exit 1" | ||
@@ -55,3 +55,3 @@ }, | ||
}, | ||
"gitHead": "84e4f9a0f90c9f3b1ca838b8131de9809e3ff136" | ||
"gitHead": "9682982c188a9dd0bc4fcdb60a34586f7937f030" | ||
} |
@@ -20,3 +20,3 @@ import { html } from 'lit-html'; | ||
{ key: 'src', fn: () => text('src', el.src) }, | ||
]}); | ||
] }); | ||
} | ||
@@ -36,3 +36,3 @@ | ||
fc-avatar { | ||
--fc-avatar-size: ${number('--fc-avatar-size', 48, {range: true, min: 12, max: 128, step: 1})}px; | ||
--fc-avatar-size: ${number('--fc-avatar-size', 48, { range: true, min: 12, max: 128, step: 1 })}px; | ||
} | ||
@@ -44,3 +44,3 @@ </style> | ||
(storiesOf('<fc-avatar>', module) | ||
(storiesOf('Display Components|Avatar', module) | ||
.addDecorator(withKnobs) | ||
@@ -47,0 +47,0 @@ .add('Element Properties', elementProperties, { notes, options }) |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
36148