@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
@@ -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;
@@ -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;
@@ -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;
@@ -1530,6 +1543,37 @@
1530
1543
  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");
1531
1544
  }
1532
1545
 
1546
+ /* --------------------------------------
1547
+ 1. Box-shadow
1548
+ -------------------------------------- */
1549
+ /* --------------------------------------
1550
+ 2. Border-radius
1551
+ -------------------------------------- */
1552
+ /* --------------------------------------
1553
+ 3. Transforms
1554
+ -------------------------------------- */
1555
+ /* --------------------------------------
1556
+ 4. Button Focus
1557
+ -------------------------------------- */
1558
+ /* --------------------------------------
1559
+ 5. Flex
1560
+ -------------------------------------- */
1561
+ /* --------------------------------------
1562
+ 7. Screen Reader Only
1563
+ -------------------------------------- */
1564
+ /* --------------------------------------
1565
+ 8. Label styles
1566
+ this mixin includes all the styles for the label
1567
+ + flex rules on the parent container to switch between top and left position
1568
+ + srOnly when label is hidden
1569
+ Assumes the following markup:
1570
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
1571
+ .wrapper is for the flex rules
1572
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
1573
+ the input. It can't be done directly on .label because of possible line wrapping.
1574
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
1575
+ (they can't be aligned on the baseline because of possible description text and error message)
1576
+ -------------------------------------- */
1533
1577
  :host {
1534
1578
  display: block;
1535
1579
  position: relative;
@@ -1,6 +1,6 @@
1
1
  import './index-130e07bb.js';
2
2
 
3
- const version = "5.15.0";
3
+ const version = "5.16.0-alpha.0";
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-e4b7c83a.js';
3
+ import { g as globalScripts } from './app-globals-c63b9640.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
File without changes
File without changes
File without changes
File without changes
File without changes