Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/checkbox

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/checkbox - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

dist/Checkbox.d.ts.map

9

CHANGELOG.md
# @leafygreen-ui/checkbox
## 4.0.2
### Patch Changes
- Updated dependencies [2eba736]
- Updated dependencies [1aa26ee]
- Updated dependencies [a571361]
- @leafygreen-ui/lib@5.0.0
## 4.0.1

@@ -4,0 +13,0 @@

3

dist/Checkbox.d.ts

@@ -47,3 +47,3 @@ import React, { PureComponent } from 'react';

inputRef: React.RefObject<HTMLInputElement>;
onClick: (e: React.MouseEvent<HTMLInputElement, MouseEvent> & {
onClick: (e: React.MouseEvent<HTMLInputElement> & {
target: HTMLInputElement;

@@ -55,1 +55,2 @@ }) => void;

export {};
//# sourceMappingURL=Checkbox.d.ts.map

@@ -10,1 +10,2 @@ import spritesheetLight from './spritesheet-light.png';

export { spritesheetLight, spritesheetDark, disabledLight, disabledLightChecked, disabledDark, disabledDarkChecked, indeterminateLight, indeterminateDark, };
//# sourceMappingURL=index.d.ts.map
import Checkbox from './Checkbox';
export { Variant } from './Checkbox';
export default Checkbox;
//# sourceMappingURL=index.d.ts.map
{
"name": "@leafygreen-ui/checkbox",
"version": "4.0.1",
"version": "4.0.2",
"description": "LeafyGreen UI Kit Checkbox",

@@ -16,3 +16,3 @@ "browser": "./dist/index.web.js",

"dependencies": {
"@leafygreen-ui/lib": "^4.0.0",
"@leafygreen-ui/lib": "^5.0.0",
"@leafygreen-ui/theme": "^2.0.0"

@@ -19,0 +19,0 @@ },

@@ -5,2 +5,4 @@ # Checkbox

#### [View on Storybook](https://mongodb.github.io/leafygreen-ui/?path=/story/checkbox--default)
## Installation

@@ -7,0 +9,0 @@

@@ -5,2 +5,3 @@ {

"declarationDir": "dist",
"outDir": "dist",
"rootDir": "src"

@@ -7,0 +8,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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