@codefast-ui/checkbox-group
Advanced tools
Comparing version 0.2.6 to 0.2.7
# @codefast-ui/checkbox-group | ||
## 0.2.7 | ||
### Patch Changes | ||
- [#51](https://github.com/codefastlabs/codefast/pull/51) [`bbbbe4b`](https://github.com/codefastlabs/codefast/commit/bbbbe4bac48004b88ae39911bd5909e062e967e8) Thanks [@thevuong](https://github.com/thevuong)! - enhance sorting and add new interface rules | ||
## 0.2.6 | ||
@@ -4,0 +10,0 @@ |
@@ -28,3 +28,3 @@ import * as react from 'react'; | ||
declare const CheckboxGroup: react.ForwardRefExoticComponent<CheckboxGroupProps & react.RefAttributes<HTMLDivElement>>; | ||
interface CheckboxGroupItemProps extends Omit<ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, 'checked' | 'defaultChecked' | 'onCheckedChange' | 'name'> { | ||
interface CheckboxGroupItemProps extends Omit<ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, 'checked' | 'defaultChecked' | 'name' | 'onCheckedChange'> { | ||
value: string; | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@codefast-ui/checkbox-group", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"bugs": { | ||
@@ -47,4 +47,4 @@ "url": "https://github.com/codefastlabs/codefast/issues" | ||
"typescript": "5.7.2", | ||
"@codefast/eslint-config": "0.2.6", | ||
"@codefast/typescript-config": "0.2.6" | ||
"@codefast/eslint-config": "0.2.7", | ||
"@codefast/typescript-config": "0.2.7" | ||
}, | ||
@@ -72,4 +72,4 @@ "peerDependencies": { | ||
"dev": "tsup --watch", | ||
"lint": "eslint --max-warnings 0" | ||
"lint": "TIMING=1 eslint --max-warnings 0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
27319