@elevasis/ui 2.29.0 → 2.31.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/{CoreAuthKitInner-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
- package/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +176 -1
- package/dist/app/index.js +11 -11
- package/dist/auth/context.js +1 -1
- package/dist/auth/index.js +5 -5
- package/dist/charts/index.d.ts +2 -1
- package/dist/charts/index.js +9 -9
- package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
- package/dist/{chunk-LH4GPYDX.js → chunk-3BAPR3KA.js} +19 -3
- package/dist/{chunk-HLFFKKT3.js → chunk-3FV6HBXS.js} +17 -17
- package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
- package/dist/{chunk-SZWXQHKO.js → chunk-542WPQU2.js} +9 -8
- package/dist/{chunk-5CW2HXQA.js → chunk-5LJAEZMA.js} +7 -28
- package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
- package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
- package/dist/{chunk-CEHUFNAL.js → chunk-7HMCB26R.js} +12 -12
- package/dist/chunk-7KC4P3AU.js +357 -0
- package/dist/{chunk-OWESKPTJ.js → chunk-CQZ3DNQY.js} +30 -11
- package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
- package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
- package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
- package/dist/{chunk-FGDUK74A.js → chunk-HQGF4ATG.js} +10 -56
- package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
- package/dist/{chunk-OIMPGKDB.js → chunk-HYNYEBHM.js} +4 -4
- package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
- package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
- package/dist/{chunk-HNFQCOD2.js → chunk-JKSUN5GN.js} +1107 -370
- package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
- package/dist/{chunk-OHGNCWJP.js → chunk-L2NVFLXU.js} +3 -3
- package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
- package/dist/{chunk-3DUOPXOJ.js → chunk-MVFCLZSK.js} +691 -222
- package/dist/{chunk-A7R2URMV.js → chunk-ND42LPY4.js} +44 -10
- package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
- package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
- package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
- package/dist/{chunk-QNL7UI5G.js → chunk-Q6OYNEGR.js} +6 -6
- package/dist/{chunk-Y3YJKKEB.js → chunk-QDEETKYT.js} +5 -2
- package/dist/{chunk-XBMCDGHA.js → chunk-QHEWXU7I.js} +1 -1
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-65RQE3XF.js → chunk-SHQXMW4F.js} +1051 -380
- package/dist/{chunk-AK5E6ILJ.js → chunk-T3IPHEYJ.js} +1893 -305
- package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
- package/dist/{chunk-FFDAE2QI.js → chunk-TVRQ6AQI.js} +172 -26
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
- package/dist/{chunk-6NHCE7JM.js → chunk-Y4FWCG7Y.js} +159 -314
- package/dist/components/chat/index.d.ts +2 -1
- package/dist/components/chat/index.js +2 -2
- package/dist/components/index.d.ts +205 -11
- package/dist/components/index.js +51 -48
- package/dist/components/navigation/index.js +9 -9
- package/dist/execution/index.d.ts +2 -1
- package/dist/execution/index.js +1 -1
- package/dist/features/auth/index.d.ts +121 -0
- package/dist/features/auth/index.js +6 -6
- package/dist/features/clients/index.css +611 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +719 -0
- package/dist/features/crm/index.d.ts +148 -2
- package/dist/features/crm/index.js +27 -25
- package/dist/features/dashboard/index.d.ts +36 -1
- package/dist/features/dashboard/index.js +23 -23
- package/dist/features/delivery/index.d.ts +121 -0
- package/dist/features/delivery/index.js +27 -25
- package/dist/features/knowledge/index.js +52 -29
- package/dist/features/lead-gen/index.d.ts +116 -12
- package/dist/features/lead-gen/index.js +28 -26
- package/dist/features/monitoring/index.js +26 -25
- package/dist/features/monitoring/requests/index.js +23 -22
- package/dist/features/operations/index.d.ts +38 -2
- package/dist/features/operations/index.js +32 -31
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.d.ts +121 -0
- package/dist/features/settings/index.js +25 -24
- package/dist/graph/index.js +1 -1
- package/dist/hooks/delivery/index.d.ts +140 -0
- package/dist/hooks/delivery/index.js +4 -4
- package/dist/hooks/index.d.ts +844 -21
- package/dist/hooks/index.js +21 -21
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
- package/dist/hooks/published.d.ts +844 -21
- package/dist/hooks/published.js +21 -21
- package/dist/index.d.ts +1056 -27
- package/dist/index.js +22 -22
- package/dist/initialization/index.d.ts +121 -0
- package/dist/initialization/index.js +5 -5
- package/dist/knowledge/index.d.ts +151 -1
- package/dist/knowledge/index.js +1692 -1039
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -4
- package/dist/organization/index.js +5 -5
- package/dist/profile/index.d.ts +121 -0
- package/dist/profile/index.js +3 -3
- package/dist/provider/ElevasisServiceContext.d.ts +11 -5
- package/dist/provider/ElevasisServiceContext.js +2 -2
- package/dist/provider/index.d.ts +337 -7
- package/dist/provider/index.js +18 -18
- package/dist/provider/published.d.ts +337 -7
- package/dist/provider/published.js +14 -14
- package/dist/router/context.js +1 -1
- package/dist/router/index.js +1 -1
- package/dist/sse/index.js +1 -1
- package/dist/supabase/index.d.ts +232 -0
- package/dist/supabase/index.js +1 -1
- package/dist/test-utils/index.d.ts +3 -0
- package/dist/test-utils/index.js +31 -7
- package/dist/test-utils/setup-integration.js +1 -1
- package/dist/test-utils/setup.js +2 -2
- package/dist/theme/index.js +4 -4
- package/dist/theme/presets/index.js +2 -2
- package/dist/typeform/index.js +1 -1
- package/dist/typeform/schemas.js +1 -1
- package/dist/types/index.d.ts +204 -1
- package/dist/utils/index.d.ts +36 -1
- package/dist/utils/index.js +2 -2
- package/dist/vite/index.js +3 -3
- package/dist/vite-plugin-knowledge/index.js +2 -2
- package/dist/zustand/index.js +1 -1
- package/package.json +14 -5
- /package/dist/{chunk-HXZQWMKE.js → chunk-XQHZBA65.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
|
2
|
-
import { Stack, Textarea, Group, Text, Tooltip, ActionIcon, Paper, Box, Collapse, Title, Badge, Progress, Alert, Center, Loader } from '@mantine/core';
|
|
2
|
+
import { Stack, Textarea, Group, Text, Tooltip, ActionIcon, Paper, Card, Box, Collapse, Title, Badge, Progress, Alert, Center, Loader } from '@mantine/core';
|
|
3
3
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
4
|
import { memo, useState, useCallback, useMemo, useRef, useEffect } from 'react';
|
|
5
5
|
import { IconSend, IconCheck, IconCopy, IconChevronDown, IconAlertCircle, IconAlertTriangle } from '@tabler/icons-react';
|
|
@@ -231,14 +231,14 @@ function AgentActivityBubble({
|
|
|
231
231
|
children
|
|
232
232
|
}) {
|
|
233
233
|
return /* @__PURE__ */ jsx(Box, { style: { alignSelf: "flex-start", width: "100%", maxWidth: "75%", ...slideFromLeft }, children: /* @__PURE__ */ jsxs(
|
|
234
|
-
|
|
234
|
+
Card,
|
|
235
235
|
{
|
|
236
236
|
p: "xs",
|
|
237
|
-
withBorder:
|
|
237
|
+
withBorder: true,
|
|
238
238
|
style: {
|
|
239
|
-
backgroundColor: "var(--color-
|
|
240
|
-
|
|
241
|
-
boxShadow: "var(--
|
|
239
|
+
backgroundColor: "var(--color-elevated)",
|
|
240
|
+
borderColor: "var(--color-border)",
|
|
241
|
+
boxShadow: "var(--card-shadow)"
|
|
242
242
|
},
|
|
243
243
|
children: [
|
|
244
244
|
/* @__PURE__ */ jsxs(
|
|
@@ -370,18 +370,30 @@ function TextMessage({ message }) {
|
|
|
370
370
|
}
|
|
371
371
|
) })
|
|
372
372
|
] }),
|
|
373
|
-
/* @__PURE__ */ jsx(
|
|
373
|
+
isUser ? /* @__PURE__ */ jsx(
|
|
374
374
|
Paper,
|
|
375
375
|
{
|
|
376
376
|
p: "xs",
|
|
377
|
-
c:
|
|
377
|
+
c: "var(--color-primary-contrast)",
|
|
378
|
+
style: {
|
|
379
|
+
backgroundColor: "var(--color-primary)",
|
|
380
|
+
border: "none",
|
|
381
|
+
boxShadow: "0 2px 8px color-mix(in srgb, var(--color-primary) 30%, transparent)"
|
|
382
|
+
},
|
|
383
|
+
children: /* @__PURE__ */ jsx(Text, { size: "sm", style: { lineHeight: 1.55 }, children: message.text })
|
|
384
|
+
}
|
|
385
|
+
) : /* @__PURE__ */ jsx(
|
|
386
|
+
Card,
|
|
387
|
+
{
|
|
388
|
+
p: "sm",
|
|
389
|
+
withBorder: true,
|
|
390
|
+
c: "var(--color-text)",
|
|
378
391
|
style: {
|
|
379
|
-
backgroundColor:
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
boxShadow: isUser ? "0 2px 8px color-mix(in srgb, var(--color-primary) 30%, transparent)" : "var(--standard-box-shadow)"
|
|
392
|
+
backgroundColor: "var(--color-elevated)",
|
|
393
|
+
borderColor: "var(--color-border)",
|
|
394
|
+
boxShadow: "var(--card-shadow)"
|
|
383
395
|
},
|
|
384
|
-
children:
|
|
396
|
+
children: /* @__PURE__ */ jsx(
|
|
385
397
|
StyledMarkdown,
|
|
386
398
|
{
|
|
387
399
|
components: {
|
|
@@ -584,7 +596,8 @@ function ChatInterface({
|
|
|
584
596
|
onClearError,
|
|
585
597
|
emptyStateText = "No messages yet",
|
|
586
598
|
emptyStateSubtext = "Send a message to start the conversation",
|
|
587
|
-
placeholder = "Message the agent..."
|
|
599
|
+
placeholder = "Message the agent...",
|
|
600
|
+
messageAreaVariant = "grid"
|
|
588
601
|
}) {
|
|
589
602
|
const scrollRef = useRef(null);
|
|
590
603
|
const scrollContainerRef = useRef(null);
|
|
@@ -594,7 +607,7 @@ function ChatInterface({
|
|
|
594
607
|
}
|
|
595
608
|
}, [messages.length, isConnected, isProcessing]);
|
|
596
609
|
return /* @__PURE__ */ jsxs(Stack, { gap: 0, style: { height: "100%", overflow: "hidden" }, children: [
|
|
597
|
-
/* @__PURE__ */ jsx(ScrollableContainer, { containerRef: scrollContainerRef, children: /* @__PURE__ */ jsx(
|
|
610
|
+
/* @__PURE__ */ jsx(ScrollableContainer, { containerRef: scrollContainerRef, variant: messageAreaVariant, children: /* @__PURE__ */ jsx(
|
|
598
611
|
MessageAreaContent,
|
|
599
612
|
{
|
|
600
613
|
isConnected,
|
|
@@ -634,8 +647,10 @@ function ChatInterface({
|
|
|
634
647
|
}
|
|
635
648
|
function ScrollableContainer({
|
|
636
649
|
children,
|
|
637
|
-
containerRef
|
|
650
|
+
containerRef,
|
|
651
|
+
variant
|
|
638
652
|
}) {
|
|
653
|
+
const isGrid = variant === "grid";
|
|
639
654
|
return /* @__PURE__ */ jsx(
|
|
640
655
|
"div",
|
|
641
656
|
{
|
|
@@ -647,13 +662,13 @@ function ScrollableContainer({
|
|
|
647
662
|
overflowY: "auto",
|
|
648
663
|
overflowX: "hidden",
|
|
649
664
|
scrollBehavior: "smooth",
|
|
650
|
-
backgroundColor: "var(--color-background)",
|
|
651
|
-
backgroundImage: [
|
|
665
|
+
backgroundColor: isGrid ? "var(--color-background)" : "transparent",
|
|
666
|
+
backgroundImage: isGrid ? [
|
|
652
667
|
"linear-gradient(color-mix(in srgb, var(--color-primary) 5%, transparent) 1px, transparent 1px)",
|
|
653
668
|
"linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 5%, transparent) 1px, transparent 1px)",
|
|
654
669
|
"radial-gradient(ellipse at 50% 50%, color-mix(in srgb, var(--color-primary) 5%, transparent) 0%, transparent 70%)"
|
|
655
|
-
].join(", "),
|
|
656
|
-
backgroundSize: "40px 40px, 40px 40px, 100% 100%",
|
|
670
|
+
].join(", ") : void 0,
|
|
671
|
+
backgroundSize: isGrid ? "40px 40px, 40px 40px, 100% 100%" : void 0,
|
|
657
672
|
borderRadius: "var(--mantine-radius-sm)",
|
|
658
673
|
padding: "8px",
|
|
659
674
|
// Custom scrollbar styling
|
|
@@ -2,6 +2,12 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
6
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
7
|
+
}) : x)(function(x) {
|
|
8
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
9
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
10
|
+
});
|
|
5
11
|
var __export = (target, all) => {
|
|
6
12
|
for (var name in all)
|
|
7
13
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -16,4 +22,4 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
22
|
};
|
|
17
23
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
18
24
|
|
|
19
|
-
export { __export, __reExport };
|
|
25
|
+
export { __export, __reExport, __require };
|
|
@@ -17,6 +17,7 @@ var DEFAULT_SEMANTIC_ICON_REGISTRY = {
|
|
|
17
17
|
"nav.archive": IconArchive,
|
|
18
18
|
"feature.dashboard": IconDashboard,
|
|
19
19
|
"feature.calendar": IconCalendar,
|
|
20
|
+
"feature.business": IconBuildingStore,
|
|
20
21
|
"feature.sales": IconChartBar,
|
|
21
22
|
"feature.crm": IconBuildingStore,
|
|
22
23
|
"feature.finance": IconChartBar,
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { PROJECTS_VIEW_CAPABILITY_ID, PROJECTS_FEATURE_ID } from './chunk-ECNNI3NT.js';
|
|
2
|
-
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
3
|
-
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
4
2
|
import { SubshellNavItem } from './chunk-X4WBGKJQ.js';
|
|
5
3
|
import { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
|
|
4
|
+
import { milestoneStatusColors, formatStatusLabel, taskTypeColors, taskStatusColors, projectStatusColors, calculateProgress, noteTypeColors } from './chunk-R2XR4FCV.js';
|
|
5
|
+
import { PageContainer } from './chunk-BZZCNLT6.js';
|
|
6
|
+
import { TableSelectionToolbar, SortableHeader } from './chunk-TUMSNGTX.js';
|
|
6
7
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
7
|
-
import { CustomModal } from './chunk-
|
|
8
|
-
import { useProjectRealtime, useTableSort, sortData, usePaginationState, useTableSelection, useProjectActivities } from './chunk-
|
|
9
|
-
import { useCreateTask, useCreateMilestone, useProjectMilestones, useUpdateTask, useProjects, useDeleteProject, useProject, useProjectNotes, useUpdateMilestone, useCreateNote, showApiErrorNotification, projectKeys } from './chunk-
|
|
10
|
-
import { StatusBadge, EmptyState, PageTitleCaption, CenteredErrorState, StatCard, CardHeader } from './chunk-
|
|
8
|
+
import { CustomModal } from './chunk-R66W5UDG.js';
|
|
9
|
+
import { useProjectRealtime, useTableSort, sortData, usePaginationState, useTableSelection, useProjectActivities } from './chunk-JKSUN5GN.js';
|
|
10
|
+
import { useCreateTask, useCreateMilestone, useProjectMilestones, useUpdateTask, useProjects, useDeleteProject, useProject, useProjectNotes, useUpdateMilestone, useCreateNote, showApiErrorNotification, projectKeys } from './chunk-7HMCB26R.js';
|
|
11
|
+
import { StatusBadge, EmptyState, PageTitleCaption, CenteredErrorState, StatCard, CardHeader } from './chunk-L3BVJWML.js';
|
|
11
12
|
import { SubshellContentContainer } from './chunk-TKAYX2SP.js';
|
|
12
13
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
13
|
-
import { PAGE_SIZE_DEFAULT, formatTimeAgo, formatDate, formatRelativeTime } from './chunk-
|
|
14
|
-
import { useElevasisServices } from './chunk-
|
|
14
|
+
import { PAGE_SIZE_DEFAULT, formatTimeAgo, formatDate, formatRelativeTime } from './chunk-XQHZBA65.js';
|
|
15
|
+
import { useElevasisServices } from './chunk-KJ3QUBNU.js';
|
|
15
16
|
import { useState, useMemo, useCallback } from 'react';
|
|
16
17
|
import { Stack, Text, Group, Checkbox, ActionIcon, TextInput, Button, Modal, Title, Textarea, Select, SimpleGrid, Card, ThemeIcon, RingProgress, Paper, Timeline, Badge, Collapse, Center, Loader, Table, Pagination, Alert, CopyButton, Tooltip, Space, Tabs, Divider, Anchor, Chip } from '@mantine/core';
|
|
17
18
|
import { IconNotes, IconBriefcase, IconChecklist, IconFlag, IconX, IconPlus, IconHeartbeat, IconFileText, IconCalendar, IconInbox, IconLock, IconAlertTriangle, IconCircleCheck, IconClock, IconChevronDown, IconChevronRight, IconDownload, IconListCheck, IconMessageCircle, IconSearch, IconCheck, IconCopy, IconFileDescription, IconArrowLeft, IconCurrencyDollar, IconBuilding } from '@tabler/icons-react';
|
|
@@ -312,53 +313,6 @@ function HealthStatusCard({
|
|
|
312
313
|
] }) })
|
|
313
314
|
] });
|
|
314
315
|
}
|
|
315
|
-
|
|
316
|
-
// src/features/delivery/_shared.ts
|
|
317
|
-
var projectStatusColors = {
|
|
318
|
-
active: "blue",
|
|
319
|
-
on_track: "green",
|
|
320
|
-
at_risk: "yellow",
|
|
321
|
-
blocked: "red",
|
|
322
|
-
completed: "teal",
|
|
323
|
-
paused: "gray"
|
|
324
|
-
};
|
|
325
|
-
var milestoneStatusColors = {
|
|
326
|
-
upcoming: "gray",
|
|
327
|
-
in_progress: "blue",
|
|
328
|
-
completed: "green",
|
|
329
|
-
overdue: "red",
|
|
330
|
-
blocked: "orange"
|
|
331
|
-
};
|
|
332
|
-
var taskStatusColors = {
|
|
333
|
-
pending: "gray",
|
|
334
|
-
planned: "gray",
|
|
335
|
-
in_progress: "blue",
|
|
336
|
-
submitted: "yellow",
|
|
337
|
-
approved: "green",
|
|
338
|
-
rejected: "red",
|
|
339
|
-
revision_requested: "orange"
|
|
340
|
-
};
|
|
341
|
-
var taskTypeColors = {
|
|
342
|
-
documentation: "blue",
|
|
343
|
-
code: "violet",
|
|
344
|
-
report: "cyan",
|
|
345
|
-
design: "pink",
|
|
346
|
-
other: "gray"
|
|
347
|
-
};
|
|
348
|
-
var noteTypeColors = {
|
|
349
|
-
call_note: "blue",
|
|
350
|
-
status_update: "green",
|
|
351
|
-
issue: "yellow",
|
|
352
|
-
blocker: "red",
|
|
353
|
-
agent_learning: "grape"
|
|
354
|
-
};
|
|
355
|
-
function formatStatusLabel(status) {
|
|
356
|
-
return status.split("_").map((word) => word.charAt(0).toUpperCase() + word.slice(1)).join(" ");
|
|
357
|
-
}
|
|
358
|
-
function calculateProgress(completed, total) {
|
|
359
|
-
if (total === 0) return 0;
|
|
360
|
-
return Math.round(completed / total * 100);
|
|
361
|
-
}
|
|
362
316
|
var MILESTONE_ICONS = {
|
|
363
317
|
upcoming: IconClock,
|
|
364
318
|
in_progress: IconFlag,
|
|
@@ -1659,4 +1613,4 @@ function ProjectDetailPage({ projectId, onBack, backLabel = "Projects" }) {
|
|
|
1659
1613
|
] }) }) });
|
|
1660
1614
|
}
|
|
1661
1615
|
|
|
1662
|
-
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage,
|
|
1616
|
+
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, deliveryManifest };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OrganizationContext } from './chunk-DD3CCMCZ.js';
|
|
2
|
-
import { useProfile } from './chunk-
|
|
2
|
+
import { useProfile } from './chunk-2Q2JQSQO.js';
|
|
3
3
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
4
4
|
import { useState, useRef, useEffect, useCallback, createElement } from 'react';
|
|
5
5
|
import { useQueryClient } from '@tanstack/react-query';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-
|
|
2
|
-
import { PRESETS, getPreset, generateShades } from './chunk-
|
|
1
|
+
import { mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-3BAPR3KA.js';
|
|
2
|
+
import { PRESETS, getPreset, generateShades } from './chunk-3FV6HBXS.js';
|
|
3
3
|
import { AppBackground } from './chunk-WLOQ4IBG.js';
|
|
4
|
-
import { ElevasisCoreProvider } from './chunk-
|
|
4
|
+
import { ElevasisCoreProvider } from './chunk-CQZ3DNQY.js';
|
|
5
5
|
import { ElevasisLoader } from './chunk-SZHARWKU.js';
|
|
6
6
|
import { AppearanceProvider } from './chunk-E565XMTQ.js';
|
|
7
|
-
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-
|
|
7
|
+
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-XQHZBA65.js';
|
|
8
8
|
import { useMemo, useEffect } from 'react';
|
|
9
9
|
import { Loader, mergeThemeOverrides, MantineProvider } from '@mantine/core';
|
|
10
10
|
import '@mantine/core/styles.css';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useOrganization } from './chunk-DD3CCMCZ.js';
|
|
2
|
-
import { useUserProfile } from './chunk-
|
|
2
|
+
import { useUserProfile } from './chunk-2Q2JQSQO.js';
|
|
3
3
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
4
4
|
import { useState, useRef, useEffect, useCallback } from 'react';
|
|
5
5
|
import { Badge, Group, Button, Loader, Menu, Text } from '@mantine/core';
|