@forter/forter-checkbox
Advanced tools
Comparing version 17.2.1 to 18.0.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [18.0.0](https://github.com/forter/design-system/compare/v17.2.1...v18.0.0) (2024-12-25) | ||
### Features | ||
- ๐ธ Creating radio group component ([#263](https://github.com/forter/design-system/issues/263)) ([fbf0bb7](https://github.com/forter/design-system/commit/fbf0bb714952c05c018c745be7c9fc4a16389d10)) | ||
### BREAKING CHANGES | ||
- ๐งจ Creating radio-group component | ||
- feat: ๐ธ creating radio group | ||
## [17.2.1](https://github.com/forter/design-system/compare/v17.2.0...v17.2.1) (2024-12-10) | ||
@@ -8,0 +20,0 @@ |
@@ -70,2 +70,6 @@ import { css, html } from 'lit'; | ||
:host([disabled]) ::slotted([slot='label']) { | ||
color: var(--fc-color-text-assistive); | ||
} | ||
:host(:not([indeterminate])) #indeterminate { | ||
@@ -72,0 +76,0 @@ opacity: 0; |
{ | ||
"name": "@forter/forter-checkbox", | ||
"version": "17.2.1", | ||
"version": "18.0.0", | ||
"description": "checkbox from Forter Components", | ||
@@ -23,6 +23,6 @@ "author": "Forter Developers", | ||
"dependencies": { | ||
"@forter/component-base": "17.1.1", | ||
"@forter/component-base": "18.0.0", | ||
"lit": "2.7.2" | ||
}, | ||
"gitHead": "0edf98c57584f66bd696c39e307997026ee7e3cc" | ||
"gitHead": "68c65fd60b70f7d62be3c1fa2c5791da23ce6398" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69503
537
+ Added@forter/component-base@18.0.0(transitive)
- Removed@forter/component-base@17.1.1(transitive)