@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.
Files changed (125) hide show
  1. package/dist/{CoreAuthKitInner-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
  2. package/dist/api/index.js +3 -3
  3. package/dist/app/index.d.ts +176 -1
  4. package/dist/app/index.js +11 -11
  5. package/dist/auth/context.js +1 -1
  6. package/dist/auth/index.js +5 -5
  7. package/dist/charts/index.d.ts +2 -1
  8. package/dist/charts/index.js +9 -9
  9. package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
  10. package/dist/{chunk-LH4GPYDX.js → chunk-3BAPR3KA.js} +19 -3
  11. package/dist/{chunk-HLFFKKT3.js → chunk-3FV6HBXS.js} +17 -17
  12. package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
  13. package/dist/{chunk-SZWXQHKO.js → chunk-542WPQU2.js} +9 -8
  14. package/dist/{chunk-5CW2HXQA.js → chunk-5LJAEZMA.js} +7 -28
  15. package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
  16. package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
  17. package/dist/{chunk-CEHUFNAL.js → chunk-7HMCB26R.js} +12 -12
  18. package/dist/chunk-7KC4P3AU.js +357 -0
  19. package/dist/{chunk-OWESKPTJ.js → chunk-CQZ3DNQY.js} +30 -11
  20. package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
  21. package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
  22. package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
  23. package/dist/{chunk-FGDUK74A.js → chunk-HQGF4ATG.js} +10 -56
  24. package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
  25. package/dist/{chunk-OIMPGKDB.js → chunk-HYNYEBHM.js} +4 -4
  26. package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
  27. package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
  28. package/dist/{chunk-HNFQCOD2.js → chunk-JKSUN5GN.js} +1107 -370
  29. package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
  30. package/dist/{chunk-OHGNCWJP.js → chunk-L2NVFLXU.js} +3 -3
  31. package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
  32. package/dist/{chunk-3DUOPXOJ.js → chunk-MVFCLZSK.js} +691 -222
  33. package/dist/{chunk-A7R2URMV.js → chunk-ND42LPY4.js} +44 -10
  34. package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
  35. package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
  36. package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
  37. package/dist/{chunk-QNL7UI5G.js → chunk-Q6OYNEGR.js} +6 -6
  38. package/dist/{chunk-Y3YJKKEB.js → chunk-QDEETKYT.js} +5 -2
  39. package/dist/{chunk-XBMCDGHA.js → chunk-QHEWXU7I.js} +1 -1
  40. package/dist/chunk-R2XR4FCV.js +48 -0
  41. package/dist/chunk-R66W5UDG.js +26 -0
  42. package/dist/{chunk-65RQE3XF.js → chunk-SHQXMW4F.js} +1051 -380
  43. package/dist/{chunk-AK5E6ILJ.js → chunk-T3IPHEYJ.js} +1893 -305
  44. package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
  45. package/dist/{chunk-FFDAE2QI.js → chunk-TVRQ6AQI.js} +172 -26
  46. package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
  47. package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
  48. package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
  49. package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
  50. package/dist/{chunk-6NHCE7JM.js → chunk-Y4FWCG7Y.js} +159 -314
  51. package/dist/components/chat/index.d.ts +2 -1
  52. package/dist/components/chat/index.js +2 -2
  53. package/dist/components/index.d.ts +205 -11
  54. package/dist/components/index.js +51 -48
  55. package/dist/components/navigation/index.js +9 -9
  56. package/dist/execution/index.d.ts +2 -1
  57. package/dist/execution/index.js +1 -1
  58. package/dist/features/auth/index.d.ts +121 -0
  59. package/dist/features/auth/index.js +6 -6
  60. package/dist/features/clients/index.css +611 -0
  61. package/dist/features/clients/index.d.ts +86 -0
  62. package/dist/features/clients/index.js +719 -0
  63. package/dist/features/crm/index.d.ts +148 -2
  64. package/dist/features/crm/index.js +27 -25
  65. package/dist/features/dashboard/index.d.ts +36 -1
  66. package/dist/features/dashboard/index.js +23 -23
  67. package/dist/features/delivery/index.d.ts +121 -0
  68. package/dist/features/delivery/index.js +27 -25
  69. package/dist/features/knowledge/index.js +52 -29
  70. package/dist/features/lead-gen/index.d.ts +116 -12
  71. package/dist/features/lead-gen/index.js +28 -26
  72. package/dist/features/monitoring/index.js +26 -25
  73. package/dist/features/monitoring/requests/index.js +23 -22
  74. package/dist/features/operations/index.d.ts +38 -2
  75. package/dist/features/operations/index.js +32 -31
  76. package/dist/features/seo/index.js +1 -1
  77. package/dist/features/settings/index.d.ts +121 -0
  78. package/dist/features/settings/index.js +25 -24
  79. package/dist/graph/index.js +1 -1
  80. package/dist/hooks/delivery/index.d.ts +140 -0
  81. package/dist/hooks/delivery/index.js +4 -4
  82. package/dist/hooks/index.d.ts +844 -21
  83. package/dist/hooks/index.js +21 -21
  84. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
  85. package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
  86. package/dist/hooks/published.d.ts +844 -21
  87. package/dist/hooks/published.js +21 -21
  88. package/dist/index.d.ts +1056 -27
  89. package/dist/index.js +22 -22
  90. package/dist/initialization/index.d.ts +121 -0
  91. package/dist/initialization/index.js +5 -5
  92. package/dist/knowledge/index.d.ts +151 -1
  93. package/dist/knowledge/index.js +1692 -1039
  94. package/dist/layout/index.d.ts +6 -0
  95. package/dist/layout/index.js +4 -4
  96. package/dist/organization/index.js +5 -5
  97. package/dist/profile/index.d.ts +121 -0
  98. package/dist/profile/index.js +3 -3
  99. package/dist/provider/ElevasisServiceContext.d.ts +11 -5
  100. package/dist/provider/ElevasisServiceContext.js +2 -2
  101. package/dist/provider/index.d.ts +337 -7
  102. package/dist/provider/index.js +18 -18
  103. package/dist/provider/published.d.ts +337 -7
  104. package/dist/provider/published.js +14 -14
  105. package/dist/router/context.js +1 -1
  106. package/dist/router/index.js +1 -1
  107. package/dist/sse/index.js +1 -1
  108. package/dist/supabase/index.d.ts +232 -0
  109. package/dist/supabase/index.js +1 -1
  110. package/dist/test-utils/index.d.ts +3 -0
  111. package/dist/test-utils/index.js +31 -7
  112. package/dist/test-utils/setup-integration.js +1 -1
  113. package/dist/test-utils/setup.js +2 -2
  114. package/dist/theme/index.js +4 -4
  115. package/dist/theme/presets/index.js +2 -2
  116. package/dist/typeform/index.js +1 -1
  117. package/dist/typeform/schemas.js +1 -1
  118. package/dist/types/index.d.ts +204 -1
  119. package/dist/utils/index.d.ts +36 -1
  120. package/dist/utils/index.js +2 -2
  121. package/dist/vite/index.js +3 -3
  122. package/dist/vite-plugin-knowledge/index.js +2 -2
  123. package/dist/zustand/index.js +1 -1
  124. package/package.json +14 -5
  125. /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
- Paper,
234
+ Card,
235
235
  {
236
236
  p: "xs",
237
- withBorder: false,
237
+ withBorder: true,
238
238
  style: {
239
- backgroundColor: "var(--color-surface)",
240
- border: "none",
241
- boxShadow: "var(--standard-box-shadow)"
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: isUser ? "var(--color-primary-contrast)" : "var(--color-text)",
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: isUser ? "var(--color-primary)" : "var(--color-surface)",
380
- borderLeft: isUser ? "none" : "2px solid color-mix(in srgb, var(--color-primary) 30%, transparent)",
381
- border: isUser ? "none" : void 0,
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: isUser ? /* @__PURE__ */ jsx(Text, { size: "sm", style: { lineHeight: 1.55 }, children: message.text }) : /* @__PURE__ */ jsx(
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-KVJ3LFH2.js';
8
- import { useProjectRealtime, useTableSort, sortData, usePaginationState, useTableSelection, useProjectActivities } from './chunk-HNFQCOD2.js';
9
- import { useCreateTask, useCreateMilestone, useProjectMilestones, useUpdateTask, useProjects, useDeleteProject, useProject, useProjectNotes, useUpdateMilestone, useCreateNote, showApiErrorNotification, projectKeys } from './chunk-CEHUFNAL.js';
10
- import { StatusBadge, EmptyState, PageTitleCaption, CenteredErrorState, StatCard, CardHeader } from './chunk-6WXDE5LZ.js';
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-HXZQWMKE.js';
14
- import { useElevasisServices } from './chunk-5WWZXCS5.js';
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, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors };
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-XTVZFT7U.js';
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-LH4GPYDX.js';
2
- import { PRESETS, getPreset, generateShades } from './chunk-HLFFKKT3.js';
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-OWESKPTJ.js';
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-HXZQWMKE.js';
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-XTVZFT7U.js';
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';
@@ -1,4 +1,4 @@
1
- import { useUserProfile } from './chunk-XTVZFT7U.js';
1
+ import { useUserProfile } from './chunk-2Q2JQSQO.js';
2
2
  import { useAuthContext } from './chunk-BRJ3QZ4E.js';
3
3
  import { useMemo, useCallback } from 'react';
4
4