Socket
Socket
Sign inDemoInstall

@chakra-ui/tabs

Package Overview
Dependencies
93
Maintainers
2
Versions
460
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20230820153451 to 0.0.0-dev-20230822131635

dist/chunk-4YMKQ5D4.mjs

24

dist/use-tabs.d.ts

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

about?: string | undefined;
content?: string | undefined;
datatype?: string | undefined;

@@ -190,3 +191,5 @@ inlist?: any;

property?: string | undefined;
rel?: string | undefined;
resource?: string | undefined;
rev?: string | undefined;
typeof?: string | undefined;

@@ -211,2 +214,4 @@ vocab?: string | undefined;

'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
'aria-braillelabel'?: string | undefined;
'aria-brailleroledescription'?: string | undefined;
'aria-busy'?: (boolean | "true" | "false") | undefined;

@@ -216,5 +221,7 @@ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;

'aria-colindex'?: number | undefined;
'aria-colindextext'?: string | undefined;
'aria-colspan'?: number | undefined;
'aria-current'?: boolean | "true" | "false" | "time" | "location" | "page" | "step" | "date" | undefined;
'aria-current'?: boolean | "true" | "false" | "time" | "page" | "location" | "step" | "date" | undefined;
'aria-describedby'?: string | undefined;
'aria-description'?: string | undefined;
'aria-details'?: string | undefined;

@@ -248,2 +255,3 @@ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;

'aria-rowindex'?: number | undefined;
'aria-rowindextext'?: string | undefined;
'aria-rowspan'?: number | undefined;

@@ -258,3 +266,3 @@ 'aria-setsize'?: number | undefined;

dangerouslySetInnerHTML?: {
__html: string;
__html: string | TrustedHTML;
} | undefined;

@@ -455,2 +463,3 @@ onCopy?: react.ClipboardEventHandler<HTMLElement> | undefined;

about?: string | undefined;
content?: string | undefined;
datatype?: string | undefined;

@@ -460,3 +469,5 @@ inlist?: any;

property?: string | undefined;
rel?: string | undefined;
resource?: string | undefined;
rev?: string | undefined;
typeof?: string | undefined;

@@ -481,2 +492,4 @@ vocab?: string | undefined;

'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
'aria-braillelabel'?: string | undefined;
'aria-brailleroledescription'?: string | undefined;
'aria-busy'?: (boolean | "true" | "false") | undefined;

@@ -486,5 +499,7 @@ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;

'aria-colindex'?: number | undefined;
'aria-colindextext'?: string | undefined;
'aria-colspan'?: number | undefined;
'aria-current'?: boolean | "true" | "false" | "time" | "location" | "page" | "step" | "date" | undefined;
'aria-current'?: boolean | "true" | "false" | "time" | "page" | "location" | "step" | "date" | undefined;
'aria-describedby'?: string | undefined;
'aria-description'?: string | undefined;
'aria-details'?: string | undefined;

@@ -518,2 +533,3 @@ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;

'aria-rowindex'?: number | undefined;
'aria-rowindextext'?: string | undefined;
'aria-rowspan'?: number | undefined;

@@ -528,3 +544,3 @@ 'aria-setsize'?: number | undefined;

dangerouslySetInnerHTML?: {
__html: string;
__html: string | TrustedHTML;
} | undefined;

@@ -531,0 +547,0 @@ onCopy?: react.ClipboardEventHandler<HTMLElement> | undefined;

10

package.json
{
"name": "@chakra-ui/tabs",
"version": "0.0.0-dev-20230820153451",
"version": "0.0.0-dev-20230822131635",
"description": "Accessible Tabs component for React and Chakra UI",

@@ -53,10 +53,10 @@ "keywords": [

"devDependencies": {
"react": "^18.0.0",
"react": "^18.2.0",
"clean-package": "2.2.0",
"@chakra-ui/react-use-interval": "2.1.0",
"@chakra-ui/system": "0.0.0-dev-20230820153451",
"@chakra-ui/modal": "2.3.0"
"@chakra-ui/system": "0.0.0-dev-20230822131635",
"@chakra-ui/modal": "0.0.0-dev-20230822131635"
},
"peerDependencies": {
"@chakra-ui/system": "0.0.0-dev-20230820153451",
"@chakra-ui/system": "0.0.0-dev-20230822131635",
"react": ">=18"

@@ -63,0 +63,0 @@ },

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc