New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spark-ui/checkbox

Package Overview
Dependencies
Maintainers
7
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/checkbox - npm Package Compare versions

Comparing version 1.6.7 to 1.7.0

6

CHANGELOG.md

@@ -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 @@

2

dist/CheckboxInput.styles.d.ts
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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc