@szhsin/react-accordion
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "@szhsin/react-accordion", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "The complete accordion solution for React.", | ||
@@ -56,30 +56,30 @@ "author": "Zheng Song", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/jest": "^29.5.3", | ||
"@types/react": "^18.2.14", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"@babel/core": "^7.24.4", | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/preset-react": "^7.24.1", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.2.2", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.2.73", | ||
"@typescript-eslint/eslint-plugin": "^7.5.0", | ||
"@typescript-eslint/parser": "^7.5.0", | ||
"babel-plugin-pure-annotations": "^0.1.2", | ||
"eslint": "^8.44.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-jest": "^27.2.2", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-react": "^7.34.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-hooks-addons": "^0.3.1", | ||
"jest": "^29.6.1", | ||
"jest-environment-jsdom": "^29.6.1", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.8", | ||
"prettier": "^3.2.5", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^3.26.2", | ||
"typescript": "^5.1.6" | ||
"rollup": "^4.14.0", | ||
"typescript": "^5.4.2" | ||
} | ||
} |
@@ -15,3 +15,3 @@ # React-Accordion | ||
- [WAI-ARIA compliant](https://www.w3.org/WAI/ARIA/apg/patterns/accordion/) | ||
- Keyborad navigable | ||
- Keyboard navigable | ||
- Support animation | ||
@@ -18,0 +18,0 @@ - Can be controlled or uncontrolled |
@@ -6,3 +6,3 @@ import { HTMLAttributes } from 'react'; | ||
export declare const ACCORDION_ATTR: string; | ||
export declare const ACCORDION_BTN_ATTR: string; | ||
export declare const ACCORDION_BTN_ATTR = "data-szh-adn-btn"; | ||
export type Modifiers = { | ||
@@ -9,0 +9,0 @@ readonly [index: string]: boolean | string; |
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
44335