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

@chakra-ui/system

Package Overview
Dependencies
Maintainers
2
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 0.0.0-dev-20230531085907 to 0.0.0-dev-20230711204333

dist/chunk-3MKQNPA3.mjs

13

dist/factory.js

@@ -21,2 +21,6 @@ "use strict";

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -109,5 +113,14 @@ mod

return new Proxy(styled, {
/**
* @example
* const Div = chakra("div")
* const WithChakra = chakra(AnotherComponent)
*/
apply(target, thisArg, argArray) {
return styled(...argArray);
},
/**
* @example
* <chakra.div />
*/
get(_, element) {

@@ -114,0 +127,0 @@ if (!cache.has(element)) {

17

dist/index.js

@@ -22,2 +22,6 @@ "use strict";

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -295,5 +299,14 @@ mod

return new Proxy(styled, {
/**
* @example
* const Div = chakra("div")
* const WithChakra = chakra(AnotherComponent)
*/
apply(target, thisArg, argArray) {
return styled(...argArray);
},
/**
* @example
* <chakra.div />
*/
get(_, element) {

@@ -328,3 +341,5 @@ if (!cache.has(element)) {

useTheme,
useToken
useToken,
...require("@chakra-ui/color-mode"),
...require("@chakra-ui/styled-system")
});

@@ -21,2 +21,6 @@ "use strict";

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -23,0 +27,0 @@ mod

@@ -21,2 +21,6 @@ "use strict";

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -23,0 +27,0 @@ mod

8

package.json
{
"name": "@chakra-ui/system",
"version": "0.0.0-dev-20230531085907",
"version": "0.0.0-dev-20230711204333",
"description": "Chakra UI system primitives",

@@ -39,4 +39,4 @@ "keywords": [

"@chakra-ui/react-utils": "2.0.12",
"@chakra-ui/theme-utils": "0.0.0-dev-20230531085907",
"@chakra-ui/styled-system": "0.0.0-dev-20230531085907",
"@chakra-ui/theme-utils": "0.0.0-dev-20230711204333",
"@chakra-ui/styled-system": "2.9.1",
"@chakra-ui/utils": "2.0.15"

@@ -55,3 +55,3 @@ },

"clean-package": "2.2.0",
"@chakra-ui/theme": "0.0.0-dev-20230531085907"
"@chakra-ui/theme": "0.0.0-dev-20230711204333"
},

@@ -58,0 +58,0 @@ "clean-package": "../../../clean-package.config.json",

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