@mittwald/flow-react-components 0.1.0-alpha.54 → 0.1.0-alpha.56
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/Action-SSV77Gfb.js +162 -0
- package/dist/Action.js +7 -0
- package/dist/Avatar.js +20 -22
- package/dist/Breadcrumb.js +36 -0
- package/dist/Button-h6RkBrWE.js +95 -0
- package/dist/Button.js +1 -1
- package/dist/ButtonGroup.js +20 -11
- package/dist/Checkbox-DBT4VBSr.js +23 -0
- package/dist/Checkbox.js +3 -19
- package/dist/CheckboxButton-CoEvnLRt.js +27 -0
- package/dist/CheckboxButton.js +7 -0
- package/dist/CheckboxGroup.js +38 -0
- package/dist/ColumnLayout-FMONjI17.js +22 -0
- package/dist/ColumnLayout.js +3 -22
- package/dist/Content.js +1 -1
- package/dist/ContextMenu.js +28 -0
- package/dist/CopyButton.js +12 -11
- package/dist/FieldDescription.js +2 -2
- package/dist/{FieldError-CQNWNYnn.js → FieldError-BDRDWTgn.js} +2 -2
- package/dist/FieldError.js +1 -1
- package/dist/Header.js +1 -1
- package/dist/Heading.js +2 -2
- package/dist/{Icon-D7MPmc4I.js → Icon-DK_xMxr-.js} +1 -1
- package/dist/Icon.js +1 -1
- package/dist/{IconCheck-C_3X4AJ_.js → IconCheck-DmRifITa.js} +1 -1
- package/dist/IconCheckboxIndeterminate-B6FOeb87.js +11 -0
- package/dist/IconChevronRight-T-spe-97.js +9 -0
- package/dist/{IconChevronUp-CT0CRmbO.js → IconChevronUp-DJu_PD8w.js} +1 -1
- package/dist/{IconClose-Dukg2r-O.js → IconClose-DIMx1m3Z.js} +1 -1
- package/dist/IconContextMenu-BF-N2Mtz.js +9 -0
- package/dist/{IconCopy-B9yebcJo.js → IconCopy-C1rPlvpD.js} +1 -1
- package/dist/{IconDanger-Dm0XGnFW.js → IconDanger-Dz5HIiAc.js} +1 -1
- package/dist/{IconPlus-CzStbn7o.js → IconPlus-BZwxakYk.js} +1 -1
- package/dist/IconRadioOn-D9S2_D7W.js +10 -0
- package/dist/{IconSucceeded-C_S9H4Jp.js → IconSucceeded-IhwCzdOs.js} +4 -4
- package/dist/{IconWarning-D8yJVvRX.js → IconWarning-BiArksZS.js} +1 -1
- package/dist/Icons.js +65 -58
- package/dist/Image.js +1 -1
- package/dist/Initials.js +1 -1
- package/dist/InlineAlert.js +3 -3
- package/dist/{Label-BtthqZPA.js → Label-Bjdbr72t.js} +1 -1
- package/dist/Label.js +1 -1
- package/dist/LabeledValue.js +1 -1
- package/dist/LayoutCard.js +1 -1
- package/dist/Link-DtSY1xrt.js +49 -0
- package/dist/Link.js +3 -31
- package/dist/List.js +319 -249
- package/dist/Modal.js +56 -30
- package/dist/Navigation.js +34 -37
- package/dist/NumberField.js +5 -5
- package/dist/PropsContextProvider-BsrVIv1a.js +25 -0
- package/dist/RadioGroup.js +45 -43
- package/dist/Section.js +1 -1
- package/dist/SegmentedControlGroup.js +51 -0
- package/dist/StatusBadge.js +3 -3
- package/dist/{StatusIcon-BFfrWshd.js → StatusIcon-Cfw9kVxt.js} +2 -2
- package/dist/StatusIcon.js +1 -1
- package/dist/Switch.js +4 -4
- package/dist/{Text-Dts2bzGQ.js → Text-Dc6eN_n2.js} +2 -2
- package/dist/Text.js +1 -1
- package/dist/TextArea.js +1 -1
- package/dist/TextField.js +1 -1
- package/dist/{TextFieldBase-DbCROXKW.js → TextFieldBase-DbGQjntR.js} +2 -2
- package/dist/Tooltip.js +2 -2
- package/dist/{TooltipTrigger-BrP57dnv.js → TooltipTrigger-TslkLN5s.js} +2 -2
- package/dist/Wrap-DGT1h1o3.js +9 -0
- package/dist/context-BlNV7smK.js +8 -0
- package/dist/controller.js +7 -0
- package/dist/deepFindOfType-6pG0fH7S.js +14 -0
- package/dist/dynamic-ClpUSmEt.js +8 -0
- package/dist/flowComponent-Dv5hKZam.js +19 -0
- package/dist/nextjs/LinkProvider.js +8 -20
- package/dist/styles.css +1 -1
- package/dist/types/components/Action/Action.d.ts +13 -0
- package/dist/types/components/Action/Action.test.d.ts +1 -0
- package/dist/types/components/Action/ActionState.d.ts +24 -0
- package/dist/types/components/Action/actionFactory.d.ts +11 -0
- package/dist/types/components/Action/hooks/useCallAction.d.ts +12 -0
- package/dist/types/components/Action/hooks/useMakeCallableAction.d.ts +3 -0
- package/dist/types/components/Action/index.d.ts +5 -0
- package/dist/types/components/Action/lib/callActionsInOrder.d.ts +3 -0
- package/dist/types/components/Action/stories/Default.stories.d.ts +11 -0
- package/dist/types/components/Action/stories/EdgeCases.stories.d.ts +7 -0
- package/dist/types/components/Action/types.d.ts +22 -0
- package/dist/types/components/Avatar/Avatar.d.ts +2 -1
- package/dist/types/components/Avatar/index.d.ts +3 -2
- package/dist/types/components/Avatar/lib/getVariantFromChildren.d.ts +2 -1
- package/dist/types/components/Avatar/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Avatar/stories/Sizes.stories.d.ts +3 -2
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +8 -0
- package/dist/types/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.d.ts +6 -0
- package/dist/types/components/Breadcrumb/components/BreadcrumbItem/index.d.ts +4 -0
- package/dist/types/components/Breadcrumb/index.d.ts +4 -0
- package/dist/types/components/Breadcrumb/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/Breadcrumb/stories/EdgeCases.stories.d.ts +7 -0
- package/dist/types/components/Button/Button.d.ts +4 -3
- package/dist/types/components/Button/index.d.ts +3 -2
- package/dist/types/components/Button/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Button/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/Button/stories/States.stories.d.ts +3 -2
- package/dist/types/components/Button/stories/Variants.stories.d.ts +3 -2
- package/dist/types/components/Button/stories/lib.d.ts +5 -0
- package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +2 -1
- package/dist/types/components/ButtonGroup/index.d.ts +3 -2
- package/dist/types/components/ButtonGroup/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Checkbox/Checkbox.d.ts +2 -1
- package/dist/types/components/Checkbox/index.d.ts +3 -2
- package/dist/types/components/Checkbox/stories/Default.stories.d.ts +4 -2
- package/dist/types/components/Checkbox/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +7 -0
- package/dist/types/components/CheckboxButton/index.d.ts +4 -0
- package/dist/types/components/CheckboxButton/stories/Default.stories.d.ts +11 -0
- package/dist/types/components/CheckboxButton/stories/EdgeCases.stories.d.ts +7 -0
- package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts +8 -0
- package/dist/types/components/CheckboxGroup/index.d.ts +4 -0
- package/dist/types/components/CheckboxGroup/stories/Default.stories.d.ts +11 -0
- package/dist/types/components/ColumnLayout/ColumnLayout.d.ts +3 -1
- package/dist/types/components/ColumnLayout/index.d.ts +3 -2
- package/dist/types/components/ColumnLayout/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Content/Content.d.ts +4 -3
- package/dist/types/components/Content/index.d.ts +3 -2
- package/dist/types/components/Content/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +9 -0
- package/dist/types/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.d.ts +7 -0
- package/dist/types/components/ContextMenu/components/ContextMenuItem/index.d.ts +4 -0
- package/dist/types/components/ContextMenu/index.d.ts +6 -0
- package/dist/types/components/ContextMenu/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/ContextMenu/stories/EdgeCases.stories.d.ts +8 -0
- package/dist/types/components/CopyButton/CopyButton.d.ts +4 -3
- package/dist/types/components/CopyButton/index.d.ts +3 -2
- package/dist/types/components/CopyButton/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/FieldDescription/FieldDescription.d.ts +4 -3
- package/dist/types/components/FieldDescription/index.d.ts +3 -2
- package/dist/types/components/FieldError/FieldError.d.ts +4 -3
- package/dist/types/components/FieldError/index.d.ts +3 -2
- package/dist/types/components/Header/Header.d.ts +4 -3
- package/dist/types/components/Header/index.d.ts +3 -2
- package/dist/types/components/Header/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Heading/Heading.d.ts +3 -2
- package/dist/types/components/Heading/index.d.ts +3 -2
- package/dist/types/components/Heading/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Heading/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/Heading/stories/Levels.stories.d.ts +3 -2
- package/dist/types/components/Icon/Icon.d.ts +3 -2
- package/dist/types/components/Icon/components/icons/IconApp.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconBackLink.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconBackup.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconCheck.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconCheckboxChecked.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconCheckboxEmpty.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconCheckboxIndeterminate.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconChevronDown.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconChevronLeft.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconChevronRight.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconChevronUp.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconClose.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconContextMenu.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconCopy.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconCronjob.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconCustomer.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconDanger.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconDashboard.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconDatabase.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconDate.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconDelete.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconDomain.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconEmail.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconExternalLink.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconFailed.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconFilter.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconHide.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconHome.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconInfo.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconListView.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconLogout.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconMember.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconMinus.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconNotification.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconPending.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconPlus.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconProject.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconRadioOff.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconRadioOn.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconRandom.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconSearch.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconSearchEngine.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconServer.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconSettings.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconShow.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconSorting.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconSshSftp.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconSucceeded.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconSuccess.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconSupport.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconTerminate.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconTileView.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconTime.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/IconWarning.d.ts +2 -1
- package/dist/types/components/Icon/components/icons/index.d.ts +54 -50
- package/dist/types/components/Icon/index.d.ts +3 -2
- package/dist/types/components/Icon/lib/extractSvgFromString.d.ts +2 -1
- package/dist/types/components/Icon/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Icon/stories/Sizes.stories.d.ts +3 -2
- package/dist/types/components/Image/Image.d.ts +3 -2
- package/dist/types/components/Image/index.d.ts +3 -2
- package/dist/types/components/Image/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Initials/Initials.d.ts +3 -2
- package/dist/types/components/Initials/index.d.ts +3 -2
- package/dist/types/components/Initials/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/InlineAlert/InlineAlert.d.ts +4 -3
- package/dist/types/components/InlineAlert/index.d.ts +3 -2
- package/dist/types/components/InlineAlert/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/InlineAlert/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/InlineAlert/stories/Variants.stories.d.ts +3 -2
- package/dist/types/components/InlineCode/InlineCode.d.ts +2 -1
- package/dist/types/components/InlineCode/index.d.ts +3 -2
- package/dist/types/components/InlineCode/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/InlineCode/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/Label/Label.d.ts +4 -3
- package/dist/types/components/Label/index.d.ts +3 -2
- package/dist/types/components/Label/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/LabeledValue/LabeledValue.d.ts +2 -1
- package/dist/types/components/LabeledValue/index.d.ts +3 -2
- package/dist/types/components/LabeledValue/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/LabeledValue/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/LayoutCard/LayoutCard.d.ts +4 -3
- package/dist/types/components/LayoutCard/index.d.ts +3 -2
- package/dist/types/components/LayoutCard/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Link/Link.d.ts +8 -4
- package/dist/types/components/Link/context.d.ts +8 -0
- package/dist/types/components/Link/index.d.ts +3 -2
- package/dist/types/components/Link/stories/Default.stories.d.ts +4 -2
- package/dist/types/components/Link/stories/EdgeCases.stories.d.ts +7 -0
- package/dist/types/components/List/List.d.ts +3 -2
- package/dist/types/components/List/components/DataLoader/DataLoader.d.ts +2 -1
- package/dist/types/components/List/components/DataLoader/index.d.ts +3 -2
- package/dist/types/components/List/components/FilterBar/FilterBar.d.ts +2 -1
- package/dist/types/components/List/components/FilterBar/components/FilterPicker/FilterPicker.d.ts +2 -1
- package/dist/types/components/List/components/FilterBar/components/FilterPicker/index.d.ts +3 -2
- package/dist/types/components/List/components/FilterBar/components/FilterPickerItem/FilterPickerItem.d.ts +3 -2
- package/dist/types/components/List/components/FilterBar/components/FilterPickerItem/index.d.ts +3 -2
- package/dist/types/components/List/components/FilterBar/components/SortingPicker/SortingPicker.d.ts +2 -1
- package/dist/types/components/List/components/FilterBar/components/SortingPicker/index.d.ts +3 -2
- package/dist/types/components/List/components/FilterBar/components/SortingPickerItem/SortingPickerItem.d.ts +3 -2
- package/dist/types/components/List/components/FilterBar/components/SortingPickerItem/index.d.ts +3 -2
- package/dist/types/components/List/components/FilterBar/index.d.ts +3 -2
- package/dist/types/components/List/components/Item/FallbackRenderer.d.ts +2 -1
- package/dist/types/components/List/components/Item/Item.d.ts +2 -1
- package/dist/types/components/List/components/Item/index.d.ts +3 -2
- package/dist/types/components/List/components/Items/Items.d.ts +2 -1
- package/dist/types/components/List/components/Items/index.d.ts +3 -2
- package/dist/types/components/List/components/ListFilter.d.ts +1 -0
- package/dist/types/components/List/components/ListItemView.d.ts +1 -0
- package/dist/types/components/List/components/ListLoaderAsync.d.ts +1 -0
- package/dist/types/components/List/components/ListLoaderAsyncResource.d.ts +1 -0
- package/dist/types/components/List/components/ListSorting.d.ts +1 -0
- package/dist/types/components/List/components/OptionsButton/OptionsButton.d.ts +7 -0
- package/dist/types/components/List/components/OptionsButton/index.d.ts +4 -0
- package/dist/types/components/List/components/PaginationInfos/PaginationInfos.d.ts +2 -1
- package/dist/types/components/List/components/PaginationInfos/index.d.ts +3 -2
- package/dist/types/components/List/components/ShowMoreItemsButton/ShowMoreItemsButton.d.ts +2 -1
- package/dist/types/components/List/components/ShowMoreItemsButton/index.d.ts +3 -2
- package/dist/types/components/List/hooks/useList.d.ts +1 -1
- package/dist/types/components/List/index.d.ts +8 -7
- package/dist/types/components/List/listContext.d.ts +3 -3
- package/dist/types/components/List/model/List.d.ts +8 -7
- package/dist/types/components/List/model/ReactTable.d.ts +3 -2
- package/dist/types/components/List/model/filter/Filter.d.ts +4 -3
- package/dist/types/components/List/model/filter/types.d.ts +1 -0
- package/dist/types/components/List/model/item/Item.d.ts +3 -2
- package/dist/types/components/List/model/item/ItemCollection.d.ts +2 -1
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts +6 -7
- package/dist/types/components/List/model/loading/IncrementalLoaderState.d.ts +20 -0
- package/dist/types/components/List/model/loading/types.d.ts +3 -2
- package/dist/types/components/List/model/pagination/Pagination.d.ts +2 -1
- package/dist/types/components/List/model/sorting/Sorting.d.ts +4 -3
- package/dist/types/components/List/model/sorting/types.d.ts +1 -0
- package/dist/types/components/List/model/types.d.ts +5 -4
- package/dist/types/components/List/stories/Default.stories.d.ts +4 -2
- package/dist/types/components/List/stories/ListItem.stories.d.ts +10 -0
- package/dist/types/components/Modal/Modal.d.ts +6 -3
- package/dist/types/components/Modal/hooks/useSyncTriggerState.d.ts +3 -0
- package/dist/types/components/Modal/index.d.ts +4 -3
- package/dist/types/components/Modal/stories/Default.stories.d.ts +5 -3
- package/dist/types/components/Modal/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/Navigation/Navigation.d.ts +2 -1
- package/dist/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts +6 -0
- package/dist/types/components/Navigation/components/NavigationGroup/index.d.ts +4 -0
- package/dist/types/components/Navigation/index.d.ts +4 -3
- package/dist/types/components/Navigation/stories/Default.stories.d.ts +3 -1
- package/dist/types/components/NumberField/NumberField.d.ts +2 -1
- package/dist/types/components/NumberField/index.d.ts +3 -2
- package/dist/types/components/NumberField/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/NumberField/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/RadioGroup/RadioGroup.d.ts +4 -2
- package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +6 -3
- package/dist/types/components/RadioGroup/components/Radio/index.d.ts +3 -2
- package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +7 -0
- package/dist/types/components/RadioGroup/components/RadioButton/index.d.ts +4 -0
- package/dist/types/components/RadioGroup/index.d.ts +5 -3
- package/dist/types/components/RadioGroup/stories/Default.stories.d.ts +6 -5
- package/dist/types/components/RadioGroup/stories/EdgeCases.stories.d.ts +4 -3
- package/dist/types/components/Section/Section.d.ts +2 -1
- package/dist/types/components/Section/index.d.ts +3 -2
- package/dist/types/components/Section/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Section/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/SegmentedControlGroup/SegmentedControlGroup.d.ts +7 -0
- package/dist/types/components/SegmentedControlGroup/index.d.ts +4 -0
- package/dist/types/components/SegmentedControlGroup/stories/Default.stories.d.ts +9 -0
- package/dist/types/components/SegmentedControlGroup/stories/EdgeCases.stories.d.ts +8 -0
- package/dist/types/components/StatusBadge/StatusBadge.d.ts +4 -3
- package/dist/types/components/StatusBadge/index.d.ts +3 -2
- package/dist/types/components/StatusBadge/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/StatusBadge/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/StatusBadge/stories/Variants.stories.d.ts +3 -2
- package/dist/types/components/StatusIcon/StatusIcon.d.ts +3 -2
- package/dist/types/components/StatusIcon/index.d.ts +3 -2
- package/dist/types/components/StatusIcon/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Switch/Switch.d.ts +4 -3
- package/dist/types/components/Switch/index.d.ts +3 -2
- package/dist/types/components/Switch/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Switch/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/Text/Text.d.ts +5 -4
- package/dist/types/components/Text/index.d.ts +3 -2
- package/dist/types/components/Text/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/TextArea/TextArea.d.ts +3 -2
- package/dist/types/components/TextArea/index.d.ts +3 -2
- package/dist/types/components/TextArea/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/TextField/TextField.d.ts +3 -2
- package/dist/types/components/TextField/index.d.ts +3 -2
- package/dist/types/components/TextField/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/TextFieldBase/TextFieldBase.d.ts +2 -1
- package/dist/types/components/TextFieldBase/index.d.ts +3 -2
- package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/types/components/Tooltip/components/TooltipTrigger/TooltipTrigger.d.ts +1 -1
- package/dist/types/components/Tooltip/components/TooltipTrigger/index.d.ts +3 -2
- package/dist/types/components/Tooltip/index.d.ts +4 -3
- package/dist/types/components/Tooltip/stories/Default.stories.d.ts +3 -2
- package/dist/types/components/Tooltip/stories/EdgeCases.stories.d.ts +3 -2
- package/dist/types/components/Wrap/Wrap.d.ts +2 -1
- package/dist/types/components/Wrap/index.d.ts +2 -1
- package/dist/types/components/nextjs/Link/Link.d.ts +2 -1
- package/dist/types/components/nextjs/Link/index.d.ts +2 -1
- package/dist/types/components/nextjs/LinkProvider/LinkProvider.d.ts +2 -1
- package/dist/types/components/nextjs/LinkProvider/index.d.ts +3 -2
- package/dist/types/components/propTypes/index.d.ts +27 -20
- package/dist/types/components/propTypes/types.d.ts +1 -0
- package/dist/types/lib/componentFactory/flowComponent.d.ts +6 -5
- package/dist/types/lib/controller/index.d.ts +1 -0
- package/dist/types/lib/controller/overlay/OverlayState.d.ts +10 -0
- package/dist/types/lib/controller/overlay/context.d.ts +4 -0
- package/dist/types/lib/controller/overlay/index.d.ts +2 -0
- package/dist/types/lib/controller/overlay/useOverlayState.d.ts +8 -0
- package/dist/types/lib/dev/vitestUserEvent.d.ts +2 -0
- package/dist/types/lib/mobx/useAutorunEffect.d.ts +1 -0
- package/dist/types/lib/mobx/useSelector.d.ts +4 -0
- package/dist/types/lib/propsContext/ClearPropsContext.d.ts +2 -1
- package/dist/types/lib/propsContext/PropsContextProvider.d.ts +2 -1
- package/dist/types/lib/propsContext/dynamicProps/dynamic.d.ts +1 -0
- package/dist/types/lib/propsContext/dynamicProps/isDynamicProp.d.ts +2 -1
- package/dist/types/lib/propsContext/dynamicProps/resolveDynamicProps.d.ts +2 -1
- package/dist/types/lib/propsContext/dynamicProps/types.d.ts +1 -0
- package/dist/types/lib/propsContext/index.d.ts +5 -4
- package/dist/types/lib/propsContext/isFlowComponentName.d.ts +1 -0
- package/dist/types/lib/propsContext/isFlowComponentProp.d.ts +1 -0
- package/dist/types/lib/propsContext/mergePropsContext.d.ts +1 -0
- package/dist/types/lib/propsContext/nestedPropsContext/isPropsWithChildren.d.ts +2 -1
- package/dist/types/lib/propsContext/nestedPropsContext/pickPropsContext.d.ts +1 -0
- package/dist/types/lib/propsContext/nestedPropsContext/wrapChildrenWithNestedPropsContext.d.ts +3 -2
- package/dist/types/lib/propsContext/propsContext.d.ts +24 -21
- package/dist/types/lib/propsContext/types.d.ts +2 -1
- package/dist/types/lib/propsContext/useProps.d.ts +1 -0
- package/dist/types/lib/react/components/Empty/Empty.d.ts +2 -1
- package/dist/types/lib/react/components/Empty/index.d.ts +3 -2
- package/dist/types/lib/react/components/Render/Render.d.ts +2 -1
- package/dist/types/lib/react/components/Render/index.d.ts +1 -1
- package/dist/types/lib/react/deepFindOfType.d.ts +2 -1
- package/dist/types/lib/react/deepHas.d.ts +2 -1
- package/dist/types/lib/react/getPropsMerger.d.ts +2 -1
- package/dist/types/lib/types/props.d.ts +8 -1
- package/dist/types/styles/index.d.ts +1 -0
- package/dist/useOverlayState-BnPe_CrX.js +47 -0
- package/dist/{useProps-U3eRrkW6.js → useProps-BEU8ldpP.js} +23 -19
- package/dist/useSelector-DpU7_HMO.js +13 -0
- package/package.json +66 -37
- package/dist/Button-O2JAPot2.js +0 -97
- package/dist/IconUnchecked-DFKAvzMH.js +0 -10
- package/dist/PropsContextProvider-B6QiUIPM.js +0 -28
- package/dist/flowComponent-92d7kP4i.js +0 -19
- package/dist/types/components/Icon/components/icons/IconChecked.d.ts +0 -4
- package/dist/types/components/Icon/components/icons/IconUnchecked.d.ts +0 -4
- package/dist/types/components/List/components/DataLoader/components/SuspenseFallback/SuspenseFallback.d.ts +0 -6
- package/dist/types/components/List/components/DataLoader/components/SuspenseFallback/index.d.ts +0 -3
- package/dist/types/components/Navigation/components/NavigationItem/NavigationItem.d.ts +0 -8
- package/dist/types/components/Navigation/components/NavigationItem/index.d.ts +0 -3
package/dist/CopyButton.js
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
|
-
import
|
|
5
|
-
import { B as a } from "./Button-
|
|
4
|
+
import p from "copy-to-clipboard";
|
|
5
|
+
import { B as a } from "./Button-h6RkBrWE.js";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import "html-react-parser";
|
|
9
|
-
import { C as
|
|
9
|
+
import { C as i } from "./ClearPropsContext-CD1-9TZA.js";
|
|
10
10
|
import "./propsContext-Dx7WKmmM.js";
|
|
11
11
|
import "@react-aria/utils";
|
|
12
12
|
import "remeda";
|
|
13
|
-
import { f as
|
|
14
|
-
import { I as
|
|
13
|
+
import { f as c } from "./flowComponent-Dv5hKZam.js";
|
|
14
|
+
import { I as l } from "./IconCopy-C1rPlvpD.js";
|
|
15
15
|
import { useLocalizedStringFormatter as s } from "react-aria";
|
|
16
|
-
import {
|
|
16
|
+
import { a as u, T as f } from "./TooltipTrigger-TslkLN5s.js";
|
|
17
17
|
import { onlyText as y } from "react-children-utilities";
|
|
18
|
-
|
|
18
|
+
import { A as C } from "./Action-SSV77Gfb.js";
|
|
19
|
+
const E = {
|
|
19
20
|
"de-DE": {
|
|
20
21
|
"copyButton.copy": "Kopieren"
|
|
21
22
|
},
|
|
22
23
|
"en-EN": {
|
|
23
24
|
"copyButton.copy": "Copy"
|
|
24
25
|
}
|
|
25
|
-
}, R =
|
|
26
|
-
const { text: e, ...
|
|
27
|
-
|
|
26
|
+
}, R = c("CopyButton", (r) => {
|
|
27
|
+
const { text: e, ...m } = r, t = s(E).format("copyButton.copy"), n = () => {
|
|
28
|
+
p(y(e));
|
|
28
29
|
};
|
|
29
|
-
return /* @__PURE__ */ o.createElement(
|
|
30
|
+
return /* @__PURE__ */ o.createElement(i, null, /* @__PURE__ */ o.createElement(u, null, /* @__PURE__ */ o.createElement(C, { action: n, feedback: !0 }, /* @__PURE__ */ o.createElement(a, { "aria-label": t, ...m }, /* @__PURE__ */ o.createElement(l, null))), /* @__PURE__ */ o.createElement(f, null, t)));
|
|
30
31
|
});
|
|
31
32
|
export {
|
|
32
33
|
R as CopyButton,
|
package/dist/FieldDescription.js
CHANGED
|
@@ -6,8 +6,8 @@ import { C as n } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
6
6
|
import "./propsContext-Dx7WKmmM.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
|
-
import { T as c } from "./Text-
|
|
10
|
-
import { f as m } from "./flowComponent-
|
|
9
|
+
import { T as c } from "./Text-Dc6eN_n2.js";
|
|
10
|
+
import { f as m } from "./flowComponent-Dv5hKZam.js";
|
|
11
11
|
const p = "flow--field-description", a = {
|
|
12
12
|
fieldDescription: p
|
|
13
13
|
}, E = m("FieldDescription", (e) => {
|
|
@@ -9,8 +9,8 @@ import "@react-aria/utils";
|
|
|
9
9
|
import "remeda";
|
|
10
10
|
import "@tabler/icons-react";
|
|
11
11
|
import "html-react-parser";
|
|
12
|
-
import { f as c } from "./flowComponent-
|
|
13
|
-
import { I as p } from "./IconDanger-
|
|
12
|
+
import { f as c } from "./flowComponent-Dv5hKZam.js";
|
|
13
|
+
import { I as p } from "./IconDanger-Dz5HIiAc.js";
|
|
14
14
|
const f = "flow--field-error", E = {
|
|
15
15
|
fieldError: f
|
|
16
16
|
}, j = c("FieldError", (o) => {
|
package/dist/FieldError.js
CHANGED
package/dist/Header.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import a from "react";
|
|
4
|
-
import { f as m } from "./flowComponent-
|
|
4
|
+
import { f as m } from "./flowComponent-Dv5hKZam.js";
|
|
5
5
|
const s = m("Header", (e) => {
|
|
6
6
|
const { children: t, elementType: r = "header", ...o } = e, n = r;
|
|
7
7
|
return /* @__PURE__ */ a.createElement(n, { ...o }, t);
|
package/dist/Heading.js
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import o from "react";
|
|
4
4
|
import c from "clsx";
|
|
5
5
|
import { C as l } from "./ClearPropsContext-CD1-9TZA.js";
|
|
6
|
-
import { P as p } from "./PropsContextProvider-
|
|
6
|
+
import { P as p } from "./PropsContextProvider-BsrVIv1a.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "./propsContext-Dx7WKmmM.js";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { f as d } from "./flowComponent-
|
|
10
|
+
import { f as d } from "./flowComponent-Dv5hKZam.js";
|
|
11
11
|
import * as f from "react-aria-components";
|
|
12
12
|
const g = "flow--heading", h = "flow--heading--icon", e = {
|
|
13
13
|
heading: g,
|
|
@@ -7,7 +7,7 @@ import { C as w } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
7
7
|
import "./propsContext-Dx7WKmmM.js";
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { f as z } from "./flowComponent-
|
|
10
|
+
import { f as z } from "./flowComponent-Dv5hKZam.js";
|
|
11
11
|
const b = "flow--icon", c = {
|
|
12
12
|
icon: b,
|
|
13
13
|
"size-m": "flow--icon--size-m",
|
package/dist/Icon.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconCheck as c } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-DK_xMxr-.js";
|
|
6
6
|
const a = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(c, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import { IconSquareCheckFilled as n, IconSquare as o, IconSquareMinusFilled as r } from "@tabler/icons-react";
|
|
5
|
+
import { I as c } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
const I = (t) => /* @__PURE__ */ e.createElement(c, { ...t }, /* @__PURE__ */ e.createElement(n, null)), s = (t) => /* @__PURE__ */ e.createElement(c, { ...t }, /* @__PURE__ */ e.createElement(o, null)), i = (t) => /* @__PURE__ */ e.createElement(c, { ...t }, /* @__PURE__ */ e.createElement(r, null));
|
|
7
|
+
export {
|
|
8
|
+
I,
|
|
9
|
+
i as a,
|
|
10
|
+
s as b
|
|
11
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import o from "react";
|
|
4
|
+
import { IconChevronRight as t } from "@tabler/icons-react";
|
|
5
|
+
import { I as r } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
const a = (e) => /* @__PURE__ */ o.createElement(r, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
|
+
export {
|
|
8
|
+
a as I
|
|
9
|
+
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconChevronDown as r, IconChevronUp as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as n } from "./Icon-
|
|
5
|
+
import { I as n } from "./Icon-DK_xMxr-.js";
|
|
6
6
|
const I = (e) => /* @__PURE__ */ o.createElement(n, { ...e }, /* @__PURE__ */ o.createElement(r, null)), l = (e) => /* @__PURE__ */ o.createElement(n, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconX as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DK_xMxr-.js";
|
|
6
6
|
const a = (e) => /* @__PURE__ */ o.createElement(r, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import o from "react";
|
|
4
|
+
import { IconDots as e } from "@tabler/icons-react";
|
|
5
|
+
import { I as n } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
const a = (t) => /* @__PURE__ */ o.createElement(n, { ...t }, /* @__PURE__ */ o.createElement(e, null));
|
|
7
|
+
export {
|
|
8
|
+
a as I
|
|
9
|
+
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconCopy as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DK_xMxr-.js";
|
|
6
6
|
const p = (e) => /* @__PURE__ */ o.createElement(r, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
p as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconAlertTriangle as o } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-DK_xMxr-.js";
|
|
6
6
|
const c = (r) => /* @__PURE__ */ e.createElement(t, { ...r }, /* @__PURE__ */ e.createElement(o, null));
|
|
7
7
|
export {
|
|
8
8
|
c as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconMinus as t, IconPlus as c } from "@tabler/icons-react";
|
|
5
|
-
import { I as o } from "./Icon-
|
|
5
|
+
import { I as o } from "./Icon-DK_xMxr-.js";
|
|
6
6
|
const r = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(t, null)), m = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(c, null));
|
|
7
7
|
export {
|
|
8
8
|
r as I,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import { IconCircle as c, IconCircleDotFilled as n } from "@tabler/icons-react";
|
|
5
|
+
import { I as t } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
const m = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(c, null)), i = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(n, null));
|
|
7
|
+
export {
|
|
8
|
+
i as I,
|
|
9
|
+
m as a
|
|
10
|
+
};
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconX as t, IconLoader2 as o, IconCheck as a } from "@tabler/icons-react";
|
|
5
|
-
import { I as c } from "./Icon-
|
|
5
|
+
import { I as c } from "./Icon-DK_xMxr-.js";
|
|
6
6
|
const I = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(t, null)), s = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(o, null)), E = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(a, null));
|
|
7
7
|
export {
|
|
8
|
-
I,
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
E as I,
|
|
9
|
+
I as a,
|
|
10
|
+
s as b
|
|
11
11
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconInfoCircle as t, IconCircleCheck as o, IconAlertCircle as r } from "@tabler/icons-react";
|
|
5
|
-
import { I as n } from "./Icon-
|
|
5
|
+
import { I as n } from "./Icon-DK_xMxr-.js";
|
|
6
6
|
const I = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(t, null)), s = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(o, null)), i = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(r, null));
|
|
7
7
|
export {
|
|
8
8
|
I,
|
package/dist/Icons.js
CHANGED
|
@@ -1,67 +1,74 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
|
-
import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconChevronLeft as a,
|
|
5
|
-
import { I as t } from "./Icon-
|
|
6
|
-
import { I as
|
|
7
|
-
import { I as
|
|
8
|
-
import { I as
|
|
9
|
-
import { I as
|
|
10
|
-
import { I as
|
|
11
|
-
import { I as
|
|
12
|
-
import { I as
|
|
13
|
-
import { I as
|
|
14
|
-
import {
|
|
15
|
-
|
|
4
|
+
import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconChevronLeft as a, IconCalendarCheck as r, IconBuilding as I, IconLayoutBoard as m, IconDatabase as s, IconCalendar as E, IconTrash as u, IconWorld as i, IconMail as p, IconExternalLink as f, IconFilter as h, IconEyeCancel as C, IconHome as d, IconList as x, IconPower as S, IconUsersGroup as L, IconBell as k, IconArchive as b, IconDice3 as g, IconSearch as D, IconListSearch as v, IconServer as $, IconSettings as w, IconEye as y, IconAdjustmentsHorizontal as H, IconDoor as A, IconHeadset as B, IconFileX as F, IconLayoutGrid as R } from "@tabler/icons-react";
|
|
5
|
+
import { I as t } from "./Icon-DK_xMxr-.js";
|
|
6
|
+
import { I as xe } from "./IconCheck-DmRifITa.js";
|
|
7
|
+
import { I as Le, b as ke, a as be } from "./IconCheckboxIndeterminate-B6FOeb87.js";
|
|
8
|
+
import { I as De, a as ve } from "./IconChevronUp-DJu_PD8w.js";
|
|
9
|
+
import { I as we } from "./IconChevronRight-T-spe-97.js";
|
|
10
|
+
import { I as He } from "./IconClose-DIMx1m3Z.js";
|
|
11
|
+
import { I as Be } from "./IconContextMenu-BF-N2Mtz.js";
|
|
12
|
+
import { I as Re } from "./IconCopy-C1rPlvpD.js";
|
|
13
|
+
import { I as Pe } from "./IconDanger-Dz5HIiAc.js";
|
|
14
|
+
import { a as je, b as We, I as Ge } from "./IconSucceeded-IhwCzdOs.js";
|
|
15
|
+
import { I as Ue, a as Ve, b as ze } from "./IconWarning-BiArksZS.js";
|
|
16
|
+
import { I as Xe, a as qe } from "./IconPlus-BZwxakYk.js";
|
|
17
|
+
import { a as Ke, I as Qe } from "./IconRadioOn-D9S2_D7W.js";
|
|
18
|
+
const j = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(o, null)), W = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(l, null)), G = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(c, null)), O = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(a, null)), U = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(r, null)), V = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(I, null)), z = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(m, null)), N = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(s, null)), X = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(E, null)), q = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(u, null)), J = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(i, null)), K = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(p, null)), Q = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(f, null)), Y = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(h, null)), Z = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(C, null)), _ = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(d, null)), ee = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(x, null)), ne = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(S, null)), te = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(L, null)), ce = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(k, null)), oe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(b, null)), le = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(g, null)), ae = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(D, null)), re = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(v, null)), Ie = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement($, null)), me = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(w, null)), se = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(y, null)), Ee = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(H, null)), ue = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(A, null)), ie = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(B, null)), pe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(F, null)), fe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(R, null)), he = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(c, null));
|
|
16
19
|
export {
|
|
17
|
-
|
|
20
|
+
j as IconApp,
|
|
18
21
|
W as IconBackLink,
|
|
19
22
|
G as IconBackup,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
xe as IconCheck,
|
|
24
|
+
Le as IconCheckboxChecked,
|
|
25
|
+
ke as IconCheckboxEmpty,
|
|
26
|
+
be as IconCheckboxIndeterminate,
|
|
27
|
+
De as IconChevronDown,
|
|
28
|
+
O as IconChevronLeft,
|
|
29
|
+
we as IconChevronRight,
|
|
30
|
+
ve as IconChevronUp,
|
|
26
31
|
He as IconClose,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
32
|
+
Be as IconContextMenu,
|
|
33
|
+
Re as IconCopy,
|
|
34
|
+
U as IconCronjob,
|
|
35
|
+
V as IconCustomer,
|
|
36
|
+
Pe as IconDanger,
|
|
37
|
+
z as IconDashboard,
|
|
38
|
+
N as IconDatabase,
|
|
39
|
+
X as IconDate,
|
|
40
|
+
q as IconDelete,
|
|
41
|
+
J as IconDomain,
|
|
42
|
+
K as IconEmail,
|
|
43
|
+
Q as IconExternalLink,
|
|
44
|
+
je as IconFailed,
|
|
45
|
+
Y as IconFilter,
|
|
46
|
+
Z as IconHide,
|
|
47
|
+
_ as IconHome,
|
|
42
48
|
Ue as IconInfo,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
49
|
+
ee as IconListView,
|
|
50
|
+
ne as IconLogout,
|
|
51
|
+
te as IconMember,
|
|
52
|
+
Xe as IconMinus,
|
|
53
|
+
ce as IconNotification,
|
|
54
|
+
We as IconPending,
|
|
55
|
+
qe as IconPlus,
|
|
56
|
+
oe as IconProject,
|
|
57
|
+
Ke as IconRadioOff,
|
|
58
|
+
Qe as IconRadioOn,
|
|
59
|
+
le as IconRandom,
|
|
60
|
+
ae as IconSearch,
|
|
61
|
+
re as IconSearchEngine,
|
|
62
|
+
Ie as IconServer,
|
|
63
|
+
me as IconSettings,
|
|
64
|
+
se as IconShow,
|
|
65
|
+
Ee as IconSorting,
|
|
66
|
+
ue as IconSshSftp,
|
|
67
|
+
Ge as IconSucceeded,
|
|
68
|
+
Ve as IconSuccess,
|
|
69
|
+
ie as IconSupport,
|
|
70
|
+
pe as IconTerminate,
|
|
71
|
+
fe as IconTileView,
|
|
72
|
+
he as IconTime,
|
|
73
|
+
ze as IconWarning
|
|
67
74
|
};
|
package/dist/Image.js
CHANGED
|
@@ -5,7 +5,7 @@ import { C as r } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
5
5
|
import "./propsContext-Dx7WKmmM.js";
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "remeda";
|
|
8
|
-
import { f as m } from "./flowComponent-
|
|
8
|
+
import { f as m } from "./flowComponent-Dv5hKZam.js";
|
|
9
9
|
const f = m("Image", (o) => {
|
|
10
10
|
const e = o;
|
|
11
11
|
return /* @__PURE__ */ t.createElement(r, null, /* @__PURE__ */ t.createElement("img", { ...e }));
|
package/dist/Initials.js
CHANGED
|
@@ -7,7 +7,7 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import { onlyText as f } from "react-children-utilities";
|
|
10
|
-
import { f as C } from "./flowComponent-
|
|
10
|
+
import { f as C } from "./flowComponent-Dv5hKZam.js";
|
|
11
11
|
const u = (i) => i.replace(/[^\p{L}\s]/giu, "").split(" ").map((t) => t.trim()[0]).filter((t) => t !== void 0).map((t) => t.toUpperCase()).slice(0, 2), x = "flow--initials", d = {
|
|
12
12
|
initials: x
|
|
13
13
|
}, h = C("Initials", (i) => {
|
package/dist/InlineAlert.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { C as c } from "./ClearPropsContext-CD1-9TZA.js";
|
|
5
|
-
import { P as m } from "./PropsContextProvider-
|
|
5
|
+
import { P as m } from "./PropsContextProvider-BsrVIv1a.js";
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "./propsContext-Dx7WKmmM.js";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import f from "clsx";
|
|
10
|
-
import { S as p } from "./StatusIcon-
|
|
11
|
-
import { f as d } from "./flowComponent-
|
|
10
|
+
import { S as p } from "./StatusIcon-Cfw9kVxt.js";
|
|
11
|
+
import { f as d } from "./flowComponent-Dv5hKZam.js";
|
|
12
12
|
const u = "flow--inline-alert", w = "flow--inline-alert--content", g = "flow--inline-alert--status-icon", C = "flow--inline-alert--heading", I = "flow--inline-alert--info", N = "flow--inline-alert--warning", h = "flow--inline-alert--danger", x = "flow--inline-alert--success", n = {
|
|
13
13
|
inlineAlert: u,
|
|
14
14
|
content: w,
|
|
@@ -8,7 +8,7 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
10
|
import { useLocalizedStringFormatter as b } from "react-aria";
|
|
11
|
-
import { f } from "./flowComponent-
|
|
11
|
+
import { f } from "./flowComponent-Dv5hKZam.js";
|
|
12
12
|
const C = "flow--label", L = {
|
|
13
13
|
label: C
|
|
14
14
|
}, E = {
|
package/dist/Label.js
CHANGED
package/dist/LabeledValue.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import l from "react";
|
|
4
4
|
import r from "clsx";
|
|
5
5
|
import { C as m } from "./ClearPropsContext-CD1-9TZA.js";
|
|
6
|
-
import { P as c } from "./PropsContextProvider-
|
|
6
|
+
import { P as c } from "./PropsContextProvider-BsrVIv1a.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "./propsContext-Dx7WKmmM.js";
|
|
9
9
|
import "remeda";
|
package/dist/LayoutCard.js
CHANGED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import o, { useContext as d } from "react";
|
|
4
|
+
import * as x from "react-aria-components";
|
|
5
|
+
import { C as w } from "./ClearPropsContext-CD1-9TZA.js";
|
|
6
|
+
import { P as y } from "./PropsContextProvider-BsrVIv1a.js";
|
|
7
|
+
import "@react-aria/utils";
|
|
8
|
+
import "./propsContext-Dx7WKmmM.js";
|
|
9
|
+
import "remeda";
|
|
10
|
+
import L from "clsx";
|
|
11
|
+
import { f as P } from "./flowComponent-Dv5hKZam.js";
|
|
12
|
+
import { l as g } from "./context-BlNV7smK.js";
|
|
13
|
+
const N = "flow--link", E = "flow--link--inline", v = "flow--link--icon", F = "flow--link--primary", h = "flow--link--danger", n = {
|
|
14
|
+
link: N,
|
|
15
|
+
inline: E,
|
|
16
|
+
icon: v,
|
|
17
|
+
primary: F,
|
|
18
|
+
danger: h
|
|
19
|
+
}, D = P("Link", (r) => {
|
|
20
|
+
const {
|
|
21
|
+
children: i,
|
|
22
|
+
className: t,
|
|
23
|
+
variant: e = "default",
|
|
24
|
+
inline: s,
|
|
25
|
+
linkComponent: l,
|
|
26
|
+
unstyled: a = !1,
|
|
27
|
+
"aria-current": m,
|
|
28
|
+
...p
|
|
29
|
+
} = r, { linkComponent: c } = d(g), k = l ?? c ?? x.Link, f = a ? t : L(n.link, n[e], s && n.inline, t), C = {
|
|
30
|
+
Icon: {
|
|
31
|
+
className: n.icon,
|
|
32
|
+
size: "s"
|
|
33
|
+
}
|
|
34
|
+
}, u = {
|
|
35
|
+
"aria-current": m
|
|
36
|
+
};
|
|
37
|
+
return /* @__PURE__ */ o.createElement(w, null, /* @__PURE__ */ o.createElement(
|
|
38
|
+
k,
|
|
39
|
+
{
|
|
40
|
+
className: f,
|
|
41
|
+
...p,
|
|
42
|
+
...u
|
|
43
|
+
},
|
|
44
|
+
/* @__PURE__ */ o.createElement(y, { props: C }, i)
|
|
45
|
+
));
|
|
46
|
+
});
|
|
47
|
+
export {
|
|
48
|
+
D as L
|
|
49
|
+
};
|
package/dist/Link.js
CHANGED
|
@@ -1,35 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import
|
|
4
|
-
import * as c from "react-aria-components";
|
|
5
|
-
import { C as p } from "./ClearPropsContext-CD1-9TZA.js";
|
|
6
|
-
import "./propsContext-Dx7WKmmM.js";
|
|
7
|
-
import "@react-aria/utils";
|
|
8
|
-
import "remeda";
|
|
9
|
-
import f from "clsx";
|
|
10
|
-
import { f as k } from "./flowComponent-92d7kP4i.js";
|
|
11
|
-
const d = "flow--link", C = "flow--link--inline", w = "flow--link--primary", u = "flow--link--danger", n = {
|
|
12
|
-
link: d,
|
|
13
|
-
inline: C,
|
|
14
|
-
primary: w,
|
|
15
|
-
danger: u
|
|
16
|
-
}, v = k("Link", (o) => {
|
|
17
|
-
const {
|
|
18
|
-
children: r,
|
|
19
|
-
className: t,
|
|
20
|
-
variant: e = "default",
|
|
21
|
-
inline: l,
|
|
22
|
-
linkComponent: a = c.Link,
|
|
23
|
-
...m
|
|
24
|
-
} = o, s = f(
|
|
25
|
-
n.link,
|
|
26
|
-
n[e],
|
|
27
|
-
l && n.inline,
|
|
28
|
-
t
|
|
29
|
-
);
|
|
30
|
-
return /* @__PURE__ */ i.createElement(p, null, /* @__PURE__ */ i.createElement(a, { className: s, ...m }, r));
|
|
31
|
-
});
|
|
3
|
+
import { L as o } from "./Link-DtSY1xrt.js";
|
|
32
4
|
export {
|
|
33
|
-
|
|
34
|
-
|
|
5
|
+
o as Link,
|
|
6
|
+
o as default
|
|
35
7
|
};
|