@forter/styles
Advanced tools
Comparing version 4.17.1 to 4.17.2
@@ -6,2 +6,14 @@ # Change Log | ||
## [4.17.2](https://github.com/forter/web-components/compare/@forter/styles@4.17.0...@forter/styles@4.17.2) (2024-11-14) | ||
### Bug Fixes | ||
* **styles:** adds fix to fc-spacing-xl bug ([4c15292](https://github.com/forter/web-components/commit/4c15292)) | ||
* **styles:** fixed spacing vars ([2714c57](https://github.com/forter/web-components/commit/2714c57)) | ||
## [4.17.1](https://github.com/forter/web-components/compare/@forter/styles@4.17.0...@forter/styles@4.17.1) (2024-11-13) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@forter/styles", | ||
"version": "4.17.1", | ||
"version": "4.17.2", | ||
"description": "Styles for Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "5c772ad5bbc72ac58b64b256e3514d971280a101" | ||
"gitHead": "a89b284d30d2b4dbaf0b52f8aa8557acad119a71" | ||
} |
@@ -18,3 +18,3 @@ import { css } from 'lit-element'; | ||
--fc-spacing-2xl: var(--fc-spacing-5); | ||
--fc-spacing-xl: var(--fc-spacing-xs); | ||
--fc-spacing-xl: var(--fc-spacing-4); | ||
--fc-spacing-lg: var(--fc-spacing-3); | ||
@@ -21,0 +21,0 @@ --fc-spacing-md: var(--fc-spacing-2); |
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
119695