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

react-accessible-accordion

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-accessible-accordion - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

@@ -248,3 +248,3 @@ import { createContext, createElement, PureComponent, Component, Fragment } from 'react';

id: _this.getPanelId(uuid),
'data-hidden': expanded ? undefined : true
hidden: expanded ? undefined : true
};

@@ -251,0 +251,0 @@ });

@@ -7,3 +7,3 @@ import { UUID } from '../components/ItemContext';

id: string;
'data-hidden': boolean | undefined;
hidden: boolean | undefined;
}

@@ -10,0 +10,0 @@ export interface InjectedHeadingAttributes {

@@ -252,3 +252,3 @@ (function (global, factory) {

id: _this.getPanelId(uuid),
'data-hidden': expanded ? undefined : true
hidden: expanded ? undefined : true
};

@@ -255,0 +255,0 @@ });

{
"name": "react-accessible-accordion",
"version": "3.1.0",
"version": "3.1.1",
"description": "Accessible Accordion component for React",

@@ -5,0 +5,0 @@ "main": "dist/umd/index.js",

Sorry, the diff of this file is not supported yet