@frontify/fondue 13.0.0-beta.6 → 13.0.0-beta.7
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +15 -15
- 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/tailwind.config.js +327 -7
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -893,18 +893,18 @@ export declare enum ComponentEnum {
|
|
|
893
893
|
"Fondue - Accordion" = "Accordion",
|
|
894
894
|
"Fondue - AccordionHeader" = "AccordionHeader",
|
|
895
895
|
"Fondue - AccordionHeaderIcon" = "AccordionHeaderIcon",
|
|
896
|
-
"Fondue - AddBlockButton" = "AddBlockButton",
|
|
897
896
|
"Fondue - ActionMenu" = "ActionMenu",
|
|
897
|
+
"Fondue - AddBlockButton" = "AddBlockButton",
|
|
898
898
|
"Fondue - AssetInput" = "AssetInput",
|
|
899
899
|
"Fondue - AssetThumbnail" = "AssetThumbnail",
|
|
900
|
-
"Fondue - Badge" = "Badge",
|
|
901
|
-
"Fondue - BadgeStatusIcon" = "BadgeStatusIcon",
|
|
902
900
|
"Fondue - Box" = "Box",
|
|
901
|
+
"Fondue - Button" = "Button",
|
|
903
902
|
"Fondue - BreadcrumbItem" = "BreadcrumbItem",
|
|
904
903
|
"Fondue - Breadcrumbs" = "Breadcrumbs",
|
|
905
904
|
"Fondue - CurrentBreadcrumbItem" = "CurrentBreadcrumbItem",
|
|
906
905
|
"Fondue - FormattedBreadcrumbs" = "FormattedBreadcrumbs",
|
|
907
|
-
"Fondue -
|
|
906
|
+
"Fondue - Badge" = "Badge",
|
|
907
|
+
"Fondue - BadgeStatusIcon" = "BadgeStatusIcon",
|
|
908
908
|
"Fondue - Card" = "Card",
|
|
909
909
|
"Fondue - Checkbox" = "Checkbox",
|
|
910
910
|
"Fondue - Checklist" = "Checklist",
|
|
@@ -931,30 +931,29 @@ export declare enum ComponentEnum {
|
|
|
931
931
|
"Fondue - FieldsetHeader" = "FieldsetHeader",
|
|
932
932
|
"Fondue - FilterableMultiSelect" = "FilterableMultiSelect",
|
|
933
933
|
"Fondue - Flex" = "Flex",
|
|
934
|
+
"Fondue - FormControl" = "FormControl",
|
|
934
935
|
"Fondue - Flyout" = "Flyout",
|
|
935
936
|
"Fondue - FlyoutFooter" = "FlyoutFooter",
|
|
936
937
|
"Fondue - Overlay" = "Overlay",
|
|
937
|
-
"Fondue - FormControl" = "FormControl",
|
|
938
|
-
"Fondue - FormField" = "FormField",
|
|
939
938
|
"Fondue - FrontifyPattern" = "FrontifyPattern",
|
|
940
|
-
"Fondue - InlineDialog" = "InlineDialog",
|
|
941
|
-
"Fondue - InputLabel" = "InputLabel",
|
|
942
939
|
"Fondue - LegacyCollectionItem" = "LegacyCollectionItem",
|
|
943
940
|
"Fondue - LegacyOrderableList" = "LegacyOrderableList",
|
|
941
|
+
"Fondue - InputLabel" = "InputLabel",
|
|
942
|
+
"Fondue - InlineDialog" = "InlineDialog",
|
|
944
943
|
"Fondue - LegacyTextarea" = "LegacyTextarea",
|
|
944
|
+
"Fondue - LoadingCircle" = "LoadingCircle",
|
|
945
945
|
"Fondue - BrightHeader" = "BrightHeader",
|
|
946
946
|
"Fondue - LegacyTooltip" = "LegacyTooltip",
|
|
947
|
-
"Fondue - LoadingCircle" = "LoadingCircle",
|
|
948
947
|
"Fondue - Menu" = "Menu",
|
|
949
948
|
"Fondue - MenuItem" = "MenuItem",
|
|
950
949
|
"Fondue - MenuItemContent" = "MenuItemContent",
|
|
950
|
+
"Fondue - MultiSelect" = "MultiSelect",
|
|
951
|
+
"Fondue - NumberInput" = "NumberInput",
|
|
951
952
|
"Fondue - Modal" = "Modal",
|
|
952
953
|
"Fondue - ModalBody" = "ModalBody",
|
|
953
954
|
"Fondue - ModalFooter" = "ModalFooter",
|
|
954
955
|
"Fondue - ModalHeader" = "ModalHeader",
|
|
955
956
|
"Fondue - ModalVisual" = "ModalVisual",
|
|
956
|
-
"Fondue - MultiSelect" = "MultiSelect",
|
|
957
|
-
"Fondue - NumberInput" = "NumberInput",
|
|
958
957
|
"Fondue - OrderableList" = "OrderableList",
|
|
959
958
|
"Fondue - OverflowMenu" = "OverflowMenu",
|
|
960
959
|
"Fondue - PasswordInput" = "PasswordInput",
|
|
@@ -965,11 +964,11 @@ export declare enum ComponentEnum {
|
|
|
965
964
|
"Fondue - RadioList" = "RadioList",
|
|
966
965
|
"Fondue - RadioPill" = "RadioPill",
|
|
967
966
|
"Fondue - RichTextEditor" = "RichTextEditor",
|
|
968
|
-
"Fondue - ScrollWrapper" = "ScrollWrapper",
|
|
969
967
|
"Fondue - SegmentedControls" = "SegmentedControls",
|
|
968
|
+
"Fondue - ScrollWrapper" = "ScrollWrapper",
|
|
970
969
|
"Fondue - Slider" = "Slider",
|
|
971
|
-
"Fondue - Stack" = "Stack",
|
|
972
970
|
"Fondue - Switch" = "Switch",
|
|
971
|
+
"Fondue - Stack" = "Stack",
|
|
973
972
|
"Fondue - Table" = "Table",
|
|
974
973
|
"Fondue - TableCell" = "TableCell",
|
|
975
974
|
"Fondue - TableColumnHeader" = "TableColumnHeader",
|
|
@@ -979,13 +978,14 @@ export declare enum ComponentEnum {
|
|
|
979
978
|
"Fondue - Tabs" = "Tabs",
|
|
980
979
|
"Fondue - Tag" = "Tag",
|
|
981
980
|
"Fondue - TextInput" = "TextInput",
|
|
982
|
-
"Fondue - Textarea" = "Textarea",
|
|
983
981
|
"Fondue - Toast" = "Toast",
|
|
984
982
|
"Fondue - types" = "types",
|
|
983
|
+
"Fondue - Textarea" = "Textarea",
|
|
985
984
|
"Fondue - Tooltip" = "Tooltip",
|
|
985
|
+
"Fondue - Trigger" = "Trigger",
|
|
986
986
|
"Fondue - TooltipIcon" = "TooltipIcon",
|
|
987
987
|
"Fondue - Tree" = "Tree",
|
|
988
|
-
"Fondue -
|
|
988
|
+
"Fondue - FormField" = "FormField"
|
|
989
989
|
}
|
|
990
990
|
|
|
991
991
|
export declare const convertToPartialSelectedId: (ids: string[]) => string[];
|