@spaced-out/ui-design-system 0.4.14 → 0.4.15-beta.0
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/.cspell/custom-words.txt +6 -0
- package/.storybook/main.js +6 -6
- package/CHANGELOG.md +2 -0
- package/babel.config.js +1 -1
- package/config.js +3 -3
- package/cspell.json +3 -1
- package/eslint.config.mjs +214 -0
- package/gulpfile.js +6 -35
- package/lib/components/Accordion/Accordion.d.ts +21 -0
- package/lib/components/Accordion/Accordion.d.ts.map +1 -0
- package/lib/components/Accordion/Accordion.js +3 -1
- package/lib/components/Accordion/AccordionGroup.d.ts +17 -0
- package/lib/components/Accordion/AccordionGroup.d.ts.map +1 -0
- package/lib/components/Accordion/AccordionGroup.js +3 -0
- package/lib/components/Accordion/index.d.ts +3 -0
- package/lib/components/Accordion/index.d.ts.map +1 -0
- package/lib/components/Avatar/Avatar.d.ts +60 -0
- package/lib/components/Avatar/Avatar.d.ts.map +1 -0
- package/lib/components/Avatar/Avatar.js +14 -6
- package/lib/components/Avatar/index.d.ts +2 -0
- package/lib/components/Avatar/index.d.ts.map +1 -0
- package/lib/components/AvatarGroup/AvatarGroup.d.ts +15 -0
- package/lib/components/AvatarGroup/AvatarGroup.d.ts.map +1 -0
- package/lib/components/AvatarGroup/AvatarGroup.js +5 -0
- package/lib/components/AvatarGroup/index.d.ts +2 -0
- package/lib/components/AvatarGroup/index.d.ts.map +1 -0
- package/lib/components/Badge/Badge.d.ts +40 -0
- package/lib/components/Badge/Badge.d.ts.map +1 -0
- package/lib/components/Badge/index.d.ts +2 -0
- package/lib/components/Badge/index.d.ts.map +1 -0
- package/lib/components/BadgedIcon/BadgedIcon.d.ts +18 -0
- package/lib/components/BadgedIcon/BadgedIcon.d.ts.map +1 -0
- package/lib/components/BadgedIcon/BadgedIcon.js +3 -1
- package/lib/components/BadgedIcon/index.d.ts +2 -0
- package/lib/components/BadgedIcon/index.d.ts.map +1 -0
- package/lib/components/Banner/Banner.d.ts +7 -0
- package/lib/components/Banner/Banner.d.ts.map +1 -0
- package/lib/components/Banner/index.d.ts +2 -0
- package/lib/components/Banner/index.d.ts.map +1 -0
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.d.ts +10 -0
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.d.ts.map +1 -0
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.js +3 -1
- package/lib/components/Breadcrumbs/BreadcrumbLink/index.d.ts +2 -0
- package/lib/components/Breadcrumbs/BreadcrumbLink/index.d.ts.map +1 -0
- package/lib/components/Breadcrumbs/Breadcrumbs.d.ts +14 -0
- package/lib/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/lib/components/Breadcrumbs/Breadcrumbs.js +5 -1
- package/lib/components/Breadcrumbs/index.d.ts +3 -0
- package/lib/components/Breadcrumbs/index.d.ts.map +1 -0
- package/lib/components/Button/Button.d.ts +64 -0
- package/lib/components/Button/Button.d.ts.map +1 -0
- package/lib/components/Button/Button.js +26 -8
- package/lib/components/Button/index.d.ts +3 -0
- package/lib/components/Button/index.d.ts.map +1 -0
- package/lib/components/ButtonDropdown/ButtonDropdown.d.ts +40 -0
- package/lib/components/ButtonDropdown/ButtonDropdown.d.ts.map +1 -0
- package/lib/components/ButtonDropdown/ButtonDropdown.js +13 -3
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.d.ts +42 -0
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.d.ts.map +1 -0
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.js +6 -0
- package/lib/components/ButtonDropdown/index.d.ts +3 -0
- package/lib/components/ButtonDropdown/index.d.ts.map +1 -0
- package/lib/components/ButtonTabs/ButtonTab/ButtonTab.d.ts +25 -0
- package/lib/components/ButtonTabs/ButtonTab/ButtonTab.d.ts.map +1 -0
- package/lib/components/ButtonTabs/ButtonTab/index.d.ts +2 -0
- package/lib/components/ButtonTabs/ButtonTab/index.d.ts.map +1 -0
- package/lib/components/ButtonTabs/ButtonTabDropdown.d.ts +12 -0
- package/lib/components/ButtonTabs/ButtonTabDropdown.d.ts.map +1 -0
- package/lib/components/ButtonTabs/ButtonTabDropdown.js +12 -3
- package/lib/components/ButtonTabs/ButtonTabs.d.ts +24 -0
- package/lib/components/ButtonTabs/ButtonTabs.d.ts.map +1 -0
- package/lib/components/ButtonTabs/ButtonTabs.js +3 -0
- package/lib/components/ButtonTabs/index.d.ts +3 -0
- package/lib/components/ButtonTabs/index.d.ts.map +1 -0
- package/lib/components/Card/Card.d.ts +37 -0
- package/lib/components/Card/Card.d.ts.map +1 -0
- package/lib/components/Card/Card.js +6 -1
- package/lib/components/Card/index.d.ts +2 -0
- package/lib/components/Card/index.d.ts.map +1 -0
- package/lib/components/Charts/ChartTooltip/index.d.ts +3 -0
- package/lib/components/Charts/ChartTooltip/index.d.ts.map +1 -0
- package/lib/components/Charts/ChartWrapper/ChartWrapper.d.ts +50 -0
- package/lib/components/Charts/ChartWrapper/ChartWrapper.d.ts.map +1 -0
- package/lib/components/Charts/ChartWrapper/ChartWrapper.js +5 -7
- package/lib/components/Charts/ChartWrapper/index.d.ts +2 -0
- package/lib/components/Charts/ChartWrapper/index.d.ts.map +1 -0
- package/lib/components/Charts/ColumnChart/ColumnChart.d.ts +23 -0
- package/lib/components/Charts/ColumnChart/ColumnChart.d.ts.map +1 -0
- package/lib/components/Charts/ColumnChart/ColumnChart.js +8 -6
- package/lib/components/Charts/ColumnChart/index.d.ts +2 -0
- package/lib/components/Charts/ColumnChart/index.d.ts.map +1 -0
- package/lib/components/Charts/DonutChart/DonutChart.d.ts +28 -0
- package/lib/components/Charts/DonutChart/DonutChart.d.ts.map +1 -0
- package/lib/components/Charts/DonutChart/DonutChart.js +7 -6
- package/lib/components/Charts/DonutChart/index.d.ts +2 -0
- package/lib/components/Charts/DonutChart/index.d.ts.map +1 -0
- package/lib/components/Charts/FunnelChart/FunnelChart.d.ts +25 -0
- package/lib/components/Charts/FunnelChart/FunnelChart.d.ts.map +1 -0
- package/lib/components/Charts/FunnelChart/FunnelChart.js +6 -7
- package/lib/components/Charts/FunnelChart/index.d.ts +2 -0
- package/lib/components/Charts/FunnelChart/index.d.ts.map +1 -0
- package/lib/components/Charts/LineChart/LineChart.d.ts +23 -0
- package/lib/components/Charts/LineChart/LineChart.d.ts.map +1 -0
- package/lib/components/Charts/LineChart/LineChart.js +6 -6
- package/lib/components/Charts/LineChart/index.d.ts +2 -0
- package/lib/components/Charts/LineChart/index.d.ts.map +1 -0
- package/lib/components/Charts/SpiderChart/SpiderChart.d.ts +22 -0
- package/lib/components/Charts/SpiderChart/SpiderChart.d.ts.map +1 -0
- package/lib/components/Charts/SpiderChart/SpiderChart.js +0 -5
- package/lib/components/Charts/SpiderChart/index.d.ts +2 -0
- package/lib/components/Charts/SpiderChart/index.d.ts.map +1 -0
- package/lib/components/Charts/index.d.ts +8 -0
- package/lib/components/Charts/index.d.ts.map +1 -0
- package/lib/components/ChatBubble/ChatBubble.d.ts +76 -0
- package/lib/components/ChatBubble/ChatBubble.d.ts.map +1 -0
- package/lib/components/ChatBubble/ChatBubble.js +5 -2
- package/lib/components/ChatBubble/index.d.ts +2 -0
- package/lib/components/ChatBubble/index.d.ts.map +1 -0
- package/lib/components/Checkbox/Checkbox.d.ts +29 -0
- package/lib/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/components/Checkbox/Checkbox.js +2 -0
- package/lib/components/Checkbox/CheckboxGroup.d.ts +26 -0
- package/lib/components/Checkbox/CheckboxGroup.d.ts.map +1 -0
- package/lib/components/Checkbox/CheckboxGroup.js +8 -0
- package/lib/components/Checkbox/index.d.ts +3 -0
- package/lib/components/Checkbox/index.d.ts.map +1 -0
- package/lib/components/Chip/Chip.d.ts +47 -0
- package/lib/components/Chip/Chip.d.ts.map +1 -0
- package/lib/components/Chip/Chip.js +10 -2
- package/lib/components/Chip/index.d.ts +3 -0
- package/lib/components/Chip/index.d.ts.map +1 -0
- package/lib/components/CircularLoader/CircularLoader.d.ts +10 -0
- package/lib/components/CircularLoader/CircularLoader.d.ts.map +1 -0
- package/lib/components/CircularLoader/index.d.ts +2 -0
- package/lib/components/CircularLoader/index.d.ts.map +1 -0
- package/lib/components/CollapsibleCard/CollapsibleCard.d.ts +40 -0
- package/lib/components/CollapsibleCard/CollapsibleCard.d.ts.map +1 -0
- package/lib/components/CollapsibleCard/index.d.ts +2 -0
- package/lib/components/CollapsibleCard/index.d.ts.map +1 -0
- package/lib/components/Combobox/Combobox.d.ts +78 -0
- package/lib/components/Combobox/Combobox.d.ts.map +1 -0
- package/lib/components/Combobox/Combobox.js +16 -3
- package/lib/components/Combobox/helper.d.ts +12 -0
- package/lib/components/Combobox/helper.d.ts.map +1 -0
- package/lib/components/Combobox/helper.js +1 -0
- package/lib/components/Combobox/index.d.ts +2 -0
- package/lib/components/Combobox/index.d.ts.map +1 -0
- package/lib/components/ConditionalWrapper/ConditionalWrapper.d.ts +8 -0
- package/lib/components/ConditionalWrapper/ConditionalWrapper.d.ts.map +1 -0
- package/lib/components/ConditionalWrapper/ConditionalWrapper.js +0 -2
- package/lib/components/ConditionalWrapper/index.d.ts +2 -0
- package/lib/components/ConditionalWrapper/index.d.ts.map +1 -0
- package/lib/components/DateRangePicker/Calendar.d.ts +22 -0
- package/lib/components/DateRangePicker/Calendar.d.ts.map +1 -0
- package/lib/components/DateRangePicker/Calendar.js +4 -2
- package/lib/components/DateRangePicker/DateRangePicker.d.ts +22 -0
- package/lib/components/DateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/lib/components/DateRangePicker/DateRangePicker.js +0 -1
- package/lib/components/DateRangePicker/DateRangeWrapper.d.ts +33 -0
- package/lib/components/DateRangePicker/DateRangeWrapper.d.ts.map +1 -0
- package/lib/components/DateRangePicker/DateRangeWrapper.js +13 -5
- package/lib/components/DateRangePicker/Day.d.ts +17 -0
- package/lib/components/DateRangePicker/Day.d.ts.map +1 -0
- package/lib/components/DateRangePicker/Day.js +6 -4
- package/lib/components/DateRangePicker/index.d.ts +2 -0
- package/lib/components/DateRangePicker/index.d.ts.map +1 -0
- package/lib/components/Dialog/Dialog.d.ts +46 -0
- package/lib/components/Dialog/Dialog.d.ts.map +1 -0
- package/lib/components/Dialog/index.d.ts +2 -0
- package/lib/components/Dialog/index.d.ts.map +1 -0
- package/lib/components/Disclaimer/Disclaimer.d.ts +5 -0
- package/lib/components/Disclaimer/Disclaimer.d.ts.map +1 -0
- package/lib/components/Disclaimer/Disclaimer.js +1 -0
- package/lib/components/Disclaimer/index.d.ts +2 -0
- package/lib/components/Disclaimer/index.d.ts.map +1 -0
- package/lib/components/Dropdown/Dropdown.d.ts +25 -0
- package/lib/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/lib/components/Dropdown/Dropdown.js +14 -3
- package/lib/components/Dropdown/SimpleDropdown.d.ts +44 -0
- package/lib/components/Dropdown/SimpleDropdown.d.ts.map +1 -0
- package/lib/components/Dropdown/SimpleDropdown.js +7 -1
- package/lib/components/Dropdown/index.d.ts +3 -0
- package/lib/components/Dropdown/index.d.ts.map +1 -0
- package/lib/components/EmptyState/EmptyImages/CalendarEmptyImage.d.ts +3 -0
- package/lib/components/EmptyState/EmptyImages/CalendarEmptyImage.d.ts.map +1 -0
- package/lib/components/EmptyState/EmptyImages/ChartEmptyImage.d.ts +3 -0
- package/lib/components/EmptyState/EmptyImages/ChartEmptyImage.d.ts.map +1 -0
- package/lib/components/EmptyState/EmptyImages/DataEmptyImage.d.ts +3 -0
- package/lib/components/EmptyState/EmptyImages/DataEmptyImage.d.ts.map +1 -0
- package/lib/components/EmptyState/EmptyImages/FileEmptyImage.d.ts +3 -0
- package/lib/components/EmptyState/EmptyImages/FileEmptyImage.d.ts.map +1 -0
- package/lib/components/EmptyState/EmptyImages/MessageEmptyImage.d.ts +3 -0
- package/lib/components/EmptyState/EmptyImages/MessageEmptyImage.d.ts.map +1 -0
- package/lib/components/EmptyState/EmptyImages/UploadEmptyImage.d.ts +3 -0
- package/lib/components/EmptyState/EmptyImages/UploadEmptyImage.d.ts.map +1 -0
- package/lib/components/EmptyState/EmptyImages/index.d.ts +7 -0
- package/lib/components/EmptyState/EmptyImages/index.d.ts.map +1 -0
- package/lib/components/EmptyState/EmptyState.d.ts +20 -0
- package/lib/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/lib/components/EmptyState/index.d.ts +2 -0
- package/lib/components/EmptyState/index.d.ts.map +1 -0
- package/lib/components/ErrorMessage/ErrorImages/ForbiddenImage.d.ts +3 -0
- package/lib/components/ErrorMessage/ErrorImages/ForbiddenImage.d.ts.map +1 -0
- package/lib/components/ErrorMessage/ErrorImages/NotFoundImage.d.ts +3 -0
- package/lib/components/ErrorMessage/ErrorImages/NotFoundImage.d.ts.map +1 -0
- package/lib/components/ErrorMessage/ErrorImages/ServerErrorImage.d.ts +3 -0
- package/lib/components/ErrorMessage/ErrorImages/ServerErrorImage.d.ts.map +1 -0
- package/lib/components/ErrorMessage/ErrorImages/UnauthorizedImage.d.ts +3 -0
- package/lib/components/ErrorMessage/ErrorImages/UnauthorizedImage.d.ts.map +1 -0
- package/lib/components/ErrorMessage/ErrorImages/index.d.ts +5 -0
- package/lib/components/ErrorMessage/ErrorImages/index.d.ts.map +1 -0
- package/lib/components/ErrorMessage/ErrorMessage.d.ts +22 -0
- package/lib/components/ErrorMessage/ErrorMessage.d.ts.map +1 -0
- package/lib/components/ErrorMessage/index.d.ts +2 -0
- package/lib/components/ErrorMessage/index.d.ts.map +1 -0
- package/lib/components/FileUpload/FileBlock/FileBlock.d.ts +14 -0
- package/lib/components/FileUpload/FileBlock/FileBlock.d.ts.map +1 -0
- package/lib/components/FileUpload/FileBlock/index.d.ts +2 -0
- package/lib/components/FileUpload/FileBlock/index.d.ts.map +1 -0
- package/lib/components/FileUpload/FileUpload.d.ts +62 -0
- package/lib/components/FileUpload/FileUpload.d.ts.map +1 -0
- package/lib/components/FileUpload/FileUpload.js +6 -1
- package/lib/components/FileUpload/index.d.ts +3 -0
- package/lib/components/FileUpload/index.d.ts.map +1 -0
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.d.ts +30 -0
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.d.ts.map +1 -0
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.js +9 -1
- package/lib/components/FilterButtonOverlay/index.d.ts +2 -0
- package/lib/components/FilterButtonOverlay/index.d.ts.map +1 -0
- package/lib/components/FocusManager/FocusManager.d.ts +15 -0
- package/lib/components/FocusManager/FocusManager.d.ts.map +1 -0
- package/lib/components/FocusManager/index.d.ts +2 -0
- package/lib/components/FocusManager/index.d.ts.map +1 -0
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.d.ts +19 -0
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.d.ts.map +1 -0
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.js +11 -0
- package/lib/components/FocusManagerWithArrowKeyNavigation/index.d.ts +2 -0
- package/lib/components/FocusManagerWithArrowKeyNavigation/index.d.ts.map +1 -0
- package/lib/components/FormTitleWrapper/FormTitleWrapper.d.ts +21 -0
- package/lib/components/FormTitleWrapper/FormTitleWrapper.d.ts.map +1 -0
- package/lib/components/FormTitleWrapper/index.d.ts +2 -0
- package/lib/components/FormTitleWrapper/index.d.ts.map +1 -0
- package/lib/components/Grid/Grid.d.ts +20 -0
- package/lib/components/Grid/Grid.d.ts.map +1 -0
- package/lib/components/Grid/Grid.js +8 -0
- package/lib/components/Grid/index.d.ts +2 -0
- package/lib/components/Grid/index.d.ts.map +1 -0
- package/lib/components/Icon/ClickableIcon.d.ts +26 -0
- package/lib/components/Icon/ClickableIcon.d.ts.map +1 -0
- package/lib/components/Icon/ClickableIcon.js +4 -2
- package/lib/components/Icon/Icon.d.ts +31 -0
- package/lib/components/Icon/Icon.d.ts.map +1 -0
- package/lib/components/Icon/Icon.docs.d.ts +134 -0
- package/lib/components/Icon/Icon.docs.d.ts.map +1 -0
- package/lib/components/Icon/Icon.docs.js +1 -1
- package/lib/components/Icon/Icon.js +3 -1
- package/lib/components/Icon/SemanticIcon.d.ts +14 -0
- package/lib/components/Icon/SemanticIcon.d.ts.map +1 -0
- package/lib/components/Icon/SemanticIcon.js +3 -1
- package/lib/components/Icon/index.d.ts +4 -0
- package/lib/components/Icon/index.d.ts.map +1 -0
- package/lib/components/InContextAlert/InContextAlert.d.ts +31 -0
- package/lib/components/InContextAlert/InContextAlert.d.ts.map +1 -0
- package/lib/components/InContextAlert/InContextAlert.js +2 -0
- package/lib/components/InContextAlert/index.d.ts +2 -0
- package/lib/components/InContextAlert/index.d.ts.map +1 -0
- package/lib/components/InfinitePagination/InfinitePagination.d.ts +26 -0
- package/lib/components/InfinitePagination/InfinitePagination.d.ts.map +1 -0
- package/lib/components/InfinitePagination/InfinitePagination.js +9 -2
- package/lib/components/InfinitePagination/index.d.ts +2 -0
- package/lib/components/InfinitePagination/index.d.ts.map +1 -0
- package/lib/components/InlineDropdown/InlineDropdown.d.ts +25 -0
- package/lib/components/InlineDropdown/InlineDropdown.d.ts.map +1 -0
- package/lib/components/InlineDropdown/InlineDropdown.js +12 -3
- package/lib/components/InlineDropdown/SimpleInlineDropdown.d.ts +40 -0
- package/lib/components/InlineDropdown/SimpleInlineDropdown.d.ts.map +1 -0
- package/lib/components/InlineDropdown/SimpleInlineDropdown.js +7 -0
- package/lib/components/InlineDropdown/index.d.ts +3 -0
- package/lib/components/InlineDropdown/index.d.ts.map +1 -0
- package/lib/components/Input/Input.d.ts +74 -0
- package/lib/components/Input/Input.d.ts.map +1 -0
- package/lib/components/Input/Input.js +15 -4
- package/lib/components/Input/index.d.ts +2 -0
- package/lib/components/Input/index.d.ts.map +1 -0
- package/lib/components/KPIBox/KPIBox.d.ts +24 -0
- package/lib/components/KPIBox/KPIBox.d.ts.map +1 -0
- package/lib/components/KPIBox/index.d.ts +2 -0
- package/lib/components/KPIBox/index.d.ts.map +1 -0
- package/lib/components/LinearLoader/LinearLoader.d.ts +9 -0
- package/lib/components/LinearLoader/LinearLoader.d.ts.map +1 -0
- package/lib/components/LinearLoader/index.d.ts +2 -0
- package/lib/components/LinearLoader/index.d.ts.map +1 -0
- package/lib/components/Link/Link.d.ts +93 -0
- package/lib/components/Link/Link.d.ts.map +1 -0
- package/lib/components/Link/Link.js +16 -5
- package/lib/components/Link/index.d.ts +2 -0
- package/lib/components/Link/index.d.ts.map +1 -0
- package/lib/components/Menu/Menu.d.ts +74 -0
- package/lib/components/Menu/Menu.d.ts.map +1 -0
- package/lib/components/Menu/Menu.js +5 -2
- package/lib/components/Menu/MenuOptionButton.d.ts +9 -0
- package/lib/components/Menu/MenuOptionButton.d.ts.map +1 -0
- package/lib/components/Menu/MenuOptionButton.js +6 -1
- package/lib/components/Menu/index.d.ts +3 -0
- package/lib/components/Menu/index.d.ts.map +1 -0
- package/lib/components/Modal/Modal.d.ts +64 -0
- package/lib/components/Modal/Modal.d.ts.map +1 -0
- package/lib/components/Modal/Modal.js +6 -2
- package/lib/components/Modal/index.d.ts +3 -0
- package/lib/components/Modal/index.d.ts.map +1 -0
- package/lib/components/Notification/Notification.d.ts +37 -0
- package/lib/components/Notification/Notification.d.ts.map +1 -0
- package/lib/components/Notification/Notification.js +1 -0
- package/lib/components/Notification/index.d.ts +2 -0
- package/lib/components/Notification/index.d.ts.map +1 -0
- package/lib/components/OptionButton/OptionButton.d.ts +33 -0
- package/lib/components/OptionButton/OptionButton.d.ts.map +1 -0
- package/lib/components/OptionButton/SimpleOptionButton.d.ts +47 -0
- package/lib/components/OptionButton/SimpleOptionButton.d.ts.map +1 -0
- package/lib/components/OptionButton/SimpleOptionButton.js +4 -0
- package/lib/components/OptionButton/index.d.ts +3 -0
- package/lib/components/OptionButton/index.d.ts.map +1 -0
- package/lib/components/PageTitle/PageTitle.d.ts +156 -0
- package/lib/components/PageTitle/PageTitle.d.ts.map +1 -0
- package/lib/components/PageTitle/PageTitle.js +7 -2
- package/lib/components/PageTitle/index.d.ts +2 -0
- package/lib/components/PageTitle/index.d.ts.map +1 -0
- package/lib/components/Pagination/Pagination.d.ts +39 -0
- package/lib/components/Pagination/Pagination.d.ts.map +1 -0
- package/lib/components/Pagination/Pagination.js +3 -1
- package/lib/components/Pagination/PaginationItem.d.ts +5 -0
- package/lib/components/Pagination/PaginationItem.d.ts.map +1 -0
- package/lib/components/Pagination/PaginationItem.js +3 -0
- package/lib/components/Pagination/index.d.ts +2 -0
- package/lib/components/Pagination/index.d.ts.map +1 -0
- package/lib/components/Panel/Panel.d.ts +35 -0
- package/lib/components/Panel/Panel.d.ts.map +1 -0
- package/lib/components/Panel/index.d.ts +3 -0
- package/lib/components/Panel/index.d.ts.map +1 -0
- package/lib/components/ProgressDonut/ProgressDonut.d.ts +13 -0
- package/lib/components/ProgressDonut/ProgressDonut.d.ts.map +1 -0
- package/lib/components/ProgressDonut/ProgressDonut.js +1 -0
- package/lib/components/ProgressDonut/index.d.ts +2 -0
- package/lib/components/ProgressDonut/index.d.ts.map +1 -0
- package/lib/components/PromptChip/PromptChip.d.ts +38 -0
- package/lib/components/PromptChip/PromptChip.d.ts.map +1 -0
- package/lib/components/PromptChip/PromptChip.js +8 -2
- package/lib/components/PromptChip/index.d.ts +2 -0
- package/lib/components/PromptChip/index.d.ts.map +1 -0
- package/lib/components/PromptInput/PromptInput.d.ts +38 -0
- package/lib/components/PromptInput/PromptInput.d.ts.map +1 -0
- package/lib/components/PromptInput/PromptInput.js +10 -1
- package/lib/components/PromptInput/index.d.ts +2 -0
- package/lib/components/PromptInput/index.d.ts.map +1 -0
- package/lib/components/RadioButton/RadioButton.d.ts +31 -0
- package/lib/components/RadioButton/RadioButton.d.ts.map +1 -0
- package/lib/components/RadioButton/RadioButton.js +1 -0
- package/lib/components/RadioButton/RadioGroup.d.ts +27 -0
- package/lib/components/RadioButton/RadioGroup.d.ts.map +1 -0
- package/lib/components/RadioButton/RadioGroup.js +2 -0
- package/lib/components/RadioButton/index.d.ts +3 -0
- package/lib/components/RadioButton/index.d.ts.map +1 -0
- package/lib/components/RadioTile/RadioTile.d.ts +23 -0
- package/lib/components/RadioTile/RadioTile.d.ts.map +1 -0
- package/lib/components/RadioTile/RadioTile.js +2 -0
- package/lib/components/RadioTile/index.d.ts +2 -0
- package/lib/components/RadioTile/index.d.ts.map +1 -0
- package/lib/components/RangeSlider/RangeSlider.d.ts +27 -0
- package/lib/components/RangeSlider/RangeSlider.d.ts.map +1 -0
- package/lib/components/RangeSlider/RangeSlider.js +3 -0
- package/lib/components/RangeSlider/index.d.ts +2 -0
- package/lib/components/RangeSlider/index.d.ts.map +1 -0
- package/lib/components/Rating/Rating.d.ts +32 -0
- package/lib/components/Rating/Rating.d.ts.map +1 -0
- package/lib/components/Rating/Rating.js +7 -3
- package/lib/components/Rating/index.d.ts +2 -0
- package/lib/components/Rating/index.d.ts.map +1 -0
- package/lib/components/ScoreBar/ScoreBar.d.ts +28 -0
- package/lib/components/ScoreBar/ScoreBar.d.ts.map +1 -0
- package/lib/components/ScoreBar/ScoreBar.js +1 -1
- package/lib/components/ScoreBar/index.d.ts +2 -0
- package/lib/components/ScoreBar/index.d.ts.map +1 -0
- package/lib/components/SearchInput/SearchInput.d.ts +15 -0
- package/lib/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/lib/components/SearchInput/index.d.ts +3 -0
- package/lib/components/SearchInput/index.d.ts.map +1 -0
- package/lib/components/Separator/Separator.d.ts +18 -0
- package/lib/components/Separator/Separator.d.ts.map +1 -0
- package/lib/components/Separator/index.d.ts +2 -0
- package/lib/components/Separator/index.d.ts.map +1 -0
- package/lib/components/Shimmer/Shimmer.d.ts +57 -0
- package/lib/components/Shimmer/Shimmer.d.ts.map +1 -0
- package/lib/components/Shimmer/Shimmer.js +3 -1
- package/lib/components/Shimmer/index.d.ts +2 -0
- package/lib/components/Shimmer/index.d.ts.map +1 -0
- package/lib/components/SideMenuLink/SideMenuLink.d.ts +211 -0
- package/lib/components/SideMenuLink/SideMenuLink.d.ts.map +1 -0
- package/lib/components/SideMenuLink/SideMenuLink.js +8 -2
- package/lib/components/SideMenuLink/index.d.ts +2 -0
- package/lib/components/SideMenuLink/index.d.ts.map +1 -0
- package/lib/components/StatusIndicator/StatusIndicator.d.ts +25 -0
- package/lib/components/StatusIndicator/StatusIndicator.d.ts.map +1 -0
- package/lib/components/StatusIndicator/index.d.ts +2 -0
- package/lib/components/StatusIndicator/index.d.ts.map +1 -0
- package/lib/components/Stepper/Step/Step.d.ts +25 -0
- package/lib/components/Stepper/Step/Step.d.ts.map +1 -0
- package/lib/components/Stepper/Step/Step.js +12 -3
- package/lib/components/Stepper/Step/StepContent.d.ts +14 -0
- package/lib/components/Stepper/Step/StepContent.d.ts.map +1 -0
- package/lib/components/Stepper/Step/StepLabel.d.ts +14 -0
- package/lib/components/Stepper/Step/StepLabel.d.ts.map +1 -0
- package/lib/components/Stepper/Step/index.d.ts +4 -0
- package/lib/components/Stepper/Step/index.d.ts.map +1 -0
- package/lib/components/Stepper/Stepper.d.ts +15 -0
- package/lib/components/Stepper/Stepper.d.ts.map +1 -0
- package/lib/components/Stepper/Stepper.js +4 -0
- package/lib/components/Stepper/index.d.ts +3 -0
- package/lib/components/Stepper/index.d.ts.map +1 -0
- package/lib/components/StickyBar/StickyBar.d.ts +15 -0
- package/lib/components/StickyBar/StickyBar.d.ts.map +1 -0
- package/lib/components/StickyBar/index.d.ts +2 -0
- package/lib/components/StickyBar/index.d.ts.map +1 -0
- package/lib/components/SubMenu/SubMenu.d.ts +19 -0
- package/lib/components/SubMenu/SubMenu.d.ts.map +1 -0
- package/lib/components/SubMenu/SubMenuGroup.d.ts +24 -0
- package/lib/components/SubMenu/SubMenuGroup.d.ts.map +1 -0
- package/lib/components/SubMenu/SubMenuGroup.js +11 -3
- package/lib/components/SubMenu/SubMenuItem.d.ts +42 -0
- package/lib/components/SubMenu/SubMenuItem.d.ts.map +1 -0
- package/lib/components/SubMenu/SubMenuItem.js +14 -4
- package/lib/components/SubMenu/SubMenuLink.d.ts +14 -0
- package/lib/components/SubMenu/SubMenuLink.d.ts.map +1 -0
- package/lib/components/SubMenu/SubMenuLink.js +6 -2
- package/lib/components/SubMenu/index.d.ts +5 -0
- package/lib/components/SubMenu/index.d.ts.map +1 -0
- package/lib/components/Table/Cell.d.ts +37 -0
- package/lib/components/Table/Cell.d.ts.map +1 -0
- package/lib/components/Table/Cell.js +3 -3
- package/lib/components/Table/DefaultRow.d.ts +39 -0
- package/lib/components/Table/DefaultRow.d.ts.map +1 -0
- package/lib/components/Table/DefaultRow.js +1 -1
- package/lib/components/Table/DefaultTableHeader.d.ts +43 -0
- package/lib/components/Table/DefaultTableHeader.d.ts.map +1 -0
- package/lib/components/Table/DefaultTableHeader.js +9 -2
- package/lib/components/Table/StaticTable.d.ts +24 -0
- package/lib/components/Table/StaticTable.d.ts.map +1 -0
- package/lib/components/Table/StaticTable.js +48 -18
- package/lib/components/Table/Table.d.ts +64 -0
- package/lib/components/Table/Table.d.ts.map +1 -0
- package/lib/components/Table/Table.docs.d.ts +299 -0
- package/lib/components/Table/Table.docs.d.ts.map +1 -0
- package/lib/components/Table/Table.docs.js +4 -4
- package/lib/components/Table/Table.js +16 -12
- package/lib/components/Table/TableActionBar.d.ts +11 -0
- package/lib/components/Table/TableActionBar.d.ts.map +1 -0
- package/lib/components/Table/TableBottomBar.d.ts +7 -0
- package/lib/components/Table/TableBottomBar.d.ts.map +1 -0
- package/lib/components/Table/TableTopBar.d.ts +7 -0
- package/lib/components/Table/TableTopBar.d.ts.map +1 -0
- package/lib/components/Table/dummyTableData.d.ts +1946 -0
- package/lib/components/Table/dummyTableData.d.ts.map +1 -0
- package/lib/components/Table/hooks.d.ts +15 -0
- package/lib/components/Table/hooks.d.ts.map +1 -0
- package/lib/components/Table/hooks.js +8 -1
- package/lib/components/Table/index.d.ts +9 -0
- package/lib/components/Table/index.d.ts.map +1 -0
- package/lib/components/Tabs/Tab/Tab.d.ts +35 -0
- package/lib/components/Tabs/Tab/Tab.d.ts.map +1 -0
- package/lib/components/Tabs/Tab/Tab.js +5 -1
- package/lib/components/Tabs/Tab/index.d.ts +2 -0
- package/lib/components/Tabs/Tab/index.d.ts.map +1 -0
- package/lib/components/Tabs/TabList/TabDropdown.d.ts +24 -0
- package/lib/components/Tabs/TabList/TabDropdown.d.ts.map +1 -0
- package/lib/components/Tabs/TabList/TabDropdown.js +8 -2
- package/lib/components/Tabs/TabList/TabList.d.ts +24 -0
- package/lib/components/Tabs/TabList/TabList.d.ts.map +1 -0
- package/lib/components/Tabs/TabList/TabList.js +17 -3
- package/lib/components/Tabs/TabList/index.d.ts +2 -0
- package/lib/components/Tabs/TabList/index.d.ts.map +1 -0
- package/lib/components/Tabs/index.d.ts +3 -0
- package/lib/components/Tabs/index.d.ts.map +1 -0
- package/lib/components/Text/Text.d.ts +46 -0
- package/lib/components/Text/Text.d.ts.map +1 -0
- package/lib/components/Text/Text.js +1 -0
- package/lib/components/Text/index.d.ts +4 -0
- package/lib/components/Text/index.d.ts.map +1 -0
- package/lib/components/TextTile/TextTile.d.ts +14 -0
- package/lib/components/TextTile/TextTile.d.ts.map +1 -0
- package/lib/components/TextTile/index.d.ts +2 -0
- package/lib/components/TextTile/index.d.ts.map +1 -0
- package/lib/components/Textarea/Textarea.d.ts +28 -0
- package/lib/components/Textarea/Textarea.d.ts.map +1 -0
- package/lib/components/Textarea/Textarea.js +14 -4
- package/lib/components/Textarea/index.d.ts +3 -0
- package/lib/components/Textarea/index.d.ts.map +1 -0
- package/lib/components/Timeline/Timeline.d.ts +18 -0
- package/lib/components/Timeline/Timeline.d.ts.map +1 -0
- package/lib/components/Timeline/Timeline.js +8 -1
- package/lib/components/Timeline/TimelineItem/TimelineItem.d.ts +28 -0
- package/lib/components/Timeline/TimelineItem/TimelineItem.d.ts.map +1 -0
- package/lib/components/Timeline/TimelineItem/TimelineItem.js +9 -2
- package/lib/components/Timeline/TimelineItem/index.d.ts +2 -0
- package/lib/components/Timeline/TimelineItem/index.d.ts.map +1 -0
- package/lib/components/Timeline/index.d.ts +3 -0
- package/lib/components/Timeline/index.d.ts.map +1 -0
- package/lib/components/Toast/Toast.d.ts +46 -0
- package/lib/components/Toast/Toast.d.ts.map +1 -0
- package/lib/components/Toast/Toast.js +10 -1
- package/lib/components/Toast/ToastContainer.d.ts +3 -0
- package/lib/components/Toast/ToastContainer.d.ts.map +1 -0
- package/lib/components/Toast/ToastContainer.js +2 -5
- package/lib/components/Toast/ToastManager.d.ts +23 -0
- package/lib/components/Toast/ToastManager.d.ts.map +1 -0
- package/lib/components/Toast/ToastManager.js +1 -0
- package/lib/components/Toast/index.d.ts +5 -0
- package/lib/components/Toast/index.d.ts.map +1 -0
- package/lib/components/Toggle/Toggle.d.ts +30 -0
- package/lib/components/Toggle/Toggle.d.ts.map +1 -0
- package/lib/components/Toggle/Toggle.js +1 -0
- package/lib/components/Toggle/index.d.ts +2 -0
- package/lib/components/Toggle/index.d.ts.map +1 -0
- package/lib/components/TokenListInput/TokenListInput.d.ts +57 -0
- package/lib/components/TokenListInput/TokenListInput.d.ts.map +1 -0
- package/lib/components/TokenListInput/TokenListInput.js +27 -10
- package/lib/components/TokenListInput/TokenValueChips.d.ts +20 -0
- package/lib/components/TokenListInput/TokenValueChips.d.ts.map +1 -0
- package/lib/components/TokenListInput/TokenValueChips.js +2 -4
- package/lib/components/TokenListInput/index.d.ts +2 -0
- package/lib/components/TokenListInput/index.d.ts.map +1 -0
- package/lib/components/Tooltip/Tooltip.d.ts +44 -0
- package/lib/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/lib/components/Tooltip/Tooltip.js +6 -3
- package/lib/components/Tooltip/index.d.ts +2 -0
- package/lib/components/Tooltip/index.d.ts.map +1 -0
- package/lib/components/Truncate/Truncate.d.ts +12 -0
- package/lib/components/Truncate/Truncate.d.ts.map +1 -0
- package/lib/components/Truncate/Truncate.js +5 -1
- package/lib/components/Truncate/index.d.ts +3 -0
- package/lib/components/Truncate/index.d.ts.map +1 -0
- package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.d.ts +16 -0
- package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.d.ts.map +1 -0
- package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.js +6 -1
- package/lib/components/TruncatedTextWithTooltip/index.d.ts +2 -0
- package/lib/components/TruncatedTextWithTooltip/index.d.ts.map +1 -0
- package/lib/components/Typeahead/SimpleTypeahead.d.ts +41 -0
- package/lib/components/Typeahead/SimpleTypeahead.d.ts.map +1 -0
- package/lib/components/Typeahead/SimpleTypeahead.js +4 -0
- package/lib/components/Typeahead/Typeahead.d.ts +30 -0
- package/lib/components/Typeahead/Typeahead.d.ts.map +1 -0
- package/lib/components/Typeahead/Typeahead.js +12 -3
- package/lib/components/Typeahead/index.d.ts +3 -0
- package/lib/components/Typeahead/index.d.ts.map +1 -0
- package/lib/components/WeekdayPicker/WeekdayPicker.d.ts +36 -0
- package/lib/components/WeekdayPicker/WeekdayPicker.d.ts.map +1 -0
- package/lib/components/WeekdayPicker/index.d.ts +2 -0
- package/lib/components/WeekdayPicker/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +76 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/flow-to-typescript-codemod.d.ts +49 -0
- package/lib/hooks/index.d.ts +17 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/useArbitraryOptionAddition/index.d.ts +2 -0
- package/lib/hooks/useArbitraryOptionAddition/index.d.ts.map +1 -0
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.d.ts +24 -0
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.d.ts.map +1 -0
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.js +9 -9
- package/lib/hooks/useCopyToClipboard/index.d.ts +2 -0
- package/lib/hooks/useCopyToClipboard/index.d.ts.map +1 -0
- package/lib/hooks/useCopyToClipboard/useCopyToClipboard.d.ts +5 -0
- package/lib/hooks/useCopyToClipboard/useCopyToClipboard.d.ts.map +1 -0
- package/lib/hooks/useCopyToClipboard/useCopyToClipboard.js +1 -0
- package/lib/hooks/useDebounce/index.d.ts +2 -0
- package/lib/hooks/useDebounce/index.d.ts.map +1 -0
- package/lib/hooks/useDebounce/useDebounce.d.ts +2 -0
- package/lib/hooks/useDebounce/useDebounce.d.ts.map +1 -0
- package/lib/hooks/useFileUpload/index.d.ts +2 -0
- package/lib/hooks/useFileUpload/index.d.ts.map +1 -0
- package/lib/hooks/useFileUpload/useFileUpload.d.ts +17 -0
- package/lib/hooks/useFileUpload/useFileUpload.d.ts.map +1 -0
- package/lib/hooks/useFileUpload/useFileUpload.js +7 -2
- package/lib/hooks/useFilteredOptions/index.d.ts +2 -0
- package/lib/hooks/useFilteredOptions/index.d.ts.map +1 -0
- package/lib/hooks/useFilteredOptions/useFilteredOptions.d.ts +17 -0
- package/lib/hooks/useFilteredOptions/useFilteredOptions.d.ts.map +1 -0
- package/lib/hooks/useFilteredOptions/useFilteredOptions.js +5 -3
- package/lib/hooks/useInfiniteScroll/index.d.ts +2 -0
- package/lib/hooks/useInfiniteScroll/index.d.ts.map +1 -0
- package/lib/hooks/useInfiniteScroll/useInfiniteScroll.d.ts +15 -0
- package/lib/hooks/useInfiniteScroll/useInfiniteScroll.d.ts.map +1 -0
- package/lib/hooks/useInputState/index.d.ts +2 -0
- package/lib/hooks/useInputState/index.d.ts.map +1 -0
- package/lib/hooks/useInputState/useInputState.d.ts +13 -0
- package/lib/hooks/useInputState/useInputState.d.ts.map +1 -0
- package/lib/hooks/useInputState/useInputState.js +3 -1
- package/lib/hooks/useLockedBody/index.d.ts +2 -0
- package/lib/hooks/useLockedBody/index.d.ts.map +1 -0
- package/lib/hooks/useLockedBody/useLockedBody.d.ts +4 -0
- package/lib/hooks/useLockedBody/useLockedBody.d.ts.map +1 -0
- package/lib/hooks/useLockedBody/useLockedBody.js +0 -1
- package/lib/hooks/useModal/index.d.ts +2 -0
- package/lib/hooks/useModal/index.d.ts.map +1 -0
- package/lib/hooks/useModal/useModal.d.ts +11 -0
- package/lib/hooks/useModal/useModal.d.ts.map +1 -0
- package/lib/hooks/useMountTransition/index.d.ts +3 -0
- package/lib/hooks/useMountTransition/index.d.ts.map +1 -0
- package/lib/hooks/useMountTransition/index.js +2 -0
- package/lib/hooks/usePagination/index.d.ts +2 -0
- package/lib/hooks/usePagination/index.d.ts.map +1 -0
- package/lib/hooks/usePagination/usePagination.d.ts +5 -0
- package/lib/hooks/usePagination/usePagination.d.ts.map +1 -0
- package/lib/hooks/usePagination/usePagination.js +5 -2
- package/lib/hooks/useReferenceElementWidth/index.d.ts +2 -0
- package/lib/hooks/useReferenceElementWidth/index.d.ts.map +1 -0
- package/lib/hooks/useReferenceElementWidth/useReferenceElementWidth.d.ts +2 -0
- package/lib/hooks/useReferenceElementWidth/useReferenceElementWidth.d.ts.map +1 -0
- package/lib/hooks/useResizeObserver/index.d.ts +2 -0
- package/lib/hooks/useResizeObserver/index.d.ts.map +1 -0
- package/lib/hooks/useResizeObserver/useResizeObserver.d.ts +3 -0
- package/lib/hooks/useResizeObserver/useResizeObserver.d.ts.map +1 -0
- package/lib/hooks/useResizeObserver/useResizeObserver.js +3 -0
- package/lib/hooks/useToastPortal/index.d.ts +2 -0
- package/lib/hooks/useToastPortal/index.d.ts.map +1 -0
- package/lib/hooks/useToastPortal/useToastPortal.d.ts +10 -0
- package/lib/hooks/useToastPortal/useToastPortal.d.ts.map +1 -0
- package/lib/hooks/useToastPortal/useToastPortal.js +3 -3
- package/lib/hooks/useToggle/index.d.ts +2 -0
- package/lib/hooks/useToggle/index.d.ts.map +1 -0
- package/lib/hooks/useToggle/useToggle.d.ts +2 -0
- package/lib/hooks/useToggle/useToggle.d.ts.map +1 -0
- package/lib/hooks/useWindowSize/index.d.ts +2 -0
- package/lib/hooks/useWindowSize/index.d.ts.map +1 -0
- package/lib/hooks/useWindowSize/useWindowSize.d.ts +7 -0
- package/lib/hooks/useWindowSize/useWindowSize.d.ts.map +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/styles/index.d.ts +268 -0
- package/lib/styles/index.d.ts.map +1 -0
- package/lib/styles/variables/_border.d.ts +13 -0
- package/lib/styles/variables/_border.d.ts.map +1 -0
- package/lib/styles/variables/_color.d.ts +105 -0
- package/lib/styles/variables/_color.d.ts.map +1 -0
- package/lib/styles/variables/_elevation.d.ts +8 -0
- package/lib/styles/variables/_elevation.d.ts.map +1 -0
- package/lib/styles/variables/_font.d.ts +31 -0
- package/lib/styles/variables/_font.d.ts.map +1 -0
- package/lib/styles/variables/_motion.d.ts +7 -0
- package/lib/styles/variables/_motion.d.ts.map +1 -0
- package/lib/styles/variables/_opacity.d.ts +16 -0
- package/lib/styles/variables/_opacity.d.ts.map +1 -0
- package/lib/styles/variables/_shadow.d.ts +25 -0
- package/lib/styles/variables/_shadow.d.ts.map +1 -0
- package/lib/styles/variables/_size.d.ts +58 -0
- package/lib/styles/variables/_size.d.ts.map +1 -0
- package/lib/styles/variables/_space.d.ts +13 -0
- package/lib/styles/variables/_space.d.ts.map +1 -0
- package/lib/types/charts.d.ts +224 -0
- package/lib/types/charts.d.ts.map +1 -0
- package/lib/types/charts.js +5 -1
- package/lib/types/common.d.ts +10 -0
- package/lib/types/common.d.ts.map +1 -0
- package/lib/types/cssvariables.d.js +3 -0
- package/lib/types/date-range-picker.d.ts +21 -0
- package/lib/types/date-range-picker.d.ts.map +1 -0
- package/lib/types/date-range-picker.js +5 -1
- package/lib/types/flow-to-typescript-codemod.d.js +1 -0
- package/lib/types/global.d.js +1 -0
- package/lib/types/index.d.ts +7 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/menu.d.ts +13 -0
- package/lib/types/menu.d.ts.map +1 -0
- package/lib/types/menu.js +5 -1
- package/lib/types/toast.d.ts +28 -0
- package/lib/types/toast.d.ts.map +1 -0
- package/lib/types/toast.js +0 -2
- package/lib/types/typography.d.ts +17 -0
- package/lib/types/typography.d.ts.map +1 -0
- package/lib/utils/array/are-arrays-equal.d.ts +4 -0
- package/lib/utils/array/are-arrays-equal.d.ts.map +1 -0
- package/lib/utils/array/index.d.ts +2 -0
- package/lib/utils/array/index.d.ts.map +1 -0
- package/lib/utils/charts/charts.d.ts +17 -0
- package/lib/utils/charts/charts.d.ts.map +1 -0
- package/lib/utils/charts/charts.js +4 -0
- package/lib/utils/charts/columnChart.d.ts +8 -0
- package/lib/utils/charts/columnChart.d.ts.map +1 -0
- package/lib/utils/charts/columnChart.js +3 -1
- package/lib/utils/charts/donutChart.d.ts +21 -0
- package/lib/utils/charts/donutChart.d.ts.map +1 -0
- package/lib/utils/charts/donutChart.js +7 -2
- package/lib/utils/charts/funnelChart.d.ts +10 -0
- package/lib/utils/charts/funnelChart.d.ts.map +1 -0
- package/lib/utils/charts/funnelChart.js +5 -1
- package/lib/utils/charts/helpers.d.ts +76 -0
- package/lib/utils/charts/helpers.d.ts.map +1 -0
- package/lib/utils/charts/index.d.ts +8 -0
- package/lib/utils/charts/index.d.ts.map +1 -0
- package/lib/utils/charts/lineChart.d.ts +7 -0
- package/lib/utils/charts/lineChart.d.ts.map +1 -0
- package/lib/utils/charts/lineChart.js +3 -1
- package/lib/utils/charts/spiderChart.d.ts +18 -0
- package/lib/utils/charts/spiderChart.d.ts.map +1 -0
- package/lib/utils/charts/typography.d.ts +58 -0
- package/lib/utils/charts/typography.d.ts.map +1 -0
- package/lib/utils/classify/index.d.ts +3 -0
- package/lib/utils/classify/index.d.ts.map +1 -0
- package/lib/utils/classify/index.js +1 -1
- package/lib/utils/click-away/click-away.d.ts +77 -0
- package/lib/utils/click-away/click-away.d.ts.map +1 -0
- package/lib/utils/click-away/click-away.js +18 -5
- package/lib/utils/click-away/index.d.ts +2 -0
- package/lib/utils/click-away/index.d.ts.map +1 -0
- package/lib/utils/date-range-picker/date-range-picker.d.ts +63 -0
- package/lib/utils/date-range-picker/date-range-picker.d.ts.map +1 -0
- package/lib/utils/date-range-picker/date-range-picker.js +17 -2
- package/lib/utils/date-range-picker/index.d.ts +3 -0
- package/lib/utils/date-range-picker/index.d.ts.map +1 -0
- package/lib/utils/date-range-picker/timezones.d.ts +258 -0
- package/lib/utils/date-range-picker/timezones.d.ts.map +1 -0
- package/lib/utils/date-range-picker/timezones.js +0 -1
- package/lib/utils/dom/dom.d.ts +38 -0
- package/lib/utils/dom/dom.d.ts.map +1 -0
- package/lib/utils/dom/dom.js +9 -7
- package/lib/utils/dom/index.d.ts +2 -0
- package/lib/utils/dom/index.d.ts.map +1 -0
- package/lib/utils/helpers/helpers.d.ts +4 -0
- package/lib/utils/helpers/helpers.d.ts.map +1 -0
- package/lib/utils/helpers/index.d.ts +2 -0
- package/lib/utils/helpers/index.d.ts.map +1 -0
- package/lib/utils/index.d.ts +15 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/makeClassNameComponent/index.d.ts +2 -0
- package/lib/utils/makeClassNameComponent/index.d.ts.map +1 -0
- package/lib/utils/makeClassNameComponent/makeClassNameComponent.d.ts +9 -0
- package/lib/utils/makeClassNameComponent/makeClassNameComponent.d.ts.map +1 -0
- package/lib/utils/makeClassNameComponent/makeClassNameComponent.js +20 -7
- package/lib/utils/menu/index.d.ts +2 -0
- package/lib/utils/menu/index.d.ts.map +1 -0
- package/lib/utils/menu/menu.d.ts +20 -0
- package/lib/utils/menu/menu.d.ts.map +1 -0
- package/lib/utils/menu/menu.js +0 -2
- package/lib/utils/merge-refs/index.d.ts +2 -0
- package/lib/utils/merge-refs/index.d.ts.map +1 -0
- package/lib/utils/merge-refs/merge-refs.d.ts +4 -0
- package/lib/utils/merge-refs/merge-refs.d.ts.map +1 -0
- package/lib/utils/merge-refs/merge-refs.js +1 -0
- package/lib/utils/rating/index.d.ts +2 -0
- package/lib/utils/rating/index.d.ts.map +1 -0
- package/lib/utils/rating/rating.d.ts +13 -0
- package/lib/utils/rating/rating.d.ts.map +1 -0
- package/lib/utils/score-bar/index.d.ts +2 -0
- package/lib/utils/score-bar/index.d.ts.map +1 -0
- package/lib/utils/score-bar/score-bar.d.ts +10 -0
- package/lib/utils/score-bar/score-bar.d.ts.map +1 -0
- package/lib/utils/string/index.d.ts +2 -0
- package/lib/utils/string/index.d.ts.map +1 -0
- package/lib/utils/string/string.d.ts +6 -0
- package/lib/utils/string/string.d.ts.map +1 -0
- package/lib/utils/token-list-input/token-list-input.d.ts +15 -0
- package/lib/utils/token-list-input/token-list-input.d.ts.map +1 -0
- package/lib/utils/token-list-input/token-list-input.js +0 -2
- package/lib/utils/tokens/index.d.ts +2 -0
- package/lib/utils/tokens/index.d.ts.map +1 -0
- package/lib/utils/tokens/tokens.d.ts +41 -0
- package/lib/utils/tokens/tokens.d.ts.map +1 -0
- package/package.json +51 -24
- package/tsconfig.declaration.json +11 -0
- package/tsconfig.json +41 -0
- package/.eslintignore +0 -2
- package/.eslintrc.yml +0 -122
- package/lib/components/Accordion/Accordion.js.flow +0 -116
- package/lib/components/Accordion/AccordionGroup.js.flow +0 -75
- package/lib/components/Accordion/index.js.flow +0 -4
- package/lib/components/Avatar/Avatar.js.flow +0 -269
- package/lib/components/Avatar/index.js.flow +0 -3
- package/lib/components/AvatarGroup/AvatarGroup.js.flow +0 -164
- package/lib/components/AvatarGroup/index.js.flow +0 -3
- package/lib/components/Badge/Badge.js.flow +0 -147
- package/lib/components/Badge/index.js.flow +0 -3
- package/lib/components/BadgedIcon/BadgedIcon.js.flow +0 -73
- package/lib/components/BadgedIcon/index.js.flow +0 -3
- package/lib/components/Banner/Banner.js.flow +0 -60
- package/lib/components/Banner/index.js.flow +0 -3
- package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.js.flow +0 -58
- package/lib/components/Breadcrumbs/BreadcrumbLink/index.js.flow +0 -3
- package/lib/components/Breadcrumbs/Breadcrumbs.js.flow +0 -59
- package/lib/components/Breadcrumbs/index.js.flow +0 -4
- package/lib/components/Button/Button.js.flow +0 -286
- package/lib/components/Button/index.js.flow +0 -16
- package/lib/components/ButtonDropdown/ButtonDropdown.js.flow +0 -226
- package/lib/components/ButtonDropdown/SimpleButtonDropdown.js.flow +0 -169
- package/lib/components/ButtonDropdown/index.js.flow +0 -4
- package/lib/components/ButtonTabs/ButtonTab/ButtonTab.js.flow +0 -82
- package/lib/components/ButtonTabs/ButtonTab/index.js.flow +0 -3
- package/lib/components/ButtonTabs/ButtonTabDropdown.js.flow +0 -150
- package/lib/components/ButtonTabs/ButtonTabs.js.flow +0 -121
- package/lib/components/ButtonTabs/index.js.flow +0 -4
- package/lib/components/Card/Card.js.flow +0 -174
- package/lib/components/Card/index.js.flow +0 -3
- package/lib/components/Charts/ChartTooltip/index.js.flow +0 -15
- package/lib/components/Charts/ChartWrapper/ChartWrapper.js.flow +0 -190
- package/lib/components/Charts/ChartWrapper/index.js.flow +0 -3
- package/lib/components/Charts/ColumnChart/ColumnChart.js.flow +0 -126
- package/lib/components/Charts/ColumnChart/index.js.flow +0 -3
- package/lib/components/Charts/DonutChart/DonutChart.js.flow +0 -158
- package/lib/components/Charts/DonutChart/index.js.flow +0 -3
- package/lib/components/Charts/FunnelChart/FunnelChart.js.flow +0 -115
- package/lib/components/Charts/FunnelChart/index.js.flow +0 -3
- package/lib/components/Charts/LineChart/LineChart.js.flow +0 -113
- package/lib/components/Charts/LineChart/index.js.flow +0 -3
- package/lib/components/Charts/SpiderChart/SpiderChart.js.flow +0 -111
- package/lib/components/Charts/SpiderChart/index.js.flow +0 -3
- package/lib/components/Charts/index.js.flow +0 -9
- package/lib/components/ChatBubble/ChatBubble.js.flow +0 -222
- package/lib/components/ChatBubble/index.js.flow +0 -3
- package/lib/components/Checkbox/Checkbox.js.flow +0 -168
- package/lib/components/Checkbox/CheckboxGroup.js.flow +0 -116
- package/lib/components/Checkbox/index.js.flow +0 -3
- package/lib/components/Chip/Chip.js.flow +0 -199
- package/lib/components/Chip/index.js.flow +0 -4
- package/lib/components/CircularLoader/CircularLoader.js.flow +0 -58
- package/lib/components/CircularLoader/index.js.flow +0 -3
- package/lib/components/CollapsibleCard/CollapsibleCard.js.flow +0 -146
- package/lib/components/CollapsibleCard/index.js.flow +0 -3
- package/lib/components/Combobox/Combobox.js.flow +0 -287
- package/lib/components/Combobox/helper.js.flow +0 -204
- package/lib/components/Combobox/index.js.flow +0 -3
- package/lib/components/ConditionalWrapper/ConditionalWrapper.js.flow +0 -16
- package/lib/components/ConditionalWrapper/index.js.flow +0 -3
- package/lib/components/DateRangePicker/Calendar.js.flow +0 -112
- package/lib/components/DateRangePicker/DateRangePicker.js.flow +0 -214
- package/lib/components/DateRangePicker/DateRangeWrapper.js.flow +0 -384
- package/lib/components/DateRangePicker/Day.js.flow +0 -75
- package/lib/components/DateRangePicker/index.js.flow +0 -3
- package/lib/components/Dialog/Dialog.js.flow +0 -228
- package/lib/components/Dialog/index.js.flow +0 -2
- package/lib/components/Disclaimer/Disclaimer.js.flow +0 -41
- package/lib/components/Disclaimer/index.js.flow +0 -3
- package/lib/components/Dropdown/Dropdown.js.flow +0 -176
- package/lib/components/Dropdown/SimpleDropdown.js.flow +0 -170
- package/lib/components/Dropdown/index.js.flow +0 -4
- package/lib/components/EmptyState/EmptyImages/CalendarEmptyImage.js.flow +0 -112
- package/lib/components/EmptyState/EmptyImages/ChartEmptyImage.js.flow +0 -198
- package/lib/components/EmptyState/EmptyImages/DataEmptyImage.js.flow +0 -120
- package/lib/components/EmptyState/EmptyImages/FileEmptyImage.js.flow +0 -137
- package/lib/components/EmptyState/EmptyImages/MessageEmptyImage.js.flow +0 -68
- package/lib/components/EmptyState/EmptyImages/UploadEmptyImage.js.flow +0 -71
- package/lib/components/EmptyState/EmptyImages/index.js.flow +0 -8
- package/lib/components/EmptyState/EmptyState.js.flow +0 -91
- package/lib/components/EmptyState/index.js.flow +0 -3
- package/lib/components/ErrorMessage/ErrorImages/ForbiddenImage.js.flow +0 -89
- package/lib/components/ErrorMessage/ErrorImages/NotFoundImage.js.flow +0 -121
- package/lib/components/ErrorMessage/ErrorImages/ServerErrorImage.js.flow +0 -241
- package/lib/components/ErrorMessage/ErrorImages/UnauthorizedImage.js.flow +0 -77
- package/lib/components/ErrorMessage/ErrorImages/index.js.flow +0 -6
- package/lib/components/ErrorMessage/ErrorMessage.js.flow +0 -95
- package/lib/components/ErrorMessage/index.js.flow +0 -3
- package/lib/components/FileUpload/FileBlock/FileBlock.js.flow +0 -139
- package/lib/components/FileUpload/FileBlock/index.js.flow +0 -3
- package/lib/components/FileUpload/FileUpload.js.flow +0 -212
- package/lib/components/FileUpload/index.js.flow +0 -4
- package/lib/components/FilterButtonOverlay/FilterButtonOverlay.js.flow +0 -166
- package/lib/components/FilterButtonOverlay/index.js.flow +0 -3
- package/lib/components/FocusManager/FocusManager.js.flow +0 -57
- package/lib/components/FocusManager/index.js.flow +0 -3
- package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.js.flow +0 -152
- package/lib/components/FocusManagerWithArrowKeyNavigation/index.js.flow +0 -3
- package/lib/components/FormTitleWrapper/FormTitleWrapper.js.flow +0 -68
- package/lib/components/FormTitleWrapper/index.js.flow +0 -3
- package/lib/components/Grid/Grid.js.flow +0 -110
- package/lib/components/Grid/index.js.flow +0 -3
- package/lib/components/Icon/ClickableIcon.js.flow +0 -111
- package/lib/components/Icon/Icon.docs.js.flow +0 -120
- package/lib/components/Icon/Icon.js.flow +0 -77
- package/lib/components/Icon/SemanticIcon.js.flow +0 -48
- package/lib/components/Icon/index.js.flow +0 -5
- package/lib/components/InContextAlert/InContextAlert.js.flow +0 -208
- package/lib/components/InContextAlert/index.js.flow +0 -3
- package/lib/components/InfinitePagination/InfinitePagination.js.flow +0 -122
- package/lib/components/InfinitePagination/index.js.flow +0 -3
- package/lib/components/InlineDropdown/InlineDropdown.js.flow +0 -181
- package/lib/components/InlineDropdown/SimpleInlineDropdown.js.flow +0 -167
- package/lib/components/InlineDropdown/index.js.flow +0 -4
- package/lib/components/Input/Input.js.flow +0 -325
- package/lib/components/Input/index.js.flow +0 -3
- package/lib/components/KPIBox/KPIBox.js.flow +0 -98
- package/lib/components/KPIBox/index.js.flow +0 -3
- package/lib/components/LinearLoader/LinearLoader.js.flow +0 -49
- package/lib/components/LinearLoader/index.js.flow +0 -3
- package/lib/components/Link/Link.js.flow +0 -231
- package/lib/components/Link/index.js.flow +0 -3
- package/lib/components/Menu/Menu.js.flow +0 -391
- package/lib/components/Menu/MenuOptionButton.js.flow +0 -201
- package/lib/components/Menu/index.js.flow +0 -4
- package/lib/components/Modal/Modal.js.flow +0 -370
- package/lib/components/Modal/index.js.flow +0 -15
- package/lib/components/Notification/Notification.js.flow +0 -149
- package/lib/components/Notification/index.js.flow +0 -3
- package/lib/components/OptionButton/OptionButton.js.flow +0 -153
- package/lib/components/OptionButton/SimpleOptionButton.js.flow +0 -161
- package/lib/components/OptionButton/index.js.flow +0 -4
- package/lib/components/PageTitle/PageTitle.js.flow +0 -267
- package/lib/components/PageTitle/index.js.flow +0 -3
- package/lib/components/Pagination/Pagination.js.flow +0 -158
- package/lib/components/Pagination/PaginationItem.js.flow +0 -120
- package/lib/components/Pagination/index.js.flow +0 -3
- package/lib/components/Panel/Panel.js.flow +0 -181
- package/lib/components/Panel/index.js.flow +0 -10
- package/lib/components/ProgressDonut/ProgressDonut.js.flow +0 -111
- package/lib/components/ProgressDonut/index.js.flow +0 -3
- package/lib/components/PromptChip/PromptChip.js.flow +0 -166
- package/lib/components/PromptChip/index.js.flow +0 -3
- package/lib/components/PromptInput/PromptInput.js.flow +0 -194
- package/lib/components/PromptInput/index.js.flow +0 -3
- package/lib/components/RadioButton/RadioButton.js.flow +0 -134
- package/lib/components/RadioButton/RadioGroup.js.flow +0 -94
- package/lib/components/RadioButton/index.js.flow +0 -3
- package/lib/components/RadioTile/RadioTile.js.flow +0 -110
- package/lib/components/RadioTile/index.js.flow +0 -3
- package/lib/components/RangeSlider/RangeSlider.js.flow +0 -202
- package/lib/components/RangeSlider/index.js.flow +0 -3
- package/lib/components/Rating/Rating.js.flow +0 -134
- package/lib/components/Rating/index.js.flow +0 -3
- package/lib/components/ScoreBar/ScoreBar.js.flow +0 -135
- package/lib/components/ScoreBar/index.js.flow +0 -3
- package/lib/components/SearchInput/SearchInput.js.flow +0 -88
- package/lib/components/SearchInput/index.js.flow +0 -4
- package/lib/components/Separator/Separator.js.flow +0 -60
- package/lib/components/Separator/index.js.flow +0 -3
- package/lib/components/Shimmer/Shimmer.js.flow +0 -141
- package/lib/components/Shimmer/index.js.flow +0 -3
- package/lib/components/SideMenuLink/SideMenuLink.js.flow +0 -344
- package/lib/components/SideMenuLink/index.js.flow +0 -3
- package/lib/components/StatusIndicator/StatusIndicator.js.flow +0 -68
- package/lib/components/StatusIndicator/index.js.flow +0 -3
- package/lib/components/Stepper/Step/Step.js.flow +0 -123
- package/lib/components/Stepper/Step/StepContent.js.flow +0 -40
- package/lib/components/Stepper/Step/StepLabel.js.flow +0 -40
- package/lib/components/Stepper/Step/index.js.flow +0 -5
- package/lib/components/Stepper/Stepper.js.flow +0 -64
- package/lib/components/Stepper/index.js.flow +0 -4
- package/lib/components/StickyBar/StickyBar.js.flow +0 -67
- package/lib/components/StickyBar/index.js.flow +0 -3
- package/lib/components/SubMenu/SubMenu.js.flow +0 -96
- package/lib/components/SubMenu/SubMenuGroup.js.flow +0 -156
- package/lib/components/SubMenu/SubMenuItem.js.flow +0 -170
- package/lib/components/SubMenu/SubMenuLink.js.flow +0 -89
- package/lib/components/SubMenu/index.js.flow +0 -6
- package/lib/components/Table/Cell.js.flow +0 -122
- package/lib/components/Table/DefaultRow.js.flow +0 -152
- package/lib/components/Table/DefaultTableHeader.js.flow +0 -240
- package/lib/components/Table/StaticTable.js.flow +0 -576
- package/lib/components/Table/Table.docs.js.flow +0 -550
- package/lib/components/Table/Table.js.flow +0 -154
- package/lib/components/Table/TableActionBar.js.flow +0 -55
- package/lib/components/Table/TableBottomBar.js.flow +0 -28
- package/lib/components/Table/TableTopBar.js.flow +0 -28
- package/lib/components/Table/dummyTableData.js.flow +0 -2191
- package/lib/components/Table/hooks.js.flow +0 -97
- package/lib/components/Table/index.js.flow +0 -10
- package/lib/components/Tabs/Tab/Tab.js.flow +0 -140
- package/lib/components/Tabs/Tab/index.js.flow +0 -3
- package/lib/components/Tabs/TabList/TabDropdown.js.flow +0 -123
- package/lib/components/Tabs/TabList/TabList.js.flow +0 -161
- package/lib/components/Tabs/TabList/index.js.flow +0 -3
- package/lib/components/Tabs/index.js.flow +0 -4
- package/lib/components/Text/Text.js.flow +0 -1060
- package/lib/components/Text/index.js.flow +0 -32
- package/lib/components/TextTile/TextTile.js.flow +0 -44
- package/lib/components/TextTile/index.js.flow +0 -3
- package/lib/components/Textarea/Textarea.js.flow +0 -139
- package/lib/components/Textarea/index.js.flow +0 -4
- package/lib/components/Timeline/Timeline.js.flow +0 -47
- package/lib/components/Timeline/TimelineItem/TimelineItem.js.flow +0 -127
- package/lib/components/Timeline/TimelineItem/index.js.flow +0 -3
- package/lib/components/Timeline/index.js.flow +0 -4
- package/lib/components/Toast/Toast.js.flow +0 -249
- package/lib/components/Toast/ToastContainer.js.flow +0 -125
- package/lib/components/Toast/ToastManager.js.flow +0 -67
- package/lib/components/Toast/index.js.flow +0 -12
- package/lib/components/Toggle/Toggle.js.flow +0 -113
- package/lib/components/Toggle/index.js.flow +0 -2
- package/lib/components/TokenListInput/TokenListInput.js.flow +0 -389
- package/lib/components/TokenListInput/TokenValueChips.js.flow +0 -69
- package/lib/components/TokenListInput/index.js.flow +0 -3
- package/lib/components/Tooltip/Tooltip.js.flow +0 -206
- package/lib/components/Tooltip/index.js.flow +0 -3
- package/lib/components/Truncate/Truncate.js.flow +0 -86
- package/lib/components/Truncate/index.js.flow +0 -4
- package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.js.flow +0 -104
- package/lib/components/TruncatedTextWithTooltip/index.js.flow +0 -3
- package/lib/components/Typeahead/SimpleTypeahead.js.flow +0 -164
- package/lib/components/Typeahead/Typeahead.js.flow +0 -250
- package/lib/components/Typeahead/index.js.flow +0 -4
- package/lib/components/WeekdayPicker/WeekdayPicker.js.flow +0 -229
- package/lib/components/WeekdayPicker/index.js.flow +0 -3
- package/lib/components/index.js.flow +0 -77
- package/lib/hooks/index.js.flow +0 -18
- package/lib/hooks/useArbitraryOptionAddition/index.js.flow +0 -3
- package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.js.flow +0 -117
- package/lib/hooks/useCopyToClipboard/index.js.flow +0 -3
- package/lib/hooks/useCopyToClipboard/useCopyToClipboard.js.flow +0 -31
- package/lib/hooks/useDebounce/index.js.flow +0 -3
- package/lib/hooks/useDebounce/useDebounce.js.flow +0 -17
- package/lib/hooks/useFileUpload/index.js.flow +0 -3
- package/lib/hooks/useFileUpload/useFileUpload.js.flow +0 -304
- package/lib/hooks/useFilteredOptions/index.js.flow +0 -3
- package/lib/hooks/useFilteredOptions/useFilteredOptions.js.flow +0 -81
- package/lib/hooks/useInfiniteScroll/index.js.flow +0 -3
- package/lib/hooks/useInfiniteScroll/useInfiniteScroll.js.flow +0 -82
- package/lib/hooks/useInputState/index.js.flow +0 -3
- package/lib/hooks/useInputState/useInputState.js.flow +0 -28
- package/lib/hooks/useLockedBody/index.js.flow +0 -3
- package/lib/hooks/useLockedBody/useLockedBody.js.flow +0 -55
- package/lib/hooks/useModal/index.js.flow +0 -3
- package/lib/hooks/useModal/useModal.js.flow +0 -39
- package/lib/hooks/useMountTransition/index.js.flow +0 -27
- package/lib/hooks/usePagination/index.js.flow +0 -3
- package/lib/hooks/usePagination/usePagination.js.flow +0 -155
- package/lib/hooks/useReferenceElementWidth/index.js.flow +0 -3
- package/lib/hooks/useReferenceElementWidth/useReferenceElementWidth.js.flow +0 -23
- package/lib/hooks/useResizeObserver/index.js.flow +0 -3
- package/lib/hooks/useResizeObserver/useResizeObserver.js.flow +0 -28
- package/lib/hooks/useToastPortal/index.js.flow +0 -3
- package/lib/hooks/useToastPortal/useToastPortal.js.flow +0 -30
- package/lib/hooks/useToggle/index.js.flow +0 -3
- package/lib/hooks/useToggle/useToggle.js.flow +0 -17
- package/lib/hooks/useWindowSize/index.js.flow +0 -3
- package/lib/hooks/useWindowSize/useWindowSize.js.flow +0 -41
- package/lib/index.js.flow +0 -7
- package/lib/styles/index.js.flow +0 -535
- package/lib/styles/variables/_border.js.flow +0 -25
- package/lib/styles/variables/_color.js.flow +0 -209
- package/lib/styles/variables/_elevation.js.flow +0 -15
- package/lib/styles/variables/_font.js.flow +0 -61
- package/lib/styles/variables/_motion.js.flow +0 -13
- package/lib/styles/variables/_opacity.js.flow +0 -31
- package/lib/styles/variables/_shadow.js.flow +0 -49
- package/lib/styles/variables/_size.js.flow +0 -115
- package/lib/styles/variables/_space.js.flow +0 -25
- package/lib/types/charts.js.flow +0 -263
- package/lib/types/common.js.flow +0 -13
- package/lib/types/date-range-picker.js.flow +0 -17
- package/lib/types/index.js.flow +0 -8
- package/lib/types/menu.js.flow +0 -15
- package/lib/types/toast.js.flow +0 -41
- package/lib/types/typography.js.flow +0 -19
- package/lib/utils/array/are-arrays-equal.js.flow +0 -14
- package/lib/utils/array/index.js.flow +0 -3
- package/lib/utils/charts/charts.js.flow +0 -111
- package/lib/utils/charts/columnChart.js.flow +0 -63
- package/lib/utils/charts/donutChart.js.flow +0 -119
- package/lib/utils/charts/funnelChart.js.flow +0 -102
- package/lib/utils/charts/helpers.js.flow +0 -68
- package/lib/utils/charts/index.js.flow +0 -9
- package/lib/utils/charts/lineChart.js.flow +0 -51
- package/lib/utils/charts/spiderChart.js.flow +0 -59
- package/lib/utils/charts/typography.js.flow +0 -53
- package/lib/utils/classify/index.js.flow +0 -29
- package/lib/utils/click-away/click-away.js.flow +0 -228
- package/lib/utils/click-away/index.js.flow +0 -3
- package/lib/utils/date-range-picker/date-range-picker.js.flow +0 -442
- package/lib/utils/date-range-picker/index.js.flow +0 -4
- package/lib/utils/date-range-picker/timezones.js.flow +0 -269
- package/lib/utils/dom/dom.js.flow +0 -238
- package/lib/utils/dom/index.js.flow +0 -3
- package/lib/utils/helpers/helpers.js.flow +0 -53
- package/lib/utils/helpers/index.js.flow +0 -3
- package/lib/utils/index.js.flow +0 -16
- package/lib/utils/makeClassNameComponent/index.js.flow +0 -3
- package/lib/utils/makeClassNameComponent/makeClassNameComponent.js.flow +0 -70
- package/lib/utils/menu/index.js.flow +0 -3
- package/lib/utils/menu/menu.js.flow +0 -193
- package/lib/utils/merge-refs/index.js.flow +0 -3
- package/lib/utils/merge-refs/merge-refs.js.flow +0 -14
- package/lib/utils/rating/index.js.flow +0 -3
- package/lib/utils/rating/rating.js.flow +0 -35
- package/lib/utils/score-bar/index.js.flow +0 -3
- package/lib/utils/score-bar/score-bar.js.flow +0 -58
- package/lib/utils/string/index.js.flow +0 -3
- package/lib/utils/string/string.js.flow +0 -33
- package/lib/utils/token-list-input/token-list-input.js.flow +0 -37
- package/lib/utils/tokens/index.js.flow +0 -3
- package/lib/utils/tokens/tokens.js.flow +0 -244
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
// @flow strict
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
|
|
5
|
-
import type {BannerProps} from '../Banner';
|
|
6
|
-
import {Banner} from '../Banner';
|
|
7
|
-
import {ICON_TYPE} from '../Icon';
|
|
8
|
-
|
|
9
|
-
import css from './Disclaimer.module.css';
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export type DisclaimerProps = {
|
|
13
|
-
...BannerProps,
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export const Disclaimer: React$AbstractComponent<
|
|
17
|
-
DisclaimerProps,
|
|
18
|
-
HTMLDivElement,
|
|
19
|
-
> = React.forwardRef<DisclaimerProps, HTMLDivElement>(
|
|
20
|
-
(
|
|
21
|
-
{
|
|
22
|
-
classNames,
|
|
23
|
-
leftIconName = 'info-circle',
|
|
24
|
-
leftIconType = ICON_TYPE.regular,
|
|
25
|
-
...restProps
|
|
26
|
-
}: DisclaimerProps,
|
|
27
|
-
ref,
|
|
28
|
-
) => (
|
|
29
|
-
<Banner
|
|
30
|
-
ref={ref}
|
|
31
|
-
{...restProps}
|
|
32
|
-
leftIconName={leftIconName}
|
|
33
|
-
leftIconType={leftIconType}
|
|
34
|
-
classNames={{
|
|
35
|
-
...classNames,
|
|
36
|
-
wrapper: css.disclaimerWrapper,
|
|
37
|
-
icon: css.iconWrapper,
|
|
38
|
-
}}
|
|
39
|
-
></Banner>
|
|
40
|
-
),
|
|
41
|
-
);
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
// @flow strict
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import {
|
|
5
|
-
// $FlowFixMe[untyped-import]
|
|
6
|
-
autoUpdate,
|
|
7
|
-
// $FlowFixMe[untyped-import]
|
|
8
|
-
flip,
|
|
9
|
-
// $FlowFixMe[untyped-import]
|
|
10
|
-
FloatingFocusManager,
|
|
11
|
-
// $FlowFixMe[untyped-import]
|
|
12
|
-
FloatingPortal,
|
|
13
|
-
// $FlowFixMe[untyped-import]
|
|
14
|
-
offset,
|
|
15
|
-
// $FlowFixMe[untyped-import]
|
|
16
|
-
useFloating,
|
|
17
|
-
} from '@floating-ui/react';
|
|
18
|
-
|
|
19
|
-
import {useReferenceElementWidth} from '../../hooks';
|
|
20
|
-
import {spaceNone, spaceXXSmall} from '../../styles/variables/_space';
|
|
21
|
-
import {classify} from '../../utils/classify';
|
|
22
|
-
import {type ClickAwayRefType, ClickAway} from '../../utils/click-away';
|
|
23
|
-
import {mergeRefs} from '../../utils/merge-refs';
|
|
24
|
-
import type {InputProps} from '../Input';
|
|
25
|
-
import {Input} from '../Input';
|
|
26
|
-
import type {MenuOption, MenuProps} from '../Menu';
|
|
27
|
-
import {Menu} from '../Menu';
|
|
28
|
-
import {type ElevationType, getElevationValue} from '../Tooltip';
|
|
29
|
-
|
|
30
|
-
import css from './Dropdown.module.css';
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
type ClassNames = $ReadOnly<{
|
|
34
|
-
wrapper?: string,
|
|
35
|
-
box?: string,
|
|
36
|
-
iconRight?: string,
|
|
37
|
-
}>;
|
|
38
|
-
|
|
39
|
-
export type DropdownProps = {
|
|
40
|
-
...InputProps,
|
|
41
|
-
classNames?: ClassNames,
|
|
42
|
-
onChange?: (option: MenuOption, ?SyntheticEvent<HTMLElement>) => mixed,
|
|
43
|
-
onMenuOpen?: () => mixed,
|
|
44
|
-
onMenuClose?: () => mixed,
|
|
45
|
-
scrollMenuToBottom?: boolean,
|
|
46
|
-
dropdownInputText?: string,
|
|
47
|
-
menu?: MenuProps,
|
|
48
|
-
elevation?: ElevationType,
|
|
49
|
-
clickAwayRef?: ClickAwayRefType,
|
|
50
|
-
...
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
export const Dropdown: React$AbstractComponent<
|
|
54
|
-
DropdownProps,
|
|
55
|
-
HTMLInputElement,
|
|
56
|
-
> = React.forwardRef<DropdownProps, HTMLInputElement>(
|
|
57
|
-
(
|
|
58
|
-
{
|
|
59
|
-
size = 'medium',
|
|
60
|
-
classNames,
|
|
61
|
-
placeholder = 'Select...',
|
|
62
|
-
onChange,
|
|
63
|
-
menu,
|
|
64
|
-
onMenuOpen,
|
|
65
|
-
onMenuClose,
|
|
66
|
-
scrollMenuToBottom = false,
|
|
67
|
-
dropdownInputText = '',
|
|
68
|
-
clickAwayRef,
|
|
69
|
-
elevation = 'modal',
|
|
70
|
-
...inputProps
|
|
71
|
-
}: DropdownProps,
|
|
72
|
-
ref,
|
|
73
|
-
): React.Node => {
|
|
74
|
-
const menuRef = React.useRef();
|
|
75
|
-
|
|
76
|
-
const {x, y, refs, strategy, context} = useFloating({
|
|
77
|
-
open: true,
|
|
78
|
-
strategy: 'absolute',
|
|
79
|
-
placement: 'bottom-start',
|
|
80
|
-
whileElementsMounted: autoUpdate,
|
|
81
|
-
middleware: [flip(), offset(parseInt(spaceXXSmall))],
|
|
82
|
-
});
|
|
83
|
-
const dropdownWidth = useReferenceElementWidth(refs.reference?.current);
|
|
84
|
-
|
|
85
|
-
const onMenuToggle = (isOpen: boolean) => {
|
|
86
|
-
isOpen ? onMenuOpen && onMenuOpen() : onMenuClose && onMenuClose();
|
|
87
|
-
if (scrollMenuToBottom && menuRef.current && isOpen) {
|
|
88
|
-
menuRef.current.scrollTop = isOpen ? menuRef.current.scrollHeight : 0;
|
|
89
|
-
}
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
return (
|
|
93
|
-
<ClickAway onChange={onMenuToggle} clickAwayRef={clickAwayRef}>
|
|
94
|
-
{({isOpen, onOpen, clickAway, boundaryRef, triggerRef}) => (
|
|
95
|
-
<div
|
|
96
|
-
className={classify(css.dropdownContainer, classNames?.wrapper)}
|
|
97
|
-
data-testid="Dropdown"
|
|
98
|
-
>
|
|
99
|
-
<Input
|
|
100
|
-
{...inputProps}
|
|
101
|
-
onKeyDown={(e) => {
|
|
102
|
-
if (e.keyCode === 32) {
|
|
103
|
-
e.preventDefault();
|
|
104
|
-
isOpen ? clickAway() : onOpen();
|
|
105
|
-
}
|
|
106
|
-
}}
|
|
107
|
-
boxRef={mergeRefs([refs.setReference, triggerRef])}
|
|
108
|
-
size={size}
|
|
109
|
-
placeholder={placeholder}
|
|
110
|
-
value={dropdownInputText}
|
|
111
|
-
classNames={{
|
|
112
|
-
box: classify(css.inputBox, classNames?.box),
|
|
113
|
-
iconRight: classNames?.iconRight,
|
|
114
|
-
}}
|
|
115
|
-
iconRightName={isOpen ? 'angle-up' : 'angle-down'}
|
|
116
|
-
readOnly
|
|
117
|
-
onContainerClick={(e) => {
|
|
118
|
-
e.stopPropagation();
|
|
119
|
-
onOpen();
|
|
120
|
-
}}
|
|
121
|
-
ref={ref}
|
|
122
|
-
/>
|
|
123
|
-
|
|
124
|
-
{isOpen && menu && (
|
|
125
|
-
<FloatingPortal>
|
|
126
|
-
<FloatingFocusManager
|
|
127
|
-
modal={false}
|
|
128
|
-
context={context}
|
|
129
|
-
initialFocus={refs.reference}
|
|
130
|
-
>
|
|
131
|
-
<div
|
|
132
|
-
ref={mergeRefs([refs.setFloating, boundaryRef])}
|
|
133
|
-
className={css.menuWrapper}
|
|
134
|
-
style={{
|
|
135
|
-
position: strategy,
|
|
136
|
-
top: y ?? spaceNone,
|
|
137
|
-
left: x ?? spaceNone,
|
|
138
|
-
/* NOTE(Sharad): The FloatingPortal renders the menu outside the normal DOM structure,
|
|
139
|
-
so its parent is effectively the <body> element. This means the menu
|
|
140
|
-
would otherwise default to the body's width. To support fluid width,
|
|
141
|
-
we must manually set the dropdown width here; otherwise, it uses a fixed width.
|
|
142
|
-
Also, Only treat menu as non-fluid if isFluid is strictly false, since default is true in menu and undefined means fluid. */
|
|
143
|
-
...(menu.isFluid !== false && {
|
|
144
|
-
'--dropdown-width': dropdownWidth,
|
|
145
|
-
}),
|
|
146
|
-
'--menu-elevation': getElevationValue(elevation),
|
|
147
|
-
}}
|
|
148
|
-
>
|
|
149
|
-
<Menu
|
|
150
|
-
{...menu}
|
|
151
|
-
onSelect={(option, e) => {
|
|
152
|
-
onChange && onChange(option, e);
|
|
153
|
-
if (
|
|
154
|
-
// option.keepMenuOpenOnOptionSelect - to allow the menu persist its open stat upon option selection in normal variant
|
|
155
|
-
!option.keepMenuOpenOnOptionSelect &&
|
|
156
|
-
(!menu.optionsVariant ||
|
|
157
|
-
menu.optionsVariant === 'normal')
|
|
158
|
-
) {
|
|
159
|
-
clickAway();
|
|
160
|
-
refs.reference.current.querySelector('input').focus();
|
|
161
|
-
}
|
|
162
|
-
}}
|
|
163
|
-
size={menu.size || size}
|
|
164
|
-
onTabOut={clickAway}
|
|
165
|
-
ref={menuRef}
|
|
166
|
-
/>
|
|
167
|
-
</div>
|
|
168
|
-
</FloatingFocusManager>
|
|
169
|
-
</FloatingPortal>
|
|
170
|
-
)}
|
|
171
|
-
</div>
|
|
172
|
-
)}
|
|
173
|
-
</ClickAway>
|
|
174
|
-
);
|
|
175
|
-
},
|
|
176
|
-
);
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
// @flow strict
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
|
|
5
|
-
import type {MenuClassNames, MenuLabelTooltip} from '../../types/menu';
|
|
6
|
-
import type {ClickAwayRefType} from '../../utils/click-away';
|
|
7
|
-
import {
|
|
8
|
-
getSelectedKeysFromSelectedOption,
|
|
9
|
-
getTextLabelFromSelectedKeys,
|
|
10
|
-
} from '../../utils/menu';
|
|
11
|
-
import type {InputProps} from '../Input';
|
|
12
|
-
import type {MenuOption, MenuOptionsVariant, Virtualization} from '../Menu';
|
|
13
|
-
import type {ElevationType} from '../Tooltip';
|
|
14
|
-
|
|
15
|
-
import {Dropdown} from './Dropdown';
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
type ClassNames = $ReadOnly<{
|
|
19
|
-
wrapper?: string,
|
|
20
|
-
box?: string,
|
|
21
|
-
}>;
|
|
22
|
-
|
|
23
|
-
export type SimpleDropdownRef = {
|
|
24
|
-
selectedKeys?: Array<string>,
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
export type SimpleDropdownProps = {
|
|
28
|
-
// Input props
|
|
29
|
-
...InputProps,
|
|
30
|
-
|
|
31
|
-
elevation?: ElevationType,
|
|
32
|
-
classNames?: ClassNames,
|
|
33
|
-
clickAwayRef?: ClickAwayRefType,
|
|
34
|
-
|
|
35
|
-
// Menu props
|
|
36
|
-
options?: Array<MenuOption>,
|
|
37
|
-
optionsVariant?: MenuOptionsVariant,
|
|
38
|
-
allowSearch?: boolean,
|
|
39
|
-
selectedKeys?: Array<string>,
|
|
40
|
-
isMenuFluid?: boolean,
|
|
41
|
-
menuVirtualization?: Virtualization,
|
|
42
|
-
header?: React.Node,
|
|
43
|
-
footer?: React.Node,
|
|
44
|
-
menuClassNames?: MenuClassNames,
|
|
45
|
-
showLabelTooltip?: MenuLabelTooltip,
|
|
46
|
-
allowWrap?: boolean,
|
|
47
|
-
staticLabels?: {
|
|
48
|
-
RESULT?: string,
|
|
49
|
-
RESULTS?: string,
|
|
50
|
-
SEARCH_PLACEHOLDER?: string,
|
|
51
|
-
},
|
|
52
|
-
|
|
53
|
-
// events
|
|
54
|
-
onChange?: (option: MenuOption, ?SyntheticEvent<HTMLElement>) => mixed,
|
|
55
|
-
onMenuOpen?: () => mixed,
|
|
56
|
-
onMenuClose?: () => mixed,
|
|
57
|
-
|
|
58
|
-
// Resolvers
|
|
59
|
-
resolveLabel?: (option: MenuOption) => string | React.Node,
|
|
60
|
-
resolveSecondaryLabel?: (option: MenuOption) => string | React.Node,
|
|
61
|
-
...
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
const SimpleDropdownBase = (props: SimpleDropdownProps, ref) => {
|
|
65
|
-
const {
|
|
66
|
-
size = 'medium',
|
|
67
|
-
classNames,
|
|
68
|
-
placeholder = 'Select...',
|
|
69
|
-
options,
|
|
70
|
-
optionsVariant,
|
|
71
|
-
allowSearch,
|
|
72
|
-
selectedKeys,
|
|
73
|
-
onChange,
|
|
74
|
-
onMenuOpen,
|
|
75
|
-
onMenuClose,
|
|
76
|
-
resolveLabel,
|
|
77
|
-
elevation = 'modal',
|
|
78
|
-
menuVirtualization,
|
|
79
|
-
resolveSecondaryLabel,
|
|
80
|
-
isMenuFluid = true,
|
|
81
|
-
header,
|
|
82
|
-
footer,
|
|
83
|
-
menuClassNames,
|
|
84
|
-
showLabelTooltip,
|
|
85
|
-
clickAwayRef,
|
|
86
|
-
allowWrap = false,
|
|
87
|
-
staticLabels,
|
|
88
|
-
...inputProps
|
|
89
|
-
} = props;
|
|
90
|
-
|
|
91
|
-
const [dropdownInputText, setDropdownInputText] = React.useState('');
|
|
92
|
-
const [dropdownSelectedKeys, setDropdownSelectedKeys] =
|
|
93
|
-
React.useState(selectedKeys);
|
|
94
|
-
|
|
95
|
-
React.useEffect(() => {
|
|
96
|
-
const newDropdownText = getTextLabelFromSelectedKeys(selectedKeys, options);
|
|
97
|
-
|
|
98
|
-
setDropdownSelectedKeys(selectedKeys);
|
|
99
|
-
setDropdownInputText(newDropdownText);
|
|
100
|
-
}, [selectedKeys]);
|
|
101
|
-
|
|
102
|
-
const handleOptionChange = (selectedOption: MenuOption, e) => {
|
|
103
|
-
e?.stopPropagation();
|
|
104
|
-
let newSelectedKeys = [];
|
|
105
|
-
|
|
106
|
-
if (optionsVariant === 'checkbox') {
|
|
107
|
-
newSelectedKeys = getSelectedKeysFromSelectedOption(
|
|
108
|
-
selectedOption,
|
|
109
|
-
dropdownSelectedKeys,
|
|
110
|
-
);
|
|
111
|
-
} else {
|
|
112
|
-
newSelectedKeys = [selectedOption.key];
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
const newDropdownText = getTextLabelFromSelectedKeys(
|
|
116
|
-
newSelectedKeys,
|
|
117
|
-
options,
|
|
118
|
-
);
|
|
119
|
-
|
|
120
|
-
setDropdownSelectedKeys(newSelectedKeys);
|
|
121
|
-
setDropdownInputText(newDropdownText);
|
|
122
|
-
|
|
123
|
-
setTimeout(() => {
|
|
124
|
-
onChange?.(selectedOption, e);
|
|
125
|
-
});
|
|
126
|
-
};
|
|
127
|
-
|
|
128
|
-
React.useImperativeHandle(ref, () => ({
|
|
129
|
-
selectedKeys: dropdownSelectedKeys,
|
|
130
|
-
}));
|
|
131
|
-
|
|
132
|
-
return (
|
|
133
|
-
<Dropdown
|
|
134
|
-
{...inputProps}
|
|
135
|
-
classNames={classNames}
|
|
136
|
-
size={size}
|
|
137
|
-
elevation={elevation}
|
|
138
|
-
placeholder={placeholder}
|
|
139
|
-
onChange={handleOptionChange}
|
|
140
|
-
onMenuOpen={onMenuOpen}
|
|
141
|
-
onMenuClose={onMenuClose}
|
|
142
|
-
dropdownInputText={dropdownInputText}
|
|
143
|
-
clickAwayRef={clickAwayRef}
|
|
144
|
-
menu={{
|
|
145
|
-
options,
|
|
146
|
-
selectedKeys: dropdownSelectedKeys,
|
|
147
|
-
optionsVariant,
|
|
148
|
-
allowSearch,
|
|
149
|
-
resolveLabel,
|
|
150
|
-
resolveSecondaryLabel,
|
|
151
|
-
virtualization: menuVirtualization,
|
|
152
|
-
size,
|
|
153
|
-
isFluid: isMenuFluid,
|
|
154
|
-
header,
|
|
155
|
-
footer,
|
|
156
|
-
classNames: menuClassNames,
|
|
157
|
-
showLabelTooltip,
|
|
158
|
-
allowWrap,
|
|
159
|
-
staticLabels,
|
|
160
|
-
}}
|
|
161
|
-
/>
|
|
162
|
-
);
|
|
163
|
-
};
|
|
164
|
-
|
|
165
|
-
export const SimpleDropdown: React.AbstractComponent<
|
|
166
|
-
SimpleDropdownProps,
|
|
167
|
-
SimpleDropdownRef,
|
|
168
|
-
> = React.forwardRef<SimpleDropdownProps, SimpleDropdownRef>(
|
|
169
|
-
SimpleDropdownBase,
|
|
170
|
-
);
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
// @flow strict
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export const CalendarEmptyImage = (): React.Node => (
|
|
7
|
-
<svg
|
|
8
|
-
width="140"
|
|
9
|
-
height="140"
|
|
10
|
-
viewBox="0 0 140 140"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
d="M70.0002 120C97.6145 120 120 97.6142 120 70C120 42.3858 97.6145 20 70.0002 20C42.3859 20 20 42.3858 20 70C20 97.6142 42.3859 120 70.0002 120Z"
|
|
16
|
-
fill="#E6E5EF"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M115.834 31.7826C117.296 30.4418 117.398 28.1655 116.062 26.6982C114.726 25.231 112.457 25.1285 110.995 26.4693C109.533 27.8102 109.43 30.0865 110.767 31.5537C112.103 33.021 114.372 33.1234 115.834 31.7826Z"
|
|
20
|
-
fill="#9F9FBC"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
d="M44.0578 24.862C45.2971 24.4578 45.9752 23.1221 45.5724 21.8786C45.1696 20.635 43.8384 19.9546 42.5991 20.3588C41.3597 20.763 40.6816 22.0987 41.0844 23.3422C41.4873 24.5858 42.8185 25.2662 44.0578 24.862Z"
|
|
24
|
-
fill="#9F9FBC"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
d="M97.4061 106.626H12.1772L27.7506 34.7443H113.074L97.4061 106.626Z"
|
|
28
|
-
fill="white"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M97.4061 106.626H12.1772L27.7506 34.7443H113.074L97.4061 106.626Z"
|
|
32
|
-
fill="#F1F1F5"
|
|
33
|
-
stroke="#D3D2E0"
|
|
34
|
-
strokeWidth="2"
|
|
35
|
-
strokeMiterlimit="10"
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
opacity="0.1"
|
|
39
|
-
d="M48.2321 106.626H30.5822C27.3731 106.626 24.7304 103.879 24.9192 100.659L27.7507 34.7443H31.998L48.2321 106.626Z"
|
|
40
|
-
fill="#9F9FBC"
|
|
41
|
-
/>
|
|
42
|
-
<path
|
|
43
|
-
d="M131.762 106.626H46.5331L32.0924 51.4125L31.998 51.0336L27.7507 34.7443H113.074L116.755 48.8554L117.321 51.0336L117.416 51.4125L131.762 106.626Z"
|
|
44
|
-
fill="white"
|
|
45
|
-
stroke="#D3D2E0"
|
|
46
|
-
strokeWidth="2"
|
|
47
|
-
strokeMiterlimit="10"
|
|
48
|
-
strokeLinejoin="round"
|
|
49
|
-
/>
|
|
50
|
-
<path d="M33 51.0335H116.263L112.5 35.5H29L33 51.0335Z" fill="#F1F1F5" />
|
|
51
|
-
<path
|
|
52
|
-
d="M50.2141 46.393C51.8822 46.393 53.2344 45.0361 53.2344 43.3624C53.2344 41.6886 51.8822 40.3318 50.2141 40.3318C48.5461 40.3318 47.1938 41.6886 47.1938 43.3624C47.1938 45.0361 48.5461 46.393 50.2141 46.393Z"
|
|
53
|
-
fill="#EBEBEB"
|
|
54
|
-
stroke="#8D8CAF"
|
|
55
|
-
strokeWidth="2"
|
|
56
|
-
strokeMiterlimit="10"
|
|
57
|
-
/>
|
|
58
|
-
<path
|
|
59
|
-
d="M100.049 46.393C101.717 46.393 103.069 45.0361 103.069 43.3624C103.069 41.6886 101.717 40.3318 100.049 40.3318C98.381 40.3318 97.0288 41.6886 97.0288 43.3624C97.0288 45.0361 98.381 46.393 100.049 46.393Z"
|
|
60
|
-
fill="#EBEBEB"
|
|
61
|
-
stroke="#8D8CAF"
|
|
62
|
-
strokeWidth="2"
|
|
63
|
-
strokeMiterlimit="10"
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
d="M50.4182 44.1411C49.8519 44.1411 49.3799 43.6676 49.3799 43.0993C49.3799 42.5311 49.8519 42.0576 50.4182 42.0576C52.4946 42.0576 54.6654 39.1217 54.6654 34.6705C54.6654 34.5758 54.6654 34.3864 54.6654 34.2917C54.5711 29.9353 52.4002 27.2835 50.4182 27.2835C48.5305 27.2835 46.454 29.8405 46.1709 33.8182H44C44.2832 28.8935 47.0203 25.2 50.3238 25.2C53.816 25.2 56.5531 29.2723 56.7419 34.4811C56.7419 34.5758 56.7419 34.6705 56.7419 34.7652C56.8363 39.9741 54.0048 44.1411 50.4182 44.1411Z"
|
|
67
|
-
fill="#66658D"
|
|
68
|
-
/>
|
|
69
|
-
<path
|
|
70
|
-
d="M100.011 44.1411C99.4443 44.1411 98.9724 43.6676 98.9724 43.0993C98.9724 42.5311 99.4443 42.0576 100.011 42.0576C102.087 42.0576 104.258 39.1217 104.258 34.6705C104.258 34.5758 104.258 34.3864 104.258 34.2917C104.164 29.9353 101.993 27.2835 100.011 27.2835C98.1229 27.2835 96.0465 29.8405 95.7633 33.8182H93.5925C93.8756 28.8935 96.6128 25.2 99.9162 25.2C103.409 25.2 106.146 29.2723 106.334 34.4811C106.334 34.5758 106.334 34.6705 106.334 34.7652C106.429 39.9741 103.597 44.1411 100.011 44.1411Z"
|
|
71
|
-
fill="#66658D"
|
|
72
|
-
/>
|
|
73
|
-
<path
|
|
74
|
-
d="M1.32324 106.531H138.652"
|
|
75
|
-
stroke="#D3D2E0"
|
|
76
|
-
strokeWidth="2"
|
|
77
|
-
strokeMiterlimit="10"
|
|
78
|
-
strokeLinecap="round"
|
|
79
|
-
strokeLinejoin="round"
|
|
80
|
-
/>
|
|
81
|
-
<path
|
|
82
|
-
opacity="0.3"
|
|
83
|
-
d="M100.521 72.3424C99.9544 72.3424 99.5769 71.8688 99.5769 71.3953C99.5769 70.8271 99.9544 70.4482 100.521 70.4482H103.447C104.013 70.4482 104.391 70.9218 104.391 71.3953C104.391 71.9635 103.919 72.3424 103.447 72.3424H100.521Z"
|
|
84
|
-
fill="#E6E5EF"
|
|
85
|
-
/>
|
|
86
|
-
<path
|
|
87
|
-
opacity="0.3"
|
|
88
|
-
d="M60.3132 99.0494C59.9356 99.0494 59.5581 98.7653 59.3693 98.3865L57.8592 92.7988H50.4028C49.8365 92.7988 49.459 92.3253 49.459 91.8518C49.459 91.2835 49.9309 90.9047 50.4028 90.9047H57.2929L54.9333 82.5706H47.7601C47.1938 82.5706 46.8162 82.0971 46.8162 81.6235C46.8162 81.0553 47.1938 80.6765 47.7601 80.6765H54.367L52.0074 72.3424H45.2117C44.6454 72.3424 44.2679 71.8689 44.2679 71.3953C44.2679 70.8271 44.6454 70.4483 45.2117 70.4483H51.5355L49.1758 62.1142H42.6633C42.097 62.1142 41.7195 61.6406 41.7195 61.1671C41.7195 60.5989 42.097 60.22 42.6633 60.22H48.6095L47.6657 56.8106C47.5713 56.3371 47.8545 55.7689 48.3264 55.6742C48.4208 55.6742 48.5152 55.6742 48.6095 55.6742C48.9871 55.6742 49.3646 55.9583 49.5534 56.3371L50.686 60.22H58.2367C58.803 60.22 59.1806 60.5989 59.1806 61.1671C59.1806 61.7353 58.803 62.1142 58.2367 62.1142H51.2523L53.6119 70.4483H65.5043L61.7289 56.8106C61.6346 56.3371 61.9177 55.7689 62.3896 55.6742C62.484 55.6742 62.5784 55.6742 62.6728 55.6742C63.0503 55.6742 63.4279 55.9583 63.6166 56.3371L64.7492 60.22H68.8078C69.3741 60.22 69.7516 60.5989 69.7516 61.1671C69.7516 61.7353 69.2797 62.1142 68.8078 62.1142H65.3155L67.6751 70.4483H75.6978C76.2641 70.4483 76.6416 70.9218 76.6416 71.3953C76.6416 71.9636 76.2641 72.3424 75.6978 72.3424H68.2415L70.6011 80.6765H82.5878L77.3967 62.1142H74.8483C74.282 62.1142 73.9045 61.6406 73.9045 61.1671C73.9045 60.5989 74.3764 60.22 74.8483 60.22H76.8304L75.8866 56.8106C75.7922 56.5265 75.8866 56.3371 75.981 56.053C76.0753 55.8636 76.2641 55.6742 76.5473 55.5795C76.6416 55.5795 76.736 55.5795 76.8304 55.5795C77.2079 55.5795 77.5855 55.8636 77.7743 56.2424L78.9069 60.1253H80.8889C81.4552 60.1253 81.8328 60.5042 81.8328 61.0724C81.8328 61.6406 81.4552 62.0195 80.8889 62.0195H79.4732L81.8328 70.3536H93.8196L91.46 62.0195H85.325C84.7587 62.0195 84.3811 61.5459 84.3811 61.0724C84.3811 60.5042 84.8531 60.1253 85.325 60.1253H90.6105L89.6667 56.7159C89.5723 56.2424 89.8554 55.6742 90.3274 55.5795C90.4217 55.5795 90.5161 55.5795 90.6105 55.5795C90.988 55.5795 91.3656 55.8636 91.5543 56.2424L92.687 60.1253H104.674L103.73 56.7159C103.636 56.2424 103.919 55.6742 104.391 55.5795C104.485 55.5795 104.579 55.5795 104.674 55.5795C105.051 55.5795 105.429 55.8636 105.618 56.2424L106.75 60.1253H114.112C114.678 60.1253 115.056 60.5042 115.056 61.0724C115.056 61.6406 114.678 62.0195 114.112 62.0195H107.033L109.393 70.3536H116.472C117.038 70.3536 117.416 70.8271 117.416 71.3006C117.416 71.8689 117.038 72.2477 116.472 72.2477H109.959L112.319 80.5818H119.115C119.681 80.5818 120.058 81.0553 120.058 81.5288C120.058 82.0971 119.681 82.4759 119.115 82.4759H112.885L115.245 90.81H121.663C122.229 90.81 122.607 91.2835 122.607 91.7571C122.607 92.3253 122.135 92.7041 121.663 92.7041H115.717L117.132 97.7235C117.227 98.197 116.944 98.7653 116.472 98.86C116.377 98.86 116.283 98.86 116.189 98.86C115.811 98.86 115.434 98.5759 115.245 98.197L113.735 92.7041H101.748L103.164 97.6288C103.258 97.9129 103.164 98.1023 103.069 98.3865C102.975 98.5759 102.786 98.7653 102.503 98.86C102.409 98.86 102.314 98.86 102.22 98.86C101.842 98.86 101.465 98.5759 101.276 98.197L99.7658 92.7988H87.779L89.1947 97.7235C89.2891 98.197 89.006 98.7653 88.534 98.86C88.4397 98.86 88.3453 98.86 88.2509 98.86C87.8734 98.86 87.4958 98.5759 87.3071 98.197L85.7969 92.7988H73.8101L75.2259 97.7235C75.3203 98.197 75.0371 98.7653 74.5652 98.86C74.4708 98.86 74.3764 98.86 74.282 98.86C73.9045 98.86 73.527 98.5759 73.3382 98.197L71.828 92.7988H59.8413L61.257 97.8182C61.3514 98.1023 61.257 98.2918 61.1626 98.5759C61.0683 98.7653 60.8795 98.9547 60.5963 99.0494C60.5019 99.0494 60.4076 99.0494 60.3132 99.0494ZM87.2127 90.9047H113.168L110.809 82.5706H98.8219L99.6714 85.6012C99.7658 85.8853 99.6714 86.0747 99.577 86.3588C99.4826 86.5482 99.2938 86.7377 99.0107 86.8324C98.9163 86.8324 98.8219 86.8324 98.7275 86.8324C98.35 86.8324 97.9725 86.5482 97.7837 86.1694L96.8399 82.6653H93.2533C92.687 82.6653 92.3094 82.1918 92.3094 81.7183C92.3094 81.15 92.687 80.7712 93.2533 80.7712H96.2736L93.9139 72.4371H82.0215L84.3811 80.7712H87.3071C87.8734 80.7712 88.2509 81.2447 88.2509 81.7183C88.2509 82.2865 87.8734 82.6653 87.3071 82.6653H84.8531L87.2127 90.9047ZM73.2438 90.9047H85.2306L82.871 82.5706H70.8842L73.2438 90.9047ZM59.275 90.9047H71.2617L68.9021 82.5706H65.4099C64.8436 82.5706 64.4661 82.0971 64.4661 81.6235C64.4661 81.0553 64.938 80.6765 65.4099 80.6765H68.4302L66.0706 72.3424H54.0838L56.4434 80.6765H59.5581C60.1244 80.6765 60.5019 81.15 60.5019 81.6235C60.5019 82.1918 60.03 82.5706 59.5581 82.5706H57.0097L59.275 90.9047ZM98.35 80.6765H110.337L105.146 62.1142H93.0645L98.35 80.6765Z"
|
|
89
|
-
fill="#E6E5EF"
|
|
90
|
-
/>
|
|
91
|
-
<path
|
|
92
|
-
d="M71.3621 71.012C67.4401 71.012 64.1456 68.5027 62.8905 64.8955C62.5768 64.1114 63.0474 63.3272 63.8318 63.0135C64.6162 62.6999 65.4006 63.1704 65.7144 63.9545C66.4988 66.307 68.852 68.0322 71.3621 68.0322C73.8722 68.0322 76.2254 66.4639 77.0099 63.9545C77.3236 63.1704 78.108 62.6999 78.8924 63.0135C79.6768 63.3272 80.1475 64.1114 79.8337 64.8955C78.5787 68.6595 75.2842 71.012 71.3621 71.012Z"
|
|
93
|
-
fill="#66658D"
|
|
94
|
-
/>
|
|
95
|
-
<path
|
|
96
|
-
d="M95.0513 71.012C91.1292 71.012 87.8347 68.5027 86.5797 64.8955C86.2659 64.1114 86.7366 63.3272 87.521 63.0135C88.3054 62.6999 89.0898 63.1704 89.4035 63.9545C90.188 66.307 92.5412 68.0322 95.0513 68.0322C97.5614 68.0322 99.9146 66.4639 100.699 63.9545C101.013 63.1704 101.797 62.6999 102.582 63.0135C103.366 63.3272 103.837 64.1114 103.523 64.8955C102.268 68.6595 98.9733 71.012 95.0513 71.012Z"
|
|
97
|
-
fill="#66658D"
|
|
98
|
-
/>
|
|
99
|
-
<path
|
|
100
|
-
d="M87.8522 90.2147C89.845 90.2147 91.4604 88.5997 91.4604 86.6075C91.4604 84.6153 89.845 83.0004 87.8522 83.0004C85.8594 83.0004 84.2439 84.6153 84.2439 86.6075C84.2439 88.5997 85.8594 90.2147 87.8522 90.2147Z"
|
|
101
|
-
fill="#66658D"
|
|
102
|
-
/>
|
|
103
|
-
<path
|
|
104
|
-
d="M12.8117 25.1494V20.4998H30.7818V25.1494L18.5199 39.9438H30.9932V44.5935H12.1775V39.9438L24.4394 25.1494H12.8117Z"
|
|
105
|
-
fill="#66658D"
|
|
106
|
-
/>
|
|
107
|
-
<path
|
|
108
|
-
d="M36.0112 54.494V51.5352H47.639V54.494L39.8167 64.0047H47.8504V66.9636H35.5884V64.0047L43.4107 54.494H36.0112Z"
|
|
109
|
-
fill="#66658D"
|
|
110
|
-
/>
|
|
111
|
-
</svg>
|
|
112
|
-
);
|