@elevasis/ui 2.36.0 → 2.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.js +4 -3
- package/dist/app/index.css +0 -384
- package/dist/app/index.d.ts +75 -2
- package/dist/app/index.js +22 -21
- package/dist/auth/index.d.ts +91 -28
- package/dist/auth/index.js +5 -1
- package/dist/charts/index.js +9 -3
- package/dist/chunk-4O3VAALW.js +349 -0
- package/dist/{chunk-O2Q4VMRN.js → chunk-566XWGPP.js} +76 -109
- package/dist/chunk-5EYJ2GIN.js +122 -0
- package/dist/chunk-6D4LCJ52.js +10 -0
- package/dist/chunk-6ROXVZ3L.js +9 -0
- package/dist/{chunk-YYX7OPZQ.js → chunk-73EWE2EW.js} +1 -1
- package/dist/{chunk-SIQ3P4OR.js → chunk-7GQFIWP4.js} +8 -756
- package/dist/{chunk-VKIZUUPM.js → chunk-7YXZFS56.js} +31 -14
- package/dist/{chunk-AKW7KISS.js → chunk-7ZWXTH5J.js} +2 -44
- package/dist/chunk-A7IG36LB.js +215 -0
- package/dist/chunk-B2DZLPDL.js +39 -0
- package/dist/chunk-C6BDBZRO.js +422 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
- package/dist/chunk-H2MEFUQD.js +337 -0
- package/dist/chunk-I53EX4VU.js +734 -0
- package/dist/chunk-IIMU5YAJ.js +53 -0
- package/dist/chunk-JXVNHVK7.js +79 -0
- package/dist/chunk-M7Q4UBRY.js +85 -0
- package/dist/{chunk-K4UZU3TU.js → chunk-P34FFSOX.js} +1 -1
- package/dist/chunk-PGWANFNE.js +112 -0
- package/dist/{chunk-F6EFC2MJ.js → chunk-Q64E2TZY.js} +440 -2075
- package/dist/chunk-S3XR4II4.js +30 -0
- package/dist/chunk-SHZT7ULK.js +425 -0
- package/dist/{chunk-GX6XBRRF.js → chunk-TYRUKGGD.js} +2 -1
- package/dist/{chunk-R3VCBZDC.js → chunk-X4WBGKJQ.js} +3 -50
- package/dist/{chunk-GEFWMU26.js → chunk-X66MVMZT.js} +1 -9
- package/dist/{chunk-57OZ3AEG.js → chunk-Y3JQBSKQ.js} +1 -1
- package/dist/components/index.d.ts +74 -42
- package/dist/components/index.js +34 -19
- package/dist/components/navigation/index.js +3 -31
- package/dist/features/auth/index.d.ts +97 -99
- package/dist/features/auth/index.js +37 -99
- package/dist/features/clients/index.js +34 -19
- package/dist/features/crm/index.d.ts +65 -0
- package/dist/features/crm/index.js +34 -19
- package/dist/features/dashboard/index.js +34 -19
- package/dist/features/delivery/index.d.ts +65 -0
- package/dist/features/delivery/index.js +34 -19
- package/dist/features/knowledge/index.js +6 -30
- package/dist/features/lead-gen/index.d.ts +1096 -1
- package/dist/features/lead-gen/index.js +34 -19
- package/dist/features/monitoring/index.js +34 -19
- package/dist/features/monitoring/requests/index.js +34 -19
- package/dist/features/notes/index.d.ts +72 -0
- package/dist/features/notes/index.js +621 -0
- package/dist/features/operations/index.d.ts +10 -2
- package/dist/features/operations/index.js +34 -19
- package/dist/features/right-panel-host/index.d.ts +214 -0
- package/dist/features/right-panel-host/index.js +639 -0
- package/dist/features/seo/index.js +3 -2
- package/dist/features/settings/index.d.ts +68 -35
- package/dist/features/settings/index.js +34 -19
- package/dist/hooks/access/index.d.ts +90 -0
- package/dist/hooks/access/index.js +10 -0
- package/dist/hooks/delivery/index.d.ts +65 -0
- package/dist/hooks/delivery/index.js +34 -19
- package/dist/hooks/index.d.ts +1644 -1651
- package/dist/hooks/index.js +34 -19
- package/dist/hooks/published.d.ts +1644 -1651
- package/dist/hooks/published.js +34 -19
- package/dist/hooks/user-notes/index.d.ts +57 -0
- package/dist/hooks/user-notes/index.js +3 -0
- package/dist/index.d.ts +294 -277
- package/dist/index.js +35 -20
- package/dist/initialization/index.d.ts +65 -19
- package/dist/knowledge/index.d.ts +10 -2
- package/dist/knowledge/index.js +173 -28
- package/dist/layout/index.js +5 -3
- package/dist/organization/index.d.ts +0 -19
- package/dist/organization/index.js +34 -19
- package/dist/profile/index.d.ts +65 -0
- package/dist/provider/index.css +0 -384
- package/dist/provider/index.d.ts +75 -2
- package/dist/provider/index.js +16 -21
- package/dist/provider/published.css +0 -523
- package/dist/provider/published.d.ts +75 -2
- package/dist/provider/published.js +11 -21
- package/dist/supabase/index.d.ts +127 -0
- package/dist/test-utils/index.d.ts +2 -21
- package/dist/test-utils/index.js +5 -18
- package/dist/theme/index.js +3 -1
- package/dist/types/index.d.ts +115 -59
- package/dist/utils/index.js +2 -1
- package/package.json +21 -5
- package/src/auth/README.md +6 -6
- package/dist/components/navigation/index.css +0 -649
- package/dist/features/knowledge/index.css +0 -649
|
@@ -1,33 +1,48 @@
|
|
|
1
|
-
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, DashboardOperationsOverview, ExecuteWorkflowModal, ExecutionPanel, OperationsOverview, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, SystemOpsView, WorkflowExecutionPanel, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-3KMDHCAR.js';
|
|
5
|
-
import '../../chunk-AKW7KISS.js';
|
|
6
|
-
import '../../chunk-WF7CONXF.js';
|
|
7
|
-
import '../../chunk-ZTWA5H77.js';
|
|
1
|
+
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, DashboardOperationsOverview, ExecuteWorkflowModal, ExecutionPanel, OperationsOverview, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, SystemOpsView, WorkflowExecutionPanel, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-Q64E2TZY.js';
|
|
2
|
+
import '../../chunk-B2DZLPDL.js';
|
|
3
|
+
import '../../chunk-SHZT7ULK.js';
|
|
8
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
9
5
|
import '../../chunk-6M6OLGQY.js';
|
|
10
6
|
import '../../chunk-BRXELOHC.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-WLOQ4IBG.js';
|
|
15
|
-
import '../../chunk-57OZ3AEG.js';
|
|
7
|
+
import '../../chunk-M7Q4UBRY.js';
|
|
8
|
+
import '../../chunk-CXY7FMUM.js';
|
|
9
|
+
import '../../chunk-7GQFIWP4.js';
|
|
16
10
|
import '../../chunk-JBWJ6WHZ.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
20
|
-
import '../../chunk-
|
|
21
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-ZTWA5H77.js';
|
|
12
|
+
import '../../chunk-5EYJ2GIN.js';
|
|
13
|
+
import '../../chunk-DA6I5VEY.js';
|
|
14
|
+
import '../../chunk-CLDCYJQT.js';
|
|
15
|
+
import '../../chunk-TYRUKGGD.js';
|
|
16
|
+
import '../../chunk-X4WBGKJQ.js';
|
|
17
|
+
import '../../chunk-IIMU5YAJ.js';
|
|
22
18
|
import '../../chunk-HENXLGVD.js';
|
|
23
19
|
import '../../chunk-7FPLLSHN.js';
|
|
24
20
|
import '../../chunk-RNP5R5I3.js';
|
|
25
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PGWANFNE.js';
|
|
22
|
+
import '../../chunk-7ZWXTH5J.js';
|
|
23
|
+
import '../../chunk-6D4LCJ52.js';
|
|
24
|
+
import '../../chunk-WF7CONXF.js';
|
|
25
|
+
import '../../chunk-WLOQ4IBG.js';
|
|
26
|
+
import '../../chunk-H2MEFUQD.js';
|
|
27
|
+
import '../../chunk-I53EX4VU.js';
|
|
28
|
+
import '../../chunk-3KMDHCAR.js';
|
|
29
|
+
import '../../chunk-S3XR4II4.js';
|
|
30
|
+
import '../../chunk-A7IG36LB.js';
|
|
31
|
+
import '../../chunk-NYBEU5TE.js';
|
|
32
|
+
import '../../chunk-Y3JQBSKQ.js';
|
|
33
|
+
import '../../chunk-DT3QYZVU.js';
|
|
34
|
+
import '../../chunk-2IFYDILW.js';
|
|
35
|
+
import '../../chunk-Q7DJKLEN.js';
|
|
36
|
+
import '../../chunk-X66MVMZT.js';
|
|
26
37
|
import '../../chunk-KRWALB24.js';
|
|
27
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-7YXZFS56.js';
|
|
39
|
+
import '../../chunk-4O3VAALW.js';
|
|
40
|
+
import '../../chunk-C6BDBZRO.js';
|
|
28
41
|
import '../../chunk-533DUEQY.js';
|
|
42
|
+
import '../../chunk-566XWGPP.js';
|
|
29
43
|
import '../../chunk-DD3CCMCZ.js';
|
|
30
44
|
import '../../chunk-2Q2JQSQO.js';
|
|
45
|
+
import '../../chunk-6ROXVZ3L.js';
|
|
31
46
|
import '../../chunk-KJ3QUBNU.js';
|
|
32
47
|
import '../../chunk-BRJ3QZ4E.js';
|
|
33
48
|
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import { ComponentType, ReactNode } from 'react';
|
|
2
|
+
import { TablerIcon } from '@tabler/icons-react';
|
|
3
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Contract for a single right-panel view registration.
|
|
7
|
+
*
|
|
8
|
+
* Views are registered by each app locally; the host framework is agnostic
|
|
9
|
+
* to which views exist. The `isAvailable` predicate enables access-system-
|
|
10
|
+
* agnostic permission gating: each app supplies its own predicate (or none).
|
|
11
|
+
*/
|
|
12
|
+
interface RightPanelView {
|
|
13
|
+
id: string;
|
|
14
|
+
title: string;
|
|
15
|
+
icon: TablerIcon;
|
|
16
|
+
component: ComponentType;
|
|
17
|
+
/** When true, the component stays mounted even when not the active view. */
|
|
18
|
+
alwaysMount?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional predicate to hide the view when the caller's access system
|
|
21
|
+
* determines the user should not see it. The predicate receives a context
|
|
22
|
+
* value that is passed down from `<RightPanelProvider contextValue={...}>`.
|
|
23
|
+
*
|
|
24
|
+
* Deliberately access-system-agnostic so the host ships independently of
|
|
25
|
+
* the unified AccessModel migration.
|
|
26
|
+
*/
|
|
27
|
+
isAvailable?: (ctx: RightPanelContext) => boolean;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Context object passed to each `isAvailable` predicate.
|
|
31
|
+
* Intentionally open-ended; callers cast to their own extended type.
|
|
32
|
+
*/
|
|
33
|
+
type RightPanelContext = Record<string, unknown>;
|
|
34
|
+
/** Shape of the right-panel store state (read side). */
|
|
35
|
+
interface RightPanelState {
|
|
36
|
+
isOpen: boolean;
|
|
37
|
+
isMinimized: boolean;
|
|
38
|
+
/** True once the panel has been opened at least once (guards alwaysMount components). */
|
|
39
|
+
hasBeenOpened: boolean;
|
|
40
|
+
width: number;
|
|
41
|
+
activeViewId: string;
|
|
42
|
+
}
|
|
43
|
+
/** All actions exposed by useRightPanel(). */
|
|
44
|
+
interface RightPanelActions {
|
|
45
|
+
open: (viewId?: string) => void;
|
|
46
|
+
close: () => void;
|
|
47
|
+
minimize: () => void;
|
|
48
|
+
restore: () => void;
|
|
49
|
+
setActiveView: (viewId: string) => void;
|
|
50
|
+
setWidth: (width: number) => void;
|
|
51
|
+
toggle: () => void;
|
|
52
|
+
}
|
|
53
|
+
/** Full hook surface returned by useRightPanel(). */
|
|
54
|
+
type UseRightPanelReturn = RightPanelState & RightPanelActions;
|
|
55
|
+
/** Props for the RightPanelProvider. */
|
|
56
|
+
interface RightPanelProviderProps {
|
|
57
|
+
children: React.ReactNode;
|
|
58
|
+
/** Override initial store state at mount time. */
|
|
59
|
+
initialState?: Partial<RightPanelState>;
|
|
60
|
+
/**
|
|
61
|
+
* Optional context value forwarded to every view's `isAvailable` predicate.
|
|
62
|
+
* Typically the result of an access hook or similar.
|
|
63
|
+
*/
|
|
64
|
+
contextValue?: RightPanelContext;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/** Read the context value passed to <RightPanelProvider contextValue={...}>. */
|
|
68
|
+
declare function useRightPanelContext(): RightPanelContext;
|
|
69
|
+
/**
|
|
70
|
+
* Provides the right-panel Zustand store to all descendant components.
|
|
71
|
+
*
|
|
72
|
+
* Each `<RightPanelProvider>` creates its own isolated store instance,
|
|
73
|
+
* so multiple independent panels on the same page are supported.
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* ```tsx
|
|
77
|
+
* function App() {
|
|
78
|
+
* return (
|
|
79
|
+
* <RightPanelProvider>
|
|
80
|
+
* <AppShell>
|
|
81
|
+
* <RightPanelLayer views={MY_VIEWS} />
|
|
82
|
+
* </AppShell>
|
|
83
|
+
* </RightPanelProvider>
|
|
84
|
+
* )
|
|
85
|
+
* }
|
|
86
|
+
* ```
|
|
87
|
+
*/
|
|
88
|
+
declare function RightPanelProvider({ children, initialState, contextValue }: RightPanelProviderProps): ReactNode;
|
|
89
|
+
|
|
90
|
+
interface RightPanelLayerProps {
|
|
91
|
+
/**
|
|
92
|
+
* The ordered list of views to render in the panel.
|
|
93
|
+
* Filter and order these before passing (e.g. via useAvailableRightPanelViews
|
|
94
|
+
* in your app or from the registry directly).
|
|
95
|
+
*/
|
|
96
|
+
views: RightPanelView[];
|
|
97
|
+
/**
|
|
98
|
+
* When true, the panel is in a "processing" state — the trigger light bar
|
|
99
|
+
* pulses to indicate ongoing work. Pass from app-specific state as needed.
|
|
100
|
+
*/
|
|
101
|
+
isProcessing?: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Optional app-owned sidebar rendered to the left of the shared panel body.
|
|
104
|
+
* Use for app-local switchers, history rails, or diagnostics that should
|
|
105
|
+
* travel with the panel without becoming part of the shared host contract.
|
|
106
|
+
*/
|
|
107
|
+
sidebar?: (props: {
|
|
108
|
+
views: RightPanelView[];
|
|
109
|
+
activeViewId: string;
|
|
110
|
+
onSelectView: (viewId: string) => void;
|
|
111
|
+
}) => ReactNode;
|
|
112
|
+
/** Current rendered width of `sidebar`, required when the sidebar is present. */
|
|
113
|
+
sidebarWidth?: number;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Root host component combining the right-panel trigger tab and panel shell.
|
|
117
|
+
*
|
|
118
|
+
* Desktop: trigger tab is fixed independently on the right edge; the panel
|
|
119
|
+
* slides in/out separately with a mechanical mounting arm connecting it to
|
|
120
|
+
* the viewport edge.
|
|
121
|
+
*
|
|
122
|
+
* Mobile (≤768px): renders trigger and active view independently
|
|
123
|
+
* (bottom-sheet behavior).
|
|
124
|
+
*
|
|
125
|
+
* Place this component inside a `<RightPanelProvider>` and at the root of
|
|
126
|
+
* your app shell. Pass your app-local view registry as the `views` prop.
|
|
127
|
+
*/
|
|
128
|
+
declare function RightPanelLayer({ views, isProcessing, sidebar, sidebarWidth }: RightPanelLayerProps): react_jsx_runtime.JSX.Element;
|
|
129
|
+
|
|
130
|
+
interface RightPanelTriggerProps {
|
|
131
|
+
/** Called during drag with the horizontal delta (negative = dragged left = wider). */
|
|
132
|
+
onResizeDrag?: (deltaX: number, startWidth: number) => void;
|
|
133
|
+
/** Called when a drag resize ends (pointer up after dragging). */
|
|
134
|
+
onResizeEnd?: () => void;
|
|
135
|
+
/**
|
|
136
|
+
* Whether the panel is currently in a "processing" state (e.g. an async
|
|
137
|
+
* operation is running). Controls the light-bar glow intensity.
|
|
138
|
+
*/
|
|
139
|
+
isProcessing?: boolean;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* SVG trigger tab that opens/closes/minimizes the right panel.
|
|
143
|
+
* Supports hold-and-drag to resize the panel width.
|
|
144
|
+
*
|
|
145
|
+
* This is the framework default trigger. Apps may use `useRightPanel().toggle()`
|
|
146
|
+
* as an escape hatch to build a custom trigger in any slot they prefer.
|
|
147
|
+
*/
|
|
148
|
+
declare function RightPanelTrigger({ onResizeDrag, onResizeEnd, isProcessing }: RightPanelTriggerProps): react_jsx_runtime.JSX.Element;
|
|
149
|
+
|
|
150
|
+
type RightPanelStoreState = RightPanelState & RightPanelActions;
|
|
151
|
+
/** Hook to access right-panel state and actions. */
|
|
152
|
+
declare function useRightPanel(): RightPanelStoreState;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Registers Cmd/Ctrl+Space to toggle the right-panel host open/closed.
|
|
156
|
+
*
|
|
157
|
+
* Resolution order:
|
|
158
|
+
* closed → open
|
|
159
|
+
* open+minimized → restore
|
|
160
|
+
* open → close
|
|
161
|
+
*
|
|
162
|
+
* Skips activation when the user is typing in an input, textarea, or
|
|
163
|
+
* contenteditable element. Respects the `enabled` flag — pass `false` to
|
|
164
|
+
* disable the shortcut (e.g. when the panel feature is not available for
|
|
165
|
+
* the current user/org).
|
|
166
|
+
*
|
|
167
|
+
* This hook is the canonical owner of the Cmd/Ctrl+Space binding.
|
|
168
|
+
* Register it once in your app shell (e.g. inside <RightPanelProvider>'s
|
|
169
|
+
* subtree). Do not register additional keydown listeners for the same key.
|
|
170
|
+
*/
|
|
171
|
+
declare function useRightPanelKeyboardShortcut(enabled?: boolean): void;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Returns whether the right panel should render in mobile mode (bottom sheet).
|
|
175
|
+
* Uses Mantine's useMediaQuery with the configured mobile breakpoint.
|
|
176
|
+
*/
|
|
177
|
+
declare function useMobileRightPanel(): {
|
|
178
|
+
isMobile: boolean;
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
declare const RIGHT_PANEL_Z_INDEX: {
|
|
182
|
+
readonly PANEL: 300;
|
|
183
|
+
readonly TRIGGER: 400;
|
|
184
|
+
};
|
|
185
|
+
declare const RIGHT_PANEL_DEFAULTS: {
|
|
186
|
+
readonly WIDTH: 600;
|
|
187
|
+
readonly MIN_WIDTH: 600;
|
|
188
|
+
readonly MAX_WIDTH: 1200;
|
|
189
|
+
readonly WIDTH_STEP: 5;
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* localStorage key preserved verbatim for user-state compatibility.
|
|
193
|
+
* Historical note: the "assistant" in the name is an artifact of the original
|
|
194
|
+
* implementation where this was the assistant panel width; the key was kept
|
|
195
|
+
* as-is when the panel was generalized to the multi-view right-panel host to
|
|
196
|
+
* avoid migration cost for a LOW-criticality wart that no user sees.
|
|
197
|
+
*/
|
|
198
|
+
declare const ASSISTANT_PANEL_WIDTH_KEY = "elevasis-assistant-panel-width";
|
|
199
|
+
declare const RIGHT_PANEL_TRIGGER: {
|
|
200
|
+
readonly WIDTH: 20;
|
|
201
|
+
readonly HEIGHT: 80;
|
|
202
|
+
readonly LIGHT_BAR_WIDTH: 2;
|
|
203
|
+
readonly LIGHT_BAR_HEIGHT: 52;
|
|
204
|
+
readonly ARM_WIDTH: 50;
|
|
205
|
+
};
|
|
206
|
+
declare const RIGHT_PANEL_HISTORY_WIDTH = 260;
|
|
207
|
+
declare const RIGHT_PANEL_HISTORY_COLLAPSED_WIDTH = 48;
|
|
208
|
+
/** Breakpoint (px) below which the panel renders as a mobile bottom sheet. */
|
|
209
|
+
declare const RIGHT_PANEL_MOBILE_BREAKPOINT = 768;
|
|
210
|
+
/** Default view shown when the right panel opens without a specific target. */
|
|
211
|
+
declare const RIGHT_PANEL_DEFAULT_VIEW_ID = "overview";
|
|
212
|
+
|
|
213
|
+
export { ASSISTANT_PANEL_WIDTH_KEY, RIGHT_PANEL_DEFAULTS, RIGHT_PANEL_DEFAULT_VIEW_ID, RIGHT_PANEL_HISTORY_COLLAPSED_WIDTH, RIGHT_PANEL_HISTORY_WIDTH, RIGHT_PANEL_MOBILE_BREAKPOINT, RIGHT_PANEL_TRIGGER, RIGHT_PANEL_Z_INDEX, RightPanelLayer, RightPanelProvider, RightPanelTrigger, useMobileRightPanel, useRightPanel, useRightPanelContext, useRightPanelKeyboardShortcut };
|
|
214
|
+
export type { RightPanelActions, RightPanelContext, RightPanelLayerProps, RightPanelProviderProps, RightPanelState, RightPanelTriggerProps, RightPanelView, UseRightPanelReturn };
|