@nuraly/lumenui 0.1.0 → 0.2.1

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 (312) hide show
  1. package/dist/nuralyui.bundle.js +23024 -17355
  2. package/dist/nuralyui.bundle.js.gz +0 -0
  3. package/dist/src/components/alert/alert.component.d.ts +8 -5
  4. package/dist/src/components/alert/alert.component.js +24 -20
  5. package/dist/src/components/alert/alert.style.d.ts +0 -7
  6. package/dist/src/components/alert/alert.style.js +48 -90
  7. package/dist/src/components/alert/bundle.js +82 -108
  8. package/dist/src/components/alert/bundle.js.gz +0 -0
  9. package/dist/src/components/badge/badge.component.d.ts +9 -8
  10. package/dist/src/components/badge/badge.component.js +17 -14
  11. package/dist/src/components/badge/badge.style.d.ts +0 -7
  12. package/dist/src/components/badge/badge.style.js +49 -107
  13. package/dist/src/components/badge/bundle.js +81 -119
  14. package/dist/src/components/badge/bundle.js.gz +0 -0
  15. package/dist/src/components/breadcrumb/breadcrumb.component.d.ts +8 -10
  16. package/dist/src/components/breadcrumb/breadcrumb.component.js +16 -15
  17. package/dist/src/components/breadcrumb/breadcrumb.style.d.ts +0 -7
  18. package/dist/src/components/breadcrumb/breadcrumb.style.js +42 -60
  19. package/dist/src/components/breadcrumb/bundle.js +96 -93
  20. package/dist/src/components/breadcrumb/bundle.js.gz +0 -0
  21. package/dist/src/components/button/bundle.js +221 -470
  22. package/dist/src/components/button/bundle.js.gz +0 -0
  23. package/dist/src/components/button/button.component.d.ts +2 -1
  24. package/dist/src/components/button/button.component.js +6 -6
  25. package/dist/src/components/button/button.style.d.ts +0 -7
  26. package/dist/src/components/button/button.style.js +167 -433
  27. package/dist/src/components/canvas/base-canvas.component.d.ts +2 -1
  28. package/dist/src/components/canvas/base-canvas.component.js +1 -0
  29. package/dist/src/components/canvas/bundle.js +16919 -9595
  30. package/dist/src/components/canvas/bundle.js.gz +0 -0
  31. package/dist/src/components/canvas/canvas.constants.d.ts +1 -1
  32. package/dist/src/components/canvas/canvas.constants.js +1 -1
  33. package/dist/src/components/canvas/chatbot-panel.style.js +31 -31
  34. package/dist/src/components/canvas/index.d.ts +2 -0
  35. package/dist/src/components/canvas/index.js +3 -0
  36. package/dist/src/components/canvas/whiteboard-canvas.component.d.ts +3 -1
  37. package/dist/src/components/canvas/whiteboard-canvas.component.js +19 -1
  38. package/dist/src/components/canvas/whiteboard-canvas.style.js +159 -138
  39. package/dist/src/components/canvas/whiteboard-node.component.d.ts +2 -1
  40. package/dist/src/components/canvas/whiteboard-node.component.js +2 -1
  41. package/dist/src/components/canvas/whiteboard-node.style.js +44 -44
  42. package/dist/src/components/canvas/workflow-canvas-only.d.ts +4 -0
  43. package/dist/src/components/canvas/workflow-canvas-only.js +5 -0
  44. package/dist/src/components/canvas/workflow-canvas.component.d.ts +3 -1
  45. package/dist/src/components/canvas/workflow-canvas.component.js +24 -2
  46. package/dist/src/components/canvas/workflow-canvas.style.js +776 -648
  47. package/dist/src/components/canvas/workflow-canvas.types.d.ts +113 -4
  48. package/dist/src/components/canvas/workflow-canvas.types.js +646 -3
  49. package/dist/src/components/canvas/workflow-node.component.d.ts +3 -2
  50. package/dist/src/components/canvas/workflow-node.component.js +5 -5
  51. package/dist/src/components/canvas/workflow-node.style.js +183 -181
  52. package/dist/src/components/card/bundle.js +43 -35
  53. package/dist/src/components/card/bundle.js.gz +0 -0
  54. package/dist/src/components/card/card.component.d.ts +6 -1
  55. package/dist/src/components/card/card.component.js +8 -2
  56. package/dist/src/components/card/card.style.js +26 -30
  57. package/dist/src/components/carousel/bundle.js +8 -8
  58. package/dist/src/components/carousel/bundle.js.gz +0 -0
  59. package/dist/src/components/carousel/carousel.component.d.ts +12 -0
  60. package/dist/src/components/carousel/carousel.component.js +16 -4
  61. package/dist/src/components/chatbot/bundle.js +422 -406
  62. package/dist/src/components/chatbot/bundle.js.gz +0 -0
  63. package/dist/src/components/chatbot/chatbot.component.d.ts +2 -1
  64. package/dist/src/components/chatbot/chatbot.component.js +1 -0
  65. package/dist/src/components/chatbot/chatbot.style.js +277 -277
  66. package/dist/src/components/checkbox/bundle.js +86 -245
  67. package/dist/src/components/checkbox/bundle.js.gz +0 -0
  68. package/dist/src/components/checkbox/checkbox.component.d.ts +5 -2
  69. package/dist/src/components/checkbox/checkbox.component.js +11 -13
  70. package/dist/src/components/checkbox/checkbox.style.js +56 -231
  71. package/dist/src/components/code-editor/bundle.js +151 -25
  72. package/dist/src/components/code-editor/bundle.js.gz +0 -0
  73. package/dist/src/components/code-editor/code-editor.component.d.ts +18 -56
  74. package/dist/src/components/code-editor/code-editor.component.js +141 -394
  75. package/dist/src/components/code-editor/code-editor.style.js +139 -15
  76. package/dist/src/components/collapse/bundle.js +97 -84
  77. package/dist/src/components/collapse/bundle.js.gz +0 -0
  78. package/dist/src/components/collapse/collapse.component.d.ts +7 -1
  79. package/dist/src/components/collapse/collapse.component.js +11 -2
  80. package/dist/src/components/collapse/collapse.style.js +60 -60
  81. package/dist/src/components/colorpicker/bundle.js +85 -48
  82. package/dist/src/components/colorpicker/bundle.js.gz +0 -0
  83. package/dist/src/components/colorpicker/color-holder.component.d.ts +2 -4
  84. package/dist/src/components/colorpicker/color-holder.component.js +5 -6
  85. package/dist/src/components/colorpicker/color-holder.style.js +11 -11
  86. package/dist/src/components/colorpicker/color-picker.component.d.ts +2 -1
  87. package/dist/src/components/colorpicker/color-picker.component.js +1 -0
  88. package/dist/src/components/colorpicker/color-picker.style.js +12 -12
  89. package/dist/src/components/colorpicker/default-color-sets.component.d.ts +2 -2
  90. package/dist/src/components/colorpicker/default-color-sets.component.js +4 -3
  91. package/dist/src/components/colorpicker/default-color-sets.style.js +5 -5
  92. package/dist/src/components/container/bundle.js +24 -14
  93. package/dist/src/components/container/bundle.js.gz +0 -0
  94. package/dist/src/components/container/container.component.d.ts +4 -1
  95. package/dist/src/components/container/container.component.js +7 -5
  96. package/dist/src/components/container/container.style.js +9 -9
  97. package/dist/src/components/datepicker/bundle.js +193 -177
  98. package/dist/src/components/datepicker/bundle.js.gz +0 -0
  99. package/dist/src/components/datepicker/datepicker.component.d.ts +2 -1
  100. package/dist/src/components/datepicker/datepicker.component.js +1 -0
  101. package/dist/src/components/datepicker/datepicker.style.js +65 -65
  102. package/dist/src/components/datepicker/datepicker.style.variables.js +91 -91
  103. package/dist/src/components/db-connection-select/bundle.js +7 -6
  104. package/dist/src/components/db-connection-select/bundle.js.gz +0 -0
  105. package/dist/src/components/db-connection-select/db-connection-select.component.d.ts +3 -0
  106. package/dist/src/components/db-connection-select/db-connection-select.component.js +4 -0
  107. package/dist/src/components/divider/bundle.js +61 -35
  108. package/dist/src/components/divider/bundle.js.gz +0 -0
  109. package/dist/src/components/divider/divider.component.d.ts +4 -6
  110. package/dist/src/components/divider/divider.component.js +10 -14
  111. package/dist/src/components/divider/divider.style.js +41 -31
  112. package/dist/src/components/document/bundle.js +50 -48
  113. package/dist/src/components/document/bundle.js.gz +0 -0
  114. package/dist/src/components/document/document.component.d.ts +12 -1
  115. package/dist/src/components/document/document.component.js +18 -6
  116. package/dist/src/components/document/document.style.js +21 -36
  117. package/dist/src/components/dropdown/bundle.js +117 -101
  118. package/dist/src/components/dropdown/bundle.js.gz +0 -0
  119. package/dist/src/components/dropdown/dropdown.component.d.ts +2 -1
  120. package/dist/src/components/dropdown/dropdown.component.js +1 -0
  121. package/dist/src/components/dropdown/dropdown.style.js +68 -68
  122. package/dist/src/components/file-upload/bundle.js +82 -76
  123. package/dist/src/components/file-upload/bundle.js.gz +0 -0
  124. package/dist/src/components/file-upload/file-upload.component.d.ts +2 -1
  125. package/dist/src/components/file-upload/file-upload.component.js +1 -0
  126. package/dist/src/components/file-upload/styles.js +59 -59
  127. package/dist/src/components/flex/bundle.js +18 -8
  128. package/dist/src/components/flex/bundle.js.gz +0 -0
  129. package/dist/src/components/flex/flex.component.d.ts +4 -1
  130. package/dist/src/components/flex/flex.component.js +7 -4
  131. package/dist/src/components/flex/flex.style.js +2 -2
  132. package/dist/src/components/form/bundle.js +22 -10
  133. package/dist/src/components/form/bundle.js.gz +0 -0
  134. package/dist/src/components/form/form.component.d.ts +4 -1
  135. package/dist/src/components/form/form.component.js +5 -1
  136. package/dist/src/components/form/form.style.js +2 -2
  137. package/dist/src/components/grid/bundle.js +26 -14
  138. package/dist/src/components/grid/bundle.js.gz +0 -0
  139. package/dist/src/components/grid/col.component.d.ts +4 -1
  140. package/dist/src/components/grid/col.component.js +4 -1
  141. package/dist/src/components/grid/col.style.js +2 -2
  142. package/dist/src/components/grid/row.component.d.ts +4 -1
  143. package/dist/src/components/grid/row.component.js +4 -1
  144. package/dist/src/components/grid/row.style.js +2 -2
  145. package/dist/src/components/icon/bundle.js +78 -252
  146. package/dist/src/components/icon/bundle.js.gz +0 -0
  147. package/dist/src/components/icon/icon-paths.d.ts +2 -0
  148. package/dist/src/components/icon/icon-paths.js +141 -0
  149. package/dist/src/components/icon/icon.component.d.ts +10 -12
  150. package/dist/src/components/icon/icon.component.js +42 -93
  151. package/dist/src/components/icon/icon.style.js +42 -130
  152. package/dist/src/components/icon/icon.variables.js +9 -9
  153. package/dist/src/components/iconpicker/bundle.js +859 -1511
  154. package/dist/src/components/iconpicker/bundle.js.gz +0 -0
  155. package/dist/src/components/iconpicker/icon-picker.component.d.ts +2 -1
  156. package/dist/src/components/iconpicker/icon-picker.component.js +1 -0
  157. package/dist/src/components/iconpicker/icon-picker.style.js +13 -13
  158. package/dist/src/components/image/bundle.js +43 -33
  159. package/dist/src/components/image/bundle.js.gz +0 -0
  160. package/dist/src/components/image/image.component.d.ts +10 -1
  161. package/dist/src/components/image/image.component.js +13 -3
  162. package/dist/src/components/image/image.style.js +19 -26
  163. package/dist/src/components/input/bundle.js +420 -644
  164. package/dist/src/components/input/bundle.js.gz +0 -0
  165. package/dist/src/components/input/input.component.d.ts +16 -3
  166. package/dist/src/components/input/input.component.js +43 -27
  167. package/dist/src/components/input/input.style.d.ts +1 -1
  168. package/dist/src/components/input/input.style.js +331 -634
  169. package/dist/src/components/kv-secret-select/bundle.js +2 -1
  170. package/dist/src/components/kv-secret-select/bundle.js.gz +0 -0
  171. package/dist/src/components/kv-secret-select/kv-secret-select.component.d.ts +3 -0
  172. package/dist/src/components/kv-secret-select/kv-secret-select.component.js +4 -0
  173. package/dist/src/components/label/bundle.js +37 -60
  174. package/dist/src/components/label/bundle.js.gz +0 -0
  175. package/dist/src/components/label/label.component.d.ts +8 -4
  176. package/dist/src/components/label/label.component.js +9 -14
  177. package/dist/src/components/label/label.style.js +17 -25
  178. package/dist/src/components/label/label.style.variables.js +18 -18
  179. package/dist/src/components/layout/bundle.js +86 -70
  180. package/dist/src/components/layout/bundle.js.gz +0 -0
  181. package/dist/src/components/layout/content.component.d.ts +2 -1
  182. package/dist/src/components/layout/content.component.js +2 -1
  183. package/dist/src/components/layout/content.style.js +3 -3
  184. package/dist/src/components/layout/footer.component.d.ts +2 -1
  185. package/dist/src/components/layout/footer.component.js +3 -2
  186. package/dist/src/components/layout/footer.style.js +7 -7
  187. package/dist/src/components/layout/header.component.d.ts +2 -1
  188. package/dist/src/components/layout/header.component.js +3 -2
  189. package/dist/src/components/layout/header.style.js +7 -7
  190. package/dist/src/components/layout/layout.component.d.ts +4 -7
  191. package/dist/src/components/layout/layout.component.js +9 -22
  192. package/dist/src/components/layout/layout.style.js +1 -1
  193. package/dist/src/components/layout/sider.component.d.ts +3 -1
  194. package/dist/src/components/layout/sider.component.js +3 -1
  195. package/dist/src/components/layout/sider.style.js +29 -29
  196. package/dist/src/components/menu/bundle.js +135 -125
  197. package/dist/src/components/menu/bundle.js.gz +0 -0
  198. package/dist/src/components/menu/menu.component.d.ts +2 -1
  199. package/dist/src/components/menu/menu.component.js +1 -0
  200. package/dist/src/components/menu/menu.style.js +87 -87
  201. package/dist/src/components/modal/bundle.js +105 -96
  202. package/dist/src/components/modal/bundle.js.gz +0 -0
  203. package/dist/src/components/modal/modal.component.d.ts +2 -1
  204. package/dist/src/components/modal/modal.component.js +1 -0
  205. package/dist/src/components/modal/modal.style.js +69 -71
  206. package/dist/src/components/panel/bundle.js +190 -391
  207. package/dist/src/components/panel/bundle.js.gz +0 -0
  208. package/dist/src/components/panel/panel.component.d.ts +2 -1
  209. package/dist/src/components/panel/panel.component.js +1 -0
  210. package/dist/src/components/panel/panel.style.js +65 -65
  211. package/dist/src/components/popconfirm/bundle.js +107 -93
  212. package/dist/src/components/popconfirm/bundle.js.gz +0 -0
  213. package/dist/src/components/popconfirm/popconfirm-manager.component.d.ts +2 -1
  214. package/dist/src/components/popconfirm/popconfirm-manager.component.js +1 -0
  215. package/dist/src/components/popconfirm/popconfirm-manager.style.js +16 -16
  216. package/dist/src/components/popconfirm/popconfirm.component.d.ts +2 -1
  217. package/dist/src/components/popconfirm/popconfirm.component.js +9 -5
  218. package/dist/src/components/popconfirm/popconfirm.style.js +43 -43
  219. package/dist/src/components/radio/bundle.js +56 -86
  220. package/dist/src/components/radio/bundle.js.gz +0 -0
  221. package/dist/src/components/radio/radio.component.d.ts +8 -2
  222. package/dist/src/components/radio/radio.component.js +17 -9
  223. package/dist/src/components/radio/radio.style.js +30 -77
  224. package/dist/src/components/radio-group/bundle.js +125 -89
  225. package/dist/src/components/radio-group/bundle.js.gz +0 -0
  226. package/dist/src/components/radio-group/radio-group.component.d.ts +5 -1
  227. package/dist/src/components/radio-group/radio-group.component.js +18 -10
  228. package/dist/src/components/radio-group/radio-group.style.js +44 -44
  229. package/dist/src/components/select/bundle.js +260 -367
  230. package/dist/src/components/select/bundle.js.gz +0 -0
  231. package/dist/src/components/select/select.component.d.ts +12 -17
  232. package/dist/src/components/select/select.component.js +35 -35
  233. package/dist/src/components/select/select.style.js +184 -324
  234. package/dist/src/components/skeleton/bundle.js +82 -162
  235. package/dist/src/components/skeleton/bundle.js.gz +0 -0
  236. package/dist/src/components/skeleton/skeleton.component.d.ts +10 -5
  237. package/dist/src/components/skeleton/skeleton.component.js +20 -7
  238. package/dist/src/components/skeleton/skeleton.style.js +34 -133
  239. package/dist/src/components/slider-input/bundle.js +89 -88
  240. package/dist/src/components/slider-input/bundle.js.gz +0 -0
  241. package/dist/src/components/slider-input/slider-input.component.d.ts +11 -0
  242. package/dist/src/components/slider-input/slider-input.component.js +20 -8
  243. package/dist/src/components/slider-input/slider-input.style.js +47 -47
  244. package/dist/src/components/slider-input/slider-input.style.variables.js +32 -32
  245. package/dist/src/components/table/bundle.js +149 -128
  246. package/dist/src/components/table/bundle.js.gz +0 -0
  247. package/dist/src/components/table/table.component.d.ts +2 -1
  248. package/dist/src/components/table/table.component.js +1 -0
  249. package/dist/src/components/table/table.style.js +79 -79
  250. package/dist/src/components/tabs/bundle.js +462 -663
  251. package/dist/src/components/tabs/bundle.js.gz +0 -0
  252. package/dist/src/components/tabs/tabs.component.d.ts +6 -1
  253. package/dist/src/components/tabs/tabs.component.js +8 -1
  254. package/dist/src/components/tabs/tabs.style.js +200 -201
  255. package/dist/src/components/tag/bundle.js +44 -36
  256. package/dist/src/components/tag/bundle.js.gz +0 -0
  257. package/dist/src/components/tag/tag.component.d.ts +7 -6
  258. package/dist/src/components/tag/tag.component.js +10 -19
  259. package/dist/src/components/tag/tag.style.js +20 -24
  260. package/dist/src/components/textarea/bundle.js +131 -94
  261. package/dist/src/components/textarea/bundle.js.gz +0 -0
  262. package/dist/src/components/textarea/textarea.component.d.ts +7 -1
  263. package/dist/src/components/textarea/textarea.component.js +10 -3
  264. package/dist/src/components/textarea/textarea.style.d.ts +1 -13
  265. package/dist/src/components/textarea/textarea.style.js +79 -91
  266. package/dist/src/components/timeline/bundle.js +71 -134
  267. package/dist/src/components/timeline/bundle.js.gz +0 -0
  268. package/dist/src/components/timeline/timeline.component.d.ts +9 -6
  269. package/dist/src/components/timeline/timeline.component.js +16 -13
  270. package/dist/src/components/timeline/timeline.style.d.ts +0 -7
  271. package/dist/src/components/timeline/timeline.style.js +41 -122
  272. package/dist/src/components/timepicker/bundle.js +196 -166
  273. package/dist/src/components/timepicker/bundle.js.gz +0 -0
  274. package/dist/src/components/timepicker/timepicker.component.d.ts +2 -1
  275. package/dist/src/components/timepicker/timepicker.component.js +1 -0
  276. package/dist/src/components/timepicker/timepicker.style.js +42 -42
  277. package/dist/src/components/timepicker/timepicker.style.variables.js +91 -91
  278. package/dist/src/components/toast/bundle.js +97 -81
  279. package/dist/src/components/toast/bundle.js.gz +0 -0
  280. package/dist/src/components/toast/toast.component.d.ts +2 -1
  281. package/dist/src/components/toast/toast.component.js +1 -0
  282. package/dist/src/components/toast/toast.style.js +62 -62
  283. package/dist/src/components/tooltips/bundle.js +10 -10
  284. package/dist/src/components/tooltips/bundle.js.gz +0 -0
  285. package/dist/src/components/tooltips/tooltips.component.d.ts +8 -0
  286. package/dist/src/components/tooltips/tooltips.component.js +9 -1
  287. package/dist/src/components/tooltips/tooltips.style.js +6 -6
  288. package/dist/src/components/video/bundle.js +47 -36
  289. package/dist/src/components/video/bundle.js.gz +0 -0
  290. package/dist/src/components/video/video.component.d.ts +12 -1
  291. package/dist/src/components/video/video.component.js +18 -6
  292. package/dist/src/components/video/video.style.js +18 -24
  293. package/package.json +25 -12
  294. package/packages/common/dist/VERSIONS.md +2 -2
  295. package/packages/common/dist/shared/base-mixin.d.ts +21 -19
  296. package/packages/common/dist/shared/base-mixin.d.ts.map +1 -1
  297. package/packages/common/dist/shared/base-mixin.js +102 -18
  298. package/packages/common/dist/shared/base-mixin.js.map +1 -1
  299. package/packages/common/dist/shared/index.d.ts +1 -0
  300. package/packages/common/dist/shared/index.d.ts.map +1 -1
  301. package/packages/common/dist/shared/index.js +2 -0
  302. package/packages/common/dist/shared/index.js.map +1 -1
  303. package/packages/common/dist/shared/style-injector.d.ts +11 -0
  304. package/packages/common/dist/shared/style-injector.d.ts.map +1 -0
  305. package/packages/common/dist/shared/style-injector.js +53 -0
  306. package/packages/common/dist/shared/style-injector.js.map +1 -0
  307. package/packages/common/dist/shared/theme-mixin.d.ts +2 -24
  308. package/packages/common/dist/shared/theme-mixin.d.ts.map +1 -1
  309. package/packages/common/dist/shared/theme-mixin.js +5 -38
  310. package/packages/common/dist/shared/theme-mixin.js.map +1 -1
  311. package/packages/themes/dist/default.css +0 -10
  312. package/packages/themes/dist/package.json +1 -1
@@ -24,7 +24,7 @@ export declare const TABLE_MIN_HEIGHT = 120;
24
24
  export declare const VIEWPORT_ADD_NODE_OFFSET_X = 400;
25
25
  export declare const VIEWPORT_ADD_NODE_OFFSET_Y = 200;
26
26
  export declare const TRIGGER_POLL_INTERVAL_MS = 10000;
27
- export declare const PERSISTENT_TRIGGER_TYPE_NAMES: readonly ["TELEGRAM_BOT", "SLACK_SOCKET", "DISCORD_BOT", "WHATSAPP_WEBHOOK", "CUSTOM_WEBSOCKET"];
27
+ export declare const PERSISTENT_TRIGGER_TYPE_NAMES: readonly ["TELEGRAM_BOT", "SLACK_SOCKET", "DISCORD_BOT", "WHATSAPP_WEBHOOK", "CUSTOM_WEBSOCKET", "RABBITMQ_TRIGGER", "CALENDLY_TRIGGER", "KAFKA_TRIGGER"];
28
28
  export declare const FILL_COLOR_PRESETS: readonly ["#fef08a", "#bbf7d0", "#bfdbfe", "#fecaca", "#e9d5ff", "#fed7aa", "#ffffff", "#f3f4f6"];
29
29
  export declare const BORDER_COLOR_PRESETS: readonly ["#8b5cf6", "#3b82f6", "#ef4444", "#22c55e", "#f59e0b", "#6b7280", "#1a1a1a", "#e5e7eb"];
30
30
  export declare const TEXT_COLOR_PRESETS: readonly ["#1a1a1a", "#374151", "#713f12", "#1e3a5f", "#7f1d1d", "#4c1d95", "#ffffff"];
@@ -30,7 +30,7 @@ export const VIEWPORT_ADD_NODE_OFFSET_Y = 200;
30
30
  // ==================== Trigger Polling ====================
31
31
  export const TRIGGER_POLL_INTERVAL_MS = 10000;
32
32
  export const PERSISTENT_TRIGGER_TYPE_NAMES = [
33
- 'TELEGRAM_BOT', 'SLACK_SOCKET', 'DISCORD_BOT', 'WHATSAPP_WEBHOOK', 'CUSTOM_WEBSOCKET',
33
+ 'TELEGRAM_BOT', 'SLACK_SOCKET', 'DISCORD_BOT', 'WHATSAPP_WEBHOOK', 'CUSTOM_WEBSOCKET', 'RABBITMQ_TRIGGER', 'CALENDLY_TRIGGER', 'KAFKA_TRIGGER',
34
34
  ];
35
35
  // ==================== Color Presets ====================
36
36
  export const FILL_COLOR_PRESETS = [
@@ -22,9 +22,9 @@ export const chatbotPanelStyles = css `
22
22
  z-index: 999;
23
23
  display: flex;
24
24
  flex-direction: column;
25
- background: var(--nuraly-color-layer-01, #ffffff);
26
- border-left: 1px solid var(--nuraly-color-border-subtle, #e0e0e0);
27
- box-shadow: var(--nuraly-shadow-lg, 0 8px 24px rgba(0, 0, 0, 0.15));
25
+ background: #f4f4f4;
26
+ border-left: 1px solid #e0e0e0;
27
+ box-shadow: 0 4px 16px rgba(0,0,0,0.2);
28
28
  animation: chatbot-panel-slide-in 0.2s ease-out;
29
29
  /* Override canvas touch-action:none so inputs/scrolling work on mobile */
30
30
  touch-action: auto;
@@ -39,44 +39,44 @@ export const chatbotPanelStyles = css `
39
39
  display: flex;
40
40
  align-items: center;
41
41
  justify-content: space-between;
42
- padding: var(--nuraly-spacing-2, 8px) var(--nuraly-spacing-3, 12px);
43
- border-bottom: 1px solid var(--nuraly-color-border-subtle, #e0e0e0);
44
- background: var(--nuraly-color-layer-02, #f8f8f8);
42
+ padding: 0.5rem 0.75rem;
43
+ border-bottom: 1px solid #e0e0e0;
44
+ background: #e8e8e8;
45
45
  flex-shrink: 0;
46
46
  }
47
47
 
48
48
  .chatbot-panel-title {
49
49
  display: flex;
50
50
  align-items: center;
51
- gap: var(--nuraly-spacing-2, 8px);
52
- font-family: var(--nuraly-font-family);
53
- font-size: var(--nuraly-font-size-sm, 13px);
54
- font-weight: var(--nuraly-font-weight-semibold, 600);
55
- color: var(--nuraly-color-text-primary, #161616);
51
+ gap: 0.5rem;
52
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
53
+ font-size: 0.875rem;
54
+ font-weight: 600;
55
+ color: #161616;
56
56
  }
57
57
 
58
58
  .chatbot-panel-title nr-icon {
59
- color: var(--nuraly-color-interactive, #3b82f6);
59
+ color: #7c3aed;
60
60
  }
61
61
 
62
62
  .chatbot-panel-close {
63
63
  background: none;
64
64
  border: none;
65
- color: var(--nuraly-color-text-secondary, #888);
65
+ color: #525252;
66
66
  cursor: pointer;
67
- padding: var(--nuraly-spacing-1, 4px);
67
+ padding: 0.25rem;
68
68
  min-width: 44px;
69
69
  min-height: 44px;
70
70
  display: flex;
71
71
  align-items: center;
72
72
  justify-content: center;
73
- border-radius: var(--nuraly-border-radius-small, 4px);
74
- transition: all var(--nuraly-transition-fast, 0.15s) ease;
73
+ border-radius: 4px;
74
+ transition: all 0.15s ease;
75
75
  }
76
76
 
77
77
  .chatbot-panel-close:hover {
78
- color: var(--nuraly-color-text-primary, #161616);
79
- background: var(--nuraly-color-layer-hover-01, rgba(0, 0, 0, 0.05));
78
+ color: #161616;
79
+ background: rgba(0, 0, 0, 0.05);
80
80
  }
81
81
 
82
82
  .chatbot-panel-content {
@@ -117,7 +117,7 @@ export const chatbotPanelStyles = css `
117
117
  width: 16px;
118
118
  height: 16px;
119
119
  border-radius: 50%;
120
- background: var(--nuraly-color-support-error, #da1e28);
120
+ background: #da1e28;
121
121
  color: #fff;
122
122
  font-size: 10px;
123
123
  font-weight: 600;
@@ -132,51 +132,51 @@ export const chatbotPanelStyles = css `
132
132
  .chatbot-panel[data-theme="carbon-light"],
133
133
  .chatbot-panel[data-theme="default-light"],
134
134
  .chatbot-panel[data-theme="default"] {
135
- background: var(--nuraly-color-layer-01, #ffffff);
136
- border-color: var(--nuraly-color-border-subtle, #e0e0e0);
135
+ background: #f4f4f4;
136
+ border-color: #e0e0e0;
137
137
  }
138
138
 
139
139
  .chatbot-panel[data-theme="light"] .chatbot-panel-header,
140
140
  .chatbot-panel[data-theme="carbon-light"] .chatbot-panel-header,
141
141
  .chatbot-panel[data-theme="default-light"] .chatbot-panel-header,
142
142
  .chatbot-panel[data-theme="default"] .chatbot-panel-header {
143
- background: var(--nuraly-color-layer-02, #f4f4f4);
144
- border-color: var(--nuraly-color-border-subtle, #e0e0e0);
143
+ background: #e8e8e8;
144
+ border-color: #e0e0e0;
145
145
  }
146
146
 
147
147
  .chatbot-panel[data-theme="light"] .chatbot-panel-title,
148
148
  .chatbot-panel[data-theme="carbon-light"] .chatbot-panel-title,
149
149
  .chatbot-panel[data-theme="default-light"] .chatbot-panel-title,
150
150
  .chatbot-panel[data-theme="default"] .chatbot-panel-title {
151
- color: var(--nuraly-color-text-primary, #161616);
151
+ color: #161616;
152
152
  }
153
153
 
154
154
  /* Dark theme for chatbot panel */
155
155
  .chatbot-panel[data-theme="dark"],
156
156
  .chatbot-panel[data-theme="carbon-dark"],
157
157
  .chatbot-panel[data-theme="default-dark"] {
158
- background: var(--nuraly-color-layer-01, #262626);
159
- border-color: var(--nuraly-color-border-subtle, #393939);
158
+ background: #f4f4f4;
159
+ border-color: #e0e0e0;
160
160
  }
161
161
 
162
162
  .chatbot-panel[data-theme="dark"] .chatbot-panel-header,
163
163
  .chatbot-panel[data-theme="carbon-dark"] .chatbot-panel-header,
164
164
  .chatbot-panel[data-theme="default-dark"] .chatbot-panel-header {
165
- background: var(--nuraly-color-layer-02, #333333);
166
- border-color: var(--nuraly-color-border-subtle, #393939);
165
+ background: #e8e8e8;
166
+ border-color: #e0e0e0;
167
167
  }
168
168
 
169
169
  .chatbot-panel[data-theme="dark"] .chatbot-panel-title,
170
170
  .chatbot-panel[data-theme="carbon-dark"] .chatbot-panel-title,
171
171
  .chatbot-panel[data-theme="default-dark"] .chatbot-panel-title {
172
- color: var(--nuraly-color-text-primary, #e5e5e5);
172
+ color: #e5e5e5;
173
173
  }
174
174
 
175
175
  .chatbot-panel[data-theme="dark"] .chatbot-panel-close:hover,
176
176
  .chatbot-panel[data-theme="carbon-dark"] .chatbot-panel-close:hover,
177
177
  .chatbot-panel[data-theme="default-dark"] .chatbot-panel-close:hover {
178
- color: var(--nuraly-color-text-primary, #e5e5e5);
179
- background: var(--nuraly-color-layer-hover-01, rgba(255, 255, 255, 0.1));
178
+ color: #e5e5e5;
179
+ background: rgba(255, 255, 255, 0.1);
180
180
  }
181
181
 
182
182
  /* Mobile: chatbot panel full-screen */
@@ -4,6 +4,8 @@ export * from './canvas.constants.js';
4
4
  export * from './workflow-canvas.types.js';
5
5
  export * from './workflow-node.component.js';
6
6
  export * from './workflow-canvas.component.js';
7
+ export * from './whiteboard-node.component.js';
8
+ export * from './whiteboard-canvas.component.js';
7
9
  export { DataOperation, DATA_OPERATIONS, FilterOperator, FILTER_OPERATORS, DEFAULT_DATA_NODE_CONFIG, DATA_NODE_SECTIONS, DATA_OPERATIONS as DataOperations, validateDataNodeConfig, shouldShowSection, } from './data-node/data-node.types.js';
8
10
  export { dataNodeFieldStyles } from './data-node/data-node-fields.style.js';
9
11
  export * from './data-node/data-node-fields.component.js';
@@ -8,6 +8,9 @@ export * from './canvas.constants.js';
8
8
  export * from './workflow-canvas.types.js';
9
9
  export * from './workflow-node.component.js';
10
10
  export * from './workflow-canvas.component.js';
11
+ // Whiteboard canvas components
12
+ export * from './whiteboard-node.component.js';
13
+ export * from './whiteboard-canvas.component.js';
11
14
  // Data node components and types - re-export runtime values only
12
15
  // Types should be imported directly from './data-node/data-node.types.js' when needed
13
16
  export { DataOperation, DATA_OPERATIONS, FilterOperator, FILTER_OPERATORS, DEFAULT_DATA_NODE_CONFIG, DATA_NODE_SECTIONS, DATA_OPERATIONS as DataOperations, validateDataNodeConfig, shouldShowSection, } from './data-node/data-node.types.js';
@@ -5,6 +5,7 @@
5
5
  */
6
6
  import { Workflow, WorkflowNode, CanvasType } from './workflow-canvas.types.js';
7
7
  import './whiteboard-node.component.js';
8
+ import '../select/select.component.js';
8
9
  import { BaseCanvasElement } from './base-canvas.component.js';
9
10
  /**
10
11
  * Whiteboard canvas component for visual whiteboard editing (Miro-style)
@@ -15,7 +16,8 @@ import { BaseCanvasElement } from './base-canvas.component.js';
15
16
  * @fires viewport-changed - When viewport (pan/zoom) changes
16
17
  */
17
18
  export declare class WhiteboardCanvasElement extends BaseCanvasElement {
18
- static styles: import("lit").CSSResult[];
19
+ static useShadowDom: boolean;
20
+ static styles: (import("lit").CSSResult | import("lit").CSSResult[])[];
19
21
  private _wbActiveColorPicker;
20
22
  private wbShapesFlyoutOpen;
21
23
  protected normalizeNodes(nodes: WorkflowNode[]): WorkflowNode[];
@@ -13,7 +13,15 @@ import { html, nothing } from 'lit';
13
13
  import { customElement, state } from 'lit/decorators.js';
14
14
  import { CanvasType, isWhiteboardNode, WhiteboardNodeType, } from './workflow-canvas.types.js';
15
15
  import { styles } from './whiteboard-canvas.style.js';
16
+ import { styles as inputStyles } from '../input/input.style.js';
17
+ import labelStyles from '../label/label.style.js';
18
+ import { buttonStyles } from '../button/button.style.js';
19
+ import { styles as selectStyles } from '../select/select.style.js';
20
+ import { styles as checkboxStyles } from '../checkbox/checkbox.style.js';
21
+ import { styles as alertStyles } from '../alert/alert.style.js';
22
+ import { styles as radioStyles } from '../radio/radio.style.js';
16
23
  import './whiteboard-node.component.js';
24
+ import '../select/select.component.js';
17
25
  // Templates
18
26
  import { renderWbSidebarTemplate, } from './templates/index.js';
19
27
  import { renderWbFloatingToolbarTemplate } from './templates/wb-floating-toolbar.template.js';
@@ -342,7 +350,17 @@ let WhiteboardCanvasElement = class WhiteboardCanvasElement extends BaseCanvasEl
342
350
  `;
343
351
  }
344
352
  };
345
- WhiteboardCanvasElement.styles = styles;
353
+ WhiteboardCanvasElement.useShadowDom = true;
354
+ WhiteboardCanvasElement.styles = [
355
+ styles,
356
+ inputStyles,
357
+ labelStyles,
358
+ buttonStyles,
359
+ selectStyles,
360
+ checkboxStyles,
361
+ alertStyles,
362
+ radioStyles,
363
+ ];
346
364
  __decorate([
347
365
  state()
348
366
  ], WhiteboardCanvasElement.prototype, "_wbActiveColorPicker", void 0);