react-accessible-accordion
Advanced tools
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
102825