@forter/avatar
Advanced tools
Comparing version 3.0.4 to 4.0.0
@@ -6,2 +6,30 @@ # Change Log | ||
# [4.0.0](https://github.com/forter/web-components/compare/@forter/avatar@3.0.4...@forter/avatar@4.0.0) (2019-12-08) | ||
### chore | ||
* fix more stories to new format ([2580306](https://github.com/forter/web-components/commit/2580306)) | ||
### BREAKING CHANGES | ||
* \ | ||
* fix(radio): fix test | ||
affects: @forter/radio | ||
* fix(json-viewer): fix story | ||
affects: @forter/json-viewer | ||
* chore(radio): fix test | ||
affects: @forter/radio | ||
## [3.0.4](https://github.com/forter/web-components/compare/@forter/avatar@3.0.3...@forter/avatar@3.0.4) (2019-11-28) | ||
@@ -8,0 +36,0 @@ |
@@ -16,4 +16,3 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
* | ||
* <fc-avatar | ||
* abbr="Foo Bar"> | ||
* <fc-avatar> | ||
* </fc-avatar> | ||
@@ -20,0 +19,0 @@ * ``` |
{ | ||
"name": "@forter/avatar", | ||
"version": "3.0.4", | ||
"version": "4.0.0", | ||
"description": "Avatar from Forter Components", | ||
@@ -54,3 +54,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "3892455c25a8e3295c4c78c18c145e051774367f" | ||
"gitHead": "193fe69cd2a4ad324c79315ac602e9d4f721e918" | ||
} |
@@ -12,4 +12,3 @@ # fc-avatar | ||
<fc-avatar | ||
abbr="Foo Bar"> | ||
<fc-avatar> | ||
</fc-avatar> | ||
@@ -16,0 +15,0 @@ ``` |
@@ -19,4 +19,3 @@ import { LitElement, html, property } from 'lit-element'; | ||
* | ||
* <fc-avatar | ||
* abbr="Foo Bar"> | ||
* <fc-avatar> | ||
* </fc-avatar> | ||
@@ -23,0 +22,0 @@ * ``` |
@@ -6,4 +6,4 @@ { | ||
"name": "fc-avatar", | ||
"description": "Avatar circular element they used to represent person or an object. Can represent either an image or an initial.\n\n## Usage\n\n```html\n<script>\n import '@forter/avatar';\n</script>\n\n<fc-avatar\n abbr=\"Foo Bar\">\n</fc-avatar>\n```", | ||
"jsDoc": "/**\n * Avatar circular element they used to represent person or an object. Can represent either an image or an initial.\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/avatar';\n * </script>\n *\n * <fc-avatar\n * abbr=\"Foo Bar\">\n * </fc-avatar>\n * ```\n *\n * @element fc-avatar\n * @cssprop --fc-avatar-size - height and width. default: `48px`, example: `96px`\n * @cssprop --fc-avatar-background-color - the color. default: `transparent`, example: `gold`\n */", | ||
"description": "Avatar circular element they used to represent person or an object. Can represent either an image or an initial.\n\n## Usage\n\n```html\n<script>\n import '@forter/avatar';\n</script>\n\n<fc-avatar>\n</fc-avatar>\n```", | ||
"jsDoc": "/**\n * Avatar circular element they used to represent person or an object. Can represent either an image or an initial.\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/avatar';\n * </script>\n *\n * <fc-avatar>\n * </fc-avatar>\n * ```\n *\n * @element fc-avatar\n * @cssprop --fc-avatar-size - height and width. default: `48px`, example: `96px`\n * @cssprop --fc-avatar-background-color - the color. default: `transparent`, example: `gold`\n */", | ||
"attributes": [ | ||
@@ -10,0 +10,0 @@ { |
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
49090
805
30