@botonic/react 0.56.0-alpha.0 → 0.57.0-rslib-esm.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 (1206) hide show
  1. package/lib/esm/app.js +4 -5
  2. package/lib/esm/app.js.map +1 -1
  3. package/lib/esm/assets/types.d.ts +4 -0
  4. package/lib/esm/botonic-tester.js +79 -33
  5. package/lib/esm/botonic-tester.js.map +1 -1
  6. package/lib/esm/components/audio.d.ts +1 -1
  7. package/lib/esm/components/audio.js +52 -20
  8. package/lib/esm/components/audio.js.map +1 -1
  9. package/lib/esm/components/button/index.d.ts +1 -1
  10. package/lib/esm/components/button/index.js +113 -69
  11. package/lib/esm/components/button/index.js.map +1 -1
  12. package/lib/esm/components/button/styles.js +27 -25
  13. package/lib/esm/components/button/styles.js.map +1 -1
  14. package/lib/esm/components/buttons-disabler.d.ts +1 -1
  15. package/lib/esm/components/buttons-disabler.js +37 -34
  16. package/lib/esm/components/buttons-disabler.js.map +1 -1
  17. package/lib/esm/components/carousel.d.ts +1 -1
  18. package/lib/esm/components/carousel.js +143 -66
  19. package/lib/esm/components/carousel.js.map +1 -1
  20. package/lib/esm/components/components.js +5 -8
  21. package/lib/esm/components/components.js.map +1 -1
  22. package/lib/esm/components/constants.js +5 -5
  23. package/lib/esm/components/constants.js.map +1 -1
  24. package/lib/esm/components/custom-message.d.ts +1 -1
  25. package/lib/esm/components/custom-message.js +84 -35
  26. package/lib/esm/components/custom-message.js.map +1 -1
  27. package/lib/esm/components/document.d.ts +1 -1
  28. package/lib/esm/components/document.js +58 -26
  29. package/lib/esm/components/document.js.map +1 -1
  30. package/lib/esm/components/element.js +41 -29
  31. package/lib/esm/components/element.js.map +1 -1
  32. package/lib/esm/components/handoff.js +51 -29
  33. package/lib/esm/components/handoff.js.map +1 -1
  34. package/lib/esm/components/image.d.ts +1 -1
  35. package/lib/esm/components/image.js +71 -30
  36. package/lib/esm/components/image.js.map +1 -1
  37. package/lib/esm/components/index-types.d.ts +1 -1
  38. package/lib/esm/components/index-types.js +3 -2
  39. package/lib/esm/components/index-types.js.map +1 -1
  40. package/lib/esm/components/index.d.ts +33 -33
  41. package/lib/esm/components/index.js +98 -70
  42. package/lib/esm/components/index.js.map +1 -1
  43. package/lib/esm/components/location.js +57 -20
  44. package/lib/esm/components/location.js.map +1 -1
  45. package/lib/esm/components/markdown.js +53 -60
  46. package/lib/esm/components/markdown.js.map +1 -1
  47. package/lib/esm/components/message/index.js +205 -102
  48. package/lib/esm/components/message/index.js.map +1 -1
  49. package/lib/esm/components/message/message-footer.d.ts +1 -1
  50. package/lib/esm/components/message/message-footer.js +36 -18
  51. package/lib/esm/components/message/message-footer.js.map +1 -1
  52. package/lib/esm/components/message/message-image.d.ts +1 -1
  53. package/lib/esm/components/message/message-image.js +44 -24
  54. package/lib/esm/components/message/message-image.js.map +1 -1
  55. package/lib/esm/components/message/styles.js +34 -34
  56. package/lib/esm/components/message/styles.js.map +1 -1
  57. package/lib/esm/components/message/timestamps.d.ts +1 -1
  58. package/lib/esm/components/message/timestamps.js +54 -32
  59. package/lib/esm/components/message/timestamps.js.map +1 -1
  60. package/lib/esm/components/message-template.js +24 -11
  61. package/lib/esm/components/message-template.js.map +1 -1
  62. package/lib/esm/components/multichannel/facebook/facebook.js +33 -20
  63. package/lib/esm/components/multichannel/facebook/facebook.js.map +1 -1
  64. package/lib/esm/components/multichannel/index-types.js +4 -2
  65. package/lib/esm/components/multichannel/index-types.js.map +1 -1
  66. package/lib/esm/components/multichannel/index.d.ts +6 -6
  67. package/lib/esm/components/multichannel/index.js +24 -15
  68. package/lib/esm/components/multichannel/index.js.map +1 -1
  69. package/lib/esm/components/multichannel/multichannel-button.js +63 -42
  70. package/lib/esm/components/multichannel/multichannel-button.js.map +1 -1
  71. package/lib/esm/components/multichannel/multichannel-carousel.js +84 -41
  72. package/lib/esm/components/multichannel/multichannel-carousel.js.map +1 -1
  73. package/lib/esm/components/multichannel/multichannel-context.js +10 -8
  74. package/lib/esm/components/multichannel/multichannel-context.js.map +1 -1
  75. package/lib/esm/components/multichannel/multichannel-reply.js +34 -20
  76. package/lib/esm/components/multichannel/multichannel-reply.js.map +1 -1
  77. package/lib/esm/components/multichannel/multichannel-text.js +196 -94
  78. package/lib/esm/components/multichannel/multichannel-text.js.map +1 -1
  79. package/lib/esm/components/multichannel/multichannel-utils.js +22 -35
  80. package/lib/esm/components/multichannel/multichannel-utils.js.map +1 -1
  81. package/lib/esm/components/multichannel/multichannel.js +91 -43
  82. package/lib/esm/components/multichannel/multichannel.js.map +1 -1
  83. package/lib/esm/components/multichannel/whatsapp/constants.js +15 -13
  84. package/lib/esm/components/multichannel/whatsapp/constants.js.map +1 -1
  85. package/lib/esm/components/multichannel/whatsapp/markdown-meta.js +3 -3
  86. package/lib/esm/components/multichannel/whatsapp/markdown-meta.js.map +1 -1
  87. package/lib/esm/components/pic.js +46 -23
  88. package/lib/esm/components/pic.js.map +1 -1
  89. package/lib/esm/components/raw.js +65 -24
  90. package/lib/esm/components/raw.js.map +1 -1
  91. package/lib/esm/components/reply.d.ts +1 -1
  92. package/lib/esm/components/reply.js +68 -32
  93. package/lib/esm/components/reply.js.map +1 -1
  94. package/lib/esm/components/share-button.js +24 -11
  95. package/lib/esm/components/share-button.js.map +1 -1
  96. package/lib/esm/components/subtitle.js +37 -19
  97. package/lib/esm/components/subtitle.js.map +1 -1
  98. package/lib/esm/components/system-debug-trace/debug-message.d.ts +1 -1
  99. package/lib/esm/components/system-debug-trace/debug-message.js +104 -54
  100. package/lib/esm/components/system-debug-trace/debug-message.js.map +1 -1
  101. package/lib/esm/components/system-debug-trace/events/ai-agent/ai-agent.d.ts +2 -2
  102. package/lib/esm/components/system-debug-trace/events/ai-agent/ai-agent.js +121 -34
  103. package/lib/esm/components/system-debug-trace/events/ai-agent/ai-agent.js.map +1 -1
  104. package/lib/esm/components/system-debug-trace/events/ai-agent/executed-tools.d.ts +1 -1
  105. package/lib/esm/components/system-debug-trace/events/ai-agent/executed-tools.js +38 -13
  106. package/lib/esm/components/system-debug-trace/events/ai-agent/executed-tools.js.map +1 -1
  107. package/lib/esm/components/system-debug-trace/events/ai-agent/index.d.ts +2 -2
  108. package/lib/esm/components/system-debug-trace/events/ai-agent/index.js +6 -5
  109. package/lib/esm/components/system-debug-trace/events/ai-agent/index.js.map +1 -1
  110. package/lib/esm/components/system-debug-trace/events/ai-agent/parse-tools.d.ts +1 -1
  111. package/lib/esm/components/system-debug-trace/events/ai-agent/parse-tools.js +10 -12
  112. package/lib/esm/components/system-debug-trace/events/ai-agent/parse-tools.js.map +1 -1
  113. package/lib/esm/components/system-debug-trace/events/ai-agent/rehydrate-ai-agent-event.d.ts +2 -2
  114. package/lib/esm/components/system-debug-trace/events/ai-agent/rehydrate-ai-agent-event.js +11 -17
  115. package/lib/esm/components/system-debug-trace/events/ai-agent/rehydrate-ai-agent-event.js.map +1 -1
  116. package/lib/esm/components/system-debug-trace/events/ai-agent/types.d.ts +1 -1
  117. package/lib/esm/components/system-debug-trace/events/ai-agent/types.js +3 -2
  118. package/lib/esm/components/system-debug-trace/events/ai-agent/types.js.map +1 -1
  119. package/lib/esm/components/system-debug-trace/events/ai-agent/use-rehydrated-ai-agent-event.d.ts +2 -2
  120. package/lib/esm/components/system-debug-trace/events/ai-agent/use-rehydrated-ai-agent-event.js +23 -23
  121. package/lib/esm/components/system-debug-trace/events/ai-agent/use-rehydrated-ai-agent-event.js.map +1 -1
  122. package/lib/esm/components/system-debug-trace/events/ai-agent-router/ai-agent-router.d.ts +2 -2
  123. package/lib/esm/components/system-debug-trace/events/ai-agent-router/ai-agent-router.js +88 -18
  124. package/lib/esm/components/system-debug-trace/events/ai-agent-router/ai-agent-router.js.map +1 -1
  125. package/lib/esm/components/system-debug-trace/events/ai-agent-router/index.d.ts +2 -2
  126. package/lib/esm/components/system-debug-trace/events/ai-agent-router/index.js +6 -5
  127. package/lib/esm/components/system-debug-trace/events/ai-agent-router/index.js.map +1 -1
  128. package/lib/esm/components/system-debug-trace/events/ai-agent-router/types.d.ts +2 -2
  129. package/lib/esm/components/system-debug-trace/events/ai-agent-router/types.js +3 -2
  130. package/lib/esm/components/system-debug-trace/events/ai-agent-router/types.js.map +1 -1
  131. package/lib/esm/components/system-debug-trace/events/bot-action.d.ts +1 -1
  132. package/lib/esm/components/system-debug-trace/events/bot-action.js +28 -12
  133. package/lib/esm/components/system-debug-trace/events/bot-action.js.map +1 -1
  134. package/lib/esm/components/system-debug-trace/events/components/guardrail-item.js +38 -11
  135. package/lib/esm/components/system-debug-trace/events/components/guardrail-item.js.map +1 -1
  136. package/lib/esm/components/system-debug-trace/events/components/index.d.ts +2 -2
  137. package/lib/esm/components/system-debug-trace/events/components/index.js +6 -5
  138. package/lib/esm/components/system-debug-trace/events/components/index.js.map +1 -1
  139. package/lib/esm/components/system-debug-trace/events/components/sources-section.d.ts +1 -1
  140. package/lib/esm/components/system-debug-trace/events/components/sources-section.js +46 -17
  141. package/lib/esm/components/system-debug-trace/events/components/sources-section.js.map +1 -1
  142. package/lib/esm/components/system-debug-trace/events/conditional-channel.d.ts +1 -1
  143. package/lib/esm/components/system-debug-trace/events/conditional-channel.js +28 -12
  144. package/lib/esm/components/system-debug-trace/events/conditional-channel.js.map +1 -1
  145. package/lib/esm/components/system-debug-trace/events/conditional-country.d.ts +1 -1
  146. package/lib/esm/components/system-debug-trace/events/conditional-country.js +28 -12
  147. package/lib/esm/components/system-debug-trace/events/conditional-country.js.map +1 -1
  148. package/lib/esm/components/system-debug-trace/events/conditional-custom.d.ts +1 -1
  149. package/lib/esm/components/system-debug-trace/events/conditional-custom.js +59 -17
  150. package/lib/esm/components/system-debug-trace/events/conditional-custom.js.map +1 -1
  151. package/lib/esm/components/system-debug-trace/events/conditional-queue-status.d.ts +1 -1
  152. package/lib/esm/components/system-debug-trace/events/conditional-queue-status.js +72 -20
  153. package/lib/esm/components/system-debug-trace/events/conditional-queue-status.js.map +1 -1
  154. package/lib/esm/components/system-debug-trace/events/constants.js +5 -5
  155. package/lib/esm/components/system-debug-trace/events/constants.js.map +1 -1
  156. package/lib/esm/components/system-debug-trace/events/fallback.d.ts +1 -1
  157. package/lib/esm/components/system-debug-trace/events/fallback.js +29 -12
  158. package/lib/esm/components/system-debug-trace/events/fallback.js.map +1 -1
  159. package/lib/esm/components/system-debug-trace/events/handoff-success.d.ts +1 -1
  160. package/lib/esm/components/system-debug-trace/events/handoff-success.js +84 -27
  161. package/lib/esm/components/system-debug-trace/events/handoff-success.js.map +1 -1
  162. package/lib/esm/components/system-debug-trace/events/index.d.ts +14 -14
  163. package/lib/esm/components/system-debug-trace/events/index.js +30 -17
  164. package/lib/esm/components/system-debug-trace/events/index.js.map +1 -1
  165. package/lib/esm/components/system-debug-trace/events/keyword.d.ts +1 -1
  166. package/lib/esm/components/system-debug-trace/events/keyword.js +29 -12
  167. package/lib/esm/components/system-debug-trace/events/keyword.js.map +1 -1
  168. package/lib/esm/components/system-debug-trace/events/knowledge-bases-types.js +3 -2
  169. package/lib/esm/components/system-debug-trace/events/knowledge-bases-types.js.map +1 -1
  170. package/lib/esm/components/system-debug-trace/events/redirect-flow.d.ts +1 -1
  171. package/lib/esm/components/system-debug-trace/events/redirect-flow.js +28 -12
  172. package/lib/esm/components/system-debug-trace/events/redirect-flow.js.map +1 -1
  173. package/lib/esm/components/system-debug-trace/events/smart-intent.d.ts +1 -1
  174. package/lib/esm/components/system-debug-trace/events/smart-intent.js +28 -11
  175. package/lib/esm/components/system-debug-trace/events/smart-intent.js.map +1 -1
  176. package/lib/esm/components/system-debug-trace/events/webview-action-triggered.d.ts +1 -1
  177. package/lib/esm/components/system-debug-trace/events/webview-action-triggered.js +45 -19
  178. package/lib/esm/components/system-debug-trace/events/webview-action-triggered.js.map +1 -1
  179. package/lib/esm/components/system-debug-trace/hooks/use-knowledge-base-info.d.ts +2 -2
  180. package/lib/esm/components/system-debug-trace/hooks/use-knowledge-base-info.js +45 -38
  181. package/lib/esm/components/system-debug-trace/hooks/use-knowledge-base-info.js.map +1 -1
  182. package/lib/esm/components/system-debug-trace/hooks/use-last-label-position.js +22 -19
  183. package/lib/esm/components/system-debug-trace/hooks/use-last-label-position.js.map +1 -1
  184. package/lib/esm/components/system-debug-trace/icons/ai-router.js +69 -12
  185. package/lib/esm/components/system-debug-trace/icons/ai-router.js.map +1 -1
  186. package/lib/esm/components/system-debug-trace/icons/ai-specialist.js +83 -13
  187. package/lib/esm/components/system-debug-trace/icons/ai-specialist.js.map +1 -1
  188. package/lib/esm/components/system-debug-trace/icons/arrow-progress.d.ts +1 -1
  189. package/lib/esm/components/system-debug-trace/icons/arrow-progress.js +21 -10
  190. package/lib/esm/components/system-debug-trace/icons/arrow-progress.js.map +1 -1
  191. package/lib/esm/components/system-debug-trace/icons/brain.d.ts +1 -1
  192. package/lib/esm/components/system-debug-trace/icons/brain.js +21 -10
  193. package/lib/esm/components/system-debug-trace/icons/brain.js.map +1 -1
  194. package/lib/esm/components/system-debug-trace/icons/caret-down.d.ts +1 -1
  195. package/lib/esm/components/system-debug-trace/icons/caret-down.js +21 -10
  196. package/lib/esm/components/system-debug-trace/icons/caret-down.js.map +1 -1
  197. package/lib/esm/components/system-debug-trace/icons/caret-up.d.ts +1 -1
  198. package/lib/esm/components/system-debug-trace/icons/caret-up.js +21 -10
  199. package/lib/esm/components/system-debug-trace/icons/caret-up.js.map +1 -1
  200. package/lib/esm/components/system-debug-trace/icons/circle-check.d.ts +1 -1
  201. package/lib/esm/components/system-debug-trace/icons/circle-check.js +20 -9
  202. package/lib/esm/components/system-debug-trace/icons/circle-check.js.map +1 -1
  203. package/lib/esm/components/system-debug-trace/icons/code.d.ts +1 -1
  204. package/lib/esm/components/system-debug-trace/icons/code.js +20 -9
  205. package/lib/esm/components/system-debug-trace/icons/code.js.map +1 -1
  206. package/lib/esm/components/system-debug-trace/icons/file-pdf.d.ts +1 -1
  207. package/lib/esm/components/system-debug-trace/icons/file-pdf.js +21 -10
  208. package/lib/esm/components/system-debug-trace/icons/file-pdf.js.map +1 -1
  209. package/lib/esm/components/system-debug-trace/icons/file-word.d.ts +1 -1
  210. package/lib/esm/components/system-debug-trace/icons/file-word.js +21 -10
  211. package/lib/esm/components/system-debug-trace/icons/file-word.js.map +1 -1
  212. package/lib/esm/components/system-debug-trace/icons/hand.d.ts +1 -1
  213. package/lib/esm/components/system-debug-trace/icons/hand.js +21 -10
  214. package/lib/esm/components/system-debug-trace/icons/hand.js.map +1 -1
  215. package/lib/esm/components/system-debug-trace/icons/head-set.d.ts +1 -1
  216. package/lib/esm/components/system-debug-trace/icons/head-set.js +21 -10
  217. package/lib/esm/components/system-debug-trace/icons/head-set.js.map +1 -1
  218. package/lib/esm/components/system-debug-trace/icons/index.d.ts +16 -16
  219. package/lib/esm/components/system-debug-trace/icons/index.js +34 -19
  220. package/lib/esm/components/system-debug-trace/icons/index.js.map +1 -1
  221. package/lib/esm/components/system-debug-trace/icons/life-ring.d.ts +1 -1
  222. package/lib/esm/components/system-debug-trace/icons/life-ring.js +21 -10
  223. package/lib/esm/components/system-debug-trace/icons/life-ring.js.map +1 -1
  224. package/lib/esm/components/system-debug-trace/icons/link.d.ts +1 -1
  225. package/lib/esm/components/system-debug-trace/icons/link.js +21 -10
  226. package/lib/esm/components/system-debug-trace/icons/link.js.map +1 -1
  227. package/lib/esm/components/system-debug-trace/icons/quote-right.d.ts +1 -1
  228. package/lib/esm/components/system-debug-trace/icons/quote-right.js +21 -10
  229. package/lib/esm/components/system-debug-trace/icons/quote-right.js.map +1 -1
  230. package/lib/esm/components/system-debug-trace/icons/screwdriver-wrench.d.ts +1 -1
  231. package/lib/esm/components/system-debug-trace/icons/screwdriver-wrench.js +21 -10
  232. package/lib/esm/components/system-debug-trace/icons/screwdriver-wrench.js.map +1 -1
  233. package/lib/esm/components/system-debug-trace/icons/split.d.ts +1 -1
  234. package/lib/esm/components/system-debug-trace/icons/split.js +21 -10
  235. package/lib/esm/components/system-debug-trace/icons/split.js.map +1 -1
  236. package/lib/esm/components/system-debug-trace/icons/wand.d.ts +1 -1
  237. package/lib/esm/components/system-debug-trace/icons/wand.js +21 -10
  238. package/lib/esm/components/system-debug-trace/icons/wand.js.map +1 -1
  239. package/lib/esm/components/system-debug-trace/icons/window-restore.d.ts +1 -1
  240. package/lib/esm/components/system-debug-trace/icons/window-restore.js +21 -10
  241. package/lib/esm/components/system-debug-trace/icons/window-restore.js.map +1 -1
  242. package/lib/esm/components/system-debug-trace/index.js +35 -15
  243. package/lib/esm/components/system-debug-trace/index.js.map +1 -1
  244. package/lib/esm/components/system-debug-trace/styles.js +49 -45
  245. package/lib/esm/components/system-debug-trace/styles.js.map +1 -1
  246. package/lib/esm/components/system-debug-trace/types.d.ts +1 -1
  247. package/lib/esm/components/system-debug-trace/types.js +3 -2
  248. package/lib/esm/components/system-debug-trace/types.js.map +1 -1
  249. package/lib/esm/components/text.d.ts +1 -1
  250. package/lib/esm/components/text.js +57 -31
  251. package/lib/esm/components/text.js.map +1 -1
  252. package/lib/esm/components/title.js +33 -17
  253. package/lib/esm/components/title.js.map +1 -1
  254. package/lib/esm/components/video.d.ts +1 -1
  255. package/lib/esm/components/video.js +48 -21
  256. package/lib/esm/components/video.js.map +1 -1
  257. package/lib/esm/components/webchat-settings.d.ts +2 -2
  258. package/lib/esm/components/webchat-settings.js +43 -24
  259. package/lib/esm/components/webchat-settings.js.map +1 -1
  260. package/lib/esm/components/whatsapp-button-list.js +65 -38
  261. package/lib/esm/components/whatsapp-button-list.js.map +1 -1
  262. package/lib/esm/components/whatsapp-catalog.js +41 -18
  263. package/lib/esm/components/whatsapp-catalog.js.map +1 -1
  264. package/lib/esm/components/whatsapp-cta-url-button.js +58 -44
  265. package/lib/esm/components/whatsapp-cta-url-button.js.map +1 -1
  266. package/lib/esm/components/whatsapp-interactive-media-carousel.js +53 -19
  267. package/lib/esm/components/whatsapp-interactive-media-carousel.js.map +1 -1
  268. package/lib/esm/components/whatsapp-media-carousel.js +49 -24
  269. package/lib/esm/components/whatsapp-media-carousel.js.map +1 -1
  270. package/lib/esm/components/whatsapp-product-carousel.js +48 -22
  271. package/lib/esm/components/whatsapp-product-carousel.js.map +1 -1
  272. package/lib/esm/components/whatsapp-product-list.js +46 -19
  273. package/lib/esm/components/whatsapp-product-list.js.map +1 -1
  274. package/lib/esm/components/whatsapp-product.js +42 -18
  275. package/lib/esm/components/whatsapp-product.js.map +1 -1
  276. package/lib/esm/components/whatsapp-request-contact-info.js +40 -21
  277. package/lib/esm/components/whatsapp-request-contact-info.js.map +1 -1
  278. package/lib/esm/components/whatsapp-template/index.d.ts +1 -1
  279. package/lib/esm/components/whatsapp-template/index.js +45 -18
  280. package/lib/esm/components/whatsapp-template/index.js.map +1 -1
  281. package/lib/esm/components/whatsapp-template/types.js +12 -12
  282. package/lib/esm/components/whatsapp-template/types.js.map +1 -1
  283. package/lib/esm/constants.js +39 -24
  284. package/lib/esm/constants.js.map +1 -1
  285. package/lib/esm/contexts.d.ts +1 -1
  286. package/lib/esm/contexts.js +20 -17
  287. package/lib/esm/contexts.js.map +1 -1
  288. package/lib/esm/debug-system-messages.d.ts +1 -1
  289. package/lib/esm/debug-system-messages.js +80 -65
  290. package/lib/esm/debug-system-messages.js.map +1 -1
  291. package/lib/esm/dev-app.d.ts +4 -4
  292. package/lib/esm/dev-app.js +104 -67
  293. package/lib/esm/dev-app.js.map +1 -1
  294. package/lib/esm/index-types.d.ts +8 -8
  295. package/lib/esm/index-types.js +9 -9
  296. package/lib/esm/index-types.js.map +1 -1
  297. package/lib/esm/index.d.ts +12 -12
  298. package/lib/esm/index.js +33 -25
  299. package/lib/esm/index.js.map +1 -1
  300. package/lib/esm/message-utils.js +40 -55
  301. package/lib/esm/message-utils.js.map +1 -1
  302. package/lib/esm/msg-to-botonic.js +166 -76
  303. package/lib/esm/msg-to-botonic.js.map +1 -1
  304. package/lib/esm/node-app.d.ts +1 -1
  305. package/lib/esm/node-app.js +17 -15
  306. package/lib/esm/node-app.js.map +1 -1
  307. package/lib/esm/package.json +3 -0
  308. package/lib/esm/react-bot.d.ts +2 -2
  309. package/lib/esm/react-bot.js +39 -26
  310. package/lib/esm/react-bot.js.map +1 -1
  311. package/lib/esm/shared/styles.js +12 -10
  312. package/lib/esm/shared/styles.js.map +1 -1
  313. package/lib/esm/util/dom.js +13 -16
  314. package/lib/esm/util/dom.js.map +1 -1
  315. package/lib/esm/util/environment.js +15 -24
  316. package/lib/esm/util/environment.js.map +1 -1
  317. package/lib/esm/util/error-boundary.js +29 -18
  318. package/lib/esm/util/error-boundary.js.map +1 -1
  319. package/lib/esm/util/functional.js +7 -14
  320. package/lib/esm/util/functional.js.map +1 -1
  321. package/lib/esm/util/i18n.js +12 -21
  322. package/lib/esm/util/i18n.js.map +1 -1
  323. package/lib/esm/util/index.d.ts +10 -10
  324. package/lib/esm/util/index.js +22 -13
  325. package/lib/esm/util/index.js.map +1 -1
  326. package/lib/esm/util/logs.js +17 -9
  327. package/lib/esm/util/logs.js.map +1 -1
  328. package/lib/esm/util/objects.js +14 -19
  329. package/lib/esm/util/objects.js.map +1 -1
  330. package/lib/esm/util/react.js +33 -27
  331. package/lib/esm/util/react.js.map +1 -1
  332. package/lib/esm/util/regexs.js +8 -11
  333. package/lib/esm/util/regexs.js.map +1 -1
  334. package/lib/esm/util/strings.js +4 -5
  335. package/lib/esm/util/strings.js.map +1 -1
  336. package/lib/esm/util/webchat.d.ts +2 -2
  337. package/lib/esm/util/webchat.js +48 -47
  338. package/lib/esm/util/webchat.js.map +1 -1
  339. package/lib/esm/util/webviews.d.ts +1 -1
  340. package/lib/esm/util/webviews.js +3 -3
  341. package/lib/esm/util/webviews.js.map +1 -1
  342. package/lib/esm/webchat/chat-area/index.js +42 -18
  343. package/lib/esm/webchat/chat-area/index.js.map +1 -1
  344. package/lib/esm/webchat/chat-area/styles.js +9 -7
  345. package/lib/esm/webchat/chat-area/styles.js.map +1 -1
  346. package/lib/esm/webchat/components/common.js +17 -10
  347. package/lib/esm/webchat/components/common.js.map +1 -1
  348. package/lib/esm/webchat/components/conditional-animation.js +32 -14
  349. package/lib/esm/webchat/components/conditional-animation.js.map +1 -1
  350. package/lib/esm/webchat/components/opened-persistent-menu.js +61 -26
  351. package/lib/esm/webchat/components/opened-persistent-menu.js.map +1 -1
  352. package/lib/esm/webchat/constants.js +5 -5
  353. package/lib/esm/webchat/constants.js.map +1 -1
  354. package/lib/esm/webchat/context/actions.js +6 -7
  355. package/lib/esm/webchat/context/actions.js.map +1 -1
  356. package/lib/esm/webchat/context/index.d.ts +3 -3
  357. package/lib/esm/webchat/context/index.js +59 -43
  358. package/lib/esm/webchat/context/index.js.map +1 -1
  359. package/lib/esm/webchat/context/messages-reducer.d.ts +2 -2
  360. package/lib/esm/webchat/context/messages-reducer.js +78 -66
  361. package/lib/esm/webchat/context/messages-reducer.js.map +1 -1
  362. package/lib/esm/webchat/context/types.d.ts +4 -4
  363. package/lib/esm/webchat/context/types.js +3 -2
  364. package/lib/esm/webchat/context/types.js.map +1 -1
  365. package/lib/esm/webchat/context/use-webchat.d.ts +5 -5
  366. package/lib/esm/webchat/context/use-webchat.js +144 -102
  367. package/lib/esm/webchat/context/use-webchat.js.map +1 -1
  368. package/lib/esm/webchat/context/webchat-reducer.d.ts +2 -2
  369. package/lib/esm/webchat/context/webchat-reducer.js +110 -51
  370. package/lib/esm/webchat/context/webchat-reducer.js.map +1 -1
  371. package/lib/esm/webchat/cover-component/index.js +24 -13
  372. package/lib/esm/webchat/cover-component/index.js.map +1 -1
  373. package/lib/esm/webchat/custom-messages/index.d.ts +1 -1
  374. package/lib/esm/webchat/custom-messages/index.js +5 -6
  375. package/lib/esm/webchat/custom-messages/index.js.map +1 -1
  376. package/lib/esm/webchat/custom-messages/rating/icons/face-angry.d.ts +1 -1
  377. package/lib/esm/webchat/custom-messages/rating/icons/face-angry.js +25 -7
  378. package/lib/esm/webchat/custom-messages/rating/icons/face-angry.js.map +1 -1
  379. package/lib/esm/webchat/custom-messages/rating/icons/face-frown.d.ts +1 -1
  380. package/lib/esm/webchat/custom-messages/rating/icons/face-frown.js +25 -7
  381. package/lib/esm/webchat/custom-messages/rating/icons/face-frown.js.map +1 -1
  382. package/lib/esm/webchat/custom-messages/rating/icons/face-grin-beam.d.ts +1 -1
  383. package/lib/esm/webchat/custom-messages/rating/icons/face-grin-beam.js +25 -7
  384. package/lib/esm/webchat/custom-messages/rating/icons/face-grin-beam.js.map +1 -1
  385. package/lib/esm/webchat/custom-messages/rating/icons/face-meh.d.ts +1 -1
  386. package/lib/esm/webchat/custom-messages/rating/icons/face-meh.js +25 -7
  387. package/lib/esm/webchat/custom-messages/rating/icons/face-meh.js.map +1 -1
  388. package/lib/esm/webchat/custom-messages/rating/icons/face-smile.d.ts +1 -1
  389. package/lib/esm/webchat/custom-messages/rating/icons/face-smile.js +25 -7
  390. package/lib/esm/webchat/custom-messages/rating/icons/face-smile.js.map +1 -1
  391. package/lib/esm/webchat/custom-messages/rating/icons/index.d.ts +6 -6
  392. package/lib/esm/webchat/custom-messages/rating/icons/index.js +14 -9
  393. package/lib/esm/webchat/custom-messages/rating/icons/index.js.map +1 -1
  394. package/lib/esm/webchat/custom-messages/rating/icons/star.d.ts +1 -1
  395. package/lib/esm/webchat/custom-messages/rating/icons/star.js +25 -7
  396. package/lib/esm/webchat/custom-messages/rating/icons/star.js.map +1 -1
  397. package/lib/esm/webchat/custom-messages/rating/index.d.ts +1 -1
  398. package/lib/esm/webchat/custom-messages/rating/index.js +77 -28
  399. package/lib/esm/webchat/custom-messages/rating/index.js.map +1 -1
  400. package/lib/esm/webchat/custom-messages/rating/rating-selector.d.ts +1 -1
  401. package/lib/esm/webchat/custom-messages/rating/rating-selector.js +49 -18
  402. package/lib/esm/webchat/custom-messages/rating/rating-selector.js.map +1 -1
  403. package/lib/esm/webchat/custom-messages/rating/smileys.d.ts +1 -1
  404. package/lib/esm/webchat/custom-messages/rating/smileys.js +20 -13
  405. package/lib/esm/webchat/custom-messages/rating/smileys.js.map +1 -1
  406. package/lib/esm/webchat/custom-messages/rating/stars.d.ts +1 -1
  407. package/lib/esm/webchat/custom-messages/rating/stars.js +15 -8
  408. package/lib/esm/webchat/custom-messages/rating/stars.js.map +1 -1
  409. package/lib/esm/webchat/custom-messages/rating/styles.js +10 -8
  410. package/lib/esm/webchat/custom-messages/rating/styles.js.map +1 -1
  411. package/lib/esm/webchat/custom-messages/rating/types.js +6 -6
  412. package/lib/esm/webchat/custom-messages/rating/types.js.map +1 -1
  413. package/lib/esm/webchat/devices/index.js +10 -13
  414. package/lib/esm/webchat/devices/index.js.map +1 -1
  415. package/lib/esm/webchat/global.d.ts +3 -0
  416. package/lib/esm/webchat/header/default-header.js +71 -21
  417. package/lib/esm/webchat/header/default-header.js.map +1 -1
  418. package/lib/esm/webchat/header/index.js +42 -17
  419. package/lib/esm/webchat/header/index.js.map +1 -1
  420. package/lib/esm/webchat/header/styles.js +26 -22
  421. package/lib/esm/webchat/header/styles.js.map +1 -1
  422. package/lib/esm/webchat/hooks/index.d.ts +10 -10
  423. package/lib/esm/webchat/hooks/index.js +32 -23
  424. package/lib/esm/webchat/hooks/index.js.map +1 -1
  425. package/lib/esm/webchat/hooks/use-component-visible.js +17 -10
  426. package/lib/esm/webchat/hooks/use-component-visible.js.map +1 -1
  427. package/lib/esm/webchat/hooks/use-component-will-mount.js +9 -7
  428. package/lib/esm/webchat/hooks/use-component-will-mount.js.map +1 -1
  429. package/lib/esm/webchat/hooks/use-device-adapter.js +43 -24
  430. package/lib/esm/webchat/hooks/use-device-adapter.js.map +1 -1
  431. package/lib/esm/webchat/hooks/use-previous.js +9 -6
  432. package/lib/esm/webchat/hooks/use-previous.js.map +1 -1
  433. package/lib/esm/webchat/hooks/use-scroll-to-bottom.js +16 -12
  434. package/lib/esm/webchat/hooks/use-scroll-to-bottom.js.map +1 -1
  435. package/lib/esm/webchat/hooks/use-scrollbar-controller.js +48 -43
  436. package/lib/esm/webchat/hooks/use-scrollbar-controller.js.map +1 -1
  437. package/lib/esm/webchat/hooks/use-typing.d.ts +2 -2
  438. package/lib/esm/webchat/hooks/use-typing.js +24 -18
  439. package/lib/esm/webchat/hooks/use-typing.js.map +1 -1
  440. package/lib/esm/webchat/hooks/use-virtual-keyboard-detection.js +18 -12
  441. package/lib/esm/webchat/hooks/use-virtual-keyboard-detection.js.map +1 -1
  442. package/lib/esm/webchat/hooks/use-webchat-dimensions.js +24 -21
  443. package/lib/esm/webchat/hooks/use-webchat-dimensions.js.map +1 -1
  444. package/lib/esm/webchat/hooks/use-webchat-resizer.js +21 -21
  445. package/lib/esm/webchat/hooks/use-webchat-resizer.js.map +1 -1
  446. package/lib/esm/webchat/index-types.d.ts +1 -1
  447. package/lib/esm/webchat/index-types.js +3 -2
  448. package/lib/esm/webchat/index-types.js.map +1 -1
  449. package/lib/esm/webchat/index.d.ts +5 -5
  450. package/lib/esm/webchat/index.js +16 -13
  451. package/lib/esm/webchat/index.js.map +1 -1
  452. package/lib/esm/webchat/input-panel/attachment.js +60 -19
  453. package/lib/esm/webchat/input-panel/attachment.js.map +1 -1
  454. package/lib/esm/webchat/input-panel/emoji-picker.js +41 -20
  455. package/lib/esm/webchat/input-panel/emoji-picker.js.map +1 -1
  456. package/lib/esm/webchat/input-panel/index.js +87 -29
  457. package/lib/esm/webchat/input-panel/index.js.map +1 -1
  458. package/lib/esm/webchat/input-panel/opened-emoji-picker.js +37 -13
  459. package/lib/esm/webchat/input-panel/opened-emoji-picker.js.map +1 -1
  460. package/lib/esm/webchat/input-panel/persistent-menu.js +38 -17
  461. package/lib/esm/webchat/input-panel/persistent-menu.js.map +1 -1
  462. package/lib/esm/webchat/input-panel/send-button.js +40 -19
  463. package/lib/esm/webchat/input-panel/send-button.js.map +1 -1
  464. package/lib/esm/webchat/input-panel/styles.js +14 -10
  465. package/lib/esm/webchat/input-panel/styles.js.map +1 -1
  466. package/lib/esm/webchat/input-panel/textarea.d.ts +2 -2
  467. package/lib/esm/webchat/input-panel/textarea.js +56 -26
  468. package/lib/esm/webchat/input-panel/textarea.js.map +1 -1
  469. package/lib/esm/webchat/input-panel/typing-network-sender.d.ts +1 -1
  470. package/lib/esm/webchat/input-panel/typing-network-sender.js +57 -38
  471. package/lib/esm/webchat/input-panel/typing-network-sender.js.map +1 -1
  472. package/lib/esm/webchat/input-panel/use-typing-chat-event-sender.d.ts +1 -1
  473. package/lib/esm/webchat/input-panel/use-typing-chat-event-sender.js +32 -21
  474. package/lib/esm/webchat/input-panel/use-typing-chat-event-sender.js.map +1 -1
  475. package/lib/esm/webchat/input-panel/use-typing-session.d.ts +1 -1
  476. package/lib/esm/webchat/input-panel/use-typing-session.js +44 -33
  477. package/lib/esm/webchat/input-panel/use-typing-session.js.map +1 -1
  478. package/lib/esm/webchat/message-list/index.js +118 -58
  479. package/lib/esm/webchat/message-list/index.js.map +1 -1
  480. package/lib/esm/webchat/message-list/intro-message.js +47 -22
  481. package/lib/esm/webchat/message-list/intro-message.js.map +1 -1
  482. package/lib/esm/webchat/message-list/scroll-button.js +35 -16
  483. package/lib/esm/webchat/message-list/scroll-button.js.map +1 -1
  484. package/lib/esm/webchat/message-list/styles.js +13 -11
  485. package/lib/esm/webchat/message-list/styles.js.map +1 -1
  486. package/lib/esm/webchat/message-list/unread-messages-banner.js +43 -16
  487. package/lib/esm/webchat/message-list/unread-messages-banner.js.map +1 -1
  488. package/lib/esm/webchat/message-list/use-debounce.js +11 -8
  489. package/lib/esm/webchat/message-list/use-debounce.js.map +1 -1
  490. package/lib/esm/webchat/message-list/use-notifications.js +21 -14
  491. package/lib/esm/webchat/message-list/use-notifications.js.map +1 -1
  492. package/lib/esm/webchat/replies/index.js +41 -21
  493. package/lib/esm/webchat/replies/index.js.map +1 -1
  494. package/lib/esm/webchat/replies/styles.js +12 -10
  495. package/lib/esm/webchat/replies/styles.js.map +1 -1
  496. package/lib/esm/webchat/session-view.js +106 -41
  497. package/lib/esm/webchat/session-view.js.map +1 -1
  498. package/lib/esm/webchat/styles.js +33 -29
  499. package/lib/esm/webchat/styles.js.map +1 -1
  500. package/lib/esm/webchat/theme/default-theme.d.ts +1 -1
  501. package/lib/esm/webchat/theme/default-theme.js +52 -37
  502. package/lib/esm/webchat/theme/default-theme.js.map +1 -1
  503. package/lib/esm/webchat/theme/theme.d.ts +8 -0
  504. package/lib/esm/webchat/theme/types.d.ts +1 -1
  505. package/lib/esm/webchat/theme/types.js +3 -2
  506. package/lib/esm/webchat/theme/types.js.map +1 -1
  507. package/lib/esm/webchat/tracking.js +23 -15
  508. package/lib/esm/webchat/tracking.js.map +1 -1
  509. package/lib/esm/webchat/trigger-button/index.js +48 -23
  510. package/lib/esm/webchat/trigger-button/index.js.map +1 -1
  511. package/lib/esm/webchat/trigger-button/styles.js +15 -11
  512. package/lib/esm/webchat/trigger-button/styles.js.map +1 -1
  513. package/lib/esm/webchat/typing-indicator/index.js +30 -8
  514. package/lib/esm/webchat/typing-indicator/index.js.map +1 -1
  515. package/lib/esm/webchat/typing-indicator/styles.js +13 -11
  516. package/lib/esm/webchat/typing-indicator/styles.js.map +1 -1
  517. package/lib/esm/webchat/use-storage-state-hook.js +31 -18
  518. package/lib/esm/webchat/use-storage-state-hook.js.map +1 -1
  519. package/lib/esm/webchat/utils.js +9 -7
  520. package/lib/esm/webchat/utils.js.map +1 -1
  521. package/lib/esm/webchat/webchat-dev.js +74 -32
  522. package/lib/esm/webchat/webchat-dev.js.map +1 -1
  523. package/lib/esm/webchat/webchat.d.ts +1 -1
  524. package/lib/esm/webchat/webchat.js +455 -286
  525. package/lib/esm/webchat/webchat.js.map +1 -1
  526. package/lib/esm/webchat/webview/header.js +35 -16
  527. package/lib/esm/webchat/webview/header.js.map +1 -1
  528. package/lib/esm/webchat/webview/index.d.ts +1 -1
  529. package/lib/esm/webchat/webview/index.js +76 -42
  530. package/lib/esm/webchat/webview/index.js.map +1 -1
  531. package/lib/esm/webchat/webview/styles.js +35 -31
  532. package/lib/esm/webchat/webview/styles.js.map +1 -1
  533. package/lib/esm/webchat-app.d.ts +5 -5
  534. package/lib/esm/webchat-app.js +197 -134
  535. package/lib/esm/webchat-app.js.map +1 -1
  536. package/lib/esm/webview-app.js +103 -80
  537. package/lib/esm/webview-app.js.map +1 -1
  538. package/package.json +8 -10
  539. package/src/components/index.ts +14 -14
  540. package/src/dev-app.jsx +1 -1
  541. package/src/index-types.ts +6 -6
  542. package/src/webchat/context/index.tsx +1 -1
  543. package/src/webchat/index.ts +1 -1
  544. package/lib/cjs/app.d.ts +0 -2
  545. package/lib/cjs/app.js +0 -10
  546. package/lib/cjs/app.js.map +0 -1
  547. package/lib/cjs/assets/arrow-down.svg +0 -3
  548. package/lib/cjs/assets/arrow-scroll-down.svg +0 -3
  549. package/lib/cjs/assets/attachment-icon.svg +0 -7
  550. package/lib/cjs/assets/audio.svg +0 -4
  551. package/lib/cjs/assets/botonic_react_logo100x100.png +0 -0
  552. package/lib/cjs/assets/document.svg +0 -3
  553. package/lib/cjs/assets/emojiButton.svg +0 -6
  554. package/lib/cjs/assets/image.svg +0 -4
  555. package/lib/cjs/assets/leftArrow.svg +0 -3
  556. package/lib/cjs/assets/menuButton.svg +0 -3
  557. package/lib/cjs/assets/rightArrow.svg +0 -3
  558. package/lib/cjs/assets/send-button.svg +0 -1
  559. package/lib/cjs/assets/thumbs-down.svg +0 -3
  560. package/lib/cjs/assets/thumbs-up.svg +0 -3
  561. package/lib/cjs/assets/url-icon.png +0 -0
  562. package/lib/cjs/assets/video.svg +0 -3
  563. package/lib/cjs/botonic-tester.d.ts +0 -30
  564. package/lib/cjs/botonic-tester.js +0 -76
  565. package/lib/cjs/botonic-tester.js.map +0 -1
  566. package/lib/cjs/components/audio.d.ts +0 -9
  567. package/lib/cjs/components/audio.js +0 -27
  568. package/lib/cjs/components/audio.js.map +0 -1
  569. package/lib/cjs/components/button/index.d.ts +0 -17
  570. package/lib/cjs/components/button/index.js +0 -139
  571. package/lib/cjs/components/button/index.js.map +0 -1
  572. package/lib/cjs/components/button/styles.d.ts +0 -2
  573. package/lib/cjs/components/button/styles.js +0 -40
  574. package/lib/cjs/components/button/styles.js.map +0 -1
  575. package/lib/cjs/components/buttons-disabler.d.ts +0 -21
  576. package/lib/cjs/components/buttons-disabler.js +0 -94
  577. package/lib/cjs/components/buttons-disabler.js.map +0 -1
  578. package/lib/cjs/components/carousel.d.ts +0 -10
  579. package/lib/cjs/components/carousel.js +0 -119
  580. package/lib/cjs/components/carousel.js.map +0 -1
  581. package/lib/cjs/components/components.d.ts +0 -12
  582. package/lib/cjs/components/components.js +0 -21
  583. package/lib/cjs/components/components.js.map +0 -1
  584. package/lib/cjs/components/constants.d.ts +0 -11
  585. package/lib/cjs/components/constants.js +0 -15
  586. package/lib/cjs/components/constants.js.map +0 -1
  587. package/lib/cjs/components/custom-message.d.ts +0 -16
  588. package/lib/cjs/components/custom-message.js +0 -60
  589. package/lib/cjs/components/custom-message.js.map +0 -1
  590. package/lib/cjs/components/document.d.ts +0 -9
  591. package/lib/cjs/components/document.js +0 -50
  592. package/lib/cjs/components/document.js.map +0 -1
  593. package/lib/cjs/components/element.d.ts +0 -8
  594. package/lib/cjs/components/element.js +0 -56
  595. package/lib/cjs/components/element.js.map +0 -1
  596. package/lib/cjs/components/handoff.d.ts +0 -1
  597. package/lib/cjs/components/handoff.js +0 -54
  598. package/lib/cjs/components/handoff.js.map +0 -1
  599. package/lib/cjs/components/image.d.ts +0 -9
  600. package/lib/cjs/components/image.js +0 -40
  601. package/lib/cjs/components/image.js.map +0 -1
  602. package/lib/cjs/components/index-types.d.ts +0 -83
  603. package/lib/cjs/components/index-types.js +0 -3
  604. package/lib/cjs/components/index-types.js.map +0 -1
  605. package/lib/cjs/components/index.d.ts +0 -33
  606. package/lib/cjs/components/index.js +0 -71
  607. package/lib/cjs/components/index.js.map +0 -1
  608. package/lib/cjs/components/location.d.ts +0 -11
  609. package/lib/cjs/components/location.js +0 -31
  610. package/lib/cjs/components/location.js.map +0 -1
  611. package/lib/cjs/components/markdown.d.ts +0 -7
  612. package/lib/cjs/components/markdown.js +0 -172
  613. package/lib/cjs/components/markdown.js.map +0 -1
  614. package/lib/cjs/components/message/index.d.ts +0 -1
  615. package/lib/cjs/components/message/index.js +0 -174
  616. package/lib/cjs/components/message/index.js.map +0 -1
  617. package/lib/cjs/components/message/message-footer.d.ts +0 -8
  618. package/lib/cjs/components/message/message-footer.js +0 -20
  619. package/lib/cjs/components/message/message-footer.js.map +0 -1
  620. package/lib/cjs/components/message/message-image.d.ts +0 -7
  621. package/lib/cjs/components/message/message-image.js +0 -26
  622. package/lib/cjs/components/message/message-image.js.map +0 -1
  623. package/lib/cjs/components/message/styles.d.ts +0 -35
  624. package/lib/cjs/components/message/styles.js +0 -123
  625. package/lib/cjs/components/message/styles.js.map +0 -1
  626. package/lib/cjs/components/message/timestamps.d.ts +0 -13
  627. package/lib/cjs/components/message/timestamps.js +0 -45
  628. package/lib/cjs/components/message/timestamps.js.map +0 -1
  629. package/lib/cjs/components/message-template.d.ts +0 -1
  630. package/lib/cjs/components/message-template.js +0 -13
  631. package/lib/cjs/components/message-template.js.map +0 -1
  632. package/lib/cjs/components/multichannel/facebook/facebook.d.ts +0 -17
  633. package/lib/cjs/components/multichannel/facebook/facebook.js +0 -48
  634. package/lib/cjs/components/multichannel/facebook/facebook.js.map +0 -1
  635. package/lib/cjs/components/multichannel/index-types.d.ts +0 -42
  636. package/lib/cjs/components/multichannel/index-types.js +0 -3
  637. package/lib/cjs/components/multichannel/index-types.js.map +0 -1
  638. package/lib/cjs/components/multichannel/index.d.ts +0 -11
  639. package/lib/cjs/components/multichannel/index.js +0 -16
  640. package/lib/cjs/components/multichannel/index.js.map +0 -1
  641. package/lib/cjs/components/multichannel/multichannel-button.d.ts +0 -4
  642. package/lib/cjs/components/multichannel/multichannel-button.js +0 -72
  643. package/lib/cjs/components/multichannel/multichannel-button.js.map +0 -1
  644. package/lib/cjs/components/multichannel/multichannel-carousel.d.ts +0 -1
  645. package/lib/cjs/components/multichannel/multichannel-carousel.js +0 -80
  646. package/lib/cjs/components/multichannel/multichannel-carousel.js.map +0 -1
  647. package/lib/cjs/components/multichannel/multichannel-context.d.ts +0 -8
  648. package/lib/cjs/components/multichannel/multichannel-context.js +0 -13
  649. package/lib/cjs/components/multichannel/multichannel-context.js.map +0 -1
  650. package/lib/cjs/components/multichannel/multichannel-reply.d.ts +0 -4
  651. package/lib/cjs/components/multichannel/multichannel-reply.js +0 -27
  652. package/lib/cjs/components/multichannel/multichannel-reply.js.map +0 -1
  653. package/lib/cjs/components/multichannel/multichannel-text.d.ts +0 -1
  654. package/lib/cjs/components/multichannel/multichannel-text.js +0 -184
  655. package/lib/cjs/components/multichannel/multichannel-text.js.map +0 -1
  656. package/lib/cjs/components/multichannel/multichannel-utils.d.ts +0 -36
  657. package/lib/cjs/components/multichannel/multichannel-utils.js +0 -89
  658. package/lib/cjs/components/multichannel/multichannel-utils.js.map +0 -1
  659. package/lib/cjs/components/multichannel/multichannel.d.ts +0 -1
  660. package/lib/cjs/components/multichannel/multichannel.js +0 -63
  661. package/lib/cjs/components/multichannel/multichannel.js.map +0 -1
  662. package/lib/cjs/components/multichannel/whatsapp/constants.d.ts +0 -12
  663. package/lib/cjs/components/multichannel/whatsapp/constants.js +0 -14
  664. package/lib/cjs/components/multichannel/whatsapp/constants.js.map +0 -1
  665. package/lib/cjs/components/multichannel/whatsapp/markdown-meta.d.ts +0 -1
  666. package/lib/cjs/components/multichannel/whatsapp/markdown-meta.js +0 -41
  667. package/lib/cjs/components/multichannel/whatsapp/markdown-meta.js.map +0 -1
  668. package/lib/cjs/components/pic.d.ts +0 -10
  669. package/lib/cjs/components/pic.js +0 -32
  670. package/lib/cjs/components/pic.js.map +0 -1
  671. package/lib/cjs/components/raw.d.ts +0 -9
  672. package/lib/cjs/components/raw.js +0 -45
  673. package/lib/cjs/components/raw.js.map +0 -1
  674. package/lib/cjs/components/reply.d.ts +0 -11
  675. package/lib/cjs/components/reply.js +0 -66
  676. package/lib/cjs/components/reply.js.map +0 -1
  677. package/lib/cjs/components/share-button.d.ts +0 -1
  678. package/lib/cjs/components/share-button.js +0 -13
  679. package/lib/cjs/components/share-button.js.map +0 -1
  680. package/lib/cjs/components/subtitle.d.ts +0 -11
  681. package/lib/cjs/components/subtitle.js +0 -25
  682. package/lib/cjs/components/subtitle.js.map +0 -1
  683. package/lib/cjs/components/system-debug-trace/debug-message.d.ts +0 -7
  684. package/lib/cjs/components/system-debug-trace/debug-message.js +0 -82
  685. package/lib/cjs/components/system-debug-trace/debug-message.js.map +0 -1
  686. package/lib/cjs/components/system-debug-trace/events/ai-agent/ai-agent.d.ts +0 -4
  687. package/lib/cjs/components/system-debug-trace/events/ai-agent/ai-agent.js +0 -53
  688. package/lib/cjs/components/system-debug-trace/events/ai-agent/ai-agent.js.map +0 -1
  689. package/lib/cjs/components/system-debug-trace/events/ai-agent/executed-tools.d.ts +0 -7
  690. package/lib/cjs/components/system-debug-trace/events/ai-agent/executed-tools.js +0 -21
  691. package/lib/cjs/components/system-debug-trace/events/ai-agent/executed-tools.js.map +0 -1
  692. package/lib/cjs/components/system-debug-trace/events/ai-agent/index.d.ts +0 -2
  693. package/lib/cjs/components/system-debug-trace/events/ai-agent/index.js +0 -6
  694. package/lib/cjs/components/system-debug-trace/events/ai-agent/index.js.map +0 -1
  695. package/lib/cjs/components/system-debug-trace/events/ai-agent/parse-tools.d.ts +0 -9
  696. package/lib/cjs/components/system-debug-trace/events/ai-agent/parse-tools.js +0 -32
  697. package/lib/cjs/components/system-debug-trace/events/ai-agent/parse-tools.js.map +0 -1
  698. package/lib/cjs/components/system-debug-trace/events/ai-agent/rehydrate-ai-agent-event.d.ts +0 -6
  699. package/lib/cjs/components/system-debug-trace/events/ai-agent/rehydrate-ai-agent-event.js +0 -55
  700. package/lib/cjs/components/system-debug-trace/events/ai-agent/rehydrate-ai-agent-event.js.map +0 -1
  701. package/lib/cjs/components/system-debug-trace/events/ai-agent/types.d.ts +0 -23
  702. package/lib/cjs/components/system-debug-trace/events/ai-agent/types.js +0 -3
  703. package/lib/cjs/components/system-debug-trace/events/ai-agent/types.js.map +0 -1
  704. package/lib/cjs/components/system-debug-trace/events/ai-agent/use-rehydrated-ai-agent-event.d.ts +0 -8
  705. package/lib/cjs/components/system-debug-trace/events/ai-agent/use-rehydrated-ai-agent-event.js +0 -41
  706. package/lib/cjs/components/system-debug-trace/events/ai-agent/use-rehydrated-ai-agent-event.js.map +0 -1
  707. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/ai-agent-router.d.ts +0 -4
  708. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/ai-agent-router.js +0 -23
  709. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/ai-agent-router.js.map +0 -1
  710. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/index.d.ts +0 -2
  711. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/index.js +0 -6
  712. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/index.js.map +0 -1
  713. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/types.d.ts +0 -23
  714. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/types.js +0 -3
  715. package/lib/cjs/components/system-debug-trace/events/ai-agent-router/types.js.map +0 -1
  716. package/lib/cjs/components/system-debug-trace/events/bot-action.d.ts +0 -7
  717. package/lib/cjs/components/system-debug-trace/events/bot-action.js +0 -18
  718. package/lib/cjs/components/system-debug-trace/events/bot-action.js.map +0 -1
  719. package/lib/cjs/components/system-debug-trace/events/components/guardrail-item.d.ts +0 -14
  720. package/lib/cjs/components/system-debug-trace/events/components/guardrail-item.js +0 -12
  721. package/lib/cjs/components/system-debug-trace/events/components/guardrail-item.js.map +0 -1
  722. package/lib/cjs/components/system-debug-trace/events/components/index.d.ts +0 -2
  723. package/lib/cjs/components/system-debug-trace/events/components/index.js +0 -6
  724. package/lib/cjs/components/system-debug-trace/events/components/index.js.map +0 -1
  725. package/lib/cjs/components/system-debug-trace/events/components/sources-section.d.ts +0 -11
  726. package/lib/cjs/components/system-debug-trace/events/components/sources-section.js +0 -27
  727. package/lib/cjs/components/system-debug-trace/events/components/sources-section.js.map +0 -1
  728. package/lib/cjs/components/system-debug-trace/events/conditional-channel.d.ts +0 -7
  729. package/lib/cjs/components/system-debug-trace/events/conditional-channel.js +0 -18
  730. package/lib/cjs/components/system-debug-trace/events/conditional-channel.js.map +0 -1
  731. package/lib/cjs/components/system-debug-trace/events/conditional-country.d.ts +0 -7
  732. package/lib/cjs/components/system-debug-trace/events/conditional-country.js +0 -18
  733. package/lib/cjs/components/system-debug-trace/events/conditional-country.js.map +0 -1
  734. package/lib/cjs/components/system-debug-trace/events/conditional-custom.d.ts +0 -10
  735. package/lib/cjs/components/system-debug-trace/events/conditional-custom.js +0 -24
  736. package/lib/cjs/components/system-debug-trace/events/conditional-custom.js.map +0 -1
  737. package/lib/cjs/components/system-debug-trace/events/conditional-queue-status.d.ts +0 -11
  738. package/lib/cjs/components/system-debug-trace/events/conditional-queue-status.js +0 -26
  739. package/lib/cjs/components/system-debug-trace/events/conditional-queue-status.js.map +0 -1
  740. package/lib/cjs/components/system-debug-trace/events/constants.d.ts +0 -33
  741. package/lib/cjs/components/system-debug-trace/events/constants.js +0 -37
  742. package/lib/cjs/components/system-debug-trace/events/constants.js.map +0 -1
  743. package/lib/cjs/components/system-debug-trace/events/fallback.d.ts +0 -9
  744. package/lib/cjs/components/system-debug-trace/events/fallback.js +0 -19
  745. package/lib/cjs/components/system-debug-trace/events/fallback.js.map +0 -1
  746. package/lib/cjs/components/system-debug-trace/events/handoff-success.d.ts +0 -11
  747. package/lib/cjs/components/system-debug-trace/events/handoff-success.js +0 -42
  748. package/lib/cjs/components/system-debug-trace/events/handoff-success.js.map +0 -1
  749. package/lib/cjs/components/system-debug-trace/events/index.d.ts +0 -14
  750. package/lib/cjs/components/system-debug-trace/events/index.js +0 -18
  751. package/lib/cjs/components/system-debug-trace/events/index.js.map +0 -1
  752. package/lib/cjs/components/system-debug-trace/events/keyword.d.ts +0 -10
  753. package/lib/cjs/components/system-debug-trace/events/keyword.js +0 -18
  754. package/lib/cjs/components/system-debug-trace/events/keyword.js.map +0 -1
  755. package/lib/cjs/components/system-debug-trace/events/knowledge-bases-types.d.ts +0 -31
  756. package/lib/cjs/components/system-debug-trace/events/knowledge-bases-types.js +0 -3
  757. package/lib/cjs/components/system-debug-trace/events/knowledge-bases-types.js.map +0 -1
  758. package/lib/cjs/components/system-debug-trace/events/redirect-flow.d.ts +0 -10
  759. package/lib/cjs/components/system-debug-trace/events/redirect-flow.js +0 -18
  760. package/lib/cjs/components/system-debug-trace/events/redirect-flow.js.map +0 -1
  761. package/lib/cjs/components/system-debug-trace/events/smart-intent.d.ts +0 -7
  762. package/lib/cjs/components/system-debug-trace/events/smart-intent.js +0 -17
  763. package/lib/cjs/components/system-debug-trace/events/smart-intent.js.map +0 -1
  764. package/lib/cjs/components/system-debug-trace/events/webview-action-triggered.d.ts +0 -10
  765. package/lib/cjs/components/system-debug-trace/events/webview-action-triggered.js +0 -25
  766. package/lib/cjs/components/system-debug-trace/events/webview-action-triggered.js.map +0 -1
  767. package/lib/cjs/components/system-debug-trace/hooks/use-knowledge-base-info.d.ts +0 -16
  768. package/lib/cjs/components/system-debug-trace/hooks/use-knowledge-base-info.js +0 -111
  769. package/lib/cjs/components/system-debug-trace/hooks/use-knowledge-base-info.js.map +0 -1
  770. package/lib/cjs/components/system-debug-trace/hooks/use-last-label-position.d.ts +0 -9
  771. package/lib/cjs/components/system-debug-trace/hooks/use-last-label-position.js +0 -81
  772. package/lib/cjs/components/system-debug-trace/hooks/use-last-label-position.js.map +0 -1
  773. package/lib/cjs/components/system-debug-trace/icons/ai-router.d.ts +0 -1
  774. package/lib/cjs/components/system-debug-trace/icons/ai-router.js +0 -14
  775. package/lib/cjs/components/system-debug-trace/icons/ai-router.js.map +0 -1
  776. package/lib/cjs/components/system-debug-trace/icons/ai-specialist.d.ts +0 -1
  777. package/lib/cjs/components/system-debug-trace/icons/ai-specialist.js +0 -15
  778. package/lib/cjs/components/system-debug-trace/icons/ai-specialist.js.map +0 -1
  779. package/lib/cjs/components/system-debug-trace/icons/arrow-progress.d.ts +0 -2
  780. package/lib/cjs/components/system-debug-trace/icons/arrow-progress.js +0 -12
  781. package/lib/cjs/components/system-debug-trace/icons/arrow-progress.js.map +0 -1
  782. package/lib/cjs/components/system-debug-trace/icons/brain.d.ts +0 -2
  783. package/lib/cjs/components/system-debug-trace/icons/brain.js +0 -12
  784. package/lib/cjs/components/system-debug-trace/icons/brain.js.map +0 -1
  785. package/lib/cjs/components/system-debug-trace/icons/caret-down.d.ts +0 -2
  786. package/lib/cjs/components/system-debug-trace/icons/caret-down.js +0 -12
  787. package/lib/cjs/components/system-debug-trace/icons/caret-down.js.map +0 -1
  788. package/lib/cjs/components/system-debug-trace/icons/caret-up.d.ts +0 -2
  789. package/lib/cjs/components/system-debug-trace/icons/caret-up.js +0 -12
  790. package/lib/cjs/components/system-debug-trace/icons/caret-up.js.map +0 -1
  791. package/lib/cjs/components/system-debug-trace/icons/circle-check.d.ts +0 -2
  792. package/lib/cjs/components/system-debug-trace/icons/circle-check.js +0 -11
  793. package/lib/cjs/components/system-debug-trace/icons/circle-check.js.map +0 -1
  794. package/lib/cjs/components/system-debug-trace/icons/code.d.ts +0 -2
  795. package/lib/cjs/components/system-debug-trace/icons/code.js +0 -11
  796. package/lib/cjs/components/system-debug-trace/icons/code.js.map +0 -1
  797. package/lib/cjs/components/system-debug-trace/icons/file-pdf.d.ts +0 -2
  798. package/lib/cjs/components/system-debug-trace/icons/file-pdf.js +0 -12
  799. package/lib/cjs/components/system-debug-trace/icons/file-pdf.js.map +0 -1
  800. package/lib/cjs/components/system-debug-trace/icons/file-word.d.ts +0 -2
  801. package/lib/cjs/components/system-debug-trace/icons/file-word.js +0 -12
  802. package/lib/cjs/components/system-debug-trace/icons/file-word.js.map +0 -1
  803. package/lib/cjs/components/system-debug-trace/icons/hand.d.ts +0 -2
  804. package/lib/cjs/components/system-debug-trace/icons/hand.js +0 -12
  805. package/lib/cjs/components/system-debug-trace/icons/hand.js.map +0 -1
  806. package/lib/cjs/components/system-debug-trace/icons/head-set.d.ts +0 -2
  807. package/lib/cjs/components/system-debug-trace/icons/head-set.js +0 -12
  808. package/lib/cjs/components/system-debug-trace/icons/head-set.js.map +0 -1
  809. package/lib/cjs/components/system-debug-trace/icons/index.d.ts +0 -16
  810. package/lib/cjs/components/system-debug-trace/icons/index.js +0 -20
  811. package/lib/cjs/components/system-debug-trace/icons/index.js.map +0 -1
  812. package/lib/cjs/components/system-debug-trace/icons/life-ring.d.ts +0 -2
  813. package/lib/cjs/components/system-debug-trace/icons/life-ring.js +0 -12
  814. package/lib/cjs/components/system-debug-trace/icons/life-ring.js.map +0 -1
  815. package/lib/cjs/components/system-debug-trace/icons/link.d.ts +0 -2
  816. package/lib/cjs/components/system-debug-trace/icons/link.js +0 -12
  817. package/lib/cjs/components/system-debug-trace/icons/link.js.map +0 -1
  818. package/lib/cjs/components/system-debug-trace/icons/quote-right.d.ts +0 -2
  819. package/lib/cjs/components/system-debug-trace/icons/quote-right.js +0 -12
  820. package/lib/cjs/components/system-debug-trace/icons/quote-right.js.map +0 -1
  821. package/lib/cjs/components/system-debug-trace/icons/screwdriver-wrench.d.ts +0 -2
  822. package/lib/cjs/components/system-debug-trace/icons/screwdriver-wrench.js +0 -12
  823. package/lib/cjs/components/system-debug-trace/icons/screwdriver-wrench.js.map +0 -1
  824. package/lib/cjs/components/system-debug-trace/icons/split.d.ts +0 -2
  825. package/lib/cjs/components/system-debug-trace/icons/split.js +0 -12
  826. package/lib/cjs/components/system-debug-trace/icons/split.js.map +0 -1
  827. package/lib/cjs/components/system-debug-trace/icons/wand.d.ts +0 -2
  828. package/lib/cjs/components/system-debug-trace/icons/wand.js +0 -12
  829. package/lib/cjs/components/system-debug-trace/icons/wand.js.map +0 -1
  830. package/lib/cjs/components/system-debug-trace/icons/window-restore.d.ts +0 -2
  831. package/lib/cjs/components/system-debug-trace/icons/window-restore.js +0 -12
  832. package/lib/cjs/components/system-debug-trace/icons/window-restore.js.map +0 -1
  833. package/lib/cjs/components/system-debug-trace/index.d.ts +0 -10
  834. package/lib/cjs/components/system-debug-trace/index.js +0 -28
  835. package/lib/cjs/components/system-debug-trace/index.js.map +0 -1
  836. package/lib/cjs/components/system-debug-trace/styles.d.ts +0 -23
  837. package/lib/cjs/components/system-debug-trace/styles.js +0 -286
  838. package/lib/cjs/components/system-debug-trace/styles.js.map +0 -1
  839. package/lib/cjs/components/system-debug-trace/types.d.ts +0 -13
  840. package/lib/cjs/components/system-debug-trace/types.js +0 -3
  841. package/lib/cjs/components/system-debug-trace/types.js.map +0 -1
  842. package/lib/cjs/components/text.d.ts +0 -8
  843. package/lib/cjs/components/text.js +0 -52
  844. package/lib/cjs/components/text.js.map +0 -1
  845. package/lib/cjs/components/title.d.ts +0 -11
  846. package/lib/cjs/components/title.js +0 -23
  847. package/lib/cjs/components/title.js.map +0 -1
  848. package/lib/cjs/components/video.d.ts +0 -9
  849. package/lib/cjs/components/video.js +0 -31
  850. package/lib/cjs/components/video.js.map +0 -1
  851. package/lib/cjs/components/webchat-settings.d.ts +0 -19
  852. package/lib/cjs/components/webchat-settings.js +0 -79
  853. package/lib/cjs/components/webchat-settings.js.map +0 -1
  854. package/lib/cjs/components/whatsapp-button-list.d.ts +0 -20
  855. package/lib/cjs/components/whatsapp-button-list.js +0 -51
  856. package/lib/cjs/components/whatsapp-button-list.js.map +0 -1
  857. package/lib/cjs/components/whatsapp-catalog.d.ts +0 -6
  858. package/lib/cjs/components/whatsapp-catalog.js +0 -25
  859. package/lib/cjs/components/whatsapp-catalog.js.map +0 -1
  860. package/lib/cjs/components/whatsapp-cta-url-button.d.ts +0 -40
  861. package/lib/cjs/components/whatsapp-cta-url-button.js +0 -61
  862. package/lib/cjs/components/whatsapp-cta-url-button.js.map +0 -1
  863. package/lib/cjs/components/whatsapp-interactive-media-carousel.d.ts +0 -31
  864. package/lib/cjs/components/whatsapp-interactive-media-carousel.js +0 -25
  865. package/lib/cjs/components/whatsapp-interactive-media-carousel.js.map +0 -1
  866. package/lib/cjs/components/whatsapp-media-carousel.d.ts +0 -46
  867. package/lib/cjs/components/whatsapp-media-carousel.js +0 -42
  868. package/lib/cjs/components/whatsapp-media-carousel.js.map +0 -1
  869. package/lib/cjs/components/whatsapp-product-carousel.d.ts +0 -32
  870. package/lib/cjs/components/whatsapp-product-carousel.js +0 -34
  871. package/lib/cjs/components/whatsapp-product-carousel.js.map +0 -1
  872. package/lib/cjs/components/whatsapp-product-list.d.ts +0 -15
  873. package/lib/cjs/components/whatsapp-product-list.js +0 -26
  874. package/lib/cjs/components/whatsapp-product-list.js.map +0 -1
  875. package/lib/cjs/components/whatsapp-product.d.ts +0 -7
  876. package/lib/cjs/components/whatsapp-product.js +0 -25
  877. package/lib/cjs/components/whatsapp-product.js.map +0 -1
  878. package/lib/cjs/components/whatsapp-request-contact-info.d.ts +0 -4
  879. package/lib/cjs/components/whatsapp-request-contact-info.js +0 -30
  880. package/lib/cjs/components/whatsapp-request-contact-info.js.map +0 -1
  881. package/lib/cjs/components/whatsapp-template/index.d.ts +0 -11
  882. package/lib/cjs/components/whatsapp-template/index.js +0 -25
  883. package/lib/cjs/components/whatsapp-template/index.js.map +0 -1
  884. package/lib/cjs/components/whatsapp-template/types.d.ts +0 -114
  885. package/lib/cjs/components/whatsapp-template/types.js +0 -30
  886. package/lib/cjs/components/whatsapp-template/types.js.map +0 -1
  887. package/lib/cjs/constants.d.ts +0 -163
  888. package/lib/cjs/constants.js +0 -189
  889. package/lib/cjs/constants.js.map +0 -1
  890. package/lib/cjs/contexts.d.ts +0 -17
  891. package/lib/cjs/contexts.js +0 -30
  892. package/lib/cjs/contexts.js.map +0 -1
  893. package/lib/cjs/debug-system-messages.d.ts +0 -177
  894. package/lib/cjs/debug-system-messages.js +0 -219
  895. package/lib/cjs/debug-system-messages.js.map +0 -1
  896. package/lib/cjs/dev-app.d.ts +0 -213
  897. package/lib/cjs/dev-app.js +0 -98
  898. package/lib/cjs/dev-app.js.map +0 -1
  899. package/lib/cjs/index-types.d.ts +0 -187
  900. package/lib/cjs/index-types.js +0 -16
  901. package/lib/cjs/index-types.js.map +0 -1
  902. package/lib/cjs/index.d.ts +0 -12
  903. package/lib/cjs/index.js +0 -26
  904. package/lib/cjs/index.js.map +0 -1
  905. package/lib/cjs/message-utils.d.ts +0 -20
  906. package/lib/cjs/message-utils.js +0 -64
  907. package/lib/cjs/message-utils.js.map +0 -1
  908. package/lib/cjs/msg-to-botonic.d.ts +0 -17
  909. package/lib/cjs/msg-to-botonic.js +0 -142
  910. package/lib/cjs/msg-to-botonic.js.map +0 -1
  911. package/lib/cjs/node-app.d.ts +0 -7
  912. package/lib/cjs/node-app.js +0 -23
  913. package/lib/cjs/node-app.js.map +0 -1
  914. package/lib/cjs/react-bot.d.ts +0 -18
  915. package/lib/cjs/react-bot.js +0 -36
  916. package/lib/cjs/react-bot.js.map +0 -1
  917. package/lib/cjs/shared/styles.d.ts +0 -2
  918. package/lib/cjs/shared/styles.js +0 -32
  919. package/lib/cjs/shared/styles.js.map +0 -1
  920. package/lib/cjs/util/dom.d.ts +0 -4
  921. package/lib/cjs/util/dom.js +0 -31
  922. package/lib/cjs/util/dom.js.map +0 -1
  923. package/lib/cjs/util/environment.d.ts +0 -7
  924. package/lib/cjs/util/environment.js +0 -85
  925. package/lib/cjs/util/environment.js.map +0 -1
  926. package/lib/cjs/util/error-boundary.d.ts +0 -7
  927. package/lib/cjs/util/error-boundary.js +0 -32
  928. package/lib/cjs/util/error-boundary.js.map +0 -1
  929. package/lib/cjs/util/functional.d.ts +0 -3
  930. package/lib/cjs/util/functional.js +0 -29
  931. package/lib/cjs/util/functional.js.map +0 -1
  932. package/lib/cjs/util/i18n.d.ts +0 -26
  933. package/lib/cjs/util/i18n.js +0 -165
  934. package/lib/cjs/util/i18n.js.map +0 -1
  935. package/lib/cjs/util/index.d.ts +0 -10
  936. package/lib/cjs/util/index.js +0 -14
  937. package/lib/cjs/util/index.js.map +0 -1
  938. package/lib/cjs/util/logs.d.ts +0 -2
  939. package/lib/cjs/util/logs.js +0 -20
  940. package/lib/cjs/util/logs.js.map +0 -1
  941. package/lib/cjs/util/objects.d.ts +0 -3
  942. package/lib/cjs/util/objects.js +0 -45
  943. package/lib/cjs/util/objects.js.map +0 -1
  944. package/lib/cjs/util/react.d.ts +0 -12
  945. package/lib/cjs/util/react.js +0 -45
  946. package/lib/cjs/util/react.js.map +0 -1
  947. package/lib/cjs/util/regexs.d.ts +0 -2
  948. package/lib/cjs/util/regexs.js +0 -24
  949. package/lib/cjs/util/regexs.js.map +0 -1
  950. package/lib/cjs/util/strings.d.ts +0 -1
  951. package/lib/cjs/util/strings.js +0 -11
  952. package/lib/cjs/util/strings.js.map +0 -1
  953. package/lib/cjs/util/webchat.d.ts +0 -24
  954. package/lib/cjs/util/webchat.js +0 -100
  955. package/lib/cjs/util/webchat.js.map +0 -1
  956. package/lib/cjs/util/webviews.d.ts +0 -2
  957. package/lib/cjs/util/webviews.js +0 -8
  958. package/lib/cjs/util/webviews.js.map +0 -1
  959. package/lib/cjs/webchat/chat-area/index.d.ts +0 -1
  960. package/lib/cjs/webchat/chat-area/index.js +0 -22
  961. package/lib/cjs/webchat/chat-area/index.js.map +0 -1
  962. package/lib/cjs/webchat/chat-area/styles.d.ts +0 -3
  963. package/lib/cjs/webchat/chat-area/styles.js +0 -13
  964. package/lib/cjs/webchat/chat-area/styles.js.map +0 -1
  965. package/lib/cjs/webchat/components/common.d.ts +0 -1
  966. package/lib/cjs/webchat/components/common.js +0 -13
  967. package/lib/cjs/webchat/components/common.js.map +0 -1
  968. package/lib/cjs/webchat/components/conditional-animation.d.ts +0 -1
  969. package/lib/cjs/webchat/components/conditional-animation.js +0 -16
  970. package/lib/cjs/webchat/components/conditional-animation.js.map +0 -1
  971. package/lib/cjs/webchat/components/opened-persistent-menu.d.ts +0 -6
  972. package/lib/cjs/webchat/components/opened-persistent-menu.js +0 -37
  973. package/lib/cjs/webchat/components/opened-persistent-menu.js.map +0 -1
  974. package/lib/cjs/webchat/constants.d.ts +0 -8
  975. package/lib/cjs/webchat/constants.js +0 -13
  976. package/lib/cjs/webchat/constants.js.map +0 -1
  977. package/lib/cjs/webchat/context/actions.d.ts +0 -30
  978. package/lib/cjs/webchat/context/actions.js +0 -36
  979. package/lib/cjs/webchat/context/actions.js.map +0 -1
  980. package/lib/cjs/webchat/context/index.d.ts +0 -4
  981. package/lib/cjs/webchat/context/index.js +0 -102
  982. package/lib/cjs/webchat/context/index.js.map +0 -1
  983. package/lib/cjs/webchat/context/messages-reducer.d.ts +0 -6
  984. package/lib/cjs/webchat/context/messages-reducer.js +0 -175
  985. package/lib/cjs/webchat/context/messages-reducer.js.map +0 -1
  986. package/lib/cjs/webchat/context/types.d.ts +0 -84
  987. package/lib/cjs/webchat/context/types.js +0 -3
  988. package/lib/cjs/webchat/context/types.js.map +0 -1
  989. package/lib/cjs/webchat/context/use-webchat.d.ts +0 -46
  990. package/lib/cjs/webchat/context/use-webchat.js +0 -195
  991. package/lib/cjs/webchat/context/use-webchat.js.map +0 -1
  992. package/lib/cjs/webchat/context/webchat-reducer.d.ts +0 -6
  993. package/lib/cjs/webchat/context/webchat-reducer.js +0 -57
  994. package/lib/cjs/webchat/context/webchat-reducer.js.map +0 -1
  995. package/lib/cjs/webchat/cover-component/index.d.ts +0 -6
  996. package/lib/cjs/webchat/cover-component/index.js +0 -21
  997. package/lib/cjs/webchat/cover-component/index.js.map +0 -1
  998. package/lib/cjs/webchat/custom-messages/index.d.ts +0 -1
  999. package/lib/cjs/webchat/custom-messages/index.js +0 -7
  1000. package/lib/cjs/webchat/custom-messages/index.js.map +0 -1
  1001. package/lib/cjs/webchat/custom-messages/rating/icons/face-angry.d.ts +0 -3
  1002. package/lib/cjs/webchat/custom-messages/rating/icons/face-angry.js +0 -9
  1003. package/lib/cjs/webchat/custom-messages/rating/icons/face-angry.js.map +0 -1
  1004. package/lib/cjs/webchat/custom-messages/rating/icons/face-frown.d.ts +0 -3
  1005. package/lib/cjs/webchat/custom-messages/rating/icons/face-frown.js +0 -9
  1006. package/lib/cjs/webchat/custom-messages/rating/icons/face-frown.js.map +0 -1
  1007. package/lib/cjs/webchat/custom-messages/rating/icons/face-grin-beam.d.ts +0 -3
  1008. package/lib/cjs/webchat/custom-messages/rating/icons/face-grin-beam.js +0 -9
  1009. package/lib/cjs/webchat/custom-messages/rating/icons/face-grin-beam.js.map +0 -1
  1010. package/lib/cjs/webchat/custom-messages/rating/icons/face-meh.d.ts +0 -3
  1011. package/lib/cjs/webchat/custom-messages/rating/icons/face-meh.js +0 -9
  1012. package/lib/cjs/webchat/custom-messages/rating/icons/face-meh.js.map +0 -1
  1013. package/lib/cjs/webchat/custom-messages/rating/icons/face-smile.d.ts +0 -3
  1014. package/lib/cjs/webchat/custom-messages/rating/icons/face-smile.js +0 -9
  1015. package/lib/cjs/webchat/custom-messages/rating/icons/face-smile.js.map +0 -1
  1016. package/lib/cjs/webchat/custom-messages/rating/icons/index.d.ts +0 -6
  1017. package/lib/cjs/webchat/custom-messages/rating/icons/index.js +0 -10
  1018. package/lib/cjs/webchat/custom-messages/rating/icons/index.js.map +0 -1
  1019. package/lib/cjs/webchat/custom-messages/rating/icons/star.d.ts +0 -3
  1020. package/lib/cjs/webchat/custom-messages/rating/icons/star.js +0 -9
  1021. package/lib/cjs/webchat/custom-messages/rating/icons/star.js.map +0 -1
  1022. package/lib/cjs/webchat/custom-messages/rating/index.d.ts +0 -2
  1023. package/lib/cjs/webchat/custom-messages/rating/index.js +0 -56
  1024. package/lib/cjs/webchat/custom-messages/rating/index.js.map +0 -1
  1025. package/lib/cjs/webchat/custom-messages/rating/rating-selector.d.ts +0 -11
  1026. package/lib/cjs/webchat/custom-messages/rating/rating-selector.js +0 -26
  1027. package/lib/cjs/webchat/custom-messages/rating/rating-selector.js.map +0 -1
  1028. package/lib/cjs/webchat/custom-messages/rating/smileys.d.ts +0 -2
  1029. package/lib/cjs/webchat/custom-messages/rating/smileys.js +0 -19
  1030. package/lib/cjs/webchat/custom-messages/rating/smileys.js.map +0 -1
  1031. package/lib/cjs/webchat/custom-messages/rating/stars.d.ts +0 -2
  1032. package/lib/cjs/webchat/custom-messages/rating/stars.js +0 -11
  1033. package/lib/cjs/webchat/custom-messages/rating/stars.js.map +0 -1
  1034. package/lib/cjs/webchat/custom-messages/rating/styles.d.ts +0 -6
  1035. package/lib/cjs/webchat/custom-messages/rating/styles.js +0 -25
  1036. package/lib/cjs/webchat/custom-messages/rating/styles.js.map +0 -1
  1037. package/lib/cjs/webchat/custom-messages/rating/types.d.ts +0 -13
  1038. package/lib/cjs/webchat/custom-messages/rating/types.js +0 -9
  1039. package/lib/cjs/webchat/custom-messages/rating/types.js.map +0 -1
  1040. package/lib/cjs/webchat/devices/index.d.ts +0 -11
  1041. package/lib/cjs/webchat/devices/index.js +0 -23
  1042. package/lib/cjs/webchat/devices/index.js.map +0 -1
  1043. package/lib/cjs/webchat/header/default-header.d.ts +0 -1
  1044. package/lib/cjs/webchat/header/default-header.js +0 -25
  1045. package/lib/cjs/webchat/header/default-header.js.map +0 -1
  1046. package/lib/cjs/webchat/header/index.d.ts +0 -1
  1047. package/lib/cjs/webchat/header/index.js +0 -23
  1048. package/lib/cjs/webchat/header/index.js.map +0 -1
  1049. package/lib/cjs/webchat/header/styles.d.ts +0 -7
  1050. package/lib/cjs/webchat/header/styles.js +0 -63
  1051. package/lib/cjs/webchat/header/styles.js.map +0 -1
  1052. package/lib/cjs/webchat/hooks/index.d.ts +0 -10
  1053. package/lib/cjs/webchat/hooks/index.js +0 -24
  1054. package/lib/cjs/webchat/hooks/index.js.map +0 -1
  1055. package/lib/cjs/webchat/hooks/use-component-visible.d.ts +0 -7
  1056. package/lib/cjs/webchat/hooks/use-component-visible.js +0 -23
  1057. package/lib/cjs/webchat/hooks/use-component-visible.js.map +0 -1
  1058. package/lib/cjs/webchat/hooks/use-component-will-mount.d.ts +0 -1
  1059. package/lib/cjs/webchat/hooks/use-component-will-mount.js +0 -9
  1060. package/lib/cjs/webchat/hooks/use-component-will-mount.js.map +0 -1
  1061. package/lib/cjs/webchat/hooks/use-device-adapter.d.ts +0 -3
  1062. package/lib/cjs/webchat/hooks/use-device-adapter.js +0 -49
  1063. package/lib/cjs/webchat/hooks/use-device-adapter.js.map +0 -1
  1064. package/lib/cjs/webchat/hooks/use-previous.d.ts +0 -1
  1065. package/lib/cjs/webchat/hooks/use-previous.js +0 -12
  1066. package/lib/cjs/webchat/hooks/use-previous.js.map +0 -1
  1067. package/lib/cjs/webchat/hooks/use-scroll-to-bottom.d.ts +0 -9
  1068. package/lib/cjs/webchat/hooks/use-scroll-to-bottom.js +0 -25
  1069. package/lib/cjs/webchat/hooks/use-scroll-to-bottom.js.map +0 -1
  1070. package/lib/cjs/webchat/hooks/use-scrollbar-controller.d.ts +0 -6
  1071. package/lib/cjs/webchat/hooks/use-scrollbar-controller.js +0 -143
  1072. package/lib/cjs/webchat/hooks/use-scrollbar-controller.js.map +0 -1
  1073. package/lib/cjs/webchat/hooks/use-typing.d.ts +0 -10
  1074. package/lib/cjs/webchat/hooks/use-typing.js +0 -36
  1075. package/lib/cjs/webchat/hooks/use-typing.js.map +0 -1
  1076. package/lib/cjs/webchat/hooks/use-virtual-keyboard-detection.d.ts +0 -3
  1077. package/lib/cjs/webchat/hooks/use-virtual-keyboard-detection.js +0 -26
  1078. package/lib/cjs/webchat/hooks/use-virtual-keyboard-detection.js.map +0 -1
  1079. package/lib/cjs/webchat/hooks/use-webchat-dimensions.d.ts +0 -4
  1080. package/lib/cjs/webchat/hooks/use-webchat-dimensions.js +0 -41
  1081. package/lib/cjs/webchat/hooks/use-webchat-dimensions.js.map +0 -1
  1082. package/lib/cjs/webchat/hooks/use-webchat-resizer.d.ts +0 -4
  1083. package/lib/cjs/webchat/hooks/use-webchat-resizer.js +0 -34
  1084. package/lib/cjs/webchat/hooks/use-webchat-resizer.js.map +0 -1
  1085. package/lib/cjs/webchat/index-types.d.ts +0 -7
  1086. package/lib/cjs/webchat/index-types.js +0 -3
  1087. package/lib/cjs/webchat/index-types.js.map +0 -1
  1088. package/lib/cjs/webchat/index.d.ts +0 -6
  1089. package/lib/cjs/webchat/index.js +0 -20
  1090. package/lib/cjs/webchat/index.js.map +0 -1
  1091. package/lib/cjs/webchat/input-panel/attachment.d.ts +0 -6
  1092. package/lib/cjs/webchat/input-panel/attachment.js +0 -30
  1093. package/lib/cjs/webchat/input-panel/attachment.js.map +0 -1
  1094. package/lib/cjs/webchat/input-panel/emoji-picker.d.ts +0 -5
  1095. package/lib/cjs/webchat/input-panel/emoji-picker.js +0 -29
  1096. package/lib/cjs/webchat/input-panel/emoji-picker.js.map +0 -1
  1097. package/lib/cjs/webchat/input-panel/index.d.ts +0 -9
  1098. package/lib/cjs/webchat/input-panel/index.js +0 -51
  1099. package/lib/cjs/webchat/input-panel/index.js.map +0 -1
  1100. package/lib/cjs/webchat/input-panel/opened-emoji-picker.d.ts +0 -6
  1101. package/lib/cjs/webchat/input-panel/opened-emoji-picker.js +0 -15
  1102. package/lib/cjs/webchat/input-panel/opened-emoji-picker.js.map +0 -1
  1103. package/lib/cjs/webchat/input-panel/persistent-menu.d.ts +0 -5
  1104. package/lib/cjs/webchat/input-panel/persistent-menu.js +0 -21
  1105. package/lib/cjs/webchat/input-panel/persistent-menu.js.map +0 -1
  1106. package/lib/cjs/webchat/input-panel/send-button.d.ts +0 -5
  1107. package/lib/cjs/webchat/input-panel/send-button.js +0 -25
  1108. package/lib/cjs/webchat/input-panel/send-button.js.map +0 -1
  1109. package/lib/cjs/webchat/input-panel/styles.d.ts +0 -3
  1110. package/lib/cjs/webchat/input-panel/styles.js +0 -31
  1111. package/lib/cjs/webchat/input-panel/styles.js.map +0 -1
  1112. package/lib/cjs/webchat/input-panel/textarea.d.ts +0 -10
  1113. package/lib/cjs/webchat/input-panel/textarea.js +0 -52
  1114. package/lib/cjs/webchat/input-panel/textarea.js.map +0 -1
  1115. package/lib/cjs/webchat/input-panel/typing-network-sender.d.ts +0 -52
  1116. package/lib/cjs/webchat/input-panel/typing-network-sender.js +0 -122
  1117. package/lib/cjs/webchat/input-panel/typing-network-sender.js.map +0 -1
  1118. package/lib/cjs/webchat/input-panel/use-typing-chat-event-sender.d.ts +0 -16
  1119. package/lib/cjs/webchat/input-panel/use-typing-chat-event-sender.js +0 -45
  1120. package/lib/cjs/webchat/input-panel/use-typing-chat-event-sender.js.map +0 -1
  1121. package/lib/cjs/webchat/input-panel/use-typing-session.d.ts +0 -15
  1122. package/lib/cjs/webchat/input-panel/use-typing-session.js +0 -98
  1123. package/lib/cjs/webchat/input-panel/use-typing-session.js.map +0 -1
  1124. package/lib/cjs/webchat/message-list/index.d.ts +0 -1
  1125. package/lib/cjs/webchat/message-list/index.js +0 -116
  1126. package/lib/cjs/webchat/message-list/index.js.map +0 -1
  1127. package/lib/cjs/webchat/message-list/intro-message.d.ts +0 -1
  1128. package/lib/cjs/webchat/message-list/intro-message.js +0 -24
  1129. package/lib/cjs/webchat/message-list/intro-message.js.map +0 -1
  1130. package/lib/cjs/webchat/message-list/scroll-button.d.ts +0 -5
  1131. package/lib/cjs/webchat/message-list/scroll-button.js +0 -18
  1132. package/lib/cjs/webchat/message-list/scroll-button.js.map +0 -1
  1133. package/lib/cjs/webchat/message-list/styles.d.ts +0 -9
  1134. package/lib/cjs/webchat/message-list/styles.js +0 -61
  1135. package/lib/cjs/webchat/message-list/styles.js.map +0 -1
  1136. package/lib/cjs/webchat/message-list/unread-messages-banner.d.ts +0 -7
  1137. package/lib/cjs/webchat/message-list/unread-messages-banner.js +0 -18
  1138. package/lib/cjs/webchat/message-list/unread-messages-banner.js.map +0 -1
  1139. package/lib/cjs/webchat/message-list/use-debounce.d.ts +0 -1
  1140. package/lib/cjs/webchat/message-list/use-debounce.js +0 -17
  1141. package/lib/cjs/webchat/message-list/use-debounce.js.map +0 -1
  1142. package/lib/cjs/webchat/message-list/use-notifications.d.ts +0 -7
  1143. package/lib/cjs/webchat/message-list/use-notifications.js +0 -23
  1144. package/lib/cjs/webchat/message-list/use-notifications.js.map +0 -1
  1145. package/lib/cjs/webchat/replies/index.d.ts +0 -1
  1146. package/lib/cjs/webchat/replies/index.js +0 -31
  1147. package/lib/cjs/webchat/replies/index.js.map +0 -1
  1148. package/lib/cjs/webchat/replies/styles.d.ts +0 -8
  1149. package/lib/cjs/webchat/replies/styles.js +0 -25
  1150. package/lib/cjs/webchat/replies/styles.js.map +0 -1
  1151. package/lib/cjs/webchat/session-view.d.ts +0 -1
  1152. package/lib/cjs/webchat/session-view.js +0 -103
  1153. package/lib/cjs/webchat/session-view.js.map +0 -1
  1154. package/lib/cjs/webchat/styles.d.ts +0 -4
  1155. package/lib/cjs/webchat/styles.js +0 -65
  1156. package/lib/cjs/webchat/styles.js.map +0 -1
  1157. package/lib/cjs/webchat/theme/default-theme.d.ts +0 -2
  1158. package/lib/cjs/webchat/theme/default-theme.js +0 -104
  1159. package/lib/cjs/webchat/theme/default-theme.js.map +0 -1
  1160. package/lib/cjs/webchat/theme/types.d.ts +0 -213
  1161. package/lib/cjs/webchat/theme/types.js +0 -3
  1162. package/lib/cjs/webchat/theme/types.js.map +0 -1
  1163. package/lib/cjs/webchat/tracking.d.ts +0 -7
  1164. package/lib/cjs/webchat/tracking.js +0 -39
  1165. package/lib/cjs/webchat/tracking.js.map +0 -1
  1166. package/lib/cjs/webchat/trigger-button/index.d.ts +0 -1
  1167. package/lib/cjs/webchat/trigger-button/index.js +0 -34
  1168. package/lib/cjs/webchat/trigger-button/index.js.map +0 -1
  1169. package/lib/cjs/webchat/trigger-button/styles.d.ts +0 -3
  1170. package/lib/cjs/webchat/trigger-button/styles.js +0 -40
  1171. package/lib/cjs/webchat/trigger-button/styles.js.map +0 -1
  1172. package/lib/cjs/webchat/typing-indicator/index.d.ts +0 -2
  1173. package/lib/cjs/webchat/typing-indicator/index.js +0 -10
  1174. package/lib/cjs/webchat/typing-indicator/index.js.map +0 -1
  1175. package/lib/cjs/webchat/typing-indicator/styles.d.ts +0 -7
  1176. package/lib/cjs/webchat/typing-indicator/styles.js +0 -50
  1177. package/lib/cjs/webchat/typing-indicator/styles.js.map +0 -1
  1178. package/lib/cjs/webchat/use-storage-state-hook.d.ts +0 -1
  1179. package/lib/cjs/webchat/use-storage-state-hook.js +0 -40
  1180. package/lib/cjs/webchat/use-storage-state-hook.js.map +0 -1
  1181. package/lib/cjs/webchat/utils.d.ts +0 -2
  1182. package/lib/cjs/webchat/utils.js +0 -13
  1183. package/lib/cjs/webchat/utils.js.map +0 -1
  1184. package/lib/cjs/webchat/webchat-dev.d.ts +0 -6
  1185. package/lib/cjs/webchat/webchat-dev.js +0 -56
  1186. package/lib/cjs/webchat/webchat-dev.js.map +0 -1
  1187. package/lib/cjs/webchat/webchat.d.ts +0 -3
  1188. package/lib/cjs/webchat/webchat.js +0 -560
  1189. package/lib/cjs/webchat/webchat.js.map +0 -1
  1190. package/lib/cjs/webchat/webview/header.d.ts +0 -1
  1191. package/lib/cjs/webchat/webview/header.js +0 -18
  1192. package/lib/cjs/webchat/webview/header.js.map +0 -1
  1193. package/lib/cjs/webchat/webview/index.d.ts +0 -6
  1194. package/lib/cjs/webchat/webview/index.js +0 -82
  1195. package/lib/cjs/webchat/webview/index.js.map +0 -1
  1196. package/lib/cjs/webchat/webview/styles.d.ts +0 -7
  1197. package/lib/cjs/webchat/webview/styles.js +0 -60
  1198. package/lib/cjs/webchat/webview/styles.js.map +0 -1
  1199. package/lib/cjs/webchat-app.d.ts +0 -114
  1200. package/lib/cjs/webchat-app.js +0 -407
  1201. package/lib/cjs/webchat-app.js.map +0 -1
  1202. package/lib/cjs/webchat.template.html +0 -37
  1203. package/lib/cjs/webview-app.d.ts +0 -7
  1204. package/lib/cjs/webview-app.js +0 -192
  1205. package/lib/cjs/webview-app.js.map +0 -1
  1206. package/lib/cjs/webview.template.html +0 -39
@@ -1,14 +1,71 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AiRouterSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const react_1 = require("react");
6
- const AiRouterSvg = () => {
7
- const gradientId = (0, react_1.useId)().replaceAll(':', '');
8
- const shineGradientId = (0, react_1.useId)().replaceAll(':', '');
9
- return (
10
- // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
11
- (0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M3.93749 3.63077C4.42648 3.63077 4.85794 3.22807 4.85794 2.71032C4.85794 2.22132 4.42648 1.78986 3.93749 1.78986C3.41974 1.78986 3.01703 2.22132 3.01703 2.71032C3.01703 3.22807 3.41974 3.63077 3.93749 3.63077ZM6.23863 2.71032C6.23863 3.74582 5.54828 4.63752 4.62783 4.92516V7.77282C5.20312 7.34136 5.92222 7.08248 6.69885 7.08248H9.46022C10.582 7.08248 11.5313 6.16202 11.5313 5.01145V4.92516C10.582 4.63752 9.92044 3.74582 9.92044 2.71032C9.92044 1.44469 10.9272 0.40918 12.2216 0.40918C13.4872 0.40918 14.5227 1.44469 14.5227 2.71032C14.5227 3.74582 13.8323 4.63752 12.9119 4.92516V5.01145C12.9119 6.93865 11.3586 8.4632 9.46022 8.4632H6.69885C5.54828 8.4632 4.62783 9.41237 4.62783 10.5342V10.6492C5.54828 10.9369 6.23863 11.8285 6.23863 12.8353C6.23863 14.1297 5.20312 15.1365 3.93749 15.1365C2.6431 15.1365 1.63635 14.1297 1.63635 12.8353C1.63635 11.8285 2.29793 10.9369 3.24715 10.6492V10.5342V4.92516C2.29793 4.63752 1.63635 3.74582 1.63635 2.71032C1.63635 1.44469 2.6431 0.40918 3.93749 0.40918C5.20312 0.40918 6.23863 1.44469 6.23863 2.71032ZM13.142 2.71032C13.142 2.22132 12.7106 1.78986 12.2216 1.78986C11.7038 1.78986 11.3011 2.22132 11.3011 2.71032C11.3011 3.22807 11.7038 3.63077 12.2216 3.63077C12.7106 3.63077 13.142 3.22807 13.142 2.71032ZM3.93749 13.7558C4.42648 13.7558 4.85794 13.3531 4.85794 12.8353C4.85794 12.3463 4.42648 11.9149 3.93749 11.9149C3.41974 11.9149 3.01703 12.3463 3.01703 12.8353C3.01703 13.3531 3.41974 13.7558 3.93749 13.7558Z', fill: `url(#${gradientId})` }), (0, jsx_runtime_1.jsx)("path", { d: 'M12.5839 10.0164C12.5285 9.89486 12.4069 9.81812 12.2748 9.81812C12.1427 9.81812 12.0211 9.89486 11.9657 10.0164L10.8337 12.4672L8.38215 13.5989C8.25851 13.6565 8.18176 13.778 8.18176 13.9101C8.18176 14.0422 8.25851 14.1637 8.38002 14.2191L10.8316 15.3508L11.9636 17.8017C12.019 17.9232 12.1405 17.9999 12.2727 17.9999C12.4048 17.9999 12.5264 17.9232 12.5818 17.8017L13.7137 15.3508L16.1653 14.2191C16.2868 14.1637 16.3636 14.0422 16.3636 13.9101C16.3636 13.778 16.2868 13.6565 16.1653 13.6011L13.7137 12.4694L12.5818 10.0185L12.5839 10.0164Z', fill: `url(#${shineGradientId})` }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: gradientId, x1: '1.63635', y1: '7.77282', x2: '14.5227', y2: '7.77282', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: shineGradientId, x1: '8.18176', y1: '13.909', x2: '16.3636', y2: '13.909', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] })] })] }));
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { useId } from "react";
3
+
4
+
5
+
6
+
7
+
8
+ const AiRouterSvg = ()=>{
9
+ const gradientId = useId().replaceAll(':', '');
10
+ const shineGradientId = useId().replaceAll(':', '');
11
+ return(// biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
12
+ /*#__PURE__*/ jsxs("svg", {
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ width: "18",
15
+ height: "18",
16
+ viewBox: "0 0 18 18",
17
+ fill: "none",
18
+ children: [
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M3.93749 3.63077C4.42648 3.63077 4.85794 3.22807 4.85794 2.71032C4.85794 2.22132 4.42648 1.78986 3.93749 1.78986C3.41974 1.78986 3.01703 2.22132 3.01703 2.71032C3.01703 3.22807 3.41974 3.63077 3.93749 3.63077ZM6.23863 2.71032C6.23863 3.74582 5.54828 4.63752 4.62783 4.92516V7.77282C5.20312 7.34136 5.92222 7.08248 6.69885 7.08248H9.46022C10.582 7.08248 11.5313 6.16202 11.5313 5.01145V4.92516C10.582 4.63752 9.92044 3.74582 9.92044 2.71032C9.92044 1.44469 10.9272 0.40918 12.2216 0.40918C13.4872 0.40918 14.5227 1.44469 14.5227 2.71032C14.5227 3.74582 13.8323 4.63752 12.9119 4.92516V5.01145C12.9119 6.93865 11.3586 8.4632 9.46022 8.4632H6.69885C5.54828 8.4632 4.62783 9.41237 4.62783 10.5342V10.6492C5.54828 10.9369 6.23863 11.8285 6.23863 12.8353C6.23863 14.1297 5.20312 15.1365 3.93749 15.1365C2.6431 15.1365 1.63635 14.1297 1.63635 12.8353C1.63635 11.8285 2.29793 10.9369 3.24715 10.6492V10.5342V4.92516C2.29793 4.63752 1.63635 3.74582 1.63635 2.71032C1.63635 1.44469 2.6431 0.40918 3.93749 0.40918C5.20312 0.40918 6.23863 1.44469 6.23863 2.71032ZM13.142 2.71032C13.142 2.22132 12.7106 1.78986 12.2216 1.78986C11.7038 1.78986 11.3011 2.22132 11.3011 2.71032C11.3011 3.22807 11.7038 3.63077 12.2216 3.63077C12.7106 3.63077 13.142 3.22807 13.142 2.71032ZM3.93749 13.7558C4.42648 13.7558 4.85794 13.3531 4.85794 12.8353C4.85794 12.3463 4.42648 11.9149 3.93749 11.9149C3.41974 11.9149 3.01703 12.3463 3.01703 12.8353C3.01703 13.3531 3.41974 13.7558 3.93749 13.7558Z",
21
+ fill: `url(#${gradientId})`
22
+ }),
23
+ /*#__PURE__*/ jsx("path", {
24
+ d: "M12.5839 10.0164C12.5285 9.89486 12.4069 9.81812 12.2748 9.81812C12.1427 9.81812 12.0211 9.89486 11.9657 10.0164L10.8337 12.4672L8.38215 13.5989C8.25851 13.6565 8.18176 13.778 8.18176 13.9101C8.18176 14.0422 8.25851 14.1637 8.38002 14.2191L10.8316 15.3508L11.9636 17.8017C12.019 17.9232 12.1405 17.9999 12.2727 17.9999C12.4048 17.9999 12.5264 17.9232 12.5818 17.8017L13.7137 15.3508L16.1653 14.2191C16.2868 14.1637 16.3636 14.0422 16.3636 13.9101C16.3636 13.778 16.2868 13.6565 16.1653 13.6011L13.7137 12.4694L12.5818 10.0185L12.5839 10.0164Z",
25
+ fill: `url(#${shineGradientId})`
26
+ }),
27
+ /*#__PURE__*/ jsxs("defs", {
28
+ children: [
29
+ /*#__PURE__*/ jsxs("linearGradient", {
30
+ id: gradientId,
31
+ x1: "1.63635",
32
+ y1: "7.77282",
33
+ x2: "14.5227",
34
+ y2: "7.77282",
35
+ gradientUnits: "userSpaceOnUse",
36
+ children: [
37
+ /*#__PURE__*/ jsx("stop", {
38
+ stopColor: "#6E49FF"
39
+ }),
40
+ /*#__PURE__*/ jsx("stop", {
41
+ offset: "1",
42
+ stopColor: "#CC3559"
43
+ })
44
+ ]
45
+ }),
46
+ /*#__PURE__*/ jsxs("linearGradient", {
47
+ id: shineGradientId,
48
+ x1: "8.18176",
49
+ y1: "13.909",
50
+ x2: "16.3636",
51
+ y2: "13.909",
52
+ gradientUnits: "userSpaceOnUse",
53
+ children: [
54
+ /*#__PURE__*/ jsx("stop", {
55
+ stopColor: "#6E49FF"
56
+ }),
57
+ /*#__PURE__*/ jsx("stop", {
58
+ offset: "1",
59
+ stopColor: "#CC3559"
60
+ })
61
+ ]
62
+ })
63
+ ]
64
+ })
65
+ ]
66
+ }));
12
67
  };
13
- exports.AiRouterSvg = AiRouterSvg;
68
+
69
+ export { AiRouterSvg };
70
+
14
71
  //# sourceMappingURL=ai-router.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-router.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-router.tsx"],"names":[],"mappings":";;;;AAAA,iCAA6B;AAEtB,MAAM,WAAW,GAAG,GAAG,EAAE;IAC9B,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAC9C,MAAM,eAAe,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAEnD,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,aAEX,iCACE,CAAC,EAAC,27CAA27C,EAC77C,IAAI,EAAE,QAAQ,UAAU,GAAG,GAC3B,EACF,iCACE,CAAC,EAAC,giBAAgiB,EACliB,IAAI,EAAE,QAAQ,eAAe,GAAG,GAChC,EACF,6CACE,4CACE,EAAE,EAAE,UAAU,EACd,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAE,eAAe,EACnB,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,IACZ,IACH,CACP,CAAA;AACH,CAAC,CAAA;AA/CY,QAAA,WAAW,eA+CvB"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/ai-router.js","sources":["../../../../../src/components/system-debug-trace/icons/ai-router.tsx"],"sourcesContent":["import { useId } from 'react'\n\nexport const AiRouterSvg = () => {\n const gradientId = useId().replaceAll(':', '')\n const shineGradientId = useId().replaceAll(':', '')\n\n return (\n // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon\n <svg\n xmlns='http://www.w3.org/2000/svg'\n width='18'\n height='18'\n viewBox='0 0 18 18'\n fill='none'\n >\n <path\n d='M3.93749 3.63077C4.42648 3.63077 4.85794 3.22807 4.85794 2.71032C4.85794 2.22132 4.42648 1.78986 3.93749 1.78986C3.41974 1.78986 3.01703 2.22132 3.01703 2.71032C3.01703 3.22807 3.41974 3.63077 3.93749 3.63077ZM6.23863 2.71032C6.23863 3.74582 5.54828 4.63752 4.62783 4.92516V7.77282C5.20312 7.34136 5.92222 7.08248 6.69885 7.08248H9.46022C10.582 7.08248 11.5313 6.16202 11.5313 5.01145V4.92516C10.582 4.63752 9.92044 3.74582 9.92044 2.71032C9.92044 1.44469 10.9272 0.40918 12.2216 0.40918C13.4872 0.40918 14.5227 1.44469 14.5227 2.71032C14.5227 3.74582 13.8323 4.63752 12.9119 4.92516V5.01145C12.9119 6.93865 11.3586 8.4632 9.46022 8.4632H6.69885C5.54828 8.4632 4.62783 9.41237 4.62783 10.5342V10.6492C5.54828 10.9369 6.23863 11.8285 6.23863 12.8353C6.23863 14.1297 5.20312 15.1365 3.93749 15.1365C2.6431 15.1365 1.63635 14.1297 1.63635 12.8353C1.63635 11.8285 2.29793 10.9369 3.24715 10.6492V10.5342V4.92516C2.29793 4.63752 1.63635 3.74582 1.63635 2.71032C1.63635 1.44469 2.6431 0.40918 3.93749 0.40918C5.20312 0.40918 6.23863 1.44469 6.23863 2.71032ZM13.142 2.71032C13.142 2.22132 12.7106 1.78986 12.2216 1.78986C11.7038 1.78986 11.3011 2.22132 11.3011 2.71032C11.3011 3.22807 11.7038 3.63077 12.2216 3.63077C12.7106 3.63077 13.142 3.22807 13.142 2.71032ZM3.93749 13.7558C4.42648 13.7558 4.85794 13.3531 4.85794 12.8353C4.85794 12.3463 4.42648 11.9149 3.93749 11.9149C3.41974 11.9149 3.01703 12.3463 3.01703 12.8353C3.01703 13.3531 3.41974 13.7558 3.93749 13.7558Z'\n fill={`url(#${gradientId})`}\n />\n <path\n d='M12.5839 10.0164C12.5285 9.89486 12.4069 9.81812 12.2748 9.81812C12.1427 9.81812 12.0211 9.89486 11.9657 10.0164L10.8337 12.4672L8.38215 13.5989C8.25851 13.6565 8.18176 13.778 8.18176 13.9101C8.18176 14.0422 8.25851 14.1637 8.38002 14.2191L10.8316 15.3508L11.9636 17.8017C12.019 17.9232 12.1405 17.9999 12.2727 17.9999C12.4048 17.9999 12.5264 17.9232 12.5818 17.8017L13.7137 15.3508L16.1653 14.2191C16.2868 14.1637 16.3636 14.0422 16.3636 13.9101C16.3636 13.778 16.2868 13.6565 16.1653 13.6011L13.7137 12.4694L12.5818 10.0185L12.5839 10.0164Z'\n fill={`url(#${shineGradientId})`}\n />\n <defs>\n <linearGradient\n id={gradientId}\n x1='1.63635'\n y1='7.77282'\n x2='14.5227'\n y2='7.77282'\n gradientUnits='userSpaceOnUse'\n >\n <stop stopColor='#6E49FF' />\n <stop offset='1' stopColor='#CC3559' />\n </linearGradient>\n <linearGradient\n id={shineGradientId}\n x1='8.18176'\n y1='13.909'\n x2='16.3636'\n y2='13.909'\n gradientUnits='userSpaceOnUse'\n >\n <stop stopColor='#6E49FF' />\n <stop offset='1' stopColor='#CC3559' />\n </linearGradient>\n </defs>\n </svg>\n )\n}\n"],"names":["useId","AiRouterSvg","gradientId","shineGradientId"],"mappings":";;;;;;AAA6B;AAEtB,MAAMC,WAAWA,GAAG;IACzB,MAAMC,aAAaF,KAAKA,GAAG,UAAU,CAAC,KAAK;IAC3C,MAAMG,kBAAkBH,KAAKA,GAAG,UAAU,CAAC,KAAK;IAEhD,OACE,+DAA+D;kBAC/D,KAAC;QACC,OAAM;QACN,OAAM;QACN,QAAO;QACP,SAAQ;QACR,MAAK;;0BAEL,IAAC;gBACC,GAAE;gBACF,MAAM,CAAC,KAAK,EAAEE,WAAW,CAAC,CAAC;;0BAE7B,IAAC;gBACC,GAAE;gBACF,MAAM,CAAC,KAAK,EAAEC,gBAAgB,CAAC,CAAC;;0BAElC,KAAC;;kCACC,KAAC;wBACC,IAAID;wBACJ,IAAG;wBACH,IAAG;wBACH,IAAG;wBACH,IAAG;wBACH,eAAc;;0CAEd,IAAC;gCAAK,WAAU;;0CAChB,IAAC;gCAAK,QAAO;gCAAI,WAAU;;;;kCAE7B,KAAC;wBACC,IAAIC;wBACJ,IAAG;wBACH,IAAG;wBACH,IAAG;wBACH,IAAG;wBACH,eAAc;;0CAEd,IAAC;gCAAK,WAAU;;0CAChB,IAAC;gCAAK,QAAO;gCAAI,WAAU;;;;;;;;AAKrC,EAAC"}
@@ -1,15 +1,85 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AiSpecialistSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const react_1 = require("react");
6
- const AiSpecialistSvg = () => {
7
- const gradientId = (0, react_1.useId)().replaceAll(':', '');
8
- const shineGradientId = (0, react_1.useId)().replaceAll(':', '');
9
- const clipPathId = (0, react_1.useId)().replaceAll(':', '');
10
- return (
11
- // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
12
- (0, jsx_runtime_1.jsxs)("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: `url(#${clipPathId})`, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M11.3375 5.16679C11.0855 2.9427 9.16719 1.21452 6.84008 1.21452C4.51294 1.21452 2.59465 2.9427 2.34265 5.16679C2.70008 4.96943 3.11151 4.8581 3.54865 4.8581H3.96008C4.64151 4.8581 5.19436 5.40211 5.19436 6.07263V8.50169C5.19436 9.17222 4.64151 9.71618 3.96008 9.71618H3.54865C3.09865 9.71618 2.67694 9.59731 2.31436 9.39233V9.92117C2.31436 10.9282 3.14494 11.7429 4.16579 11.7429H5.19436C5.19436 11.0724 5.74722 10.5284 6.42865 10.5284H7.25151C7.93294 10.5284 8.48578 11.0724 8.48578 11.7429C8.48578 12.4134 7.93294 12.9575 7.25151 12.9575C6.12008 12.9575 6.32579 12.9575 4.16837 12.96C2.46351 12.96 1.08008 11.6012 1.08008 9.92369V5.66778C1.08008 2.53786 3.65922 0 6.84008 0C10.021 0 12.6001 2.53786 12.6001 5.66778V7.28712C12.6001 8.62819 11.4944 9.71618 10.1315 9.71618H9.72008C9.03867 9.71618 8.48578 9.17222 8.48578 8.50169V6.07263C8.48578 5.40211 9.03867 4.8581 9.72008 4.8581H10.1315C10.5687 4.8581 10.9801 4.96943 11.3375 5.16679ZM3.54865 6.07263C2.86722 6.07263 2.31436 6.61663 2.31436 7.28712C2.31436 7.95766 2.86722 8.50169 3.54865 8.50169H3.96008V6.07263H3.54865ZM11.3658 7.28712C11.3658 6.61663 10.813 6.07263 10.1315 6.07263H9.72008V8.50169H10.1315C10.813 8.50169 11.3658 7.95766 11.3658 7.28712Z', fill: `url(#${gradientId})` }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.5946 10.9743C13.5458 10.8673 13.4389 10.7998 13.3226 10.7998C13.2063 10.7998 13.0993 10.8673 13.0506 10.9743L12.0544 13.131L9.89703 14.1269C9.78824 14.1775 9.7207 14.2845 9.7207 14.4007C9.7207 14.517 9.78824 14.6239 9.89516 14.6727L12.0526 15.6686L13.0487 17.8253C13.0974 17.9323 13.2044 17.9998 13.3207 17.9998C13.437 17.9998 13.544 17.9323 13.5927 17.8253L14.5888 15.6686L16.7462 14.6727C16.8532 14.6239 16.9207 14.517 16.9207 14.4007C16.9207 14.2845 16.8532 14.1775 16.7462 14.1288L14.5888 13.1329L13.5927 10.9761L13.5946 10.9743Z', fill: `url(#${shineGradientId})` })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: gradientId, x1: '12.6001', y1: '6.48', x2: '1.08008', y2: '6.48', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: shineGradientId, x1: '9.7207', y1: '14.3998', x2: '16.9207', y2: '14.3998', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: clipPathId, children: (0, jsx_runtime_1.jsx)("rect", { width: '18', height: '18', fill: 'white' }) })] })] }));
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { useId } from "react";
3
+
4
+
5
+
6
+
7
+
8
+ const AiSpecialistSvg = ()=>{
9
+ const gradientId = useId().replaceAll(':', '');
10
+ const shineGradientId = useId().replaceAll(':', '');
11
+ const clipPathId = useId().replaceAll(':', '');
12
+ return(// biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
13
+ /*#__PURE__*/ jsxs("svg", {
14
+ width: "18",
15
+ height: "18",
16
+ viewBox: "0 0 18 18",
17
+ fill: "none",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ children: [
20
+ /*#__PURE__*/ jsxs("g", {
21
+ clipPath: `url(#${clipPathId})`,
22
+ children: [
23
+ /*#__PURE__*/ jsx("path", {
24
+ d: "M11.3375 5.16679C11.0855 2.9427 9.16719 1.21452 6.84008 1.21452C4.51294 1.21452 2.59465 2.9427 2.34265 5.16679C2.70008 4.96943 3.11151 4.8581 3.54865 4.8581H3.96008C4.64151 4.8581 5.19436 5.40211 5.19436 6.07263V8.50169C5.19436 9.17222 4.64151 9.71618 3.96008 9.71618H3.54865C3.09865 9.71618 2.67694 9.59731 2.31436 9.39233V9.92117C2.31436 10.9282 3.14494 11.7429 4.16579 11.7429H5.19436C5.19436 11.0724 5.74722 10.5284 6.42865 10.5284H7.25151C7.93294 10.5284 8.48578 11.0724 8.48578 11.7429C8.48578 12.4134 7.93294 12.9575 7.25151 12.9575C6.12008 12.9575 6.32579 12.9575 4.16837 12.96C2.46351 12.96 1.08008 11.6012 1.08008 9.92369V5.66778C1.08008 2.53786 3.65922 0 6.84008 0C10.021 0 12.6001 2.53786 12.6001 5.66778V7.28712C12.6001 8.62819 11.4944 9.71618 10.1315 9.71618H9.72008C9.03867 9.71618 8.48578 9.17222 8.48578 8.50169V6.07263C8.48578 5.40211 9.03867 4.8581 9.72008 4.8581H10.1315C10.5687 4.8581 10.9801 4.96943 11.3375 5.16679ZM3.54865 6.07263C2.86722 6.07263 2.31436 6.61663 2.31436 7.28712C2.31436 7.95766 2.86722 8.50169 3.54865 8.50169H3.96008V6.07263H3.54865ZM11.3658 7.28712C11.3658 6.61663 10.813 6.07263 10.1315 6.07263H9.72008V8.50169H10.1315C10.813 8.50169 11.3658 7.95766 11.3658 7.28712Z",
25
+ fill: `url(#${gradientId})`
26
+ }),
27
+ /*#__PURE__*/ jsx("path", {
28
+ d: "M13.5946 10.9743C13.5458 10.8673 13.4389 10.7998 13.3226 10.7998C13.2063 10.7998 13.0993 10.8673 13.0506 10.9743L12.0544 13.131L9.89703 14.1269C9.78824 14.1775 9.7207 14.2845 9.7207 14.4007C9.7207 14.517 9.78824 14.6239 9.89516 14.6727L12.0526 15.6686L13.0487 17.8253C13.0974 17.9323 13.2044 17.9998 13.3207 17.9998C13.437 17.9998 13.544 17.9323 13.5927 17.8253L14.5888 15.6686L16.7462 14.6727C16.8532 14.6239 16.9207 14.517 16.9207 14.4007C16.9207 14.2845 16.8532 14.1775 16.7462 14.1288L14.5888 13.1329L13.5927 10.9761L13.5946 10.9743Z",
29
+ fill: `url(#${shineGradientId})`
30
+ })
31
+ ]
32
+ }),
33
+ /*#__PURE__*/ jsxs("defs", {
34
+ children: [
35
+ /*#__PURE__*/ jsxs("linearGradient", {
36
+ id: gradientId,
37
+ x1: "12.6001",
38
+ y1: "6.48",
39
+ x2: "1.08008",
40
+ y2: "6.48",
41
+ gradientUnits: "userSpaceOnUse",
42
+ children: [
43
+ /*#__PURE__*/ jsx("stop", {
44
+ stopColor: "#6E49FF"
45
+ }),
46
+ /*#__PURE__*/ jsx("stop", {
47
+ offset: "1",
48
+ stopColor: "#CC3559"
49
+ })
50
+ ]
51
+ }),
52
+ /*#__PURE__*/ jsxs("linearGradient", {
53
+ id: shineGradientId,
54
+ x1: "9.7207",
55
+ y1: "14.3998",
56
+ x2: "16.9207",
57
+ y2: "14.3998",
58
+ gradientUnits: "userSpaceOnUse",
59
+ children: [
60
+ /*#__PURE__*/ jsx("stop", {
61
+ stopColor: "#6E49FF"
62
+ }),
63
+ /*#__PURE__*/ jsx("stop", {
64
+ offset: "1",
65
+ stopColor: "#CC3559"
66
+ })
67
+ ]
68
+ }),
69
+ /*#__PURE__*/ jsx("clipPath", {
70
+ id: clipPathId,
71
+ children: /*#__PURE__*/ jsx("rect", {
72
+ width: "18",
73
+ height: "18",
74
+ fill: "white"
75
+ })
76
+ })
77
+ ]
78
+ })
79
+ ]
80
+ }));
13
81
  };
14
- exports.AiSpecialistSvg = AiSpecialistSvg;
82
+
83
+ export { AiSpecialistSvg };
84
+
15
85
  //# sourceMappingURL=ai-specialist.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-specialist.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-specialist.tsx"],"names":[],"mappings":";;;;AAAA,iCAA6B;AAEtB,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAC9C,MAAM,eAAe,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IACnD,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAE9C,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,+BAAG,QAAQ,EAAE,QAAQ,UAAU,GAAG,aAChC,iCACE,CAAC,EAAC,4rCAA4rC,EAC9rC,IAAI,EAAE,QAAQ,UAAU,GAAG,GAC3B,EACF,iCACE,CAAC,EAAC,2hBAA2hB,EAC7hB,IAAI,EAAE,QAAQ,eAAe,GAAG,GAChC,IACA,EACJ,6CACE,4CACE,EAAE,EAAE,UAAU,EACd,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAE,eAAe,EACnB,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,qCAAU,EAAE,EAAE,UAAU,YACtB,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAA;AACH,CAAC,CAAA;AArDY,QAAA,eAAe,mBAqD3B"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/ai-specialist.js","sources":["../../../../../src/components/system-debug-trace/icons/ai-specialist.tsx"],"sourcesContent":["import { useId } from 'react'\n\nexport const AiSpecialistSvg = () => {\n const gradientId = useId().replaceAll(':', '')\n const shineGradientId = useId().replaceAll(':', '')\n const clipPathId = useId().replaceAll(':', '')\n\n return (\n // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon\n <svg\n width='18'\n height='18'\n viewBox='0 0 18 18'\n fill='none'\n xmlns='http://www.w3.org/2000/svg'\n >\n <g clipPath={`url(#${clipPathId})`}>\n <path\n d='M11.3375 5.16679C11.0855 2.9427 9.16719 1.21452 6.84008 1.21452C4.51294 1.21452 2.59465 2.9427 2.34265 5.16679C2.70008 4.96943 3.11151 4.8581 3.54865 4.8581H3.96008C4.64151 4.8581 5.19436 5.40211 5.19436 6.07263V8.50169C5.19436 9.17222 4.64151 9.71618 3.96008 9.71618H3.54865C3.09865 9.71618 2.67694 9.59731 2.31436 9.39233V9.92117C2.31436 10.9282 3.14494 11.7429 4.16579 11.7429H5.19436C5.19436 11.0724 5.74722 10.5284 6.42865 10.5284H7.25151C7.93294 10.5284 8.48578 11.0724 8.48578 11.7429C8.48578 12.4134 7.93294 12.9575 7.25151 12.9575C6.12008 12.9575 6.32579 12.9575 4.16837 12.96C2.46351 12.96 1.08008 11.6012 1.08008 9.92369V5.66778C1.08008 2.53786 3.65922 0 6.84008 0C10.021 0 12.6001 2.53786 12.6001 5.66778V7.28712C12.6001 8.62819 11.4944 9.71618 10.1315 9.71618H9.72008C9.03867 9.71618 8.48578 9.17222 8.48578 8.50169V6.07263C8.48578 5.40211 9.03867 4.8581 9.72008 4.8581H10.1315C10.5687 4.8581 10.9801 4.96943 11.3375 5.16679ZM3.54865 6.07263C2.86722 6.07263 2.31436 6.61663 2.31436 7.28712C2.31436 7.95766 2.86722 8.50169 3.54865 8.50169H3.96008V6.07263H3.54865ZM11.3658 7.28712C11.3658 6.61663 10.813 6.07263 10.1315 6.07263H9.72008V8.50169H10.1315C10.813 8.50169 11.3658 7.95766 11.3658 7.28712Z'\n fill={`url(#${gradientId})`}\n />\n <path\n d='M13.5946 10.9743C13.5458 10.8673 13.4389 10.7998 13.3226 10.7998C13.2063 10.7998 13.0993 10.8673 13.0506 10.9743L12.0544 13.131L9.89703 14.1269C9.78824 14.1775 9.7207 14.2845 9.7207 14.4007C9.7207 14.517 9.78824 14.6239 9.89516 14.6727L12.0526 15.6686L13.0487 17.8253C13.0974 17.9323 13.2044 17.9998 13.3207 17.9998C13.437 17.9998 13.544 17.9323 13.5927 17.8253L14.5888 15.6686L16.7462 14.6727C16.8532 14.6239 16.9207 14.517 16.9207 14.4007C16.9207 14.2845 16.8532 14.1775 16.7462 14.1288L14.5888 13.1329L13.5927 10.9761L13.5946 10.9743Z'\n fill={`url(#${shineGradientId})`}\n />\n </g>\n <defs>\n <linearGradient\n id={gradientId}\n x1='12.6001'\n y1='6.48'\n x2='1.08008'\n y2='6.48'\n gradientUnits='userSpaceOnUse'\n >\n <stop stopColor='#6E49FF' />\n <stop offset='1' stopColor='#CC3559' />\n </linearGradient>\n <linearGradient\n id={shineGradientId}\n x1='9.7207'\n y1='14.3998'\n x2='16.9207'\n y2='14.3998'\n gradientUnits='userSpaceOnUse'\n >\n <stop stopColor='#6E49FF' />\n <stop offset='1' stopColor='#CC3559' />\n </linearGradient>\n <clipPath id={clipPathId}>\n <rect width='18' height='18' fill='white' />\n </clipPath>\n </defs>\n </svg>\n )\n}\n"],"names":["useId","AiSpecialistSvg","gradientId","shineGradientId","clipPathId"],"mappings":";;;;;;AAA6B;AAEtB,MAAMC,eAAeA,GAAG;IAC7B,MAAMC,aAAaF,KAAKA,GAAG,UAAU,CAAC,KAAK;IAC3C,MAAMG,kBAAkBH,KAAKA,GAAG,UAAU,CAAC,KAAK;IAChD,MAAMI,aAAaJ,KAAKA,GAAG,UAAU,CAAC,KAAK;IAE3C,OACE,+DAA+D;kBAC/D,KAAC;QACC,OAAM;QACN,QAAO;QACP,SAAQ;QACR,MAAK;QACL,OAAM;;0BAEN,KAAC;gBAAE,UAAU,CAAC,KAAK,EAAEI,WAAW,CAAC,CAAC;;kCAChC,IAAC;wBACC,GAAE;wBACF,MAAM,CAAC,KAAK,EAAEF,WAAW,CAAC,CAAC;;kCAE7B,IAAC;wBACC,GAAE;wBACF,MAAM,CAAC,KAAK,EAAEC,gBAAgB,CAAC,CAAC;;;;0BAGpC,KAAC;;kCACC,KAAC;wBACC,IAAID;wBACJ,IAAG;wBACH,IAAG;wBACH,IAAG;wBACH,IAAG;wBACH,eAAc;;0CAEd,IAAC;gCAAK,WAAU;;0CAChB,IAAC;gCAAK,QAAO;gCAAI,WAAU;;;;kCAE7B,KAAC;wBACC,IAAIC;wBACJ,IAAG;wBACH,IAAG;wBACH,IAAG;wBACH,IAAG;wBACH,eAAc;;0CAEd,IAAC;gCAAK,WAAU;;0CAChB,IAAC;gCAAK,QAAO;gCAAI,WAAU;;;;kCAE7B,IAAC;wBAAS,IAAIC;kCACZ,kBAAC;4BAAK,OAAM;4BAAK,QAAO;4BAAK,MAAK;;;;;;;AAK5C,EAAC"}
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '../types';
1
+ import type { IconProps } from '../types.js';
2
2
  export declare const ArrowProgressSvg: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,23 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ArrowProgressSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const constants_1 = require("../../../constants");
6
- const ArrowProgressSvg = ({ color = constants_1.COLORS.N500 }) => {
7
- return (
8
- // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
9
- (0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 640 640', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M294.8 97.8C303.8 94.1 314.1 96.1 321 103L361 143C370.4 152.4 370.4 167.6 361 176.9L321 216.9C314.1 223.8 303.8 225.8 294.8 222.1C285.8 218.4 280 209.7 280 200L280 192L176 192C149.5 192 128 213.5 128 240C128 266.5 149.5 288 176 288L464 288C525.9 288 576 338.1 576 400C576 446.4 547.8 486.1 507.7 503.2C498.4 527.1 475.2 544 448 544C412.7 544 384 515.3 384 480C384 444.7 412.7 416 448 416C466.6 416 483.4 423.9 495 436.6C505.4 427.8 512 414.7 512 400C512 373.5 490.5 352 464 352L176 352C114.1 352 64 301.9 64 240C64 178.1 114.1 128 176 128L280 128L280 120C280 110.3 285.8 101.5 294.8 97.8zM480 96C515.3 96 544 124.7 544 160C544 195.3 515.3 224 480 224C444.7 224 416 195.3 416 160C416 124.7 444.7 96 480 96zM215.4 512C204.3 531.1 183.7 544 160 544C124.7 544 96 515.3 96 480C96 444.7 124.7 416 160 416C183.7 416 204.4 428.9 215.4 448L248 448L248 440C248 430.3 253.8 421.5 262.8 417.8C271.8 414.1 282.1 416.1 289 423L329 463C338.4 472.4 338.4 487.6 329 496.9L289 536.9C282.1 543.8 271.8 545.8 262.8 542.1C253.8 538.4 248 529.7 248 520L248 512L215.4 512z', fill: 'currentColor' }) }));
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { COLORS } from "../../../constants.js";
3
+
4
+
5
+
6
+
7
+
8
+ const ArrowProgressSvg = ({ color = COLORS.N500 })=>{
9
+ return(// biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
10
+ /*#__PURE__*/ jsx("svg", {
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ viewBox: "0 0 640 640",
13
+ fill: color,
14
+ children: /*#__PURE__*/ jsx("path", {
15
+ d: "M294.8 97.8C303.8 94.1 314.1 96.1 321 103L361 143C370.4 152.4 370.4 167.6 361 176.9L321 216.9C314.1 223.8 303.8 225.8 294.8 222.1C285.8 218.4 280 209.7 280 200L280 192L176 192C149.5 192 128 213.5 128 240C128 266.5 149.5 288 176 288L464 288C525.9 288 576 338.1 576 400C576 446.4 547.8 486.1 507.7 503.2C498.4 527.1 475.2 544 448 544C412.7 544 384 515.3 384 480C384 444.7 412.7 416 448 416C466.6 416 483.4 423.9 495 436.6C505.4 427.8 512 414.7 512 400C512 373.5 490.5 352 464 352L176 352C114.1 352 64 301.9 64 240C64 178.1 114.1 128 176 128L280 128L280 120C280 110.3 285.8 101.5 294.8 97.8zM480 96C515.3 96 544 124.7 544 160C544 195.3 515.3 224 480 224C444.7 224 416 195.3 416 160C416 124.7 444.7 96 480 96zM215.4 512C204.3 531.1 183.7 544 160 544C124.7 544 96 515.3 96 480C96 444.7 124.7 416 160 416C183.7 416 204.4 428.9 215.4 448L248 448L248 440C248 430.3 253.8 421.5 262.8 417.8C271.8 414.1 282.1 416.1 289 423L329 463C338.4 472.4 338.4 487.6 329 496.9L289 536.9C282.1 543.8 271.8 545.8 262.8 542.1C253.8 538.4 248 529.7 248 520L248 512L215.4 512z",
16
+ fill: "currentColor"
17
+ })
18
+ }));
10
19
  };
11
- exports.ArrowProgressSvg = ArrowProgressSvg;
20
+
21
+ export { ArrowProgressSvg };
22
+
12
23
  //# sourceMappingURL=arrow-progress.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"arrow-progress.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/arrow-progress.tsx"],"names":[],"mappings":";;;;AAAA,kDAA2C;AAGpC,MAAM,gBAAgB,GAAG,CAAC,EAAE,KAAK,GAAG,kBAAM,CAAC,IAAI,EAAa,EAAE,EAAE;IACrE,OAAO;IACL,+DAA+D;IAC/D,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAE,KAAK,YACvE,iCACE,CAAC,EAAC,2hCAA2hC,EAC7hC,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAA;AACH,CAAC,CAAA;AAVY,QAAA,gBAAgB,oBAU5B"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/arrow-progress.js","sources":["../../../../../src/components/system-debug-trace/icons/arrow-progress.tsx"],"sourcesContent":["import { COLORS } from '../../../constants'\nimport type { IconProps } from '../types'\n\nexport const ArrowProgressSvg = ({ color = COLORS.N500 }: IconProps) => {\n return (\n // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill={color}>\n <path\n d='M294.8 97.8C303.8 94.1 314.1 96.1 321 103L361 143C370.4 152.4 370.4 167.6 361 176.9L321 216.9C314.1 223.8 303.8 225.8 294.8 222.1C285.8 218.4 280 209.7 280 200L280 192L176 192C149.5 192 128 213.5 128 240C128 266.5 149.5 288 176 288L464 288C525.9 288 576 338.1 576 400C576 446.4 547.8 486.1 507.7 503.2C498.4 527.1 475.2 544 448 544C412.7 544 384 515.3 384 480C384 444.7 412.7 416 448 416C466.6 416 483.4 423.9 495 436.6C505.4 427.8 512 414.7 512 400C512 373.5 490.5 352 464 352L176 352C114.1 352 64 301.9 64 240C64 178.1 114.1 128 176 128L280 128L280 120C280 110.3 285.8 101.5 294.8 97.8zM480 96C515.3 96 544 124.7 544 160C544 195.3 515.3 224 480 224C444.7 224 416 195.3 416 160C416 124.7 444.7 96 480 96zM215.4 512C204.3 531.1 183.7 544 160 544C124.7 544 96 515.3 96 480C96 444.7 124.7 416 160 416C183.7 416 204.4 428.9 215.4 448L248 448L248 440C248 430.3 253.8 421.5 262.8 417.8C271.8 414.1 282.1 416.1 289 423L329 463C338.4 472.4 338.4 487.6 329 496.9L289 536.9C282.1 543.8 271.8 545.8 262.8 542.1C253.8 538.4 248 529.7 248 520L248 512L215.4 512z'\n fill='currentColor'\n />\n </svg>\n )\n}\n"],"names":["COLORS","ArrowProgressSvg","color"],"mappings":";;;;;;AAA2C;AAGpC,MAAMC,gBAAgBA,GAAG,CAAC,EAAEC,QAAQF,WAAW,EAAa;IACjE,OACE,+DAA+D;kBAC/D,IAAC;QAAI,OAAM;QAA6B,SAAQ;QAAc,MAAME;kBAClE,kBAAC;YACC,GAAE;YACF,MAAK;;;AAIb,EAAC"}
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '../types';
1
+ import type { IconProps } from '../types.js';
2
2
  export declare const BrainSvg: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,23 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BrainSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const constants_1 = require("../../../constants");
6
- const BrainSvg = ({ color = constants_1.COLORS.N500 }) => {
7
- return (
8
- // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
9
- (0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 640 640', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M184 120C184 89.1 209.1 64 240 64L264 64C281.7 64 296 78.3 296 96L296 544C296 561.7 281.7 576 264 576L232 576C202.2 576 177.1 555.6 170 528C169.3 528 168.7 528 168 528C123.8 528 88 492.2 88 448C88 430 94 413.4 104 400C84.6 385.4 72 362.2 72 336C72 305.1 89.6 278.2 115.2 264.9C108.1 252.9 104 238.9 104 224C104 179.8 139.8 144 184 144L184 120zM456 120L456 144C500.2 144 536 179.8 536 224C536 239 531.9 253 524.8 264.9C550.5 278.2 568 305 568 336C568 362.2 555.4 385.4 536 400C546 413.4 552 430 552 448C552 492.2 516.2 528 472 528C471.3 528 470.7 528 470 528C462.9 555.6 437.8 576 408 576L376 576C358.3 576 344 561.7 344 544L344 96C344 78.3 358.3 64 376 64L400 64C430.9 64 456 89.1 456 120z', fill: 'currentColor' }) }));
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { COLORS } from "../../../constants.js";
3
+
4
+
5
+
6
+
7
+
8
+ const BrainSvg = ({ color = COLORS.N500 })=>{
9
+ return(// biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
10
+ /*#__PURE__*/ jsx("svg", {
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ viewBox: "0 0 640 640",
13
+ fill: color,
14
+ children: /*#__PURE__*/ jsx("path", {
15
+ d: "M184 120C184 89.1 209.1 64 240 64L264 64C281.7 64 296 78.3 296 96L296 544C296 561.7 281.7 576 264 576L232 576C202.2 576 177.1 555.6 170 528C169.3 528 168.7 528 168 528C123.8 528 88 492.2 88 448C88 430 94 413.4 104 400C84.6 385.4 72 362.2 72 336C72 305.1 89.6 278.2 115.2 264.9C108.1 252.9 104 238.9 104 224C104 179.8 139.8 144 184 144L184 120zM456 120L456 144C500.2 144 536 179.8 536 224C536 239 531.9 253 524.8 264.9C550.5 278.2 568 305 568 336C568 362.2 555.4 385.4 536 400C546 413.4 552 430 552 448C552 492.2 516.2 528 472 528C471.3 528 470.7 528 470 528C462.9 555.6 437.8 576 408 576L376 576C358.3 576 344 561.7 344 544L344 96C344 78.3 358.3 64 376 64L400 64C430.9 64 456 89.1 456 120z",
16
+ fill: "currentColor"
17
+ })
18
+ }));
10
19
  };
11
- exports.BrainSvg = BrainSvg;
20
+
21
+ export { BrainSvg };
22
+
12
23
  //# sourceMappingURL=brain.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"brain.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/brain.tsx"],"names":[],"mappings":";;;;AAAA,kDAA2C;AAGpC,MAAM,QAAQ,GAAG,CAAC,EAAE,KAAK,GAAG,kBAAM,CAAC,IAAI,EAAa,EAAE,EAAE;IAC7D,OAAO;IACL,+DAA+D;IAC/D,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAE,KAAK,YACvE,iCACE,CAAC,EAAC,mrBAAmrB,EACrrB,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAA;AACH,CAAC,CAAA;AAVY,QAAA,QAAQ,YAUpB"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/brain.js","sources":["../../../../../src/components/system-debug-trace/icons/brain.tsx"],"sourcesContent":["import { COLORS } from '../../../constants'\nimport type { IconProps } from '../types'\n\nexport const BrainSvg = ({ color = COLORS.N500 }: IconProps) => {\n return (\n // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill={color}>\n <path\n d='M184 120C184 89.1 209.1 64 240 64L264 64C281.7 64 296 78.3 296 96L296 544C296 561.7 281.7 576 264 576L232 576C202.2 576 177.1 555.6 170 528C169.3 528 168.7 528 168 528C123.8 528 88 492.2 88 448C88 430 94 413.4 104 400C84.6 385.4 72 362.2 72 336C72 305.1 89.6 278.2 115.2 264.9C108.1 252.9 104 238.9 104 224C104 179.8 139.8 144 184 144L184 120zM456 120L456 144C500.2 144 536 179.8 536 224C536 239 531.9 253 524.8 264.9C550.5 278.2 568 305 568 336C568 362.2 555.4 385.4 536 400C546 413.4 552 430 552 448C552 492.2 516.2 528 472 528C471.3 528 470.7 528 470 528C462.9 555.6 437.8 576 408 576L376 576C358.3 576 344 561.7 344 544L344 96C344 78.3 358.3 64 376 64L400 64C430.9 64 456 89.1 456 120z'\n fill='currentColor'\n />\n </svg>\n )\n}\n"],"names":["COLORS","BrainSvg","color"],"mappings":";;;;;;AAA2C;AAGpC,MAAMC,QAAQA,GAAG,CAAC,EAAEC,QAAQF,WAAW,EAAa;IACzD,OACE,+DAA+D;kBAC/D,IAAC;QAAI,OAAM;QAA6B,SAAQ;QAAc,MAAME;kBAClE,kBAAC;YACC,GAAE;YACF,MAAK;;;AAIb,EAAC"}
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '../types';
1
+ import type { IconProps } from '../types.js';
2
2
  export declare const CaretDownSvg: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,23 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CaretDownSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const constants_1 = require("../../../constants");
6
- const CaretDownSvg = ({ color = constants_1.COLORS.N500 }) => {
7
- return (
8
- // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
9
- (0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 640 640', color: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z', fill: 'currentColor' }) }));
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { COLORS } from "../../../constants.js";
3
+
4
+
5
+
6
+
7
+
8
+ const CaretDownSvg = ({ color = COLORS.N500 })=>{
9
+ return(// biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
10
+ /*#__PURE__*/ jsx("svg", {
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ viewBox: "0 0 640 640",
13
+ color: color,
14
+ children: /*#__PURE__*/ jsx("path", {
15
+ d: "M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z",
16
+ fill: "currentColor"
17
+ })
18
+ }));
10
19
  };
11
- exports.CaretDownSvg = CaretDownSvg;
20
+
21
+ export { CaretDownSvg };
22
+
12
23
  //# sourceMappingURL=caret-down.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"caret-down.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/caret-down.tsx"],"names":[],"mappings":";;;;AAAA,kDAA2C;AAGpC,MAAM,YAAY,GAAG,CAAC,EAAE,KAAK,GAAG,kBAAM,CAAC,IAAI,EAAa,EAAE,EAAE;IACjE,OAAO;IACL,+DAA+D;IAC/D,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,YACxE,iCACE,CAAC,EAAC,mOAAmO,EACrO,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAA;AACH,CAAC,CAAA;AAVY,QAAA,YAAY,gBAUxB"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/caret-down.js","sources":["../../../../../src/components/system-debug-trace/icons/caret-down.tsx"],"sourcesContent":["import { COLORS } from '../../../constants'\nimport type { IconProps } from '../types'\n\nexport const CaretDownSvg = ({ color = COLORS.N500 }: IconProps) => {\n return (\n // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' color={color}>\n <path\n d='M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z'\n fill='currentColor'\n />\n </svg>\n )\n}\n"],"names":["COLORS","CaretDownSvg","color"],"mappings":";;;;;;AAA2C;AAGpC,MAAMC,YAAYA,GAAG,CAAC,EAAEC,QAAQF,WAAW,EAAa;IAC7D,OACE,+DAA+D;kBAC/D,IAAC;QAAI,OAAM;QAA6B,SAAQ;QAAc,OAAOE;kBACnE,kBAAC;YACC,GAAE;YACF,MAAK;;;AAIb,EAAC"}
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '../types';
1
+ import type { IconProps } from '../types.js';
2
2
  export declare const CaretUpSvg: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,23 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CaretUpSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const constants_1 = require("../../../constants");
6
- const CaretUpSvg = ({ color = constants_1.COLORS.N500 }) => {
7
- return (
8
- // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
9
- (0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 640 640', color: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M300.3 199.2C312.9 188.9 331.4 189.7 343.1 201.4L471.1 329.4C480.3 338.6 483 352.3 478 364.3C473 376.3 461.4 384 448.5 384L192.5 384C179.6 384 167.9 376.2 162.9 364.2C157.9 352.2 160.7 338.5 169.9 329.4L297.9 201.4L300.3 199.2z', fill: 'currentColor' }) }));
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { COLORS } from "../../../constants.js";
3
+
4
+
5
+
6
+
7
+
8
+ const CaretUpSvg = ({ color = COLORS.N500 })=>{
9
+ return(// biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
10
+ /*#__PURE__*/ jsx("svg", {
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ viewBox: "0 0 640 640",
13
+ color: color,
14
+ children: /*#__PURE__*/ jsx("path", {
15
+ d: "M300.3 199.2C312.9 188.9 331.4 189.7 343.1 201.4L471.1 329.4C480.3 338.6 483 352.3 478 364.3C473 376.3 461.4 384 448.5 384L192.5 384C179.6 384 167.9 376.2 162.9 364.2C157.9 352.2 160.7 338.5 169.9 329.4L297.9 201.4L300.3 199.2z",
16
+ fill: "currentColor"
17
+ })
18
+ }));
10
19
  };
11
- exports.CaretUpSvg = CaretUpSvg;
20
+
21
+ export { CaretUpSvg };
22
+
12
23
  //# sourceMappingURL=caret-up.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"caret-up.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/caret-up.tsx"],"names":[],"mappings":";;;;AAAA,kDAA2C;AAGpC,MAAM,UAAU,GAAG,CAAC,EAAE,KAAK,GAAG,kBAAM,CAAC,IAAI,EAAa,EAAE,EAAE;IAC/D,OAAO;IACL,+DAA+D;IAC/D,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,YACxE,iCACE,CAAC,EAAC,qOAAqO,EACvO,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAA;AACH,CAAC,CAAA;AAVY,QAAA,UAAU,cAUtB"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/caret-up.js","sources":["../../../../../src/components/system-debug-trace/icons/caret-up.tsx"],"sourcesContent":["import { COLORS } from '../../../constants'\nimport type { IconProps } from '../types'\n\nexport const CaretUpSvg = ({ color = COLORS.N500 }: IconProps) => {\n return (\n // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' color={color}>\n <path\n d='M300.3 199.2C312.9 188.9 331.4 189.7 343.1 201.4L471.1 329.4C480.3 338.6 483 352.3 478 364.3C473 376.3 461.4 384 448.5 384L192.5 384C179.6 384 167.9 376.2 162.9 364.2C157.9 352.2 160.7 338.5 169.9 329.4L297.9 201.4L300.3 199.2z'\n fill='currentColor'\n />\n </svg>\n )\n}\n"],"names":["COLORS","CaretUpSvg","color"],"mappings":";;;;;;AAA2C;AAGpC,MAAMC,UAAUA,GAAG,CAAC,EAAEC,QAAQF,WAAW,EAAa;IAC3D,OACE,+DAA+D;kBAC/D,IAAC;QAAI,OAAM;QAA6B,SAAQ;QAAc,OAAOE;kBACnE,kBAAC;YACC,GAAE;YACF,MAAK;;;AAIb,EAAC"}
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '../types';
1
+ import type { IconProps } from '../types.js';
2
2
  export declare const CircleCheckSvg: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,22 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CircleCheckSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- /** biome-ignore-all lint/a11y/noSvgWithoutTitle: This is a SVG icon */
6
- const constants_1 = require("../../../constants");
7
- const CircleCheckSvg = ({ color = constants_1.COLORS.N500 }) => {
8
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 640 640', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z', fill: 'currentColor' }) }));
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { COLORS } from "../../../constants.js";
3
+
4
+
5
+
6
+
7
+ /** biome-ignore-all lint/a11y/noSvgWithoutTitle: This is a SVG icon */
8
+ const CircleCheckSvg = ({ color = COLORS.N500 })=>{
9
+ return /*#__PURE__*/ jsx("svg", {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ viewBox: "0 0 640 640",
12
+ fill: color,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z",
15
+ fill: "currentColor"
16
+ })
17
+ });
9
18
  };
10
- exports.CircleCheckSvg = CircleCheckSvg;
19
+
20
+ export { CircleCheckSvg };
21
+
11
22
  //# sourceMappingURL=circle-check.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"circle-check.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/circle-check.tsx"],"names":[],"mappings":";;;;AAAA,uEAAuE;AACvE,kDAA2C;AAGpC,MAAM,cAAc,GAAG,CAAC,EAAE,KAAK,GAAG,kBAAM,CAAC,IAAI,EAAa,EAAE,EAAE;IACnE,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAE,KAAK,YACvE,iCACE,CAAC,EAAC,6fAA6f,EAC/f,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAA;AACH,CAAC,CAAA;AATY,QAAA,cAAc,kBAS1B"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/circle-check.js","sources":["../../../../../src/components/system-debug-trace/icons/circle-check.tsx"],"sourcesContent":["/** biome-ignore-all lint/a11y/noSvgWithoutTitle: This is a SVG icon */\nimport { COLORS } from '../../../constants'\nimport type { IconProps } from '../types'\n\nexport const CircleCheckSvg = ({ color = COLORS.N500 }: IconProps) => {\n return (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill={color}>\n <path\n d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z'\n fill='currentColor'\n />\n </svg>\n )\n}\n"],"names":["COLORS","CircleCheckSvg","color"],"mappings":";;;;;;AAAA,qEAAqE,GAC1B;AAGpC,MAAMC,cAAcA,GAAG,CAAC,EAAEC,QAAQF,WAAW,EAAa;IAC/D,qBACE,IAAC;QAAI,OAAM;QAA6B,SAAQ;QAAc,MAAME;kBAClE,kBAAC;YACC,GAAE;YACF,MAAK;;;AAIb,EAAC"}
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '../types';
1
+ import type { IconProps } from '../types.js';
2
2
  export declare const CodeSvg: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,22 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- /** biome-ignore-all lint/a11y/noSvgWithoutTitle: This is a SVG icon */
6
- const constants_1 = require("../../../constants");
7
- const CodeSvg = ({ color = constants_1.COLORS.N500 }) => {
8
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 640 640', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M392.8 65.2C375.8 60.3 358.1 70.2 353.2 87.2L225.2 535.2C220.3 552.2 230.2 569.9 247.2 574.8C264.2 579.7 281.9 569.8 286.8 552.8L414.8 104.8C419.7 87.8 409.8 70.1 392.8 65.2zM457.4 201.3C444.9 213.8 444.9 234.1 457.4 246.6L530.8 320L457.4 393.4C444.9 405.9 444.9 426.2 457.4 438.7C469.9 451.2 490.2 451.2 502.7 438.7L598.7 342.7C611.2 330.2 611.2 309.9 598.7 297.4L502.7 201.4C490.2 188.9 469.9 188.9 457.4 201.4zM182.7 201.3C170.2 188.8 149.9 188.8 137.4 201.3L41.4 297.3C28.9 309.8 28.9 330.1 41.4 342.6L137.4 438.6C149.9 451.1 170.2 451.1 182.7 438.6C195.2 426.1 195.2 405.8 182.7 393.3L109.3 320L182.6 246.6C195.1 234.1 195.1 213.8 182.6 201.3z', fill: 'currentColor' }) }));
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { COLORS } from "../../../constants.js";
3
+
4
+
5
+
6
+
7
+ /** biome-ignore-all lint/a11y/noSvgWithoutTitle: This is a SVG icon */
8
+ const CodeSvg = ({ color = COLORS.N500 })=>{
9
+ return /*#__PURE__*/ jsx("svg", {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ viewBox: "0 0 640 640",
12
+ fill: color,
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M392.8 65.2C375.8 60.3 358.1 70.2 353.2 87.2L225.2 535.2C220.3 552.2 230.2 569.9 247.2 574.8C264.2 579.7 281.9 569.8 286.8 552.8L414.8 104.8C419.7 87.8 409.8 70.1 392.8 65.2zM457.4 201.3C444.9 213.8 444.9 234.1 457.4 246.6L530.8 320L457.4 393.4C444.9 405.9 444.9 426.2 457.4 438.7C469.9 451.2 490.2 451.2 502.7 438.7L598.7 342.7C611.2 330.2 611.2 309.9 598.7 297.4L502.7 201.4C490.2 188.9 469.9 188.9 457.4 201.4zM182.7 201.3C170.2 188.8 149.9 188.8 137.4 201.3L41.4 297.3C28.9 309.8 28.9 330.1 41.4 342.6L137.4 438.6C149.9 451.1 170.2 451.1 182.7 438.6C195.2 426.1 195.2 405.8 182.7 393.3L109.3 320L182.6 246.6C195.1 234.1 195.1 213.8 182.6 201.3z",
15
+ fill: "currentColor"
16
+ })
17
+ });
9
18
  };
10
- exports.CodeSvg = CodeSvg;
19
+
20
+ export { CodeSvg };
21
+
11
22
  //# sourceMappingURL=code.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"code.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/code.tsx"],"names":[],"mappings":";;;;AAAA,uEAAuE;AACvE,kDAA2C;AAGpC,MAAM,OAAO,GAAG,CAAC,EAAE,KAAK,GAAG,kBAAM,CAAC,IAAI,EAAa,EAAE,EAAE;IAC5D,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAE,KAAK,YACvE,iCACE,CAAC,EAAC,0oBAA0oB,EAC5oB,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAA;AACH,CAAC,CAAA;AATY,QAAA,OAAO,WASnB"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/code.js","sources":["../../../../../src/components/system-debug-trace/icons/code.tsx"],"sourcesContent":["/** biome-ignore-all lint/a11y/noSvgWithoutTitle: This is a SVG icon */\nimport { COLORS } from '../../../constants'\nimport type { IconProps } from '../types'\n\nexport const CodeSvg = ({ color = COLORS.N500 }: IconProps) => {\n return (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill={color}>\n <path\n d='M392.8 65.2C375.8 60.3 358.1 70.2 353.2 87.2L225.2 535.2C220.3 552.2 230.2 569.9 247.2 574.8C264.2 579.7 281.9 569.8 286.8 552.8L414.8 104.8C419.7 87.8 409.8 70.1 392.8 65.2zM457.4 201.3C444.9 213.8 444.9 234.1 457.4 246.6L530.8 320L457.4 393.4C444.9 405.9 444.9 426.2 457.4 438.7C469.9 451.2 490.2 451.2 502.7 438.7L598.7 342.7C611.2 330.2 611.2 309.9 598.7 297.4L502.7 201.4C490.2 188.9 469.9 188.9 457.4 201.4zM182.7 201.3C170.2 188.8 149.9 188.8 137.4 201.3L41.4 297.3C28.9 309.8 28.9 330.1 41.4 342.6L137.4 438.6C149.9 451.1 170.2 451.1 182.7 438.6C195.2 426.1 195.2 405.8 182.7 393.3L109.3 320L182.6 246.6C195.1 234.1 195.1 213.8 182.6 201.3z'\n fill='currentColor'\n />\n </svg>\n )\n}\n"],"names":["COLORS","CodeSvg","color"],"mappings":";;;;;;AAAA,qEAAqE,GAC1B;AAGpC,MAAMC,OAAOA,GAAG,CAAC,EAAEC,QAAQF,WAAW,EAAa;IACxD,qBACE,IAAC;QAAI,OAAM;QAA6B,SAAQ;QAAc,MAAME;kBAClE,kBAAC;YACC,GAAE;YACF,MAAK;;;AAIb,EAAC"}
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '../types';
1
+ import type { IconProps } from '../types.js';
2
2
  export declare const FilePdfSvg: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,23 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FilePdfSvg = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const constants_1 = require("../../../constants");
6
- const FilePdfSvg = ({ color = constants_1.COLORS.N500 }) => {
7
- return (
8
- // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
9
- (0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 640 640', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M128 64C92.7 64 64 92.7 64 128L64 512C64 547.3 92.7 576 128 576L208 576L208 464C208 428.7 236.7 400 272 400L448 400L448 234.5C448 217.5 441.3 201.2 429.3 189.2L322.7 82.7C310.7 70.7 294.5 64 277.5 64L128 64zM389.5 240L296 240C282.7 240 272 229.3 272 216L272 122.5L389.5 240zM272 444C261 444 252 453 252 464L252 592C252 603 261 612 272 612C283 612 292 603 292 592L292 564L304 564C337.1 564 364 537.1 364 504C364 470.9 337.1 444 304 444L272 444zM304 524L292 524L292 484L304 484C315 484 324 493 324 504C324 515 315 524 304 524zM400 444C389 444 380 453 380 464L380 592C380 603 389 612 400 612L432 612C460.7 612 484 588.7 484 560L484 496C484 467.3 460.7 444 432 444L400 444zM420 572L420 484L432 484C438.6 484 444 489.4 444 496L444 560C444 566.6 438.6 572 432 572L420 572zM508 464L508 592C508 603 517 612 528 612C539 612 548 603 548 592L548 548L576 548C587 548 596 539 596 528C596 517 587 508 576 508L548 508L548 484L576 484C587 484 596 475 596 464C596 453 587 444 576 444L528 444C517 444 508 453 508 464z', fill: 'currentColor' }) }));
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { COLORS } from "../../../constants.js";
3
+
4
+
5
+
6
+
7
+
8
+ const FilePdfSvg = ({ color = COLORS.N500 })=>{
9
+ return(// biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
10
+ /*#__PURE__*/ jsx("svg", {
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ viewBox: "0 0 640 640",
13
+ fill: color,
14
+ children: /*#__PURE__*/ jsx("path", {
15
+ d: "M128 64C92.7 64 64 92.7 64 128L64 512C64 547.3 92.7 576 128 576L208 576L208 464C208 428.7 236.7 400 272 400L448 400L448 234.5C448 217.5 441.3 201.2 429.3 189.2L322.7 82.7C310.7 70.7 294.5 64 277.5 64L128 64zM389.5 240L296 240C282.7 240 272 229.3 272 216L272 122.5L389.5 240zM272 444C261 444 252 453 252 464L252 592C252 603 261 612 272 612C283 612 292 603 292 592L292 564L304 564C337.1 564 364 537.1 364 504C364 470.9 337.1 444 304 444L272 444zM304 524L292 524L292 484L304 484C315 484 324 493 324 504C324 515 315 524 304 524zM400 444C389 444 380 453 380 464L380 592C380 603 389 612 400 612L432 612C460.7 612 484 588.7 484 560L484 496C484 467.3 460.7 444 432 444L400 444zM420 572L420 484L432 484C438.6 484 444 489.4 444 496L444 560C444 566.6 438.6 572 432 572L420 572zM508 464L508 592C508 603 517 612 528 612C539 612 548 603 548 592L548 548L576 548C587 548 596 539 596 528C596 517 587 508 576 508L548 508L548 484L576 484C587 484 596 475 596 464C596 453 587 444 576 444L528 444C517 444 508 453 508 464z",
16
+ fill: "currentColor"
17
+ })
18
+ }));
10
19
  };
11
- exports.FilePdfSvg = FilePdfSvg;
20
+
21
+ export { FilePdfSvg };
22
+
12
23
  //# sourceMappingURL=file-pdf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"file-pdf.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/file-pdf.tsx"],"names":[],"mappings":";;;;AAAA,kDAA2C;AAGpC,MAAM,UAAU,GAAG,CAAC,EAAE,KAAK,GAAG,kBAAM,CAAC,IAAI,EAAa,EAAE,EAAE;IAC/D,OAAO;IACL,+DAA+D;IAC/D,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAE,KAAK,YACvE,iCACE,CAAC,EAAC,y+BAAy+B,EAC3+B,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAA;AACH,CAAC,CAAA;AAVY,QAAA,UAAU,cAUtB"}
1
+ {"version":3,"file":"components/system-debug-trace/icons/file-pdf.js","sources":["../../../../../src/components/system-debug-trace/icons/file-pdf.tsx"],"sourcesContent":["import { COLORS } from '../../../constants'\nimport type { IconProps } from '../types'\n\nexport const FilePdfSvg = ({ color = COLORS.N500 }: IconProps) => {\n return (\n // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill={color}>\n <path\n d='M128 64C92.7 64 64 92.7 64 128L64 512C64 547.3 92.7 576 128 576L208 576L208 464C208 428.7 236.7 400 272 400L448 400L448 234.5C448 217.5 441.3 201.2 429.3 189.2L322.7 82.7C310.7 70.7 294.5 64 277.5 64L128 64zM389.5 240L296 240C282.7 240 272 229.3 272 216L272 122.5L389.5 240zM272 444C261 444 252 453 252 464L252 592C252 603 261 612 272 612C283 612 292 603 292 592L292 564L304 564C337.1 564 364 537.1 364 504C364 470.9 337.1 444 304 444L272 444zM304 524L292 524L292 484L304 484C315 484 324 493 324 504C324 515 315 524 304 524zM400 444C389 444 380 453 380 464L380 592C380 603 389 612 400 612L432 612C460.7 612 484 588.7 484 560L484 496C484 467.3 460.7 444 432 444L400 444zM420 572L420 484L432 484C438.6 484 444 489.4 444 496L444 560C444 566.6 438.6 572 432 572L420 572zM508 464L508 592C508 603 517 612 528 612C539 612 548 603 548 592L548 548L576 548C587 548 596 539 596 528C596 517 587 508 576 508L548 508L548 484L576 484C587 484 596 475 596 464C596 453 587 444 576 444L528 444C517 444 508 453 508 464z'\n fill='currentColor'\n />\n </svg>\n )\n}\n"],"names":["COLORS","FilePdfSvg","color"],"mappings":";;;;;;AAA2C;AAGpC,MAAMC,UAAUA,GAAG,CAAC,EAAEC,QAAQF,WAAW,EAAa;IAC3D,OACE,+DAA+D;kBAC/D,IAAC;QAAI,OAAM;QAA6B,SAAQ;QAAc,MAAME;kBAClE,kBAAC;YACC,GAAE;YACF,MAAK;;;AAIb,EAAC"}