@elevasis/ui 2.20.0 → 2.22.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 +2 -2
- package/dist/app/index.js +5 -5
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-TO7QXDBX.js → chunk-3HEUGBOT.js} +3 -3
- package/dist/chunk-AXXTN44Z.js +26 -0
- package/dist/{chunk-FMFX4K6E.js → chunk-B4FHWKEF.js} +3390 -2929
- package/dist/{chunk-AL23U6C3.js → chunk-BIWHHWCJ.js} +1 -2
- package/dist/{chunk-MZFJWCPH.js → chunk-BSZRKBAW.js} +277 -92
- package/dist/{chunk-GP3AFJYG.js → chunk-COG4ABRI.js} +8 -13
- package/dist/chunk-DDZOHLHB.js +48 -0
- package/dist/{chunk-ZE2KQSHL.js → chunk-GJ7EIABJ.js} +4 -4
- package/dist/{chunk-YP6T426C.js → chunk-IBUYJXA3.js} +1326 -1110
- package/dist/{chunk-2CFOFSSG.js → chunk-IOTLB6ND.js} +8 -13
- package/dist/{chunk-GBMNCNHX.js → chunk-KVJ3LFH2.js} +3 -1
- package/dist/chunk-LJWV4TWV.js +335 -0
- package/dist/{chunk-PJVG3ISO.js → chunk-LKVBEE63.js} +7 -9
- package/dist/{chunk-JR5WNTLA.js → chunk-LVJGPE6H.js} +11 -24
- package/dist/{chunk-OUYH2SBS.js → chunk-LVUCBY7X.js} +2 -2
- package/dist/{chunk-TIIPYB2Z.js → chunk-QZJM3RYI.js} +1 -1
- package/dist/{chunk-OD7GWIZS.js → chunk-SGXXJE52.js} +1 -121
- package/dist/{chunk-7YQKVWSD.js → chunk-SQ5JGELM.js} +25 -5
- package/dist/{chunk-R7OJCNL3.js → chunk-T6INEVX6.js} +1 -1
- package/dist/{chunk-RX4UWZZR.js → chunk-TKAYX2SP.js} +8 -3
- package/dist/{chunk-CTTY6FUT.js → chunk-TSSKOQBX.js} +2 -2
- package/dist/{chunk-GTYUP7MB.js → chunk-WWJ6S2HQ.js} +10 -22
- package/dist/{chunk-Q5HC6ENG.js → chunk-XOTJNW4Q.js} +1 -1
- package/dist/{chunk-BHR7IV72.js → chunk-XUYBOO32.js} +1 -1
- package/dist/{chunk-M7W7CGPL.js → chunk-Z6FAH4XV.js} +1 -1
- package/dist/{chunk-Q4QJOSVS.js → chunk-ZBCTB5CA.js} +1 -1
- package/dist/components/index.css +85 -85
- package/dist/components/index.d.ts +970 -746
- package/dist/components/index.js +246 -39
- package/dist/components/navigation/index.css +589 -0
- package/dist/components/navigation/index.d.ts +1 -13
- package/dist/components/navigation/index.js +11 -1
- package/dist/execution/index.d.ts +27 -0
- package/dist/features/auth/index.css +2 -2
- package/dist/features/auth/index.d.ts +184 -3
- package/dist/features/crm/index.css +2 -2
- package/dist/features/crm/index.d.ts +201 -38
- package/dist/features/crm/index.js +15 -14
- package/dist/features/dashboard/index.css +2 -2
- package/dist/features/dashboard/index.d.ts +25 -27
- package/dist/features/dashboard/index.js +15 -14
- package/dist/features/delivery/index.css +85 -85
- package/dist/features/delivery/index.d.ts +201 -38
- package/dist/features/delivery/index.js +15 -14
- package/dist/features/lead-gen/index.css +2 -2
- package/dist/features/lead-gen/index.d.ts +19 -37
- package/dist/features/lead-gen/index.js +15 -14
- package/dist/features/monitoring/index.css +85 -85
- package/dist/features/monitoring/index.d.ts +18 -36
- package/dist/features/monitoring/index.js +17 -16
- package/dist/features/monitoring/requests/index.css +2 -2
- package/dist/features/monitoring/requests/index.d.ts +18 -36
- package/dist/features/monitoring/requests/index.js +15 -14
- package/dist/features/operations/index.css +2 -2
- package/dist/features/operations/index.d.ts +49 -67
- package/dist/features/operations/index.js +18 -17
- package/dist/features/seo/index.d.ts +17 -35
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.css +2 -2
- package/dist/features/settings/index.d.ts +222 -44
- package/dist/features/settings/index.js +16 -15
- package/dist/graph/index.css +2 -2
- package/dist/hooks/delivery/index.css +2 -2
- package/dist/hooks/delivery/index.d.ts +184 -3
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.css +85 -85
- package/dist/hooks/index.d.ts +1862 -1582
- package/dist/hooks/index.js +13 -12
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +92 -121
- package/dist/hooks/published.css +85 -85
- package/dist/hooks/published.d.ts +1862 -1582
- package/dist/hooks/published.js +13 -12
- package/dist/index.css +12 -12
- package/dist/index.d.ts +689 -470
- package/dist/index.js +14 -13
- package/dist/initialization/index.d.ts +184 -3
- package/dist/layout/index.js +2 -2
- package/dist/organization/index.css +589 -0
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +184 -3
- package/dist/provider/index.css +384 -0
- package/dist/provider/index.d.ts +68 -125
- package/dist/provider/index.js +11 -10
- package/dist/provider/published.css +463 -0
- package/dist/provider/published.d.ts +68 -125
- package/dist/provider/published.js +8 -7
- package/dist/supabase/index.d.ts +359 -6
- package/dist/test-utils/index.d.ts +46 -2
- package/dist/test-utils/index.js +104 -3
- package/dist/theme/index.js +2 -2
- package/dist/types/index.d.ts +303 -141
- package/dist/utils/index.d.ts +26 -59
- package/dist/utils/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-LR5CRY5A.js +0 -514
- package/dist/chunk-MG3NF7QL.js +0 -63
- /package/dist/{chunk-6GUW5GGF.js → chunk-6Z3G4U2R.js} +0 -0
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { useUserProfile } from './chunk-QHSW4WHM.js';
|
|
2
2
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
3
3
|
import { useState, useRef, useEffect, useCallback } from 'react';
|
|
4
|
-
import { Button, Loader, Menu, Text
|
|
5
|
-
import { IconChevronDown, IconBuilding, IconCheck } from '@tabler/icons-react';
|
|
4
|
+
import { Badge, Group, Button, Loader, Menu, Text } from '@mantine/core';
|
|
5
|
+
import { IconLock, IconChevronDown, IconBuilding, IconCheck } from '@tabler/icons-react';
|
|
6
6
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
7
7
|
|
|
8
|
+
function RoleBadge({ name, isSystem }) {
|
|
9
|
+
return /* @__PURE__ */ jsx(Badge, { color: isSystem ? "gray" : "primary", variant: "light", children: /* @__PURE__ */ jsxs(Group, { gap: 4, wrap: "nowrap", children: [
|
|
10
|
+
isSystem && /* @__PURE__ */ jsx(IconLock, { size: 10 }),
|
|
11
|
+
name
|
|
12
|
+
] }) });
|
|
13
|
+
}
|
|
8
14
|
function OrganizationSwitcher({
|
|
9
15
|
currentOrganization,
|
|
10
16
|
memberships,
|
|
@@ -64,7 +70,14 @@ function OrganizationSwitcher({
|
|
|
64
70
|
Menu.Item,
|
|
65
71
|
{
|
|
66
72
|
leftSection: /* @__PURE__ */ jsx(IconBuilding, { size: 14 }),
|
|
67
|
-
rightSection: /* @__PURE__ */ jsx(
|
|
73
|
+
rightSection: /* @__PURE__ */ jsx(
|
|
74
|
+
RoleBadge,
|
|
75
|
+
{
|
|
76
|
+
slug: membership.role.slug,
|
|
77
|
+
name: membership.role.slug.charAt(0).toUpperCase() + membership.role.slug.slice(1),
|
|
78
|
+
isSystem: true
|
|
79
|
+
}
|
|
80
|
+
),
|
|
68
81
|
onClick: () => {
|
|
69
82
|
const workosOrgId = membership.organization?.workos_org_id;
|
|
70
83
|
if (!workosOrgId) {
|
|
@@ -84,7 +97,14 @@ function OrganizationSwitcher({
|
|
|
84
97
|
Menu.Item,
|
|
85
98
|
{
|
|
86
99
|
leftSection: /* @__PURE__ */ jsx(IconBuilding, { size: 14 }),
|
|
87
|
-
rightSection: /* @__PURE__ */ jsx(
|
|
100
|
+
rightSection: /* @__PURE__ */ jsx(
|
|
101
|
+
RoleBadge,
|
|
102
|
+
{
|
|
103
|
+
slug: membership.role.slug,
|
|
104
|
+
name: membership.role.slug.charAt(0).toUpperCase() + membership.role.slug.slice(1),
|
|
105
|
+
isSystem: true
|
|
106
|
+
}
|
|
107
|
+
),
|
|
88
108
|
onClick: () => {
|
|
89
109
|
const workosOrgId = membership.organization?.workos_org_id;
|
|
90
110
|
if (!workosOrgId) {
|
|
@@ -346,4 +366,4 @@ function createUseOrgInitialization(useOrganizations, useApiClient) {
|
|
|
346
366
|
};
|
|
347
367
|
}
|
|
348
368
|
|
|
349
|
-
export { OrganizationSwitcher, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations };
|
|
369
|
+
export { OrganizationSwitcher, RoleBadge, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { APIClientError } from './chunk-
|
|
1
|
+
import { APIClientError } from './chunk-SGXXJE52.js';
|
|
2
2
|
import { OrganizationContext } from './chunk-DD3CCMCZ.js';
|
|
3
3
|
import { createContext, useContext, useMemo, useCallback } from 'react';
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -79,9 +79,11 @@ var SubshellSidebar = ({
|
|
|
79
79
|
borderRight: "1px solid var(--color-border)",
|
|
80
80
|
boxShadow: "var(--card-shadow)",
|
|
81
81
|
clipPath: "inset(-100px -100px -100px 0)",
|
|
82
|
-
|
|
82
|
+
height: `calc(100vh - ${topbarHeight}px)`,
|
|
83
|
+
minHeight: 0,
|
|
83
84
|
marginTop: `${topbarHeight}px`,
|
|
84
|
-
fontFamily: "var(--elevasis-font-family-subtitle)"
|
|
85
|
+
fontFamily: "var(--elevasis-font-family-subtitle)",
|
|
86
|
+
overflow: "hidden"
|
|
85
87
|
},
|
|
86
88
|
children
|
|
87
89
|
}
|
|
@@ -94,7 +96,8 @@ var SubshellSidebar = ({
|
|
|
94
96
|
position: "relative",
|
|
95
97
|
flexShrink: 0,
|
|
96
98
|
marginTop: `${topbarHeight}px`,
|
|
97
|
-
|
|
99
|
+
height: `calc(100vh - ${topbarHeight}px)`,
|
|
100
|
+
minHeight: 0
|
|
98
101
|
},
|
|
99
102
|
children: [
|
|
100
103
|
/* @__PURE__ */ jsx(
|
|
@@ -123,6 +126,8 @@ var SubshellSidebar = ({
|
|
|
123
126
|
style: {
|
|
124
127
|
width: `${width}px`,
|
|
125
128
|
flexShrink: 0,
|
|
129
|
+
height: "100%",
|
|
130
|
+
minHeight: 0,
|
|
126
131
|
display: "flex",
|
|
127
132
|
flexDirection: "column",
|
|
128
133
|
opacity: isOpen ? 1 : 0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useErrorTrends } from './chunk-QSTH6T77.js';
|
|
2
|
-
import { CardHeader, CenteredErrorState, TrendIndicator, EmptyState, StatCard } from './chunk-
|
|
3
|
-
import { getTimeRangeLabel, getTimeRangeDates, formatBucketTime } from './chunk-
|
|
2
|
+
import { CardHeader, CenteredErrorState, TrendIndicator, EmptyState, StatCard } from './chunk-XUYBOO32.js';
|
|
3
|
+
import { getTimeRangeLabel, getTimeRangeDates, formatBucketTime } from './chunk-SGXXJE52.js';
|
|
4
4
|
import { useRef, useState, useLayoutEffect, useEffect, useMemo, useCallback } from 'react';
|
|
5
5
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
6
6
|
import { useComputedColorScheme, Group, Text, Box, Stack, Center, Loader, Paper, Button, NumberFormatter, Badge, Space, Tooltip as Tooltip$1, SimpleGrid, Alert, SegmentedControl } from '@mantine/core';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { CyberAreaChart, CostTrendChart, ActivityTrendChart } from './chunk-
|
|
1
|
+
import { CyberAreaChart, CostTrendChart, ActivityTrendChart } from './chunk-TSSKOQBX.js';
|
|
2
2
|
import { AppShellLoader } from './chunk-M25JL54Z.js';
|
|
3
3
|
import { FilterBar } from './chunk-PDHTXPSF.js';
|
|
4
|
-
import { CustomModal } from './chunk-
|
|
4
|
+
import { CustomModal } from './chunk-KVJ3LFH2.js';
|
|
5
5
|
import { formatDuration } from './chunk-E4WQGJNS.js';
|
|
6
|
-
import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, useExecutionHealth, useErrorAnalysis, useTimeRangeDates, useErrorDetail, useResolveErrorsByExecution, useResources, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, useActivityFilters, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead, useTestNotification } from './chunk-
|
|
7
|
-
import { CenteredErrorState, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState, PageTitleCaption, JsonViewer } from './chunk-
|
|
6
|
+
import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useExecutionLogsFilters, useExecutionLogs, useExecutionHealth, useErrorAnalysis, useTimeRangeDates, useErrorDetail, useResolveErrorsByExecution, useResources, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, useActivityFilters, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead, useTestNotification } from './chunk-B4FHWKEF.js';
|
|
7
|
+
import { CenteredErrorState, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState, PageTitleCaption, JsonViewer } from './chunk-XUYBOO32.js';
|
|
8
8
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
9
|
-
import { formatBucketTime, PAGE_SIZE_DEFAULT, getTimeRangeDates } from './chunk-
|
|
9
|
+
import { formatBucketTime, PAGE_SIZE_DEFAULT, getTimeRangeDates } from './chunk-SGXXJE52.js';
|
|
10
10
|
import { useState, useMemo, useCallback } from 'react';
|
|
11
11
|
import { Table, Text, Badge, Tooltip, Card, Group, Select, SegmentedControl, Button, TextInput, Stack, Paper, Center, Loader, ActionIcon, NumberFormatter, Box, Alert, Switch, Pagination, UnstyledButton, Title, Divider, Code, CopyButton, Accordion } from '@mantine/core';
|
|
12
12
|
import { IconActivity, IconFilterOff, IconCircleCheck, IconThumbDown, IconThumbUp, IconClock, IconCircleX, IconSearch, IconArrowUpRight, IconAlertTriangle, IconAlertCircle, IconExternalLink, IconChartPie, IconHeartbeat, IconDownload, IconCpu, IconTrendingUp, IconChartBar, IconCash, IconInfoCircle, IconExclamationCircle, IconBug, IconChecks, IconCircle, IconCircleFilled, IconCheck, IconCopy, IconCircleDashed, IconPlus, IconArrowUp, IconArrowDown, IconFileOff, IconRobot, IconKey, IconUser } from '@tabler/icons-react';
|
|
@@ -175,6 +175,7 @@ var activityTypeLabels = {
|
|
|
175
175
|
webhook_executed: "Webhook Out",
|
|
176
176
|
webhook_failed: "Webhook Fail",
|
|
177
177
|
credential_change: "Credential",
|
|
178
|
+
credential_read: "Credential Read",
|
|
178
179
|
api_key_change: "API Key",
|
|
179
180
|
deployment_change: "Deployment",
|
|
180
181
|
membership_change: "Membership"
|
|
@@ -243,6 +244,7 @@ var activityTypeOptions = [
|
|
|
243
244
|
{ value: "webhook_executed", label: "Webhook Executed" },
|
|
244
245
|
{ value: "webhook_failed", label: "Webhook Failed" },
|
|
245
246
|
{ value: "credential_change", label: "Credential Changes" },
|
|
247
|
+
{ value: "credential_read", label: "Credential Reads" },
|
|
246
248
|
{ value: "api_key_change", label: "API Key Changes" },
|
|
247
249
|
{ value: "deployment_change", label: "Deployment Changes" },
|
|
248
250
|
{ value: "membership_change", label: "Membership Changes" }
|
|
@@ -323,6 +325,7 @@ function getNavigationPath(activity) {
|
|
|
323
325
|
case "hitl_action":
|
|
324
326
|
return "/command-queue";
|
|
325
327
|
case "credential_change":
|
|
328
|
+
case "credential_read":
|
|
326
329
|
return "/settings/credentials";
|
|
327
330
|
case "api_key_change":
|
|
328
331
|
return "/settings/api-keys";
|
|
@@ -1599,6 +1602,7 @@ function getNavigationPath2(activity) {
|
|
|
1599
1602
|
case "hitl_action":
|
|
1600
1603
|
return "/operations/command-queue";
|
|
1601
1604
|
case "credential_change":
|
|
1605
|
+
case "credential_read":
|
|
1602
1606
|
return "/settings/credentials";
|
|
1603
1607
|
case "api_key_change":
|
|
1604
1608
|
return "/settings/api-keys";
|
|
@@ -1789,23 +1793,7 @@ function NotificationCenter({ pageSize = 20 }) {
|
|
|
1789
1793
|
var monitoringManifest = {
|
|
1790
1794
|
key: "monitoring",
|
|
1791
1795
|
featureId: "monitoring",
|
|
1792
|
-
|
|
1793
|
-
label: "Monitoring",
|
|
1794
|
-
icon: IconActivity,
|
|
1795
|
-
dataOnboardingTourId: "sidebar-monitoring",
|
|
1796
|
-
links: [
|
|
1797
|
-
{ label: "Activity Log", link: "/monitoring/activity-log" },
|
|
1798
|
-
{ label: "Execution Logs", link: "/monitoring/execution-logs" },
|
|
1799
|
-
{ label: "Execution Health", link: "/monitoring/execution-health" },
|
|
1800
|
-
{ label: "Cost Analytics", link: "/monitoring/cost-analytics" },
|
|
1801
|
-
{ label: "Notifications", link: "/monitoring/notifications" },
|
|
1802
|
-
{
|
|
1803
|
-
label: "Submitted Requests",
|
|
1804
|
-
link: "/monitoring/requests",
|
|
1805
|
-
featureKey: "submitted-requests"
|
|
1806
|
-
}
|
|
1807
|
-
]
|
|
1808
|
-
}
|
|
1796
|
+
icon: IconActivity
|
|
1809
1797
|
};
|
|
1810
1798
|
|
|
1811
1799
|
export { ActivityCard, ActivityFeed, ActivityFilters, ActivityLog, ActivityTable, BusinessImpactCard, CostAnalytics, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ErrorDetailsModal, ExecutionBreakdownTable, ExecutionHealth, ExecutionHealthCard, ExecutionLogsFilters, ExecutionLogsPage, ExecutionLogsTable, NotificationCenter, NotificationItem, NotificationList, monitoringManifest };
|
|
@@ -129,7 +129,7 @@ var tacticalPreset = {
|
|
|
129
129
|
Fragment,
|
|
130
130
|
null,
|
|
131
131
|
createElement(AppBackground, {
|
|
132
|
-
gridGlowColor: "color-mix(in srgb, #
|
|
132
|
+
gridGlowColor: "color-mix(in srgb, #5A5A5A 30%, transparent)",
|
|
133
133
|
gridGlowIntensity: 50
|
|
134
134
|
}),
|
|
135
135
|
createElement(AmbientBloomGrid, { intensity: 0.07, color: "#5A6070", size: 1.2 })
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
|
2
2
|
import { useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
3
|
-
import { getErrorInfo, getErrorTitle, getResourceIcon, formatTimeAgo } from './chunk-
|
|
3
|
+
import { getErrorInfo, getErrorTitle, getResourceIcon, formatTimeAgo } from './chunk-SGXXJE52.js';
|
|
4
4
|
import { ResourceStatusColors } from './chunk-KRWALB24.js';
|
|
5
5
|
import { useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
6
6
|
import { Center, Stack, Title, Text, Button, Box, Loader, Badge, Group, Collapse, ScrollArea, Card, Select, Alert, Code, ThemeIcon, Paper, Grid, Timeline, Space } from '@mantine/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-
|
|
1
|
+
import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-SGXXJE52.js';
|
|
2
2
|
import { useElevasisServices } from './chunk-IRW7JMQ4.js';
|
|
3
3
|
import { useQuery, useQueryClient, useMutation } from '@tanstack/react-query';
|
|
4
4
|
import { notifications } from '@mantine/notifications';
|
|
@@ -125,83 +125,14 @@
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
/* src/
|
|
129
|
-
.
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
border: 1px solid var(--color-border);
|
|
134
|
-
color: var(--color-text);
|
|
135
|
-
}
|
|
136
|
-
.mantine-Button-root[data-variant=default]:hover {
|
|
137
|
-
background-color: var(--color-surface-hover);
|
|
138
|
-
}
|
|
139
|
-
.mantine-Accordion-control:hover {
|
|
140
|
-
background-color: var(--color-surface-hover);
|
|
141
|
-
}
|
|
142
|
-
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
143
|
-
background-color: var(--color-surface-hover);
|
|
144
|
-
}
|
|
145
|
-
.mantine-Select-option:hover {
|
|
146
|
-
background-color: var(--color-surface-hover) !important;
|
|
147
|
-
}
|
|
148
|
-
[data-mantine-color-scheme=dark] .mantine-Tabs-root {
|
|
149
|
-
--tab-border-color: var(--color-border);
|
|
150
|
-
}
|
|
151
|
-
.mantine-Tabs-tab:hover {
|
|
152
|
-
background-color: var(--color-surface-hover);
|
|
153
|
-
}
|
|
154
|
-
.mantine-Pagination-control:not([data-active]) {
|
|
155
|
-
background: var(--color-surface);
|
|
156
|
-
}
|
|
157
|
-
::-webkit-scrollbar {
|
|
158
|
-
width: 5px;
|
|
159
|
-
height: 5px;
|
|
160
|
-
}
|
|
161
|
-
::-webkit-scrollbar-track {
|
|
162
|
-
background: transparent;
|
|
163
|
-
}
|
|
164
|
-
::-webkit-scrollbar-thumb {
|
|
165
|
-
background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
|
|
166
|
-
border-radius: 4px;
|
|
167
|
-
}
|
|
168
|
-
::-webkit-scrollbar-thumb:hover {
|
|
169
|
-
background: var(--color-text-subtle);
|
|
170
|
-
}
|
|
171
|
-
.mantine-Checkbox-input {
|
|
172
|
-
background-color: var(--color-surface);
|
|
173
|
-
border-color: var(--color-border);
|
|
174
|
-
}
|
|
175
|
-
.mantine-Checkbox-input:checked {
|
|
176
|
-
background-color: var(--color-primary);
|
|
177
|
-
border-color: var(--color-primary);
|
|
178
|
-
}
|
|
179
|
-
.mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
|
|
180
|
-
background-color: var(--color-surface-hover);
|
|
181
|
-
border-color: var(--color-border);
|
|
182
|
-
}
|
|
183
|
-
.mantine-Timeline-root {
|
|
184
|
-
--tl-color: var(--color-primary);
|
|
185
|
-
}
|
|
186
|
-
.mantine-Timeline-item {
|
|
187
|
-
--item-border-color: var(--color-border);
|
|
188
|
-
}
|
|
189
|
-
.mantine-Timeline-itemBullet {
|
|
190
|
-
border-color: var(--color-border);
|
|
191
|
-
}
|
|
192
|
-
.mantine-Timeline-itemBullet:where([data-with-child]) {
|
|
193
|
-
background-color: var(--color-primary);
|
|
194
|
-
border-color: var(--color-primary);
|
|
195
|
-
}
|
|
196
|
-
.recharts-surface:focus {
|
|
197
|
-
outline: none;
|
|
198
|
-
}
|
|
199
|
-
.hide-scrollbar {
|
|
200
|
-
scrollbar-width: none;
|
|
201
|
-
-ms-overflow-style: none;
|
|
128
|
+
/* src/graph/Graph.globals.css */
|
|
129
|
+
.elevasis-graph-root .react-flow__node.selected,
|
|
130
|
+
.elevasis-graph-root .react-flow__node:focus,
|
|
131
|
+
.elevasis-graph-root .react-flow__node:focus-visible {
|
|
132
|
+
outline: none !important;
|
|
202
133
|
}
|
|
203
|
-
.
|
|
204
|
-
|
|
134
|
+
.elevasis-graph-root .react-flow__node.selected > * {
|
|
135
|
+
box-shadow: none;
|
|
205
136
|
}
|
|
206
137
|
|
|
207
138
|
/* src/graph/Graph.module.css */
|
|
@@ -309,7 +240,7 @@
|
|
|
309
240
|
transparent 1px),
|
|
310
241
|
radial-gradient(
|
|
311
242
|
ellipse at 50% 50%,
|
|
312
|
-
color-mix(in srgb, var(--color-primary)
|
|
243
|
+
color-mix(in srgb, var(--color-primary) 1.25%, transparent) 0%,
|
|
313
244
|
transparent 70%);
|
|
314
245
|
background-color: color-mix(in srgb, var(--color-background) 50%, var(--glass-background));
|
|
315
246
|
backdrop-filter: var(--glass-blur);
|
|
@@ -328,7 +259,7 @@
|
|
|
328
259
|
transparent 1px),
|
|
329
260
|
radial-gradient(
|
|
330
261
|
ellipse at 50% 50%,
|
|
331
|
-
color-mix(in srgb, var(--color-primary)
|
|
262
|
+
color-mix(in srgb, var(--color-primary) 2.25%, transparent) 0%,
|
|
332
263
|
transparent 70%);
|
|
333
264
|
background-size:
|
|
334
265
|
40px 40px,
|
|
@@ -578,12 +509,81 @@
|
|
|
578
509
|
}
|
|
579
510
|
}
|
|
580
511
|
|
|
581
|
-
/* src/
|
|
582
|
-
.
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
512
|
+
/* src/theme/custom.css */
|
|
513
|
+
.mantine-Button-root[data-variant=default] {
|
|
514
|
+
background-color: var(--color-surface);
|
|
515
|
+
backdrop-filter: var(--glass-blur);
|
|
516
|
+
-webkit-backdrop-filter: var(--glass-blur);
|
|
517
|
+
border: 1px solid var(--color-border);
|
|
518
|
+
color: var(--color-text);
|
|
586
519
|
}
|
|
587
|
-
.
|
|
588
|
-
|
|
520
|
+
.mantine-Button-root[data-variant=default]:hover {
|
|
521
|
+
background-color: var(--color-surface-hover);
|
|
522
|
+
}
|
|
523
|
+
.mantine-Accordion-control:hover {
|
|
524
|
+
background-color: var(--color-surface-hover);
|
|
525
|
+
}
|
|
526
|
+
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
527
|
+
background-color: var(--color-surface-hover);
|
|
528
|
+
}
|
|
529
|
+
.mantine-Select-option:hover {
|
|
530
|
+
background-color: var(--color-surface-hover) !important;
|
|
531
|
+
}
|
|
532
|
+
[data-mantine-color-scheme=dark] .mantine-Tabs-root {
|
|
533
|
+
--tab-border-color: var(--color-border);
|
|
534
|
+
}
|
|
535
|
+
.mantine-Tabs-tab:hover {
|
|
536
|
+
background-color: var(--color-surface-hover);
|
|
537
|
+
}
|
|
538
|
+
.mantine-Pagination-control:not([data-active]) {
|
|
539
|
+
background: var(--color-surface);
|
|
540
|
+
}
|
|
541
|
+
::-webkit-scrollbar {
|
|
542
|
+
width: 5px;
|
|
543
|
+
height: 5px;
|
|
544
|
+
}
|
|
545
|
+
::-webkit-scrollbar-track {
|
|
546
|
+
background: transparent;
|
|
547
|
+
}
|
|
548
|
+
::-webkit-scrollbar-thumb {
|
|
549
|
+
background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
|
|
550
|
+
border-radius: 4px;
|
|
551
|
+
}
|
|
552
|
+
::-webkit-scrollbar-thumb:hover {
|
|
553
|
+
background: var(--color-text-subtle);
|
|
554
|
+
}
|
|
555
|
+
.mantine-Checkbox-input {
|
|
556
|
+
background-color: var(--color-surface);
|
|
557
|
+
border-color: var(--color-border);
|
|
558
|
+
}
|
|
559
|
+
.mantine-Checkbox-input:checked {
|
|
560
|
+
background-color: var(--color-primary);
|
|
561
|
+
border-color: var(--color-primary);
|
|
562
|
+
}
|
|
563
|
+
.mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
|
|
564
|
+
background-color: var(--color-surface-hover);
|
|
565
|
+
border-color: var(--color-border);
|
|
566
|
+
}
|
|
567
|
+
.mantine-Timeline-root {
|
|
568
|
+
--tl-color: var(--color-primary);
|
|
569
|
+
}
|
|
570
|
+
.mantine-Timeline-item {
|
|
571
|
+
--item-border-color: var(--color-border);
|
|
572
|
+
}
|
|
573
|
+
.mantine-Timeline-itemBullet {
|
|
574
|
+
border-color: var(--color-border);
|
|
575
|
+
}
|
|
576
|
+
.mantine-Timeline-itemBullet:where([data-with-child]) {
|
|
577
|
+
background-color: var(--color-primary);
|
|
578
|
+
border-color: var(--color-primary);
|
|
579
|
+
}
|
|
580
|
+
.recharts-surface:focus {
|
|
581
|
+
outline: none;
|
|
582
|
+
}
|
|
583
|
+
.hide-scrollbar {
|
|
584
|
+
scrollbar-width: none;
|
|
585
|
+
-ms-overflow-style: none;
|
|
586
|
+
}
|
|
587
|
+
.hide-scrollbar::-webkit-scrollbar {
|
|
588
|
+
display: none;
|
|
589
589
|
}
|