@entur/chip
Advanced tools
Comparing version 0.3.37 to 0.3.38
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.3.38](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.37...@entur/chip@0.3.38) (2020-11-10) | ||
### Bug Fixes | ||
- **choice chip:** improve typing of onchange prop ([e790234](https://bitbucket.org/enturas/design-system/commits/e79023473e27c2c21016cb6394070a2ce8cd6f89)) | ||
## [0.3.37](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.36...@entur/chip@0.3.37) (2020-11-05) | ||
@@ -8,0 +14,0 @@ |
@@ -10,5 +10,5 @@ import React from 'react'; | ||
/** En callback som blir kalles hver gang en ChoiceChip klikkes på */ | ||
onChange: (e: React.ChangeEvent) => void; | ||
onChange: (e: React.ChangeEvent<HTMLInputElement>) => void; | ||
[key: string]: any; | ||
}; | ||
export declare const ChoiceChipGroup: React.FC<ChoiceChipGroupProps>; |
import React from 'react'; | ||
declare type ChoiceChipGroupContextProps = { | ||
name: string; | ||
onChange: (e: React.ChangeEvent) => void; | ||
onChange: (e: React.ChangeEvent<HTMLInputElement>) => void; | ||
value: string; | ||
@@ -6,0 +6,0 @@ }; |
{ | ||
"name": "@entur/chip", | ||
"version": "0.3.37", | ||
"version": "0.3.38", | ||
"license": "EUPL-1.2", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@entur/form": "^4.0.5", | ||
"@entur/form": "^4.0.6", | ||
"@entur/tokens": "^2.0.0", | ||
@@ -36,3 +36,3 @@ "@entur/utils": "^0.3.0", | ||
}, | ||
"gitHead": "c6a3e4911427aea2d3d83bc0dc4fcbbeef3b7164" | ||
"gitHead": "c7cd05a3c71df96ccbe7a874dce4eddc18c1d4de" | ||
} |
Sorry, the diff of this file is not supported yet
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
89013
Updated@entur/form@^4.0.6