@skalar-saas/design-system 0.1.67
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/README.md +68 -0
- package/dist/design-system.css +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useDebounce.d.ts +7 -0
- package/dist/index-CVAu6nrM.cjs +15 -0
- package/dist/index-CVAu6nrM.cjs.map +1 -0
- package/dist/index-D9hMGhK3.js +6790 -0
- package/dist/index-D9hMGhK3.js.map +1 -0
- package/dist/index.d.ts +130 -0
- package/dist/index.js +26 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +11508 -0
- package/dist/index.mjs.map +1 -0
- package/dist/layout/Container/Container.d.ts +62 -0
- package/dist/layout/Container/index.d.ts +2 -0
- package/dist/layout/PanelLayout/Panel.d.ts +20 -0
- package/dist/layout/PanelLayout/PanelContext.d.ts +10 -0
- package/dist/layout/PanelLayout/PanelLayout.d.ts +28 -0
- package/dist/layout/PanelLayout/PanelLayout.types.d.ts +146 -0
- package/dist/layout/PanelLayout/PanelMain.d.ts +19 -0
- package/dist/layout/PanelLayout/index.d.ts +6 -0
- package/dist/layout/PanelLayout/panelUtils.d.ts +74 -0
- package/dist/layout/PanelLayout/usePanelState.d.ts +25 -0
- package/dist/layout/Section/Section.d.ts +20 -0
- package/dist/layout/Section/index.d.ts +2 -0
- package/dist/layout/SplitPanelLayout/SplitPanelLayout.d.ts +57 -0
- package/dist/layout/SplitPanelLayout/index.d.ts +2 -0
- package/dist/layout/constants.d.ts +348 -0
- package/dist/layout/index.d.ts +31 -0
- package/dist/shared/icons/AICommentaryIcon.d.ts +11 -0
- package/dist/shared/icons/AIMessage.d.ts +2 -0
- package/dist/shared/icons/Add2Icon.d.ts +12 -0
- package/dist/shared/icons/AddIcon.d.ts +7 -0
- package/dist/shared/icons/ArrowNarrowDownIcon.d.ts +6 -0
- package/dist/shared/icons/BookOutlined.d.ts +10 -0
- package/dist/shared/icons/Box2Icon.d.ts +6 -0
- package/dist/shared/icons/BoxIcon.d.ts +11 -0
- package/dist/shared/icons/CalendarIcon.d.ts +11 -0
- package/dist/shared/icons/CalendarIcon2.d.ts +12 -0
- package/dist/shared/icons/ChatIcon.d.ts +11 -0
- package/dist/shared/icons/ChevronDownIcon.d.ts +6 -0
- package/dist/shared/icons/ChevronUpIcon.d.ts +6 -0
- package/dist/shared/icons/CircleIcon.d.ts +6 -0
- package/dist/shared/icons/CopyIcon.d.ts +12 -0
- package/dist/shared/icons/DataArrowsOutlined.d.ts +10 -0
- package/dist/shared/icons/Edit2Icon.d.ts +12 -0
- package/dist/shared/icons/EyeIcon.d.ts +12 -0
- package/dist/shared/icons/EyeOffIcon.d.ts +12 -0
- package/dist/shared/icons/FilterFunnel02Icon.d.ts +6 -0
- package/dist/shared/icons/FlashIcon.d.ts +12 -0
- package/dist/shared/icons/GridIcon.d.ts +12 -0
- package/dist/shared/icons/InfoIcon.d.ts +12 -0
- package/dist/shared/icons/LayerIcon.d.ts +12 -0
- package/dist/shared/icons/LeftArrowIcon.d.ts +5 -0
- package/dist/shared/icons/MaximizeIcon.d.ts +12 -0
- package/dist/shared/icons/MessageProgrammingOutlined.d.ts +10 -0
- package/dist/shared/icons/MoreIcon.d.ts +12 -0
- package/dist/shared/icons/PlusCircleIcon.d.ts +6 -0
- package/dist/shared/icons/ProgrammingArrowsOutlined.d.ts +10 -0
- package/dist/shared/icons/QuestionCircle.d.ts +11 -0
- package/dist/shared/icons/RightArrowIcon.d.ts +5 -0
- package/dist/shared/icons/ShareIcon.d.ts +6 -0
- package/dist/shared/icons/SkalarLogo.d.ts +13 -0
- package/dist/shared/icons/SkalarLogoNoText.d.ts +13 -0
- package/dist/shared/icons/SlashIcon.d.ts +5 -0
- package/dist/shared/icons/SliderPointerDown.d.ts +10 -0
- package/dist/shared/icons/SliderPointerUp.d.ts +10 -0
- package/dist/shared/icons/SliderThumbIcon.d.ts +10 -0
- package/dist/shared/icons/StraightInfoIcon.d.ts +11 -0
- package/dist/shared/icons/TrashIcon.d.ts +12 -0
- package/dist/shared/icons/UnionIcon.d.ts +12 -0
- package/dist/shared/icons/UploadImageIcon.d.ts +10 -0
- package/dist/shared/icons/VideoPlayOutlined.d.ts +10 -0
- package/dist/shared/icons/XMark.d.ts +11 -0
- package/dist/shared/icons/XMarkAlert.d.ts +11 -0
- package/dist/shared/icons/index.d.ts +83 -0
- package/dist/shared/ui/Alert/Alert.d.ts +95 -0
- package/dist/shared/ui/Alert/index.d.ts +1 -0
- package/dist/shared/ui/AttachmentMessage/AttachmentMessage.d.ts +29 -0
- package/dist/shared/ui/AttachmentMessage/index.d.ts +1 -0
- package/dist/shared/ui/AuthActionWidget/AuthActionWidget.d.ts +18 -0
- package/dist/shared/ui/AuthActionWidget/index.d.ts +2 -0
- package/dist/shared/ui/AuthFormWidget/AuthFormWidget.d.ts +27 -0
- package/dist/shared/ui/AuthFormWidget/index.d.ts +2 -0
- package/dist/shared/ui/AuthSocialOptionsWidget/AuthSocialOptionsWidget.d.ts +25 -0
- package/dist/shared/ui/AuthSocialOptionsWidget/index.d.ts +2 -0
- package/dist/shared/ui/Avatar/Avatar.d.ts +38 -0
- package/dist/shared/ui/Avatar/index.d.ts +1 -0
- package/dist/shared/ui/AvatarGroup/AvatarGroup.d.ts +39 -0
- package/dist/shared/ui/AvatarGroup/index.d.ts +1 -0
- package/dist/shared/ui/Badge/Badge.d.ts +40 -0
- package/dist/shared/ui/Badge/index.d.ts +1 -0
- package/dist/shared/ui/BreadCrumb/BreadCrumb.d.ts +12 -0
- package/dist/shared/ui/BreadCrumb/index.d.ts +1 -0
- package/dist/shared/ui/Button/Button.d.ts +47 -0
- package/dist/shared/ui/Button/index.d.ts +1 -0
- package/dist/shared/ui/ButtonDropdown/ButtonDropdown.d.ts +53 -0
- package/dist/shared/ui/ButtonDropdown/index.d.ts +1 -0
- package/dist/shared/ui/ButtonGroup/ButtonGroup.d.ts +39 -0
- package/dist/shared/ui/ButtonGroup/index.d.ts +1 -0
- package/dist/shared/ui/Card/Card.d.ts +46 -0
- package/dist/shared/ui/Card/index.d.ts +2 -0
- package/dist/shared/ui/CardAction/CardAction.d.ts +28 -0
- package/dist/shared/ui/CardAction/index.d.ts +2 -0
- package/dist/shared/ui/ChatCollapsibleCheck/ChatCollapsibleCheck.d.ts +54 -0
- package/dist/shared/ui/ChatCollapsibleCheck/index.d.ts +2 -0
- package/dist/shared/ui/ChatCollapsibleContainer/ChatCollapsibleContainer.d.ts +32 -0
- package/dist/shared/ui/ChatCollapsibleContainer/index.d.ts +2 -0
- package/dist/shared/ui/ChatCollapsibleDialog/ChatCollapsibleDialog.d.ts +43 -0
- package/dist/shared/ui/ChatCollapsibleDialog/index.d.ts +2 -0
- package/dist/shared/ui/ChatCommandList/ChatCommandList.d.ts +78 -0
- package/dist/shared/ui/ChatCommandList/index.d.ts +2 -0
- package/dist/shared/ui/ChatCommandListItem/ChatCommandListItem.d.ts +88 -0
- package/dist/shared/ui/ChatCommandListItem/index.d.ts +2 -0
- package/dist/shared/ui/ChatHeader/ChatHeader.d.ts +38 -0
- package/dist/shared/ui/ChatHeader/index.d.ts +1 -0
- package/dist/shared/ui/ChatHistorial/ChatHistorial.d.ts +49 -0
- package/dist/shared/ui/ChatHistorial/index.d.ts +2 -0
- package/dist/shared/ui/ChatHistorialItem/ChatHistorialItem.d.ts +33 -0
- package/dist/shared/ui/ChatHistorialItem/index.d.ts +2 -0
- package/dist/shared/ui/ChatInputText/ChatInputText.d.ts +36 -0
- package/dist/shared/ui/ChatInputText/index.d.ts +1 -0
- package/dist/shared/ui/ChatMessage/ChatMessage.d.ts +27 -0
- package/dist/shared/ui/ChatMessage/index.d.ts +2 -0
- package/dist/shared/ui/ChatMessageOptions/ChatMessageOptions.d.ts +30 -0
- package/dist/shared/ui/ChatMessageOptions/index.d.ts +2 -0
- package/dist/shared/ui/ChatPanel/ChatPanel.d.ts +57 -0
- package/dist/shared/ui/ChatPanel/ChatPanel.types.d.ts +171 -0
- package/dist/shared/ui/ChatPanel/index.d.ts +2 -0
- package/dist/shared/ui/ChatTypingIndicator/ChatTypingIndicator.d.ts +17 -0
- package/dist/shared/ui/ChatTypingIndicator/index.d.ts +1 -0
- package/dist/shared/ui/Checkbox/Checkbox.d.ts +26 -0
- package/dist/shared/ui/Checkbox/index.d.ts +1 -0
- package/dist/shared/ui/Chip/Chip.d.ts +35 -0
- package/dist/shared/ui/Chip/index.d.ts +1 -0
- package/dist/shared/ui/ColorPalette/ColorPalette.d.ts +9 -0
- package/dist/shared/ui/ColumnHandler/ColumnHandler.d.ts +17 -0
- package/dist/shared/ui/ColumnHandler/PanelHandle.d.ts +32 -0
- package/dist/shared/ui/ColumnHandler/index.d.ts +4 -0
- package/dist/shared/ui/ComboBox/ComboBox.d.ts +69 -0
- package/dist/shared/ui/ComboBox/index.d.ts +1 -0
- package/dist/shared/ui/ContextualMenu/ContextualMenu.d.ts +47 -0
- package/dist/shared/ui/ContextualMenu/index.d.ts +2 -0
- package/dist/shared/ui/DateRangePicker/DateRangePicker.d.ts +47 -0
- package/dist/shared/ui/DateRangePicker/index.d.ts +1 -0
- package/dist/shared/ui/Divider/Divider.d.ts +8 -0
- package/dist/shared/ui/Divider/index.d.ts +1 -0
- package/dist/shared/ui/DragAndDropListItem/DragAndDropListItem.d.ts +54 -0
- package/dist/shared/ui/DragAndDropListItem/index.d.ts +2 -0
- package/dist/shared/ui/DropMenu/DropMenu.d.ts +58 -0
- package/dist/shared/ui/DropMenu/index.d.ts +1 -0
- package/dist/shared/ui/DropZone/DropZone.d.ts +47 -0
- package/dist/shared/ui/DropZone/index.d.ts +2 -0
- package/dist/shared/ui/Dropdown/Dropdown.d.ts +66 -0
- package/dist/shared/ui/Dropdown/index.d.ts +1 -0
- package/dist/shared/ui/DropdownMenu/DropdownMenu.d.ts +37 -0
- package/dist/shared/ui/ErrorBoundary/ErrorBoundary.d.ts +46 -0
- package/dist/shared/ui/ErrorBoundary/index.d.ts +2 -0
- package/dist/shared/ui/ErrorState/ErrorState.d.ts +51 -0
- package/dist/shared/ui/ErrorState/index.d.ts +2 -0
- package/dist/shared/ui/FloatingBar/FloatingBar.d.ts +92 -0
- package/dist/shared/ui/FloatingBar/index.d.ts +1 -0
- package/dist/shared/ui/FormFieldGroup/FormFieldGroup.d.ts +9 -0
- package/dist/shared/ui/FormFieldGroup/index.d.ts +2 -0
- package/dist/shared/ui/GridDraggableItem/GridDraggableItem.d.ts +45 -0
- package/dist/shared/ui/GridDraggableItem/index.d.ts +2 -0
- package/dist/shared/ui/Header/Header.d.ts +36 -0
- package/dist/shared/ui/Header/index.d.ts +2 -0
- package/dist/shared/ui/Header/useCalculateHeaderWidths.d.ts +31 -0
- package/dist/shared/ui/HeaderTabs/HeaderTabs.d.ts +36 -0
- package/dist/shared/ui/HeaderTabs/index.d.ts +2 -0
- package/dist/shared/ui/Icon/Icon.d.ts +37 -0
- package/dist/shared/ui/Icon/index.d.ts +1 -0
- package/dist/shared/ui/ImageUploader/ImageUploader.d.ts +38 -0
- package/dist/shared/ui/ImageUploader/index.d.ts +1 -0
- package/dist/shared/ui/InfoLabel/InfoLabel.d.ts +28 -0
- package/dist/shared/ui/InfoLabel/index.d.ts +2 -0
- package/dist/shared/ui/InputField/InputField.d.ts +55 -0
- package/dist/shared/ui/InputField/index.d.ts +1 -0
- package/dist/shared/ui/InputSearch/InputSearch.d.ts +44 -0
- package/dist/shared/ui/InputSearch/index.d.ts +1 -0
- package/dist/shared/ui/Kbd/Kbd.d.ts +8 -0
- package/dist/shared/ui/Kbd/index.d.ts +2 -0
- package/dist/shared/ui/LabelIcon/LabelIcon.d.ts +26 -0
- package/dist/shared/ui/LabelIcon/index.d.ts +2 -0
- package/dist/shared/ui/LabelWithIcon/LabelWithIcon.d.ts +27 -0
- package/dist/shared/ui/LabelWithIcon/index.d.ts +1 -0
- package/dist/shared/ui/LabelWithTooltip/LabelWithTooltip.d.ts +41 -0
- package/dist/shared/ui/LabelWithTooltip/index.d.ts +1 -0
- package/dist/shared/ui/Link/Link.d.ts +39 -0
- package/dist/shared/ui/Link/index.d.ts +1 -0
- package/dist/shared/ui/ListItem/ListItem.d.ts +72 -0
- package/dist/shared/ui/ListItem/index.d.ts +2 -0
- package/dist/shared/ui/Modal/Modal.d.ts +203 -0
- package/dist/shared/ui/Modal/index.d.ts +1 -0
- package/dist/shared/ui/ModuleCard/ModuleCard.d.ts +51 -0
- package/dist/shared/ui/ModuleCard/index.d.ts +1 -0
- package/dist/shared/ui/ModuleFieldItem/ModuleFieldItem.d.ts +53 -0
- package/dist/shared/ui/ModuleFieldItem/index.d.ts +1 -0
- package/dist/shared/ui/PanelHeader/PanelHeader.d.ts +37 -0
- package/dist/shared/ui/PanelHeader/index.d.ts +1 -0
- package/dist/shared/ui/PasswordResetWidget/PasswordResetWidget.d.ts +19 -0
- package/dist/shared/ui/PasswordResetWidget/index.d.ts +2 -0
- package/dist/shared/ui/ProductIcon/ProductIcon.d.ts +25 -0
- package/dist/shared/ui/ProductIcon/index.d.ts +1 -0
- package/dist/shared/ui/Progress/Progress.d.ts +29 -0
- package/dist/shared/ui/Progress/index.d.ts +1 -0
- package/dist/shared/ui/ProgressBar/ProgressBar.d.ts +21 -0
- package/dist/shared/ui/ProgressBar/index.d.ts +1 -0
- package/dist/shared/ui/ProgressCircle/ProgressCircle.d.ts +44 -0
- package/dist/shared/ui/ProgressCircle/index.d.ts +1 -0
- package/dist/shared/ui/ProgressCustomTooltip/ProgressCustomTooltip.d.ts +47 -0
- package/dist/shared/ui/ProgressCustomTooltip/index.d.ts +1 -0
- package/dist/shared/ui/ProgressTracker/ProgressTracker.d.ts +36 -0
- package/dist/shared/ui/ProgressTracker/index.d.ts +1 -0
- package/dist/shared/ui/ProjectActionCard/ProjectActionCard.d.ts +23 -0
- package/dist/shared/ui/ProjectActionCard/index.d.ts +2 -0
- package/dist/shared/ui/ProjectCard/ProjectCard.d.ts +46 -0
- package/dist/shared/ui/ProjectCard/index.d.ts +2 -0
- package/dist/shared/ui/ProjectCardPlan/ProjectCardPlan.d.ts +27 -0
- package/dist/shared/ui/ProjectCardPlan/index.d.ts +2 -0
- package/dist/shared/ui/Radio/Radio.d.ts +24 -0
- package/dist/shared/ui/Radio/index.d.ts +1 -0
- package/dist/shared/ui/RecoveryWidget/RecoveryWidget.d.ts +26 -0
- package/dist/shared/ui/RecoveryWidget/index.d.ts +2 -0
- package/dist/shared/ui/RelatedDataCard/RelatedDataCard.d.ts +47 -0
- package/dist/shared/ui/RelatedDataCard/index.d.ts +1 -0
- package/dist/shared/ui/SettingsCard/SettingsCard.d.ts +24 -0
- package/dist/shared/ui/SettingsCard/index.d.ts +2 -0
- package/dist/shared/ui/SidePanel/SidePanel.d.ts +26 -0
- package/dist/shared/ui/SidePanel/SidePanel.types.d.ts +27 -0
- package/dist/shared/ui/SidePanel/index.d.ts +2 -0
- package/dist/shared/ui/SupportCard/SupportCard.d.ts +19 -0
- package/dist/shared/ui/SupportCard/index.d.ts +2 -0
- package/dist/shared/ui/Switcher/Switcher.d.ts +41 -0
- package/dist/shared/ui/Switcher/index.d.ts +1 -0
- package/dist/shared/ui/Table/Table.d.ts +136 -0
- package/dist/shared/ui/Table/TableBody.d.ts +13 -0
- package/dist/shared/ui/Table/TableCell.d.ts +6 -0
- package/dist/shared/ui/Table/TableColumnFilter.d.ts +11 -0
- package/dist/shared/ui/Table/TableColumnHeader.d.ts +6 -0
- package/dist/shared/ui/Table/TableColumnVisibility.d.ts +7 -0
- package/dist/shared/ui/Table/TableContext.d.ts +31 -0
- package/dist/shared/ui/Table/TableEmptyState.d.ts +16 -0
- package/dist/shared/ui/Table/TableHeader.d.ts +5 -0
- package/dist/shared/ui/Table/TablePagination.d.ts +9 -0
- package/dist/shared/ui/Table/TableRoot.d.ts +6 -0
- package/dist/shared/ui/Table/TableRow.d.ts +8 -0
- package/dist/shared/ui/Table/configParser.d.ts +18 -0
- package/dist/shared/ui/Table/index.d.ts +15 -0
- package/dist/shared/ui/Table/mockData.d.ts +33 -0
- package/dist/shared/ui/Table/types.d.ts +66 -0
- package/dist/shared/ui/Tabs/Tabs.d.ts +59 -0
- package/dist/shared/ui/Tabs/index.d.ts +1 -0
- package/dist/shared/ui/Tag/Tag.d.ts +29 -0
- package/dist/shared/ui/Tag/index.d.ts +1 -0
- package/dist/shared/ui/TextArea/TextArea.d.ts +28 -0
- package/dist/shared/ui/TextArea/index.d.ts +1 -0
- package/dist/shared/ui/ThemeToggle/ThemeToggle.d.ts +29 -0
- package/dist/shared/ui/ThemeToggle/index.d.ts +1 -0
- package/dist/shared/ui/Toast/Toast.d.ts +54 -0
- package/dist/shared/ui/Toast/index.d.ts +2 -0
- package/dist/shared/ui/Toggle/Toggle.d.ts +24 -0
- package/dist/shared/ui/Toggle/index.d.ts +1 -0
- package/dist/shared/ui/Tooltip/Tooltip.d.ts +103 -0
- package/dist/shared/ui/Tooltip/index.d.ts +1 -0
- package/dist/shared/ui/TypesPanel/TypesPanel.d.ts +28 -0
- package/dist/shared/ui/TypesPanel/index.d.ts +2 -0
- package/dist/shared/ui/TypesPanelBodyGrid/TypesPanelBodyGrid.d.ts +45 -0
- package/dist/shared/ui/TypesPanelBodyGrid/index.d.ts +2 -0
- package/dist/shared/ui/TypesPanelBodyList/TypesPanelBodyList.d.ts +45 -0
- package/dist/shared/ui/TypesPanelBodyList/index.d.ts +2 -0
- package/dist/shared/ui/TypesPanelHeader/TypesPanelHeader.d.ts +27 -0
- package/dist/shared/ui/TypesPanelHeader/index.d.ts +2 -0
- package/dist/shared/ui/TypesPanelHeaderSearch/TypesPanelHeaderSearch.d.ts +44 -0
- package/dist/shared/ui/TypesPanelHeaderSearch/index.d.ts +1 -0
- package/dist/shared/ui/UserMenu/UserMenu.d.ts +78 -0
- package/dist/shared/ui/UserMenu/index.d.ts +1 -0
- package/dist/shared/ui/VisualComposer/VisualComposer.d.ts +36 -0
- package/dist/shared/ui/VisualComposer/index.d.ts +2 -0
- package/dist/shared/ui/WidgetBuilderItemHoverAction/WidgetBuilderItemHoverAction.d.ts +15 -0
- package/dist/shared/ui/WidgetBuilderItemHoverAction/index.d.ts +2 -0
- package/dist/shared/ui/WidgetContainer/WidgetContainer.d.ts +23 -0
- package/dist/shared/ui/WidgetContainer/index.d.ts +2 -0
- package/dist/shared/ui/WidgetSidebar/WidgetSidebar.d.ts +70 -0
- package/dist/shared/ui/WidgetSidebar/index.d.ts +2 -0
- package/dist/shared/ui/WorkspaceSettings/WorkspaceSettings.d.ts +22 -0
- package/dist/shared/ui/WorkspaceSettings/index.d.ts +2 -0
- package/dist/shared/ui/index.d.ts +1 -0
- package/dist/shared/ui/slider/Slider.d.ts +96 -0
- package/dist/shared/ui/slider/index.d.ts +2 -0
- package/dist/shared/utils/index.d.ts +1 -0
- package/dist/shared/utils/tailwind.d.ts +9 -0
- package/package.json +112 -0
- package/tailwind.preset.js +278 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import './styles/globals.css';
|
|
2
|
+
export { Container, Section, SectionHero, SectionFeatures, BREAKPOINTS, CONTAINER, CONTAINER_PADDING, SIDEBAR, NAVBAR, LAYOUT_SPACING, CSS_VARIABLES, LAYOUT, pxToRem, pxToCss, createMediaQuery, matchesBreakpoint, getCurrentBreakpoint, } from './layout';
|
|
3
|
+
export type { ContainerProps, ContainerElement, ContainerPadding, ContainerHeaderProps, ContainerContentProps, ContainerFooterProps, SectionProps, SectionElement, SectionBackground, SectionHeroProps, SectionFeaturesProps, BreakpointKey, BreakpointValue, ContainerSize, ContainerValue, ContainerPaddingKey, SidebarKey, NavbarKey, LayoutSpacingKey, CSSVariableName, Layout, } from './layout';
|
|
4
|
+
export { PanelLayout, Panel, PanelMain, usePanelState, calculatePanelPercentage, calculateDraggedPanelPercentage, getTotalSideWidth, getTotalPanelsWidth, findPanelById, getCentralWidth, initializePanelsState, PANEL_DEFAULTS, } from './layout';
|
|
5
|
+
export type { PanelSide, PanelState, PanelConfig, PanelsState, PanelLayoutProps, PanelProps, PanelMainProps, UsePanelStateOptions, UsePanelStateReturn, } from './layout';
|
|
6
|
+
export { SplitPanelLayout } from './layout';
|
|
7
|
+
export type { SplitPanelLayoutProps, SplitPanelPosition } from './layout';
|
|
8
|
+
export { getGapClass } from './shared/utils';
|
|
9
|
+
export * from './shared/icons';
|
|
10
|
+
export * from './shared/ui/Alert/Alert';
|
|
11
|
+
export { Avatar } from './shared/ui/Avatar/Avatar';
|
|
12
|
+
export { AvatarGroup } from './shared/ui/AvatarGroup/AvatarGroup';
|
|
13
|
+
export { Badge } from './shared/ui/Badge/Badge';
|
|
14
|
+
export * from './shared/ui/BreadCrumb/BreadCrumb';
|
|
15
|
+
export { Button } from './shared/ui/Button/Button';
|
|
16
|
+
export * from './shared/ui/ButtonDropdown/ButtonDropdown';
|
|
17
|
+
export { ButtonGroup } from './shared/ui/ButtonGroup/ButtonGroup';
|
|
18
|
+
export { Card } from './shared/ui/Card/Card';
|
|
19
|
+
export { ChatCollapsibleCheck, type ChatCollapsibleCheckProps, type ChecklistItem } from './shared/ui/ChatCollapsibleCheck';
|
|
20
|
+
export { ChatCollapsibleContainer, type ChatCollapsibleContainerProps } from './shared/ui/ChatCollapsibleContainer';
|
|
21
|
+
export { ChatCollapsibleDialog, type ChatCollapsibleDialogProps, type ChatCollapsibleDialogAction } from './shared/ui/ChatCollapsibleDialog';
|
|
22
|
+
export { ChatCommandList, type ChatCommandListProps, type ChatCommandListSize, type Category, type CategoryItem } from './shared/ui/ChatCommandList';
|
|
23
|
+
export { ChatCommandListItem, type ChatCommandListItemProps, type ChatCommandListItemSize, type ChatCommandListItemVariant, type LeadingTagProps, type TrailingButtonProps, type InlineTagProps } from './shared/ui/ChatCommandListItem';
|
|
24
|
+
export { ChatHeader, type ChatHeaderProps, type ChatView } from './shared/ui/ChatHeader';
|
|
25
|
+
export { ChatHistorial, type ChatHistorialProps, type ChatHistorialItem } from './shared/ui/ChatHistorial';
|
|
26
|
+
export { ChatHistorialItem as ChatHistorialItemComponent, type ChatHistorialItemProps } from './shared/ui/ChatHistorialItem';
|
|
27
|
+
export { ChatInputText, type ChatInputTextProps } from './shared/ui/ChatInputText';
|
|
28
|
+
export { ChatMessage, type ChatMessageProps } from './shared/ui/ChatMessage';
|
|
29
|
+
export { ChatMessageOptions, type ChatMessageOptionsProps } from './shared/ui/ChatMessageOptions';
|
|
30
|
+
export { ChatPanel, type ChatPanelProps, type ChatMessageData, type ChatAttachmentData } from './shared/ui/ChatPanel';
|
|
31
|
+
export { ChatTypingIndicator, type ChatTypingIndicatorProps } from './shared/ui/ChatTypingIndicator';
|
|
32
|
+
export { Checkbox } from './shared/ui/Checkbox/Checkbox';
|
|
33
|
+
export { Chip } from './shared/ui/Chip/Chip';
|
|
34
|
+
export { ColorPalette } from './shared/ui/ColorPalette/ColorPalette';
|
|
35
|
+
export { ColumnHandler, type ColumnHandlerProps } from './shared/ui/ColumnHandler/ColumnHandler';
|
|
36
|
+
export { ComboBox } from './shared/ui/ComboBox/ComboBox';
|
|
37
|
+
export * from './shared/ui/ContextualMenu/ContextualMenu';
|
|
38
|
+
export { DragAndDropListItem } from './shared/ui/DragAndDropListItem/DragAndDropListItem';
|
|
39
|
+
export { Dropdown, type DropdownProps, type DropdownItemProps } from './shared/ui/Dropdown/Dropdown';
|
|
40
|
+
export { DropdownMenu } from './shared/ui/DropdownMenu/DropdownMenu';
|
|
41
|
+
export { DropZone, type DropZoneProps } from './shared/ui/DropZone';
|
|
42
|
+
export { ErrorBoundary, type ErrorBoundaryProps } from './shared/ui/ErrorBoundary';
|
|
43
|
+
export { ErrorState, type ErrorStateProps } from './shared/ui/ErrorState';
|
|
44
|
+
export { FloatingBar, type Action } from './shared/ui/FloatingBar/FloatingBar';
|
|
45
|
+
export { GridDraggableItem, type GridDraggableItemProps } from './shared/ui/GridDraggableItem';
|
|
46
|
+
export { Header, type HeaderProps, calculateHeaderWidths } from './shared/ui/Header';
|
|
47
|
+
export { Icon, type IconProps, type IconSize } from './shared/ui/Icon/Icon';
|
|
48
|
+
export { ImageUploader } from './shared/ui/ImageUploader/ImageUploader';
|
|
49
|
+
export { InfoLabel, type InfoLabelProps } from './shared/ui/InfoLabel/InfoLabel';
|
|
50
|
+
export { InputField } from './shared/ui/InputField/InputField';
|
|
51
|
+
export { InputSearch } from './shared/ui/InputSearch/InputSearch';
|
|
52
|
+
export { Kbd, type KbdProps, type KbdSize } from './shared/ui/Kbd/Kbd';
|
|
53
|
+
export { ListItem } from './shared/ui/ListItem';
|
|
54
|
+
export type { ListItemProps } from './shared/ui/ListItem';
|
|
55
|
+
export { LabelWithIcon } from './shared/ui/LabelWithIcon/LabelWithIcon';
|
|
56
|
+
export { LabelWithTooltip, type LabelWithTooltipProps } from './shared/ui/LabelWithTooltip/LabelWithTooltip';
|
|
57
|
+
export { Link } from './shared/ui/Link/Link';
|
|
58
|
+
export * from './shared/ui/Modal/Modal';
|
|
59
|
+
export { ProductIcon } from './shared/ui/ProductIcon/ProductIcon';
|
|
60
|
+
export { ProjectCard } from './shared/ui/ProjectCard/ProjectCard';
|
|
61
|
+
export { ProgressBar } from './shared/ui/ProgressBar/ProgressBar';
|
|
62
|
+
export { ProgressCircle } from './shared/ui/ProgressCircle/ProgressCircle';
|
|
63
|
+
export { ProgressTracker } from './shared/ui/ProgressTracker/ProgressTracker';
|
|
64
|
+
export { Radio } from './shared/ui/Radio/Radio';
|
|
65
|
+
export * from './shared/ui/Switcher/Switcher';
|
|
66
|
+
export * from './shared/ui/Table';
|
|
67
|
+
export * from './shared/ui/Tabs/Tabs';
|
|
68
|
+
export { HeaderTabs } from './shared/ui/HeaderTabs';
|
|
69
|
+
export type { HeaderTabsProps, HeaderTabItem } from './shared/ui/HeaderTabs';
|
|
70
|
+
export { Tag } from './shared/ui/Tag/Tag';
|
|
71
|
+
export { TextArea } from './shared/ui/TextArea/TextArea';
|
|
72
|
+
export { ThemeToggle, type ThemeToggleProps } from './shared/ui/ThemeToggle/ThemeToggle';
|
|
73
|
+
export * from './shared/ui/Toast/Toast';
|
|
74
|
+
export { Tooltip, type TooltipProps, type TooltipSide, type TooltipButtonConfig } from './shared/ui/Tooltip/Tooltip';
|
|
75
|
+
export { Toggle } from './shared/ui/Toggle/Toggle';
|
|
76
|
+
export { TypesPanel, type TypesPanelProps } from './shared/ui/TypesPanel';
|
|
77
|
+
export { TypesPanelBodyGrid, type TypesPanelBodyGridProps } from './shared/ui/TypesPanelBodyGrid';
|
|
78
|
+
export { TypesPanelBodyList, type TypesPanelBodyListProps } from './shared/ui/TypesPanelBodyList';
|
|
79
|
+
export { TypesPanelHeader, type TypesPanelHeaderProps } from './shared/ui/TypesPanelHeader';
|
|
80
|
+
export { TypesPanelHeaderSearch, type TypesPanelHeaderSearchProps } from './shared/ui/TypesPanelHeaderSearch';
|
|
81
|
+
export { PanelHeader, type PanelHeaderProps } from './shared/ui/PanelHeader';
|
|
82
|
+
export * from './shared/ui/UserMenu/UserMenu';
|
|
83
|
+
export { DateRangePicker } from './shared/ui/DateRangePicker/DateRangePicker';
|
|
84
|
+
export type { ButtonVariant, ButtonHierarchy, ButtonSize, ButtonIcons, ButtonProps } from './shared/ui/Button/Button';
|
|
85
|
+
export type { ProjectCardProps } from './shared/ui/ProjectCard/ProjectCard';
|
|
86
|
+
export { LabelIcon } from './shared/ui/LabelIcon';
|
|
87
|
+
export type { LabelIconProps, LabelSize } from './shared/ui/LabelIcon';
|
|
88
|
+
export { Divider } from './shared/ui/Divider/Divider';
|
|
89
|
+
export type { DividerProps } from './shared/ui/Divider/Divider';
|
|
90
|
+
export { ProjectCardPlan } from './shared/ui/ProjectCardPlan/ProjectCardPlan';
|
|
91
|
+
export type { ProjectCardPlanProps, ProjectCardPlanItem, ProjectCardTimeLabel } from './shared/ui/ProjectCardPlan/ProjectCardPlan';
|
|
92
|
+
export { WorkspaceSettings } from './shared/ui/WorkspaceSettings';
|
|
93
|
+
export type { WorkspaceSettingsProps, WorkspaceSettingsItem } from './shared/ui/WorkspaceSettings';
|
|
94
|
+
export { SupportCard } from './shared/ui/SupportCard/SupportCard';
|
|
95
|
+
export type { SupportCardButtonItem, SupportCardProps } from './shared/ui/SupportCard/SupportCard';
|
|
96
|
+
export { WidgetBuilderItemHoverAction } from './shared/ui/WidgetBuilderItemHoverAction/WidgetBuilderItemHoverAction';
|
|
97
|
+
export type { WidgetBuilderItemHoverActionProps } from './shared/ui/WidgetBuilderItemHoverAction/WidgetBuilderItemHoverAction';
|
|
98
|
+
export { ProjectActionCard } from './shared/ui/ProjectActionCard/ProjectActionCard';
|
|
99
|
+
export type { ProjectActionCardProps, ActionButton, LabelIconItem } from './shared/ui/ProjectActionCard/ProjectActionCard';
|
|
100
|
+
export { SettingsCard } from './shared/ui/SettingsCard/SettingsCard';
|
|
101
|
+
export type { SettingsCardProps } from './shared/ui/SettingsCard/SettingsCard';
|
|
102
|
+
export { CardAction } from './shared/ui/CardAction/CardAction';
|
|
103
|
+
export type { CardActionProps } from './shared/ui/CardAction/CardAction';
|
|
104
|
+
export { FormFieldGroup } from './shared/ui/FormFieldGroup/FormFieldGroup';
|
|
105
|
+
export type { FormFieldGroupProps } from './shared/ui/FormFieldGroup/FormFieldGroup';
|
|
106
|
+
export { VisualComposer } from './shared/ui/VisualComposer/VisualComposer';
|
|
107
|
+
export type { VisualComposerProps, VisualComposerData, SectionData, ColumnData, WidgetData, } from './shared/ui/VisualComposer/VisualComposer';
|
|
108
|
+
export { DropMenu } from './shared/ui/DropMenu/DropMenu';
|
|
109
|
+
export type { DropMenuProps, DropMenuItemProps, DropMenuSize } from './shared/ui/DropMenu/DropMenu';
|
|
110
|
+
export { WidgetContainer } from './shared/ui/WidgetContainer/WidgetContainer';
|
|
111
|
+
export type { WidgetContainerProps, WidgetSize } from './shared/ui/WidgetContainer/WidgetContainer';
|
|
112
|
+
export { AuthFormWidget } from './shared/ui/AuthFormWidget/AuthFormWidget';
|
|
113
|
+
export type { AuthFormWidgetProps, AuthFormData, AuthFormMode } from './shared/ui/AuthFormWidget/AuthFormWidget';
|
|
114
|
+
export { RecoveryWidget } from './shared/ui/RecoveryWidget/RecoveryWidget';
|
|
115
|
+
export type { RecoveryWidgetProps, RecoveryStep, RecoveryType } from './shared/ui/RecoveryWidget/RecoveryWidget';
|
|
116
|
+
export { PasswordResetWidget } from './shared/ui/PasswordResetWidget/PasswordResetWidget';
|
|
117
|
+
export type { PasswordResetWidgetProps } from './shared/ui/PasswordResetWidget/PasswordResetWidget';
|
|
118
|
+
export { AuthActionWidget } from './shared/ui/AuthActionWidget/AuthActionWidget';
|
|
119
|
+
export type { AuthActionWidgetProps } from './shared/ui/AuthActionWidget/AuthActionWidget';
|
|
120
|
+
export { AuthSocialOptionsWidget } from './shared/ui/AuthSocialOptionsWidget/AuthSocialOptionsWidget';
|
|
121
|
+
export type { AuthSocialOptionsWidgetProps } from './shared/ui/AuthSocialOptionsWidget/AuthSocialOptionsWidget';
|
|
122
|
+
export { ModuleCard, ModuleCardHeader } from './shared/ui/ModuleCard';
|
|
123
|
+
export type { ModuleCardProps, ModuleCardHeaderProps } from './shared/ui/ModuleCard';
|
|
124
|
+
export { ModuleFieldItem } from './shared/ui/ModuleFieldItem';
|
|
125
|
+
export type { ModuleFieldItemProps } from './shared/ui/ModuleFieldItem';
|
|
126
|
+
export { RelatedDataCard } from './shared/ui/RelatedDataCard';
|
|
127
|
+
export type { RelatedDataCardProps, RelatedDataItem } from './shared/ui/RelatedDataCard';
|
|
128
|
+
export { AttachmentMessage, type AttachmentMessageProps } from './shared/ui/AttachmentMessage/AttachmentMessage';
|
|
129
|
+
export { WidgetSidebar } from './shared/ui/WidgetSidebar';
|
|
130
|
+
export type { WidgetSidebarProps, WidgetSidebarItem } from './shared/ui/WidgetSidebar';
|