@spark-ui/checkbox
Advanced tools
Comparing version 1.6.7 to 1.7.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.7.0](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@1.6.7...@spark-ui/checkbox@1.7.0) (2023-04-19) | ||
### Features | ||
- **checkbox:** update make variants function ([eb38d0f](https://github.com/adevinta/spark/commit/eb38d0f19967097023666bd666520b8fa0b91fda)) | ||
## [1.6.7](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@1.6.6...@spark-ui/checkbox@1.6.7) (2023-04-19) | ||
@@ -8,0 +14,0 @@ |
import { VariantProps } from 'class-variance-authority'; | ||
export declare const inputStyles: (props?: ({ | ||
intent?: "primary" | "success" | "alert" | "error" | null | undefined; | ||
intent?: "current" | "primary" | "secondary" | "success" | "error" | "info" | "alert" | "danger" | "neutral" | "surface" | null | undefined; | ||
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; | ||
export type InputStylesProps = VariantProps<typeof inputStyles>; |
{ | ||
"name": "@spark-ui/checkbox", | ||
"version": "1.6.7", | ||
"version": "1.7.0", | ||
"description": "A control that allows the user to toggle between checked and not checked.", | ||
@@ -16,4 +16,4 @@ "publishConfig": { | ||
"@radix-ui/react-checkbox": "1", | ||
"@spark-ui/icons": "^1.7.0", | ||
"@spark-ui/internal-utils": "1", | ||
"@spark-ui/icons": "^1.7.1", | ||
"@spark-ui/internal-utils": "^1.5.0", | ||
"class-variance-authority": "0.4.0" | ||
@@ -26,3 +26,3 @@ }, | ||
}, | ||
"gitHead": "1d60ad10758dc412f7ef5b85c05bde5f92bef479" | ||
"gitHead": "ad5cc14d188d9e9319f7782cd1a454bd926f0a67" | ||
} |
21436
Updated@spark-ui/icons@^1.7.1