@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/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 PatternSound {
14561
+ declare namespace PatternTypography {
14562
14562
  var displayName: string;
14563
14563
  }
14564
14564
 
14565
14565
 
14566
- declare namespace PatternTypography {
14566
+ declare namespace PatternSound {
14567
14567
  var displayName: string;
14568
14568
  }
14569
14569