@watermarkinsights/ripple 5.10.0-10 → 5.10.0-12

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 (438) hide show
  1. package/README.md +3 -3
  2. package/dist/{esm/global-22b7c9ea.js → cjs/app-globals-c41df7a3.js} +10 -1
  3. package/dist/cjs/{chartFunctions-75178263.js → chartFunctions-a3a08880.js} +4 -4
  4. package/dist/cjs/{functions-e24249e6.js → functions-5ac8a62f.js} +104 -7
  5. package/dist/cjs/index-788526f5.js +1859 -0
  6. package/dist/cjs/{intl-5aeba788.js → intl-57d1cfd1.js} +1 -1
  7. package/dist/cjs/loader.cjs.js +4 -3
  8. package/dist/cjs/priv-calendar.cjs.entry.js +7 -6
  9. package/dist/cjs/priv-chart-popover.cjs.entry.js +7 -6
  10. package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -4
  11. package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -4
  12. package/dist/cjs/priv-option-list.cjs.entry.js +6 -5
  13. package/dist/cjs/ripple.cjs.js +12 -11
  14. package/dist/cjs/wm-action-menu_2.cjs.entry.js +10 -8
  15. package/dist/cjs/wm-button.cjs.entry.js +6 -5
  16. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
  17. package/dist/cjs/wm-chart.cjs.entry.js +8 -7
  18. package/dist/cjs/wm-date-range.cjs.entry.js +10 -9
  19. package/dist/cjs/wm-datepicker.cjs.entry.js +10 -9
  20. package/dist/cjs/wm-file-list.cjs.entry.js +5 -4
  21. package/dist/cjs/wm-file.cjs.entry.js +10 -7
  22. package/dist/cjs/wm-input.cjs.entry.js +7 -6
  23. package/dist/cjs/wm-line-chart.cjs.entry.js +16 -15
  24. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +16 -13
  25. package/dist/cjs/wm-modal_3.cjs.entry.js +16 -13
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +16 -13
  27. package/dist/cjs/wm-navigator.cjs.entry.js +5 -4
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +9 -8
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +6 -5
  30. package/dist/cjs/wm-option_2.cjs.entry.js +12 -10
  31. package/dist/cjs/wm-pagination.cjs.entry.js +6 -5
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +11 -9
  33. package/dist/cjs/wm-search.cjs.entry.js +8 -7
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +8 -7
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +14 -11
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +9 -8
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  38. package/dist/cjs/wm-textarea.cjs.entry.js +7 -6
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +7 -6
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +7 -6
  41. package/dist/cjs/wm-uploader.cjs.entry.js +8 -7
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/charts/chartFunctions.js +2 -2
  45. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +185 -1
  46. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
  47. package/dist/collection/components/charts/wm-chart/wm-chart.css +185 -1
  48. package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
  49. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +185 -1
  50. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
  51. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +185 -1
  52. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
  53. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +185 -1
  54. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
  55. package/dist/collection/components/datepickers/datepicker.css +185 -1
  56. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +185 -1
  57. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +2 -2
  58. package/dist/collection/components/datepickers/wm-date-range.js +17 -13
  59. package/dist/collection/components/datepickers/wm-datepicker.js +17 -13
  60. package/dist/collection/components/selects/priv-option-list/priv-option-list.css +185 -1
  61. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +7 -5
  62. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +185 -1
  63. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
  64. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +185 -1
  65. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
  66. package/dist/collection/components/selects/wm-option/wm-option.css +185 -1
  67. package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
  68. package/dist/collection/components/selects/wm-select/wm-select.css +185 -1
  69. package/dist/collection/components/selects/wm-select/wm-select.js +2 -2
  70. package/dist/collection/components/wm-action-menu/wm-action-menu.css +185 -1
  71. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  72. package/dist/collection/components/wm-button/wm-button.css +186 -2
  73. package/dist/collection/components/wm-button/wm-button.js +1 -1
  74. package/dist/collection/components/wm-file/wm-file.css +197 -7
  75. package/dist/collection/components/wm-file/wm-file.js +5 -3
  76. package/dist/collection/components/wm-file-list/wm-file-list.css +185 -1
  77. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  78. package/dist/collection/components/wm-input/wm-input.css +185 -1
  79. package/dist/collection/components/wm-input/wm-input.js +1 -1
  80. package/dist/collection/components/wm-menuitem/wm-menuitem.css +185 -1
  81. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  82. package/dist/collection/components/wm-modal/wm-modal-footer.css +185 -1
  83. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  84. package/dist/collection/components/wm-modal/wm-modal-header.css +185 -1
  85. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  86. package/dist/collection/components/wm-modal/wm-modal.css +185 -1
  87. package/dist/collection/components/wm-modal/wm-modal.js +2 -2
  88. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +185 -1
  89. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +1 -1
  90. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +185 -1
  91. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +1 -1
  92. package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +185 -1
  93. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +2 -2
  94. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +185 -1
  95. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  96. package/dist/collection/components/wm-navigation/wm-navigation-item.css +185 -1
  97. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  98. package/dist/collection/components/wm-navigation/wm-navigation.css +185 -1
  99. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  100. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +185 -1
  101. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  102. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +185 -1
  103. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +2 -2
  104. package/dist/collection/components/wm-navigator/wm-navigator.css +185 -1
  105. package/dist/collection/components/wm-pagination/wm-pagination.css +185 -1
  106. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  107. package/dist/collection/components/wm-search/wm-search.css +185 -1
  108. package/dist/collection/components/wm-search/wm-search.js +5 -4
  109. package/dist/collection/components/wm-snackbar/wm-snackbar.css +185 -1
  110. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  111. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +185 -1
  112. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  113. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +185 -1
  114. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  115. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +185 -1
  116. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  117. package/dist/collection/components/wm-tag-input/wm-tag-input.css +185 -1
  118. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  119. package/dist/collection/components/wm-textarea/wm-textarea.css +185 -1
  120. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  121. package/dist/collection/components/wm-timepicker/wm-timepicker.css +185 -1
  122. package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
  123. package/dist/collection/components/wm-toggletip/wm-toggletip.css +185 -1
  124. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  125. package/dist/collection/components/wm-uploader/wm-uploader.css +186 -2
  126. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  127. package/dist/collection/lang/missing.js +43 -43
  128. package/dist/collection/lang/piglatin.js +93 -93
  129. package/dist/{cjs/global-b5ff0a3f.js → esm/app-globals-b230941a.js} +7 -2
  130. package/dist/esm/{chartFunctions-3f5f0c99.js → chartFunctions-21d5a3d3.js} +4 -4
  131. package/dist/esm/{functions-8800c690.js → functions-f39e6177.js} +105 -8
  132. package/dist/esm/index-130e07bb.js +1828 -0
  133. package/dist/esm/{intl-b110ca8d.js → intl-dda73e98.js} +1 -1
  134. package/dist/esm/loader.js +5 -4
  135. package/dist/esm/polyfills/core-js.js +0 -0
  136. package/dist/esm/polyfills/dom.js +0 -0
  137. package/dist/esm/polyfills/es5-html-element.js +0 -0
  138. package/dist/esm/polyfills/index.js +0 -0
  139. package/dist/esm/polyfills/system.js +0 -0
  140. package/dist/esm/priv-calendar.entry.js +7 -6
  141. package/dist/esm/priv-chart-popover.entry.js +7 -6
  142. package/dist/esm/priv-navigator-button.entry.js +5 -4
  143. package/dist/esm/priv-navigator-item.entry.js +5 -4
  144. package/dist/esm/priv-option-list.entry.js +6 -5
  145. package/dist/esm/ripple.js +13 -12
  146. package/dist/esm/wm-action-menu_2.entry.js +10 -8
  147. package/dist/esm/wm-button.entry.js +6 -5
  148. package/dist/esm/wm-chart-slice.entry.js +1 -1
  149. package/dist/esm/wm-chart.entry.js +8 -7
  150. package/dist/esm/wm-date-range.entry.js +10 -9
  151. package/dist/esm/wm-datepicker.entry.js +10 -9
  152. package/dist/esm/wm-file-list.entry.js +5 -4
  153. package/dist/esm/wm-file.entry.js +10 -7
  154. package/dist/esm/wm-input.entry.js +7 -6
  155. package/dist/esm/wm-line-chart.entry.js +16 -15
  156. package/dist/esm/wm-modal-pss_3.entry.js +16 -13
  157. package/dist/esm/wm-modal_3.entry.js +16 -13
  158. package/dist/esm/wm-navigation_3.entry.js +16 -13
  159. package/dist/esm/wm-navigator.entry.js +5 -4
  160. package/dist/esm/wm-nested-select.entry.js +9 -8
  161. package/dist/esm/wm-optgroup.entry.js +6 -5
  162. package/dist/esm/wm-option_2.entry.js +12 -10
  163. package/dist/esm/wm-pagination.entry.js +6 -5
  164. package/dist/esm/wm-progress-indicator_3.entry.js +11 -9
  165. package/dist/esm/wm-search.entry.js +8 -7
  166. package/dist/esm/wm-snackbar.entry.js +8 -7
  167. package/dist/esm/wm-tab-item_3.entry.js +14 -11
  168. package/dist/esm/wm-tag-input.entry.js +9 -8
  169. package/dist/esm/wm-tag-option.entry.js +2 -2
  170. package/dist/esm/wm-textarea.entry.js +7 -6
  171. package/dist/esm/wm-timepicker.entry.js +7 -6
  172. package/dist/esm/wm-toggletip.entry.js +7 -6
  173. package/dist/esm/wm-uploader.entry.js +8 -7
  174. package/dist/esm/wm-wrapper.entry.js +1 -1
  175. package/dist/esm-es5/app-globals-b230941a.js +1 -0
  176. package/dist/esm-es5/chartFunctions-21d5a3d3.js +1 -0
  177. package/dist/esm-es5/functions-f39e6177.js +1 -0
  178. package/dist/esm-es5/index-130e07bb.js +1 -0
  179. package/dist/esm-es5/{intl-b110ca8d.js → intl-dda73e98.js} +1 -1
  180. package/dist/esm-es5/loader.js +1 -1
  181. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  182. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  183. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  184. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  185. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  186. package/dist/esm-es5/ripple.js +1 -1
  187. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  188. package/dist/esm-es5/wm-button.entry.js +1 -1
  189. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  190. package/dist/esm-es5/wm-chart.entry.js +1 -1
  191. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  192. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  193. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  194. package/dist/esm-es5/wm-file.entry.js +1 -1
  195. package/dist/esm-es5/wm-input.entry.js +1 -1
  196. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  197. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  198. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  199. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  200. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  201. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  202. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  203. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  204. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  205. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  206. package/dist/esm-es5/wm-search.entry.js +1 -1
  207. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  208. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  209. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  210. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  211. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  212. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  213. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  214. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  215. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  216. package/dist/loader/cdn.js +1 -2
  217. package/dist/loader/index.cjs.js +1 -2
  218. package/dist/loader/index.d.ts +3 -0
  219. package/dist/loader/index.es2017.js +1 -2
  220. package/dist/loader/index.js +1 -2
  221. package/dist/ripple/p-0116c06f.system.entry.js +1 -0
  222. package/dist/ripple/{p-65d26233.system.entry.js → p-043901ab.system.entry.js} +1 -1
  223. package/dist/ripple/p-0558fa69.entry.js +1 -0
  224. package/dist/ripple/p-05d0870f.system.entry.js +1 -0
  225. package/dist/ripple/p-08c4309d.system.entry.js +1 -0
  226. package/dist/ripple/p-0ddd48d5.entry.js +1 -0
  227. package/dist/ripple/p-0fe77e41.system.entry.js +1 -0
  228. package/dist/ripple/{p-48e09589.entry.js → p-13b1d775.entry.js} +1 -1
  229. package/dist/ripple/p-13e6a586.system.entry.js +1 -0
  230. package/dist/ripple/p-1541cd19.system.entry.js +1 -0
  231. package/dist/ripple/p-1f3f00b8.system.entry.js +1 -0
  232. package/dist/ripple/p-250ea363.entry.js +1 -0
  233. package/dist/ripple/p-252368d5.system.js +1 -0
  234. package/dist/ripple/p-29092365.entry.js +1 -0
  235. package/dist/ripple/p-2b88f7d3.system.entry.js +1 -0
  236. package/dist/ripple/p-2c705607.system.entry.js +1 -0
  237. package/dist/ripple/p-2f42d180.entry.js +1 -0
  238. package/dist/ripple/p-35171bd6.entry.js +1 -0
  239. package/dist/ripple/p-35b75b38.entry.js +1 -0
  240. package/dist/ripple/p-37b044c7.system.js +1 -0
  241. package/dist/ripple/p-3ae96f51.entry.js +1 -0
  242. package/dist/ripple/p-3c3cdda6.entry.js +1 -0
  243. package/dist/ripple/p-3f486eed.system.js +1 -0
  244. package/dist/ripple/p-4017b95c.entry.js +1 -0
  245. package/dist/ripple/p-406e850e.system.entry.js +1 -0
  246. package/dist/ripple/p-4087fc4b.entry.js +1 -0
  247. package/dist/ripple/p-4b878492.system.js +1 -0
  248. package/dist/ripple/p-54dd8a8f.entry.js +1 -0
  249. package/dist/ripple/p-5f001d42.entry.js +1 -0
  250. package/dist/ripple/p-65447b58.js +1 -0
  251. package/dist/ripple/p-6f1b3eb3.entry.js +1 -0
  252. package/dist/ripple/{p-02dc1562.js → p-73ce9af7.js} +1 -1
  253. package/dist/ripple/{p-b976c84b.entry.js → p-76d248e6.entry.js} +1 -1
  254. package/dist/ripple/p-77535286.system.entry.js +1 -0
  255. package/dist/ripple/p-7a25c9eb.entry.js +1 -0
  256. package/dist/ripple/p-7c7164d3.entry.js +1 -0
  257. package/dist/ripple/p-7c82beac.entry.js +1 -0
  258. package/dist/ripple/p-7d912ebb.entry.js +1 -0
  259. package/dist/ripple/{p-32bf3f5b.system.entry.js → p-823d7b4e.system.entry.js} +1 -1
  260. package/dist/ripple/p-82ae0450.system.entry.js +1 -0
  261. package/dist/ripple/p-82af03a4.entry.js +1 -0
  262. package/dist/ripple/p-82c2e91a.system.entry.js +1 -0
  263. package/dist/ripple/p-85f0743c.system.entry.js +1 -0
  264. package/dist/ripple/p-876fa7a1.system.entry.js +1 -0
  265. package/dist/ripple/p-881bff45.entry.js +1 -0
  266. package/dist/ripple/p-89a2db02.js +1 -0
  267. package/dist/ripple/p-927496a7.entry.js +1 -0
  268. package/dist/ripple/p-9d548987.system.entry.js +1 -0
  269. package/dist/ripple/p-9db300ae.system.entry.js +1 -0
  270. package/dist/ripple/p-a3854e5e.entry.js +1 -0
  271. package/dist/ripple/p-a5446fb7.system.entry.js +1 -0
  272. package/dist/ripple/p-a60311b7.system.entry.js +1 -0
  273. package/dist/ripple/p-aa959479.system.entry.js +1 -0
  274. package/dist/ripple/p-acafdd58.entry.js +1 -0
  275. package/dist/ripple/{p-ee31c799.system.js → p-b0dddc8b.system.js} +1 -1
  276. package/dist/ripple/p-ba2b362c.entry.js +1 -0
  277. package/dist/ripple/p-ba74727e.system.entry.js +1 -0
  278. package/dist/ripple/p-c0b71c0e.system.entry.js +1 -0
  279. package/dist/ripple/{p-4743176d.system.entry.js → p-c34c9cbb.system.entry.js} +1 -1
  280. package/dist/ripple/p-c7af6305.entry.js +1 -0
  281. package/dist/ripple/p-c7bc65ae.entry.js +1 -0
  282. package/dist/ripple/{p-88ebddd7.entry.js → p-cd0cc88d.entry.js} +1 -1
  283. package/dist/ripple/p-cef8a45b.system.js +2 -0
  284. package/dist/ripple/p-cf6bbca0.system.entry.js +1 -0
  285. package/dist/ripple/p-d0e4ad8c.entry.js +1 -0
  286. package/dist/ripple/p-d3c94e4e.entry.js +1 -0
  287. package/dist/ripple/p-d5d008e0.entry.js +1 -0
  288. package/dist/ripple/p-d944f0a7.system.entry.js +1 -0
  289. package/dist/ripple/p-d9da0502.js +2 -0
  290. package/dist/ripple/p-deb70809.system.entry.js +1 -0
  291. package/dist/ripple/p-e4910316.system.entry.js +1 -0
  292. package/dist/ripple/p-e84aa8e5.system.entry.js +1 -0
  293. package/dist/ripple/p-e9210de5.system.entry.js +1 -0
  294. package/dist/ripple/p-eb887718.entry.js +1 -0
  295. package/dist/ripple/p-f180efb2.system.entry.js +1 -0
  296. package/dist/ripple/p-f41ab9ea.js +1 -0
  297. package/dist/ripple/p-f4676ccb.system.entry.js +1 -0
  298. package/dist/ripple/p-f97bc521.entry.js +1 -0
  299. package/dist/ripple/p-fc525284.system.entry.js +1 -0
  300. package/dist/ripple/ripple.css +1 -1
  301. package/dist/ripple/ripple.esm.js +1 -1
  302. package/dist/ripple/ripple.js +1 -1
  303. package/dist/types/components.d.ts +6 -6
  304. package/dist/types/stencil-public-runtime.d.ts +3 -10
  305. package/package.json +1 -1
  306. package/dist/cjs/index-e86c28b6.js +0 -2649
  307. package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
  308. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
  309. package/dist/collection/components/charts/screenshots.e2e.js +0 -96
  310. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
  311. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
  312. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
  313. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
  314. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
  315. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
  316. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.spec.js +0 -89
  317. package/dist/collection/components/datepickers/wm-date-range.e2e.js +0 -443
  318. package/dist/collection/components/datepickers/wm-date-range.spec.js +0 -22
  319. package/dist/collection/components/datepickers/wm-datepicker.e2e.js +0 -382
  320. package/dist/collection/components/datepickers/wm-datepicker.spec.js +0 -21
  321. package/dist/collection/components/selects/wm-option/wm-option.e2e.js +0 -22
  322. package/dist/collection/components/selects/wm-option/wm-option.spec.js +0 -63
  323. package/dist/collection/components/selects/wm-select/wm-select.e2e.js +0 -521
  324. package/dist/collection/components/selects/wm-select/wm-select.spec.js +0 -271
  325. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
  326. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
  327. package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
  328. package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
  329. package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
  330. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
  331. package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
  332. package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
  333. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
  334. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
  335. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
  336. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
  337. package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
  338. package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
  339. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
  340. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
  341. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
  342. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
  343. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
  344. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
  345. package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
  346. package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
  347. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
  348. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
  349. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
  350. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
  351. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
  352. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
  353. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
  354. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
  355. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
  356. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
  357. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
  358. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
  359. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
  360. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
  361. package/dist/collection/global/functions.spec.js +0 -126
  362. package/dist/collection/lang/lang.spec.js +0 -20
  363. package/dist/esm/index-558b5a82.js +0 -2618
  364. package/dist/esm-es5/chartFunctions-3f5f0c99.js +0 -1
  365. package/dist/esm-es5/functions-8800c690.js +0 -1
  366. package/dist/esm-es5/global-22b7c9ea.js +0 -1
  367. package/dist/esm-es5/index-558b5a82.js +0 -1
  368. package/dist/ripple/p-04c6d049.entry.js +0 -1
  369. package/dist/ripple/p-0aded1ad.system.entry.js +0 -1
  370. package/dist/ripple/p-10cfa4f1.system.entry.js +0 -1
  371. package/dist/ripple/p-1465e576.system.entry.js +0 -1
  372. package/dist/ripple/p-1bd2cb0c.system.entry.js +0 -1
  373. package/dist/ripple/p-214ae691.entry.js +0 -1
  374. package/dist/ripple/p-2b783e04.entry.js +0 -1
  375. package/dist/ripple/p-2f49268a.entry.js +0 -1
  376. package/dist/ripple/p-32867e2e.entry.js +0 -1
  377. package/dist/ripple/p-3a9a98ff.entry.js +0 -1
  378. package/dist/ripple/p-3e854aad.system.entry.js +0 -1
  379. package/dist/ripple/p-40ce8220.system.entry.js +0 -1
  380. package/dist/ripple/p-414032d3.entry.js +0 -1
  381. package/dist/ripple/p-41476faa.system.entry.js +0 -1
  382. package/dist/ripple/p-42bc7675.system.js +0 -1
  383. package/dist/ripple/p-43f68b56.system.entry.js +0 -1
  384. package/dist/ripple/p-4bde7781.js +0 -1
  385. package/dist/ripple/p-4de1777b.system.entry.js +0 -1
  386. package/dist/ripple/p-50010933.entry.js +0 -1
  387. package/dist/ripple/p-50c2bb00.entry.js +0 -1
  388. package/dist/ripple/p-568c595f.js +0 -2
  389. package/dist/ripple/p-56cdd9af.system.entry.js +0 -1
  390. package/dist/ripple/p-5a216138.system.entry.js +0 -1
  391. package/dist/ripple/p-63c226a0.system.entry.js +0 -1
  392. package/dist/ripple/p-64461414.entry.js +0 -1
  393. package/dist/ripple/p-6832410b.entry.js +0 -1
  394. package/dist/ripple/p-6a47a797.entry.js +0 -1
  395. package/dist/ripple/p-6ec29925.js +0 -1
  396. package/dist/ripple/p-6f18ff34.entry.js +0 -1
  397. package/dist/ripple/p-73e4e23a.entry.js +0 -1
  398. package/dist/ripple/p-78176eec.system.entry.js +0 -1
  399. package/dist/ripple/p-7985f04b.entry.js +0 -1
  400. package/dist/ripple/p-7ea2523a.system.entry.js +0 -1
  401. package/dist/ripple/p-84bde80d.system.entry.js +0 -1
  402. package/dist/ripple/p-85962691.entry.js +0 -1
  403. package/dist/ripple/p-98cc1aae.system.entry.js +0 -1
  404. package/dist/ripple/p-a118292d.entry.js +0 -1
  405. package/dist/ripple/p-a7e55fb6.entry.js +0 -1
  406. package/dist/ripple/p-a8156c34.system.js +0 -1
  407. package/dist/ripple/p-a9bdc8ed.entry.js +0 -1
  408. package/dist/ripple/p-ab254e2b.entry.js +0 -1
  409. package/dist/ripple/p-ab8d78cc.system.js +0 -2
  410. package/dist/ripple/p-b2c2245e.entry.js +0 -1
  411. package/dist/ripple/p-b75b811f.entry.js +0 -1
  412. package/dist/ripple/p-b77706d6.entry.js +0 -1
  413. package/dist/ripple/p-b80a3bf5.entry.js +0 -1
  414. package/dist/ripple/p-bca4b4b6.system.entry.js +0 -1
  415. package/dist/ripple/p-be22192b.system.entry.js +0 -1
  416. package/dist/ripple/p-cf2a23e8.system.entry.js +0 -1
  417. package/dist/ripple/p-cfff64c2.system.js +0 -1
  418. package/dist/ripple/p-d3eb9335.entry.js +0 -1
  419. package/dist/ripple/p-d412aa02.system.entry.js +0 -1
  420. package/dist/ripple/p-d6da12dc.system.entry.js +0 -1
  421. package/dist/ripple/p-deb96326.entry.js +0 -1
  422. package/dist/ripple/p-dee79f8c.system.entry.js +0 -1
  423. package/dist/ripple/p-df253834.system.entry.js +0 -1
  424. package/dist/ripple/p-e14233fd.entry.js +0 -1
  425. package/dist/ripple/p-e2530233.system.entry.js +0 -1
  426. package/dist/ripple/p-e77ac9d0.entry.js +0 -1
  427. package/dist/ripple/p-e963cbc7.system.entry.js +0 -1
  428. package/dist/ripple/p-ebe2b432.system.entry.js +0 -1
  429. package/dist/ripple/p-eca78c2b.js +0 -1
  430. package/dist/ripple/p-ecd3ac6e.system.entry.js +0 -1
  431. package/dist/ripple/p-edd87140.system.js +0 -1
  432. package/dist/ripple/p-f14d1a31.system.entry.js +0 -1
  433. package/dist/ripple/p-f1a400a3.system.entry.js +0 -1
  434. package/dist/ripple/p-f394a24f.entry.js +0 -1
  435. package/dist/ripple/p-f42e1ea9.entry.js +0 -1
  436. package/dist/ripple/p-faad130f.entry.js +0 -1
  437. package/dist/ripple/p-fb3d7911.system.entry.js +0 -1
  438. package/dist/ripple/p-ff0dba4e.system.entry.js +0 -1
@@ -93,7 +93,7 @@
93
93
  }
94
94
  :host .wm-button:not(.-icononly):not(.-navigational) .mdi,
95
95
  :host .wm-button:not(.-icononly):not(.-navigational) .svg-icon {
96
- margin-right: 0.3125rem;
96
+ margin-inline-end: 0.3125rem;
97
97
  font-size: 0.875rem;
98
98
  width: var(--icon-size, 14px);
99
99
  height: var(--icon-size, 14px);
@@ -496,14 +496,198 @@
496
496
  .svg-icon.vertical {
497
497
  transform: scaleY(-1);
498
498
  }
499
- .svg-icon.svg-pencil:before {
499
+ .svg-icon.svg-add:before {
500
+ -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,13H13V19H11V13H5V11H11V5H13V11H19V13Z'/%3E%3C/svg%3E%0A");
501
+ 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,13H13V19H11V13H5V11H11V5H13V11H19V13Z'/%3E%3C/svg%3E%0A");
502
+ }
503
+ .svg-icon.svg-add-person:before {
504
+ -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='M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z'/%3E%3C/svg%3E%0A");
505
+ 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='M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z'/%3E%3C/svg%3E%0A");
506
+ }
507
+ .svg-icon.svg-add-tag:before {
508
+ -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='M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M13,7H11V11H7V13H11V17H13V13H17V11H13V7Z'/%3E%3C/svg%3E%0A");
509
+ 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,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M13,7H11V11H7V13H11V17H13V13H17V11H13V7Z'/%3E%3C/svg%3E%0A");
510
+ }
511
+ .svg-icon.svg-ai:before {
512
+ -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='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
513
+ 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,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
514
+ }
515
+ .svg-icon.svg-api-connected:before {
516
+ -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='M6.5 20Q4.22 20 2.61 18.43 1 16.85 1 14.58 1 12.63 2.17 11.1 3.35 9.57 5.25 9.15 5.88 6.85 7.75 5.43 9.63 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 17.38 21.69 18.69 20.38 20 18.5 20M6.5 18H18.5Q19.55 18 20.27 17.27 21 16.55 21 15.5 21 14.45 20.27 13.73 19.55 13 18.5 13H17V11Q17 8.93 15.54 7.46 14.08 6 12 6 9.93 6 8.46 7.46 7 8.93 7 11H6.5Q5.05 11 4.03 12.03 3 13.05 3 14.5 3 15.95 4.03 17 5.05 18 6.5 18M12 12Z'/%3E%3C/svg%3E%0A");
517
+ 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='M6.5 20Q4.22 20 2.61 18.43 1 16.85 1 14.58 1 12.63 2.17 11.1 3.35 9.57 5.25 9.15 5.88 6.85 7.75 5.43 9.63 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 17.38 21.69 18.69 20.38 20 18.5 20M6.5 18H18.5Q19.55 18 20.27 17.27 21 16.55 21 15.5 21 14.45 20.27 13.73 19.55 13 18.5 13H17V11Q17 8.93 15.54 7.46 14.08 6 12 6 9.93 6 8.46 7.46 7 8.93 7 11H6.5Q5.05 11 4.03 12.03 3 13.05 3 14.5 3 15.95 4.03 17 5.05 18 6.5 18M12 12Z'/%3E%3C/svg%3E%0A");
518
+ }
519
+ .svg-icon.svg-api-disconnected:before {
520
+ -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.8 22.6L17.15 20H6.5Q4.2 20 2.6 18.4T1 14.5Q1 12.58 2.19 11.08 3.38 9.57 5.25 9.15 5.33 8.95 5.4 8.76 5.5 8.57 5.55 8.35L1.4 4.2L2.8 2.8L21.2 21.2M6.5 18H15.15L7.1 9.95Q7.05 10.23 7.03 10.5 7 10.73 7 11H6.5Q5.05 11 4.03 12.03 3 13.05 3 14.5 3 15.95 4.03 17 5.05 18 6.5 18M11.13 14M21.6 18.75L20.15 17.35Q20.58 17 20.79 16.54 21 16.08 21 15.5 21 14.45 20.27 13.73 19.55 13 18.5 13H17V11Q17 8.93 15.54 7.46 14.08 6 12 6 11.33 6 10.7 6.16 10.07 6.33 9.5 6.68L8.05 5.23Q8.93 4.63 9.91 4.31 10.9 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 16.5 22.63 17.31 22.25 18.15 21.6 18.75M14.83 12.03Z'/%3E%3C/svg%3E%0A");
521
+ 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.8 22.6L17.15 20H6.5Q4.2 20 2.6 18.4T1 14.5Q1 12.58 2.19 11.08 3.38 9.57 5.25 9.15 5.33 8.95 5.4 8.76 5.5 8.57 5.55 8.35L1.4 4.2L2.8 2.8L21.2 21.2M6.5 18H15.15L7.1 9.95Q7.05 10.23 7.03 10.5 7 10.73 7 11H6.5Q5.05 11 4.03 12.03 3 13.05 3 14.5 3 15.95 4.03 17 5.05 18 6.5 18M11.13 14M21.6 18.75L20.15 17.35Q20.58 17 20.79 16.54 21 16.08 21 15.5 21 14.45 20.27 13.73 19.55 13 18.5 13H17V11Q17 8.93 15.54 7.46 14.08 6 12 6 11.33 6 10.7 6.16 10.07 6.33 9.5 6.68L8.05 5.23Q8.93 4.63 9.91 4.31 10.9 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 16.5 22.63 17.31 22.25 18.15 21.6 18.75M14.83 12.03Z'/%3E%3C/svg%3E%0A");
522
+ }
523
+ .svg-icon.svg-apps:before {
524
+ -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='M16,20H20V16H16M16,14H20V10H16M10,8H14V4H10M16,8H20V4H16M10,14H14V10H10M4,14H8V10H4M4,20H8V16H4M10,20H14V16H10M4,8H8V4H4V8Z'/%3E%3C/svg%3E%0A");
525
+ 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='M16,20H20V16H16M16,14H20V10H16M10,8H14V4H10M16,8H20V4H16M10,14H14V10H10M4,14H8V10H4M4,20H8V16H4M10,20H14V16H10M4,8H8V4H4V8Z'/%3E%3C/svg%3E%0A");
526
+ }
527
+ .svg-icon.svg-attach:before {
528
+ -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='M16.5,6V17.5A4,4 0 0,1 12.5,21.5A4,4 0 0,1 8.5,17.5V5A2.5,2.5 0 0,1 11,2.5A2.5,2.5 0 0,1 13.5,5V15.5A1,1 0 0,1 12.5,16.5A1,1 0 0,1 11.5,15.5V6H10V15.5A2.5,2.5 0 0,0 12.5,18A2.5,2.5 0 0,0 15,15.5V5A4,4 0 0,0 11,1A4,4 0 0,0 7,5V17.5A5.5,5.5 0 0,0 12.5,23A5.5,5.5 0 0,0 18,17.5V6H16.5Z'/%3E%3C/svg%3E%0A");
529
+ 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='M16.5,6V17.5A4,4 0 0,1 12.5,21.5A4,4 0 0,1 8.5,17.5V5A2.5,2.5 0 0,1 11,2.5A2.5,2.5 0 0,1 13.5,5V15.5A1,1 0 0,1 12.5,16.5A1,1 0 0,1 11.5,15.5V6H10V15.5A2.5,2.5 0 0,0 12.5,18A2.5,2.5 0 0,0 15,15.5V5A4,4 0 0,0 11,1A4,4 0 0,0 7,5V17.5A5.5,5.5 0 0,0 12.5,23A5.5,5.5 0 0,0 18,17.5V6H16.5Z'/%3E%3C/svg%3E%0A");
530
+ }
531
+ .svg-icon.svg-back:before {
532
+ -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='M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z'/%3E%3C/svg%3E%0A");
533
+ 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='M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z'/%3E%3C/svg%3E%0A");
534
+ }
535
+ .svg-icon.svg-close:before {
536
+ -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,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z'/%3E%3C/svg%3E%0A");
537
+ 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,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z'/%3E%3C/svg%3E%0A");
538
+ }
539
+ .svg-icon.svg-collapsed:before {
540
+ -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='M10,17L15,12L10,7V17Z'/%3E%3C/svg%3E%0A");
541
+ 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='M10,17L15,12L10,7V17Z'/%3E%3C/svg%3E%0A");
542
+ }
543
+ .svg-icon.svg-date:before {
544
+ -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='M12 12H17V17H12V12M19 3H18V1H16V3H8V1H6V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M19 5V7H5V5H19M5 19V9H19V19H5Z'/%3E%3C/svg%3E%0A");
545
+ 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 12H17V17H12V12M19 3H18V1H16V3H8V1H6V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M19 5V7H5V5H19M5 19V9H19V19H5Z'/%3E%3C/svg%3E%0A");
546
+ }
547
+ .svg-icon.svg-delete:before {
548
+ -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,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z'/%3E%3C/svg%3E%0A");
549
+ 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,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z'/%3E%3C/svg%3E%0A");
550
+ }
551
+ .svg-icon.svg-download:before {
552
+ -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='M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z'/%3E%3C/svg%3E%0A");
553
+ 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='M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z'/%3E%3C/svg%3E%0A");
554
+ }
555
+ .svg-icon.svg-edit:before {
500
556
  -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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
501
557
  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='M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z'/%3E%3C/svg%3E%0A");
502
558
  }
559
+ .svg-icon.svg-error:before {
560
+ -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='M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z'/%3E%3C/svg%3E%0A");
561
+ 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='M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z'/%3E%3C/svg%3E%0A");
562
+ }
563
+ .svg-icon.svg-expand-less:before {
564
+ -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='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z'/%3E%3C/svg%3E%0A");
565
+ 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='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z'/%3E%3C/svg%3E%0A");
566
+ }
567
+ .svg-icon.svg-expand-more:before {
568
+ -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='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z'/%3E%3C/svg%3E%0A");
569
+ 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='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z'/%3E%3C/svg%3E%0A");
570
+ }
571
+ .svg-icon.svg-expanded:before {
572
+ -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='M7,10L12,15L17,10H7Z'/%3E%3C/svg%3E%0A");
573
+ 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='M7,10L12,15L17,10H7Z'/%3E%3C/svg%3E%0A");
574
+ }
575
+ .svg-icon.svg-forward:before {
576
+ -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='M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z'/%3E%3C/svg%3E%0A");
577
+ 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='M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z'/%3E%3C/svg%3E%0A");
578
+ }
579
+ .svg-icon.svg-help-center:before {
580
+ -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='M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z'/%3E%3C/svg%3E%0A");
581
+ 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='M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z'/%3E%3C/svg%3E%0A");
582
+ }
583
+ .svg-icon.svg-hide:before {
584
+ -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='M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z'/%3E%3C/svg%3E%0A");
585
+ 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='M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z'/%3E%3C/svg%3E%0A");
586
+ }
587
+ .svg-icon.svg-info:before {
588
+ -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='M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z'/%3E%3C/svg%3E%0A");
589
+ 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='M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z'/%3E%3C/svg%3E%0A");
590
+ }
591
+ .svg-icon.svg-locked:before {
592
+ -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='M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E%0A");
593
+ 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,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3E%3C/svg%3E%0A");
594
+ }
595
+ .svg-icon.svg-menu:before {
596
+ -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='M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z'/%3E%3C/svg%3E%0A");
597
+ 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='M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z'/%3E%3C/svg%3E%0A");
598
+ }
599
+ .svg-icon.svg-more-options:before {
600
+ -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='M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z'/%3E%3C/svg%3E%0A");
601
+ 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,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z'/%3E%3C/svg%3E%0A");
602
+ }
603
+ .svg-icon.svg-move-down:before {
604
+ -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='M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z'/%3E%3C/svg%3E%0A");
605
+ 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='M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z'/%3E%3C/svg%3E%0A");
606
+ }
607
+ .svg-icon.svg-move-up:before {
608
+ -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='M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z'/%3E%3C/svg%3E%0A");
609
+ 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='M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z'/%3E%3C/svg%3E%0A");
610
+ }
611
+ .svg-icon.svg-navigator-icon:before {
612
+ -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)' fill-rule='evenodd' clip-rule='evenodd' d='M21.9,11.5c0,5.5-4.4,9.9-9.9,9.9c-5.5,0-9.9-4.4-9.9-9.9C2.1,6,6.5,1.6,12,1.6 C17.5,1.6,21.9,6,21.9,11.5z M22.5,11.5C22.5,17.3,17.8,22,12,22C6.2,22,1.5,17.3,1.5,11.5C1.5,5.7,6.2,1,12,1 C17.8,1,22.5,5.7,22.5,11.5z M7.7,15.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3s0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S7.4,15.6,7.7,15.8z M11.2,15.8c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S10.9,15.6,11.2,15.8z M14.7,15.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S14.4,15.6,14.7,15.8z M7.7,12.3c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S7.4,12.1,7.7,12.3z M11.2,12.3c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S10.9,12.1,11.2,12.3z M14.7,12.3c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S14.4,12.1,14.7,12.3z M7.7,8.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3S9.7,8.3,9.7,8S9.6,7.4,9.3,7.2S8.8,6.8,8.5,6.8 S7.9,6.9,7.7,7.2S7.3,7.7,7.3,8S7.4,8.6,7.7,8.8z M11.2,8.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8 s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S10.9,8.6,11.2,8.8z M14.7,8.8 c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3 c-0.2,0.2-0.3,0.5-0.3,0.8S14.4,8.6,14.7,8.8z'/%3E%3C/svg%3E%0A");
613
+ 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)' fill-rule='evenodd' clip-rule='evenodd' d='M21.9,11.5c0,5.5-4.4,9.9-9.9,9.9c-5.5,0-9.9-4.4-9.9-9.9C2.1,6,6.5,1.6,12,1.6 C17.5,1.6,21.9,6,21.9,11.5z M22.5,11.5C22.5,17.3,17.8,22,12,22C6.2,22,1.5,17.3,1.5,11.5C1.5,5.7,6.2,1,12,1 C17.8,1,22.5,5.7,22.5,11.5z M7.7,15.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3s0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S7.4,15.6,7.7,15.8z M11.2,15.8c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S10.9,15.6,11.2,15.8z M14.7,15.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S14.4,15.6,14.7,15.8z M7.7,12.3c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S7.4,12.1,7.7,12.3z M11.2,12.3c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8 c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S10.9,12.1,11.2,12.3z M14.7,12.3c0.2,0.2,0.5,0.3,0.8,0.3 s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8 S14.4,12.1,14.7,12.3z M7.7,8.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3S9.7,8.3,9.7,8S9.6,7.4,9.3,7.2S8.8,6.8,8.5,6.8 S7.9,6.9,7.7,7.2S7.3,7.7,7.3,8S7.4,8.6,7.7,8.8z M11.2,8.8c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8 s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.8S10.9,8.6,11.2,8.8z M14.7,8.8 c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.8s-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.8-0.3s-0.6,0.1-0.8,0.3 c-0.2,0.2-0.3,0.5-0.3,0.8S14.4,8.6,14.7,8.8z'/%3E%3C/svg%3E%0A");
614
+ }
615
+ .svg-icon.svg-next:before {
616
+ -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='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E%0A");
617
+ 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='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E%0A");
618
+ }
619
+ .svg-icon.svg-notifications:before {
620
+ -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='M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M14,21A2,2 0 0,1 12,23A2,2 0 0,1 10,21'/%3E%3C/svg%3E%0A");
621
+ 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='M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M14,21A2,2 0 0,1 12,23A2,2 0 0,1 10,21'/%3E%3C/svg%3E%0A");
622
+ }
623
+ .svg-icon.svg-open-in-new:before {
624
+ -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='M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z'/%3E%3C/svg%3E%0A");
625
+ 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='M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z'/%3E%3C/svg%3E%0A");
626
+ }
627
+ .svg-icon.svg-pending:before {
628
+ -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='M15.3,19.3l1.1,1.8c-1,0.5-2.1,0.8-3.3,0.9v-2.1C13.8,19.8,14.6,19.6,15.3,19.3z M3.6,12.6H1.5 c0.1,1.2,0.4,2.3,0.9,3.3l1.8-1.1C3.9,14.1,3.7,13.3,3.6,12.6z M15.3,3.7l1.1-1.8c-1-0.5-2.1-0.8-3.3-0.9v2.1 C13.8,3.2,14.6,3.4,15.3,3.7z M20.4,10.4h2.1c-0.1-1.2-0.4-2.3-0.9-3.3l-1.8,1.1C20.1,8.9,20.3,9.7,20.4,10.4z M8.7,19.3l-1.1,1.8 c1,0.5,2.1,0.8,3.3,0.9v-2.1C10.2,19.8,9.4,19.6,8.7,19.3z M10.9,3.1V1C9.8,1.1,8.7,1.4,7.7,1.9l1.1,1.8C9.4,3.4,10.2,3.2,10.9,3.1 z M18.7,6.4l1.8-1.1c-0.7-0.9-1.5-1.7-2.4-2.4l-1.1,1.8C17.7,5.3,18.2,5.8,18.7,6.4z M4.2,8.2L2.4,7.2c-0.5,1-0.8,2.1-0.9,3.3h2.1 C3.7,9.7,3.9,8.9,4.2,8.2z M20.4,12.6c-0.1,0.8-0.3,1.5-0.6,2.2l1.8,1.1c0.5-1,0.8-2.1,0.9-3.3H20.4z M17.1,18.2l1.1,1.8 c0.9-0.7,1.7-1.5,2.4-2.4l-1.8-1.1C18.2,17.2,17.7,17.7,17.1,18.2z M6.9,4.8L5.8,2.9C4.9,3.6,4.1,4.4,3.5,5.3l1.8,1.1 C5.8,5.8,6.3,5.3,6.9,4.8z M5.3,16.6l-1.8,1.1c0.7,0.9,1.5,1.7,2.4,2.4l1.1-1.8C6.3,17.7,5.8,17.2,5.3,16.6z M13.1,6.2h-2.1v5.7 l4.5,4.5L17,15l-3.9-3.9V6.2z'/%3E%3C/svg%3E%0A");
629
+ 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='M15.3,19.3l1.1,1.8c-1,0.5-2.1,0.8-3.3,0.9v-2.1C13.8,19.8,14.6,19.6,15.3,19.3z M3.6,12.6H1.5 c0.1,1.2,0.4,2.3,0.9,3.3l1.8-1.1C3.9,14.1,3.7,13.3,3.6,12.6z M15.3,3.7l1.1-1.8c-1-0.5-2.1-0.8-3.3-0.9v2.1 C13.8,3.2,14.6,3.4,15.3,3.7z M20.4,10.4h2.1c-0.1-1.2-0.4-2.3-0.9-3.3l-1.8,1.1C20.1,8.9,20.3,9.7,20.4,10.4z M8.7,19.3l-1.1,1.8 c1,0.5,2.1,0.8,3.3,0.9v-2.1C10.2,19.8,9.4,19.6,8.7,19.3z M10.9,3.1V1C9.8,1.1,8.7,1.4,7.7,1.9l1.1,1.8C9.4,3.4,10.2,3.2,10.9,3.1 z M18.7,6.4l1.8-1.1c-0.7-0.9-1.5-1.7-2.4-2.4l-1.1,1.8C17.7,5.3,18.2,5.8,18.7,6.4z M4.2,8.2L2.4,7.2c-0.5,1-0.8,2.1-0.9,3.3h2.1 C3.7,9.7,3.9,8.9,4.2,8.2z M20.4,12.6c-0.1,0.8-0.3,1.5-0.6,2.2l1.8,1.1c0.5-1,0.8-2.1,0.9-3.3H20.4z M17.1,18.2l1.1,1.8 c0.9-0.7,1.7-1.5,2.4-2.4l-1.8-1.1C18.2,17.2,17.7,17.7,17.1,18.2z M6.9,4.8L5.8,2.9C4.9,3.6,4.1,4.4,3.5,5.3l1.8,1.1 C5.8,5.8,6.3,5.3,6.9,4.8z M5.3,16.6l-1.8,1.1c0.7,0.9,1.5,1.7,2.4,2.4l1.1-1.8C6.3,17.7,5.8,17.2,5.3,16.6z M13.1,6.2h-2.1v5.7 l4.5,4.5L17,15l-3.9-3.9V6.2z'/%3E%3C/svg%3E%0A");
630
+ }
631
+ .svg-icon.svg-previous:before {
632
+ -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='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z'/%3E%3C/svg%3E%0A");
633
+ 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='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z'/%3E%3C/svg%3E%0A");
634
+ }
635
+ .svg-icon.svg-remove:before {
636
+ -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='M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z'/%3E%3C/svg%3E%0A");
637
+ 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.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z'/%3E%3C/svg%3E%0A");
638
+ }
639
+ .svg-icon.svg-remove-tag:before {
640
+ -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='M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M14.59,8L12,10.59L9.41,8L8,9.41L10.59,12L8,14.59L9.41,16L12,13.41L14.59,16L16,14.59L13.41,12L16,9.41L14.59,8Z'/%3E%3C/svg%3E%0A");
641
+ 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,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M14.59,8L12,10.59L9.41,8L8,9.41L10.59,12L8,14.59L9.41,16L12,13.41L14.59,16L16,14.59L13.41,12L16,9.41L14.59,8Z'/%3E%3C/svg%3E%0A");
642
+ }
643
+ .svg-icon.svg-restore:before {
644
+ -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='M13.5,8H12V13L16.28,15.54L17,14.33L13.5,12.25V8M13,3A9,9 0 0,0 4,12H1L4.96,16.03L9,12H6A7,7 0 0,1 13,5A7,7 0 0,1 20,12A7,7 0 0,1 13,19C11.07,19 9.32,18.21 8.06,16.94L6.64,18.36C8.27,20 10.5,21 13,21A9,9 0 0,0 22,12A9,9 0 0,0 13,3'/%3E%3C/svg%3E%0A");
645
+ 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='M13.5,8H12V13L16.28,15.54L17,14.33L13.5,12.25V8M13,3A9,9 0 0,0 4,12H1L4.96,16.03L9,12H6A7,7 0 0,1 13,5A7,7 0 0,1 20,12A7,7 0 0,1 13,19C11.07,19 9.32,18.21 8.06,16.94L6.64,18.36C8.27,20 10.5,21 13,21A9,9 0 0,0 22,12A9,9 0 0,0 13,3'/%3E%3C/svg%3E%0A");
646
+ }
503
647
  .svg-icon.svg-rotate-right:before {
504
648
  -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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
505
649
  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='M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z'/%3E%3C/svg%3E%0A");
506
650
  }
651
+ .svg-icon.svg-save:before {
652
+ -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='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z'/%3E%3C/svg%3E%0A");
653
+ 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='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z'/%3E%3C/svg%3E%0A");
654
+ }
655
+ .svg-icon.svg-search:before {
656
+ -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='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z'/%3E%3C/svg%3E%0A");
657
+ 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='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z'/%3E%3C/svg%3E%0A");
658
+ }
659
+ .svg-icon.svg-show:before {
660
+ -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='M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z'/%3E%3C/svg%3E%0A");
661
+ 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,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z'/%3E%3C/svg%3E%0A");
662
+ }
663
+ .svg-icon.svg-sort-a-to-z:before {
664
+ -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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
665
+ 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='M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z'/%3E%3C/svg%3E%0A");
666
+ }
667
+ .svg-icon.svg-sort-z-to-a:before {
668
+ -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 15L17.59 13.59L13 18.17V2H11V18.17L6.41 13.58L5 15L12 22L19 15Z'/%3E%3C/svg%3E%0A");
669
+ 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 15L17.59 13.59L13 18.17V2H11V18.17L6.41 13.58L5 15L12 22L19 15Z'/%3E%3C/svg%3E%0A");
670
+ }
671
+ .svg-icon.svg-success:before {
672
+ -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='M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z'/%3E%3C/svg%3E%0A");
673
+ 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 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z'/%3E%3C/svg%3E%0A");
674
+ }
675
+ .svg-icon.svg-time:before {
676
+ -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='M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M17 13.9L16.3 15.2L11 12.3V7H12.5V11.4L17 13.9Z'/%3E%3C/svg%3E%0A");
677
+ 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 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M17 13.9L16.3 15.2L11 12.3V7H12.5V11.4L17 13.9Z'/%3E%3C/svg%3E%0A");
678
+ }
679
+ .svg-icon.svg-undo:before {
680
+ -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='M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z'/%3E%3C/svg%3E%0A");
681
+ 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.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z'/%3E%3C/svg%3E%0A");
682
+ }
683
+ .svg-icon.svg-upload:before {
684
+ -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='M9,16V10H5L12,3L19,10H15V16H9M5,20V18H19V20H5Z'/%3E%3C/svg%3E%0A");
685
+ 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='M9,16V10H5L12,3L19,10H15V16H9M5,20V18H19V20H5Z'/%3E%3C/svg%3E%0A");
686
+ }
687
+ .svg-icon.svg-wrong:before {
688
+ -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='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");
689
+ 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");
690
+ }
507
691
 
508
692
  :host {
509
693
  display: block;
@@ -206,9 +206,9 @@ export class Uploader {
206
206
  return (h("div", { class: `wrapper ${this.errorMessage ? "invalid" : ""}` }, h("div", { id: "label", class: `label` }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))));
207
207
  }
208
208
  render() {
209
- return (h(Host, null, this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
209
+ return (h(Host, { key: '46d82b5386359d17221f7b7376dbbafcdd245543' }, this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { key: 'b7f938f7da392db21554228ab4f104a2116ecb44', ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
210
210
  ,
211
- "aria-atomic": "true" }), h("div", { ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
211
+ "aria-atomic": "true" }), h("div", { key: '1b0a6f5340262caed883ac70a38f76e80f6c0d5c', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
212
212
  }
213
213
  static get is() { return "wm-uploader"; }
214
214
  static get encapsulation() { return "shadow"; }
@@ -1,43 +1,43 @@
1
- /* This script is useful when we translate internally, so we know which keys to translate.
2
- * Currently Martin Maugeais translates to French and Kristian Manrique to Spanish.
3
- * This script should be run with `npm run missing`. It may fail otherwise, as fs paths are relative to project root.
4
- */
5
-
6
- const fs = require("fs");
7
- const en = require("./en.json");
8
- const fr = require("./fr.json");
9
- const es = require("./es.json");
10
-
11
- const keys = Object.keys(en);
12
-
13
- let missingFR = {};
14
- let missingES = {};
15
-
16
- keys.map((key) => {
17
- if (!fr[key]) {
18
- missingFR[key] = en[key];
19
- }
20
-
21
- if (!es[key]) {
22
- missingES[key] = en[key];
23
- }
24
- });
25
-
26
- const dataFR = JSON.stringify(missingFR, null, 2);
27
- const dataES = JSON.stringify(missingES, null, 2);
28
-
29
- const totalMissingFR = Object.entries(missingFR).length;
30
- if (totalMissingFR > 0) {
31
- fs.writeFile("src/lang/missingTranslationsFR.json", dataFR, (err) => {
32
- !!err && console.log(err);
33
- });
34
- console.log(`${totalMissingFR} french translations missing. See src/lang/missingTranslationsFR.json`);
35
- }
36
-
37
- const totalMissingES = Object.entries(missingES).length;
38
- if (totalMissingES > 0) {
39
- fs.writeFile("src/lang/missingTranslationsES.json", dataES, (err) => {
40
- !!err && console.log(err);
41
- });
42
- console.log(`${totalMissingES} spanish translations missing. See src/lang/missingTranslationsES.json`);
43
- }
1
+ /* This script is useful when we translate internally, so we know which keys to translate.
2
+ * Currently Martin Maugeais translates to French and Kristian Manrique to Spanish.
3
+ * This script should be run with `npm run missing`. It may fail otherwise, as fs paths are relative to project root.
4
+ */
5
+
6
+ const fs = require("fs");
7
+ const en = require("./en.json");
8
+ const fr = require("./fr.json");
9
+ const es = require("./es.json");
10
+
11
+ const keys = Object.keys(en);
12
+
13
+ let missingFR = {};
14
+ let missingES = {};
15
+
16
+ keys.map((key) => {
17
+ if (!fr[key]) {
18
+ missingFR[key] = en[key];
19
+ }
20
+
21
+ if (!es[key]) {
22
+ missingES[key] = en[key];
23
+ }
24
+ });
25
+
26
+ const dataFR = JSON.stringify(missingFR, null, 2);
27
+ const dataES = JSON.stringify(missingES, null, 2);
28
+
29
+ const totalMissingFR = Object.entries(missingFR).length;
30
+ if (totalMissingFR > 0) {
31
+ fs.writeFile("src/lang/missingTranslationsFR.json", dataFR, (err) => {
32
+ !!err && console.log(err);
33
+ });
34
+ console.log(`${totalMissingFR} french translations missing. See src/lang/missingTranslationsFR.json`);
35
+ }
36
+
37
+ const totalMissingES = Object.entries(missingES).length;
38
+ if (totalMissingES > 0) {
39
+ fs.writeFile("src/lang/missingTranslationsES.json", dataES, (err) => {
40
+ !!err && console.log(err);
41
+ });
42
+ console.log(`${totalMissingES} spanish translations missing. See src/lang/missingTranslationsES.json`);
43
+ }
@@ -1,93 +1,93 @@
1
- const fs = require("fs");
2
- const en = require("./en.json");
3
-
4
- const pig = {};
5
- Object.keys(en).map((k) => {
6
- let string = en[k].defaultMessage;
7
- const interpStart = string.indexOf("{");
8
- const interpEnd = string.lastIndexOf("}") + 1;
9
-
10
- // if there is an interpolation pattern
11
- if (interpStart >= 0 && interpEnd > 2) {
12
- let translInterp = translateSentence(string.slice(0, interpStart));
13
-
14
- const interp = string.slice(interpStart, interpEnd);
15
- // what's inside the braces shouldn't be translated
16
- // unless it's in nested translated, and so on
17
- // we can set flags to cut the string into pieces
18
- // which should or should not be translated
19
- const flags = [];
20
- for (x = 0; x < interp.length; x++) {
21
- if (interp[x] == "{") {
22
- flags.push(x);
23
- } else if (interp[x] == "}") {
24
- flags.push(x);
25
- }
26
- }
27
-
28
- splits = flags.map((_, i) => {
29
- if (i < flags.length) return interp.slice(flags[i], flags[i + 1]);
30
- });
31
-
32
- splits.map((split, i) => {
33
- translInterp += i % 2 ? translateSentence(split) : split; // only translate even ones (the odd ones are params)
34
- });
35
-
36
- translInterp += translateSentence(string.slice(interpEnd, string.length));
37
-
38
- const dm = { defaultMessage: translInterp };
39
- pig[k] = dm;
40
- } else {
41
- const dm = { defaultMessage: translateSentence(string) };
42
- pig[k] = dm;
43
- }
44
- });
45
- data = JSON.stringify(pig, null, 2);
46
-
47
- fs.writeFile("src/lang/pig.json", data, (err) => {
48
- !!err && console.log(err);
49
- });
50
-
51
- function pigLatinize(word) {
52
- const isVowel = (char) => ["a", "e", "i", "o", "u"].includes(char.toLowerCase());
53
- const isLetter = (char) => RegExp(/^\p{L}/, "u").test(char);
54
-
55
- const firstLetter = Array.from(word).reduce((l, char, i) => (isLetter(char) && l < 0 ? i : l), -1);
56
-
57
- const lastLetter = Array.from(word).reduce((l, char, i) => (isLetter(char) ? i : l), -1);
58
-
59
- if (firstLetter == -1 && lastLetter == -1) return word; // only special chars, don't translate
60
-
61
- const specialKBefore = word.slice(0, firstLetter) || "";
62
- const specialKAfter = word.slice(lastLetter + 1, word.length + 1) || "";
63
- word = word.slice(firstLetter, lastLetter + 1) || "";
64
-
65
- if (word) {
66
- if (isVowel(word[0])) {
67
- word += "yay";
68
- } else {
69
- const firstVowel = Array.from(word).reduce((firstV, char, i) => {
70
- return isVowel(char) && firstV < 0 ? i : firstV;
71
- }, -1);
72
- if (word[0] == word[0].toUpperCase()) {
73
- word =
74
- word.substring(firstVowel, firstVowel + 1).toUpperCase() +
75
- word.substring(firstVowel + 1, word.length) +
76
- word.substring(0, firstVowel).toLowerCase() +
77
- "ay";
78
- } else {
79
- word = word.substring(firstVowel, word.length) + word.substring(0, firstVowel) + "ay";
80
- }
81
- }
82
- }
83
- return specialKBefore + word + specialKAfter;
84
- }
85
-
86
- function translateSentence(string) {
87
- let words = string.split(" ");
88
- return words
89
- .reduce((acc, word) => {
90
- return acc + " " + pigLatinize(word);
91
- }, "")
92
- .substring(1); // rm leading space
93
- }
1
+ const fs = require("fs");
2
+ const en = require("./en.json");
3
+
4
+ const pig = {};
5
+ Object.keys(en).map((k) => {
6
+ let string = en[k].defaultMessage;
7
+ const interpStart = string.indexOf("{");
8
+ const interpEnd = string.lastIndexOf("}") + 1;
9
+
10
+ // if there is an interpolation pattern
11
+ if (interpStart >= 0 && interpEnd > 2) {
12
+ let translInterp = translateSentence(string.slice(0, interpStart));
13
+
14
+ const interp = string.slice(interpStart, interpEnd);
15
+ // what's inside the braces shouldn't be translated
16
+ // unless it's in nested translated, and so on
17
+ // we can set flags to cut the string into pieces
18
+ // which should or should not be translated
19
+ const flags = [];
20
+ for (x = 0; x < interp.length; x++) {
21
+ if (interp[x] == "{") {
22
+ flags.push(x);
23
+ } else if (interp[x] == "}") {
24
+ flags.push(x);
25
+ }
26
+ }
27
+
28
+ splits = flags.map((_, i) => {
29
+ if (i < flags.length) return interp.slice(flags[i], flags[i + 1]);
30
+ });
31
+
32
+ splits.map((split, i) => {
33
+ translInterp += i % 2 ? translateSentence(split) : split; // only translate even ones (the odd ones are params)
34
+ });
35
+
36
+ translInterp += translateSentence(string.slice(interpEnd, string.length));
37
+
38
+ const dm = { defaultMessage: translInterp };
39
+ pig[k] = dm;
40
+ } else {
41
+ const dm = { defaultMessage: translateSentence(string) };
42
+ pig[k] = dm;
43
+ }
44
+ });
45
+ data = JSON.stringify(pig, null, 2);
46
+
47
+ fs.writeFile("src/lang/pig.json", data, (err) => {
48
+ !!err && console.log(err);
49
+ });
50
+
51
+ function pigLatinize(word) {
52
+ const isVowel = (char) => ["a", "e", "i", "o", "u"].includes(char.toLowerCase());
53
+ const isLetter = (char) => RegExp(/^\p{L}/, "u").test(char);
54
+
55
+ const firstLetter = Array.from(word).reduce((l, char, i) => (isLetter(char) && l < 0 ? i : l), -1);
56
+
57
+ const lastLetter = Array.from(word).reduce((l, char, i) => (isLetter(char) ? i : l), -1);
58
+
59
+ if (firstLetter == -1 && lastLetter == -1) return word; // only special chars, don't translate
60
+
61
+ const specialKBefore = word.slice(0, firstLetter) || "";
62
+ const specialKAfter = word.slice(lastLetter + 1, word.length + 1) || "";
63
+ word = word.slice(firstLetter, lastLetter + 1) || "";
64
+
65
+ if (word) {
66
+ if (isVowel(word[0])) {
67
+ word += "yay";
68
+ } else {
69
+ const firstVowel = Array.from(word).reduce((firstV, char, i) => {
70
+ return isVowel(char) && firstV < 0 ? i : firstV;
71
+ }, -1);
72
+ if (word[0] == word[0].toUpperCase()) {
73
+ word =
74
+ word.substring(firstVowel, firstVowel + 1).toUpperCase() +
75
+ word.substring(firstVowel + 1, word.length) +
76
+ word.substring(0, firstVowel).toLowerCase() +
77
+ "ay";
78
+ } else {
79
+ word = word.substring(firstVowel, word.length) + word.substring(0, firstVowel) + "ay";
80
+ }
81
+ }
82
+ }
83
+ return specialKBefore + word + specialKAfter;
84
+ }
85
+
86
+ function translateSentence(string) {
87
+ let words = string.split(" ");
88
+ return words
89
+ .reduce((acc, word) => {
90
+ return acc + " " + pigLatinize(word);
91
+ }, "")
92
+ .substring(1); // rm leading space
93
+ }
@@ -1,6 +1,6 @@
1
- 'use strict';
1
+ import './index-130e07bb.js';
2
2
 
3
- const version = "5.10.0-10";
3
+ const version = "5.10.0-12";
4
4
 
5
5
  // PRINT RIPPLE VERSION IN CONSOLE
6
6
  // test envs return 0 for plugin.length
@@ -83,3 +83,8 @@ tooltipStyles.textContent = `
83
83
  document.head.appendChild(tooltipStyles);
84
84
  tooltipContainer.appendChild(tooltipEl);
85
85
  document.querySelector("body").appendChild(tooltipContainer);
86
+ const globalFn = () => { };
87
+
88
+ const globalScripts = globalFn;
89
+
90
+ export { globalScripts as g };
@@ -1,5 +1,5 @@
1
- import { h } from './index-558b5a82.js';
2
- import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-8800c690.js';
1
+ import { h } from './index-130e07bb.js';
2
+ import { i as intl, c as checkForActiveElInShadow, e as safeMultiplyFloat, f as getPosition } from './functions-f39e6177.js';
3
3
 
4
4
  const colors = {
5
5
  salmon: "#ff5f4e",
@@ -69,7 +69,7 @@ const allChartsDetails = {
69
69
  bar5: {
70
70
  size: 400,
71
71
  colors: [
72
- colors.gray,
72
+ colors.gray, // this is only used if prop notStartedColor is set
73
73
  colors.lavender,
74
74
  colors.midnight,
75
75
  "#0089e4",
@@ -305,7 +305,7 @@ async function getDetails(chartType) {
305
305
  const children = Array.from(this.el.children);
306
306
  this.total = children.reduce((total, slice) => (total += parseInt(slice.getAttribute("amount") || "0")), 0);
307
307
  let chartColors = [...allChartsDetails[chartType].colors];
308
- if (this.chartType === "bar2" && this.el.children.length <= 5) {
308
+ if (this.chartType === "bar2") {
309
309
  if (children.length <= 5) {
310
310
  // remove lavender
311
311
  chartColors.splice(1, 1);