@watermarkinsights/ripple 5.15.0 → 5.16.0-alpha.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 (273) hide show
  1. package/dist/cjs/{app-globals-797c1e0b.js → app-globals-ff5fd9b0.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 +3 -3
  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 +6 -6
  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 +1 -1
  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 +44 -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 +14 -0
  44. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +2 -2
  45. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +25 -3
  46. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +5 -5
  47. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +13 -0
  48. package/dist/collection/components/selects/wm-option/wm-option.css +13 -0
  49. package/dist/collection/components/selects/wm-select/wm-select.css +13 -0
  50. package/dist/collection/components/wm-action-menu/wm-action-menu.css +13 -0
  51. package/dist/collection/components/wm-button/wm-button.css +13 -0
  52. package/dist/collection/components/wm-file/wm-file.css +13 -0
  53. package/dist/collection/components/wm-file-list/wm-file-list.css +13 -0
  54. package/dist/collection/components/wm-flyout/wm-flyout.css +13 -0
  55. package/dist/collection/components/wm-input/wm-input.css +13 -0
  56. package/dist/collection/components/wm-menuitem/wm-menuitem.css +44 -0
  57. package/dist/collection/components/wm-modal/wm-modal-footer.css +13 -0
  58. package/dist/collection/components/wm-modal/wm-modal-header.css +13 -0
  59. package/dist/collection/components/wm-modal/wm-modal.css +13 -0
  60. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +13 -0
  61. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +13 -0
  62. package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +13 -0
  63. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +13 -0
  64. package/dist/collection/components/wm-navigation/wm-navigation-item.css +13 -0
  65. package/dist/collection/components/wm-navigation/wm-navigation.css +13 -0
  66. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +44 -0
  67. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +13 -0
  68. package/dist/collection/components/wm-navigator/wm-navigator.css +13 -0
  69. package/dist/collection/components/wm-pagination/wm-pagination.css +44 -0
  70. package/dist/collection/components/wm-search/wm-search.css +44 -0
  71. package/dist/collection/components/wm-snackbar/wm-snackbar.css +44 -0
  72. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +13 -0
  73. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +13 -0
  74. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +13 -0
  75. package/dist/collection/components/wm-tag-input/wm-tag-input.css +13 -0
  76. package/dist/collection/components/wm-textarea/wm-textarea.css +13 -0
  77. package/dist/collection/components/wm-timepicker/wm-timepicker.css +44 -0
  78. package/dist/collection/components/wm-toggletip/wm-toggletip.css +13 -0
  79. package/dist/collection/components/wm-uploader/wm-uploader.css +44 -0
  80. package/dist/esm/{app-globals-e4b7c83a.js → app-globals-c63b9640.js} +1 -1
  81. package/dist/esm/loader.js +1 -1
  82. package/dist/esm/polyfills/core-js.js +0 -0
  83. package/dist/esm/polyfills/dom.js +0 -0
  84. package/dist/esm/polyfills/es5-html-element.js +0 -0
  85. package/dist/esm/polyfills/index.js +0 -0
  86. package/dist/esm/polyfills/system.js +0 -0
  87. package/dist/esm/priv-calendar.entry.js +1 -1
  88. package/dist/esm/priv-chart-popover.entry.js +1 -1
  89. package/dist/esm/priv-navigator-button.entry.js +1 -1
  90. package/dist/esm/priv-navigator-item.entry.js +1 -1
  91. package/dist/esm/priv-option-list.entry.js +3 -3
  92. package/dist/esm/ripple.js +1 -1
  93. package/dist/esm/wm-action-menu_2.entry.js +2 -2
  94. package/dist/esm/wm-button.entry.js +1 -1
  95. package/dist/esm/wm-chart.entry.js +1 -1
  96. package/dist/esm/wm-date-range.entry.js +1 -1
  97. package/dist/esm/wm-datepicker.entry.js +1 -1
  98. package/dist/esm/wm-file-list.entry.js +1 -1
  99. package/dist/esm/wm-file.entry.js +1 -1
  100. package/dist/esm/wm-flyout.entry.js +1 -1
  101. package/dist/esm/wm-input.entry.js +1 -1
  102. package/dist/esm/wm-line-chart.entry.js +1 -1
  103. package/dist/esm/wm-modal-pss_3.entry.js +3 -3
  104. package/dist/esm/wm-modal_3.entry.js +3 -3
  105. package/dist/esm/wm-navigation_3.entry.js +3 -3
  106. package/dist/esm/wm-navigator.entry.js +1 -1
  107. package/dist/esm/wm-nested-select.entry.js +6 -6
  108. package/dist/esm/wm-optgroup.entry.js +1 -1
  109. package/dist/esm/wm-option_2.entry.js +2 -2
  110. package/dist/esm/wm-pagination.entry.js +1 -1
  111. package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
  112. package/dist/esm/wm-search.entry.js +1 -1
  113. package/dist/esm/wm-snackbar.entry.js +1 -1
  114. package/dist/esm/wm-tab-item_3.entry.js +3 -3
  115. package/dist/esm/wm-tag-input.entry.js +1 -1
  116. package/dist/esm/wm-textarea.entry.js +1 -1
  117. package/dist/esm/wm-timepicker.entry.js +1 -1
  118. package/dist/esm/wm-toggletip.entry.js +1 -1
  119. package/dist/esm/wm-uploader.entry.js +1 -1
  120. package/dist/esm-es5/app-globals-c63b9640.js +1 -0
  121. package/dist/esm-es5/loader.js +1 -1
  122. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  123. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  124. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  125. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  126. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  127. package/dist/esm-es5/ripple.js +1 -1
  128. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  129. package/dist/esm-es5/wm-button.entry.js +1 -1
  130. package/dist/esm-es5/wm-chart.entry.js +1 -1
  131. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  132. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  133. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  134. package/dist/esm-es5/wm-file.entry.js +1 -1
  135. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  136. package/dist/esm-es5/wm-input.entry.js +1 -1
  137. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  138. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  139. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  140. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  141. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  142. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  143. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  144. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  145. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  146. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  147. package/dist/esm-es5/wm-search.entry.js +1 -1
  148. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  149. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  150. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  151. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  152. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  153. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  154. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  155. package/dist/ripple/p-0189929d.entry.js +1 -0
  156. package/dist/ripple/{p-d9c019dd.system.entry.js → p-091fbc50.system.entry.js} +1 -1
  157. package/dist/ripple/p-0bb576c5.system.entry.js +1 -0
  158. package/dist/ripple/p-0c89b82c.entry.js +1 -0
  159. package/dist/ripple/{p-d5664836.system.entry.js → p-12d6ab73.system.entry.js} +1 -1
  160. package/dist/ripple/{p-6932515a.system.entry.js → p-1396ff75.entry.js} +1 -1
  161. package/dist/ripple/p-144ce232.entry.js +1 -0
  162. package/dist/ripple/p-1497ccfc.entry.js +1 -0
  163. package/dist/ripple/{p-5a5b2d59.entry.js → p-1955c66a.system.entry.js} +1 -1
  164. package/dist/ripple/{p-1fe343d5.entry.js → p-22b55b6f.entry.js} +1 -1
  165. package/dist/ripple/{p-0830cddd.entry.js → p-257d2d5c.entry.js} +1 -1
  166. package/dist/ripple/p-2823d02b.system.entry.js +1 -0
  167. package/dist/ripple/p-2f7ca1a7.system.entry.js +1 -0
  168. package/dist/ripple/p-30201dc9.entry.js +1 -0
  169. package/dist/ripple/{p-f8ef4fb3.entry.js → p-30236be3.system.entry.js} +1 -1
  170. package/dist/ripple/p-36d2b888.entry.js +1 -0
  171. package/dist/ripple/p-36fd8aed.system.entry.js +1 -0
  172. package/dist/ripple/p-492aa9fe.system.entry.js +1 -0
  173. package/dist/ripple/p-4a29bb8c.entry.js +1 -0
  174. package/dist/ripple/p-4c2a044d.system.entry.js +1 -0
  175. package/dist/ripple/p-4cebf2d7.entry.js +1 -0
  176. package/dist/ripple/p-4e6b0a6e.system.entry.js +1 -0
  177. package/dist/ripple/p-4fb4deb9.entry.js +1 -0
  178. package/dist/ripple/p-56d54fe6.system.entry.js +1 -0
  179. package/dist/ripple/p-57c25b63.entry.js +1 -0
  180. package/dist/ripple/p-59591401.entry.js +1 -0
  181. package/dist/ripple/p-5cff41e0.entry.js +1 -0
  182. package/dist/ripple/{p-20fc8f4c.entry.js → p-5ef786db.system.entry.js} +1 -1
  183. package/dist/ripple/p-61f9987d.system.entry.js +1 -0
  184. package/dist/ripple/p-65c8ef31.system.entry.js +1 -0
  185. package/dist/ripple/{p-c646d8a4.entry.js → p-6a03a172.entry.js} +1 -1
  186. package/dist/ripple/p-6a082957.entry.js +1 -0
  187. package/dist/ripple/p-6d12cfb7.system.entry.js +1 -0
  188. package/dist/ripple/p-72ed488e.system.entry.js +1 -0
  189. package/dist/ripple/{p-364ad233.system.entry.js → p-74f103dd.entry.js} +1 -1
  190. package/dist/ripple/{p-37336393.system.entry.js → p-81ce2697.entry.js} +1 -1
  191. package/dist/ripple/{p-2e99436b.system.entry.js → p-89479d02.system.entry.js} +1 -1
  192. package/dist/ripple/{p-5ad86026.entry.js → p-8a569d3b.entry.js} +1 -1
  193. package/dist/ripple/p-8ec2e944.system.entry.js +1 -0
  194. package/dist/ripple/{p-3e6c0207.entry.js → p-8f987f71.entry.js} +1 -1
  195. package/dist/ripple/p-92a50b38.system.entry.js +1 -0
  196. package/dist/ripple/p-92cb12d3.entry.js +1 -0
  197. package/dist/ripple/p-9328023c.entry.js +1 -0
  198. package/dist/ripple/{p-5ae30ac7.system.entry.js → p-94f776eb.entry.js} +1 -1
  199. package/dist/ripple/p-97ffaa7d.entry.js +1 -0
  200. package/dist/ripple/p-9b2281e2.system.entry.js +1 -0
  201. package/dist/ripple/{p-2a7001f2.system.js → p-a05f29f0.system.js} +1 -1
  202. package/dist/ripple/p-a5fb4171.system.entry.js +1 -0
  203. package/dist/ripple/p-b01f9572.system.entry.js +1 -0
  204. package/dist/ripple/p-b23c6351.system.entry.js +1 -0
  205. package/dist/ripple/p-b34552b0.system.entry.js +1 -0
  206. package/dist/ripple/p-b39ab477.entry.js +1 -0
  207. package/dist/ripple/p-bb9f6920.entry.js +1 -0
  208. package/dist/ripple/{p-96a8da4a.system.entry.js → p-bc4976e6.entry.js} +1 -1
  209. package/dist/ripple/p-bd48c50a.entry.js +1 -0
  210. package/dist/ripple/p-c31e1379.entry.js +1 -0
  211. package/dist/ripple/p-c4896784.system.entry.js +1 -0
  212. package/dist/ripple/{p-96753d47.system.entry.js → p-c53f5914.entry.js} +1 -1
  213. package/dist/ripple/p-c699aec8.system.entry.js +1 -0
  214. package/dist/ripple/p-c7d71181.system.entry.js +1 -0
  215. package/dist/ripple/p-c879e152.js +1 -0
  216. package/dist/ripple/p-f3df715f.entry.js +1 -0
  217. package/dist/ripple/p-f8995a5e.system.entry.js +1 -0
  218. package/dist/ripple/p-f9fa1506.system.entry.js +1 -0
  219. package/dist/ripple/p-fd6a59f5.system.js +1 -0
  220. package/dist/ripple/{p-1f8dfb77.system.entry.js → p-fe71ec64.system.entry.js} +1 -1
  221. package/dist/ripple/p-fe93b6b9.system.entry.js +1 -0
  222. package/dist/ripple/ripple.esm.js +1 -1
  223. package/dist/ripple/ripple.js +1 -1
  224. package/package.json +2 -2
  225. package/dist/esm-es5/app-globals-e4b7c83a.js +0 -1
  226. package/dist/ripple/p-02c8e3ed.entry.js +0 -1
  227. package/dist/ripple/p-05f3cecb.entry.js +0 -1
  228. package/dist/ripple/p-07d8e479.entry.js +0 -1
  229. package/dist/ripple/p-0b5bfa16.entry.js +0 -1
  230. package/dist/ripple/p-160fda33.entry.js +0 -1
  231. package/dist/ripple/p-16926b84.entry.js +0 -1
  232. package/dist/ripple/p-1ba2fb24.entry.js +0 -1
  233. package/dist/ripple/p-1e0e334f.entry.js +0 -1
  234. package/dist/ripple/p-269f8445.entry.js +0 -1
  235. package/dist/ripple/p-26c3d8d2.entry.js +0 -1
  236. package/dist/ripple/p-2a9146b4.entry.js +0 -1
  237. package/dist/ripple/p-393ffdac.system.entry.js +0 -1
  238. package/dist/ripple/p-3f85b8f4.entry.js +0 -1
  239. package/dist/ripple/p-4410b59a.entry.js +0 -1
  240. package/dist/ripple/p-4d10bc9b.entry.js +0 -1
  241. package/dist/ripple/p-552859db.system.entry.js +0 -1
  242. package/dist/ripple/p-56bc17c1.entry.js +0 -1
  243. package/dist/ripple/p-571ba04c.system.entry.js +0 -1
  244. package/dist/ripple/p-5dc1810a.system.entry.js +0 -1
  245. package/dist/ripple/p-605441b4.system.entry.js +0 -1
  246. package/dist/ripple/p-610d0e09.system.entry.js +0 -1
  247. package/dist/ripple/p-61cca0ff.system.entry.js +0 -1
  248. package/dist/ripple/p-63abbde7.entry.js +0 -1
  249. package/dist/ripple/p-693a52ab.entry.js +0 -1
  250. package/dist/ripple/p-6ab35628.system.entry.js +0 -1
  251. package/dist/ripple/p-6f60b787.system.entry.js +0 -1
  252. package/dist/ripple/p-7a36cfec.entry.js +0 -1
  253. package/dist/ripple/p-850c1661.js +0 -1
  254. package/dist/ripple/p-8e820303.system.entry.js +0 -1
  255. package/dist/ripple/p-976664cf.system.entry.js +0 -1
  256. package/dist/ripple/p-9cf2f18e.system.entry.js +0 -1
  257. package/dist/ripple/p-a05c2a02.entry.js +0 -1
  258. package/dist/ripple/p-adaf9dc4.system.js +0 -1
  259. package/dist/ripple/p-afcc7cdb.system.entry.js +0 -1
  260. package/dist/ripple/p-b4804a9b.system.entry.js +0 -1
  261. package/dist/ripple/p-c1fc6def.entry.js +0 -1
  262. package/dist/ripple/p-c7ea9124.system.entry.js +0 -1
  263. package/dist/ripple/p-cadbb7ce.system.entry.js +0 -1
  264. package/dist/ripple/p-cbfeebcc.system.entry.js +0 -1
  265. package/dist/ripple/p-cd059f8a.system.entry.js +0 -1
  266. package/dist/ripple/p-cd3ab20f.system.entry.js +0 -1
  267. package/dist/ripple/p-da52d8ba.entry.js +0 -1
  268. package/dist/ripple/p-dea44ca1.entry.js +0 -1
  269. package/dist/ripple/p-e177b02a.entry.js +0 -1
  270. package/dist/ripple/p-e39839c8.system.entry.js +0 -1
  271. package/dist/ripple/p-eb92950a.system.entry.js +0 -1
  272. package/dist/ripple/p-f1ce688c.system.entry.js +0 -1
  273. package/dist/ripple/p-fe31f7b7.entry.js +0 -1
@@ -584,6 +584,19 @@
584
584
  -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");
585
585
  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");
586
586
  }
587
+ .svg-icon.svg-ai-chat:before {
588
+ content: "";
589
+ display: block;
590
+ background-color: var(--icon-fill, currentColor);
591
+ width: var(--icon-size, 0.875rem);
592
+ height: var(--icon-size, 0.875rem);
593
+ -webkit-mask-size: 100%;
594
+ mask-size: 100%;
595
+ }
596
+ .svg-icon.svg-ai-chat:before {
597
+ -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");
598
+ 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");
599
+ }
587
600
  .svg-icon.svg-api-connected:before {
588
601
  content: "";
589
602
  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;
@@ -584,6 +584,19 @@
584
584
  -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");
585
585
  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");
586
586
  }
587
+ .svg-icon.svg-ai-chat:before {
588
+ content: "";
589
+ display: block;
590
+ background-color: var(--icon-fill, currentColor);
591
+ width: var(--icon-size, 0.875rem);
592
+ height: var(--icon-size, 0.875rem);
593
+ -webkit-mask-size: 100%;
594
+ mask-size: 100%;
595
+ }
596
+ .svg-icon.svg-ai-chat:before {
597
+ -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");
598
+ 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");
599
+ }
587
600
  .svg-icon.svg-api-connected:before {
588
601
  content: "";
589
602
  display: block;
@@ -194,6 +194,19 @@
194
194
  -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");
195
195
  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");
196
196
  }
197
+ .svg-icon.svg-ai-chat:before {
198
+ content: "";
199
+ display: block;
200
+ background-color: var(--icon-fill, currentColor);
201
+ width: var(--icon-size, 0.875rem);
202
+ height: var(--icon-size, 0.875rem);
203
+ -webkit-mask-size: 100%;
204
+ mask-size: 100%;
205
+ }
206
+ .svg-icon.svg-ai-chat:before {
207
+ -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");
208
+ 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");
209
+ }
197
210
  .svg-icon.svg-api-connected:before {
198
211
  content: "";
199
212
  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;
@@ -834,6 +847,37 @@
834
847
  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='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
835
848
  }
836
849
 
850
+ /* --------------------------------------
851
+ 1. Box-shadow
852
+ -------------------------------------- */
853
+ /* --------------------------------------
854
+ 2. Border-radius
855
+ -------------------------------------- */
856
+ /* --------------------------------------
857
+ 3. Transforms
858
+ -------------------------------------- */
859
+ /* --------------------------------------
860
+ 4. Button Focus
861
+ -------------------------------------- */
862
+ /* --------------------------------------
863
+ 5. Flex
864
+ -------------------------------------- */
865
+ /* --------------------------------------
866
+ 7. Screen Reader Only
867
+ -------------------------------------- */
868
+ /* --------------------------------------
869
+ 8. Label styles
870
+ this mixin includes all the styles for the label
871
+ + flex rules on the parent container to switch between top and left position
872
+ + srOnly when label is hidden
873
+ Assumes the following markup:
874
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
875
+ .wrapper is for the flex rules
876
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
877
+ the input. It can't be done directly on .label because of possible line wrapping.
878
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
879
+ (they can't be aligned on the baseline because of possible description text and error message)
880
+ -------------------------------------- */
837
881
  :host * {
838
882
  box-sizing: border-box;
839
883
  }
@@ -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;
@@ -937,6 +950,7 @@
937
950
  display: flex;
938
951
  flex-grow: 1;
939
952
  justify-content: space-between;
953
+ align-items: center;
940
954
  }
941
955
  .return-btn .return-btn-label .selection-count {
942
956
  font-weight: 400;
@@ -346,7 +346,7 @@ export class PrivOptionList {
346
346
  this.el.getRootNode().host.isExpanded = false;
347
347
  } }, h("div", { class: "svg-icon svg-previous" }), h("div", { class: "return-btn-label" }, this.optgroupLabel, selectionCount > 0 && (h("span", { class: "selection-count" }, this.multiple
348
348
  ? selectMessages.getOptgroupMultipleSelectionCount(selectionCount)
349
- : selectMessages.optgroupSingleSelectionCount)))));
349
+ : selectMessages.optgroupSingleSelectionCount())))));
350
350
  }
351
351
  renderSearchField() {
352
352
  return (h("div", { class: "search" }, h("div", { class: "searchfield-wrapper", ref: (el) => (this.searchFieldWrapperEl = el) }, h("div", { class: "svg-icon svg-search" }), h("input", { ref: (el) => (this.searchFieldEl = el), class: "searchfield", role: "combobox", "aria-controls": "list",
@@ -369,7 +369,7 @@ export class PrivOptionList {
369
369
  return (h("div", { class: "non-options-wrapper" }, this.isInNestedSelect && this.renderReturnBtn(), this.search && this.renderSearchField(), this.visibleSelectAllButton && this.renderSelectAllButton()));
370
370
  }
371
371
  render() {
372
- return (h("div", { key: '9bff5e1fd9c47e6a53a08771b7828006df908d65', class: "list-wrapper" }, (this.isInNestedSelect || this.search || this.visibleSelectAllButton) && this.renderNonOptions(), h("div", { key: '9064ef7a435327acd64c8789fd17fdd68c915892', id: "list", class: "options-wrapper", tabindex: -1, role: "listbox", "aria-multiselectable": this.multiple ? "true" : null, "aria-labelledby": "label", ref: (el) => (this.listboxEl = el), style: { "--max-height": this.effectiveMaxHeight } }, this.searchTerm && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), h("slot", { key: '42862b03eebe938669c91532d6bf5802912be520' })), h("div", { key: 'e74fd4a6d036b8eeade85b7048530b664147ccc3', id: "optionlist-announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
372
+ return (h("div", { key: '1b5a638b1ce9746eba27e3b106f910b6c08d59ed', class: "list-wrapper" }, (this.isInNestedSelect || this.search || this.visibleSelectAllButton) && this.renderNonOptions(), h("div", { key: '314e0a7234cdb65a636ea96bb9a5bc3ea94cf9aa', id: "list", class: "options-wrapper", tabindex: -1, role: "listbox", "aria-multiselectable": this.multiple ? "true" : null, "aria-labelledby": "label", ref: (el) => (this.listboxEl = el), style: { "--max-height": this.effectiveMaxHeight } }, this.searchTerm && this.filteredOptions.length === 0 && this.renderSearchFailedMessage(), this.multiple && this.renderCloneOptions(), h("slot", { key: '4399f882be1d24b5ee799126b1c8b7396f4985d7' })), h("div", { key: '4132af7d3529fdfa3ec301baa9aaf7ad460f9f5e', id: "optionlist-announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
373
373
  }
374
374
  static get is() { return "priv-option-list"; }
375
375
  static get originalStyleUrls() {
@@ -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;
@@ -1075,7 +1088,6 @@
1075
1088
  -ms-border-radius: 3px;
1076
1089
  border-radius: 3px;
1077
1090
  position: absolute;
1078
- top: 40;
1079
1091
  right: 0;
1080
1092
  background: var(--wmcolor-select-option-background);
1081
1093
  z-index: 100;
@@ -1115,6 +1127,8 @@
1115
1127
  .menu .menuitem {
1116
1128
  display: flex;
1117
1129
  justify-content: space-between;
1130
+ gap: 1.25rem;
1131
+ align-items: center;
1118
1132
  cursor: pointer;
1119
1133
  position: relative;
1120
1134
  padding: 1.25rem;
@@ -1125,6 +1139,7 @@
1125
1139
  user-select: none;
1126
1140
  border: none;
1127
1141
  font-weight: 600;
1142
+ text-align: left;
1128
1143
  }
1129
1144
  .menu .menuitem:not(:last-child) {
1130
1145
  border-bottom: 2px solid;
@@ -1138,6 +1153,7 @@
1138
1153
  color: var(--wmcolor-select-text);
1139
1154
  justify-content: start;
1140
1155
  align-items: center;
1156
+ gap: unset;
1141
1157
  }
1142
1158
  .menu .menuitem.clear-selection .svg-close {
1143
1159
  --icon-size: 1.125rem;
@@ -1152,9 +1168,16 @@
1152
1168
  outline: none;
1153
1169
  }
1154
1170
 
1171
+ .group-btn .option-text {
1172
+ display: flex;
1173
+ width: 100%;
1174
+ flex-direction: row;
1175
+ justify-content: space-between;
1176
+ align-items: center;
1177
+ gap: 1.25rem;
1178
+ }
1155
1179
  .group-btn .svg-next {
1156
1180
  --icon-size: 1.125rem;
1157
- position: absolute;
1158
1181
  inset-inline-end: 1.25rem;
1159
1182
  }
1160
1183
  .group-btn.disabled {
@@ -1163,7 +1186,6 @@
1163
1186
 
1164
1187
  .selection-count,
1165
1188
  .disabled-indication {
1166
- margin-right: 40px;
1167
1189
  font-weight: 400;
1168
1190
  font-style: italic;
1169
1191
  }
@@ -271,7 +271,7 @@ export class NestedSelect {
271
271
  if (selectionCount) {
272
272
  return (h("div", { class: "selection-count" }, h("span", null, this.multiple
273
273
  ? selectMessages.getOptgroupMultipleSelectionCount(selectionCount)
274
- : selectMessages.optgroupSingleSelectionCount)));
274
+ : selectMessages.optgroupSingleSelectionCount())));
275
275
  }
276
276
  }
277
277
  render() {
@@ -286,16 +286,16 @@ export class NestedSelect {
286
286
  this.isExpanded ? this.close() : this.open();
287
287
  },
288
288
  };
289
- return (h(Host, { key: '35b5a920424ccf73ba6c0f8b073660bc55f11d13', onBlur: (ev) => this.handleComponentBlur(ev) }, h("div", { key: '4a6083fd7d7a37484a11f76e23b09b38c45c5efc', class: `wrapper ${getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'f04741975bfc4f279c599fce8c75d388b8c4cd1b', class: "label-wrapper" }, h("label", { key: 'a736b71a96766ddbc7a9117edc93a9c4f726cadc', class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
289
+ return (h(Host, { key: 'ce60d79e0fb0863d45b2b28048e98271a099edd5', onBlur: (ev) => this.handleComponentBlur(ev) }, h("div", { key: 'e0a67750ecb44f69cf3af589b0ca440c3107e824', class: `wrapper ${getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, h("div", { key: 'cc9d739f3764b34f0939ed647e0a2dacff17df93', class: "label-wrapper" }, h("label", { key: '04fc5577d90c0787f84c9ad57bfaf66103765f60', class: "label", id: "label", htmlFor: "selectbtn" }, this.label,
290
290
  // we can't use aria-required because the listbox is in a sub-component and it is not announced
291
- this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))), h("div", { key: '3b7e545c988aa5632f6642724c014833626cab84', class: "button-wrapper" }, h("button", Object.assign({ key: '25b334f4ca5c404caa0c0247bf55b4f5b413095d' }, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev) }), h("span", { key: 'c4d56e83b6b4c89dc0e104593fa92b9ba2a8c21f', class: "overflowcontrol" }, h("span", { key: 'b760eef949e5253468f13baff83667ee434d1951', class: "button-text" }, this.renderButtonText())), h("div", { key: 'db5f385e8000f44b7b9766a64d5cee7705f454f0', class: `expand-icon svg-icon ${this.isExpanded ? "svg-expand-less" : "svg-expand-more"}` }), this.renderOverflowCount(), h("div", { key: '25e7af8324bd62bad0e695a607ed250979c16b4a', ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), h("div", { key: '7934c8d583cd0d55c71e2c48178e6068f3493717', class: `dropdown ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, h("div", { key: 'aab0cff0d97a087612183e537d440f723fa227cc', ref: (el) => (this.menuEl = el), class: "menu", style: { "--max-height": this.constrainedMaxHeight }, tabIndex: -1 }, this.renderClearSelectionButton(), this.optgroupEls.map((optgroupEl) => {
291
+ this.requiredField ? (h("span", { class: "required" }, h("span", { class: "sr-only" }, globalMessages.requiredField), h("span", { "aria-hidden": "true" }, "*"))) : (""))), h("div", { key: 'ef502276893cf2a32bae092dec64d1136ac45e6f', class: "button-wrapper" }, h("button", Object.assign({ key: '688ef0f973c9e5c124ce0f582a8c7a302d59c371' }, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev) }), h("span", { key: '9dc2d3d3ffc0a2709e40ca00e1196f49e26ab336', class: "overflowcontrol" }, h("span", { key: '76fab0f2cb0ae0c3ae8a810ebe06a9a55118c41f', class: "button-text" }, this.renderButtonText())), h("div", { key: 'b00bc698a8e1f22ebeb83f1f19a677806d5ef321', class: `expand-icon svg-icon ${this.isExpanded ? "svg-expand-less" : "svg-expand-more"}` }), this.renderOverflowCount(), h("div", { key: '3f40f30b75e68f7f79101867a84f53cd48575272', ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), h("div", { key: '7efc505a77195eb037bc3ac3e86ac4ebe5024052', class: `dropdown ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, h("div", { key: 'd47f4f2434ae3a5228e12878f98a78250405d891', ref: (el) => (this.menuEl = el), class: "menu", style: { "--max-height": this.constrainedMaxHeight }, tabIndex: -1 }, this.renderClearSelectionButton(), this.optgroupEls.map((optgroupEl) => {
292
292
  return (h("button", { class: `menuitem group-btn ${optgroupEl.disabled ? "disabled" : ""}`, role: "menuitem", "data-label": optgroupEl.label, tabindex: -1, "aria-disabled": optgroupEl.disabled, onClick: () => {
293
293
  if (!optgroupEl.disabled) {
294
294
  optgroupEl.isExpanded = !optgroupEl.isExpanded;
295
295
  forceUpdate(this.el);
296
296
  }
297
- }, onKeyDown: (ev) => this.handleMenuitemKeydown(ev) }, h("span", null, optgroupEl.label), this.renderSelectionCount(optgroupEl), optgroupEl.disabled && h("div", { class: "disabled-indication" }, "Disabled"), h("div", { class: "svg-icon svg-next" })));
298
- })), h("div", { key: 'e232b3658388254d67f422d7c61cf5dd76b78b01', ref: (el) => (this.optListWrapperEl = el), class: "option-list-wrapper hidden" }, h("slot", { key: '21c9e76ac62b193033df6865b12554db5d6eecc9' }))), h("div", { key: '5f8031fb45f9db031883834330717dc59ef21720', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage))), h("div", { key: '102c6d80ad7424b8d306125f06632b4316101533', id: "nestedselect-announcement", "aria-live": "assertive", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
297
+ }, onKeyDown: (ev) => this.handleMenuitemKeydown(ev) }, h("div", { class: "option-text" }, h("span", null, optgroupEl.label), this.renderSelectionCount(optgroupEl), optgroupEl.disabled && h("div", { class: "disabled-indication" }, "Disabled")), h("div", { class: "svg-icon svg-next" })));
298
+ })), h("div", { key: '96ac597ab2d5c6e9b48b5a7c1c46f04fb5caa053', ref: (el) => (this.optListWrapperEl = el), class: "option-list-wrapper hidden" }, h("slot", { key: 'fe57143f81a19a1e0e76d21a09f51398d6c668d4' }))), h("div", { key: '1e6f66b0a4e6bd0cd1d780fb3248ff8feaa413a9', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage))), h("div", { key: '949ff809135fffead8b8701aa02d2b104add38b2', id: "nestedselect-announcement", "aria-live": "assertive", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
299
299
  }
300
300
  static get is() { return "wm-nested-select"; }
301
301
  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;
@@ -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;
@@ -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;