@frontify/fondue 12.2.10 → 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/ComponentEnum.es.js +1 -1
- package/dist/components/ComponentEnum.es.js.map +1 -1
- package/dist/components/RichTextEditor/Plugins/LinkPlugin/FloatingLink/EditLinkModal/EditModal.es.js +8 -8
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.umd.js +1 -1
- 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/package.json +2 -2
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",
|
|
1058
1057
|
"Fondue - LegacyCollectionItem" = "LegacyCollectionItem",
|
|
1059
1058
|
"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 - NumberInput" = "NumberInput",
|
|
1074
1073
|
"Fondue - MultiSelect" = "MultiSelect",
|
|
1074
|
+
"Fondue - NumberInput" = "NumberInput",
|
|
1075
1075
|
"Fondue - OrderableList" = "OrderableList",
|
|
1076
1076
|
"Fondue - OverflowMenu" = "OverflowMenu",
|
|
1077
1077
|
"Fondue - PasswordInput" = "PasswordInput",
|
|
1078
|
-
"Fondue - Portal" = "Portal",
|
|
1079
|
-
"Fondue - Popper" = "Popper",
|
|
1080
1078
|
"Fondue - Popover" = "Popover",
|
|
1079
|
+
"Fondue - Popper" = "Popper",
|
|
1080
|
+
"Fondue - Portal" = "Portal",
|
|
1081
1081
|
"Fondue - RadioButton" = "RadioButton",
|
|
1082
1082
|
"Fondue - RadioList" = "RadioList",
|
|
1083
1083
|
"Fondue - RadioPill" = "RadioPill",
|
|
@@ -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
|
|