@spaced-out/ui-design-system 0.5.7-beta.2 → 0.5.7-beta.4
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/CHANGELOG.md +14 -0
- package/babel.config.js +16 -3
- package/gulpfile.js +7 -17
- package/lib/components/Accordion/Accordion.js +39 -33
- package/lib/components/Accordion/AccordionGroup.js +7 -5
- package/lib/components/Accordion/index.d.ts +2 -2
- package/lib/components/Accordion/index.js +2 -2
- package/lib/components/Avatar/Avatar.d.ts +3 -3
- package/lib/components/Avatar/Avatar.js +85 -74
- package/lib/components/Avatar/index.d.ts +1 -1
- package/lib/components/Avatar/index.js +1 -1
- package/lib/components/AvatarGroup/AvatarGroup.d.ts +2 -2
- package/lib/components/AvatarGroup/AvatarGroup.js +39 -32
- package/lib/components/AvatarGroup/index.d.ts +1 -1
- package/lib/components/AvatarGroup/index.js +1 -1
- package/lib/components/Badge/Badge.d.ts +1 -1
- package/lib/components/Badge/Badge.js +30 -26
- package/lib/components/Badge/index.d.ts +1 -1
- package/lib/components/Badge/index.js +1 -1
- package/lib/components/BadgedIcon/BadgedIcon.d.ts +1 -1
- package/lib/components/BadgedIcon/BadgedIcon.js +28 -23
- package/lib/components/BadgedIcon/index.d.ts +1 -1
- package/lib/components/BadgedIcon/index.js +1 -1
- package/lib/components/Banner/Banner.d.ts +1 -1
- package/lib/components/Banner/Banner.js +27 -24
- package/lib/components/Banner/index.d.ts +1 -1
- package/lib/components/Banner/index.js +1 -1
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.d.ts +1 -1
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.js +7 -6
- package/lib/components/Breadcrumbs/BreadcrumbLink/index.d.ts +1 -1
- package/lib/components/Breadcrumbs/BreadcrumbLink/index.js +1 -1
- package/lib/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/lib/components/Breadcrumbs/Breadcrumbs.js +18 -16
- package/lib/components/Breadcrumbs/index.d.ts +2 -2
- package/lib/components/Breadcrumbs/index.js +2 -2
- package/lib/components/Button/Button.d.ts +1 -1
- package/lib/components/Button/Button.js +85 -69
- package/lib/components/Button/index.d.ts +2 -2
- package/lib/components/Button/index.js +1 -1
- package/lib/components/ButtonDropdown/ButtonDropdown.d.ts +4 -4
- package/lib/components/ButtonDropdown/ButtonDropdown.js +94 -82
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.d.ts +6 -6
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.js +8 -6
- package/lib/components/ButtonDropdown/index.d.ts +2 -2
- package/lib/components/ButtonDropdown/index.js +2 -2
- package/lib/components/ButtonTabs/ButtonTab/ButtonTab.d.ts +1 -1
- package/lib/components/ButtonTabs/ButtonTab/ButtonTab.js +9 -7
- package/lib/components/ButtonTabs/ButtonTab/index.d.ts +1 -1
- package/lib/components/ButtonTabs/ButtonTab/index.js +1 -1
- package/lib/components/ButtonTabs/ButtonTabDropdown.d.ts +3 -3
- package/lib/components/ButtonTabs/ButtonTabDropdown.js +60 -51
- package/lib/components/ButtonTabs/ButtonTabs.d.ts +2 -2
- package/lib/components/ButtonTabs/ButtonTabs.js +12 -9
- package/lib/components/ButtonTabs/index.d.ts +2 -2
- package/lib/components/ButtonTabs/index.js +2 -2
- package/lib/components/Card/Card.js +38 -25
- package/lib/components/Card/index.d.ts +1 -1
- package/lib/components/Card/index.js +1 -1
- package/lib/components/Charts/ChartTooltip/index.d.ts +1 -1
- package/lib/components/Charts/ChartTooltip/index.js +2 -2
- package/lib/components/Charts/ChartWrapper/ChartWrapper.js +32 -24
- package/lib/components/Charts/ChartWrapper/index.d.ts +1 -1
- package/lib/components/Charts/ChartWrapper/index.js +1 -1
- package/lib/components/Charts/ColumnChart/ColumnChart.d.ts +2 -2
- package/lib/components/Charts/ColumnChart/ColumnChart.js +16 -14
- package/lib/components/Charts/ColumnChart/index.d.ts +1 -1
- package/lib/components/Charts/ColumnChart/index.js +1 -1
- package/lib/components/Charts/DonutChart/DonutChart.d.ts +2 -2
- package/lib/components/Charts/DonutChart/DonutChart.js +17 -15
- package/lib/components/Charts/DonutChart/index.d.ts +1 -1
- package/lib/components/Charts/DonutChart/index.js +1 -1
- package/lib/components/Charts/FunnelChart/FunnelChart.d.ts +2 -2
- package/lib/components/Charts/FunnelChart/FunnelChart.js +17 -15
- package/lib/components/Charts/FunnelChart/index.d.ts +1 -1
- package/lib/components/Charts/FunnelChart/index.js +1 -1
- package/lib/components/Charts/LineChart/LineChart.d.ts +2 -2
- package/lib/components/Charts/LineChart/LineChart.js +16 -14
- package/lib/components/Charts/LineChart/index.d.ts +1 -1
- package/lib/components/Charts/LineChart/index.js +1 -1
- package/lib/components/Charts/SankeyChart/SankeyChart.d.ts +2 -2
- package/lib/components/Charts/SankeyChart/SankeyChart.js +16 -14
- package/lib/components/Charts/SankeyChart/index.d.ts +1 -1
- package/lib/components/Charts/SankeyChart/index.js +1 -1
- package/lib/components/Charts/SpiderChart/SpiderChart.d.ts +2 -2
- package/lib/components/Charts/SpiderChart/SpiderChart.js +16 -14
- package/lib/components/Charts/SpiderChart/index.d.ts +1 -1
- package/lib/components/Charts/SpiderChart/index.js +1 -1
- package/lib/components/Charts/StackedBarChart/StackedBarChart.d.ts +2 -2
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js +16 -14
- package/lib/components/Charts/StackedBarChart/index.d.ts +1 -1
- package/lib/components/Charts/StackedBarChart/index.js +1 -1
- package/lib/components/Charts/index.d.ts +9 -9
- package/lib/components/Charts/index.js +9 -9
- package/lib/components/ChatBubble/ChatBubble.d.ts +2 -2
- package/lib/components/ChatBubble/ChatBubble.js +60 -46
- package/lib/components/ChatBubble/index.d.ts +1 -1
- package/lib/components/ChatBubble/index.js +1 -1
- package/lib/components/Checkbox/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox/Checkbox.js +45 -40
- package/lib/components/Checkbox/CheckboxGroup.d.ts +1 -1
- package/lib/components/Checkbox/CheckboxGroup.js +20 -16
- package/lib/components/Checkbox/index.d.ts +2 -2
- package/lib/components/Checkbox/index.js +2 -2
- package/lib/components/Chip/Chip.d.ts +1 -1
- package/lib/components/Chip/Chip.js +44 -42
- package/lib/components/Chip/index.d.ts +2 -2
- package/lib/components/Chip/index.js +1 -1
- package/lib/components/CircularLoader/CircularLoader.d.ts +1 -1
- package/lib/components/CircularLoader/CircularLoader.js +22 -19
- package/lib/components/CircularLoader/index.d.ts +1 -1
- package/lib/components/CircularLoader/index.js +1 -1
- package/lib/components/CollapsibleCard/CollapsibleCard.d.ts +1 -1
- package/lib/components/CollapsibleCard/CollapsibleCard.js +51 -41
- package/lib/components/CollapsibleCard/index.d.ts +1 -1
- package/lib/components/CollapsibleCard/index.js +1 -1
- package/lib/components/Combobox/Combobox.d.ts +3 -3
- package/lib/components/Combobox/Combobox.js +99 -89
- package/lib/components/Combobox/helper.d.ts +1 -1
- package/lib/components/Combobox/index.d.ts +1 -1
- package/lib/components/Combobox/index.js +1 -1
- package/lib/components/ConditionalWrapper/index.d.ts +1 -1
- package/lib/components/ConditionalWrapper/index.js +1 -1
- package/lib/components/DateRangePicker/Calendar.d.ts +2 -2
- package/lib/components/DateRangePicker/Calendar.js +43 -41
- package/lib/components/DateRangePicker/DateRangePicker.d.ts +1 -1
- package/lib/components/DateRangePicker/DateRangePicker.js +7 -6
- package/lib/components/DateRangePicker/DateRangeWrapper.d.ts +2 -2
- package/lib/components/DateRangePicker/DateRangeWrapper.js +163 -146
- package/lib/components/DateRangePicker/Day.js +16 -13
- package/lib/components/DateRangePicker/index.d.ts +1 -1
- package/lib/components/DateRangePicker/index.js +1 -1
- package/lib/components/Dialog/Dialog.d.ts +1 -1
- package/lib/components/Dialog/Dialog.js +75 -52
- package/lib/components/Dialog/index.d.ts +1 -1
- package/lib/components/Dialog/index.js +1 -1
- package/lib/components/Disclaimer/Disclaimer.d.ts +1 -1
- package/lib/components/Disclaimer/Disclaimer.js +8 -8
- package/lib/components/Disclaimer/index.d.ts +1 -1
- package/lib/components/Disclaimer/index.js +1 -1
- package/lib/components/Dropdown/Dropdown.d.ts +4 -4
- package/lib/components/Dropdown/Dropdown.js +93 -85
- package/lib/components/Dropdown/SimpleDropdown.d.ts +5 -5
- package/lib/components/Dropdown/SimpleDropdown.js +6 -5
- package/lib/components/Dropdown/index.d.ts +2 -2
- package/lib/components/Dropdown/index.js +2 -2
- package/lib/components/EmptyState/EmptyImages/CalendarEmptyImage.js +85 -83
- package/lib/components/EmptyState/EmptyImages/ChartEmptyImage.js +163 -161
- package/lib/components/EmptyState/EmptyImages/DataEmptyImage.js +99 -95
- package/lib/components/EmptyState/EmptyImages/FileEmptyImage.js +102 -100
- package/lib/components/EmptyState/EmptyImages/MessageEmptyImage.js +47 -45
- package/lib/components/EmptyState/EmptyImages/UploadEmptyImage.js +49 -47
- package/lib/components/EmptyState/EmptyImages/index.d.ts +6 -6
- package/lib/components/EmptyState/EmptyImages/index.js +6 -6
- package/lib/components/EmptyState/EmptyState.js +25 -19
- package/lib/components/EmptyState/index.d.ts +1 -1
- package/lib/components/EmptyState/index.js +1 -1
- package/lib/components/ErrorMessage/ErrorImages/ForbiddenImage.js +64 -62
- package/lib/components/ErrorMessage/ErrorImages/NotFoundImage.js +95 -90
- package/lib/components/ErrorMessage/ErrorImages/ServerErrorImage.js +189 -187
- package/lib/components/ErrorMessage/ErrorImages/UnauthorizedImage.js +53 -51
- package/lib/components/ErrorMessage/ErrorImages/index.d.ts +4 -4
- package/lib/components/ErrorMessage/ErrorImages/index.js +4 -4
- package/lib/components/ErrorMessage/ErrorMessage.js +28 -21
- package/lib/components/ErrorMessage/index.d.ts +1 -1
- package/lib/components/ErrorMessage/index.js +1 -1
- package/lib/components/FileUpload/FileBlock/FileBlock.d.ts +1 -1
- package/lib/components/FileUpload/FileBlock/FileBlock.js +66 -46
- package/lib/components/FileUpload/FileBlock/index.d.ts +1 -1
- package/lib/components/FileUpload/FileBlock/index.js +1 -1
- package/lib/components/FileUpload/FileUpload.js +48 -37
- package/lib/components/FileUpload/index.d.ts +2 -2
- package/lib/components/FileUpload/index.js +2 -2
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.d.ts +4 -4
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.js +70 -61
- package/lib/components/FilterButtonOverlay/index.d.ts +1 -1
- package/lib/components/FilterButtonOverlay/index.js +1 -1
- package/lib/components/FocusManager/FocusManager.js +13 -10
- package/lib/components/FocusManager/index.d.ts +1 -1
- package/lib/components/FocusManager/index.js +1 -1
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.d.ts +1 -1
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.js +19 -14
- package/lib/components/FocusManagerWithArrowKeyNavigation/index.d.ts +1 -1
- package/lib/components/FocusManagerWithArrowKeyNavigation/index.js +1 -1
- package/lib/components/FormTitleWrapper/FormTitleWrapper.d.ts +2 -2
- package/lib/components/FormTitleWrapper/FormTitleWrapper.js +22 -17
- package/lib/components/FormTitleWrapper/index.d.ts +1 -1
- package/lib/components/FormTitleWrapper/index.js +1 -1
- package/lib/components/Grid/Grid.js +11 -8
- package/lib/components/Grid/index.d.ts +1 -1
- package/lib/components/Grid/index.js +1 -1
- package/lib/components/Icon/ClickableIcon.d.ts +2 -2
- package/lib/components/Icon/ClickableIcon.js +20 -17
- package/lib/components/Icon/Icon.d.ts +1 -1
- package/lib/components/Icon/Icon.docs.js +2 -2
- package/lib/components/Icon/Icon.js +17 -13
- package/lib/components/Icon/SemanticIcon.d.ts +2 -2
- package/lib/components/Icon/SemanticIcon.js +17 -13
- package/lib/components/Icon/index.d.ts +3 -3
- package/lib/components/Icon/index.js +3 -3
- package/lib/components/InContextAlert/InContextAlert.d.ts +3 -3
- package/lib/components/InContextAlert/InContextAlert.js +55 -47
- package/lib/components/InContextAlert/index.d.ts +1 -1
- package/lib/components/InContextAlert/index.js +1 -1
- package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.d.ts +2 -2
- package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.js +54 -43
- package/lib/components/InContextAlertWithMultipleActions/index.d.ts +1 -1
- package/lib/components/InContextAlertWithMultipleActions/index.js +1 -1
- package/lib/components/InfinitePagination/InfinitePagination.d.ts +1 -1
- package/lib/components/InfinitePagination/InfinitePagination.js +37 -31
- package/lib/components/InfinitePagination/index.d.ts +1 -1
- package/lib/components/InfinitePagination/index.js +1 -1
- package/lib/components/InlineDropdown/InlineDropdown.d.ts +5 -5
- package/lib/components/InlineDropdown/InlineDropdown.js +88 -77
- package/lib/components/InlineDropdown/SimpleInlineDropdown.d.ts +6 -6
- package/lib/components/InlineDropdown/SimpleInlineDropdown.js +8 -6
- package/lib/components/InlineDropdown/index.d.ts +2 -2
- package/lib/components/InlineDropdown/index.js +2 -2
- package/lib/components/Input/Input.d.ts +1 -1
- package/lib/components/Input/Input.js +94 -80
- package/lib/components/Input/index.d.ts +1 -1
- package/lib/components/Input/index.js +1 -1
- package/lib/components/KPIBox/KPIBox.d.ts +2 -2
- package/lib/components/KPIBox/KPIBox.js +26 -20
- package/lib/components/KPIBox/index.d.ts +1 -1
- package/lib/components/KPIBox/index.js +1 -1
- package/lib/components/LinearLoader/LinearLoader.js +18 -16
- package/lib/components/LinearLoader/index.d.ts +1 -1
- package/lib/components/LinearLoader/index.js +1 -1
- package/lib/components/Link/Link.d.ts +2 -2
- package/lib/components/Link/Link.js +36 -30
- package/lib/components/Link/index.d.ts +1 -1
- package/lib/components/Link/index.js +1 -1
- package/lib/components/Menu/Menu.d.ts +2 -2
- package/lib/components/Menu/Menu.js +104 -89
- package/lib/components/Menu/MenuOptionButton.d.ts +1 -1
- package/lib/components/Menu/MenuOptionButton.js +58 -47
- package/lib/components/Menu/index.d.ts +2 -2
- package/lib/components/Menu/index.js +2 -2
- package/lib/components/Modal/Modal.js +76 -61
- package/lib/components/Modal/index.d.ts +2 -2
- package/lib/components/Modal/index.js +1 -1
- package/lib/components/Notification/Notification.d.ts +1 -1
- package/lib/components/Notification/Notification.js +38 -32
- package/lib/components/Notification/index.d.ts +1 -1
- package/lib/components/Notification/index.js +1 -1
- package/lib/components/OptionButton/OptionButton.d.ts +5 -5
- package/lib/components/OptionButton/OptionButton.js +61 -56
- package/lib/components/OptionButton/SimpleOptionButton.d.ts +6 -6
- package/lib/components/OptionButton/SimpleOptionButton.js +8 -6
- package/lib/components/OptionButton/index.d.ts +2 -2
- package/lib/components/OptionButton/index.js +2 -2
- package/lib/components/PageTitle/PageTitle.js +60 -44
- package/lib/components/PageTitle/index.d.ts +1 -1
- package/lib/components/PageTitle/index.js +1 -1
- package/lib/components/Pagination/Pagination.js +46 -39
- package/lib/components/Pagination/PaginationItem.d.ts +1 -1
- package/lib/components/Pagination/PaginationItem.js +23 -17
- package/lib/components/Pagination/index.d.ts +1 -1
- package/lib/components/Pagination/index.js +1 -1
- package/lib/components/Panel/Panel.d.ts +1 -1
- package/lib/components/Panel/Panel.js +45 -33
- package/lib/components/Panel/index.d.ts +2 -2
- package/lib/components/Panel/index.js +1 -1
- package/lib/components/ProgressDonut/ProgressDonut.d.ts +1 -1
- package/lib/components/ProgressDonut/ProgressDonut.js +37 -32
- package/lib/components/ProgressDonut/index.d.ts +1 -1
- package/lib/components/ProgressDonut/index.js +1 -1
- package/lib/components/PromptChip/PromptChip.d.ts +3 -3
- package/lib/components/PromptChip/PromptChip.js +62 -50
- package/lib/components/PromptChip/index.d.ts +1 -1
- package/lib/components/PromptChip/index.js +1 -1
- package/lib/components/PromptInput/PromptInput.d.ts +1 -1
- package/lib/components/PromptInput/PromptInput.js +57 -50
- package/lib/components/PromptInput/index.d.ts +1 -1
- package/lib/components/PromptInput/index.js +1 -1
- package/lib/components/RadioButton/RadioButton.d.ts +1 -1
- package/lib/components/RadioButton/RadioButton.js +31 -28
- package/lib/components/RadioButton/RadioGroup.d.ts +1 -1
- package/lib/components/RadioButton/RadioGroup.js +20 -16
- package/lib/components/RadioButton/index.d.ts +2 -2
- package/lib/components/RadioButton/index.js +2 -2
- package/lib/components/RadioTile/RadioTile.d.ts +2 -2
- package/lib/components/RadioTile/RadioTile.js +52 -42
- package/lib/components/RadioTile/index.d.ts +1 -1
- package/lib/components/RadioTile/index.js +1 -1
- package/lib/components/RangeSlider/RangeSlider.d.ts +1 -1
- package/lib/components/RangeSlider/RangeSlider.js +73 -68
- package/lib/components/RangeSlider/index.d.ts +1 -1
- package/lib/components/RangeSlider/index.js +1 -1
- package/lib/components/Rating/Rating.d.ts +2 -2
- package/lib/components/Rating/Rating.js +48 -43
- package/lib/components/Rating/index.d.ts +1 -1
- package/lib/components/Rating/index.js +1 -1
- package/lib/components/ScoreBar/ScoreBar.js +29 -26
- package/lib/components/ScoreBar/index.d.ts +1 -1
- package/lib/components/ScoreBar/index.js +1 -1
- package/lib/components/SearchInput/SearchInput.d.ts +1 -1
- package/lib/components/SearchInput/SearchInput.js +35 -32
- package/lib/components/SearchInput/index.d.ts +2 -2
- package/lib/components/SearchInput/index.js +1 -1
- package/lib/components/Separator/Separator.js +5 -4
- package/lib/components/Separator/index.d.ts +1 -1
- package/lib/components/Separator/index.js +1 -1
- package/lib/components/Shimmer/Shimmer.js +39 -31
- package/lib/components/Shimmer/index.d.ts +1 -1
- package/lib/components/Shimmer/index.js +1 -1
- package/lib/components/SideMenuLink/SideMenuLink.d.ts +3 -3
- package/lib/components/SideMenuLink/SideMenuLink.js +63 -52
- package/lib/components/SideMenuLink/index.d.ts +1 -1
- package/lib/components/SideMenuLink/index.js +1 -1
- package/lib/components/StatusIndicator/StatusIndicator.d.ts +1 -1
- package/lib/components/StatusIndicator/StatusIndicator.js +7 -6
- package/lib/components/StatusIndicator/index.d.ts +1 -1
- package/lib/components/StatusIndicator/index.js +1 -1
- package/lib/components/Stepper/Step/Step.d.ts +1 -1
- package/lib/components/Stepper/Step/Step.js +33 -27
- package/lib/components/Stepper/Step/StepContent.js +7 -5
- package/lib/components/Stepper/Step/StepLabel.js +7 -5
- package/lib/components/Stepper/Step/index.d.ts +3 -3
- package/lib/components/Stepper/Step/index.js +3 -3
- package/lib/components/Stepper/Stepper.js +7 -5
- package/lib/components/Stepper/index.d.ts +2 -2
- package/lib/components/Stepper/index.js +2 -2
- package/lib/components/StickyBar/StickyBar.js +18 -12
- package/lib/components/StickyBar/index.d.ts +1 -1
- package/lib/components/StickyBar/index.js +1 -1
- package/lib/components/SubMenu/SubMenu.d.ts +1 -1
- package/lib/components/SubMenu/SubMenu.js +41 -35
- package/lib/components/SubMenu/SubMenuGroup.d.ts +2 -2
- package/lib/components/SubMenu/SubMenuGroup.js +63 -54
- package/lib/components/SubMenu/SubMenuItem.d.ts +3 -3
- package/lib/components/SubMenu/SubMenuItem.js +35 -24
- package/lib/components/SubMenu/SubMenuLink.d.ts +1 -1
- package/lib/components/SubMenu/SubMenuLink.js +34 -27
- package/lib/components/SubMenu/index.d.ts +4 -4
- package/lib/components/SubMenu/index.js +4 -4
- package/lib/components/Table/Cell.d.ts +1 -1
- package/lib/components/Table/Cell.js +44 -34
- package/lib/components/Table/DefaultRow.d.ts +3 -3
- package/lib/components/Table/DefaultRow.js +64 -57
- package/lib/components/Table/DefaultTableHeader.d.ts +3 -3
- package/lib/components/Table/DefaultTableHeader.js +103 -89
- package/lib/components/Table/StaticTable.d.ts +3 -3
- package/lib/components/Table/StaticTable.js +124 -114
- package/lib/components/Table/Table.d.ts +3 -3
- package/lib/components/Table/Table.js +10 -6
- package/lib/components/Table/TableActionBar.d.ts +2 -2
- package/lib/components/Table/TableActionBar.js +16 -12
- package/lib/components/Table/TableBottomBar.js +8 -6
- package/lib/components/Table/TableTopBar.js +8 -6
- package/lib/components/Table/hooks.d.ts +1 -1
- package/lib/components/Table/index.d.ts +8 -8
- package/lib/components/Table/index.js +8 -8
- package/lib/components/Tabs/Tab/Tab.d.ts +2 -2
- package/lib/components/Tabs/Tab/Tab.js +64 -53
- package/lib/components/Tabs/Tab/index.d.ts +1 -1
- package/lib/components/Tabs/Tab/index.js +1 -1
- package/lib/components/Tabs/TabList/TabDropdown.d.ts +4 -4
- package/lib/components/Tabs/TabList/TabDropdown.js +62 -53
- package/lib/components/Tabs/TabList/TabList.d.ts +1 -1
- package/lib/components/Tabs/TabList/TabList.js +13 -12
- package/lib/components/Tabs/TabList/index.d.ts +1 -1
- package/lib/components/Tabs/TabList/index.js +1 -1
- package/lib/components/Tabs/index.d.ts +2 -2
- package/lib/components/Tabs/index.js +2 -2
- package/lib/components/Text/Text.d.ts +1 -1
- package/lib/components/Text/Text.js +303 -251
- package/lib/components/Text/index.d.ts +3 -3
- package/lib/components/Text/index.js +2 -2
- package/lib/components/TextTile/TextTile.js +21 -14
- package/lib/components/TextTile/index.d.ts +1 -1
- package/lib/components/TextTile/index.js +1 -1
- package/lib/components/Textarea/Textarea.js +49 -39
- package/lib/components/Textarea/index.d.ts +2 -2
- package/lib/components/Textarea/index.js +1 -1
- package/lib/components/Timeline/Timeline.js +7 -5
- package/lib/components/Timeline/TimelineItem/TimelineItem.d.ts +3 -3
- package/lib/components/Timeline/TimelineItem/TimelineItem.js +55 -45
- package/lib/components/Timeline/TimelineItem/index.d.ts +1 -1
- package/lib/components/Timeline/TimelineItem/index.js +1 -1
- package/lib/components/Timeline/index.d.ts +2 -2
- package/lib/components/Timeline/index.js +2 -2
- package/lib/components/Toast/Toast.js +55 -46
- package/lib/components/Toast/ToastContainer.js +10 -9
- package/lib/components/Toast/ToastManager.d.ts +1 -1
- package/lib/components/Toast/ToastManager.js +1 -1
- package/lib/components/Toast/index.d.ts +4 -4
- package/lib/components/Toast/index.js +3 -3
- package/lib/components/Toggle/Toggle.js +30 -25
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Toggle/index.js +1 -1
- package/lib/components/TokenListInput/TokenListInput.d.ts +5 -5
- package/lib/components/TokenListInput/TokenListInput.js +152 -137
- package/lib/components/TokenListInput/TokenValueChips.js +13 -11
- package/lib/components/TokenListInput/index.d.ts +1 -1
- package/lib/components/TokenListInput/index.js +1 -1
- package/lib/components/Tooltip/Tooltip.js +44 -32
- package/lib/components/Tooltip/index.d.ts +1 -1
- package/lib/components/Tooltip/index.js +1 -1
- package/lib/components/Truncate/Truncate.js +11 -8
- package/lib/components/Truncate/index.d.ts +2 -2
- package/lib/components/Truncate/index.js +1 -1
- package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.d.ts +1 -1
- package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.js +23 -18
- package/lib/components/TruncatedTextWithTooltip/index.d.ts +1 -1
- package/lib/components/TruncatedTextWithTooltip/index.js +1 -1
- package/lib/components/Typeahead/SimpleTypeahead.d.ts +5 -5
- package/lib/components/Typeahead/SimpleTypeahead.js +6 -5
- package/lib/components/Typeahead/Typeahead.d.ts +4 -4
- package/lib/components/Typeahead/Typeahead.js +111 -99
- package/lib/components/Typeahead/index.d.ts +2 -2
- package/lib/components/Typeahead/index.js +2 -2
- package/lib/components/WeekdayPicker/WeekdayPicker.js +52 -47
- package/lib/components/WeekdayPicker/index.d.ts +1 -1
- package/lib/components/WeekdayPicker/index.js +1 -1
- package/lib/components/index.d.ts +75 -75
- package/lib/components/index.js +75 -75
- package/lib/hooks/index.d.ts +16 -16
- package/lib/hooks/index.js +16 -16
- package/lib/hooks/useArbitraryOptionAddition/index.d.ts +1 -1
- package/lib/hooks/useArbitraryOptionAddition/index.js +1 -1
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.d.ts +1 -1
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.js +1 -1
- package/lib/hooks/useCopyToClipboard/index.d.ts +1 -1
- package/lib/hooks/useCopyToClipboard/index.js +1 -1
- package/lib/hooks/useDebounce/index.d.ts +1 -1
- package/lib/hooks/useDebounce/index.js +1 -1
- package/lib/hooks/useFileUpload/index.d.ts +1 -1
- package/lib/hooks/useFileUpload/index.js +1 -1
- package/lib/hooks/useFileUpload/useFileUpload.d.ts +1 -1
- package/lib/hooks/useFileUpload/useFileUpload.js +1 -1
- package/lib/hooks/useFilteredOptions/index.d.ts +1 -1
- package/lib/hooks/useFilteredOptions/index.js +1 -1
- package/lib/hooks/useInfiniteScroll/index.d.ts +1 -1
- package/lib/hooks/useInfiniteScroll/index.js +1 -1
- package/lib/hooks/useInputState/index.d.ts +1 -1
- package/lib/hooks/useInputState/index.js +1 -1
- package/lib/hooks/useLockedBody/index.d.ts +1 -1
- package/lib/hooks/useLockedBody/index.js +1 -1
- package/lib/hooks/useModal/index.d.ts +1 -1
- package/lib/hooks/useModal/index.js +1 -1
- package/lib/hooks/useModal/useModal.d.ts +3 -3
- package/lib/hooks/useModal/useModal.d.ts.map +1 -1
- package/lib/hooks/useModal/useModal.js +1 -1
- package/lib/hooks/usePagination/index.d.ts +1 -1
- package/lib/hooks/usePagination/index.js +1 -1
- package/lib/hooks/usePagination/usePagination.d.ts +1 -1
- package/lib/hooks/usePagination/usePagination.js +1 -1
- package/lib/hooks/useReferenceElementWidth/index.d.ts +1 -1
- package/lib/hooks/useReferenceElementWidth/index.js +1 -1
- package/lib/hooks/useReferenceElementWidth/useReferenceElementWidth.js +1 -1
- package/lib/hooks/useResizeObserver/index.d.ts +1 -1
- package/lib/hooks/useResizeObserver/index.js +1 -1
- package/lib/hooks/useToastPortal/index.d.ts +1 -1
- package/lib/hooks/useToastPortal/index.js +1 -1
- package/lib/hooks/useToastPortal/useToastPortal.js +2 -2
- package/lib/hooks/useToggle/index.d.ts +1 -1
- package/lib/hooks/useToggle/index.js +1 -1
- package/lib/hooks/useWindowSize/index.d.ts +1 -1
- package/lib/hooks/useWindowSize/index.js +1 -1
- package/lib/index.d.ts +5 -5
- package/lib/index.js +5 -5
- package/lib/types/index.d.ts +7 -7
- package/lib/types/index.js +7 -7
- package/lib/utils/array/index.d.ts +1 -1
- package/lib/utils/array/index.js +1 -1
- package/lib/utils/charts/charts.d.ts +1 -1
- package/lib/utils/charts/charts.js +5 -5
- package/lib/utils/charts/columnChart.d.ts +1 -1
- package/lib/utils/charts/columnChart.js +3 -3
- package/lib/utils/charts/donutChart.d.ts +1 -1
- package/lib/utils/charts/donutChart.js +2 -2
- package/lib/utils/charts/funnelChart.d.ts +2 -2
- package/lib/utils/charts/funnelChart.js +4 -4
- package/lib/utils/charts/helpers.js +2 -2
- package/lib/utils/charts/index.d.ts +10 -10
- package/lib/utils/charts/index.js +10 -10
- package/lib/utils/charts/lineChart.d.ts +1 -1
- package/lib/utils/charts/lineChart.js +4 -4
- package/lib/utils/charts/sankeyChart.d.ts +1 -1
- package/lib/utils/charts/sankeyChart.js +2 -2
- package/lib/utils/charts/spiderChart.d.ts +1 -1
- package/lib/utils/charts/spiderChart.js +4 -4
- package/lib/utils/charts/stackedBarChart.d.ts +1 -1
- package/lib/utils/charts/stackedBarChart.js +3 -3
- package/lib/utils/charts/typography.js +2 -2
- package/lib/utils/click-away/click-away.js +1 -1
- package/lib/utils/click-away/index.d.ts +1 -1
- package/lib/utils/click-away/index.js +1 -1
- package/lib/utils/date-range-picker/date-range-picker.d.ts +2 -2
- package/lib/utils/date-range-picker/date-range-picker.js +1 -1
- package/lib/utils/date-range-picker/index.d.ts +2 -2
- package/lib/utils/date-range-picker/index.js +2 -2
- package/lib/utils/dom/index.d.ts +1 -1
- package/lib/utils/dom/index.js +1 -1
- package/lib/utils/helpers/index.d.ts +1 -1
- package/lib/utils/helpers/index.js +1 -1
- package/lib/utils/index.d.ts +14 -14
- package/lib/utils/index.js +14 -14
- package/lib/utils/makeClassNameComponent/index.d.ts +1 -1
- package/lib/utils/makeClassNameComponent/index.js +1 -1
- package/lib/utils/makeClassNameComponent/makeClassNameComponent.js +1 -1
- package/lib/utils/menu/index.d.ts +1 -1
- package/lib/utils/menu/index.js +1 -1
- package/lib/utils/menu/menu.d.ts +1 -1
- package/lib/utils/merge-refs/index.d.ts +1 -1
- package/lib/utils/merge-refs/index.js +1 -1
- package/lib/utils/rating/index.d.ts +1 -1
- package/lib/utils/rating/index.js +1 -1
- package/lib/utils/score-bar/index.d.ts +1 -1
- package/lib/utils/score-bar/index.js +1 -1
- package/lib/utils/score-bar/score-bar.d.ts +1 -1
- package/lib/utils/string/index.d.ts +1 -1
- package/lib/utils/string/index.js +1 -1
- package/lib/utils/tokens/index.d.ts +1 -1
- package/lib/utils/tokens/index.js +1 -1
- package/package.json +4 -2
- package/tsconfig.declaration.json +14 -2
- package/lib/components/AIPromptFlow/AIPromptFlow.stories.d.ts +0 -19
- package/lib/components/AIPromptFlow/AIPromptFlow.stories.d.ts.map +0 -1
- package/lib/components/Accordion/Accordion.stories.d.ts +0 -144
- package/lib/components/Accordion/Accordion.stories.d.ts.map +0 -1
- package/lib/components/Accordion/AccordionGroup.stories.d.ts +0 -90
- package/lib/components/Accordion/AccordionGroup.stories.d.ts.map +0 -1
- package/lib/components/Avatar/Avatar.stories.d.ts +0 -149
- package/lib/components/Avatar/Avatar.stories.d.ts.map +0 -1
- package/lib/components/AvatarGroup/AvatarGroup.stories.d.ts +0 -101
- package/lib/components/AvatarGroup/AvatarGroup.stories.d.ts.map +0 -1
- package/lib/components/Badge/Badge.stories.d.ts +0 -123
- package/lib/components/Badge/Badge.stories.d.ts.map +0 -1
- package/lib/components/BadgedIcon/BadgedIcon.stories.d.ts +0 -111
- package/lib/components/BadgedIcon/BadgedIcon.stories.d.ts.map +0 -1
- package/lib/components/Banner/Banner.stories.d.ts +0 -187
- package/lib/components/Banner/Banner.stories.d.ts.map +0 -1
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.stories.d.ts +0 -98
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.stories.d.ts.map +0 -1
- package/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -57
- package/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts.map +0 -1
- package/lib/components/Button/Button.stories.d.ts +0 -245
- package/lib/components/Button/Button.stories.d.ts.map +0 -1
- package/lib/components/ButtonDropdown/ButtonDropdown.stories.d.ts +0 -1978
- package/lib/components/ButtonDropdown/ButtonDropdown.stories.d.ts.map +0 -1
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.stories.d.ts +0 -2900
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.stories.d.ts.map +0 -1
- package/lib/components/ButtonTabs/ButtonTab/ButtonTab.stories.d.ts +0 -142
- package/lib/components/ButtonTabs/ButtonTab/ButtonTab.stories.d.ts.map +0 -1
- package/lib/components/ButtonTabs/ButtonTabs.stories.d.ts +0 -201
- package/lib/components/ButtonTabs/ButtonTabs.stories.d.ts.map +0 -1
- package/lib/components/Card/Card.stories.d.ts +0 -150
- package/lib/components/Card/Card.stories.d.ts.map +0 -1
- package/lib/components/Charts/ColumnChart/ColumnChart.stories.d.ts +0 -446
- package/lib/components/Charts/ColumnChart/ColumnChart.stories.d.ts.map +0 -1
- package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -227
- package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts.map +0 -1
- package/lib/components/Charts/FunnelChart/FunnelChart.stories.d.ts +0 -308
- package/lib/components/Charts/FunnelChart/FunnelChart.stories.d.ts.map +0 -1
- package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -311
- package/lib/components/Charts/LineChart/LineChart.stories.d.ts.map +0 -1
- package/lib/components/Charts/SankeyChart/SankeyChart.stories.d.ts +0 -267
- package/lib/components/Charts/SankeyChart/SankeyChart.stories.d.ts.map +0 -1
- package/lib/components/Charts/SpiderChart/SpiderChart.stories.d.ts +0 -150
- package/lib/components/Charts/SpiderChart/SpiderChart.stories.d.ts.map +0 -1
- package/lib/components/Charts/StackedBarChart/StackedBarChart.stories.d.ts +0 -192
- package/lib/components/Charts/StackedBarChart/StackedBarChart.stories.d.ts.map +0 -1
- package/lib/components/ChatBubble/ChatAnchor.stories.d.ts +0 -101
- package/lib/components/ChatBubble/ChatAnchor.stories.d.ts.map +0 -1
- package/lib/components/ChatBubble/ChatBubble.stories.d.ts +0 -102
- package/lib/components/ChatBubble/ChatBubble.stories.d.ts.map +0 -1
- package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -168
- package/lib/components/Checkbox/Checkbox.stories.d.ts.map +0 -1
- package/lib/components/Checkbox/CheckboxGroup.stories.d.ts +0 -163
- package/lib/components/Checkbox/CheckboxGroup.stories.d.ts.map +0 -1
- package/lib/components/Chip/Chip.stories.d.ts +0 -238
- package/lib/components/Chip/Chip.stories.d.ts.map +0 -1
- package/lib/components/CircularLoader/CircularLoader.stories.d.ts +0 -64
- package/lib/components/CircularLoader/CircularLoader.stories.d.ts.map +0 -1
- package/lib/components/CollapsibleCard/CollapsibleCard.stories.d.ts +0 -225
- package/lib/components/CollapsibleCard/CollapsibleCard.stories.d.ts.map +0 -1
- package/lib/components/Combobox/Combobox.stories.d.ts +0 -198
- package/lib/components/Combobox/Combobox.stories.d.ts.map +0 -1
- package/lib/components/ConditionalWrapper/ConditionalWrapper.stories.d.ts +0 -16
- package/lib/components/ConditionalWrapper/ConditionalWrapper.stories.d.ts.map +0 -1
- package/lib/components/DateRangePicker/DateRangePicker.stories.d.ts +0 -184
- package/lib/components/DateRangePicker/DateRangePicker.stories.d.ts.map +0 -1
- package/lib/components/Dialog/Dialog.stories.d.ts +0 -171
- package/lib/components/Dialog/Dialog.stories.d.ts.map +0 -1
- package/lib/components/Disclaimer/Disclaimer.stories.d.ts +0 -156
- package/lib/components/Disclaimer/Disclaimer.stories.d.ts.map +0 -1
- package/lib/components/Dropdown/Dropdown.stories.d.ts +0 -417
- package/lib/components/Dropdown/Dropdown.stories.d.ts.map +0 -1
- package/lib/components/Dropdown/SimpleDropdown.stories.d.ts +0 -424
- package/lib/components/Dropdown/SimpleDropdown.stories.d.ts.map +0 -1
- package/lib/components/EmptyState/EmptyState.stories.d.ts +0 -91
- package/lib/components/EmptyState/EmptyState.stories.d.ts.map +0 -1
- package/lib/components/ErrorMessage/ErrorMessage.stories.d.ts +0 -97
- package/lib/components/ErrorMessage/ErrorMessage.stories.d.ts.map +0 -1
- package/lib/components/FileUpload/FileBlock/FileBlock.stories.d.ts +0 -82
- package/lib/components/FileUpload/FileBlock/FileBlock.stories.d.ts.map +0 -1
- package/lib/components/FileUpload/FileUpload.stories.d.ts +0 -341
- package/lib/components/FileUpload/FileUpload.stories.d.ts.map +0 -1
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.stories.d.ts +0 -300
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.stories.d.ts.map +0 -1
- package/lib/components/FocusManager/FocusManager.stories.d.ts +0 -103
- package/lib/components/FocusManager/FocusManager.stories.d.ts.map +0 -1
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.stories.d.ts +0 -175
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.stories.d.ts.map +0 -1
- package/lib/components/FormTitleWrapper/FormTitleWrapper.stories.d.ts +0 -128
- package/lib/components/FormTitleWrapper/FormTitleWrapper.stories.d.ts.map +0 -1
- package/lib/components/Grid/Col.stories.d.ts +0 -66
- package/lib/components/Grid/Col.stories.d.ts.map +0 -1
- package/lib/components/Grid/GridPatterns.stories.d.ts +0 -18
- package/lib/components/Grid/GridPatterns.stories.d.ts.map +0 -1
- package/lib/components/Grid/Row.stories.d.ts +0 -41
- package/lib/components/Grid/Row.stories.d.ts.map +0 -1
- package/lib/components/Grid/Tablist.layout.stories.d.ts +0 -20
- package/lib/components/Grid/Tablist.layout.stories.d.ts.map +0 -1
- package/lib/components/Icon/Icon.stories.d.ts +0 -193
- package/lib/components/Icon/Icon.stories.d.ts.map +0 -1
- package/lib/components/Icon/SemanticIcon.stories.d.ts +0 -190
- package/lib/components/Icon/SemanticIcon.stories.d.ts.map +0 -1
- package/lib/components/InContextAlert/InContextAlert.stories.d.ts +0 -181
- package/lib/components/InContextAlert/InContextAlert.stories.d.ts.map +0 -1
- package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.stories.d.ts +0 -249
- package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.stories.d.ts.map +0 -1
- package/lib/components/InfinitePagination/InfinitePagination.stories.d.ts +0 -145
- package/lib/components/InfinitePagination/InfinitePagination.stories.d.ts.map +0 -1
- package/lib/components/InlineDropdown/InlineDropdown.stories.d.ts +0 -1202
- package/lib/components/InlineDropdown/InlineDropdown.stories.d.ts.map +0 -1
- package/lib/components/InlineDropdown/SimpleInlineDropdown.stories.d.ts +0 -2173
- package/lib/components/InlineDropdown/SimpleInlineDropdown.stories.d.ts.map +0 -1
- package/lib/components/Input/Input.stories.d.ts +0 -502
- package/lib/components/Input/Input.stories.d.ts.map +0 -1
- package/lib/components/Input/NativeColorpicker.stories.d.ts +0 -370
- package/lib/components/Input/NativeColorpicker.stories.d.ts.map +0 -1
- package/lib/components/Input/NativeDatepicker.stories.d.ts +0 -388
- package/lib/components/Input/NativeDatepicker.stories.d.ts.map +0 -1
- package/lib/components/KPIBox/KPIBox.stories.d.ts +0 -132
- package/lib/components/KPIBox/KPIBox.stories.d.ts.map +0 -1
- package/lib/components/LinearLoader/LinearLoader.stories.d.ts +0 -78
- package/lib/components/LinearLoader/LinearLoader.stories.d.ts.map +0 -1
- package/lib/components/Link/Link.stories.d.ts +0 -284
- package/lib/components/Link/Link.stories.d.ts.map +0 -1
- package/lib/components/Menu/Menu.stories.d.ts +0 -526
- package/lib/components/Menu/Menu.stories.d.ts.map +0 -1
- package/lib/components/Modal/Modal.stories.d.ts +0 -149
- package/lib/components/Modal/Modal.stories.d.ts.map +0 -1
- package/lib/components/Notification/Notification.stories.d.ts +0 -136
- package/lib/components/Notification/Notification.stories.d.ts.map +0 -1
- package/lib/components/OptionButton/OptionButton.stories.d.ts +0 -366
- package/lib/components/OptionButton/OptionButton.stories.d.ts.map +0 -1
- package/lib/components/OptionButton/SimpleOptionButton.stories.d.ts +0 -1638
- package/lib/components/OptionButton/SimpleOptionButton.stories.d.ts.map +0 -1
- package/lib/components/PageTitle/PageTitle.stories.d.ts +0 -83
- package/lib/components/PageTitle/PageTitle.stories.d.ts.map +0 -1
- package/lib/components/Pagination/Pagination.stories.d.ts +0 -203
- package/lib/components/Pagination/Pagination.stories.d.ts.map +0 -1
- package/lib/components/Panel/Panel.stories.d.ts +0 -187
- package/lib/components/Panel/Panel.stories.d.ts.map +0 -1
- package/lib/components/ProgressDonut/ProgressDonut.stories.d.ts +0 -72
- package/lib/components/ProgressDonut/ProgressDonut.stories.d.ts.map +0 -1
- package/lib/components/PromptChip/PromptChip.stories.d.ts +0 -205
- package/lib/components/PromptChip/PromptChip.stories.d.ts.map +0 -1
- package/lib/components/PromptInput/PromptInput.stories.d.ts +0 -265
- package/lib/components/PromptInput/PromptInput.stories.d.ts.map +0 -1
- package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -149
- package/lib/components/RadioButton/RadioButton.stories.d.ts.map +0 -1
- package/lib/components/RadioButton/RadioGroup.stories.d.ts +0 -137
- package/lib/components/RadioButton/RadioGroup.stories.d.ts.map +0 -1
- package/lib/components/RadioTile/RadioTile.stories.d.ts +0 -171
- package/lib/components/RadioTile/RadioTile.stories.d.ts.map +0 -1
- package/lib/components/RangeSlider/RangeSlider.stories.d.ts +0 -287
- package/lib/components/RangeSlider/RangeSlider.stories.d.ts.map +0 -1
- package/lib/components/Rating/Rating.stories.d.ts +0 -237
- package/lib/components/Rating/Rating.stories.d.ts.map +0 -1
- package/lib/components/ScoreBar/ScoreBar.stories.d.ts +0 -156
- package/lib/components/ScoreBar/ScoreBar.stories.d.ts.map +0 -1
- package/lib/components/SearchInput/SearchInput.stories.d.ts +0 -260
- package/lib/components/SearchInput/SearchInput.stories.d.ts.map +0 -1
- package/lib/components/Separator/Separator.stories.d.ts +0 -79
- package/lib/components/Separator/Separator.stories.d.ts.map +0 -1
- package/lib/components/Shimmer/Shimmer.stories.d.ts +0 -213
- package/lib/components/Shimmer/Shimmer.stories.d.ts.map +0 -1
- package/lib/components/SideMenuLink/SideMenuLink.stories.d.ts +0 -96
- package/lib/components/SideMenuLink/SideMenuLink.stories.d.ts.map +0 -1
- package/lib/components/StatusIndicator/StatusIndicator.stories.d.ts +0 -92
- package/lib/components/StatusIndicator/StatusIndicator.stories.d.ts.map +0 -1
- package/lib/components/Stepper/Step/Step.stories.d.ts +0 -120
- package/lib/components/Stepper/Step/Step.stories.d.ts.map +0 -1
- package/lib/components/Stepper/Stepper.stories.d.ts +0 -210
- package/lib/components/Stepper/Stepper.stories.d.ts.map +0 -1
- package/lib/components/StickyBar/StickyBar.stories.d.ts +0 -35
- package/lib/components/StickyBar/StickyBar.stories.d.ts.map +0 -1
- package/lib/components/SubMenu/SubMenu.stories.d.ts +0 -114
- package/lib/components/SubMenu/SubMenu.stories.d.ts.map +0 -1
- package/lib/components/Table/BasicTable.stories.d.ts +0 -691
- package/lib/components/Table/BasicTable.stories.d.ts.map +0 -1
- package/lib/components/Table/BulkActions.stories.d.ts +0 -327
- package/lib/components/Table/BulkActions.stories.d.ts.map +0 -1
- package/lib/components/Table/InlineEdit.stories.d.ts +0 -314
- package/lib/components/Table/InlineEdit.stories.d.ts.map +0 -1
- package/lib/components/Tabs/Tab/Tab.stories.d.ts +0 -156
- package/lib/components/Tabs/Tab/Tab.stories.d.ts.map +0 -1
- package/lib/components/Tabs/TabList/TabList.stories.d.ts +0 -133
- package/lib/components/Tabs/TabList/TabList.stories.d.ts.map +0 -1
- package/lib/components/Text/HighlightedText.stories.d.ts +0 -120
- package/lib/components/Text/HighlightedText.stories.d.ts.map +0 -1
- package/lib/components/Text/Text.stories.d.ts +0 -271
- package/lib/components/Text/Text.stories.d.ts.map +0 -1
- package/lib/components/TextTile/TextTile.stories.d.ts +0 -76
- package/lib/components/TextTile/TextTile.stories.d.ts.map +0 -1
- package/lib/components/Textarea/Textarea.stories.d.ts +0 -264
- package/lib/components/Textarea/Textarea.stories.d.ts.map +0 -1
- package/lib/components/Timeline/Timeline.stories.d.ts +0 -62
- package/lib/components/Timeline/Timeline.stories.d.ts.map +0 -1
- package/lib/components/Timeline/TimelineItem/TimelineItem.stories.d.ts +0 -184
- package/lib/components/Timeline/TimelineItem/TimelineItem.stories.d.ts.map +0 -1
- package/lib/components/Toast/Toast.stories.d.ts +0 -105
- package/lib/components/Toast/Toast.stories.d.ts.map +0 -1
- package/lib/components/Toggle/Toggle.stories.d.ts +0 -142
- package/lib/components/Toggle/Toggle.stories.d.ts.map +0 -1
- package/lib/components/TokenListInput/TokenListInput.stories.d.ts +0 -379
- package/lib/components/TokenListInput/TokenListInput.stories.d.ts.map +0 -1
- package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -172
- package/lib/components/Tooltip/Tooltip.stories.d.ts.map +0 -1
- package/lib/components/Truncate/Truncate.stories.d.ts +0 -94
- package/lib/components/Truncate/Truncate.stories.d.ts.map +0 -1
- package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts +0 -110
- package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts.map +0 -1
- package/lib/components/Typeahead/SimpleTypeahead.stories.d.ts +0 -396
- package/lib/components/Typeahead/SimpleTypeahead.stories.d.ts.map +0 -1
- package/lib/components/Typeahead/Typeahead.stories.d.ts +0 -399
- package/lib/components/Typeahead/Typeahead.stories.d.ts.map +0 -1
- package/lib/components/WeekdayPicker/WeekdayPicker.stories.d.ts +0 -238
- package/lib/components/WeekdayPicker/WeekdayPicker.stories.d.ts.map +0 -1
- package/lib/devtools/DependencyGraph/DependencyGraph.stories.d.ts +0 -19
- package/lib/devtools/DependencyGraph/DependencyGraph.stories.d.ts.map +0 -1
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.stories.d.ts +0 -18
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.stories.d.ts.map +0 -1
- package/lib/hooks/useCopyToClipboard/useCopyToClipboard.stories.d.ts +0 -24
- package/lib/hooks/useCopyToClipboard/useCopyToClipboard.stories.d.ts.map +0 -1
- package/lib/hooks/useDebounce/useDebounce.stories.d.ts +0 -26
- package/lib/hooks/useDebounce/useDebounce.stories.d.ts.map +0 -1
- package/lib/hooks/useFileUpload/useFileUpload.stories.d.ts +0 -16
- package/lib/hooks/useFileUpload/useFileUpload.stories.d.ts.map +0 -1
- package/lib/hooks/useFilteredOptions/useFilteredOptions.stories.d.ts +0 -18
- package/lib/hooks/useFilteredOptions/useFilteredOptions.stories.d.ts.map +0 -1
- package/lib/hooks/useInputState/useInputState.stories.d.ts +0 -16
- package/lib/hooks/useInputState/useInputState.stories.d.ts.map +0 -1
- package/lib/hooks/useLockedBody/useLockedBody.stories.d.ts +0 -17
- package/lib/hooks/useLockedBody/useLockedBody.stories.d.ts.map +0 -1
- package/lib/hooks/useModal/useModal.stories.d.ts +0 -17
- package/lib/hooks/useModal/useModal.stories.d.ts.map +0 -1
- package/lib/hooks/useMountTransition/useMountTransition.stories.d.ts +0 -16
- package/lib/hooks/useMountTransition/useMountTransition.stories.d.ts.map +0 -1
- package/lib/hooks/usePagination/usePagination.stories.d.ts +0 -18
- package/lib/hooks/usePagination/usePagination.stories.d.ts.map +0 -1
- package/lib/hooks/useToggle/useToggle.stories.d.ts +0 -17
- package/lib/hooks/useToggle/useToggle.stories.d.ts.map +0 -1
- package/lib/hooks/useWindowSize/useWindowSize.stories.d.ts +0 -17
- package/lib/hooks/useWindowSize/useWindowSize.stories.d.ts.map +0 -1
- package/lib/stories/Border/Border.stories.d.ts +0 -12
- package/lib/stories/Border/Border.stories.d.ts.map +0 -1
- package/lib/stories/Color/Color.stories.d.ts +0 -13
- package/lib/stories/Color/Color.stories.d.ts.map +0 -1
- package/lib/stories/Elevation/Elevation.stories.d.ts +0 -12
- package/lib/stories/Elevation/Elevation.stories.d.ts.map +0 -1
- package/lib/stories/Motion/Motion.stories.d.ts +0 -12
- package/lib/stories/Motion/Motion.stories.d.ts.map +0 -1
- package/lib/stories/Opacity/Opacity.stories.d.ts +0 -12
- package/lib/stories/Opacity/Opacity.stories.d.ts.map +0 -1
- package/lib/stories/Shadow/Shadow.stories.d.ts +0 -12
- package/lib/stories/Shadow/Shadow.stories.d.ts.map +0 -1
- package/lib/stories/Size/Size.stories.d.ts +0 -12
- package/lib/stories/Size/Size.stories.d.ts.map +0 -1
- package/lib/stories/Space/Space.stories.d.ts +0 -12
- package/lib/stories/Space/Space.stories.d.ts.map +0 -1
- package/lib/utils/classify/classify.stories.d.ts +0 -17
- package/lib/utils/classify/classify.stories.d.ts.map +0 -1
- package/lib/utils/click-away/ClickAway.stories.d.ts +0 -106
- package/lib/utils/click-away/ClickAway.stories.d.ts.map +0 -1
- package/lib/utils/dom/dom.stories.d.ts +0 -15
- package/lib/utils/dom/dom.stories.d.ts.map +0 -1
- package/lib/utils/helpers/helpers.stories.d.ts +0 -15
- package/lib/utils/helpers/helpers.stories.d.ts.map +0 -1
- package/lib/utils/makeClassNameComponent/makeClassNameComponent.stories.d.ts +0 -15
- package/lib/utils/makeClassNameComponent/makeClassNameComponent.stories.d.ts.map +0 -1
- package/lib/utils/merge-refs/merge-refs.stories.d.ts +0 -15
- package/lib/utils/merge-refs/merge-refs.stories.d.ts.map +0 -1
- package/lib/utils/string/string.stories.d.ts +0 -15
- package/lib/utils/string/string.stories.d.ts.map +0 -1
|
@@ -6,20 +6,20 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.DateRangeWrapper = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _moment = _interopRequireDefault(require("moment"));
|
|
9
|
-
var _utils = require("
|
|
10
|
-
var _classify = _interopRequireDefault(require("
|
|
11
|
-
var _dateRangePicker = require("
|
|
12
|
-
var _Button = require("
|
|
13
|
-
var _Card = require("
|
|
14
|
-
var _Calendar = require("
|
|
15
|
-
var _Dropdown = require("
|
|
16
|
-
var _FocusManager = require("
|
|
17
|
-
var _Icon = require("
|
|
18
|
-
var _Text = require("
|
|
19
|
-
var _DateRangeWrapperModule = _interopRequireDefault(require("
|
|
9
|
+
var _utils = require("../../utils");
|
|
10
|
+
var _classify = _interopRequireDefault(require("../../utils/classify"));
|
|
11
|
+
var _dateRangePicker = require("../../utils/date-range-picker");
|
|
12
|
+
var _Button = require("../Button");
|
|
13
|
+
var _Card = require("../Card");
|
|
14
|
+
var _Calendar = require("./Calendar");
|
|
15
|
+
var _Dropdown = require("../Dropdown");
|
|
16
|
+
var _FocusManager = require("../FocusManager");
|
|
17
|
+
var _Icon = require("../Icon");
|
|
18
|
+
var _Text = require("../Text");
|
|
19
|
+
var _DateRangeWrapperModule = _interopRequireDefault(require("./DateRangeWrapper.module.css"));
|
|
20
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
20
21
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
21
22
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
22
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
23
23
|
const CalendarHeader = _ref => {
|
|
24
24
|
let {
|
|
25
25
|
t,
|
|
@@ -51,51 +51,52 @@ const CalendarHeader = _ref => {
|
|
|
51
51
|
t
|
|
52
52
|
});
|
|
53
53
|
const MONTHS = (0, _utils.getMonths)(t);
|
|
54
|
-
return /*#__PURE__*/
|
|
55
|
-
className: _DateRangeWrapperModule.default.calendarHeader
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
54
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
55
|
+
className: _DateRangeWrapperModule.default.calendarHeader,
|
|
56
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.ClickableIcon, {
|
|
57
|
+
ariaLabel: (0, _dateRangePicker.getTranslation)(t, 'Select Previous Month'),
|
|
58
|
+
size: "small",
|
|
59
|
+
name: "chevron-left",
|
|
60
|
+
className: (0, _classify.default)(_DateRangeWrapperModule.default.headerIcon, {
|
|
61
|
+
[_DateRangeWrapperModule.default.disabledIcon]: prevDisabled
|
|
62
|
+
}),
|
|
63
|
+
onClick: () => !prevDisabled && onClickPrevious(),
|
|
64
|
+
color: prevDisabled ? 'disabled' : 'secondary'
|
|
65
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Dropdown.Dropdown, {
|
|
66
|
+
size: "small",
|
|
67
|
+
disabled: !availableMonths.length || (0, _dateRangePicker.isAfter)(minDate, maxDate),
|
|
68
|
+
menu: {
|
|
69
|
+
selectedKeys: [_moment.default.utc(date).month().toString()],
|
|
70
|
+
options: availableMonths
|
|
71
|
+
},
|
|
72
|
+
onChange: event => {
|
|
73
|
+
setMonth((0, _utils.getMonthEndDate)(_moment.default.utc(date).set('M', Number(event.key))));
|
|
74
|
+
},
|
|
75
|
+
dropdownInputText: MONTHS[_moment.default.utc(date).month()].label,
|
|
76
|
+
scrollMenuToBottom: true
|
|
77
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Dropdown.Dropdown, {
|
|
78
|
+
disabled: !availableYears.length || (0, _dateRangePicker.isAfter)(minDate, maxDate),
|
|
79
|
+
menu: {
|
|
80
|
+
selectedKeys: [_moment.default.utc(date).year().toString()],
|
|
81
|
+
options: availableYears
|
|
82
|
+
},
|
|
83
|
+
size: "small",
|
|
84
|
+
onChange: event => {
|
|
85
|
+
setMonth((0, _utils.getMonthEndDate)(_moment.default.utc(date).set('y', Number(event.key))));
|
|
86
|
+
},
|
|
87
|
+
dropdownInputText: _moment.default.utc(date).year().toString(),
|
|
88
|
+
scrollMenuToBottom: true
|
|
89
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.ClickableIcon, {
|
|
90
|
+
size: "small",
|
|
91
|
+
ariaLabel: (0, _dateRangePicker.getTranslation)(t, 'Select Next Month'),
|
|
92
|
+
name: "chevron-right",
|
|
93
|
+
className: (0, _classify.default)(_DateRangeWrapperModule.default.headerIcon, {
|
|
94
|
+
[_DateRangeWrapperModule.default.disabledIcon]: nextDisabled
|
|
95
|
+
}),
|
|
96
|
+
onClick: () => !nextDisabled && onClickNext(),
|
|
97
|
+
color: nextDisabled ? 'disabled' : 'secondary'
|
|
98
|
+
})]
|
|
99
|
+
});
|
|
99
100
|
};
|
|
100
101
|
const DateRangeWrapper = exports.DateRangeWrapper = /*#__PURE__*/React.forwardRef((_ref2, ref) => {
|
|
101
102
|
let {
|
|
@@ -150,94 +151,110 @@ const DateRangeWrapper = exports.DateRangeWrapper = /*#__PURE__*/React.forwardRe
|
|
|
150
151
|
today,
|
|
151
152
|
t
|
|
152
153
|
};
|
|
153
|
-
return /*#__PURE__*/
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
ref: ref
|
|
158
|
-
}, /*#__PURE__*/React.createElement(_Card.CardHeader, {
|
|
159
|
-
className: _DateRangeWrapperModule.default.cardHeader
|
|
160
|
-
}, /*#__PURE__*/React.createElement(_Text.BodySmall, {
|
|
161
|
-
className: _DateRangeWrapperModule.default.selectedDate,
|
|
162
|
-
color: _Text.TEXT_COLORS.secondary
|
|
163
|
-
}, `${startDateLabel || (0, _dateRangePicker.getTranslation)(t, 'Start Date')}: ${(0, _dateRangePicker.getFormattedDate)(_utils.MARKERS.DATE_RANGE_START, dateRange, locale)}`), /*#__PURE__*/React.createElement(_Icon.Icon, {
|
|
164
|
-
name: "minus",
|
|
165
|
-
size: _Icon.ICON_SIZE.small,
|
|
166
|
-
type: _Icon.ICON_TYPE.regular,
|
|
167
|
-
color: _Text.TEXT_COLORS.secondary
|
|
168
|
-
}), /*#__PURE__*/React.createElement(_Text.BodySmall, {
|
|
169
|
-
className: _DateRangeWrapperModule.default.selectedDate,
|
|
170
|
-
color: _Text.TEXT_COLORS.secondary
|
|
171
|
-
}, `${endDateLabel || (0, _dateRangePicker.getTranslation)(t, 'End Date')}: ${(0, _dateRangePicker.getFormattedDate)(_utils.MARKERS.DATE_RANGE_END, dateRange, locale)}`)), /*#__PURE__*/React.createElement("div", {
|
|
172
|
-
className: _DateRangeWrapperModule.default.calendarMenuContainer
|
|
173
|
-
}, /*#__PURE__*/React.createElement(CalendarHeader, {
|
|
174
|
-
t: t,
|
|
175
|
-
marker: _utils.MARKERS.DATE_RANGE_START,
|
|
176
|
-
rangeStartMonth: rangeStartMonth,
|
|
177
|
-
rangeEndMonth: rangeEndMonth,
|
|
178
|
-
date: rangeStartMonth,
|
|
179
|
-
setMonth: setRangeStartMonth,
|
|
180
|
-
nextDisabled: !canNavigateCloser,
|
|
181
|
-
prevDisabled: (0, _dateRangePicker.isSameOrBefore)(rangeStartMonth, minDate, 'month'),
|
|
182
|
-
minDate: minDate,
|
|
183
|
-
maxDate: maxDate,
|
|
184
|
-
onClickNext: () => onMonthNavigate(_utils.MARKERS.DATE_RANGE_START, _utils.NAVIGATION_ACTION.NEXT),
|
|
185
|
-
onClickPrevious: () => onMonthNavigate(_utils.MARKERS.DATE_RANGE_START, _utils.NAVIGATION_ACTION.PREV)
|
|
186
|
-
}), /*#__PURE__*/React.createElement(CalendarHeader, {
|
|
187
|
-
t: t,
|
|
188
|
-
marker: _utils.MARKERS.DATE_RANGE_END,
|
|
189
|
-
rangeStartMonth: rangeStartMonth,
|
|
190
|
-
rangeEndMonth: rangeEndMonth,
|
|
191
|
-
date: rangeEndMonth,
|
|
192
|
-
setMonth: setRangeEndMonth,
|
|
193
|
-
nextDisabled: (0, _dateRangePicker.isSameOrAfter)(rangeEndMonth, maxDate, 'month'),
|
|
194
|
-
prevDisabled: !canNavigateCloser,
|
|
195
|
-
minDate: minDate,
|
|
196
|
-
maxDate: maxDate,
|
|
197
|
-
onClickNext: () => onMonthNavigate(_utils.MARKERS.DATE_RANGE_END, _utils.NAVIGATION_ACTION.NEXT),
|
|
198
|
-
onClickPrevious: () => onMonthNavigate(_utils.MARKERS.DATE_RANGE_END, _utils.NAVIGATION_ACTION.PREV)
|
|
199
|
-
})), /*#__PURE__*/React.createElement(_Card.CardContent, {
|
|
200
|
-
className: _DateRangeWrapperModule.default.dateRangeCalendars
|
|
201
|
-
}, /*#__PURE__*/React.createElement(_Calendar.Calendar, _extends({
|
|
202
|
-
marker: _utils.MARKERS.DATE_RANGE_START,
|
|
203
|
-
value: rangeStartMonth
|
|
204
|
-
}, commonProps)), /*#__PURE__*/React.createElement("div", {
|
|
205
|
-
className: _DateRangeWrapperModule.default.divider
|
|
206
|
-
}), /*#__PURE__*/React.createElement(_Calendar.Calendar, _extends({
|
|
207
|
-
marker: _utils.MARKERS.DATE_RANGE_END,
|
|
208
|
-
value: rangeEndMonth
|
|
209
|
-
}, commonProps))), /*#__PURE__*/React.createElement(_Card.CardFooter, {
|
|
210
|
-
className: _DateRangeWrapperModule.default.cardFooter
|
|
211
|
-
}, /*#__PURE__*/React.createElement(_Card.CardTitle, {
|
|
212
|
-
className: _DateRangeWrapperModule.default.timezoneDropdownContainer
|
|
213
|
-
}, !hideTimezone && /*#__PURE__*/React.createElement(_Dropdown.Dropdown, {
|
|
214
|
-
menu: {
|
|
215
|
-
selectedKeys: [timezone],
|
|
216
|
-
options: (0, _utils.getTimezones)(t),
|
|
217
|
-
allowSearch: true,
|
|
218
|
-
virtualization: {
|
|
219
|
-
enable: true
|
|
154
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_FocusManager.FocusManager, {
|
|
155
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Card.Card, {
|
|
156
|
+
classNames: {
|
|
157
|
+
wrapper: (0, _classify.default)(_DateRangeWrapperModule.default.dateRangeWrapper, cardWrapperClass)
|
|
220
158
|
},
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
159
|
+
ref: ref,
|
|
160
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_Card.CardHeader, {
|
|
161
|
+
className: _DateRangeWrapperModule.default.cardHeader,
|
|
162
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.BodySmall, {
|
|
163
|
+
className: _DateRangeWrapperModule.default.selectedDate,
|
|
164
|
+
color: _Text.TEXT_COLORS.secondary,
|
|
165
|
+
children: `${startDateLabel || (0, _dateRangePicker.getTranslation)(t, 'Start Date')}: ${(0, _dateRangePicker.getFormattedDate)(_utils.MARKERS.DATE_RANGE_START, dateRange, locale)}`
|
|
166
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
|
|
167
|
+
name: "minus",
|
|
168
|
+
size: _Icon.ICON_SIZE.small,
|
|
169
|
+
type: _Icon.ICON_TYPE.regular,
|
|
170
|
+
color: _Text.TEXT_COLORS.secondary
|
|
171
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.BodySmall, {
|
|
172
|
+
className: _DateRangeWrapperModule.default.selectedDate,
|
|
173
|
+
color: _Text.TEXT_COLORS.secondary,
|
|
174
|
+
children: `${endDateLabel || (0, _dateRangePicker.getTranslation)(t, 'End Date')}: ${(0, _dateRangePicker.getFormattedDate)(_utils.MARKERS.DATE_RANGE_END, dateRange, locale)}`
|
|
175
|
+
})]
|
|
176
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
177
|
+
className: _DateRangeWrapperModule.default.calendarMenuContainer,
|
|
178
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(CalendarHeader, {
|
|
179
|
+
t: t,
|
|
180
|
+
marker: _utils.MARKERS.DATE_RANGE_START,
|
|
181
|
+
rangeStartMonth: rangeStartMonth,
|
|
182
|
+
rangeEndMonth: rangeEndMonth,
|
|
183
|
+
date: rangeStartMonth,
|
|
184
|
+
setMonth: setRangeStartMonth,
|
|
185
|
+
nextDisabled: !canNavigateCloser,
|
|
186
|
+
prevDisabled: (0, _dateRangePicker.isSameOrBefore)(rangeStartMonth, minDate, 'month'),
|
|
187
|
+
minDate: minDate,
|
|
188
|
+
maxDate: maxDate,
|
|
189
|
+
onClickNext: () => onMonthNavigate(_utils.MARKERS.DATE_RANGE_START, _utils.NAVIGATION_ACTION.NEXT),
|
|
190
|
+
onClickPrevious: () => onMonthNavigate(_utils.MARKERS.DATE_RANGE_START, _utils.NAVIGATION_ACTION.PREV)
|
|
191
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(CalendarHeader, {
|
|
192
|
+
t: t,
|
|
193
|
+
marker: _utils.MARKERS.DATE_RANGE_END,
|
|
194
|
+
rangeStartMonth: rangeStartMonth,
|
|
195
|
+
rangeEndMonth: rangeEndMonth,
|
|
196
|
+
date: rangeEndMonth,
|
|
197
|
+
setMonth: setRangeEndMonth,
|
|
198
|
+
nextDisabled: (0, _dateRangePicker.isSameOrAfter)(rangeEndMonth, maxDate, 'month'),
|
|
199
|
+
prevDisabled: !canNavigateCloser,
|
|
200
|
+
minDate: minDate,
|
|
201
|
+
maxDate: maxDate,
|
|
202
|
+
onClickNext: () => onMonthNavigate(_utils.MARKERS.DATE_RANGE_END, _utils.NAVIGATION_ACTION.NEXT),
|
|
203
|
+
onClickPrevious: () => onMonthNavigate(_utils.MARKERS.DATE_RANGE_END, _utils.NAVIGATION_ACTION.PREV)
|
|
204
|
+
})]
|
|
205
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Card.CardContent, {
|
|
206
|
+
className: _DateRangeWrapperModule.default.dateRangeCalendars,
|
|
207
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Calendar.Calendar, {
|
|
208
|
+
marker: _utils.MARKERS.DATE_RANGE_START,
|
|
209
|
+
value: rangeStartMonth,
|
|
210
|
+
...commonProps
|
|
211
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
212
|
+
className: _DateRangeWrapperModule.default.divider
|
|
213
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Calendar.Calendar, {
|
|
214
|
+
marker: _utils.MARKERS.DATE_RANGE_END,
|
|
215
|
+
value: rangeEndMonth,
|
|
216
|
+
...commonProps
|
|
217
|
+
})]
|
|
218
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Card.CardFooter, {
|
|
219
|
+
className: _DateRangeWrapperModule.default.cardFooter,
|
|
220
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Card.CardTitle, {
|
|
221
|
+
className: _DateRangeWrapperModule.default.timezoneDropdownContainer,
|
|
222
|
+
children: !hideTimezone && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Dropdown.Dropdown, {
|
|
223
|
+
menu: {
|
|
224
|
+
selectedKeys: [timezone],
|
|
225
|
+
options: (0, _utils.getTimezones)(t),
|
|
226
|
+
allowSearch: true,
|
|
227
|
+
virtualization: {
|
|
228
|
+
enable: true
|
|
229
|
+
},
|
|
230
|
+
staticLabels: {
|
|
231
|
+
SEARCH_PLACEHOLDER: `${(0, _dateRangePicker.getTranslation)(t, 'Search')}...`,
|
|
232
|
+
RESULT: (0, _dateRangePicker.getTranslation)(t, 'result'),
|
|
233
|
+
RESULTS: (0, _dateRangePicker.getTranslation)(t, 'results')
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
dropdownInputText: (0, _dateRangePicker.getTranslation)(t, _dateRangePicker.TIMEZONES[timezone]),
|
|
237
|
+
disabled: (0, _dateRangePicker.isAfter)(minDate, maxDate),
|
|
238
|
+
classNames: {
|
|
239
|
+
box: _DateRangeWrapperModule.default.timezoneDropdown
|
|
240
|
+
},
|
|
241
|
+
onChange: event => setTimezone(event.key),
|
|
242
|
+
size: "small"
|
|
243
|
+
})
|
|
244
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Card.CardActions, {
|
|
245
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.Button, {
|
|
246
|
+
type: "ghost",
|
|
247
|
+
onClick: onCancel,
|
|
248
|
+
size: "small",
|
|
249
|
+
children: (0, _dateRangePicker.getTranslation)(t, 'Cancel')
|
|
250
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.Button, {
|
|
251
|
+
onClick: handleApplyClick,
|
|
252
|
+
size: "small",
|
|
253
|
+
disabled: !(dateRange.startDate && dateRange.endDate),
|
|
254
|
+
children: (0, _dateRangePicker.getTranslation)(t, 'Apply')
|
|
255
|
+
})]
|
|
256
|
+
})]
|
|
257
|
+
})]
|
|
258
|
+
})
|
|
259
|
+
});
|
|
243
260
|
});
|
|
@@ -6,10 +6,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.Day = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _moment = _interopRequireDefault(require("moment"));
|
|
9
|
-
var _classify = _interopRequireDefault(require("
|
|
10
|
-
var _Button = require("
|
|
11
|
-
var _Text = require("
|
|
12
|
-
var _DayModule = _interopRequireDefault(require("
|
|
9
|
+
var _classify = _interopRequireDefault(require("../../utils/classify"));
|
|
10
|
+
var _Button = require("../Button");
|
|
11
|
+
var _Text = require("../Text");
|
|
12
|
+
var _DayModule = _interopRequireDefault(require("./Day.module.css"));
|
|
13
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
15
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
15
16
|
const getTextColor = (disabled, filled) => {
|
|
@@ -35,7 +36,7 @@ const Day = _ref => {
|
|
|
35
36
|
highlighted,
|
|
36
37
|
startOfRange
|
|
37
38
|
} = _ref;
|
|
38
|
-
return /*#__PURE__*/
|
|
39
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.UnstyledButton, {
|
|
39
40
|
tabIndex: disabled ? -1 : 0,
|
|
40
41
|
className: (0, _classify.default)(_DayModule.default.calendarItemButton, {
|
|
41
42
|
[_DayModule.default.calendarRowItemDisabled]: disabled,
|
|
@@ -43,14 +44,16 @@ const Day = _ref => {
|
|
|
43
44
|
}),
|
|
44
45
|
onMouseOver: onHover,
|
|
45
46
|
onClick: onClick,
|
|
46
|
-
onKeyUp: onHover
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
onKeyUp: onHover,
|
|
48
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.BodyMedium, {
|
|
49
|
+
color: getTextColor(disabled, filled),
|
|
50
|
+
className: (0, _classify.default)(_DayModule.default.calendarRowItem, {
|
|
51
|
+
[_DayModule.default.calendarRowItemHover]: !disabled && _moment.default.utc(date).isSame(hoverDay),
|
|
52
|
+
[_DayModule.default.calendarRowItemFilled]: !disabled && filled,
|
|
53
|
+
[_DayModule.default.calendarRowItemOutlined]: outlined
|
|
54
|
+
}),
|
|
55
|
+
children: value
|
|
53
56
|
})
|
|
54
|
-
}
|
|
57
|
+
});
|
|
55
58
|
};
|
|
56
59
|
exports.Day = Day;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from '../../components/DateRangePicker/DateRangePicker';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
var _DateRangePicker = require("
|
|
6
|
+
var _DateRangePicker = require("./DateRangePicker");
|
|
7
7
|
Object.keys(_DateRangePicker).forEach(function (key) {
|
|
8
8
|
if (key === "default" || key === "__esModule") return;
|
|
9
9
|
if (key in exports && exports[key] === _DateRangePicker[key]) return;
|
|
@@ -5,15 +5,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.DialogHeader = exports.DialogFooter = exports.DialogBody = exports.Dialog = exports.DIALOG_SEMANTIC = exports.BasicDialog = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _typography = require("
|
|
9
|
-
var _classify = _interopRequireDefault(require("
|
|
10
|
-
var _Button = require("
|
|
11
|
-
var _Icon = require("
|
|
12
|
-
var _Modal = require("
|
|
13
|
-
var _DialogModule = _interopRequireDefault(require("
|
|
8
|
+
var _typography = require("../../types/typography");
|
|
9
|
+
var _classify = _interopRequireDefault(require("../../utils/classify"));
|
|
10
|
+
var _Button = require("../Button");
|
|
11
|
+
var _Icon = require("../Icon");
|
|
12
|
+
var _Modal = require("../Modal");
|
|
13
|
+
var _DialogModule = _interopRequireDefault(require("./Dialog.module.css"));
|
|
14
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
16
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
17
17
|
const DIALOG_SEMANTIC = exports.DIALOG_SEMANTIC = Object.freeze({
|
|
18
18
|
neutral: 'neutral',
|
|
19
19
|
success: 'success',
|
|
@@ -28,37 +28,37 @@ const DialogIcon = _ref => {
|
|
|
28
28
|
} = _ref;
|
|
29
29
|
switch (semantic) {
|
|
30
30
|
case DIALOG_SEMANTIC.neutral:
|
|
31
|
-
return /*#__PURE__*/
|
|
31
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
|
|
32
32
|
color: _typography.TEXT_COLORS.neutral,
|
|
33
33
|
name: iconName ? iconName : 'face-smile',
|
|
34
34
|
type: "solid"
|
|
35
35
|
});
|
|
36
36
|
case DIALOG_SEMANTIC.success:
|
|
37
|
-
return /*#__PURE__*/
|
|
37
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
|
|
38
38
|
name: iconName ? iconName : 'circle-check',
|
|
39
39
|
color: _typography.TEXT_COLORS.success,
|
|
40
40
|
type: "solid"
|
|
41
41
|
});
|
|
42
42
|
case DIALOG_SEMANTIC.information:
|
|
43
|
-
return /*#__PURE__*/
|
|
43
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
|
|
44
44
|
name: iconName ? iconName : 'circle-info',
|
|
45
45
|
color: _typography.TEXT_COLORS.information,
|
|
46
46
|
type: "solid"
|
|
47
47
|
});
|
|
48
48
|
case DIALOG_SEMANTIC.warning:
|
|
49
|
-
return /*#__PURE__*/
|
|
49
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
|
|
50
50
|
name: iconName ? iconName : 'circle-exclamation',
|
|
51
51
|
color: _typography.TEXT_COLORS.warning,
|
|
52
52
|
type: "solid"
|
|
53
53
|
});
|
|
54
54
|
case DIALOG_SEMANTIC.danger:
|
|
55
|
-
return /*#__PURE__*/
|
|
55
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
|
|
56
56
|
name: iconName ? iconName : 'shield-exclamation',
|
|
57
57
|
color: _typography.TEXT_COLORS.danger,
|
|
58
58
|
type: "solid"
|
|
59
59
|
});
|
|
60
60
|
default:
|
|
61
|
-
return /*#__PURE__*/
|
|
61
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
|
|
62
62
|
color: _typography.TEXT_COLORS.neutral,
|
|
63
63
|
name: iconName ? iconName : 'face-smile',
|
|
64
64
|
type: "solid"
|
|
@@ -70,11 +70,15 @@ const DialogHeader = _ref2 => {
|
|
|
70
70
|
children,
|
|
71
71
|
className
|
|
72
72
|
} = _ref2;
|
|
73
|
-
return /*#__PURE__*/
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
73
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
|
|
74
|
+
children: React.Children.count(children) > 0 && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
75
|
+
className: (0, _classify.default)(_DialogModule.default.dialogHeader, className),
|
|
76
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
77
|
+
className: _DialogModule.default.headerContent,
|
|
78
|
+
children: children
|
|
79
|
+
})
|
|
80
|
+
})
|
|
81
|
+
});
|
|
78
82
|
};
|
|
79
83
|
exports.DialogHeader = DialogHeader;
|
|
80
84
|
const DialogBody = _ref3 => {
|
|
@@ -82,9 +86,10 @@ const DialogBody = _ref3 => {
|
|
|
82
86
|
children,
|
|
83
87
|
className
|
|
84
88
|
} = _ref3;
|
|
85
|
-
return /*#__PURE__*/
|
|
86
|
-
className: (0, _classify.default)(_DialogModule.default.dialogBody, className)
|
|
87
|
-
|
|
89
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
90
|
+
className: (0, _classify.default)(_DialogModule.default.dialogBody, className),
|
|
91
|
+
children: children
|
|
92
|
+
});
|
|
88
93
|
};
|
|
89
94
|
exports.DialogBody = DialogBody;
|
|
90
95
|
const DialogFooter = _ref4 => {
|
|
@@ -92,11 +97,15 @@ const DialogFooter = _ref4 => {
|
|
|
92
97
|
children,
|
|
93
98
|
classNames
|
|
94
99
|
} = _ref4;
|
|
95
|
-
return /*#__PURE__*/
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
|
|
101
|
+
children: React.Children.count(children) > 0 && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
102
|
+
className: (0, _classify.default)(_DialogModule.default.dialogFooter, classNames?.wrapper),
|
|
103
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
104
|
+
className: (0, _classify.default)(_DialogModule.default.dialogFooterActions, classNames?.actions),
|
|
105
|
+
children: children
|
|
106
|
+
})
|
|
107
|
+
})
|
|
108
|
+
});
|
|
100
109
|
};
|
|
101
110
|
exports.DialogFooter = DialogFooter;
|
|
102
111
|
const Dialog = _ref5 => {
|
|
@@ -111,31 +120,34 @@ const Dialog = _ref5 => {
|
|
|
111
120
|
classNames,
|
|
112
121
|
...restDialogProps
|
|
113
122
|
} = _ref5;
|
|
114
|
-
return /*#__PURE__*/
|
|
123
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Modal.Modal, {
|
|
115
124
|
isOpen: isOpen,
|
|
116
125
|
onClose: onClose,
|
|
117
126
|
hideBackdrop: hideBackdrop,
|
|
118
|
-
tapOutsideToClose: tapOutsideToClose
|
|
119
|
-
|
|
127
|
+
tapOutsideToClose: tapOutsideToClose,
|
|
128
|
+
...restDialogProps,
|
|
120
129
|
classNames: {
|
|
121
130
|
content: (0, _classify.default)(_DialogModule.default.dialog, classNames?.content),
|
|
122
131
|
container: (0, _classify.default)(classNames?.container),
|
|
123
132
|
backdrop: (0, _classify.default)(classNames?.backdrop)
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
133
|
+
},
|
|
134
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
135
|
+
className: _DialogModule.default.topBlock,
|
|
136
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
137
|
+
className: (0, _classify.default)(_DialogModule.default.iconContainer, {
|
|
138
|
+
[_DialogModule.default.neutral]: semantic === DIALOG_SEMANTIC.neutral,
|
|
139
|
+
[_DialogModule.default.success]: semantic === DIALOG_SEMANTIC.success,
|
|
140
|
+
[_DialogModule.default.information]: semantic === DIALOG_SEMANTIC.information,
|
|
141
|
+
[_DialogModule.default.warning]: semantic === DIALOG_SEMANTIC.warning,
|
|
142
|
+
[_DialogModule.default.danger]: semantic === DIALOG_SEMANTIC.danger
|
|
143
|
+
}),
|
|
144
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(DialogIcon, {
|
|
145
|
+
semantic: semantic,
|
|
146
|
+
iconName: iconName
|
|
147
|
+
})
|
|
148
|
+
})
|
|
149
|
+
}), children]
|
|
150
|
+
});
|
|
139
151
|
};
|
|
140
152
|
exports.Dialog = Dialog;
|
|
141
153
|
const BasicDialog = _ref6 => {
|
|
@@ -148,13 +160,24 @@ const BasicDialog = _ref6 => {
|
|
|
148
160
|
handleAbort,
|
|
149
161
|
...restDialogProps
|
|
150
162
|
} = _ref6;
|
|
151
|
-
return /*#__PURE__*/
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
163
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(Dialog, {
|
|
164
|
+
...restDialogProps,
|
|
165
|
+
children: [!!heading && /*#__PURE__*/(0, _jsxRuntime.jsx)(DialogHeader, {
|
|
166
|
+
children: heading
|
|
167
|
+
}), !!body && /*#__PURE__*/(0, _jsxRuntime.jsx)(DialogBody, {
|
|
168
|
+
children: body
|
|
169
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(DialogFooter, {
|
|
170
|
+
children: [!!abortText && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.Button, {
|
|
171
|
+
isFluid: true,
|
|
172
|
+
type: "tertiary",
|
|
173
|
+
onClick: handleAbort,
|
|
174
|
+
children: abortText
|
|
175
|
+
}), !!confirmText && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.Button, {
|
|
176
|
+
isFluid: true,
|
|
177
|
+
onClick: handleConfirm,
|
|
178
|
+
children: confirmText
|
|
179
|
+
})]
|
|
180
|
+
})]
|
|
181
|
+
});
|
|
159
182
|
};
|
|
160
183
|
exports.BasicDialog = BasicDialog;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from '../../components/Dialog/Dialog';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
var _Dialog = require("
|
|
6
|
+
var _Dialog = require("./Dialog");
|
|
7
7
|
Object.keys(_Dialog).forEach(function (key) {
|
|
8
8
|
if (key === "default" || key === "__esModule") return;
|
|
9
9
|
if (key in exports && exports[key] === _Dialog[key]) return;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Flow } from 'flow-to-typescript-codemod';
|
|
2
|
-
import type { BannerProps } from '
|
|
2
|
+
import type { BannerProps } from '../../components/Banner';
|
|
3
3
|
export type DisclaimerProps = BannerProps;
|
|
4
4
|
export declare const Disclaimer: Flow.AbstractComponent<DisclaimerProps, HTMLDivElement>;
|
|
5
5
|
//# sourceMappingURL=Disclaimer.d.ts.map
|