@geoinsight/react-components 0.7.5 → 0.7.6

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.
@@ -19,7 +19,7 @@ export interface ToggleArray {
19
19
  }
20
20
  export interface AccordionItem {
21
21
  children: ReactNode | ReactNode[];
22
- className: string;
22
+ className?: string;
23
23
  label?: string;
24
24
  isExpanded?: boolean;
25
25
  }
@@ -19,7 +19,7 @@ export interface ToggleArray {
19
19
  }
20
20
  export interface AccordionItem {
21
21
  children: ReactNode | ReactNode[];
22
- className: string;
22
+ className?: string;
23
23
  label?: string;
24
24
  isExpanded?: boolean;
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoinsight/react-components",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "This library is the main UI component library for geoinsight",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",