@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/components/RichTextEditor/Plugins/ListPlugin/ListItemContentMarkupElement.es.js +5 -5
- package/dist/components/RichTextEditor/Plugins/ListPlugin/ListItemContentMarkupElement.es.js.map +1 -1
- package/dist/components/RichTextEditor/serializer/utils/serializeNodeToHtmlRecursive.es.js +1 -1
- package/dist/components/RichTextEditor/serializer/utils/serializeNodeToHtmlRecursive.es.js.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/packages/tokens/tailwind.config.js +1 -1
- package/dist/styles-without-tailwind.css +394 -0
- package/package.json +7 -4
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
|
|