@hashicorp/react-accordion
Advanced tools
Comparing version 0.3.1 to 1.0.0
{ | ||
"name": "@hashicorp/react-accordion", | ||
"version": "0.3.1", | ||
"description": "A block that displays a set of title + content items, with content collapsed by default, but expandable to view. Also includes an optional heading for the block.", | ||
"main": "dist", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"version": "1.0.0", | ||
"author": "HashiCorp", | ||
"contributors": [ | ||
"Zach Shilton" | ||
], | ||
"dependencies": { | ||
"@hashicorp/react-inline-svg": "^1.0.2" | ||
}, | ||
"license": "MPL-2.0", | ||
"peerDependencies": { | ||
"react": "^16.9.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "MPL-2.0", | ||
"dependencies": { | ||
"@hashicorp/react-global-styles": "^4.5.0", | ||
"@hashicorp/react-inline-svg": "^1.0.2" | ||
}, | ||
"gitHead": "318196c77439fe1c2af279a8b1beb2e6dca83092" | ||
"gitHead": "c47c50a8419f6278073505ebbe25c9fbe4faab07" | ||
} |
# Accordion | ||
A block that displays a set of title + content items, with content collapsed by default, but expandable to view. Also includes an optional heading for the block. | ||
Display a list of titled items with expandable content. | ||
Also exposes the inner `<AccordionItems />` component for use in other contexts. | ||
[See Accordion Documentation Here](https://react-components.vercel.app/?component=Accordion) |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14
1
1
26048
295
1
- Removed@hashicorp/react-global-styles@4.6.1(transitive)