From 4542bb7ce8c758dbf118dd5cfb3da119b606995d Mon Sep 17 00:00:00 2001 From: Brenton Kelly Date: Wed, 1 Feb 2023 10:30:27 -0500 Subject: [PATCH] Added aria-expanded attr to ToggleBlock button (#177) Co-authored-by: KETF --- package.json | 2 +- src/components/ToggleBlock/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 189183b1..5012331e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@civicactions/data-catalog-components", - "version": "1.14.0", + "version": "1.15.0", "description": "React Components for Open Data Catalogs.", "main": "lib/index.js", "repository": { diff --git a/src/components/ToggleBlock/index.jsx b/src/components/ToggleBlock/index.jsx index 1d97da5d..6e753928 100644 --- a/src/components/ToggleBlock/index.jsx +++ b/src/components/ToggleBlock/index.jsx @@ -17,7 +17,7 @@ export default function ToggleBlock({ if (allowToggle) { toggleBlockHeading = (

-