cortex-react-components 3.0.8 → 3.0.9
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-4HFMA57F.mjs → chunk-27NWC2OO.mjs} +4 -4
- package/dist/{chunk-44F47U5Y.mjs → chunk-34R3E2JB.mjs} +1 -1
- package/dist/{chunk-HLEMFDTD.mjs → chunk-3R2LCGLI.mjs} +1 -1
- package/dist/{chunk-2ZSH4X75.mjs → chunk-4DNX5IYR.mjs} +1 -1
- package/dist/{chunk-HABWABS7.mjs → chunk-4O6ESJYG.mjs} +32 -11
- package/dist/{chunk-B3UYSM32.mjs → chunk-5DYPBHBP.mjs} +4 -4
- package/dist/{chunk-PJZ5PWKP.mjs → chunk-5OGDBGXG.mjs} +1 -1
- package/dist/{chunk-KIZUBPPQ.mjs → chunk-6GO5N6ZP.mjs} +1 -1
- package/dist/{chunk-5Q43DAAS.mjs → chunk-6VQJSQRU.mjs} +8 -8
- package/dist/{chunk-QPPQNK6O.mjs → chunk-6VQLA4YU.mjs} +2 -2
- package/dist/{chunk-GXTF5CHJ.mjs → chunk-7D3SYOXW.mjs} +7 -4
- package/dist/{chunk-F563CDDJ.mjs → chunk-AQPLEBKG.mjs} +2 -2
- package/dist/{chunk-SNNQIUJH.mjs → chunk-BVCARDFK.mjs} +3 -3
- package/dist/{chunk-HGDLIXPQ.mjs → chunk-DGV5AVAW.mjs} +1 -1
- package/dist/{chunk-GV3CMMKT.mjs → chunk-FECAR2TE.mjs} +1 -1
- package/dist/{chunk-5KOAYGTO.mjs → chunk-G5N5MCLS.mjs} +5 -5
- package/dist/{chunk-SHHLY2QV.mjs → chunk-G7GPQ6BO.mjs} +1 -1
- package/dist/{chunk-354MPNDV.mjs → chunk-ICVTRW5Y.mjs} +1 -1
- package/dist/{chunk-4BRK5CBG.mjs → chunk-IFEQNYUB.mjs} +2 -2
- package/dist/{chunk-LCRSPNPB.mjs → chunk-LELKTN52.mjs} +18 -14
- package/dist/{chunk-VEIZROGM.mjs → chunk-M6ELOAGS.mjs} +1 -1
- package/dist/{chunk-YI6FLZOK.mjs → chunk-M7LM5P64.mjs} +1 -1
- package/dist/{chunk-EUAQNPRU.mjs → chunk-NHDPHK6D.mjs} +2 -2
- package/dist/{chunk-L34WYFSB.mjs → chunk-NKHYDT5B.mjs} +1 -1
- package/dist/{chunk-X6PPZZ2E.mjs → chunk-OYHXC3AT.mjs} +8 -8
- package/dist/{chunk-7ZMZT7I6.mjs → chunk-P7BPG7W7.mjs} +1 -1
- package/dist/{chunk-EGZL4DVZ.mjs → chunk-PAXCURFR.mjs} +1 -1
- package/dist/chunk-PIQUYPOZ.mjs +41 -0
- package/dist/{chunk-COHYOWMB.mjs → chunk-PVI4R7FJ.mjs} +1 -1
- package/dist/{chunk-HJLIEMLX.mjs → chunk-QC2AXU6I.mjs} +2 -2
- package/dist/{chunk-PE7KJR4A.mjs → chunk-RC6YHGVV.mjs} +1 -1
- package/dist/{chunk-USE5WY4U.mjs → chunk-S4FUSOSS.mjs} +1 -1
- package/dist/{chunk-TZDVVQBQ.mjs → chunk-SRK3Y7FA.mjs} +1 -1
- package/dist/{chunk-2S3O5TYH.mjs → chunk-UBEWNGCN.mjs} +1 -1
- package/dist/{chunk-X2KTMYOD.mjs → chunk-UJI3Y73K.mjs} +2 -2
- package/dist/{chunk-HXPXJ26M.mjs → chunk-VF2QBVAI.mjs} +1 -1
- package/dist/{chunk-4YRR74Y4.mjs → chunk-VMYEV3FG.mjs} +1 -1
- package/dist/{chunk-IXQESSPI.mjs → chunk-WA3OQB7X.mjs} +1 -1
- package/dist/{chunk-Z6MYLHDW.mjs → chunk-YFOEG4PP.mjs} +1 -1
- package/dist/{chunk-YJIB2FYD.mjs → chunk-YMXGTNMY.mjs} +2 -2
- package/dist/{chunk-QRC3VJEY.mjs → chunk-ZXU5T3GV.mjs} +1 -1
- package/dist/{chunk-TMVCGF2B.mjs → chunk-ZZ5EM2M4.mjs} +1 -1
- package/dist/components/Blocks/Banner.mjs +5 -5
- package/dist/components/Blocks/CallToAction.mjs +5 -5
- package/dist/components/Blocks/CollapsibleArea.mjs +6 -6
- package/dist/components/Blocks/Content.mjs +6 -6
- package/dist/components/Blocks/FeaturesBlock.mjs +5 -5
- package/dist/components/Blocks/ImageBlock.mjs +3 -3
- package/dist/components/Blocks/MediaBlock.mjs +3 -3
- package/dist/components/Blocks/RelatedPosts.mjs +7 -7
- package/dist/components/Blocks/RenderBlocks.mjs +8 -8
- package/dist/components/Blocks/ReusableContentBlock.mjs +8 -8
- package/dist/components/Blocks/index.mjs +15 -15
- package/dist/components/CRM/index.mjs +3 -3
- package/dist/components/Cards/ContentCard.mjs +5 -5
- package/dist/components/Cards/FeatureCard.mjs +5 -5
- package/dist/components/Cards/index.mjs +5 -5
- package/dist/components/Chat/ChatInterface.mjs +8 -8
- package/dist/components/Chat/CopilotInterface.mjs +9 -9
- package/dist/components/Chat/PartTypes/MessageHandler.mjs +6 -6
- package/dist/components/Chat/PartTypes/index.mjs +4 -4
- package/dist/components/Chat/demo-long-messages.mjs +9 -9
- package/dist/components/Chat/demo-tests.mjs +9 -9
- package/dist/components/Chat/demo.mjs +9 -9
- package/dist/components/Chat/example-usage.mjs +9 -9
- package/dist/components/Chat/example-with-vercel-ai.mjs +9 -9
- package/dist/components/Chat/index.mjs +13 -13
- package/dist/components/DigitalColleagues/AppSidebarLeft.mjs +3 -3
- package/dist/components/DigitalColleagues/MainPage.mjs +4 -4
- package/dist/components/DigitalColleagues/Pages/dashboardpage.mjs +4 -4
- package/dist/components/DigitalColleagues/Views/index.mjs +11 -11
- package/dist/components/DigitalColleagues/index.mjs +14 -14
- package/dist/components/Foundary/AppSidebarLeft.mjs +3 -3
- package/dist/components/Foundary/Knowledge/add-knowledge-modal.mjs +4 -4
- package/dist/components/Foundary/Knowledge/add-team-context.mjs +4 -4
- package/dist/components/Foundary/MainPage.mjs +4 -4
- package/dist/components/Foundary/Pages/dashboardpage.mjs +4 -4
- package/dist/components/Foundary/Views/KnowledgeView.mjs +4 -4
- package/dist/components/Foundary/Views/index.mjs +11 -11
- package/dist/components/Foundary/file-edit.mjs +4 -4
- package/dist/components/Foundary/index.mjs +14 -14
- package/dist/components/HeaderFooter/SectionHeading.mjs +6 -6
- package/dist/components/Heros/HighImpact/index.mjs +6 -6
- package/dist/components/Heros/LowImpact/index.mjs +6 -6
- package/dist/components/Heros/MediumImpact/index.mjs +6 -6
- package/dist/components/Heros/PostHero/index.mjs +4 -4
- package/dist/components/Heros/RenderHero.mjs +9 -9
- package/dist/components/Heros/index.mjs +13 -13
- package/dist/components/Holidays/CalendarView.d.ts +2 -1
- package/dist/components/Holidays/CalendarView.js +18 -14
- package/dist/components/Holidays/CalendarView.mjs +1 -1
- package/dist/components/Holidays/HolidayGrid.js +5 -3
- package/dist/components/Holidays/HolidayGrid.mjs +2 -2
- package/dist/components/Holidays/HolidayTracker.d.ts +2 -1
- package/dist/components/Holidays/HolidayTracker.js +65 -35
- package/dist/components/Holidays/HolidayTracker.mjs +5 -5
- package/dist/components/Holidays/RequestLeave.js +40 -17
- package/dist/components/Holidays/RequestLeave.mjs +2 -2
- package/dist/components/Holidays/index.js +65 -35
- package/dist/components/Holidays/index.mjs +5 -5
- package/dist/components/Layouts/OutputHeaderFooter.mjs +8 -8
- package/dist/components/Layouts/Print.mjs +12 -12
- package/dist/components/Layouts/SlideShow.mjs +14 -14
- package/dist/components/Layouts/index.mjs +15 -15
- 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/CollectionArchive/index.mjs +4 -4
- package/dist/components/Payload/Media/index.mjs +2 -2
- package/dist/components/Payload/PayloadCard/index.mjs +3 -3
- package/dist/components/Payload/RichText/index.mjs +5 -5
- package/dist/components/Payload/RichText/serialize.mjs +5 -5
- package/dist/components/Payload/index.mjs +7 -7
- package/dist/components/Projects/EpicsView.mjs +2 -2
- package/dist/components/Projects/FileView.mjs +4 -4
- package/dist/components/Projects/KanbanBoardView.mjs +7 -7
- package/dist/components/Projects/ProjectPage.mjs +9 -9
- package/dist/components/Projects/ProjectView.mjs +9 -9
- package/dist/components/Projects/TaskDetailsModal.mjs +4 -4
- package/dist/components/Projects/file-list.mjs +4 -4
- package/dist/components/Projects/index.mjs +8 -8
- package/dist/components/dc-temp/index.mjs +4 -4
- package/dist/components/index.js +97 -67
- package/dist/components/index.mjs +73 -73
- package/dist/components/ui/index.mjs +12 -12
- package/dist/components/ui/sidebar.mjs +2 -2
- package/dist/decorators/Intranet.mjs +51 -51
- package/dist/index.js +97 -67
- package/dist/index.mjs +85 -85
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/pages/Blog.mjs +10 -10
- package/dist/pages/Documentation.mjs +4 -4
- package/dist/pages/IndexPage.mjs +14 -14
- package/dist/pages/Intranet.mjs +4 -4
- package/dist/pages/LandingPage.mjs +62 -62
- package/dist/pages/Page.mjs +12 -12
- package/dist/pages/Publish.mjs +52 -52
- package/dist/pages/Website.mjs +12 -12
- package/dist/sections/AboutSection.mjs +7 -7
- package/dist/sections/BlogDetail.mjs +6 -6
- package/dist/sections/BlogList.mjs +7 -7
- package/dist/sections/BlogListSection.mjs +7 -7
- package/dist/sections/ContactSection.mjs +7 -7
- package/dist/sections/PageSections.mjs +62 -62
- package/dist/sections/PricingSection.mjs +7 -7
- package/dist/sections/ServiceDetail.mjs +6 -6
- package/dist/sections/ServiceDetailSection.mjs +6 -6
- package/dist/sections/ServiceSection.mjs +52 -52
- package/dist/sections/index.mjs +62 -62
- package/dist/utils/DaysUtil.js +9 -7
- package/dist/utils/DaysUtil.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-I4UOIVSC.mjs +0 -39
- package/dist/{chunk-25OSLP2V.mjs → chunk-6TVRFATY.mjs} +3 -3
- package/dist/{chunk-D5KV6INF.mjs → chunk-AEFGMCK3.mjs} +3 -3
- package/dist/{chunk-MFXCOX3L.mjs → chunk-CT6KAYGR.mjs} +3 -3
- package/dist/{chunk-M5XPU4JK.mjs → chunk-L666B5DN.mjs} +6 -6
- package/dist/{chunk-2YHN7ZCJ.mjs → chunk-NKRBXAPF.mjs} +3 -3
- package/dist/{chunk-DWGG6JKH.mjs → chunk-ZFWHFUZP.mjs} +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Section
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OYHXC3AT.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ServiceDetail
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-4DNX5IYR.mjs";
|
|
7
7
|
import {
|
|
8
8
|
ServiceDetailSection
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-34R3E2JB.mjs";
|
|
10
10
|
import {
|
|
11
11
|
ServiceSection
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-UBEWNGCN.mjs";
|
|
13
13
|
import {
|
|
14
14
|
BlogCard,
|
|
15
15
|
BlogList
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-G7GPQ6BO.mjs";
|
|
17
17
|
import {
|
|
18
18
|
BlogListSection
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-CT6KAYGR.mjs";
|
|
20
20
|
import "./chunk-DJIS3OMT.mjs";
|
|
21
21
|
import {
|
|
22
22
|
ContactSection,
|
|
23
23
|
LocationsSection
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-ZXU5T3GV.mjs";
|
|
25
25
|
import {
|
|
26
26
|
ImageSection
|
|
27
27
|
} from "./chunk-7AEEZGI3.mjs";
|
|
@@ -30,18 +30,18 @@ import {
|
|
|
30
30
|
} from "./chunk-YTCJBBJH.mjs";
|
|
31
31
|
import {
|
|
32
32
|
PricingSection
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-NKHYDT5B.mjs";
|
|
34
34
|
import "./chunk-A4SKUZ2E.mjs";
|
|
35
35
|
import {
|
|
36
36
|
Publish
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-IFEQNYUB.mjs";
|
|
38
38
|
import {
|
|
39
39
|
AboutSection
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import "./chunk-
|
|
40
|
+
} from "./chunk-ZZ5EM2M4.mjs";
|
|
41
|
+
import "./chunk-ICVTRW5Y.mjs";
|
|
42
42
|
import {
|
|
43
43
|
BlogDetail
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-M7LM5P64.mjs";
|
|
45
45
|
import {
|
|
46
46
|
FeatureGrid
|
|
47
47
|
} from "./chunk-G6V3RRSZ.mjs";
|
|
@@ -52,11 +52,11 @@ import {
|
|
|
52
52
|
FlowPrintable,
|
|
53
53
|
PagePrintable,
|
|
54
54
|
Printable
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-6VQLA4YU.mjs";
|
|
56
56
|
import {
|
|
57
57
|
SlideShow
|
|
58
|
-
} from "./chunk-
|
|
59
|
-
import "./chunk-
|
|
58
|
+
} from "./chunk-QC2AXU6I.mjs";
|
|
59
|
+
import "./chunk-PVI4R7FJ.mjs";
|
|
60
60
|
import {
|
|
61
61
|
PageRange
|
|
62
62
|
} from "./chunk-NR6HSUH7.mjs";
|
|
@@ -65,26 +65,26 @@ import {
|
|
|
65
65
|
} from "./chunk-N42O5NIO.mjs";
|
|
66
66
|
import {
|
|
67
67
|
CollectionArchive
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-5OGDBGXG.mjs";
|
|
69
69
|
import "./chunk-ZTCAYEGT.mjs";
|
|
70
70
|
import {
|
|
71
71
|
TextAndImages
|
|
72
72
|
} from "./chunk-C2NN5W2Q.mjs";
|
|
73
73
|
import {
|
|
74
74
|
HolidayTracker
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-7D3SYOXW.mjs";
|
|
76
76
|
import {
|
|
77
77
|
RequestLeave
|
|
78
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-4O6ESJYG.mjs";
|
|
79
79
|
import {
|
|
80
80
|
ApproveLeave
|
|
81
81
|
} from "./chunk-7UVCCDPI.mjs";
|
|
82
82
|
import {
|
|
83
83
|
CalendarView
|
|
84
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-LELKTN52.mjs";
|
|
85
85
|
import {
|
|
86
86
|
HolidayGrid
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-P7BPG7W7.mjs";
|
|
88
88
|
import {
|
|
89
89
|
TeamsIndexView
|
|
90
90
|
} from "./chunk-A7BJP6MI.mjs";
|
|
@@ -124,7 +124,7 @@ import {
|
|
|
124
124
|
} from "./chunk-ZF2DELZ5.mjs";
|
|
125
125
|
import {
|
|
126
126
|
Documentation
|
|
127
|
-
} from "./chunk-
|
|
127
|
+
} from "./chunk-UJI3Y73K.mjs";
|
|
128
128
|
import {
|
|
129
129
|
ManagementSidebar
|
|
130
130
|
} from "./chunk-22E2TZBE.mjs";
|
|
@@ -142,7 +142,7 @@ import {
|
|
|
142
142
|
} from "./chunk-4YSV633W.mjs";
|
|
143
143
|
import {
|
|
144
144
|
AppSidebarLeft
|
|
145
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-FECAR2TE.mjs";
|
|
146
146
|
import {
|
|
147
147
|
DashboardHeader
|
|
148
148
|
} from "./chunk-2VF2D4DL.mjs";
|
|
@@ -156,9 +156,6 @@ import {
|
|
|
156
156
|
Logo
|
|
157
157
|
} from "./chunk-HKVESRML.mjs";
|
|
158
158
|
import "./chunk-XGHUG2WQ.mjs";
|
|
159
|
-
import {
|
|
160
|
-
ProjectView
|
|
161
|
-
} from "./chunk-5Q43DAAS.mjs";
|
|
162
159
|
import {
|
|
163
160
|
Home as Home2
|
|
164
161
|
} from "./chunk-4IMURNBM.mjs";
|
|
@@ -166,32 +163,35 @@ import {
|
|
|
166
163
|
ProjectCard as ProjectCard2
|
|
167
164
|
} from "./chunk-WHCZTD2K.mjs";
|
|
168
165
|
import "./chunk-4WN3GYKR.mjs";
|
|
166
|
+
import {
|
|
167
|
+
ProjectView
|
|
168
|
+
} from "./chunk-6VQJSQRU.mjs";
|
|
169
169
|
import {
|
|
170
170
|
TasksView
|
|
171
171
|
} from "./chunk-OIXHYJGP.mjs";
|
|
172
172
|
import {
|
|
173
173
|
EpicsView
|
|
174
|
-
} from "./chunk-
|
|
174
|
+
} from "./chunk-6TVRFATY.mjs";
|
|
175
175
|
import {
|
|
176
176
|
KanbanBoardView
|
|
177
|
-
} from "./chunk-
|
|
177
|
+
} from "./chunk-ZFWHFUZP.mjs";
|
|
178
178
|
import "./chunk-XWYGGWIF.mjs";
|
|
179
179
|
import "./chunk-OFUTCZ7A.mjs";
|
|
180
180
|
import "./chunk-YFNT546N.mjs";
|
|
181
181
|
import "./chunk-EUOOS2Q3.mjs";
|
|
182
|
-
import "./chunk-3FBWSJJD.mjs";
|
|
183
182
|
import "./chunk-P7YLSTDO.mjs";
|
|
184
183
|
import {
|
|
185
184
|
PlanningView
|
|
186
185
|
} from "./chunk-YNWNEY2R.mjs";
|
|
186
|
+
import "./chunk-UDCOG2XL.mjs";
|
|
187
187
|
import "./chunk-B7WVGDB6.mjs";
|
|
188
|
+
import "./chunk-3FBWSJJD.mjs";
|
|
188
189
|
import {
|
|
189
190
|
FileView
|
|
190
191
|
} from "./chunk-MSAH6P5O.mjs";
|
|
191
192
|
import "./chunk-ZMITLXFT.mjs";
|
|
192
|
-
import "./chunk-EMDTCDYI.mjs";
|
|
193
|
-
import "./chunk-UDCOG2XL.mjs";
|
|
194
193
|
import "./chunk-HQW5M4ND.mjs";
|
|
194
|
+
import "./chunk-EMDTCDYI.mjs";
|
|
195
195
|
import "./chunk-UQI2O3WS.mjs";
|
|
196
196
|
import "./chunk-R5LKUQ37.mjs";
|
|
197
197
|
import {
|
|
@@ -240,47 +240,43 @@ import {
|
|
|
240
240
|
} from "./chunk-KGOOZJIY.mjs";
|
|
241
241
|
import {
|
|
242
242
|
CopilotInterface
|
|
243
|
-
} from "./chunk-
|
|
243
|
+
} from "./chunk-VF2QBVAI.mjs";
|
|
244
244
|
import "./chunk-IB4EINFP.mjs";
|
|
245
245
|
import "./chunk-3SFZTG3H.mjs";
|
|
246
246
|
import {
|
|
247
247
|
ChatInterface
|
|
248
|
-
} from "./chunk-
|
|
249
|
-
import "./chunk-
|
|
250
|
-
import "./chunk-M5XPU4JK.mjs";
|
|
251
|
-
import "./chunk-TWJKNMD2.mjs";
|
|
248
|
+
} from "./chunk-G5N5MCLS.mjs";
|
|
249
|
+
import "./chunk-L666B5DN.mjs";
|
|
252
250
|
import "./chunk-COGNES33.mjs";
|
|
253
251
|
import "./chunk-7RGM2O4X.mjs";
|
|
254
|
-
import {
|
|
255
|
-
ChatCardArtefact
|
|
256
|
-
} from "./chunk-G3MFNKC2.mjs";
|
|
257
|
-
import {
|
|
258
|
-
ChatCardTask
|
|
259
|
-
} from "./chunk-APF7RJ2I.mjs";
|
|
260
|
-
import "./chunk-G3L2ZUUL.mjs";
|
|
261
252
|
import "./chunk-3PLZRSCZ.mjs";
|
|
262
253
|
import "./chunk-QOUSJBT7.mjs";
|
|
263
254
|
import "./chunk-NBOTEZO6.mjs";
|
|
264
255
|
import "./chunk-HO77MNRT.mjs";
|
|
265
256
|
import "./chunk-LY77BPMB.mjs";
|
|
266
257
|
import "./chunk-GQGWBOHP.mjs";
|
|
258
|
+
import "./chunk-AJ7OZYBW.mjs";
|
|
259
|
+
import "./chunk-TWJKNMD2.mjs";
|
|
267
260
|
import {
|
|
268
261
|
ApprovalRequestModal
|
|
269
262
|
} from "./chunk-RUVFSYMR.mjs";
|
|
270
|
-
import
|
|
263
|
+
import {
|
|
264
|
+
ChatCardArtefact
|
|
265
|
+
} from "./chunk-G3MFNKC2.mjs";
|
|
266
|
+
import {
|
|
267
|
+
ChatCardTask
|
|
268
|
+
} from "./chunk-APF7RJ2I.mjs";
|
|
269
|
+
import "./chunk-FAKMLOOM.mjs";
|
|
271
270
|
import {
|
|
272
271
|
OAuthModal
|
|
273
272
|
} from "./chunk-5GWDAQL7.mjs";
|
|
273
|
+
import "./chunk-G3L2ZUUL.mjs";
|
|
274
274
|
import {
|
|
275
275
|
CapabilityMenu
|
|
276
276
|
} from "./chunk-B3GN2ZRO.mjs";
|
|
277
277
|
import {
|
|
278
278
|
NewDealForm
|
|
279
279
|
} from "./chunk-5NGZXIP7.mjs";
|
|
280
|
-
import {
|
|
281
|
-
NewCustomerForm
|
|
282
|
-
} from "./chunk-RWCRMX3T.mjs";
|
|
283
|
-
import "./chunk-E6M7XAYT.mjs";
|
|
284
280
|
import {
|
|
285
281
|
CRMCogeBoard
|
|
286
282
|
} from "./chunk-5CQITTLV.mjs";
|
|
@@ -296,6 +292,10 @@ import {
|
|
|
296
292
|
import {
|
|
297
293
|
DealCard
|
|
298
294
|
} from "./chunk-VBDVWLWO.mjs";
|
|
295
|
+
import {
|
|
296
|
+
NewCustomerForm
|
|
297
|
+
} from "./chunk-RWCRMX3T.mjs";
|
|
298
|
+
import "./chunk-E6M7XAYT.mjs";
|
|
299
299
|
import {
|
|
300
300
|
OrgChart
|
|
301
301
|
} from "./chunk-BPAZFILP.mjs";
|
|
@@ -339,7 +339,7 @@ import "./chunk-G4WW3ZTX.mjs";
|
|
|
339
339
|
import {
|
|
340
340
|
CommentSection
|
|
341
341
|
} from "./chunk-XTI4RMGG.mjs";
|
|
342
|
-
import "./chunk-
|
|
342
|
+
import "./chunk-PIQUYPOZ.mjs";
|
|
343
343
|
import "./chunk-IZ2IHNU4.mjs";
|
|
344
344
|
import "./chunk-Y6HQV3VB.mjs";
|
|
345
345
|
import {
|
|
@@ -350,15 +350,15 @@ import {
|
|
|
350
350
|
getContextualActions,
|
|
351
351
|
testCapabilities
|
|
352
352
|
} from "./chunk-AXWYY2I5.mjs";
|
|
353
|
+
import {
|
|
354
|
+
Filter
|
|
355
|
+
} from "./chunk-MJUHBEZN.mjs";
|
|
353
356
|
import {
|
|
354
357
|
Pagination
|
|
355
358
|
} from "./chunk-PNQ3GU5Q.mjs";
|
|
356
359
|
import {
|
|
357
360
|
ProjectTeam
|
|
358
361
|
} from "./chunk-SGTQI2KC.mjs";
|
|
359
|
-
import {
|
|
360
|
-
Filter
|
|
361
|
-
} from "./chunk-MJUHBEZN.mjs";
|
|
362
362
|
import {
|
|
363
363
|
RelatedContent
|
|
364
364
|
} from "./chunk-ZEJD233P.mjs";
|
|
@@ -373,10 +373,10 @@ import {
|
|
|
373
373
|
} from "./chunk-64SYH2HO.mjs";
|
|
374
374
|
import {
|
|
375
375
|
RelatedPosts
|
|
376
|
-
} from "./chunk-
|
|
376
|
+
} from "./chunk-YMXGTNMY.mjs";
|
|
377
377
|
import {
|
|
378
378
|
PayloadCard
|
|
379
|
-
} from "./chunk-
|
|
379
|
+
} from "./chunk-PAXCURFR.mjs";
|
|
380
380
|
import "./chunk-WE7DY7DV.mjs";
|
|
381
381
|
import {
|
|
382
382
|
HeadingImage
|
|
@@ -385,17 +385,17 @@ import "./chunk-XPLDQMNA.mjs";
|
|
|
385
385
|
import "./chunk-4Z4X2GG7.mjs";
|
|
386
386
|
import {
|
|
387
387
|
SidebarLeftMulti
|
|
388
|
-
} from "./chunk-
|
|
389
|
-
import {
|
|
390
|
-
InfoTile
|
|
391
|
-
} from "./chunk-R6GWYR6G.mjs";
|
|
388
|
+
} from "./chunk-RC6YHGVV.mjs";
|
|
392
389
|
import {
|
|
393
390
|
MOTD
|
|
394
391
|
} from "./chunk-VSL4NZ5W.mjs";
|
|
392
|
+
import {
|
|
393
|
+
InfoTile
|
|
394
|
+
} from "./chunk-R6GWYR6G.mjs";
|
|
395
395
|
import {
|
|
396
396
|
Breadcrumbs,
|
|
397
397
|
RenderHero
|
|
398
|
-
} from "./chunk-
|
|
398
|
+
} from "./chunk-BVCARDFK.mjs";
|
|
399
399
|
import {
|
|
400
400
|
SectionHero
|
|
401
401
|
} from "./chunk-N77BYZ6A.mjs";
|
|
@@ -407,26 +407,34 @@ import {
|
|
|
407
407
|
ReusableContentBlock,
|
|
408
408
|
Theme,
|
|
409
409
|
ThemeWithShapes
|
|
410
|
-
} from "./chunk-
|
|
411
|
-
import "./chunk-
|
|
410
|
+
} from "./chunk-5DYPBHBP.mjs";
|
|
411
|
+
import "./chunk-DGV5AVAW.mjs";
|
|
412
412
|
import {
|
|
413
413
|
ContentBlock
|
|
414
|
-
} from "./chunk-
|
|
414
|
+
} from "./chunk-WA3OQB7X.mjs";
|
|
415
415
|
import {
|
|
416
416
|
MediumImpactHero
|
|
417
|
-
} from "./chunk-
|
|
417
|
+
} from "./chunk-SRK3Y7FA.mjs";
|
|
418
418
|
import {
|
|
419
419
|
HighImpactHero
|
|
420
|
-
} from "./chunk-
|
|
420
|
+
} from "./chunk-AQPLEBKG.mjs";
|
|
421
421
|
import {
|
|
422
422
|
LowImpactHero
|
|
423
|
-
} from "./chunk-
|
|
423
|
+
} from "./chunk-S4FUSOSS.mjs";
|
|
424
424
|
import {
|
|
425
425
|
Categories
|
|
426
426
|
} from "./chunk-X373UDXT.mjs";
|
|
427
427
|
import {
|
|
428
428
|
PostHero
|
|
429
429
|
} from "./chunk-R3LWKUWD.mjs";
|
|
430
|
+
import {
|
|
431
|
+
ToggleGroup,
|
|
432
|
+
ToggleGroupItem
|
|
433
|
+
} from "./chunk-3VKPPG4Z.mjs";
|
|
434
|
+
import {
|
|
435
|
+
Toggle,
|
|
436
|
+
toggleVariants
|
|
437
|
+
} from "./chunk-T2CLUB2R.mjs";
|
|
430
438
|
import {
|
|
431
439
|
Command,
|
|
432
440
|
CommandDialog,
|
|
@@ -443,14 +451,6 @@ import {
|
|
|
443
451
|
HoverCardContent,
|
|
444
452
|
HoverCardTrigger
|
|
445
453
|
} from "./chunk-JCFLPLDK.mjs";
|
|
446
|
-
import {
|
|
447
|
-
ToggleGroup,
|
|
448
|
-
ToggleGroupItem
|
|
449
|
-
} from "./chunk-3VKPPG4Z.mjs";
|
|
450
|
-
import {
|
|
451
|
-
Toggle,
|
|
452
|
-
toggleVariants
|
|
453
|
-
} from "./chunk-T2CLUB2R.mjs";
|
|
454
454
|
import {
|
|
455
455
|
Popover,
|
|
456
456
|
PopoverAnchor,
|
|
@@ -530,7 +530,7 @@ import {
|
|
|
530
530
|
FeatureCard,
|
|
531
531
|
FeaturesBlock,
|
|
532
532
|
RichText
|
|
533
|
-
} from "./chunk-
|
|
533
|
+
} from "./chunk-27NWC2OO.mjs";
|
|
534
534
|
import "./chunk-YLULVMZ7.mjs";
|
|
535
535
|
import {
|
|
536
536
|
CMSLink
|
|
@@ -559,17 +559,17 @@ import {
|
|
|
559
559
|
import {
|
|
560
560
|
ServiceCard
|
|
561
561
|
} from "./chunk-DTQ2W22B.mjs";
|
|
562
|
-
import {
|
|
563
|
-
ImageBlock
|
|
564
|
-
} from "./chunk-HLEMFDTD.mjs";
|
|
565
562
|
import {
|
|
566
563
|
MediaBlock
|
|
567
|
-
} from "./chunk-
|
|
564
|
+
} from "./chunk-6GO5N6ZP.mjs";
|
|
565
|
+
import {
|
|
566
|
+
ImageBlock
|
|
567
|
+
} from "./chunk-3R2LCGLI.mjs";
|
|
568
568
|
import {
|
|
569
569
|
Media
|
|
570
|
-
} from "./chunk-
|
|
571
|
-
import "./chunk-ZYKYDIOF.mjs";
|
|
570
|
+
} from "./chunk-NKRBXAPF.mjs";
|
|
572
571
|
import "./chunk-MW5UCIIC.mjs";
|
|
572
|
+
import "./chunk-ZYKYDIOF.mjs";
|
|
573
573
|
import {
|
|
574
574
|
CodeBlock
|
|
575
575
|
} from "./chunk-WPX6MOFB.mjs";
|
|
@@ -615,10 +615,10 @@ import {
|
|
|
615
615
|
} from "./chunk-EQHAE4MP.mjs";
|
|
616
616
|
import {
|
|
617
617
|
SidebarRight
|
|
618
|
-
} from "./chunk-
|
|
618
|
+
} from "./chunk-YFOEG4PP.mjs";
|
|
619
619
|
import {
|
|
620
620
|
SidebarLeft
|
|
621
|
-
} from "./chunk-
|
|
621
|
+
} from "./chunk-VMYEV3FG.mjs";
|
|
622
622
|
import {
|
|
623
623
|
Breadcrumb,
|
|
624
624
|
BreadcrumbEllipsis,
|
|
@@ -665,10 +665,7 @@ import {
|
|
|
665
665
|
SidebarSeparator,
|
|
666
666
|
SidebarTrigger,
|
|
667
667
|
useSidebar
|
|
668
|
-
} from "./chunk-
|
|
669
|
-
import {
|
|
670
|
-
Skeleton
|
|
671
|
-
} from "./chunk-EPR27OQG.mjs";
|
|
668
|
+
} from "./chunk-AEFGMCK3.mjs";
|
|
672
669
|
import {
|
|
673
670
|
Separator
|
|
674
671
|
} from "./chunk-7GPVQAMX.mjs";
|
|
@@ -684,6 +681,9 @@ import {
|
|
|
684
681
|
SheetTitle,
|
|
685
682
|
SheetTrigger
|
|
686
683
|
} from "./chunk-HJCCUR2K.mjs";
|
|
684
|
+
import {
|
|
685
|
+
Skeleton
|
|
686
|
+
} from "./chunk-EPR27OQG.mjs";
|
|
687
687
|
import {
|
|
688
688
|
Collapsible,
|
|
689
689
|
CollapsibleContent,
|