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

@yamada-ui/checkbox

Package Overview
Dependencies
Maintainers
1
Versions
1104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/checkbox - npm Package Compare versions

Comparing version 0.0.0-dev-20230606151107 to 0.0.0-dev-20230609053333

dist/chunk-H7YAGSVR.mjs

10

dist/checkbox-group.js

@@ -108,3 +108,11 @@ "use strict";

gap: gap != null ? gap : direction === "row" ? "1rem" : void 0,
...(0, import_utils.omitObject)(props, ["value", "defaultValue", "onChange"]),
...(0, import_utils.omitObject)(props, [
"value",
"defaultValue",
"onChange",
"isInvalid",
"isDisabled",
"isRequired",
"isReadOnly"
]),
children

@@ -111,0 +119,0 @@ }

@@ -116,3 +116,11 @@ "use strict";

gap: gap != null ? gap : direction === "row" ? "1rem" : void 0,
...(0, import_utils.omitObject)(props, ["value", "defaultValue", "onChange"]),
...(0, import_utils.omitObject)(props, [
"value",
"defaultValue",
"onChange",
"isInvalid",
"isDisabled",
"isRequired",
"isReadOnly"
]),
children

@@ -119,0 +127,0 @@ }

@@ -526,3 +526,11 @@ "use strict";

gap: gap != null ? gap : direction === "row" ? "1rem" : void 0,
...(0, import_utils2.omitObject)(props, ["value", "defaultValue", "onChange"]),
...(0, import_utils2.omitObject)(props, [
"value",
"defaultValue",
"onChange",
"isInvalid",
"isDisabled",
"isRequired",
"isReadOnly"
]),
children

@@ -529,0 +537,0 @@ }

16

package.json
{
"name": "@yamada-ui/checkbox",
"version": "0.0.0-dev-20230606151107",
"version": "0.0.0-dev-20230609053333",
"description": "Yamada UI checkbox component",

@@ -38,9 +38,9 @@ "keywords": [

"dependencies": {
"@yamada-ui/core": "0.0.0-dev-20230606151107",
"@yamada-ui/utils": "0.0.0-dev-20230606151107",
"@yamada-ui/layouts": "0.0.0-dev-20230606151107",
"@yamada-ui/form-control": "0.0.0-dev-20230606151107",
"@yamada-ui/motion": "0.0.0-dev-20230606151107",
"@yamada-ui/use-focus-visible": "0.0.0-dev-20230606151107",
"@yamada-ui/use-controllable-state": "0.0.0-dev-20230606151107"
"@yamada-ui/core": "0.1.5",
"@yamada-ui/utils": "0.1.1",
"@yamada-ui/layouts": "0.1.5",
"@yamada-ui/form-control": "0.1.5",
"@yamada-ui/motion": "0.1.5",
"@yamada-ui/use-focus-visible": "0.1.1",
"@yamada-ui/use-controllable-state": "0.1.1"
},

@@ -47,0 +47,0 @@ "devDependencies": {

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

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