@forter/forter-checkbox
Advanced tools
Comparing version 17.1.1 to 17.2.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [17.2.1](https://github.com/forter/design-system/compare/v17.2.0...v17.2.1) (2024-12-10) | ||
### Bug Fixes | ||
- ๐ update checkbox check color ([#261](https://github.com/forter/design-system/issues/261)) ([6505e54](https://github.com/forter/design-system/commit/6505e548b0da16fff9cbe4581559e938fc85df81)) | ||
## [17.1.1](https://github.com/forter/design-system/compare/v17.1.0...v17.1.1) (2024-11-13) | ||
@@ -8,0 +14,0 @@ |
@@ -142,3 +142,3 @@ import { css, html } from 'lit'; | ||
d="M0.279338 2.85355C0.651788 2.49653 1.25565 2.49653 1.6281 2.85355L3.65056 4.79225L8.3719 0.267767C8.74435 -0.0892556 9.34821 -0.0892556 9.72066 0.267767C10.0931 0.62479 10.0931 1.20364 9.72066 1.56066L4.32562 6.73223V6.73223C3.95317 7.08926 3.34931 7.08926 2.97686 6.73223L0.279338 4.14645C-0.0931125 3.78942 -0.0931125 3.21058 0.279338 2.85355Z" | ||
fill="white" /> | ||
fill="var(--fc-color-text-invert)" /> | ||
</svg> | ||
@@ -153,3 +153,7 @@ | ||
xmlns="http://www.w3.org/2000/svg"> | ||
<rect width="10" height="2" rx="1" fill="white" /> | ||
<rect | ||
width="10" | ||
height="2" | ||
rx="1" | ||
fill="var(--fc-color-text-invert)" /> | ||
</svg> | ||
@@ -156,0 +160,0 @@ </div> |
{ | ||
"name": "@forter/forter-checkbox", | ||
"version": "17.1.1", | ||
"version": "17.2.1", | ||
"description": "checkbox from Forter Components", | ||
@@ -26,3 +26,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "36a90ba7dd9a9f5bae319837c6183ad0275c9520" | ||
"gitHead": "0edf98c57584f66bd696c39e307997026ee7e3cc" | ||
} |
@@ -88,3 +88,3 @@ /* eslint-disable */ | ||
d="M0.279338 2.85355C0.651788 2.49653 1.25565 2.49653 1.6281 2.85355L3.65056 4.79225L8.3719 0.267767C8.74435 -0.0892556 9.34821 -0.0892556 9.72066 0.267767C10.0931 0.62479 10.0931 1.20364 9.72066 1.56066L4.32562 6.73223V6.73223C3.95317 7.08926 3.34931 7.08926 2.97686 6.73223L0.279338 4.14645C-0.0931125 3.78942 -0.0931125 3.21058 0.279338 2.85355Z" | ||
fill="white" /> | ||
fill="var(--fc-color-text-invert)" /> | ||
</svg> | ||
@@ -99,3 +99,7 @@ | ||
xmlns="http://www.w3.org/2000/svg"> | ||
<rect width="10" height="2" rx="1" fill="white" /> | ||
<rect | ||
width="10" | ||
height="2" | ||
rx="1" | ||
fill="var(--fc-color-text-invert)" /> | ||
</svg> | ||
@@ -102,0 +106,0 @@ </div> |
Sorry, the diff of this file is not supported yet
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
68916
531