Socket
Socket
Sign inDemoInstall

@chakra-ui/input

Package Overview
Dependencies
Maintainers
2
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/input - npm Package Compare versions

Comparing version 2.0.22 to 2.1.0

dist/chunk-2ZHRCML3.mjs

7

dist/index.js

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

'use client'
"use strict";

@@ -117,3 +118,6 @@ var __defProp = Object.defineProperty;

position: "relative",
isolation: "isolate"
// Parts of inputs override z-index to ensure that they stack correctly on each other
// Create a new stacking context so that these overrides don't leak out and conflict with other z-indexes
isolation: "isolate",
...styles.group
},

@@ -279,1 +283,2 @@ "data-group": true,

});
//# sourceMappingURL=index.js.map

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

'use client'
"use strict";

@@ -85,3 +86,6 @@ var __defProp = Object.defineProperty;

position: "relative",
isolation: "isolate"
// Parts of inputs override z-index to ensure that they stack correctly on each other
// Create a new stacking context so that these overrides don't leak out and conflict with other z-indexes
isolation: "isolate",
...styles.group
},

@@ -176,1 +180,2 @@ "data-group": true,

});
//# sourceMappingURL=input-addon.js.map

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

'use client'
"use strict";

@@ -84,3 +85,6 @@ var __defProp = Object.defineProperty;

position: "relative",
isolation: "isolate"
// Parts of inputs override z-index to ensure that they stack correctly on each other
// Create a new stacking context so that these overrides don't leak out and conflict with other z-indexes
isolation: "isolate",
...styles.group
},

@@ -164,1 +168,2 @@ "data-group": true,

});
//# sourceMappingURL=input-element.js.map

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

'use client'
"use strict";

@@ -80,3 +81,6 @@ var __defProp = Object.defineProperty;

position: "relative",
isolation: "isolate"
// Parts of inputs override z-index to ensure that they stack correctly on each other
// Create a new stacking context so that these overrides don't leak out and conflict with other z-indexes
isolation: "isolate",
...styles.group
},

@@ -96,1 +100,2 @@ "data-group": true,

});
//# sourceMappingURL=input-group.js.map

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

'use client'
"use strict";

@@ -53,1 +54,2 @@ var __defProp = Object.defineProperty;

});
//# sourceMappingURL=input.js.map

20

package.json
{
"name": "@chakra-ui/input",
"version": "2.0.22",
"version": "2.1.0",
"description": "A React component for input text field",

@@ -34,7 +34,7 @@ "keywords": [

"dependencies": {
"@chakra-ui/form-control": "2.0.18",
"@chakra-ui/form-control": "2.1.0",
"@chakra-ui/shared-utils": "2.0.5",
"@chakra-ui/object-utils": "2.1.0",
"@chakra-ui/react-children-utils": "2.0.6",
"@chakra-ui/react-context": "2.0.8"
"@chakra-ui/react-context": "2.1.0"
},

@@ -44,5 +44,5 @@ "devDependencies": {

"clean-package": "2.2.0",
"@chakra-ui/system": "2.5.6",
"@chakra-ui/icons": "2.0.19",
"@chakra-ui/layout": "2.1.19",
"@chakra-ui/system": "2.6.0",
"@chakra-ui/icons": "2.1.0",
"@chakra-ui/layout": "2.3.0",
"@chakra-ui/hooks": "2.2.0"

@@ -55,10 +55,2 @@ },

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

@@ -65,0 +57,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

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