impact-ui 4.0.0-alpha.2 → 4.0.0-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/MIGRATION_GUIDE.md +37 -7
- package/README.md +6 -6
- package/bin/migrate.js +5 -5
- package/codemods/transform.js +17 -23
- package/dist/components/Accordion/index.js +8 -8
- package/dist/components/AccordionModern/SortableAccordionComp.js +7 -7
- package/dist/components/AccordionModern/index.js +2 -2
- package/dist/components/Alert/index.js +14 -14
- package/dist/components/Avatar/index.js +2 -2
- package/dist/components/Badge/filled/filledIconLabelBadges/index.js +1 -1
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +1 -1
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +1 -1
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +1 -1
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +1 -1
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +1 -1
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +1 -1
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +1 -1
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +1 -1
- package/dist/components/Breadcrumbs/index.js +10 -10
- package/dist/components/Button/index.js +3 -3
- package/dist/components/ButtonGroup/index.js +4 -4
- package/dist/components/Card/index.js +2 -2
- package/dist/components/Chart/index.d.ts.map +1 -1
- package/dist/components/Chart/index.js +20 -19
- package/dist/components/Chatbot/bookMarkPanel.d.ts.map +1 -1
- package/dist/components/Chatbot/bookMarkPanel.js +9 -8
- package/dist/components/Chatbot/chatBotLandingScreen.js +2 -2
- package/dist/components/Chatbot/chatInput.d.ts.map +1 -1
- package/dist/components/Chatbot/chatInput.js +11 -11
- package/dist/components/Chatbot/chatbotModuleMenu.d.ts.map +1 -1
- package/dist/components/Chatbot/chatbotModuleMenu.js +13 -12
- package/dist/components/Chatbot/constant.d.ts.map +1 -1
- package/dist/components/Chatbot/constant.js +6 -5
- package/dist/components/Chatbot/customScreen.js +2 -2
- package/dist/components/Chatbot/historyPanel.d.ts.map +1 -1
- package/dist/components/Chatbot/historyPanel.js +2 -1
- package/dist/components/Chatbot/index.d.ts.map +1 -1
- package/dist/components/Chatbot/index.js +2 -1
- package/dist/components/Chatbot/newChatComponent.d.ts.map +1 -1
- package/dist/components/Chatbot/newChatComponent.js +3 -2
- package/dist/components/Checkbox/Dashed.js +3 -3
- package/dist/components/Checkbox/Default.js +3 -3
- package/dist/components/Checkbox/WithDropDown.js +7 -7
- package/dist/components/Checkbox/WithoutFormLabel.js +2 -2
- package/dist/components/Chips/index.js +1 -1
- package/dist/components/CreateItemFlow/index.d.ts.map +1 -1
- package/dist/components/CreateItemFlow/index.js +4 -3
- package/dist/components/DatePicker/showMonthYearSelect.js +3 -3
- package/dist/components/DateRangePicker/dateRangePickerInput.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerInput.js +2 -1
- package/dist/components/DynamicLayout/index.js +2 -2
- package/dist/components/EmptyState/EmptyStateImage.d.ts +0 -1
- package/dist/components/EmptyState/EmptyStateImage.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyStateImage.js +17 -36
- package/dist/components/FileUpload/fileUploadAssets.loader.d.ts +1 -3
- package/dist/components/FileUpload/fileUploadAssets.loader.d.ts.map +1 -1
- package/dist/components/FileUpload/fileUploadAssets.loader.js +17 -48
- package/dist/components/FileUpload/index.js +2 -2
- package/dist/components/FilterPanel/FilterPanelHeader.js +2 -2
- package/dist/components/FilterPanel/PanelSidebar.js +4 -4
- package/dist/components/FilterPanel/index.js +1 -1
- package/dist/components/FiltersStrip/AppliedFilters.js +2 -2
- package/dist/components/FiltersStrip/FilterDropDown.js +2 -2
- package/dist/components/FiltersStrip/FilterSlider.js +8 -8
- package/dist/components/FiltersStrip/index.js +2 -2
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +7 -6
- package/dist/components/HomePage/constants.d.ts.map +1 -1
- package/dist/components/HomePage/constants.js +67 -66
- package/dist/components/HomePage/index.d.ts.map +1 -1
- package/dist/components/HomePage/index.js +64 -9
- package/dist/components/Input/HelperText.js +2 -2
- package/dist/components/Input/InputWithIcon.js +2 -2
- package/dist/components/Input/VanillaInput.js +2 -2
- package/dist/components/Loader/index.js +2 -2
- package/dist/components/Menu/IconMenuItem.js +4 -4
- package/dist/components/Menu/MenuHeaderInfo.d.ts.map +1 -1
- package/dist/components/Menu/MenuHeaderInfo.js +3 -2
- package/dist/components/Menu/NestedMenuItem.js +2 -2
- package/dist/components/Menu/index.js +2 -2
- package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -3
- package/dist/components/Modal/index.js +4 -4
- package/dist/components/Notification/NotificationBody/index.js +2 -2
- package/dist/components/Notification/index.js +1 -1
- package/dist/components/Panel/index.js +1 -1
- package/dist/components/Popover/index.js +4 -4
- package/dist/components/ProgressBar/index.js +1 -1
- package/dist/components/Prompt/index.js +7 -7
- package/dist/components/RadioButtonGroup/index.js +3 -3
- package/dist/components/Select/customGroupHeading.js +1 -1
- package/dist/components/Select/index.js +4 -4
- package/dist/components/Select/menuList.js +2 -2
- package/dist/components/Select/optionList.js +3 -3
- package/dist/components/Sidebar/ChildMenu.js +1 -1
- package/dist/components/Sidebar/ParentMenu.js +6 -6
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarActions.js +2 -1
- package/dist/components/Sidebar/SidebarMenus.js +2 -2
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Sidebar/index.js +4 -3
- package/dist/components/Slider/index.js +4 -4
- package/dist/components/Stepper/index.js +5 -5
- package/dist/components/Switch/index.js +2 -2
- package/dist/components/Table/AgGridHeader.d.ts.map +1 -1
- package/dist/components/Table/AgGridHeader.js +18 -17
- package/dist/components/Table/CommentsPortal.d.ts.map +1 -1
- package/dist/components/Table/CommentsPortal.js +5 -4
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.js +4 -4
- package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.js +3 -3
- package/dist/components/Table/NoComments.js +2 -2
- package/dist/components/Table/TableImpl.d.ts +1 -2
- package/dist/components/Table/TableImpl.d.ts.map +1 -1
- package/dist/components/Table/TableImpl.js +7 -6
- package/dist/components/Table/commentPanel.d.ts.map +1 -1
- package/dist/components/Table/commentPanel.js +8 -7
- package/dist/components/Table/tableFunctions.d.ts +1 -3
- package/dist/components/Table/tableFunctions.d.ts.map +1 -1
- package/dist/components/Table/tableFunctions.js +26 -25
- package/dist/components/Table/tableHeader.d.ts.map +1 -1
- package/dist/components/Table/tableHeader.js +3 -2
- package/dist/components/Table/tableMoreOptions.d.ts.map +1 -1
- package/dist/components/Table/tableMoreOptions.js +3 -1
- package/dist/components/Table/tablePagination.js +2 -2
- package/dist/components/Table/tableSettings.js +6 -6
- package/dist/components/Table/withCommentIcon.d.ts.map +1 -1
- package/dist/components/Table/withCommentIcon.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.js +1 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.js +1 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.js +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.js +5 -4
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderButton/ChatHeaderButton.js +2 -2
- package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.js +11 -11
- package/dist/components/TableChat/components/TableChatLeftSection/ChatIconButton/ChatIconButton.js +2 -2
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +13 -12
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +2 -2
- package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.js +5 -4
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.js +7 -6
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.js +2 -0
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +19 -16
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +5 -2
- package/dist/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.js +3 -3
- package/dist/components/TableChat/components/TableChatRightSection/FileUploader/FileUploader.js +8 -14
- package/dist/components/TableChat/components/TableChatRightSection/ImageUploader/ImageUploader.js +5 -8
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.js +10 -22
- package/dist/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.d.ts.map +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +4 -3
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +38 -38
- package/dist/components/TableChat/components/TextEditor/Mention.js +8 -8
- package/dist/components/TableChat/components/TextEditor/suggestion.js +2 -2
- package/dist/components/Tabs/TabPanel.js +1 -1
- package/dist/components/Tabs/index.js +4 -4
- package/dist/components/Tag/filled.js +3 -3
- package/dist/components/Tag/solid.js +3 -3
- package/dist/components/Tag/stroke.js +3 -3
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/Toast/index.js +1 -1
- package/dist/components/Tooltip/index.js +2 -2
- package/dist/components/common/HelperText/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +3 -1
- package/dist/mcp-component-registry.json +3614 -0
- package/dist/node_modules/react-dates/lib/initialize.js +2 -2
- package/dist/node_modules/react-dates/lib/utils/registerCSSInterfaceWithDefaultTheme.js +4 -4
- package/dist/node_modules/react-dates/lib/utils/registerInterfaceWithDefaultTheme.js +2 -2
- package/dist/styles/style.css +1 -1
- 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/eslint-plugin/rules/no-barrel-import.js +21 -9
- package/package.json +6 -6
- package/dist/_virtual/Add.js +0 -4
- package/dist/_virtual/AttachFile.js +0 -4
- package/dist/_virtual/AutoFixHigh.js +0 -4
- package/dist/_virtual/Block.js +0 -4
- package/dist/_virtual/Brush.js +0 -4
- package/dist/_virtual/Cancel.js +0 -4
- package/dist/_virtual/CheckCircle.js +0 -4
- package/dist/_virtual/ChevronLeft.js +0 -4
- package/dist/_virtual/ChevronRight.js +0 -4
- package/dist/_virtual/ChevronRightOutlined.js +0 -4
- package/dist/_virtual/Clear.js +0 -4
- package/dist/_virtual/Close.js +0 -4
- package/dist/_virtual/CloseOutlined.js +0 -4
- package/dist/_virtual/DeleteOutlineOutlined.js +0 -4
- package/dist/_virtual/DeleteOutlined.js +0 -4
- package/dist/_virtual/DragIndicator.js +0 -4
- package/dist/_virtual/ErrorOutline.js +0 -4
- package/dist/_virtual/ExpandLess.js +0 -4
- package/dist/_virtual/ExpandMore.js +0 -4
- package/dist/_virtual/FileDownloadOutlined.js +0 -4
- package/dist/_virtual/FilterList.js +0 -4
- package/dist/_virtual/FormatBold.js +0 -4
- package/dist/_virtual/FormatColorTextOutlined.js +0 -4
- package/dist/_virtual/FormatItalic.js +0 -4
- package/dist/_virtual/FormatListBulleted.js +0 -4
- package/dist/_virtual/FormatListNumbered.js +0 -4
- package/dist/_virtual/Image.js +0 -4
- package/dist/_virtual/Info.js +0 -4
- package/dist/_virtual/InsertEmoticon.js +0 -4
- package/dist/_virtual/IsConstructor.js +0 -4
- package/dist/_virtual/KeyboardArrowDown.js +0 -4
- package/dist/_virtual/KeyboardArrowDownOutlined.js +0 -4
- package/dist/_virtual/KeyboardArrowLeft.js +0 -4
- package/dist/_virtual/KeyboardArrowRight.js +0 -4
- package/dist/_virtual/KeyboardArrowRightOutlined.js +0 -4
- package/dist/_virtual/KeyboardArrowUp.js +0 -4
- package/dist/_virtual/Link.js +0 -4
- package/dist/_virtual/Looks3.js +0 -4
- package/dist/_virtual/Looks4.js +0 -4
- package/dist/_virtual/Looks5.js +0 -4
- package/dist/_virtual/Looks6.js +0 -4
- package/dist/_virtual/LooksOne.js +0 -4
- package/dist/_virtual/LooksTwo.js +0 -4
- package/dist/_virtual/MoreHoriz.js +0 -4
- package/dist/_virtual/MoreVert.js +0 -4
- package/dist/_virtual/North.js +0 -4
- package/dist/_virtual/NotificationsOff.js +0 -4
- package/dist/_virtual/SaveOutlined.js +0 -4
- package/dist/_virtual/Search.js +0 -4
- package/dist/_virtual/SearchOutlined.js +0 -4
- package/dist/_virtual/SettingsOutlined.js +0 -4
- package/dist/_virtual/StrikethroughS.js +0 -4
- package/dist/_virtual/TableChartOutlined.js +0 -4
- package/dist/_virtual/Tune.js +0 -4
- package/dist/_virtual/ViewColumnOutlined.js +0 -4
- package/dist/_virtual/Warning.js +0 -4
- package/dist/_virtual/___vite-browser-external.js +0 -6
- package/dist/_virtual/__vite-browser-external.js +0 -4
- package/dist/_virtual/_commonjsHelpers.js +0 -33
- package/dist/_virtual/colorManipulator.js +0 -4
- package/dist/_virtual/constants.js +0 -4
- package/dist/_virtual/createStyled.js +0 -4
- package/dist/_virtual/createSvgIcon.js +0 -4
- package/dist/_virtual/extends.js +0 -6
- package/dist/_virtual/getClassName.js +0 -4
- package/dist/_virtual/heatmap.js +0 -4
- package/dist/_virtual/highcharts-3d.js +0 -4
- package/dist/_virtual/highcharts-more.js +0 -4
- package/dist/_virtual/highcharts-react.min.js +0 -4
- package/dist/_virtual/highcharts.js +0 -4
- package/dist/_virtual/index.js +0 -4
- package/dist/_virtual/index10.js +0 -6
- package/dist/_virtual/index11.js +0 -6
- package/dist/_virtual/index12.js +0 -6
- package/dist/_virtual/index13.js +0 -6
- package/dist/_virtual/index14.js +0 -4
- package/dist/_virtual/index15.js +0 -4
- package/dist/_virtual/index16.js +0 -4
- package/dist/_virtual/index17.js +0 -4
- package/dist/_virtual/index2.js +0 -6
- package/dist/_virtual/index3.js +0 -4
- package/dist/_virtual/index4.js +0 -4
- package/dist/_virtual/index5.js +0 -6
- package/dist/_virtual/index6.js +0 -6
- package/dist/_virtual/index7.js +0 -4
- package/dist/_virtual/index8.js +0 -6
- package/dist/_virtual/index9.js +0 -6
- package/dist/_virtual/interopRequireDefault.js +0 -4
- package/dist/_virtual/objectWithoutPropertiesLoose.js +0 -4
- package/dist/_virtual/react-is.development.js +0 -4
- package/dist/_virtual/react-is.development2.js +0 -4
- package/dist/_virtual/react-is.development3.js +0 -4
- package/dist/_virtual/react-is.production.js +0 -4
- package/dist/_virtual/react-is.production.min.js +0 -4
- package/dist/_virtual/react-is.production.min2.js +0 -4
- package/dist/_virtual/separateStyles.js +0 -4
- package/dist/_virtual/stock.js +0 -4
- package/dist/_virtual/treemap.js +0 -4
- package/dist/_virtual/useThemeWithoutDefault.js +0 -4
- package/dist/_virtual/venn.js +0 -4
- package/dist/assets/Chart-dropdown.svg.js +0 -4
- package/dist/assets/CheckTickAll.svg.js +0 -4
- package/dist/assets/Collapse.svg.js +0 -4
- package/dist/assets/Comment.svg.js +0 -4
- package/dist/assets/Down.svg.js +0 -4
- package/dist/assets/IA_Logo.svg.js +0 -4
- package/dist/assets/MoreHorizontal.svg.js +0 -4
- package/dist/assets/Up.svg.js +0 -4
- package/dist/assets/active-notificationIcon.svg.js +0 -4
- package/dist/assets/activeModuleIcon.svg.js +0 -4
- package/dist/assets/bell.svg.js +0 -4
- package/dist/assets/bookmarkIcon.svg.js +0 -4
- package/dist/assets/calendar.svg.js +0 -4
- package/dist/assets/chat-home-icon.svg.js +0 -4
- package/dist/assets/chatBotMicIcon.svg.js +0 -4
- package/dist/assets/chatBotRefreshIcon.svg.js +0 -4
- package/dist/assets/chatBotSendIcon.svg.js +0 -4
- package/dist/assets/chatIcon.svg.js +0 -4
- package/dist/assets/chatbotBannerIcon.svg.js +0 -4
- package/dist/assets/chatbotStopIcon.svg.js +0 -4
- package/dist/assets/checkBlueIcon.svg.js +0 -4
- package/dist/assets/checkGreeIcon.svg.js +0 -4
- package/dist/assets/checkIcon.svg.js +0 -4
- package/dist/assets/clientLogos/Balsam.svg.js +0 -4
- package/dist/assets/clientLogos/Starboard.svg.js +0 -4
- package/dist/assets/clientLogos/figs.svg.js +0 -4
- package/dist/assets/close.svg.js +0 -4
- package/dist/assets/collapse-icon.svg.js +0 -4
- package/dist/assets/comment-indicator.svg.js +0 -4
- package/dist/assets/commentEmptyStateIcon.svg.js +0 -4
- package/dist/assets/createFlowImage.svg.js +0 -4
- package/dist/assets/csv-icon.svg.js +0 -4
- package/dist/assets/defaultViewIcon.svg.js +0 -4
- package/dist/assets/defaultViewIconActive.svg.js +0 -4
- package/dist/assets/delete-black.svg.js +0 -4
- package/dist/assets/deleteIcon.svg.js +0 -4
- package/dist/assets/deleteRedIcon.svg.js +0 -4
- package/dist/assets/downArrow.svg.js +0 -4
- package/dist/assets/edit-black.svg.js +0 -4
- package/dist/assets/editYellowIcon.svg.js +0 -4
- package/dist/assets/excel-icon.svg.js +0 -4
- package/dist/assets/expand-icon.svg.js +0 -4
- package/dist/assets/failed-csv-icon.svg.js +0 -4
- package/dist/assets/failed-excel-icon.svg.js +0 -4
- package/dist/assets/file-upload-error.svg.js +0 -4
- package/dist/assets/file-upload.svg.js +0 -4
- package/dist/assets/fileUploadDownloadIcon.svg.js +0 -4
- package/dist/assets/fileUploadRetryIcon.svg.js +0 -4
- package/dist/assets/hamburger-close.svg.js +0 -4
- package/dist/assets/help-icon.svg.js +0 -4
- package/dist/assets/historyIcon.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon1.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon2.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon3.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon4.svg.js +0 -4
- package/dist/assets/landingPageAssets/agenticIcons/starIcon5.svg.js +0 -4
- package/dist/assets/landingPageAssets/book-demo.svg.js +0 -4
- package/dist/assets/landingPageAssets/configuration_icon.svg.js +0 -4
- package/dist/assets/landingPageAssets/launch.svg.js +0 -4
- package/dist/assets/listIcon.svg.js +0 -4
- package/dist/assets/logout-icon.svg.js +0 -4
- package/dist/assets/material-symbols_sort.svg.js +0 -4
- package/dist/assets/message-icon-disabled.svg.js +0 -4
- package/dist/assets/message-icon.svg.js +0 -4
- package/dist/assets/newChatIcon.svg.js +0 -4
- package/dist/assets/no-filter-results.svg.js +0 -4
- package/dist/assets/notAllowedGreenIcon.svg.js +0 -4
- package/dist/assets/notification-dnd.svg.js +0 -4
- package/dist/assets/pageIcon.svg.js +0 -4
- package/dist/assets/pencilIcon.svg.js +0 -4
- package/dist/assets/pinedIcon.svg.js +0 -4
- package/dist/assets/pinnedIcon.svg.js +0 -4
- package/dist/assets/saveViewDeleteIcon.svg.js +0 -4
- package/dist/assets/saveViewEditIcon.svg.js +0 -4
- package/dist/assets/saveViewIcon.svg.js +0 -4
- package/dist/assets/search.svg.js +0 -4
- package/dist/assets/searchIcon.svg.js +0 -4
- package/dist/assets/searchIconTable.svg.js +0 -4
- package/dist/assets/sendIcon.svg.js +0 -4
- package/dist/assets/smartBotAlan.svg.js +0 -4
- package/dist/assets/success-fill.svg.js +0 -4
- package/dist/assets/success-gray.svg.js +0 -4
- package/dist/assets/sun.png.js +0 -4
- package/dist/assets/tableSettingIcon.svg.js +0 -4
- package/dist/assets/tableSortIcon.svg.js +0 -4
- package/dist/assets/text-icon.svg.js +0 -4
- package/dist/assets/thumbsUpYellowIcon.svg.js +0 -4
- package/dist/assets/thumbsupBlueIcon.svg.js +0 -4
- package/dist/assets/treadChatIcon.svg.js +0 -4
- package/dist/assets/treedotIcon.svg.js +0 -4
- package/dist/assets/unpinedIcon.svg.js +0 -4
- package/dist/assets/upload-close-icon.svg.js +0 -4
- package/dist/assets/upload-pause-icon.svg.js +0 -4
- package/dist/assets/uploadDownloadIcon.svg.js +0 -4
- package/dist/assets/userPlusIcon1.svg.js +0 -4
- package/dist/assets/warningRedIcon.svg.js +0 -4
- package/dist/assets/webp/clientLogos/PACSUN.webp.js +0 -4
- package/dist/assets/webp/clientLogos/aaa.webp.js +0 -4
- package/dist/assets/webp/clientLogos/al-futtaim.webp.js +0 -4
- package/dist/assets/webp/clientLogos/arhaus.webp.js +0 -4
- package/dist/assets/webp/clientLogos/asley-stewart.webp.js +0 -4
- package/dist/assets/webp/clientLogos/briscoe.webp.js +0 -4
- package/dist/assets/webp/clientLogos/carters.webp.js +0 -4
- package/dist/assets/webp/clientLogos/cb.webp.js +0 -4
- package/dist/assets/webp/clientLogos/coach.webp.js +0 -4
- package/dist/assets/webp/clientLogos/dollargeneral.webp.js +0 -4
- package/dist/assets/webp/clientLogos/fossil.webp.js +0 -4
- package/dist/assets/webp/clientLogos/jared.webp.js +0 -4
- package/dist/assets/webp/clientLogos/katespade.webp.js +0 -4
- package/dist/assets/webp/clientLogos/kay.webp.js +0 -4
- package/dist/assets/webp/clientLogos/kik.webp.js +0 -4
- package/dist/assets/webp/clientLogos/leslies.webp.js +0 -4
- package/dist/assets/webp/clientLogos/lovisa_1.webp.js +0 -4
- package/dist/assets/webp/clientLogos/lsco_logo_red.webp.js +0 -4
- package/dist/assets/webp/clientLogos/m-s.webp.js +0 -4
- package/dist/assets/webp/clientLogos/oshkosh.webp.js +0 -4
- package/dist/assets/webp/clientLogos/pantagonia.webp.js +0 -4
- package/dist/assets/webp/clientLogos/pink.webp.js +0 -4
- package/dist/assets/webp/clientLogos/pitta-roso.webp.js +0 -4
- package/dist/assets/webp/clientLogos/psp.webp.js +0 -4
- package/dist/assets/webp/clientLogos/ralphlauren.webp.js +0 -4
- package/dist/assets/webp/clientLogos/rebel.webp.js +0 -4
- package/dist/assets/webp/clientLogos/scarpe.webp.js +0 -4
- package/dist/assets/webp/clientLogos/signet.webp.js +0 -4
- package/dist/assets/webp/clientLogos/so5.webp.js +0 -4
- package/dist/assets/webp/clientLogos/spanx.webp.js +0 -4
- package/dist/assets/webp/clientLogos/stevemadden.webp.js +0 -4
- package/dist/assets/webp/clientLogos/stuart.webp.js +0 -4
- package/dist/assets/webp/clientLogos/tillys.webp.js +0 -4
- package/dist/assets/webp/clientLogos/tommy-bahama.webp.js +0 -4
- package/dist/assets/webp/clientLogos/vs.webp.js +0 -4
- package/dist/assets/webp/clientLogos/zales.webp.js +0 -4
- package/dist/assets/webp/emptyState1.webp.js +0 -4
- package/dist/assets/webp/emptyState2.webp.js +0 -4
- package/dist/assets/webp/emptyState3.webp.js +0 -4
- package/dist/assets/webp/emptyState4.webp.js +0 -4
- package/dist/assets/webp/emptyState5.webp.js +0 -4
- package/dist/assets/webp/emptyState6.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/1.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/10.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/11.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/12.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/13.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/14.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/15.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/17.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/19.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/2.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/20.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/21.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/22.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/23.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/24.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/3.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/4.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/5.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/6.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/7.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/agenticIcons/8.webp.js +0 -4
- package/dist/assets/webp/landingPageAssets/carouselImages/image-2.webp.js +0 -4
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -8
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -7
- package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -7
- package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
- package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -17
- package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -12
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +0 -12
- package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -8
- package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -16
- package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -7
- package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -13
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -24
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -6
- package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -25
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -12
- package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -10
- package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -8
- package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
- package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -10
- package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -10
- package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -14
- package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -9
- package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
- package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -11
- package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -13
- package/dist/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -22
- package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +0 -59
- package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +0 -3405
- package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +0 -418
- package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +0 -301
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +0 -311
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -31
- package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js +0 -11
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -10
- package/dist/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +0 -85
- package/dist/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +0 -100
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -173
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -83
- package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js +0 -130
- package/dist/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +0 -146
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -53
- package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.browser.esm.js +0 -11
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +0 -45
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -257
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -122
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -34
- package/dist/node_modules/@mui/base/TextareaAutosize/TextareaAutosize.js +0 -195
- package/dist/node_modules/@mui/icons-material/Add.js +0 -17
- package/dist/node_modules/@mui/icons-material/AttachFile.js +0 -17
- package/dist/node_modules/@mui/icons-material/AutoFixHigh.js +0 -17
- package/dist/node_modules/@mui/icons-material/Block.js +0 -17
- package/dist/node_modules/@mui/icons-material/Brush.js +0 -17
- package/dist/node_modules/@mui/icons-material/Cancel.js +0 -17
- package/dist/node_modules/@mui/icons-material/CheckCircle.js +0 -17
- package/dist/node_modules/@mui/icons-material/ChevronLeft.js +0 -17
- package/dist/node_modules/@mui/icons-material/ChevronRight.js +0 -17
- package/dist/node_modules/@mui/icons-material/ChevronRightOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/Clear.js +0 -17
- package/dist/node_modules/@mui/icons-material/Close.js +0 -17
- package/dist/node_modules/@mui/icons-material/CloseOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/DeleteOutlineOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/DeleteOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/DragIndicator.js +0 -17
- package/dist/node_modules/@mui/icons-material/ErrorOutline.js +0 -17
- package/dist/node_modules/@mui/icons-material/ExpandLess.js +0 -17
- package/dist/node_modules/@mui/icons-material/ExpandMore.js +0 -17
- package/dist/node_modules/@mui/icons-material/FileDownloadOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/FilterList.js +0 -17
- package/dist/node_modules/@mui/icons-material/FormatBold.js +0 -17
- package/dist/node_modules/@mui/icons-material/FormatColorTextOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/FormatItalic.js +0 -17
- package/dist/node_modules/@mui/icons-material/FormatListBulleted.js +0 -17
- package/dist/node_modules/@mui/icons-material/FormatListNumbered.js +0 -17
- package/dist/node_modules/@mui/icons-material/Image.js +0 -17
- package/dist/node_modules/@mui/icons-material/Info.js +0 -17
- package/dist/node_modules/@mui/icons-material/InsertEmoticon.js +0 -17
- package/dist/node_modules/@mui/icons-material/KeyboardArrowDown.js +0 -17
- package/dist/node_modules/@mui/icons-material/KeyboardArrowDownOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/KeyboardArrowLeft.js +0 -17
- package/dist/node_modules/@mui/icons-material/KeyboardArrowRight.js +0 -17
- package/dist/node_modules/@mui/icons-material/KeyboardArrowRightOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/KeyboardArrowUp.js +0 -17
- package/dist/node_modules/@mui/icons-material/Link.js +0 -17
- package/dist/node_modules/@mui/icons-material/Looks3.js +0 -17
- package/dist/node_modules/@mui/icons-material/Looks4.js +0 -17
- package/dist/node_modules/@mui/icons-material/Looks5.js +0 -17
- package/dist/node_modules/@mui/icons-material/Looks6.js +0 -17
- package/dist/node_modules/@mui/icons-material/LooksOne.js +0 -17
- package/dist/node_modules/@mui/icons-material/LooksTwo.js +0 -17
- package/dist/node_modules/@mui/icons-material/MoreHoriz.js +0 -17
- package/dist/node_modules/@mui/icons-material/MoreVert.js +0 -17
- package/dist/node_modules/@mui/icons-material/North.js +0 -17
- package/dist/node_modules/@mui/icons-material/NotificationsOff.js +0 -17
- package/dist/node_modules/@mui/icons-material/SaveOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/Search.js +0 -17
- package/dist/node_modules/@mui/icons-material/SearchOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/SettingsOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/StrikethroughS.js +0 -17
- package/dist/node_modules/@mui/icons-material/TableChartOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/Tune.js +0 -17
- package/dist/node_modules/@mui/icons-material/ViewColumnOutlined.js +0 -17
- package/dist/node_modules/@mui/icons-material/Warning.js +0 -17
- package/dist/node_modules/@mui/icons-material/esm/AddOutlined.js +0 -8
- package/dist/node_modules/@mui/icons-material/esm/ChevronRight.js +0 -8
- package/dist/node_modules/@mui/icons-material/esm/Close.js +0 -8
- package/dist/node_modules/@mui/icons-material/esm/DragIndicator.js +0 -8
- package/dist/node_modules/@mui/icons-material/esm/FileDownload.js +0 -8
- package/dist/node_modules/@mui/icons-material/esm/HighlightOff.js +0 -8
- package/dist/node_modules/@mui/icons-material/esm/KeyboardArrowDown.js +0 -8
- package/dist/node_modules/@mui/icons-material/esm/Replay.js +0 -8
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon.js +0 -24
- package/dist/node_modules/@mui/material/Accordion/Accordion.js +0 -294
- package/dist/node_modules/@mui/material/Accordion/AccordionContext.js +0 -8
- package/dist/node_modules/@mui/material/Accordion/accordionClasses.js +0 -10
- package/dist/node_modules/@mui/material/AccordionDetails/AccordionDetails.js +0 -70
- package/dist/node_modules/@mui/material/AccordionDetails/accordionDetailsClasses.js +0 -9
- package/dist/node_modules/@mui/material/AccordionSummary/AccordionSummary.js +0 -198
- package/dist/node_modules/@mui/material/AccordionSummary/accordionSummaryClasses.js +0 -10
- package/dist/node_modules/@mui/material/Alert/Alert.js +0 -346
- package/dist/node_modules/@mui/material/Alert/alertClasses.js +0 -10
- package/dist/node_modules/@mui/material/AlertTitle/AlertTitle.js +0 -76
- package/dist/node_modules/@mui/material/AlertTitle/alertTitleClasses.js +0 -9
- package/dist/node_modules/@mui/material/Avatar/Avatar.js +0 -284
- package/dist/node_modules/@mui/material/Avatar/avatarClasses.js +0 -9
- package/dist/node_modules/@mui/material/Backdrop/Backdrop.js +0 -187
- package/dist/node_modules/@mui/material/Backdrop/backdropClasses.js +0 -9
- package/dist/node_modules/@mui/material/Badge/Badge.js +0 -427
- package/dist/node_modules/@mui/material/Badge/badgeClasses.js +0 -37
- package/dist/node_modules/@mui/material/Badge/useBadge.js +0 -31
- package/dist/node_modules/@mui/material/Box/Box.js +0 -35
- package/dist/node_modules/@mui/material/Box/boxClasses.js +0 -5
- package/dist/node_modules/@mui/material/Breadcrumbs/BreadcrumbCollapsed.js +0 -85
- package/dist/node_modules/@mui/material/Breadcrumbs/Breadcrumbs.js +0 -233
- package/dist/node_modules/@mui/material/Breadcrumbs/breadcrumbsClasses.js +0 -10
- package/dist/node_modules/@mui/material/Button/Button.js +0 -378
- package/dist/node_modules/@mui/material/Button/buttonClasses.js +0 -10
- package/dist/node_modules/@mui/material/ButtonBase/ButtonBase.js +0 -458
- package/dist/node_modules/@mui/material/ButtonBase/Ripple.js +0 -83
- package/dist/node_modules/@mui/material/ButtonBase/TouchRipple.js +0 -303
- package/dist/node_modules/@mui/material/ButtonBase/buttonBaseClasses.js +0 -10
- package/dist/node_modules/@mui/material/ButtonBase/touchRippleClasses.js +0 -5
- package/dist/node_modules/@mui/material/ButtonGroup/ButtonGroupButtonContext.js +0 -8
- package/dist/node_modules/@mui/material/ButtonGroup/ButtonGroupContext.js +0 -8
- package/dist/node_modules/@mui/material/Card/Card.js +0 -86
- package/dist/node_modules/@mui/material/Card/cardClasses.js +0 -9
- package/dist/node_modules/@mui/material/Checkbox/Checkbox.js +0 -212
- package/dist/node_modules/@mui/material/Checkbox/checkboxClasses.js +0 -10
- package/dist/node_modules/@mui/material/Chip/Chip.js +0 -496
- package/dist/node_modules/@mui/material/Chip/chipClasses.js +0 -10
- package/dist/node_modules/@mui/material/CircularProgress/CircularProgress.js +0 -240
- package/dist/node_modules/@mui/material/CircularProgress/circularProgressClasses.js +0 -9
- package/dist/node_modules/@mui/material/ClickAwayListener/ClickAwayListener.js +0 -146
- package/dist/node_modules/@mui/material/Collapse/Collapse.js +0 -363
- package/dist/node_modules/@mui/material/Collapse/collapseClasses.js +0 -9
- package/dist/node_modules/@mui/material/DefaultPropsProvider/DefaultPropsProvider.js +0 -24
- package/dist/node_modules/@mui/material/Dialog/Dialog.js +0 -393
- package/dist/node_modules/@mui/material/Dialog/DialogContext.js +0 -8
- package/dist/node_modules/@mui/material/Dialog/dialogClasses.js +0 -10
- package/dist/node_modules/@mui/material/DialogActions/DialogActions.js +0 -92
- package/dist/node_modules/@mui/material/DialogActions/dialogActionsClasses.js +0 -9
- package/dist/node_modules/@mui/material/DialogContent/DialogContent.js +0 -98
- package/dist/node_modules/@mui/material/DialogContent/dialogContentClasses.js +0 -9
- package/dist/node_modules/@mui/material/DialogContentText/DialogContentText.js +0 -74
- package/dist/node_modules/@mui/material/DialogContentText/dialogContentTextClasses.js +0 -9
- package/dist/node_modules/@mui/material/DialogTitle/DialogTitle.js +0 -82
- package/dist/node_modules/@mui/material/DialogTitle/dialogTitleClasses.js +0 -10
- package/dist/node_modules/@mui/material/Divider/dividerClasses.js +0 -5
- package/dist/node_modules/@mui/material/Drawer/Drawer.js +0 -309
- package/dist/node_modules/@mui/material/Drawer/drawerClasses.js +0 -9
- package/dist/node_modules/@mui/material/Fade/Fade.js +0 -195
- package/dist/node_modules/@mui/material/FilledInput/FilledInput.js +0 -430
- package/dist/node_modules/@mui/material/FilledInput/filledInputClasses.js +0 -12
- package/dist/node_modules/@mui/material/FormControl/FormControl.js +0 -259
- package/dist/node_modules/@mui/material/FormControl/FormControlContext.js +0 -8
- package/dist/node_modules/@mui/material/FormControl/formControlClasses.js +0 -9
- package/dist/node_modules/@mui/material/FormControl/formControlState.js +0 -18
- package/dist/node_modules/@mui/material/FormControl/useFormControl.js +0 -8
- package/dist/node_modules/@mui/material/FormControlLabel/FormControlLabel.js +0 -239
- package/dist/node_modules/@mui/material/FormControlLabel/formControlLabelClasses.js +0 -10
- package/dist/node_modules/@mui/material/FormGroup/FormGroup.js +0 -98
- package/dist/node_modules/@mui/material/FormGroup/formGroupClasses.js +0 -9
- package/dist/node_modules/@mui/material/FormHelperText/FormHelperText.js +0 -167
- package/dist/node_modules/@mui/material/FormHelperText/formHelperTextClasses.js +0 -10
- package/dist/node_modules/@mui/material/GlobalStyles/GlobalStyles.js +0 -26
- package/dist/node_modules/@mui/material/Grow/Grow.js +0 -240
- package/dist/node_modules/@mui/material/IconButton/IconButton.js +0 -199
- package/dist/node_modules/@mui/material/IconButton/iconButtonClasses.js +0 -10
- package/dist/node_modules/@mui/material/Input/Input.js +0 -343
- package/dist/node_modules/@mui/material/Input/inputClasses.js +0 -12
- package/dist/node_modules/@mui/material/InputBase/InputBase.js +0 -695
- package/dist/node_modules/@mui/material/InputBase/inputBaseClasses.js +0 -10
- package/dist/node_modules/@mui/material/InputBase/utils.js +0 -14
- package/dist/node_modules/@mui/material/LinearProgress/LinearProgress.js +0 -335
- package/dist/node_modules/@mui/material/LinearProgress/linearProgressClasses.js +0 -9
- package/dist/node_modules/@mui/material/Link/Link.js +0 -211
- package/dist/node_modules/@mui/material/Link/getTextDecoration.js +0 -28
- package/dist/node_modules/@mui/material/Link/linkClasses.js +0 -10
- package/dist/node_modules/@mui/material/List/List.js +0 -126
- package/dist/node_modules/@mui/material/List/ListContext.js +0 -8
- package/dist/node_modules/@mui/material/List/listClasses.js +0 -9
- package/dist/node_modules/@mui/material/ListItemIcon/ListItemIcon.js +0 -87
- package/dist/node_modules/@mui/material/ListItemIcon/listItemIconClasses.js +0 -10
- package/dist/node_modules/@mui/material/ListItemText/listItemTextClasses.js +0 -5
- package/dist/node_modules/@mui/material/Menu/Menu.js +0 -297
- package/dist/node_modules/@mui/material/Menu/menuClasses.js +0 -9
- package/dist/node_modules/@mui/material/MenuItem/MenuItem.js +0 -261
- package/dist/node_modules/@mui/material/MenuItem/menuItemClasses.js +0 -10
- package/dist/node_modules/@mui/material/MenuList/MenuList.js +0 -250
- package/dist/node_modules/@mui/material/Modal/Modal.js +0 -367
- package/dist/node_modules/@mui/material/Modal/ModalManager.js +0 -189
- package/dist/node_modules/@mui/material/Modal/modalClasses.js +0 -9
- package/dist/node_modules/@mui/material/Modal/useModal.js +0 -168
- package/dist/node_modules/@mui/material/NativeSelect/NativeSelectInput.js +0 -217
- package/dist/node_modules/@mui/material/NativeSelect/nativeSelectClasses.js +0 -10
- package/dist/node_modules/@mui/material/OutlinedInput/NotchedOutline.js +0 -136
- package/dist/node_modules/@mui/material/OutlinedInput/OutlinedInput.js +0 -349
- package/dist/node_modules/@mui/material/OutlinedInput/outlinedInputClasses.js +0 -12
- package/dist/node_modules/@mui/material/Paper/Paper.js +0 -145
- package/dist/node_modules/@mui/material/Paper/paperClasses.js +0 -9
- package/dist/node_modules/@mui/material/Popover/Popover.js +0 -510
- package/dist/node_modules/@mui/material/Popover/popoverClasses.js +0 -9
- package/dist/node_modules/@mui/material/Popper/BasePopper.js +0 -362
- package/dist/node_modules/@mui/material/Popper/Popper.js +0 -195
- package/dist/node_modules/@mui/material/Popper/popperClasses.js +0 -9
- package/dist/node_modules/@mui/material/Portal/Portal.js +0 -82
- package/dist/node_modules/@mui/material/Radio/Radio.js +0 -212
- package/dist/node_modules/@mui/material/Radio/RadioButtonIcon.js +0 -82
- package/dist/node_modules/@mui/material/Radio/radioClasses.js +0 -10
- package/dist/node_modules/@mui/material/RadioGroup/RadioGroup.js +0 -116
- package/dist/node_modules/@mui/material/RadioGroup/RadioGroupContext.js +0 -8
- package/dist/node_modules/@mui/material/RadioGroup/radioGroupClasses.js +0 -9
- package/dist/node_modules/@mui/material/RadioGroup/useRadioGroup.js +0 -8
- package/dist/node_modules/@mui/material/Select/Select.js +0 -283
- package/dist/node_modules/@mui/material/Select/SelectInput.js +0 -631
- package/dist/node_modules/@mui/material/Select/selectClasses.js +0 -10
- package/dist/node_modules/@mui/material/Skeleton/Skeleton.js +0 -218
- package/dist/node_modules/@mui/material/Skeleton/skeletonClasses.js +0 -9
- package/dist/node_modules/@mui/material/Slide/Slide.js +0 -315
- package/dist/node_modules/@mui/material/Slider/Slider.js +0 -1045
- package/dist/node_modules/@mui/material/Slider/SliderValueLabel.js +0 -50
- package/dist/node_modules/@mui/material/Slider/sliderClasses.js +0 -10
- package/dist/node_modules/@mui/material/Slider/useSlider.js +0 -605
- package/dist/node_modules/@mui/material/Snackbar/Snackbar.js +0 -304
- package/dist/node_modules/@mui/material/Snackbar/snackbarClasses.js +0 -9
- package/dist/node_modules/@mui/material/Snackbar/useSnackbar.js +0 -108
- package/dist/node_modules/@mui/material/SnackbarContent/SnackbarContent.js +0 -132
- package/dist/node_modules/@mui/material/SnackbarContent/snackbarContentClasses.js +0 -9
- package/dist/node_modules/@mui/material/Stack/Stack.js +0 -62
- package/dist/node_modules/@mui/material/Step/Step.js +0 -167
- package/dist/node_modules/@mui/material/Step/StepContext.js +0 -8
- package/dist/node_modules/@mui/material/Step/stepClasses.js +0 -9
- package/dist/node_modules/@mui/material/StepConnector/StepConnector.js +0 -134
- package/dist/node_modules/@mui/material/StepConnector/stepConnectorClasses.js +0 -9
- package/dist/node_modules/@mui/material/StepIcon/StepIcon.js +0 -159
- package/dist/node_modules/@mui/material/StepIcon/stepIconClasses.js +0 -10
- package/dist/node_modules/@mui/material/StepLabel/StepLabel.js +0 -237
- package/dist/node_modules/@mui/material/StepLabel/stepLabelClasses.js +0 -10
- package/dist/node_modules/@mui/material/Stepper/Stepper.js +0 -153
- package/dist/node_modules/@mui/material/Stepper/StepperContext.js +0 -8
- package/dist/node_modules/@mui/material/Stepper/stepperClasses.js +0 -9
- package/dist/node_modules/@mui/material/SvgIcon/SvgIcon.js +0 -185
- package/dist/node_modules/@mui/material/SvgIcon/svgIconClasses.js +0 -9
- package/dist/node_modules/@mui/material/Switch/Switch.js +0 -335
- package/dist/node_modules/@mui/material/Switch/switchClasses.js +0 -10
- package/dist/node_modules/@mui/material/Tab/Tab.js +0 -263
- package/dist/node_modules/@mui/material/Tab/tabClasses.js +0 -10
- package/dist/node_modules/@mui/material/TabScrollButton/TabScrollButton.js +0 -153
- package/dist/node_modules/@mui/material/TabScrollButton/tabScrollButtonClasses.js +0 -10
- package/dist/node_modules/@mui/material/Tabs/ScrollbarSize.js +0 -56
- package/dist/node_modules/@mui/material/Tabs/Tabs.js +0 -801
- package/dist/node_modules/@mui/material/Tabs/tabsClasses.js +0 -10
- package/dist/node_modules/@mui/material/TextareaAutosize/TextareaAutosize.js +0 -216
- package/dist/node_modules/@mui/material/ToggleButton/ToggleButton.js +0 -233
- package/dist/node_modules/@mui/material/ToggleButton/toggleButtonClasses.js +0 -10
- package/dist/node_modules/@mui/material/ToggleButtonGroup/ToggleButtonGroup.js +0 -269
- package/dist/node_modules/@mui/material/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -8
- package/dist/node_modules/@mui/material/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -8
- package/dist/node_modules/@mui/material/ToggleButtonGroup/isValueSelected.js +0 -12
- package/dist/node_modules/@mui/material/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -10
- package/dist/node_modules/@mui/material/Tooltip/Tooltip.js +0 -737
- package/dist/node_modules/@mui/material/Tooltip/tooltipClasses.js +0 -10
- package/dist/node_modules/@mui/material/Typography/Typography.js +0 -196
- package/dist/node_modules/@mui/material/Typography/typographyClasses.js +0 -9
- package/dist/node_modules/@mui/material/Unstable_TrapFocus/FocusTrap.js +0 -280
- package/dist/node_modules/@mui/material/colors/blue.js +0 -10
- package/dist/node_modules/@mui/material/colors/common.js +0 -7
- package/dist/node_modules/@mui/material/colors/green.js +0 -11
- package/dist/node_modules/@mui/material/colors/grey.js +0 -19
- package/dist/node_modules/@mui/material/colors/lightBlue.js +0 -10
- package/dist/node_modules/@mui/material/colors/orange.js +0 -10
- package/dist/node_modules/@mui/material/colors/purple.js +0 -11
- package/dist/node_modules/@mui/material/colors/red.js +0 -10
- package/dist/node_modules/@mui/material/internal/SwitchBase.js +0 -266
- package/dist/node_modules/@mui/material/internal/animate.js +0 -44
- package/dist/node_modules/@mui/material/internal/svg-icons/ArrowDropDown.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Cancel.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckBox.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckBoxOutlineBlank.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/CheckCircle.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Close.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/ErrorOutline.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/IndeterminateCheckBox.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/InfoOutlined.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/KeyboardArrowLeft.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/KeyboardArrowRight.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/MoreHoriz.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Person.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/RadioButtonChecked.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/RadioButtonUnchecked.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/ReportProblemOutlined.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/SuccessOutlined.js +0 -9
- package/dist/node_modules/@mui/material/internal/svg-icons/Warning.js +0 -9
- package/dist/node_modules/@mui/material/internal/switchBaseClasses.js +0 -9
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js +0 -19
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/HTMLElementType/HTMLElementType.js +0 -17
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/appendOwnerState/appendOwnerState.js +0 -13
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/capitalize/capitalize.js +0 -10
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js +0 -11
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/clamp/clamp.js +0 -6
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +0 -25
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/createChainedFunction/createChainedFunction.js +0 -15
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/debounce/debounce.js +0 -17
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +0 -43
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/deprecatedPropType/deprecatedPropType.js +0 -16
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/elementAcceptingRef/elementAcceptingRef.js +0 -33
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/elementTypeAcceptingRef/elementTypeAcceptingRef.js +0 -31
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/exactProp/exactProp.js +0 -19
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/extractEventHandlers/extractEventHandlers.js +0 -13
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +0 -10
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +0 -23
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js +0 -11
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/getReactElementRef/getReactElementRef.js +0 -11
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/getScrollbarSize/getScrollbarSize.js +0 -7
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/getValidReactChildren/getValidReactChildren.js +0 -7
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/integerPropType/integerPropType.js +0 -52
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/isHostComponent/isHostComponent.js +0 -6
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.js +0 -13
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/mergeSlotProps/mergeSlotProps.js +0 -48
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/omitEventHandlers/omitEventHandlers.js +0 -13
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.js +0 -6
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/ownerWindow/ownerWindow.js +0 -8
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/refType/refType.js +0 -5
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.js +0 -25
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/resolveComponentProps/resolveComponentProps.js +0 -9
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +0 -29
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/scrollLeft/scrollLeft.js +0 -49
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/setRef/setRef.js +0 -10
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/unsupportedProp/unsupportedProp.js +0 -13
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useControlled/useControlled.js +0 -37
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js +0 -5
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.js +0 -15
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useForkRef/useForkRef.js +0 -17
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useId/useId.js +0 -24
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useIsFocusVisible/useIsFocusVisible.js +0 -104
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useLazyRef/useLazyRef.js +0 -12
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useOnMount/useOnMount.js +0 -8
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/usePreviousProps/usePreviousProps.js +0 -11
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useSlotProps/useSlotProps.js +0 -31
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useTimeout/useTimeout.js +0 -38
- package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/visuallyHidden/visuallyHidden.js +0 -14
- package/dist/node_modules/@mui/material/styles/createMixins.js +0 -19
- package/dist/node_modules/@mui/material/styles/createPalette.js +0 -305
- package/dist/node_modules/@mui/material/styles/createTheme.js +0 -79
- package/dist/node_modules/@mui/material/styles/createTransitions.js +0 -83
- package/dist/node_modules/@mui/material/styles/createTypography.js +0 -87
- package/dist/node_modules/@mui/material/styles/cssUtils.js +0 -10
- package/dist/node_modules/@mui/material/styles/defaultTheme.js +0 -5
- package/dist/node_modules/@mui/material/styles/getOverlayAlpha.js +0 -12
- package/dist/node_modules/@mui/material/styles/identifier.js +0 -4
- package/dist/node_modules/@mui/material/styles/rootShouldForwardProp.js +0 -5
- package/dist/node_modules/@mui/material/styles/shadows.js +0 -10
- package/dist/node_modules/@mui/material/styles/slotShouldForwardProp.js +0 -6
- package/dist/node_modules/@mui/material/styles/styled.js +0 -13
- package/dist/node_modules/@mui/material/styles/useTheme.js +0 -14
- package/dist/node_modules/@mui/material/styles/zIndex.js +0 -13
- package/dist/node_modules/@mui/material/transitions/utils.js +0 -18
- package/dist/node_modules/@mui/material/utils/areArraysEqual.js +0 -6
- package/dist/node_modules/@mui/material/utils/capitalize.js +0 -4
- package/dist/node_modules/@mui/material/utils/createChainedFunction.js +0 -4
- package/dist/node_modules/@mui/material/utils/createSvgIcon.js +0 -22
- package/dist/node_modules/@mui/material/utils/debounce.js +0 -4
- package/dist/node_modules/@mui/material/utils/deprecatedPropType.js +0 -4
- package/dist/node_modules/@mui/material/utils/getScrollbarSize.js +0 -4
- package/dist/node_modules/@mui/material/utils/index.js +0 -46
- package/dist/node_modules/@mui/material/utils/isMuiElement.js +0 -4
- package/dist/node_modules/@mui/material/utils/ownerDocument.js +0 -4
- package/dist/node_modules/@mui/material/utils/ownerWindow.js +0 -4
- package/dist/node_modules/@mui/material/utils/requirePropFactory.js +0 -4
- package/dist/node_modules/@mui/material/utils/setRef.js +0 -4
- package/dist/node_modules/@mui/material/utils/shouldSpreadAdditionalProps.js +0 -7
- package/dist/node_modules/@mui/material/utils/unsupportedProp.js +0 -4
- package/dist/node_modules/@mui/material/utils/useControlled.js +0 -4
- package/dist/node_modules/@mui/material/utils/useEnhancedEffect.js +0 -4
- package/dist/node_modules/@mui/material/utils/useEventCallback.js +0 -4
- package/dist/node_modules/@mui/material/utils/useForkRef.js +0 -4
- package/dist/node_modules/@mui/material/utils/useId.js +0 -4
- package/dist/node_modules/@mui/material/utils/useIsFocusVisible.js +0 -4
- package/dist/node_modules/@mui/material/utils/useSlot.js +0 -55
- package/dist/node_modules/@mui/styled-engine/GlobalStyles/GlobalStyles.js +0 -24
- package/dist/node_modules/@mui/styled-engine/StyledEngineProvider/StyledEngineProvider.js +0 -65
- package/dist/node_modules/@mui/styled-engine/index.js +0 -48
- package/dist/node_modules/@mui/system/colorManipulator.js +0 -271
- package/dist/node_modules/@mui/system/createStyled.js +0 -265
- package/dist/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js +0 -53
- package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js +0 -61
- package/dist/node_modules/@mui/system/esm/RtlProvider/index.js +0 -15
- package/dist/node_modules/@mui/system/esm/Stack/createStack.js +0 -167
- package/dist/node_modules/@mui/system/esm/borders.js +0 -61
- package/dist/node_modules/@mui/system/esm/breakpoints.js +0 -122
- package/dist/node_modules/@mui/system/esm/colorManipulator.js +0 -96
- package/dist/node_modules/@mui/system/esm/compose.js +0 -23
- package/dist/node_modules/@mui/system/esm/createBox.js +0 -38
- package/dist/node_modules/@mui/system/esm/createStyled.js +0 -231
- package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.js +0 -16
- package/dist/node_modules/@mui/system/esm/createTheme/createBreakpoints.js +0 -78
- package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.js +0 -26
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js +0 -44
- package/dist/node_modules/@mui/system/esm/createTheme/index.js +0 -8
- package/dist/node_modules/@mui/system/esm/createTheme/shape.js +0 -6
- package/dist/node_modules/@mui/system/esm/cssGrid.js +0 -89
- package/dist/node_modules/@mui/system/esm/memoize.js +0 -12
- package/dist/node_modules/@mui/system/esm/merge.js +0 -13
- package/dist/node_modules/@mui/system/esm/palette.js +0 -31
- package/dist/node_modules/@mui/system/esm/responsivePropType.js +0 -5
- package/dist/node_modules/@mui/system/esm/sizing.js +0 -74
- package/dist/node_modules/@mui/system/esm/spacing.js +0 -144
- package/dist/node_modules/@mui/system/esm/style.js +0 -73
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js +0 -293
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js +0 -50
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/index.js +0 -9
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js +0 -125
- package/dist/node_modules/@mui/system/esm/styled.js +0 -5
- package/dist/node_modules/@mui/system/esm/useTheme.js +0 -10
- package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js +0 -15
- package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js +0 -22
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault.js +0 -12
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js +0 -19
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/capitalize/capitalize.js +0 -10
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/capitalize/index.js +0 -4
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/clamp/clamp.js +0 -6
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/clamp/index.js +0 -4
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +0 -25
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +0 -43
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/deepmerge/index.js +0 -5
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +0 -10
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/formatMuiErrorMessage/index.js +0 -4
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +0 -23
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js +0 -40
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/getDisplayName/index.js +0 -5
- package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +0 -29
- package/dist/node_modules/@mui/system/useThemeWithoutDefault.js +0 -39
- package/dist/node_modules/@mui/utils/esm/debounce/debounce.js +0 -17
- package/dist/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.js +0 -6
- package/dist/node_modules/@mui/utils/esm/ownerWindow/ownerWindow.js +0 -8
- package/dist/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js +0 -5
- package/dist/node_modules/@mui/utils/esm/useForkRef/useForkRef.js +0 -42
- package/dist/node_modules/@popperjs/core/lib/createPopper.js +0 -149
- package/dist/node_modules/@popperjs/core/lib/dom-utils/contains.js +0 -19
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +0 -38
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +0 -61
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +0 -53
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +0 -7
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +0 -10
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +0 -27
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +0 -9
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +0 -21
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +0 -14
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +0 -51
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +0 -21
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +0 -16
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +0 -31
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +0 -13
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +0 -13
- package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +0 -9
- package/dist/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +0 -21
- package/dist/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +0 -7
- package/dist/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +0 -8
- package/dist/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +0 -7
- package/dist/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +0 -22
- package/dist/node_modules/@popperjs/core/lib/enums.js +0 -54
- package/dist/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +0 -71
- package/dist/node_modules/@popperjs/core/lib/modifiers/arrow.js +0 -72
- package/dist/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +0 -131
- package/dist/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +0 -40
- package/dist/node_modules/@popperjs/core/lib/modifiers/flip.js +0 -113
- package/dist/node_modules/@popperjs/core/lib/modifiers/hide.js +0 -57
- package/dist/node_modules/@popperjs/core/lib/modifiers/offset.js +0 -43
- package/dist/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +0 -19
- package/dist/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +0 -105
- package/dist/node_modules/@popperjs/core/lib/popper.js +0 -28
- package/dist/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -35
- package/dist/node_modules/@popperjs/core/lib/utils/computeOffsets.js +0 -59
- package/dist/node_modules/@popperjs/core/lib/utils/debounce.js +0 -17
- package/dist/node_modules/@popperjs/core/lib/utils/detectOverflow.js +0 -47
- package/dist/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +0 -9
- package/dist/node_modules/@popperjs/core/lib/utils/getAltAxis.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +0 -11
- package/dist/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +0 -14
- package/dist/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +0 -12
- package/dist/node_modules/@popperjs/core/lib/utils/getVariation.js +0 -6
- package/dist/node_modules/@popperjs/core/lib/utils/math.js +0 -8
- package/dist/node_modules/@popperjs/core/lib/utils/mergeByName.js +0 -16
- package/dist/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +0 -7
- package/dist/node_modules/@popperjs/core/lib/utils/orderModifiers.js +0 -39
- package/dist/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +0 -11
- package/dist/node_modules/@popperjs/core/lib/utils/userAgent.js +0 -12
- package/dist/node_modules/@popperjs/core/lib/utils/within.js +0 -12
- package/dist/node_modules/@remix-run/router/dist/router.js +0 -400
- package/dist/node_modules/@tiptap/core/dist/index.js +0 -4252
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +0 -52
- package/dist/node_modules/@tiptap/extension-bold/dist/index.js +0 -86
- package/dist/node_modules/@tiptap/extension-bullet-list/dist/index.js +0 -68
- package/dist/node_modules/@tiptap/extension-code/dist/index.js +0 -62
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +0 -196
- package/dist/node_modules/@tiptap/extension-document/dist/index.js +0 -10
- package/dist/node_modules/@tiptap/extension-dropcursor/dist/index.js +0 -21
- package/dist/node_modules/@tiptap/extension-gapcursor/dist/index.js +0 -25
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +0 -60
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js +0 -71
- package/dist/node_modules/@tiptap/extension-highlight/dist/index.js +0 -82
- package/dist/node_modules/@tiptap/extension-history/dist/index.js +0 -40
- package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +0 -79
- package/dist/node_modules/@tiptap/extension-image/dist/index.js +0 -69
- package/dist/node_modules/@tiptap/extension-italic/dist/index.js +0 -85
- package/dist/node_modules/@tiptap/extension-link/dist/index.js +0 -360
- package/dist/node_modules/@tiptap/extension-list-item/dist/index.js +0 -34
- package/dist/node_modules/@tiptap/extension-mention/dist/index.js +0 -213
- package/dist/node_modules/@tiptap/extension-ordered-list/dist/index.js +0 -86
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +0 -36
- package/dist/node_modules/@tiptap/extension-placeholder/dist/index.js +0 -60
- package/dist/node_modules/@tiptap/extension-strike/dist/index.js +0 -72
- package/dist/node_modules/@tiptap/extension-text/dist/index.js +0 -9
- package/dist/node_modules/@tiptap/react/dist/index.js +0 -1077
- package/dist/node_modules/@tiptap/starter-kit/dist/index.js +0 -84
- package/dist/node_modules/@tiptap/suggestion/dist/index.js +0 -224
- package/dist/node_modules/array.prototype.flat/implementation.js +0 -33
- package/dist/node_modules/array.prototype.flat/index.js +0 -28
- package/dist/node_modules/array.prototype.flat/polyfill.js +0 -15
- package/dist/node_modules/array.prototype.flat/shim.js +0 -28
- package/dist/node_modules/call-bind/index.js +0 -34
- package/dist/node_modules/call-bind-apply-helpers/actualApply.js +0 -19
- package/dist/node_modules/call-bind-apply-helpers/applyBind.js +0 -19
- package/dist/node_modules/call-bind-apply-helpers/functionApply.js +0 -11
- package/dist/node_modules/call-bind-apply-helpers/functionCall.js +0 -11
- package/dist/node_modules/call-bind-apply-helpers/index.js +0 -24
- package/dist/node_modules/call-bind-apply-helpers/reflectApply.js +0 -11
- package/dist/node_modules/call-bound/index.js +0 -28
- package/dist/node_modules/clsx/dist/clsx.js +0 -17
- package/dist/node_modules/define-data-property/index.js +0 -55
- package/dist/node_modules/define-properties/index.js +0 -50
- package/dist/node_modules/dompurify/dist/purify.es.js +0 -1012
- package/dist/node_modules/dunder-proto/get.js +0 -36
- package/dist/node_modules/dunder-proto/set.js +0 -40
- package/dist/node_modules/emoji-picker-react/dist/emoji-picker-react.esm.js +0 -25708
- package/dist/node_modules/es-abstract/2024/ArrayCreate.js +0 -45
- package/dist/node_modules/es-abstract/2024/ArraySpeciesCreate.js +0 -50
- package/dist/node_modules/es-abstract/2024/Call.js +0 -26
- package/dist/node_modules/es-abstract/2024/CreateDataProperty.js +0 -33
- package/dist/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js +0 -30
- package/dist/node_modules/es-abstract/2024/DefinePropertyOrThrow.js +0 -48
- package/dist/node_modules/es-abstract/2024/FlattenIntoArray.js +0 -65
- package/dist/node_modules/es-abstract/2024/FromPropertyDescriptor.js +0 -22
- package/dist/node_modules/es-abstract/2024/Get.js +0 -27
- package/dist/node_modules/es-abstract/2024/HasProperty.js +0 -25
- package/dist/node_modules/es-abstract/2024/IsAccessorDescriptor.js +0 -28
- package/dist/node_modules/es-abstract/2024/IsArray.js +0 -12
- package/dist/node_modules/es-abstract/2024/IsCallable.js +0 -12
- package/dist/node_modules/es-abstract/2024/IsConstructor.js +0 -42
- package/dist/node_modules/es-abstract/2024/IsDataDescriptor.js +0 -28
- package/dist/node_modules/es-abstract/2024/IsExtensible.js +0 -21
- package/dist/node_modules/es-abstract/2024/IsGenericDescriptor.js +0 -30
- package/dist/node_modules/es-abstract/2024/LengthOfArrayLike.js +0 -24
- package/dist/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js +0 -59
- package/dist/node_modules/es-abstract/2024/SameValue.js +0 -21
- package/dist/node_modules/es-abstract/2024/StringToNumber.js +0 -48
- package/dist/node_modules/es-abstract/2024/ToBoolean.js +0 -13
- package/dist/node_modules/es-abstract/2024/ToIntegerOrInfinity.js +0 -28
- package/dist/node_modules/es-abstract/2024/ToLength.js +0 -24
- package/dist/node_modules/es-abstract/2024/ToNumber.js +0 -34
- package/dist/node_modules/es-abstract/2024/ToObject.js +0 -12
- package/dist/node_modules/es-abstract/2024/ToPrimitive.js +0 -18
- package/dist/node_modules/es-abstract/2024/ToPropertyDescriptor.js +0 -56
- package/dist/node_modules/es-abstract/2024/ToString.js +0 -21
- package/dist/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js +0 -161
- package/dist/node_modules/es-abstract/2024/floor.js +0 -18
- package/dist/node_modules/es-abstract/2024/truncate.js +0 -21
- package/dist/node_modules/es-abstract/GetIntrinsic.js +0 -12
- package/dist/node_modules/es-abstract/helpers/DefineOwnProperty.js +0 -42
- package/dist/node_modules/es-abstract/helpers/IsArray.js +0 -18
- package/dist/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +0 -35
- package/dist/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +0 -15
- package/dist/node_modules/es-abstract/helpers/isPrimitive.js +0 -13
- package/dist/node_modules/es-abstract/helpers/isPropertyKey.js +0 -13
- package/dist/node_modules/es-abstract/helpers/records/property-descriptor.js +0 -39
- package/dist/node_modules/es-define-property/index.js +0 -19
- package/dist/node_modules/es-errors/eval.js +0 -11
- package/dist/node_modules/es-errors/index.js +0 -11
- package/dist/node_modules/es-errors/range.js +0 -11
- package/dist/node_modules/es-errors/ref.js +0 -11
- package/dist/node_modules/es-errors/syntax.js +0 -11
- package/dist/node_modules/es-errors/type.js +0 -11
- package/dist/node_modules/es-errors/uri.js +0 -11
- package/dist/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -18
- package/dist/node_modules/es-object-atoms/ToObject.js +0 -18
- package/dist/node_modules/es-object-atoms/index.js +0 -11
- package/dist/node_modules/es-object-atoms/isObject.js +0 -13
- package/dist/node_modules/es-shim-unscopables/index.js +0 -26
- package/dist/node_modules/es-to-primitive/es2015.js +0 -89
- package/dist/node_modules/es-to-primitive/helpers/isPrimitive.js +0 -13
- package/dist/node_modules/flairup/dist/esm/index.js +0 -334
- package/dist/node_modules/function-bind/implementation.js +0 -79
- package/dist/node_modules/function-bind/index.js +0 -13
- package/dist/node_modules/get-intrinsic/index.js +0 -358
- package/dist/node_modules/get-proto/Object.getPrototypeOf.js +0 -13
- package/dist/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -11
- package/dist/node_modules/get-proto/index.js +0 -26
- package/dist/node_modules/global-cache/index.js +0 -85
- package/dist/node_modules/gopd/gOPD.js +0 -11
- package/dist/node_modules/gopd/index.js +0 -20
- package/dist/node_modules/has-property-descriptors/index.js +0 -26
- package/dist/node_modules/has-symbols/index.js +0 -28
- package/dist/node_modules/has-symbols/shams.js +0 -58
- package/dist/node_modules/has-tostringtag/shams.js +0 -15
- package/dist/node_modules/hasown/index.js +0 -15
- package/dist/node_modules/highcharts/highcharts-3d.js +0 -768
- package/dist/node_modules/highcharts/highcharts-more.js +0 -1814
- package/dist/node_modules/highcharts/highcharts.js +0 -5153
- package/dist/node_modules/highcharts/modules/heatmap.js +0 -416
- package/dist/node_modules/highcharts/modules/stock.js +0 -2095
- package/dist/node_modules/highcharts/modules/treemap.js +0 -558
- package/dist/node_modules/highcharts/modules/venn.js +0 -434
- package/dist/node_modules/highcharts-border-radius/index.js +0 -92
- package/dist/node_modules/highcharts-react-official/dist/highcharts-react.min.js +0 -106
- package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +0 -20
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +0 -165
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +0 -106
- package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +0 -12
- package/dist/node_modules/is-callable/index.js +0 -120
- package/dist/node_modules/is-date-object/index.js +0 -31
- package/dist/node_modules/is-regex/index.js +0 -70
- package/dist/node_modules/is-symbol/index.js +0 -44
- package/dist/node_modules/linkifyjs/dist/linkify.js +0 -1158
- package/dist/node_modules/math-intrinsics/abs.js +0 -11
- package/dist/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -11
- package/dist/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -12
- package/dist/node_modules/math-intrinsics/floor.js +0 -11
- package/dist/node_modules/math-intrinsics/isFinite.js +0 -15
- package/dist/node_modules/math-intrinsics/isInteger.js +0 -25
- package/dist/node_modules/math-intrinsics/isNaN.js +0 -13
- package/dist/node_modules/math-intrinsics/max.js +0 -11
- package/dist/node_modules/math-intrinsics/min.js +0 -11
- package/dist/node_modules/math-intrinsics/pow.js +0 -11
- package/dist/node_modules/math-intrinsics/round.js +0 -11
- package/dist/node_modules/math-intrinsics/sign.js +0 -18
- package/dist/node_modules/memoize-one/dist/memoize-one.esm.js +0 -52
- package/dist/node_modules/object-assign/index.js +0 -78
- package/dist/node_modules/object-inspect/index.js +0 -537
- package/dist/node_modules/object-keys/implementation.js +0 -125
- package/dist/node_modules/object-keys/index.js +0 -39
- package/dist/node_modules/object-keys/isArguments.js +0 -19
- package/dist/node_modules/orderedmap/dist/index.js +0 -119
- package/dist/node_modules/prop-types/checkPropTypes.js +0 -68
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -58
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -451
- package/dist/node_modules/prop-types/index.js +0 -17
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -12
- package/dist/node_modules/prop-types/lib/has.js +0 -11
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -165
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -106
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +0 -17
- package/dist/node_modules/prosemirror-commands/dist/index.js +0 -526
- package/dist/node_modules/prosemirror-dropcursor/dist/index.js +0 -136
- package/dist/node_modules/prosemirror-gapcursor/dist/index.js +0 -220
- package/dist/node_modules/prosemirror-history/dist/index.js +0 -356
- package/dist/node_modules/prosemirror-keymap/dist/index.js +0 -83
- package/dist/node_modules/prosemirror-model/dist/index.js +0 -3208
- package/dist/node_modules/prosemirror-schema-list/dist/index.js +0 -130
- package/dist/node_modules/prosemirror-state/dist/index.js +0 -935
- package/dist/node_modules/prosemirror-transform/dist/index.js +0 -1861
- package/dist/node_modules/prosemirror-view/dist/index.js +0 -5223
- package/dist/node_modules/react-hook-form/dist/index.esm.js +0 -2089
- package/dist/node_modules/react-is/cjs/react-is.development.js +0 -105
- package/dist/node_modules/react-is/cjs/react-is.production.js +0 -103
- package/dist/node_modules/react-is/index.js +0 -12
- package/dist/node_modules/react-router/dist/index.js +0 -375
- package/dist/node_modules/react-router-dom/dist/index.js +0 -521
- package/dist/node_modules/react-select/dist/Select-ef7c0426.esm.js +0 -2317
- package/dist/node_modules/react-select/dist/index-641ee5b8.esm.js +0 -1071
- package/dist/node_modules/react-select/dist/react-select.esm.js +0 -20
- package/dist/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -51
- package/dist/node_modules/react-textarea-autosize/dist/react-textarea-autosize.browser.esm.js +0 -213
- package/dist/node_modules/react-transition-group/esm/Transition.js +0 -439
- package/dist/node_modules/react-transition-group/esm/TransitionGroup.js +0 -144
- package/dist/node_modules/react-transition-group/esm/TransitionGroupContext.js +0 -5
- package/dist/node_modules/react-transition-group/esm/config.js +0 -6
- package/dist/node_modules/react-transition-group/esm/utils/ChildMapping.js +0 -99
- package/dist/node_modules/react-transition-group/esm/utils/PropTypes.js +0 -21
- package/dist/node_modules/react-transition-group/esm/utils/reflow.js +0 -6
- package/dist/node_modules/react-window/dist/index.esm.js +0 -505
- package/dist/node_modules/react-window/node_modules/memoize-one/dist/memoize-one.esm.js +0 -50
- package/dist/node_modules/react-with-styles-interface-css/dist/index.js +0 -57
- package/dist/node_modules/react-with-styles-interface-css/dist/utils/constants.js +0 -18
- package/dist/node_modules/react-with-styles-interface-css/dist/utils/getClassName.js +0 -20
- package/dist/node_modules/react-with-styles-interface-css/dist/utils/separateStyles.js +0 -39
- package/dist/node_modules/react-with-styles-interface-css/index.js +0 -12
- package/dist/node_modules/rope-sequence/dist/index.js +0 -183
- package/dist/node_modules/safe-regex-test/index.js +0 -25
- package/dist/node_modules/set-function-length/index.js +0 -61
- package/dist/node_modules/set-proto/Object.setPrototypeOf.js +0 -13
- package/dist/node_modules/set-proto/Reflect.setPrototypeOf.js +0 -11
- package/dist/node_modules/set-proto/index.js +0 -27
- package/dist/node_modules/string.prototype.trim/implementation.js +0 -24
- package/dist/node_modules/string.prototype.trim/index.js +0 -33
- package/dist/node_modules/string.prototype.trim/polyfill.js +0 -20
- package/dist/node_modules/string.prototype.trim/shim.js +0 -27
- package/dist/node_modules/stylis/src/Enum.js +0 -20
- package/dist/node_modules/stylis/src/Middleware.js +0 -22
- package/dist/node_modules/stylis/src/Parser.js +0 -140
- package/dist/node_modules/stylis/src/Serializer.js +0 -29
- package/dist/node_modules/stylis/src/Tokenizer.js +0 -150
- package/dist/node_modules/stylis/src/Utility.js +0 -52
- package/dist/node_modules/tippy.js/dist/tippy.esm.js +0 -1283
- package/dist/node_modules/use-composed-ref/dist/use-composed-ref.esm.js +0 -25
- package/dist/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js +0 -5
- package/dist/node_modules/use-latest/dist/use-latest.esm.js +0 -12
- package/dist/node_modules/w3c-keyname/index.js +0 -105
- package/dist/stats.html +0 -4950
|
@@ -0,0 +1,3614 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"generatedAt": "2026-05-15T15:10:42.699Z",
|
|
4
|
+
"components": {
|
|
5
|
+
"Accordion": {
|
|
6
|
+
"title": "Components/Accordion",
|
|
7
|
+
"category": "Components",
|
|
8
|
+
"description": "Accordion displays collapsible content panels. Supports single/multi expansion modes with customizable headers and content.",
|
|
9
|
+
"examples": [
|
|
10
|
+
"Default",
|
|
11
|
+
"ExpandFiresSetExpanded",
|
|
12
|
+
"WithExpandedPanel",
|
|
13
|
+
"MultiExpansion",
|
|
14
|
+
"SingleItem",
|
|
15
|
+
"Disabled",
|
|
16
|
+
"PartiallyDisabled",
|
|
17
|
+
"WithOnChange",
|
|
18
|
+
"FAQExample",
|
|
19
|
+
"SettingsExample",
|
|
20
|
+
"AllStates"
|
|
21
|
+
],
|
|
22
|
+
"props": {
|
|
23
|
+
"expanded": {
|
|
24
|
+
"description": "Current expanded state. String for single mode, string array for multi mode.",
|
|
25
|
+
"type": "string | string[]",
|
|
26
|
+
"required": true
|
|
27
|
+
},
|
|
28
|
+
"setExpanded": {
|
|
29
|
+
"description": "Callback to update expanded state.",
|
|
30
|
+
"type": "(value: string | string[]) => void",
|
|
31
|
+
"required": true
|
|
32
|
+
},
|
|
33
|
+
"isMultiExpanded": {
|
|
34
|
+
"description": "When true, multiple panels can be expanded simultaneously.",
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"defaultValue": "false",
|
|
37
|
+
"required": false
|
|
38
|
+
},
|
|
39
|
+
"data": {
|
|
40
|
+
"description": "Array of accordion items with value, header, and content.",
|
|
41
|
+
"type": "AccordionItemData[]",
|
|
42
|
+
"required": true
|
|
43
|
+
},
|
|
44
|
+
"onChange": {
|
|
45
|
+
"description": "Custom change handler. Takes precedence over setExpanded.",
|
|
46
|
+
"type": "(value: string) => void",
|
|
47
|
+
"required": true
|
|
48
|
+
},
|
|
49
|
+
"isSingleItem": {
|
|
50
|
+
"description": "When true, renders a single accordion using singleData.",
|
|
51
|
+
"type": "boolean",
|
|
52
|
+
"defaultValue": "false",
|
|
53
|
+
"required": false
|
|
54
|
+
},
|
|
55
|
+
"singleData": {
|
|
56
|
+
"description": "Data for single item mode.",
|
|
57
|
+
"type": "SingleAccordionData",
|
|
58
|
+
"required": true
|
|
59
|
+
},
|
|
60
|
+
"disabled": {
|
|
61
|
+
"description": "Disables all accordion items.",
|
|
62
|
+
"type": "boolean",
|
|
63
|
+
"defaultValue": "false",
|
|
64
|
+
"required": false
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"storyFile": "src/components/Accordion/Accordion.stories.tsx"
|
|
68
|
+
},
|
|
69
|
+
"AccordionModern": {
|
|
70
|
+
"title": "Components/AccordionModern",
|
|
71
|
+
"category": "Components",
|
|
72
|
+
"description": "Compact accordion with optional drag-and-drop reordering. Supports single or multiple expanded items. Use for FAQs, settings panels, or nested navigation. Items can show an optional count badge (e.g. number of children).",
|
|
73
|
+
"examples": [
|
|
74
|
+
"Default",
|
|
75
|
+
"SingleExpanded",
|
|
76
|
+
"MultiExpand",
|
|
77
|
+
"Draggable",
|
|
78
|
+
"WithCallback",
|
|
79
|
+
"ExpandCollapseInteraction",
|
|
80
|
+
"AllVariants"
|
|
81
|
+
],
|
|
82
|
+
"props": {
|
|
83
|
+
"draggable": {
|
|
84
|
+
"description": "Enable drag-and-drop reordering. Items must have unique `id`.",
|
|
85
|
+
"type": "unknown",
|
|
86
|
+
"required": true
|
|
87
|
+
},
|
|
88
|
+
"isMultiExpanded": {
|
|
89
|
+
"description": "Allow multiple panels to be open at once.",
|
|
90
|
+
"type": "unknown",
|
|
91
|
+
"required": true
|
|
92
|
+
},
|
|
93
|
+
"expanded": {
|
|
94
|
+
"description": "",
|
|
95
|
+
"type": "unknown",
|
|
96
|
+
"required": true
|
|
97
|
+
},
|
|
98
|
+
"setExpanded": {
|
|
99
|
+
"description": "",
|
|
100
|
+
"type": "unknown",
|
|
101
|
+
"required": true
|
|
102
|
+
},
|
|
103
|
+
"data": {
|
|
104
|
+
"description": "",
|
|
105
|
+
"type": "unknown",
|
|
106
|
+
"required": true
|
|
107
|
+
},
|
|
108
|
+
"onChange": {
|
|
109
|
+
"description": "Fired when expansion state changes (value or value array).",
|
|
110
|
+
"type": "unknown",
|
|
111
|
+
"required": true
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"storyFile": "src/components/AccordionModern/AccordionModern.stories.tsx"
|
|
115
|
+
},
|
|
116
|
+
"Alert": {
|
|
117
|
+
"title": "Components/Alert",
|
|
118
|
+
"category": "Components",
|
|
119
|
+
"description": "Alert displays contextual feedback messages with severity-based styling. Supports success, info, warning, and error states with optional actions and close functionality.",
|
|
120
|
+
"examples": [
|
|
121
|
+
"Success",
|
|
122
|
+
"Info",
|
|
123
|
+
"Warning",
|
|
124
|
+
"Error",
|
|
125
|
+
"WithoutTitle",
|
|
126
|
+
"TitleOnly",
|
|
127
|
+
"WithAction",
|
|
128
|
+
"ActionAndCloseCallbacks",
|
|
129
|
+
"Dismissible",
|
|
130
|
+
"WithActionAndClose",
|
|
131
|
+
"SubtleBackground",
|
|
132
|
+
"AllSeverities",
|
|
133
|
+
"DismissibleExample",
|
|
134
|
+
"RealWorldExamples",
|
|
135
|
+
"InlineFormAlerts",
|
|
136
|
+
"NotificationStack"
|
|
137
|
+
],
|
|
138
|
+
"props": {
|
|
139
|
+
"severity": {
|
|
140
|
+
"description": "The severity level determines the color scheme and icon. Use `success` for confirmations, `info` for tips, `warning` for cautions, and `error` for failures.",
|
|
141
|
+
"type": "unknown",
|
|
142
|
+
"options": [
|
|
143
|
+
"success",
|
|
144
|
+
"info",
|
|
145
|
+
"warning",
|
|
146
|
+
"error"
|
|
147
|
+
],
|
|
148
|
+
"required": true
|
|
149
|
+
},
|
|
150
|
+
"title": {
|
|
151
|
+
"description": "The main title text of the alert. If omitted, the capitalized severity type is shown.",
|
|
152
|
+
"type": "string",
|
|
153
|
+
"required": true
|
|
154
|
+
},
|
|
155
|
+
"description": {
|
|
156
|
+
"description": "Additional description text displayed below the title for more context.",
|
|
157
|
+
"type": "string",
|
|
158
|
+
"required": true
|
|
159
|
+
},
|
|
160
|
+
"actionName": {
|
|
161
|
+
"description": "Text for the action button. Both `actionName` and `onAction` must be provided for the button to appear.",
|
|
162
|
+
"type": "string",
|
|
163
|
+
"required": true
|
|
164
|
+
},
|
|
165
|
+
"onAction": {
|
|
166
|
+
"description": "Callback when the action button is clicked. Both `actionName` and `onAction` must be provided.",
|
|
167
|
+
"type": "() => void",
|
|
168
|
+
"required": true
|
|
169
|
+
},
|
|
170
|
+
"onClose": {
|
|
171
|
+
"description": "Callback when the close button is clicked. If provided, a close button will be displayed.",
|
|
172
|
+
"type": "() => void",
|
|
173
|
+
"required": true
|
|
174
|
+
},
|
|
175
|
+
"subtleBackground": {
|
|
176
|
+
"description": "When true, removes the shadow and border for a more subtle inline appearance.",
|
|
177
|
+
"type": "boolean",
|
|
178
|
+
"defaultValue": "false",
|
|
179
|
+
"required": false
|
|
180
|
+
},
|
|
181
|
+
"actionButtonProps": {
|
|
182
|
+
"description": "Additional props to pass to the action Button component.",
|
|
183
|
+
"type": "Partial<ButtonProps>",
|
|
184
|
+
"required": true
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"storyFile": "src/components/Alert/Alert.stories.tsx"
|
|
188
|
+
},
|
|
189
|
+
"Avatar": {
|
|
190
|
+
"title": "Components/Avatar",
|
|
191
|
+
"category": "Components",
|
|
192
|
+
"description": "Avatar displays user profile pictures or initials. Supports images, two-character initials, or single initials with three size variants.",
|
|
193
|
+
"examples": [
|
|
194
|
+
"Default",
|
|
195
|
+
"WithPicture",
|
|
196
|
+
"WithInitials",
|
|
197
|
+
"OnlyFirstInitial",
|
|
198
|
+
"Small",
|
|
199
|
+
"Medium",
|
|
200
|
+
"Large",
|
|
201
|
+
"SingleWordName",
|
|
202
|
+
"ThreeWordName",
|
|
203
|
+
"AllSizes",
|
|
204
|
+
"AllTypes",
|
|
205
|
+
"UserList",
|
|
206
|
+
"Clickable",
|
|
207
|
+
"AvatarStack"
|
|
208
|
+
],
|
|
209
|
+
"props": {
|
|
210
|
+
"label": {
|
|
211
|
+
"description": "The name used to generate initials. For",
|
|
212
|
+
"type": "string",
|
|
213
|
+
"defaultValue": "Unknown",
|
|
214
|
+
"required": false
|
|
215
|
+
},
|
|
216
|
+
"type": {
|
|
217
|
+
"description": "Controls how the avatar content is displayed. `withPicture` shows an image, `withoutPicture` shows 2 initials, `onlyName` shows 1 initial.",
|
|
218
|
+
"type": "unknown",
|
|
219
|
+
"defaultValue": "withoutPicture",
|
|
220
|
+
"options": [
|
|
221
|
+
"withPicture",
|
|
222
|
+
"withoutPicture",
|
|
223
|
+
"onlyName"
|
|
224
|
+
],
|
|
225
|
+
"required": false
|
|
226
|
+
},
|
|
227
|
+
"src": {
|
|
228
|
+
"description": "The URL of the profile image. Only used when type is `withPicture`.",
|
|
229
|
+
"type": "string",
|
|
230
|
+
"required": true
|
|
231
|
+
},
|
|
232
|
+
"size": {
|
|
233
|
+
"description": "The size of the avatar. `small` = 36px, `medium` = 48px, `large` = 64px (default).",
|
|
234
|
+
"type": "unknown",
|
|
235
|
+
"defaultValue": "large",
|
|
236
|
+
"options": [
|
|
237
|
+
"small",
|
|
238
|
+
"medium",
|
|
239
|
+
"large"
|
|
240
|
+
],
|
|
241
|
+
"required": false
|
|
242
|
+
},
|
|
243
|
+
"alt": {
|
|
244
|
+
"description": "Alternative text for accessibility. If not provided, the label will be used as alt text.",
|
|
245
|
+
"type": "string",
|
|
246
|
+
"required": true
|
|
247
|
+
},
|
|
248
|
+
"onClick": {
|
|
249
|
+
"description": "Click handler for the avatar, useful for profile navigation.",
|
|
250
|
+
"type": "(event: MouseEvent) => void",
|
|
251
|
+
"required": true
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"storyFile": "src/components/Avatar/Avatar.stories.tsx"
|
|
255
|
+
},
|
|
256
|
+
"Badge": {
|
|
257
|
+
"title": "Components/Badge",
|
|
258
|
+
"category": "Components",
|
|
259
|
+
"description": "",
|
|
260
|
+
"examples": [
|
|
261
|
+
"Default",
|
|
262
|
+
"Filled",
|
|
263
|
+
"Stroke",
|
|
264
|
+
"Subtle",
|
|
265
|
+
"FilledInfo",
|
|
266
|
+
"FilledError",
|
|
267
|
+
"FilledWarning",
|
|
268
|
+
"FilledSuccess",
|
|
269
|
+
"StrokeInfo",
|
|
270
|
+
"StrokeError",
|
|
271
|
+
"StrokeWarning",
|
|
272
|
+
"StrokeSuccess",
|
|
273
|
+
"SubtleInfo",
|
|
274
|
+
"SubtleError",
|
|
275
|
+
"SubtleWarning",
|
|
276
|
+
"SubtleSuccess",
|
|
277
|
+
"SmallSize",
|
|
278
|
+
"MediumSize",
|
|
279
|
+
"WithIconAndLabel",
|
|
280
|
+
"IconOnly",
|
|
281
|
+
"AllVariants",
|
|
282
|
+
"AllFilledColors",
|
|
283
|
+
"AllStrokeColors",
|
|
284
|
+
"AllSubtleColors",
|
|
285
|
+
"AllSizes",
|
|
286
|
+
"AllWithIcons",
|
|
287
|
+
"IconOnlyVariants",
|
|
288
|
+
"CompleteShowcase"
|
|
289
|
+
],
|
|
290
|
+
"props": {
|
|
291
|
+
"variant": {
|
|
292
|
+
"description": "",
|
|
293
|
+
"type": "unknown",
|
|
294
|
+
"options": [
|
|
295
|
+
"filled",
|
|
296
|
+
"stroke",
|
|
297
|
+
"subtle"
|
|
298
|
+
],
|
|
299
|
+
"required": true
|
|
300
|
+
},
|
|
301
|
+
"color": {
|
|
302
|
+
"description": "",
|
|
303
|
+
"type": "unknown",
|
|
304
|
+
"options": [
|
|
305
|
+
"info",
|
|
306
|
+
"error",
|
|
307
|
+
"warning",
|
|
308
|
+
"success"
|
|
309
|
+
],
|
|
310
|
+
"required": true
|
|
311
|
+
},
|
|
312
|
+
"size": {
|
|
313
|
+
"description": "",
|
|
314
|
+
"type": "unknown",
|
|
315
|
+
"options": [
|
|
316
|
+
"small",
|
|
317
|
+
"medium"
|
|
318
|
+
],
|
|
319
|
+
"required": true
|
|
320
|
+
},
|
|
321
|
+
"isIcon": {
|
|
322
|
+
"description": "",
|
|
323
|
+
"type": "unknown",
|
|
324
|
+
"required": true
|
|
325
|
+
},
|
|
326
|
+
"label": {
|
|
327
|
+
"description": "",
|
|
328
|
+
"type": "unknown",
|
|
329
|
+
"required": true
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"storyFile": "src/components/Badge/Badge.stories.tsx"
|
|
333
|
+
},
|
|
334
|
+
"BottomSheet": {
|
|
335
|
+
"title": "Components/BottomSheet",
|
|
336
|
+
"category": "Components",
|
|
337
|
+
"description": "Bottom sheet modal that slides up from the bottom. Extends Modal props; use **Controls** to try all options.",
|
|
338
|
+
"examples": [
|
|
339
|
+
"Default",
|
|
340
|
+
"WithFooter",
|
|
341
|
+
"WithExpandIcon",
|
|
342
|
+
"Playground",
|
|
343
|
+
"WithPrimaryAndSecondaryButtons"
|
|
344
|
+
],
|
|
345
|
+
"props": {
|
|
346
|
+
"open": {
|
|
347
|
+
"description": "Whether the bottom sheet is open",
|
|
348
|
+
"type": "unknown",
|
|
349
|
+
"required": true
|
|
350
|
+
},
|
|
351
|
+
"title": {
|
|
352
|
+
"description": "Title shown in the header",
|
|
353
|
+
"type": "unknown",
|
|
354
|
+
"required": true
|
|
355
|
+
},
|
|
356
|
+
"withExpandIcon": {
|
|
357
|
+
"description": "Show expand/collapse icon in header",
|
|
358
|
+
"type": "unknown",
|
|
359
|
+
"required": true
|
|
360
|
+
},
|
|
361
|
+
"maxHeight": {
|
|
362
|
+
"description": "Max height of the sheet (e.g.",
|
|
363
|
+
"type": "unknown",
|
|
364
|
+
"required": true
|
|
365
|
+
},
|
|
366
|
+
"zIndex": {
|
|
367
|
+
"description": "Z-index of the modal backdrop (inherited from Modal)",
|
|
368
|
+
"type": "unknown",
|
|
369
|
+
"required": true
|
|
370
|
+
},
|
|
371
|
+
"size": {
|
|
372
|
+
"description": "Modal size (inherited from Modal; affects non–bottom-sheet layout)",
|
|
373
|
+
"type": "unknown",
|
|
374
|
+
"options": [
|
|
375
|
+
"small",
|
|
376
|
+
"medium",
|
|
377
|
+
"large"
|
|
378
|
+
],
|
|
379
|
+
"required": true
|
|
380
|
+
},
|
|
381
|
+
"className": {
|
|
382
|
+
"description": "Additional CSS class for the modal container",
|
|
383
|
+
"type": "unknown",
|
|
384
|
+
"required": true
|
|
385
|
+
},
|
|
386
|
+
"primaryButtonLabel": {
|
|
387
|
+
"description": "Label for the primary footer button (inherited from Modal)",
|
|
388
|
+
"type": "unknown",
|
|
389
|
+
"required": true
|
|
390
|
+
},
|
|
391
|
+
"secondaryButtonLabel": {
|
|
392
|
+
"description": "Label for the secondary footer button (inherited from Modal)",
|
|
393
|
+
"type": "unknown",
|
|
394
|
+
"required": true
|
|
395
|
+
},
|
|
396
|
+
"onClose": {
|
|
397
|
+
"description": "",
|
|
398
|
+
"type": "unknown",
|
|
399
|
+
"required": true
|
|
400
|
+
},
|
|
401
|
+
"onPrimaryButtonClick": {
|
|
402
|
+
"description": "",
|
|
403
|
+
"type": "unknown",
|
|
404
|
+
"required": true
|
|
405
|
+
},
|
|
406
|
+
"onSecondaryButtonClick": {
|
|
407
|
+
"description": "",
|
|
408
|
+
"type": "unknown",
|
|
409
|
+
"required": true
|
|
410
|
+
},
|
|
411
|
+
"onExpand": {
|
|
412
|
+
"description": "",
|
|
413
|
+
"type": "unknown",
|
|
414
|
+
"required": true
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"storyFile": "src/components/BottomSheet/BottomSheet.stories.tsx"
|
|
418
|
+
},
|
|
419
|
+
"Breadcrumbs": {
|
|
420
|
+
"title": "Components/Breadcrumbs",
|
|
421
|
+
"category": "Components",
|
|
422
|
+
"description": "Breadcrumbs show the current location in a hierarchy and allow navigation back. When the path is long, the first item, a",
|
|
423
|
+
"examples": [
|
|
424
|
+
"Default",
|
|
425
|
+
"ShortPath",
|
|
426
|
+
"LongPath",
|
|
427
|
+
"WithClickHandlers",
|
|
428
|
+
"WithDisabledItem",
|
|
429
|
+
"Interactive",
|
|
430
|
+
"BreadcrumbClickNavigation",
|
|
431
|
+
"SingleItem"
|
|
432
|
+
],
|
|
433
|
+
"props": {
|
|
434
|
+
"list": {
|
|
435
|
+
"description": "Array of { label, to?, onClick?, disabled? }",
|
|
436
|
+
"type": "unknown",
|
|
437
|
+
"required": true
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"storyFile": "src/components/Breadcrumbs/Breadcrumbs.stories.tsx"
|
|
441
|
+
},
|
|
442
|
+
"Button": {
|
|
443
|
+
"title": "Components/Button",
|
|
444
|
+
"category": "Components",
|
|
445
|
+
"description": "",
|
|
446
|
+
"examples": [
|
|
447
|
+
"Primary",
|
|
448
|
+
"WithClickAction",
|
|
449
|
+
"IconOnlyWithAriaLabel",
|
|
450
|
+
"Secondary",
|
|
451
|
+
"Tertiary",
|
|
452
|
+
"Text",
|
|
453
|
+
"Destructive",
|
|
454
|
+
"Small",
|
|
455
|
+
"Medium",
|
|
456
|
+
"Large",
|
|
457
|
+
"Loading",
|
|
458
|
+
"Disabled",
|
|
459
|
+
"WithIconLeft",
|
|
460
|
+
"WithIconRight",
|
|
461
|
+
"IconOnly",
|
|
462
|
+
"AllVariants",
|
|
463
|
+
"AllSizes",
|
|
464
|
+
"AllStates"
|
|
465
|
+
],
|
|
466
|
+
"props": {
|
|
467
|
+
"size": {
|
|
468
|
+
"description": "",
|
|
469
|
+
"type": "unknown",
|
|
470
|
+
"options": [
|
|
471
|
+
"small",
|
|
472
|
+
"medium",
|
|
473
|
+
"large"
|
|
474
|
+
],
|
|
475
|
+
"required": true
|
|
476
|
+
},
|
|
477
|
+
"variant": {
|
|
478
|
+
"description": "",
|
|
479
|
+
"type": "unknown",
|
|
480
|
+
"options": [
|
|
481
|
+
"primary",
|
|
482
|
+
"contained",
|
|
483
|
+
"secondary",
|
|
484
|
+
"outlined",
|
|
485
|
+
"tertiary",
|
|
486
|
+
"text",
|
|
487
|
+
"url"
|
|
488
|
+
],
|
|
489
|
+
"required": true
|
|
490
|
+
},
|
|
491
|
+
"type": {
|
|
492
|
+
"description": "",
|
|
493
|
+
"type": "unknown",
|
|
494
|
+
"options": [
|
|
495
|
+
"default",
|
|
496
|
+
"destructive"
|
|
497
|
+
],
|
|
498
|
+
"required": true
|
|
499
|
+
},
|
|
500
|
+
"loading": {
|
|
501
|
+
"description": "",
|
|
502
|
+
"type": "unknown",
|
|
503
|
+
"required": true
|
|
504
|
+
},
|
|
505
|
+
"disabled": {
|
|
506
|
+
"description": "",
|
|
507
|
+
"type": "unknown",
|
|
508
|
+
"required": true
|
|
509
|
+
},
|
|
510
|
+
"iconPlacement": {
|
|
511
|
+
"description": "",
|
|
512
|
+
"type": "unknown",
|
|
513
|
+
"options": [
|
|
514
|
+
"left",
|
|
515
|
+
"right"
|
|
516
|
+
],
|
|
517
|
+
"required": true
|
|
518
|
+
},
|
|
519
|
+
"onClick": {
|
|
520
|
+
"description": "Fired when the button is clicked.",
|
|
521
|
+
"type": "unknown",
|
|
522
|
+
"required": true
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"storyFile": "src/components/Button/Button.stories.tsx"
|
|
526
|
+
},
|
|
527
|
+
"ButtonGroup": {
|
|
528
|
+
"title": "Components/ButtonGroup",
|
|
529
|
+
"category": "Components",
|
|
530
|
+
"description": "A group of toggle buttons where one option can be selected at a time. Ideal for view switchers (list/grid/map), filters (All/Active/Archived), or sort options. Supports icons, disabled state per option or for the whole group, and full keyboard navigation.",
|
|
531
|
+
"examples": [
|
|
532
|
+
"Default",
|
|
533
|
+
"TextOnly",
|
|
534
|
+
"WithIcons",
|
|
535
|
+
"Disabled",
|
|
536
|
+
"WithDisabledOption",
|
|
537
|
+
"SelectionFiresOnChange",
|
|
538
|
+
"AllVariants"
|
|
539
|
+
],
|
|
540
|
+
"props": {
|
|
541
|
+
"selectedOption": {
|
|
542
|
+
"description": "Currently selected value (controlled)",
|
|
543
|
+
"type": "unknown",
|
|
544
|
+
"options": [
|
|
545
|
+
"list",
|
|
546
|
+
"grid",
|
|
547
|
+
"map"
|
|
548
|
+
],
|
|
549
|
+
"required": true
|
|
550
|
+
},
|
|
551
|
+
"isDisabled": {
|
|
552
|
+
"description": "",
|
|
553
|
+
"type": "unknown",
|
|
554
|
+
"required": true
|
|
555
|
+
},
|
|
556
|
+
"onChange": {
|
|
557
|
+
"description": "Fired when selection changes. Receives the selected option value.",
|
|
558
|
+
"type": "unknown",
|
|
559
|
+
"required": true
|
|
560
|
+
},
|
|
561
|
+
"options": {
|
|
562
|
+
"description": "",
|
|
563
|
+
"type": "unknown",
|
|
564
|
+
"required": true
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"storyFile": "src/components/ButtonGroup/ButtonGroup.stories.tsx"
|
|
568
|
+
},
|
|
569
|
+
"Card": {
|
|
570
|
+
"title": "Components/Card",
|
|
571
|
+
"category": "Components",
|
|
572
|
+
"description": "",
|
|
573
|
+
"examples": [
|
|
574
|
+
"Default",
|
|
575
|
+
"ExtraSmall",
|
|
576
|
+
"Small",
|
|
577
|
+
"Medium",
|
|
578
|
+
"Large",
|
|
579
|
+
"ExtraLarge",
|
|
580
|
+
"ExtraLarge3x",
|
|
581
|
+
"Clickable",
|
|
582
|
+
"ClickableFiresOnClick",
|
|
583
|
+
"CustomPadding",
|
|
584
|
+
"CustomDimensions",
|
|
585
|
+
"WithContent",
|
|
586
|
+
"ProductCard",
|
|
587
|
+
"ProfileCard",
|
|
588
|
+
"AllSizes",
|
|
589
|
+
"CardGrid",
|
|
590
|
+
"ClickableCard"
|
|
591
|
+
],
|
|
592
|
+
"props": {
|
|
593
|
+
"size": {
|
|
594
|
+
"description": "",
|
|
595
|
+
"type": "unknown",
|
|
596
|
+
"options": [
|
|
597
|
+
"extraSmall",
|
|
598
|
+
"small",
|
|
599
|
+
"medium",
|
|
600
|
+
"large",
|
|
601
|
+
"extraLarge",
|
|
602
|
+
"extraLarge-3x"
|
|
603
|
+
],
|
|
604
|
+
"required": true
|
|
605
|
+
},
|
|
606
|
+
"clickable": {
|
|
607
|
+
"description": "",
|
|
608
|
+
"type": "unknown",
|
|
609
|
+
"required": true
|
|
610
|
+
},
|
|
611
|
+
"padding": {
|
|
612
|
+
"description": "",
|
|
613
|
+
"type": "unknown",
|
|
614
|
+
"required": true
|
|
615
|
+
},
|
|
616
|
+
"width": {
|
|
617
|
+
"description": "",
|
|
618
|
+
"type": "unknown",
|
|
619
|
+
"required": true
|
|
620
|
+
},
|
|
621
|
+
"maxWidth": {
|
|
622
|
+
"description": "",
|
|
623
|
+
"type": "unknown",
|
|
624
|
+
"required": true
|
|
625
|
+
},
|
|
626
|
+
"minHeight": {
|
|
627
|
+
"description": "",
|
|
628
|
+
"type": "unknown",
|
|
629
|
+
"required": true
|
|
630
|
+
},
|
|
631
|
+
"onClick": {
|
|
632
|
+
"description": "Fired when the card is clicked (only when clickable is true).",
|
|
633
|
+
"type": "unknown",
|
|
634
|
+
"required": true
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"storyFile": "src/components/Card/Card.stories.tsx"
|
|
638
|
+
},
|
|
639
|
+
"Chart": {
|
|
640
|
+
"title": "Components/Chart",
|
|
641
|
+
"category": "Components",
|
|
642
|
+
"description": "Highcharts-based chart with optional header, download, expand, and chart-type selector. Use **Controls** to change chart type, series, and options.",
|
|
643
|
+
"examples": [
|
|
644
|
+
"Default",
|
|
645
|
+
"LineChart",
|
|
646
|
+
"PieChart",
|
|
647
|
+
"WithoutHeader",
|
|
648
|
+
"WithFallbackContent",
|
|
649
|
+
"WithSwitchButton",
|
|
650
|
+
"WithChartTypeDropdown",
|
|
651
|
+
"WithTopLeftAndTopRightOptions",
|
|
652
|
+
"WithCustomLegend",
|
|
653
|
+
"DownloadAndExpandActions",
|
|
654
|
+
"StackedColumn",
|
|
655
|
+
"WithDataTestIdAndClassName",
|
|
656
|
+
"Playground",
|
|
657
|
+
"AreaChart",
|
|
658
|
+
"BarChart",
|
|
659
|
+
"ScatterChart",
|
|
660
|
+
"WithCustomSystemButton",
|
|
661
|
+
"NoDownloadOrExpand"
|
|
662
|
+
],
|
|
663
|
+
"props": {
|
|
664
|
+
"graphType": {
|
|
665
|
+
"description": "Highcharts series type",
|
|
666
|
+
"type": "unknown",
|
|
667
|
+
"options": [
|
|
668
|
+
"column",
|
|
669
|
+
"line",
|
|
670
|
+
"area",
|
|
671
|
+
"pie",
|
|
672
|
+
"bar",
|
|
673
|
+
"scatter"
|
|
674
|
+
],
|
|
675
|
+
"required": true
|
|
676
|
+
},
|
|
677
|
+
"graphTitle": {
|
|
678
|
+
"description": "Title shown in header",
|
|
679
|
+
"type": "unknown",
|
|
680
|
+
"required": true
|
|
681
|
+
},
|
|
682
|
+
"showchart": {
|
|
683
|
+
"description": "When false, fallbackContent is rendered",
|
|
684
|
+
"type": "unknown",
|
|
685
|
+
"required": true
|
|
686
|
+
},
|
|
687
|
+
"showHeader": {
|
|
688
|
+
"description": "Show header with title and action buttons",
|
|
689
|
+
"type": "unknown",
|
|
690
|
+
"required": true
|
|
691
|
+
},
|
|
692
|
+
"showDownloadButton": {
|
|
693
|
+
"description": "Show download button",
|
|
694
|
+
"type": "unknown",
|
|
695
|
+
"required": true
|
|
696
|
+
},
|
|
697
|
+
"showExpandButton": {
|
|
698
|
+
"description": "Show expand/fullscreen button",
|
|
699
|
+
"type": "unknown",
|
|
700
|
+
"required": true
|
|
701
|
+
},
|
|
702
|
+
"showSwitchButton": {
|
|
703
|
+
"description": "Show toggle table/chart button",
|
|
704
|
+
"type": "unknown",
|
|
705
|
+
"required": true
|
|
706
|
+
},
|
|
707
|
+
"showChartTypeDropdown": {
|
|
708
|
+
"description": "Show chart type dropdown",
|
|
709
|
+
"type": "unknown",
|
|
710
|
+
"required": true
|
|
711
|
+
},
|
|
712
|
+
"cardContainer": {
|
|
713
|
+
"description": "Wrap in card container with shadow",
|
|
714
|
+
"type": "unknown",
|
|
715
|
+
"required": true
|
|
716
|
+
},
|
|
717
|
+
"onChartDownload": {
|
|
718
|
+
"description": "",
|
|
719
|
+
"type": "unknown",
|
|
720
|
+
"required": true
|
|
721
|
+
},
|
|
722
|
+
"setShowChart": {
|
|
723
|
+
"description": "",
|
|
724
|
+
"type": "unknown",
|
|
725
|
+
"required": true
|
|
726
|
+
},
|
|
727
|
+
"handleChartExpand": {
|
|
728
|
+
"description": "",
|
|
729
|
+
"type": "unknown",
|
|
730
|
+
"required": true
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"storyFile": "src/components/Chart/Chart.stories.tsx"
|
|
734
|
+
},
|
|
735
|
+
"Chatbot": {
|
|
736
|
+
"title": "Components/Chatbot",
|
|
737
|
+
"category": "Components",
|
|
738
|
+
"description": "Typed Chatbot migrated from OldJsComponents with history panel, module menu, and conversation flow.",
|
|
739
|
+
"examples": [
|
|
740
|
+
"Default",
|
|
741
|
+
"NewChatFlow",
|
|
742
|
+
"HistoryPanelInteractions",
|
|
743
|
+
"CustomScreenAndStop"
|
|
744
|
+
],
|
|
745
|
+
"props": {},
|
|
746
|
+
"storyFile": "src/components/Chatbot/Chatbot.stories.tsx"
|
|
747
|
+
},
|
|
748
|
+
"Checkbox": {
|
|
749
|
+
"title": "Components/Checkbox",
|
|
750
|
+
"category": "Components",
|
|
751
|
+
"description": "Checkbox provides binary selection with default and dashed variants, optional dropdown menu, and full accessibility support.",
|
|
752
|
+
"examples": [
|
|
753
|
+
"Default",
|
|
754
|
+
"Checked",
|
|
755
|
+
"Required",
|
|
756
|
+
"Disabled",
|
|
757
|
+
"DisabledChecked",
|
|
758
|
+
"DashedVariant",
|
|
759
|
+
"WithoutFormLabel",
|
|
760
|
+
"WithoutFormLabelRequired",
|
|
761
|
+
"WithDropdown",
|
|
762
|
+
"DropdownWithDisabled",
|
|
763
|
+
"Controlled",
|
|
764
|
+
"MultipleSelection",
|
|
765
|
+
"SelectAllPattern",
|
|
766
|
+
"FormAcceptance",
|
|
767
|
+
"AllVariantsAndStates",
|
|
768
|
+
"DropdownWithActions"
|
|
769
|
+
],
|
|
770
|
+
"props": {
|
|
771
|
+
"label": {
|
|
772
|
+
"description": "Label text displayed next to the checkbox.",
|
|
773
|
+
"type": "ReactNode",
|
|
774
|
+
"required": true
|
|
775
|
+
},
|
|
776
|
+
"variant": {
|
|
777
|
+
"description": "Visual variant: default (checkmark) or dashed (horizontal line).",
|
|
778
|
+
"type": "unknown",
|
|
779
|
+
"defaultValue": "default",
|
|
780
|
+
"options": [
|
|
781
|
+
"default",
|
|
782
|
+
"dashed"
|
|
783
|
+
],
|
|
784
|
+
"required": false
|
|
785
|
+
},
|
|
786
|
+
"checked": {
|
|
787
|
+
"description": "Controlled checked state.",
|
|
788
|
+
"type": "boolean",
|
|
789
|
+
"required": true
|
|
790
|
+
},
|
|
791
|
+
"defaultChecked": {
|
|
792
|
+
"description": "Initial checked state for uncontrolled mode.",
|
|
793
|
+
"type": "boolean",
|
|
794
|
+
"required": true
|
|
795
|
+
},
|
|
796
|
+
"disabled": {
|
|
797
|
+
"description": "Disables the checkbox.",
|
|
798
|
+
"type": "boolean",
|
|
799
|
+
"defaultValue": "false",
|
|
800
|
+
"required": false
|
|
801
|
+
},
|
|
802
|
+
"required": {
|
|
803
|
+
"description": "Shows required asterisk indicator.",
|
|
804
|
+
"type": "boolean",
|
|
805
|
+
"defaultValue": "false",
|
|
806
|
+
"required": false
|
|
807
|
+
},
|
|
808
|
+
"withoutFormLabel": {
|
|
809
|
+
"description": "Renders without MUI FormControlLabel wrapper.",
|
|
810
|
+
"type": "boolean",
|
|
811
|
+
"defaultValue": "false",
|
|
812
|
+
"required": false
|
|
813
|
+
},
|
|
814
|
+
"withDropDown": {
|
|
815
|
+
"description": "Adds dropdown menu arrow with menu items.",
|
|
816
|
+
"type": "boolean",
|
|
817
|
+
"defaultValue": "false",
|
|
818
|
+
"required": false
|
|
819
|
+
},
|
|
820
|
+
"dropDownData": {
|
|
821
|
+
"description": "Menu items for dropdown (required when withDropDown is true).",
|
|
822
|
+
"type": "DropdownItemData[]",
|
|
823
|
+
"required": true
|
|
824
|
+
},
|
|
825
|
+
"onChange": {
|
|
826
|
+
"description": "Callback when checked state changes.",
|
|
827
|
+
"type": "(event: ChangeEvent<HTMLInputElement>) => void",
|
|
828
|
+
"required": true
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"storyFile": "src/components/Checkbox/Checkbox.stories.tsx"
|
|
832
|
+
},
|
|
833
|
+
"Chips": {
|
|
834
|
+
"title": "Components/Chips",
|
|
835
|
+
"category": "Components",
|
|
836
|
+
"description": "Chips are compact elements used for inputs, attributes, or actions. Support single selection (radio), multiple selection (checkbox), or simple clickable tags.",
|
|
837
|
+
"examples": [
|
|
838
|
+
"SingleChipOnly",
|
|
839
|
+
"Default",
|
|
840
|
+
"SingleType",
|
|
841
|
+
"MultiType",
|
|
842
|
+
"Active",
|
|
843
|
+
"SingleActive",
|
|
844
|
+
"MultiActive",
|
|
845
|
+
"Disabled",
|
|
846
|
+
"DisabledSingle",
|
|
847
|
+
"DisabledActiveMulti",
|
|
848
|
+
"SingleSelectionGroup",
|
|
849
|
+
"MultiSelectionGroup",
|
|
850
|
+
"AllTypes",
|
|
851
|
+
"FilterExample",
|
|
852
|
+
"CategorySelection",
|
|
853
|
+
"ProfileSkills"
|
|
854
|
+
],
|
|
855
|
+
"props": {
|
|
856
|
+
"label": {
|
|
857
|
+
"description": "The text content displayed inside the chip. This value is passed to the onClick callback.",
|
|
858
|
+
"type": "string",
|
|
859
|
+
"required": true
|
|
860
|
+
},
|
|
861
|
+
"type": {
|
|
862
|
+
"description": "The chip type determines the selection indicator style. `default` has no indicator, `single` shows a radio button, `multi` shows a checkbox.",
|
|
863
|
+
"type": "unknown",
|
|
864
|
+
"defaultValue": "default",
|
|
865
|
+
"options": [
|
|
866
|
+
"default",
|
|
867
|
+
"single",
|
|
868
|
+
"multi"
|
|
869
|
+
],
|
|
870
|
+
"required": false
|
|
871
|
+
},
|
|
872
|
+
"isActive": {
|
|
873
|
+
"description": "Whether the chip is in its selected/active state. Visual appearance depends on the type prop.",
|
|
874
|
+
"type": "boolean",
|
|
875
|
+
"defaultValue": "false",
|
|
876
|
+
"required": false
|
|
877
|
+
},
|
|
878
|
+
"disabled": {
|
|
879
|
+
"description": "When true, the chip is non-interactive and displays in a muted style.",
|
|
880
|
+
"type": "boolean",
|
|
881
|
+
"defaultValue": "false",
|
|
882
|
+
"required": false
|
|
883
|
+
},
|
|
884
|
+
"onClick": {
|
|
885
|
+
"description": "Callback function triggered when the chip is clicked. Receives the label as an argument.",
|
|
886
|
+
"type": "(label: string) => void",
|
|
887
|
+
"required": true
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"storyFile": "src/components/Chips/Chips.stories.tsx"
|
|
891
|
+
},
|
|
892
|
+
"CreateItemFlow": {
|
|
893
|
+
"title": "Components/CreateItemFlow",
|
|
894
|
+
"category": "Components",
|
|
895
|
+
"description": "",
|
|
896
|
+
"examples": [
|
|
897
|
+
"Default",
|
|
898
|
+
"StepTwo",
|
|
899
|
+
"LastStep",
|
|
900
|
+
"CustomActions"
|
|
901
|
+
],
|
|
902
|
+
"props": {
|
|
903
|
+
"onCancel": {
|
|
904
|
+
"description": "",
|
|
905
|
+
"type": "unknown",
|
|
906
|
+
"required": true
|
|
907
|
+
},
|
|
908
|
+
"onNext": {
|
|
909
|
+
"description": "",
|
|
910
|
+
"type": "unknown",
|
|
911
|
+
"required": true
|
|
912
|
+
},
|
|
913
|
+
"onPrev": {
|
|
914
|
+
"description": "",
|
|
915
|
+
"type": "unknown",
|
|
916
|
+
"required": true
|
|
917
|
+
},
|
|
918
|
+
"onStepClick": {
|
|
919
|
+
"description": "",
|
|
920
|
+
"type": "unknown",
|
|
921
|
+
"required": true
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"storyFile": "src/components/CreateItemFlow/CreateItemFlow.stories.tsx"
|
|
925
|
+
},
|
|
926
|
+
"DatePicker": {
|
|
927
|
+
"title": "Components/DatePicker",
|
|
928
|
+
"category": "Components",
|
|
929
|
+
"description": "Single date picker using react-dates and moment. Use **Controls** to toggle label, required, disabled, format, portal, month/year select, and footer actions.",
|
|
930
|
+
"examples": [
|
|
931
|
+
"Default",
|
|
932
|
+
"WithInitialDate",
|
|
933
|
+
"OpenDropdownAndApply",
|
|
934
|
+
"OpenDropdownAndCancel",
|
|
935
|
+
"OpenDropdownAndClear",
|
|
936
|
+
"WithPortal",
|
|
937
|
+
"WithMonthYearSelect",
|
|
938
|
+
"CustomYearsAsLabelValuePairs",
|
|
939
|
+
"WithWeekNumbers",
|
|
940
|
+
"WithMinMax",
|
|
941
|
+
"Disabled",
|
|
942
|
+
"ErrorState",
|
|
943
|
+
"Required",
|
|
944
|
+
"FullWidth",
|
|
945
|
+
"LabelLeft",
|
|
946
|
+
"Playground",
|
|
947
|
+
"CloseOnDateSelect",
|
|
948
|
+
"ClickOutsideCloses",
|
|
949
|
+
"PortalBlanketClosesDropdown",
|
|
950
|
+
"UsesHandleDateChange",
|
|
951
|
+
"OutsideRangeSelectedShowsError",
|
|
952
|
+
"SelectDayKeepsPopoverOpen",
|
|
953
|
+
"AgGridSkipsOutsideClose",
|
|
954
|
+
"AlternateDisplayFormat",
|
|
955
|
+
"WithRootClassName",
|
|
956
|
+
"WithCustomIcon",
|
|
957
|
+
"ReadOnlyWithValue"
|
|
958
|
+
],
|
|
959
|
+
"props": {
|
|
960
|
+
"label": {
|
|
961
|
+
"description": "Label above the input",
|
|
962
|
+
"type": "unknown",
|
|
963
|
+
"required": true
|
|
964
|
+
},
|
|
965
|
+
"isRequired": {
|
|
966
|
+
"description": "",
|
|
967
|
+
"type": "unknown",
|
|
968
|
+
"required": true
|
|
969
|
+
},
|
|
970
|
+
"isDisabled": {
|
|
971
|
+
"description": "",
|
|
972
|
+
"type": "unknown",
|
|
973
|
+
"required": true
|
|
974
|
+
},
|
|
975
|
+
"isError": {
|
|
976
|
+
"description": "",
|
|
977
|
+
"type": "unknown",
|
|
978
|
+
"required": true
|
|
979
|
+
},
|
|
980
|
+
"fullWidth": {
|
|
981
|
+
"description": "",
|
|
982
|
+
"type": "unknown",
|
|
983
|
+
"required": true
|
|
984
|
+
},
|
|
985
|
+
"labelOrientation": {
|
|
986
|
+
"description": "",
|
|
987
|
+
"type": "unknown",
|
|
988
|
+
"options": [
|
|
989
|
+
"top",
|
|
990
|
+
"left"
|
|
991
|
+
],
|
|
992
|
+
"required": true
|
|
993
|
+
},
|
|
994
|
+
"displayFormat": {
|
|
995
|
+
"description": "",
|
|
996
|
+
"type": "unknown",
|
|
997
|
+
"required": true
|
|
998
|
+
},
|
|
999
|
+
"placeholder": {
|
|
1000
|
+
"description": "",
|
|
1001
|
+
"type": "unknown",
|
|
1002
|
+
"required": true
|
|
1003
|
+
},
|
|
1004
|
+
"closeOnDateSelect": {
|
|
1005
|
+
"description": "",
|
|
1006
|
+
"type": "unknown",
|
|
1007
|
+
"required": true
|
|
1008
|
+
},
|
|
1009
|
+
"withPortal": {
|
|
1010
|
+
"description": "",
|
|
1011
|
+
"type": "unknown",
|
|
1012
|
+
"required": true
|
|
1013
|
+
},
|
|
1014
|
+
"showMonthYearSelect": {
|
|
1015
|
+
"description": "",
|
|
1016
|
+
"type": "unknown",
|
|
1017
|
+
"required": true
|
|
1018
|
+
},
|
|
1019
|
+
"showWeekNumbers": {
|
|
1020
|
+
"description": "",
|
|
1021
|
+
"type": "unknown",
|
|
1022
|
+
"required": true
|
|
1023
|
+
},
|
|
1024
|
+
"readOnly": {
|
|
1025
|
+
"description": "",
|
|
1026
|
+
"type": "unknown",
|
|
1027
|
+
"required": true
|
|
1028
|
+
},
|
|
1029
|
+
"setSelectedDate": {
|
|
1030
|
+
"description": "",
|
|
1031
|
+
"type": "unknown",
|
|
1032
|
+
"required": true
|
|
1033
|
+
},
|
|
1034
|
+
"onPrimaryButtonClick": {
|
|
1035
|
+
"description": "",
|
|
1036
|
+
"type": "unknown",
|
|
1037
|
+
"required": true
|
|
1038
|
+
},
|
|
1039
|
+
"onSecondaryButtonClick": {
|
|
1040
|
+
"description": "",
|
|
1041
|
+
"type": "unknown",
|
|
1042
|
+
"required": true
|
|
1043
|
+
},
|
|
1044
|
+
"onTertiaryButtonClick": {
|
|
1045
|
+
"description": "",
|
|
1046
|
+
"type": "unknown",
|
|
1047
|
+
"required": true
|
|
1048
|
+
},
|
|
1049
|
+
"onClickOutside": {
|
|
1050
|
+
"description": "",
|
|
1051
|
+
"type": "unknown",
|
|
1052
|
+
"required": true
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
"storyFile": "src/components/DatePicker/DatePicker.stories.tsx"
|
|
1056
|
+
},
|
|
1057
|
+
"DateRangePicker": {
|
|
1058
|
+
"title": "Components/DateRangePicker",
|
|
1059
|
+
"category": "Components",
|
|
1060
|
+
"description": "Date range picker using react-dates and moment. Use **Controls** to toggle portal, range selector, month/year select, week numbers, and footer actions.",
|
|
1061
|
+
"examples": [
|
|
1062
|
+
"Default",
|
|
1063
|
+
"WithInitialRange",
|
|
1064
|
+
"OpenDropdownAndApply",
|
|
1065
|
+
"OpenDropdownViaEndInput",
|
|
1066
|
+
"FooterShowsSelectedDays",
|
|
1067
|
+
"SelectRangeShortcut",
|
|
1068
|
+
"OpenDropdownAndCancel",
|
|
1069
|
+
"OpenDropdownAndClear",
|
|
1070
|
+
"WithPortal",
|
|
1071
|
+
"WithRangeSelector",
|
|
1072
|
+
"WithMonthYearSelect",
|
|
1073
|
+
"WithWeekNumbers",
|
|
1074
|
+
"WithMinMax",
|
|
1075
|
+
"FullInteractionFlow",
|
|
1076
|
+
"ClickOutsideToClose",
|
|
1077
|
+
"FocusStartThenEnd",
|
|
1078
|
+
"PortalBlanketClosesDropdown",
|
|
1079
|
+
"AllRangeShortcuts",
|
|
1080
|
+
"MonthYearSelectInteraction",
|
|
1081
|
+
"FocusAndBlurInputs",
|
|
1082
|
+
"WithRangeThenClear",
|
|
1083
|
+
"OnResetClickCallback",
|
|
1084
|
+
"CalendarIconFocusesStart",
|
|
1085
|
+
"FullWidthAndLabelLeft",
|
|
1086
|
+
"Disabled",
|
|
1087
|
+
"ErrorState",
|
|
1088
|
+
"Required",
|
|
1089
|
+
"FullWidth",
|
|
1090
|
+
"LabelLeft",
|
|
1091
|
+
"ReadOnly",
|
|
1092
|
+
"WithHelperText",
|
|
1093
|
+
"UsesHandleDatesChange",
|
|
1094
|
+
"CustomHandleFocusChange",
|
|
1095
|
+
"CustomStartEndFocusHandlers",
|
|
1096
|
+
"WeekNumbersWithCustomData",
|
|
1097
|
+
"PortalWithCustomClassName",
|
|
1098
|
+
"CustomStartEndOffsets",
|
|
1099
|
+
"AgGridSkipsOutsideClose",
|
|
1100
|
+
"CustomYearsAsLabelValuePairs",
|
|
1101
|
+
"Playground"
|
|
1102
|
+
],
|
|
1103
|
+
"props": {
|
|
1104
|
+
"label": {
|
|
1105
|
+
"description": "",
|
|
1106
|
+
"type": "unknown",
|
|
1107
|
+
"required": true
|
|
1108
|
+
},
|
|
1109
|
+
"isRequired": {
|
|
1110
|
+
"description": "",
|
|
1111
|
+
"type": "unknown",
|
|
1112
|
+
"required": true
|
|
1113
|
+
},
|
|
1114
|
+
"isDisabled": {
|
|
1115
|
+
"description": "",
|
|
1116
|
+
"type": "unknown",
|
|
1117
|
+
"required": true
|
|
1118
|
+
},
|
|
1119
|
+
"isError": {
|
|
1120
|
+
"description": "",
|
|
1121
|
+
"type": "unknown",
|
|
1122
|
+
"required": true
|
|
1123
|
+
},
|
|
1124
|
+
"fullWidth": {
|
|
1125
|
+
"description": "",
|
|
1126
|
+
"type": "unknown",
|
|
1127
|
+
"required": true
|
|
1128
|
+
},
|
|
1129
|
+
"labelOrientation": {
|
|
1130
|
+
"description": "",
|
|
1131
|
+
"type": "unknown",
|
|
1132
|
+
"options": [
|
|
1133
|
+
"top",
|
|
1134
|
+
"left"
|
|
1135
|
+
],
|
|
1136
|
+
"required": true
|
|
1137
|
+
},
|
|
1138
|
+
"displayFormat": {
|
|
1139
|
+
"description": "",
|
|
1140
|
+
"type": "unknown",
|
|
1141
|
+
"required": true
|
|
1142
|
+
},
|
|
1143
|
+
"withPortal": {
|
|
1144
|
+
"description": "",
|
|
1145
|
+
"type": "unknown",
|
|
1146
|
+
"required": true
|
|
1147
|
+
},
|
|
1148
|
+
"showRangeSelector": {
|
|
1149
|
+
"description": "",
|
|
1150
|
+
"type": "unknown",
|
|
1151
|
+
"required": true
|
|
1152
|
+
},
|
|
1153
|
+
"showMonthYearSelect": {
|
|
1154
|
+
"description": "",
|
|
1155
|
+
"type": "unknown",
|
|
1156
|
+
"required": true
|
|
1157
|
+
},
|
|
1158
|
+
"showWeekNumbers": {
|
|
1159
|
+
"description": "",
|
|
1160
|
+
"type": "unknown",
|
|
1161
|
+
"required": true
|
|
1162
|
+
},
|
|
1163
|
+
"readOnly": {
|
|
1164
|
+
"description": "",
|
|
1165
|
+
"type": "unknown",
|
|
1166
|
+
"required": true
|
|
1167
|
+
},
|
|
1168
|
+
"helperText": {
|
|
1169
|
+
"description": "",
|
|
1170
|
+
"type": "unknown",
|
|
1171
|
+
"required": true
|
|
1172
|
+
},
|
|
1173
|
+
"setStartDate": {
|
|
1174
|
+
"description": "",
|
|
1175
|
+
"type": "unknown",
|
|
1176
|
+
"required": true
|
|
1177
|
+
},
|
|
1178
|
+
"setEndDate": {
|
|
1179
|
+
"description": "",
|
|
1180
|
+
"type": "unknown",
|
|
1181
|
+
"required": true
|
|
1182
|
+
},
|
|
1183
|
+
"onPrimaryButtonClick": {
|
|
1184
|
+
"description": "",
|
|
1185
|
+
"type": "unknown",
|
|
1186
|
+
"required": true
|
|
1187
|
+
},
|
|
1188
|
+
"onSecondaryButtonClick": {
|
|
1189
|
+
"description": "",
|
|
1190
|
+
"type": "unknown",
|
|
1191
|
+
"required": true
|
|
1192
|
+
},
|
|
1193
|
+
"onResetClick": {
|
|
1194
|
+
"description": "",
|
|
1195
|
+
"type": "unknown",
|
|
1196
|
+
"required": true
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"storyFile": "src/components/DateRangePicker/DateRangePicker.stories.tsx"
|
|
1200
|
+
},
|
|
1201
|
+
"DynamicLayout": {
|
|
1202
|
+
"title": "Components/DynamicLayout",
|
|
1203
|
+
"category": "Components",
|
|
1204
|
+
"description": "",
|
|
1205
|
+
"examples": [
|
|
1206
|
+
"Default",
|
|
1207
|
+
"WithStepper",
|
|
1208
|
+
"WithCustomWidth"
|
|
1209
|
+
],
|
|
1210
|
+
"props": {
|
|
1211
|
+
"leftPanelWidth": {
|
|
1212
|
+
"description": "",
|
|
1213
|
+
"type": "unknown",
|
|
1214
|
+
"required": true
|
|
1215
|
+
},
|
|
1216
|
+
"showStepper": {
|
|
1217
|
+
"description": "",
|
|
1218
|
+
"type": "unknown",
|
|
1219
|
+
"required": true
|
|
1220
|
+
}
|
|
1221
|
+
},
|
|
1222
|
+
"storyFile": "src/components/DynamicLayout/DynamicLayout.stories.tsx"
|
|
1223
|
+
},
|
|
1224
|
+
"EmptyState": {
|
|
1225
|
+
"title": "Components/EmptyState",
|
|
1226
|
+
"category": "Components",
|
|
1227
|
+
"description": "",
|
|
1228
|
+
"examples": [
|
|
1229
|
+
"Default",
|
|
1230
|
+
"WithPrimaryButton",
|
|
1231
|
+
"WithSecondaryButton",
|
|
1232
|
+
"WithBothButtons",
|
|
1233
|
+
"WithCustomIcon"
|
|
1234
|
+
],
|
|
1235
|
+
"props": {
|
|
1236
|
+
"onPrimaryButtonClick": {
|
|
1237
|
+
"description": "",
|
|
1238
|
+
"type": "unknown",
|
|
1239
|
+
"required": true
|
|
1240
|
+
},
|
|
1241
|
+
"onSecondaryButtonClick": {
|
|
1242
|
+
"description": "",
|
|
1243
|
+
"type": "unknown",
|
|
1244
|
+
"required": true
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
"storyFile": "src/components/EmptyState/EmptyState.stories.tsx"
|
|
1248
|
+
},
|
|
1249
|
+
"FileUpload": {
|
|
1250
|
+
"title": "Components/FileUpload",
|
|
1251
|
+
"category": "Components",
|
|
1252
|
+
"description": "File upload with drag-and-drop, file type validation, optional template download, and primary/secondary actions. Use **Controls** to try different valid types and button labels.",
|
|
1253
|
+
"examples": [
|
|
1254
|
+
"Default",
|
|
1255
|
+
"WithPrimaryAndSecondary",
|
|
1256
|
+
"MultipleFiles",
|
|
1257
|
+
"WithFileList",
|
|
1258
|
+
"Playground",
|
|
1259
|
+
"Disabled",
|
|
1260
|
+
"WithTemplateDownload",
|
|
1261
|
+
"WithTemplateDownloadMenu",
|
|
1262
|
+
"WithFileUploading",
|
|
1263
|
+
"WithFailedFile",
|
|
1264
|
+
"WithFailedMessageAndCustomAction",
|
|
1265
|
+
"WithPauseButton",
|
|
1266
|
+
"AllInteractions",
|
|
1267
|
+
"EmptyDropZone",
|
|
1268
|
+
"FullCapacity",
|
|
1269
|
+
"WithClassNameAndTestId",
|
|
1270
|
+
"InvalidFileTypeDrop",
|
|
1271
|
+
"TypeOverrideMimeMatch",
|
|
1272
|
+
"DragEnterAndLeave"
|
|
1273
|
+
],
|
|
1274
|
+
"props": {
|
|
1275
|
+
"fileList": {
|
|
1276
|
+
"description": "Controlled list of file items",
|
|
1277
|
+
"type": "unknown",
|
|
1278
|
+
"required": true
|
|
1279
|
+
},
|
|
1280
|
+
"onFileListChange": {
|
|
1281
|
+
"description": "",
|
|
1282
|
+
"type": "unknown",
|
|
1283
|
+
"required": true
|
|
1284
|
+
},
|
|
1285
|
+
"onClose": {
|
|
1286
|
+
"description": "",
|
|
1287
|
+
"type": "unknown",
|
|
1288
|
+
"required": true
|
|
1289
|
+
},
|
|
1290
|
+
"onPrimaryButtonClick": {
|
|
1291
|
+
"description": "",
|
|
1292
|
+
"type": "unknown",
|
|
1293
|
+
"required": true
|
|
1294
|
+
},
|
|
1295
|
+
"onSecondaryButtonClick": {
|
|
1296
|
+
"description": "",
|
|
1297
|
+
"type": "unknown",
|
|
1298
|
+
"required": true
|
|
1299
|
+
},
|
|
1300
|
+
"disabled": {
|
|
1301
|
+
"description": "",
|
|
1302
|
+
"type": "unknown",
|
|
1303
|
+
"required": true
|
|
1304
|
+
},
|
|
1305
|
+
"numberOfFiles": {
|
|
1306
|
+
"description": "",
|
|
1307
|
+
"type": "unknown",
|
|
1308
|
+
"required": true
|
|
1309
|
+
},
|
|
1310
|
+
"primaryButtonLabel": {
|
|
1311
|
+
"description": "",
|
|
1312
|
+
"type": "unknown",
|
|
1313
|
+
"required": true
|
|
1314
|
+
},
|
|
1315
|
+
"secondaryButtonLabel": {
|
|
1316
|
+
"description": "",
|
|
1317
|
+
"type": "unknown",
|
|
1318
|
+
"required": true
|
|
1319
|
+
},
|
|
1320
|
+
"validFileTypes": {
|
|
1321
|
+
"description": "Allowed file types and optional template download",
|
|
1322
|
+
"type": "unknown",
|
|
1323
|
+
"required": false
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
"storyFile": "src/components/FileUpload/FileUpload.stories.tsx"
|
|
1327
|
+
},
|
|
1328
|
+
"FilterPanel": {
|
|
1329
|
+
"title": "Components/FilterPanel",
|
|
1330
|
+
"category": "Components",
|
|
1331
|
+
"description": "Filter panel drawer with sidebar tabs and optional footer. Extends MUI Drawer.",
|
|
1332
|
+
"examples": [
|
|
1333
|
+
"Default",
|
|
1334
|
+
"WithFooter",
|
|
1335
|
+
"SwitchTab",
|
|
1336
|
+
"WithSeparator",
|
|
1337
|
+
"Playground"
|
|
1338
|
+
],
|
|
1339
|
+
"props": {
|
|
1340
|
+
"isOpen": {
|
|
1341
|
+
"description": "",
|
|
1342
|
+
"type": "unknown",
|
|
1343
|
+
"required": true
|
|
1344
|
+
},
|
|
1345
|
+
"title": {
|
|
1346
|
+
"description": "",
|
|
1347
|
+
"type": "unknown",
|
|
1348
|
+
"required": true
|
|
1349
|
+
},
|
|
1350
|
+
"active": {
|
|
1351
|
+
"description": "",
|
|
1352
|
+
"type": "unknown",
|
|
1353
|
+
"required": true
|
|
1354
|
+
},
|
|
1355
|
+
"size": {
|
|
1356
|
+
"description": "",
|
|
1357
|
+
"type": "unknown",
|
|
1358
|
+
"options": [
|
|
1359
|
+
"medium",
|
|
1360
|
+
"large"
|
|
1361
|
+
],
|
|
1362
|
+
"required": true
|
|
1363
|
+
},
|
|
1364
|
+
"anchor": {
|
|
1365
|
+
"description": "",
|
|
1366
|
+
"type": "unknown",
|
|
1367
|
+
"options": [
|
|
1368
|
+
"left",
|
|
1369
|
+
"right",
|
|
1370
|
+
"top",
|
|
1371
|
+
"bottom"
|
|
1372
|
+
],
|
|
1373
|
+
"required": true
|
|
1374
|
+
},
|
|
1375
|
+
"handleClose": {
|
|
1376
|
+
"description": "",
|
|
1377
|
+
"type": "unknown",
|
|
1378
|
+
"required": true
|
|
1379
|
+
},
|
|
1380
|
+
"setActive": {
|
|
1381
|
+
"description": "",
|
|
1382
|
+
"type": "unknown",
|
|
1383
|
+
"required": true
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"storyFile": "src/components/FilterPanel/FilterPanel.stories.tsx"
|
|
1387
|
+
},
|
|
1388
|
+
"FiltersStrip": {
|
|
1389
|
+
"title": "Components/FiltersStrip",
|
|
1390
|
+
"category": "Components",
|
|
1391
|
+
"description": "Horizontal strip with saved/recent filter dropdown and filter tags. Optional",
|
|
1392
|
+
"examples": [
|
|
1393
|
+
"Default",
|
|
1394
|
+
"WithFilterTagsOnly",
|
|
1395
|
+
"WithDropdown",
|
|
1396
|
+
"Playground"
|
|
1397
|
+
],
|
|
1398
|
+
"props": {
|
|
1399
|
+
"filterButtonLabel": {
|
|
1400
|
+
"description": "",
|
|
1401
|
+
"type": "unknown",
|
|
1402
|
+
"required": true
|
|
1403
|
+
},
|
|
1404
|
+
"filterDropDownLabel": {
|
|
1405
|
+
"description": "",
|
|
1406
|
+
"type": "unknown",
|
|
1407
|
+
"required": true
|
|
1408
|
+
},
|
|
1409
|
+
"filterButtonClick": {
|
|
1410
|
+
"description": "",
|
|
1411
|
+
"type": "unknown",
|
|
1412
|
+
"required": true
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
"storyFile": "src/components/FiltersStrip/FiltersStrip.stories.tsx"
|
|
1416
|
+
},
|
|
1417
|
+
"Header": {
|
|
1418
|
+
"title": "Components/Header",
|
|
1419
|
+
"category": "Components",
|
|
1420
|
+
"description": "App header with logo, title, help/message/notification/chatbot icons and avatar menu. Use **Controls** to toggle icons and try actions.",
|
|
1421
|
+
"examples": [
|
|
1422
|
+
"Default",
|
|
1423
|
+
"AllInteractions",
|
|
1424
|
+
"WithAvatarMenu",
|
|
1425
|
+
"MinimalIcons",
|
|
1426
|
+
"ChatBotDisabled",
|
|
1427
|
+
"Playground",
|
|
1428
|
+
"MessageDisabled",
|
|
1429
|
+
"NotificationDND",
|
|
1430
|
+
"NoNotificationIndicator",
|
|
1431
|
+
"AvatarOnlyName",
|
|
1432
|
+
"WithCenterComponent",
|
|
1433
|
+
"WithCustomClassNameAndTestId",
|
|
1434
|
+
"EmptyMenuOptions",
|
|
1435
|
+
"AvatarWithPicture"
|
|
1436
|
+
],
|
|
1437
|
+
"props": {
|
|
1438
|
+
"title": {
|
|
1439
|
+
"description": "Title shown next to the logo",
|
|
1440
|
+
"type": "unknown",
|
|
1441
|
+
"required": true
|
|
1442
|
+
},
|
|
1443
|
+
"userName": {
|
|
1444
|
+
"description": "User name for avatar and default menu",
|
|
1445
|
+
"type": "unknown",
|
|
1446
|
+
"required": true
|
|
1447
|
+
},
|
|
1448
|
+
"handleLogoClick": {
|
|
1449
|
+
"description": "",
|
|
1450
|
+
"type": "unknown",
|
|
1451
|
+
"required": true
|
|
1452
|
+
},
|
|
1453
|
+
"handleNotificationClick": {
|
|
1454
|
+
"description": "",
|
|
1455
|
+
"type": "unknown",
|
|
1456
|
+
"required": true
|
|
1457
|
+
},
|
|
1458
|
+
"handleHelpClick": {
|
|
1459
|
+
"description": "",
|
|
1460
|
+
"type": "unknown",
|
|
1461
|
+
"required": true
|
|
1462
|
+
},
|
|
1463
|
+
"handleMessageClick": {
|
|
1464
|
+
"description": "",
|
|
1465
|
+
"type": "unknown",
|
|
1466
|
+
"required": true
|
|
1467
|
+
},
|
|
1468
|
+
"handleChatBotClick": {
|
|
1469
|
+
"description": "",
|
|
1470
|
+
"type": "unknown",
|
|
1471
|
+
"required": true
|
|
1472
|
+
},
|
|
1473
|
+
"showNotificationIcon": {
|
|
1474
|
+
"description": "Show notification icon",
|
|
1475
|
+
"type": "unknown",
|
|
1476
|
+
"required": true
|
|
1477
|
+
},
|
|
1478
|
+
"notificationIndicator": {
|
|
1479
|
+
"description": "Show notification dot",
|
|
1480
|
+
"type": "unknown",
|
|
1481
|
+
"required": true
|
|
1482
|
+
},
|
|
1483
|
+
"showHelpIcon": {
|
|
1484
|
+
"description": "",
|
|
1485
|
+
"type": "unknown",
|
|
1486
|
+
"required": true
|
|
1487
|
+
},
|
|
1488
|
+
"showMessageIcon": {
|
|
1489
|
+
"description": "",
|
|
1490
|
+
"type": "unknown",
|
|
1491
|
+
"required": true
|
|
1492
|
+
},
|
|
1493
|
+
"showChatBotIcon": {
|
|
1494
|
+
"description": "",
|
|
1495
|
+
"type": "unknown",
|
|
1496
|
+
"required": true
|
|
1497
|
+
},
|
|
1498
|
+
"isMessageIconDisabled": {
|
|
1499
|
+
"description": "",
|
|
1500
|
+
"type": "unknown",
|
|
1501
|
+
"required": true
|
|
1502
|
+
},
|
|
1503
|
+
"isNotificationDnd": {
|
|
1504
|
+
"description": "",
|
|
1505
|
+
"type": "unknown",
|
|
1506
|
+
"required": true
|
|
1507
|
+
},
|
|
1508
|
+
"isChatBotDisabled": {
|
|
1509
|
+
"description": "",
|
|
1510
|
+
"type": "unknown",
|
|
1511
|
+
"required": true
|
|
1512
|
+
},
|
|
1513
|
+
"avatarType": {
|
|
1514
|
+
"description": "Avatar display type",
|
|
1515
|
+
"type": "unknown",
|
|
1516
|
+
"options": [
|
|
1517
|
+
"withPicture",
|
|
1518
|
+
"withoutPicture",
|
|
1519
|
+
"onlyName"
|
|
1520
|
+
],
|
|
1521
|
+
"required": true
|
|
1522
|
+
},
|
|
1523
|
+
"centerComponent": {
|
|
1524
|
+
"description": "Optional center content (rendered as text here)",
|
|
1525
|
+
"type": "unknown",
|
|
1526
|
+
"required": true
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"storyFile": "src/components/Header/Header.stories.tsx"
|
|
1530
|
+
},
|
|
1531
|
+
"HomePage": {
|
|
1532
|
+
"title": "Patterns/HomePage",
|
|
1533
|
+
"category": "Patterns",
|
|
1534
|
+
"description": "A full-screen landing experience that showcases toolkit items, smart AI solutions, client branding, latest updates, and quick configuration actions.",
|
|
1535
|
+
"examples": [
|
|
1536
|
+
"Default",
|
|
1537
|
+
"WithClientLogo",
|
|
1538
|
+
"WithConfigurations",
|
|
1539
|
+
"ToolkitInteraction",
|
|
1540
|
+
"AgenticPanel",
|
|
1541
|
+
"Playground"
|
|
1542
|
+
],
|
|
1543
|
+
"props": {
|
|
1544
|
+
"clientName": {
|
|
1545
|
+
"description": "Client name used to match and display logo on the right panel.",
|
|
1546
|
+
"type": "string",
|
|
1547
|
+
"defaultValue": "'\"\"'",
|
|
1548
|
+
"required": false
|
|
1549
|
+
},
|
|
1550
|
+
"userName": {
|
|
1551
|
+
"description": "User name displayed in the welcome heading.",
|
|
1552
|
+
"type": "string",
|
|
1553
|
+
"defaultValue": "'\"\"'",
|
|
1554
|
+
"required": false
|
|
1555
|
+
},
|
|
1556
|
+
"toolKitItems": {
|
|
1557
|
+
"description": "List of toolkit cards shown in the left panel. Each item supports: { name, description, url?, cta?, details?, folderContent? }.",
|
|
1558
|
+
"type": "Array<Object>",
|
|
1559
|
+
"defaultValue": [],
|
|
1560
|
+
"required": false
|
|
1561
|
+
},
|
|
1562
|
+
"smartAiItems": {
|
|
1563
|
+
"description": "List of smart AI solution cards. Each item supports: { name, description, url?, cta?, details?, folderContent?, isNewProduct? }.",
|
|
1564
|
+
"type": "Array<Object>",
|
|
1565
|
+
"defaultValue": [],
|
|
1566
|
+
"required": false
|
|
1567
|
+
},
|
|
1568
|
+
"configurationsMenuItems": {
|
|
1569
|
+
"description": "Items for the Configurations floating menu. Each item supports: { label, desc, logo }.",
|
|
1570
|
+
"type": "Array<Object>",
|
|
1571
|
+
"defaultValue": [],
|
|
1572
|
+
"required": false
|
|
1573
|
+
},
|
|
1574
|
+
"activeToolKitItem": {
|
|
1575
|
+
"description": "Sets a toolkit item as expanded by default. Should reference one of toolKitItems.",
|
|
1576
|
+
"type": "Object|null",
|
|
1577
|
+
"defaultValue": "null",
|
|
1578
|
+
"required": false
|
|
1579
|
+
},
|
|
1580
|
+
"activeSmartAiItem": {
|
|
1581
|
+
"description": "Sets a smart AI item as expanded by default. Should reference one of smartAiItems.",
|
|
1582
|
+
"type": "Object|null",
|
|
1583
|
+
"defaultValue": "null",
|
|
1584
|
+
"required": false
|
|
1585
|
+
},
|
|
1586
|
+
"onLaunchClick": {
|
|
1587
|
+
"description": "Called when a toolkit item",
|
|
1588
|
+
"type": "function",
|
|
1589
|
+
"defaultValue": "() => {}",
|
|
1590
|
+
"required": false
|
|
1591
|
+
},
|
|
1592
|
+
"onBookDemoClick": {
|
|
1593
|
+
"description": "Called when a smart AI item",
|
|
1594
|
+
"type": "function",
|
|
1595
|
+
"defaultValue": "() => {}",
|
|
1596
|
+
"required": false
|
|
1597
|
+
},
|
|
1598
|
+
"onViewReleasedNotesClick": {
|
|
1599
|
+
"description": "Called when View released notes is clicked in Latest Updates.",
|
|
1600
|
+
"type": "function",
|
|
1601
|
+
"defaultValue": "() => {}",
|
|
1602
|
+
"required": false
|
|
1603
|
+
},
|
|
1604
|
+
"onConfigurationsClick": {
|
|
1605
|
+
"description": "Called when a configuration menu item is clicked.",
|
|
1606
|
+
"type": "function",
|
|
1607
|
+
"defaultValue": "() => {}",
|
|
1608
|
+
"required": false
|
|
1609
|
+
},
|
|
1610
|
+
"onKnowMoreClick": {
|
|
1611
|
+
"description": "Called when Know more is clicked in a smart AI expanded panel.",
|
|
1612
|
+
"type": "function",
|
|
1613
|
+
"defaultValue": "() => {}",
|
|
1614
|
+
"required": false
|
|
1615
|
+
},
|
|
1616
|
+
"showConfigurationsButton": {
|
|
1617
|
+
"description": "Whether to show the Configurations button.",
|
|
1618
|
+
"type": "boolean",
|
|
1619
|
+
"defaultValue": "true",
|
|
1620
|
+
"required": false
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
"storyFile": "src/components/HomePage/HomePage.stories.tsx"
|
|
1624
|
+
},
|
|
1625
|
+
"Input": {
|
|
1626
|
+
"title": "Components/Input",
|
|
1627
|
+
"category": "Components",
|
|
1628
|
+
"description": "Input provides text entry with labels, icons, helper text, and validation states. Supports three sizes and full accessibility.",
|
|
1629
|
+
"examples": [
|
|
1630
|
+
"Default",
|
|
1631
|
+
"TypingAndBlurFiresCallbacks",
|
|
1632
|
+
"Required",
|
|
1633
|
+
"WithHelperText",
|
|
1634
|
+
"WithFocusedText",
|
|
1635
|
+
"Error",
|
|
1636
|
+
"Disabled",
|
|
1637
|
+
"Small",
|
|
1638
|
+
"Medium",
|
|
1639
|
+
"Large",
|
|
1640
|
+
"WithLeftIcon",
|
|
1641
|
+
"WithRightIcon",
|
|
1642
|
+
"WithBothIcons",
|
|
1643
|
+
"SearchInput",
|
|
1644
|
+
"PasswordInput",
|
|
1645
|
+
"DisabledWithClickableIcon",
|
|
1646
|
+
"AllSizes",
|
|
1647
|
+
"AllStates",
|
|
1648
|
+
"FormExample",
|
|
1649
|
+
"SearchInterface"
|
|
1650
|
+
],
|
|
1651
|
+
"props": {
|
|
1652
|
+
"label": {
|
|
1653
|
+
"description": "Label text displayed above the input.",
|
|
1654
|
+
"type": "string",
|
|
1655
|
+
"required": true
|
|
1656
|
+
},
|
|
1657
|
+
"isRequired": {
|
|
1658
|
+
"description": "Shows red asterisk (*) next to label.",
|
|
1659
|
+
"type": "boolean",
|
|
1660
|
+
"defaultValue": "false",
|
|
1661
|
+
"required": false
|
|
1662
|
+
},
|
|
1663
|
+
"size": {
|
|
1664
|
+
"description": "Input height: small (24px), medium (28px), large (32px).",
|
|
1665
|
+
"type": "unknown",
|
|
1666
|
+
"defaultValue": "large",
|
|
1667
|
+
"options": [
|
|
1668
|
+
"small",
|
|
1669
|
+
"medium",
|
|
1670
|
+
"large"
|
|
1671
|
+
],
|
|
1672
|
+
"required": false
|
|
1673
|
+
},
|
|
1674
|
+
"isError": {
|
|
1675
|
+
"description": "Displays error styling.",
|
|
1676
|
+
"type": "boolean",
|
|
1677
|
+
"defaultValue": "false",
|
|
1678
|
+
"required": false
|
|
1679
|
+
},
|
|
1680
|
+
"isDisabled": {
|
|
1681
|
+
"description": "Disables the input.",
|
|
1682
|
+
"type": "boolean",
|
|
1683
|
+
"defaultValue": "false",
|
|
1684
|
+
"required": false
|
|
1685
|
+
},
|
|
1686
|
+
"helperText": {
|
|
1687
|
+
"description": "Helper text shown below input (requires isHelperText).",
|
|
1688
|
+
"type": "string",
|
|
1689
|
+
"required": true
|
|
1690
|
+
},
|
|
1691
|
+
"isHelperText": {
|
|
1692
|
+
"description": "Enables helper text display.",
|
|
1693
|
+
"type": "boolean",
|
|
1694
|
+
"defaultValue": "false",
|
|
1695
|
+
"required": false
|
|
1696
|
+
},
|
|
1697
|
+
"focusedText": {
|
|
1698
|
+
"description": "Helper text shown when input is focused.",
|
|
1699
|
+
"type": "string",
|
|
1700
|
+
"required": true
|
|
1701
|
+
},
|
|
1702
|
+
"leftIcon": {
|
|
1703
|
+
"description": "Icon element on the left side.",
|
|
1704
|
+
"type": "ReactNode",
|
|
1705
|
+
"required": true
|
|
1706
|
+
},
|
|
1707
|
+
"rightIcon": {
|
|
1708
|
+
"description": "Icon element on the right side.",
|
|
1709
|
+
"type": "ReactNode",
|
|
1710
|
+
"required": true
|
|
1711
|
+
},
|
|
1712
|
+
"iconClickOnDisabled": {
|
|
1713
|
+
"description": "Allow icon clicks even when input is disabled.",
|
|
1714
|
+
"type": "boolean",
|
|
1715
|
+
"defaultValue": "false",
|
|
1716
|
+
"required": false
|
|
1717
|
+
},
|
|
1718
|
+
"onChange": {
|
|
1719
|
+
"description": "",
|
|
1720
|
+
"type": "unknown",
|
|
1721
|
+
"required": true
|
|
1722
|
+
},
|
|
1723
|
+
"onBlur": {
|
|
1724
|
+
"description": "",
|
|
1725
|
+
"type": "unknown",
|
|
1726
|
+
"required": true
|
|
1727
|
+
},
|
|
1728
|
+
"onFocus": {
|
|
1729
|
+
"description": "",
|
|
1730
|
+
"type": "unknown",
|
|
1731
|
+
"required": true
|
|
1732
|
+
},
|
|
1733
|
+
"rightIconClick": {
|
|
1734
|
+
"description": "",
|
|
1735
|
+
"type": "unknown",
|
|
1736
|
+
"required": true
|
|
1737
|
+
},
|
|
1738
|
+
"leftIconClick": {
|
|
1739
|
+
"description": "",
|
|
1740
|
+
"type": "unknown",
|
|
1741
|
+
"required": true
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
"storyFile": "src/components/Input/Input.stories.tsx"
|
|
1745
|
+
},
|
|
1746
|
+
"Loader": {
|
|
1747
|
+
"title": "Components/Loader",
|
|
1748
|
+
"category": "Components",
|
|
1749
|
+
"description": "Loader shows a spinner or skeleton placeholders. Use **Controls** to switch between spinner and skeleton and change size and text.",
|
|
1750
|
+
"examples": [
|
|
1751
|
+
"Default",
|
|
1752
|
+
"WithProgress",
|
|
1753
|
+
"Small",
|
|
1754
|
+
"Medium",
|
|
1755
|
+
"Skeleton",
|
|
1756
|
+
"Playground"
|
|
1757
|
+
],
|
|
1758
|
+
"props": {
|
|
1759
|
+
"size": {
|
|
1760
|
+
"description": "Size of the loader (spinner or skeleton)",
|
|
1761
|
+
"type": "unknown",
|
|
1762
|
+
"options": [
|
|
1763
|
+
"small",
|
|
1764
|
+
"medium",
|
|
1765
|
+
"large"
|
|
1766
|
+
],
|
|
1767
|
+
"required": true
|
|
1768
|
+
},
|
|
1769
|
+
"progress": {
|
|
1770
|
+
"description": "Optional progress content inside spinner (e.g. percentage)",
|
|
1771
|
+
"type": "unknown",
|
|
1772
|
+
"required": true
|
|
1773
|
+
},
|
|
1774
|
+
"showSkeleton": {
|
|
1775
|
+
"description": "When true, renders skeleton placeholders instead of spinner",
|
|
1776
|
+
"type": "unknown",
|
|
1777
|
+
"required": true
|
|
1778
|
+
},
|
|
1779
|
+
"text": {
|
|
1780
|
+
"description": "Text shown below the loader",
|
|
1781
|
+
"type": "unknown",
|
|
1782
|
+
"required": true
|
|
1783
|
+
},
|
|
1784
|
+
"className": {
|
|
1785
|
+
"description": "Additional CSS class",
|
|
1786
|
+
"type": "unknown",
|
|
1787
|
+
"required": true
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
"storyFile": "src/components/Loader/Loader.stories.tsx"
|
|
1791
|
+
},
|
|
1792
|
+
"Menu": {
|
|
1793
|
+
"title": "Components/Menu",
|
|
1794
|
+
"category": "Components",
|
|
1795
|
+
"description": "Dropdown menu built on MUI Menu. Use with an anchor element (e.g. button). Supports flat or nested options, checkbox multi-select, custom header (search, select all), loading/empty states, and bottom action buttons. Menu does not close on item click (caller may close in option onClick).",
|
|
1796
|
+
"examples": [
|
|
1797
|
+
"Default",
|
|
1798
|
+
"WithClickHandlers",
|
|
1799
|
+
"WithDisabledOption",
|
|
1800
|
+
"WithIcons",
|
|
1801
|
+
"WithCheckbox",
|
|
1802
|
+
"WithActionButtons",
|
|
1803
|
+
"WithNestedMenu",
|
|
1804
|
+
"IconPlacementTop",
|
|
1805
|
+
"LoadingState",
|
|
1806
|
+
"EmptyState",
|
|
1807
|
+
"WithCustomHeaderMenuHeaderInfo",
|
|
1808
|
+
"WithCustomHeaderAndRadio",
|
|
1809
|
+
"Playground"
|
|
1810
|
+
],
|
|
1811
|
+
"props": {
|
|
1812
|
+
"anchorEl": {
|
|
1813
|
+
"description": "Element the menu is anchored to (usually a button ref)",
|
|
1814
|
+
"type": "HTMLElement | null",
|
|
1815
|
+
"required": true
|
|
1816
|
+
},
|
|
1817
|
+
"open": {
|
|
1818
|
+
"description": "Whether the menu is open",
|
|
1819
|
+
"type": "unknown",
|
|
1820
|
+
"required": true
|
|
1821
|
+
},
|
|
1822
|
+
"onClose": {
|
|
1823
|
+
"description": "",
|
|
1824
|
+
"type": "unknown",
|
|
1825
|
+
"required": true
|
|
1826
|
+
},
|
|
1827
|
+
"options": {
|
|
1828
|
+
"description": "Menu items (label, value?, onClick?, disabled?, icon?, children? for nested)",
|
|
1829
|
+
"type": "MenuOption[]",
|
|
1830
|
+
"required": true
|
|
1831
|
+
},
|
|
1832
|
+
"withCheckbox": {
|
|
1833
|
+
"description": "Show checkboxes and multi-select",
|
|
1834
|
+
"type": "unknown",
|
|
1835
|
+
"required": true
|
|
1836
|
+
},
|
|
1837
|
+
"withActionButtons": {
|
|
1838
|
+
"description": "Show Cancel/Apply at bottom (use with withCheckbox)",
|
|
1839
|
+
"type": "unknown",
|
|
1840
|
+
"required": true
|
|
1841
|
+
},
|
|
1842
|
+
"iconPlacement": {
|
|
1843
|
+
"description": "Menu anchor/transform origin",
|
|
1844
|
+
"type": "unknown",
|
|
1845
|
+
"options": [
|
|
1846
|
+
"left",
|
|
1847
|
+
"top"
|
|
1848
|
+
],
|
|
1849
|
+
"required": true
|
|
1850
|
+
},
|
|
1851
|
+
"className": {
|
|
1852
|
+
"description": "",
|
|
1853
|
+
"type": "unknown",
|
|
1854
|
+
"required": true
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
"storyFile": "src/components/Menu/Menu.stories.tsx"
|
|
1858
|
+
},
|
|
1859
|
+
"MenuHeaderInfo": {
|
|
1860
|
+
"title": "Components/Menu/MenuHeaderInfo",
|
|
1861
|
+
"category": "Components",
|
|
1862
|
+
"description": "Header for Menu with optional search, radio group, and select-all/clear. Use as `renderCustomHeader` with the Menu component when `withCheckbox` is true.",
|
|
1863
|
+
"examples": [
|
|
1864
|
+
"Default",
|
|
1865
|
+
"SearchOnly",
|
|
1866
|
+
"SelectAllOnly",
|
|
1867
|
+
"WithRadioGroup",
|
|
1868
|
+
"WithCustomLabels",
|
|
1869
|
+
"WithSelection",
|
|
1870
|
+
"Playground"
|
|
1871
|
+
],
|
|
1872
|
+
"props": {
|
|
1873
|
+
"options": {
|
|
1874
|
+
"description": "Menu options (used for select-all and search context)",
|
|
1875
|
+
"type": "MenuOption[]",
|
|
1876
|
+
"required": true
|
|
1877
|
+
},
|
|
1878
|
+
"selectedItems": {
|
|
1879
|
+
"description": "Currently selected option values",
|
|
1880
|
+
"type": "string[]",
|
|
1881
|
+
"required": true
|
|
1882
|
+
},
|
|
1883
|
+
"isSearchable": {
|
|
1884
|
+
"description": "Show search input",
|
|
1885
|
+
"type": "unknown",
|
|
1886
|
+
"required": true
|
|
1887
|
+
},
|
|
1888
|
+
"isSelectAllAllowed": {
|
|
1889
|
+
"description": "Show select-all / clear row",
|
|
1890
|
+
"type": "unknown",
|
|
1891
|
+
"required": true
|
|
1892
|
+
},
|
|
1893
|
+
"showRadioButton": {
|
|
1894
|
+
"description": "Show radio group",
|
|
1895
|
+
"type": "unknown",
|
|
1896
|
+
"required": true
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
"storyFile": "src/components/Menu/MenuHeaderInfo.stories.tsx"
|
|
1900
|
+
},
|
|
1901
|
+
"MonthPicker": {
|
|
1902
|
+
"title": "Components/MonthPicker",
|
|
1903
|
+
"category": "Components",
|
|
1904
|
+
"description": "Single month picker with optional year dropdown. Use Apply to confirm selection.",
|
|
1905
|
+
"examples": [
|
|
1906
|
+
"Default",
|
|
1907
|
+
"WithInitialMonth",
|
|
1908
|
+
"WithYearSelect",
|
|
1909
|
+
"YYYYMMFormat",
|
|
1910
|
+
"ClearSelection",
|
|
1911
|
+
"WithPortal",
|
|
1912
|
+
"Disabled",
|
|
1913
|
+
"MandatoryLabel",
|
|
1914
|
+
"ErrorState",
|
|
1915
|
+
"ClickOutsideCloses",
|
|
1916
|
+
"PortalBlanketCloses",
|
|
1917
|
+
"PrevNextYearNav"
|
|
1918
|
+
],
|
|
1919
|
+
"props": {
|
|
1920
|
+
"displayFormat": {
|
|
1921
|
+
"description": "",
|
|
1922
|
+
"type": "unknown",
|
|
1923
|
+
"options": [
|
|
1924
|
+
"MM/YYYY",
|
|
1925
|
+
"YYYY/MM"
|
|
1926
|
+
],
|
|
1927
|
+
"required": true
|
|
1928
|
+
},
|
|
1929
|
+
"showYearSelect": {
|
|
1930
|
+
"description": "",
|
|
1931
|
+
"type": "unknown",
|
|
1932
|
+
"required": true
|
|
1933
|
+
},
|
|
1934
|
+
"disabled": {
|
|
1935
|
+
"description": "",
|
|
1936
|
+
"type": "unknown",
|
|
1937
|
+
"required": true
|
|
1938
|
+
},
|
|
1939
|
+
"isMandatory": {
|
|
1940
|
+
"description": "",
|
|
1941
|
+
"type": "unknown",
|
|
1942
|
+
"required": true
|
|
1943
|
+
},
|
|
1944
|
+
"withPortal": {
|
|
1945
|
+
"description": "",
|
|
1946
|
+
"type": "unknown",
|
|
1947
|
+
"required": true
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
"storyFile": "src/components/MonthPicker/MonthPicker.stories.tsx"
|
|
1951
|
+
},
|
|
1952
|
+
"Notification": {
|
|
1953
|
+
"title": "Components/Notification",
|
|
1954
|
+
"category": "Components",
|
|
1955
|
+
"description": "Drawer-based notification panel. Use **Controls** to toggle **isOpen**, change **title**, **anchor**, and footer buttons. Open via the trigger button or Controls; close via the header close button or backdrop.",
|
|
1956
|
+
"examples": [
|
|
1957
|
+
"Default",
|
|
1958
|
+
"Controlled",
|
|
1959
|
+
"WithFooter",
|
|
1960
|
+
"ExpandCollapse",
|
|
1961
|
+
"CloseViaHeader",
|
|
1962
|
+
"WithCustomClass",
|
|
1963
|
+
"AnchorLeft",
|
|
1964
|
+
"NoFooter",
|
|
1965
|
+
"CloseViaSetIsOpen",
|
|
1966
|
+
"Playground"
|
|
1967
|
+
],
|
|
1968
|
+
"props": {
|
|
1969
|
+
"isOpen": {
|
|
1970
|
+
"description": "Whether the notification drawer is open",
|
|
1971
|
+
"type": "unknown",
|
|
1972
|
+
"required": true
|
|
1973
|
+
},
|
|
1974
|
+
"title": {
|
|
1975
|
+
"description": "Title shown in the header",
|
|
1976
|
+
"type": "unknown",
|
|
1977
|
+
"required": true
|
|
1978
|
+
},
|
|
1979
|
+
"anchor": {
|
|
1980
|
+
"description": "Drawer anchor position",
|
|
1981
|
+
"type": "unknown",
|
|
1982
|
+
"options": [
|
|
1983
|
+
"left",
|
|
1984
|
+
"right",
|
|
1985
|
+
"top",
|
|
1986
|
+
"bottom"
|
|
1987
|
+
],
|
|
1988
|
+
"required": true
|
|
1989
|
+
},
|
|
1990
|
+
"className": {
|
|
1991
|
+
"description": "Additional CSS class for the container",
|
|
1992
|
+
"type": "unknown",
|
|
1993
|
+
"required": true
|
|
1994
|
+
},
|
|
1995
|
+
"handleClose": {
|
|
1996
|
+
"description": "",
|
|
1997
|
+
"type": "unknown",
|
|
1998
|
+
"required": true
|
|
1999
|
+
},
|
|
2000
|
+
"onPrimaryButtonClick": {
|
|
2001
|
+
"description": "",
|
|
2002
|
+
"type": "unknown",
|
|
2003
|
+
"required": true
|
|
2004
|
+
},
|
|
2005
|
+
"onSecondaryButtonClick": {
|
|
2006
|
+
"description": "",
|
|
2007
|
+
"type": "unknown",
|
|
2008
|
+
"required": true
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
"storyFile": "src/components/Notification/Notification.stories.tsx"
|
|
2012
|
+
},
|
|
2013
|
+
"NotificationBody": {
|
|
2014
|
+
"title": "Components/Notification/NotificationBody",
|
|
2015
|
+
"category": "Components",
|
|
2016
|
+
"description": "Body of the Notification drawer: tabs and optional Setting & Help. Use **renderPanel** to customize panel content.",
|
|
2017
|
+
"examples": [
|
|
2018
|
+
"Default",
|
|
2019
|
+
"WithSettingButton",
|
|
2020
|
+
"CustomPanels",
|
|
2021
|
+
"Expanded"
|
|
2022
|
+
],
|
|
2023
|
+
"props": {
|
|
2024
|
+
"expand": {
|
|
2025
|
+
"description": "",
|
|
2026
|
+
"type": "unknown",
|
|
2027
|
+
"required": true
|
|
2028
|
+
},
|
|
2029
|
+
"onSettingButtonClick": {
|
|
2030
|
+
"description": "",
|
|
2031
|
+
"type": "unknown",
|
|
2032
|
+
"required": true
|
|
2033
|
+
},
|
|
2034
|
+
"handleTabChange": {
|
|
2035
|
+
"description": "",
|
|
2036
|
+
"type": "unknown",
|
|
2037
|
+
"required": true
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
"storyFile": "src/components/Notification/NotificationBody/NotificationBody.stories.tsx"
|
|
2041
|
+
},
|
|
2042
|
+
"Panel": {
|
|
2043
|
+
"title": "Components/Panel",
|
|
2044
|
+
"category": "Components",
|
|
2045
|
+
"description": "Drawer panel that slides in from an edge. Extends MUI Drawer props; use **Controls** to try anchor, size, and footer options.",
|
|
2046
|
+
"examples": [
|
|
2047
|
+
"Default",
|
|
2048
|
+
"AnchorTop",
|
|
2049
|
+
"AnchorBottom",
|
|
2050
|
+
"WithFooter",
|
|
2051
|
+
"AnchorLeft",
|
|
2052
|
+
"SizeMedium",
|
|
2053
|
+
"Playground"
|
|
2054
|
+
],
|
|
2055
|
+
"props": {
|
|
2056
|
+
"open": {
|
|
2057
|
+
"description": "Whether the panel is open",
|
|
2058
|
+
"type": "unknown",
|
|
2059
|
+
"required": true
|
|
2060
|
+
},
|
|
2061
|
+
"title": {
|
|
2062
|
+
"description": "Title shown in the header",
|
|
2063
|
+
"type": "unknown",
|
|
2064
|
+
"required": true
|
|
2065
|
+
},
|
|
2066
|
+
"anchor": {
|
|
2067
|
+
"description": "Drawer anchor position",
|
|
2068
|
+
"type": "unknown",
|
|
2069
|
+
"options": [
|
|
2070
|
+
"left",
|
|
2071
|
+
"right",
|
|
2072
|
+
"top",
|
|
2073
|
+
"bottom"
|
|
2074
|
+
],
|
|
2075
|
+
"required": true
|
|
2076
|
+
},
|
|
2077
|
+
"size": {
|
|
2078
|
+
"description": "Panel size (width)",
|
|
2079
|
+
"type": "unknown",
|
|
2080
|
+
"options": [
|
|
2081
|
+
"medium",
|
|
2082
|
+
"large"
|
|
2083
|
+
],
|
|
2084
|
+
"required": true
|
|
2085
|
+
},
|
|
2086
|
+
"zIndex": {
|
|
2087
|
+
"description": "Z-index of the drawer paper",
|
|
2088
|
+
"type": "unknown",
|
|
2089
|
+
"required": true
|
|
2090
|
+
},
|
|
2091
|
+
"width": {
|
|
2092
|
+
"description": "Custom width in pixels (overrides size)",
|
|
2093
|
+
"type": "unknown",
|
|
2094
|
+
"required": true
|
|
2095
|
+
},
|
|
2096
|
+
"primaryButtonLabel": {
|
|
2097
|
+
"description": "Primary footer button label",
|
|
2098
|
+
"type": "unknown",
|
|
2099
|
+
"required": true
|
|
2100
|
+
},
|
|
2101
|
+
"secondaryButtonLabel": {
|
|
2102
|
+
"description": "Secondary footer button label",
|
|
2103
|
+
"type": "unknown",
|
|
2104
|
+
"required": true
|
|
2105
|
+
},
|
|
2106
|
+
"onClose": {
|
|
2107
|
+
"description": "",
|
|
2108
|
+
"type": "unknown",
|
|
2109
|
+
"required": true
|
|
2110
|
+
},
|
|
2111
|
+
"onPrimaryButtonClick": {
|
|
2112
|
+
"description": "",
|
|
2113
|
+
"type": "unknown",
|
|
2114
|
+
"required": true
|
|
2115
|
+
},
|
|
2116
|
+
"onSecondaryButtonClick": {
|
|
2117
|
+
"description": "",
|
|
2118
|
+
"type": "unknown",
|
|
2119
|
+
"required": true
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
"storyFile": "src/components/Panel/Panel.stories.tsx"
|
|
2123
|
+
},
|
|
2124
|
+
"Popover": {
|
|
2125
|
+
"title": "Components/Popover",
|
|
2126
|
+
"category": "Components",
|
|
2127
|
+
"description": "Popover with optional title, body, and footer. Extends MUI Popover props; use **Controls** to try anchor and actions.",
|
|
2128
|
+
"examples": [
|
|
2129
|
+
"Default",
|
|
2130
|
+
"WithFooter",
|
|
2131
|
+
"OpenFromButton",
|
|
2132
|
+
"Playground"
|
|
2133
|
+
],
|
|
2134
|
+
"props": {
|
|
2135
|
+
"title": {
|
|
2136
|
+
"description": "Header title",
|
|
2137
|
+
"type": "unknown",
|
|
2138
|
+
"required": true
|
|
2139
|
+
},
|
|
2140
|
+
"primaryButtonLabel": {
|
|
2141
|
+
"description": "Primary footer button label",
|
|
2142
|
+
"type": "unknown",
|
|
2143
|
+
"required": true
|
|
2144
|
+
},
|
|
2145
|
+
"secondaryButtonLabel": {
|
|
2146
|
+
"description": "Secondary footer button label",
|
|
2147
|
+
"type": "unknown",
|
|
2148
|
+
"required": true
|
|
2149
|
+
},
|
|
2150
|
+
"onClose": {
|
|
2151
|
+
"description": "",
|
|
2152
|
+
"type": "unknown",
|
|
2153
|
+
"required": true
|
|
2154
|
+
},
|
|
2155
|
+
"onPrimaryButtonClick": {
|
|
2156
|
+
"description": "",
|
|
2157
|
+
"type": "unknown",
|
|
2158
|
+
"required": true
|
|
2159
|
+
},
|
|
2160
|
+
"onSecondaryButtonClick": {
|
|
2161
|
+
"description": "",
|
|
2162
|
+
"type": "unknown",
|
|
2163
|
+
"required": true
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
"storyFile": "src/components/Popover/Popover.stories.tsx"
|
|
2167
|
+
},
|
|
2168
|
+
"Portal": {
|
|
2169
|
+
"title": "Components/Portal",
|
|
2170
|
+
"category": "Components",
|
|
2171
|
+
"description": "Renders children into a DOM node (e.g. document.body) using ReactDOM.createPortal. Use for dropdowns, modals, and tooltips so they escape overflow and stacking context.",
|
|
2172
|
+
"examples": [
|
|
2173
|
+
"Default",
|
|
2174
|
+
"WithToggle",
|
|
2175
|
+
"CustomContainer",
|
|
2176
|
+
"WithClassNameAndTestId",
|
|
2177
|
+
"NullContainer",
|
|
2178
|
+
"Playground"
|
|
2179
|
+
],
|
|
2180
|
+
"props": {
|
|
2181
|
+
"container": {
|
|
2182
|
+
"description": "DOM node to mount children into (e.g. document.body). Stories get it from context; not controllable.",
|
|
2183
|
+
"type": "HTMLElement | null",
|
|
2184
|
+
"required": true
|
|
2185
|
+
},
|
|
2186
|
+
"children": {
|
|
2187
|
+
"description": "Content to render inside the container. Use Playground story for text-based Controls.",
|
|
2188
|
+
"type": "ReactNode",
|
|
2189
|
+
"required": true
|
|
2190
|
+
},
|
|
2191
|
+
"className": {
|
|
2192
|
+
"description": "Optional class for the wrapper div when provided",
|
|
2193
|
+
"type": "unknown",
|
|
2194
|
+
"required": true
|
|
2195
|
+
},
|
|
2196
|
+
"style": {
|
|
2197
|
+
"description": "Optional inline styles for the wrapper div",
|
|
2198
|
+
"type": "unknown",
|
|
2199
|
+
"required": true
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"storyFile": "src/components/Portal/Portal.stories.tsx"
|
|
2203
|
+
},
|
|
2204
|
+
"ProgressBar": {
|
|
2205
|
+
"title": "Components/ProgressBar",
|
|
2206
|
+
"category": "Components",
|
|
2207
|
+
"description": "ProgressBar shows a determinate progress with an optional label and time remaining. Use **status** for remaining, completed, or failed states.",
|
|
2208
|
+
"examples": [
|
|
2209
|
+
"Default",
|
|
2210
|
+
"Completed",
|
|
2211
|
+
"Failed",
|
|
2212
|
+
"CustomLabel",
|
|
2213
|
+
"WithoutTime",
|
|
2214
|
+
"HighValue",
|
|
2215
|
+
"ZeroValue",
|
|
2216
|
+
"WithDataTestId",
|
|
2217
|
+
"RemainingWithRoundedValue"
|
|
2218
|
+
],
|
|
2219
|
+
"props": {
|
|
2220
|
+
"value": {
|
|
2221
|
+
"description": "Progress value (0–100)",
|
|
2222
|
+
"type": "unknown",
|
|
2223
|
+
"required": true
|
|
2224
|
+
},
|
|
2225
|
+
"showTime": {
|
|
2226
|
+
"description": "Whether to show",
|
|
2227
|
+
"type": "unknown",
|
|
2228
|
+
"required": true
|
|
2229
|
+
},
|
|
2230
|
+
"time": {
|
|
2231
|
+
"description": "Seconds remaining (shown when showTime is true)",
|
|
2232
|
+
"type": "unknown",
|
|
2233
|
+
"required": true
|
|
2234
|
+
},
|
|
2235
|
+
"customLabel": {
|
|
2236
|
+
"description": "Override the default label",
|
|
2237
|
+
"type": "unknown",
|
|
2238
|
+
"required": true
|
|
2239
|
+
},
|
|
2240
|
+
"status": {
|
|
2241
|
+
"description": "Visual and label state",
|
|
2242
|
+
"type": "unknown",
|
|
2243
|
+
"options": [
|
|
2244
|
+
"remaining",
|
|
2245
|
+
"completed",
|
|
2246
|
+
"failed"
|
|
2247
|
+
],
|
|
2248
|
+
"required": true
|
|
2249
|
+
},
|
|
2250
|
+
"className": {
|
|
2251
|
+
"description": "",
|
|
2252
|
+
"type": "unknown",
|
|
2253
|
+
"required": true
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2256
|
+
"storyFile": "src/components/ProgressBar/ProgressBar.stories.tsx"
|
|
2257
|
+
},
|
|
2258
|
+
"Prompt": {
|
|
2259
|
+
"title": "Components/Prompt",
|
|
2260
|
+
"category": "Components",
|
|
2261
|
+
"description": "Dialog for confirmations and alerts. Variants: info, success, warning, error.",
|
|
2262
|
+
"examples": [
|
|
2263
|
+
"Info",
|
|
2264
|
+
"Success",
|
|
2265
|
+
"Warning",
|
|
2266
|
+
"Error",
|
|
2267
|
+
"Controlled"
|
|
2268
|
+
],
|
|
2269
|
+
"props": {
|
|
2270
|
+
"variant": {
|
|
2271
|
+
"description": "",
|
|
2272
|
+
"type": "unknown",
|
|
2273
|
+
"options": [
|
|
2274
|
+
"info",
|
|
2275
|
+
"success",
|
|
2276
|
+
"warning",
|
|
2277
|
+
"error"
|
|
2278
|
+
],
|
|
2279
|
+
"required": true
|
|
2280
|
+
},
|
|
2281
|
+
"isOpen": {
|
|
2282
|
+
"description": "",
|
|
2283
|
+
"type": "unknown",
|
|
2284
|
+
"required": true
|
|
2285
|
+
},
|
|
2286
|
+
"title": {
|
|
2287
|
+
"description": "",
|
|
2288
|
+
"type": "unknown",
|
|
2289
|
+
"required": true
|
|
2290
|
+
},
|
|
2291
|
+
"primaryButtonLabel": {
|
|
2292
|
+
"description": "",
|
|
2293
|
+
"type": "unknown",
|
|
2294
|
+
"required": true
|
|
2295
|
+
},
|
|
2296
|
+
"secondaryButtonLabel": {
|
|
2297
|
+
"description": "",
|
|
2298
|
+
"type": "unknown",
|
|
2299
|
+
"required": true
|
|
2300
|
+
},
|
|
2301
|
+
"handleClose": {
|
|
2302
|
+
"description": "",
|
|
2303
|
+
"type": "unknown",
|
|
2304
|
+
"required": true
|
|
2305
|
+
},
|
|
2306
|
+
"onPrimaryButtonClick": {
|
|
2307
|
+
"description": "",
|
|
2308
|
+
"type": "unknown",
|
|
2309
|
+
"required": true
|
|
2310
|
+
},
|
|
2311
|
+
"onSecondaryButtonClick": {
|
|
2312
|
+
"description": "",
|
|
2313
|
+
"type": "unknown",
|
|
2314
|
+
"required": true
|
|
2315
|
+
}
|
|
2316
|
+
},
|
|
2317
|
+
"storyFile": "src/components/Prompt/Prompt.stories.tsx"
|
|
2318
|
+
},
|
|
2319
|
+
"RadioButtonGroup": {
|
|
2320
|
+
"title": "Components/RadioButtonGroup",
|
|
2321
|
+
"category": "Components",
|
|
2322
|
+
"description": "A group of radio options. Supports row/column orientation, disabled state, value/selectedOption, and optional icons. Use **Controls** to try all options.",
|
|
2323
|
+
"examples": [
|
|
2324
|
+
"Default",
|
|
2325
|
+
"WithValueSelected",
|
|
2326
|
+
"RowOrientation",
|
|
2327
|
+
"Disabled",
|
|
2328
|
+
"OptionWithDisabledItem",
|
|
2329
|
+
"WithIcons",
|
|
2330
|
+
"Interactive",
|
|
2331
|
+
"Playground"
|
|
2332
|
+
],
|
|
2333
|
+
"props": {
|
|
2334
|
+
"options": {
|
|
2335
|
+
"description": "List of options (label, value, optional disabled, optional icon)",
|
|
2336
|
+
"type": "RadioButtonGroupOption[]",
|
|
2337
|
+
"required": false
|
|
2338
|
+
},
|
|
2339
|
+
"value": {
|
|
2340
|
+
"description": "Controlled selected value",
|
|
2341
|
+
"type": "unknown",
|
|
2342
|
+
"required": true
|
|
2343
|
+
},
|
|
2344
|
+
"selectedOption": {
|
|
2345
|
+
"description": "Alternative prop for selected value (same as value)",
|
|
2346
|
+
"type": "unknown",
|
|
2347
|
+
"required": true
|
|
2348
|
+
},
|
|
2349
|
+
"isDisabled": {
|
|
2350
|
+
"description": "Disable all options",
|
|
2351
|
+
"type": "unknown",
|
|
2352
|
+
"required": true
|
|
2353
|
+
},
|
|
2354
|
+
"disabled": {
|
|
2355
|
+
"description": "Alternative prop to disable all options",
|
|
2356
|
+
"type": "unknown",
|
|
2357
|
+
"required": true
|
|
2358
|
+
},
|
|
2359
|
+
"orientation": {
|
|
2360
|
+
"description": "Layout direction of options",
|
|
2361
|
+
"type": "unknown",
|
|
2362
|
+
"options": [
|
|
2363
|
+
"row",
|
|
2364
|
+
"column"
|
|
2365
|
+
],
|
|
2366
|
+
"required": true
|
|
2367
|
+
},
|
|
2368
|
+
"name": {
|
|
2369
|
+
"description": "Name for the radio group (accessibility)",
|
|
2370
|
+
"type": "unknown",
|
|
2371
|
+
"required": true
|
|
2372
|
+
},
|
|
2373
|
+
"onChange": {
|
|
2374
|
+
"description": "",
|
|
2375
|
+
"type": "unknown",
|
|
2376
|
+
"required": true
|
|
2377
|
+
},
|
|
2378
|
+
"className": {
|
|
2379
|
+
"description": "",
|
|
2380
|
+
"type": "unknown",
|
|
2381
|
+
"required": true
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
"storyFile": "src/components/RadioButtonGroup/RadioButtonGroup.stories.tsx"
|
|
2385
|
+
},
|
|
2386
|
+
"Select": {
|
|
2387
|
+
"title": "Components/Select",
|
|
2388
|
+
"category": "Components",
|
|
2389
|
+
"description": "A fully-featured Select dropdown built on react-select. Supports single/multi select, search, grouped options, submenus, virtualization, portal mode, and AG Grid cell renderer mode.",
|
|
2390
|
+
"examples": [
|
|
2391
|
+
"Default",
|
|
2392
|
+
"MultiSelect",
|
|
2393
|
+
"WithSearch",
|
|
2394
|
+
"WithSelectAll",
|
|
2395
|
+
"WithGroupedOptions",
|
|
2396
|
+
"LoadingState",
|
|
2397
|
+
"ManyOptionsVirtualized",
|
|
2398
|
+
"WithIcon",
|
|
2399
|
+
"GroupedMulti",
|
|
2400
|
+
"WithSubmenu",
|
|
2401
|
+
"WithSelectedOptionTags",
|
|
2402
|
+
"Disabled",
|
|
2403
|
+
"WithError",
|
|
2404
|
+
"WithPortal",
|
|
2405
|
+
"ClearableSelection",
|
|
2406
|
+
"NoMatchingOptions",
|
|
2407
|
+
"MaxSelectableOptions",
|
|
2408
|
+
"RequiredLabel",
|
|
2409
|
+
"LabelOrientationLeft",
|
|
2410
|
+
"SelectIdAndName",
|
|
2411
|
+
"WithHandleChange",
|
|
2412
|
+
"WithDropdownClose",
|
|
2413
|
+
"WithOnSearch",
|
|
2414
|
+
"WithExternalClearAll",
|
|
2415
|
+
"MultiMissingSelectAllHandlers",
|
|
2416
|
+
"AgGridCellRenderer",
|
|
2417
|
+
"CustomPlaceholderAfterSelect",
|
|
2418
|
+
"MultiSelectParentRow",
|
|
2419
|
+
"CloseWhenClickOutsideDisabled",
|
|
2420
|
+
"DropdownPositionTop",
|
|
2421
|
+
"MenuShouldBlockScroll",
|
|
2422
|
+
"WithSelectAllOnMount",
|
|
2423
|
+
"SubmenuSingleSelectionLabel",
|
|
2424
|
+
"WithOnBlur",
|
|
2425
|
+
"TriggerKeyboardNavigation",
|
|
2426
|
+
"SearchInputKeyboard",
|
|
2427
|
+
"ExternalOnSelectAll",
|
|
2428
|
+
"InternalClearAllButton",
|
|
2429
|
+
"WithDisabledOption",
|
|
2430
|
+
"MenuScrollToBottom",
|
|
2431
|
+
"SubmenuMultiPickChildren",
|
|
2432
|
+
"SubmenuHoverLeafClearsSubmenu",
|
|
2433
|
+
"PortalCustomContainer",
|
|
2434
|
+
"PortalWithCustomMenuClass",
|
|
2435
|
+
"GroupedOutsideClose",
|
|
2436
|
+
"NarrowWidthSelected",
|
|
2437
|
+
"CustomSearchPlaceholder",
|
|
2438
|
+
"CloseViaBlanketClick",
|
|
2439
|
+
"IsMultiInSubmenuMultipleChildrenLabel",
|
|
2440
|
+
"IsMultiInSubmenuDeselectToNull",
|
|
2441
|
+
"HandleChangeOnInternalMenuClear",
|
|
2442
|
+
"SubmenuMultiDeselectChild",
|
|
2443
|
+
"MaxSelectableBlocksParentRow",
|
|
2444
|
+
"NoLabel",
|
|
2445
|
+
"SubmenuPanelMouseEnter",
|
|
2446
|
+
"WithIsDisabledOptionFlag",
|
|
2447
|
+
"Playground"
|
|
2448
|
+
],
|
|
2449
|
+
"props": {
|
|
2450
|
+
"placeholder": {
|
|
2451
|
+
"description": "Trigger button placeholder text",
|
|
2452
|
+
"type": "unknown",
|
|
2453
|
+
"required": true
|
|
2454
|
+
},
|
|
2455
|
+
"isMulti": {
|
|
2456
|
+
"description": "Enable multi-select mode",
|
|
2457
|
+
"type": "unknown",
|
|
2458
|
+
"required": true
|
|
2459
|
+
},
|
|
2460
|
+
"isDisabled": {
|
|
2461
|
+
"description": "Disable the select",
|
|
2462
|
+
"type": "unknown",
|
|
2463
|
+
"required": true
|
|
2464
|
+
},
|
|
2465
|
+
"isError": {
|
|
2466
|
+
"description": "Show error styling",
|
|
2467
|
+
"type": "unknown",
|
|
2468
|
+
"required": true
|
|
2469
|
+
},
|
|
2470
|
+
"isWithSearch": {
|
|
2471
|
+
"description": "Show search input",
|
|
2472
|
+
"type": "unknown",
|
|
2473
|
+
"required": true
|
|
2474
|
+
},
|
|
2475
|
+
"isClearable": {
|
|
2476
|
+
"description": "Show clear button",
|
|
2477
|
+
"type": "unknown",
|
|
2478
|
+
"required": true
|
|
2479
|
+
},
|
|
2480
|
+
"toggleSelectAll": {
|
|
2481
|
+
"description": "Show select all checkbox (multi only)",
|
|
2482
|
+
"type": "unknown",
|
|
2483
|
+
"required": true
|
|
2484
|
+
},
|
|
2485
|
+
"label": {
|
|
2486
|
+
"description": "Label above the trigger",
|
|
2487
|
+
"type": "unknown",
|
|
2488
|
+
"required": true
|
|
2489
|
+
},
|
|
2490
|
+
"helperText": {
|
|
2491
|
+
"description": "Helper / error text below trigger",
|
|
2492
|
+
"type": "unknown",
|
|
2493
|
+
"required": true
|
|
2494
|
+
},
|
|
2495
|
+
"noOptionMessage": {
|
|
2496
|
+
"description": "No options available message",
|
|
2497
|
+
"type": "unknown",
|
|
2498
|
+
"required": true
|
|
2499
|
+
},
|
|
2500
|
+
"maxSelectableOptions": {
|
|
2501
|
+
"description": "Limit how many options can be selected",
|
|
2502
|
+
"type": "unknown",
|
|
2503
|
+
"required": true
|
|
2504
|
+
}
|
|
2505
|
+
},
|
|
2506
|
+
"storyFile": "src/components/Select/Select.stories.tsx"
|
|
2507
|
+
},
|
|
2508
|
+
"Sidebar": {
|
|
2509
|
+
"title": "Components/Sidebar",
|
|
2510
|
+
"category": "Components",
|
|
2511
|
+
"description": "Collapsible navigation sidebar with optional nested routes and logout. Use **Controls** to try options.",
|
|
2512
|
+
"examples": [
|
|
2513
|
+
"Default",
|
|
2514
|
+
"Open",
|
|
2515
|
+
"WithViewMore",
|
|
2516
|
+
"Playground"
|
|
2517
|
+
],
|
|
2518
|
+
"props": {
|
|
2519
|
+
"isOpen": {
|
|
2520
|
+
"description": "",
|
|
2521
|
+
"type": "unknown",
|
|
2522
|
+
"required": true
|
|
2523
|
+
},
|
|
2524
|
+
"isCloseWhenClickOutside": {
|
|
2525
|
+
"description": "",
|
|
2526
|
+
"type": "unknown",
|
|
2527
|
+
"required": true
|
|
2528
|
+
},
|
|
2529
|
+
"isMemoryRouter": {
|
|
2530
|
+
"description": "",
|
|
2531
|
+
"type": "unknown",
|
|
2532
|
+
"required": true
|
|
2533
|
+
},
|
|
2534
|
+
"visibleModulesCount": {
|
|
2535
|
+
"description": "",
|
|
2536
|
+
"type": "unknown",
|
|
2537
|
+
"required": true
|
|
2538
|
+
},
|
|
2539
|
+
"routes": {
|
|
2540
|
+
"description": "",
|
|
2541
|
+
"type": "unknown",
|
|
2542
|
+
"required": true
|
|
2543
|
+
},
|
|
2544
|
+
"actionRoutes": {
|
|
2545
|
+
"description": "",
|
|
2546
|
+
"type": "unknown",
|
|
2547
|
+
"required": true
|
|
2548
|
+
},
|
|
2549
|
+
"parentActive": {
|
|
2550
|
+
"description": "",
|
|
2551
|
+
"type": "unknown",
|
|
2552
|
+
"required": true
|
|
2553
|
+
},
|
|
2554
|
+
"childActive": {
|
|
2555
|
+
"description": "",
|
|
2556
|
+
"type": "unknown",
|
|
2557
|
+
"required": true
|
|
2558
|
+
},
|
|
2559
|
+
"handleClose": {
|
|
2560
|
+
"description": "",
|
|
2561
|
+
"type": "unknown",
|
|
2562
|
+
"required": true
|
|
2563
|
+
},
|
|
2564
|
+
"handleParentRouteChange": {
|
|
2565
|
+
"description": "",
|
|
2566
|
+
"type": "unknown",
|
|
2567
|
+
"required": true
|
|
2568
|
+
},
|
|
2569
|
+
"handleChildRouteChange": {
|
|
2570
|
+
"description": "",
|
|
2571
|
+
"type": "unknown",
|
|
2572
|
+
"required": true
|
|
2573
|
+
},
|
|
2574
|
+
"handleLogOut": {
|
|
2575
|
+
"description": "",
|
|
2576
|
+
"type": "unknown",
|
|
2577
|
+
"required": true
|
|
2578
|
+
}
|
|
2579
|
+
},
|
|
2580
|
+
"storyFile": "src/components/Sidebar/Sidebar.stories.tsx"
|
|
2581
|
+
},
|
|
2582
|
+
"Slider": {
|
|
2583
|
+
"title": "Components/Slider",
|
|
2584
|
+
"category": "Components",
|
|
2585
|
+
"description": "Slider with optional header, label, and range inputs. Extends MUI Slider; use **Controls** for variant, value, and layout.",
|
|
2586
|
+
"examples": [
|
|
2587
|
+
"Default",
|
|
2588
|
+
"Minimal",
|
|
2589
|
+
"WithHeader",
|
|
2590
|
+
"HeaderLeft",
|
|
2591
|
+
"InputPositionBottom",
|
|
2592
|
+
"Ranged",
|
|
2593
|
+
"RangedInputPositionBottom",
|
|
2594
|
+
"RangedInteractInputs",
|
|
2595
|
+
"SingleValueInteractInput",
|
|
2596
|
+
"RangedControlledStory",
|
|
2597
|
+
"Disabled",
|
|
2598
|
+
"WithRequiredLabel",
|
|
2599
|
+
"WithClassNameAndTestId",
|
|
2600
|
+
"CustomMinMax",
|
|
2601
|
+
"Playground"
|
|
2602
|
+
],
|
|
2603
|
+
"props": {
|
|
2604
|
+
"value": {
|
|
2605
|
+
"description": "Current value (number or [min, max] for ranged)",
|
|
2606
|
+
"type": "unknown",
|
|
2607
|
+
"required": true
|
|
2608
|
+
},
|
|
2609
|
+
"min": {
|
|
2610
|
+
"description": "Minimum value",
|
|
2611
|
+
"type": "unknown",
|
|
2612
|
+
"required": true
|
|
2613
|
+
},
|
|
2614
|
+
"max": {
|
|
2615
|
+
"description": "Maximum value",
|
|
2616
|
+
"type": "unknown",
|
|
2617
|
+
"required": true
|
|
2618
|
+
},
|
|
2619
|
+
"variant": {
|
|
2620
|
+
"description": "Single or range slider",
|
|
2621
|
+
"type": "unknown",
|
|
2622
|
+
"options": [
|
|
2623
|
+
"default",
|
|
2624
|
+
"ranged"
|
|
2625
|
+
],
|
|
2626
|
+
"required": true
|
|
2627
|
+
},
|
|
2628
|
+
"headerOrientation": {
|
|
2629
|
+
"description": "Header position",
|
|
2630
|
+
"type": "unknown",
|
|
2631
|
+
"options": [
|
|
2632
|
+
"top",
|
|
2633
|
+
"left"
|
|
2634
|
+
],
|
|
2635
|
+
"required": true
|
|
2636
|
+
},
|
|
2637
|
+
"inputPosition": {
|
|
2638
|
+
"description": "Position of value inputs",
|
|
2639
|
+
"type": "unknown",
|
|
2640
|
+
"options": [
|
|
2641
|
+
"inline",
|
|
2642
|
+
"bottom"
|
|
2643
|
+
],
|
|
2644
|
+
"required": true
|
|
2645
|
+
},
|
|
2646
|
+
"disabled": {
|
|
2647
|
+
"description": "Disable slider",
|
|
2648
|
+
"type": "unknown",
|
|
2649
|
+
"required": true
|
|
2650
|
+
},
|
|
2651
|
+
"required": {
|
|
2652
|
+
"description": "Show required on label",
|
|
2653
|
+
"type": "unknown",
|
|
2654
|
+
"required": true
|
|
2655
|
+
},
|
|
2656
|
+
"onChange": {
|
|
2657
|
+
"description": "",
|
|
2658
|
+
"type": "unknown",
|
|
2659
|
+
"required": true
|
|
2660
|
+
}
|
|
2661
|
+
},
|
|
2662
|
+
"storyFile": "src/components/Slider/Slider.stories.tsx"
|
|
2663
|
+
},
|
|
2664
|
+
"Stepper": {
|
|
2665
|
+
"title": "Components/Stepper",
|
|
2666
|
+
"category": "Components",
|
|
2667
|
+
"description": "Stepper displays progress through a sequence of steps. Supports **default** (horizontal/vertical MUI stepper), **progress** (compact progress bar), and **mui** variant. Use **handleStep** to make steps clickable.",
|
|
2668
|
+
"examples": [
|
|
2669
|
+
"Default",
|
|
2670
|
+
"Vertical",
|
|
2671
|
+
"WithDescriptions",
|
|
2672
|
+
"ProgressVariant",
|
|
2673
|
+
"Interactive",
|
|
2674
|
+
"InteractiveProgress",
|
|
2675
|
+
"MuiVariants",
|
|
2676
|
+
"SingleStep",
|
|
2677
|
+
"ManySteps",
|
|
2678
|
+
"EmptySteps",
|
|
2679
|
+
"CustomWidthAndProps",
|
|
2680
|
+
"Playground"
|
|
2681
|
+
],
|
|
2682
|
+
"props": {
|
|
2683
|
+
"steps": {
|
|
2684
|
+
"description": "Array of step objects with label and optional description",
|
|
2685
|
+
"type": "unknown",
|
|
2686
|
+
"required": false
|
|
2687
|
+
},
|
|
2688
|
+
"activeStep": {
|
|
2689
|
+
"description": "Zero-based index of the active step",
|
|
2690
|
+
"type": "unknown",
|
|
2691
|
+
"required": true
|
|
2692
|
+
},
|
|
2693
|
+
"orientation": {
|
|
2694
|
+
"description": "Layout direction (default variant only)",
|
|
2695
|
+
"type": "unknown",
|
|
2696
|
+
"options": [
|
|
2697
|
+
"horizontal",
|
|
2698
|
+
"vertical"
|
|
2699
|
+
],
|
|
2700
|
+
"required": true
|
|
2701
|
+
},
|
|
2702
|
+
"variant": {
|
|
2703
|
+
"description": "Visual variant: default | progress | mui, or MUI Paper variant (elevation | outlined) for default stepper",
|
|
2704
|
+
"type": "unknown",
|
|
2705
|
+
"options": [
|
|
2706
|
+
"default",
|
|
2707
|
+
"progress",
|
|
2708
|
+
"mui",
|
|
2709
|
+
"elevation",
|
|
2710
|
+
"outlined"
|
|
2711
|
+
],
|
|
2712
|
+
"required": true
|
|
2713
|
+
},
|
|
2714
|
+
"handleStep": {
|
|
2715
|
+
"description": "Called with step index when a step is clicked (optional)",
|
|
2716
|
+
"type": "unknown",
|
|
2717
|
+
"required": false
|
|
2718
|
+
},
|
|
2719
|
+
"width": {
|
|
2720
|
+
"description": "Width of the stepper container (e.g.",
|
|
2721
|
+
"type": "unknown",
|
|
2722
|
+
"required": true
|
|
2723
|
+
},
|
|
2724
|
+
"className": {
|
|
2725
|
+
"description": "Additional CSS class for the root element",
|
|
2726
|
+
"type": "unknown",
|
|
2727
|
+
"required": true
|
|
2728
|
+
}
|
|
2729
|
+
},
|
|
2730
|
+
"storyFile": "src/components/Stepper/Stepper.stories.tsx"
|
|
2731
|
+
},
|
|
2732
|
+
"Switch": {
|
|
2733
|
+
"title": "Components/Switch",
|
|
2734
|
+
"category": "Components",
|
|
2735
|
+
"description": "Switch is a toggle control for binary on/off states. Ideal for settings, preferences, and feature toggles with instant feedback.",
|
|
2736
|
+
"examples": [
|
|
2737
|
+
"Default",
|
|
2738
|
+
"On",
|
|
2739
|
+
"WithRightLabel",
|
|
2740
|
+
"WithBothLabels",
|
|
2741
|
+
"YesNoLabels",
|
|
2742
|
+
"DisabledOff",
|
|
2743
|
+
"DisabledOn",
|
|
2744
|
+
"Controlled",
|
|
2745
|
+
"ToggleFiresOnChange",
|
|
2746
|
+
"SettingsPanel",
|
|
2747
|
+
"AllStates",
|
|
2748
|
+
"FeatureFlags",
|
|
2749
|
+
"PrivacySettings"
|
|
2750
|
+
],
|
|
2751
|
+
"props": {
|
|
2752
|
+
"value": {
|
|
2753
|
+
"description": "The current state of the switch. `true` for on, `false` for off. This is a controlled component.",
|
|
2754
|
+
"type": "boolean",
|
|
2755
|
+
"defaultValue": "false",
|
|
2756
|
+
"required": false
|
|
2757
|
+
},
|
|
2758
|
+
"leftLabel": {
|
|
2759
|
+
"description": "Optional label displayed on the left side of the switch. Useful for labeling the",
|
|
2760
|
+
"type": "string",
|
|
2761
|
+
"defaultValue": "'\"\"'",
|
|
2762
|
+
"required": false
|
|
2763
|
+
},
|
|
2764
|
+
"rightLabel": {
|
|
2765
|
+
"description": "Optional label displayed on the right side of the switch. Useful for labeling the",
|
|
2766
|
+
"type": "string",
|
|
2767
|
+
"defaultValue": "'\"\"'",
|
|
2768
|
+
"required": false
|
|
2769
|
+
},
|
|
2770
|
+
"disabled": {
|
|
2771
|
+
"description": "When true, the switch is non-interactive. The visual state is preserved but cannot be changed.",
|
|
2772
|
+
"type": "boolean",
|
|
2773
|
+
"defaultValue": "false",
|
|
2774
|
+
"required": false
|
|
2775
|
+
},
|
|
2776
|
+
"onChange": {
|
|
2777
|
+
"description": "Callback triggered when the switch state changes. Receives the React change event.",
|
|
2778
|
+
"type": "(event: ChangeEvent<HTMLInputElement>) => void",
|
|
2779
|
+
"required": true
|
|
2780
|
+
},
|
|
2781
|
+
"table": {
|
|
2782
|
+
"description": "",
|
|
2783
|
+
"type": "string",
|
|
2784
|
+
"required": true
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
"storyFile": "src/components/Switch/Switch.stories.tsx"
|
|
2788
|
+
},
|
|
2789
|
+
"Table": {
|
|
2790
|
+
"title": "Components/Table",
|
|
2791
|
+
"category": "Components",
|
|
2792
|
+
"description": "All the props that you can pass to AG-Grid can be passed to Table component. <strong style=\"font-weight:bold;\">Note:</strong> This Table is based on V32 and still in testing phase.",
|
|
2793
|
+
"examples": [],
|
|
2794
|
+
"props": {
|
|
2795
|
+
"tableHeader": {
|
|
2796
|
+
"description": "Title of the Table.",
|
|
2797
|
+
"type": "string",
|
|
2798
|
+
"defaultValue": "''",
|
|
2799
|
+
"required": false
|
|
2800
|
+
},
|
|
2801
|
+
"cardContainer": {
|
|
2802
|
+
"description": "If true, display Table component in the card UI.",
|
|
2803
|
+
"type": "boolean",
|
|
2804
|
+
"defaultValue": "true",
|
|
2805
|
+
"required": false
|
|
2806
|
+
},
|
|
2807
|
+
"rowData": {
|
|
2808
|
+
"description": "Array object holding different rows data of the Table.",
|
|
2809
|
+
"type": "Array Object",
|
|
2810
|
+
"defaultValue": [],
|
|
2811
|
+
"required": false
|
|
2812
|
+
},
|
|
2813
|
+
"columnDefs": {
|
|
2814
|
+
"description": "Array object holding different columns header data of the Table. \n <code>\n <ul class=\"storybook-order-list\">\n <li><strong>field</strong>: field of the column [string]</li>\n <li><strong>isSearchable?</strong>: If true, display search <br/>icon on the Column Header. [boolean]</li>\n </ul>\n </code>",
|
|
2815
|
+
"type": "Array Object",
|
|
2816
|
+
"defaultValue": [],
|
|
2817
|
+
"required": false
|
|
2818
|
+
},
|
|
2819
|
+
"rowHeight": {
|
|
2820
|
+
"description": "You can choose different height of the Row of the Table.",
|
|
2821
|
+
"type": "string",
|
|
2822
|
+
"defaultValue": "default",
|
|
2823
|
+
"options": [
|
|
2824
|
+
"compact",
|
|
2825
|
+
"comfort",
|
|
2826
|
+
"default"
|
|
2827
|
+
],
|
|
2828
|
+
"required": false
|
|
2829
|
+
},
|
|
2830
|
+
"topLeftOptions": {
|
|
2831
|
+
"description": "React Children you want to render along with header at the Top Left Table Header Section.",
|
|
2832
|
+
"type": "React Children",
|
|
2833
|
+
"defaultValue": "''",
|
|
2834
|
+
"required": false
|
|
2835
|
+
},
|
|
2836
|
+
"topCenterOptions": {
|
|
2837
|
+
"description": "React Children you want to render at the Top Center Table Header Section.",
|
|
2838
|
+
"type": "React Children",
|
|
2839
|
+
"defaultValue": "''",
|
|
2840
|
+
"required": false
|
|
2841
|
+
},
|
|
2842
|
+
"topRightOptions": {
|
|
2843
|
+
"description": "React Children you want to render at the Top Right Table Header Section.",
|
|
2844
|
+
"type": "React Children",
|
|
2845
|
+
"defaultValue": "''",
|
|
2846
|
+
"required": false
|
|
2847
|
+
},
|
|
2848
|
+
"bottomLeftOptions": {
|
|
2849
|
+
"description": "React Children you want to render at the Bottom Left Table Header Section.",
|
|
2850
|
+
"type": "React Children",
|
|
2851
|
+
"defaultValue": "''",
|
|
2852
|
+
"required": false
|
|
2853
|
+
},
|
|
2854
|
+
"bottomCenterOptions": {
|
|
2855
|
+
"description": "React Children you want to render at the Bottom Center Table Footer Section.",
|
|
2856
|
+
"type": "React Children",
|
|
2857
|
+
"defaultValue": "''",
|
|
2858
|
+
"required": false
|
|
2859
|
+
},
|
|
2860
|
+
"bottomRightOptions": {
|
|
2861
|
+
"description": "React Children you want to render at the Bottom Right Table Header Section.",
|
|
2862
|
+
"type": "React Children",
|
|
2863
|
+
"defaultValue": "''",
|
|
2864
|
+
"required": false
|
|
2865
|
+
},
|
|
2866
|
+
"onNumberFormatChange": {
|
|
2867
|
+
"description": "You can handle the event when number format changes in Table Setting Section.",
|
|
2868
|
+
"type": "Function",
|
|
2869
|
+
"defaultValue": "() => {}",
|
|
2870
|
+
"required": false
|
|
2871
|
+
},
|
|
2872
|
+
"onColumnSearchClick": {
|
|
2873
|
+
"description": "You can handle the search event when user click on the search icon in the Table Header.",
|
|
2874
|
+
"type": "Function",
|
|
2875
|
+
"defaultValue": "() => {}",
|
|
2876
|
+
"required": false
|
|
2877
|
+
},
|
|
2878
|
+
"hideRowHeightOptionMenu": {
|
|
2879
|
+
"description": "If true, disabled the rowHeight option menu.",
|
|
2880
|
+
"type": "boolean",
|
|
2881
|
+
"defaultValue": "false",
|
|
2882
|
+
"required": false
|
|
2883
|
+
},
|
|
2884
|
+
"showDownloadButton": {
|
|
2885
|
+
"description": "If true, render the download button.",
|
|
2886
|
+
"type": "boolean",
|
|
2887
|
+
"defaultValue": "false",
|
|
2888
|
+
"required": false
|
|
2889
|
+
},
|
|
2890
|
+
"onDownloadButtonClick": {
|
|
2891
|
+
"description": "You can handle the event when download button is click",
|
|
2892
|
+
"type": "Function",
|
|
2893
|
+
"defaultValue": "() => {}",
|
|
2894
|
+
"required": false
|
|
2895
|
+
},
|
|
2896
|
+
"nestedTable": {
|
|
2897
|
+
"description": "If true, render the component which is passed in the nestedTableComponent props within the same card-container",
|
|
2898
|
+
"type": "boolean",
|
|
2899
|
+
"defaultValue": "false",
|
|
2900
|
+
"required": false
|
|
2901
|
+
},
|
|
2902
|
+
"nestedTableComponent": {
|
|
2903
|
+
"description": "React Children you want to render within the same card-container",
|
|
2904
|
+
"type": "React Children",
|
|
2905
|
+
"defaultValue": "''",
|
|
2906
|
+
"required": false
|
|
2907
|
+
},
|
|
2908
|
+
"closeButton": {
|
|
2909
|
+
"description": "If true, render the close button",
|
|
2910
|
+
"type": "boolean",
|
|
2911
|
+
"defaultValue": "false",
|
|
2912
|
+
"required": false
|
|
2913
|
+
},
|
|
2914
|
+
"handleCloseButtonClick": {
|
|
2915
|
+
"description": "You can handle the event when close button is click",
|
|
2916
|
+
"type": "Function",
|
|
2917
|
+
"defaultValue": "() => {}",
|
|
2918
|
+
"required": false
|
|
2919
|
+
},
|
|
2920
|
+
"applySort": {
|
|
2921
|
+
"description": "If true, enabled the sorting on column header click",
|
|
2922
|
+
"type": "boolean",
|
|
2923
|
+
"defaultValue": "true",
|
|
2924
|
+
"required": false
|
|
2925
|
+
},
|
|
2926
|
+
"gridId": {
|
|
2927
|
+
"description": "Unique identifier for the grid. It is mandatory to pass this prop when there are multiple grids on the same screen.",
|
|
2928
|
+
"type": "string",
|
|
2929
|
+
"defaultValue": "''",
|
|
2930
|
+
"required": false
|
|
2931
|
+
},
|
|
2932
|
+
"additionalButtons": {
|
|
2933
|
+
"description": "Additional buttons to be rendered in the table more content section.",
|
|
2934
|
+
"type": "React Children",
|
|
2935
|
+
"defaultValue": "''",
|
|
2936
|
+
"required": false
|
|
2937
|
+
},
|
|
2938
|
+
"showContentualFilter": {
|
|
2939
|
+
"description": "If true, render the contentual filter.",
|
|
2940
|
+
"type": "boolean",
|
|
2941
|
+
"defaultValue": "false",
|
|
2942
|
+
"required": false
|
|
2943
|
+
},
|
|
2944
|
+
"showContentualFilterBadge": {
|
|
2945
|
+
"description": "If true, render the contentual filter badge when selected filters are present.",
|
|
2946
|
+
"type": "boolean",
|
|
2947
|
+
"defaultValue": "false",
|
|
2948
|
+
"required": false
|
|
2949
|
+
},
|
|
2950
|
+
"contentualFilterProps": {
|
|
2951
|
+
"description": "Props for the contentual filter component i.e same as filters strip props if using default component.",
|
|
2952
|
+
"type": "Object",
|
|
2953
|
+
"defaultValue": "''",
|
|
2954
|
+
"required": false
|
|
2955
|
+
},
|
|
2956
|
+
"contentualFilterComponent": {
|
|
2957
|
+
"description": "Custom Component to be rendered in the contentual filter.",
|
|
2958
|
+
"type": "React Children",
|
|
2959
|
+
"defaultValue": "''",
|
|
2960
|
+
"required": false
|
|
2961
|
+
},
|
|
2962
|
+
"showFilterStrip": {
|
|
2963
|
+
"description": "If true, shows the filter strip below the table header",
|
|
2964
|
+
"type": "boolean",
|
|
2965
|
+
"defaultValue": "false",
|
|
2966
|
+
"required": false
|
|
2967
|
+
},
|
|
2968
|
+
"filterStripProps": {
|
|
2969
|
+
"description": "Props to be passed to the FilterStrip component",
|
|
2970
|
+
"type": "object",
|
|
2971
|
+
"required": true
|
|
2972
|
+
},
|
|
2973
|
+
"onContentualFilterClick": {
|
|
2974
|
+
"description": "Function to handle the contentual filter click event",
|
|
2975
|
+
"type": "function",
|
|
2976
|
+
"defaultValue": "() => {}",
|
|
2977
|
+
"required": false
|
|
2978
|
+
},
|
|
2979
|
+
"contextualFilterLabel": {
|
|
2980
|
+
"description": "Label for the contextual filter button",
|
|
2981
|
+
"type": "string",
|
|
2982
|
+
"required": true
|
|
2983
|
+
},
|
|
2984
|
+
"contextualFilterIcon": {
|
|
2985
|
+
"description": "Icon to be displayed in the contextual filter button",
|
|
2986
|
+
"type": "node",
|
|
2987
|
+
"required": true
|
|
2988
|
+
},
|
|
2989
|
+
"hidePaginationPageSizeSelector": {
|
|
2990
|
+
"description": "If true, disabled the pagination page size selector.",
|
|
2991
|
+
"type": "boolean",
|
|
2992
|
+
"defaultValue": "false",
|
|
2993
|
+
"options": [
|
|
2994
|
+
true,
|
|
2995
|
+
false
|
|
2996
|
+
],
|
|
2997
|
+
"required": false
|
|
2998
|
+
},
|
|
2999
|
+
"onTableActionsTabClick": {
|
|
3000
|
+
"description": "Callback function that is called when the table actions tab is clicked in the table settings panel.",
|
|
3001
|
+
"type": "() => void",
|
|
3002
|
+
"defaultValue": "() => {}",
|
|
3003
|
+
"required": false
|
|
3004
|
+
},
|
|
3005
|
+
"customGetMainMenuItems": {
|
|
3006
|
+
"description": "Custom function to override the default column menu items. This function receives the column parameters and should return an array of menu items.\n <br/>\n <br/>\n Example:\n <br/>\n <code>\n const customGetMainMenuItems = (params) => {\n const { column } = params;\n return [\n {\n name: \"Custom Menu Item\",\n action: () => {\n console.log(\"Custom action for column:\", column.colId);\n }\n }\n ];\n };\n </code>",
|
|
3007
|
+
"type": "(params: { column: Column }) => Array<MenuItem>",
|
|
3008
|
+
"defaultValue": "null",
|
|
3009
|
+
"required": false
|
|
3010
|
+
},
|
|
3011
|
+
"onAdvanceSearchClick": {
|
|
3012
|
+
"description": "Callback function that is called when the advance search button is clicked in the table header.",
|
|
3013
|
+
"type": "() => void",
|
|
3014
|
+
"defaultValue": "() => {}",
|
|
3015
|
+
"required": false
|
|
3016
|
+
},
|
|
3017
|
+
"customHeaderIcons": {
|
|
3018
|
+
"description": "Array of custom icons to be displayed in the table header. Each icon should be a React element.\n <br/>\n <br/>\n Example:\n <br/>\n <code>\n const customHeaderIcons = [\n {\n icon: <SearchIcon />,\n onClick: () => console.log(\"Search clicked\"),\n tooltip: \"Search\"\n }\n ];\n </code>",
|
|
3019
|
+
"type": "Array<{ icon: ReactNode, onClick: () => void, tooltip?: string }>",
|
|
3020
|
+
"defaultValue": [],
|
|
3021
|
+
"required": false
|
|
3022
|
+
},
|
|
3023
|
+
"handleInlineSearch": {
|
|
3024
|
+
"description": "Callback function that is called when inline search is performed in the table.",
|
|
3025
|
+
"type": "(searchText: string) => void",
|
|
3026
|
+
"defaultValue": "() => {}",
|
|
3027
|
+
"required": false
|
|
3028
|
+
},
|
|
3029
|
+
"tableActions": {
|
|
3030
|
+
"description": "Custom actions to be displayed in the table settings panel. This can be any valid React element or component.",
|
|
3031
|
+
"type": "React.ReactNode",
|
|
3032
|
+
"defaultValue": "null",
|
|
3033
|
+
"required": false
|
|
3034
|
+
},
|
|
3035
|
+
"hideTableFormat": {
|
|
3036
|
+
"description": "If true, hide the table format section in the table settings panel.",
|
|
3037
|
+
"type": "boolean",
|
|
3038
|
+
"defaultValue": "false",
|
|
3039
|
+
"required": false
|
|
3040
|
+
},
|
|
3041
|
+
"hideTableActions": {
|
|
3042
|
+
"description": "If true, hide the table actions section in the table settings panel.",
|
|
3043
|
+
"type": "boolean",
|
|
3044
|
+
"defaultValue": "false",
|
|
3045
|
+
"required": false
|
|
3046
|
+
},
|
|
3047
|
+
"handleClearSearchInline": {
|
|
3048
|
+
"description": "Callback function that is called when the clear search button is clicked in the inline search input.",
|
|
3049
|
+
"type": "() => void",
|
|
3050
|
+
"defaultValue": "() => {}",
|
|
3051
|
+
"required": false
|
|
3052
|
+
},
|
|
3053
|
+
"handleCloseInputField": {
|
|
3054
|
+
"description": "Callback function that is called when the input field is closed in the table settings panel.",
|
|
3055
|
+
"type": "() => void",
|
|
3056
|
+
"defaultValue": "null",
|
|
3057
|
+
"required": false
|
|
3058
|
+
},
|
|
3059
|
+
"aboveTableComponent": {
|
|
3060
|
+
"description": "React Children to be rendered above the table.",
|
|
3061
|
+
"type": "React.ReactNode",
|
|
3062
|
+
"defaultValue": "null",
|
|
3063
|
+
"required": false
|
|
3064
|
+
},
|
|
3065
|
+
"explicitlyCloseTableSetting": {
|
|
3066
|
+
"description": "If true, explicitly close the table settings panel.",
|
|
3067
|
+
"type": "boolean",
|
|
3068
|
+
"defaultValue": "false",
|
|
3069
|
+
"required": false
|
|
3070
|
+
},
|
|
3071
|
+
"hideTableSetting": {
|
|
3072
|
+
"description": "If true, hide the table settings panel.",
|
|
3073
|
+
"type": "boolean",
|
|
3074
|
+
"defaultValue": "false",
|
|
3075
|
+
"required": false
|
|
3076
|
+
},
|
|
3077
|
+
"customSystemButton": {
|
|
3078
|
+
"description": "Custom system button to be rendered in the table header.",
|
|
3079
|
+
"type": "React.ReactNode",
|
|
3080
|
+
"defaultValue": "null",
|
|
3081
|
+
"required": false
|
|
3082
|
+
},
|
|
3083
|
+
"hideFontSize": {
|
|
3084
|
+
"description": "If true, hide the font size section in the table settings panel.",
|
|
3085
|
+
"type": "boolean",
|
|
3086
|
+
"defaultValue": "false",
|
|
3087
|
+
"options": [
|
|
3088
|
+
true,
|
|
3089
|
+
false
|
|
3090
|
+
],
|
|
3091
|
+
"required": false
|
|
3092
|
+
},
|
|
3093
|
+
"hideNumericFormat": {
|
|
3094
|
+
"description": "If true, hide the numeric format section in the table settings panel.",
|
|
3095
|
+
"type": "boolean",
|
|
3096
|
+
"defaultValue": "false",
|
|
3097
|
+
"options": [
|
|
3098
|
+
true,
|
|
3099
|
+
false
|
|
3100
|
+
],
|
|
3101
|
+
"required": false
|
|
3102
|
+
},
|
|
3103
|
+
"isSaveViewEnabled": {
|
|
3104
|
+
"description": "If true, enables Save View feature in table settings.",
|
|
3105
|
+
"type": "boolean",
|
|
3106
|
+
"defaultValue": "false",
|
|
3107
|
+
"required": false
|
|
3108
|
+
},
|
|
3109
|
+
"maxSavedViews": {
|
|
3110
|
+
"description": "Maximum number of saved views allowed.",
|
|
3111
|
+
"type": "number",
|
|
3112
|
+
"defaultValue": "50",
|
|
3113
|
+
"required": false
|
|
3114
|
+
},
|
|
3115
|
+
"savedViewsOptions": {
|
|
3116
|
+
"description": "Array of saved view objects to display in the Save View panel.",
|
|
3117
|
+
"type": "Array<Object>",
|
|
3118
|
+
"defaultValue": [],
|
|
3119
|
+
"required": false
|
|
3120
|
+
},
|
|
3121
|
+
"handleSaveAndApply": {
|
|
3122
|
+
"description": "Callback fired on Save & Apply. Receives (newView, replaceWith?).",
|
|
3123
|
+
"type": "(newView: object, replaceWith?: object) => void",
|
|
3124
|
+
"defaultValue": "() => {}",
|
|
3125
|
+
"required": false
|
|
3126
|
+
},
|
|
3127
|
+
"handleSavedViewClick": {
|
|
3128
|
+
"description": "Callback fired when a saved view is selected.",
|
|
3129
|
+
"type": "(view: object) => void",
|
|
3130
|
+
"defaultValue": "() => {}",
|
|
3131
|
+
"required": false
|
|
3132
|
+
},
|
|
3133
|
+
"handleEditSaveView": {
|
|
3134
|
+
"description": "Callback fired when editing a saved view.",
|
|
3135
|
+
"type": "(newView: object, prevView: object) => void",
|
|
3136
|
+
"defaultValue": "() => {}",
|
|
3137
|
+
"required": false
|
|
3138
|
+
},
|
|
3139
|
+
"handleDeleteViewClick": {
|
|
3140
|
+
"description": "Callback fired when deleting a saved view.",
|
|
3141
|
+
"type": "(view: object) => void",
|
|
3142
|
+
"defaultValue": "() => {}",
|
|
3143
|
+
"required": false
|
|
3144
|
+
},
|
|
3145
|
+
"deleteViewPromptText": {
|
|
3146
|
+
"description": "Confirmation text shown in the delete saved view prompt dialog.",
|
|
3147
|
+
"type": "string",
|
|
3148
|
+
"defaultValue": "''",
|
|
3149
|
+
"required": false
|
|
3150
|
+
},
|
|
3151
|
+
"handleSetDefaultView": {
|
|
3152
|
+
"description": "Callback to set a saved view as default.",
|
|
3153
|
+
"type": "(view: object) => void",
|
|
3154
|
+
"defaultValue": "() => {}",
|
|
3155
|
+
"required": false
|
|
3156
|
+
},
|
|
3157
|
+
"isSaveViewLoading": {
|
|
3158
|
+
"description": "Loading state for save view operations.",
|
|
3159
|
+
"type": "boolean",
|
|
3160
|
+
"defaultValue": "false",
|
|
3161
|
+
"required": false
|
|
3162
|
+
},
|
|
3163
|
+
"isDeleteViewLoading": {
|
|
3164
|
+
"description": "Loading state for delete saved view operation.",
|
|
3165
|
+
"type": "boolean",
|
|
3166
|
+
"defaultValue": "false",
|
|
3167
|
+
"required": false
|
|
3168
|
+
},
|
|
3169
|
+
"saveViewCustomFilter": {
|
|
3170
|
+
"description": "Save View filter control state: options and selectedOption.",
|
|
3171
|
+
"type": "Object",
|
|
3172
|
+
"defaultValue": "{ options: [], selectedOption:",
|
|
3173
|
+
"required": false
|
|
3174
|
+
},
|
|
3175
|
+
"customTabInTableSettings": {
|
|
3176
|
+
"description": "Custom tabs to render inside table settings. Each item should contain tabNames and tabPanels.",
|
|
3177
|
+
"type": "Array<{ tabNames: Object, tabPanels: ReactNode }>",
|
|
3178
|
+
"defaultValue": "null",
|
|
3179
|
+
"required": false
|
|
3180
|
+
},
|
|
3181
|
+
"customRenderSaveViewContent": {
|
|
3182
|
+
"description": "Custom renderer to inject additional content in Save View.",
|
|
3183
|
+
"type": "React.ReactNode",
|
|
3184
|
+
"defaultValue": "null",
|
|
3185
|
+
"required": false
|
|
3186
|
+
},
|
|
3187
|
+
"onTableSettingClick": {
|
|
3188
|
+
"description": "Callback when table settings open/close toggles. Receives boolean.",
|
|
3189
|
+
"type": "(open: boolean) => void",
|
|
3190
|
+
"defaultValue": "() => {}",
|
|
3191
|
+
"required": false
|
|
3192
|
+
},
|
|
3193
|
+
"closeTableSettingOnOutsideClick": {
|
|
3194
|
+
"description": "If true, clicking outside the settings panel closes it automatically.",
|
|
3195
|
+
"type": "boolean",
|
|
3196
|
+
"defaultValue": "false",
|
|
3197
|
+
"required": false
|
|
3198
|
+
},
|
|
3199
|
+
"contentualFilterOpenByDefault": {
|
|
3200
|
+
"description": "If true, opens the filter strip by default.",
|
|
3201
|
+
"type": "boolean",
|
|
3202
|
+
"defaultValue": "false",
|
|
3203
|
+
"required": false
|
|
3204
|
+
},
|
|
3205
|
+
"tableSettingsTitle": {
|
|
3206
|
+
"description": "Custom title for the table settings panel.",
|
|
3207
|
+
"type": "string",
|
|
3208
|
+
"defaultValue": "Table Settings",
|
|
3209
|
+
"required": false
|
|
3210
|
+
},
|
|
3211
|
+
"hideTableBody": {
|
|
3212
|
+
"description": "If true, hides the table body area below the header.",
|
|
3213
|
+
"type": "boolean",
|
|
3214
|
+
"defaultValue": "false",
|
|
3215
|
+
"required": false
|
|
3216
|
+
},
|
|
3217
|
+
"isCommentFeatureEnabled": {
|
|
3218
|
+
"description": "If true, enables comment feature and UI in the header.",
|
|
3219
|
+
"type": "boolean",
|
|
3220
|
+
"defaultValue": "false",
|
|
3221
|
+
"required": false
|
|
3222
|
+
},
|
|
3223
|
+
"commentProps": {
|
|
3224
|
+
"description": "Configuration and handlers for comments: author, handlers, comments, resolvedComments, configuration, handleFetchResolvedComments (optional promise callback when",
|
|
3225
|
+
"type": "Object",
|
|
3226
|
+
"defaultValue": "undefined",
|
|
3227
|
+
"required": false
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
"storyFile": "src/components/Table/Table.stories.tsx"
|
|
3231
|
+
},
|
|
3232
|
+
"Tabs": {
|
|
3233
|
+
"title": "Components/Tabs",
|
|
3234
|
+
"category": "Components",
|
|
3235
|
+
"description": "Tabs with tab list and panel content. Value can be index (number) or tab value (string).",
|
|
3236
|
+
"examples": [
|
|
3237
|
+
"Default",
|
|
3238
|
+
"ControlledTabs",
|
|
3239
|
+
"Vertical",
|
|
3240
|
+
"BlueBg"
|
|
3241
|
+
],
|
|
3242
|
+
"props": {
|
|
3243
|
+
"value": {
|
|
3244
|
+
"description": "Selected tab index or tab value",
|
|
3245
|
+
"type": "unknown",
|
|
3246
|
+
"required": true
|
|
3247
|
+
},
|
|
3248
|
+
"orientation": {
|
|
3249
|
+
"description": "",
|
|
3250
|
+
"type": "unknown",
|
|
3251
|
+
"options": [
|
|
3252
|
+
"horizontal",
|
|
3253
|
+
"vertical"
|
|
3254
|
+
],
|
|
3255
|
+
"required": true
|
|
3256
|
+
},
|
|
3257
|
+
"isDisabled": {
|
|
3258
|
+
"description": "",
|
|
3259
|
+
"type": "unknown",
|
|
3260
|
+
"required": true
|
|
3261
|
+
},
|
|
3262
|
+
"remountOnTabChange": {
|
|
3263
|
+
"description": "",
|
|
3264
|
+
"type": "unknown",
|
|
3265
|
+
"required": true
|
|
3266
|
+
},
|
|
3267
|
+
"isBlueBg": {
|
|
3268
|
+
"description": "",
|
|
3269
|
+
"type": "unknown",
|
|
3270
|
+
"required": true
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
"storyFile": "src/components/Tabs/Tabs.stories.tsx"
|
|
3274
|
+
},
|
|
3275
|
+
"Tag": {
|
|
3276
|
+
"title": "Components/Tag",
|
|
3277
|
+
"category": "Components",
|
|
3278
|
+
"description": "Tag displays labels, categories, or metadata in a compact format. Supports filled, stroke, and solid variants with optional remove functionality.",
|
|
3279
|
+
"examples": [
|
|
3280
|
+
"Default",
|
|
3281
|
+
"Filled",
|
|
3282
|
+
"Stroke",
|
|
3283
|
+
"Solid",
|
|
3284
|
+
"Small",
|
|
3285
|
+
"Medium",
|
|
3286
|
+
"Large",
|
|
3287
|
+
"Removable",
|
|
3288
|
+
"CustomIcon",
|
|
3289
|
+
"AllVariants",
|
|
3290
|
+
"AllSizes",
|
|
3291
|
+
"VariantSizeMatrix",
|
|
3292
|
+
"RemovableTags",
|
|
3293
|
+
"ClickableTags",
|
|
3294
|
+
"ArticleTags",
|
|
3295
|
+
"ProductTags",
|
|
3296
|
+
"ProfileSkills",
|
|
3297
|
+
"LongLabel",
|
|
3298
|
+
"SingleCharacter",
|
|
3299
|
+
"StatusTags"
|
|
3300
|
+
],
|
|
3301
|
+
"props": {
|
|
3302
|
+
"label": {
|
|
3303
|
+
"description": "The text content displayed inside the tag.",
|
|
3304
|
+
"type": "string",
|
|
3305
|
+
"required": true
|
|
3306
|
+
},
|
|
3307
|
+
"variant": {
|
|
3308
|
+
"description": "Visual style variant. `filled` has light background with border, `stroke` is outlined, `solid` has solid colored background.",
|
|
3309
|
+
"type": "unknown",
|
|
3310
|
+
"defaultValue": "filled",
|
|
3311
|
+
"options": [
|
|
3312
|
+
"filled",
|
|
3313
|
+
"stroke",
|
|
3314
|
+
"solid"
|
|
3315
|
+
],
|
|
3316
|
+
"required": false
|
|
3317
|
+
},
|
|
3318
|
+
"size": {
|
|
3319
|
+
"description": "Size of the tag. `small` = 22px, `medium` = 24px, `large` = 32px (default).",
|
|
3320
|
+
"type": "unknown",
|
|
3321
|
+
"defaultValue": "large",
|
|
3322
|
+
"options": [
|
|
3323
|
+
"small",
|
|
3324
|
+
"medium",
|
|
3325
|
+
"large"
|
|
3326
|
+
],
|
|
3327
|
+
"required": false
|
|
3328
|
+
},
|
|
3329
|
+
"isRemovable": {
|
|
3330
|
+
"description": "When true, displays a delete icon that can be clicked to remove the tag.",
|
|
3331
|
+
"type": "boolean",
|
|
3332
|
+
"defaultValue": "false",
|
|
3333
|
+
"required": false
|
|
3334
|
+
},
|
|
3335
|
+
"icon": {
|
|
3336
|
+
"description": "Custom icon to display as the delete button. Only visible when `isRemovable` is true.",
|
|
3337
|
+
"type": "ReactNode",
|
|
3338
|
+
"required": true
|
|
3339
|
+
},
|
|
3340
|
+
"onClick": {
|
|
3341
|
+
"description": "Callback triggered when the tag is clicked.",
|
|
3342
|
+
"type": "() => void",
|
|
3343
|
+
"required": true
|
|
3344
|
+
},
|
|
3345
|
+
"onDelete": {
|
|
3346
|
+
"description": "Callback triggered when the delete icon is clicked. Only applicable when `isRemovable` is true.",
|
|
3347
|
+
"type": "() => void",
|
|
3348
|
+
"required": true
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
"storyFile": "src/components/Tag/Tag.stories.tsx"
|
|
3352
|
+
},
|
|
3353
|
+
"TagGroup": {
|
|
3354
|
+
"title": "Components/TagGroup",
|
|
3355
|
+
"category": "Components",
|
|
3356
|
+
"description": "Container that lays out tags or chips in a horizontal row with consistent spacing.",
|
|
3357
|
+
"examples": [
|
|
3358
|
+
"Default",
|
|
3359
|
+
"SingleTag",
|
|
3360
|
+
"WithCustomClass"
|
|
3361
|
+
],
|
|
3362
|
+
"props": {
|
|
3363
|
+
"children": {
|
|
3364
|
+
"description": "Tag or chip elements",
|
|
3365
|
+
"type": "unknown",
|
|
3366
|
+
"required": true
|
|
3367
|
+
},
|
|
3368
|
+
"className": {
|
|
3369
|
+
"description": "Additional CSS class",
|
|
3370
|
+
"type": "unknown",
|
|
3371
|
+
"required": true
|
|
3372
|
+
}
|
|
3373
|
+
},
|
|
3374
|
+
"storyFile": "src/components/TagGroup/TagGroup.stories.tsx"
|
|
3375
|
+
},
|
|
3376
|
+
"TextArea": {
|
|
3377
|
+
"title": "Components/TextArea",
|
|
3378
|
+
"category": "Components",
|
|
3379
|
+
"description": "Textarea with label, optional secondary label, character limit, and state variants (error/success/warning).",
|
|
3380
|
+
"examples": [
|
|
3381
|
+
"Default",
|
|
3382
|
+
"WithRequired",
|
|
3383
|
+
"WithSecondaryLabelAndCharacterLimit",
|
|
3384
|
+
"Disabled",
|
|
3385
|
+
"ErrorState",
|
|
3386
|
+
"UserTypes",
|
|
3387
|
+
"WithDataTestId"
|
|
3388
|
+
],
|
|
3389
|
+
"props": {
|
|
3390
|
+
"label": {
|
|
3391
|
+
"description": "Label above the textarea",
|
|
3392
|
+
"type": "unknown",
|
|
3393
|
+
"required": true
|
|
3394
|
+
},
|
|
3395
|
+
"placeholder": {
|
|
3396
|
+
"description": "",
|
|
3397
|
+
"type": "unknown",
|
|
3398
|
+
"required": true
|
|
3399
|
+
},
|
|
3400
|
+
"maxRows": {
|
|
3401
|
+
"description": "",
|
|
3402
|
+
"type": "unknown",
|
|
3403
|
+
"required": true
|
|
3404
|
+
},
|
|
3405
|
+
"isDisabled": {
|
|
3406
|
+
"description": "",
|
|
3407
|
+
"type": "unknown",
|
|
3408
|
+
"required": true
|
|
3409
|
+
},
|
|
3410
|
+
"isRequired": {
|
|
3411
|
+
"description": "",
|
|
3412
|
+
"type": "unknown",
|
|
3413
|
+
"required": true
|
|
3414
|
+
},
|
|
3415
|
+
"isError": {
|
|
3416
|
+
"description": "",
|
|
3417
|
+
"type": "unknown",
|
|
3418
|
+
"required": true
|
|
3419
|
+
},
|
|
3420
|
+
"isSuccess": {
|
|
3421
|
+
"description": "",
|
|
3422
|
+
"type": "unknown",
|
|
3423
|
+
"required": true
|
|
3424
|
+
},
|
|
3425
|
+
"isWarning": {
|
|
3426
|
+
"description": "",
|
|
3427
|
+
"type": "unknown",
|
|
3428
|
+
"required": true
|
|
3429
|
+
},
|
|
3430
|
+
"characterLimit": {
|
|
3431
|
+
"description": "Max characters; shows counter",
|
|
3432
|
+
"type": "unknown",
|
|
3433
|
+
"required": true
|
|
3434
|
+
},
|
|
3435
|
+
"secondaryLabel": {
|
|
3436
|
+
"description": "",
|
|
3437
|
+
"type": "unknown",
|
|
3438
|
+
"required": true
|
|
3439
|
+
},
|
|
3440
|
+
"value": {
|
|
3441
|
+
"description": "",
|
|
3442
|
+
"type": "unknown",
|
|
3443
|
+
"required": true
|
|
3444
|
+
},
|
|
3445
|
+
"onChange": {
|
|
3446
|
+
"description": "",
|
|
3447
|
+
"type": "unknown",
|
|
3448
|
+
"required": true
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
"storyFile": "src/components/TextArea/TextArea.stories.tsx"
|
|
3452
|
+
},
|
|
3453
|
+
"Toast": {
|
|
3454
|
+
"title": "Components/Toast",
|
|
3455
|
+
"category": "Components",
|
|
3456
|
+
"description": "Snackbar toast with position and variant (success, info, warning, error). Auto-hides by default.",
|
|
3457
|
+
"examples": [
|
|
3458
|
+
"Default",
|
|
3459
|
+
"Success",
|
|
3460
|
+
"Info",
|
|
3461
|
+
"Warning",
|
|
3462
|
+
"Error",
|
|
3463
|
+
"BottomCenter",
|
|
3464
|
+
"WithDataTestId"
|
|
3465
|
+
],
|
|
3466
|
+
"props": {
|
|
3467
|
+
"isOpen": {
|
|
3468
|
+
"description": "",
|
|
3469
|
+
"type": "unknown",
|
|
3470
|
+
"required": true
|
|
3471
|
+
},
|
|
3472
|
+
"position": {
|
|
3473
|
+
"description": "",
|
|
3474
|
+
"type": "unknown",
|
|
3475
|
+
"options": [
|
|
3476
|
+
"top-left",
|
|
3477
|
+
"top-center",
|
|
3478
|
+
"top-right",
|
|
3479
|
+
"bottom-left",
|
|
3480
|
+
"bottom-center",
|
|
3481
|
+
"bottom-right"
|
|
3482
|
+
],
|
|
3483
|
+
"required": true
|
|
3484
|
+
},
|
|
3485
|
+
"message": {
|
|
3486
|
+
"description": "",
|
|
3487
|
+
"type": "unknown",
|
|
3488
|
+
"required": true
|
|
3489
|
+
},
|
|
3490
|
+
"variant": {
|
|
3491
|
+
"description": "",
|
|
3492
|
+
"type": "unknown",
|
|
3493
|
+
"options": [
|
|
3494
|
+
"success",
|
|
3495
|
+
"info",
|
|
3496
|
+
"warning",
|
|
3497
|
+
"error"
|
|
3498
|
+
],
|
|
3499
|
+
"required": true
|
|
3500
|
+
},
|
|
3501
|
+
"autoHideDuration": {
|
|
3502
|
+
"description": "",
|
|
3503
|
+
"type": "unknown",
|
|
3504
|
+
"required": true
|
|
3505
|
+
},
|
|
3506
|
+
"onClose": {
|
|
3507
|
+
"description": "",
|
|
3508
|
+
"type": "unknown",
|
|
3509
|
+
"required": true
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
3512
|
+
"storyFile": "src/components/Toast/Toast.stories.tsx"
|
|
3513
|
+
},
|
|
3514
|
+
"Tooltip": {
|
|
3515
|
+
"title": "Components/Tooltip",
|
|
3516
|
+
"category": "Components",
|
|
3517
|
+
"description": "Tooltip wrapping MUI Tooltip with project-specific variants (primary, secondary, tertiary, feature). Supports custom orientation, hover toggling, and a feature variant with title + description.",
|
|
3518
|
+
"examples": [
|
|
3519
|
+
"Primary",
|
|
3520
|
+
"Secondary",
|
|
3521
|
+
"Tertiary",
|
|
3522
|
+
"Feature",
|
|
3523
|
+
"BottomOrientation",
|
|
3524
|
+
"HoverDisabled",
|
|
3525
|
+
"WithCustomClass",
|
|
3526
|
+
"Playground"
|
|
3527
|
+
],
|
|
3528
|
+
"props": {
|
|
3529
|
+
"title": {
|
|
3530
|
+
"description": "Content shown inside the tooltip",
|
|
3531
|
+
"type": "unknown",
|
|
3532
|
+
"required": true
|
|
3533
|
+
},
|
|
3534
|
+
"description": {
|
|
3535
|
+
"description": "Secondary text (feature variant only)",
|
|
3536
|
+
"type": "unknown",
|
|
3537
|
+
"required": true
|
|
3538
|
+
},
|
|
3539
|
+
"orientation": {
|
|
3540
|
+
"description": "Placement relative to anchor",
|
|
3541
|
+
"type": "unknown",
|
|
3542
|
+
"options": [
|
|
3543
|
+
"top",
|
|
3544
|
+
"bottom",
|
|
3545
|
+
"left",
|
|
3546
|
+
"right",
|
|
3547
|
+
"top-start",
|
|
3548
|
+
"top-end",
|
|
3549
|
+
"bottom-start",
|
|
3550
|
+
"bottom-end"
|
|
3551
|
+
],
|
|
3552
|
+
"required": true
|
|
3553
|
+
},
|
|
3554
|
+
"variant": {
|
|
3555
|
+
"description": "Visual style",
|
|
3556
|
+
"type": "unknown",
|
|
3557
|
+
"options": [
|
|
3558
|
+
"primary",
|
|
3559
|
+
"secondary",
|
|
3560
|
+
"tertiary",
|
|
3561
|
+
"feature"
|
|
3562
|
+
],
|
|
3563
|
+
"required": true
|
|
3564
|
+
},
|
|
3565
|
+
"isHoverEnabled": {
|
|
3566
|
+
"description": "Enable/disable hover trigger",
|
|
3567
|
+
"type": "unknown",
|
|
3568
|
+
"required": true
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3571
|
+
"storyFile": "src/components/Tooltip/Tooltip.stories.tsx"
|
|
3572
|
+
},
|
|
3573
|
+
"YearSelect": {
|
|
3574
|
+
"title": "Components/YearSelect",
|
|
3575
|
+
"category": "Components",
|
|
3576
|
+
"description": "Controlled year dropdown used by MonthPicker. Implements MonthPickerSelectProps contract.",
|
|
3577
|
+
"examples": [
|
|
3578
|
+
"Default",
|
|
3579
|
+
"Controlled",
|
|
3580
|
+
"OpenAndSelect"
|
|
3581
|
+
],
|
|
3582
|
+
"props": {
|
|
3583
|
+
"isOpen": {
|
|
3584
|
+
"description": "",
|
|
3585
|
+
"type": "unknown",
|
|
3586
|
+
"required": true
|
|
3587
|
+
},
|
|
3588
|
+
"name": {
|
|
3589
|
+
"description": "",
|
|
3590
|
+
"type": "unknown",
|
|
3591
|
+
"required": true
|
|
3592
|
+
},
|
|
3593
|
+
"minWidth": {
|
|
3594
|
+
"description": "",
|
|
3595
|
+
"type": "unknown",
|
|
3596
|
+
"required": true
|
|
3597
|
+
}
|
|
3598
|
+
},
|
|
3599
|
+
"storyFile": "src/components/YearSelect/YearSelect.stories.tsx"
|
|
3600
|
+
},
|
|
3601
|
+
"HelperText": {
|
|
3602
|
+
"title": "Components/common/HelperText",
|
|
3603
|
+
"category": "Components",
|
|
3604
|
+
"description": "",
|
|
3605
|
+
"examples": [
|
|
3606
|
+
"Default",
|
|
3607
|
+
"Error",
|
|
3608
|
+
"LongText"
|
|
3609
|
+
],
|
|
3610
|
+
"props": {},
|
|
3611
|
+
"storyFile": "src/components/common/HelperText/HelperText.stories.tsx"
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
}
|