xv-webcomponents 0.1.42 → 0.1.43

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 (310) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +129 -129
  3. package/dist/types/components/xv-button/xv-button.d.ts +12 -21
  4. package/dist/types/components/xv-dropdown/xv-dropdown.d.ts +0 -1
  5. package/dist/types/components/xv-header/xv-header.d.ts +2 -0
  6. package/dist/types/components/xv-table/_vars.d.ts +5 -1
  7. package/dist/types/components/xv-table/xv-table-cell/xv-table-cell.d.ts +1 -2
  8. package/dist/types/components/xv-text-input/_vars.d.ts +5 -0
  9. package/dist/types/components/xv-text-input/xv-text-input.d.ts +11 -10
  10. package/dist/types/components/xv-tooltip/xv-tooltip.d.ts +8 -10
  11. package/dist/types/components/xv-user-menu/interfaces/MenuItem.d.ts +0 -0
  12. package/dist/types/components/xv-user-menu/xv-user-menu.d.ts +41 -0
  13. package/dist/types/components.d.ts +105 -508
  14. package/dist/types/stencil-public-runtime.d.ts +1 -1
  15. package/dist/types/types/enum.d.ts +0 -5
  16. package/dist/xv-webcomponents/_vars-FbbDWn6g.js +13 -0
  17. package/dist/xv-webcomponents/_vars-FbbDWn6g.js.map +1 -0
  18. package/dist/{collection/components/xv-progress-indicator/_vars.js → xv-webcomponents/_vars-IZ3lIQzL.js} +7 -3
  19. package/dist/xv-webcomponents/_vars-IZ3lIQzL.js.map +1 -0
  20. package/dist/xv-webcomponents/enum-DTBL51oP.js +13 -0
  21. package/dist/xv-webcomponents/enum-DTBL51oP.js.map +1 -0
  22. package/dist/xv-webcomponents/index-rZAC0WRb.js +4238 -0
  23. package/dist/xv-webcomponents/index-rZAC0WRb.js.map +1 -0
  24. package/dist/xv-webcomponents/index.esm.js +13 -1
  25. package/dist/xv-webcomponents/index.esm.js.map +1 -1
  26. package/dist/xv-webcomponents/loader.esm.js.map +1 -1
  27. package/dist/{collection/utils/utils.js → xv-webcomponents/utils-1tk8kwKx.js} +11 -7
  28. package/dist/xv-webcomponents/utils-1tk8kwKx.js.map +1 -0
  29. package/dist/xv-webcomponents/xv-accordion-v2-item.entry.esm.js.map +1 -0
  30. package/dist/xv-webcomponents/xv-accordion-v2-item.entry.js +36 -0
  31. package/dist/xv-webcomponents/xv-accordion-v2-item.entry.js.map +1 -0
  32. package/dist/xv-webcomponents/xv-accordion-v2.entry.esm.js.map +1 -0
  33. package/dist/xv-webcomponents/xv-accordion-v2.entry.js +41 -0
  34. package/dist/xv-webcomponents/xv-accordion-v2.entry.js.map +1 -0
  35. package/dist/xv-webcomponents/xv-breadcrumbs-v2.entry.esm.js.map +1 -1
  36. package/dist/xv-webcomponents/xv-breadcrumbs-v2.entry.js +18 -0
  37. package/dist/xv-webcomponents/xv-breadcrumbs-v2.entry.js.map +1 -0
  38. package/dist/xv-webcomponents/xv-button-v2.entry.esm.js.map +1 -0
  39. package/dist/xv-webcomponents/xv-button-v2.entry.js +35 -0
  40. package/dist/xv-webcomponents/xv-button-v2.entry.js.map +1 -0
  41. package/dist/xv-webcomponents/xv-card-v2.entry.esm.js.map +1 -0
  42. package/dist/xv-webcomponents/xv-card-v2.entry.js +19 -0
  43. package/dist/xv-webcomponents/xv-card-v2.entry.js.map +1 -0
  44. package/dist/xv-webcomponents/xv-checkbox-v2.entry.esm.js.map +1 -0
  45. package/dist/xv-webcomponents/xv-checkbox-v2.entry.js +106 -0
  46. package/dist/xv-webcomponents/xv-checkbox-v2.entry.js.map +1 -0
  47. package/dist/xv-webcomponents/xv-dropdown-v2-item.entry.esm.js.map +1 -0
  48. package/dist/xv-webcomponents/xv-dropdown-v2-item.entry.js +36 -0
  49. package/dist/xv-webcomponents/xv-dropdown-v2-item.entry.js.map +1 -0
  50. package/dist/xv-webcomponents/xv-dropdown-v2.entry.esm.js.map +1 -0
  51. package/dist/xv-webcomponents/xv-dropdown-v2.entry.js +136 -0
  52. package/dist/xv-webcomponents/xv-dropdown-v2.entry.js.map +1 -0
  53. package/dist/xv-webcomponents/xv-footer.entry.esm.js.map +1 -0
  54. package/dist/xv-webcomponents/xv-footer.entry.js +30 -0
  55. package/dist/xv-webcomponents/xv-footer.entry.js.map +1 -0
  56. package/dist/xv-webcomponents/xv-header.entry.esm.js.map +1 -0
  57. package/dist/xv-webcomponents/xv-header.entry.js +81 -0
  58. package/dist/xv-webcomponents/xv-header.entry.js.map +1 -0
  59. package/dist/xv-webcomponents/xv-link-v2.entry.esm.js.map +1 -0
  60. package/dist/xv-webcomponents/xv-link-v2.entry.js +27 -0
  61. package/dist/xv-webcomponents/xv-link-v2.entry.js.map +1 -0
  62. package/dist/xv-webcomponents/xv-loader-v2.entry.esm.js.map +1 -0
  63. package/dist/xv-webcomponents/xv-loader-v2.entry.js +33 -0
  64. package/dist/xv-webcomponents/xv-loader-v2.entry.js.map +1 -0
  65. package/dist/xv-webcomponents/xv-login-modal.entry.esm.js.map +1 -0
  66. package/dist/xv-webcomponents/xv-login-modal.entry.js +89 -0
  67. package/dist/xv-webcomponents/xv-login-modal.entry.js.map +1 -0
  68. package/dist/xv-webcomponents/xv-modal-v2.entry.esm.js.map +1 -0
  69. package/dist/xv-webcomponents/xv-modal-v2.entry.js +78 -0
  70. package/dist/xv-webcomponents/xv-modal-v2.entry.js.map +1 -0
  71. package/dist/xv-webcomponents/xv-notification-v2.entry.esm.js.map +1 -0
  72. package/dist/xv-webcomponents/xv-notification-v2.entry.js +50 -0
  73. package/dist/xv-webcomponents/xv-notification-v2.entry.js.map +1 -0
  74. package/dist/xv-webcomponents/xv-overflow-menu-v2-item.entry.esm.js.map +1 -0
  75. package/dist/xv-webcomponents/xv-overflow-menu-v2-item.entry.js +32 -0
  76. package/dist/xv-webcomponents/xv-overflow-menu-v2-item.entry.js.map +1 -0
  77. package/dist/xv-webcomponents/xv-overflow-menu-v2.entry.esm.js.map +1 -0
  78. package/dist/xv-webcomponents/xv-overflow-menu-v2.entry.js +74 -0
  79. package/dist/xv-webcomponents/xv-overflow-menu-v2.entry.js.map +1 -0
  80. package/dist/xv-webcomponents/xv-progress-indicator-v2-item.entry.esm.js.map +1 -0
  81. package/dist/xv-webcomponents/xv-progress-indicator-v2-item.entry.js +21 -0
  82. package/dist/xv-webcomponents/xv-progress-indicator-v2-item.entry.js.map +1 -0
  83. package/dist/xv-webcomponents/xv-progress-indicator-v2.entry.esm.js.map +1 -0
  84. package/dist/xv-webcomponents/xv-progress-indicator-v2.entry.js +75 -0
  85. package/dist/xv-webcomponents/xv-progress-indicator-v2.entry.js.map +1 -0
  86. package/dist/xv-webcomponents/xv-tab-v2.entry.esm.js.map +1 -0
  87. package/dist/xv-webcomponents/xv-tab-v2.entry.js +21 -0
  88. package/dist/xv-webcomponents/xv-tab-v2.entry.js.map +1 -0
  89. package/dist/xv-webcomponents/xv-table-v2-cell.entry.esm.js.map +1 -0
  90. package/dist/xv-webcomponents/xv-table-v2-cell.entry.js +41 -0
  91. package/dist/xv-webcomponents/xv-table-v2-cell.entry.js.map +1 -0
  92. package/dist/xv-webcomponents/xv-table-v2-expand.entry.esm.js.map +1 -0
  93. package/dist/xv-webcomponents/xv-table-v2-expand.entry.js +29 -0
  94. package/dist/xv-webcomponents/xv-table-v2-expand.entry.js.map +1 -0
  95. package/dist/xv-webcomponents/xv-table-v2-row.entry.esm.js.map +1 -0
  96. package/dist/xv-webcomponents/xv-table-v2-row.entry.js +66 -0
  97. package/dist/xv-webcomponents/xv-table-v2-row.entry.js.map +1 -0
  98. package/dist/xv-webcomponents/xv-table-v2.entry.esm.js.map +1 -0
  99. package/dist/xv-webcomponents/xv-table-v2.entry.js +53 -0
  100. package/dist/xv-webcomponents/xv-table-v2.entry.js.map +1 -0
  101. package/dist/xv-webcomponents/xv-tabs-v2.entry.esm.js.map +1 -0
  102. package/dist/xv-webcomponents/xv-tabs-v2.entry.js +109 -0
  103. package/dist/xv-webcomponents/xv-tabs-v2.entry.js.map +1 -0
  104. package/dist/xv-webcomponents/xv-tag-v2.entry.esm.js.map +1 -0
  105. package/dist/xv-webcomponents/xv-tag-v2.entry.js +29 -0
  106. package/dist/xv-webcomponents/xv-tag-v2.entry.js.map +1 -0
  107. package/dist/xv-webcomponents/xv-text-input-v2.entry.esm.js.map +1 -0
  108. package/dist/xv-webcomponents/xv-text-input-v2.entry.js +65 -0
  109. package/dist/xv-webcomponents/xv-text-input-v2.entry.js.map +1 -0
  110. package/dist/xv-webcomponents/xv-tooltip-v2.entry.esm.js.map +1 -0
  111. package/dist/xv-webcomponents/xv-tooltip-v2.entry.js +24 -0
  112. package/dist/xv-webcomponents/xv-tooltip-v2.entry.js.map +1 -0
  113. package/dist/xv-webcomponents/xv-user-menu.entry.esm.js.map +1 -0
  114. package/dist/xv-webcomponents/xv-user-menu.entry.js +43 -0
  115. package/dist/xv-webcomponents/xv-user-menu.entry.js.map +1 -0
  116. package/dist/xv-webcomponents/xv-webcomponents.esm.js +49 -1
  117. package/dist/xv-webcomponents/xv-webcomponents.esm.js.map +1 -1
  118. package/package.json +53 -53
  119. package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -8
  120. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
  121. package/dist/cjs/index-BE3kw7I4.js +0 -36
  122. package/dist/cjs/index-BE3kw7I4.js.map +0 -1
  123. package/dist/cjs/index-MLh9SbX2.js +0 -1917
  124. package/dist/cjs/index-MLh9SbX2.js.map +0 -1
  125. package/dist/cjs/index.cjs.js +0 -10
  126. package/dist/cjs/index.cjs.js.map +0 -1
  127. package/dist/cjs/loader.cjs.js +0 -16
  128. package/dist/cjs/loader.cjs.js.map +0 -1
  129. package/dist/cjs/xv-accordion-v2_34.cjs.entry.js +0 -3510
  130. package/dist/cjs/xv-accordion-v2_34.cjs.entry.js.map +0 -1
  131. package/dist/cjs/xv-breadcrumbs-v2.cjs.entry.js +0 -20
  132. package/dist/cjs/xv-breadcrumbs-v2.cjs.entry.js.map +0 -1
  133. package/dist/cjs/xv-breadcrumbs-v2.entry.cjs.js.map +0 -1
  134. package/dist/cjs/xv-webcomponents.cjs.js +0 -28
  135. package/dist/cjs/xv-webcomponents.cjs.js.map +0 -1
  136. package/dist/collection/assets/fonts/fontawesome5/fa-brands-400.svg +0 -3717
  137. package/dist/collection/assets/fonts/fontawesome5/fa-duotone-900.svg +0 -15326
  138. package/dist/collection/assets/fonts/fontawesome5/fa-light-300.svg +0 -12420
  139. package/dist/collection/assets/fonts/fontawesome5/fa-regular-400.svg +0 -11323
  140. package/dist/collection/assets/fonts/fontawesome5/fa-solid-900.svg +0 -9653
  141. package/dist/collection/collection-manifest.json +0 -46
  142. package/dist/collection/components/xv-accordion/xv-accordion.css +0 -3
  143. package/dist/collection/components/xv-accordion/xv-accordion.js +0 -163
  144. package/dist/collection/components/xv-accordion/xv-accordion.js.map +0 -1
  145. package/dist/collection/components/xv-accordion-item/xv-accordion-item.css +0 -68
  146. package/dist/collection/components/xv-accordion-item/xv-accordion-item.js +0 -132
  147. package/dist/collection/components/xv-accordion-item/xv-accordion-item.js.map +0 -1
  148. package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.css +0 -3
  149. package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.js +0 -19
  150. package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.js.map +0 -1
  151. package/dist/collection/components/xv-button/xv-button-v2.css +0 -173
  152. package/dist/collection/components/xv-button/xv-button.js +0 -229
  153. package/dist/collection/components/xv-button/xv-button.js.map +0 -1
  154. package/dist/collection/components/xv-card/xv-card.css +0 -63
  155. package/dist/collection/components/xv-card/xv-card.js +0 -122
  156. package/dist/collection/components/xv-card/xv-card.js.map +0 -1
  157. package/dist/collection/components/xv-checkbox/xv-checkbox.css +0 -138
  158. package/dist/collection/components/xv-checkbox/xv-checkbox.js +0 -402
  159. package/dist/collection/components/xv-checkbox/xv-checkbox.js.map +0 -1
  160. package/dist/collection/components/xv-data-table/_vars.js +0 -3
  161. package/dist/collection/components/xv-data-table/_vars.js.map +0 -1
  162. package/dist/collection/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.css +0 -90
  163. package/dist/collection/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.js +0 -182
  164. package/dist/collection/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.js.map +0 -1
  165. package/dist/collection/components/xv-data-table/xv-data-table-collapse/xv-data-table-collapse.css +0 -7
  166. package/dist/collection/components/xv-data-table/xv-data-table-collapse/xv-data-table-collapse.js +0 -101
  167. package/dist/collection/components/xv-data-table/xv-data-table-collapse/xv-data-table-collapse.js.map +0 -1
  168. package/dist/collection/components/xv-data-table/xv-data-table-row/xv-data-table-row.css +0 -71
  169. package/dist/collection/components/xv-data-table/xv-data-table-row/xv-data-table-row.js +0 -354
  170. package/dist/collection/components/xv-data-table/xv-data-table-row/xv-data-table-row.js.map +0 -1
  171. package/dist/collection/components/xv-data-table/xv-data-table.css +0 -104
  172. package/dist/collection/components/xv-data-table/xv-data-table.js +0 -114
  173. package/dist/collection/components/xv-data-table/xv-data-table.js.map +0 -1
  174. package/dist/collection/components/xv-dropdown/_vars.js +0 -2
  175. package/dist/collection/components/xv-dropdown/_vars.js.map +0 -1
  176. package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.css +0 -14
  177. package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.js +0 -153
  178. package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.js.map +0 -1
  179. package/dist/collection/components/xv-dropdown/xv-dropdown.css +0 -232
  180. package/dist/collection/components/xv-dropdown/xv-dropdown.js +0 -443
  181. package/dist/collection/components/xv-dropdown/xv-dropdown.js.map +0 -1
  182. package/dist/collection/components/xv-file-uploader/_vars.js +0 -6
  183. package/dist/collection/components/xv-file-uploader/_vars.js.map +0 -1
  184. package/dist/collection/components/xv-file-uploader/xv-file-uploader.css +0 -136
  185. package/dist/collection/components/xv-file-uploader/xv-file-uploader.js +0 -448
  186. package/dist/collection/components/xv-file-uploader/xv-file-uploader.js.map +0 -1
  187. package/dist/collection/components/xv-footer/xv-footer.css +0 -230
  188. package/dist/collection/components/xv-footer/xv-footer.js +0 -37
  189. package/dist/collection/components/xv-footer/xv-footer.js.map +0 -1
  190. package/dist/collection/components/xv-header/xv-header.css +0 -22587
  191. package/dist/collection/components/xv-header/xv-header.js +0 -54
  192. package/dist/collection/components/xv-header/xv-header.js.map +0 -1
  193. package/dist/collection/components/xv-link/xv-link.css +0 -67
  194. package/dist/collection/components/xv-link/xv-link.js +0 -132
  195. package/dist/collection/components/xv-link/xv-link.js.map +0 -1
  196. package/dist/collection/components/xv-loader/xv-loader.css +0 -65
  197. package/dist/collection/components/xv-loader/xv-loader.js +0 -106
  198. package/dist/collection/components/xv-loader/xv-loader.js.map +0 -1
  199. package/dist/collection/components/xv-login-modal/xv-login-modal.css +0 -22575
  200. package/dist/collection/components/xv-login-modal/xv-login-modal.js +0 -146
  201. package/dist/collection/components/xv-login-modal/xv-login-modal.js.map +0 -1
  202. package/dist/collection/components/xv-modal/xv-modal.css +0 -102
  203. package/dist/collection/components/xv-modal/xv-modal.js +0 -226
  204. package/dist/collection/components/xv-modal/xv-modal.js.map +0 -1
  205. package/dist/collection/components/xv-notification/_vars.js +0 -8
  206. package/dist/collection/components/xv-notification/_vars.js.map +0 -1
  207. package/dist/collection/components/xv-notification/xv-notification.css +0 -113
  208. package/dist/collection/components/xv-notification/xv-notification.js +0 -118
  209. package/dist/collection/components/xv-notification/xv-notification.js.map +0 -1
  210. package/dist/collection/components/xv-number-input/xv-number-input.css +0 -128
  211. package/dist/collection/components/xv-number-input/xv-number-input.js +0 -373
  212. package/dist/collection/components/xv-number-input/xv-number-input.js.map +0 -1
  213. package/dist/collection/components/xv-overflow-menu/_vars.js +0 -6
  214. package/dist/collection/components/xv-overflow-menu/_vars.js.map +0 -1
  215. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.css +0 -45
  216. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js +0 -137
  217. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js.map +0 -1
  218. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.css +0 -105
  219. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +0 -202
  220. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js.map +0 -1
  221. package/dist/collection/components/xv-progress-indicator/_vars.js.map +0 -1
  222. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.css +0 -96
  223. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js +0 -54
  224. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js.map +0 -1
  225. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.css +0 -45
  226. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js +0 -157
  227. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js.map +0 -1
  228. package/dist/collection/components/xv-table/_vars.js +0 -3
  229. package/dist/collection/components/xv-table/_vars.js.map +0 -1
  230. package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.css +0 -93
  231. package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js +0 -160
  232. package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js.map +0 -1
  233. package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.css +0 -58
  234. package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js +0 -76
  235. package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js.map +0 -1
  236. package/dist/collection/components/xv-table/xv-table-row/xv-table-row.css +0 -39
  237. package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +0 -333
  238. package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js.map +0 -1
  239. package/dist/collection/components/xv-table/xv-table.css +0 -137
  240. package/dist/collection/components/xv-table/xv-table.js +0 -159
  241. package/dist/collection/components/xv-table/xv-table.js.map +0 -1
  242. package/dist/collection/components/xv-tabs/_vars.js +0 -11
  243. package/dist/collection/components/xv-tabs/_vars.js.map +0 -1
  244. package/dist/collection/components/xv-tabs/xv-tab/xv-tab.css +0 -10
  245. package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +0 -106
  246. package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js.map +0 -1
  247. package/dist/collection/components/xv-tabs/xv-tabs.css +0 -139
  248. package/dist/collection/components/xv-tabs/xv-tabs.js +0 -221
  249. package/dist/collection/components/xv-tabs/xv-tabs.js.map +0 -1
  250. package/dist/collection/components/xv-tag/xv-tag.css +0 -97
  251. package/dist/collection/components/xv-tag/xv-tag.js +0 -158
  252. package/dist/collection/components/xv-tag/xv-tag.js.map +0 -1
  253. package/dist/collection/components/xv-text-input/xv-text-input.css +0 -144
  254. package/dist/collection/components/xv-text-input/xv-text-input.js +0 -324
  255. package/dist/collection/components/xv-text-input/xv-text-input.js.map +0 -1
  256. package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.css +0 -95
  257. package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js +0 -201
  258. package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js.map +0 -1
  259. package/dist/collection/components/xv-tooltip/xv-tooltip.css +0 -43
  260. package/dist/collection/components/xv-tooltip/xv-tooltip.js +0 -114
  261. package/dist/collection/components/xv-tooltip/xv-tooltip.js.map +0 -1
  262. package/dist/collection/index.js +0 -11
  263. package/dist/collection/index.js.map +0 -1
  264. package/dist/collection/scss/xv/images/xv-sprite.svg +0 -1
  265. package/dist/collection/scss/xv/sprite/images/xv-sprite.svg +0 -1
  266. package/dist/collection/types/enum.js +0 -15
  267. package/dist/collection/types/enum.js.map +0 -1
  268. package/dist/collection/utils/utils.js.map +0 -1
  269. package/dist/esm/app-globals-DQuL1Twl.js +0 -6
  270. package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
  271. package/dist/esm/index-DLYJiP99.js +0 -1907
  272. package/dist/esm/index-DLYJiP99.js.map +0 -1
  273. package/dist/esm/index-NvoCloOY.js +0 -31
  274. package/dist/esm/index-NvoCloOY.js.map +0 -1
  275. package/dist/esm/index.js +0 -4
  276. package/dist/esm/index.js.map +0 -1
  277. package/dist/esm/loader.js +0 -14
  278. package/dist/esm/loader.js.map +0 -1
  279. package/dist/esm/xv-accordion-v2_34.entry.js +0 -3475
  280. package/dist/esm/xv-accordion-v2_34.entry.js.map +0 -1
  281. package/dist/esm/xv-breadcrumbs-v2.entry.js +0 -18
  282. package/dist/esm/xv-breadcrumbs-v2.entry.js.map +0 -1
  283. package/dist/esm/xv-webcomponents.js +0 -24
  284. package/dist/esm/xv-webcomponents.js.map +0 -1
  285. package/dist/index.cjs.js +0 -1
  286. package/dist/index.js +0 -1
  287. package/dist/types/components/xv-data-table/_vars.d.ts +0 -11
  288. package/dist/types/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.d.ts +0 -13
  289. package/dist/types/components/xv-data-table/xv-data-table-collapse/xv-data-table-collapse.d.ts +0 -9
  290. package/dist/types/components/xv-data-table/xv-data-table-row/xv-data-table-row.d.ts +0 -25
  291. package/dist/types/components/xv-data-table/xv-data-table.d.ts +0 -9
  292. package/dist/types/components/xv-file-uploader/_vars.d.ts +0 -4
  293. package/dist/types/components/xv-file-uploader/xv-file-uploader.d.ts +0 -36
  294. package/dist/types/components/xv-number-input/xv-number-input.d.ts +0 -26
  295. package/dist/types/components/xv-toggle-tip/xv-toggle-tip.d.ts +0 -19
  296. package/dist/xv-webcomponents/p-5b63a259.entry.js +0 -2
  297. package/dist/xv-webcomponents/p-5b63a259.entry.js.map +0 -1
  298. package/dist/xv-webcomponents/p-9c06f44c.entry.js +0 -2
  299. package/dist/xv-webcomponents/p-9c06f44c.entry.js.map +0 -1
  300. package/dist/xv-webcomponents/p-DLYJiP99.js +0 -3
  301. package/dist/xv-webcomponents/p-DLYJiP99.js.map +0 -1
  302. package/dist/xv-webcomponents/p-DQuL1Twl.js +0 -2
  303. package/dist/xv-webcomponents/p-DQuL1Twl.js.map +0 -1
  304. package/dist/xv-webcomponents/p-NvoCloOY.js +0 -2
  305. package/dist/xv-webcomponents/p-NvoCloOY.js.map +0 -1
  306. package/loader/cdn.js +0 -1
  307. package/loader/index.cjs.js +0 -1
  308. package/loader/index.d.ts +0 -24
  309. package/loader/index.es2017.js +0 -1
  310. package/loader/index.js +0 -2
@@ -1,95 +0,0 @@
1
- :host {
2
- display: inline-block;
3
- font-family: inherit;
4
- }
5
- :host .trigger {
6
- display: inline-flex;
7
- align-items: center;
8
- cursor: pointer;
9
- transition: 250ms ease-in-out color;
10
- color: var(--icon-secondary);
11
- }
12
- :host .trigger_icon {
13
- color: inherit;
14
- }
15
- :host .trigger ::slotted([slot=trigger]) {
16
- transition: 250ms ease-in-out color;
17
- color: var(--icon-secondary);
18
- }
19
- :host .trigger:hover, :host .trigger:active,
20
- :host .trigger ::slotted([slot=trigger]:hover),
21
- :host .trigger ::slotted([slot=trigger]:active) {
22
- color: var(--icon-primary);
23
- }
24
- :host .trigger:focus,
25
- :host .trigger ::slotted([slot=trigger]:focus) {
26
- color: var(--focus);
27
- }
28
- :host .popover {
29
- opacity: 1;
30
- z-index: 1000;
31
- position: absolute;
32
- background-color: var(--background-inverse);
33
- color: var(--text-inverse);
34
- border-radius: 4px;
35
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
36
- max-width: 288px;
37
- font-size: 0.875rem;
38
- line-height: 1.5;
39
- margin-top: 8px;
40
- flex-direction: column;
41
- display: flex;
42
- }
43
- :host .popover[data-popper-placement^=top] .popover-tip {
44
- bottom: -4px;
45
- }
46
- :host .popover[data-popper-placement^=bottom] .popover-tip {
47
- top: -4px;
48
- }
49
- :host .popover[data-popper-placement^=left] .popover-tip {
50
- right: -4px;
51
- }
52
- :host .popover[data-popper-placement^=right] .popover-tip {
53
- left: -4px;
54
- }
55
- :host .popover .popover-tip {
56
- width: 10px;
57
- height: 10px;
58
- background-color: transparent;
59
- z-index: -1;
60
- }
61
- :host .popover .popover-tip:before {
62
- content: "";
63
- transform: rotate(45deg);
64
- background-color: var(--background-inverse);
65
- width: inherit;
66
- height: inherit;
67
- display: inline-block;
68
- }
69
- :host .popover .popover-content {
70
- padding: var(--gap-md);
71
- display: flex;
72
- flex-direction: column;
73
- gap: var(--spacing-04);
74
- }
75
- :host .popover .popover-content ::slotted([slot=header]) {
76
- font-size: 0.875rem;
77
- font-weight: 600;
78
- color: var(--text-secondary);
79
- }
80
- :host .popover .popover-content ::slotted([slot=body]) {
81
- font-size: 0.875rem;
82
- color: var(--text-inverse);
83
- }
84
- :host .popover .popover-content ::slotted([slot=footer]) {
85
- font-size: 0.75rem;
86
- color: var(--text-inverse);
87
- opacity: 0.8;
88
- }
89
-
90
- :host(:not([open])) .popover {
91
- opacity: 0;
92
- z-index: -1;
93
- user-select: none;
94
- pointer-events: none;
95
- }
@@ -1,201 +0,0 @@
1
- import { h, Host } from "@stencil/core";
2
- import { createPopper } from "@popperjs/core";
3
- export class XvToggleTip {
4
- constructor() {
5
- this.open = false;
6
- this.position = 'auto';
7
- this.destroyPopper = () => {
8
- if (this.popperInstance) {
9
- this.popperInstance.destroy();
10
- this.popperInstance = undefined;
11
- }
12
- };
13
- }
14
- openChangeHandle() {
15
- if (this.open) {
16
- requestAnimationFrame(() => this.createPopper());
17
- }
18
- else {
19
- this.destroyPopper();
20
- }
21
- this.openChange.emit(this.open);
22
- }
23
- handleClickOutside(e) {
24
- if (this.open && !this.el.contains(e.target)) {
25
- this.open = false;
26
- }
27
- }
28
- ;
29
- handleKeyDown(e) {
30
- if (e.key === 'Escape' && this.open) {
31
- this.open = false;
32
- }
33
- }
34
- ;
35
- async setPopover(open) {
36
- if (open === this.open)
37
- return;
38
- this.open = open;
39
- return this.open;
40
- }
41
- ;
42
- createPopper() {
43
- if (!this.triggerEl || !this.popoverEl) {
44
- console.warn('XvToggleTip can`t find the trigger or popover container!');
45
- return;
46
- }
47
- this.popperInstance = createPopper(this.triggerEl, this.popoverEl, {
48
- placement: this.position,
49
- modifiers: [
50
- {
51
- name: 'offset',
52
- options: {
53
- offset: [0, 8],
54
- },
55
- },
56
- {
57
- name: 'preventOverflow',
58
- options: {
59
- boundary: 'viewport',
60
- padding: 8,
61
- },
62
- },
63
- ],
64
- });
65
- }
66
- ;
67
- render() {
68
- return (h(Host, { key: '7b125738966144a7fdafe1ae26d77b72085b8003', class: "xv-toggle-tip" }, h("div", { key: '0fefcfc966714aa98d98672a1727aa2fc6bfadf2', class: "trigger", role: "button", tabindex: "0", "aria-expanded": this.open ? 'true' : 'false', "aria-controls": "popover", onClick: () => this.setPopover(!this.open), ref: (el) => (this.triggerEl = el) }, h("slot", { key: '752b5bf8be01660d12a6911e4a594c69da6b1e0c', name: "trigger" }, h("svg", { key: '6a594cfd8a4ff05d30d70fdda25a01157f6f94ee', class: "trigger_icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: 16, height: 16 }, h("path", { key: '133a8b6e0f4d04e3c4df60209517191d5fd508fe', fill: "currentColor", d: "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" })))), h("div", { key: 'ee2d9238662f276f76669353139a25867708f625', class: { popover: true }, role: "tooltip", tabindex: "-1", ref: (el) => (this.popoverEl = el) }, h("div", { key: '3c9f9455849855757051aeeac26cba84123f6f7d', class: "popover-tip", part: "tip", "data-popper-arrow": "" }), h("div", { key: 'cfb0da55d009997e002f072b7ff36efaf14fb06f', class: "popover-content" }, h("slot", { key: 'f2dc06851b50ed5002f819e018f2bf191011fbf3', name: "header" }), h("slot", { key: '2dc5b57ffd60fa4586dc43b3e9534e4ede376199', name: "body" }), h("slot", { key: '1c236e27d751fd957fdeaf2605d8b24495b59daf', name: "footer" })))));
69
- }
70
- disconnectedCallback() {
71
- this.destroyPopper();
72
- }
73
- static get is() { return "xv-toggle-tip"; }
74
- static get encapsulation() { return "shadow"; }
75
- static get originalStyleUrls() {
76
- return {
77
- "$": ["xv-toggle-tip.scss"]
78
- };
79
- }
80
- static get styleUrls() {
81
- return {
82
- "$": ["xv-toggle-tip.css"]
83
- };
84
- }
85
- static get properties() {
86
- return {
87
- "open": {
88
- "type": "boolean",
89
- "attribute": "open",
90
- "mutable": true,
91
- "complexType": {
92
- "original": "boolean",
93
- "resolved": "boolean",
94
- "references": {}
95
- },
96
- "required": false,
97
- "optional": false,
98
- "docs": {
99
- "tags": [],
100
- "text": ""
101
- },
102
- "getter": false,
103
- "setter": false,
104
- "reflect": true,
105
- "defaultValue": "false"
106
- },
107
- "position": {
108
- "type": "string",
109
- "attribute": "position",
110
- "mutable": false,
111
- "complexType": {
112
- "original": "Placement",
113
- "resolved": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
114
- "references": {
115
- "Placement": {
116
- "location": "import",
117
- "path": "@popperjs/core",
118
- "id": "node_modules::Placement"
119
- }
120
- }
121
- },
122
- "required": false,
123
- "optional": false,
124
- "docs": {
125
- "tags": [],
126
- "text": ""
127
- },
128
- "getter": false,
129
- "setter": false,
130
- "reflect": false,
131
- "defaultValue": "'auto'"
132
- }
133
- };
134
- }
135
- static get events() {
136
- return [{
137
- "method": "openChange",
138
- "name": "openChange",
139
- "bubbles": true,
140
- "cancelable": true,
141
- "composed": true,
142
- "docs": {
143
- "tags": [],
144
- "text": ""
145
- },
146
- "complexType": {
147
- "original": "boolean",
148
- "resolved": "boolean",
149
- "references": {}
150
- }
151
- }];
152
- }
153
- static get methods() {
154
- return {
155
- "setPopover": {
156
- "complexType": {
157
- "signature": "(open: boolean) => Promise<boolean>",
158
- "parameters": [{
159
- "name": "open",
160
- "type": "boolean",
161
- "docs": ""
162
- }],
163
- "references": {
164
- "Promise": {
165
- "location": "global",
166
- "id": "global::Promise"
167
- }
168
- },
169
- "return": "Promise<boolean>"
170
- },
171
- "docs": {
172
- "text": "",
173
- "tags": []
174
- }
175
- }
176
- };
177
- }
178
- static get elementRef() { return "el"; }
179
- static get watchers() {
180
- return [{
181
- "propName": "open",
182
- "methodName": "openChangeHandle"
183
- }];
184
- }
185
- static get listeners() {
186
- return [{
187
- "name": "click",
188
- "method": "handleClickOutside",
189
- "target": "document",
190
- "capture": false,
191
- "passive": false
192
- }, {
193
- "name": "keydown",
194
- "method": "handleKeyDown",
195
- "target": undefined,
196
- "capture": false,
197
- "passive": false
198
- }];
199
- }
200
- }
201
- //# sourceMappingURL=xv-toggle-tip.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"xv-toggle-tip.js","sourceRoot":"","sources":["../../../src/components/xv-toggle-tip/xv-toggle-tip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAgB,MAAM,eAAe,CAAC;AAC9G,OAAO,EAAE,YAAY,EAAuB,MAAM,gBAAgB,CAAC;AAOnE,MAAM,OAAO,WAAW;IALxB;QAQ0C,SAAI,GAAY,KAAK,CAAC;QACtD,aAAQ,GAAc,MAAM,CAAC;QAiE7B,kBAAa,GAAG,GAAG,EAAE;YAC3B,IAAI,IAAI,CAAC,cAAc,EAAE,CAAC;gBACxB,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC;gBAC9B,IAAI,CAAC,cAAc,GAAG,SAAS,CAAC;YAClC,CAAC;QACH,CAAC,CAAC;KA4CH;IA1GC,gBAAgB;QACd,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACd,qBAAqB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;QACnD,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,EAAE,CAAC;QACvB,CAAC;QACD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC;IAGD,kBAAkB,CAAC,CAAa;QAC9B,IAAI,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAc,CAAC,EAAE,CAAC;YACrD,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC;QACpB,CAAC;IACH,CAAC;IAAA,CAAC;IAGF,aAAa,CAAC,CAAgB;QAC5B,IAAI,CAAC,CAAC,GAAG,KAAK,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACpC,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC;QACpB,CAAC;IACH,CAAC;IAAA,CAAC;IAGF,KAAK,CAAC,UAAU,CAAC,IAAa;QAC5B,IAAI,IAAI,KAAK,IAAI,CAAC,IAAI;YAAE,OAAO;QAC/B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAEjB,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAAA,CAAC;IAEM,YAAY;QAClB,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,CAAC,IAAI,CAAC,0DAA0D,CAAC,CAAC;YACzE,OAAO;QACT,CAAC;QAED,IAAI,CAAC,cAAc,GAAG,YAAY,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,EAAE;YACjE,SAAS,EAAE,IAAI,CAAC,QAAQ;YACxB,SAAS,EAAE;gBACT;oBACE,IAAI,EAAE,QAAQ;oBACd,OAAO,EAAE;wBACP,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;qBACf;iBACF;gBACD;oBACE,IAAI,EAAE,iBAAiB;oBACvB,OAAO,EAAE;wBACP,QAAQ,EAAE,UAAU;wBACpB,OAAO,EAAE,CAAC;qBACX;iBACF;aACF;SACF,CAAC,CAAC;IACL,CAAC;IAAA,CAAC;IASF,MAAM;QACJ,OAAO,CACL,EAAC,IAAI,qDAAC,KAAK,EAAC,eAAe;YACzB,4DACE,KAAK,EAAC,SAAS,EACf,IAAI,EAAC,QAAQ,EACb,QAAQ,EAAC,GAAG,mBACG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,mBAC7B,SAAS,EACvB,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAC1C,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;gBAElC,6DAAM,IAAI,EAAC,SAAS;oBAClB,4DAAK,KAAK,EAAC,cAAc,EAAC,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE;wBACtG,6DACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,yTAAyT,GAC3T,CACE,CACD,CACH;YAEN,4DACE,KAAK,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,EACxB,IAAI,EAAC,SAAS,EACd,QAAQ,EAAC,IAAI,EACb,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;gBAElC,4DAAK,KAAK,EAAC,aAAa,EAAC,IAAI,EAAC,KAAK,uBAAmB,EAAE,GAAO;gBAC/D,4DAAK,KAAK,EAAC,iBAAiB;oBAC1B,6DAAM,IAAI,EAAC,QAAQ,GAAQ;oBAC3B,6DAAM,IAAI,EAAC,MAAM,GAAQ;oBACzB,6DAAM,IAAI,EAAC,QAAQ,GAAQ,CACvB,CACF,CACD,CACR,CAAC;IACJ,CAAC;IAED,oBAAoB;QAClB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { h, Event, Prop, Listen, Watch, Method, Element, Component, Host, EventEmitter } from '@stencil/core';\nimport { createPopper, Instance, Placement } from '@popperjs/core';\n\n@Component({\n tag: 'xv-toggle-tip',\n styleUrl: 'xv-toggle-tip.scss',\n shadow: true,\n})\nexport class XvToggleTip {\n @Element() el: HTMLElement;\n\n @Prop({ reflect: true, mutable: true }) open: boolean = false;\n @Prop() position: Placement = 'auto';\n @Event({ eventName: 'openChange' }) openChange: EventEmitter<boolean>;\n\n private triggerEl!: HTMLElement;\n private popoverEl!: HTMLElement;\n private popperInstance?: Instance;\n\n @Watch('open')\n openChangeHandle() {\n if (this.open) {\n requestAnimationFrame(() => this.createPopper());\n } else {\n this.destroyPopper();\n }\n this.openChange.emit(this.open);\n }\n\n @Listen('click', { target: 'document' })\n handleClickOutside(e: MouseEvent) {\n if (this.open && !this.el.contains(e.target as Node)) {\n this.open = false;\n }\n };\n\n @Listen('keydown')\n handleKeyDown(e: KeyboardEvent) {\n if (e.key === 'Escape' && this.open) {\n this.open = false;\n }\n };\n\n @Method()\n async setPopover(open: boolean) {\n if (open === this.open) return;\n this.open = open;\n\n return this.open;\n };\n\n private createPopper() {\n if (!this.triggerEl || !this.popoverEl) {\n console.warn('XvToggleTip can`t find the trigger or popover container!');\n return;\n }\n\n this.popperInstance = createPopper(this.triggerEl, this.popoverEl, {\n placement: this.position,\n modifiers: [\n {\n name: 'offset',\n options: {\n offset: [0, 8],\n },\n },\n {\n name: 'preventOverflow',\n options: {\n boundary: 'viewport',\n padding: 8,\n },\n },\n ],\n });\n };\n\n private destroyPopper = () => {\n if (this.popperInstance) {\n this.popperInstance.destroy();\n this.popperInstance = undefined;\n }\n };\n\n render() {\n return (\n <Host class=\"xv-toggle-tip\">\n <div\n class=\"trigger\"\n role=\"button\"\n tabindex=\"0\"\n aria-expanded={this.open ? 'true' : 'false'}\n aria-controls=\"popover\"\n onClick={() => this.setPopover(!this.open)}\n ref={(el) => (this.triggerEl = el)}\n >\n <slot name=\"trigger\">\n <svg class=\"trigger_icon\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" width={16} height={16}>\n <path\n fill=\"currentColor\"\n d=\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\"\n />\n </svg>\n </slot>\n </div>\n\n <div\n class={{ popover: true }}\n role=\"tooltip\"\n tabindex=\"-1\"\n ref={(el) => (this.popoverEl = el)}\n >\n <div class=\"popover-tip\" part=\"tip\" data-popper-arrow=\"\"></div>\n <div class=\"popover-content\">\n <slot name=\"header\"></slot>\n <slot name=\"body\"></slot>\n <slot name=\"footer\"></slot>\n </div>\n </div>\n </Host>\n );\n }\n\n disconnectedCallback() {\n this.destroyPopper();\n }\n}\n"]}
@@ -1,43 +0,0 @@
1
- :host {
2
- position: relative;
3
- display: contents;
4
- }
5
-
6
- .xv-tooltip[role=tooltip] {
7
- position: absolute;
8
- background-color: var(--background-inverse);
9
- color: var(--text-on-color);
10
- padding: var(--spacing-03) var(--spacing-04);
11
- border-radius: 3px;
12
- font-size: var(--fz-md);
13
- z-index: 999;
14
- max-width: min(400px, 90vw);
15
- overflow: visible;
16
- }
17
- .xv-tooltip[role=tooltip] [data-popper-arrow] {
18
- position: absolute;
19
- width: 10px;
20
- height: 10px;
21
- background-color: transparent;
22
- z-index: -1;
23
- }
24
- .xv-tooltip[role=tooltip] [data-popper-arrow]:before {
25
- content: "";
26
- transform: rotate(45deg);
27
- background-color: var(--background-inverse);
28
- width: inherit;
29
- height: inherit;
30
- display: inline-block;
31
- }
32
- .xv-tooltip[role=tooltip][data-popper-placement^=top] [data-popper-arrow] {
33
- bottom: 1px;
34
- }
35
- .xv-tooltip[role=tooltip][data-popper-placement^=bottom] [data-popper-arrow] {
36
- top: -10px;
37
- }
38
- .xv-tooltip[role=tooltip][data-popper-placement^=left] [data-popper-arrow] {
39
- right: -4px;
40
- }
41
- .xv-tooltip[role=tooltip][data-popper-placement^=right] [data-popper-arrow] {
42
- left: -4px;
43
- }
@@ -1,114 +0,0 @@
1
- import { Host, h } from "@stencil/core";
2
- import { createPopper } from "@popperjs/core";
3
- export class XvTooltip {
4
- constructor() {
5
- this.position = 'auto';
6
- this.visible = false;
7
- }
8
- onMouseEnter() {
9
- this.visible = true;
10
- requestAnimationFrame(() => this.createPopper());
11
- }
12
- onMouseLeave() {
13
- this.visible = false;
14
- this.destroyPopper();
15
- }
16
- createPopper() {
17
- if (this.tooltipEl) {
18
- this.popperInstance = createPopper(this.el, this.tooltipEl, {
19
- placement: this.position,
20
- modifiers: [{ name: 'offset', options: { offset: [0, 8] } }],
21
- });
22
- }
23
- }
24
- destroyPopper() {
25
- var _a;
26
- (_a = this.popperInstance) === null || _a === void 0 ? void 0 : _a.destroy();
27
- this.popperInstance = null;
28
- }
29
- render() {
30
- return (h(Host, { key: 'd1f0178c3853f96716217630ff0349a0396f33a0' }, h("slot", { key: '11af6ea09c3d833318118164f0493bf4c98316a3' }, h("svg", { key: '614c37cd6eda62cc3745f49252627f1383a46166', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: 16, height: 16 }, h("path", { key: '11f2da0b818971c6f17145e1fa5b17b1852faafd', fill: "currentColor", d: "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" }))), this.visible && (h("div", { key: '8f0db2decd3ff2993b0b618e2111cac861fec058', class: "xv-tooltip", ref: (el) => (this.tooltipEl = el), role: "tooltip" }, this.message, h("div", { key: 'a8e05a8dbe988e7df14da6a16f42e528a68708c0', class: "xv-tooltip-arrow", "data-popper-arrow": "" })))));
31
- }
32
- static get is() { return "xv-tooltip-v2"; }
33
- static get originalStyleUrls() {
34
- return {
35
- "$": ["xv-tooltip.scss"]
36
- };
37
- }
38
- static get styleUrls() {
39
- return {
40
- "$": ["xv-tooltip.css"]
41
- };
42
- }
43
- static get properties() {
44
- return {
45
- "message": {
46
- "type": "string",
47
- "attribute": "message",
48
- "mutable": false,
49
- "complexType": {
50
- "original": "string",
51
- "resolved": "string",
52
- "references": {}
53
- },
54
- "required": false,
55
- "optional": false,
56
- "docs": {
57
- "tags": [],
58
- "text": ""
59
- },
60
- "getter": false,
61
- "setter": false,
62
- "reflect": false
63
- },
64
- "position": {
65
- "type": "string",
66
- "attribute": "position",
67
- "mutable": false,
68
- "complexType": {
69
- "original": "Placement",
70
- "resolved": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
71
- "references": {
72
- "Placement": {
73
- "location": "import",
74
- "path": "@popperjs/core",
75
- "id": "node_modules::Placement"
76
- }
77
- }
78
- },
79
- "required": false,
80
- "optional": false,
81
- "docs": {
82
- "tags": [],
83
- "text": ""
84
- },
85
- "getter": false,
86
- "setter": false,
87
- "reflect": false,
88
- "defaultValue": "'auto'"
89
- }
90
- };
91
- }
92
- static get states() {
93
- return {
94
- "visible": {}
95
- };
96
- }
97
- static get elementRef() { return "el"; }
98
- static get listeners() {
99
- return [{
100
- "name": "mouseenter",
101
- "method": "onMouseEnter",
102
- "target": undefined,
103
- "capture": false,
104
- "passive": true
105
- }, {
106
- "name": "mouseleave",
107
- "method": "onMouseLeave",
108
- "target": undefined,
109
- "capture": false,
110
- "passive": true
111
- }];
112
- }
113
- }
114
- //# sourceMappingURL=xv-tooltip.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"xv-tooltip.js","sourceRoot":"","sources":["../../../src/components/xv-tooltip/xv-tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,YAAY,EAAuB,MAAM,gBAAgB,CAAC;AAOnE,MAAM,OAAO,SAAS;IALtB;QASU,aAAQ,GAAc,MAAM,CAAC;QAE5B,YAAO,GAAY,KAAK,CAAC;KAuDnC;IAjDC,YAAY;QACV,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;QACpB,qBAAqB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;IACnD,CAAC;IAGD,YAAY;QACV,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;QACrB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;IAEO,YAAY;QAClB,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;YACnB,IAAI,CAAC,cAAc,GAAG,YAAY,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,SAAS,EAAE;gBAC1D,SAAS,EAAE,IAAI,CAAC,QAAQ;gBACxB,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;aAC7D,CAAC,CAAC;QACL,CAAC;IACH,CAAC;IAEO,aAAa;;QACnB,MAAA,IAAI,CAAC,cAAc,0CAAE,OAAO,EAAE,CAAC;QAC/B,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;IAC7B,CAAC;IAED,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH;gBACE,4DAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE;oBACjF,6DACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,yTAAyT,GAC3T,CACE,CACD;YACN,IAAI,CAAC,OAAO,IAAI,CACf,4DACE,KAAK,EAAC,YAAY,EAClB,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC,EAClC,IAAI,EAAC,SAAS;gBAEb,IAAI,CAAC,OAAO;gBACb,4DAAK,KAAK,EAAC,kBAAkB,uBAAmB,EAAE,GAAG,CACjD,CACP,CACI,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h, Prop, Element, State, Listen } from '@stencil/core';\nimport { createPopper, Placement, Instance } from '@popperjs/core';\n\n@Component({\n tag: 'xv-tooltip-v2',\n styleUrl: 'xv-tooltip.scss',\n shadow: false,\n})\nexport class XvTooltip {\n @Element() el: HTMLElement;\n\n @Prop() message: string;\n @Prop() position: Placement = 'auto';\n\n @State() visible: boolean = false;\n\n private tooltipEl: HTMLElement;\n private popperInstance: Instance;\n\n @Listen('mouseenter')\n onMouseEnter() {\n this.visible = true;\n requestAnimationFrame(() => this.createPopper());\n }\n\n @Listen('mouseleave')\n onMouseLeave() {\n this.visible = false;\n this.destroyPopper();\n }\n\n private createPopper() {\n if (this.tooltipEl) {\n this.popperInstance = createPopper(this.el, this.tooltipEl, {\n placement: this.position,\n modifiers: [{ name: 'offset', options: { offset: [0, 8] } }],\n });\n }\n }\n\n private destroyPopper() {\n this.popperInstance?.destroy();\n this.popperInstance = null;\n }\n\n render() {\n return (\n <Host>\n <slot>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" width={16} height={16}>\n <path\n fill=\"currentColor\"\n d=\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\"\n />\n </svg>\n </slot>\n {this.visible && (\n <div\n class=\"xv-tooltip\"\n ref={(el) => (this.tooltipEl = el)}\n role=\"tooltip\"\n >\n {this.message}\n <div class=\"xv-tooltip-arrow\" data-popper-arrow=\"\" />\n </div>\n )}\n </Host>\n );\n }\n}\n"]}
@@ -1,11 +0,0 @@
1
- /**
2
- * @fileoverview entry point for your component library
3
- *
4
- * This is the entry point for your component library. Use this file to export utilities,
5
- * constants or data structure that accompany your components.
6
- *
7
- * DO NOT use this file to export your components. Instead, use the recommended approaches
8
- * to consume components of this package as outlined in the `README.md`.
9
- */
10
- export { format } from './utils/utils';
11
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC","sourcesContent":["/**\n * @fileoverview entry point for your component library\n *\n * This is the entry point for your component library. Use this file to export utilities,\n * constants or data structure that accompany your components.\n *\n * DO NOT use this file to export your components. Instead, use the recommended approaches\n * to consume components of this package as outlined in the `README.md`.\n */\n\nexport { format } from './utils/utils';\nexport type * from './components.d.ts';\n"]}
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg width="252" height="148" viewBox="0 0 252 148" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><svg width="32" height="32" fill="none" viewBox="0 0 32 32" id="assets--src--project--images--svg-sprite--facebook" y="116" xmlns="http://www.w3.org/2000/svg"><path d="M32 0H0v32h32V0Z" fill="#1877F2"/><path d="M24 16c0-4.4-3.6-8-8-8s-8 3.6-8 8c0 4 2.9 7.3 6.7 7.9v-5.6h-2V16h2v-1.8c0-2 1.2-3.1 3-3.1.9 0 1.8.2 1.8.2v2h-1c-1 0-1.3.6-1.3 1.2V16h2.2l-.4 2.3h-1.9V24c4-.6 6.9-4 6.9-8Z" fill="#fff"/></svg><svg width="32" height="32" fill="none" viewBox="0 0 32 32" id="assets--src--project--images--svg-sprite--instagram" x="32" y="116" xmlns="http://www.w3.org/2000/svg"><path fill="url(#ba)" d="M0 0h32v32H0z"/><path d="M16 9.446h3.277c.771 0 1.157.193 1.446.289.385.193.675.29.964.578.289.29.482.579.578.964.096.29.193.675.29 1.446v6.554c0 .771-.194 1.157-.29 1.446-.193.385-.29.675-.578.964-.29.289-.579.482-.964.578-.29.096-.675.193-1.446.29h-6.554c-.771 0-1.157-.194-1.446-.29-.385-.193-.675-.29-.964-.578-.289-.29-.482-.579-.578-.964-.096-.29-.193-.675-.29-1.446v-6.554c0-.771.194-1.157.29-1.446.193-.385.29-.675.578-.964.29-.289.579-.482.964-.578.29-.096.675-.193 1.446-.29H16ZM16 8h-3.277c-.868 0-1.446.193-1.928.386a4.209 4.209 0 0 0-1.446.963c-.482.482-.674.868-.963 1.446-.193.482-.29 1.06-.386 1.928v6.554c0 .868.193 1.446.386 1.928.192.482.481.964.963 1.446s.868.674 1.446.963c.482.193 1.06.29 1.928.386h6.554c.868 0 1.446-.193 1.928-.386a4.21 4.21 0 0 0 1.446-.963c.482-.482.674-.868.963-1.446.193-.482.29-1.06.386-1.928v-6.554c0-.868-.193-1.446-.386-1.928a4.21 4.21 0 0 0-.963-1.446c-.482-.482-.868-.674-1.446-.963-.482-.193-1.06-.29-1.928-.386H16Z" fill="#fff"/><path d="M16 11.855A4.114 4.114 0 0 0 11.855 16 4.114 4.114 0 0 0 16 20.145 4.114 4.114 0 0 0 20.145 16 4.114 4.114 0 0 0 16 11.855Zm0 6.844A2.694 2.694 0 0 1 13.301 16 2.694 2.694 0 0 1 16 13.301 2.694 2.694 0 0 1 18.699 16c0 1.446-1.253 2.699-2.699 2.699ZM20.241 12.723a.964.964 0 1 0 0-1.928.964.964 0 0 0 0 1.928Z" fill="#fff"/><defs><radialGradient id="ba" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(32.644 .65) scale(73.8975)"><stop stop-color="#F9ED32"/><stop offset=".36" stop-color="#EE2A7B"/><stop offset=".44" stop-color="#D22A8A"/><stop offset=".6" stop-color="#8B2AB2"/><stop offset=".83" stop-color="#1B2AF0"/><stop offset=".88" stop-color="#002AFF"/></radialGradient></defs></svg><svg width="84" height="58" fill="none" viewBox="0 0 84 58" id="assets--src--project--images--svg-sprite--kauf-auf-rechnung" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" stroke="#EEE" d="M.5.5h83v57H.5z"/><g clip-path="url(#ca)"><path d="M8 42.557c0-.148.107-.266.24-.266h3.69c1.47 0 2.672 1.332 2.672 2.93 0 1.244-.748 2.25-1.817 2.724l1.684 3.463c.08.178 0 .385-.214.385h-1.63a.191.191 0 0 1-.188-.119l-1.63-3.61H9.95v3.462c0 .148-.107.267-.24.267H8.24c-.134 0-.241-.119-.241-.267v-8.969Zm3.769 3.819c.508 0 .935-.503.935-1.095 0-.563-.427-1.036-.935-1.036H9.95v2.13h1.818ZM16.26 42.557c0-.148.106-.266.24-.266h5.079c.133 0 .24.118.24.266v1.48c0 .148-.107.267-.24.267h-3.422v1.687h2.807c.134 0 .24.118.24.266v1.48c0 .148-.107.267-.24.267h-2.807v1.835h3.395c.134 0 .24.119.24.267v1.48c0 .148-.107.266-.24.266h-5.079c-.133 0-.24-.118-.24-.266v-9.029h.026ZM27.272 42.172c1.23 0 2.138.415 2.967 1.273a.27.27 0 0 1 0 .385l-.962 1.095c-.08.09-.214.09-.321 0a2.404 2.404 0 0 0-1.657-.68c-1.39 0-2.406 1.272-2.406 2.812 0 1.51 1.043 2.752 2.433 2.752.587 0 1.202-.236 1.657-.65a.226.226 0 0 1 .32 0l.963 1.124c.08.089.08.267 0 .355-.829.888-1.898 1.332-2.994 1.332-2.46 0-4.437-2.16-4.437-4.884 0-2.723 1.978-4.913 4.437-4.913ZM31.736 42.557c0-.148.107-.266.24-.266h1.47c.134 0 .241.118.241.266v3.434h3.528v-3.434c0-.148.107-.266.241-.266h1.47c.134 0 .24.118.24.266v9.029c0 .148-.106.266-.24.266h-1.523c-.134 0-.241-.118-.241-.266v-3.582H33.66v3.582c0 .148-.107.266-.24.266h-1.47c-.134 0-.24-.118-.24-.266v-9.029h.026ZM41.198 42.41c0-.149.107-.237.24-.237h.295l4.918 5.239v-4.825c0-.148.107-.267.24-.267h1.47c.134 0 .241.119.241.267v9.176c0 .148-.107.237-.24.237h-.188c-.026 0-.133-.03-.16-.06l-4.865-5.416v5.091c0 .148-.107.267-.24.267h-1.47c-.134 0-.24-.119-.24-.267V42.41ZM50.553 42.557c0-.148.107-.266.241-.266h1.524c.133 0 .24.118.24.266v5.506c0 .947.642 1.717 1.524 1.717s1.55-.77 1.55-1.717v-5.506c0-.148.107-.266.24-.266h1.524c.134 0 .24.118.24.266v5.624c0 2.073-1.576 3.79-3.528 3.79-1.924 0-3.501-1.717-3.501-3.79v-5.624h-.053ZM59.535 42.41c0-.149.107-.237.24-.237h.294l4.918 5.239v-4.825c0-.148.107-.267.241-.267h1.47c.134 0 .24.119.24.267v9.176c0 .148-.106.237-.24.237h-.187c-.027 0-.134-.03-.16-.06l-4.865-5.416v5.091c0 .148-.107.267-.24.267h-1.47c-.135 0-.241-.119-.241-.267V42.41ZM72.846 42.172c1.042 0 2.165.474 2.994 1.273.107.09.133.267.026.355l-.962 1.155c-.107.089-.24.089-.32 0-.455-.474-1.016-.651-1.604-.651-1.337 0-2.433 1.243-2.433 2.753 0 1.48 1.096 2.723 2.433 2.723.347 0 .721-.06 1.096-.207v-.8H73.3a.246.246 0 0 1-.24-.236v-1.362c0-.148.107-.266.24-.266h2.46c.133 0 .213.118.213.266v3.67c0 .06-.053.178-.107.208 0 0-1.256.888-3.047.888-2.459 0-4.41-2.161-4.41-4.884 0-2.724 2.004-4.885 4.437-4.885Z" fill="#393939"/><path d="M37.242 21.896v-.148c0-.119.107-.207.214-.207h.481c-.027-.178-.027-.356-.027-.533v-.237h-.454c-.134 0-.214-.089-.214-.207v-.148c0-.119.107-.207.214-.207h.508c.4-1.865 2.165-3.257 4.277-3.257 1.23 0 2.111.356 2.94 1.036a.205.205 0 0 1 0 .326l-.722.71a.226.226 0 0 1-.32 0 2.954 2.954 0 0 0-1.845-.65c-1.256 0-2.245.799-2.566 1.835h2.807c.133 0 .24.088.24.207v.177c0 .119-.107.207-.24.207h-2.94v.178c0 .178 0 .385.053.563h2.405c.134 0 .241.088.241.207v.148c0 .118-.107.207-.24.207h-2.166c.428.858 1.337 1.45 2.433 1.45.721 0 1.336-.266 1.844-.65.107-.09.24-.06.294 0l.748.71a.19.19 0 0 1 0 .296c-.828.74-1.87 1.095-2.94 1.095-2.004 0-3.688-1.214-4.196-2.93h-.615c-.107.059-.214-.06-.214-.178ZM48.549 9.73H35.184v1.273h13.365V9.73ZM48.549 12.009H35.184v1.273h13.365v-1.273ZM48.549 14.17H35.184v1.273h13.365V14.17Z" fill="#3C3C3C"/><path d="M56.915 20.357c0-.06-.027-.119-.027-.178-.026-.06-.053-.118-.08-.148-.026-.06-.053-.089-.08-.118a.558.558 0 0 0-.16-.119c-.027-.03-.054-.06-.08-.06l-3.743-2.13V8.368c0-1.273-1.122-2.338-2.512-2.338H33.447c-1.39 0-2.513 1.036-2.513 2.338v9.236l-3.742 2.13c-.027.03-.054.06-.08.06a.599.599 0 0 0-.134.119c-.054.03-.08.088-.107.148-.027.059-.053.088-.08.148-.027.059-.027.118-.027.177 0 .03-.027.06-.027.089v16.133c0 .03.027.059.027.118 0 .06.027.118.054.207.026.06.053.089.08.148.026.03.026.089.08.118l.027.03c.027.03.08.06.133.089.054.03.107.089.188.118.026.03.08.03.106.03.08.03.16.06.268.06h28.306c.054 0 .134-.03.187-.03.054 0 .134-.03.188-.03.053-.03.08-.06.106-.06.08-.029.16-.088.214-.147 0 0 .027 0 .027-.03.027-.03.053-.06.053-.118.027-.06.08-.09.107-.148.027-.06.027-.119.027-.178 0-.03.027-.089.027-.118V20.475c0-.03-.027-.06-.027-.119ZM41.84 24.412l-1.31 1.036-2.058 1.598-5.8-3.848V8.368c0-.385.347-.71.775-.71h16.786c.427 0 .775.325.775.71v14.83l-5.8 3.848-2.219-1.716-1.15-.918Zm-13.205-1.747 8.34 5.565-8.34 6.483V22.665Zm1.657 13.054 11.548-8.998 11.573 8.998h-23.12Zm24.752-1.006-8.34-6.512 8.34-5.536v12.048Z" fill="#72B9CC"/></g><defs><clipPath id="ca"><path fill="#fff" transform="translate(8 6)" d="M0 0h68v46H0z"/></clipPath></defs></svg><svg width="32" height="32" fill="none" viewBox="0 0 32 32" id="assets--src--project--images--svg-sprite--linkedin" x="64" y="116" xmlns="http://www.w3.org/2000/svg"><path d="M32 0H0v32h32V0Z" fill="#2867B2"/><path d="M11.6 24H8.2V13.3h3.4V24ZM9.9 11.8C8.8 11.8 8 11 8 9.9 8 8.8 8.9 8 9.9 8c1.1 0 1.9.8 1.9 1.9 0 1.1-.8 1.9-1.9 1.9ZM24 24h-3.4v-5.8c0-1.7-.7-2.2-1.7-2.2s-2 .8-2 2.3V24h-3.4V13.3h3.2v1.5c.3-.7 1.5-1.8 3.2-1.8 1.9 0 3.9 1.1 3.9 4.4V24h.2Z" fill="#fff"/></svg><svg width="84" height="58" fill="none" viewBox="0 0 84 58" id="assets--src--project--images--svg-sprite--mastercard" x="84" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" stroke="#EEE" d="M.5.5h83v57H.5z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M30.774 44.791V49.074h-.937v-.52c-.297.386-.748.628-1.362.628-1.209 0-2.157-.94-2.157-2.25 0-1.307.948-2.248 2.157-2.248.613 0 1.065.242 1.362.627v-.52h.937Zm-2.182.77c-.812 0-1.308.619-1.308 1.372 0 .753.496 1.371 1.308 1.371.775 0 1.299-.592 1.299-1.371 0-.78-.524-1.371-1.3-1.371Zm33.862 1.372c0-.753.496-1.371 1.308-1.371.776 0 1.299.591 1.299 1.37 0 .78-.523 1.372-1.299 1.372-.812 0-1.308-.618-1.308-1.371Zm3.492-3.862v6.003h-.939v-.52c-.297.386-.748.628-1.362.628-1.209 0-2.157-.94-2.157-2.25 0-1.307.948-2.248 2.157-2.248.614 0 1.065.242 1.362.627v-2.24h.939ZM42.41 45.518c.604 0 .992.376 1.091 1.038h-2.237c.1-.618.478-1.038 1.146-1.038Zm-2.129 1.415c0-1.336.884-2.25 2.148-2.25 1.208 0 2.038.914 2.047 2.25 0 .125-.01.242-.019.358h-3.201c.135.771.685 1.049 1.29 1.049a2.07 2.07 0 0 0 1.254-.448l.46.69c-.524.439-1.119.6-1.768.6-1.29 0-2.21-.887-2.21-2.25Zm13.467 0c0-.753.497-1.371 1.308-1.371.776 0 1.3.591 1.3 1.37 0 .78-.524 1.372-1.3 1.372-.811 0-1.308-.618-1.308-1.371Zm3.491-2.142V49.074h-.937v-.52c-.299.386-.749.628-1.362.628-1.21 0-2.157-.94-2.157-2.25 0-1.307.948-2.248 2.157-2.248.613 0 1.063.242 1.362.627v-.52h.937Zm-8.785 2.142c0 1.3.91 2.249 2.3 2.249.65 0 1.082-.144 1.55-.51l-.45-.754c-.351.252-.72.386-1.128.386-.748-.01-1.298-.547-1.298-1.371 0-.825.55-1.362 1.298-1.371.407 0 .777.134 1.129.385l.45-.753c-.469-.367-.901-.51-1.55-.51-1.39 0-2.301.95-2.301 2.249Zm10.95-1.622c.243-.376.596-.627 1.137-.627.19 0 .46.036.668.117l-.29.877a1.529 1.529 0 0 0-.586-.107c-.613 0-.92.394-.92 1.102v2.401h-.938v-4.283h.929v.52Zm-23.994-.18c-.451-.294-1.073-.447-1.758-.447-1.093 0-1.796.52-1.796 1.37 0 .7.524 1.13 1.488 1.264l.443.063c.514.072.757.206.757.448 0 .331-.343.52-.983.52-.65 0-1.118-.206-1.434-.448l-.442.725c.514.377 1.164.556 1.867.556 1.245 0 1.966-.583 1.966-1.398 0-.753-.567-1.146-1.506-1.28l-.442-.064c-.405-.054-.73-.134-.73-.421 0-.314.306-.502.82-.502.55 0 1.083.207 1.344.368l.406-.753Zm10.96.18c.243-.376.595-.627 1.136-.627.19 0 .46.036.668.117l-.289.877a1.53 1.53 0 0 0-.586-.107c-.614 0-.92.394-.92 1.102v2.401h-.938v-4.283h.93v.52Zm-6.864-.52h-1.533v-1.3h-.948v1.3h-.875v.852h.875v1.953c0 .994.388 1.586 1.497 1.586.406 0 .875-.125 1.173-.331l-.27-.798c-.28.16-.587.242-.831.242-.469 0-.621-.287-.621-.717v-1.935h1.533v-.852Zm-14.018 1.595v2.688h-.948v-2.383c0-.726-.306-1.13-.946-1.13-.623 0-1.055.395-1.055 1.139v2.374h-.948v-2.383c0-.726-.315-1.13-.938-1.13-.64 0-1.056.395-1.056 1.139v2.374h-.947v-4.283h.939v.529c.352-.502.802-.636 1.263-.636.658 0 1.127.287 1.424.762.398-.601.966-.771 1.516-.762 1.047.009 1.696.69 1.696 1.702Z" fill="#231F20"/><path d="M49.309 37.514H35.1V12.149H49.31v25.365Z" fill="#FF5F00"/><path d="M36.002 24.832c0-5.146 2.425-9.73 6.201-12.683A16.236 16.236 0 0 0 32.168 8.7c-8.968 0-16.237 7.222-16.237 16.132s7.27 16.131 16.237 16.131c3.788 0 7.274-1.289 10.035-3.449-3.776-2.953-6.201-7.537-6.201-12.682" fill="#EB001B"/><path d="M68.477 24.832c0 8.91-7.27 16.131-16.237 16.131-3.788 0-7.274-1.289-10.036-3.449 3.777-2.953 6.203-7.537 6.203-12.682 0-5.146-2.426-9.73-6.203-12.683A16.241 16.241 0 0 1 52.24 8.7c8.968 0 16.237 7.222 16.237 16.132" fill="#F79E1B"/></svg><svg width="84" height="58" fill="none" viewBox="0 0 84 58" id="assets--src--project--images--svg-sprite--paypal" y="58" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" stroke="#EEE" d="M.5.5h83v57H.5z"/><path fill-rule="evenodd" clip-rule="evenodd" d="m38.29 29.371.366-2.332-.814-.019h-3.89l2.703-17.21a.228.228 0 0 1 .075-.136.22.22 0 0 1 .145-.053h6.559c2.177 0 3.68.455 4.465 1.353.367.421.602.861.715 1.346.119.508.121 1.116.005 1.856l-.008.054v.475l.367.21c.31.164.556.353.745.57.315.36.518.817.604 1.36.09.558.06 1.223-.086 1.975-.168.864-.439 1.618-.805 2.234a4.585 4.585 0 0 1-1.276 1.404 5.166 5.166 0 0 1-1.72.78c-.633.165-1.355.248-2.148.248h-.51c-.365 0-.72.132-.998.369-.279.241-.463.572-.52.932l-.039.21-.646 4.111-.029.151c-.008.048-.021.072-.04.088a.107.107 0 0 1-.068.024h-3.151" fill="#28356A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M49.327 14.285c-.02.126-.042.254-.067.386-.865 4.46-3.825 6-7.604 6H39.73a.935.935 0 0 0-.923.795l-1.265 8.052c-.046.3.184.572.486.572h3.414a.822.822 0 0 0 .81-.695l.034-.174.643-4.095.041-.225a.822.822 0 0 1 .811-.696h.51c3.308 0 5.896-1.348 6.653-5.25.316-1.629.153-2.99-.684-3.947a3.263 3.263 0 0 0-.934-.723" fill="#298FC2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M48.422 13.923a6.855 6.855 0 0 0-.841-.188 10.654 10.654 0 0 0-1.697-.124h-5.14a.822.822 0 0 0-.81.696l-1.095 6.956-.031.203a.935.935 0 0 1 .923-.795h1.925c3.78 0 6.739-1.541 7.604-6 .026-.132.047-.26.067-.386a4.597 4.597 0 0 0-.905-.362" fill="#22284F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.933 14.308a.82.82 0 0 1 .81-.696h5.141c.61 0 1.178.04 1.697.124a6.816 6.816 0 0 1 1.036.248c.254.085.492.185.71.301.258-1.648-.002-2.77-.889-3.786-.978-1.118-2.744-1.597-5.003-1.597h-6.56a.938.938 0 0 0-.926.796l-2.732 17.387a.565.565 0 0 0 .556.655h4.05l2.11-13.432M18.965 34.105h-4.783a.666.666 0 0 0-.657.564L11.591 46.98a.4.4 0 0 0 .395.462h2.283a.665.665 0 0 0 .656-.563l.522-3.322a.665.665 0 0 1 .656-.563h1.514c3.15 0 4.968-1.531 5.443-4.564.214-1.327.01-2.37-.61-3.1-.68-.802-1.885-1.226-3.485-1.226Zm.551 4.497c-.261 1.723-1.573 1.723-2.84 1.723h-.722l.506-3.218a.399.399 0 0 1 .394-.337h.33c.864 0 1.679 0 2.1.494.251.295.328.733.232 1.338ZM33.382 38.454h-2.29a.4.4 0 0 0-.394.337l-.101.644-.16-.233c-.496-.723-1.602-.965-2.705-.965-2.53 0-4.692 1.925-5.113 4.625-.22 1.346.092 2.634.853 3.532.698.826 1.696 1.17 2.884 1.17 2.04 0 3.17-1.317 3.17-1.317l-.102.64a.4.4 0 0 0 .393.463h2.063a.665.665 0 0 0 .657-.564l1.237-7.87a.398.398 0 0 0-.392-.462Zm-3.192 4.475c-.221 1.314-1.26 2.195-2.584 2.195-.665 0-1.196-.214-1.538-.62-.338-.402-.467-.976-.36-1.615.207-1.302 1.263-2.213 2.567-2.213.65 0 1.18.217 1.527.626.35.414.488.99.388 1.627ZM45.403 38.65H43.1c-.22 0-.425.11-.55.294l-3.174 4.694-1.345-4.511a.667.667 0 0 0-.638-.476h-2.261a.4.4 0 0 0-.379.53l2.535 7.468-2.383 3.378a.4.4 0 0 0 .325.632h2.299a.663.663 0 0 0 .546-.286l7.654-11.094a.4.4 0 0 0-.327-.628" fill="#28356A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M53.075 34.105h-4.783a.665.665 0 0 0-.656.564L45.702 46.98a.399.399 0 0 0 .393.462h2.454a.465.465 0 0 0 .459-.394l.549-3.49a.665.665 0 0 1 .656-.564h1.513c3.151 0 4.968-1.531 5.444-4.564.215-1.327.008-2.37-.61-3.1-.68-.802-1.884-1.226-3.485-1.226Zm.552 4.497c-.261 1.723-1.572 1.723-2.84 1.723h-.721l.506-3.218a.398.398 0 0 1 .393-.337h.331c.863 0 1.678 0 2.1.494.25.295.327.733.23 1.338ZM67.49 38.454H65.2a.397.397 0 0 0-.392.337l-.102.644-.16-.233c-.496-.723-1.601-.965-2.705-.965-2.53 0-4.691 1.925-5.112 4.625-.218 1.346.092 2.634.852 3.532.7.826 1.697 1.17 2.885 1.17 2.039 0 3.17-1.317 3.17-1.317l-.102.64a.4.4 0 0 0 .394.463h2.062a.665.665 0 0 0 .656-.564l1.239-7.87a.4.4 0 0 0-.395-.462Zm-3.193 4.475c-.22 1.314-1.26 2.195-2.584 2.195-.663 0-1.196-.214-1.538-.62-.338-.402-.465-.976-.359-1.615.208-1.302 1.262-2.213 2.567-2.213.65 0 1.179.217 1.527.626.35.414.489.99.387 1.627ZM69.999 34.444l-1.963 12.538a.399.399 0 0 0 .393.462h1.973a.664.664 0 0 0 .657-.564l1.935-12.312a.4.4 0 0 0-.393-.463h-2.21a.4.4 0 0 0-.392.339" fill="#298FC2"/></svg><svg width="84" height="58" fill="none" viewBox="0 0 84 58" id="assets--src--project--images--svg-sprite--sepa" x="84" y="58" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" stroke="#EEE" d="M.5.5h83v57H.5z"/><path fill-rule="evenodd" clip-rule="evenodd" d="m11.332 38.205.64-.065c.04.217.118.376.236.477.118.102.277.152.477.152.212 0 .372-.045.48-.135a.403.403 0 0 0 .16-.316.3.3 0 0 0-.067-.198.542.542 0 0 0-.236-.142 8.357 8.357 0 0 0-.526-.142c-.353-.087-.6-.194-.742-.322a.849.849 0 0 1-.3-.656c0-.166.048-.321.142-.466a.883.883 0 0 1 .407-.33c.178-.076.392-.114.642-.114.41 0 .718.09.925.27.207.181.315.421.326.722l-.66.026c-.029-.168-.09-.288-.182-.362-.093-.074-.232-.111-.417-.111-.192 0-.341.04-.45.118a.238.238 0 0 0-.104.203c0 .078.033.144.098.199.083.07.284.142.605.218.32.075.556.153.71.235a.918.918 0 0 1 .36.333.98.98 0 0 1 .13.522.967.967 0 0 1-.597.893c-.19.08-.426.12-.71.12-.413 0-.73-.097-.95-.289-.222-.192-.354-.472-.397-.84ZM14.67 36.908h.629v2.367h-.628v-2.367Zm0-.901h.629v.577h-.628v-.577ZM18.23 39.275h-.628v-1.21c0-.257-.014-.422-.04-.497a.35.35 0 0 0-.13-.176.37.37 0 0 0-.216-.062.497.497 0 0 0-.29.089.449.449 0 0 0-.177.237c-.032.098-.047.28-.047.545v1.074h-.628v-2.367h.582v.348c.206-.27.466-.406.779-.406.138 0 .264.025.378.075.114.05.2.113.26.19.058.078.099.166.122.264.023.098.035.239.035.422v1.474ZM19.5 38.04c0 .252.047.437.144.554a.444.444 0 0 0 .357.175.49.49 0 0 0 .384-.18c.104-.12.157-.297.157-.533 0-.246-.05-.428-.15-.548a.475.475 0 0 0-.38-.178.456.456 0 0 0-.368.175c-.096.117-.144.296-.144.535Zm-.564 1.39.712.078c.012.089.04.15.083.182.06.048.153.072.281.072.164 0 .287-.025.37-.074a.305.305 0 0 0 .124-.158.954.954 0 0 0 .03-.288l.001-.346c-.185.253-.42.38-.705.38a.871.871 0 0 1-.755-.405c-.146-.213-.218-.478-.218-.795 0-.398.095-.701.286-.911a.923.923 0 0 1 .712-.315c.292 0 .533.129.724.386v-.328h.582v2.128c0 .28-.023.489-.069.627a.775.775 0 0 1-.194.326.858.858 0 0 1-.333.186 1.753 1.753 0 0 1-.527.067c-.401 0-.686-.07-.854-.208a.653.653 0 0 1-.252-.527c0-.02 0-.046.002-.076ZM21.915 36.007h.628v3.268h-.628v-3.268ZM24.73 37.894c-.005-.184-.052-.324-.142-.42a.43.43 0 0 0-.326-.144c-.138 0-.251.05-.34.151a.591.591 0 0 0-.133.413h.94Zm-.033.636.622.103c-.08.228-.208.402-.381.521-.173.12-.39.18-.651.18-.412 0-.718-.136-.915-.406-.157-.216-.235-.489-.235-.819 0-.393.103-.702.308-.925.205-.223.465-.334.779-.334.353 0 .63.117.835.35.204.235.301.593.292 1.076h-1.573c.004.187.055.332.153.435a.48.48 0 0 0 .364.156.39.39 0 0 0 .25-.08.492.492 0 0 0 .152-.258ZM27.406 39.275v-3.268h2.415v.551h-1.755v.726h1.632v.552h-1.632v.888h1.82v.551h-2.48ZM32.13 39.275v-.354a.935.935 0 0 1-.34.301.942.942 0 0 1-.874.007.62.62 0 0 1-.275-.295c-.056-.127-.084-.302-.084-.525v-1.5h.628v1.088c0 .333.01.537.034.612a.333.333 0 0 0 .126.179c.06.044.138.066.232.066a.49.49 0 0 0 .46-.307c.032-.087.047-.3.047-.64v-.999h.628v2.367h-.582ZM34.092 39.275h-.627v-2.367h.582v.337c.1-.16.19-.265.269-.317a.483.483 0 0 1 .27-.078c.143 0 .28.04.413.118l-.191.548a.554.554 0 0 0-.295-.102.35.35 0 0 0-.224.072c-.06.049-.109.136-.144.263-.035.126-.053.391-.053.794v.732ZM35.893 38.092c0 .236.056.416.167.541.112.126.25.188.413.188a.528.528 0 0 0 .412-.188c.111-.125.167-.307.167-.546 0-.232-.056-.412-.167-.537a.528.528 0 0 0-.412-.188.531.531 0 0 0-.413.188c-.111.125-.167.306-.167.542Zm-.641-.034c0-.209.051-.41.154-.606.102-.196.247-.345.435-.448.188-.103.398-.154.63-.154.357 0 .65.116.879.35.228.233.343.528.343.885 0 .36-.116.658-.347.894-.23.236-.521.355-.871.355-.217 0-.424-.05-.62-.148a1.01 1.01 0 0 1-.45-.433 1.448 1.448 0 0 1-.153-.695ZM40.398 36.558v.934h.36c.258 0 .432-.017.519-.052a.432.432 0 0 0 .28-.417.427.427 0 0 0-.105-.297.453.453 0 0 0-.264-.146 3.136 3.136 0 0 0-.473-.022h-.317Zm-.66 2.717v-3.268h1.056c.4 0 .662.016.784.049a.855.855 0 0 1 .47.32c.125.164.188.376.188.637 0 .2-.036.369-.109.506a.896.896 0 0 1-.276.322.95.95 0 0 1-.342.155 3.73 3.73 0 0 1-.682.047h-.43v1.232h-.66ZM44.21 38.14c-.081.027-.208.06-.38.097-.174.037-.287.073-.34.11a.263.263 0 0 0-.122.22.31.31 0 0 0 .097.23.34.34 0 0 0 .249.096c.113 0 .22-.038.322-.112a.395.395 0 0 0 .149-.209c.016-.053.024-.156.024-.306v-.126Zm-.842-.512-.564-.104c.064-.23.174-.399.33-.509.156-.11.387-.165.695-.165.279 0 .487.033.623.099.137.067.233.15.289.253.055.101.083.289.083.561l-.006.733c0 .208.01.362.03.46.02.1.057.206.112.32h-.621a2.138 2.138 0 0 1-.06-.183 1.523 1.523 0 0 0-.023-.073 1.13 1.13 0 0 1-.342.235.976.976 0 0 1-.39.079c-.242 0-.434-.067-.574-.2a.663.663 0 0 1-.21-.502c0-.134.031-.253.095-.358a.629.629 0 0 1 .268-.242c.116-.055.282-.105.498-.146.293-.055.495-.107.608-.154v-.064c0-.122-.03-.209-.09-.26-.06-.053-.172-.078-.337-.078a.45.45 0 0 0-.262.066.459.459 0 0 0-.152.232ZM45.275 36.908h.667l.566 1.68.554-1.68h.648l-.985 2.694a1.687 1.687 0 0 1-.158.318.685.685 0 0 1-.171.177.746.746 0 0 1-.239.106 1.225 1.225 0 0 1-.32.038c-.12 0-.239-.012-.355-.038l-.058-.49c.098.02.187.029.266.029.147 0 .255-.043.325-.13a.905.905 0 0 0 .161-.33l-.9-2.374ZM48.199 36.908h.576v.323c.207-.254.453-.381.74-.381.151 0 .283.03.394.093a.72.72 0 0 1 .275.284 1.1 1.1 0 0 1 .337-.284.825.825 0 0 1 .385-.093c.174 0 .321.035.442.106.12.07.21.174.27.311.042.102.064.265.064.492v1.516h-.628V37.92c0-.235-.022-.387-.064-.455-.058-.09-.147-.134-.267-.134a.424.424 0 0 0-.247.08.445.445 0 0 0-.167.236 1.696 1.696 0 0 0-.051.49v1.14h-.628v-1.3c0-.232-.011-.38-.034-.448a.284.284 0 0 0-.103-.15.328.328 0 0 0-.19-.048.43.43 0 0 0-.426.304c-.034.098-.05.26-.05.489v1.152h-.628v-2.367ZM53.845 37.894c-.005-.184-.051-.324-.141-.42a.43.43 0 0 0-.327-.144c-.137 0-.251.05-.34.151a.591.591 0 0 0-.133.413h.941Zm-.032.636.621.103c-.08.228-.207.402-.38.521-.174.12-.391.18-.652.18-.412 0-.717-.136-.915-.406-.157-.216-.235-.489-.235-.819 0-.393.103-.702.308-.925.206-.223.465-.334.78-.334.352 0 .63.117.834.35.204.235.301.593.293 1.076h-1.574c.005.187.056.332.153.435a.479.479 0 0 0 .364.156.389.389 0 0 0 .25-.08.49.49 0 0 0 .153-.258ZM57.261 39.275h-.628v-1.21c0-.257-.013-.422-.04-.497a.35.35 0 0 0-.13-.176.37.37 0 0 0-.216-.062.496.496 0 0 0-.29.089.45.45 0 0 0-.176.237c-.032.098-.048.28-.048.545v1.074h-.628v-2.367h.583v.348c.206-.27.466-.406.779-.406.138 0 .264.025.378.075.114.05.2.113.26.19a.69.69 0 0 1 .121.264c.024.098.035.239.035.422v1.474ZM59.114 36.908v.5h-.427v.957c0 .194.004.307.012.339a.138.138 0 0 0 .054.08c.029.02.063.03.104.03.057 0 .139-.02.247-.06l.055.486a1.23 1.23 0 0 1-.492.094.773.773 0 0 1-.303-.058.443.443 0 0 1-.198-.147.583.583 0 0 1-.087-.244 3.041 3.041 0 0 1-.02-.443v-1.035h-.285v-.499h.285v-.473l.628-.37v.843h.427ZM59.467 38.607l.628-.097c.027.12.08.213.162.276a.549.549 0 0 0 .342.093c.162 0 .284-.03.365-.09a.201.201 0 0 0 .083-.168.165.165 0 0 0-.045-.118.5.5 0 0 0-.21-.084c-.508-.112-.83-.214-.965-.306a.61.61 0 0 1-.282-.534c0-.206.08-.38.243-.519.163-.14.415-.21.757-.21.325 0 .567.052.725.157.158.105.267.26.327.465l-.59.11a.365.365 0 0 0-.145-.211.535.535 0 0 0-.305-.074c-.166 0-.286.023-.358.07a.148.148 0 0 0-.072.128c0 .045.021.083.063.114.056.042.252.101.587.177.334.077.568.17.7.28a.584.584 0 0 1 .198.47c0 .218-.091.405-.272.562-.181.157-.449.236-.804.236-.321 0-.576-.066-.764-.196a.9.9 0 0 1-.368-.53ZM65.496 37.985l-.456-1.213-.44 1.213h.896Zm1.211 1.29h-.71l-.283-.74H64.4l-.269.74h-.699l1.264-3.268h.695l1.317 3.268ZM67.785 39.275h-.628v-2.367h.583v.337c.1-.16.189-.265.269-.317a.482.482 0 0 1 .27-.078c.143 0 .28.04.413.118l-.191.548a.554.554 0 0 0-.296-.102.35.35 0 0 0-.223.072c-.061.049-.11.136-.144.263-.035.126-.053.391-.053.794v.732ZM70.505 37.894c-.005-.184-.052-.324-.141-.42a.431.431 0 0 0-.327-.144c-.138 0-.251.05-.34.151a.59.59 0 0 0-.133.413h.94Zm-.032.636.621.103c-.08.228-.207.402-.38.521-.174.12-.391.18-.652.18-.412 0-.717-.136-.915-.406-.157-.216-.235-.489-.235-.819 0-.393.103-.702.308-.925.206-.223.465-.334.78-.334.352 0 .63.117.834.35.204.235.301.593.292 1.076h-1.573c.005.187.056.332.153.435a.48.48 0 0 0 .364.156.39.39 0 0 0 .25-.08.493.493 0 0 0 .153-.258ZM73.073 38.14c-.08.027-.207.06-.38.097-.173.037-.286.073-.34.11a.263.263 0 0 0-.122.22.31.31 0 0 0 .098.23.34.34 0 0 0 .249.096c.112 0 .22-.038.322-.112a.395.395 0 0 0 .148-.209c.017-.053.025-.156.025-.306v-.126Zm-.842-.512-.563-.104c.064-.23.174-.399.33-.509.155-.11.387-.165.694-.165.28 0 .487.033.624.099.136.067.233.15.288.253.056.101.084.289.084.561l-.006.733c0 .208.01.362.03.46.02.1.057.206.112.32h-.622a2.212 2.212 0 0 1-.06-.183 1.151 1.151 0 0 0-.022-.073 1.13 1.13 0 0 1-.342.235.978.978 0 0 1-.39.079c-.243 0-.435-.067-.575-.2a.664.664 0 0 1-.21-.502c0-.134.032-.253.096-.358a.627.627 0 0 1 .268-.242c.115-.055.281-.105.498-.146.292-.055.495-.107.608-.154v-.064c0-.122-.03-.209-.09-.26-.06-.053-.172-.078-.338-.078a.45.45 0 0 0-.261.066.46.46 0 0 0-.153.232ZM25.199 23.164h-4.276c0-.703-.082-1.175-.246-1.415-.255-.355-.957-.533-2.106-.533-1.117 0-1.857.102-2.218.307-.36.205-.541.652-.541 1.34 0 .623.16 1.033.48 1.23.23.139.534.22.912.245l.863.061c1.847.123 3.002.21 3.462.259 1.461.147 2.52.537 3.178 1.168.517.492.826 1.135.924 1.93.058.475.087 1.013.087 1.61 0 1.377-.132 2.386-.394 3.025-.476 1.173-1.546 1.913-3.21 2.224-.697.132-1.764.198-3.198.198-2.394 0-4.063-.143-5.005-.43-1.157-.352-1.92-1.064-2.288-2.136-.206-.597-.307-1.592-.307-2.983h4.275v.355c0 .743.214 1.22.64 1.433.294.147.65.224 1.068.233h1.572c.802 0 1.314-.04 1.535-.123.393-.155.651-.404.774-.75.066-.212.098-.486.098-.823 0-.753-.274-1.21-.822-1.375-.205-.065-1.159-.156-2.86-.27-1.367-.098-2.316-.192-2.848-.283-1.4-.263-2.332-.802-2.798-1.62-.409-.697-.614-1.75-.614-3.158 0-1.072.111-1.932.332-2.579.221-.647.578-1.138 1.07-1.474.72-.516 1.643-.819 2.766-.91.934-.08 1.97-.123 3.11-.123 1.794 0 3.073.104 3.836.309 1.86.5 2.79 1.903 2.79 4.208 0 .19-.013.472-.041.85ZM48.597 26.428h2.865c.909-.033 1.461-.103 1.66-.212.272-.15.454-.45.545-.899.058-.299.087-.743.087-1.334 0-.723-.058-1.26-.174-1.61-.165-.49-.561-.789-1.188-.898a9.278 9.278 0 0 0-.891-.025h-2.904v4.978ZM44 34.813V17.707h8.562c1.175 0 2.071.096 2.687.288 1.408.442 2.353 1.347 2.837 2.715.25.718.375 1.799.375 3.242 0 1.735-.139 2.982-.413 3.74-.55 1.502-1.68 2.367-3.387 2.59-.2.035-1.055.065-2.562.089l-.763.025h-2.74v4.417H44ZM67.36 28.524l-2.154-7.415-2.09 7.415h4.243Zm.912 3.332h-6.145l-.825 2.957h-4.755l5.13-17.106h6.933l5.194 17.106h-4.655l-.877-2.957Z" fill="#0B4A8E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M37.658 20.114c1.895 0 3.587.874 4.699 2.244l.99-2.127a8.677 8.677 0 0 0-5.983-2.372c-3.622 0-6.72 2.191-7.991 5.292h-1.932l-1.14 2.45h2.485a8.244 8.244 0 0 0 .012 1.519h-1.25l-1.14 2.45h3.024c1.308 3.023 4.367 5.145 7.932 5.145 1.796 0 3.463-.539 4.843-1.46v-3.003a6.035 6.035 0 0 1-4.55 2.069 6.05 6.05 0 0 1-5.067-2.75h6.334l1.14-2.451H31.66a6.21 6.21 0 0 1-.036-1.519h9.148l1.14-2.45h-9.497a6.054 6.054 0 0 1 5.244-3.037Z" fill="#F6BC25"/></svg><svg width="84" height="58" fill="none" viewBox="0 0 84 58" id="assets--src--project--images--svg-sprite--visa" x="168" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" stroke="#EEE" d="M.5.5h83v57H.5z"/><path d="M37.296 39.778h-5.593l3.498-20.3h5.592l-3.497 20.3ZM57.569 19.974c-1.104-.411-2.853-.865-5.017-.865-5.522 0-9.411 2.764-9.435 6.716-.046 2.916 2.784 4.536 4.901 5.508 2.164.994 2.9 1.642 2.9 2.528-.023 1.36-1.749 1.986-3.36 1.986-2.232 0-3.428-.323-5.246-1.08l-.737-.324L40.793 39c1.311.561 3.728 1.059 6.237 1.08 5.868 0 9.688-2.72 9.733-6.932.023-2.311-1.472-4.082-4.694-5.53-1.956-.928-3.154-1.554-3.154-2.505.023-.864 1.013-1.749 3.221-1.749 1.818-.043 3.154.367 4.166.778l.506.215.76-4.383Z" fill="#15195A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M67.58 19.477h4.325l4.512 20.3h-5.178s-.507-2.332-.668-3.044h-7.18c-.207.54-1.174 3.045-1.174 3.045H56.35l8.307-18.616c.576-1.318 1.59-1.685 2.923-1.685Zm-.345 7.43s-1.772 4.513-2.233 5.68h4.648c-.23-1.016-1.289-5.875-1.289-5.875l-.39-1.75c-.165.451-.403 1.07-.564 1.488-.108.283-.182.474-.172.456ZM7.472 19.477h8.997c1.22.043 2.21.41 2.532 1.707l1.955 9.326v.003l.6 2.808 5.476-13.844h5.914l-8.79 20.28H18.24l-4.984-17.64c-1.72-.944-3.683-1.703-5.877-2.23l.092-.41Z" fill="#15195A"/></svg><svg width="84" height="58" fill="none" viewBox="0 0 84 58" id="assets--src--project--images--svg-sprite--vorkasse" x="168" y="58" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" stroke="#EEE" d="M.5.5h83v57H.5z"/><g clip-path="url(#ia)"><path d="M32.317 28.167v9.136c0 1.747-1.39 3.15-3.09 3.15H9.213c-1.713 0-3.09-1.417-3.09-3.15V22.01c0-1.748 1.391-3.15 3.09-3.15h20c1.714 0 3.09 1.417 3.09 3.15v.558l1.082-1.103c-.267-2.119-2.037-3.751-4.186-3.751H9.213C6.882 17.714 5 19.647 5 22.01v15.293C5 39.68 6.896 41.6 9.213 41.6h20c2.332 0 4.214-1.933 4.214-4.296V27.022l-1.11 1.145Z" fill="#666"/><path d="M9.986 26.22h17.317c.689 0 1.25-.573 1.25-1.275s-.561-1.274-1.25-1.274H9.986c-.688 0-1.25.572-1.25 1.274 0 .702.562 1.275 1.25 1.275Zm17.317 7.732H9.986c-.688 0-1.25.573-1.25 1.275 0 .701.562 1.274 1.25 1.274h17.317c.689 0 1.25-.573 1.25-1.274a1.247 1.247 0 0 0-1.25-1.275ZM9.986 31.36h7.233c.688 0 1.25-.572 1.25-1.274 0-.702-.562-1.274-1.25-1.274H9.986c-.688 0-1.25.572-1.25 1.274 0 .702.562 1.274 1.25 1.274Z" fill="#FFAC00"/><path d="m44.452 13.976.955-.974a.578.578 0 0 0 0-.816.552.552 0 0 0-.8 0l-.913.93c.14.087.253.187.365.287.155.158.295.358.393.573ZM28.834 30.115c-.267-.1-.52-.258-.73-.459a1.764 1.764 0 0 1-.45-.744l-.66 1.89 1.84-.687Z" fill="#666"/><path d="M37.542 20.048c.478.487.674 1.203.506 1.876l5.814-5.929c.31-.315.492-.744.492-1.203 0-.458-.169-.873-.492-1.203a1.643 1.643 0 0 0-2.36 0l-5.814 5.929a1.935 1.935 0 0 1 1.854.53Z" fill="#FFAC00"/><path d="M37.346 22.64c.309-.315.491-.745.491-1.203 0-.459-.168-.874-.492-1.203a1.653 1.653 0 0 0-1.18-.501c-.435 0-.856.171-1.179.5l-6.671 6.817a1.718 1.718 0 0 0-.492 1.203c0 .458.169.873.492 1.203.323.33.73.501 1.18.501.449 0 .856-.172 1.18-.501l6.67-6.816Z" fill="#666"/><path d="M28.118 26.85a1.932 1.932 0 0 0-.562 1.403 1.981 1.981 0 0 0 1.292 1.862 1.914 1.914 0 0 0 2.023-.458l1.46-1.49 1.124-1.146 4.101-4.18 6.517-6.645c.365-.373.576-.874.562-1.404 0-.286-.07-.572-.183-.83a1.972 1.972 0 0 0-.393-.573 1.698 1.698 0 0 0-.365-.286 1.919 1.919 0 0 0-2.374.286l-6.517 6.644-1.39 1.418-1.081 1.103-4.214 4.296Zm14.565-13.747c.449 0 .856.171 1.18.5.322.33.491.745.491 1.204 0 .458-.169.873-.492 1.202l-5.814 5.929a1.998 1.998 0 0 0-.506-1.876 1.927 1.927 0 0 0-1.84-.515l5.815-5.943c.309-.33.73-.501 1.166-.501ZM29.48 29.943a1.62 1.62 0 0 1-1.18-.502 1.683 1.683 0 0 1-.491-1.202c0-.459.168-.874.492-1.203l6.685-6.816c.309-.316.73-.502 1.18-.502.421 0 .857.172 1.18.502.309.315.491.744.491 1.202 0 .459-.168.874-.492 1.203l-6.685 6.817c-.309.329-.73.5-1.18.5Z" fill="#fff"/><path d="M42.725 24.673h-1.39l-2.037 4.625-.604-4.625h-1.306l1.095 6.172h1.278l2.964-6.172Zm1.685.2c-.38.201-.716.502-.997.888-.281.401-.492.86-.618 1.39-.127.53-.183 1.016-.14 1.489.028.458.126.859.309 1.203.182.343.42.615.73.801.309.187.66.287 1.067.287.436.014.843-.086 1.222-.272.38-.186.702-.487.983-.86a3.87 3.87 0 0 0 .618-1.36 5.27 5.27 0 0 0 .155-1.532 3.285 3.285 0 0 0-.295-1.203 2.012 2.012 0 0 0-.717-.816 2.169 2.169 0 0 0-1.067-.3 2.512 2.512 0 0 0-1.25.285Zm1.91 1.175c.155.258.225.644.197 1.145l-.028.401-.028.23c-.085.672-.281 1.188-.562 1.546-.281.372-.646.544-1.082.515-.337-.014-.575-.157-.73-.415-.154-.272-.225-.659-.197-1.16.043-.859.211-1.518.506-1.99.295-.473.702-.702 1.208-.688.309.015.562.144.716.416Zm6.924.458c.042-.573-.112-1.017-.477-1.346-.365-.315-.885-.487-1.545-.487h-2.008l-1.054 6.172h1.222l.393-2.263h.983l.717 2.263h1.292v-.072l-.857-2.506c.829-.33 1.278-.916 1.334-1.761Zm-1.6.788c-.211.171-.478.257-.801.272l-.913-.015.309-1.847h1.04c.266.014.463.1.589.244.126.143.168.372.126.644-.014.3-.14.53-.35.702Zm3.426 1.847.8-.76 1.082 2.464h1.39l-1.558-3.365 2.612-2.807H57.81l-1.826 2.005-.618.716.464-2.721h-1.222l-1.054 6.172h1.222l.295-1.704Zm7.697-4.468h-1.124l-3.23 6.172h1.348l.618-1.275h2.107l.197 1.275h1.25l-1.166-6.172Zm-1.896 3.866 1.123-2.29.337 2.29h-1.46Zm6.727 1.189c-.196.129-.435.2-.73.2-.688-.014-1.011-.358-.97-1.016h-1.221c-.014.386.07.716.225 1.016.168.315.435.573.758.745.323.172.716.272 1.152.272.421.014.8-.057 1.151-.2.352-.144.633-.344.83-.602a1.54 1.54 0 0 0 .336-.945c.056-.745-.323-1.332-1.151-1.733l-.31-.143-.547-.215c-.464-.186-.66-.43-.604-.73a.824.824 0 0 1 .365-.558c.21-.13.45-.2.73-.186.281 0 .492.085.632.243.14.157.197.372.183.659h1.208c0-.573-.169-1.031-.534-1.375-.365-.344-.829-.516-1.418-.53-.422 0-.815.072-1.18.215-.365.157-.646.358-.857.63a1.772 1.772 0 0 0-.337.916c-.042.745.393 1.332 1.32 1.747l.8.33c.38.172.549.43.492.773-.014.172-.126.358-.323.487Zm5.618-2.277-.309-.143-.547-.215c-.464-.186-.66-.43-.604-.73a.824.824 0 0 1 .365-.559c.21-.129.45-.2.73-.186.281 0 .492.086.632.244.14.157.197.372.183.658h1.208c0-.572-.169-1.03-.534-1.374-.365-.344-.829-.516-1.419-.53-.421 0-.814.071-1.18.215-.365.157-.645.358-.856.63a1.773 1.773 0 0 0-.337.916c-.042.745.393 1.332 1.32 1.747l.8.33c.38.171.548.43.492.773a.83.83 0 0 1-.337.53c-.197.128-.435.2-.73.2-.689-.014-1.011-.358-.97-1.017h-1.221c-.014.387.07.716.224 1.017.169.315.436.573.759.745a2.45 2.45 0 0 0 1.151.272c.422.014.801-.058 1.152-.2.351-.144.632-.344.829-.602a1.54 1.54 0 0 0 .337-.945c.056-.788-.323-1.375-1.138-1.776Zm6.616-1.747.182-1.031h-3.932l-1.054 6.172h3.947l.168-1.017h-2.725l.281-1.647h2.318l.168-1.002h-2.331l.253-1.475h2.725Z" fill="#666"/><path d="M38.315 32.764a.395.395 0 0 0-.113.272c0 .1.042.186.113.272.07.072.168.114.28.114a.388.388 0 0 0 .394-.386.388.388 0 0 0-.393-.387.388.388 0 0 0-.281.115Zm1.783.973-.533 3.194c-.057.315-.169.558-.366.716-.196.172-.435.243-.716.243-.267-.014-.45-.1-.576-.272-.126-.172-.168-.4-.126-.702l.52-3.164h-.787l-.52 3.164-.014.13c-.028.443.099.801.366 1.088.266.272.632.415 1.095.43.506.014.927-.144 1.278-.43.351-.301.562-.702.632-1.203l.52-3.165-.773-.029Zm-.365-.973a.404.404 0 0 0 0 .558c.07.072.169.115.281.115a.388.388 0 0 0 .393-.387.388.388 0 0 0-.393-.387c-.112-.014-.197.03-.28.1Zm4.509 1.317c-.253-.215-.632-.33-1.124-.33h-1.419l-.8 4.74h1.7c.505 0 .926-.128 1.235-.372.31-.257.478-.587.506-1.03.014-.258-.028-.473-.14-.66a.804.804 0 0 0-.45-.386c.506-.23.786-.573.829-1.031.028-.401-.085-.716-.337-.93Zm-.703 2.993a.856.856 0 0 1-.309.559c-.168.128-.379.2-.632.2h-.828l.252-1.475h.942c.224.014.379.072.477.2.098.115.126.287.098.516Zm.24-2.033a.745.745 0 0 1-.296.515c-.168.129-.38.186-.632.186h-.73l.224-1.331h.815c.464.014.674.229.618.63Zm4.058 1.317.112-.644h-1.853l.224-1.303h2.135l.112-.66h-2.935l-.8 4.74h2.949l.112-.658H45.73l.253-1.46h1.854v-.015Zm2.823-2.606H49.2l-.801 4.74h.786l.31-1.819h.884l.59 1.819h.829v-.043l-.688-1.962c.323-.129.561-.3.744-.53.182-.23.28-.487.295-.802.042-.444-.084-.788-.351-1.03-.253-.259-.646-.373-1.138-.373Zm.702 1.432a.88.88 0 0 1-.323.601c-.182.143-.407.215-.688.215h-.758l.267-1.59h.842c.239.015.422.072.534.215.112.13.169.315.126.559Zm5.913-1.447L56.04 37.29l-.309-3.552h-.66l-1.404 3.538-.155-3.538h-.758l.309 4.74h.758l1.405-3.45.323 3.45h.758l1.77-4.74h-.8Zm3.568 2.621.112-.644h-1.854l.225-1.303h2.135l.112-.66h-2.921l-.8 4.74H60.8l.112-.658H58.75l.253-1.46h1.84v-.015Zm.59 2.12h.786l.8-4.74h-.786l-.8 4.74Zm3.314-3.967c.169-.13.38-.186.632-.172.253 0 .436.072.548.215.126.143.183.33.154.572h.787a1.299 1.299 0 0 0-.169-.744 1.3 1.3 0 0 0-.52-.516c-.224-.129-.477-.186-.772-.2-.295 0-.575.043-.842.157a1.7 1.7 0 0 0-.646.473c-.169.2-.253.444-.267.716-.014.315.07.587.28.816.197.23.548.444 1.026.602l.253.1c.379.157.547.386.505.701a.676.676 0 0 1-.309.487c-.168.115-.379.172-.646.172-.28 0-.491-.086-.632-.229-.14-.143-.21-.358-.196-.616h-.787c-.014.287.056.544.183.774.126.229.323.4.575.53.253.128.52.186.83.2.322 0 .617-.043.884-.158.267-.114.478-.257.632-.458.154-.2.239-.43.253-.702.028-.329-.056-.615-.253-.844-.197-.244-.534-.444-1.025-.63l-.239-.086c-.407-.158-.59-.373-.548-.645a.763.763 0 0 1 .31-.515Zm5.52-.774-.534 3.194c-.056.315-.168.558-.365.716-.197.172-.435.243-.716.243-.267-.014-.45-.1-.576-.272-.127-.172-.169-.4-.127-.702l.52-3.164h-.786l-.52 3.164-.014.13c-.028.443.098.801.365 1.088.267.272.632.415 1.096.43.505.014.927-.144 1.278-.43.35-.301.561-.702.632-1.203l.52-3.165-.773-.029Zm3.792 3.409-1.447-3.409h-.758l-.8 4.74h.786l.576-3.393 1.446 3.393h.759l.8-4.74h-.786l-.576 3.409Zm3.02-2.42c.238-.273.533-.401.885-.387.477.014.744.3.8.86h.758c-.028-.474-.182-.846-.449-1.118-.267-.258-.632-.4-1.095-.415-.436-.014-.83.1-1.166.344-.253.171-.464.43-.646.73a3.571 3.571 0 0 0-.365 1.074 4.52 4.52 0 0 0-.085.988c.014.33.099.63.24.902.14.258.322.458.56.602.24.143.506.214.816.214.379 0 .73-.057 1.039-.172.309-.114.547-.286.716-.515l.267-1.819h-1.7l-.112.63h.927l-.168.931c-.24.2-.548.287-.913.287-.295 0-.52-.115-.66-.344-.155-.23-.225-.53-.211-.917 0-.186.028-.43.084-.73.084-.487.239-.873.478-1.146Z" fill="#999"/><path d="M23.68 28.353c.309 0 .505.115.618.315.07.115.098.301.098.544h.857a1.7 1.7 0 0 0-.084-.916c-.211-.544-.647-.816-1.335-.816-.52 0-.983.2-1.39.616-.281.271-.506.6-.688 1.002h-.9l-.28.673h.955c-.028.1-.056.215-.07.315a3.77 3.77 0 0 0-.056.358h-.815l-.281.673h1.053c.014.33.085.616.211.86.239.457.66.686 1.236.686.477 0 .899-.171 1.264-.5.365-.33.646-.774.843-1.318h-.843a2.231 2.231 0 0 1-.337.573.963.963 0 0 1-.759.358c-.294 0-.505-.143-.631-.416a1.223 1.223 0 0 1-.07-.243h.926l.281-.673h-1.222c.014-.1.042-.215.056-.33.029-.114.057-.229.085-.329h1.306l.28-.673h-1.305c.056-.1.112-.2.182-.272.225-.344.506-.487.815-.487Z" fill="#666"/></g><defs><clipPath id="ia"><path fill="#fff" transform="translate(5 12)" d="M0 0h75v30H0z"/></clipPath></defs></svg><svg width="32" height="32" fill="none" viewBox="0 0 32 32" id="assets--src--project--images--svg-sprite--xing" x="96" y="116" xmlns="http://www.w3.org/2000/svg"><path fill="#006064" d="M0 0h32v32H0z"/><path d="M11.098 20H8.406a.396.396 0 0 1-.35-.182.409.409 0 0 1 0-.41l2.86-5.016c.003-.007.003-.009 0-.015l-1.82-3.131c-.077-.148-.087-.295-.016-.41.067-.111.204-.17.366-.17h2.693c.412 0 .615.266.748.504l1.852 3.207-2.906 5.106c-.138.247-.332.517-.735.517Z" fill="#fff"/><path d="m23.943 7.92-5.96 10.54c-.004.007-.004.012 0 .017l3.794 6.936c.075.149.078.3.006.415-.069.11-.194.172-.357.172h-2.689c-.411 0-.618-.273-.751-.514l-3.826-7.017 5.99-10.622c.143-.259.32-.514.72-.514h2.721c.162 0 .29.061.358.173.07.115.068.265-.006.415Z" fill="#CDDC39"/></svg><svg width="32" height="32" fill="none" viewBox="0 0 32 32" id="assets--src--project--images--svg-sprite--youtube" x="128" y="116" xmlns="http://www.w3.org/2000/svg"><path d="M32 0H0v32h32V0Z" fill="red"/><path d="M23.6 12.1c-.2-.7-.7-1.2-1.4-1.4-1.2-.3-6.3-.3-6.3-.3s-5 0-6.3.3c-.7.2-1.2.7-1.4 1.4C8 13.4 8 16 8 16s0 2.6.3 3.9c.2.7.7 1.2 1.4 1.4 1.2.3 6.3.3 6.3.3s5 0 6.3-.3c.7-.2 1.2-.7 1.4-1.4.3-1.3.3-3.9.3-3.9s0-2.6-.4-3.9Zm-9.2 6.3v-4.8l4.2 2.4-4.2 2.4Z" fill="#fff"/></svg></svg>