@watermarkinsights/ripple 5.15.1 → 5.16.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/dist/cjs/{app-globals-1db2f006.js → app-globals-f56991b7.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/priv-calendar.cjs.entry.js +1 -1
  4. package/dist/cjs/priv-chart-popover.cjs.entry.js +1 -1
  5. package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
  6. package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
  7. package/dist/cjs/priv-option-list.cjs.entry.js +1 -1
  8. package/dist/cjs/ripple.cjs.js +1 -1
  9. package/dist/cjs/wm-action-menu_2.cjs.entry.js +2 -2
  10. package/dist/cjs/wm-button.cjs.entry.js +1 -1
  11. package/dist/cjs/wm-chart.cjs.entry.js +1 -1
  12. package/dist/cjs/wm-date-range.cjs.entry.js +1 -1
  13. package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
  14. package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
  15. package/dist/cjs/wm-file.cjs.entry.js +1 -1
  16. package/dist/cjs/wm-flyout.cjs.entry.js +1 -1
  17. package/dist/cjs/wm-input.cjs.entry.js +1 -1
  18. package/dist/cjs/wm-line-chart.cjs.entry.js +1 -1
  19. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +3 -3
  20. package/dist/cjs/wm-modal_3.cjs.entry.js +3 -3
  21. package/dist/cjs/wm-navigation_3.cjs.entry.js +3 -3
  22. package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
  23. package/dist/cjs/wm-nested-select.cjs.entry.js +1 -1
  24. package/dist/cjs/wm-optgroup.cjs.entry.js +1 -1
  25. package/dist/cjs/wm-option_2.cjs.entry.js +2 -2
  26. package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
  27. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
  28. package/dist/cjs/wm-search.cjs.entry.js +1 -1
  29. package/dist/cjs/wm-snackbar.cjs.entry.js +1 -1
  30. package/dist/cjs/wm-tab-item_3.cjs.entry.js +3 -3
  31. package/dist/cjs/wm-tag-input.cjs.entry.js +61 -6
  32. package/dist/cjs/wm-textarea.cjs.entry.js +1 -1
  33. package/dist/cjs/wm-timepicker.cjs.entry.js +1 -1
  34. package/dist/cjs/wm-toggletip.cjs.entry.js +1 -1
  35. package/dist/cjs/wm-uploader.cjs.entry.js +1 -1
  36. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +13 -0
  37. package/dist/collection/components/charts/wm-chart/wm-chart.css +13 -0
  38. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +13 -0
  39. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +13 -0
  40. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +13 -0
  41. package/dist/collection/components/datepickers/datepicker.css +13 -0
  42. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +13 -0
  43. package/dist/collection/components/selects/priv-option-list/priv-option-list.css +13 -0
  44. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +13 -0
  45. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +13 -0
  46. package/dist/collection/components/selects/wm-option/wm-option.css +13 -0
  47. package/dist/collection/components/selects/wm-select/wm-select.css +13 -0
  48. package/dist/collection/components/wm-action-menu/wm-action-menu.css +13 -0
  49. package/dist/collection/components/wm-button/wm-button.css +13 -0
  50. package/dist/collection/components/wm-file/wm-file.css +13 -0
  51. package/dist/collection/components/wm-file-list/wm-file-list.css +13 -0
  52. package/dist/collection/components/wm-flyout/wm-flyout.css +13 -0
  53. package/dist/collection/components/wm-input/wm-input.css +13 -0
  54. package/dist/collection/components/wm-menuitem/wm-menuitem.css +13 -0
  55. package/dist/collection/components/wm-modal/wm-modal-footer.css +13 -0
  56. package/dist/collection/components/wm-modal/wm-modal-header.css +13 -0
  57. package/dist/collection/components/wm-modal/wm-modal.css +13 -0
  58. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +13 -0
  59. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +13 -0
  60. package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +13 -0
  61. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +13 -0
  62. package/dist/collection/components/wm-navigation/wm-navigation-item.css +13 -0
  63. package/dist/collection/components/wm-navigation/wm-navigation.css +13 -0
  64. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +13 -0
  65. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +13 -0
  66. package/dist/collection/components/wm-navigator/wm-navigator.css +13 -0
  67. package/dist/collection/components/wm-pagination/wm-pagination.css +13 -0
  68. package/dist/collection/components/wm-search/wm-search.css +13 -0
  69. package/dist/collection/components/wm-snackbar/wm-snackbar.css +13 -0
  70. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +13 -0
  71. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +13 -0
  72. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +13 -0
  73. package/dist/collection/components/wm-tag-input/wm-tag-input.css +16 -0
  74. package/dist/collection/components/wm-tag-input/wm-tag-input.js +60 -5
  75. package/dist/collection/components/wm-textarea/wm-textarea.css +13 -0
  76. package/dist/collection/components/wm-timepicker/wm-timepicker.css +13 -0
  77. package/dist/collection/components/wm-toggletip/wm-toggletip.css +13 -0
  78. package/dist/collection/components/wm-uploader/wm-uploader.css +13 -0
  79. package/dist/esm/{app-globals-87359eb3.js → app-globals-cc7a1bd5.js} +1 -1
  80. package/dist/esm/loader.js +1 -1
  81. package/dist/esm/priv-calendar.entry.js +1 -1
  82. package/dist/esm/priv-chart-popover.entry.js +1 -1
  83. package/dist/esm/priv-navigator-button.entry.js +1 -1
  84. package/dist/esm/priv-navigator-item.entry.js +1 -1
  85. package/dist/esm/priv-option-list.entry.js +1 -1
  86. package/dist/esm/ripple.js +1 -1
  87. package/dist/esm/wm-action-menu_2.entry.js +2 -2
  88. package/dist/esm/wm-button.entry.js +1 -1
  89. package/dist/esm/wm-chart.entry.js +1 -1
  90. package/dist/esm/wm-date-range.entry.js +1 -1
  91. package/dist/esm/wm-datepicker.entry.js +1 -1
  92. package/dist/esm/wm-file-list.entry.js +1 -1
  93. package/dist/esm/wm-file.entry.js +1 -1
  94. package/dist/esm/wm-flyout.entry.js +1 -1
  95. package/dist/esm/wm-input.entry.js +1 -1
  96. package/dist/esm/wm-line-chart.entry.js +1 -1
  97. package/dist/esm/wm-modal-pss_3.entry.js +3 -3
  98. package/dist/esm/wm-modal_3.entry.js +3 -3
  99. package/dist/esm/wm-navigation_3.entry.js +3 -3
  100. package/dist/esm/wm-navigator.entry.js +1 -1
  101. package/dist/esm/wm-nested-select.entry.js +1 -1
  102. package/dist/esm/wm-optgroup.entry.js +1 -1
  103. package/dist/esm/wm-option_2.entry.js +2 -2
  104. package/dist/esm/wm-pagination.entry.js +1 -1
  105. package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
  106. package/dist/esm/wm-search.entry.js +1 -1
  107. package/dist/esm/wm-snackbar.entry.js +1 -1
  108. package/dist/esm/wm-tab-item_3.entry.js +3 -3
  109. package/dist/esm/wm-tag-input.entry.js +61 -6
  110. package/dist/esm/wm-textarea.entry.js +1 -1
  111. package/dist/esm/wm-timepicker.entry.js +1 -1
  112. package/dist/esm/wm-toggletip.entry.js +1 -1
  113. package/dist/esm/wm-uploader.entry.js +1 -1
  114. package/dist/esm-es5/app-globals-cc7a1bd5.js +1 -0
  115. package/dist/esm-es5/loader.js +1 -1
  116. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  117. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  118. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  119. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  120. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  121. package/dist/esm-es5/ripple.js +1 -1
  122. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  123. package/dist/esm-es5/wm-button.entry.js +1 -1
  124. package/dist/esm-es5/wm-chart.entry.js +1 -1
  125. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  126. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  127. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  128. package/dist/esm-es5/wm-file.entry.js +1 -1
  129. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  130. package/dist/esm-es5/wm-input.entry.js +1 -1
  131. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  132. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  133. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  134. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  135. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  136. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  137. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  138. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  139. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  140. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  141. package/dist/esm-es5/wm-search.entry.js +1 -1
  142. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  143. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  144. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  145. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  146. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  147. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  148. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  149. package/dist/ripple/p-0189929d.entry.js +1 -0
  150. package/dist/ripple/{p-d9c019dd.system.entry.js → p-091fbc50.system.entry.js} +1 -1
  151. package/dist/ripple/p-0bb576c5.system.entry.js +1 -0
  152. package/dist/ripple/p-0c89b82c.entry.js +1 -0
  153. package/dist/ripple/p-12ac8f93.js +1 -0
  154. package/dist/ripple/{p-8ad917d6.system.entry.js → p-12d6ab73.system.entry.js} +1 -1
  155. package/dist/ripple/p-144ce232.entry.js +1 -0
  156. package/dist/ripple/p-1497ccfc.entry.js +1 -0
  157. package/dist/ripple/{p-5a5b2d59.entry.js → p-1955c66a.system.entry.js} +1 -1
  158. package/dist/ripple/{p-1fe343d5.entry.js → p-22b55b6f.entry.js} +1 -1
  159. package/dist/ripple/{p-0830cddd.entry.js → p-257d2d5c.entry.js} +1 -1
  160. package/dist/ripple/p-2823d02b.system.entry.js +1 -0
  161. package/dist/ripple/p-2f7ca1a7.system.entry.js +1 -0
  162. package/dist/ripple/p-30201dc9.entry.js +1 -0
  163. package/dist/ripple/{p-f8ef4fb3.entry.js → p-30236be3.system.entry.js} +1 -1
  164. package/dist/ripple/p-36d2b888.entry.js +1 -0
  165. package/dist/ripple/p-36fd8aed.system.entry.js +1 -0
  166. package/dist/ripple/p-492aa9fe.system.entry.js +1 -0
  167. package/dist/ripple/p-4a29bb8c.entry.js +1 -0
  168. package/dist/ripple/p-4c2a044d.system.entry.js +1 -0
  169. package/dist/ripple/p-4cebf2d7.entry.js +1 -0
  170. package/dist/ripple/p-4e6b0a6e.system.entry.js +1 -0
  171. package/dist/ripple/p-4fb4deb9.entry.js +1 -0
  172. package/dist/ripple/p-56d54fe6.system.entry.js +1 -0
  173. package/dist/ripple/p-57c25b63.entry.js +1 -0
  174. package/dist/ripple/p-59591401.entry.js +1 -0
  175. package/dist/ripple/p-5cff41e0.entry.js +1 -0
  176. package/dist/ripple/{p-20fc8f4c.entry.js → p-5ef786db.system.entry.js} +1 -1
  177. package/dist/ripple/p-61f9987d.system.entry.js +1 -0
  178. package/dist/ripple/{p-c646d8a4.entry.js → p-6a03a172.entry.js} +1 -1
  179. package/dist/ripple/p-6a082957.entry.js +1 -0
  180. package/dist/ripple/{p-05f3cecb.entry.js → p-6abc1227.entry.js} +1 -1
  181. package/dist/ripple/p-6d12cfb7.system.entry.js +1 -0
  182. package/dist/ripple/p-72ed488e.system.entry.js +1 -0
  183. package/dist/ripple/{p-364ad233.system.entry.js → p-74f103dd.entry.js} +1 -1
  184. package/dist/ripple/{p-37336393.system.entry.js → p-81ce2697.entry.js} +1 -1
  185. package/dist/ripple/{p-2e99436b.system.entry.js → p-89479d02.system.entry.js} +1 -1
  186. package/dist/ripple/p-8a569d3b.entry.js +1 -0
  187. package/dist/ripple/p-8ec2e944.system.entry.js +1 -0
  188. package/dist/ripple/{p-3e6c0207.entry.js → p-8f987f71.entry.js} +1 -1
  189. package/dist/ripple/p-92a50b38.system.entry.js +1 -0
  190. package/dist/ripple/p-92cb12d3.entry.js +1 -0
  191. package/dist/ripple/p-9328023c.entry.js +1 -0
  192. package/dist/ripple/{p-5ae30ac7.system.entry.js → p-94f776eb.entry.js} +1 -1
  193. package/dist/ripple/p-97ffaa7d.entry.js +1 -0
  194. package/dist/ripple/p-9b2281e2.system.entry.js +1 -0
  195. package/dist/ripple/p-a5fb4171.system.entry.js +1 -0
  196. package/dist/ripple/p-b01f9572.system.entry.js +1 -0
  197. package/dist/ripple/p-b23c6351.system.entry.js +1 -0
  198. package/dist/ripple/p-b34552b0.system.entry.js +1 -0
  199. package/dist/ripple/p-b39ab477.entry.js +1 -0
  200. package/dist/ripple/p-bb9f6920.entry.js +1 -0
  201. package/dist/ripple/{p-96a8da4a.system.entry.js → p-bc4976e6.entry.js} +1 -1
  202. package/dist/ripple/p-bd48c50a.entry.js +1 -0
  203. package/dist/ripple/{p-5fdea4e6.system.js → p-c1aa877a.system.js} +1 -1
  204. package/dist/ripple/p-c31e1379.entry.js +1 -0
  205. package/dist/ripple/p-c4896784.system.entry.js +1 -0
  206. package/dist/ripple/{p-96753d47.system.entry.js → p-c53f5914.entry.js} +1 -1
  207. package/dist/ripple/p-c699aec8.system.entry.js +1 -0
  208. package/dist/ripple/p-c7d71181.system.entry.js +1 -0
  209. package/dist/ripple/p-ceac4dea.system.entry.js +1 -0
  210. package/dist/ripple/p-e59a48a6.system.js +1 -0
  211. package/dist/ripple/p-f3df715f.entry.js +1 -0
  212. package/dist/ripple/p-f8995a5e.system.entry.js +1 -0
  213. package/dist/ripple/p-f9fa1506.system.entry.js +1 -0
  214. package/dist/ripple/{p-1f8dfb77.system.entry.js → p-fe71ec64.system.entry.js} +1 -1
  215. package/dist/ripple/p-fe93b6b9.system.entry.js +1 -0
  216. package/dist/ripple/ripple.esm.js +1 -1
  217. package/dist/ripple/ripple.js +1 -1
  218. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +2 -0
  219. package/package.json +2 -2
  220. package/dist/esm-es5/app-globals-87359eb3.js +0 -1
  221. package/dist/ripple/p-02c8e3ed.entry.js +0 -1
  222. package/dist/ripple/p-07c9e8b6.js +0 -1
  223. package/dist/ripple/p-07d8e479.entry.js +0 -1
  224. package/dist/ripple/p-0b5bfa16.entry.js +0 -1
  225. package/dist/ripple/p-160fda33.entry.js +0 -1
  226. package/dist/ripple/p-16926b84.entry.js +0 -1
  227. package/dist/ripple/p-1ba2fb24.entry.js +0 -1
  228. package/dist/ripple/p-1e0e334f.entry.js +0 -1
  229. package/dist/ripple/p-269f8445.entry.js +0 -1
  230. package/dist/ripple/p-26c3d8d2.entry.js +0 -1
  231. package/dist/ripple/p-2a9146b4.entry.js +0 -1
  232. package/dist/ripple/p-2f4bf069.system.entry.js +0 -1
  233. package/dist/ripple/p-393ffdac.system.entry.js +0 -1
  234. package/dist/ripple/p-3f85b8f4.entry.js +0 -1
  235. package/dist/ripple/p-4410b59a.entry.js +0 -1
  236. package/dist/ripple/p-4d10bc9b.entry.js +0 -1
  237. package/dist/ripple/p-552859db.system.entry.js +0 -1
  238. package/dist/ripple/p-56bc17c1.entry.js +0 -1
  239. package/dist/ripple/p-571ba04c.system.entry.js +0 -1
  240. package/dist/ripple/p-5dc1810a.system.entry.js +0 -1
  241. package/dist/ripple/p-5e0126ff.system.js +0 -1
  242. package/dist/ripple/p-605441b4.system.entry.js +0 -1
  243. package/dist/ripple/p-610d0e09.system.entry.js +0 -1
  244. package/dist/ripple/p-61cca0ff.system.entry.js +0 -1
  245. package/dist/ripple/p-63abbde7.entry.js +0 -1
  246. package/dist/ripple/p-6932515a.system.entry.js +0 -1
  247. package/dist/ripple/p-693a52ab.entry.js +0 -1
  248. package/dist/ripple/p-6ab35628.system.entry.js +0 -1
  249. package/dist/ripple/p-7a36cfec.entry.js +0 -1
  250. package/dist/ripple/p-8e820303.system.entry.js +0 -1
  251. package/dist/ripple/p-976664cf.system.entry.js +0 -1
  252. package/dist/ripple/p-9cf2f18e.system.entry.js +0 -1
  253. package/dist/ripple/p-9f39ddc3.entry.js +0 -1
  254. package/dist/ripple/p-a05c2a02.entry.js +0 -1
  255. package/dist/ripple/p-afcc7cdb.system.entry.js +0 -1
  256. package/dist/ripple/p-b4804a9b.system.entry.js +0 -1
  257. package/dist/ripple/p-c1fc6def.entry.js +0 -1
  258. package/dist/ripple/p-c7ea9124.system.entry.js +0 -1
  259. package/dist/ripple/p-cadbb7ce.system.entry.js +0 -1
  260. package/dist/ripple/p-cbfeebcc.system.entry.js +0 -1
  261. package/dist/ripple/p-cd059f8a.system.entry.js +0 -1
  262. package/dist/ripple/p-cd3ab20f.system.entry.js +0 -1
  263. package/dist/ripple/p-da52d8ba.entry.js +0 -1
  264. package/dist/ripple/p-dea44ca1.entry.js +0 -1
  265. package/dist/ripple/p-e1331899.entry.js +0 -1
  266. package/dist/ripple/p-e177b02a.entry.js +0 -1
  267. package/dist/ripple/p-e39839c8.system.entry.js +0 -1
  268. package/dist/ripple/p-eb92950a.system.entry.js +0 -1
  269. package/dist/ripple/p-f1ce688c.system.entry.js +0 -1
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -1216,6 +1229,9 @@
1216
1229
  overflow: auto;
1217
1230
  margin-block-start: 1.5rem;
1218
1231
  }
1232
+ :host .table-wrapper:focus {
1233
+ outline: none;
1234
+ }
1219
1235
  :host .table-wrapper #table {
1220
1236
  width: 100%;
1221
1237
  border-spacing: 0px;
@@ -469,9 +469,9 @@ export class TagInput {
469
469
  }
470
470
  }
471
471
  handleInputFocus() {
472
+ this.clearOptionFocus();
472
473
  if (this.isDropdown) {
473
474
  this.openDropdown();
474
- this.clearOptionFocus();
475
475
  }
476
476
  }
477
477
  handleInputChanged(ev) {
@@ -632,6 +632,61 @@ export class TagInput {
632
632
  }
633
633
  }
634
634
  }
635
+ handleTableWrapperFocus() {
636
+ // Forward focus to first focusable table row when container receives focus
637
+ if (this.isTable) {
638
+ // First try filtered options, then fall back to all options
639
+ let targetOptions = this.filteredOptionEls;
640
+ if (targetOptions.length === 0) {
641
+ targetOptions = this.optionEls;
642
+ }
643
+ if (targetOptions.length > 0) {
644
+ const firstOption = targetOptions[0];
645
+ const firstRow = this.elFromTagOption(firstOption);
646
+ if (firstRow) {
647
+ this.focusOption(firstRow);
648
+ return; // Successfully handled focus
649
+ }
650
+ }
651
+ // Fallback: if we can't find any options or rows, keep focus on input
652
+ // This prevents focus from going to body
653
+ if (this.inputEl) {
654
+ this.inputEl.focus();
655
+ }
656
+ }
657
+ }
658
+ handleTableWrapperKeyDown(ev) {
659
+ // Override browser's default scrolling behavior and delegate to our navigation
660
+ switch (ev.key) {
661
+ case "ArrowDown":
662
+ ev.preventDefault();
663
+ this.handleInputArrowDown();
664
+ break;
665
+ case "ArrowUp":
666
+ ev.preventDefault();
667
+ this.handleInputArrowUp();
668
+ break;
669
+ case "ArrowLeft":
670
+ ev.preventDefault();
671
+ this.focusPrevCell();
672
+ break;
673
+ case "ArrowRight":
674
+ ev.preventDefault();
675
+ this.focusNextCell();
676
+ break;
677
+ case "Enter":
678
+ ev.preventDefault();
679
+ this.handleInputEnter();
680
+ break;
681
+ case "Escape":
682
+ ev.preventDefault();
683
+ // Focus back to input as a safe fallback
684
+ if (this.inputEl) {
685
+ this.inputEl.focus();
686
+ }
687
+ break;
688
+ }
689
+ }
635
690
  focusPrevCell() {
636
691
  if (this.focusedOption) {
637
692
  if (this.focusedColumn > 0) {
@@ -788,7 +843,7 @@ export class TagInput {
788
843
  !optionAlreadyExists && (h("li", { ref: (el) => (this.addNewButton = el), id: "add-new-btn", class: "add-new-btn", onClick: () => this.addTags(inputValue) }, this.addNewTagMessage(inputValue))));
789
844
  }
790
845
  renderTable() {
791
- return (h("div", { class: "table-wrapper", onScroll: () => this.dismissTooltip() }, h("table", { id: "table", role: "grid", class: `${this.colWidths ? "fixed-widths" : ""}`, "aria-label": this.label, "aria-multiselectable": "true" }, this.renderTableHeaders(), this.filteredOptionEls.length ? (this.filteredOptionEls.map((o) => this.renderTableRow(o))) : (h("div", { class: "no-results" }, this.noResultsMessage)))));
846
+ return (h("div", { class: "table-wrapper", onScroll: () => this.dismissTooltip(), onFocus: () => this.handleTableWrapperFocus(), onKeyDown: (ev) => this.handleTableWrapperKeyDown(ev) }, h("table", { id: "table", role: "grid", class: `${this.colWidths ? "fixed-widths" : ""}`, "aria-label": this.label, "aria-multiselectable": "true" }, this.renderTableHeaders(), this.filteredOptionEls.length ? (this.filteredOptionEls.map((o) => this.renderTableRow(o))) : (h("div", { class: "no-results" }, this.noResultsMessage)))));
792
847
  }
793
848
  renderTableHeaders() {
794
849
  return (h("tr", { class: "headers", role: "row" }, csvToArray(this.colHeaders).map((header, idx) => {
@@ -864,12 +919,12 @@ export class TagInput {
864
919
  }
865
920
  }
866
921
  render() {
867
- return (h("div", { key: '7d8c886c6c3e1222b5b75f39abc0675b6d3c6391', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: '773290cfa1656ecf851131cb51a277f86c7958fe', class: "label-wrapper" }, h("label", { key: '1be0c47a321fb9b401e977595c1227e3f66df056', class: "label", htmlFor: "input" }, this.label, this.requiredField && (h("span", { key: 'fdb58e1f11e67c041961ea773880937f5c9595a4', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: 'a1c677b7cdd2f2462541ee54b3c9e2b8dbf8de04', class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { key: 'ddf599d183d941327bed5e2fee01e7203d18b139', class: "upper-row" }, h("div", { key: '54d35cbfd2cdd5e6d18ed96391880ffcffdbd79b', class: "svg-icon svg-search" }), h("div", { key: '259e667e4b5597b8845d7d022b66dbaeac1a2862', class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { key: '67e003d45ed9c278626de2a95e4a0fb8acbdd194', ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
922
+ return (h("div", { key: '01e06180a6a01df582f810c719445fbeed00fe4a', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'f6afeda4ee70df39da5d27bf785f4fc2fd0d72c0', class: "label-wrapper" }, h("label", { key: 'c2c81afa191d66c6d33f1b717844b947200e86e0', class: "label", htmlFor: "input" }, this.label, this.requiredField && (h("span", { key: '1da48d6c19e59a014f1aedc0ab33554e64756576', class: "required", "aria-hidden": "true" }, "*")))), h("div", { key: 'ddf3c89a5af6c8c734e537be9f01fd1b306a7b49', class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, h("div", { key: 'c332f024838f3b710abe7721a1761d917f4cc34e', class: "upper-row" }, h("div", { key: 'bc81483ffa3695189828215c79ab362b8374f4a7', class: "svg-icon svg-search" }), h("div", { key: '668bdcfc8a6b06e14469fc0f977f79f444773b3f', class: `tags-and-input-wrapper ${this.inModal ? "in-modal" : ""}` }, h("ul", { key: '6ea2700c19f37305e2ae8e067eea61bff23b8dc8', ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
868
923
  this.focusedTagIndex = undefined;
869
924
  this.handleBlur(ev);
870
- }, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { key: 'a0fdcf2f8f9f6b919e854ddcb3db5f2f47b781a0', id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
925
+ }, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), h("input", { key: 'b99ca40b61d052f9fe7a30881f1479abf22925b6', id: "input", class: "input", role: "combobox", ref: (el) => (this.inputEl = el), autocomplete: "off", "aria-required": this.requiredField ? "true" : null, "aria-controls": this.tagInputType, "aria-describedby": `help-text${this.errorMessage ? " error " : ""} max-tags`, "aria-label": `${this.label} ${this.isDropdown ? globalMessages.getCharacterLimit(this.characterLimit) : ""}`, "aria-expanded": this.isDropdown ? this.isExpanded.toString() : null, "aria-activedescendant": this.inputActiveDescendantId, placeholder: this.placeholder, maxLength: this.isDropdown ? this.characterLimit : undefined, onInput: (ev) => this.handleInputChanged(ev), onBlur: (ev) => {
871
926
  this.handleBlur(ev);
872
- }, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { key: '18d2eae04010daa298a74f78f1b9518497a4479e', class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { key: '5f4c1611560dedb1f1bf7b0ccdafd2034b64e308', id: "info", class: "info-text" }, this.info)), h("div", { key: '4e7a79722863aa2db7278bebe58dd1fbe76f6f3f', id: "error" }, this.errorMessage), h("div", { key: '10c7818043b3d9dc85341f9b0107cee9199aa780', class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
927
+ }, onFocus: () => this.handleInputFocus(), onKeyDown: (ev) => this.handleInputKeyDown(ev) })), this.isDropdown && (h("div", { key: 'a2f6daf9eab25e6dcd9ead5a70dc66b0afe1ede9', class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (h("div", { key: '3a733a7064be0b93ece1c7f0ed2cb3165184b3c3', id: "info", class: "info-text" }, this.info)), h("div", { key: '2d8435c9aa077e8902a9cccf1c1057e48926240a', id: "error" }, this.errorMessage), h("div", { key: 'd9a7d93201d0d7ef4ec5f7ee708ddfe41dad7da4', class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
873
928
  }
874
929
  static get is() { return "wm-tag-input"; }
875
930
  static get encapsulation() { return "shadow"; }
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -118,6 +118,19 @@
118
118
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
119
119
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
120
120
  }
121
+ .svg-icon.svg-ai-chat:before {
122
+ content: "";
123
+ display: block;
124
+ background-color: var(--icon-fill, currentColor);
125
+ width: var(--icon-size, 0.875rem);
126
+ height: var(--icon-size, 0.875rem);
127
+ -webkit-mask-size: 100%;
128
+ mask-size: 100%;
129
+ }
130
+ .svg-icon.svg-ai-chat:before {
131
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
132
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
133
+ }
121
134
  .svg-icon.svg-api-connected:before {
122
135
  content: "";
123
136
  display: block;
@@ -814,6 +814,19 @@
814
814
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
815
815
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M11.0834 0.583328L10.3484 2.18749L8.75004 2.91666L10.3484 3.65166L11.0834 5.25L11.8125 3.65166L13.4167 2.91666L11.8125 2.18749M5.25004 2.33333L3.79171 5.54166L0.583374 7L3.79171 8.45833L5.25004 11.6667L6.70837 8.45833L9.91671 7L6.70837 5.54166M11.0834 8.75L10.3484 10.3483L8.75004 11.0833L10.3484 11.8125L11.0834 13.4167L11.8125 11.8125L13.4167 11.0833L11.8125 10.3483'/%3E%3C/svg%3E%0A");
816
816
  }
817
+ .svg-icon.svg-ai-chat:before {
818
+ content: "";
819
+ display: block;
820
+ background-color: var(--icon-fill, currentColor);
821
+ width: var(--icon-size, 0.875rem);
822
+ height: var(--icon-size, 0.875rem);
823
+ -webkit-mask-size: 100%;
824
+ mask-size: 100%;
825
+ }
826
+ .svg-icon.svg-ai-chat:before {
827
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
828
+ mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM19 17.5H14.17L12 19.67L9.83 17.5H5V3.5H19V17.5ZM12 16.5L13.88 12.38L18 10.5L13.88 8.62L12 4.5L10.12 8.62L6 10.5L10.12 12.38L12 16.5Z'/%3E%3C/svg%3E%0A");
829
+ }
817
830
  .svg-icon.svg-api-connected:before {
818
831
  content: "";
819
832
  display: block;
@@ -1,6 +1,6 @@
1
1
  import './index-130e07bb.js';
2
2
 
3
- const version = "5.15.1";
3
+ const version = "5.16.0-alpha.1";
4
4
 
5
5
  // PRINT RIPPLE VERSION IN CONSOLE
6
6
  // test envs return 0 for plugin.length
@@ -1,6 +1,6 @@
1
1
  import { b as bootstrapLazy } from './index-130e07bb.js';
2
2
  export { s as setNonce } from './index-130e07bb.js';
3
- import { g as globalScripts } from './app-globals-87359eb3.js';
3
+ import { g as globalScripts } from './app-globals-cc7a1bd5.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;