@nuraly/lumenui 0.2.2 → 0.3.3
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/cdn.js +1 -0
- package/dist/nuralyui.bundle.js +2467 -1857
- package/dist/nuralyui.bundle.js.gz +0 -0
- package/dist/src/components/canvas/bundle.js +569 -204
- package/dist/src/components/canvas/bundle.js.gz +0 -0
- package/dist/src/components/canvas/canvas.constants.d.ts +1 -1
- package/dist/src/components/canvas/canvas.constants.js +1 -1
- package/dist/src/components/canvas/workflow-canvas.component.d.ts +7 -0
- package/dist/src/components/canvas/workflow-canvas.component.js +46 -2
- package/dist/src/components/canvas/workflow-canvas.types.d.ts +8 -1
- package/dist/src/components/canvas/workflow-canvas.types.js +157 -0
- package/dist/src/components/chat-panel/bundle.js +216 -0
- package/dist/src/components/chat-panel/bundle.js.gz +0 -0
- package/dist/src/components/chat-panel/chat-panel.component.d.ts +85 -0
- package/dist/src/components/chat-panel/chat-panel.component.js +510 -0
- package/dist/src/components/chat-panel/chat-panel.style.d.ts +2 -0
- package/dist/src/components/chat-panel/chat-panel.style.js +127 -0
- package/dist/src/components/chat-panel/chat-panel.types.d.ts +54 -0
- package/dist/src/components/chat-panel/chat-panel.types.js +2 -0
- package/dist/src/components/chat-panel/index.d.ts +3 -0
- package/dist/src/components/chat-panel/index.js +2 -0
- package/dist/src/components/chatbot/bundle.js +1 -1
- package/dist/src/components/chatbot/bundle.js.gz +0 -0
- package/dist/src/components/chatbot/providers/workflow-socket-provider.js +1 -1
- package/dist/src/components/presence/bundle.js +69 -42
- package/dist/src/components/presence/bundle.js.gz +0 -0
- package/dist/src/components/presence/presence-chat.component.d.ts +2 -0
- package/dist/src/components/presence/presence-chat.component.js +12 -2
- package/dist/src/components/presence/presence.component.d.ts +30 -6
- package/dist/src/components/presence/presence.component.js +277 -30
- package/dist/src/components/presence/presence.types.d.ts +2 -0
- package/dist/src/components/toast/bundle.js +11 -9
- package/dist/src/components/toast/bundle.js.gz +0 -0
- package/dist/src/components/toast/toast.component.d.ts +8 -0
- package/dist/src/components/toast/toast.component.js +17 -7
- package/dist/src/components/video/bundle.js +13 -12
- package/dist/src/components/video/bundle.js.gz +0 -0
- package/dist/src/components/video/video.component.d.ts +15 -1
- package/dist/src/components/video/video.component.js +131 -3
- package/package.json +5 -10
- package/packages/common/dist/VERSIONS.md +1 -1
package/dist/cdn.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(){"use strict";!function(){var e=document.currentScript,t=(e&&e.src?e.src.replace(/\/cdn\.js(?:\?.*)?$/,""):"")+"/nuralyui.bundle.js";if(!document.querySelector('script[type="importmap"][data-nuralyui]')){var r=document.createElement("script");r.type="importmap",r.dataset.nuralyui="",r.textContent=JSON.stringify({imports:{"socket.io-client":"https://esm.sh/socket.io-client@4",mermaid:"https://esm.sh/mermaid@11"}}),document.head.appendChild(r)}var n=document.createElement("link");n.rel="modulepreload",n.href=t,n.crossOrigin="anonymous",document.head.appendChild(n);var c=document.createElement("script");c.type="module",c.src=t,document.head.appendChild(c)}()}();
|