@frontify/fondue 12.2.8 → 12.2.10

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
@@ -1054,9 +1054,9 @@ export declare enum ComponentEnum {
1054
1054
  "Fondue - Grid" = "Grid",
1055
1055
  "Fondue - InlineDialog" = "InlineDialog",
1056
1056
  "Fondue - InputLabel" = "InputLabel",
1057
+ "Fondue - LegacyTextarea" = "LegacyTextarea",
1057
1058
  "Fondue - LegacyCollectionItem" = "LegacyCollectionItem",
1058
1059
  "Fondue - LegacyOrderableList" = "LegacyOrderableList",
1059
- "Fondue - LegacyTextarea" = "LegacyTextarea",
1060
1060
  "Fondue - BrightHeader" = "BrightHeader",
1061
1061
  "Fondue - LegacyTooltip" = "LegacyTooltip",
1062
1062
  "Fondue - LoadingBar" = "LoadingBar",
@@ -1070,14 +1070,14 @@ export declare enum ComponentEnum {
1070
1070
  "Fondue - ModalHeader" = "ModalHeader",
1071
1071
  "Fondue - ModalVisual" = "ModalVisual",
1072
1072
  "Fondue - MultiInput" = "MultiInput",
1073
- "Fondue - MultiSelect" = "MultiSelect",
1074
1073
  "Fondue - NumberInput" = "NumberInput",
1074
+ "Fondue - MultiSelect" = "MultiSelect",
1075
1075
  "Fondue - OrderableList" = "OrderableList",
1076
1076
  "Fondue - OverflowMenu" = "OverflowMenu",
1077
1077
  "Fondue - PasswordInput" = "PasswordInput",
1078
- "Fondue - Popover" = "Popover",
1079
- "Fondue - Popper" = "Popper",
1080
1078
  "Fondue - Portal" = "Portal",
1079
+ "Fondue - Popper" = "Popper",
1080
+ "Fondue - Popover" = "Popover",
1081
1081
  "Fondue - RadioButton" = "RadioButton",
1082
1082
  "Fondue - RadioList" = "RadioList",
1083
1083
  "Fondue - RadioPill" = "RadioPill",
@@ -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