@fast-food/design-system 1.30.1 → 1.31.0
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/components/atoms/Accordion/Accordion.style.d.ts +1 -0
- package/dist/fast-food-design-system-1.31.0.tgz +0 -0
- package/dist/fast-food-design-system.cjs.js +58 -30
- package/dist/fast-food-design-system.css +1 -1
- package/dist/fast-food-design-system.es.js +1997 -1787
- package/package.json +1 -1
- package/dist/fast-food-design-system-1.30.1.tgz +0 -0
|
@@ -4,6 +4,7 @@ export declare const accordionHeaderStyles: (props?: ({} & import('class-varianc
|
|
|
4
4
|
export declare const accordionContentStyles: (props?: ({
|
|
5
5
|
isOpen?: boolean | null | undefined;
|
|
6
6
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
7
|
+
export declare const accordionBodyStyles: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
|
|
7
8
|
export declare const accordionIconStyles: (props?: ({
|
|
8
9
|
isOpen?: boolean | null | undefined;
|
|
9
10
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
Binary file
|