cortex-react-components 2.14.0 → 2.16.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 (115) hide show
  1. package/dist/chunk-5Y6FKL5W.mjs +4 -0
  2. package/dist/{chunk-TILPSVAP.mjs → chunk-A5MYHSX7.mjs} +1 -1
  3. package/dist/{chunk-GSOFCLPO.mjs → chunk-B7AXSCTN.mjs} +1 -1
  4. package/dist/{chunk-MFCVMJBO.mjs → chunk-BDDEMCAH.mjs} +1 -1
  5. package/dist/{chunk-XKGBG5FX.mjs → chunk-CBIULUZQ.mjs} +1 -1
  6. package/dist/{chunk-CJDUN6R4.mjs → chunk-DKRRVTCV.mjs} +1 -1
  7. package/dist/{chunk-D2H36ZLW.mjs → chunk-DXE6AGJX.mjs} +1 -1
  8. package/dist/{chunk-MDBYZZXI.mjs → chunk-ESPA7NWT.mjs} +1 -1
  9. package/dist/chunk-EW6KWAHS.mjs +4 -0
  10. package/dist/{chunk-F2Y3ELUO.mjs → chunk-EZKKO2SR.mjs} +1 -1
  11. package/dist/{chunk-PO3XUUWY.mjs → chunk-L5NPH5RX.mjs} +1 -1
  12. package/dist/{chunk-I2GNNRFH.mjs → chunk-LJOWXPWW.mjs} +1 -1
  13. package/dist/{chunk-AMVJPDM3.mjs → chunk-M527EJIX.mjs} +1 -1
  14. package/dist/{chunk-2Z5N6HIX.mjs → chunk-N7BHIWS5.mjs} +1 -1
  15. package/dist/{chunk-R5SXUWYU.mjs → chunk-NWRU6YZM.mjs} +1 -1
  16. package/dist/chunk-R72ZFTOO.mjs +1 -0
  17. package/dist/{chunk-HSQAHQNP.mjs → chunk-TKCFCYEQ.mjs} +1 -1
  18. package/dist/chunk-UGBDJDPW.mjs +4 -0
  19. package/dist/{chunk-OLIYPWO3.mjs → chunk-UPDEVKI7.mjs} +1 -1
  20. package/dist/{chunk-2UNIT7NC.mjs → chunk-UPRS7OYQ.mjs} +1 -1
  21. package/dist/chunk-ZN7NNMB7.mjs +4 -0
  22. package/dist/components/Blocks/index.mjs +1 -1
  23. package/dist/components/CRM/CogeBoard.mjs +1 -1
  24. package/dist/components/CRM/KanbanBoard.mjs +1 -1
  25. package/dist/components/CRM/index.mjs +1 -1
  26. package/dist/components/Chat/ChatInterface.js +10 -9
  27. package/dist/components/Chat/ChatInterface.mjs +1 -1
  28. package/dist/components/Chat/CopilotInterface.js +10 -9
  29. package/dist/components/Chat/CopilotInterface.mjs +1 -1
  30. package/dist/components/Chat/PartTypes/CodeBlock.css +1 -0
  31. package/dist/components/Chat/PartTypes/CodeBlock.d.ts +15 -0
  32. package/dist/components/Chat/PartTypes/CodeBlock.js +4 -0
  33. package/dist/components/Chat/PartTypes/CodeBlock.mjs +2 -0
  34. package/dist/components/Chat/PartTypes/Reasoning.css +1 -0
  35. package/dist/components/Chat/PartTypes/Reasoning.d.ts +16 -0
  36. package/dist/components/Chat/PartTypes/Reasoning.js +5 -0
  37. package/dist/components/Chat/PartTypes/Reasoning.mjs +2 -0
  38. package/dist/components/Chat/PartTypes/Response.css +1 -0
  39. package/dist/components/Chat/PartTypes/Response.d.ts +5 -0
  40. package/dist/components/Chat/PartTypes/Response.js +4 -0
  41. package/dist/components/Chat/PartTypes/Response.mjs +2 -0
  42. package/dist/components/Chat/PartTypes/Tool.css +1 -0
  43. package/dist/components/Chat/PartTypes/Tool.d.ts +22 -0
  44. package/dist/components/Chat/PartTypes/Tool.js +5 -0
  45. package/dist/components/Chat/PartTypes/Tool.mjs +2 -0
  46. package/dist/components/Chat/PartTypes/index.css +1 -0
  47. package/dist/components/Chat/PartTypes/index.d.ts +4 -0
  48. package/dist/components/Chat/PartTypes/index.js +11 -10
  49. package/dist/components/Chat/PartTypes/index.mjs +1 -1
  50. package/dist/components/Chat/demo-long-messages.js +21 -20
  51. package/dist/components/Chat/demo-long-messages.mjs +1 -1
  52. package/dist/components/Chat/demo-tests.js +33 -32
  53. package/dist/components/Chat/demo-tests.mjs +1 -1
  54. package/dist/components/Chat/demo.js +10 -9
  55. package/dist/components/Chat/demo.mjs +1 -1
  56. package/dist/components/Chat/example-usage.js +10 -9
  57. package/dist/components/Chat/example-usage.mjs +1 -1
  58. package/dist/components/Chat/example-with-vercel-ai.js +10 -9
  59. package/dist/components/Chat/example-with-vercel-ai.mjs +1 -1
  60. package/dist/components/Chat/index.js +12 -11
  61. package/dist/components/Chat/index.mjs +1 -1
  62. package/dist/components/DigitalColleagues/MainPage.mjs +1 -1
  63. package/dist/components/DigitalColleagues/Pages/dashboardpage.mjs +1 -1
  64. package/dist/components/DigitalColleagues/Views/ColleaguesView.mjs +1 -1
  65. package/dist/components/DigitalColleagues/Views/index.mjs +1 -1
  66. package/dist/components/DigitalColleagues/index.mjs +1 -1
  67. package/dist/components/Foundary/MainPage.mjs +1 -1
  68. package/dist/components/Foundary/Pages/dashboardpage.mjs +1 -1
  69. package/dist/components/Foundary/Views/ColleaguesView.mjs +1 -1
  70. package/dist/components/Foundary/Views/KnowledgeView.mjs +1 -1
  71. package/dist/components/Foundary/Views/TeamsIndexView.mjs +1 -1
  72. package/dist/components/Foundary/Views/index.mjs +1 -1
  73. package/dist/components/Foundary/index.mjs +1 -1
  74. package/dist/components/HeaderFooter/Header.mjs +1 -1
  75. package/dist/components/HeaderFooter/VideoHeader.mjs +1 -1
  76. package/dist/components/HeaderFooter/index.mjs +1 -1
  77. package/dist/components/Heros/RenderHero.mjs +1 -1
  78. package/dist/components/Heros/SectionHero/index.mjs +1 -1
  79. package/dist/components/Heros/index.mjs +1 -1
  80. package/dist/components/Layouts/OutputHeaderFooter.mjs +1 -1
  81. package/dist/components/Layouts/Print.mjs +1 -1
  82. package/dist/components/Layouts/SlideShow.mjs +1 -1
  83. package/dist/components/Layouts/index.mjs +1 -1
  84. package/dist/components/Other/index.mjs +1 -1
  85. package/dist/components/Payload/index.mjs +1 -1
  86. package/dist/components/Projects/KanbanBoardView.mjs +1 -1
  87. package/dist/components/Projects/ProjectPage.mjs +1 -1
  88. package/dist/components/Projects/ProjectView.mjs +1 -1
  89. package/dist/components/Projects/ProjectsIndexView.mjs +1 -1
  90. package/dist/components/Projects/index.mjs +1 -1
  91. package/dist/components/dc-temp/index.mjs +1 -1
  92. package/dist/components/index.js +19 -19
  93. package/dist/components/index.mjs +1 -1
  94. package/dist/globals.css +1 -1
  95. package/dist/index.js +25 -25
  96. package/dist/index.mjs +1 -1
  97. package/dist/metafile-cjs.json +1 -1
  98. package/dist/metafile-esm.json +1 -1
  99. package/dist/pages/Blog.mjs +1 -1
  100. package/dist/pages/Documentation.mjs +1 -1
  101. package/dist/pages/IndexPage.mjs +1 -1
  102. package/dist/pages/Intranet.mjs +1 -1
  103. package/dist/pages/LandingPage.mjs +1 -1
  104. package/dist/pages/Page.mjs +1 -1
  105. package/dist/pages/Publish.mjs +1 -1
  106. package/dist/pages/Website.mjs +1 -1
  107. package/dist/sections/AboutSection.mjs +1 -1
  108. package/dist/sections/BlogDetail.mjs +1 -1
  109. package/dist/sections/BlogList.mjs +1 -1
  110. package/dist/sections/PageSections.mjs +1 -1
  111. package/dist/sections/PricingSection.mjs +1 -1
  112. package/dist/sections/ServiceSection.mjs +1 -1
  113. package/dist/sections/index.mjs +1 -1
  114. package/package.json +9 -4
  115. package/dist/chunk-4RGIPI27.mjs +0 -1
@@ -1 +1 @@
1
- import{a as s}from"../../chunk-F2Y3ELUO.mjs";import"../../chunk-E6UOMRHI.mjs";import"../../chunk-56X4PU43.mjs";import"../../chunk-4RGIPI27.mjs";import"../../chunk-3BG2SCNC.mjs";import"../../chunk-6OT5PQXV.mjs";import"../../chunk-SIL7AP7H.mjs";import"../../chunk-QM5FOQHG.mjs";import"../../chunk-6OCLRAHU.mjs";import"../../chunk-2LINLX4S.mjs";import"../../chunk-DBY4SXQI.mjs";import"../../chunk-I2PVJQQR.mjs";import"../../chunk-LTTO57ZK.mjs";import"../../chunk-4WA47ZQA.mjs";import"../../chunk-NPVUICIF.mjs";import"../../chunk-QG4QCB5I.mjs";import"../../chunk-MU5WPW4N.mjs";import"../../chunk-AZKOVKSK.mjs";import"../../chunk-FGEFYI5E.mjs";import{b as e}from"../../chunk-Q2DPE66H.mjs";import"../../chunk-INCYANPB.mjs";import"../../chunk-FT3AE7L2.mjs";import"../../chunk-RLVKIMGU.mjs";import"../../chunk-OCPX4QPC.mjs";import"../../chunk-3UMMMQEH.mjs";import"../../chunk-L5JPAKPM.mjs";import"../../chunk-KY7WQYN4.mjs";import"../../chunk-ZUA4KNIR.mjs";import"../../chunk-SOLZ4VQH.mjs";import"../../chunk-CSBGSBEU.mjs";import"../../chunk-YO3GQYRJ.mjs";import"../../chunk-MDJREBVI.mjs";import"../../chunk-ZWHGOTSF.mjs";import"../../chunk-Q3G5UAAD.mjs";import"../../chunk-XGRRLABA.mjs";import"../../chunk-FLHDNCNY.mjs";import"../../chunk-YEKQJ4YC.mjs";import{useState as o}from"react";import{jsx as t}from"react/jsx-runtime";var l=[{id:"1",role:"user",parts:[{type:"text",text:"Hello! Can you help me with a task?"}]},{id:"2",role:"assistant",parts:[{type:"text",text:"Of course! I can help you with various tasks. Try uploading a file or use the capabilities menu at the bottom to see what I can do."}]}];function u(){let[a,i]=o(l);return t("div",{className:"h-screen w-full",children:t(s,{messages:a,capabilities:e,enableFileUpload:!0,maxFileSize:10,allowedFileTypes:["*"],businessUnits:[],sessions:[],notifications:[],onNewChat:()=>i([]),onSessionSelect:()=>{},onSessionDelete:()=>{},showCapabilities:!0})})}export{u as ChatDemo};
1
+ import{a as s}from"../../chunk-EZKKO2SR.mjs";import"../../chunk-E6UOMRHI.mjs";import"../../chunk-56X4PU43.mjs";import"../../chunk-R72ZFTOO.mjs";import"../../chunk-SIL7AP7H.mjs";import"../../chunk-6OCLRAHU.mjs";import"../../chunk-5Y6FKL5W.mjs";import"../../chunk-EW6KWAHS.mjs";import"../../chunk-UGBDJDPW.mjs";import"../../chunk-QM5FOQHG.mjs";import"../../chunk-ZN7NNMB7.mjs";import"../../chunk-3BG2SCNC.mjs";import"../../chunk-6OT5PQXV.mjs";import"../../chunk-2LINLX4S.mjs";import"../../chunk-I2PVJQQR.mjs";import"../../chunk-LTTO57ZK.mjs";import"../../chunk-DBY4SXQI.mjs";import"../../chunk-4WA47ZQA.mjs";import"../../chunk-NPVUICIF.mjs";import"../../chunk-QG4QCB5I.mjs";import"../../chunk-MU5WPW4N.mjs";import"../../chunk-AZKOVKSK.mjs";import"../../chunk-FGEFYI5E.mjs";import{b as e}from"../../chunk-Q2DPE66H.mjs";import"../../chunk-INCYANPB.mjs";import"../../chunk-FT3AE7L2.mjs";import"../../chunk-RLVKIMGU.mjs";import"../../chunk-OCPX4QPC.mjs";import"../../chunk-3UMMMQEH.mjs";import"../../chunk-YNCJATT7.mjs";import"../../chunk-L5JPAKPM.mjs";import"../../chunk-KY7WQYN4.mjs";import"../../chunk-ZUA4KNIR.mjs";import"../../chunk-SOLZ4VQH.mjs";import"../../chunk-CSBGSBEU.mjs";import"../../chunk-YO3GQYRJ.mjs";import"../../chunk-MDJREBVI.mjs";import"../../chunk-ZWHGOTSF.mjs";import"../../chunk-Q3G5UAAD.mjs";import"../../chunk-XGRRLABA.mjs";import"../../chunk-FLHDNCNY.mjs";import"../../chunk-YEKQJ4YC.mjs";import{useState as o}from"react";import{jsx as t}from"react/jsx-runtime";var l=[{id:"1",role:"user",parts:[{type:"text",text:"Hello! Can you help me with a task?"}]},{id:"2",role:"assistant",parts:[{type:"text",text:"Of course! I can help you with various tasks. Try uploading a file or use the capabilities menu at the bottom to see what I can do."}]}];function u(){let[a,i]=o(l);return t("div",{className:"h-screen w-full",children:t(s,{messages:a,capabilities:e,enableFileUpload:!0,maxFileSize:10,allowedFileTypes:["*"],businessUnits:[],sessions:[],notifications:[],onNewChat:()=>i([]),onSessionSelect:()=>{},onSessionDelete:()=>{},showCapabilities:!0})})}export{u as ChatDemo};