@frontify/fondue 12.2.9 → 12.2.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/CollapsibleWrap/CollapsibleWrap.es.js +18 -11
- package/dist/components/CollapsibleWrap/CollapsibleWrap.es.js.map +1 -1
- package/dist/components/RichTextEditor/Plugins/ListPlugin/OrderedListPlugin/OrderedListMarkupElement.es.js +9 -9
- package/dist/components/RichTextEditor/Plugins/ListPlugin/OrderedListPlugin/OrderedListMarkupElement.es.js.map +1 -1
- package/dist/components/RichTextEditor/Plugins/ListPlugin/UnorderedListPlugin/UnorderedListMarkupElement.es.js +6 -6
- package/dist/components/RichTextEditor/Plugins/ListPlugin/UnorderedListPlugin/UnorderedListMarkupElement.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 +3 -3
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/packages/components/style.css +1 -1
- package/dist/packages/tokens/tailwind.config.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -14410,7 +14410,7 @@ declare type TypographyWhitespace = 'unset' | 'normal' | 'nowrap' | 'pre' | 'pre
|
|
|
14410
14410
|
|
|
14411
14411
|
declare type TypographyWordBreak = 'break-words' | 'break-all' | 'normal';
|
|
14412
14412
|
|
|
14413
|
-
export declare const UL_CLASSES = "[&>li>p]:before:tw-content-['\u2022'] [&>li>p]:before:tw-px-2 tw-list-none tw-pl-[10px] tw-mb-[10px] tw-ml-[15px]";
|
|
14413
|
+
export declare const UL_CLASSES = "[&>li>p]:before:tw-content-['\u2022'] [&>li>p]:before:tw-whitespace-nowrap [&>li>p]:before:tw-px-2 tw-list-none tw-pl-[10px] tw-mb-[10px] tw-ml-[15px]";
|
|
14414
14414
|
|
|
14415
14415
|
export declare const UNDERLINE_CLASSES = "tw-underline";
|
|
14416
14416
|
|
|
@@ -14558,12 +14558,12 @@ declare namespace PatternImagery {
|
|
|
14558
14558
|
}
|
|
14559
14559
|
|
|
14560
14560
|
|
|
14561
|
-
declare namespace
|
|
14561
|
+
declare namespace PatternTypography {
|
|
14562
14562
|
var displayName: string;
|
|
14563
14563
|
}
|
|
14564
14564
|
|
|
14565
14565
|
|
|
14566
|
-
declare namespace
|
|
14566
|
+
declare namespace PatternSound {
|
|
14567
14567
|
var displayName: string;
|
|
14568
14568
|
}
|
|
14569
14569
|
|