@capitaltg/vero 1.11.0 → 1.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -723,6 +723,8 @@ declare type SharedProps = {
723
723
  contentClassName?: string;
724
724
  isBordered?: boolean;
725
725
  isCollapsible?: boolean;
726
+ /** Heading level for accordion item headers (h1–h6). Defaults to 'h3'. */
727
+ headingLevel?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
726
728
  };
727
729
 
728
730
  declare type SingleOrAccordionProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capitaltg/vero",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Accessible, modern, open source React component library inspired by USWDS built with Radix UI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",