impact-ui 4.0.0-alpha.21 → 4.0.0-alpha.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/InfoOutlined.js +4 -0
- package/dist/_virtual/RemoveRounded.js +4 -0
- package/dist/_virtual/index2.js +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/components/AccordionModern/index.d.ts.map +1 -1
- package/dist/components/AccordionModern/index.js +13 -18
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -2
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -2
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -2
- package/dist/components/Badge/index.js +1 -1
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -2
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -2
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -2
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -2
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -2
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -2
- package/dist/components/BottomSheet/index.d.ts.map +1 -1
- package/dist/components/BottomSheet/index.js +9 -6
- package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +2 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -1
- package/dist/components/Breadcrumbs/index.d.ts +1 -1
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
- package/dist/components/Breadcrumbs/index.js +24 -47
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/index.d.ts.map +1 -1
- package/dist/components/ButtonGroup/index.js +5 -4
- package/dist/components/Chart/Chart.types.d.ts +18 -0
- package/dist/components/Chart/Chart.types.d.ts.map +1 -1
- package/dist/components/Chart/index.d.ts +1 -1
- package/dist/components/Chart/index.d.ts.map +1 -1
- package/dist/components/Chart/index.js +126 -14
- package/dist/components/Chatbot/Chatbot.types.d.ts +2 -0
- package/dist/components/Chatbot/Chatbot.types.d.ts.map +1 -1
- package/dist/components/Chatbot/chatInput.d.ts +1 -1
- package/dist/components/Chatbot/chatInput.d.ts.map +1 -1
- package/dist/components/Chatbot/chatInput.js +15 -0
- package/dist/components/Chatbot/chatbotModuleMenu.d.ts +1 -1
- package/dist/components/Chatbot/chatbotModuleMenu.d.ts.map +1 -1
- package/dist/components/Chatbot/chatbotModuleMenu.js +60 -16
- package/dist/components/Chatbot/conversationScreen.d.ts +1 -1
- package/dist/components/Chatbot/conversationScreen.d.ts.map +1 -1
- package/dist/components/Chatbot/conversationScreen.js +35 -17
- package/dist/components/Chatbot/index.d.ts.map +1 -1
- package/dist/components/Chatbot/index.js +26 -2
- package/dist/components/Checkbox/Dashed.d.ts +2 -1
- package/dist/components/Checkbox/Dashed.d.ts.map +1 -1
- package/dist/components/Checkbox/Dashed.js +12 -4
- package/dist/components/Checkbox/Default.d.ts +2 -1
- package/dist/components/Checkbox/Default.d.ts.map +1 -1
- package/dist/components/Checkbox/Default.js +12 -4
- package/dist/components/Checkbox/WithDropDown.d.ts.map +1 -1
- package/dist/components/Checkbox/WithDropDown.js +10 -2
- package/dist/components/Checkbox/WithoutFormLabel.d.ts.map +1 -1
- package/dist/components/Checkbox/WithoutFormLabel.js +7 -1
- package/dist/components/Checkbox/index.js +4 -2
- package/dist/components/Chips/index.js +1 -1
- package/dist/components/DatePicker/DatePicker.types.d.ts +6 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerDropdown.d.ts +8 -1
- package/dist/components/DatePicker/datePickerDropdown.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerDropdown.js +140 -8
- package/dist/components/DatePicker/datePickerFooter.d.ts +4 -1
- package/dist/components/DatePicker/datePickerFooter.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerFooter.js +16 -6
- package/dist/components/DatePicker/datePickerInput.d.ts.map +1 -1
- package/dist/components/DatePicker/datePickerInput.js +10 -1
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/DatePicker/index.js +49 -4
- package/dist/components/DatePicker/showMonthYearSelect.d.ts.map +1 -1
- package/dist/components/DatePicker/showMonthYearSelect.js +57 -58
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerCustom.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerCustom.js +1 -2
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts +2 -1
- package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerDropdown.js +39 -3
- package/dist/components/DateRangePicker/dateRangePickerFooter.js +2 -2
- package/dist/components/DateRangePicker/dateRangePickerInput.d.ts.map +1 -1
- package/dist/components/DateRangePicker/dateRangePickerInput.js +3 -1
- package/dist/components/DateRangePicker/index.d.ts.map +1 -1
- package/dist/components/DateRangePicker/index.js +8 -4
- package/dist/components/DateRangePicker/showMonthYearSelect.d.ts +13 -0
- package/dist/components/DateRangePicker/showMonthYearSelect.d.ts.map +1 -0
- package/dist/components/DateRangePicker/showMonthYearSelect.js +94 -0
- package/dist/components/EmptyState/index.js +1 -1
- package/dist/components/FileUpload/FileUpload.types.d.ts +12 -0
- package/dist/components/FileUpload/FileUpload.types.d.ts.map +1 -1
- package/dist/components/FileUpload/index.d.ts +1 -1
- package/dist/components/FileUpload/index.d.ts.map +1 -1
- package/dist/components/FileUpload/index.js +67 -19
- package/dist/components/FilterPanel/PanelSidebar.js +2 -2
- package/dist/components/FilterPanel/index.js +1 -1
- package/dist/components/FiltersStrip/FilterDropDown.d.ts.map +1 -1
- package/dist/components/FiltersStrip/FilterDropDown.js +4 -1
- package/dist/components/FiltersStrip/FilterSlider.d.ts.map +1 -1
- package/dist/components/FiltersStrip/FilterSlider.js +16 -8
- package/dist/components/FiltersStrip/index.d.ts.map +1 -1
- package/dist/components/FiltersStrip/index.js +2 -3
- package/dist/components/FiltersStrip/mockData.d.ts +29 -0
- package/dist/components/FiltersStrip/mockData.d.ts.map +1 -0
- package/dist/components/Header/Header.types.d.ts +4 -0
- package/dist/components/Header/Header.types.d.ts.map +1 -1
- package/dist/components/Header/index.d.ts +1 -1
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +32 -11
- package/dist/components/HomePage/HomePage.types.d.ts +2 -1
- package/dist/components/HomePage/HomePage.types.d.ts.map +1 -1
- package/dist/components/HomePage/index.d.ts.map +1 -1
- package/dist/components/HomePage/index.js +5 -4
- package/dist/components/Input/index.js +1 -1
- package/dist/components/KeyboardShortCuts/Keycombo.d.ts +14 -11
- package/dist/components/KeyboardShortCuts/Keycombo.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/Keycombo.js +3 -2
- package/dist/components/KeyboardShortCuts/ShortcutLandingPage.js +2 -2
- package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/ShortcutModal.js +7 -90
- package/dist/components/KeyboardShortCuts/allSetBox.d.ts +1 -2
- package/dist/components/KeyboardShortCuts/allSetBox.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/allSetBox.js +2 -3
- package/dist/components/KeyboardShortCuts/index.d.ts +1 -1
- package/dist/components/KeyboardShortCuts/index.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/index.js +9 -19
- package/dist/components/KeyboardShortCuts/screen2.d.ts +1 -1
- package/dist/components/KeyboardShortCuts/screen2.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/screen2.js +3 -2
- package/dist/components/KeyboardShortCuts/screen3.d.ts +1 -1
- package/dist/components/KeyboardShortCuts/screen3.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/screen3.js +3 -2
- package/dist/components/KeyboardShortCuts/tutorial.d.ts +6 -5
- package/dist/components/KeyboardShortCuts/tutorial.d.ts.map +1 -1
- package/dist/components/KeyboardShortCuts/tutorial.js +102 -85
- package/dist/components/Menu/IconMenuItem.js +2 -2
- package/dist/components/Menu/Menu.types.d.ts +3 -0
- package/dist/components/Menu/Menu.types.d.ts.map +1 -1
- package/dist/components/Menu/MenuHeaderInfo.d.ts.map +1 -1
- package/dist/components/Menu/MenuHeaderInfo.js +4 -12
- package/dist/components/Menu/NestedMenuItem.d.ts +1 -0
- package/dist/components/Menu/NestedMenuItem.d.ts.map +1 -1
- package/dist/components/Menu/NestedMenuItem.js +6 -1
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/index.js +6 -4
- package/dist/components/Menu/nestedMenuItemsFromObject.d.ts.map +1 -1
- package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
- package/dist/components/Modal/Modal.types.d.ts +2 -2
- package/dist/components/Modal/Modal.types.d.ts.map +1 -1
- package/dist/components/Modal/index.d.ts.map +1 -1
- package/dist/components/Modal/index.js +5 -3
- package/dist/components/MonthPicker/MonthPicker.types.d.ts +4 -1
- package/dist/components/MonthPicker/MonthPicker.types.d.ts.map +1 -1
- package/dist/components/MonthPicker/index.d.ts +1 -1
- package/dist/components/MonthPicker/index.d.ts.map +1 -1
- package/dist/components/MonthPicker/index.js +155 -49
- package/dist/components/MonthRangePicker/index.d.ts +4 -1
- package/dist/components/MonthRangePicker/index.d.ts.map +1 -1
- package/dist/components/MonthRangePicker/index.js +13 -6
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts.map +1 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.js +57 -4
- package/dist/components/Notification/index.js +2 -2
- package/dist/components/Panel/Panel.types.d.ts +10 -0
- package/dist/components/Panel/Panel.types.d.ts.map +1 -1
- package/dist/components/Panel/index.d.ts +1 -1
- package/dist/components/Panel/index.d.ts.map +1 -1
- package/dist/components/Panel/index.js +71 -53
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/index.js +10 -2
- package/dist/components/Portal/index.d.ts +1 -1
- package/dist/components/Prompt/index.js +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts +2 -0
- package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/index.d.ts +1 -1
- package/dist/components/RadioButtonGroup/index.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/index.js +32 -28
- package/dist/components/Select/Select.types.d.ts +2 -0
- package/dist/components/Select/Select.types.d.ts.map +1 -1
- package/dist/components/Select/customGroupHeading.d.ts.map +1 -1
- package/dist/components/Select/customGroupHeading.js +5 -1
- package/dist/components/Select/dropdown.d.ts +1 -1
- package/dist/components/Select/dropdown.d.ts.map +1 -1
- package/dist/components/Select/dropdown.js +2 -12
- package/dist/components/Select/hooks/useMenuPosition.d.ts +4 -1
- package/dist/components/Select/hooks/useMenuPosition.d.ts.map +1 -1
- package/dist/components/Select/hooks/useMenuPosition.js +15 -3
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/index.js +5 -2
- package/dist/components/Select/optionList.d.ts +1 -1
- package/dist/components/Select/optionList.d.ts.map +1 -1
- package/dist/components/Select/optionList.js +42 -20
- package/dist/components/Select/selected-option-tags.js +1 -1
- package/dist/components/Shortcuts/useShortcut.d.ts.map +1 -1
- package/dist/components/Shortcuts/useShortcut.js +6 -3
- package/dist/components/Sidebar/ChildMenu.d.ts +1 -1
- package/dist/components/Sidebar/ChildMenu.d.ts.map +1 -1
- package/dist/components/Sidebar/ChildMenu.js +48 -5
- package/dist/components/Sidebar/ParentMenu.d.ts +1 -1
- package/dist/components/Sidebar/ParentMenu.d.ts.map +1 -1
- package/dist/components/Sidebar/ParentMenu.js +65 -24
- package/dist/components/Sidebar/Sidebar.types.d.ts +4 -4
- package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarActions.js +5 -2
- package/dist/components/Sidebar/SidebarMenus.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarMenus.js +7 -3
- package/dist/components/Sidebar/index.js +1 -1
- package/dist/components/Sidebar/mock.d.ts +5 -0
- package/dist/components/Sidebar/mock.d.ts.map +1 -0
- package/dist/components/Slider/Slider.types.d.ts +6 -0
- package/dist/components/Slider/Slider.types.d.ts.map +1 -1
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/Slider/index.js +178 -58
- package/dist/components/Stepper/Stepper.types.d.ts +7 -0
- package/dist/components/Stepper/Stepper.types.d.ts.map +1 -1
- package/dist/components/Stepper/index.d.ts.map +1 -1
- package/dist/components/Stepper/index.js +38 -10
- package/dist/components/Switch/index.js +1 -1
- package/dist/components/Table/TableImpl.d.ts.map +1 -1
- package/dist/components/Table/TableImpl.js +34 -18
- package/dist/components/Table/filterUtils.d.ts +1 -25
- package/dist/components/Table/filterUtils.d.ts.map +1 -1
- package/dist/components/Table/filterUtils.js +27 -0
- package/dist/components/Table/tableMoreOptions.d.ts.map +1 -1
- package/dist/components/Table/tableMoreOptions.js +44 -0
- package/dist/components/Table/tableSettings.d.ts.map +1 -1
- package/dist/components/Table/tableSettings.js +15 -1
- package/dist/components/TableChat/EmptyContainer.js +1 -1
- package/dist/components/TableChat/TableChatSidePanel.js +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +1 -1
- package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +1 -1
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +1 -1
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +1 -1
- package/dist/components/TableChat/components/TextEditor/Mention.js +1 -1
- package/dist/components/TableChat/components/TextEditor/MentionList.js +1 -1
- package/dist/components/TableOld/AgGridHeader.d.ts.map +1 -1
- package/dist/components/TableOld/index.d.ts.map +1 -1
- package/dist/components/TableOld/tableFunctions.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +1 -1
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/TextArea/index.js +1 -1
- package/dist/components/Toast/Toast.types.d.ts +2 -0
- package/dist/components/Toast/Toast.types.d.ts.map +1 -1
- package/dist/components/Toast/index.d.ts +1 -1
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/index.js +2 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/index.js +2 -2
- package/dist/components/common/HelperText/index.d.ts.map +1 -1
- package/dist/components/common/HelperText/index.js +3 -2
- package/dist/mcp-component-registry.json +2 -3867
- package/dist/node_modules/@mui/icons-material/InfoOutlined.js +17 -0
- package/dist/node_modules/@mui/icons-material/RemoveRounded.js +17 -0
- package/dist/node_modules/@mui/material/Skeleton/Skeleton.js +1 -1
- package/dist/node_modules/prop-types/index.js +1 -1
- package/dist/node_modules/react-is/index.js +1 -1
- package/dist/renderReactRoot.d.ts +3 -10
- package/dist/renderReactRoot.d.ts.map +1 -1
- package/dist/storybook/legacyArgTypes/Accordion.d.ts +80 -0
- package/dist/storybook/legacyArgTypes/Accordion.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/AccordionModern.d.ts +74 -0
- package/dist/storybook/legacyArgTypes/AccordionModern.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Alert.d.ts +102 -0
- package/dist/storybook/legacyArgTypes/Alert.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Avatar.d.ts +60 -0
- package/dist/storybook/legacyArgTypes/Avatar.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Badge.d.ts +6 -0
- package/dist/storybook/legacyArgTypes/Badge.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/BottomSheet.d.ts +218 -0
- package/dist/storybook/legacyArgTypes/BottomSheet.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Breadcrumbs.d.ts +50 -0
- package/dist/storybook/legacyArgTypes/Breadcrumbs.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Button.d.ts +163 -0
- package/dist/storybook/legacyArgTypes/Button.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/ButtonGroup.d.ts +64 -0
- package/dist/storybook/legacyArgTypes/ButtonGroup.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Card.d.ts +36 -0
- package/dist/storybook/legacyArgTypes/Card.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Chart.d.ts +706 -0
- package/dist/storybook/legacyArgTypes/Chart.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/ChatBot.d.ts +28 -0
- package/dist/storybook/legacyArgTypes/ChatBot.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Checkbox.d.ts +144 -0
- package/dist/storybook/legacyArgTypes/Checkbox.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Chips.d.ts +74 -0
- package/dist/storybook/legacyArgTypes/Chips.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/CreateItemFlow.d.ts +21 -0
- package/dist/storybook/legacyArgTypes/CreateItemFlow.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/DatePicker.d.ts +294 -0
- package/dist/storybook/legacyArgTypes/DatePicker.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/DateRangePicker.d.ts +321 -0
- package/dist/storybook/legacyArgTypes/DateRangePicker.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/EmptyState.d.ts +118 -0
- package/dist/storybook/legacyArgTypes/EmptyState.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/FileUpload.d.ts +177 -0
- package/dist/storybook/legacyArgTypes/FileUpload.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/FilterPanel.d.ts +250 -0
- package/dist/storybook/legacyArgTypes/FilterPanel.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/FiltersStrip.d.ts +214 -0
- package/dist/storybook/legacyArgTypes/FiltersStrip.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Header.d.ts +197 -0
- package/dist/storybook/legacyArgTypes/Header.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/HomePage.d.ts +158 -0
- package/dist/storybook/legacyArgTypes/HomePage.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Input.d.ts +126 -0
- package/dist/storybook/legacyArgTypes/Input.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/KeyboardShortcuts.d.ts +58 -0
- package/dist/storybook/legacyArgTypes/KeyboardShortcuts.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Loader.d.ts +11 -0
- package/dist/storybook/legacyArgTypes/Loader.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Menu.d.ts +109 -0
- package/dist/storybook/legacyArgTypes/Menu.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Modal.d.ts +199 -0
- package/dist/storybook/legacyArgTypes/Modal.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/MonthPicker.d.ts +185 -0
- package/dist/storybook/legacyArgTypes/MonthPicker.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/MonthRangePicker.d.ts +204 -0
- package/dist/storybook/legacyArgTypes/MonthRangePicker.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Notification.d.ts +377 -0
- package/dist/storybook/legacyArgTypes/Notification.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Panel.d.ts +251 -0
- package/dist/storybook/legacyArgTypes/Panel.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Popover.d.ts +105 -0
- package/dist/storybook/legacyArgTypes/Popover.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/ProgressBar.d.ts +64 -0
- package/dist/storybook/legacyArgTypes/ProgressBar.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Prompt.d.ts +119 -0
- package/dist/storybook/legacyArgTypes/Prompt.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/RadioButtonGroup.d.ts +35 -0
- package/dist/storybook/legacyArgTypes/RadioButtonGroup.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Select.d.ts +6 -0
- package/dist/storybook/legacyArgTypes/Select.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Sidebar.d.ts +127 -0
- package/dist/storybook/legacyArgTypes/Sidebar.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Slider.d.ts +153 -0
- package/dist/storybook/legacyArgTypes/Slider.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Stepper.d.ts +45 -0
- package/dist/storybook/legacyArgTypes/Stepper.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Switch.d.ts +60 -0
- package/dist/storybook/legacyArgTypes/Switch.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Table.d.ts +928 -0
- package/dist/storybook/legacyArgTypes/Table.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/TableChat.d.ts +60 -0
- package/dist/storybook/legacyArgTypes/TableChat.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/TableOld.d.ts +331 -0
- package/dist/storybook/legacyArgTypes/TableOld.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Tabs.d.ts +112 -0
- package/dist/storybook/legacyArgTypes/Tabs.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Tag.d.ts +82 -0
- package/dist/storybook/legacyArgTypes/Tag.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/TagGroup.d.ts +8 -0
- package/dist/storybook/legacyArgTypes/TagGroup.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/TextArea.d.ts +148 -0
- package/dist/storybook/legacyArgTypes/TextArea.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Toast.d.ts +90 -0
- package/dist/storybook/legacyArgTypes/Toast.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/Tooltip.d.ts +28 -0
- package/dist/storybook/legacyArgTypes/Tooltip.d.ts.map +1 -0
- package/dist/storybook/legacyArgTypes/index.d.ts +51 -0
- package/dist/storybook/legacyArgTypes/index.d.ts.map +1 -0
- package/dist/styles/style.css +1 -1
- package/dist/utils/helper.d.ts +5 -0
- package/dist/utils/helper.d.ts.map +1 -1
- package/dist/utils/helper.js +1 -12
- package/dist/utils/reactVersion.d.ts +5 -0
- package/dist/utils/reactVersion.d.ts.map +1 -0
- package/dist/utils/reactVersion.test.d.ts +2 -0
- package/dist/utils/reactVersion.test.d.ts.map +1 -0
- package/dist/utils/shortcuts/ShortcutManager.d.ts +9 -5
- package/dist/utils/shortcuts/ShortcutManager.d.ts.map +1 -1
- package/dist/utils/shortcuts/ShortcutManager.js +94 -62
- package/dist/utils/shortcuts/constants.d.ts +2 -0
- package/dist/utils/shortcuts/constants.d.ts.map +1 -1
- package/dist/utils/shortcuts/constants.js +13 -1
- package/dist/utils/shortcuts/format.d.ts +5 -1
- package/dist/utils/shortcuts/format.d.ts.map +1 -1
- package/dist/utils/shortcuts/format.js +24 -7
- package/dist/utils/shortcuts/index.d.ts +3 -1
- package/dist/utils/shortcuts/index.d.ts.map +1 -1
- package/dist/utils/shortcuts/match.d.ts +2 -2
- package/dist/utils/shortcuts/match.d.ts.map +1 -1
- package/dist/utils/shortcuts/match.js +50 -6
- package/dist/utils/shortcuts/parse.d.ts +4 -1
- package/dist/utils/shortcuts/parse.d.ts.map +1 -1
- package/dist/utils/shortcuts/parse.js +15 -1
- package/dist/utils/shortcuts/sequence.d.ts +18 -0
- package/dist/utils/shortcuts/sequence.d.ts.map +1 -0
- package/dist/utils/shortcuts/sequence.js +60 -0
- package/dist/utils/shortcuts/types.d.ts +2 -0
- package/dist/utils/shortcuts/types.d.ts.map +1 -1
- package/package.json +7 -4
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
/** Auto-ported from legacy `frontend copy` Storybook argTypes. */
|
|
2
|
+
export declare const filterPanelDocsDescription = "A Filter Panel is a standard way to prompt user to click on it, in form or button or URL. Label displayed on CTA must be a single word and preferably a verb. The label must be able to communicate to the users he actions they are going to take and what effect it will have on the content being viewed.";
|
|
3
|
+
export declare const filterPanelArgTypes: {
|
|
4
|
+
className: {
|
|
5
|
+
description: string;
|
|
6
|
+
table: {
|
|
7
|
+
defaultValue: {
|
|
8
|
+
summary: string;
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
title: {
|
|
16
|
+
description: string;
|
|
17
|
+
table: {
|
|
18
|
+
defaultValue: {
|
|
19
|
+
summary: string;
|
|
20
|
+
};
|
|
21
|
+
type: {
|
|
22
|
+
summary: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
anchor: {
|
|
27
|
+
description: string;
|
|
28
|
+
options: string[];
|
|
29
|
+
control: {
|
|
30
|
+
type: string;
|
|
31
|
+
};
|
|
32
|
+
table: {
|
|
33
|
+
defaultValue: {
|
|
34
|
+
summary: string;
|
|
35
|
+
};
|
|
36
|
+
type: {
|
|
37
|
+
summary: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
size: {
|
|
42
|
+
description: string;
|
|
43
|
+
options: string[];
|
|
44
|
+
control: {
|
|
45
|
+
type: string;
|
|
46
|
+
};
|
|
47
|
+
table: {
|
|
48
|
+
defaultValue: {
|
|
49
|
+
summary: string;
|
|
50
|
+
};
|
|
51
|
+
type: {
|
|
52
|
+
summary: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
isOpen: {
|
|
57
|
+
description: string;
|
|
58
|
+
table: {
|
|
59
|
+
defaultValue: {
|
|
60
|
+
summary: string;
|
|
61
|
+
};
|
|
62
|
+
type: {
|
|
63
|
+
summary: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
active: {
|
|
68
|
+
description: string;
|
|
69
|
+
};
|
|
70
|
+
setActive: {
|
|
71
|
+
description: string;
|
|
72
|
+
table: {
|
|
73
|
+
defaultValue: {
|
|
74
|
+
summary: string;
|
|
75
|
+
};
|
|
76
|
+
type: {
|
|
77
|
+
summary: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
filters: {
|
|
82
|
+
description: string;
|
|
83
|
+
table: {
|
|
84
|
+
type: {
|
|
85
|
+
summary: string;
|
|
86
|
+
};
|
|
87
|
+
defaultValue: {
|
|
88
|
+
summary: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
control: {
|
|
92
|
+
type: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
primaryButtonLabel: {
|
|
96
|
+
description: string;
|
|
97
|
+
table: {
|
|
98
|
+
defaultValue: {
|
|
99
|
+
summary: string;
|
|
100
|
+
};
|
|
101
|
+
type: {
|
|
102
|
+
summary: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
primaryButtonProps: {
|
|
107
|
+
description: string;
|
|
108
|
+
table: {
|
|
109
|
+
defaultValue: {
|
|
110
|
+
summary: string;
|
|
111
|
+
};
|
|
112
|
+
type: {
|
|
113
|
+
summary: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
secondaryButtonLabel: {
|
|
118
|
+
description: string;
|
|
119
|
+
table: {
|
|
120
|
+
defaultValue: {
|
|
121
|
+
summary: string;
|
|
122
|
+
};
|
|
123
|
+
type: {
|
|
124
|
+
summary: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
secondaryButtonProps: {
|
|
129
|
+
description: string;
|
|
130
|
+
table: {
|
|
131
|
+
defaultValue: {
|
|
132
|
+
summary: string;
|
|
133
|
+
};
|
|
134
|
+
type: {
|
|
135
|
+
summary: string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
tertiaryButtonLabel: {
|
|
140
|
+
description: string;
|
|
141
|
+
table: {
|
|
142
|
+
defaultValue: {
|
|
143
|
+
summary: string;
|
|
144
|
+
};
|
|
145
|
+
type: {
|
|
146
|
+
summary: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
tertiaryButtonProps: {
|
|
151
|
+
description: string;
|
|
152
|
+
table: {
|
|
153
|
+
defaultValue: {
|
|
154
|
+
summary: string;
|
|
155
|
+
};
|
|
156
|
+
type: {
|
|
157
|
+
summary: string;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
quaternaryButtonLabel: {
|
|
162
|
+
description: string;
|
|
163
|
+
table: {
|
|
164
|
+
defaultValue: {
|
|
165
|
+
summary: string;
|
|
166
|
+
};
|
|
167
|
+
type: {
|
|
168
|
+
summary: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
quaternaryButtonProps: {
|
|
173
|
+
description: string;
|
|
174
|
+
table: {
|
|
175
|
+
defaultValue: {
|
|
176
|
+
summary: string;
|
|
177
|
+
};
|
|
178
|
+
type: {
|
|
179
|
+
summary: string;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
handleClose: {
|
|
184
|
+
description: string;
|
|
185
|
+
table: {
|
|
186
|
+
defaultValue: {
|
|
187
|
+
summary: string;
|
|
188
|
+
};
|
|
189
|
+
type: {
|
|
190
|
+
summary: string;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
onPrimaryButtonClick: {
|
|
195
|
+
description: string;
|
|
196
|
+
table: {
|
|
197
|
+
defaultValue: {
|
|
198
|
+
summary: string;
|
|
199
|
+
};
|
|
200
|
+
type: {
|
|
201
|
+
summary: string;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
onSecondaryButtonClick: {
|
|
206
|
+
description: string;
|
|
207
|
+
table: {
|
|
208
|
+
defaultValue: {
|
|
209
|
+
summary: string;
|
|
210
|
+
};
|
|
211
|
+
type: {
|
|
212
|
+
summary: string;
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
onTertiaryButtonClick: {
|
|
217
|
+
description: string;
|
|
218
|
+
table: {
|
|
219
|
+
defaultValue: {
|
|
220
|
+
summary: string;
|
|
221
|
+
};
|
|
222
|
+
type: {
|
|
223
|
+
summary: string;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
onQuaternaryButtonClick: {
|
|
228
|
+
description: string;
|
|
229
|
+
table: {
|
|
230
|
+
defaultValue: {
|
|
231
|
+
summary: string;
|
|
232
|
+
};
|
|
233
|
+
type: {
|
|
234
|
+
summary: string;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
alwaysRender: {
|
|
239
|
+
description: string;
|
|
240
|
+
table: {
|
|
241
|
+
defaultValue: {
|
|
242
|
+
summary: string;
|
|
243
|
+
};
|
|
244
|
+
type: {
|
|
245
|
+
summary: string;
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
//# sourceMappingURL=FilterPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterPanel.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/FilterPanel.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,0BAA0B,iTAAiT,CAAC;AAEzV,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0L7B,CAAC"}
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
/** Auto-ported from legacy `frontend copy` Storybook argTypes. */
|
|
2
|
+
export declare const filtersStripDocsDescription = "The Filters Strip is a complex component that displays filter information and controls on the right side of various views. It provides a comprehensive interface for managing and displaying applied filters, recent filters, and saved filters.\n\nKey features:\n- Display of currently selected filters\n- Recent filters management\n- Saved filters with badges\n- Filter tags with view all functionality\n- Customizable filter button\n- Responsive design with sliding navigation\n- Dropdown menus for additional options\n\nThe component is commonly used in:\n- Data tables\n- Notification panels\n- Filter panels\n- Any view requiring complex filter management";
|
|
3
|
+
export declare const filtersStripArgTypes: {
|
|
4
|
+
selectedFilter: {
|
|
5
|
+
description: string;
|
|
6
|
+
control: {
|
|
7
|
+
type: string;
|
|
8
|
+
};
|
|
9
|
+
table: {
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
type: {
|
|
14
|
+
summary: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
setSelectedFilter: {
|
|
19
|
+
description: string;
|
|
20
|
+
control: boolean;
|
|
21
|
+
table: {
|
|
22
|
+
defaultValue: {
|
|
23
|
+
summary: string;
|
|
24
|
+
};
|
|
25
|
+
type: {
|
|
26
|
+
summary: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
filterTags: {
|
|
31
|
+
description: string;
|
|
32
|
+
control: {
|
|
33
|
+
type: string;
|
|
34
|
+
};
|
|
35
|
+
table: {
|
|
36
|
+
defaultValue: {
|
|
37
|
+
summary: string;
|
|
38
|
+
};
|
|
39
|
+
type: {
|
|
40
|
+
summary: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
recentFilters: {
|
|
45
|
+
description: string;
|
|
46
|
+
control: {
|
|
47
|
+
type: string;
|
|
48
|
+
};
|
|
49
|
+
table: {
|
|
50
|
+
defaultValue: {
|
|
51
|
+
summary: string;
|
|
52
|
+
};
|
|
53
|
+
type: {
|
|
54
|
+
summary: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
savedFiltersBadge: {
|
|
59
|
+
description: string;
|
|
60
|
+
control: {
|
|
61
|
+
type: string;
|
|
62
|
+
};
|
|
63
|
+
table: {
|
|
64
|
+
defaultValue: {
|
|
65
|
+
summary: string;
|
|
66
|
+
};
|
|
67
|
+
type: {
|
|
68
|
+
summary: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
savedFilterLists: {
|
|
73
|
+
description: string;
|
|
74
|
+
control: {
|
|
75
|
+
type: string;
|
|
76
|
+
};
|
|
77
|
+
table: {
|
|
78
|
+
defaultValue: {
|
|
79
|
+
summary: string;
|
|
80
|
+
};
|
|
81
|
+
type: {
|
|
82
|
+
summary: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
handleApplyFilter: {
|
|
87
|
+
description: string;
|
|
88
|
+
control: boolean;
|
|
89
|
+
table: {
|
|
90
|
+
defaultValue: {
|
|
91
|
+
summary: string;
|
|
92
|
+
};
|
|
93
|
+
type: {
|
|
94
|
+
summary: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
handleCancelFilter: {
|
|
99
|
+
description: string;
|
|
100
|
+
control: boolean;
|
|
101
|
+
table: {
|
|
102
|
+
defaultValue: {
|
|
103
|
+
summary: string;
|
|
104
|
+
};
|
|
105
|
+
type: {
|
|
106
|
+
summary: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
filterButtonLabel: {
|
|
111
|
+
description: string;
|
|
112
|
+
control: {
|
|
113
|
+
type: string;
|
|
114
|
+
};
|
|
115
|
+
table: {
|
|
116
|
+
defaultValue: {
|
|
117
|
+
summary: string;
|
|
118
|
+
};
|
|
119
|
+
type: {
|
|
120
|
+
summary: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
filterButtonProps: {
|
|
125
|
+
description: string;
|
|
126
|
+
control: {
|
|
127
|
+
type: string;
|
|
128
|
+
};
|
|
129
|
+
table: {
|
|
130
|
+
defaultValue: {
|
|
131
|
+
summary: string;
|
|
132
|
+
};
|
|
133
|
+
type: {
|
|
134
|
+
summary: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
filterButtonClick: {
|
|
139
|
+
description: string;
|
|
140
|
+
control: boolean;
|
|
141
|
+
table: {
|
|
142
|
+
defaultValue: {
|
|
143
|
+
summary: string;
|
|
144
|
+
};
|
|
145
|
+
type: {
|
|
146
|
+
summary: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
handleBadgeChange: {
|
|
151
|
+
description: string;
|
|
152
|
+
control: boolean;
|
|
153
|
+
table: {
|
|
154
|
+
defaultValue: {
|
|
155
|
+
summary: string;
|
|
156
|
+
};
|
|
157
|
+
type: {
|
|
158
|
+
summary: string;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
hideSelectedFilterBadge: {
|
|
163
|
+
description: string;
|
|
164
|
+
control: {
|
|
165
|
+
type: string;
|
|
166
|
+
};
|
|
167
|
+
table: {
|
|
168
|
+
defaultValue: {
|
|
169
|
+
summary: boolean;
|
|
170
|
+
};
|
|
171
|
+
type: {
|
|
172
|
+
summary: string;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
savedFilterSelectedBadge: {
|
|
177
|
+
description: string;
|
|
178
|
+
control: {
|
|
179
|
+
type: string;
|
|
180
|
+
};
|
|
181
|
+
table: {
|
|
182
|
+
defaultValue: {
|
|
183
|
+
summary: string;
|
|
184
|
+
};
|
|
185
|
+
type: {
|
|
186
|
+
summary: string;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
handleSavedRecentFilterDropdown: {
|
|
191
|
+
description: string;
|
|
192
|
+
control: boolean;
|
|
193
|
+
table: {
|
|
194
|
+
defaultValue: {
|
|
195
|
+
summary: string;
|
|
196
|
+
};
|
|
197
|
+
type: {
|
|
198
|
+
summary: string;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
filterDropDownLabel: {
|
|
203
|
+
description: string;
|
|
204
|
+
control: {
|
|
205
|
+
type: string;
|
|
206
|
+
};
|
|
207
|
+
table: {
|
|
208
|
+
type: {
|
|
209
|
+
summary: string;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
//# sourceMappingURL=FiltersStrip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FiltersStrip.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/FiltersStrip.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,2BAA2B,qpBAeO,CAAC;AAEhD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiL9B,CAAC"}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
/** Auto-ported from legacy `frontend copy` Storybook argTypes. */
|
|
2
|
+
export declare const headerDocsDescription = "A header component is a section that typically includes the product's title, logo, or name. It can also include other information, such as a description of the product's purpose, contact information, or the name of the organization that created it.";
|
|
3
|
+
export declare const headerArgTypes: {
|
|
4
|
+
title: {
|
|
5
|
+
description: string;
|
|
6
|
+
table: {
|
|
7
|
+
type: {
|
|
8
|
+
summary: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
userName: {
|
|
13
|
+
description: string;
|
|
14
|
+
table: {
|
|
15
|
+
type: {
|
|
16
|
+
summary: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
showNotificationIcon: {
|
|
21
|
+
description: string;
|
|
22
|
+
table: {
|
|
23
|
+
defaultValue: {
|
|
24
|
+
summary: boolean;
|
|
25
|
+
};
|
|
26
|
+
type: {
|
|
27
|
+
summary: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
notificationIndicator: {
|
|
32
|
+
description: string;
|
|
33
|
+
table: {
|
|
34
|
+
defaultValue: {
|
|
35
|
+
summary: boolean;
|
|
36
|
+
};
|
|
37
|
+
type: {
|
|
38
|
+
summary: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
isNotificationDnd: {
|
|
43
|
+
description: string;
|
|
44
|
+
table: {
|
|
45
|
+
defaultValue: {
|
|
46
|
+
summary: boolean;
|
|
47
|
+
};
|
|
48
|
+
type: {
|
|
49
|
+
summary: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
showHelpIcon: {
|
|
54
|
+
description: string;
|
|
55
|
+
table: {
|
|
56
|
+
defaultValue: {
|
|
57
|
+
summary: boolean;
|
|
58
|
+
};
|
|
59
|
+
type: {
|
|
60
|
+
summary: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
showMessageIcon: {
|
|
65
|
+
description: string;
|
|
66
|
+
table: {
|
|
67
|
+
defaultValue: {
|
|
68
|
+
summary: boolean;
|
|
69
|
+
};
|
|
70
|
+
type: {
|
|
71
|
+
summary: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
showChatBotIcon: {
|
|
76
|
+
description: string;
|
|
77
|
+
table: {
|
|
78
|
+
defaultValue: {
|
|
79
|
+
summary: boolean;
|
|
80
|
+
};
|
|
81
|
+
type: {
|
|
82
|
+
summary: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
isMessageIconDisabled: {
|
|
87
|
+
description: string;
|
|
88
|
+
table: {
|
|
89
|
+
defaultValue: {
|
|
90
|
+
summary: string;
|
|
91
|
+
};
|
|
92
|
+
type: {
|
|
93
|
+
summary: string;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
isChatBotDisabled: {
|
|
98
|
+
description: string;
|
|
99
|
+
table: {
|
|
100
|
+
defaultValue: {
|
|
101
|
+
summary: string;
|
|
102
|
+
};
|
|
103
|
+
type: {
|
|
104
|
+
summary: string;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
handleLogoClick: {
|
|
109
|
+
description: string;
|
|
110
|
+
table: {
|
|
111
|
+
defaultValue: {
|
|
112
|
+
summary: string;
|
|
113
|
+
};
|
|
114
|
+
type: {
|
|
115
|
+
summary: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
handleNotificationClick: {
|
|
120
|
+
description: string;
|
|
121
|
+
table: {
|
|
122
|
+
defaultValue: {
|
|
123
|
+
summary: string;
|
|
124
|
+
};
|
|
125
|
+
type: {
|
|
126
|
+
summary: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
handleHelpClick: {
|
|
131
|
+
description: string;
|
|
132
|
+
table: {
|
|
133
|
+
defaultValue: {
|
|
134
|
+
summary: string;
|
|
135
|
+
};
|
|
136
|
+
type: {
|
|
137
|
+
summary: string;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
handleMessageClick: {
|
|
142
|
+
description: string;
|
|
143
|
+
table: {
|
|
144
|
+
defaultValue: {
|
|
145
|
+
summary: string;
|
|
146
|
+
};
|
|
147
|
+
type: {
|
|
148
|
+
summary: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
handleChatBotClick: {
|
|
153
|
+
description: string;
|
|
154
|
+
table: {
|
|
155
|
+
defaultValue: {
|
|
156
|
+
summary: string;
|
|
157
|
+
};
|
|
158
|
+
type: {
|
|
159
|
+
summary: string;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
centerComponent: {
|
|
164
|
+
description: string;
|
|
165
|
+
table: {
|
|
166
|
+
defaultValue: {
|
|
167
|
+
summary: string;
|
|
168
|
+
};
|
|
169
|
+
type: {
|
|
170
|
+
summary: string;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
avatarType: {
|
|
175
|
+
description: string;
|
|
176
|
+
table: {
|
|
177
|
+
defaultValue: {
|
|
178
|
+
summary: string;
|
|
179
|
+
};
|
|
180
|
+
type: {
|
|
181
|
+
summary: string;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
avatarProps: {
|
|
186
|
+
description: string;
|
|
187
|
+
table: {
|
|
188
|
+
defaultValue: {
|
|
189
|
+
summary: {};
|
|
190
|
+
};
|
|
191
|
+
type: {
|
|
192
|
+
summary: string;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
//# sourceMappingURL=Header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Header.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,qBAAqB,6PAA6P,CAAC;AAEhS,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiJxB,CAAC"}
|