@chakra-ui/input
Advanced tools
Comparing version 0.0.0-dev-20230424225650 to 0.0.0-dev-20230718122336
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -117,2 +118,4 @@ var __defProp = Object.defineProperty; | ||
position: "relative", | ||
// 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" | ||
@@ -279,1 +282,2 @@ }, | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -85,2 +86,4 @@ var __defProp = Object.defineProperty; | ||
position: "relative", | ||
// 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" | ||
@@ -176,1 +179,2 @@ }, | ||
}); | ||
//# sourceMappingURL=input-addon.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -84,2 +85,4 @@ var __defProp = Object.defineProperty; | ||
position: "relative", | ||
// 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" | ||
@@ -164,1 +167,2 @@ }, | ||
}); | ||
//# sourceMappingURL=input-element.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -80,2 +81,4 @@ var __defProp = Object.defineProperty; | ||
position: "relative", | ||
// 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" | ||
@@ -96,1 +99,2 @@ }, | ||
}); | ||
//# 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 |
{ | ||
"name": "@chakra-ui/input", | ||
"version": "0.0.0-dev-20230424225650", | ||
"version": "0.0.0-dev-20230718122336", | ||
"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": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/shared-utils": "2.0.5", | ||
"@chakra-ui/object-utils": "0.0.0-dev-20230424225650", | ||
"@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": "0.0.0-dev-20230718122336" | ||
}, | ||
@@ -44,20 +44,12 @@ "devDependencies": { | ||
"clean-package": "2.2.0", | ||
"@chakra-ui/system": "0.0.0-dev-20230424225650", | ||
"@chakra-ui/icons": "0.0.0-dev-20230424225650", | ||
"@chakra-ui/layout": "0.0.0-dev-20230424225650", | ||
"@chakra-ui/hooks": "0.0.0-dev-20230424225650" | ||
"@chakra-ui/system": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/icons": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/layout": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/hooks": "2.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/system": "0.0.0-dev-20230424225650", | ||
"@chakra-ui/system": "0.0.0-dev-20230718122336", | ||
"react": ">=18" | ||
}, | ||
"clean-package": "../../../clean-package.config.json", | ||
"tsup": { | ||
"clean": true, | ||
"target": "es2019", | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
] | ||
}, | ||
"module": "dist/index.mjs", | ||
@@ -64,0 +56,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
99816
36
1175
+ Added@chakra-ui/anatomy@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/color-mode@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/form-control@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/icon@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/react-context@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/react-use-merge-refs@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/react-use-safe-layout-effect@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/styled-system@2.9.1(transitive)
+ Added@chakra-ui/system@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/theme@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/theme-tools@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/theme-utils@0.0.0-dev-20230718122336(transitive)
- Removed@chakra-ui/anatomy@2.1.22.2.2(transitive)
- Removed@chakra-ui/color-mode@2.1.122.2.0(transitive)
- Removed@chakra-ui/form-control@2.0.18(transitive)
- Removed@chakra-ui/icon@3.0.16(transitive)
- Removed@chakra-ui/object-utils@0.0.0-dev-20230424225650(transitive)
- Removed@chakra-ui/react-context@2.0.8(transitive)
- Removed@chakra-ui/react-use-merge-refs@2.0.7(transitive)
- Removed@chakra-ui/react-use-safe-layout-effect@2.0.52.1.0(transitive)
- Removed@chakra-ui/styled-system@0.0.0-dev-202304242256502.9.2(transitive)
- Removed@chakra-ui/system@0.0.0-dev-202304242256502.6.2(transitive)
- Removed@chakra-ui/theme@0.0.0-dev-202304242256503.3.1(transitive)
- Removed@chakra-ui/theme-tools@2.0.172.1.2(transitive)
- Removed@chakra-ui/theme-utils@0.0.0-dev-202304242256502.0.21(transitive)
- Removedreact-fast-compare@3.2.2(transitive)