Socket
Socket
Sign inDemoInstall

@chakra-ui/pin-input

Package Overview
Dependencies
Maintainers
2
Versions
444
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/pin-input - npm Package Compare versions

Comparing version 0.0.0-dev-20230320184810 to 0.0.0-dev-20230718122336

dist/chunk-7FMJRAMH.mjs

5

dist/index.js

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

'use client'
"use strict";

@@ -231,6 +232,9 @@ var __defProp = Object.defineProperty;

return {
// prop getter
getInputProps,
// state
id,
descendants,
values,
// actions
setValue,

@@ -287,1 +291,2 @@ setValues,

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

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

'use client'
"use strict";

@@ -224,6 +225,9 @@ var __defProp = Object.defineProperty;

return {
// prop getter
getInputProps,
// state
id,
descendants,
values,
// actions
setValue,

@@ -275,1 +279,2 @@ setValues,

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

4

dist/use-pin-input.d.ts

@@ -19,3 +19,3 @@ import * as react from 'react';

};
declare type PinInputContext = Omit<UsePinInputReturn, "descendants"> & {
type PinInputContext = Omit<UsePinInputReturn, "descendants"> & {
/**

@@ -107,3 +107,3 @@ * Sets the pin input component to the disabled state

};
declare type UsePinInputReturn = ReturnType<typeof usePinInput>;
type UsePinInputReturn = ReturnType<typeof usePinInput>;
interface UsePinInputFieldProps extends InputProps {

@@ -110,0 +110,0 @@ ref?: React.Ref<HTMLInputElement>;

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

'use client'
"use strict";

@@ -225,6 +226,9 @@ var __defProp = Object.defineProperty;

return {
// prop getter
getInputProps,
// state
id,
descendants,
values,
// actions
setValue,

@@ -255,1 +259,2 @@ setValues,

});
//# sourceMappingURL=use-pin-input.js.map
{
"name": "@chakra-ui/pin-input",
"version": "0.0.0-dev-20230320184810",
"version": "0.0.0-dev-20230718122336",
"description": "A React component optimized for entering sequences of digits",

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

"dependencies": {
"@chakra-ui/descendant": "0.0.0-dev-20230320184810",
"@chakra-ui/react-use-controllable-state": "2.0.8",
"@chakra-ui/react-use-merge-refs": "2.0.7",
"@chakra-ui/descendant": "0.0.0-dev-20230718122336",
"@chakra-ui/react-use-controllable-state": "0.0.0-dev-20230718122336",
"@chakra-ui/react-use-merge-refs": "0.0.0-dev-20230718122336",
"@chakra-ui/react-children-utils": "2.0.6",
"@chakra-ui/react-context": "0.0.0-dev-20230320184810",
"@chakra-ui/react-context": "0.0.0-dev-20230718122336",
"@chakra-ui/shared-utils": "2.0.5"

@@ -45,17 +45,9 @@ },

"clean-package": "2.2.0",
"@chakra-ui/system": "0.0.0-dev-20230320184810"
"@chakra-ui/system": "0.0.0-dev-20230718122336"
},
"peerDependencies": {
"@chakra-ui/system": "0.0.0-dev-20230320184810",
"@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",

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

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