@foris/avocado-suite 0.29.2 → 0.29.3
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.
- package/dist/avocado-suite.es.js +1616 -1616
- package/dist/avocado-suite.umd.js +14 -14
- package/dist/components/accordion/Accordion.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +3 -3
@@ -18,14 +18,14 @@ interface AccordionProps {
|
|
18
18
|
hasCheckbox?: boolean;
|
19
19
|
/** Have Icon */
|
20
20
|
hasIcon?: boolean;
|
21
|
-
/** Set accordion visibility */
|
22
|
-
opened?: boolean;
|
23
21
|
/** Icon variant for the type neutral */
|
24
22
|
neutralIcon?: {
|
25
23
|
name: IconTypes;
|
26
24
|
color: Color;
|
27
25
|
filled?: boolean;
|
28
26
|
};
|
27
|
+
/** Set accordion visibility */
|
28
|
+
opened?: boolean;
|
29
29
|
/** Set title */
|
30
30
|
title: string;
|
31
31
|
/** Type variant */
|