@elevasis/ui 1.24.2 → 1.25.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/charts/index.js +2 -2
- package/dist/{chunk-HOYZWSNV.js → chunk-3EVTCVKR.js} +2 -2
- package/dist/{chunk-7TLPKXC2.js → chunk-7RS6VTAV.js} +57 -58
- package/dist/{chunk-TQBM3OEW.js → chunk-BS4J2LAW.js} +1 -1
- package/dist/{chunk-JR2C4XAN.js → chunk-CYXZHBP4.js} +202 -295
- package/dist/{chunk-OH74INP2.js → chunk-FEZZ3IDU.js} +434 -314
- package/dist/{chunk-IAZT3VO6.js → chunk-G25YWGUL.js} +4 -1
- package/dist/{chunk-KLZB3MNC.js → chunk-HYYI4ZFT.js} +6 -252
- package/dist/{chunk-CTF6FS2M.js → chunk-L3GVDMCA.js} +211 -1
- package/dist/{chunk-EDAYKRPJ.js → chunk-QDO6NF2I.js} +28 -1
- package/dist/{chunk-RNL2IC2Y.js → chunk-QNABH7YG.js} +3 -3
- package/dist/{chunk-FATKFO7X.js → chunk-R565P6XC.js} +691 -2
- package/dist/{chunk-5266RV46.js → chunk-RIL2CDFE.js} +3 -3
- package/dist/{chunk-TML32XBW.js → chunk-RMPXGBNI.js} +2 -2
- package/dist/{chunk-N5SDJP44.js → chunk-US4JUSI3.js} +4 -4
- package/dist/components/index.d.ts +3006 -193
- package/dist/components/index.js +1541 -26
- package/dist/features/auth/index.d.ts +108 -9
- package/dist/features/dashboard/index.js +8 -8
- package/dist/features/monitoring/index.js +19 -9
- package/dist/features/operations/index.d.ts +74 -10
- package/dist/features/operations/index.js +236 -53
- package/dist/features/settings/index.d.ts +108 -9
- package/dist/features/settings/index.js +28 -11
- package/dist/hooks/index.d.ts +3303 -193
- package/dist/hooks/index.js +5 -5
- package/dist/hooks/published.d.ts +134 -19
- package/dist/hooks/published.js +4 -4
- package/dist/index.d.ts +3309 -195
- package/dist/index.js +6 -6
- package/dist/initialization/index.d.ts +108 -9
- package/dist/layout/index.d.ts +60 -3
- package/dist/layout/index.js +2 -2
- package/dist/profile/index.d.ts +108 -9
- package/dist/provider/index.d.ts +6 -2
- package/dist/provider/index.js +3 -3
- package/dist/provider/published.d.ts +6 -2
- package/dist/supabase/index.d.ts +210 -18
- package/dist/theme/index.d.ts +6 -2
- package/dist/theme/index.js +3 -3
- package/dist/types/index.d.ts +108 -9
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { useAvailablePresets } from './chunk-
|
|
1
|
+
export { useAvailablePresets } from './chunk-BS4J2LAW.js';
|
|
2
2
|
import './chunk-XCYKC6OZ.js';
|
|
3
|
-
export { ApiKeyService, CredentialService, DeploymentService, OrganizationMembershipService, WebhookEndpointService, filterByDomainFilters, useActivateDeployment, useActivityFilters, useCommandViewDomainFilters, useCreateApiKey, useCreateCredential, useCreateWebhookEndpoint, useCredentials, useDeactivateDeployment, useDeactivateMembership, useDeleteApiKey, useDeleteCredential, useDeleteDeployment, useDeleteWebhookEndpoint, useExecutionLogsFilters, useListApiKeys, useListDeployments, useListWebhookEndpoints, useOrganizationMembers, useReactivateMembership, useResourceSearch, useResourcesDomainFilters, useStatusFilter, useTimeRangeDates, useUpdateApiKey, useUpdateCredential, useUpdateMemberConfig, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources } from './chunk-
|
|
4
|
-
export { OperationsService, calibrationKeys, createUseFeatureAccess, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDeleteExecution, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useListSchedules, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, usePaginationState, usePatchTask, usePauseSchedule, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResources, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateProject, useUpdateSchedule, useWarningNotification } from './chunk-
|
|
3
|
+
export { ApiKeyService, CredentialService, DeploymentService, OrganizationMembershipService, WebhookEndpointService, dealKeys, dealNoteKeys, dealTaskKeys, filterByDomainFilters, milestoneKeys, noteKeys, projectKeys, taskKeys, useActivateDeployment, useActivityFilters, useBatchTelemetry, useCommandViewDomainFilters, useCompleteDealTask, useCreateApiKey, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateWebhookEndpoint, useCredentials, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDeleteApiKey, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteMilestone, useDeleteWebhookEndpoint, useExecutionLogsFilters, useListApiKeys, useListDeployments, useListWebhookEndpoints, useMilestones, useOrganizationMembers, useProject, useProjectNotes, useProjects, useReactivateMembership, useResourceSearch, useResourcesDomainFilters, useStatusFilter, useSyncDealStage, useTasks, useTimeRangeDates, useUpdateApiKey, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateMemberConfig, useUpdateMilestone, useUpdateWebhookEndpoint, useUserMemberships, useVisibleResources } from './chunk-R565P6XC.js';
|
|
4
|
+
export { OperationsService, calibrationKeys, createUseFeatureAccess, executionsKeys, isSessionCapable, operationsKeys, scheduleKeys, sessionsKeys, sortData, useActivities, useActivityTrend, useAllCalibrationProjects, useArchiveSession, useArchivedLogs, useBatchDelete, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCalibrationProject, useCalibrationProjects, useCalibrationRun, useCalibrationRunFull, useCalibrationRuns, useCalibrationSSE, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateProject, useCreateRun, useCreateSchedule, useCreateSession, useDashboardMetrics, useDeleteExecution, useDeleteProject, useDeleteRun, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeploymentDocs, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAsync, useExecuteRun, useExecuteWorkflow, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionPanelState, useExecutions, useGetExecutionHistory, useGetSchedule, useGradeRun, useGraphStats, useListSchedules, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, usePaginationState, usePatchTask, usePauseSchedule, useRecentExecutionsByResource, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResources, useResourcesHealth, useResumeSchedule, useRetryExecution, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTestNotification, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateProject, useUpdateSchedule, useWarningNotification } from './chunk-QDO6NF2I.js';
|
|
5
5
|
import './chunk-NJJ3NQ7B.js';
|
|
6
6
|
export { observabilityKeys, useErrorTrends } from './chunk-LXHZYSMQ.js';
|
|
7
7
|
export { ScrollToTop, TanStackRouterBridge } from './chunk-MHW43EOH.js';
|
|
@@ -11,10 +11,10 @@ import './chunk-ELJIFLCB.js';
|
|
|
11
11
|
export { OrganizationSwitcher, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from './chunk-L4XXM55J.js';
|
|
12
12
|
export { createUseAppInitialization } from './chunk-SLVC5OJ2.js';
|
|
13
13
|
import './chunk-RNP5R5I3.js';
|
|
14
|
-
export { ElevasisUIProvider } from './chunk-
|
|
14
|
+
export { ElevasisUIProvider } from './chunk-RMPXGBNI.js';
|
|
15
15
|
import './chunk-SZHARWKU.js';
|
|
16
|
-
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from './chunk-
|
|
17
|
-
import './chunk-
|
|
16
|
+
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, generateShades, getPreset, mantineThemeOverride, PRESETS as presets, usePresetsContext } from './chunk-FEZZ3IDU.js';
|
|
17
|
+
import './chunk-CYXZHBP4.js';
|
|
18
18
|
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from './chunk-R7WLWGPO.js';
|
|
19
19
|
export { ApiClientProvider, useApiClient, useApiClientContext } from './chunk-NVOCKXUQ.js';
|
|
20
20
|
export { OrganizationProvider } from './chunk-V7XHGJQZ.js';
|
|
@@ -12,7 +12,6 @@ type Database = {
|
|
|
12
12
|
Tables: {
|
|
13
13
|
acq_companies: {
|
|
14
14
|
Row: {
|
|
15
|
-
attio_company_id: string | null;
|
|
16
15
|
batch_id: string | null;
|
|
17
16
|
category: string | null;
|
|
18
17
|
category_pain: string | null;
|
|
@@ -36,7 +35,6 @@ type Database = {
|
|
|
36
35
|
website: string | null;
|
|
37
36
|
};
|
|
38
37
|
Insert: {
|
|
39
|
-
attio_company_id?: string | null;
|
|
40
38
|
batch_id?: string | null;
|
|
41
39
|
category?: string | null;
|
|
42
40
|
category_pain?: string | null;
|
|
@@ -60,7 +58,6 @@ type Database = {
|
|
|
60
58
|
website?: string | null;
|
|
61
59
|
};
|
|
62
60
|
Update: {
|
|
63
|
-
attio_company_id?: string | null;
|
|
64
61
|
batch_id?: string | null;
|
|
65
62
|
category?: string | null;
|
|
66
63
|
category_pain?: string | null;
|
|
@@ -95,7 +92,6 @@ type Database = {
|
|
|
95
92
|
};
|
|
96
93
|
acq_contacts: {
|
|
97
94
|
Row: {
|
|
98
|
-
attio_person_id: string | null;
|
|
99
95
|
batch_id: string | null;
|
|
100
96
|
brochure_first_viewed_at: string | null;
|
|
101
97
|
brochure_view_count: number;
|
|
@@ -121,7 +117,6 @@ type Database = {
|
|
|
121
117
|
updated_at: string;
|
|
122
118
|
};
|
|
123
119
|
Insert: {
|
|
124
|
-
attio_person_id?: string | null;
|
|
125
120
|
batch_id?: string | null;
|
|
126
121
|
brochure_first_viewed_at?: string | null;
|
|
127
122
|
brochure_view_count?: number;
|
|
@@ -147,7 +142,6 @@ type Database = {
|
|
|
147
142
|
updated_at?: string;
|
|
148
143
|
};
|
|
149
144
|
Update: {
|
|
150
|
-
attio_person_id?: string | null;
|
|
151
145
|
batch_id?: string | null;
|
|
152
146
|
brochure_first_viewed_at?: string | null;
|
|
153
147
|
brochure_view_count?: number;
|
|
@@ -305,10 +299,117 @@ type Database = {
|
|
|
305
299
|
}
|
|
306
300
|
];
|
|
307
301
|
};
|
|
302
|
+
acq_deal_notes: {
|
|
303
|
+
Row: {
|
|
304
|
+
author_user_id: string | null;
|
|
305
|
+
body: string;
|
|
306
|
+
created_at: string;
|
|
307
|
+
deal_id: string;
|
|
308
|
+
id: string;
|
|
309
|
+
organization_id: string;
|
|
310
|
+
updated_at: string;
|
|
311
|
+
};
|
|
312
|
+
Insert: {
|
|
313
|
+
author_user_id?: string | null;
|
|
314
|
+
body: string;
|
|
315
|
+
created_at?: string;
|
|
316
|
+
deal_id: string;
|
|
317
|
+
id?: string;
|
|
318
|
+
organization_id: string;
|
|
319
|
+
updated_at?: string;
|
|
320
|
+
};
|
|
321
|
+
Update: {
|
|
322
|
+
author_user_id?: string | null;
|
|
323
|
+
body?: string;
|
|
324
|
+
created_at?: string;
|
|
325
|
+
deal_id?: string;
|
|
326
|
+
id?: string;
|
|
327
|
+
organization_id?: string;
|
|
328
|
+
updated_at?: string;
|
|
329
|
+
};
|
|
330
|
+
Relationships: [
|
|
331
|
+
{
|
|
332
|
+
foreignKeyName: "acq_deal_notes_deal_id_fkey";
|
|
333
|
+
columns: ["deal_id"];
|
|
334
|
+
isOneToOne: false;
|
|
335
|
+
referencedRelation: "acq_deals";
|
|
336
|
+
referencedColumns: ["id"];
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
foreignKeyName: "acq_deal_notes_organization_id_fkey";
|
|
340
|
+
columns: ["organization_id"];
|
|
341
|
+
isOneToOne: false;
|
|
342
|
+
referencedRelation: "organizations";
|
|
343
|
+
referencedColumns: ["id"];
|
|
344
|
+
}
|
|
345
|
+
];
|
|
346
|
+
};
|
|
347
|
+
acq_deal_tasks: {
|
|
348
|
+
Row: {
|
|
349
|
+
assignee_user_id: string | null;
|
|
350
|
+
completed_at: string | null;
|
|
351
|
+
completed_by_user_id: string | null;
|
|
352
|
+
created_at: string;
|
|
353
|
+
created_by_user_id: string | null;
|
|
354
|
+
deal_id: string;
|
|
355
|
+
description: string | null;
|
|
356
|
+
due_at: string | null;
|
|
357
|
+
id: string;
|
|
358
|
+
kind: string;
|
|
359
|
+
organization_id: string;
|
|
360
|
+
title: string;
|
|
361
|
+
updated_at: string;
|
|
362
|
+
};
|
|
363
|
+
Insert: {
|
|
364
|
+
assignee_user_id?: string | null;
|
|
365
|
+
completed_at?: string | null;
|
|
366
|
+
completed_by_user_id?: string | null;
|
|
367
|
+
created_at?: string;
|
|
368
|
+
created_by_user_id?: string | null;
|
|
369
|
+
deal_id: string;
|
|
370
|
+
description?: string | null;
|
|
371
|
+
due_at?: string | null;
|
|
372
|
+
id?: string;
|
|
373
|
+
kind?: string;
|
|
374
|
+
organization_id: string;
|
|
375
|
+
title: string;
|
|
376
|
+
updated_at?: string;
|
|
377
|
+
};
|
|
378
|
+
Update: {
|
|
379
|
+
assignee_user_id?: string | null;
|
|
380
|
+
completed_at?: string | null;
|
|
381
|
+
completed_by_user_id?: string | null;
|
|
382
|
+
created_at?: string;
|
|
383
|
+
created_by_user_id?: string | null;
|
|
384
|
+
deal_id?: string;
|
|
385
|
+
description?: string | null;
|
|
386
|
+
due_at?: string | null;
|
|
387
|
+
id?: string;
|
|
388
|
+
kind?: string;
|
|
389
|
+
organization_id?: string;
|
|
390
|
+
title?: string;
|
|
391
|
+
updated_at?: string;
|
|
392
|
+
};
|
|
393
|
+
Relationships: [
|
|
394
|
+
{
|
|
395
|
+
foreignKeyName: "acq_deal_tasks_deal_id_fkey";
|
|
396
|
+
columns: ["deal_id"];
|
|
397
|
+
isOneToOne: false;
|
|
398
|
+
referencedRelation: "acq_deals";
|
|
399
|
+
referencedColumns: ["id"];
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
foreignKeyName: "acq_deal_tasks_organization_id_fkey";
|
|
403
|
+
columns: ["organization_id"];
|
|
404
|
+
isOneToOne: false;
|
|
405
|
+
referencedRelation: "organizations";
|
|
406
|
+
referencedColumns: ["id"];
|
|
407
|
+
}
|
|
408
|
+
];
|
|
409
|
+
};
|
|
308
410
|
acq_deals: {
|
|
309
411
|
Row: {
|
|
310
412
|
activity_log: Json;
|
|
311
|
-
attio_deal_id: string;
|
|
312
413
|
cached_stage: string | null;
|
|
313
414
|
closed_lost_at: string | null;
|
|
314
415
|
closed_lost_reason: string | null;
|
|
@@ -343,7 +444,6 @@ type Database = {
|
|
|
343
444
|
};
|
|
344
445
|
Insert: {
|
|
345
446
|
activity_log?: Json;
|
|
346
|
-
attio_deal_id: string;
|
|
347
447
|
cached_stage?: string | null;
|
|
348
448
|
closed_lost_at?: string | null;
|
|
349
449
|
closed_lost_reason?: string | null;
|
|
@@ -378,7 +478,6 @@ type Database = {
|
|
|
378
478
|
};
|
|
379
479
|
Update: {
|
|
380
480
|
activity_log?: Json;
|
|
381
|
-
attio_deal_id?: string;
|
|
382
481
|
cached_stage?: string | null;
|
|
383
482
|
closed_lost_at?: string | null;
|
|
384
483
|
closed_lost_reason?: string | null;
|
package/dist/layout/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
1
|
import React$1, { ReactNode, ComponentType } from 'react';
|
|
2
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
|
|
4
4
|
declare const sidebarWidth = 240;
|
|
5
5
|
declare const sidebarCollapsedWidth = 72;
|
|
@@ -37,6 +37,24 @@ declare const sidebarGroupChevronSize = 14;
|
|
|
37
37
|
/** Icon size in SidebarListItem (px) */
|
|
38
38
|
declare const sidebarListItemIconSize = 14;
|
|
39
39
|
|
|
40
|
+
interface AmbientBloomGridProps {
|
|
41
|
+
/** Color used for the bloom lobes. Defaults to `var(--color-primary)`. */
|
|
42
|
+
color?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 0–1 intensity multiplier. The horizon lobe mixes at ~100% of this value,
|
|
45
|
+
* the two rim lobes at ~65%. Default `0.1`.
|
|
46
|
+
*/
|
|
47
|
+
intensity?: number;
|
|
48
|
+
/**
|
|
49
|
+
* Size multiplier for all lobes. Scales width/height and the off-canvas
|
|
50
|
+
* offsets proportionally so each lobe's bright center stays anchored while
|
|
51
|
+
* its reach grows. Default `1`. Useful values: `0.8` (tighter) to `1.5`
|
|
52
|
+
* (broader, softer ambience).
|
|
53
|
+
*/
|
|
54
|
+
size?: number;
|
|
55
|
+
}
|
|
56
|
+
declare function AmbientBloomGrid({ color, intensity, size }: AmbientBloomGridProps): React$1.JSX.Element;
|
|
57
|
+
|
|
40
58
|
declare function AppBackground({ children }: {
|
|
41
59
|
children?: ReactNode;
|
|
42
60
|
}): react_jsx_runtime.JSX.Element;
|
|
@@ -72,6 +90,12 @@ declare function CyberParticles({ variant: _variant, className }: CyberParticles
|
|
|
72
90
|
interface CyberBackgroundProps {
|
|
73
91
|
/** Which techy particle effect to layer on top of the default background. */
|
|
74
92
|
variant: CyberVariant;
|
|
93
|
+
/**
|
|
94
|
+
* Percentage (0-100) of `--color-primary` mixed into the bottom-center
|
|
95
|
+
* radial glow on the PerspectiveGrid. Higher = brighter horizon glow.
|
|
96
|
+
* Defaults to a per-variant value tuned for each primary's lightness.
|
|
97
|
+
*/
|
|
98
|
+
perspectiveGridRadialGlowIntensity?: number;
|
|
75
99
|
}
|
|
76
100
|
/**
|
|
77
101
|
* Composite background for cyber-themed presets.
|
|
@@ -90,7 +114,7 @@ interface CyberBackgroundProps {
|
|
|
90
114
|
* - `void` — Matrix-style digital rain
|
|
91
115
|
* - `volt` — Circuit-board data flow with animated pulses
|
|
92
116
|
*/
|
|
93
|
-
declare function CyberBackground({ variant }: CyberBackgroundProps): React$1.JSX.Element;
|
|
117
|
+
declare function CyberBackground({ variant, perspectiveGridRadialGlowIntensity }: CyberBackgroundProps): React$1.JSX.Element;
|
|
94
118
|
|
|
95
119
|
type WaveVariant = 'nirvana' | 'wave' | 'honey' | 'canopy' | 'quarry';
|
|
96
120
|
interface WaveBackgroundProps {
|
|
@@ -99,6 +123,39 @@ interface WaveBackgroundProps {
|
|
|
99
123
|
}
|
|
100
124
|
declare function WaveBackground({ variant }: WaveBackgroundProps): React$1.JSX.Element;
|
|
101
125
|
|
|
126
|
+
interface FloatingMotesProps {
|
|
127
|
+
/**
|
|
128
|
+
* Color for the bright mote core.
|
|
129
|
+
* Defaults to `var(--color-primary)`.
|
|
130
|
+
*/
|
|
131
|
+
coreColor?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Color for the soft outer halo.
|
|
134
|
+
* Defaults to a 35% mix of `var(--color-primary)` into transparent.
|
|
135
|
+
*/
|
|
136
|
+
haloColor?: string;
|
|
137
|
+
/**
|
|
138
|
+
* CSS `bottom` value for the mote origin — how far from the bottom edge
|
|
139
|
+
* motes begin rising. Use `'18%'` for wave-family presets (above the wave
|
|
140
|
+
* layer). Defaults to `'0'` (viewport bottom edge).
|
|
141
|
+
*/
|
|
142
|
+
bottom?: string;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Reusable floating mote layer — softly glowing orbs that rise from the
|
|
146
|
+
* bottom of the viewport with gentle drift and a brightness pulse.
|
|
147
|
+
*
|
|
148
|
+
* Extracted from `WaveBackground` for use across all background families:
|
|
149
|
+
* - **Wave presets** — pass `coreColor`/`haloColor` from per-variant vars,
|
|
150
|
+
* `bottom="18%"` so motes emerge above the wave layer.
|
|
151
|
+
* - **Constellation presets** — default colors (primary), rises from bottom.
|
|
152
|
+
* - **Cyber presets** — replaces the noisier `CyberParticles` rising sparks.
|
|
153
|
+
*
|
|
154
|
+
* Particle positions are stable across preset switches (module-level generation).
|
|
155
|
+
* All animations respect `prefers-reduced-motion`.
|
|
156
|
+
*/
|
|
157
|
+
declare function FloatingMotes({ coreColor, haloColor, bottom }: FloatingMotesProps): React$1.JSX.Element;
|
|
158
|
+
|
|
102
159
|
interface FilmGrainProps {
|
|
103
160
|
/** Opacity in dark mode (0-1). Defaults to 0.04. */
|
|
104
161
|
darkOpacity?: number;
|
|
@@ -440,5 +497,5 @@ declare const TopbarContainer: ({ children }: {
|
|
|
440
497
|
children: React.ReactNode;
|
|
441
498
|
}) => react_jsx_runtime.JSX.Element;
|
|
442
499
|
|
|
443
|
-
export { AppBackground, AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberBackground, CyberParticles, FilmGrain, FloatingOrbs, LinksGroup, PageContainer, PerspectiveGrid, RadiantGlow, Sidebar, SidebarContext, SidebarListItem, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarSection, Topbar, TopbarContainer, Vignette, WaveBackground, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarListItemIconSize, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subsidebarWidth, topbarHeight, useSidebar, useSidebarCollapse };
|
|
500
|
+
export { AmbientBloomGrid, AppBackground, AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberBackground, CyberParticles, FilmGrain, FloatingMotes, FloatingOrbs, LinksGroup, PageContainer, PerspectiveGrid, RadiantGlow, Sidebar, SidebarContext, SidebarListItem, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarSection, Topbar, TopbarContainer, Vignette, WaveBackground, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarListItemIconSize, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subsidebarWidth, topbarHeight, useSidebar, useSidebarCollapse };
|
|
444
501
|
export type { CollapsibleSidebarGroupProps, CyberVariant, LinkItem, LinksGroupProps, SidebarListItemProps, SidebarNestedProps, SubshellContainerProps, SubshellContentContainerProps, SubshellRightSideContainerProps, SubshellSidebarContainerProps, SubshellSidebarProps, SubshellSidebarSectionProps, TopbarProps, WaveVariant };
|
package/dist/layout/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AppShellContainer, AppShellContentContainer, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, LinksGroup, Sidebar, SidebarContext, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, Topbar, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-
|
|
1
|
+
export { AppShellContainer, AppShellContentContainer, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CyberParticles, LinksGroup, Sidebar, SidebarContext, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, Topbar, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-L3GVDMCA.js';
|
|
2
2
|
export { CollapsibleSidebarGroup, PageContainer, SidebarListItem, SubshellLoader, SubshellSidebarSection } from '../chunk-AWT255UH.js';
|
|
3
3
|
import '../chunk-NNKKBSJN.js';
|
|
4
4
|
export { AppShellCenteredContainer, AppShellError, AppShellLoader } from '../chunk-WWEMNIHW.js';
|
|
5
5
|
export { sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarListItemIconSize, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, topbarHeight } from '../chunk-QJ2S46NI.js';
|
|
6
6
|
import '../chunk-MHW43EOH.js';
|
|
7
|
-
export { AppBackground, CyberBackground,
|
|
7
|
+
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-CYXZHBP4.js';
|
|
8
8
|
import '../chunk-QJ2KCHKX.js';
|
|
9
9
|
import '../chunk-Q7DJKLEN.js';
|
package/dist/profile/index.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ type Database = {
|
|
|
12
12
|
Tables: {
|
|
13
13
|
acq_companies: {
|
|
14
14
|
Row: {
|
|
15
|
-
attio_company_id: string | null;
|
|
16
15
|
batch_id: string | null;
|
|
17
16
|
category: string | null;
|
|
18
17
|
category_pain: string | null;
|
|
@@ -36,7 +35,6 @@ type Database = {
|
|
|
36
35
|
website: string | null;
|
|
37
36
|
};
|
|
38
37
|
Insert: {
|
|
39
|
-
attio_company_id?: string | null;
|
|
40
38
|
batch_id?: string | null;
|
|
41
39
|
category?: string | null;
|
|
42
40
|
category_pain?: string | null;
|
|
@@ -60,7 +58,6 @@ type Database = {
|
|
|
60
58
|
website?: string | null;
|
|
61
59
|
};
|
|
62
60
|
Update: {
|
|
63
|
-
attio_company_id?: string | null;
|
|
64
61
|
batch_id?: string | null;
|
|
65
62
|
category?: string | null;
|
|
66
63
|
category_pain?: string | null;
|
|
@@ -95,7 +92,6 @@ type Database = {
|
|
|
95
92
|
};
|
|
96
93
|
acq_contacts: {
|
|
97
94
|
Row: {
|
|
98
|
-
attio_person_id: string | null;
|
|
99
95
|
batch_id: string | null;
|
|
100
96
|
brochure_first_viewed_at: string | null;
|
|
101
97
|
brochure_view_count: number;
|
|
@@ -121,7 +117,6 @@ type Database = {
|
|
|
121
117
|
updated_at: string;
|
|
122
118
|
};
|
|
123
119
|
Insert: {
|
|
124
|
-
attio_person_id?: string | null;
|
|
125
120
|
batch_id?: string | null;
|
|
126
121
|
brochure_first_viewed_at?: string | null;
|
|
127
122
|
brochure_view_count?: number;
|
|
@@ -147,7 +142,6 @@ type Database = {
|
|
|
147
142
|
updated_at?: string;
|
|
148
143
|
};
|
|
149
144
|
Update: {
|
|
150
|
-
attio_person_id?: string | null;
|
|
151
145
|
batch_id?: string | null;
|
|
152
146
|
brochure_first_viewed_at?: string | null;
|
|
153
147
|
brochure_view_count?: number;
|
|
@@ -305,10 +299,117 @@ type Database = {
|
|
|
305
299
|
}
|
|
306
300
|
];
|
|
307
301
|
};
|
|
302
|
+
acq_deal_notes: {
|
|
303
|
+
Row: {
|
|
304
|
+
author_user_id: string | null;
|
|
305
|
+
body: string;
|
|
306
|
+
created_at: string;
|
|
307
|
+
deal_id: string;
|
|
308
|
+
id: string;
|
|
309
|
+
organization_id: string;
|
|
310
|
+
updated_at: string;
|
|
311
|
+
};
|
|
312
|
+
Insert: {
|
|
313
|
+
author_user_id?: string | null;
|
|
314
|
+
body: string;
|
|
315
|
+
created_at?: string;
|
|
316
|
+
deal_id: string;
|
|
317
|
+
id?: string;
|
|
318
|
+
organization_id: string;
|
|
319
|
+
updated_at?: string;
|
|
320
|
+
};
|
|
321
|
+
Update: {
|
|
322
|
+
author_user_id?: string | null;
|
|
323
|
+
body?: string;
|
|
324
|
+
created_at?: string;
|
|
325
|
+
deal_id?: string;
|
|
326
|
+
id?: string;
|
|
327
|
+
organization_id?: string;
|
|
328
|
+
updated_at?: string;
|
|
329
|
+
};
|
|
330
|
+
Relationships: [
|
|
331
|
+
{
|
|
332
|
+
foreignKeyName: "acq_deal_notes_deal_id_fkey";
|
|
333
|
+
columns: ["deal_id"];
|
|
334
|
+
isOneToOne: false;
|
|
335
|
+
referencedRelation: "acq_deals";
|
|
336
|
+
referencedColumns: ["id"];
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
foreignKeyName: "acq_deal_notes_organization_id_fkey";
|
|
340
|
+
columns: ["organization_id"];
|
|
341
|
+
isOneToOne: false;
|
|
342
|
+
referencedRelation: "organizations";
|
|
343
|
+
referencedColumns: ["id"];
|
|
344
|
+
}
|
|
345
|
+
];
|
|
346
|
+
};
|
|
347
|
+
acq_deal_tasks: {
|
|
348
|
+
Row: {
|
|
349
|
+
assignee_user_id: string | null;
|
|
350
|
+
completed_at: string | null;
|
|
351
|
+
completed_by_user_id: string | null;
|
|
352
|
+
created_at: string;
|
|
353
|
+
created_by_user_id: string | null;
|
|
354
|
+
deal_id: string;
|
|
355
|
+
description: string | null;
|
|
356
|
+
due_at: string | null;
|
|
357
|
+
id: string;
|
|
358
|
+
kind: string;
|
|
359
|
+
organization_id: string;
|
|
360
|
+
title: string;
|
|
361
|
+
updated_at: string;
|
|
362
|
+
};
|
|
363
|
+
Insert: {
|
|
364
|
+
assignee_user_id?: string | null;
|
|
365
|
+
completed_at?: string | null;
|
|
366
|
+
completed_by_user_id?: string | null;
|
|
367
|
+
created_at?: string;
|
|
368
|
+
created_by_user_id?: string | null;
|
|
369
|
+
deal_id: string;
|
|
370
|
+
description?: string | null;
|
|
371
|
+
due_at?: string | null;
|
|
372
|
+
id?: string;
|
|
373
|
+
kind?: string;
|
|
374
|
+
organization_id: string;
|
|
375
|
+
title: string;
|
|
376
|
+
updated_at?: string;
|
|
377
|
+
};
|
|
378
|
+
Update: {
|
|
379
|
+
assignee_user_id?: string | null;
|
|
380
|
+
completed_at?: string | null;
|
|
381
|
+
completed_by_user_id?: string | null;
|
|
382
|
+
created_at?: string;
|
|
383
|
+
created_by_user_id?: string | null;
|
|
384
|
+
deal_id?: string;
|
|
385
|
+
description?: string | null;
|
|
386
|
+
due_at?: string | null;
|
|
387
|
+
id?: string;
|
|
388
|
+
kind?: string;
|
|
389
|
+
organization_id?: string;
|
|
390
|
+
title?: string;
|
|
391
|
+
updated_at?: string;
|
|
392
|
+
};
|
|
393
|
+
Relationships: [
|
|
394
|
+
{
|
|
395
|
+
foreignKeyName: "acq_deal_tasks_deal_id_fkey";
|
|
396
|
+
columns: ["deal_id"];
|
|
397
|
+
isOneToOne: false;
|
|
398
|
+
referencedRelation: "acq_deals";
|
|
399
|
+
referencedColumns: ["id"];
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
foreignKeyName: "acq_deal_tasks_organization_id_fkey";
|
|
403
|
+
columns: ["organization_id"];
|
|
404
|
+
isOneToOne: false;
|
|
405
|
+
referencedRelation: "organizations";
|
|
406
|
+
referencedColumns: ["id"];
|
|
407
|
+
}
|
|
408
|
+
];
|
|
409
|
+
};
|
|
308
410
|
acq_deals: {
|
|
309
411
|
Row: {
|
|
310
412
|
activity_log: Json;
|
|
311
|
-
attio_deal_id: string;
|
|
312
413
|
cached_stage: string | null;
|
|
313
414
|
closed_lost_at: string | null;
|
|
314
415
|
closed_lost_reason: string | null;
|
|
@@ -343,7 +444,6 @@ type Database = {
|
|
|
343
444
|
};
|
|
344
445
|
Insert: {
|
|
345
446
|
activity_log?: Json;
|
|
346
|
-
attio_deal_id: string;
|
|
347
447
|
cached_stage?: string | null;
|
|
348
448
|
closed_lost_at?: string | null;
|
|
349
449
|
closed_lost_reason?: string | null;
|
|
@@ -378,7 +478,6 @@ type Database = {
|
|
|
378
478
|
};
|
|
379
479
|
Update: {
|
|
380
480
|
activity_log?: Json;
|
|
381
|
-
attio_deal_id?: string;
|
|
382
481
|
cached_stage?: string | null;
|
|
383
482
|
closed_lost_at?: string | null;
|
|
384
483
|
closed_lost_reason?: string | null;
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -13,9 +13,11 @@ interface FrameworkThemeOverrides {
|
|
|
13
13
|
};
|
|
14
14
|
components?: Record<string, unknown>;
|
|
15
15
|
}
|
|
16
|
+
/** Tokens every preset must define. `elevatedSurface` is progressively adopted and stays optional. */
|
|
17
|
+
type PresetTokens = Required<Omit<ElevasisTokenOverrides, 'elevatedSurface'>> & Pick<ElevasisTokenOverrides, 'elevatedSurface'>;
|
|
16
18
|
interface ThemePreset {
|
|
17
|
-
light:
|
|
18
|
-
dark:
|
|
19
|
+
light: PresetTokens;
|
|
20
|
+
dark: PresetTokens;
|
|
19
21
|
/** Optional framework theme overrides bundled with this preset (fonts, radius, etc.). */
|
|
20
22
|
framework?: FrameworkThemeOverrides;
|
|
21
23
|
/**
|
|
@@ -114,6 +116,8 @@ interface ElevasisTokenOverrides {
|
|
|
114
116
|
background?: string;
|
|
115
117
|
surface?: string;
|
|
116
118
|
surfaceHover?: string;
|
|
119
|
+
/** Opaque surface for floating overlays (modals, menus, popovers) — guarantees readable contrast against decorative backgrounds. */
|
|
120
|
+
elevatedSurface?: string;
|
|
117
121
|
text?: string;
|
|
118
122
|
textDimmed?: string;
|
|
119
123
|
textSubtle?: string;
|
package/dist/provider/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { ElevasisUIProvider } from '../chunk-
|
|
1
|
+
export { ElevasisUIProvider } from '../chunk-RMPXGBNI.js';
|
|
2
2
|
import '../chunk-SZHARWKU.js';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-FEZZ3IDU.js';
|
|
4
|
+
import '../chunk-CYXZHBP4.js';
|
|
5
5
|
export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-R7WLWGPO.js';
|
|
6
6
|
import '../chunk-NVOCKXUQ.js';
|
|
7
7
|
import '../chunk-V7XHGJQZ.js';
|
|
@@ -12,9 +12,11 @@ interface FrameworkThemeOverrides {
|
|
|
12
12
|
};
|
|
13
13
|
components?: Record<string, unknown>;
|
|
14
14
|
}
|
|
15
|
+
/** Tokens every preset must define. `elevatedSurface` is progressively adopted and stays optional. */
|
|
16
|
+
type PresetTokens = Required<Omit<ElevasisTokenOverrides, 'elevatedSurface'>> & Pick<ElevasisTokenOverrides, 'elevatedSurface'>;
|
|
15
17
|
interface ThemePreset {
|
|
16
|
-
light:
|
|
17
|
-
dark:
|
|
18
|
+
light: PresetTokens;
|
|
19
|
+
dark: PresetTokens;
|
|
18
20
|
/** Optional framework theme overrides bundled with this preset (fonts, radius, etc.). */
|
|
19
21
|
framework?: FrameworkThemeOverrides;
|
|
20
22
|
/**
|
|
@@ -113,6 +115,8 @@ interface ElevasisTokenOverrides {
|
|
|
113
115
|
background?: string;
|
|
114
116
|
surface?: string;
|
|
115
117
|
surfaceHover?: string;
|
|
118
|
+
/** Opaque surface for floating overlays (modals, menus, popovers) — guarantees readable contrast against decorative backgrounds. */
|
|
119
|
+
elevatedSurface?: string;
|
|
116
120
|
text?: string;
|
|
117
121
|
textDimmed?: string;
|
|
118
122
|
textSubtle?: string;
|