Socket
Socket
Sign inDemoInstall

@chakra-ui/control-box

Package Overview
Dependencies
Maintainers
2
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 2.0.13 to 2.1.0

dist/chunk-P2CZ2AGB.mjs

5

dist/control-box.d.ts

@@ -16,3 +16,3 @@ import { SystemStyleObject, HTMLChakraProps } from '@chakra-ui/system';

}
declare type IControlBox = ControlBoxOptions;
type IControlBox = ControlBoxOptions;
interface BaseControlProps extends Omit<HTMLChakraProps<"div">, keyof ControlBoxOptions> {

@@ -22,4 +22,7 @@ }

}
/**
* @deprecated This component will be removed in the next major release.
*/
declare const ControlBox: React.FC<ControlBoxProps>;
export { ControlBox, ControlBoxOptions, ControlBoxProps, IControlBox, ControlBox as default };

2

dist/control-box.js

@@ -0,1 +1,2 @@

'use client'
"use strict";

@@ -89,1 +90,2 @@ var __defProp = Object.defineProperty;

});
//# sourceMappingURL=control-box.js.map

@@ -0,1 +1,2 @@

'use client'
"use strict";

@@ -89,1 +90,2 @@ var __defProp = Object.defineProperty;

});
//# sourceMappingURL=index.js.map
{
"name": "@chakra-ui/control-box",
"version": "2.0.13",
"version": "2.1.0",
"description": "Chakra UI ControlBox component",

@@ -32,6 +32,6 @@ "keywords": [

"react": "^18.0.0",
"clean-package": "2.1.1",
"@chakra-ui/system": "2.4.0",
"@chakra-ui/visually-hidden": "2.0.15",
"@chakra-ui/icons": "2.0.17"
"clean-package": "2.2.0",
"@chakra-ui/system": "2.6.0",
"@chakra-ui/visually-hidden": "2.1.0",
"@chakra-ui/icons": "2.1.0"
},

@@ -44,10 +44,2 @@ "peerDependencies": {

"clean-package": "../../../clean-package.config.json",
"tsup": {
"clean": true,
"target": "es2019",
"format": [
"cjs",
"esm"
]
},
"module": "dist/index.mjs",

@@ -54,0 +46,0 @@ "types": "dist/index.d.ts",

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