@forter/accordion
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -18,3 +18,3 @@ import { css } from 'lit-element'; | ||
height: 30px; | ||
background: var(--fc-accordion-category-bg-color,var(--fc-blue-gray-800)); | ||
background: var(--fc-accordion-category-bg-color,var(--fc-color-text-secondary)); | ||
text-transform: capitalize; | ||
@@ -64,2 +64,3 @@ border-radius: 8px; | ||
transition: 0.25s cubic-bezier(0.24, 0.01, 0.13, 0.97); | ||
color: var(--fc-color-text-primary); | ||
} | ||
@@ -66,0 +67,0 @@ |
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.5.0](https://github.com/forter/web-components/compare/@forter/accordion@1.4.0...@forter/accordion@1.5.0) (2024-12-04) | ||
### Features | ||
* **styles:** migrate to tokens ([cf3b8a8](https://github.com/forter/web-components/commit/cf3b8a8)) | ||
# [1.4.0](https://github.com/forter/web-components/compare/@forter/accordion@1.3.0...@forter/accordion@1.4.0) (2024-10-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@forter/accordion", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "accordion from Forter Components", | ||
@@ -54,3 +54,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "bbcea494e143cfd04e14a361e869c5bfe66fc928" | ||
"gitHead": "db3409c012e2fe00f662fb959698c14bc80eeb09" | ||
} |
@@ -18,3 +18,3 @@ import { css } from 'lit-element'; | ||
height: 30px; | ||
background: var(--fc-accordion-category-bg-color,var(--fc-blue-gray-800)); | ||
background: var(--fc-accordion-category-bg-color,var(--fc-color-text-secondary)); | ||
text-transform: capitalize; | ||
@@ -64,2 +64,3 @@ border-radius: 8px; | ||
transition: 0.25s cubic-bezier(0.24, 0.01, 0.13, 0.97); | ||
color: var(--fc-color-text-primary); | ||
} | ||
@@ -66,0 +67,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
100312
1622