@frontify/fondue 12.1.9 → 12.1.11

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/index.d.ts CHANGED
@@ -1942,7 +1942,7 @@ export declare const getItemElementType: (link?: string, onClick?: (event: Mouse
1942
1942
 
1943
1943
  export declare const getKeyItemRecord: <T extends MenuItemType | ActionMenuItemType = MenuItemType>(items: T[]) => Record<string, T>;
1944
1944
 
1945
- export declare const getLicElementClassNames: (element: TElement) => string;
1945
+ export declare const getLicElementClassNames: (element: TElement, includeColumnBreakClasses?: boolean) => string;
1946
1946
 
1947
1947
  export declare const getLiStyles: (element: TElement, styles: Record<string, CSSProperties>) => CSSProperties;
1948
1948