@elevasis/ui 2.31.0 → 2.33.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-KSEGSB67.js → CoreAuthKitInner-QC62UHTZ.js} +1 -1
- package/dist/api/index.js +3 -3
- package/dist/app/index.css +38 -0
- package/dist/app/index.d.ts +69 -9
- package/dist/app/index.js +7 -6
- package/dist/auth/context.js +1 -1
- package/dist/auth/index.js +1 -1
- package/dist/charts/index.js +5 -6
- package/dist/{chunk-JKSUN5GN.js → chunk-2GMF5IRF.js} +81 -746
- package/dist/{chunk-XQHZBA65.js → chunk-2RJMVWFJ.js} +1 -6
- package/dist/{chunk-CW3UNAF2.js → chunk-4DYOXEH6.js} +410 -5
- package/dist/{chunk-HQGF4ATG.js → chunk-52NLZN6Z.js} +118 -141
- package/dist/chunk-AHCKOU2M.js +13 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/chunk-DWXDNT7P.js +145 -0
- package/dist/chunk-E4T2N7P7.js +124 -0
- package/dist/{chunk-HYNYEBHM.js → chunk-E7C4XEWH.js} +3 -3
- package/dist/{chunk-L3BVJWML.js → chunk-EPTHX4VZ.js} +1 -1
- package/dist/{chunk-QDEETKYT.js → chunk-FFPHJBJC.js} +9 -9
- package/dist/chunk-GNRMB6DC.js +5126 -0
- package/dist/{chunk-DZTG5IAC.js → chunk-I2KLQ2HA.js} +1 -7
- package/dist/{chunk-Q6OYNEGR.js → chunk-IUKFNASA.js} +5 -6
- package/dist/{chunk-QHEWXU7I.js → chunk-JFL3GRD4.js} +1 -1
- package/dist/{chunk-T3IPHEYJ.js → chunk-JHT5JIJ3.js} +4410 -566
- package/dist/{chunk-L2NVFLXU.js → chunk-MHLZ4F4N.js} +4 -4
- package/dist/{chunk-XQQEKWTL.js → chunk-N55DVMAG.js} +6 -2
- package/dist/{chunk-TOIXUWR6.js → chunk-ND5TDV2J.js} +1 -1
- package/dist/{chunk-5LJAEZMA.js → chunk-NOIRGGW2.js} +5 -6
- package/dist/{chunk-7KC4P3AU.js → chunk-QNOVUCSV.js} +2 -12
- package/dist/{chunk-3BAPR3KA.js → chunk-RQA2EVN3.js} +5 -15
- package/dist/{chunk-ND42LPY4.js → chunk-TKF5S4XP.js} +6 -6
- package/dist/{chunk-DWK2QIAK.js → chunk-TYRUKGGD.js} +1 -1
- package/dist/{chunk-Y4FWCG7Y.js → chunk-UVFOURXR.js} +8 -7
- package/dist/chunk-UW7IV2Y3.js +447 -0
- package/dist/{chunk-P55BJZZW.js → chunk-V6SZ4ECN.js} +20 -5
- package/dist/{chunk-6YT4IKJ7.js → chunk-VNAZTCHA.js} +15 -0
- package/dist/chunk-XG57WXOL.js +85 -0
- package/dist/{chunk-SHQXMW4F.js → chunk-XOFSMJLF.js} +46 -28
- package/dist/{chunk-7HMCB26R.js → chunk-XZGSCABI.js} +1 -1
- package/dist/chunk-YAQ25UNM.js +2126 -0
- package/dist/chunk-ZGTDKH3P.js +467 -0
- package/dist/components/chat/index.js +1 -1
- package/dist/components/index.css +38 -0
- package/dist/components/index.d.ts +262 -51
- package/dist/components/index.js +37 -39
- package/dist/components/navigation/index.css +38 -0
- package/dist/components/navigation/index.js +5 -3
- package/dist/execution/index.d.ts +11 -2
- package/dist/execution/index.js +1 -1
- package/dist/features/auth/index.css +38 -0
- package/dist/features/auth/index.d.ts +91 -14
- package/dist/features/auth/index.js +42 -10
- package/dist/features/clients/index.css +38 -0
- package/dist/features/clients/index.d.ts +1 -1
- package/dist/features/clients/index.js +17 -15
- package/dist/features/crm/index.css +38 -0
- package/dist/features/crm/index.d.ts +80 -18
- package/dist/features/crm/index.js +17 -15
- package/dist/features/dashboard/index.css +38 -0
- package/dist/features/dashboard/index.d.ts +174 -25
- package/dist/features/dashboard/index.js +17 -16
- package/dist/features/delivery/index.css +38 -0
- package/dist/features/delivery/index.d.ts +80 -18
- package/dist/features/delivery/index.js +16 -15
- package/dist/features/knowledge/index.css +38 -0
- package/dist/features/knowledge/index.d.ts +20 -18
- package/dist/features/knowledge/index.js +114 -609
- package/dist/features/lead-gen/index.css +38 -0
- package/dist/features/lead-gen/index.d.ts +45 -43
- package/dist/features/lead-gen/index.js +17 -16
- package/dist/features/monitoring/index.css +38 -0
- package/dist/features/monitoring/index.d.ts +20 -18
- package/dist/features/monitoring/index.js +18 -17
- package/dist/features/monitoring/requests/index.css +38 -0
- package/dist/features/monitoring/requests/index.d.ts +23 -21
- package/dist/features/monitoring/requests/index.js +16 -14
- package/dist/features/operations/index.css +38 -0
- package/dist/features/operations/index.d.ts +1299 -66
- package/dist/features/operations/index.js +22 -24
- package/dist/features/seo/index.d.ts +20 -18
- package/dist/features/seo/index.js +2 -2
- package/dist/features/settings/index.css +38 -0
- package/dist/features/settings/index.d.ts +80 -18
- package/dist/features/settings/index.js +17 -15
- package/dist/graph/index.js +1 -1
- package/dist/hooks/delivery/index.css +38 -0
- package/dist/hooks/delivery/index.d.ts +60 -0
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.css +38 -0
- package/dist/hooks/index.d.ts +492 -89
- package/dist/hooks/index.js +15 -13
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +332 -33
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
- package/dist/hooks/published.css +38 -0
- package/dist/hooks/published.d.ts +492 -89
- package/dist/hooks/published.js +15 -13
- package/dist/index.css +38 -0
- package/dist/index.d.ts +1353 -1349
- package/dist/index.js +16 -14
- package/dist/initialization/index.d.ts +60 -0
- package/dist/initialization/index.js +1 -1
- package/dist/knowledge/index.d.ts +1217 -1292
- package/dist/knowledge/index.js +6538 -2198
- package/dist/knowledge-search-index-P7PR626V.js +1514 -0
- package/dist/layout/index.js +3 -4
- package/dist/organization/index.css +38 -0
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +60 -0
- package/dist/profile/index.js +1 -1
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.css +38 -0
- package/dist/provider/index.d.ts +1068 -1246
- package/dist/provider/index.js +12 -10
- package/dist/provider/published.css +38 -0
- package/dist/provider/published.d.ts +1065 -1243
- package/dist/provider/published.js +9 -7
- 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 +117 -0
- package/dist/supabase/index.js +1 -1
- package/dist/test-utils/index.d.ts +16 -9
- package/dist/test-utils/index.js +40 -33
- package/dist/test-utils/setup-integration.js +1 -1
- package/dist/test-utils/setup.js +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/index.js +1 -1
- package/dist/typeform/index.js +1 -1
- package/dist/typeform/schemas.js +1 -1
- package/dist/types/index.d.ts +394 -35
- package/dist/utils/index.d.ts +174 -25
- package/dist/utils/index.js +2 -2
- package/dist/vite/index.js +1 -1
- package/dist/vite-plugin-knowledge/index.js +1 -1
- package/dist/zustand/index.js +1 -1
- package/package.json +10 -9
- package/src/README.md +29 -29
- package/src/api/README.md +18 -18
- package/src/app/README.md +24 -24
- package/src/auth/README.md +18 -18
- package/src/components/README.md +24 -24
- package/src/execution/README.md +16 -16
- package/src/features/README.md +28 -28
- package/src/graph/README.md +16 -16
- package/src/hooks/README.md +23 -23
- package/src/initialization/README.md +19 -19
- package/src/knowledge/README.md +31 -31
- package/src/organization/README.md +18 -18
- package/src/profile/README.md +19 -19
- package/src/provider/README.md +32 -32
- package/src/router/README.md +18 -18
- package/src/sse/README.md +13 -13
- package/src/test-utils/README.md +7 -7
- package/src/theme/README.md +23 -23
- package/src/theme/presets/README.md +19 -19
- package/src/types/README.md +16 -16
- package/src/utils/README.md +18 -18
- package/src/zustand/README.md +18 -18
- package/dist/chunk-542WPQU2.js +0 -413
- package/dist/chunk-6IXOKUBC.js +0 -347
- package/dist/chunk-CQZ3DNQY.js +0 -740
- package/dist/chunk-ECNNI3NT.js +0 -6
- package/dist/chunk-GRDLB6LM.js +0 -160
- package/dist/chunk-JDNEWB5F.js +0 -10
- package/dist/chunk-MVFCLZSK.js +0 -4337
- package/dist/chunk-O2QOPJI5.js +0 -2235
- package/dist/chunk-OAVTMITG.js +0 -13
- package/dist/chunk-TVRQ6AQI.js +0 -476
- package/dist/chunk-WF227UBV.js +0 -48
package/dist/chunk-ECNNI3NT.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// ../core/src/organization-model/contracts.ts
|
|
2
|
-
var KNOWLEDGE_FEATURE_ID = "knowledge";
|
|
3
|
-
var PROJECTS_FEATURE_ID = "projects";
|
|
4
|
-
var PROJECTS_VIEW_CAPABILITY_ID = "delivery.projects.view";
|
|
5
|
-
|
|
6
|
-
export { KNOWLEDGE_FEATURE_ID, PROJECTS_FEATURE_ID, PROJECTS_VIEW_CAPABILITY_ID };
|
package/dist/chunk-GRDLB6LM.js
DELETED
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import { IconMail, IconSend, IconFileText, IconClock, IconArrowUp, IconMessageCircle, IconRocket, IconEye, IconEdit, IconAlertTriangle, IconRefresh, IconX, IconCheck, IconArchive, IconShieldLock, IconSettings, IconBrain, IconChartBar, IconTool, IconBriefcase, IconLayoutGrid, IconTargetArrow, IconBuildingStore, IconCalendar, IconDashboard, IconInfoCircle, IconDatabase, IconGitBranch, IconTopologyStar3, IconUsers, IconUser, IconPlug, IconBook } from '@tabler/icons-react';
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
|
-
|
|
4
|
-
// src/icons/registry.tsx
|
|
5
|
-
var DEFAULT_SEMANTIC_ICON_REGISTRY = {
|
|
6
|
-
"nav.dashboard": IconDashboard,
|
|
7
|
-
"nav.calendar": IconCalendar,
|
|
8
|
-
"nav.sales": IconChartBar,
|
|
9
|
-
"nav.crm": IconBuildingStore,
|
|
10
|
-
"nav.lead-gen": IconTargetArrow,
|
|
11
|
-
"nav.projects": IconBriefcase,
|
|
12
|
-
"nav.operations": IconTool,
|
|
13
|
-
"nav.monitoring": IconChartBar,
|
|
14
|
-
"nav.knowledge": IconBrain,
|
|
15
|
-
"nav.settings": IconSettings,
|
|
16
|
-
"nav.admin": IconShieldLock,
|
|
17
|
-
"nav.archive": IconArchive,
|
|
18
|
-
"feature.dashboard": IconDashboard,
|
|
19
|
-
"feature.calendar": IconCalendar,
|
|
20
|
-
"feature.business": IconBuildingStore,
|
|
21
|
-
"feature.sales": IconChartBar,
|
|
22
|
-
"feature.crm": IconBuildingStore,
|
|
23
|
-
"feature.finance": IconChartBar,
|
|
24
|
-
"feature.lead-gen": IconTargetArrow,
|
|
25
|
-
"feature.platform": IconLayoutGrid,
|
|
26
|
-
"feature.projects": IconBriefcase,
|
|
27
|
-
"feature.operations": IconTool,
|
|
28
|
-
"feature.monitoring": IconChartBar,
|
|
29
|
-
"feature.knowledge": IconBrain,
|
|
30
|
-
"feature.settings": IconSettings,
|
|
31
|
-
"feature.admin": IconShieldLock,
|
|
32
|
-
"feature.archive": IconArchive,
|
|
33
|
-
"feature.seo": IconChartBar,
|
|
34
|
-
"knowledge.playbook": IconBook,
|
|
35
|
-
"knowledge.strategy": IconTargetArrow,
|
|
36
|
-
"knowledge.reference": IconFileText,
|
|
37
|
-
"resource.agent": IconBrain,
|
|
38
|
-
"resource.workflow": IconGitBranch,
|
|
39
|
-
"resource.integration": IconPlug,
|
|
40
|
-
"resource.database": IconDatabase,
|
|
41
|
-
"resource.user": IconUser,
|
|
42
|
-
"resource.team": IconUsers,
|
|
43
|
-
"integration.gmail": IconMail,
|
|
44
|
-
"integration.google-sheets": IconDatabase,
|
|
45
|
-
"integration.attio": IconBuildingStore,
|
|
46
|
-
"surface.dashboard": IconDashboard,
|
|
47
|
-
"surface.calendar": IconCalendar,
|
|
48
|
-
"surface.overview": IconDashboard,
|
|
49
|
-
"surface.command-view": IconTopologyStar3,
|
|
50
|
-
"surface.command-queue": IconSend,
|
|
51
|
-
"surface.pipeline": IconGitBranch,
|
|
52
|
-
"surface.lists": IconFileText,
|
|
53
|
-
"surface.resources": IconDatabase,
|
|
54
|
-
"surface.settings": IconSettings,
|
|
55
|
-
"action.approve": IconCheck,
|
|
56
|
-
"action.reject": IconX,
|
|
57
|
-
"action.retry": IconRefresh,
|
|
58
|
-
"action.edit": IconEdit,
|
|
59
|
-
"action.view": IconEye,
|
|
60
|
-
"action.launch": IconRocket,
|
|
61
|
-
"action.message": IconMessageCircle,
|
|
62
|
-
"action.escalate": IconAlertTriangle,
|
|
63
|
-
"action.promote": IconArrowUp,
|
|
64
|
-
"action.submit": IconSend,
|
|
65
|
-
"action.email": IconMail,
|
|
66
|
-
"status.success": IconCheck,
|
|
67
|
-
"status.error": IconX,
|
|
68
|
-
"status.warning": IconAlertTriangle,
|
|
69
|
-
"status.pending": IconClock,
|
|
70
|
-
"status.info": IconInfoCircle,
|
|
71
|
-
// Compatibility aliases for pre-semantic template/navigation payloads.
|
|
72
|
-
dashboard: IconDashboard,
|
|
73
|
-
calendar: IconCalendar,
|
|
74
|
-
sales: IconChartBar,
|
|
75
|
-
crm: IconBuildingStore,
|
|
76
|
-
finance: IconChartBar,
|
|
77
|
-
"lead-gen": IconTargetArrow,
|
|
78
|
-
platform: IconLayoutGrid,
|
|
79
|
-
projects: IconBriefcase,
|
|
80
|
-
operations: IconTool,
|
|
81
|
-
monitoring: IconChartBar,
|
|
82
|
-
knowledge: IconBrain,
|
|
83
|
-
settings: IconSettings,
|
|
84
|
-
admin: IconShieldLock,
|
|
85
|
-
archive: IconArchive,
|
|
86
|
-
// Compatibility aliases for existing command queue payloads.
|
|
87
|
-
IconCheck,
|
|
88
|
-
IconX,
|
|
89
|
-
IconRefresh,
|
|
90
|
-
IconAlertTriangle,
|
|
91
|
-
IconEdit,
|
|
92
|
-
IconEye,
|
|
93
|
-
IconRocket,
|
|
94
|
-
IconMessageCircle,
|
|
95
|
-
IconArrowUp,
|
|
96
|
-
IconClock,
|
|
97
|
-
IconFileText,
|
|
98
|
-
IconSend,
|
|
99
|
-
IconMail
|
|
100
|
-
};
|
|
101
|
-
var FALLBACK_TOKEN_BY_KIND = {
|
|
102
|
-
knowledge: "knowledge.reference",
|
|
103
|
-
playbook: "knowledge.playbook",
|
|
104
|
-
strategy: "knowledge.strategy",
|
|
105
|
-
reference: "knowledge.reference",
|
|
106
|
-
feature: "feature.operations",
|
|
107
|
-
resource: "resource.workflow",
|
|
108
|
-
integration: "resource.integration",
|
|
109
|
-
action: "action.view",
|
|
110
|
-
status: "status.info",
|
|
111
|
-
nav: "nav.dashboard",
|
|
112
|
-
unknown: "status.info"
|
|
113
|
-
};
|
|
114
|
-
var semanticIconRegistry = { ...DEFAULT_SEMANTIC_ICON_REGISTRY };
|
|
115
|
-
function extendSemanticIconRegistry(overrides) {
|
|
116
|
-
semanticIconRegistry = { ...semanticIconRegistry, ...overrides };
|
|
117
|
-
}
|
|
118
|
-
function getSemanticIconComponent(token, fallbackKind = "unknown", fallbackToken) {
|
|
119
|
-
const icon = resolveSemanticIconComponent(token);
|
|
120
|
-
if (icon) return icon;
|
|
121
|
-
if (fallbackToken && semanticIconRegistry[fallbackToken]) return semanticIconRegistry[fallbackToken];
|
|
122
|
-
return semanticIconRegistry[FALLBACK_TOKEN_BY_KIND[fallbackKind]] ?? IconInfoCircle;
|
|
123
|
-
}
|
|
124
|
-
function resolveSemanticIconComponent(token) {
|
|
125
|
-
if (!token) return null;
|
|
126
|
-
return semanticIconRegistry[token] ?? null;
|
|
127
|
-
}
|
|
128
|
-
function SemanticIcon({
|
|
129
|
-
token,
|
|
130
|
-
fallbackKind = "unknown",
|
|
131
|
-
fallbackToken,
|
|
132
|
-
size = 16,
|
|
133
|
-
stroke = 1.8,
|
|
134
|
-
className,
|
|
135
|
-
style,
|
|
136
|
-
"aria-hidden": ariaHidden = true
|
|
137
|
-
}) {
|
|
138
|
-
const Icon = getSemanticIconComponent(token, fallbackKind, fallbackToken);
|
|
139
|
-
return /* @__PURE__ */ jsx(
|
|
140
|
-
"span",
|
|
141
|
-
{
|
|
142
|
-
className,
|
|
143
|
-
"aria-hidden": ariaHidden,
|
|
144
|
-
style: {
|
|
145
|
-
display: "inline-flex",
|
|
146
|
-
alignItems: "center",
|
|
147
|
-
justifyContent: "center",
|
|
148
|
-
width: size,
|
|
149
|
-
height: size,
|
|
150
|
-
minWidth: size,
|
|
151
|
-
color: "currentColor",
|
|
152
|
-
flexShrink: 0,
|
|
153
|
-
...style
|
|
154
|
-
},
|
|
155
|
-
children: /* @__PURE__ */ jsx(Icon, { size, stroke })
|
|
156
|
-
}
|
|
157
|
-
);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
export { SemanticIcon, extendSemanticIconRegistry, getSemanticIconComponent, resolveSemanticIconComponent };
|
package/dist/chunk-JDNEWB5F.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { useAppearance } from './chunk-E565XMTQ.js';
|
|
2
|
-
import { Center } from '@mantine/core';
|
|
3
|
-
import { jsx } from 'react/jsx-runtime';
|
|
4
|
-
|
|
5
|
-
function SubshellLoader() {
|
|
6
|
-
const { loader } = useAppearance();
|
|
7
|
-
return /* @__PURE__ */ jsx(Center, { mih: "calc(100vh - 70px)", children: loader });
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export { SubshellLoader };
|