@forter/chart
Advanced tools
Comparing version 5.45.0 to 5.45.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.45.1](https://github.com/forter/web-components/compare/@forter/chart@5.45.0...@forter/chart@5.45.1) (2024-11-13) | ||
### Bug Fixes | ||
* **styles:** fixed spacing vars ([2714c57](https://github.com/forter/web-components/commit/2714c57)) | ||
# [5.45.0](https://github.com/forter/web-components/compare/@forter/chart@5.44.0...@forter/chart@5.45.0) (2024-10-27) | ||
@@ -8,0 +19,0 @@ |
@@ -32,3 +32,3 @@ import { css } from 'lit-element'; | ||
box-sizing: border-box; | ||
gap: var(--fc-spacing-8); | ||
gap: var(--fc-spacing-sm); | ||
display: flex; | ||
@@ -35,0 +35,0 @@ flex-direction: column; |
{ | ||
"name": "@forter/chart", | ||
"version": "5.45.0", | ||
"version": "5.45.1", | ||
"description": "chart from Forter Components", | ||
@@ -61,3 +61,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "f62ca23b64bb89cba7a3bf1dbd258b60d17b94cf" | ||
"gitHead": "5c772ad5bbc72ac58b64b256e3514d971280a101" | ||
} |
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
527474