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

@chakra-ui/descendant

Package Overview
Dependencies
Maintainers
3
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/descendant - npm Package Compare versions

Comparing version 0.0.0-dev-20221513279 to 0.0.0-dev-2022418165624

1

dist/declarations/src/index.d.ts
export type { DescendantsManager, Descendant, DescendantOptions, } from "./descendant";
export type { UseDescendantsReturn } from "./use-descendant";
export { createDescendantContext } from "./use-descendant";
export { createDescendantContext as default } from "./use-descendant";
//# sourceMappingURL=index.d.ts.map

4

dist/declarations/src/use-descendant.d.ts

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

/// <reference types="react" />
import React from "react";
import { DescendantsManager, DescendantOptions } from "./descendant";

@@ -10,3 +10,3 @@ /**

}
export declare function createDescendantContext<T extends HTMLElement = HTMLElement, K = {}>(): readonly [import("react").Provider<DescendantsManager<T, K>>, () => DescendantsManager<T, K>, () => DescendantsManager<T, K>, (options?: DescendantOptions<K> | undefined) => {
export declare function createDescendantContext<T extends HTMLElement = HTMLElement, K = {}>(): readonly [React.Provider<DescendantsManager<T, K>>, () => DescendantsManager<T, K>, () => DescendantsManager<T, K>, (options?: DescendantOptions<K> | undefined) => {
descendants: UseDescendantsReturn;

@@ -13,0 +13,0 @@ index: number;

{
"name": "@chakra-ui/descendant",
"version": "0.0.0-dev-20221513279",
"version": "0.0.0-dev-2022418165624",
"description": "Register child nodes of a react element for better accessibility",

@@ -23,4 +23,3 @@ "keywords": [

"files": [
"dist",
"src"
"dist"
],

@@ -39,10 +38,10 @@ "publishConfig": {

"dependencies": {
"@chakra-ui/react-utils": "^0.0.0-dev-20221513279"
"@chakra-ui/react-utils": "^2.0.0"
},
"peerDependencies": {
"react": ">=16.8.6"
"react": ">=18"
},
"devDependencies": {
"react": "^17.0.1"
"react": "^18.0.0"
}
}

@@ -23,8 +23,8 @@ # Descendant

Descendants observer is an utility hook for keeping track of descendant elements
Descendants observer is a utility hook for keeping track of descendant elements
and their relative indices.
In short, this package allows each item in a list to know it's relative index
and the parent of the list can keep track of each child, without needing to
render in a loop and pass each component an index.
In short, this package allows each item in a list to know its relative index and
the parent of the list can keep track of each child, without needing to render
in a loop and pass each component an index.

@@ -31,0 +31,0 @@ This enables component composition:

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