@watermarkinsights/ripple 5.13.1-0 → 5.13.1-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (456) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -1
  3. package/dist/cjs/{app-globals-12979223.js → app-globals-BEHiDpgR.js} +2 -2
  4. package/dist/cjs/{chartFunctions-5a8c4095.js → chartFunctions-uCzSt0yo.js} +2 -3
  5. package/dist/cjs/{functions-0774d303.js → functions-CqAwq8Fq.js} +232 -185
  6. package/dist/cjs/{index-788526f5.js → index-Cig4P4gJ.js} +540 -345
  7. package/dist/cjs/{intl-4a204fe7.js → intl-BUs7ck9m.js} +1 -1
  8. package/dist/cjs/loader.cjs.js +3 -5
  9. package/dist/cjs/priv-calendar.cjs.entry.js +6 -12
  10. package/dist/cjs/priv-chart-popover.cjs.entry.js +4 -8
  11. package/dist/cjs/priv-navigator-button.cjs.entry.js +2 -5
  12. package/dist/cjs/priv-navigator-item.cjs.entry.js +2 -5
  13. package/dist/cjs/priv-option-list.cjs.entry.js +10 -16
  14. package/dist/cjs/ripple.cjs.js +7 -7
  15. package/dist/cjs/wm-action-menu_2.cjs.entry.js +9 -18
  16. package/dist/cjs/wm-button.cjs.entry.js +8 -16
  17. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -8
  18. package/dist/cjs/wm-chart.cjs.entry.js +14 -18
  19. package/dist/cjs/wm-date-range.cjs.entry.js +9 -14
  20. package/dist/cjs/wm-datepicker.cjs.entry.js +6 -11
  21. package/dist/cjs/wm-file-list.cjs.entry.js +2 -5
  22. package/dist/cjs/wm-file.cjs.entry.js +5 -15
  23. package/dist/cjs/wm-flyout.cjs.entry.js +5 -16
  24. package/dist/cjs/wm-input.cjs.entry.js +5 -17
  25. package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
  26. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +8 -14
  27. package/dist/cjs/wm-modal_3.cjs.entry.js +7 -14
  28. package/dist/cjs/wm-navigation_3.cjs.entry.js +9 -18
  29. package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
  30. package/dist/cjs/wm-nested-select.cjs.entry.js +11 -16
  31. package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
  32. package/dist/cjs/wm-option_2.cjs.entry.js +10 -17
  33. package/dist/cjs/wm-pagination.cjs.entry.js +10 -13
  34. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
  35. package/dist/cjs/wm-search.cjs.entry.js +25 -9
  36. package/dist/cjs/wm-snackbar.cjs.entry.js +8 -10
  37. package/dist/cjs/wm-tab-item_3.cjs.entry.js +20 -16
  38. package/dist/cjs/wm-tag-input.cjs.entry.js +12 -25
  39. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
  40. package/dist/cjs/wm-textarea.cjs.entry.js +5 -12
  41. package/dist/cjs/wm-timepicker.cjs.entry.js +9 -14
  42. package/dist/cjs/wm-toggletip.cjs.entry.js +6 -11
  43. package/dist/cjs/wm-uploader.cjs.entry.js +8 -18
  44. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
  45. package/dist/collection/collection-manifest.json +2 -7
  46. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +0 -122
  47. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +8 -4
  48. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +15 -12
  49. package/dist/collection/components/charts/wm-chart/wm-chart.css +0 -209
  50. package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
  51. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +0 -122
  52. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +52 -33
  53. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +0 -209
  54. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +23 -16
  55. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +0 -138
  56. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +9 -6
  57. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +15 -12
  58. package/dist/collection/components/datepickers/datepicker.css +0 -122
  59. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +0 -122
  60. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +21 -12
  61. package/dist/collection/components/datepickers/wm-date-range.js +39 -19
  62. package/dist/collection/components/datepickers/wm-datepicker.js +27 -13
  63. package/dist/collection/components/selects/priv-option-list/priv-option-list.css +0 -122
  64. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +27 -16
  65. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +0 -122
  66. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +46 -22
  67. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +0 -122
  68. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
  69. package/dist/collection/components/selects/wm-option/wm-option.css +0 -122
  70. package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
  71. package/dist/collection/components/selects/wm-select/wm-select.css +0 -122
  72. package/dist/collection/components/selects/wm-select/wm-select.js +41 -19
  73. package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -122
  74. package/dist/collection/components/wm-action-menu/wm-action-menu.js +24 -15
  75. package/dist/collection/components/wm-button/wm-button.css +0 -200
  76. package/dist/collection/components/wm-button/wm-button.js +43 -22
  77. package/dist/collection/components/wm-file/wm-file.css +0 -122
  78. package/dist/collection/components/wm-file/wm-file.js +29 -18
  79. package/dist/collection/components/wm-file-list/wm-file-list.css +0 -122
  80. package/dist/collection/components/wm-file-list/wm-file-list.js +3 -1
  81. package/dist/collection/components/wm-flyout/wm-flyout.css +0 -122
  82. package/dist/collection/components/wm-flyout/wm-flyout.js +31 -19
  83. package/dist/collection/components/wm-input/wm-input.css +0 -122
  84. package/dist/collection/components/wm-input/wm-input.js +55 -28
  85. package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -122
  86. package/dist/collection/components/wm-menuitem/wm-menuitem.js +10 -4
  87. package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -122
  88. package/dist/collection/components/wm-modal/wm-modal-footer.js +15 -5
  89. package/dist/collection/components/wm-modal/wm-modal-header.css +0 -122
  90. package/dist/collection/components/wm-modal/wm-modal-header.js +6 -2
  91. package/dist/collection/components/wm-modal/wm-modal.css +0 -122
  92. package/dist/collection/components/wm-modal/wm-modal.js +13 -7
  93. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +0 -122
  94. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +15 -5
  95. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +0 -122
  96. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +6 -2
  97. package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +0 -122
  98. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +14 -7
  99. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +0 -122
  100. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +5 -4
  101. package/dist/collection/components/wm-navigation/wm-navigation-item.css +0 -122
  102. package/dist/collection/components/wm-navigation/wm-navigation-item.js +9 -8
  103. package/dist/collection/components/wm-navigation/wm-navigation.css +0 -122
  104. package/dist/collection/components/wm-navigation/wm-navigation.js +4 -2
  105. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -122
  106. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +6 -2
  107. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -122
  108. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +9 -3
  109. package/dist/collection/components/wm-navigator/wm-navigator.css +0 -122
  110. package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
  111. package/dist/collection/components/wm-pagination/wm-pagination.css +0 -122
  112. package/dist/collection/components/wm-pagination/wm-pagination.js +21 -11
  113. package/dist/collection/components/wm-search/wm-search.css +0 -122
  114. package/dist/collection/components/wm-search/wm-search.js +45 -10
  115. package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -122
  116. package/dist/collection/components/wm-snackbar/wm-snackbar.js +7 -4
  117. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -122
  118. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +18 -6
  119. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -122
  120. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +9 -6
  121. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -122
  122. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +12 -2
  123. package/dist/collection/components/wm-tag-input/wm-tag-input.css +0 -122
  124. package/dist/collection/components/wm-tag-input/wm-tag-input.js +50 -32
  125. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +18 -10
  126. package/dist/collection/components/wm-textarea/wm-textarea.css +0 -122
  127. package/dist/collection/components/wm-textarea/wm-textarea.js +34 -16
  128. package/dist/collection/components/wm-timepicker/wm-timepicker.css +0 -122
  129. package/dist/collection/components/wm-timepicker/wm-timepicker.js +27 -15
  130. package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -122
  131. package/dist/collection/components/wm-toggletip/wm-toggletip.js +15 -9
  132. package/dist/collection/components/wm-uploader/wm-uploader.css +0 -200
  133. package/dist/collection/components/wm-uploader/wm-uploader.js +37 -22
  134. package/dist/components/index.d.ts +33 -0
  135. package/dist/components/index.js +85 -0
  136. package/dist/components/p-BlQdbOh_.js +294 -0
  137. package/dist/components/p-BvE5BEYe.js +146 -0
  138. package/dist/components/p-BzGDMpdL.js +592 -0
  139. package/dist/{ripple/p-8303bd1e.entry.js → components/p-CLem5EoD.js} +42 -1
  140. package/dist/components/p-CWx2NF6K.js +231 -0
  141. package/dist/components/p-D9GMUh0-.js +231 -0
  142. package/dist/components/p-DCSxoWXP.js +421 -0
  143. package/dist/{ripple/p-e8f5c8cd.entry.js → components/p-DG_w4q3M.js} +196 -1
  144. package/dist/{esm/intl-e0444831.js → components/p-DStPjkvu.js} +1 -1
  145. package/dist/{esm/functions-682e95b4.js → components/p-DdlNyc6u.js} +233 -186
  146. package/dist/components/p-DvXS4oTB.js +49 -0
  147. package/dist/components/p-HPnDWE3g.js +1686 -0
  148. package/dist/{esm/chartFunctions-4095a787.js → components/p-K9lgwbAO.js} +3 -4
  149. package/dist/components/p-e_A35rK5.js +154 -0
  150. package/dist/components/priv-calendar.d.ts +11 -0
  151. package/dist/components/priv-calendar.js +6 -0
  152. package/dist/components/priv-chart-popover.d.ts +11 -0
  153. package/dist/components/priv-chart-popover.js +6 -0
  154. package/dist/components/priv-navigator-button.d.ts +11 -0
  155. package/dist/components/priv-navigator-button.js +6 -0
  156. package/dist/components/priv-navigator-item.d.ts +11 -0
  157. package/dist/components/priv-navigator-item.js +6 -0
  158. package/dist/components/priv-option-list.d.ts +11 -0
  159. package/dist/components/priv-option-list.js +6 -0
  160. package/dist/components/wm-action-menu.d.ts +11 -0
  161. package/dist/components/wm-action-menu.js +6 -0
  162. package/dist/components/wm-button.d.ts +11 -0
  163. package/dist/components/wm-button.js +6 -0
  164. package/dist/components/wm-chart-slice.d.ts +11 -0
  165. package/dist/components/wm-chart-slice.js +41 -0
  166. package/dist/components/wm-chart.d.ts +11 -0
  167. package/dist/components/wm-chart.js +197 -0
  168. package/dist/components/wm-date-range.d.ts +11 -0
  169. package/dist/components/wm-date-range.js +522 -0
  170. package/dist/components/wm-datepicker.d.ts +11 -0
  171. package/dist/components/wm-datepicker.js +287 -0
  172. package/dist/components/wm-file-list.d.ts +11 -0
  173. package/dist/components/wm-file-list.js +38 -0
  174. package/dist/components/wm-file.d.ts +11 -0
  175. package/dist/components/wm-file.js +228 -0
  176. package/dist/components/wm-flyout.d.ts +11 -0
  177. package/dist/components/wm-flyout.js +208 -0
  178. package/dist/components/wm-input.d.ts +11 -0
  179. package/dist/components/wm-input.js +152 -0
  180. package/dist/components/wm-line-chart.d.ts +11 -0
  181. package/dist/components/wm-line-chart.js +497 -0
  182. package/dist/components/wm-menuitem.d.ts +11 -0
  183. package/dist/components/wm-menuitem.js +6 -0
  184. package/dist/components/wm-modal-footer.d.ts +11 -0
  185. package/dist/components/wm-modal-footer.js +73 -0
  186. package/dist/components/wm-modal-header.d.ts +11 -0
  187. package/dist/components/wm-modal-header.js +61 -0
  188. package/dist/components/wm-modal-pss-footer.d.ts +11 -0
  189. package/dist/components/wm-modal-pss-footer.js +69 -0
  190. package/dist/components/wm-modal-pss-header.d.ts +11 -0
  191. package/dist/components/wm-modal-pss-header.js +64 -0
  192. package/dist/components/wm-modal-pss.d.ts +11 -0
  193. package/dist/components/wm-modal-pss.js +162 -0
  194. package/dist/components/wm-modal.d.ts +11 -0
  195. package/dist/components/wm-modal.js +161 -0
  196. package/dist/components/wm-navigation-hamburger.d.ts +11 -0
  197. package/dist/components/wm-navigation-hamburger.js +70 -0
  198. package/dist/components/wm-navigation-item.d.ts +11 -0
  199. package/dist/components/wm-navigation-item.js +40 -0
  200. package/dist/components/wm-navigation.d.ts +11 -0
  201. package/dist/components/wm-navigation.js +144 -0
  202. package/dist/components/wm-navigator.d.ts +11 -0
  203. package/dist/components/wm-navigator.js +369 -0
  204. package/dist/components/wm-nested-select.d.ts +11 -0
  205. package/dist/components/wm-nested-select.js +343 -0
  206. package/dist/components/wm-optgroup.d.ts +11 -0
  207. package/dist/components/wm-optgroup.js +107 -0
  208. package/dist/components/wm-option.d.ts +11 -0
  209. package/dist/components/wm-option.js +6 -0
  210. package/dist/components/wm-pagination.d.ts +11 -0
  211. package/dist/components/wm-pagination.js +251 -0
  212. package/dist/components/wm-progress-indicator.d.ts +11 -0
  213. package/dist/components/wm-progress-indicator.js +144 -0
  214. package/dist/components/wm-progress-monitor.d.ts +11 -0
  215. package/dist/{ripple/p-afa213ca.entry.js → components/wm-progress-monitor.js} +93 -1
  216. package/dist/components/wm-progress-slice.d.ts +11 -0
  217. package/dist/components/wm-progress-slice.js +37 -0
  218. package/dist/components/wm-search.d.ts +11 -0
  219. package/dist/components/wm-search.js +250 -0
  220. package/dist/components/wm-select.d.ts +11 -0
  221. package/dist/components/wm-select.js +6 -0
  222. package/dist/components/wm-snackbar.d.ts +11 -0
  223. package/dist/components/wm-snackbar.js +209 -0
  224. package/dist/components/wm-tab-item.d.ts +11 -0
  225. package/dist/components/wm-tab-item.js +85 -0
  226. package/dist/components/wm-tab-list.d.ts +11 -0
  227. package/dist/components/wm-tab-list.js +217 -0
  228. package/dist/components/wm-tab-panel.d.ts +11 -0
  229. package/dist/components/wm-tab-panel.js +52 -0
  230. package/dist/components/wm-tag-input.d.ts +11 -0
  231. package/dist/components/wm-tag-input.js +919 -0
  232. package/dist/components/wm-tag-option.d.ts +11 -0
  233. package/dist/components/wm-tag-option.js +63 -0
  234. package/dist/components/wm-textarea.d.ts +11 -0
  235. package/dist/components/wm-textarea.js +113 -0
  236. package/dist/components/wm-timepicker.d.ts +11 -0
  237. package/dist/components/wm-timepicker.js +333 -0
  238. package/dist/components/wm-toggletip.d.ts +11 -0
  239. package/dist/{ripple/p-b1e4f8d0.entry.js → components/wm-toggletip.js} +200 -1
  240. package/dist/components/wm-uploader.d.ts +11 -0
  241. package/dist/components/wm-uploader.js +348 -0
  242. package/dist/components/wm-wrapper.d.ts +11 -0
  243. package/dist/components/wm-wrapper.js +34 -0
  244. package/dist/esm/{app-globals-8110c96f.js → app-globals-CAbvPlgr.js} +2 -2
  245. package/dist/esm/chartFunctions-Cmh1Ji0o.js +724 -0
  246. package/dist/esm/functions-C2kwukaR.js +10485 -0
  247. package/dist/esm/{index-130e07bb.js → index-EopL5zo4.js} +539 -324
  248. package/dist/esm/interfaces-COwzv5zO.js +34 -0
  249. package/dist/esm/intl-DeM2tf6d.js +277 -0
  250. package/dist/esm/loader.js +4 -4
  251. package/dist/esm/priv-calendar.entry.js +6 -10
  252. package/dist/esm/priv-chart-popover.entry.js +4 -6
  253. package/dist/esm/priv-navigator-button.entry.js +2 -3
  254. package/dist/esm/priv-navigator-item.entry.js +2 -3
  255. package/dist/esm/priv-option-list.entry.js +10 -14
  256. package/dist/esm/ripple.js +6 -5
  257. package/dist/esm/wm-action-menu_2.entry.js +9 -16
  258. package/dist/esm/wm-button.entry.js +8 -14
  259. package/dist/esm/wm-chart-slice.entry.js +1 -6
  260. package/dist/esm/wm-chart.entry.js +14 -16
  261. package/dist/esm/wm-date-range.entry.js +9 -12
  262. package/dist/esm/wm-datepicker.entry.js +6 -9
  263. package/dist/esm/wm-file-list.entry.js +2 -3
  264. package/dist/esm/wm-file.entry.js +5 -13
  265. package/dist/esm/wm-flyout.entry.js +5 -14
  266. package/dist/esm/wm-input.entry.js +5 -15
  267. package/dist/esm/wm-line-chart.entry.js +18 -26
  268. package/dist/esm/wm-modal-pss_3.entry.js +8 -12
  269. package/dist/esm/wm-modal_3.entry.js +7 -12
  270. package/dist/esm/wm-navigation_3.entry.js +9 -16
  271. package/dist/esm/wm-navigator.entry.js +17 -13
  272. package/dist/esm/wm-nested-select.entry.js +11 -14
  273. package/dist/esm/wm-optgroup.entry.js +3 -5
  274. package/dist/esm/wm-option_2.entry.js +10 -15
  275. package/dist/esm/wm-pagination.entry.js +10 -11
  276. package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
  277. package/dist/esm/wm-search.entry.js +25 -7
  278. package/dist/esm/wm-snackbar.entry.js +8 -8
  279. package/dist/esm/wm-tab-item_3.entry.js +20 -14
  280. package/dist/esm/wm-tag-input.entry.js +12 -23
  281. package/dist/esm/wm-tag-option.entry.js +2 -6
  282. package/dist/esm/wm-textarea.entry.js +5 -10
  283. package/dist/esm/wm-timepicker.entry.js +9 -12
  284. package/dist/esm/wm-toggletip.entry.js +6 -9
  285. package/dist/esm/wm-uploader.entry.js +8 -16
  286. package/dist/esm/wm-wrapper.entry.js +1 -1
  287. package/dist/esm-es5/app-globals-CAbvPlgr.js +1 -0
  288. package/dist/esm-es5/chartFunctions-Cmh1Ji0o.js +1 -0
  289. package/dist/esm-es5/functions-C2kwukaR.js +1 -0
  290. package/dist/esm-es5/index-EopL5zo4.js +1 -0
  291. package/dist/esm-es5/{intl-e0444831.js → intl-DeM2tf6d.js} +1 -1
  292. package/dist/esm-es5/loader.js +1 -1
  293. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  294. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  295. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  296. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  297. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  298. package/dist/esm-es5/ripple.js +1 -1
  299. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  300. package/dist/esm-es5/wm-button.entry.js +1 -1
  301. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  302. package/dist/esm-es5/wm-chart.entry.js +1 -1
  303. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  304. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  305. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  306. package/dist/esm-es5/wm-file.entry.js +1 -1
  307. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  308. package/dist/esm-es5/wm-input.entry.js +1 -1
  309. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  310. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  311. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  312. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  313. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  314. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  315. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  316. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  317. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  318. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  319. package/dist/esm-es5/wm-search.entry.js +1 -1
  320. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  321. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  322. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  323. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  324. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  325. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  326. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  327. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  328. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  329. package/dist/ripple/p-090ee1d9.entry.js +1 -0
  330. package/dist/ripple/p-25e1a9f9.entry.js +1 -0
  331. package/dist/ripple/{p-9d8c5fb4.system.entry.js → p-27ecd83a.system.entry.js} +1 -1
  332. package/dist/ripple/{p-72b88618.system.entry.js → p-2f1ffab1.system.entry.js} +1 -1
  333. package/dist/ripple/{p-e9c4ed97.entry.js → p-3042aae4.entry.js} +1 -1
  334. package/dist/ripple/p-30fb07a2.entry.js +1 -0
  335. package/dist/ripple/{p-199fd014.system.entry.js → p-31b8fe9c.system.entry.js} +1 -1
  336. package/dist/ripple/p-338b089a.entry.js +1 -0
  337. package/dist/ripple/p-340b73a9.system.entry.js +1 -0
  338. package/dist/ripple/p-3611aa0e.entry.js +1 -0
  339. package/dist/ripple/{p-c3ab1c4b.system.entry.js → p-384d9208.system.entry.js} +1 -1
  340. package/dist/ripple/{p-b73936b2.system.entry.js → p-3b0aaa5d.system.entry.js} +1 -1
  341. package/dist/ripple/p-3b828dcd.entry.js +1 -0
  342. package/dist/ripple/{p-ec4c1020.system.entry.js → p-3bee6a44.system.entry.js} +1 -1
  343. package/dist/ripple/p-3c54de9c.entry.js +1 -0
  344. package/dist/ripple/{p-ac241e42.system.entry.js → p-3e5a7fee.system.entry.js} +1 -1
  345. package/dist/ripple/{p-b4a9a118.entry.js → p-4862126f.entry.js} +1 -1
  346. package/dist/ripple/{p-cd0cc88d.entry.js → p-492a8a9f.entry.js} +1 -1
  347. package/dist/ripple/{p-11aef4e8.entry.js → p-49c9063a.entry.js} +1 -1
  348. package/dist/ripple/p-52e54dca.entry.js +1 -0
  349. package/dist/ripple/p-54aeadde.entry.js +1 -0
  350. package/dist/ripple/{p-015af452.system.entry.js → p-61c089e4.system.entry.js} +1 -1
  351. package/dist/ripple/{p-91a8e524.system.entry.js → p-63bb5240.system.entry.js} +1 -1
  352. package/dist/ripple/{p-7360ce37.entry.js → p-64e6e3b7.entry.js} +1 -1
  353. package/dist/ripple/{p-14b3b062.system.entry.js → p-6785cd06.system.entry.js} +1 -1
  354. package/dist/ripple/p-6838c144.entry.js +1 -0
  355. package/dist/ripple/{p-e7ee2171.system.entry.js → p-68705f8f.system.entry.js} +1 -1
  356. package/dist/ripple/{p-932922ed.system.entry.js → p-69d1e480.system.entry.js} +1 -1
  357. package/dist/ripple/{p-d8f0c9b4.system.entry.js → p-6f8eecda.system.entry.js} +1 -1
  358. package/dist/ripple/{p-f2c40a23.system.entry.js → p-74243614.system.entry.js} +1 -1
  359. package/dist/ripple/p-774c49cd.entry.js +1 -0
  360. package/dist/ripple/p-782951b7.system.entry.js +1 -0
  361. package/dist/ripple/p-7aa9c503.entry.js +1 -0
  362. package/dist/ripple/{p-5a564d92.system.entry.js → p-84a4735d.system.entry.js} +1 -1
  363. package/dist/ripple/p-85bdcfc2.entry.js +1 -0
  364. package/dist/ripple/{p-cf77cdd0.system.entry.js → p-86815489.system.entry.js} +1 -1
  365. package/dist/ripple/{p-1d43bc57.system.entry.js → p-8d09ca95.system.entry.js} +1 -1
  366. package/dist/ripple/p-9111db61.entry.js +1 -0
  367. package/dist/ripple/{p-feaa4c19.entry.js → p-957e8a70.entry.js} +1 -1
  368. package/dist/ripple/p-9583f20a.entry.js +1 -0
  369. package/dist/ripple/{p-cd5c59ef.system.entry.js → p-99d53b0e.system.entry.js} +1 -1
  370. package/dist/ripple/{p-55f880af.entry.js → p-9a0216ba.entry.js} +1 -1
  371. package/dist/ripple/{p-7c9bf5f6.system.entry.js → p-9a72e53c.system.entry.js} +1 -1
  372. package/dist/ripple/{p-371c36f5.entry.js → p-9e10d3eb.entry.js} +1 -1
  373. package/dist/ripple/p-C2kwukaR.js +1 -0
  374. package/dist/ripple/p-CG434V5a.system.js +1 -0
  375. package/dist/ripple/p-CPBFbOkl.js +1 -0
  376. package/dist/ripple/p-CTau6pR2.system.js +2 -0
  377. package/dist/ripple/{p-7a08da5c.system.js → p-ClenAAhT.system.js} +1 -1
  378. package/dist/ripple/p-CxDIDZPI.js +1 -0
  379. package/dist/ripple/{p-187c694f.js → p-D7x793ET.js} +1 -1
  380. package/dist/ripple/p-DB8VIjQe.system.js +1 -0
  381. package/dist/ripple/p-DwoNKeBh.system.js +1 -0
  382. package/dist/ripple/p-EopL5zo4.js +2 -0
  383. package/dist/ripple/p-a121c779.entry.js +1 -0
  384. package/dist/ripple/p-a3c4aa31.entry.js +1 -0
  385. package/dist/ripple/p-a46a28c9.entry.js +1 -0
  386. package/dist/ripple/p-a6890863.entry.js +1 -0
  387. package/dist/ripple/{p-bbb37d6e.entry.js → p-a7f2af01.entry.js} +1 -1
  388. package/dist/ripple/{p-7a6f535f.system.entry.js → p-a95f9245.system.entry.js} +1 -1
  389. package/dist/ripple/{p-6439b435.system.entry.js → p-ae58e2d1.system.entry.js} +1 -1
  390. package/dist/ripple/p-b077fe55.system.entry.js +1 -0
  391. package/dist/ripple/{p-61f8a6d4.system.entry.js → p-b0a47a43.system.entry.js} +1 -1
  392. package/dist/ripple/{p-dbd8a6c4.system.entry.js → p-ba6080a6.system.entry.js} +1 -1
  393. package/dist/ripple/p-c0440211.entry.js +1 -0
  394. package/dist/ripple/{p-704bacb9.system.entry.js → p-c78fa8d0.system.entry.js} +1 -1
  395. package/dist/ripple/{p-e12e6b00.system.entry.js → p-cd81d7de.system.entry.js} +1 -1
  396. package/dist/ripple/p-d77338ae.entry.js +1 -0
  397. package/dist/ripple/{p-849384be.system.entry.js → p-d92218e6.system.entry.js} +1 -1
  398. package/dist/ripple/{p-043901ab.system.entry.js → p-da5ad94c.system.entry.js} +1 -1
  399. package/dist/ripple/{p-5642cfb5.system.entry.js → p-dc7feffa.system.entry.js} +1 -1
  400. package/dist/ripple/p-e3fb63fd.entry.js +1 -0
  401. package/dist/ripple/p-e3fc3c6b.entry.js +1 -0
  402. package/dist/ripple/{p-18d6408f.system.entry.js → p-e77d4c21.system.entry.js} +1 -1
  403. package/dist/ripple/{p-31da9108.system.entry.js → p-ea7a4ac1.system.entry.js} +1 -1
  404. package/dist/ripple/p-ec611502.entry.js +1 -0
  405. package/dist/ripple/{p-d1950a60.entry.js → p-edc1b7cb.entry.js} +1 -1
  406. package/dist/ripple/{p-f65448ac.entry.js → p-ee8d7025.entry.js} +1 -1
  407. package/dist/ripple/{p-d4ac08de.system.entry.js → p-fce91d27.system.entry.js} +1 -1
  408. package/dist/ripple/{p-927df284.system.entry.js → p-fe31bd98.system.entry.js} +1 -1
  409. package/dist/ripple/p-wFWSStJ9.system.js +1 -0
  410. package/dist/ripple/ripple.esm.js +1 -1
  411. package/dist/ripple/ripple.js +1 -1
  412. package/dist/types/stencil-public-runtime.d.ts +28 -0
  413. package/package.json +32 -12
  414. package/dist/esm-es5/app-globals-8110c96f.js +0 -1
  415. package/dist/esm-es5/chartFunctions-4095a787.js +0 -1
  416. package/dist/esm-es5/functions-682e95b4.js +0 -1
  417. package/dist/esm-es5/index-130e07bb.js +0 -1
  418. package/dist/loader/package.json +0 -11
  419. package/dist/ripple/p-00baa278.entry.js +0 -1
  420. package/dist/ripple/p-039a53d7.entry.js +0 -1
  421. package/dist/ripple/p-0528bf4d.entry.js +0 -1
  422. package/dist/ripple/p-0d4c017e.system.entry.js +0 -1
  423. package/dist/ripple/p-13b1d775.entry.js +0 -1
  424. package/dist/ripple/p-15712a55.entry.js +0 -1
  425. package/dist/ripple/p-29d32ee5.system.js +0 -1
  426. package/dist/ripple/p-37301ba0.system.js +0 -1
  427. package/dist/ripple/p-43a28379.entry.js +0 -1
  428. package/dist/ripple/p-44577815.entry.js +0 -1
  429. package/dist/ripple/p-45f831ef.entry.js +0 -1
  430. package/dist/ripple/p-5f09e972.entry.js +0 -1
  431. package/dist/ripple/p-6747a274.system.js +0 -1
  432. package/dist/ripple/p-733c7bd5.system.js +0 -1
  433. package/dist/ripple/p-8194ee04.entry.js +0 -1
  434. package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
  435. package/dist/ripple/p-8cd5206a.entry.js +0 -1
  436. package/dist/ripple/p-8dde12bd.entry.js +0 -1
  437. package/dist/ripple/p-95d5618f.js +0 -1
  438. package/dist/ripple/p-9859635f.entry.js +0 -1
  439. package/dist/ripple/p-9e7e5948.system.entry.js +0 -1
  440. package/dist/ripple/p-a02cdb4f.js +0 -1
  441. package/dist/ripple/p-a399fb79.entry.js +0 -1
  442. package/dist/ripple/p-a4c26c21.entry.js +0 -1
  443. package/dist/ripple/p-a685a5fa.entry.js +0 -1
  444. package/dist/ripple/p-a70f8d7a.entry.js +0 -1
  445. package/dist/ripple/p-bb00a18f.js +0 -1
  446. package/dist/ripple/p-cef8a45b.system.js +0 -2
  447. package/dist/ripple/p-d9da0502.js +0 -2
  448. package/dist/ripple/p-dc600a24.entry.js +0 -1
  449. package/dist/ripple/p-dc82b6d2.entry.js +0 -1
  450. package/dist/ripple/p-ee01e771.entry.js +0 -1
  451. /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
  452. /package/dist/{esm/interfaces-cc5b177f.js → components/p-COwzv5zO.js} +0 -0
  453. /package/dist/esm-es5/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
  454. /package/dist/ripple/{p-2732bddd.js → p-COwzv5zO.js} +0 -0
  455. /package/dist/ripple/{p-42fa7a77.system.js → p-ClUp3GkF.system.js} +0 -0
  456. /package/dist/ripple/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
@@ -39,7 +39,6 @@
39
39
  --custom-label-width: 12rem;
40
40
  display: block;
41
41
  }
42
-
43
42
  :host .component-wrapper {
44
43
  display: flex;
45
44
  flex-direction: column;
@@ -49,12 +48,10 @@
49
48
  outline: none;
50
49
  /* TYPE-SPECIFIC STUFF */
51
50
  }
52
-
53
51
  :host .component-wrapper:focus-visible {
54
52
  outline: 3px solid var(--wmcolor-interactive-focus);
55
53
  outline-offset: 2px;
56
54
  }
57
-
58
55
  :host .component-wrapper .label {
59
56
  display: block;
60
57
  margin: 0;
@@ -62,7 +59,6 @@
62
59
  font-weight: 600;
63
60
  position: relative;
64
61
  }
65
-
66
62
  :host .component-wrapper .label .subinfo {
67
63
  display: block;
68
64
  font-weight: normal;
@@ -71,89 +67,71 @@
71
67
  width: 100%;
72
68
  color: var(--wmcolor-chart-subinfo-text);
73
69
  }
74
-
75
70
  :host .component-wrapper .label.--none {
76
71
  display: none;
77
72
  }
78
-
79
73
  :host .component-wrapper .doughnut-svg,
80
74
  :host .component-wrapper .inner-stacked-bar-wrapper {
81
75
  overflow: visible;
82
76
  }
83
-
84
77
  :host .component-wrapper .bar-wrapper {
85
78
  flex-grow: 1;
86
79
  width: 100%;
87
80
  }
88
-
89
81
  :host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper {
90
82
  width: 100%;
91
83
  }
92
-
93
84
  :host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .values {
94
85
  display: flex;
95
86
  gap: 2px;
96
87
  margin-block-end: 8px;
97
88
  }
98
-
99
89
  :host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .values.none {
100
90
  margin: 0;
101
91
  }
102
-
103
92
  :host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .stacked-bar-segments-wrapper {
104
93
  display: flex;
105
94
  gap: 2px;
106
95
  }
107
-
108
96
  :host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .stacked-bar-segments-wrapper .stacked-bar-segment {
109
97
  height: 30px;
110
98
  cursor: pointer;
111
99
  }
112
-
113
100
  :host .component-wrapper .segment {
114
101
  print-color-adjust: exact;
115
102
  -webkit-print-color-adjust: exact;
116
103
  }
117
-
118
104
  :host .component-wrapper .segment.fixed-width {
119
105
  flex-shrink: 0;
120
106
  }
121
-
122
107
  :host .component-wrapper .doughnut-wrapper {
123
108
  -webkit-border-radius: 4px;
124
109
  -moz-border-radius: 4px;
125
110
  -ms-border-radius: 4px;
126
111
  border-radius: 4px;
127
112
  }
128
-
129
113
  :host .component-wrapper .doughnut-wrapper .doughnut-segment {
130
114
  cursor: pointer;
131
115
  }
132
-
133
116
  :host .component-wrapper .value-wrapper {
134
117
  display: flex;
135
118
  justify-content: center;
136
119
  }
137
-
138
120
  :host .component-wrapper .value-wrapper .fixed-width {
139
121
  flex-shrink: 0;
140
122
  }
141
-
142
123
  :host .component-wrapper .value-wrapper .value.hidden {
143
124
  visibility: hidden;
144
125
  }
145
-
146
126
  :host .component-wrapper .faded {
147
127
  opacity: 0.3;
148
128
  }
149
-
150
129
  :host .component-wrapper path:active, :host .component-wrapper path:hover, :host .component-wrapper path:focus,
151
130
  :host .component-wrapper .stacked-bar-segment:active,
152
131
  :host .component-wrapper .stacked-bar-segment:hover,
153
132
  :host .component-wrapper .stacked-bar-segment:focus {
154
133
  outline: none;
155
134
  }
156
-
157
135
  :host .component-wrapper .stacked-bar-segment:active.stacked-bar-segment:not(:focus-visible),
158
136
  :host .component-wrapper .stacked-bar-segment:hover.stacked-bar-segment:not(:focus-visible),
159
137
  :host .component-wrapper .stacked-bar-segment:focus.stacked-bar-segment:not(:focus-visible) {
@@ -161,46 +139,38 @@
161
139
  -moz-box-shadow: 0px 0px 6px #333;
162
140
  box-shadow: 0px 0px 6px #333;
163
141
  }
164
-
165
142
  :host .component-wrapper path:active.doughnut-segment:not(:focus-visible), :host .component-wrapper path:hover.doughnut-segment:not(:focus-visible), :host .component-wrapper path:focus.doughnut-segment:not(:focus-visible),
166
143
  :host .component-wrapper .stacked-bar-segment:active.doughnut-segment:not(:focus-visible),
167
144
  :host .component-wrapper .stacked-bar-segment:hover.doughnut-segment:not(:focus-visible),
168
145
  :host .component-wrapper .stacked-bar-segment:focus.doughnut-segment:not(:focus-visible) {
169
146
  filter: url(#wmHoverDropShadow);
170
147
  }
171
-
172
148
  :host .component-wrapper path::-moz-focus-inner,
173
149
  :host .component-wrapper .stacked-bar-segment::-moz-focus-inner {
174
150
  border: 0;
175
151
  outline: none;
176
152
  }
177
-
178
153
  :host .component-wrapper .stacked-bar-segment:focus-visible {
179
154
  outline: 3px solid var(--wmcolor-interactive-focus);
180
155
  outline-offset: 2px;
181
156
  box-shadow: 0 0 0 7px white;
182
157
  z-index: 1;
183
158
  }
184
-
185
159
  :host .component-wrapper #kfbg1 {
186
160
  stroke: white;
187
161
  stroke-width: 10px;
188
162
  }
189
-
190
163
  :host .component-wrapper #kfstroke {
191
164
  stroke: var(--wmcolor-interactive-focus);
192
165
  stroke-width: 6px;
193
166
  }
194
-
195
167
  :host .component-wrapper #kfbg2 {
196
168
  stroke: white;
197
169
  stroke-width: 2px;
198
170
  }
199
-
200
171
  :host .component-wrapper.doughnut {
201
172
  width: 300px;
202
173
  }
203
-
204
174
  :host .component-wrapper.doughnut1 label,
205
175
  :host .component-wrapper.doughnut1 .label-text, :host .component-wrapper.doughnut2 label,
206
176
  :host .component-wrapper.doughnut2 .label-text, :host .component-wrapper.doughnut3 label,
@@ -216,43 +186,34 @@
216
186
  white-space: nowrap !important;
217
187
  margin: -1px !important;
218
188
  }
219
-
220
189
  :host .component-wrapper.doughnut {
221
190
  align-items: center;
222
191
  }
223
-
224
192
  :host .component-wrapper.doughnut label {
225
193
  text-align: center;
226
194
  width: 100%;
227
195
  padding-block-end: 1.5rem;
228
196
  }
229
-
230
197
  :host .component-wrapper.doughnut label .subinfo {
231
198
  position: absolute;
232
199
  }
233
-
234
200
  :host .component-wrapper.doughnut .completion-message {
235
201
  padding-block-start: 0.625rem;
236
202
  }
237
-
238
203
  :host .component-wrapper.bar {
239
204
  align-items: flex-start;
240
205
  }
241
-
242
206
  :host .component-wrapper.bar label {
243
207
  display: flex;
244
208
  flex-direction: column;
245
209
  width: unset;
246
210
  }
247
-
248
211
  :host .component-wrapper.bar label .subinfo {
249
212
  position: initial;
250
213
  }
251
-
252
214
  :host .component-wrapper.bar .chart-wrapper {
253
215
  display: flex;
254
216
  }
255
-
256
217
  :host .component-wrapper.bar .chart-wrapper .single-perc {
257
218
  width: 4rem;
258
219
  flex: none;
@@ -260,17 +221,14 @@
260
221
  height: 30px;
261
222
  align-items: center;
262
223
  }
263
-
264
224
  :host .component-wrapper.bar .chart-wrapper .inner-stacked-bar-wrapper {
265
225
  flex: 1;
266
226
  }
267
-
268
227
  :host .component-wrapper.bar .chart-wrapper .completion-message {
269
228
  width: 100%;
270
229
  text-align: end;
271
230
  margin-block-start: 0.25rem;
272
231
  }
273
-
274
232
  @media screen and (min-width: 768px) {
275
233
  :host .component-wrapper.bar {
276
234
  flex-direction: row;
@@ -297,22 +255,18 @@
297
255
  :host .component-wrapper.bar2, :host .component-wrapper.bar3, :host .component-wrapper.bar4, :host .component-wrapper.bar5 {
298
256
  align-items: flex-start;
299
257
  }
300
-
301
258
  :host .component-wrapper.bar4 .inner-stacked-bar-wrapper, :host .component-wrapper.bar5 .inner-stacked-bar-wrapper {
302
259
  height: 30px;
303
260
  margin-block-end: 0;
304
261
  }
305
-
306
262
  :host .component-wrapper.bar4 .inner-stacked-bar-wrapper.show-values, :host .component-wrapper.bar5 .inner-stacked-bar-wrapper.show-values {
307
263
  height: 60px;
308
264
  margin-block-start: 0;
309
265
  }
310
-
311
266
  :host .component-wrapper.bar3 .chart-wrapper {
312
267
  position: relative;
313
268
  height: 116px;
314
269
  }
315
-
316
270
  :host .component-wrapper.bar3 .chart-wrapper .inner-stacked-bar-wrapper {
317
271
  position: absolute;
318
272
  inset-block-start: 35px;
@@ -321,7 +275,6 @@
321
275
  inset-block-end: 0;
322
276
  height: 30px;
323
277
  }
324
-
325
278
  :host .component-wrapper.bar3 .chart-wrapper .axis {
326
279
  position: absolute;
327
280
  inset-block-start: 0;
@@ -330,16 +283,13 @@
330
283
  overflow: visible;
331
284
  transform: translate(0px, 96px);
332
285
  }
333
-
334
286
  :host .component-wrapper.bar3 .chart-wrapper .axis line {
335
287
  stroke: var(--wmcolor-chart-gridline);
336
288
  stroke-width: 1px;
337
289
  }
338
-
339
290
  :host .component-wrapper.bar3 .hidden-values-warning {
340
291
  margin-block-start: 1.25rem;
341
292
  }
342
-
343
293
  :host .component-wrapper.bar3 .bar3-axis-label {
344
294
  position: absolute;
345
295
  inset-block-end: -4px;
@@ -347,21 +297,17 @@
347
297
  display: flex;
348
298
  justify-content: space-between;
349
299
  }
350
-
351
300
  :host .component-wrapper.bar6, :host .component-wrapper.bar7 {
352
301
  --chartPadding: 48px;
353
302
  align-items: flex-start;
354
303
  }
355
-
356
304
  :host .component-wrapper.bar6 .chart-wrapper, :host .component-wrapper.bar7 .chart-wrapper {
357
305
  width: 100%;
358
306
  }
359
-
360
307
  :host .component-wrapper.bar6 .chart, :host .component-wrapper.bar7 .chart {
361
308
  position: relative;
362
309
  padding-inline-end: var(--chartPadding);
363
310
  }
364
-
365
311
  :host .component-wrapper.bar6 .gridlines, :host .component-wrapper.bar7 .gridlines {
366
312
  position: absolute;
367
313
  inset-inline-start: var(--labelWidth);
@@ -374,7 +320,6 @@
374
320
  border-block-end: 1px solid var(--wmcolor-chart-gridline);
375
321
  background-size: var(--backgroundSize);
376
322
  }
377
-
378
323
  :host .component-wrapper.bar6 .rows, :host .component-wrapper.bar7 .rows {
379
324
  display: grid;
380
325
  grid-template-columns: var(--labelWidth) auto;
@@ -384,74 +329,61 @@
384
329
  position: relative;
385
330
  z-index: 1;
386
331
  }
387
-
388
332
  :host .component-wrapper.bar6 .rows .label, :host .component-wrapper.bar7 .rows .label {
389
333
  font-weight: 400;
390
334
  padding: 0 0.75rem 0 0;
391
335
  text-align: end;
392
336
  margin: 0.75rem 0;
393
337
  }
394
-
395
338
  :host .component-wrapper.bar6 .rows .label.hidden, :host .component-wrapper.bar7 .rows .label.hidden {
396
339
  visibility: hidden;
397
340
  white-space: nowrap;
398
341
  }
399
-
400
342
  :host .component-wrapper.bar6 .bar, :host .component-wrapper.bar7 .bar {
401
343
  height: 30px;
402
344
  position: relative;
403
345
  }
404
-
405
346
  :host .component-wrapper.bar6 .bar .value, :host .component-wrapper.bar7 .bar .value {
406
347
  position: absolute;
407
348
  inset-block-start: 50%;
408
349
  inset-inline-end: -0.5rem;
409
350
  transform: translate(100%, -50%);
410
351
  }
411
-
412
352
  :host .component-wrapper.bar6 .x-axis, :host .component-wrapper.bar7 .x-axis {
413
353
  margin-inline-start: var(--labelWidth);
414
354
  margin-inline-end: var(--chartPadding);
415
355
  display: flex;
416
356
  postion: relative;
417
357
  }
418
-
419
358
  :host .component-wrapper.bar6 .tick, :host .component-wrapper.bar7 .tick {
420
359
  flex: 1;
421
360
  text-align: end;
422
361
  }
423
-
424
362
  :host .component-wrapper.bar6 .tick span, :host .component-wrapper.bar7 .tick span {
425
363
  transform: translateX(50%);
426
364
  display: inline-block;
427
365
  }
428
-
429
366
  :host .component-wrapper.bar6 .zero, :host .component-wrapper.bar7 .zero {
430
367
  position: absolute;
431
368
  transform: translateX(-50%);
432
369
  }
433
-
434
370
  :host .component-wrapper.bar6 .bar:active, :host .component-wrapper.bar6 .bar:hover, :host .component-wrapper.bar6 .bar:focus, :host .component-wrapper.bar7 .bar:active, :host .component-wrapper.bar7 .bar:hover, :host .component-wrapper.bar7 .bar:focus {
435
371
  outline: none;
436
372
  }
437
-
438
373
  :host .component-wrapper.bar6 .bar:active.bar:not(:focus-visible), :host .component-wrapper.bar6 .bar:hover.bar:not(:focus-visible), :host .component-wrapper.bar6 .bar:focus.bar:not(:focus-visible), :host .component-wrapper.bar7 .bar:active.bar:not(:focus-visible), :host .component-wrapper.bar7 .bar:hover.bar:not(:focus-visible), :host .component-wrapper.bar7 .bar:focus.bar:not(:focus-visible) {
439
374
  -webkit-box-shadow: 0px 0px 6px #333;
440
375
  -moz-box-shadow: 0px 0px 6px #333;
441
376
  box-shadow: 0px 0px 6px #333;
442
377
  }
443
-
444
378
  :host .component-wrapper.bar6 .bar:focus-visible, :host .component-wrapper.bar7 .bar:focus-visible {
445
379
  outline: 3px solid var(--wmcolor-interactive-focus);
446
380
  outline-offset: 2px;
447
381
  box-shadow: 0 0 0 7px white;
448
382
  z-index: 1;
449
383
  }
450
-
451
384
  :host .component-wrapper.left-label {
452
385
  flex-direction: row;
453
386
  }
454
-
455
387
  :host .component-wrapper.left-label .label {
456
388
  width: 12rem;
457
389
  padding-inline-end: 1.25rem;
@@ -461,17 +393,14 @@
461
393
  display: flex;
462
394
  align-items: center;
463
395
  }
464
-
465
396
  :host .component-wrapper .hidden-values-warning {
466
397
  font-size: 0.75rem;
467
398
  font-style: italic;
468
399
  max-width: 100%;
469
400
  }
470
-
471
401
  :host .component-wrapper .hidden-values-warning.hidden {
472
402
  display: none;
473
403
  }
474
-
475
404
  @media print {
476
405
  :host .component-wrapper .hidden-values-warning {
477
406
  display: none;
@@ -497,7 +426,6 @@
497
426
  align-items: center;
498
427
  text-align: center;
499
428
  }
500
-
501
429
  :host .component-wrapper .legend-wrapper .legend {
502
430
  display: flex;
503
431
  align-items: center;
@@ -507,53 +435,41 @@
507
435
  padding-block-end: 0.75rem;
508
436
  box-sizing: border-box;
509
437
  }
510
-
511
438
  :host .component-wrapper .legend-wrapper .legend.bar6 {
512
439
  display: none;
513
440
  }
514
-
515
441
  :host .component-wrapper .legend-wrapper .legend.--top {
516
442
  margin-block-start: -0.75rem;
517
443
  }
518
-
519
444
  :host .component-wrapper .legend-wrapper .legend.--top .legend-item {
520
445
  padding-block-start: 0.75rem;
521
446
  }
522
-
523
447
  :host .component-wrapper .legend-wrapper .legend.--top .legend-color {
524
448
  inset-block-start: 0.75rem;
525
449
  }
526
-
527
450
  :host .component-wrapper .legend-wrapper .legend.--bottom {
528
451
  margin-block-end: -0.75rem;
529
452
  }
530
-
531
453
  :host .component-wrapper .legend-wrapper .legend.--bottom .legend-item {
532
454
  padding-block-end: 0.75rem;
533
455
  }
534
-
535
456
  :host .component-wrapper .legend-wrapper .legend.--bottom .legend-color {
536
457
  inset-block-start: -0.75rem;
537
458
  }
538
-
539
459
  :host .component-wrapper .legend-wrapper .legend .legend-item {
540
460
  position: relative;
541
461
  }
542
-
543
462
  :host .component-wrapper .legend-wrapper .legend .legend-item.faded {
544
463
  opacity: 0.3;
545
464
  }
546
-
547
465
  :host .component-wrapper .legend-wrapper .legend .legend-item:not(:last-of-type) {
548
466
  padding-inline-end: 1.25rem;
549
467
  }
550
-
551
468
  :host .component-wrapper .legend-wrapper .legend .legend-text {
552
469
  font-size: 0.875rem;
553
470
  padding-inline-start: 1rem;
554
471
  line-height: 1;
555
472
  }
556
-
557
473
  :host .component-wrapper .legend-wrapper .legend .legend-color {
558
474
  position: absolute;
559
475
  inset-inline-start: 0;
@@ -564,15 +480,12 @@
564
480
  print-color-adjust: exact;
565
481
  -webkit-print-color-adjust: exact;
566
482
  }
567
-
568
483
  :host .component-wrapper .legend-wrapper .legend .print-value {
569
484
  display: none;
570
485
  }
571
-
572
486
  :host .component-wrapper .legend-wrapper .legend .print-value.force-visible {
573
487
  display: unset;
574
488
  }
575
-
576
489
  @media print {
577
490
  :host .component-wrapper .legend-wrapper .legend .print-value {
578
491
  display: unset;
@@ -587,15 +500,12 @@
587
500
  width: var(--icon-size, 0.875rem);
588
501
  height: var(--icon-size, 0.875rem);
589
502
  }
590
-
591
503
  .svg-icon.horizontal {
592
504
  transform: scaleX(-1);
593
505
  }
594
-
595
506
  .svg-icon.vertical {
596
507
  transform: scaleY(-1);
597
508
  }
598
-
599
509
  .svg-icon.svg-add:before {
600
510
  content: "";
601
511
  display: block;
@@ -605,12 +515,10 @@
605
515
  -webkit-mask-size: 100%;
606
516
  mask-size: 100%;
607
517
  }
608
-
609
518
  .svg-icon.svg-add:before {
610
519
  -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");
611
520
  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");
612
521
  }
613
-
614
522
  .svg-icon.svg-archive:before {
615
523
  content: "";
616
524
  display: block;
@@ -620,12 +528,10 @@
620
528
  -webkit-mask-size: 100%;
621
529
  mask-size: 100%;
622
530
  }
623
-
624
531
  .svg-icon.svg-archive:before {
625
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.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V6.5C21 6.02 20.83 5.57 20.54 5.23ZM12 17.5L6.5 12H10V10H14V12H17.5L12 17.5ZM5.12 5L5.93 4H17.93L18.87 5H5.12Z'/%3E%3C/svg%3E%0A");
626
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.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V6.5C21 6.02 20.83 5.57 20.54 5.23ZM12 17.5L6.5 12H10V10H14V12H17.5L12 17.5ZM5.12 5L5.93 4H17.93L18.87 5H5.12Z'/%3E%3C/svg%3E%0A");
627
534
  }
628
-
629
535
  .svg-icon.svg-add-person:before {
630
536
  content: "";
631
537
  display: block;
@@ -635,12 +541,10 @@
635
541
  -webkit-mask-size: 100%;
636
542
  mask-size: 100%;
637
543
  }
638
-
639
544
  .svg-icon.svg-add-person:before {
640
545
  -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");
641
546
  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");
642
547
  }
643
-
644
548
  .svg-icon.svg-add-outline:before {
645
549
  content: "";
646
550
  display: block;
@@ -650,12 +554,10 @@
650
554
  -webkit-mask-size: 100%;
651
555
  mask-size: 100%;
652
556
  }
653
-
654
557
  .svg-icon.svg-add-outline:before {
655
558
  -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");
656
559
  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");
657
560
  }
658
-
659
561
  .svg-icon.svg-ai:before {
660
562
  content: "";
661
563
  display: block;
@@ -665,12 +567,10 @@
665
567
  -webkit-mask-size: 100%;
666
568
  mask-size: 100%;
667
569
  }
668
-
669
570
  .svg-icon.svg-ai:before {
670
571
  -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");
671
572
  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");
672
573
  }
673
-
674
574
  .svg-icon.svg-api-connected:before {
675
575
  content: "";
676
576
  display: block;
@@ -680,12 +580,10 @@
680
580
  -webkit-mask-size: 100%;
681
581
  mask-size: 100%;
682
582
  }
683
-
684
583
  .svg-icon.svg-api-connected:before {
685
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='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");
686
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='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");
687
586
  }
688
-
689
587
  .svg-icon.svg-api-disconnected:before {
690
588
  content: "";
691
589
  display: block;
@@ -695,12 +593,10 @@
695
593
  -webkit-mask-size: 100%;
696
594
  mask-size: 100%;
697
595
  }
698
-
699
596
  .svg-icon.svg-api-disconnected:before {
700
597
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19.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");
701
598
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M19.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");
702
599
  }
703
-
704
600
  .svg-icon.svg-attach:before {
705
601
  content: "";
706
602
  display: block;
@@ -710,12 +606,10 @@
710
606
  -webkit-mask-size: 100%;
711
607
  mask-size: 100%;
712
608
  }
713
-
714
609
  .svg-icon.svg-attach:before {
715
610
  -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");
716
611
  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");
717
612
  }
718
-
719
613
  .svg-icon.svg-back:before {
720
614
  content: "";
721
615
  display: block;
@@ -725,12 +619,10 @@
725
619
  -webkit-mask-size: 100%;
726
620
  mask-size: 100%;
727
621
  }
728
-
729
622
  .svg-icon.svg-back:before {
730
623
  -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");
731
624
  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");
732
625
  }
733
-
734
626
  .svg-icon.svg-close:before {
735
627
  content: "";
736
628
  display: block;
@@ -740,12 +632,10 @@
740
632
  -webkit-mask-size: 100%;
741
633
  mask-size: 100%;
742
634
  }
743
-
744
635
  .svg-icon.svg-close:before {
745
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='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");
746
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='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");
747
638
  }
748
-
749
639
  .svg-icon.svg-checkbox-selected:before {
750
640
  content: "";
751
641
  display: block;
@@ -755,12 +645,10 @@
755
645
  -webkit-mask-size: 100%;
756
646
  mask-size: 100%;
757
647
  }
758
-
759
648
  .svg-icon.svg-checkbox-selected:before {
760
649
  -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,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z'/%3E%3C/svg%3E%0A");
761
650
  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,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z'/%3E%3C/svg%3E%0A");
762
651
  }
763
-
764
652
  .svg-icon.svg-checkbox-blank:before {
765
653
  content: "";
766
654
  display: block;
@@ -770,12 +658,10 @@
770
658
  -webkit-mask-size: 100%;
771
659
  mask-size: 100%;
772
660
  }
773
-
774
661
  .svg-icon.svg-checkbox-blank:before {
775
662
  -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,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z'/%3E%3C/svg%3E%0A");
776
663
  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,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z'/%3E%3C/svg%3E%0A");
777
664
  }
778
-
779
665
  .svg-icon.svg-collapsed:before {
780
666
  content: "";
781
667
  display: block;
@@ -785,12 +671,10 @@
785
671
  -webkit-mask-size: 100%;
786
672
  mask-size: 100%;
787
673
  }
788
-
789
674
  .svg-icon.svg-collapsed:before {
790
675
  -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");
791
676
  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");
792
677
  }
793
-
794
678
  .svg-icon.svg-date:before {
795
679
  content: "";
796
680
  display: block;
@@ -800,12 +684,10 @@
800
684
  -webkit-mask-size: 100%;
801
685
  mask-size: 100%;
802
686
  }
803
-
804
687
  .svg-icon.svg-date:before {
805
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='M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z'/%3E%3C/svg%3E%0A");
806
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='M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z'/%3E%3C/svg%3E%0A");
807
690
  }
808
-
809
691
  .svg-icon.svg-delete:before {
810
692
  content: "";
811
693
  display: block;
@@ -815,12 +697,10 @@
815
697
  -webkit-mask-size: 100%;
816
698
  mask-size: 100%;
817
699
  }
818
-
819
700
  .svg-icon.svg-delete:before {
820
701
  -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");
821
702
  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");
822
703
  }
823
-
824
704
  .svg-icon.svg-download:before {
825
705
  content: "";
826
706
  display: block;
@@ -830,12 +710,10 @@
830
710
  -webkit-mask-size: 100%;
831
711
  mask-size: 100%;
832
712
  }
833
-
834
713
  .svg-icon.svg-download:before {
835
714
  -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");
836
715
  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");
837
716
  }
838
-
839
717
  .svg-icon.svg-drilldown:before {
840
718
  content: "";
841
719
  display: block;
@@ -845,12 +723,10 @@
845
723
  -webkit-mask-size: 100%;
846
724
  mask-size: 100%;
847
725
  }
848
-
849
726
  .svg-icon.svg-drilldown:before {
850
727
  -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='M2,3h14v4H2V3 M2,10h20v4H2V10 M2,17h8v4H2V17z'/%3E%3C/svg%3E%0A");
851
728
  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='M2,3h14v4H2V3 M2,10h20v4H2V10 M2,17h8v4H2V17z'/%3E%3C/svg%3E%0A");
852
729
  }
853
-
854
730
  .svg-icon.svg-edit:before {
855
731
  content: "";
856
732
  display: block;
@@ -860,12 +736,10 @@
860
736
  -webkit-mask-size: 100%;
861
737
  mask-size: 100%;
862
738
  }
863
-
864
739
  .svg-icon.svg-edit:before {
865
740
  -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");
866
741
  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");
867
742
  }
868
-
869
743
  .svg-icon.svg-error:before {
870
744
  content: "";
871
745
  display: block;
@@ -875,12 +749,10 @@
875
749
  -webkit-mask-size: 100%;
876
750
  mask-size: 100%;
877
751
  }
878
-
879
752
  .svg-icon.svg-error:before {
880
753
  -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");
881
754
  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");
882
755
  }
883
-
884
756
  .svg-icon.svg-expand-less:before {
885
757
  content: "";
886
758
  display: block;
@@ -890,12 +762,10 @@
890
762
  -webkit-mask-size: 100%;
891
763
  mask-size: 100%;
892
764
  }
893
-
894
765
  .svg-icon.svg-expand-less:before {
895
766
  -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");
896
767
  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");
897
768
  }
898
-
899
769
  .svg-icon.svg-expand-more:before {
900
770
  content: "";
901
771
  display: block;
@@ -905,12 +775,10 @@
905
775
  -webkit-mask-size: 100%;
906
776
  mask-size: 100%;
907
777
  }
908
-
909
778
  .svg-icon.svg-expand-more:before {
910
779
  -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");
911
780
  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");
912
781
  }
913
-
914
782
  .svg-icon.svg-expanded:before {
915
783
  content: "";
916
784
  display: block;
@@ -920,12 +788,10 @@
920
788
  -webkit-mask-size: 100%;
921
789
  mask-size: 100%;
922
790
  }
923
-
924
791
  .svg-icon.svg-expanded:before {
925
792
  -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");
926
793
  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");
927
794
  }
928
-
929
795
  .svg-icon.svg-filter:before {
930
796
  content: "";
931
797
  display: block;
@@ -935,12 +801,10 @@
935
801
  -webkit-mask-size: 100%;
936
802
  mask-size: 100%;
937
803
  }
938
-
939
804
  .svg-icon.svg-filter:before {
940
805
  -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,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z'/%3E%3C/svg%3E%0A");
941
806
  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,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z'/%3E%3C/svg%3E%0A");
942
807
  }
943
-
944
808
  .svg-icon.svg-forward:before {
945
809
  content: "";
946
810
  display: block;
@@ -950,12 +814,10 @@
950
814
  -webkit-mask-size: 100%;
951
815
  mask-size: 100%;
952
816
  }
953
-
954
817
  .svg-icon.svg-forward:before {
955
818
  -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");
956
819
  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");
957
820
  }
958
-
959
821
  .svg-icon.svg-help-center:before {
960
822
  content: "";
961
823
  display: block;
@@ -965,12 +827,10 @@
965
827
  -webkit-mask-size: 100%;
966
828
  mask-size: 100%;
967
829
  }
968
-
969
830
  .svg-icon.svg-help-center:before {
970
831
  -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");
971
832
  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");
972
833
  }
973
-
974
834
  .svg-icon.svg-hide:before {
975
835
  content: "";
976
836
  display: block;
@@ -980,12 +840,10 @@
980
840
  -webkit-mask-size: 100%;
981
841
  mask-size: 100%;
982
842
  }
983
-
984
843
  .svg-icon.svg-hide:before {
985
844
  -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");
986
845
  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");
987
846
  }
988
-
989
847
  .svg-icon.svg-info:before {
990
848
  content: "";
991
849
  display: block;
@@ -995,12 +853,10 @@
995
853
  -webkit-mask-size: 100%;
996
854
  mask-size: 100%;
997
855
  }
998
-
999
856
  .svg-icon.svg-info:before {
1000
857
  -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");
1001
858
  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");
1002
859
  }
1003
-
1004
860
  .svg-icon.svg-locked:before {
1005
861
  content: "";
1006
862
  display: block;
@@ -1010,12 +866,10 @@
1010
866
  -webkit-mask-size: 100%;
1011
867
  mask-size: 100%;
1012
868
  }
1013
-
1014
869
  .svg-icon.svg-locked:before {
1015
870
  -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");
1016
871
  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");
1017
872
  }
1018
-
1019
873
  .svg-icon.svg-menu:before {
1020
874
  content: "";
1021
875
  display: block;
@@ -1025,12 +879,10 @@
1025
879
  -webkit-mask-size: 100%;
1026
880
  mask-size: 100%;
1027
881
  }
1028
-
1029
882
  .svg-icon.svg-menu:before {
1030
883
  -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");
1031
884
  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");
1032
885
  }
1033
-
1034
886
  .svg-icon.svg-more-options:before {
1035
887
  content: "";
1036
888
  display: block;
@@ -1040,12 +892,10 @@
1040
892
  -webkit-mask-size: 100%;
1041
893
  mask-size: 100%;
1042
894
  }
1043
-
1044
895
  .svg-icon.svg-more-options:before {
1045
896
  -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");
1046
897
  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");
1047
898
  }
1048
-
1049
899
  .svg-icon.svg-move-down:before {
1050
900
  content: "";
1051
901
  display: block;
@@ -1055,12 +905,10 @@
1055
905
  -webkit-mask-size: 100%;
1056
906
  mask-size: 100%;
1057
907
  }
1058
-
1059
908
  .svg-icon.svg-move-down:before {
1060
909
  -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");
1061
910
  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");
1062
911
  }
1063
-
1064
912
  .svg-icon.svg-move-up:before {
1065
913
  content: "";
1066
914
  display: block;
@@ -1070,12 +918,10 @@
1070
918
  -webkit-mask-size: 100%;
1071
919
  mask-size: 100%;
1072
920
  }
1073
-
1074
921
  .svg-icon.svg-move-up:before {
1075
922
  -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");
1076
923
  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");
1077
924
  }
1078
-
1079
925
  .svg-icon.svg-navigator-icon:before {
1080
926
  content: "";
1081
927
  display: block;
@@ -1085,12 +931,10 @@
1085
931
  -webkit-mask-size: 100%;
1086
932
  mask-size: 100%;
1087
933
  }
1088
-
1089
934
  .svg-icon.svg-navigator-icon:before {
1090
935
  -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");
1091
936
  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");
1092
937
  }
1093
-
1094
938
  .svg-icon.svg-next:before {
1095
939
  content: "";
1096
940
  display: block;
@@ -1100,12 +944,10 @@
1100
944
  -webkit-mask-size: 100%;
1101
945
  mask-size: 100%;
1102
946
  }
1103
-
1104
947
  .svg-icon.svg-next:before {
1105
948
  -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");
1106
949
  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");
1107
950
  }
1108
-
1109
951
  .svg-icon.svg-notifications:before {
1110
952
  content: "";
1111
953
  display: block;
@@ -1115,12 +957,10 @@
1115
957
  -webkit-mask-size: 100%;
1116
958
  mask-size: 100%;
1117
959
  }
1118
-
1119
960
  .svg-icon.svg-notifications:before {
1120
961
  -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");
1121
962
  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");
1122
963
  }
1123
-
1124
964
  .svg-icon.svg-open-in-new:before {
1125
965
  content: "";
1126
966
  display: block;
@@ -1130,12 +970,10 @@
1130
970
  -webkit-mask-size: 100%;
1131
971
  mask-size: 100%;
1132
972
  }
1133
-
1134
973
  .svg-icon.svg-open-in-new:before {
1135
974
  -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");
1136
975
  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");
1137
976
  }
1138
-
1139
977
  .svg-icon.svg-pending:before {
1140
978
  content: "";
1141
979
  display: block;
@@ -1145,12 +983,10 @@
1145
983
  -webkit-mask-size: 100%;
1146
984
  mask-size: 100%;
1147
985
  }
1148
-
1149
986
  .svg-icon.svg-pending:before {
1150
987
  -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");
1151
988
  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");
1152
989
  }
1153
-
1154
990
  .svg-icon.svg-previous:before {
1155
991
  content: "";
1156
992
  display: block;
@@ -1160,12 +996,10 @@
1160
996
  -webkit-mask-size: 100%;
1161
997
  mask-size: 100%;
1162
998
  }
1163
-
1164
999
  .svg-icon.svg-previous:before {
1165
1000
  -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");
1166
1001
  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");
1167
1002
  }
1168
-
1169
1003
  .svg-icon.svg-remove:before {
1170
1004
  content: "";
1171
1005
  display: block;
@@ -1175,12 +1009,10 @@
1175
1009
  -webkit-mask-size: 100%;
1176
1010
  mask-size: 100%;
1177
1011
  }
1178
-
1179
1012
  .svg-icon.svg-remove:before {
1180
1013
  -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");
1181
1014
  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");
1182
1015
  }
1183
-
1184
1016
  .svg-icon.svg-remove-tag:before {
1185
1017
  content: "";
1186
1018
  display: block;
@@ -1190,12 +1022,10 @@
1190
1022
  -webkit-mask-size: 100%;
1191
1023
  mask-size: 100%;
1192
1024
  }
1193
-
1194
1025
  .svg-icon.svg-remove-tag:before {
1195
1026
  -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");
1196
1027
  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");
1197
1028
  }
1198
-
1199
1029
  .svg-icon.svg-reset:before {
1200
1030
  content: "";
1201
1031
  display: block;
@@ -1205,12 +1035,10 @@
1205
1035
  -webkit-mask-size: 100%;
1206
1036
  mask-size: 100%;
1207
1037
  }
1208
-
1209
1038
  .svg-icon.svg-reset:before {
1210
1039
  -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,5V1L7,6L12,11V7A6,6 0 0,1 18,13A6,6 0 0,1 12,19A6,6 0 0,1 6,13H4A8,8 0 0,0 12,21A8,8 0 0,0 20,13A8,8 0 0,0 12,5Z'/%3E%3C/svg%3E%0A");
1211
1040
  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,5V1L7,6L12,11V7A6,6 0 0,1 18,13A6,6 0 0,1 12,19A6,6 0 0,1 6,13H4A8,8 0 0,0 12,21A8,8 0 0,0 20,13A8,8 0 0,0 12,5Z'/%3E%3C/svg%3E%0A");
1212
1041
  }
1213
-
1214
1042
  .svg-icon.svg-restore:before {
1215
1043
  content: "";
1216
1044
  display: block;
@@ -1220,12 +1048,10 @@
1220
1048
  -webkit-mask-size: 100%;
1221
1049
  mask-size: 100%;
1222
1050
  }
1223
-
1224
1051
  .svg-icon.svg-restore:before {
1225
1052
  -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");
1226
1053
  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");
1227
1054
  }
1228
-
1229
1055
  .svg-icon.svg-rotate-right:before {
1230
1056
  content: "";
1231
1057
  display: block;
@@ -1235,12 +1061,10 @@
1235
1061
  -webkit-mask-size: 100%;
1236
1062
  mask-size: 100%;
1237
1063
  }
1238
-
1239
1064
  .svg-icon.svg-rotate-right:before {
1240
1065
  -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");
1241
1066
  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");
1242
1067
  }
1243
-
1244
1068
  .svg-icon.svg-save:before {
1245
1069
  content: "";
1246
1070
  display: block;
@@ -1250,12 +1074,10 @@
1250
1074
  -webkit-mask-size: 100%;
1251
1075
  mask-size: 100%;
1252
1076
  }
1253
-
1254
1077
  .svg-icon.svg-save:before {
1255
1078
  -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");
1256
1079
  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");
1257
1080
  }
1258
-
1259
1081
  .svg-icon.svg-search:before {
1260
1082
  content: "";
1261
1083
  display: block;
@@ -1265,12 +1087,10 @@
1265
1087
  -webkit-mask-size: 100%;
1266
1088
  mask-size: 100%;
1267
1089
  }
1268
-
1269
1090
  .svg-icon.svg-search:before {
1270
1091
  -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");
1271
1092
  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");
1272
1093
  }
1273
-
1274
1094
  .svg-icon.svg-shape-circle:before {
1275
1095
  content: "";
1276
1096
  display: block;
@@ -1280,12 +1100,10 @@
1280
1100
  -webkit-mask-size: 100%;
1281
1101
  mask-size: 100%;
1282
1102
  }
1283
-
1284
1103
  .svg-icon.svg-shape-circle:before {
1285
1104
  -webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,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");
1286
1105
  mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,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");
1287
1106
  }
1288
-
1289
1107
  .svg-icon.svg-shape-pentagon:before {
1290
1108
  content: "";
1291
1109
  display: block;
@@ -1295,12 +1113,10 @@
1295
1113
  -webkit-mask-size: 100%;
1296
1114
  mask-size: 100%;
1297
1115
  }
1298
-
1299
1116
  .svg-icon.svg-shape-pentagon:before {
1300
1117
  -webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,2.5L2,9.8L5.8,21.5H18.2L22,9.8L12,2.5Z'/%3E%3C/svg%3E%0A");
1301
1118
  mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,2.5L2,9.8L5.8,21.5H18.2L22,9.8L12,2.5Z'/%3E%3C/svg%3E%0A");
1302
1119
  }
1303
-
1304
1120
  .svg-icon.svg-shape-rhombus:before {
1305
1121
  content: "";
1306
1122
  display: block;
@@ -1310,12 +1126,10 @@
1310
1126
  -webkit-mask-size: 100%;
1311
1127
  mask-size: 100%;
1312
1128
  }
1313
-
1314
1129
  .svg-icon.svg-shape-rhombus:before {
1315
1130
  -webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2Z'/%3E%3C/svg%3E%0A");
1316
1131
  mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2Z'/%3E%3C/svg%3E%0A");
1317
1132
  }
1318
-
1319
1133
  .svg-icon.svg-shape-star:before {
1320
1134
  content: "";
1321
1135
  display: block;
@@ -1325,12 +1139,10 @@
1325
1139
  -webkit-mask-size: 100%;
1326
1140
  mask-size: 100%;
1327
1141
  }
1328
-
1329
1142
  .svg-icon.svg-shape-star:before {
1330
1143
  -webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z'/%3E%3C/svg%3E%0A");
1331
1144
  mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z'/%3E%3C/svg%3E%0A");
1332
1145
  }
1333
-
1334
1146
  .svg-icon.svg-shape-square:before {
1335
1147
  content: "";
1336
1148
  display: block;
@@ -1340,12 +1152,10 @@
1340
1152
  -webkit-mask-size: 100%;
1341
1153
  mask-size: 100%;
1342
1154
  }
1343
-
1344
1155
  .svg-icon.svg-shape-square:before {
1345
1156
  -webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M3,3V21H21V3'/%3E%3C/svg%3E%0A");
1346
1157
  mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M3,3V21H21V3'/%3E%3C/svg%3E%0A");
1347
1158
  }
1348
-
1349
1159
  .svg-icon.svg-shape-triangle:before {
1350
1160
  content: "";
1351
1161
  display: block;
@@ -1355,12 +1165,10 @@
1355
1165
  -webkit-mask-size: 100%;
1356
1166
  mask-size: 100%;
1357
1167
  }
1358
-
1359
1168
  .svg-icon.svg-shape-triangle:before {
1360
1169
  -webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M1,21H23L12,2'/%3E%3C/svg%3E%0A");
1361
1170
  mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M1,21H23L12,2'/%3E%3C/svg%3E%0A");
1362
1171
  }
1363
-
1364
1172
  .svg-icon.svg-shape-triangle-inverted:before {
1365
1173
  content: "";
1366
1174
  display: block;
@@ -1370,12 +1178,10 @@
1370
1178
  -webkit-mask-size: 100%;
1371
1179
  mask-size: 100%;
1372
1180
  }
1373
-
1374
1181
  .svg-icon.svg-shape-triangle-inverted:before {
1375
1182
  -webkit-mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M1 3H23L12 22'/%3E%3C/svg%3E%0A");
1376
1183
  mask-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path style='fill: var(--icon-fill, currentColor)' d='M1 3H23L12 22'/%3E%3C/svg%3E%0A");
1377
1184
  }
1378
-
1379
1185
  .svg-icon.svg-show:before {
1380
1186
  content: "";
1381
1187
  display: block;
@@ -1385,12 +1191,10 @@
1385
1191
  -webkit-mask-size: 100%;
1386
1192
  mask-size: 100%;
1387
1193
  }
1388
-
1389
1194
  .svg-icon.svg-show:before {
1390
1195
  -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");
1391
1196
  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");
1392
1197
  }
1393
-
1394
1198
  .svg-icon.svg-sort-a-to-z:before {
1395
1199
  content: "";
1396
1200
  display: block;
@@ -1400,12 +1204,10 @@
1400
1204
  -webkit-mask-size: 100%;
1401
1205
  mask-size: 100%;
1402
1206
  }
1403
-
1404
1207
  .svg-icon.svg-sort-a-to-z:before {
1405
1208
  -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");
1406
1209
  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");
1407
1210
  }
1408
-
1409
1211
  .svg-icon.svg-sort-z-to-a:before {
1410
1212
  content: "";
1411
1213
  display: block;
@@ -1415,12 +1217,10 @@
1415
1217
  -webkit-mask-size: 100%;
1416
1218
  mask-size: 100%;
1417
1219
  }
1418
-
1419
1220
  .svg-icon.svg-sort-z-to-a:before {
1420
1221
  -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");
1421
1222
  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");
1422
1223
  }
1423
-
1424
1224
  .svg-icon.svg-success:before {
1425
1225
  content: "";
1426
1226
  display: block;
@@ -1430,12 +1230,10 @@
1430
1230
  -webkit-mask-size: 100%;
1431
1231
  mask-size: 100%;
1432
1232
  }
1433
-
1434
1233
  .svg-icon.svg-success:before {
1435
1234
  -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");
1436
1235
  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");
1437
1236
  }
1438
-
1439
1237
  .svg-icon.svg-time:before {
1440
1238
  content: "";
1441
1239
  display: block;
@@ -1445,12 +1243,10 @@
1445
1243
  -webkit-mask-size: 100%;
1446
1244
  mask-size: 100%;
1447
1245
  }
1448
-
1449
1246
  .svg-icon.svg-time:before {
1450
1247
  -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");
1451
1248
  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");
1452
1249
  }
1453
-
1454
1250
  .svg-icon.svg-undo:before {
1455
1251
  content: "";
1456
1252
  display: block;
@@ -1460,12 +1256,10 @@
1460
1256
  -webkit-mask-size: 100%;
1461
1257
  mask-size: 100%;
1462
1258
  }
1463
-
1464
1259
  .svg-icon.svg-undo:before {
1465
1260
  -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");
1466
1261
  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");
1467
1262
  }
1468
-
1469
1263
  .svg-icon.svg-upload:before {
1470
1264
  content: "";
1471
1265
  display: block;
@@ -1475,12 +1269,10 @@
1475
1269
  -webkit-mask-size: 100%;
1476
1270
  mask-size: 100%;
1477
1271
  }
1478
-
1479
1272
  .svg-icon.svg-upload:before {
1480
1273
  -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");
1481
1274
  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");
1482
1275
  }
1483
-
1484
1276
  .svg-icon.svg-wrong:before {
1485
1277
  content: "";
1486
1278
  display: block;
@@ -1490,7 +1282,6 @@
1490
1282
  -webkit-mask-size: 100%;
1491
1283
  mask-size: 100%;
1492
1284
  }
1493
-
1494
1285
  .svg-icon.svg-wrong:before {
1495
1286
  -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");
1496
1287
  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");