@equisoft/design-elements-react 9.9.7-snapshot.20260112140313 → 9.9.7-snapshot.20260113135442

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.
@@ -1,2 +1,2 @@
1
- export { Accordion, type ItemsProps } from './accordion';
1
+ export { Accordion, type ItemsProps as AccordionItem } from './accordion';
2
2
  export { accordionClasses, type AccordionClasses } from './accordion-classes';
@@ -1,6 +1,6 @@
1
1
  import { type FC, MouseEvent } from 'react';
2
2
  interface ButtonProps {
3
- className: string;
3
+ className?: string;
4
4
  disabled?: boolean;
5
5
  onClick?(event: MouseEvent<HTMLButtonElement>): void;
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "9.9.7-snapshot.20260112140313",
3
+ "version": "9.9.7-snapshot.20260113135442",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",