Socket
Socket
Sign inDemoInstall

@chakra-ui/control-box

Package Overview
Dependencies
Maintainers
4
Versions
390
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/control-box - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

9

CHANGELOG.md
# Change Log
## 1.0.13
### Patch Changes
- [`afb9b3cfa`](https://github.com/chakra-ui/chakra-ui/commit/afb9b3cfa87076ed8897b7edd4a9d9f1e1701721)
[#4103](https://github.com/chakra-ui/chakra-ui/pull/4103) Thanks
[@with-heart](https://github.com/with-heart)! - Update transitions to use
theme tokens and remove outline transitions
## 1.0.12

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

3

dist/cjs/control-box.js

@@ -59,3 +59,4 @@ "use strict";

justifyContent: "center",
transition: "all 120ms",
transitionProperty: "common",
transitionDuration: "fast",
flexShrink: 0

@@ -62,0 +63,0 @@ }, _ref[focus] = _focus, _ref[hover] = _hover, _ref[disabled] = _disabled, _ref[invalid] = _invalid, _ref[checkedAndDisabled] = _checkedAndDisabled, _ref[checkedAndFocus] = _checkedAndFocus, _ref[checkedAndHover] = _checkedAndHover, _ref[child] = _child, _ref[checked] = _extends({}, _checked, (_extends2 = {}, _extends2[child] = _checkedAndChild, _extends2)), _ref)

@@ -44,3 +44,4 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

justifyContent: "center",
transition: "all 120ms",
transitionProperty: "common",
transitionDuration: "fast",
flexShrink: 0,

@@ -47,0 +48,0 @@ [focus]: _focus,

{
"name": "@chakra-ui/control-box",
"version": "1.0.12",
"version": "1.0.13",
"description": "Chakra UI ControlBox component",

@@ -55,3 +55,3 @@ "keywords": [

"devDependencies": {
"@chakra-ui/system": "1.6.5",
"@chakra-ui/system": "1.7.0",
"react": "^17.0.1"

@@ -58,0 +58,0 @@ },

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