impact-ui 3.7.34-alpha.2 → 3.7.34-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/Add.js +4 -0
- package/dist/_virtual/AttachFile.js +4 -0
- package/dist/_virtual/AutoFixHigh.js +4 -0
- package/dist/_virtual/Block.js +4 -0
- package/dist/_virtual/BookmarkBorderOutlined.js +4 -0
- package/dist/_virtual/Brush.js +4 -0
- package/dist/_virtual/Cancel.js +4 -0
- package/dist/_virtual/CheckCircle.js +4 -0
- package/dist/_virtual/ChevronLeft.js +4 -0
- package/dist/_virtual/ChevronLeftOutlined.js +4 -0
- package/dist/_virtual/ChevronRight.js +4 -0
- package/dist/_virtual/ChevronRightOutlined.js +4 -0
- package/dist/_virtual/Clear.js +4 -0
- package/dist/_virtual/Close.js +4 -0
- package/dist/_virtual/CloseOutlined.js +4 -0
- package/dist/_virtual/CloseRounded.js +4 -0
- package/dist/_virtual/DefaultTheme.js +4 -0
- package/dist/_virtual/DeleteOutlineOutlined.js +4 -0
- package/dist/_virtual/DeleteOutlined.js +4 -0
- package/dist/_virtual/DragIndicator.js +4 -0
- package/dist/_virtual/ErrorOutline.js +4 -0
- package/dist/_virtual/ExpandLess.js +4 -0
- package/dist/_virtual/ExpandMore.js +4 -0
- package/dist/_virtual/FileDownloadOutlined.js +4 -0
- package/dist/_virtual/FilterAltOutlined.js +4 -0
- package/dist/_virtual/FilterList.js +4 -0
- package/dist/_virtual/FilterListOutlined.js +4 -0
- package/dist/_virtual/FormatBold.js +4 -0
- package/dist/_virtual/FormatColorTextOutlined.js +4 -0
- package/dist/_virtual/FormatItalic.js +4 -0
- package/dist/_virtual/FormatListBulleted.js +4 -0
- package/dist/_virtual/FormatListNumbered.js +4 -0
- package/dist/_virtual/Image.js +4 -0
- package/dist/_virtual/Info.js +4 -0
- package/dist/_virtual/InsertEmoticon.js +4 -0
- package/dist/_virtual/IsConstructor.js +4 -0
- package/dist/_virtual/KeyboardArrowDown.js +4 -0
- package/dist/_virtual/KeyboardArrowDownOutlined.js +4 -0
- package/dist/_virtual/KeyboardArrowLeft.js +4 -0
- package/dist/_virtual/KeyboardArrowRight.js +4 -0
- package/dist/_virtual/KeyboardArrowRightOutlined.js +4 -0
- package/dist/_virtual/KeyboardArrowUp.js +4 -0
- package/dist/_virtual/KeyboardRounded.js +4 -0
- package/dist/_virtual/Link.js +4 -0
- package/dist/_virtual/Looks3.js +4 -0
- package/dist/_virtual/Looks4.js +4 -0
- package/dist/_virtual/Looks5.js +4 -0
- package/dist/_virtual/Looks6.js +4 -0
- package/dist/_virtual/LooksOne.js +4 -0
- package/dist/_virtual/LooksTwo.js +4 -0
- package/dist/_virtual/MoreHoriz.js +4 -0
- package/dist/_virtual/MoreVert.js +4 -0
- package/dist/_virtual/North.js +4 -0
- package/dist/_virtual/NotificationsOff.js +4 -0
- package/dist/_virtual/SaveOutlined.js +4 -0
- package/dist/_virtual/Search.js +4 -0
- package/dist/_virtual/SearchOutlined.js +4 -0
- package/dist/_virtual/SettingsOutlined.js +4 -0
- package/dist/_virtual/StrikethroughS.js +4 -0
- package/dist/_virtual/TableChartOutlined.js +4 -0
- package/dist/_virtual/ThemedStyleSheet.js +4 -0
- package/dist/_virtual/Tune.js +4 -0
- package/dist/_virtual/ViewColumnOutlined.js +4 -0
- package/dist/_virtual/Warning.js +4 -0
- package/dist/_virtual/___vite-browser-external.js +6 -0
- package/dist/_virtual/__vite-browser-external.js +4 -0
- package/dist/_virtual/_commonjsHelpers.js +33 -0
- package/dist/_virtual/colorManipulator.js +4 -0
- package/dist/_virtual/constants.js +4 -0
- package/dist/_virtual/createStyled.js +4 -0
- package/dist/_virtual/createSvgIcon.js +4 -0
- package/dist/_virtual/getClassName.js +4 -0
- package/dist/_virtual/index.js +6 -0
- package/dist/_virtual/index10.js +6 -0
- package/dist/_virtual/index11.js +6 -0
- package/dist/_virtual/index12.js +6 -0
- package/dist/_virtual/index13.js +4 -0
- package/dist/_virtual/index14.js +4 -0
- package/dist/_virtual/index15.js +4 -0
- package/dist/_virtual/index16.js +4 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index3.js +6 -0
- package/dist/_virtual/index4.js +6 -0
- package/dist/_virtual/index5.js +4 -0
- package/dist/_virtual/index6.js +4 -0
- package/dist/_virtual/index7.js +6 -0
- package/dist/_virtual/index8.js +6 -0
- package/dist/_virtual/index9.js +6 -0
- package/dist/_virtual/react-is.development.js +4 -0
- package/dist/_virtual/react-is.development2.js +4 -0
- package/dist/_virtual/react-is.development3.js +4 -0
- package/dist/_virtual/react-is.production.js +4 -0
- package/dist/_virtual/react-is.production.min.js +4 -0
- package/dist/_virtual/react-is.production.min2.js +4 -0
- package/dist/_virtual/registerCSSInterfaceWithDefaultTheme.js +4 -0
- package/dist/_virtual/registerInterfaceWithDefaultTheme.js +4 -0
- package/dist/_virtual/separateStyles.js +4 -0
- package/dist/_virtual/useThemeWithoutDefault.js +4 -0
- package/dist/components/Accordion/Accordion.types.d.ts +118 -0
- package/dist/components/Accordion/Accordion.types.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +21 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/Accordion/index.js +137 -0
- package/dist/components/AccordionModern/AccordionModern.types.d.ts +35 -0
- package/dist/components/AccordionModern/AccordionModern.types.d.ts.map +1 -0
- package/dist/components/AccordionModern/SortableAccordionComp.d.ts +19 -0
- package/dist/components/AccordionModern/SortableAccordionComp.d.ts.map +1 -0
- package/dist/components/AccordionModern/SortableAccordionComp.js +145 -0
- package/dist/components/AccordionModern/index.d.ts +12 -0
- package/dist/components/AccordionModern/index.d.ts.map +1 -0
- package/dist/components/AccordionModern/index.js +121 -0
- package/dist/components/Alert/Alert.types.d.ts +102 -0
- package/dist/components/Alert/Alert.types.d.ts.map +1 -0
- package/dist/components/Alert/index.d.ts +30 -0
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/Alert/index.js +80 -0
- package/dist/components/Avatar/Avatar.types.d.ts +62 -0
- package/dist/components/Avatar/Avatar.types.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +19 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Avatar/index.js +61 -0
- package/dist/components/Badge/Badge.types.d.ts +53 -0
- package/dist/components/Badge/Badge.types.d.ts.map +1 -0
- package/dist/components/Badge/filled/filledIconLabelBadges/index.d.ts +4 -0
- package/dist/components/Badge/filled/filledIconLabelBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/filled/filledIconLabelBadges/index.js +40 -0
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.d.ts +4 -0
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +33 -0
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.d.ts +4 -0
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +39 -0
- package/dist/components/Badge/filled/index.d.ts +4 -0
- package/dist/components/Badge/filled/index.d.ts.map +1 -0
- package/dist/components/Badge/filled/index.js +23 -0
- package/dist/components/Badge/index.d.ts +12 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Badge/index.js +20 -0
- package/dist/components/Badge/stroke/index.d.ts +4 -0
- package/dist/components/Badge/stroke/index.d.ts.map +1 -0
- package/dist/components/Badge/stroke/index.js +33 -0
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.d.ts +4 -0
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +40 -0
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.d.ts +4 -0
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +33 -0
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.d.ts +4 -0
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +37 -0
- package/dist/components/Badge/subtle/index.d.ts +4 -0
- package/dist/components/Badge/subtle/index.d.ts.map +1 -0
- package/dist/components/Badge/subtle/index.js +23 -0
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.d.ts +4 -0
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +39 -0
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.d.ts +4 -0
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +41 -0
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.d.ts +4 -0
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.d.ts.map +1 -0
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +40 -0
- package/dist/components/BottomSheet/BottomSheet.types.d.ts +12 -0
- package/dist/components/BottomSheet/BottomSheet.types.d.ts.map +1 -0
- package/dist/components/BottomSheet/index.d.ts +11 -0
- package/dist/components/BottomSheet/index.d.ts.map +1 -0
- package/dist/components/BottomSheet/index.js +68 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +20 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/HomeIcon.d.ts +5 -0
- package/dist/components/Breadcrumbs/HomeIcon.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/HomeIcon.js +24 -0
- package/dist/components/Breadcrumbs/index.d.ts +13 -0
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/index.js +129 -0
- package/dist/components/Button/Button.types.d.ts +52 -0
- package/dist/components/Button/Button.types.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +10 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Button/index.js +128 -0
- package/dist/components/ButtonGroup/ButtonGroup.types.d.ts +28 -0
- package/dist/components/ButtonGroup/ButtonGroup.types.d.ts.map +1 -0
- package/dist/components/ButtonGroup/index.d.ts +12 -0
- package/dist/components/ButtonGroup/index.d.ts.map +1 -0
- package/dist/components/ButtonGroup/index.js +70 -0
- package/dist/components/Card/Card.types.d.ts +50 -0
- package/dist/components/Card/Card.types.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +9 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Card/index.js +66 -0
- package/dist/components/Chart/Chart.types.d.ts +159 -0
- package/dist/components/Chart/Chart.types.d.ts.map +1 -0
- package/dist/components/Chart/index.d.ts +11 -0
- package/dist/components/Chart/index.d.ts.map +1 -0
- package/dist/components/Chart/index.js +562 -0
- package/dist/components/Chatbot/Chatbot.types.d.ts +277 -0
- package/dist/components/Chatbot/Chatbot.types.d.ts.map +1 -0
- package/dist/components/Chatbot/bookMarkPanel.d.ts +4 -0
- package/dist/components/Chatbot/bookMarkPanel.d.ts.map +1 -0
- package/dist/components/Chatbot/bookMarkPanel.js +62 -0
- package/dist/components/Chatbot/chatBotFooter.d.ts +4 -0
- package/dist/components/Chatbot/chatBotFooter.d.ts.map +1 -0
- package/dist/components/Chatbot/chatBotFooter.js +8 -0
- package/dist/components/Chatbot/chatBotLandingScreen.d.ts +4 -0
- package/dist/components/Chatbot/chatBotLandingScreen.d.ts.map +1 -0
- package/dist/components/Chatbot/chatBotLandingScreen.js +24 -0
- package/dist/components/Chatbot/chatInput.d.ts +4 -0
- package/dist/components/Chatbot/chatInput.d.ts.map +1 -0
- package/dist/components/Chatbot/chatInput.js +160 -0
- package/dist/components/Chatbot/chatbotModuleMenu.d.ts +4 -0
- package/dist/components/Chatbot/chatbotModuleMenu.d.ts.map +1 -0
- package/dist/components/Chatbot/chatbotModuleMenu.js +226 -0
- package/dist/components/Chatbot/constant.d.ts +6 -0
- package/dist/components/Chatbot/constant.d.ts.map +1 -0
- package/dist/components/Chatbot/constant.js +27 -0
- package/dist/components/Chatbot/conversationScreen.d.ts +4 -0
- package/dist/components/Chatbot/conversationScreen.d.ts.map +1 -0
- package/dist/components/Chatbot/conversationScreen.js +188 -0
- package/dist/components/Chatbot/customScreen.d.ts +4 -0
- package/dist/components/Chatbot/customScreen.d.ts.map +1 -0
- package/dist/components/Chatbot/customScreen.js +65 -0
- package/dist/components/Chatbot/historyPanel.d.ts +4 -0
- package/dist/components/Chatbot/historyPanel.d.ts.map +1 -0
- package/dist/components/Chatbot/historyPanel.js +309 -0
- package/dist/components/Chatbot/index.d.ts +8 -0
- package/dist/components/Chatbot/index.d.ts.map +1 -0
- package/dist/components/Chatbot/index.js +444 -0
- package/dist/components/Chatbot/newChatComponent.d.ts +4 -0
- package/dist/components/Chatbot/newChatComponent.d.ts.map +1 -0
- package/dist/components/Chatbot/newChatComponent.js +84 -0
- package/dist/components/Chatbot/utils.d.ts +3 -0
- package/dist/components/Chatbot/utils.d.ts.map +1 -0
- package/dist/components/Chatbot/utils.js +29 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts +179 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/components/Checkbox/Dashed.d.ts +7 -0
- package/dist/components/Checkbox/Dashed.d.ts.map +1 -0
- package/dist/components/Checkbox/Dashed.js +38 -0
- package/dist/components/Checkbox/Default.d.ts +7 -0
- package/dist/components/Checkbox/Default.d.ts.map +1 -0
- package/dist/components/Checkbox/Default.js +78 -0
- package/dist/components/Checkbox/WithDropDown.d.ts +7 -0
- package/dist/components/Checkbox/WithDropDown.d.ts.map +1 -0
- package/dist/components/Checkbox/WithDropDown.js +105 -0
- package/dist/components/Checkbox/WithoutFormLabel.d.ts +7 -0
- package/dist/components/Checkbox/WithoutFormLabel.d.ts.map +1 -0
- package/dist/components/Checkbox/WithoutFormLabel.js +49 -0
- package/dist/components/Checkbox/index.d.ts +26 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Checkbox/index.js +57 -0
- package/dist/components/Chips/Chips.types.d.ts +69 -0
- package/dist/components/Chips/Chips.types.d.ts.map +1 -0
- package/dist/components/Chips/index.d.ts +30 -0
- package/dist/components/Chips/index.d.ts.map +1 -0
- package/dist/components/Chips/index.js +64 -0
- package/dist/components/CreateItemFlow/CreateItemFlow.types.d.ts +44 -0
- package/dist/components/CreateItemFlow/CreateItemFlow.types.d.ts.map +1 -0
- package/dist/components/CreateItemFlow/index.d.ts +6 -0
- package/dist/components/CreateItemFlow/index.d.ts.map +1 -0
- package/dist/components/CreateItemFlow/index.js +130 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts +47 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -0
- package/dist/components/DatePicker/datePickerDropdown.d.ts +32 -0
- package/dist/components/DatePicker/datePickerDropdown.d.ts.map +1 -0
- package/dist/components/DatePicker/datePickerDropdown.js +158 -0
- package/dist/components/DatePicker/datePickerFooter.d.ts +15 -0
- package/dist/components/DatePicker/datePickerFooter.d.ts.map +1 -0
- package/dist/components/DatePicker/datePickerFooter.js +36 -0
- package/dist/components/DatePicker/datePickerInput.d.ts +25 -0
- package/dist/components/DatePicker/datePickerInput.d.ts.map +1 -0
- package/dist/components/DatePicker/datePickerInput.js +240 -0
- package/dist/components/DatePicker/index.d.ts +9 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -0
- package/dist/components/DatePicker/index.js +226 -0
- package/dist/components/DatePicker/showMonthYearSelect.d.ts +15 -0
- package/dist/components/DatePicker/showMonthYearSelect.d.ts.map +1 -0
- package/dist/components/DatePicker/showMonthYearSelect.js +107 -0
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +53 -0
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts.map +1 -0
- package/dist/components/DateRangePicker/dateRangePickerCustom.d.ts +6 -0
- package/dist/components/DateRangePicker/dateRangePickerCustom.d.ts.map +1 -0
- package/dist/components/DateRangePicker/dateRangePickerCustom.js +24 -0
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts +44 -0
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts.map +1 -0
- package/dist/components/DateRangePicker/dateRangePickerDropdown.js +230 -0
- package/dist/components/DateRangePicker/dateRangePickerFooter.d.ts +12 -0
- package/dist/components/DateRangePicker/dateRangePickerFooter.d.ts.map +1 -0
- package/dist/components/DateRangePicker/dateRangePickerFooter.js +40 -0
- package/dist/components/DateRangePicker/dateRangePickerInput.d.ts +31 -0
- package/dist/components/DateRangePicker/dateRangePickerInput.d.ts.map +1 -0
- package/dist/components/DateRangePicker/dateRangePickerInput.js +376 -0
- package/dist/components/DateRangePicker/index.d.ts +9 -0
- package/dist/components/DateRangePicker/index.d.ts.map +1 -0
- package/dist/components/DateRangePicker/index.js +329 -0
- package/dist/components/DateRangePicker/utils.d.ts +40 -0
- package/dist/components/DateRangePicker/utils.d.ts.map +1 -0
- package/dist/components/DateRangePicker/utils.js +66 -0
- package/dist/components/DynamicLayout/DynamicLayout.types.d.ts +26 -0
- package/dist/components/DynamicLayout/DynamicLayout.types.d.ts.map +1 -0
- package/dist/components/DynamicLayout/index.d.ts +12 -0
- package/dist/components/DynamicLayout/index.d.ts.map +1 -0
- package/dist/components/DynamicLayout/index.js +48 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts +27 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyStateImage.d.ts +5 -0
- package/dist/components/EmptyState/EmptyStateImage.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyStateImage.js +44 -0
- package/dist/components/EmptyState/index.d.ts +10 -0
- package/dist/components/EmptyState/index.d.ts.map +1 -0
- package/dist/components/EmptyState/index.js +56 -0
- package/dist/components/FileUpload/FileUpload.types.d.ts +55 -0
- package/dist/components/FileUpload/FileUpload.types.d.ts.map +1 -0
- package/dist/components/FileUpload/FileUpload.types.js +33 -0
- package/dist/components/FileUpload/TemplatePreview.d.ts +9 -0
- package/dist/components/FileUpload/TemplatePreview.d.ts.map +1 -0
- package/dist/components/FileUpload/TemplatePreview.js +31 -0
- package/dist/components/FileUpload/fileUploadAssets.loader.d.ts +20 -0
- package/dist/components/FileUpload/fileUploadAssets.loader.d.ts.map +1 -0
- package/dist/components/FileUpload/fileUploadAssets.loader.js +24 -0
- package/dist/components/FileUpload/fileUploadUtils.d.ts +4 -0
- package/dist/components/FileUpload/fileUploadUtils.d.ts.map +1 -0
- package/dist/components/FileUpload/fileUploadUtils.js +14 -0
- package/dist/components/FileUpload/index.d.ts +9 -0
- package/dist/components/FileUpload/index.d.ts.map +1 -0
- package/dist/components/FileUpload/index.js +532 -0
- package/dist/components/FileUpload/useFileUploadTemplateState.d.ts +14 -0
- package/dist/components/FileUpload/useFileUploadTemplateState.d.ts.map +1 -0
- package/dist/components/FileUpload/useFileUploadTemplateState.js +46 -0
- package/dist/components/FilterPanel/FilterPanel.types.d.ts +55 -0
- package/dist/components/FilterPanel/FilterPanel.types.d.ts.map +1 -0
- package/dist/components/FilterPanel/FilterPanelHeader.d.ts +9 -0
- package/dist/components/FilterPanel/FilterPanelHeader.d.ts.map +1 -0
- package/dist/components/FilterPanel/FilterPanelHeader.js +16 -0
- package/dist/components/FilterPanel/PanelFooter.d.ts +22 -0
- package/dist/components/FilterPanel/PanelFooter.d.ts.map +1 -0
- package/dist/components/FilterPanel/PanelFooter.js +31 -0
- package/dist/components/FilterPanel/PanelSidebar.d.ts +12 -0
- package/dist/components/FilterPanel/PanelSidebar.d.ts.map +1 -0
- package/dist/components/FilterPanel/PanelSidebar.js +64 -0
- package/dist/components/FilterPanel/index.d.ts +15 -0
- package/dist/components/FilterPanel/index.d.ts.map +1 -0
- package/dist/components/FilterPanel/index.js +146 -0
- package/dist/components/FiltersStrip/AppliedFilters.d.ts +25 -0
- package/dist/components/FiltersStrip/AppliedFilters.d.ts.map +1 -0
- package/dist/components/FiltersStrip/AppliedFilters.js +160 -0
- package/dist/components/FiltersStrip/FilterDropDown.d.ts +22 -0
- package/dist/components/FiltersStrip/FilterDropDown.d.ts.map +1 -0
- package/dist/components/FiltersStrip/FilterDropDown.js +99 -0
- package/dist/components/FiltersStrip/FilterSlider.d.ts +29 -0
- package/dist/components/FiltersStrip/FilterSlider.d.ts.map +1 -0
- package/dist/components/FiltersStrip/FilterSlider.js +229 -0
- package/dist/components/FiltersStrip/FiltersStrip.types.d.ts +60 -0
- package/dist/components/FiltersStrip/FiltersStrip.types.d.ts.map +1 -0
- package/dist/components/FiltersStrip/index.d.ts +14 -0
- package/dist/components/FiltersStrip/index.d.ts.map +1 -0
- package/dist/components/FiltersStrip/index.js +152 -0
- package/dist/components/Header/Header.types.d.ts +57 -0
- package/dist/components/Header/Header.types.d.ts.map +1 -0
- package/dist/components/Header/index.d.ts +11 -0
- package/dist/components/Header/index.d.ts.map +1 -0
- package/dist/components/Header/index.js +182 -0
- package/dist/components/HomePage/HomePage.types.d.ts +63 -0
- package/dist/components/HomePage/HomePage.types.d.ts.map +1 -0
- package/dist/components/HomePage/constants.d.ts +8 -0
- package/dist/components/HomePage/constants.d.ts.map +1 -0
- package/dist/components/HomePage/constants.js +308 -0
- package/dist/components/HomePage/index.d.ts +9 -0
- package/dist/components/HomePage/index.d.ts.map +1 -0
- package/dist/components/HomePage/index.js +581 -0
- package/dist/components/Input/HelperText.d.ts +8 -0
- package/dist/components/Input/HelperText.d.ts.map +1 -0
- package/dist/components/Input/HelperText.js +18 -0
- package/dist/components/Input/Input.types.d.ts +151 -0
- package/dist/components/Input/Input.types.d.ts.map +1 -0
- package/dist/components/Input/InputWithIcon.d.ts +7 -0
- package/dist/components/Input/InputWithIcon.d.ts.map +1 -0
- package/dist/components/Input/InputWithIcon.js +111 -0
- package/dist/components/Input/VanillaInput.d.ts +7 -0
- package/dist/components/Input/VanillaInput.d.ts.map +1 -0
- package/dist/components/Input/VanillaInput.js +57 -0
- package/dist/components/Input/index.d.ts +24 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/Input/index.js +72 -0
- package/dist/components/KeyboardShortCuts/Keycombo.d.ts +12 -0
- package/dist/components/KeyboardShortCuts/Keycombo.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/Keycombo.js +20 -0
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.d.ts +7 -0
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.js +69 -0
- package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts +7 -0
- package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/ShortcutModal.js +167 -0
- package/dist/components/KeyboardShortCuts/StarOutlineIcon.d.ts +3 -0
- package/dist/components/KeyboardShortCuts/StarOutlineIcon.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/allSetBox.d.ts +6 -0
- package/dist/components/KeyboardShortCuts/allSetBox.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/allSetBox.js +32 -0
- package/dist/components/KeyboardShortCuts/index.d.ts +14 -0
- package/dist/components/KeyboardShortCuts/index.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/index.js +187 -0
- package/dist/components/KeyboardShortCuts/screen2.d.ts +4 -0
- package/dist/components/KeyboardShortCuts/screen2.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/screen2.js +19 -0
- package/dist/components/KeyboardShortCuts/screen3.d.ts +4 -0
- package/dist/components/KeyboardShortCuts/screen3.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/screen3.js +19 -0
- package/dist/components/KeyboardShortCuts/tutorial.d.ts +7 -0
- package/dist/components/KeyboardShortCuts/tutorial.d.ts.map +1 -0
- package/dist/components/KeyboardShortCuts/tutorial.js +161 -0
- package/dist/components/Loader/Loader.types.d.ts +52 -0
- package/dist/components/Loader/Loader.types.d.ts.map +1 -0
- package/dist/components/Loader/index.d.ts +12 -0
- package/dist/components/Loader/index.d.ts.map +1 -0
- package/dist/components/Loader/index.js +98 -0
- package/dist/components/Menu/IconMenuItem.d.ts +21 -0
- package/dist/components/Menu/IconMenuItem.d.ts.map +1 -0
- package/dist/components/Menu/IconMenuItem.js +84 -0
- package/dist/components/Menu/Menu.types.d.ts +118 -0
- package/dist/components/Menu/Menu.types.d.ts.map +1 -0
- package/dist/components/Menu/MenuHeaderInfo.d.ts +5 -0
- package/dist/components/Menu/MenuHeaderInfo.d.ts.map +1 -0
- package/dist/components/Menu/MenuHeaderInfo.js +263 -0
- package/dist/components/Menu/MenuHeaderInfo.types.d.ts +60 -0
- package/dist/components/Menu/MenuHeaderInfo.types.d.ts.map +1 -0
- package/dist/components/Menu/NestedMenuItem.d.ts +25 -0
- package/dist/components/Menu/NestedMenuItem.d.ts.map +1 -0
- package/dist/components/Menu/NestedMenuItem.js +156 -0
- package/dist/components/Menu/index.d.ts +14 -0
- package/dist/components/Menu/index.d.ts.map +1 -0
- package/dist/components/Menu/index.js +174 -0
- package/dist/components/Menu/nestedMenuItemsFromObject.d.ts +24 -0
- package/dist/components/Menu/nestedMenuItemsFromObject.d.ts.map +1 -0
- package/dist/components/Menu/nestedMenuItemsFromObject.js +92 -0
- package/dist/components/Modal/Modal.types.d.ts +29 -0
- package/dist/components/Modal/Modal.types.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +8 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/Modal/index.js +112 -0
- package/dist/components/MonthPicker/DefaultYearSelect.d.ts +4 -0
- package/dist/components/MonthPicker/DefaultYearSelect.d.ts.map +1 -0
- package/dist/components/MonthPicker/DefaultYearSelect.js +10 -0
- package/dist/components/MonthPicker/MonthPicker.types.d.ts +55 -0
- package/dist/components/MonthPicker/MonthPicker.types.d.ts.map +1 -0
- package/dist/components/MonthPicker/constants.d.ts +2 -0
- package/dist/components/MonthPicker/constants.d.ts.map +1 -0
- package/dist/components/MonthPicker/constants.js +4 -0
- package/dist/components/MonthPicker/index.d.ts +9 -0
- package/dist/components/MonthPicker/index.d.ts.map +1 -0
- package/dist/components/MonthPicker/index.js +324 -0
- package/dist/components/MonthRangePicker/MonthRangePicker.types.d.ts +30 -0
- package/dist/components/MonthRangePicker/MonthRangePicker.types.d.ts.map +1 -0
- package/dist/components/MonthRangePicker/constants.d.ts +2 -0
- package/dist/components/MonthRangePicker/constants.d.ts.map +1 -0
- package/dist/components/MonthRangePicker/constants.js +4 -0
- package/dist/components/MonthRangePicker/index.d.ts +22 -0
- package/dist/components/MonthRangePicker/index.d.ts.map +1 -0
- package/dist/components/MonthRangePicker/index.js +613 -0
- package/dist/components/Notification/Notification.types.d.ts +100 -0
- package/dist/components/Notification/Notification.types.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationBody.types.d.ts +35 -0
- package/dist/components/Notification/NotificationBody/NotificationBody.types.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.d.ts +21 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.js +49 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.d.ts +30 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +212 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts +14 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.js +299 -0
- package/dist/components/Notification/NotificationBody/NotificationPanelContent.d.ts +9 -0
- package/dist/components/Notification/NotificationBody/NotificationPanelContent.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationPanelContent.js +71 -0
- package/dist/components/Notification/NotificationBody/NotificationTaskList.d.ts +43 -0
- package/dist/components/Notification/NotificationBody/NotificationTaskList.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/NotificationTaskList.js +245 -0
- package/dist/components/Notification/NotificationBody/index.d.ts +11 -0
- package/dist/components/Notification/NotificationBody/index.d.ts.map +1 -0
- package/dist/components/Notification/NotificationBody/index.js +87 -0
- package/dist/components/Notification/NotificationFooter.d.ts +11 -0
- package/dist/components/Notification/NotificationFooter.d.ts.map +1 -0
- package/dist/components/Notification/NotificationFooter.js +20 -0
- package/dist/components/Notification/NotificationHeader.d.ts +15 -0
- package/dist/components/Notification/NotificationHeader.d.ts.map +1 -0
- package/dist/components/Notification/NotificationHeader.js +39 -0
- package/dist/components/Notification/index.d.ts +10 -0
- package/dist/components/Notification/index.d.ts.map +1 -0
- package/dist/components/Notification/index.js +130 -0
- package/dist/components/Notification/mockData.d.ts +14 -0
- package/dist/components/Notification/mockData.d.ts.map +1 -0
- package/dist/components/Panel/Panel.types.d.ts +43 -0
- package/dist/components/Panel/Panel.types.d.ts.map +1 -0
- package/dist/components/Panel/index.d.ts +5 -0
- package/dist/components/Panel/index.d.ts.map +1 -0
- package/dist/components/Panel/index.js +134 -0
- package/dist/components/Popover/Popover.types.d.ts +29 -0
- package/dist/components/Popover/Popover.types.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +11 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Popover/index.js +69 -0
- package/dist/components/Portal/Portal.types.d.ts +14 -0
- package/dist/components/Portal/Portal.types.d.ts.map +1 -0
- package/dist/components/Portal/index.d.ts +12 -0
- package/dist/components/Portal/index.d.ts.map +1 -0
- package/dist/components/Portal/index.js +18 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +14 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.d.ts +8 -0
- package/dist/components/ProgressBar/index.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.js +52 -0
- package/dist/components/Prompt/Prompt.types.d.ts +30 -0
- package/dist/components/Prompt/Prompt.types.d.ts.map +1 -0
- package/dist/components/Prompt/index.d.ts +11 -0
- package/dist/components/Prompt/index.d.ts.map +1 -0
- package/dist/components/Prompt/index.js +89 -0
- package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts +20 -0
- package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts.map +1 -0
- package/dist/components/RadioButtonGroup/index.d.ts +8 -0
- package/dist/components/RadioButtonGroup/index.d.ts.map +1 -0
- package/dist/components/RadioButtonGroup/index.js +86 -0
- package/dist/components/Select/SearchFilter.d.ts +5 -0
- package/dist/components/Select/SearchFilter.d.ts.map +1 -0
- package/dist/components/Select/SearchFilter.js +177 -0
- package/dist/components/Select/Select.types.d.ts +242 -0
- package/dist/components/Select/Select.types.d.ts.map +1 -0
- package/dist/components/Select/customGroupHeading.d.ts +4 -0
- package/dist/components/Select/customGroupHeading.d.ts.map +1 -0
- package/dist/components/Select/customGroupHeading.js +20 -0
- package/dist/components/Select/dropdown.d.ts +4 -0
- package/dist/components/Select/dropdown.d.ts.map +1 -0
- package/dist/components/Select/dropdown.js +71 -0
- package/dist/components/Select/hooks/index.d.ts +6 -0
- package/dist/components/Select/hooks/index.d.ts.map +1 -0
- package/dist/components/Select/hooks/useClickOutside.d.ts +9 -0
- package/dist/components/Select/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/components/Select/hooks/useClickOutside.js +32 -0
- package/dist/components/Select/hooks/useKeyboardNavigation.d.ts +22 -0
- package/dist/components/Select/hooks/useKeyboardNavigation.d.ts.map +1 -0
- package/dist/components/Select/hooks/useKeyboardNavigation.js +160 -0
- package/dist/components/Select/hooks/useMenuPosition.d.ts +13 -0
- package/dist/components/Select/hooks/useMenuPosition.d.ts.map +1 -0
- package/dist/components/Select/hooks/useMenuPosition.js +187 -0
- package/dist/components/Select/hooks/useScrollIntoView.d.ts +11 -0
- package/dist/components/Select/hooks/useScrollIntoView.d.ts.map +1 -0
- package/dist/components/Select/hooks/useScrollIntoView.js +28 -0
- package/dist/components/Select/hooks/useTypeahead.d.ts +11 -0
- package/dist/components/Select/hooks/useTypeahead.d.ts.map +1 -0
- package/dist/components/Select/hooks/useTypeahead.js +41 -0
- package/dist/components/Select/index.d.ts +6 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Select/index.js +1250 -0
- package/dist/components/Select/menuList.d.ts +6 -0
- package/dist/components/Select/menuList.d.ts.map +1 -0
- package/dist/components/Select/menuList.js +107 -0
- package/dist/components/Select/optionList.d.ts +6 -0
- package/dist/components/Select/optionList.d.ts.map +1 -0
- package/dist/components/Select/optionList.js +113 -0
- package/dist/components/Select/selected-option-tags.d.ts +6 -0
- package/dist/components/Select/selected-option-tags.d.ts.map +1 -0
- package/dist/components/Select/selected-option-tags.js +80 -0
- package/dist/components/Select/utils.d.ts +16 -0
- package/dist/components/Select/utils.d.ts.map +1 -0
- package/dist/components/Select/utils.js +95 -0
- package/dist/components/Shortcuts/ShortcutContext.d.ts +3 -0
- package/dist/components/Shortcuts/ShortcutContext.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutContext.js +5 -0
- package/dist/components/Shortcuts/ShortcutHint.d.ts +9 -0
- package/dist/components/Shortcuts/ShortcutHint.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutHint.js +33 -0
- package/dist/components/Shortcuts/ShortcutScope.d.ts +9 -0
- package/dist/components/Shortcuts/ShortcutScope.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutScope.js +10 -0
- package/dist/components/Shortcuts/ShortcutsConfigContext.d.ts +7 -0
- package/dist/components/Shortcuts/ShortcutsConfigContext.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutsConfigContext.js +8 -0
- package/dist/components/Shortcuts/ShortcutsProvider.d.ts +9 -0
- package/dist/components/Shortcuts/ShortcutsProvider.d.ts.map +1 -0
- package/dist/components/Shortcuts/ShortcutsProvider.js +18 -0
- package/dist/components/Shortcuts/index.d.ts +13 -0
- package/dist/components/Shortcuts/index.d.ts.map +1 -0
- package/dist/components/Shortcuts/useShortcut.d.ts +6 -0
- package/dist/components/Shortcuts/useShortcut.d.ts.map +1 -0
- package/dist/components/Shortcuts/useShortcut.js +92 -0
- package/dist/components/Shortcuts/useShortcutScope.d.ts +5 -0
- package/dist/components/Shortcuts/useShortcutScope.d.ts.map +1 -0
- package/dist/components/Shortcuts/useShortcutScope.js +25 -0
- package/dist/components/Sidebar/ChildMenu.d.ts +16 -0
- package/dist/components/Sidebar/ChildMenu.d.ts.map +1 -0
- package/dist/components/Sidebar/ChildMenu.js +87 -0
- package/dist/components/Sidebar/ParentMenu.d.ts +18 -0
- package/dist/components/Sidebar/ParentMenu.d.ts.map +1 -0
- package/dist/components/Sidebar/ParentMenu.js +80 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts +38 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarActions.d.ts +13 -0
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarActions.js +33 -0
- package/dist/components/Sidebar/SidebarMenus.d.ts +19 -0
- package/dist/components/Sidebar/SidebarMenus.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarMenus.js +133 -0
- package/dist/components/Sidebar/index.d.ts +8 -0
- package/dist/components/Sidebar/index.d.ts.map +1 -0
- package/dist/components/Sidebar/index.js +161 -0
- package/dist/components/Slider/Slider.types.d.ts +37 -0
- package/dist/components/Slider/Slider.types.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts +11 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/Slider/index.js +116 -0
- package/dist/components/Stepper/Stepper.types.d.ts +17 -0
- package/dist/components/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/components/Stepper/index.d.ts +7 -0
- package/dist/components/Stepper/index.d.ts.map +1 -0
- package/dist/components/Stepper/index.js +86 -0
- package/dist/components/Switch/Switch.types.d.ts +76 -0
- package/dist/components/Switch/Switch.types.d.ts.map +1 -0
- package/dist/components/Switch/index.d.ts +29 -0
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/components/Switch/index.js +71 -0
- package/dist/components/Table/AdvanceSearchModalItem.d.ts +27 -0
- package/dist/components/Table/AdvanceSearchModalItem.d.ts.map +1 -0
- package/dist/components/Table/AdvanceSortModal.d.ts +8 -0
- package/dist/components/Table/AdvanceSortModal.d.ts.map +1 -0
- package/dist/components/Table/AdvanceSortModal.js +285 -0
- package/dist/components/Table/AgGridHeader.d.ts +13 -0
- package/dist/components/Table/AgGridHeader.d.ts.map +1 -0
- package/dist/components/Table/AgGridHeader.js +807 -0
- package/dist/components/Table/CommentsPortal.d.ts +29 -0
- package/dist/components/Table/CommentsPortal.d.ts.map +1 -0
- package/dist/components/Table/CommentsPortal.js +416 -0
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.d.ts +16 -0
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.d.ts.map +1 -0
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.js +273 -0
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.d.ts +17 -0
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.d.ts.map +1 -0
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.js +293 -0
- package/dist/components/Table/NoComments.d.ts +16 -0
- package/dist/components/Table/NoComments.d.ts.map +1 -0
- package/dist/components/Table/NoComments.js +240 -0
- package/dist/components/Table/Table.types.d.ts +33 -0
- package/dist/components/Table/Table.types.d.ts.map +1 -0
- package/dist/components/Table/TableImpl.d.ts +3 -0
- package/dist/components/Table/TableImpl.d.ts.map +1 -0
- package/dist/components/Table/TableImpl.js +1776 -0
- package/dist/components/Table/actionBar.d.ts +12 -0
- package/dist/components/Table/actionBar.d.ts.map +1 -0
- package/dist/components/Table/actionBar.js +44 -0
- package/dist/components/Table/advanceSearchModal.d.ts +20 -0
- package/dist/components/Table/advanceSearchModal.d.ts.map +1 -0
- package/dist/components/Table/commentPanel.d.ts +15 -0
- package/dist/components/Table/commentPanel.d.ts.map +1 -0
- package/dist/components/Table/commentPanel.js +436 -0
- package/dist/components/Table/filterUtils.d.ts +157 -0
- package/dist/components/Table/filterUtils.d.ts.map +1 -0
- package/dist/components/Table/filterUtils.js +458 -0
- package/dist/components/Table/index.d.ts +5 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Table/index.js +10 -0
- package/dist/components/Table/mockData.d.ts +39 -0
- package/dist/components/Table/mockData.d.ts.map +1 -0
- package/dist/components/Table/tableFunctions.d.ts +56 -0
- package/dist/components/Table/tableFunctions.d.ts.map +1 -0
- package/dist/components/Table/tableFunctions.js +1258 -0
- package/dist/components/Table/tableHeader.d.ts +79 -0
- package/dist/components/Table/tableHeader.d.ts.map +1 -0
- package/dist/components/Table/tableHeader.js +393 -0
- package/dist/components/Table/tableIcons.d.ts +3 -0
- package/dist/components/Table/tableIcons.d.ts.map +1 -0
- package/dist/components/Table/tableMoreOptions.d.ts +51 -0
- package/dist/components/Table/tableMoreOptions.d.ts.map +1 -0
- package/dist/components/Table/tableMoreOptions.js +277 -0
- package/dist/components/Table/tablePagination.d.ts +7 -0
- package/dist/components/Table/tablePagination.d.ts.map +1 -0
- package/dist/components/Table/tablePagination.js +67 -0
- package/dist/components/Table/tableSettings.d.ts +40 -0
- package/dist/components/Table/tableSettings.d.ts.map +1 -0
- package/dist/components/Table/tableSettings.js +262 -0
- package/dist/components/Table/withCommentIcon.d.ts +2 -0
- package/dist/components/Table/withCommentIcon.d.ts.map +1 -0
- package/dist/components/Table/withCommentIcon.js +83 -0
- package/dist/components/TableChat/EmptyContainer.d.ts +6 -0
- package/dist/components/TableChat/EmptyContainer.d.ts.map +1 -0
- package/dist/components/TableChat/EmptyContainer.js +14 -0
- package/dist/components/TableChat/TableChatSidePanel.d.ts +8 -0
- package/dist/components/TableChat/TableChatSidePanel.d.ts.map +1 -0
- package/dist/components/TableChat/TableChatSidePanel.js +622 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.d.ts +4 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.d.ts.map +1 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.js +35 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.d.ts +4 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.d.ts.map +1 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.js +23 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.d.ts +7 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.d.ts.map +1 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.js +61 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.d.ts +4 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.d.ts.map +1 -0
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.js +16 -0
- package/dist/components/TableChat/components/SkeletonList.d.ts +5 -0
- package/dist/components/TableChat/components/SkeletonList.d.ts.map +1 -0
- package/dist/components/TableChat/components/SkeletonList.js +6 -0
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.d.ts +10 -0
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +163 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChannelCheckbox/ChannelCheckbox.d.ts +11 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChannelCheckbox/ChannelCheckbox.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChannelCheckbox/ChannelCheckbox.js +37 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.d.ts +21 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.js +107 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelList.d.ts +12 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelList.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelList.js +35 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderButton/ChatHeaderButton.d.ts +11 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderButton/ChatHeaderButton.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderButton/ChatHeaderButton.js +29 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.d.ts +4 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.js +155 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatIconButton/ChatIconButton.d.ts +10 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatIconButton/ChatIconButton.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/ChatIconButton/ChatIconButton.js +26 -0
- package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.d.ts +31 -0
- package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +84 -0
- package/dist/components/TableChat/components/TableChatLeftSection/UnreadBadge/UnreadBadge.d.ts +7 -0
- package/dist/components/TableChat/components/TableChatLeftSection/UnreadBadge/UnreadBadge.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatLeftSection/UnreadBadge/UnreadBadge.js +16 -0
- package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.d.ts +13 -0
- package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +113 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.d.ts +19 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +190 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.d.ts +6 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +22 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.d.ts +12 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.js +60 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.d.ts +14 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +331 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.d.ts +35 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.js +314 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.d.ts +8 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.js +25 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.d.ts +22 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +601 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessageActions/ChatMessageActions.d.ts +12 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessageActions/ChatMessageActions.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.d.ts +6 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.js +10 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.d.ts +34 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +193 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.d.ts +13 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +168 -0
- package/dist/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.d.ts +6 -0
- package/dist/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.js +33 -0
- package/dist/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.d.ts +8 -0
- package/dist/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.js +28 -0
- package/dist/components/TableChat/components/TableChatRightSection/FileUploader/FileUploader.d.ts +12 -0
- package/dist/components/TableChat/components/TableChatRightSection/FileUploader/FileUploader.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/FileUploader/FileUploader.js +127 -0
- package/dist/components/TableChat/components/TableChatRightSection/ImageUploader/ImageUploader.d.ts +12 -0
- package/dist/components/TableChat/components/TableChatRightSection/ImageUploader/ImageUploader.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/ImageUploader/ImageUploader.js +110 -0
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.d.ts +8 -0
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.js +178 -0
- package/dist/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.d.ts +10 -0
- package/dist/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.d.ts +30 -0
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.d.ts.map +1 -0
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +955 -0
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.d.ts +4 -0
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.d.ts.map +1 -0
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +196 -0
- package/dist/components/TableChat/components/TextEditor/Mention.d.ts +4 -0
- package/dist/components/TableChat/components/TextEditor/Mention.d.ts.map +1 -0
- package/dist/components/TableChat/components/TextEditor/Mention.js +182 -0
- package/dist/components/TableChat/components/TextEditor/MentionList.d.ts +4 -0
- package/dist/components/TableChat/components/TextEditor/MentionList.d.ts.map +1 -0
- package/dist/components/TableChat/components/TextEditor/MentionList.js +84 -0
- package/dist/components/TableChat/components/TextEditor/suggestion.d.ts +19 -0
- package/dist/components/TableChat/components/TextEditor/suggestion.d.ts.map +1 -0
- package/dist/components/TableChat/components/TextEditor/suggestion.js +89 -0
- package/dist/components/TableChat/components/chatConfig.d.ts +37 -0
- package/dist/components/TableChat/components/chatConfig.d.ts.map +1 -0
- package/dist/components/TableChat/components/chatConfig.js +21 -0
- package/dist/components/TableChat/hooks/useInfiniteScroll.d.ts +19 -0
- package/dist/components/TableChat/hooks/useInfiniteScroll.d.ts.map +1 -0
- package/dist/components/TableChat/hooks/useInfiniteScroll.js +193 -0
- package/dist/components/TableOld/AgGridHeader.d.ts +12 -0
- package/dist/components/TableOld/AgGridHeader.d.ts.map +1 -0
- package/dist/components/TableOld/actionBar.d.ts +7 -0
- package/dist/components/TableOld/actionBar.d.ts.map +1 -0
- package/dist/components/TableOld/index.d.ts +3 -0
- package/dist/components/TableOld/index.d.ts.map +1 -0
- package/dist/components/TableOld/mockData.d.ts +39 -0
- package/dist/components/TableOld/mockData.d.ts.map +1 -0
- package/dist/components/TableOld/tableFunctions.d.ts +56 -0
- package/dist/components/TableOld/tableFunctions.d.ts.map +1 -0
- package/dist/components/TableOld/tableHeader.d.ts +48 -0
- package/dist/components/TableOld/tableHeader.d.ts.map +1 -0
- package/dist/components/TableOld/tableIcons.d.ts +3 -0
- package/dist/components/TableOld/tableIcons.d.ts.map +1 -0
- package/dist/components/TableOld/tablePagination.d.ts +8 -0
- package/dist/components/TableOld/tablePagination.d.ts.map +1 -0
- package/dist/components/TableOld/tableSettings.d.ts +11 -0
- package/dist/components/TableOld/tableSettings.d.ts.map +1 -0
- package/dist/components/Tabs/TabPanel.d.ts +12 -0
- package/dist/components/Tabs/TabPanel.d.ts.map +1 -0
- package/dist/components/Tabs/TabPanel.js +28 -0
- package/dist/components/Tabs/TabPanel.types.d.ts +15 -0
- package/dist/components/Tabs/TabPanel.types.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.types.d.ts +31 -0
- package/dist/components/Tabs/Tabs.types.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +14 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Tabs/index.js +84 -0
- package/dist/components/Tag/Tag.types.d.ts +114 -0
- package/dist/components/Tag/Tag.types.d.ts.map +1 -0
- package/dist/components/Tag/filled.d.ts +8 -0
- package/dist/components/Tag/filled.d.ts.map +1 -0
- package/dist/components/Tag/filled.js +60 -0
- package/dist/components/Tag/index.d.ts +31 -0
- package/dist/components/Tag/index.d.ts.map +1 -0
- package/dist/components/Tag/index.js +40 -0
- package/dist/components/Tag/solid.d.ts +8 -0
- package/dist/components/Tag/solid.d.ts.map +1 -0
- package/dist/components/Tag/solid.js +60 -0
- package/dist/components/Tag/stroke.d.ts +8 -0
- package/dist/components/Tag/stroke.d.ts.map +1 -0
- package/dist/components/Tag/stroke.js +60 -0
- package/dist/components/Tag/utils.d.ts +9 -0
- package/dist/components/Tag/utils.d.ts.map +1 -0
- package/dist/components/Tag/utils.js +15 -0
- package/dist/components/TagGroup/TagGroup.types.d.ts +11 -0
- package/dist/components/TagGroup/TagGroup.types.d.ts.map +1 -0
- package/dist/components/TagGroup/index.d.ts +11 -0
- package/dist/components/TagGroup/index.d.ts.map +1 -0
- package/dist/components/TagGroup/index.js +27 -0
- package/dist/components/TextArea/TextArea.types.d.ts +32 -0
- package/dist/components/TextArea/TextArea.types.d.ts.map +1 -0
- package/dist/components/TextArea/index.d.ts +8 -0
- package/dist/components/TextArea/index.d.ts.map +1 -0
- package/dist/components/TextArea/index.js +103 -0
- package/dist/components/Toast/Toast.types.d.ts +20 -0
- package/dist/components/Toast/Toast.types.d.ts.map +1 -0
- package/dist/components/Toast/index.d.ts +8 -0
- package/dist/components/Toast/index.d.ts.map +1 -0
- package/dist/components/Toast/index.js +35 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts +20 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +5 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/Tooltip/index.js +62 -0
- package/dist/components/YearSelect/YearSelect.types.d.ts +24 -0
- package/dist/components/YearSelect/YearSelect.types.d.ts.map +1 -0
- package/dist/components/YearSelect/index.d.ts +9 -0
- package/dist/components/YearSelect/index.d.ts.map +1 -0
- package/dist/components/YearSelect/index.js +83 -0
- package/dist/components/common/HelperText/HelperText.types.d.ts +12 -0
- package/dist/components/common/HelperText/HelperText.types.d.ts.map +1 -0
- package/dist/components/common/HelperText/index.d.ts +11 -0
- package/dist/components/common/HelperText/index.d.ts.map +1 -0
- package/dist/components/common/HelperText/index.js +43 -0
- package/dist/components/index.d.ts +109 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +149 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-component-registry.json +3870 -0
- package/dist/mock.d.ts +4 -0
- package/dist/mock.d.ts.map +1 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +311 -0
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +31 -0
- package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js +11 -0
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +10 -0
- package/dist/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +86 -0
- package/dist/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +101 -0
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +173 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +83 -0
- package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js +130 -0
- package/dist/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +147 -0
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +53 -0
- package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.browser.esm.js +11 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +45 -0
- package/dist/node_modules/@mui/base/TextareaAutosize/TextareaAutosize.js +195 -0
- package/dist/node_modules/@mui/icons-material/Add.js +17 -0
- package/dist/node_modules/@mui/icons-material/AttachFile.js +17 -0
- package/dist/node_modules/@mui/icons-material/AutoFixHigh.js +17 -0
- package/dist/node_modules/@mui/icons-material/Block.js +17 -0
- package/dist/node_modules/@mui/icons-material/BookmarkBorderOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/Brush.js +17 -0
- package/dist/node_modules/@mui/icons-material/Cancel.js +17 -0
- package/dist/node_modules/@mui/icons-material/CheckCircle.js +17 -0
- package/dist/node_modules/@mui/icons-material/ChevronLeft.js +17 -0
- package/dist/node_modules/@mui/icons-material/ChevronLeftOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/ChevronRight.js +17 -0
- package/dist/node_modules/@mui/icons-material/ChevronRightOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/Clear.js +17 -0
- package/dist/node_modules/@mui/icons-material/Close.js +17 -0
- package/dist/node_modules/@mui/icons-material/CloseOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/CloseRounded.js +17 -0
- package/dist/node_modules/@mui/icons-material/DeleteOutlineOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/DeleteOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/DragIndicator.js +17 -0
- package/dist/node_modules/@mui/icons-material/ErrorOutline.js +17 -0
- package/dist/node_modules/@mui/icons-material/ExpandLess.js +17 -0
- package/dist/node_modules/@mui/icons-material/ExpandMore.js +17 -0
- package/dist/node_modules/@mui/icons-material/FileDownloadOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/FilterAltOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/FilterList.js +17 -0
- package/dist/node_modules/@mui/icons-material/FilterListOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/FormatBold.js +17 -0
- package/dist/node_modules/@mui/icons-material/FormatColorTextOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/FormatItalic.js +17 -0
- package/dist/node_modules/@mui/icons-material/FormatListBulleted.js +17 -0
- package/dist/node_modules/@mui/icons-material/FormatListNumbered.js +17 -0
- package/dist/node_modules/@mui/icons-material/Image.js +17 -0
- package/dist/node_modules/@mui/icons-material/Info.js +17 -0
- package/dist/node_modules/@mui/icons-material/InsertEmoticon.js +17 -0
- package/dist/node_modules/@mui/icons-material/KeyboardArrowDown.js +17 -0
- package/dist/node_modules/@mui/icons-material/KeyboardArrowDownOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/KeyboardArrowLeft.js +17 -0
- package/dist/node_modules/@mui/icons-material/KeyboardArrowRight.js +17 -0
- package/dist/node_modules/@mui/icons-material/KeyboardArrowRightOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/KeyboardArrowUp.js +17 -0
- package/dist/node_modules/@mui/icons-material/KeyboardRounded.js +17 -0
- package/dist/node_modules/@mui/icons-material/Link.js +17 -0
- package/dist/node_modules/@mui/icons-material/Looks3.js +17 -0
- package/dist/node_modules/@mui/icons-material/Looks4.js +17 -0
- package/dist/node_modules/@mui/icons-material/Looks5.js +17 -0
- package/dist/node_modules/@mui/icons-material/Looks6.js +17 -0
- package/dist/node_modules/@mui/icons-material/LooksOne.js +17 -0
- package/dist/node_modules/@mui/icons-material/LooksTwo.js +17 -0
- package/dist/node_modules/@mui/icons-material/MoreHoriz.js +17 -0
- package/dist/node_modules/@mui/icons-material/MoreVert.js +17 -0
- package/dist/node_modules/@mui/icons-material/North.js +17 -0
- package/dist/node_modules/@mui/icons-material/NotificationsOff.js +17 -0
- package/dist/node_modules/@mui/icons-material/SaveOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/Search.js +17 -0
- package/dist/node_modules/@mui/icons-material/SearchOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/SettingsOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/StrikethroughS.js +17 -0
- package/dist/node_modules/@mui/icons-material/TableChartOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/Tune.js +17 -0
- package/dist/node_modules/@mui/icons-material/ViewColumnOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/Warning.js +17 -0
- package/dist/node_modules/@mui/icons-material/esm/AddOutlined.js +8 -0
- package/dist/node_modules/@mui/icons-material/esm/ChevronRight.js +8 -0
- package/dist/node_modules/@mui/icons-material/esm/Close.js +8 -0
- package/dist/node_modules/@mui/icons-material/esm/DragIndicator.js +8 -0
- package/dist/node_modules/@mui/icons-material/esm/FileDownload.js +8 -0
- package/dist/node_modules/@mui/icons-material/esm/HighlightOff.js +8 -0
- package/dist/node_modules/@mui/icons-material/esm/KeyboardArrowDown.js +8 -0
- package/dist/node_modules/@mui/icons-material/esm/Replay.js +8 -0
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon.js +24 -0
- package/dist/node_modules/@mui/material/Accordion/Accordion.js +294 -0
- package/dist/node_modules/@mui/material/Accordion/AccordionContext.js +8 -0
- package/dist/node_modules/@mui/material/Accordion/accordionClasses.js +10 -0
- package/dist/node_modules/@mui/material/AccordionDetails/AccordionDetails.js +70 -0
- package/dist/node_modules/@mui/material/AccordionDetails/accordionDetailsClasses.js +9 -0
- package/dist/node_modules/@mui/material/AccordionSummary/AccordionSummary.js +198 -0
- package/dist/node_modules/@mui/material/AccordionSummary/accordionSummaryClasses.js +10 -0
- package/dist/node_modules/@mui/material/Alert/Alert.js +346 -0
- package/dist/node_modules/@mui/material/Alert/alertClasses.js +10 -0
- package/dist/node_modules/@mui/material/AlertTitle/AlertTitle.js +76 -0
- package/dist/node_modules/@mui/material/AlertTitle/alertTitleClasses.js +9 -0
- package/dist/node_modules/@mui/material/Avatar/Avatar.js +284 -0
- package/dist/node_modules/@mui/material/Avatar/avatarClasses.js +9 -0
- package/dist/node_modules/@mui/material/Backdrop/Backdrop.js +187 -0
- package/dist/node_modules/@mui/material/Backdrop/backdropClasses.js +9 -0
- package/dist/node_modules/@mui/material/Badge/Badge.js +427 -0
- package/dist/node_modules/@mui/material/Badge/badgeClasses.js +37 -0
- package/dist/node_modules/@mui/material/Badge/useBadge.js +31 -0
- package/dist/node_modules/@mui/material/Box/Box.js +35 -0
- package/dist/node_modules/@mui/material/Box/boxClasses.js +5 -0
- package/dist/node_modules/@mui/material/Breadcrumbs/BreadcrumbCollapsed.js +85 -0
- package/dist/node_modules/@mui/material/Breadcrumbs/Breadcrumbs.js +233 -0
- package/dist/node_modules/@mui/material/Breadcrumbs/breadcrumbsClasses.js +10 -0
- package/dist/node_modules/@mui/material/Button/Button.js +378 -0
- package/dist/node_modules/@mui/material/Button/buttonClasses.js +10 -0
- package/dist/node_modules/@mui/material/ButtonBase/ButtonBase.js +458 -0
- package/dist/node_modules/@mui/material/ButtonBase/Ripple.js +83 -0
- package/dist/node_modules/@mui/material/ButtonBase/TouchRipple.js +303 -0
- package/dist/node_modules/@mui/material/ButtonBase/buttonBaseClasses.js +10 -0
- package/dist/node_modules/@mui/material/ButtonBase/touchRippleClasses.js +5 -0
- package/dist/node_modules/@mui/material/ButtonGroup/ButtonGroupButtonContext.js +8 -0
- package/dist/node_modules/@mui/material/ButtonGroup/ButtonGroupContext.js +8 -0
- package/dist/node_modules/@mui/material/Card/Card.js +86 -0
- package/dist/node_modules/@mui/material/Card/cardClasses.js +9 -0
- package/dist/node_modules/@mui/material/Checkbox/Checkbox.js +212 -0
- package/dist/node_modules/@mui/material/Checkbox/checkboxClasses.js +10 -0
- package/dist/node_modules/@mui/material/Chip/Chip.js +496 -0
- package/dist/node_modules/@mui/material/Chip/chipClasses.js +10 -0
- package/dist/node_modules/@mui/material/CircularProgress/CircularProgress.js +240 -0
- package/dist/node_modules/@mui/material/CircularProgress/circularProgressClasses.js +9 -0
- package/dist/node_modules/@mui/material/ClickAwayListener/ClickAwayListener.js +146 -0
- package/dist/node_modules/@mui/material/Collapse/Collapse.js +363 -0
- package/dist/node_modules/@mui/material/Collapse/collapseClasses.js +9 -0
- package/dist/node_modules/@mui/material/DefaultPropsProvider/DefaultPropsProvider.js +25 -0
- package/dist/node_modules/@mui/material/Dialog/Dialog.js +393 -0
- package/dist/node_modules/@mui/material/Dialog/DialogContext.js +8 -0
- package/dist/node_modules/@mui/material/Dialog/dialogClasses.js +10 -0
- package/dist/node_modules/@mui/material/DialogActions/DialogActions.js +92 -0
- package/dist/node_modules/@mui/material/DialogActions/dialogActionsClasses.js +9 -0
- package/dist/node_modules/@mui/material/DialogContent/DialogContent.js +98 -0
- package/dist/node_modules/@mui/material/DialogContent/dialogContentClasses.js +9 -0
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText.js +74 -0
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses.js +9 -0
- package/dist/node_modules/@mui/material/DialogTitle/DialogTitle.js +82 -0
- package/dist/node_modules/@mui/material/DialogTitle/dialogTitleClasses.js +10 -0
- package/dist/node_modules/@mui/material/Divider/dividerClasses.js +5 -0
- package/dist/node_modules/@mui/material/Drawer/Drawer.js +309 -0
- package/dist/node_modules/@mui/material/Drawer/drawerClasses.js +9 -0
- package/dist/node_modules/@mui/material/Fade/Fade.js +195 -0
- package/dist/node_modules/@mui/material/FilledInput/FilledInput.js +430 -0
- package/dist/node_modules/@mui/material/FilledInput/filledInputClasses.js +12 -0
- package/dist/node_modules/@mui/material/FormControl/FormControl.js +259 -0
- package/dist/node_modules/@mui/material/FormControl/FormControlContext.js +8 -0
- package/dist/node_modules/@mui/material/FormControl/formControlClasses.js +9 -0
- package/dist/node_modules/@mui/material/FormControl/formControlState.js +18 -0
- package/dist/node_modules/@mui/material/FormControl/useFormControl.js +8 -0
- package/dist/node_modules/@mui/material/FormControlLabel/FormControlLabel.js +239 -0
- package/dist/node_modules/@mui/material/FormControlLabel/formControlLabelClasses.js +10 -0
- package/dist/node_modules/@mui/material/FormGroup/FormGroup.js +98 -0
- package/dist/node_modules/@mui/material/FormGroup/formGroupClasses.js +9 -0
- package/dist/node_modules/@mui/material/FormHelperText/FormHelperText.js +167 -0
- package/dist/node_modules/@mui/material/FormHelperText/formHelperTextClasses.js +10 -0
- package/dist/node_modules/@mui/material/GlobalStyles/GlobalStyles.js +26 -0
- package/dist/node_modules/@mui/material/Grow/Grow.js +240 -0
- package/dist/node_modules/@mui/material/IconButton/IconButton.js +199 -0
- package/dist/node_modules/@mui/material/IconButton/iconButtonClasses.js +10 -0
- package/dist/node_modules/@mui/material/Input/Input.js +343 -0
- package/dist/node_modules/@mui/material/Input/inputClasses.js +12 -0
- package/dist/node_modules/@mui/material/InputBase/InputBase.js +695 -0
- package/dist/node_modules/@mui/material/InputBase/inputBaseClasses.js +10 -0
- package/dist/node_modules/@mui/material/InputBase/utils.js +14 -0
- package/dist/node_modules/@mui/material/LinearProgress/LinearProgress.js +335 -0
- package/dist/node_modules/@mui/material/LinearProgress/linearProgressClasses.js +9 -0
- package/dist/node_modules/@mui/material/Link/Link.js +211 -0
- package/dist/node_modules/@mui/material/Link/getTextDecoration.js +28 -0
- package/dist/node_modules/@mui/material/Link/linkClasses.js +10 -0
- package/dist/node_modules/@mui/material/List/List.js +126 -0
- package/dist/node_modules/@mui/material/List/ListContext.js +8 -0
- package/dist/node_modules/@mui/material/List/listClasses.js +9 -0
- package/dist/node_modules/@mui/material/ListItemIcon/ListItemIcon.js +87 -0
- package/dist/node_modules/@mui/material/ListItemIcon/listItemIconClasses.js +10 -0
- package/dist/node_modules/@mui/material/ListItemText/listItemTextClasses.js +5 -0
- package/dist/node_modules/@mui/material/Menu/Menu.js +297 -0
- package/dist/node_modules/@mui/material/Menu/menuClasses.js +9 -0
- package/dist/node_modules/@mui/material/MenuItem/MenuItem.js +261 -0
- package/dist/node_modules/@mui/material/MenuItem/menuItemClasses.js +10 -0
- package/dist/node_modules/@mui/material/MenuList/MenuList.js +250 -0
- package/dist/node_modules/@mui/material/Modal/Modal.js +367 -0
- package/dist/node_modules/@mui/material/Modal/ModalManager.js +189 -0
- package/dist/node_modules/@mui/material/Modal/modalClasses.js +9 -0
- package/dist/node_modules/@mui/material/Modal/useModal.js +168 -0
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelectInput.js +217 -0
- package/dist/node_modules/@mui/material/NativeSelect/nativeSelectClasses.js +10 -0
- package/dist/node_modules/@mui/material/OutlinedInput/NotchedOutline.js +136 -0
- package/dist/node_modules/@mui/material/OutlinedInput/OutlinedInput.js +349 -0
- package/dist/node_modules/@mui/material/OutlinedInput/outlinedInputClasses.js +12 -0
- package/dist/node_modules/@mui/material/Paper/Paper.js +145 -0
- package/dist/node_modules/@mui/material/Paper/paperClasses.js +9 -0
- package/dist/node_modules/@mui/material/Popover/Popover.js +510 -0
- package/dist/node_modules/@mui/material/Popover/popoverClasses.js +9 -0
- package/dist/node_modules/@mui/material/Popper/BasePopper.js +362 -0
- package/dist/node_modules/@mui/material/Popper/Popper.js +195 -0
- package/dist/node_modules/@mui/material/Popper/popperClasses.js +9 -0
- package/dist/node_modules/@mui/material/Portal/Portal.js +82 -0
- package/dist/node_modules/@mui/material/Radio/Radio.js +212 -0
- package/dist/node_modules/@mui/material/Radio/RadioButtonIcon.js +82 -0
- package/dist/node_modules/@mui/material/Radio/radioClasses.js +10 -0
- package/dist/node_modules/@mui/material/RadioGroup/RadioGroup.js +116 -0
- package/dist/node_modules/@mui/material/RadioGroup/RadioGroupContext.js +8 -0
- package/dist/node_modules/@mui/material/RadioGroup/radioGroupClasses.js +9 -0
- package/dist/node_modules/@mui/material/RadioGroup/useRadioGroup.js +8 -0
- package/dist/node_modules/@mui/material/Select/Select.js +283 -0
- package/dist/node_modules/@mui/material/Select/SelectInput.js +631 -0
- package/dist/node_modules/@mui/material/Select/selectClasses.js +10 -0
- package/dist/node_modules/@mui/material/Skeleton/Skeleton.js +218 -0
- package/dist/node_modules/@mui/material/Skeleton/skeletonClasses.js +9 -0
- package/dist/node_modules/@mui/material/Slide/Slide.js +315 -0
- package/dist/node_modules/@mui/material/Slider/Slider.js +1045 -0
- package/dist/node_modules/@mui/material/Slider/SliderValueLabel.js +50 -0
- package/dist/node_modules/@mui/material/Slider/sliderClasses.js +10 -0
- package/dist/node_modules/@mui/material/Slider/useSlider.js +605 -0
- package/dist/node_modules/@mui/material/Snackbar/Snackbar.js +304 -0
- package/dist/node_modules/@mui/material/Snackbar/snackbarClasses.js +9 -0
- package/dist/node_modules/@mui/material/Snackbar/useSnackbar.js +108 -0
- package/dist/node_modules/@mui/material/SnackbarContent/SnackbarContent.js +132 -0
- package/dist/node_modules/@mui/material/SnackbarContent/snackbarContentClasses.js +9 -0
- package/dist/node_modules/@mui/material/Stack/Stack.js +62 -0
- package/dist/node_modules/@mui/material/Step/Step.js +167 -0
- package/dist/node_modules/@mui/material/Step/StepContext.js +8 -0
- package/dist/node_modules/@mui/material/Step/stepClasses.js +9 -0
- package/dist/node_modules/@mui/material/StepConnector/StepConnector.js +134 -0
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses.js +9 -0
- package/dist/node_modules/@mui/material/StepIcon/StepIcon.js +159 -0
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses.js +10 -0
- package/dist/node_modules/@mui/material/StepLabel/StepLabel.js +237 -0
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses.js +10 -0
- package/dist/node_modules/@mui/material/Stepper/Stepper.js +153 -0
- package/dist/node_modules/@mui/material/Stepper/StepperContext.js +8 -0
- package/dist/node_modules/@mui/material/Stepper/stepperClasses.js +9 -0
- package/dist/node_modules/@mui/material/SvgIcon/SvgIcon.js +185 -0
- package/dist/node_modules/@mui/material/SvgIcon/svgIconClasses.js +9 -0
- package/dist/node_modules/@mui/material/Switch/Switch.js +335 -0
- package/dist/node_modules/@mui/material/Switch/switchClasses.js +10 -0
- package/dist/node_modules/@mui/material/Tab/Tab.js +263 -0
- package/dist/node_modules/@mui/material/Tab/tabClasses.js +10 -0
- package/dist/node_modules/@mui/material/TabScrollButton/TabScrollButton.js +153 -0
- package/dist/node_modules/@mui/material/TabScrollButton/tabScrollButtonClasses.js +10 -0
- package/dist/node_modules/@mui/material/Tabs/ScrollbarSize.js +56 -0
- package/dist/node_modules/@mui/material/Tabs/Tabs.js +801 -0
- package/dist/node_modules/@mui/material/Tabs/tabsClasses.js +10 -0
- package/dist/node_modules/@mui/material/TextareaAutosize/TextareaAutosize.js +216 -0
- package/dist/node_modules/@mui/material/ToggleButton/ToggleButton.js +233 -0
- package/dist/node_modules/@mui/material/ToggleButton/toggleButtonClasses.js +10 -0
- package/dist/node_modules/@mui/material/ToggleButtonGroup/ToggleButtonGroup.js +269 -0
- package/dist/node_modules/@mui/material/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +8 -0
- package/dist/node_modules/@mui/material/ToggleButtonGroup/ToggleButtonGroupContext.js +8 -0
- package/dist/node_modules/@mui/material/ToggleButtonGroup/isValueSelected.js +12 -0
- package/dist/node_modules/@mui/material/ToggleButtonGroup/toggleButtonGroupClasses.js +10 -0
- package/dist/node_modules/@mui/material/Tooltip/Tooltip.js +737 -0
- package/dist/node_modules/@mui/material/Tooltip/tooltipClasses.js +10 -0
- package/dist/node_modules/@mui/material/Typography/Typography.js +196 -0
- package/dist/node_modules/@mui/material/Typography/typographyClasses.js +9 -0
- package/dist/node_modules/@mui/material/Unstable_TrapFocus/FocusTrap.js +280 -0
- package/dist/node_modules/@mui/material/colors/blue.js +10 -0
- package/dist/node_modules/@mui/material/colors/common.js +7 -0
- package/dist/node_modules/@mui/material/colors/green.js +11 -0
- package/dist/node_modules/@mui/material/colors/grey.js +19 -0
- package/dist/node_modules/@mui/material/colors/lightBlue.js +10 -0
- package/dist/node_modules/@mui/material/colors/orange.js +10 -0
- package/dist/node_modules/@mui/material/colors/purple.js +11 -0
- package/dist/node_modules/@mui/material/colors/red.js +10 -0
- package/dist/node_modules/@mui/material/internal/SwitchBase.js +266 -0
- package/dist/node_modules/@mui/material/internal/animate.js +44 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/ArrowDropDown.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/Cancel.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckBox.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckBoxOutlineBlank.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/Close.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/ErrorOutline.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/IndeterminateCheckBox.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/InfoOutlined.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/KeyboardArrowLeft.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/KeyboardArrowRight.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/MoreHoriz.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/Person.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/RadioButtonChecked.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/RadioButtonUnchecked.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/ReportProblemOutlined.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/SuccessOutlined.js +9 -0
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning.js +9 -0
- package/dist/node_modules/@mui/material/internal/switchBaseClasses.js +9 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js +19 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/HTMLElementType/HTMLElementType.js +17 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/appendOwnerState/appendOwnerState.js +13 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/capitalize/capitalize.js +10 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js +11 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/clamp/clamp.js +6 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +25 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/createChainedFunction/createChainedFunction.js +15 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/debounce/debounce.js +17 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +43 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/deprecatedPropType/deprecatedPropType.js +16 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/elementAcceptingRef/elementAcceptingRef.js +33 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/elementTypeAcceptingRef/elementTypeAcceptingRef.js +31 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/exactProp/exactProp.js +19 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/extractEventHandlers/extractEventHandlers.js +13 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +10 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +23 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js +11 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/getReactElementRef/getReactElementRef.js +11 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/getScrollbarSize/getScrollbarSize.js +7 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/getValidReactChildren/getValidReactChildren.js +7 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/integerPropType/integerPropType.js +52 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/isHostComponent/isHostComponent.js +6 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.js +13 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/mergeSlotProps/mergeSlotProps.js +48 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/omitEventHandlers/omitEventHandlers.js +13 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.js +6 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/ownerWindow/ownerWindow.js +8 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/refType/refType.js +5 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.js +25 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/resolveComponentProps/resolveComponentProps.js +9 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +29 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/scrollLeft/scrollLeft.js +49 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/setRef/setRef.js +10 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/unsupportedProp/unsupportedProp.js +13 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useControlled/useControlled.js +37 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js +5 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.js +15 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useForkRef/useForkRef.js +17 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useId/useId.js +24 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useIsFocusVisible/useIsFocusVisible.js +104 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useLazyRef/useLazyRef.js +12 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useOnMount/useOnMount.js +8 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/usePreviousProps/usePreviousProps.js +11 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useSlotProps/useSlotProps.js +31 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useTimeout/useTimeout.js +38 -0
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/visuallyHidden/visuallyHidden.js +14 -0
- package/dist/node_modules/@mui/material/styles/createMixins.js +19 -0
- package/dist/node_modules/@mui/material/styles/createPalette.js +305 -0
- package/dist/node_modules/@mui/material/styles/createTheme.js +79 -0
- package/dist/node_modules/@mui/material/styles/createTransitions.js +83 -0
- package/dist/node_modules/@mui/material/styles/createTypography.js +87 -0
- package/dist/node_modules/@mui/material/styles/cssUtils.js +10 -0
- package/dist/node_modules/@mui/material/styles/defaultTheme.js +5 -0
- package/dist/node_modules/@mui/material/styles/getOverlayAlpha.js +12 -0
- package/dist/node_modules/@mui/material/styles/identifier.js +4 -0
- package/dist/node_modules/@mui/material/styles/rootShouldForwardProp.js +5 -0
- package/dist/node_modules/@mui/material/styles/shadows.js +10 -0
- package/dist/node_modules/@mui/material/styles/slotShouldForwardProp.js +6 -0
- package/dist/node_modules/@mui/material/styles/styled.js +13 -0
- package/dist/node_modules/@mui/material/styles/useTheme.js +14 -0
- package/dist/node_modules/@mui/material/styles/zIndex.js +13 -0
- package/dist/node_modules/@mui/material/transitions/utils.js +18 -0
- package/dist/node_modules/@mui/material/utils/areArraysEqual.js +6 -0
- package/dist/node_modules/@mui/material/utils/capitalize.js +4 -0
- package/dist/node_modules/@mui/material/utils/createChainedFunction.js +4 -0
- package/dist/node_modules/@mui/material/utils/createSvgIcon.js +22 -0
- package/dist/node_modules/@mui/material/utils/debounce.js +4 -0
- package/dist/node_modules/@mui/material/utils/deprecatedPropType.js +4 -0
- package/dist/node_modules/@mui/material/utils/getScrollbarSize.js +4 -0
- package/dist/node_modules/@mui/material/utils/index.js +46 -0
- package/dist/node_modules/@mui/material/utils/isMuiElement.js +4 -0
- package/dist/node_modules/@mui/material/utils/ownerDocument.js +4 -0
- package/dist/node_modules/@mui/material/utils/ownerWindow.js +4 -0
- package/dist/node_modules/@mui/material/utils/requirePropFactory.js +4 -0
- package/dist/node_modules/@mui/material/utils/setRef.js +4 -0
- package/dist/node_modules/@mui/material/utils/shouldSpreadAdditionalProps.js +7 -0
- package/dist/node_modules/@mui/material/utils/unsupportedProp.js +4 -0
- package/dist/node_modules/@mui/material/utils/useControlled.js +4 -0
- package/dist/node_modules/@mui/material/utils/useEnhancedEffect.js +4 -0
- package/dist/node_modules/@mui/material/utils/useEventCallback.js +4 -0
- package/dist/node_modules/@mui/material/utils/useForkRef.js +4 -0
- package/dist/node_modules/@mui/material/utils/useId.js +4 -0
- package/dist/node_modules/@mui/material/utils/useIsFocusVisible.js +4 -0
- package/dist/node_modules/@mui/material/utils/useSlot.js +55 -0
- package/dist/node_modules/@mui/styled-engine/GlobalStyles/GlobalStyles.js +24 -0
- package/dist/node_modules/@mui/styled-engine/StyledEngineProvider/StyledEngineProvider.js +65 -0
- package/dist/node_modules/@mui/styled-engine/index.js +48 -0
- package/dist/node_modules/@mui/system/colorManipulator.js +271 -0
- package/dist/node_modules/@mui/system/createStyled.js +265 -0
- package/dist/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js +53 -0
- package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js +61 -0
- package/dist/node_modules/@mui/system/esm/RtlProvider/index.js +17 -0
- package/dist/node_modules/@mui/system/esm/Stack/createStack.js +167 -0
- package/dist/node_modules/@mui/system/esm/borders.js +61 -0
- package/dist/node_modules/@mui/system/esm/breakpoints.js +123 -0
- package/dist/node_modules/@mui/system/esm/colorManipulator.js +96 -0
- package/dist/node_modules/@mui/system/esm/compose.js +23 -0
- package/dist/node_modules/@mui/system/esm/createBox.js +38 -0
- package/dist/node_modules/@mui/system/esm/createStyled.js +231 -0
- package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.js +16 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createBreakpoints.js +78 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.js +26 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js +44 -0
- package/dist/node_modules/@mui/system/esm/createTheme/index.js +8 -0
- package/dist/node_modules/@mui/system/esm/createTheme/shape.js +6 -0
- package/dist/node_modules/@mui/system/esm/cssGrid.js +89 -0
- package/dist/node_modules/@mui/system/esm/memoize.js +12 -0
- package/dist/node_modules/@mui/system/esm/merge.js +13 -0
- package/dist/node_modules/@mui/system/esm/palette.js +31 -0
- package/dist/node_modules/@mui/system/esm/responsivePropType.js +5 -0
- package/dist/node_modules/@mui/system/esm/sizing.js +74 -0
- package/dist/node_modules/@mui/system/esm/spacing.js +144 -0
- package/dist/node_modules/@mui/system/esm/style.js +73 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js +293 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js +50 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/index.js +9 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js +125 -0
- package/dist/node_modules/@mui/system/esm/styled.js +5 -0
- package/dist/node_modules/@mui/system/esm/useTheme.js +10 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js +15 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js +22 -0
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault.js +12 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js +19 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/capitalize/capitalize.js +10 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/capitalize/index.js +4 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/clamp/clamp.js +6 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/clamp/index.js +4 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +25 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +43 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/deepmerge/index.js +5 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +10 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/formatMuiErrorMessage/index.js +4 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +23 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js +40 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/getDisplayName/index.js +5 -0
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +29 -0
- package/dist/node_modules/@mui/system/useThemeWithoutDefault.js +39 -0
- package/dist/node_modules/@mui/utils/esm/debounce/debounce.js +17 -0
- package/dist/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.js +6 -0
- package/dist/node_modules/@mui/utils/esm/ownerWindow/ownerWindow.js +8 -0
- package/dist/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js +5 -0
- package/dist/node_modules/@mui/utils/esm/useForkRef/useForkRef.js +42 -0
- package/dist/node_modules/array.prototype.flat/implementation.js +33 -0
- package/dist/node_modules/array.prototype.flat/index.js +28 -0
- package/dist/node_modules/array.prototype.flat/polyfill.js +15 -0
- package/dist/node_modules/array.prototype.flat/shim.js +28 -0
- package/dist/node_modules/call-bind/index.js +34 -0
- package/dist/node_modules/call-bind-apply-helpers/actualApply.js +19 -0
- package/dist/node_modules/call-bind-apply-helpers/applyBind.js +19 -0
- package/dist/node_modules/call-bind-apply-helpers/functionApply.js +11 -0
- package/dist/node_modules/call-bind-apply-helpers/functionCall.js +11 -0
- package/dist/node_modules/call-bind-apply-helpers/index.js +24 -0
- package/dist/node_modules/call-bind-apply-helpers/reflectApply.js +11 -0
- package/dist/node_modules/call-bound/index.js +28 -0
- package/dist/node_modules/clsx/dist/clsx.js +17 -0
- package/dist/node_modules/define-data-property/index.js +55 -0
- package/dist/node_modules/define-properties/index.js +50 -0
- package/dist/node_modules/dunder-proto/get.js +36 -0
- package/dist/node_modules/dunder-proto/set.js +40 -0
- package/dist/node_modules/es-abstract/2024/ArrayCreate.js +45 -0
- package/dist/node_modules/es-abstract/2024/ArraySpeciesCreate.js +50 -0
- package/dist/node_modules/es-abstract/2024/Call.js +26 -0
- package/dist/node_modules/es-abstract/2024/CreateDataProperty.js +33 -0
- package/dist/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js +30 -0
- package/dist/node_modules/es-abstract/2024/DefinePropertyOrThrow.js +48 -0
- package/dist/node_modules/es-abstract/2024/FlattenIntoArray.js +65 -0
- package/dist/node_modules/es-abstract/2024/FromPropertyDescriptor.js +22 -0
- package/dist/node_modules/es-abstract/2024/Get.js +27 -0
- package/dist/node_modules/es-abstract/2024/HasProperty.js +25 -0
- package/dist/node_modules/es-abstract/2024/IsAccessorDescriptor.js +28 -0
- package/dist/node_modules/es-abstract/2024/IsArray.js +12 -0
- package/dist/node_modules/es-abstract/2024/IsCallable.js +12 -0
- package/dist/node_modules/es-abstract/2024/IsConstructor.js +42 -0
- package/dist/node_modules/es-abstract/2024/IsDataDescriptor.js +28 -0
- package/dist/node_modules/es-abstract/2024/IsExtensible.js +21 -0
- package/dist/node_modules/es-abstract/2024/IsGenericDescriptor.js +30 -0
- package/dist/node_modules/es-abstract/2024/LengthOfArrayLike.js +24 -0
- package/dist/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js +59 -0
- package/dist/node_modules/es-abstract/2024/SameValue.js +21 -0
- package/dist/node_modules/es-abstract/2024/StringToNumber.js +48 -0
- package/dist/node_modules/es-abstract/2024/ToBoolean.js +13 -0
- package/dist/node_modules/es-abstract/2024/ToIntegerOrInfinity.js +28 -0
- package/dist/node_modules/es-abstract/2024/ToLength.js +24 -0
- package/dist/node_modules/es-abstract/2024/ToNumber.js +34 -0
- package/dist/node_modules/es-abstract/2024/ToObject.js +12 -0
- package/dist/node_modules/es-abstract/2024/ToPrimitive.js +18 -0
- package/dist/node_modules/es-abstract/2024/ToPropertyDescriptor.js +56 -0
- package/dist/node_modules/es-abstract/2024/ToString.js +21 -0
- package/dist/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js +161 -0
- package/dist/node_modules/es-abstract/2024/floor.js +18 -0
- package/dist/node_modules/es-abstract/2024/truncate.js +21 -0
- package/dist/node_modules/es-abstract/GetIntrinsic.js +12 -0
- package/dist/node_modules/es-abstract/helpers/DefineOwnProperty.js +42 -0
- package/dist/node_modules/es-abstract/helpers/IsArray.js +18 -0
- package/dist/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +35 -0
- package/dist/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +15 -0
- package/dist/node_modules/es-abstract/helpers/isPrimitive.js +13 -0
- package/dist/node_modules/es-abstract/helpers/isPropertyKey.js +13 -0
- package/dist/node_modules/es-abstract/helpers/records/property-descriptor.js +39 -0
- package/dist/node_modules/es-define-property/index.js +19 -0
- package/dist/node_modules/es-errors/eval.js +11 -0
- package/dist/node_modules/es-errors/index.js +11 -0
- package/dist/node_modules/es-errors/range.js +11 -0
- package/dist/node_modules/es-errors/ref.js +11 -0
- package/dist/node_modules/es-errors/syntax.js +11 -0
- package/dist/node_modules/es-errors/type.js +11 -0
- package/dist/node_modules/es-errors/uri.js +11 -0
- package/dist/node_modules/es-object-atoms/RequireObjectCoercible.js +18 -0
- package/dist/node_modules/es-object-atoms/ToObject.js +18 -0
- package/dist/node_modules/es-object-atoms/index.js +11 -0
- package/dist/node_modules/es-object-atoms/isObject.js +13 -0
- package/dist/node_modules/es-shim-unscopables/index.js +26 -0
- package/dist/node_modules/es-to-primitive/es2015.js +89 -0
- package/dist/node_modules/es-to-primitive/helpers/isPrimitive.js +13 -0
- package/dist/node_modules/function-bind/implementation.js +79 -0
- package/dist/node_modules/function-bind/index.js +13 -0
- package/dist/node_modules/get-intrinsic/index.js +358 -0
- package/dist/node_modules/get-proto/Object.getPrototypeOf.js +13 -0
- package/dist/node_modules/get-proto/Reflect.getPrototypeOf.js +11 -0
- package/dist/node_modules/get-proto/index.js +26 -0
- package/dist/node_modules/global-cache/index.js +85 -0
- package/dist/node_modules/gopd/gOPD.js +11 -0
- package/dist/node_modules/gopd/index.js +20 -0
- package/dist/node_modules/has-property-descriptors/index.js +26 -0
- package/dist/node_modules/has-symbols/index.js +28 -0
- package/dist/node_modules/has-symbols/shams.js +58 -0
- package/dist/node_modules/has-tostringtag/shams.js +15 -0
- package/dist/node_modules/hasown/index.js +15 -0
- package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +20 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +165 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +106 -0
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +12 -0
- package/dist/node_modules/is-callable/index.js +120 -0
- package/dist/node_modules/is-date-object/index.js +31 -0
- package/dist/node_modules/is-regex/index.js +70 -0
- package/dist/node_modules/is-symbol/index.js +44 -0
- package/dist/node_modules/math-intrinsics/abs.js +11 -0
- package/dist/node_modules/math-intrinsics/constants/maxArrayLength.js +11 -0
- package/dist/node_modules/math-intrinsics/constants/maxSafeInteger.js +12 -0
- package/dist/node_modules/math-intrinsics/floor.js +11 -0
- package/dist/node_modules/math-intrinsics/isFinite.js +15 -0
- package/dist/node_modules/math-intrinsics/isInteger.js +25 -0
- package/dist/node_modules/math-intrinsics/isNaN.js +13 -0
- package/dist/node_modules/math-intrinsics/max.js +11 -0
- package/dist/node_modules/math-intrinsics/min.js +11 -0
- package/dist/node_modules/math-intrinsics/pow.js +11 -0
- package/dist/node_modules/math-intrinsics/round.js +11 -0
- package/dist/node_modules/math-intrinsics/sign.js +18 -0
- package/dist/node_modules/object-assign/index.js +78 -0
- package/dist/node_modules/object-inspect/index.js +537 -0
- package/dist/node_modules/object-keys/implementation.js +125 -0
- package/dist/node_modules/object-keys/index.js +39 -0
- package/dist/node_modules/object-keys/isArguments.js +19 -0
- package/dist/node_modules/prop-types/checkPropTypes.js +68 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +58 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +451 -0
- package/dist/node_modules/prop-types/index.js +17 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +12 -0
- package/dist/node_modules/prop-types/lib/has.js +11 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +165 -0
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +106 -0
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +17 -0
- package/dist/node_modules/react-dates/lib/initialize.js +5 -0
- package/dist/node_modules/react-dates/lib/theme/DefaultTheme.js +193 -0
- package/dist/node_modules/react-dates/lib/utils/registerCSSInterfaceWithDefaultTheme.js +25 -0
- package/dist/node_modules/react-dates/lib/utils/registerInterfaceWithDefaultTheme.js +26 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js +105 -0
- package/dist/node_modules/react-is/cjs/react-is.production.js +103 -0
- package/dist/node_modules/react-is/index.js +12 -0
- package/dist/node_modules/react-transition-group/esm/Transition.js +439 -0
- package/dist/node_modules/react-transition-group/esm/TransitionGroup.js +144 -0
- package/dist/node_modules/react-transition-group/esm/TransitionGroupContext.js +5 -0
- package/dist/node_modules/react-transition-group/esm/config.js +6 -0
- package/dist/node_modules/react-transition-group/esm/utils/ChildMapping.js +99 -0
- package/dist/node_modules/react-transition-group/esm/utils/PropTypes.js +21 -0
- package/dist/node_modules/react-transition-group/esm/utils/reflow.js +6 -0
- package/dist/node_modules/react-with-styles/lib/ThemedStyleSheet.js +100 -0
- package/dist/node_modules/react-with-styles-interface-css/dist/index.js +57 -0
- package/dist/node_modules/react-with-styles-interface-css/dist/utils/constants.js +18 -0
- package/dist/node_modules/react-with-styles-interface-css/dist/utils/getClassName.js +20 -0
- package/dist/node_modules/react-with-styles-interface-css/dist/utils/separateStyles.js +39 -0
- package/dist/node_modules/react-with-styles-interface-css/index.js +12 -0
- package/dist/node_modules/safe-regex-test/index.js +25 -0
- package/dist/node_modules/set-function-length/index.js +61 -0
- package/dist/node_modules/set-proto/Object.setPrototypeOf.js +13 -0
- package/dist/node_modules/set-proto/Reflect.setPrototypeOf.js +11 -0
- package/dist/node_modules/set-proto/index.js +27 -0
- package/dist/node_modules/string.prototype.trim/implementation.js +24 -0
- package/dist/node_modules/string.prototype.trim/index.js +33 -0
- package/dist/node_modules/string.prototype.trim/polyfill.js +20 -0
- package/dist/node_modules/string.prototype.trim/shim.js +27 -0
- package/dist/node_modules/stylis/src/Enum.js +20 -0
- package/dist/node_modules/stylis/src/Middleware.js +22 -0
- package/dist/node_modules/stylis/src/Parser.js +140 -0
- package/dist/node_modules/stylis/src/Serializer.js +29 -0
- package/dist/node_modules/stylis/src/Tokenizer.js +150 -0
- package/dist/node_modules/stylis/src/Utility.js +52 -0
- package/dist/renderReactRoot.d.ts +19 -0
- package/dist/renderReactRoot.d.ts.map +1 -0
- package/dist/storybook-utils/rootAttributes.d.ts +33 -0
- package/dist/storybook-utils/rootAttributes.d.ts.map +1 -0
- package/dist/storybook-utils.d.ts +6 -0
- package/dist/storybook-utils.d.ts.map +1 -0
- package/dist/styles/entry.d.ts +2 -0
- package/dist/styles/entry.d.ts.map +1 -0
- package/dist/styles/entry.js +1 -0
- package/dist/styles/style.css +1 -0
- package/dist/test/a11y-utils.d.ts +8 -0
- package/dist/test/a11y-utils.d.ts.map +1 -0
- package/dist/test/setup.d.ts +2 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/dist/test-utils/itForwardsRootId.d.ts +15 -0
- package/dist/test-utils/itForwardsRootId.d.ts.map +1 -0
- package/dist/test-utils/rootAttributes.d.ts +22 -0
- package/dist/test-utils/rootAttributes.d.ts.map +1 -0
- package/dist/types/index.d.ts +24 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/assetBase.d.ts +7 -0
- package/dist/utils/assetBase.d.ts.map +1 -0
- package/dist/utils/assetBase.js +14 -0
- package/dist/utils/avatarColor.d.ts +14 -0
- package/dist/utils/avatarColor.d.ts.map +1 -0
- package/dist/utils/avatarColor.js +38 -0
- package/dist/utils/avatarColor.test.d.ts +2 -0
- package/dist/utils/avatarColor.test.d.ts.map +1 -0
- package/dist/utils/debounce.d.ts +22 -0
- package/dist/utils/debounce.d.ts.map +1 -0
- package/dist/utils/debounce.js +21 -0
- package/dist/utils/debounce.test.d.ts +2 -0
- package/dist/utils/debounce.test.d.ts.map +1 -0
- package/dist/utils/helper.d.ts +90 -0
- package/dist/utils/helper.d.ts.map +1 -0
- package/dist/utils/helper.js +117 -0
- package/dist/utils/helper.test.d.ts +2 -0
- package/dist/utils/helper.test.d.ts.map +1 -0
- package/dist/utils/html.d.ts +19 -0
- package/dist/utils/html.d.ts.map +1 -0
- package/dist/utils/html.js +27 -0
- package/dist/utils/html.test.d.ts +2 -0
- package/dist/utils/html.test.d.ts.map +1 -0
- package/dist/utils/index.d.ts +16 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.test.d.ts +2 -0
- package/dist/utils/index.test.d.ts.map +1 -0
- package/dist/utils/pickRootDomAttributes.d.ts +18 -0
- package/dist/utils/pickRootDomAttributes.d.ts.map +1 -0
- package/dist/utils/shortcuts/ShortcutManager.d.ts +34 -0
- package/dist/utils/shortcuts/ShortcutManager.d.ts.map +1 -0
- package/dist/utils/shortcuts/ShortcutManager.js +159 -0
- package/dist/utils/shortcuts/constants.d.ts +10 -0
- package/dist/utils/shortcuts/constants.d.ts.map +1 -0
- package/dist/utils/shortcuts/constants.js +46 -0
- package/dist/utils/shortcuts/format.d.ts +3 -0
- package/dist/utils/shortcuts/format.d.ts.map +1 -0
- package/dist/utils/shortcuts/format.js +27 -0
- package/dist/utils/shortcuts/index.d.ts +8 -0
- package/dist/utils/shortcuts/index.d.ts.map +1 -0
- package/dist/utils/shortcuts/match.d.ts +9 -0
- package/dist/utils/shortcuts/match.d.ts.map +1 -0
- package/dist/utils/shortcuts/match.js +52 -0
- package/dist/utils/shortcuts/parse.d.ts +10 -0
- package/dist/utils/shortcuts/parse.d.ts.map +1 -0
- package/dist/utils/shortcuts/parse.js +50 -0
- package/dist/utils/shortcuts/platform.d.ts +2 -0
- package/dist/utils/shortcuts/platform.d.ts.map +1 -0
- package/dist/utils/shortcuts/platform.js +5 -0
- package/dist/utils/shortcuts/shortcuts.test.d.ts +2 -0
- package/dist/utils/shortcuts/shortcuts.test.d.ts.map +1 -0
- package/dist/utils/shortcuts/types.d.ts +50 -0
- package/dist/utils/shortcuts/types.d.ts.map +1 -0
- package/dist/utils/useTextOverflow.d.ts +22 -0
- package/dist/utils/useTextOverflow.d.ts.map +1 -0
- package/dist/utils/useTextOverflow.js +26 -0
- package/package.json +1 -1
- package/src/components/KeyboardShortCuts/KeyboardShortcuts.styles.scss +4 -1
- package/src/components/KeyboardShortCuts/ShortcutLandingPage.js +3 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { NotificationBodyProps } from './NotificationBody.types';
|
|
2
|
+
|
|
3
|
+
export type { NotificationBodyProps } from './NotificationBody.types';
|
|
4
|
+
/**
|
|
5
|
+
* Body of the Notification drawer: tabs + notification list panels.
|
|
6
|
+
*/
|
|
7
|
+
export declare function NotificationBody({ expand, notificationTabs, notificationPanels, onSettingButtonClick, handleTabChange, activeNotiTab, renderPanel, ...panelProps }: NotificationBodyProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare namespace NotificationBody {
|
|
9
|
+
var displayName: string;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/NotificationBody/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAItE,YAAY,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAEtE;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,EAC/B,MAAc,EACd,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,EACX,GAAG,UAAU,EACd,EAAE,qBAAqB,2CAmEvB;yBA5Ee,gBAAgB"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { useState, useCallback } from "react";
|
|
3
|
+
import default_1 from "../../../node_modules/@mui/icons-material/SettingsOutlined.js";
|
|
4
|
+
import { NotificationPanelContent } from "./NotificationPanelContent.js";
|
|
5
|
+
import { Button } from "../../Button/index.js";
|
|
6
|
+
import { Tabs } from "../../Tabs/index.js";
|
|
7
|
+
function NotificationBody({
|
|
8
|
+
expand = false,
|
|
9
|
+
notificationTabs,
|
|
10
|
+
notificationPanels,
|
|
11
|
+
onSettingButtonClick,
|
|
12
|
+
handleTabChange,
|
|
13
|
+
activeNotiTab,
|
|
14
|
+
renderPanel,
|
|
15
|
+
...panelProps
|
|
16
|
+
}) {
|
|
17
|
+
var _a;
|
|
18
|
+
const tabs = notificationTabs.length > 0 ? notificationTabs : [{ label: "All", value: "all" }];
|
|
19
|
+
const panels = notificationPanels.length > 0 ? notificationPanels : [{ id: 0, value: "all" }];
|
|
20
|
+
const [activeTab, setActiveTab] = useState(((_a = tabs[0]) == null ? void 0 : _a.value) ?? "");
|
|
21
|
+
const selectedValue = activeNotiTab != null && activeNotiTab !== "" ? activeNotiTab : activeTab;
|
|
22
|
+
const onChangeTab = useCallback(
|
|
23
|
+
(_event, newValue) => {
|
|
24
|
+
const val = typeof newValue === "number" ? String(newValue) : newValue;
|
|
25
|
+
handleTabChange == null ? void 0 : handleTabChange(val);
|
|
26
|
+
setActiveTab(val);
|
|
27
|
+
},
|
|
28
|
+
[handleTabChange]
|
|
29
|
+
);
|
|
30
|
+
const renderPanelContent = (item, index) => {
|
|
31
|
+
if (renderPanel) {
|
|
32
|
+
return renderPanel(item, index);
|
|
33
|
+
}
|
|
34
|
+
return /* @__PURE__ */ jsx(
|
|
35
|
+
NotificationPanelContent,
|
|
36
|
+
{
|
|
37
|
+
expand,
|
|
38
|
+
notificationPanels: panels,
|
|
39
|
+
notificationTabs: tabs,
|
|
40
|
+
panel: item,
|
|
41
|
+
...panelProps
|
|
42
|
+
},
|
|
43
|
+
item.value
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
const tabPanels = panels.map((item, index) => renderPanelContent(item, index));
|
|
47
|
+
return /* @__PURE__ */ jsx(
|
|
48
|
+
"div",
|
|
49
|
+
{
|
|
50
|
+
className: `impact-notification-body-container ${expand ? "notification-body-container-full" : ""}`,
|
|
51
|
+
children: /* @__PURE__ */ jsxs(
|
|
52
|
+
"div",
|
|
53
|
+
{
|
|
54
|
+
className: `impact-notification-body-header-container ${expand ? "body-header-container-full" : ""}`,
|
|
55
|
+
children: [
|
|
56
|
+
/* @__PURE__ */ jsx(
|
|
57
|
+
Tabs,
|
|
58
|
+
{
|
|
59
|
+
tabNames: tabs,
|
|
60
|
+
tabPanels,
|
|
61
|
+
value: selectedValue,
|
|
62
|
+
onChange: onChangeTab
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
onSettingButtonClick != null && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
66
|
+
/* @__PURE__ */ jsx("span", { className: "impact-notification-separator" }),
|
|
67
|
+
/* @__PURE__ */ jsx(
|
|
68
|
+
Button,
|
|
69
|
+
{
|
|
70
|
+
icon: /* @__PURE__ */ jsx(default_1, {}),
|
|
71
|
+
size: "medium",
|
|
72
|
+
variant: "text",
|
|
73
|
+
onClick: onSettingButtonClick,
|
|
74
|
+
children: "Setting & Help"
|
|
75
|
+
}
|
|
76
|
+
)
|
|
77
|
+
] })
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
)
|
|
81
|
+
}
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
NotificationBody.displayName = "NotificationBody";
|
|
85
|
+
export {
|
|
86
|
+
NotificationBody
|
|
87
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface NotificationFooterProps {
|
|
2
|
+
secondaryButtonLabel?: string;
|
|
3
|
+
onSecondaryButtonClick?: () => void;
|
|
4
|
+
primaryButtonLabel?: string;
|
|
5
|
+
onPrimaryButtonClick?: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function NotificationFooter({ secondaryButtonLabel, onSecondaryButtonClick, primaryButtonLabel, onPrimaryButtonClick, }: NotificationFooterProps): React.ReactElement | null;
|
|
8
|
+
export declare namespace NotificationFooter {
|
|
9
|
+
var displayName: string;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=NotificationFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/NotificationFooter.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,uBAAuB;IACtC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;CACnC;AAED,wBAAgB,kBAAkB,CAAC,EACjC,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,GACrB,EAAE,uBAAuB,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CAcrD;yBAnBe,kBAAkB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Button } from "../Button/index.js";
|
|
3
|
+
function NotificationFooter({
|
|
4
|
+
secondaryButtonLabel,
|
|
5
|
+
onSecondaryButtonClick,
|
|
6
|
+
primaryButtonLabel,
|
|
7
|
+
onPrimaryButtonClick
|
|
8
|
+
}) {
|
|
9
|
+
if (!secondaryButtonLabel && !primaryButtonLabel) {
|
|
10
|
+
return null;
|
|
11
|
+
}
|
|
12
|
+
return /* @__PURE__ */ jsxs("div", { className: "impact-notification-footer-container", children: [
|
|
13
|
+
secondaryButtonLabel && /* @__PURE__ */ jsx(Button, { variant: "secondary", onClick: onSecondaryButtonClick, children: secondaryButtonLabel }),
|
|
14
|
+
primaryButtonLabel && /* @__PURE__ */ jsx(Button, { onClick: onPrimaryButtonClick, children: primaryButtonLabel })
|
|
15
|
+
] });
|
|
16
|
+
}
|
|
17
|
+
NotificationFooter.displayName = "NotificationFooter";
|
|
18
|
+
export {
|
|
19
|
+
NotificationFooter
|
|
20
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DrawerAnchor } from './Notification.types';
|
|
2
|
+
|
|
3
|
+
export interface NotificationHeaderProps {
|
|
4
|
+
title?: React.ReactNode;
|
|
5
|
+
expand: boolean;
|
|
6
|
+
setExpand: (expand: boolean) => void;
|
|
7
|
+
toggleDrawer: (anchor: DrawerAnchor, open: boolean) => (event: React.KeyboardEvent | React.MouseEvent) => void;
|
|
8
|
+
anchor: DrawerAnchor;
|
|
9
|
+
showBadgeLoader?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare function NotificationHeader({ title, expand, setExpand, toggleDrawer, anchor, }: NotificationHeaderProps): React.ReactElement;
|
|
12
|
+
export declare namespace NotificationHeader {
|
|
13
|
+
var displayName: string;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=NotificationHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/NotificationHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrC,YAAY,EAAE,CACZ,MAAM,EAAE,YAAY,EACpB,IAAI,EAAE,OAAO,KACV,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,GAAG,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IAC7D,MAAM,EAAE,YAAY,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,wBAAgB,kBAAkB,CAAC,EACjC,KAAK,EACL,MAAM,EACN,SAAS,EACT,YAAY,EACZ,MAAM,GACP,EAAE,uBAAuB,GAAG,KAAK,CAAC,YAAY,CAuB9C;yBA7Be,kBAAkB"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
function NotificationHeader({
|
|
3
|
+
title,
|
|
4
|
+
expand,
|
|
5
|
+
setExpand,
|
|
6
|
+
toggleDrawer,
|
|
7
|
+
anchor
|
|
8
|
+
}) {
|
|
9
|
+
return /* @__PURE__ */ jsxs("div", { className: "impact-notification-header", children: [
|
|
10
|
+
/* @__PURE__ */ jsx("div", { className: "impact-notification-heading", children: title }),
|
|
11
|
+
/* @__PURE__ */ jsxs("div", { className: "impact-notification-header-action-btns", children: [
|
|
12
|
+
/* @__PURE__ */ jsx(
|
|
13
|
+
"button",
|
|
14
|
+
{
|
|
15
|
+
"aria-label": expand ? "Collapse" : "Expand",
|
|
16
|
+
className: `impact-notification-header-expand-btn ${expand ? "collapse-icon" : "expand-icon"}`,
|
|
17
|
+
type: "button",
|
|
18
|
+
onClick: () => {
|
|
19
|
+
setExpand(!expand);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ jsx("span", { className: "impact-notification-separator" }),
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
"button",
|
|
26
|
+
{
|
|
27
|
+
"aria-label": "Close",
|
|
28
|
+
className: "impact-notification-header-close-btn",
|
|
29
|
+
type: "button",
|
|
30
|
+
onClick: toggleDrawer(anchor, false)
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
] })
|
|
34
|
+
] });
|
|
35
|
+
}
|
|
36
|
+
NotificationHeader.displayName = "NotificationHeader";
|
|
37
|
+
export {
|
|
38
|
+
NotificationHeader
|
|
39
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { NotificationProps } from './Notification.types';
|
|
2
|
+
|
|
3
|
+
export type { NotificationProps, DrawerAnchor } from './Notification.types';
|
|
4
|
+
export { NotificationHeader } from './NotificationHeader';
|
|
5
|
+
export { NotificationFooter } from './NotificationFooter';
|
|
6
|
+
export declare function Notification({ title, anchor, isOpen, setIsOpen, className, handleClose, secondaryButtonLabel, onSecondaryButtonClick, primaryButtonLabel, onPrimaryButtonClick, onSettingButtonClick, handleSelectAll, handleMarkReadAll, handleMoveAllPending, handleNotificationDeleteAll, badgesList, notificationTabs, notificationPanels, setNotificationPanels, handleTabChange, moveToPendingDropdownOptions, activeNotiTab, activeBadge, showBadgeLoader, showNotificationListLoader, displayFormat, onNotificationScrollToBottom, scrollThreshold, isWithSearch, isHoverOnCard, isChipsExpandable, isDeleteAlwaysVisible, isEmptyState, emptyStateTitle, emptyStateDescription, customNotificationJsx, NotificationBodyComponent, }: NotificationProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare namespace Notification {
|
|
8
|
+
var displayName: string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,iBAAiB,EAAgB,MAAM,sBAAsB,CAAC;AAC5E,OAAO,4BAA4B,CAAC;AAEpC,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,MAAgB,EAChB,MAAM,EACN,SAAS,EACT,SAAS,EACT,WAAW,EACX,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EACjB,oBAAoB,EACpB,2BAA2B,EAC3B,UAAU,EACV,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,eAA0B,EAC1B,4BAA4B,EAC5B,aAAa,EACb,WAAW,EACX,eAAe,EACf,0BAA0B,EAC1B,aAA4B,EAC5B,4BAA4B,EAC5B,eAAe,EACf,YAAmB,EACnB,aAAqB,EACrB,iBAAyB,EACzB,qBAA6B,EAC7B,YAAY,EACZ,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,GAC1B,EAAE,iBAAiB,2CA6EnB;yBAnHe,YAAY"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var i=document.createElement("style");i.appendChild(document.createTextNode(".impact-notification-container{height:100%;transition:width .2s ease-in;width:600px}.impact-notification-container .impact-notification-header{align-items:center;background-color:#fff;border-bottom:1px solid #d9dde7;display:flex;height:40px;justify-content:space-between;padding:0 16px;position:sticky;top:0;z-index:1}.impact-notification-container .impact-notification-header .impact-notification-heading{font-size:16px;font-weight:700;line-height:20px}.impact-notification-container .impact-notification-header .impact-notification-header-action-btns{align-items:center;display:flex;gap:12px}.impact-notification-container .impact-notification-header .impact-notification-header-action-btns button{background-color:#f5f6fa;border:none;border-radius:8px;cursor:pointer;height:32px;width:32px}.impact-notification-container .impact-notification-header .collapse-icon{background:url(https://impact-kit.devs.iaproducts.ai/api/v1/files/uploads/impact-ui/prod/icons/collapse-icon-2.svg) no-repeat;background-position:50%;background-size:16px;cursor:pointer;height:16px;width:16px}.impact-notification-container .impact-notification-header .expand-icon{background:url(https://impact-kit.devs.iaproducts.ai/api/v1/files/uploads/impact-ui/prod/icons/expand-icon.svg) no-repeat;background-position:50%;background-size:20px;cursor:pointer;height:16px;width:16px}.impact-notification-container .impact-notification-header .impact-notification-header-close-btn{background:url(https://impact-kit.devs.iaproducts.ai/api/v1/files/uploads/impact-ui/prod/icons/close-tags.svg) no-repeat;background-position:50%;background-size:24px;cursor:pointer;height:16px;width:16px}.impact-notification-container .impact-notification-body-container{height:calc(100% - 96px);padding:20px 16px}.impact-notification-container .notification-body-container-full{height:calc(100% - 40px)}.impact-notification-container .impact-notification-body-header-container{align-items:baseline;display:flex;flex-direction:row;gap:12px}.impact-notification-container .impact-notification-body-header-container .ia-tabContainer{height:100%;width:100%}.impact-notification-container .impact-notification-body-header-container .ia-tabContainer .impact-tab-panel{height:calc(100% - 156px);overflow:hidden;padding:20px 0 0;position:absolute;width:calc(100% - 32px)}.impact-notification-container .impact-notification-body-header-container .ia-tabContainer .impact-tab-panel .ia-tabPanel{height:100%}.impact-notification-container .impact-notification-body-header-container .ia-tabContainer .impact-tab-panel .ia-tabPanel .MuiBox-root:has(.empty-state-container){height:100%}.impact-notification-container .impact-notification-body-header-container .ia-styles.ia-btn{flex-shrink:0}.impact-notification-container .impact-notification-task-list-filter-container{background:#fff;border:1px solid #b3bdf8;border-radius:12px;min-height:128px;padding:16px;position:absolute;right:0;top:65px;width:379px;z-index:99999}.impact-notification-container .impact-notification-task-list-filter-item{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px}.impact-notification-container .impact-notification-task-list-title{align-items:center;display:flex;gap:4px;margin-bottom:8px}.impact-notification-container .impact-notification-task-list-title .impact-notification-task-list-title-text{color:#1f2b4d;font-size:16px;font-weight:600;line-height:24px}.impact-notification-container .impact-notification-task-list-title .impact-notification-task-list-title-text-sub{color:#60697d;font-size:12px;font-weight:500;line-height:16px}.impact-notification-container .impact-notification-task-list-filter-item-badge .MuiChip-root.impact_badges_only_label_subtle{background-color:#f5f6fa;border:1px solid #c3c8d4;cursor:pointer}.impact-notification-container .impact-notification-task-list-filter-item-badge .MuiChip-root.impact_badges_only_label_subtle .MuiChip-label{color:#7a8294}.impact-notification-container .impact-notification-task-list-filter-item-badge.selected .MuiChip-root.impact_badges_only_label_subtle{background-color:#eceefd;border:1px solid #4259ee;cursor:pointer}.impact-notification-container .impact-notification-task-list-filter-item-badge.selected .MuiChip-root.impact_badges_only_label_subtle .MuiChip-label{color:#4259ee}.impact-notification-container .body-header-container-full .ia-tabContainer .impact-tab-panel{height:calc(100% - 100px)}.impact-notification-container .impact-notification-footer-container{align-items:center;background:#fff;border-top:1px solid #d9dde7;bottom:0;display:flex;gap:8px;height:56px;justify-content:flex-end;left:0;padding:0 16px;position:absolute;right:0;z-index:1}.impact-notification-task-list-container{height:100vh}.impact-notification-task-list-container.empty-state-container{height:100%}.impact-notification-task-list-container .impact-notification-task-list-header{align-items:center;border-bottom:1px solid #d9dde7;display:flex;justify-content:space-between;padding-bottom:20px}.impact-notification-task-list-container .impact-notification-task-list-search-container{position:relative}.impact-notification-task-list-container .impact-notification-task-list-search-container .impact-input-wrapper{height:27px;min-width:100%!important;transition:width .2s ease-in-out;width:35px}.impact-notification-task-list-container .impact-notification-task-list-search-container .right-input-icon{position:relative;right:7px;top:1px}.impact-notification-task-list-container .search-expand .impact-input-wrapper{width:240px}.impact-notification-task-list-container .search-expand .right-input-icon{left:0}.impact-notification-task-list-container .ia-styles.ia-btn.ia-btn-text:focus{outline:none}.impact-notification-task-list-container .impact-notification-task-list-chips{display:flex;flex-basis:90%;gap:4px;overflow:hidden}.impact-notification-task-list-container .impact-notification-task-list-chips .impact-notification-task-list-item{display:flex;gap:4px}.impact-notification-task-list-container .impact-notification-task-list-chips .impact-notification-task-list-item .MuiChip-label{font-size:12px!important}.impact-notification-task-list-container .impact-notification-task-list-chips .impact-notification-task-list-item-hidden{display:flex;gap:4px;overflow:hidden;transition:width .2s ease-in;width:0}.impact-notification-task-list-container .impact-notification-task-list-chips .list-item-full-width{width:100%}.impact-notification-task-list-container .impact-notification-task-list-actions{align-items:center;display:flex;gap:4px}.impact-notification-list-container{height:100%;padding-top:20px}.impact-notification-list-container .impact-notification-list-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:20px}.impact-notification-list-container .impact-notification-list-title{color:#1f2b4d;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;line-height:24px}.impact-notification-list-container .impact-notification-list-action-btns{align-items:center;display:flex;flex-direction:row;gap:4px}.impact-notification-list-container .impact-notification-list-items-container{display:flex;flex-direction:column;gap:8px;height:calc(100% - 280px);overflow-y:auto;padding-bottom:20px;scroll-behavior:smooth}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item{align-items:flex-start;background-color:#f8f9fb;border-radius:12px;display:flex;flex-direction:row;gap:8px;padding:16px 12px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-checkbox{padding-top:5px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-icon .impact-notification-list-item-icon-line{height:15px;width:2px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-icon.status-success{background-color:#ebf7f1;border:1px solid #108431}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-icon.status-success .impact-notification-list-item-icon-line{background-color:#108431}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-icon.status-fail{background-color:#fceeee;border:1px solid #ec4c5c}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-icon.status-fail .impact-notification-list-item-icon-line{background-color:#ec4c5c}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-icon.status-pending{background-color:#fcf8ea;border:1px solid #ffe174}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-icon.status-pending .impact-notification-list-item-icon-line{background-color:#ffe174}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container{align-items:flex-start;display:flex;flex-direction:column;gap:6px;justify-content:flex-start;width:100%}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:space-between;width:100%}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header:focus,.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header:hover{cursor:pointer}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header:focus .impact-notification-list-item-header-right,.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header:hover .impact-notification-list-item-header-right{width:24%}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header .impact-notification-list-item-header-left,.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header .impact-notification-list-item-header-right{align-items:center;display:flex;flex-direction:row;gap:8px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header .impact-notification-list-item-title{color:#0d152c;font-family:Manrope,sans-serif;font-size:14px;font-weight:800;line-height:21px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header .impact-notification-list-item-header-right{overflow:hidden;transition:width .4s ease-in-out;width:0}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header .impact-notification-list-item-header-right .impact-notification-list-item-delete-btn{display:inline-flex!important;opacity:1!important;visibility:visible!important}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header .impact-notification-list-item-header-right .impact-notification-list-item-delete-btn~*{display:none!important}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header:has(.impact-notification-list-item-delete-btn) .impact-notification-list-item-header-right{width:24%!important}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-header:hover .impact-notification-list-item-header-right .impact-notification-list-item-delete-btn~*{display:inline-flex!important;opacity:1!important;visibility:visible!important}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-schedule{align-items:center;color:#5f6673;display:flex;flex-direction:row;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;gap:8px;justify-content:flex-start;line-height:15px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-description{color:#394960;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:20px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-description span{color:#4259ee;cursor:pointer}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item .impact-notification-list-item-container .impact-notification-list-item-action-btns{align-items:center;display:flex;flex-direction:row;gap:8px}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item.impact-notification-list-item-hover-on-card .impact-notification-list-item-container .impact-notification-list-item-header:focus .impact-notification-list-item-header-right,.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item.impact-notification-list-item-hover-on-card .impact-notification-list-item-container .impact-notification-list-item-header:hover .impact-notification-list-item-header-right{width:0!important}.impact-notification-list-container .impact-notification-list-items-container .impact-notification-list-item.impact-notification-list-item-hover-on-card:hover .impact-notification-list-item-container .impact-notification-list-item-header .impact-notification-list-item-header-right{width:24%!important}.impact-notification-list-container .impact-notification-list-items-container .list-item-selected{background-color:#eceefd}.impact-notification-list-container .impact-notification-list-items-container .list-item-read{border-left:3px solid #4259ee}.impact-notification-list-empty-state-container{align-items:center;display:flex;flex-direction:column;gap:16px;height:calc(100% - 48px);justify-content:center}.impact-notification-list-empty-state-container .impact-notification-list-empty-state-icon{height:72px;width:72px}.impact-notification-list-empty-state-container .impact-notification-list-empty-state-content{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center}.impact-notification-list-empty-state-container .impact-notification-list-empty-state-content .impact-notification-list-empty-state-title{color:#0d152c;font-size:20px;font-weight:800;line-height:28px}.impact-notification-list-empty-state-container .impact-notification-list-empty-state-content .impact-notification-list-empty-state-description{color:#7a8294;font-size:14px;font-weight:500;line-height:21px}.impact-notification-container-expand{width:800px}.impact-notification-list-item-bookmark-btn.ia-styles.ia-btn.ia-btn-text svg path{fill:#4258ed!important}.impact-notification-list-header .impact-notification-list-title-loader .css-tqb5fd-MuiSkeleton-root{display:none}.impact-notification-list-header .impact-notification-list-title-loader .css-58ftfq-MuiSkeleton-root{width:40px!important}.impact-notification-list-loader-container .css-70qvj9{left:calc(50% - 157px);position:absolute;top:calc(50% - 15px)}.impact-notification-list-action-btns-loader .css-tqb5fd-MuiSkeleton-root{display:none}.impact-notification-list-action-btns-loader .css-1366qbr{position:absolute;right:calc(50% - 150px)}")),document.head.appendChild(i)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}}();
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useState, useCallback, Suspense } from "react";
|
|
4
|
+
import { NotificationBody } from "./NotificationBody/index.js";
|
|
5
|
+
import { NotificationFooter } from "./NotificationFooter.js";
|
|
6
|
+
import { NotificationHeader } from "./NotificationHeader.js";
|
|
7
|
+
|
|
8
|
+
import Drawer from "../../node_modules/@mui/material/Drawer/Drawer.js";
|
|
9
|
+
function Notification({
|
|
10
|
+
title,
|
|
11
|
+
anchor = "right",
|
|
12
|
+
isOpen,
|
|
13
|
+
setIsOpen,
|
|
14
|
+
className,
|
|
15
|
+
handleClose,
|
|
16
|
+
secondaryButtonLabel,
|
|
17
|
+
onSecondaryButtonClick,
|
|
18
|
+
primaryButtonLabel,
|
|
19
|
+
onPrimaryButtonClick,
|
|
20
|
+
onSettingButtonClick,
|
|
21
|
+
handleSelectAll,
|
|
22
|
+
handleMarkReadAll,
|
|
23
|
+
handleMoveAllPending,
|
|
24
|
+
handleNotificationDeleteAll,
|
|
25
|
+
badgesList,
|
|
26
|
+
notificationTabs,
|
|
27
|
+
notificationPanels,
|
|
28
|
+
setNotificationPanels,
|
|
29
|
+
handleTabChange = () => {
|
|
30
|
+
},
|
|
31
|
+
moveToPendingDropdownOptions,
|
|
32
|
+
activeNotiTab,
|
|
33
|
+
activeBadge,
|
|
34
|
+
showBadgeLoader,
|
|
35
|
+
showNotificationListLoader,
|
|
36
|
+
displayFormat = "MM/DD/YYYY",
|
|
37
|
+
onNotificationScrollToBottom,
|
|
38
|
+
scrollThreshold,
|
|
39
|
+
isWithSearch = true,
|
|
40
|
+
isHoverOnCard = false,
|
|
41
|
+
isChipsExpandable = false,
|
|
42
|
+
isDeleteAlwaysVisible = false,
|
|
43
|
+
isEmptyState,
|
|
44
|
+
emptyStateTitle,
|
|
45
|
+
emptyStateDescription,
|
|
46
|
+
customNotificationJsx,
|
|
47
|
+
NotificationBodyComponent
|
|
48
|
+
}) {
|
|
49
|
+
const [expand, setExpand] = useState(false);
|
|
50
|
+
const BodyComponent = NotificationBodyComponent ?? NotificationBody;
|
|
51
|
+
const toggleDrawer = useCallback(
|
|
52
|
+
(_anchor, _open) => (event) => {
|
|
53
|
+
if (event.type === "keydown" && event.key !== "Tab" && event.key !== "Shift") {
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
if (handleClose) {
|
|
57
|
+
handleClose();
|
|
58
|
+
} else {
|
|
59
|
+
setIsOpen == null ? void 0 : setIsOpen(!isOpen);
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
[handleClose, isOpen, setIsOpen]
|
|
63
|
+
);
|
|
64
|
+
return /* @__PURE__ */ jsx(Drawer, { anchor, open: isOpen, onClose: toggleDrawer(anchor, false), children: /* @__PURE__ */ jsxs(
|
|
65
|
+
"div",
|
|
66
|
+
{
|
|
67
|
+
className: `impact-notification-container ${expand ? "impact-notification-container-expand" : ""} ${className ?? ""}`.trim(),
|
|
68
|
+
children: [
|
|
69
|
+
/* @__PURE__ */ jsx(
|
|
70
|
+
NotificationHeader,
|
|
71
|
+
{
|
|
72
|
+
anchor,
|
|
73
|
+
expand,
|
|
74
|
+
setExpand,
|
|
75
|
+
showBadgeLoader,
|
|
76
|
+
title,
|
|
77
|
+
toggleDrawer
|
|
78
|
+
}
|
|
79
|
+
),
|
|
80
|
+
/* @__PURE__ */ jsx(Suspense, { fallback: /* @__PURE__ */ jsx("div", { className: "impact-notification-body-container" }), children: /* @__PURE__ */ jsx(
|
|
81
|
+
BodyComponent,
|
|
82
|
+
{
|
|
83
|
+
activeBadge,
|
|
84
|
+
activeNotiTab,
|
|
85
|
+
badgesList,
|
|
86
|
+
customNotificationJsx,
|
|
87
|
+
displayFormat,
|
|
88
|
+
emptyStateDescription,
|
|
89
|
+
emptyStateTitle,
|
|
90
|
+
expand: !primaryButtonLabel && !secondaryButtonLabel,
|
|
91
|
+
handleMarkReadAll,
|
|
92
|
+
handleMoveAllPending,
|
|
93
|
+
handleNotificationDeleteAll,
|
|
94
|
+
handleSelectAll,
|
|
95
|
+
handleTabChange,
|
|
96
|
+
isChipsExpandable,
|
|
97
|
+
isDeleteAlwaysVisible,
|
|
98
|
+
isEmptyState,
|
|
99
|
+
isHoverOnCard,
|
|
100
|
+
isWithSearch,
|
|
101
|
+
moveToPendingDropdownOptions,
|
|
102
|
+
notificationPanels: notificationPanels ?? [],
|
|
103
|
+
notificationTabs: notificationTabs ?? [],
|
|
104
|
+
scrollThreshold,
|
|
105
|
+
setNotificationPanels,
|
|
106
|
+
showBadgeLoader,
|
|
107
|
+
showNotificationListLoader,
|
|
108
|
+
onNotificationScrollToBottom,
|
|
109
|
+
onSettingButtonClick
|
|
110
|
+
}
|
|
111
|
+
) }),
|
|
112
|
+
/* @__PURE__ */ jsx(
|
|
113
|
+
NotificationFooter,
|
|
114
|
+
{
|
|
115
|
+
primaryButtonLabel,
|
|
116
|
+
secondaryButtonLabel,
|
|
117
|
+
onPrimaryButtonClick,
|
|
118
|
+
onSecondaryButtonClick
|
|
119
|
+
}
|
|
120
|
+
)
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
) });
|
|
124
|
+
}
|
|
125
|
+
Notification.displayName = "Notification";
|
|
126
|
+
export {
|
|
127
|
+
Notification,
|
|
128
|
+
NotificationFooter,
|
|
129
|
+
NotificationHeader
|
|
130
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { NotificationBadgeList, NotificationListItemHandler, NotificationPanelItem, NotificationTabItem } from './Notification.types';
|
|
2
|
+
|
|
3
|
+
export declare function createToggleSelectHandler(): NotificationListItemHandler;
|
|
4
|
+
export declare const mockBadgeLists: NotificationBadgeList[];
|
|
5
|
+
export declare const mockNotificationTabs: NotificationTabItem[];
|
|
6
|
+
export declare const mockNotificationPanels: NotificationPanelItem[];
|
|
7
|
+
/** Single task-list panel — matches promo Notifications usage */
|
|
8
|
+
export declare const promoNotificationTabs: NotificationTabItem[];
|
|
9
|
+
export declare const promoNotificationPanels: NotificationPanelItem[];
|
|
10
|
+
export declare const moveToPendingDropdownOptions: {
|
|
11
|
+
label: string;
|
|
12
|
+
value: string;
|
|
13
|
+
}[];
|
|
14
|
+
//# sourceMappingURL=mockData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mockData.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/mockData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EAErB,2BAA2B,EAC3B,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,sBAAsB,CAAC;AAW9B,wBAAgB,yBAAyB,IAAI,2BAA2B,CAiBvE;AA8BD,eAAO,MAAM,cAAc,EAAE,qBAAqB,EAsBjD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,mBAAmB,EAGrD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,qBAAqB,EA8EzD,CAAC;AAEF,iEAAiE;AACjE,eAAO,MAAM,qBAAqB,EAAE,mBAAmB,EAEtD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,qBAAqB,EA2B1D,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;GAIxC,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { BaseComponentProps } from '../../types';
|
|
3
|
+
import { ButtonProps } from '../Button';
|
|
4
|
+
import { DrawerProps } from '@mui/material/Drawer';
|
|
5
|
+
|
|
6
|
+
export type PanelAnchor = 'left' | 'right' | 'top' | 'bottom';
|
|
7
|
+
export type PanelSize = 'medium' | 'large';
|
|
8
|
+
/**
|
|
9
|
+
* Panel (drawer) props. Extends MUI DrawerProps; anchor, open, onClose are required/overridden.
|
|
10
|
+
*/
|
|
11
|
+
export interface PanelProps extends BaseComponentProps, Omit<DrawerProps, 'anchor' | 'open' | 'onClose' | 'children' | 'title'> {
|
|
12
|
+
/** Drawer anchor position */
|
|
13
|
+
anchor?: PanelAnchor;
|
|
14
|
+
/** Whether the panel is open */
|
|
15
|
+
open: boolean;
|
|
16
|
+
/** Setter for open state (called with new value when drawer closes/opens) */
|
|
17
|
+
setIsOpen?: (open: boolean) => void;
|
|
18
|
+
/** Called when the panel should close (e.g. backdrop or close button) */
|
|
19
|
+
onClose?: () => void;
|
|
20
|
+
/** Panel title in the header */
|
|
21
|
+
title?: ReactNode;
|
|
22
|
+
/** Size of the panel (affects width) */
|
|
23
|
+
size?: PanelSize;
|
|
24
|
+
/** Custom width in pixels (overrides size when set) */
|
|
25
|
+
width?: number;
|
|
26
|
+
/** Z-index of the drawer paper */
|
|
27
|
+
zIndex?: number;
|
|
28
|
+
/** Primary action button label */
|
|
29
|
+
primaryButtonLabel?: ReactNode;
|
|
30
|
+
/** Secondary action button label */
|
|
31
|
+
secondaryButtonLabel?: ReactNode;
|
|
32
|
+
/** Called when primary button is clicked */
|
|
33
|
+
onPrimaryButtonClick?: () => void;
|
|
34
|
+
/** Called when secondary button is clicked */
|
|
35
|
+
onSecondaryButtonClick?: () => void;
|
|
36
|
+
/** Props passed to the primary button */
|
|
37
|
+
primaryButtonProps?: Partial<ButtonProps>;
|
|
38
|
+
/** Props passed to the secondary button */
|
|
39
|
+
secondaryButtonProps?: Partial<ButtonProps>;
|
|
40
|
+
/** Panel body content */
|
|
41
|
+
children?: ReactNode;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=Panel.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Panel.types.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/Panel.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAC9D,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE3C;;GAEG;AACH,MAAM,WAAW,UACf,SACE,kBAAkB,EAClB,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;IACzE,6BAA6B;IAC7B,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,6EAA6E;IAC7E,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,yEAAyE;IACzE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,gCAAgC;IAChC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,wCAAwC;IACxC,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,oCAAoC;IACpC,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC,4CAA4C;IAC5C,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,8CAA8C;IAC9C,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,yCAAyC;IACzC,kBAAkB,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAC1C,2CAA2C;IAC3C,oBAAoB,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAC5C,yBAAyB;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { PanelProps } from './Panel.types';
|
|
2
|
+
|
|
3
|
+
export type { PanelProps, PanelAnchor, PanelSize } from './Panel.types';
|
|
4
|
+
export declare function Panel({ className, title, size, anchor, open, setIsOpen, children, onClose, primaryButtonLabel, onPrimaryButtonClick, secondaryButtonLabel, onSecondaryButtonClick, primaryButtonProps, secondaryButtonProps, width, zIndex, ...args }: PanelProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAa,MAAM,eAAe,CAAC;AAC3D,OAAO,qBAAqB,CAAC;AAE7B,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAWxE,wBAAgB,KAAK,CAAC,EACpB,SAAS,EACT,KAAK,EACL,IAAI,EACJ,MAAgB,EAChB,IAAI,EACJ,SAAS,EACT,QAAQ,EACR,OAAO,EACP,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,EACpB,KAAK,EACL,MAAa,EACb,GAAG,IAAI,EACR,EAAE,UAAU,2CAmGZ"}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode(".impact_drawer_container_medium{height:100%;width:375px}.impact_drawer_container_large{height:100%;width:526px}.MuiBox-root{width:auto}.impact_drawer_container .impact_drawer_header{align-items:center;background:#eceefd;display:flex;height:40px;justify-content:space-between;padding:0 16px;position:sticky;top:0;z-index:1}.impact_drawer_container .impact_drawer_header .impact_drawer_heading{font-size:16px;font-weight:700}.impact_drawer_container .impact_drawer_header .close_icon{background:url(https://impact-kit.devs.iaproducts.ai/api/v1/files/uploads/impact-ui/prod/icons/close.svg) no-repeat;background-position:50%;background-size:16px;cursor:pointer;height:16px;width:16px}.impact_drawer_container .impact_drawer_body{height:calc(100% - 100px);overflow-y:auto;padding:16px;position:relative;width:100%;z-index:0}.impact_drawer_container .impact_drawer_footer{align-items:center;background:#fff;border-top:1px solid #d9dde7;bottom:0;display:flex;gap:8px;height:56px;justify-content:flex-end;left:0;padding:0 16px;position:absolute;right:0;z-index:1}.impact_drawer_container .impact_drawer_footer .ia-styles.ia-btn.ia-btn-link{text-decoration:none}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}}();
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { Button } from "../Button/index.js";
|
|
4
|
+
|
|
5
|
+
import Drawer from "../../node_modules/@mui/material/Drawer/Drawer.js";
|
|
6
|
+
function getSize(size) {
|
|
7
|
+
switch (size) {
|
|
8
|
+
case "medium":
|
|
9
|
+
return "impact_drawer_container_medium";
|
|
10
|
+
default:
|
|
11
|
+
return "impact_drawer_container_large";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
function Panel({
|
|
15
|
+
className,
|
|
16
|
+
title,
|
|
17
|
+
size,
|
|
18
|
+
anchor = "right",
|
|
19
|
+
open,
|
|
20
|
+
setIsOpen,
|
|
21
|
+
children,
|
|
22
|
+
onClose,
|
|
23
|
+
primaryButtonLabel,
|
|
24
|
+
onPrimaryButtonClick,
|
|
25
|
+
secondaryButtonLabel,
|
|
26
|
+
onSecondaryButtonClick,
|
|
27
|
+
primaryButtonProps,
|
|
28
|
+
secondaryButtonProps,
|
|
29
|
+
width,
|
|
30
|
+
zIndex = 1500,
|
|
31
|
+
...args
|
|
32
|
+
}) {
|
|
33
|
+
const toggleDrawer = (_anchor, isOpen) => (event, _reason) => {
|
|
34
|
+
const e = event;
|
|
35
|
+
if (e.type === "keydown" && (e.key === "Tab" || e.key === "Shift")) {
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
if (onClose) {
|
|
39
|
+
onClose();
|
|
40
|
+
}
|
|
41
|
+
setIsOpen == null ? void 0 : setIsOpen(isOpen);
|
|
42
|
+
};
|
|
43
|
+
if (!secondaryButtonLabel && !primaryButtonLabel) {
|
|
44
|
+
return /* @__PURE__ */ jsx(
|
|
45
|
+
Drawer,
|
|
46
|
+
{
|
|
47
|
+
anchor,
|
|
48
|
+
open,
|
|
49
|
+
sx: {
|
|
50
|
+
"& .MuiDrawer-paper": {
|
|
51
|
+
zIndex: `${zIndex}`
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
onClose: toggleDrawer(anchor, false),
|
|
55
|
+
children: /* @__PURE__ */ jsxs(
|
|
56
|
+
"div",
|
|
57
|
+
{
|
|
58
|
+
className: `impact_drawer_container ${getSize(size)} ${className}`,
|
|
59
|
+
style: { width: `${width}px` },
|
|
60
|
+
...args,
|
|
61
|
+
children: [
|
|
62
|
+
/* @__PURE__ */ jsxs("div", { className: "impact_drawer_header", children: [
|
|
63
|
+
/* @__PURE__ */ jsx("div", { className: "impact_drawer_heading", children: title }),
|
|
64
|
+
/* @__PURE__ */ jsx(
|
|
65
|
+
"span",
|
|
66
|
+
{
|
|
67
|
+
"aria-label": "Close",
|
|
68
|
+
className: "close_icon",
|
|
69
|
+
"data-testid": "panel-close-button",
|
|
70
|
+
role: "button",
|
|
71
|
+
tabIndex: 0,
|
|
72
|
+
onClick: toggleDrawer(anchor, false),
|
|
73
|
+
onKeyDown: (e) => {
|
|
74
|
+
if (e.key === "Enter" || e.key === " ") toggleDrawer(anchor, false)(e);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
)
|
|
78
|
+
] }),
|
|
79
|
+
/* @__PURE__ */ jsx("div", { className: "impact_drawer_body", style: { height: "calc(100% - 40px)" }, children })
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
}
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
return /* @__PURE__ */ jsx(
|
|
87
|
+
Drawer,
|
|
88
|
+
{
|
|
89
|
+
anchor,
|
|
90
|
+
open,
|
|
91
|
+
sx: {
|
|
92
|
+
"& .MuiDrawer-paper": {
|
|
93
|
+
zIndex: `${zIndex}`
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
onClose: toggleDrawer(anchor, false),
|
|
97
|
+
children: /* @__PURE__ */ jsxs(
|
|
98
|
+
"div",
|
|
99
|
+
{
|
|
100
|
+
className: `impact_drawer_container ${getSize(size)} ${className}`,
|
|
101
|
+
style: { width: `${width}px` },
|
|
102
|
+
...args,
|
|
103
|
+
children: [
|
|
104
|
+
/* @__PURE__ */ jsxs("div", { className: "impact_drawer_header", children: [
|
|
105
|
+
/* @__PURE__ */ jsx("div", { className: "impact_drawer_heading", children: title }),
|
|
106
|
+
/* @__PURE__ */ jsx(
|
|
107
|
+
"span",
|
|
108
|
+
{
|
|
109
|
+
"aria-label": "Close",
|
|
110
|
+
className: "close_icon",
|
|
111
|
+
"data-testid": "panel-close-button",
|
|
112
|
+
role: "button",
|
|
113
|
+
tabIndex: 0,
|
|
114
|
+
onClick: toggleDrawer(anchor, false),
|
|
115
|
+
onKeyDown: (e) => {
|
|
116
|
+
if (e.key === "Enter" || e.key === " ") toggleDrawer(anchor, false)(e);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
)
|
|
120
|
+
] }),
|
|
121
|
+
/* @__PURE__ */ jsx("div", { className: "impact_drawer_body", children }),
|
|
122
|
+
/* @__PURE__ */ jsxs("div", { className: "impact_drawer_footer", children: [
|
|
123
|
+
secondaryButtonLabel && /* @__PURE__ */ jsx(Button, { variant: "url", onClick: onSecondaryButtonClick, ...secondaryButtonProps, children: secondaryButtonLabel }),
|
|
124
|
+
primaryButtonLabel && /* @__PURE__ */ jsx(Button, { onClick: onPrimaryButtonClick, ...primaryButtonProps, children: primaryButtonLabel })
|
|
125
|
+
] })
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
)
|
|
129
|
+
}
|
|
130
|
+
);
|
|
131
|
+
}
|
|
132
|
+
export {
|
|
133
|
+
Panel
|
|
134
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { BaseComponentProps } from '../../types';
|
|
3
|
+
import { ButtonProps } from '../Button';
|
|
4
|
+
import { PopoverProps as MUIPopoverProps } from '@mui/material/Popover';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Popover props. Extends MUI PopoverProps; custom title and footer are added.
|
|
8
|
+
*/
|
|
9
|
+
export interface PopoverProps extends BaseComponentProps, Omit<MUIPopoverProps, 'title'> {
|
|
10
|
+
/** Popover header title */
|
|
11
|
+
title?: ReactNode;
|
|
12
|
+
/** Called when popover should close (e.g. close icon or backdrop) */
|
|
13
|
+
onClose?: (event: unknown, reason: 'backdropClick' | 'escapeKeyDown') => void;
|
|
14
|
+
/** Primary action button label */
|
|
15
|
+
primaryButtonLabel?: ReactNode;
|
|
16
|
+
/** Secondary action button label */
|
|
17
|
+
secondaryButtonLabel?: ReactNode;
|
|
18
|
+
/** Called when primary button is clicked */
|
|
19
|
+
onPrimaryButtonClick?: () => void;
|
|
20
|
+
/** Called when secondary button is clicked */
|
|
21
|
+
onSecondaryButtonClick?: () => void;
|
|
22
|
+
/** Props passed to the primary button */
|
|
23
|
+
primaryButtonProps?: Partial<ButtonProps>;
|
|
24
|
+
/** Props passed to the secondary button */
|
|
25
|
+
secondaryButtonProps?: Partial<ButtonProps>;
|
|
26
|
+
/** Popover body content */
|
|
27
|
+
children?: ReactNode;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=Popover.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popover.types.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,YAAY,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7E;;GAEG;AACH,MAAM,WAAW,YAAa,SAAQ,kBAAkB,EAAE,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC;IACtF,2BAA2B;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,qEAAqE;IACrE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,eAAe,GAAG,eAAe,KAAK,IAAI,CAAC;IAC9E,kCAAkC;IAClC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,oCAAoC;IACpC,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC,4CAA4C;IAC5C,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,8CAA8C;IAC9C,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,yCAAyC;IACzC,kBAAkB,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAC1C,2CAA2C;IAC3C,oBAAoB,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAC5C,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PopoverProps } from './Popover.types';
|
|
2
|
+
|
|
3
|
+
export type { PopoverProps } from './Popover.types';
|
|
4
|
+
/**
|
|
5
|
+
* Popover with optional title, body, and footer actions. Wraps MUI Popover.
|
|
6
|
+
*/
|
|
7
|
+
export declare function Popover({ children, title, onClose, primaryButtonLabel, secondaryButtonLabel, onPrimaryButtonClick, onSecondaryButtonClick, primaryButtonProps, secondaryButtonProps, slotProps, 'data-testid': dataTestId, ...props }: PopoverProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare namespace Popover {
|
|
9
|
+
var displayName: string;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,uBAAuB,CAAC;AAE/B,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;GAEG;AACH,wBAAgB,OAAO,CAAC,EACtB,QAAQ,EACR,KAAK,EACL,OAAO,EACP,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,aAAa,EAAE,UAAU,EACzB,GAAG,KAAK,EACT,EAAE,YAAY,2CA2Dd;yBAxEe,OAAO"}
|