@spaced-out/ui-design-system 0.5.7-beta.3 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/settings.json +3 -1
- package/CHANGELOG.md +19 -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 +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
|
@@ -5,12 +5,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.EmptyState = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _classify = _interopRequireDefault(require("
|
|
9
|
-
var _EmptyImages = require("
|
|
10
|
-
var _EmptyStateModule = _interopRequireDefault(require("
|
|
8
|
+
var _classify = _interopRequireDefault(require("../../utils/classify"));
|
|
9
|
+
var _EmptyImages = require("./EmptyImages");
|
|
10
|
+
var _EmptyStateModule = _interopRequireDefault(require("./EmptyState.module.css"));
|
|
11
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
12
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
13
|
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); }
|
|
13
|
-
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); }
|
|
14
14
|
const EmptyState = exports.EmptyState = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
15
15
|
let {
|
|
16
16
|
classNames,
|
|
@@ -21,21 +21,27 @@ const EmptyState = exports.EmptyState = /*#__PURE__*/React.forwardRef((_ref, ref
|
|
|
21
21
|
customImageUrl,
|
|
22
22
|
...props
|
|
23
23
|
} = _ref;
|
|
24
|
-
return /*#__PURE__*/
|
|
24
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
25
|
+
...props,
|
|
25
26
|
"data-testid": "EmptyState",
|
|
26
27
|
className: (0, _classify.default)(_EmptyStateModule.default.wrapper, classNames?.wrapper),
|
|
27
|
-
ref: ref
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
28
|
+
ref: ref,
|
|
29
|
+
children: [!!imageVariant && !customImageUrl && /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
30
|
+
className: (0, _classify.default)(_EmptyStateModule.default.image, classNames?.image),
|
|
31
|
+
children: [imageVariant === 'calendar' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_EmptyImages.CalendarEmptyImage, {}), imageVariant === 'data' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_EmptyImages.DataEmptyImage, {}), imageVariant === 'file' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_EmptyImages.FileEmptyImage, {}), imageVariant === 'message' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_EmptyImages.MessageEmptyImage, {}), imageVariant === 'upload' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_EmptyImages.UploadEmptyImage, {}), imageVariant === 'chart' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_EmptyImages.ChartEmptyImage, {})]
|
|
32
|
+
}), customImageUrl && /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
|
|
33
|
+
className: (0, _classify.default)(_EmptyStateModule.default.image, classNames?.image),
|
|
34
|
+
src: customImageUrl,
|
|
35
|
+
alt: "Empty State"
|
|
36
|
+
}), !!title && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
37
|
+
className: (0, _classify.default)(_EmptyStateModule.default.title, classNames?.title),
|
|
38
|
+
children: title
|
|
39
|
+
}), !!description && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
40
|
+
className: (0, _classify.default)(_EmptyStateModule.default.description, classNames?.description),
|
|
41
|
+
children: description
|
|
42
|
+
}), !!children && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
43
|
+
className: (0, _classify.default)(_EmptyStateModule.default.childrenWrapper, classNames?.children),
|
|
44
|
+
children: children
|
|
45
|
+
})]
|
|
46
|
+
});
|
|
41
47
|
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from '../../components/EmptyState/EmptyState';
|
|
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 _EmptyState = require("
|
|
6
|
+
var _EmptyState = require("./EmptyState");
|
|
7
7
|
Object.keys(_EmptyState).forEach(function (key) {
|
|
8
8
|
if (key === "default" || key === "__esModule") return;
|
|
9
9
|
if (key in exports && exports[key] === _EmptyState[key]) return;
|
|
@@ -5,71 +5,73 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.ForbiddenImage = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
8
9
|
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); }
|
|
9
|
-
const ForbiddenImage = () => /*#__PURE__*/
|
|
10
|
+
const ForbiddenImage = () => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
10
11
|
width: "140",
|
|
11
12
|
height: "140",
|
|
12
13
|
viewBox: "0 0 140 140",
|
|
13
14
|
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}), /*#__PURE__*/
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}), /*#__PURE__*/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}), /*#__PURE__*/
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}), /*#__PURE__*/
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}), /*#__PURE__*/
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}), /*#__PURE__*/
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}), /*#__PURE__*/
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}), /*#__PURE__*/
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}), /*#__PURE__*/
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}), /*#__PURE__*/
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}), /*#__PURE__*/
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}), /*#__PURE__*/
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}), /*#__PURE__*/
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}), /*#__PURE__*/
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
})
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M69.9998 120C97.6132 120 120 97.6574 120 70C120 42.3425 97.5146 20 69.9998 20C42.3865 20 20 42.3425 20 70C20 97.6574 42.3865 120 69.9998 120Z",
|
|
18
|
+
fill: "#E6E5EF"
|
|
19
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
20
|
+
d: "M117.737 39.1648V98.0025C117.737 99.7288 116.299 101.167 114.572 101.167H25.1649C23.4386 101.239 22 99.8007 22 98.0744V39.1648C22 37.3666 23.4386 36 25.1649 36H114.572C116.37 36 117.737 37.4385 117.737 39.1648Z",
|
|
21
|
+
fill: "white",
|
|
22
|
+
stroke: "#D3D2E0",
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
strokeMiterlimit: "10"
|
|
25
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
d: "M117.737 39.1648V43.6963H22V39.1648C22 37.3666 23.4386 36 25.1649 36H114.572C116.37 36 117.737 37.4385 117.737 39.1648Z",
|
|
27
|
+
fill: "#F1F1F5",
|
|
28
|
+
stroke: "#D3D2E0",
|
|
29
|
+
strokeWidth: "2",
|
|
30
|
+
strokeMiterlimit: "10"
|
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
32
|
+
d: "M26.2438 41.1789C26.8397 41.1789 27.3227 40.6958 27.3227 40.1C27.3227 39.5041 26.8397 39.021 26.2438 39.021C25.6479 39.021 25.1649 39.5041 25.1649 40.1C25.1649 40.6958 25.6479 41.1789 26.2438 41.1789Z",
|
|
33
|
+
fill: "#66658D"
|
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
35
|
+
d: "M29.6244 41.1789C30.2203 41.1789 30.7034 40.6958 30.7034 40.1C30.7034 39.5041 30.2203 39.021 29.6244 39.021C29.0286 39.021 28.5455 39.5041 28.5455 40.1C28.5455 40.6958 29.0286 41.1789 29.6244 41.1789Z",
|
|
36
|
+
fill: "#66658D"
|
|
37
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M33.0769 41.1789C33.6728 41.1789 34.1559 40.6958 34.1559 40.1C34.1559 39.5041 33.6728 39.021 33.0769 39.021C32.4811 39.021 31.998 39.5041 31.998 40.1C31.998 40.6958 32.4811 41.1789 33.0769 41.1789Z",
|
|
39
|
+
fill: "#66658D"
|
|
40
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
41
|
+
d: "M118.1 128.6C120.364 128.6 122.2 126.764 122.2 124.5C122.2 122.236 120.364 120.4 118.1 120.4C115.835 120.4 114 122.236 114 124.5C114 126.764 115.835 128.6 118.1 128.6Z",
|
|
42
|
+
fill: "#9F9FBC"
|
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
44
|
+
d: "M124.1 112.6C125.646 112.6 126.9 111.346 126.9 109.8C126.9 108.254 125.646 107 124.1 107C122.553 107 121.3 108.254 121.3 109.8C121.3 111.346 122.553 112.6 124.1 112.6Z",
|
|
45
|
+
fill: "#9F9FBC"
|
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
47
|
+
d: "M25.0377 27.2602C26.5841 27.2602 27.8377 26.0066 27.8377 24.4602C27.8377 22.9138 26.5841 21.6602 25.0377 21.6602C23.4913 21.6602 22.2377 22.9138 22.2377 24.4602C22.2377 26.0066 23.4913 27.2602 25.0377 27.2602Z",
|
|
48
|
+
fill: "#9F9FBC"
|
|
49
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
50
|
+
d: "M7.93767 81.26C10.8096 81.26 13.1377 78.9319 13.1377 76.06C13.1377 73.1881 10.8096 70.86 7.93767 70.86C5.06579 70.86 2.73767 73.1881 2.73767 76.06C2.73767 78.9319 5.06579 81.26 7.93767 81.26Z",
|
|
51
|
+
fill: "#9F9FBC"
|
|
52
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
53
|
+
d: "M59.1376 85.66H45.7376C45.2376 85.66 44.8376 85.16 44.8376 84.56C44.8376 83.96 45.2376 83.46 45.7376 83.46H59.1376C59.6376 83.46 60.0376 83.96 60.0376 84.56C60.0376 85.26 59.6376 85.66 59.1376 85.66Z",
|
|
54
|
+
fill: "#D5DDEA"
|
|
55
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
56
|
+
d: "M60.2244 86.4876H46.5138C46.0474 86.4876 45.5811 86.0203 45.5811 85.366C45.5811 84.8052 45.9542 84.2444 46.5138 84.2444H60.2244C60.6907 84.2444 61.1571 84.7117 61.1571 85.366C61.1571 86.1137 60.6907 86.4876 60.2244 86.4876Z",
|
|
57
|
+
fill: "#E3EAF2"
|
|
58
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
59
|
+
d: "M81.7221 100.285H59.7106C57.2856 100.285 55.327 98.3226 55.327 95.8925V65.3287C55.327 56.8231 62.2289 50 70.6231 50C79.0173 50 85.9193 56.9166 85.9193 65.3287V95.9859C86.0125 98.3226 84.0539 100.285 81.7221 100.285ZM64.0943 91.593H77.3385V65.3287C77.3385 61.6834 74.3539 58.6925 70.7164 58.6925C67.0789 58.6925 64.0943 61.6834 64.0943 65.3287V91.593Z",
|
|
60
|
+
fill: "#E6E5EF",
|
|
61
|
+
stroke: "#D3D2E0",
|
|
62
|
+
strokeWidth: "2",
|
|
63
|
+
strokeMiterlimit: "10"
|
|
64
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
65
|
+
d: "M90.7692 108.604H50.9433C48.2385 108.604 46 106.361 46 103.65V77.1989C46 74.4884 48.2385 72.2451 50.9433 72.2451H90.7692C93.4741 72.2451 95.7125 74.4884 95.7125 77.1989V103.65C95.7125 106.361 93.4741 108.604 90.7692 108.604Z",
|
|
66
|
+
fill: "white",
|
|
67
|
+
stroke: "#D3D2E0",
|
|
68
|
+
strokeWidth: "2",
|
|
69
|
+
strokeMiterlimit: "10"
|
|
70
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
71
|
+
d: "M73.7556 91.2576C75.1014 90.3226 76.013 88.7548 76.013 86.9541C76.013 84.0636 73.6991 81.7418 70.8096 81.7418C67.9202 81.7418 65.6063 84.0636 65.6063 86.9541C65.6063 88.7548 66.5179 90.3226 67.8637 91.2576V95.2226C67.8637 96.8649 69.1656 98.1727 70.8096 98.1727C72.4537 98.1727 73.7556 96.8649 73.7556 95.2226V91.2576Z",
|
|
72
|
+
fill: "#F1F1F5",
|
|
73
|
+
stroke: "#D3D2E0",
|
|
74
|
+
strokeWidth: "2"
|
|
75
|
+
})]
|
|
76
|
+
});
|
|
75
77
|
exports.ForbiddenImage = ForbiddenImage;
|
|
@@ -5,99 +5,104 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.NotFoundImage = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
8
9
|
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); }
|
|
9
|
-
const NotFoundImage = () => /*#__PURE__*/
|
|
10
|
+
const NotFoundImage = () => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
10
11
|
width: "140",
|
|
11
12
|
height: "140",
|
|
12
13
|
viewBox: "0 0 140 140",
|
|
13
14
|
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}), /*#__PURE__*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}), /*#__PURE__*/
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}), /*#__PURE__*/
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}), /*#__PURE__*/
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}), /*#__PURE__*/
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}), /*#__PURE__*/
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}), /*#__PURE__*/
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}), /*#__PURE__*/
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}), /*#__PURE__*/
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}), /*#__PURE__*/
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}), /*#__PURE__*/
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}), /*#__PURE__*/
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}), /*#__PURE__*/
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}), /*#__PURE__*/
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}), /*#__PURE__*/
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}), /*#__PURE__*/
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}), /*#__PURE__*/
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
17
|
+
d: "M98.6144 41.3329C98.6144 51.4876 90.5389 59.8847 80.4937 60.4706C80.0994 60.4706 79.7055 60.4706 79.3115 60.4706C75.9631 60.4706 72.6146 59.4941 69.8571 57.9319C63.948 54.6121 60.0087 48.3631 60.0087 41.1376C60.0087 36.2556 61.7813 31.7641 64.9329 28.4443C68.4783 24.5387 73.5994 22 79.3115 22C86.7961 22 93.296 26.2962 96.448 32.5453C97.8261 35.2791 98.6144 38.2084 98.6144 41.3329Z",
|
|
18
|
+
fill: "#F1F1F5",
|
|
19
|
+
stroke: "#D3D2E0",
|
|
20
|
+
strokeWidth: "1.6185",
|
|
21
|
+
strokeMiterlimit: "10"
|
|
22
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
opacity: "0.1",
|
|
24
|
+
d: "M98.4453 41.333C98.4453 51.4876 90.3698 59.8848 80.324 60.4706C76.5817 59.8848 73.0363 58.9083 69.6877 58.1273C63.7788 54.8074 59.8394 48.5584 59.8394 41.333C59.8394 36.4509 61.6121 31.9595 64.7636 28.6396C71.2635 28.4444 78.7483 29.0302 86.4304 30.3971C89.9757 30.983 93.3236 31.7641 96.4756 32.5453C97.6571 35.2793 98.4453 38.2085 98.4453 41.333Z",
|
|
25
|
+
fill: "#AAB2C5"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
27
|
+
d: "M121.996 54.2571C123.483 45.9751 105.154 35.8147 81.0569 31.5632C56.9605 27.3117 36.2211 30.5791 34.7345 38.8611C33.248 47.1431 51.5771 57.3036 75.6738 61.555C99.7708 65.8065 120.509 62.5391 121.996 54.2571Z",
|
|
28
|
+
fill: "#F1F1F5",
|
|
29
|
+
stroke: "#D3D2E0",
|
|
30
|
+
strokeWidth: "1.6185",
|
|
31
|
+
strokeMiterlimit: "10"
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
33
|
+
d: "M74.9142 36.2923C75.0239 34.8945 72.8268 33.5851 70.0069 33.3677C67.1871 33.1503 64.8122 34.1073 64.7027 35.5052C64.593 36.9031 66.7901 38.2124 69.6099 38.4298C72.4298 38.6472 74.8046 37.6902 74.9142 36.2923Z",
|
|
34
|
+
fill: "#E6E5EF"
|
|
35
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
36
|
+
d: "M50.1303 39.8824C52.8416 39.0843 54.7132 37.3478 54.3107 36.0038C53.9083 34.6598 51.3841 34.2172 48.6729 35.0152C45.9616 35.8133 44.0899 37.5498 44.4925 38.8938C44.8949 40.2379 47.4191 40.6805 50.1303 39.8824Z",
|
|
37
|
+
fill: "#E6E5EF"
|
|
38
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
39
|
+
d: "M94.8344 41.4304C95.082 40.0501 93.0257 38.5328 90.2411 38.0415C87.4564 37.5502 84.9979 38.2709 84.7503 39.6513C84.5027 41.0316 86.559 42.5489 89.3436 43.0402C92.1282 43.5315 94.5859 42.8107 94.8344 41.4304Z",
|
|
40
|
+
fill: "#E6E5EF"
|
|
41
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
d: "M109.787 51.6409C110.435 50.3948 108.923 48.3428 106.409 47.0577C103.895 45.7725 101.332 45.7409 100.684 46.9871C100.035 48.2333 101.548 50.2853 104.061 51.5704C106.576 52.8555 109.139 52.8871 109.787 51.6409Z",
|
|
43
|
+
fill: "#E6E5EF"
|
|
44
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
45
|
+
d: "M114.709 118.008H19.9669C22.5275 115.713 26.2699 113.418 30.6032 111.696C32.9669 110.836 35.7244 109.689 38.482 109.115C46.7546 106.82 56.7999 105.386 67.4362 105.386C80.2392 105.386 92.057 107.393 101.118 110.549C104.269 111.696 107.026 112.844 109.39 114.279C111.557 115.425 113.33 116.573 114.709 118.008Z",
|
|
46
|
+
fill: "#F1F1F5",
|
|
47
|
+
stroke: "#D3D2E0",
|
|
48
|
+
strokeWidth: "1.6185",
|
|
49
|
+
strokeMiterlimit: "10"
|
|
50
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
51
|
+
d: "M39.4375 111.487C39.5616 112.652 37.5312 114.047 35.1809 114.297C32.8306 114.547 30.7686 113.785 30.4486 112.641C32.7368 111.808 35.3962 110.739 38.0968 110.059C38.9217 110.364 39.3754 110.904 39.4375 111.487Z",
|
|
52
|
+
fill: "#E6E5EF"
|
|
53
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
54
|
+
d: "M56.4062 109.682C59.5609 109.682 62.1183 109.07 62.1183 108.315C62.1183 107.56 59.5609 106.948 56.4062 106.948C53.2515 106.948 50.6941 107.56 50.6941 108.315C50.6941 109.07 53.2515 109.682 56.4062 109.682Z",
|
|
55
|
+
fill: "#E6E5EF"
|
|
56
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
57
|
+
d: "M87.1958 109.569C87.2606 108.601 84.7608 107.648 81.6128 107.441C78.4655 107.235 75.8613 107.852 75.7965 108.82C75.7318 109.789 78.231 110.742 81.379 110.948C84.5261 111.156 87.1311 110.538 87.1958 109.569Z",
|
|
58
|
+
fill: "#E6E5EF"
|
|
59
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
60
|
+
d: "M108.376 114.613C107.593 114.523 106.653 114.553 105.502 114.223C102.394 113.668 99.9617 112.405 100.073 111.436C100.096 111.241 100.096 111.241 100.314 111.07C103.355 112.207 106.119 113.307 108.376 114.613Z",
|
|
61
|
+
fill: "#E6E5EF"
|
|
62
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
63
|
+
d: "M96.6705 55.4708C97.3373 51.7545 89.0223 47.1794 78.0986 45.2521C67.1748 43.3247 57.7785 44.775 57.1115 48.4912C56.4444 52.2075 64.7592 56.7826 75.683 58.7099C86.6067 60.6373 96.0029 59.187 96.6705 55.4708Z",
|
|
64
|
+
fill: "#9F9FBC",
|
|
65
|
+
stroke: "#D3D2E0",
|
|
66
|
+
strokeWidth: "1.6185",
|
|
67
|
+
strokeMiterlimit: "10"
|
|
68
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
69
|
+
d: "M25.9393 73.4683C25.9393 73.4683 19.1354 75.1958 21.1972 76.5777C23.259 77.8906 28.1385 80.1709 32.7431 78.6507C37.3478 77.1305 32.7431 74.9884 32.8119 74.9884C32.8806 74.9884 25.9393 73.4683 25.9393 73.4683Z",
|
|
70
|
+
fill: "#E6E5EF"
|
|
71
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
72
|
+
d: "M17.6233 72.9157C20.0974 73.6758 27.726 72.432 32.6056 69.2534C36.4542 74.0213 37.8975 75.2651 39.272 75.4032C37.1415 77.5453 30.0627 81.0003 26.0766 76.5088C21.4032 79.4801 17.6233 72.9157 17.6233 72.9157Z",
|
|
73
|
+
fill: "#F1F1F5"
|
|
74
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
75
|
+
d: "M138 118.008H132.093H9.6315H2",
|
|
76
|
+
stroke: "#D3D2E0",
|
|
77
|
+
strokeWidth: "1.6185",
|
|
78
|
+
strokeMiterlimit: "10",
|
|
79
|
+
strokeLinecap: "round",
|
|
80
|
+
strokeLinejoin: "round"
|
|
81
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
82
|
+
d: "M74.8776 48.037L58.0795 48L30 117.873L104 129L95.58 56L74.8776 48.037Z",
|
|
83
|
+
fill: "url(#paint0_linear_1872_702)"
|
|
84
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
85
|
+
d: "M99.3451 79.1355C101.957 79.2738 109.036 76.0952 112.884 71.811C117.832 75.4733 119.482 76.3025 120.925 76.0952C119.344 78.721 114.534 84.4562 107.73 84.8708C102.781 81.9686 99.3451 79.1355 99.3451 79.1355Z",
|
|
86
|
+
fill: "#F1F1F5"
|
|
87
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
88
|
+
d: "M76.7118 79.2211C76.1951 76.6574 71.3534 70.5935 66.2456 67.9333C68.5599 62.2288 68.9521 60.4248 68.3918 59.0786C71.3285 59.9554 78.0814 63.186 80.1777 69.6722C78.5996 75.1874 76.7118 79.2211 76.7118 79.2211Z",
|
|
89
|
+
fill: "#F1F1F5"
|
|
90
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
91
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
|
92
|
+
id: "paint0_linear_1872_702",
|
|
93
|
+
x1: "78.5",
|
|
94
|
+
y1: "51",
|
|
95
|
+
x2: "67.9138",
|
|
96
|
+
y2: "96.4599",
|
|
97
|
+
gradientUnits: "userSpaceOnUse",
|
|
98
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
99
|
+
stopColor: "#9F9FBC"
|
|
100
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
101
|
+
offset: "1",
|
|
102
|
+
stopColor: "#D3D2E0",
|
|
103
|
+
stopOpacity: "0"
|
|
104
|
+
})]
|
|
105
|
+
})
|
|
106
|
+
})]
|
|
107
|
+
});
|
|
103
108
|
exports.NotFoundImage = NotFoundImage;
|