@forter/forter-checkbox
Advanced tools
Comparing version 0.3.4 to 0.4.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.4.0](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.3.4...@forter/forter-checkbox@0.4.0) (2023-08-20) | ||
# 1.0.0-dev.230820065032 (2023-08-20) | ||
### Features | ||
- 🎸 add error state design to form element ([#96](https://github.com/forter/design-system/issues/96)) ([44242af](https://github.com/forter/design-system/commit/44242af5c9bfead138d058c058f12d0eace8341b)) | ||
## [0.3.4](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.3.3...@forter/forter-checkbox@0.3.4) (2023-08-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@forter/forter-checkbox", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"description": "checkbox from Forter Components", | ||
@@ -23,6 +23,6 @@ "author": "Forter Developers", | ||
"dependencies": { | ||
"@forter/component-base": "^9.0.4", | ||
"@forter/component-base": "^9.1.0", | ||
"lit": "^2.7.2" | ||
}, | ||
"gitHead": "d9d6faf8b1f4ee94d4c3fdca09249d68ed947c3f" | ||
"gitHead": "e087b351f8692af3bf3c59eff6b85f42d600cbe7" | ||
} |
@@ -66,2 +66,8 @@ import '../src/index'; | ||
export const Error = { | ||
args: { | ||
error: 'some error message', | ||
}, | ||
}; | ||
export const Checked = { | ||
@@ -68,0 +74,0 @@ args: { |
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
62727
527