cortex-react-components 4.0.4 → 4.1.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/{chunk-Q3XULDFS.mjs → chunk-2B5V6DGA.mjs} +7 -7
- package/dist/{chunk-LPYF34FN.mjs → chunk-2LTQMWSP.mjs} +4 -4
- package/dist/{chunk-KBP4ASK2.mjs → chunk-CY7FKRON.mjs} +5 -5
- package/dist/{chunk-BQCPFKSJ.mjs → chunk-DGIVNR6Z.mjs} +2 -2
- package/dist/{chunk-GMAUVNHI.mjs → chunk-ENXQSGPR.mjs} +1 -1
- package/dist/{chunk-X4GP2O3Y.mjs → chunk-LPK5R32M.mjs} +1 -1
- package/dist/{chunk-QPGSN7X2.mjs → chunk-MACDPQR7.mjs} +11 -11
- package/dist/{chunk-PE7KJR4A.mjs → chunk-RC6YHGVV.mjs} +1 -1
- package/dist/{chunk-4YRR74Y4.mjs → chunk-VMYEV3FG.mjs} +1 -1
- package/dist/{chunk-SDSU6I3H.mjs → chunk-X6SIRDD4.mjs} +2 -15
- package/dist/{chunk-Z6MYLHDW.mjs → chunk-YFOEG4PP.mjs} +1 -1
- package/dist/components/Chat/ChatInterface.mjs +1 -1
- package/dist/components/Chat/CopilotInterface.mjs +1 -1
- package/dist/components/Chat/PartTypes/MessageHandler.mjs +1 -1
- package/dist/components/Chat/PartTypes/index.mjs +3 -3
- package/dist/components/Chat/demo-long-messages.mjs +1 -1
- package/dist/components/Chat/demo-tests.mjs +1 -1
- package/dist/components/Chat/demo.mjs +1 -1
- package/dist/components/Chat/example-usage.mjs +1 -1
- package/dist/components/Chat/example-with-vercel-ai.mjs +1 -1
- package/dist/components/Chat/index.mjs +1 -1
- package/dist/components/Foundry/AppSidebarLeft.mjs +3 -3
- package/dist/components/Foundry/Knowledge/add-knowledge-modal.mjs +3 -3
- package/dist/components/Foundry/Knowledge/add-team-context.mjs +3 -3
- package/dist/components/Foundry/MainPage.mjs +6 -6
- package/dist/components/Foundry/Pages/dashboardpage.mjs +10 -10
- package/dist/components/Foundry/Views/ColleaguesView.mjs +2 -2
- package/dist/components/Foundry/Views/KnowledgeView.mjs +5 -5
- package/dist/components/Foundry/Views/index.js +4 -17
- package/dist/components/Foundry/Views/index.mjs +35 -35
- package/dist/components/Foundry/file-edit.mjs +3 -3
- package/dist/components/Foundry/index.js +4 -17
- package/dist/components/Foundry/index.mjs +53 -53
- package/dist/components/HeaderFooter/Header.mjs +1 -1
- package/dist/components/HeaderFooter/index.mjs +2 -2
- package/dist/components/Heros/PostHero/index.mjs +3 -3
- package/dist/components/Heros/index.mjs +3 -3
- package/dist/components/Layouts/OutputHeaderFooter.mjs +1 -1
- package/dist/components/Layouts/Print.mjs +1 -1
- package/dist/components/Layouts/SlideShow.mjs +1 -1
- package/dist/components/Layouts/index.mjs +4 -4
- package/dist/components/Menus/SidebarLeft.mjs +3 -3
- package/dist/components/Menus/SidebarLeftMulti.mjs +3 -3
- package/dist/components/Menus/SidebarRight.mjs +3 -3
- package/dist/components/Menus/index.mjs +8 -8
- package/dist/components/Payload/index.mjs +3 -3
- package/dist/components/Projects/EpicsView.js +1 -1
- package/dist/components/Projects/EpicsView.mjs +6 -6
- package/dist/components/Projects/FileView.mjs +3 -3
- package/dist/components/Projects/GanttView.js +2 -15
- package/dist/components/Projects/GanttView.mjs +1 -1
- package/dist/components/Projects/KanbanBoardView.mjs +7 -7
- package/dist/components/Projects/PlanningView.js +1 -1
- package/dist/components/Projects/PlanningView.mjs +1 -1
- package/dist/components/Projects/ProjectPage.js +4 -17
- package/dist/components/Projects/ProjectPage.mjs +13 -13
- package/dist/components/Projects/ProjectView.js +4 -17
- package/dist/components/Projects/ProjectView.mjs +13 -13
- package/dist/components/Projects/ProjectsIndexView.mjs +2 -2
- package/dist/components/Projects/SprintBoardView.js +1 -1
- package/dist/components/Projects/SprintBoardView.mjs +7 -7
- package/dist/components/Projects/TaskDetailsModal.mjs +4 -4
- package/dist/components/Projects/file-list.mjs +3 -3
- package/dist/components/Projects/index.js +3 -3
- package/dist/components/Projects/index.mjs +17 -17
- package/dist/components/dc-temp/index.mjs +13 -13
- package/dist/components/index.js +5 -18
- package/dist/components/index.mjs +78 -78
- package/dist/components/ui/index.mjs +9 -9
- package/dist/components/ui/sidebar.mjs +2 -2
- package/dist/decorators/Intranet.css +7 -6
- package/dist/decorators/Intranet.mjs +43 -43
- package/dist/globals.css +7 -6
- package/dist/index.js +5 -18
- package/dist/index.mjs +82 -82
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/pages/Blog.mjs +6 -6
- package/dist/pages/Documentation.mjs +6 -6
- package/dist/pages/IndexPage.mjs +5 -5
- package/dist/pages/Intranet.mjs +3 -3
- package/dist/pages/LandingPage.mjs +45 -45
- package/dist/pages/Page.mjs +5 -5
- package/dist/pages/Publish.mjs +43 -43
- package/dist/pages/Website.mjs +2 -2
- package/dist/sections/BlogListSection.mjs +8 -8
- package/dist/sections/PageSections.mjs +45 -45
- package/dist/sections/ServiceSection.mjs +43 -43
- package/dist/sections/index.mjs +47 -47
- package/package.json +1 -1
- package/dist/{chunk-D5KV6INF.mjs → chunk-AEFGMCK3.mjs} +3 -3
- package/dist/{chunk-MFXCOX3L.mjs → chunk-CT6KAYGR.mjs} +3 -3
- package/dist/{chunk-H5LRL7OW.mjs → chunk-LRYXGV4F.mjs} +3 -3
- package/dist/{chunk-OXW2CTLO.mjs → chunk-M4WVLZDE.mjs} +3 -3
- package/dist/{chunk-EV2SN43F.mjs → chunk-MELQG7N7.mjs} +5 -5
- package/dist/{chunk-AM7WWNNM.mjs → chunk-SJ64VL23.mjs} +3 -3
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
import {
|
|
5
|
-
Skeleton
|
|
6
|
-
} from "./chunk-EPR27OQG.mjs";
|
|
7
4
|
import {
|
|
8
5
|
Separator
|
|
9
6
|
} from "./chunk-7GPVQAMX.mjs";
|
|
@@ -11,6 +8,9 @@ import {
|
|
|
11
8
|
Sheet,
|
|
12
9
|
SheetContent
|
|
13
10
|
} from "./chunk-HJCCUR2K.mjs";
|
|
11
|
+
import {
|
|
12
|
+
Skeleton
|
|
13
|
+
} from "./chunk-EPR27OQG.mjs";
|
|
14
14
|
import {
|
|
15
15
|
Input
|
|
16
16
|
} from "./chunk-YMZ2OUK6.mjs";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
NewsList
|
|
3
3
|
} from "./chunk-DJIS3OMT.mjs";
|
|
4
|
-
import {
|
|
5
|
-
Pagination
|
|
6
|
-
} from "./chunk-PNQ3GU5Q.mjs";
|
|
7
4
|
import {
|
|
8
5
|
Filter
|
|
9
6
|
} from "./chunk-MJUHBEZN.mjs";
|
|
7
|
+
import {
|
|
8
|
+
Pagination
|
|
9
|
+
} from "./chunk-PNQ3GU5Q.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Container
|
|
12
12
|
} from "./chunk-KL3DQ7AU.mjs";
|
|
@@ -13,6 +13,9 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
DigitalColleagueOptions
|
|
15
15
|
} from "./chunk-QXOHY4AT.mjs";
|
|
16
|
+
import {
|
|
17
|
+
AddColleagueToTeamForm
|
|
18
|
+
} from "./chunk-GXN5ZNBZ.mjs";
|
|
16
19
|
import {
|
|
17
20
|
ColleagueCard
|
|
18
21
|
} from "./chunk-V6VAVPKH.mjs";
|
|
@@ -25,9 +28,6 @@ import {
|
|
|
25
28
|
import {
|
|
26
29
|
DigitalColleagueSelection
|
|
27
30
|
} from "./chunk-BXEALHGJ.mjs";
|
|
28
|
-
import {
|
|
29
|
-
AddColleagueToTeamForm
|
|
30
|
-
} from "./chunk-GXN5ZNBZ.mjs";
|
|
31
31
|
import {
|
|
32
32
|
UserSelection
|
|
33
33
|
} from "./chunk-Q45EN2QB.mjs";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
import {
|
|
5
|
-
AddKnowledgeModal
|
|
6
|
-
} from "./chunk-AXKAHFPN.mjs";
|
|
7
4
|
import {
|
|
8
5
|
ManageTeamContextModal
|
|
9
6
|
} from "./chunk-EH7IHRQI.mjs";
|
|
7
|
+
import {
|
|
8
|
+
AddKnowledgeModal
|
|
9
|
+
} from "./chunk-AXKAHFPN.mjs";
|
|
10
10
|
import {
|
|
11
11
|
KnowledgeBrowser
|
|
12
12
|
} from "./chunk-B7RMMSJW.mjs";
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
KanbanColumn
|
|
3
|
+
} from "./chunk-P7YLSTDO.mjs";
|
|
1
4
|
import {
|
|
2
5
|
TaskCard
|
|
3
6
|
} from "./chunk-WSU6ULOG.mjs";
|
|
@@ -5,14 +8,11 @@ import {
|
|
|
5
8
|
TaskDetailsModal
|
|
6
9
|
} from "./chunk-LGTDZ4MV.mjs";
|
|
7
10
|
import {
|
|
8
|
-
|
|
9
|
-
} from "./chunk-
|
|
11
|
+
AddTaskModal
|
|
12
|
+
} from "./chunk-KQPJT5JI.mjs";
|
|
10
13
|
import {
|
|
11
14
|
AddEpicModal
|
|
12
15
|
} from "./chunk-PVYGACRN.mjs";
|
|
13
|
-
import {
|
|
14
|
-
AddTaskModal
|
|
15
|
-
} from "./chunk-KQPJT5JI.mjs";
|
|
16
16
|
import {
|
|
17
17
|
DashboardHero
|
|
18
18
|
} from "./chunk-JMUZ3EXS.mjs";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
import {
|
|
5
|
-
ProjectCard
|
|
6
|
-
} from "./chunk-WHCZTD2K.mjs";
|
|
7
4
|
import {
|
|
8
5
|
ProjectForm
|
|
9
6
|
} from "./chunk-4WN3GYKR.mjs";
|
|
7
|
+
import {
|
|
8
|
+
ProjectCard
|
|
9
|
+
} from "./chunk-WHCZTD2K.mjs";
|
|
10
10
|
import {
|
|
11
11
|
DashboardHero
|
|
12
12
|
} from "./chunk-JMUZ3EXS.mjs";
|