@chakra-ui/pin-input
Advanced tools
Comparing version 2.0.17 to 2.0.18
export { PinInput, PinInputField, PinInputFieldProps, PinInputProps } from './pin-input.js'; | ||
export { PinInputContext, PinInputDescendantsProvider, PinInputProvider, UsePinInputFieldProps, UsePinInputProps, UsePinInputReturn, usePinInput, usePinInputContext, usePinInputDescendant, usePinInputDescendants, usePinInputDescendantsContext, usePinInputField } from './use-pin-input.js'; | ||
export { PinInputContext, PinInputDescendantsProvider, PinInputProvider, UsePinInputFieldProps, UsePinInputProps, UsePinInputReturn, usePinInput, usePinInputContext, usePinInputField } from './use-pin-input.js'; | ||
import '@chakra-ui/system'; | ||
import 'react'; | ||
import '@chakra-ui/descendant'; |
@@ -29,5 +29,2 @@ "use strict"; | ||
usePinInputContext: () => usePinInputContext, | ||
usePinInputDescendant: () => usePinInputDescendant, | ||
usePinInputDescendants: () => usePinInputDescendants, | ||
usePinInputDescendantsContext: () => usePinInputDescendantsContext, | ||
usePinInputField: () => usePinInputField | ||
@@ -288,6 +285,3 @@ }); | ||
usePinInputContext, | ||
usePinInputDescendant, | ||
usePinInputDescendants, | ||
usePinInputDescendantsContext, | ||
usePinInputField | ||
}); |
{ | ||
"name": "@chakra-ui/pin-input", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"description": "A React component optimized for entering sequences of digits", | ||
@@ -34,8 +34,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/descendant": "3.0.12", | ||
"@chakra-ui/react-use-controllable-state": "2.0.7", | ||
"@chakra-ui/react-use-merge-refs": "2.0.6", | ||
"@chakra-ui/react-children-utils": "2.0.5", | ||
"@chakra-ui/react-context": "2.0.6", | ||
"@chakra-ui/shared-utils": "2.0.4" | ||
"@chakra-ui/descendant": "3.0.13", | ||
"@chakra-ui/react-use-controllable-state": "2.0.8", | ||
"@chakra-ui/react-use-merge-refs": "2.0.7", | ||
"@chakra-ui/react-children-utils": "2.0.6", | ||
"@chakra-ui/react-context": "2.0.7", | ||
"@chakra-ui/shared-utils": "2.0.5" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
"clean-package": "2.1.1", | ||
"@chakra-ui/system": "2.3.6" | ||
"@chakra-ui/system": "2.4.0" | ||
}, | ||
@@ -76,4 +76,5 @@ "peerDependencies": { | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src" | ||
"build:fast": "tsup src", | ||
"typedocs": "tsx ../../../scripts/generate-type-docs.ts" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
47413
1275
+ Added@chakra-ui/descendant@3.0.13(transitive)
+ Added@chakra-ui/react-children-utils@2.0.6(transitive)
+ Added@chakra-ui/react-context@2.0.7(transitive)
+ Added@chakra-ui/react-use-callback-ref@2.0.7(transitive)
+ Added@chakra-ui/react-use-controllable-state@2.0.8(transitive)
+ Added@chakra-ui/react-use-merge-refs@2.0.7(transitive)
- Removed@chakra-ui/descendant@3.0.12(transitive)
- Removed@chakra-ui/react-children-utils@2.0.5(transitive)
- Removed@chakra-ui/react-context@2.0.6(transitive)
- Removed@chakra-ui/react-use-callback-ref@2.0.6(transitive)
- Removed@chakra-ui/react-use-controllable-state@2.0.7(transitive)
- Removed@chakra-ui/react-use-merge-refs@2.0.6(transitive)
- Removed@chakra-ui/shared-utils@2.0.4(transitive)
Updated@chakra-ui/descendant@3.0.13