@forter/avatar
Advanced tools
Comparing version 4.0.12 to 4.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.1.0](https://github.com/forter/web-components/compare/@forter/avatar@4.0.11...@forter/avatar@4.1.0) (2024-12-04) | ||
### Features | ||
* **styles:** migrate to tokens ([cf3b8a8](https://github.com/forter/web-components/commit/cf3b8a8)) | ||
## [4.0.12](https://github.com/forter/web-components/compare/@forter/avatar@4.0.11...@forter/avatar@4.0.12) (2022-09-28) | ||
@@ -8,0 +19,0 @@ |
@@ -6,5 +6,5 @@ import { css } from 'lit-element'; | ||
--fc-avatar-font: var(--fc-font-16px-600); | ||
--fc-avatar-hover-background-color: var(--fc-gray-300); | ||
--fc-avatar-background-color: var(--fc-gray-300); | ||
--fc-avatar-font-color: var(--fc-gray-700); | ||
--fc-avatar-hover-background-color: var(--fc-color-surface-tertiary); | ||
--fc-avatar-background-color: var(--fc-color-surface-tertiary); | ||
--fc-avatar-font-color: var(--fc-color-text-secondary); | ||
@@ -19,3 +19,3 @@ border-radius: 50%; | ||
button { | ||
background-color: var(--fc-avatar-background-color, var(--fc-gray-300)); | ||
background-color: var(--fc-avatar-background-color, var(--fc-color-surface-tertiary)); | ||
border-radius: 50%; | ||
@@ -22,0 +22,0 @@ border: none; |
{ | ||
"name": "@forter/avatar", | ||
"version": "4.0.12", | ||
"version": "4.1.0", | ||
"description": "Avatar from Forter Components", | ||
@@ -54,3 +54,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "75ccc51d9a80ceb8f419bb19d759ddd23f4ea5c5" | ||
"gitHead": "db3409c012e2fe00f662fb959698c14bc80eeb09" | ||
} |
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
42889