Socket
Socket
Sign inDemoInstall

@chakra-ui/system

Package Overview
Dependencies
Maintainers
4
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/system - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

20

CHANGELOG.md
# Change Log
## 1.6.2
### Patch Changes
- [`000402a2c`](https://github.com/chakra-ui/chakra-ui/commit/000402a2c720878a06a63152a332b15efd79814f)
[#3805](https://github.com/chakra-ui/chakra-ui/pull/3805) Thanks
[@TimKolberger](https://github.com/TimKolberger)! - Allow passing custom props
to useStyleConfig
* [`a73198529`](https://github.com/chakra-ui/chakra-ui/commit/a7319852908f68596600da799ef08a0e7dbb468e)
[#3775](https://github.com/chakra-ui/chakra-ui/pull/3775) Thanks
[@tomchentw](https://github.com/tomchentw)! - Add missing dependency issue of
`@chakra-ui/react-utils`
* Updated dependencies
[[`8b5eb9654`](https://github.com/chakra-ui/chakra-ui/commit/8b5eb9654affe562795d38a19f732f84732a949d)]:
- @chakra-ui/utils@1.5.2
- @chakra-ui/color-mode@1.1.5
- @chakra-ui/styled-system@1.10.2
## 1.6.1

@@ -4,0 +24,0 @@

5

dist/types/use-style-config.d.ts
import { SystemStyleObject } from "@chakra-ui/styled-system";
import { Dict } from "@chakra-ui/utils";
import { ThemingProps } from "./system.types";
export declare function useStyleConfig(themeKey: string, props: ThemingProps, opts: {
export declare function useStyleConfig(themeKey: string, props: ThemingProps & Dict, opts: {
isMultiPart: true;
}): Record<string, SystemStyleObject>;
export declare function useStyleConfig(themeKey: string, props?: ThemingProps, opts?: {
export declare function useStyleConfig(themeKey: string, props?: ThemingProps & Dict, opts?: {
isMultiPart?: boolean;

@@ -8,0 +9,0 @@ }): SystemStyleObject;

9

package.json
{
"name": "@chakra-ui/system",
"version": "1.6.1",
"version": "1.6.2",
"description": "Chakra UI system primitives",

@@ -57,5 +57,6 @@ "keywords": [

"dependencies": {
"@chakra-ui/color-mode": "1.1.4",
"@chakra-ui/styled-system": "1.10.1",
"@chakra-ui/utils": "1.5.1",
"@chakra-ui/color-mode": "1.1.5",
"@chakra-ui/react-utils": "1.1.1",
"@chakra-ui/styled-system": "1.10.2",
"@chakra-ui/utils": "1.5.2",
"react-fast-compare": "3.2.0"

@@ -62,0 +63,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