@allurereport/web-allure2 3.0.0-beta.9

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 (391) hide show
  1. package/.babelrc.cjs +18 -0
  2. package/.eslintrc.cjs +125 -0
  3. package/README.md +27 -0
  4. package/dist/multi/154.app-9ac9d027.js +1 -0
  5. package/dist/multi/216.app-9ac9d027.js +1 -0
  6. package/dist/multi/232.app-9ac9d027.js +1 -0
  7. package/dist/multi/250.app-9ac9d027.js +1 -0
  8. package/dist/multi/256.app-9ac9d027.js +1 -0
  9. package/dist/multi/301.app-9ac9d027.js +1 -0
  10. package/dist/multi/323.app-9ac9d027.js +1 -0
  11. package/dist/multi/353.app-9ac9d027.js +1 -0
  12. package/dist/multi/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
  13. package/dist/multi/564.app-9ac9d027.js +1 -0
  14. package/dist/multi/594.app-9ac9d027.js +1 -0
  15. package/dist/multi/623.app-9ac9d027.js +1 -0
  16. package/dist/multi/7.app-9ac9d027.js +1 -0
  17. package/dist/multi/729.app-9ac9d027.js +1 -0
  18. package/dist/multi/783.app-9ac9d027.js +1 -0
  19. package/dist/multi/826.app-9ac9d027.js +1 -0
  20. package/dist/multi/925.app-9ac9d027.js +1 -0
  21. package/dist/multi/app-9ac9d027.js +2 -0
  22. package/dist/multi/app-9ac9d027.js.LICENSE.txt +29 -0
  23. package/dist/multi/checkmark-c1a9ce12.svg +8 -0
  24. package/dist/multi/manifest.json +27 -0
  25. package/dist/multi/sort-down-icon-41195b0d.svg +8 -0
  26. package/dist/multi/sort-icon-fddc6c81.svg +8 -0
  27. package/dist/multi/sort-up-icon-d5bc65f6.svg +8 -0
  28. package/dist/multi/sprite.svg +4 -0
  29. package/dist/multi/styles-9ac9d027.css +558 -0
  30. package/dist/multi/vertical-5e6d1df4.png +0 -0
  31. package/dist/single/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
  32. package/dist/single/app-f726ff87.js +2 -0
  33. package/dist/single/app-f726ff87.js.LICENSE.txt +29 -0
  34. package/dist/single/checkmark-c1a9ce12.svg +8 -0
  35. package/dist/single/manifest.json +10 -0
  36. package/dist/single/sort-down-icon-41195b0d.svg +8 -0
  37. package/dist/single/sort-icon-fddc6c81.svg +8 -0
  38. package/dist/single/sort-up-icon-d5bc65f6.svg +8 -0
  39. package/dist/single/sprite.svg +4 -0
  40. package/dist/single/styles-f726ff87.css +558 -0
  41. package/package.json +107 -0
  42. package/src/app.js +69 -0
  43. package/src/assets/icons/allure-logo.svg +45 -0
  44. package/src/assets/icons/bamboo.svg +31 -0
  45. package/src/assets/icons/bitbucket.svg +10 -0
  46. package/src/assets/icons/bomb.svg +7 -0
  47. package/src/assets/icons/broken.svg +10 -0
  48. package/src/assets/icons/bug.svg +10 -0
  49. package/src/assets/icons/chevron-down.svg +10 -0
  50. package/src/assets/icons/chevron-left.svg +10 -0
  51. package/src/assets/icons/chevron-right-fat.svg +10 -0
  52. package/src/assets/icons/chevron-right.svg +10 -0
  53. package/src/assets/icons/chevron-up.svg +10 -0
  54. package/src/assets/icons/circleci.svg +1 -0
  55. package/src/assets/icons/close.svg +10 -0
  56. package/src/assets/icons/collapse.svg +5 -0
  57. package/src/assets/icons/compare.svg +10 -0
  58. package/src/assets/icons/copy.svg +11 -0
  59. package/src/assets/icons/csv.svg +13 -0
  60. package/src/assets/icons/download.svg +11 -0
  61. package/src/assets/icons/draggable.svg +15 -0
  62. package/src/assets/icons/expand.svg +5 -0
  63. package/src/assets/icons/failed.svg +10 -0
  64. package/src/assets/icons/file.svg +3 -0
  65. package/src/assets/icons/folder.svg +10 -0
  66. package/src/assets/icons/github.svg +4 -0
  67. package/src/assets/icons/gitlab.svg +12 -0
  68. package/src/assets/icons/graphs.svg +11 -0
  69. package/src/assets/icons/history.svg +11 -0
  70. package/src/assets/icons/image.svg +3 -0
  71. package/src/assets/icons/info.svg +12 -0
  72. package/src/assets/icons/jenkins.svg +327 -0
  73. package/src/assets/icons/jobs.svg +12 -0
  74. package/src/assets/icons/link.svg +11 -0
  75. package/src/assets/icons/list.svg +13 -0
  76. package/src/assets/icons/maximize.svg +11 -0
  77. package/src/assets/icons/new-broken.svg +6 -0
  78. package/src/assets/icons/new-failed.svg +6 -0
  79. package/src/assets/icons/new-passed.svg +5 -0
  80. package/src/assets/icons/overview.svg +5 -0
  81. package/src/assets/icons/passed.svg +10 -0
  82. package/src/assets/icons/pdf.svg +13 -0
  83. package/src/assets/icons/refresh.svg +4 -0
  84. package/src/assets/icons/retries.svg +11 -0
  85. package/src/assets/icons/save.svg +10 -0
  86. package/src/assets/icons/skipped.svg +3 -0
  87. package/src/assets/icons/sort-down.svg +10 -0
  88. package/src/assets/icons/sort-up.svg +10 -0
  89. package/src/assets/icons/sort.svg +11 -0
  90. package/src/assets/icons/table.svg +10 -0
  91. package/src/assets/icons/task.svg +11 -0
  92. package/src/assets/icons/teamcity.svg +40 -0
  93. package/src/assets/icons/timeline.svg +12 -0
  94. package/src/assets/icons/tree.svg +10 -0
  95. package/src/assets/icons/txt.svg +11 -0
  96. package/src/assets/icons/unknown.svg +10 -0
  97. package/src/behaviors/ClipboardBehavior.js +34 -0
  98. package/src/behaviors/DownloadBehavior.js +42 -0
  99. package/src/behaviors/GaBehavior.js +27 -0
  100. package/src/behaviors/LoadBehavior.js +18 -0
  101. package/src/behaviors/TooltipBehavior.js +25 -0
  102. package/src/behaviors/index.js +7 -0
  103. package/src/blocks/alert/styles.scss +8 -0
  104. package/src/blocks/arrow/styles.scss +21 -0
  105. package/src/blocks/attachment-row/attachment-row.hbs +34 -0
  106. package/src/blocks/attachment-row/styles.scss +71 -0
  107. package/src/blocks/bar/styles.scss +22 -0
  108. package/src/blocks/button/styles.scss +60 -0
  109. package/src/blocks/clipboard-copy/clipboard-copy.hbs +5 -0
  110. package/src/blocks/executor-icon/bamboo.svg +31 -0
  111. package/src/blocks/executor-icon/bitbucket.svg +10 -0
  112. package/src/blocks/executor-icon/circleci.svg +1 -0
  113. package/src/blocks/executor-icon/default-icon.png +0 -0
  114. package/src/blocks/executor-icon/github.svg +4 -0
  115. package/src/blocks/executor-icon/gitlab.svg +12 -0
  116. package/src/blocks/executor-icon/jenkins.svg +327 -0
  117. package/src/blocks/executor-icon/styles.scss +15 -0
  118. package/src/blocks/executor-icon/teamcity.svg +40 -0
  119. package/src/blocks/island/styles.scss +7 -0
  120. package/src/blocks/label/styles.scss +15 -0
  121. package/src/blocks/link/styles.scss +10 -0
  122. package/src/blocks/pane/styles.scss +52 -0
  123. package/src/blocks/pane-header/pane-header.hbs +15 -0
  124. package/src/blocks/parameters-table/parameters-table.hbs +10 -0
  125. package/src/blocks/parameters-table/styles.scss +22 -0
  126. package/src/blocks/spinner/styles.scss +30 -0
  127. package/src/blocks/splash/styles.scss +13 -0
  128. package/src/blocks/status-details/status-details.hbs +13 -0
  129. package/src/blocks/status-details/styles.scss +32 -0
  130. package/src/blocks/step-stats/step-stats.hbs +15 -0
  131. package/src/blocks/step-stats/styles.scss +19 -0
  132. package/src/blocks/table/sort-down-icon.svg +1 -0
  133. package/src/blocks/table/sort-icon.svg +1 -0
  134. package/src/blocks/table/sort-up-icon.svg +1 -0
  135. package/src/blocks/table/sortable-col.hbs +4 -0
  136. package/src/blocks/table/styles.scss +64 -0
  137. package/src/blocks/tabs/styles.scss +29 -0
  138. package/src/blocks/tabs/tabs.hbs +5 -0
  139. package/src/blocks/text/styles.scss +5 -0
  140. package/src/blocks/widget/draggable.svg +1 -0
  141. package/src/blocks/widget/styles.scss +76 -0
  142. package/src/components/attachment/AttachmentView.hbs +58 -0
  143. package/src/components/attachment/AttachmentView.js +90 -0
  144. package/src/components/attachment/styles.scss +78 -0
  145. package/src/components/empty/EmptyView.hbs +3 -0
  146. package/src/components/empty/EmptyView.js +18 -0
  147. package/src/components/empty/styles.scss +4 -0
  148. package/src/components/error-splash/ErrorSplashView.hbs +4 -0
  149. package/src/components/error-splash/ErrorSplashView.js +19 -0
  150. package/src/components/error-splash/styles.scss +4 -0
  151. package/src/components/graph-base/BaseChartView.hbs +5 -0
  152. package/src/components/graph-base/BaseChartView.js +78 -0
  153. package/src/components/graph-base/styles.scss +66 -0
  154. package/src/components/graph-duration-chart/DurationChartView.js +100 -0
  155. package/src/components/graph-pie-chart/PieChartView.js +155 -0
  156. package/src/components/graph-severity-chart/SeverityChartView.js +100 -0
  157. package/src/components/graph-trend-chart/TrendChartView.js +202 -0
  158. package/src/components/graph-trend-chart/styles.scss +16 -0
  159. package/src/components/graph-trend-chart/trend-tooltip.hbs +9 -0
  160. package/src/components/language-select/LanguageSelectView.hbs +5 -0
  161. package/src/components/language-select/LanguageSelectView.js +42 -0
  162. package/src/components/language-select/checkmark.svg +1 -0
  163. package/src/components/language-select/styles.scss +34 -0
  164. package/src/components/loader/LoaderView.hbs +6 -0
  165. package/src/components/loader/LoaderView.js +21 -0
  166. package/src/components/loader/styles.scss +26 -0
  167. package/src/components/marks-toggle/MarksToggleView.hbs +14 -0
  168. package/src/components/marks-toggle/MarksToggleView.js +41 -0
  169. package/src/components/marks-toggle/styles.scss +38 -0
  170. package/src/components/modal/ModalView.hbs +13 -0
  171. package/src/components/modal/ModalView.js +43 -0
  172. package/src/components/modal/styles.scss +31 -0
  173. package/src/components/node-search/NodeSearchView.hbs +4 -0
  174. package/src/components/node-search/NodeSearchView.js +32 -0
  175. package/src/components/node-search/styles.scss +29 -0
  176. package/src/components/node-sorter/NodeSorterView.hbs +22 -0
  177. package/src/components/node-sorter/NodeSorterView.js +43 -0
  178. package/src/components/node-sorter/styles.scss +26 -0
  179. package/src/components/popover/PopoverView.js +8 -0
  180. package/src/components/popover/styles.scss +32 -0
  181. package/src/components/side-by-side/SideBySideView.hbs +2 -0
  182. package/src/components/side-by-side/SideBySideView.js +42 -0
  183. package/src/components/side-by-side/styles.scss +59 -0
  184. package/src/components/side-by-side/vertical.png +0 -0
  185. package/src/components/side-nav/SideNavView.hbs +39 -0
  186. package/src/components/side-nav/SideNavView.js +81 -0
  187. package/src/components/side-nav/styles.scss +118 -0
  188. package/src/components/status-toggle/StatusToggleView.hbs +16 -0
  189. package/src/components/status-toggle/StatusToggleView.js +42 -0
  190. package/src/components/status-toggle/styles.scss +35 -0
  191. package/src/components/testresult/TestResultView.hbs +32 -0
  192. package/src/components/testresult/TestResultView.js +90 -0
  193. package/src/components/testresult/styles.scss +29 -0
  194. package/src/components/testresult-execution/TestResultExecutionView.hbs +13 -0
  195. package/src/components/testresult-execution/TestResultExecutionView.js +85 -0
  196. package/src/components/testresult-execution/stages-block.hbs +47 -0
  197. package/src/components/testresult-execution/steps-list.hbs +31 -0
  198. package/src/components/testresult-execution/styles.scss +70 -0
  199. package/src/components/testresult-overview/TestResultOverviewView.hbs +8 -0
  200. package/src/components/testresult-overview/TestResultOverviewView.js +46 -0
  201. package/src/components/testresult-overview/styles.scss +22 -0
  202. package/src/components/testresult-tree/TestResultTreeView.js +60 -0
  203. package/src/components/tooltip/TooltipView.js +111 -0
  204. package/src/components/tooltip/styles.scss +43 -0
  205. package/src/components/tree/TreeView.hbs +9 -0
  206. package/src/components/tree/TreeView.js +200 -0
  207. package/src/components/tree/styles.scss +141 -0
  208. package/src/components/tree/tree-group.hbs +36 -0
  209. package/src/components/tree/tree-leaf.hbs +53 -0
  210. package/src/components/tree/tree-time.hbs +6 -0
  211. package/src/components/tree-view-container/TreeViewContainer.hbs +34 -0
  212. package/src/components/tree-view-container/TreeViewContainer.js +103 -0
  213. package/src/components/tree-view-container/styles.scss +38 -0
  214. package/src/components/widget-status/WidgetStatusView.hbs +21 -0
  215. package/src/components/widget-status/WidgetStatusView.js +17 -0
  216. package/src/components/widgets-grid/WidgetsGridView.js +90 -0
  217. package/src/components/widgets-grid/styles.scss +34 -0
  218. package/src/data/localstorage/LocalStorageModel.js +23 -0
  219. package/src/data/testresult/TestResultModel.js +36 -0
  220. package/src/data/tree/TreeCollection.js +153 -0
  221. package/src/data/tree/comparator.js +63 -0
  222. package/src/data/tree/filter.js +66 -0
  223. package/src/data/trend/TrendCollection.js +36 -0
  224. package/src/data/widgets/WidgetsModel.js +25 -0
  225. package/src/decorators/index.js +53 -0
  226. package/src/favicon.ico +0 -0
  227. package/src/helpers/allure-icon.js +228 -0
  228. package/src/helpers/and.js +3 -0
  229. package/src/helpers/angle.js +15 -0
  230. package/src/helpers/arrow.js +17 -0
  231. package/src/helpers/b.js +6 -0
  232. package/src/helpers/concat.js +3 -0
  233. package/src/helpers/date.js +11 -0
  234. package/src/helpers/default.js +8 -0
  235. package/src/helpers/duration.js +60 -0
  236. package/src/helpers/eq.js +3 -0
  237. package/src/helpers/fileicon.js +5 -0
  238. package/src/helpers/filesize.js +8 -0
  239. package/src/helpers/gt.js +3 -0
  240. package/src/helpers/inc.js +3 -0
  241. package/src/helpers/is-def.js +3 -0
  242. package/src/helpers/job-icon.js +8 -0
  243. package/src/helpers/linky.js +7 -0
  244. package/src/helpers/not.js +3 -0
  245. package/src/helpers/or.js +3 -0
  246. package/src/helpers/sort-class.js +6 -0
  247. package/src/helpers/statistic-bar.js +12 -0
  248. package/src/helpers/status-bar.js +14 -0
  249. package/src/helpers/t.js +5 -0
  250. package/src/helpers/text-with-links.js +18 -0
  251. package/src/helpers/time.js +18 -0
  252. package/src/helpers/timeago.js +10 -0
  253. package/src/index.html +17 -0
  254. package/src/index.js +52 -0
  255. package/src/layouts/application/AppLayout.hbs +2 -0
  256. package/src/layouts/application/AppLayout.js +50 -0
  257. package/src/layouts/application/styles.scss +17 -0
  258. package/src/layouts/error/ErrorLayout.js +11 -0
  259. package/src/layouts/overview/OverviewLayout.js +8 -0
  260. package/src/layouts/testresult/TestResultLayout.js +43 -0
  261. package/src/layouts/tree/TreeLayout.js +45 -0
  262. package/src/mixins.scss +128 -0
  263. package/src/pluginApi.js +26 -0
  264. package/src/plugins/.eslintrc +5 -0
  265. package/src/plugins/default/index.js +11 -0
  266. package/src/plugins/screen-diff/index.js +186 -0
  267. package/src/plugins/screen-diff/styles.css +30 -0
  268. package/src/plugins/tab-behaviors/index.js +239 -0
  269. package/src/plugins/tab-category/index.js +15 -0
  270. package/src/plugins/tab-graph/GraphCollection.js +12 -0
  271. package/src/plugins/tab-graph/GraphLayout.js +17 -0
  272. package/src/plugins/tab-graph/index.js +8 -0
  273. package/src/plugins/tab-packages/index.js +137 -0
  274. package/src/plugins/tab-suites/index.js +15 -0
  275. package/src/plugins/tab-timeline/TimelineLayout.js +18 -0
  276. package/src/plugins/tab-timeline/TimelineView.hbs +17 -0
  277. package/src/plugins/tab-timeline/TimelineView.js +250 -0
  278. package/src/plugins/tab-timeline/index.js +12 -0
  279. package/src/plugins/tab-timeline/styles.scss +76 -0
  280. package/src/plugins/testresult-category/CategoryView.hbs +6 -0
  281. package/src/plugins/testresult-category/CategoryView.js +17 -0
  282. package/src/plugins/testresult-category/index.js +3 -0
  283. package/src/plugins/testresult-description/DescriptionView.hbs +4 -0
  284. package/src/plugins/testresult-description/DescriptionView.js +16 -0
  285. package/src/plugins/testresult-description/index.js +3 -0
  286. package/src/plugins/testresult-duration/DurationView.hbs +7 -0
  287. package/src/plugins/testresult-duration/DurationView.js +16 -0
  288. package/src/plugins/testresult-duration/index.js +3 -0
  289. package/src/plugins/testresult-history/HistoryView.hbs +27 -0
  290. package/src/plugins/testresult-history/HistoryView.js +33 -0
  291. package/src/plugins/testresult-history/index.js +3 -0
  292. package/src/plugins/testresult-history/styles.scss +10 -0
  293. package/src/plugins/testresult-links/LinksView.hbs +17 -0
  294. package/src/plugins/testresult-links/LinksView.js +17 -0
  295. package/src/plugins/testresult-links/index.js +3 -0
  296. package/src/plugins/testresult-links/styles.scss +19 -0
  297. package/src/plugins/testresult-owner/OwnerView.hbs +4 -0
  298. package/src/plugins/testresult-owner/OwnerView.js +17 -0
  299. package/src/plugins/testresult-owner/index.js +3 -0
  300. package/src/plugins/testresult-parameters/ParametersView.hbs +13 -0
  301. package/src/plugins/testresult-parameters/ParametersView.js +22 -0
  302. package/src/plugins/testresult-parameters/index.js +3 -0
  303. package/src/plugins/testresult-parameters/styles.scss +8 -0
  304. package/src/plugins/testresult-retries/RetriesView.hbs +13 -0
  305. package/src/plugins/testresult-retries/RetriesView.js +28 -0
  306. package/src/plugins/testresult-retries/index.js +3 -0
  307. package/src/plugins/testresult-retries/styles.scss +11 -0
  308. package/src/plugins/testresult-severity/SeverityView.hbs +4 -0
  309. package/src/plugins/testresult-severity/SeverityView.js +17 -0
  310. package/src/plugins/testresult-severity/index.js +3 -0
  311. package/src/plugins/testresult-tags/TagsView.hbs +5 -0
  312. package/src/plugins/testresult-tags/TagsView.js +17 -0
  313. package/src/plugins/testresult-tags/index.js +3 -0
  314. package/src/plugins/widget-categories/index.js +12 -0
  315. package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.hbs +4 -0
  316. package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.js +33 -0
  317. package/src/plugins/widget-categories-trend/index.js +4 -0
  318. package/src/plugins/widget-categories-trend/styles.scss +6 -0
  319. package/src/plugins/widget-duration/DurationWidgetView.hbs +4 -0
  320. package/src/plugins/widget-duration/DurationWidgetView.js +23 -0
  321. package/src/plugins/widget-duration/index.js +3 -0
  322. package/src/plugins/widget-duration-trend/DurationTrendWidgetView.hbs +4 -0
  323. package/src/plugins/widget-duration-trend/DurationTrendWidgetView.js +49 -0
  324. package/src/plugins/widget-duration-trend/index.js +4 -0
  325. package/src/plugins/widget-duration-trend/styles.scss +6 -0
  326. package/src/plugins/widget-environment/EnvironmentWidget.hbs +27 -0
  327. package/src/plugins/widget-environment/EnvironmentWidget.js +25 -0
  328. package/src/plugins/widget-environment/index.js +3 -0
  329. package/src/plugins/widget-executor/ExecutorsWidgetView.hbs +40 -0
  330. package/src/plugins/widget-executor/ExecutorsWidgetView.js +8 -0
  331. package/src/plugins/widget-executor/index.js +3 -0
  332. package/src/plugins/widget-history-trend/HistoryTrendWidgetView.hbs +4 -0
  333. package/src/plugins/widget-history-trend/HistoryTrendWidgetView.js +30 -0
  334. package/src/plugins/widget-history-trend/index.js +6 -0
  335. package/src/plugins/widget-history-trend/styles.scss +6 -0
  336. package/src/plugins/widget-launch/LaunchesWidgetView.hbs +23 -0
  337. package/src/plugins/widget-launch/LaunchesWidgetView.js +8 -0
  338. package/src/plugins/widget-launch/index.js +3 -0
  339. package/src/plugins/widget-retry-trend/RetryTrendWidgetView.hbs +4 -0
  340. package/src/plugins/widget-retry-trend/RetryTrendWidgetView.js +33 -0
  341. package/src/plugins/widget-retry-trend/index.js +4 -0
  342. package/src/plugins/widget-retry-trend/styles.scss +6 -0
  343. package/src/plugins/widget-severity/SeverityWidgetView.hbs +4 -0
  344. package/src/plugins/widget-severity/SeverityWidgetView.js +23 -0
  345. package/src/plugins/widget-severity/index.js +3 -0
  346. package/src/plugins/widget-status/StatusWidgetView.hbs +4 -0
  347. package/src/plugins/widget-status/StatusWidgetView.js +44 -0
  348. package/src/plugins/widget-status/index.js +3 -0
  349. package/src/plugins/widget-suites/index.js +12 -0
  350. package/src/plugins/widget-summary/SummaryWidgetView.hbs +20 -0
  351. package/src/plugins/widget-summary/SummaryWidgetView.js +33 -0
  352. package/src/plugins/widget-summary/index.js +3 -0
  353. package/src/plugins/widget-summary/styles.scss +14 -0
  354. package/src/router.js +52 -0
  355. package/src/rtl.scss +19 -0
  356. package/src/styles.scss +91 -0
  357. package/src/translations/az.json +217 -0
  358. package/src/translations/br.json +205 -0
  359. package/src/translations/de.json +205 -0
  360. package/src/translations/en.json +222 -0
  361. package/src/translations/es.json +209 -0
  362. package/src/translations/fr.json +217 -0
  363. package/src/translations/he.json +205 -0
  364. package/src/translations/isv.json +216 -0
  365. package/src/translations/ja.json +210 -0
  366. package/src/translations/kr.json +210 -0
  367. package/src/translations/nl.json +217 -0
  368. package/src/translations/pl.json +220 -0
  369. package/src/translations/ru.json +215 -0
  370. package/src/translations/sv.json +222 -0
  371. package/src/translations/tr.json +217 -0
  372. package/src/translations/zh.json +191 -0
  373. package/src/utils/arrays.js +3 -0
  374. package/src/utils/attachmentType.js +101 -0
  375. package/src/utils/clipboard.js +38 -0
  376. package/src/utils/escape.js +5 -0
  377. package/src/utils/gtag.js +8 -0
  378. package/src/utils/highlight.js +14 -0
  379. package/src/utils/hotkeys.js +25 -0
  380. package/src/utils/loading.js +9 -0
  381. package/src/utils/marks.js +1 -0
  382. package/src/utils/pluginsRegistry.js +56 -0
  383. package/src/utils/settings.js +4 -0
  384. package/src/utils/settingsFactory.js +149 -0
  385. package/src/utils/sorting.js +21 -0
  386. package/src/utils/statuses.js +1 -0
  387. package/src/utils/translation.js +63 -0
  388. package/src/variables.scss +71 -0
  389. package/types.d.ts +5 -0
  390. package/webpack/utils.js +10 -0
  391. package/webpack.config.js +127 -0
package/package.json ADDED
@@ -0,0 +1,107 @@
1
+ {
2
+ "name": "@allurereport/web-allure2",
3
+ "version": "3.0.0-beta.9",
4
+ "description": "The static files for Allure Classic Report",
5
+ "keywords": [
6
+ "allure",
7
+ "testing",
8
+ "report",
9
+ "html"
10
+ ],
11
+ "repository": "https://github.com/allure-framework/allure3",
12
+ "license": "Apache-2.0",
13
+ "author": "Qameta Software",
14
+ "type": "module",
15
+ "types": "./types.d.ts",
16
+ "scripts": {
17
+ "clean": "rimraf dist",
18
+ "build": "run-s clean 'build:prod:*'",
19
+ "build:dev": "run-s clean 'build:dev:*'",
20
+ "build:prod:single": "SINGLE_FILE_MODE=1 webpack --mode production",
21
+ "build:prod:multi": "webpack --mode production",
22
+ "build:dev:single": "SINGLE_FILE_MODE=1 webpack --mode development",
23
+ "build:dev:multi": "webpack --mode development",
24
+ "lint": "eslint --ignore-path=.gitignore ./src",
25
+ "lint:fix": "eslint --fix --ignore-path=.gitignore ./src",
26
+ "prettier:format": "prettier --write 'src/**/*.{js,css,scss}'"
27
+ },
28
+ "browserslist": [
29
+ "last 1 version",
30
+ "> 1%",
31
+ "IE 11"
32
+ ],
33
+ "dependencies": {
34
+ "@allurereport/web-commons": "3.0.0-beta.9",
35
+ "@babel/runtime": "^7.25.6",
36
+ "b_": "^1.3.4",
37
+ "backbone": "^1.6.0",
38
+ "backbone.marionette": "^3.5.1",
39
+ "d3-array": "^3.2.4",
40
+ "d3-axis": "^3.0.0",
41
+ "d3-brush": "^3.0.0",
42
+ "d3-drag": "^3.0.0",
43
+ "d3-dsv": "^3.0.1",
44
+ "d3-interpolate": "^3.0.1",
45
+ "d3-scale": "^4.0.2",
46
+ "d3-scale-chromatic": "^3.1.0",
47
+ "d3-selection": "^3.0.0",
48
+ "d3-shape": "^3.2.0",
49
+ "filesize": "^10.1.6",
50
+ "handlebars": "^4.7.8",
51
+ "highlight.js": "^10.7.3",
52
+ "i18next": "^8.4.3",
53
+ "jquery": "^3.7.1",
54
+ "postcss": "^8.4.47",
55
+ "sortablejs": "^1.15.3",
56
+ "split.js": "^1.6.5",
57
+ "underscore": "^1.13.7",
58
+ "url": "^0.11.4"
59
+ },
60
+ "devDependencies": {
61
+ "@babel/core": "^7.26.0",
62
+ "@babel/eslint-parser": "^7.25.9",
63
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
64
+ "@babel/plugin-proposal-decorators": "^7.24.7",
65
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
66
+ "@babel/plugin-transform-runtime": "^7.25.4",
67
+ "@babel/preset-env": "^7.25.4",
68
+ "@stylistic/eslint-plugin": "^2.6.1",
69
+ "@types/eslint": "^8.56.11",
70
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
71
+ "@typescript-eslint/parser": "^8.0.0",
72
+ "autoprefixer": "^10.4.20",
73
+ "babel-eslint": "^10.1.0",
74
+ "babel-loader": "^9.2.1",
75
+ "case-sensitive-paths-webpack-plugin": "^2.4.0",
76
+ "css-loader": "^7.1.2",
77
+ "css-minimizer-webpack-plugin": "^6.0.0",
78
+ "date-fns": "^1.30.1",
79
+ "eslint": "^8.57.0",
80
+ "eslint-config-prettier": "^9.1.0",
81
+ "eslint-plugin-import": "^2.29.1",
82
+ "eslint-plugin-jsdoc": "^50.0.0",
83
+ "eslint-plugin-n": "^17.10.1",
84
+ "eslint-plugin-no-null": "^1.0.2",
85
+ "eslint-plugin-prefer-arrow": "^1.2.3",
86
+ "file-loader": "^6.2.0",
87
+ "fork-ts-checker-webpack-plugin": "^9.0.2",
88
+ "handlebars-loader": "^1.7.3",
89
+ "mini-css-extract-plugin": "^2.9.1",
90
+ "normalize-css": "^2.3.1",
91
+ "npm-run-all2": "^7.0.1",
92
+ "postcss-loader": "^8.1.1",
93
+ "postcss-rtl": "^2.0.0",
94
+ "prettier": "^3.3.3",
95
+ "rimraf": "^6.0.1",
96
+ "sass": "^1.79.1",
97
+ "sass-loader": "^16.0.1",
98
+ "source-map-loader": "^5.0.0",
99
+ "style-loader": "^3.3.4",
100
+ "svg-sprite-loader": "^6.0.11",
101
+ "underscore.string": "^3.3.6",
102
+ "webpack": "^5.94.0",
103
+ "webpack-cli": "^5.1.4",
104
+ "webpack-manifest-plugin": "^5.0.0",
105
+ "webpack-merge": "^6.0.1"
106
+ }
107
+ }
package/src/app.js ADDED
@@ -0,0 +1,69 @@
1
+ import { history } from "backbone";
2
+ import { Application, Behaviors } from "backbone.marionette";
3
+ import * as behaviors from "./behaviors/index.js";
4
+ import translate from "./helpers/t.js";
5
+ import { ErrorLayout } from "./layouts/error/ErrorLayout.js";
6
+ import TestResultLayout from "./layouts/testresult/TestResultLayout.js";
7
+ import router from "./router.js";
8
+ import "./styles.scss";
9
+ import i18next, { initTranslations } from "./utils/translation.js";
10
+
11
+ // https://github.com/d3/d3-timer/pull/21
12
+ if (typeof window.requestAnimationFrame === "function") {
13
+ window.requestAnimationFrame = window.requestAnimationFrame.bind(window);
14
+ }
15
+
16
+ Behaviors.behaviorsLookup = behaviors;
17
+
18
+ const rootPath = (path) => {
19
+ return path.split("/")[0];
20
+ };
21
+
22
+ const noTabChange = () => {
23
+ return rootPath(router.getCurrentUrl()) === rootPath(router.currentUrl);
24
+ };
25
+
26
+ export const showView = (factory) => {
27
+ return (...args) => {
28
+ const current = App.getView();
29
+ if (
30
+ current &&
31
+ current.onRouteUpdate &&
32
+ current.shouldKeepState &&
33
+ noTabChange() &&
34
+ current.shouldKeepState(...args)
35
+ ) {
36
+ current.onRouteUpdate(...args);
37
+ } else {
38
+ App.showView(factory(...args));
39
+ }
40
+ };
41
+ };
42
+
43
+ export const notFound = () => {
44
+ return new ErrorLayout({ code: 401, message: translate("errors.notFound") });
45
+ };
46
+
47
+ const App = new Application({
48
+ region: "#content",
49
+ });
50
+
51
+ App.on("start", () => {
52
+ initTranslations().then(() => {
53
+ history.start();
54
+ document.dir = i18next.dir();
55
+ i18next.on("languageChanged", () => {
56
+ App.getRegion().reset();
57
+ router.reload();
58
+ document.dir = i18next.dir();
59
+ });
60
+ });
61
+
62
+ router.on("route:notFound", showView(notFound));
63
+ router.on(
64
+ "route:testresultPage",
65
+ showView((uid, tabName) => new TestResultLayout({ uid, tabName })),
66
+ );
67
+ });
68
+
69
+ export { App };
@@ -0,0 +1,45 @@
1
+ <svg viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M52.8005 11.0713C56.1624 7.75545 61.5758 7.79279 64.8917 11.1547C71.6718 18.0289 75.9631 27.508 75.9631 37.9813C75.9631 42.7034 72.1351 46.5313 67.4131 46.5313C62.691 46.5313 58.8631 42.7034 58.8631 37.9813C58.8631 32.2675 56.5323 27.0308 52.7171 23.1626C49.4012 19.8006 49.4385 14.3872 52.8005 11.0713Z" fill="url(#paint0_linear)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.4316 8.55C29.4316 3.82797 33.2596 0 37.9816 0C48.455 0 57.9341 4.29132 64.8083 11.0714C68.1702 14.3872 68.2075 19.8007 64.8917 23.1626C61.5758 26.5245 56.1624 26.5619 52.8004 23.246C48.9322 19.4307 43.6955 17.1 37.9816 17.1C33.2596 17.1 29.4316 13.272 29.4316 8.55Z" fill="url(#paint1_linear)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 37.9814C0 16.9985 16.9985 0 37.9814 0C42.7034 0 46.5314 3.82797 46.5314 8.55C46.5314 13.272 42.7034 17.1 37.9814 17.1C26.4426 17.1 17.1 26.4426 17.1 37.9814C17.1 43.6953 19.4307 48.9319 23.246 52.8001C26.5619 56.1621 26.5245 61.5755 23.1626 64.8914C19.8007 68.2073 14.3872 68.1699 11.0714 64.808C4.29132 57.9338 0 48.4547 0 37.9814Z" fill="url(#paint2_linear)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.0711 52.8002C14.387 49.4383 19.8004 49.401 23.1623 52.7168C27.0306 56.5321 32.2672 58.8628 37.9811 58.8628C42.7031 58.8628 46.5311 62.6908 46.5311 67.4128C46.5311 72.1349 42.7031 75.9628 37.9811 75.9628C27.5077 75.9628 18.0287 71.6715 11.1545 64.8915C7.79254 61.5756 7.75521 56.1622 11.0711 52.8002Z" fill="url(#paint3_linear)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67.413 29.4314C72.135 29.4314 75.963 33.2594 75.963 37.9814C75.963 58.9643 58.9645 75.9628 37.9816 75.9628C33.2596 75.9628 29.4316 72.1348 29.4316 67.4128C29.4316 62.6907 33.2596 58.8628 37.9816 58.8628C49.5204 58.8628 58.863 49.5202 58.863 37.9814C58.863 33.2594 62.691 29.4314 67.413 29.4314Z" fill="url(#paint4_linear)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67.4128 29.4314C72.1348 29.4314 75.9628 33.2594 75.9628 37.9814V67.4128C75.9628 72.1348 72.1348 75.9628 67.4128 75.9628C62.6908 75.9628 58.8628 72.1348 58.8628 67.4128V37.9814C58.8628 33.2594 62.6908 29.4314 67.4128 29.4314Z" fill="url(#paint5_linear)"/>
8
+ <g clip-path="url(#clip0)">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M52.8005 11.0713C56.1624 7.75545 61.5758 7.79279 64.8917 11.1547C71.6718 18.0289 75.9631 27.508 75.9631 37.9813C75.9631 42.7034 72.1351 46.5313 67.4131 46.5313C62.691 46.5313 58.8631 42.7034 58.8631 37.9813C58.8631 32.2675 56.5323 27.0308 52.7171 23.1626C49.4012 19.8006 49.4385 14.3872 52.8005 11.0713Z" fill="url(#paint6_linear)"/>
10
+ </g>
11
+ <defs>
12
+ <linearGradient id="paint0_linear" x1="62.7" y1="22.8" x2="68.4" y2="35.625" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#7E22CE"/>
14
+ <stop offset="1" stop-color="#8B5CF6"/>
15
+ </linearGradient>
16
+ <linearGradient id="paint1_linear" x1="63.6502" y1="22.325" x2="42.2752" y2="8.55" gradientUnits="userSpaceOnUse">
17
+ <stop stop-color="#EF4444"/>
18
+ <stop offset="1" stop-color="#DC2626"/>
19
+ </linearGradient>
20
+ <linearGradient id="paint2_linear" x1="8.55" y1="33.25" x2="12.825" y2="58.9" gradientUnits="userSpaceOnUse">
21
+ <stop stop-color="#22C55E"/>
22
+ <stop offset="1" stop-color="#15803D"/>
23
+ </linearGradient>
24
+ <linearGradient id="paint3_linear" x1="11.4" y1="52.7249" x2="34.2" y2="69.3499" gradientUnits="userSpaceOnUse">
25
+ <stop stop-color="#94A3B8"/>
26
+ <stop offset="0.958345" stop-color="#64748B"/>
27
+ <stop offset="1" stop-color="#64748B"/>
28
+ </linearGradient>
29
+ <linearGradient id="paint4_linear" x1="67.4502" y1="52.6599" x2="52.6973" y2="67.4128" gradientUnits="userSpaceOnUse">
30
+ <stop stop-color="#D97706"/>
31
+ <stop offset="1" stop-color="#FBBF24"/>
32
+ </linearGradient>
33
+ <linearGradient id="paint5_linear" x1="69.3499" y1="129.2" x2="72.7351" y2="128.858" gradientUnits="userSpaceOnUse">
34
+ <stop stop-color="#FBBF24"/>
35
+ <stop offset="1" stop-color="#FBBF24"/>
36
+ </linearGradient>
37
+ <linearGradient id="paint6_linear" x1="62.7" y1="22.8" x2="68.4" y2="35.625" gradientUnits="userSpaceOnUse">
38
+ <stop stop-color="#7E22CE"/>
39
+ <stop offset="1" stop-color="#8B5CF6"/>
40
+ </linearGradient>
41
+ <clipPath id="clip0">
42
+ <rect width="17.1" height="19" fill="white" transform="translate(58.8999 28.5)"/>
43
+ </clipPath>
44
+ </defs>
45
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
2
+
3
+ <g>
4
+ <title>background</title>
5
+ <rect fill="none" id="canvas_background" height="202" width="202" y="-1" x="-1"/>
6
+ <g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
7
+ <rect fill="url(#gridpattern)" stroke-width="0" y="19.622145" x="61.378059" height="400" width="580"/>
8
+ </g>
9
+ </g>
10
+ <g>
11
+ <title>Layer 1</title>
12
+ <g stroke="null" id="svg_62">
13
+ <g stroke="null" transform="matrix(1.861673452141284,0,0,1.861673452141284,-13127.843153378715,-13264.447356877272) " id="svg_61">
14
+ <title stroke="null" transform="translate(-0.2685726284980774,9.094947017729282e-13) translate(3.2228715419769287,9.094947017729282e-13) translate(9.094947017729282e-13,9.094947017729282e-13) translate(-6.483190536499023,-3.2415952682495117) translate(-47.84577178955078,-49.380184173583984) translate(-9.094947017729282e-13,-9.094947017729282e-13) translate(-434.96026611328125,-337.7338562011719) translate(7279,0) translate(0,7369) ">Layer 1</title>
15
+ <style stroke="null" transform="translate(-0.2685726284980774,9.094947017729282e-13) translate(3.2228715419769287,9.094947017729282e-13) translate(9.094947017729282e-13,9.094947017729282e-13) translate(-6.483190536499023,-3.2415952682495117) translate(-47.84577178955078,-49.380184173583984) translate(-9.094947017729282e-13,-9.094947017729282e-13) translate(-434.96026611328125,-337.7338562011719) translate(7279,0) translate(0,7369) " type="text/css">.st0{fill:#205081;}</style>
16
+ <g stroke="null" id="svg_46">
17
+ <g stroke="null" id="svg_47" transform="matrix(0.6944444113307533,0,0,0.6944444113307533,-343.74998807907116,15.277777247958717) ">
18
+ <path stroke="null" class="st0" d="m10655.408403,10310.598235c2.60001,1.6 8.20001,3.3 15.9,3.3l0,0c3.70001,0 7.4,-0.4 10.4,-1.2c0.3,-0.1 0.6,-0.4 0.6,-0.7c0.5,-5.8 2.1,-11.6 4.8,-16.8c0.1,-0.2 0.1,-0.4 0,-0.6c-0.1,-0.2 -0.2,-0.4 -0.4,-0.5c-3,-1.4 -6.2,-3.3 -9.1,-5.4c-4.5,-3.2 -8.2,-6.9 -10.9,-10.6c-0.2,-0.3 -0.5,-0.4 -0.9,-0.3c-0.29999,0.1 -0.6,0.3 -0.6,0.7c-1,5.1 -2.4,10.3 -4.1,15.7c-1.8,5.5 -3.8,10.6 -6,15.4c-0.2,0.3 -0.1,0.8 0.3,1z" id="svg_55"/>
19
+ <path stroke="null" class="st0" d="m10688.708403,10339.798235c0.2,-0.3 0.3,-0.7 0.1,-1c-2.4,-4 -4.2,-8.3 -5.29999,-12.9c-0.3,-1.1 -0.5,-2.3 -0.70001,-3.5c0,-0.2 -0.2,-0.4 -0.29999,-0.6c-0.20001,-0.1 -0.4,-0.2 -0.60001,-0.1c-3.29999,0.6 -6.89999,1 -10.5,1c-5.5,0 -10.7,-0.7 -15.1,-2.2c-0.29999,-0.1 -0.7,0 -0.9,0.2c-0.2,0.2 -0.29999,0.6 -0.1,0.9c2.20001,4.7 4.20001,9.8 5.9,15.1c1.8,5.5 3.2,10.8 4.2,16c0.10001,0.4 0.4,0.7 0.8,0.7c0,0 0,0 0.1,0c3.1,-0.3 8.6,-2.1 14.8,-6.7c2.9,-2 5.6,-4.5 7.6,-6.9z" id="svg_54"/>
20
+ <path stroke="null" class="st0" d="m10734.108413,10249.098235c-0.3,-0.6 -0.8,-1 -1.4,-1.1l-39.8,-8.3c-0.8,-0.2 -1.6,0.2 -2.1,0.9c-0.4,0.7 -0.4,1.6 0.1,2.2l6,8.1c-3.3,2.9 -6.9,5.8 -10.7,8.6c-4.6,3.4 -9.3,6.4 -13.9,8.9c-0.4,0.2 -0.5,0.7 -0.4,1.1c1.2,2.8 4.7,7.5 10.9,12c3,2.2 6.2,4 9.1,5.2c0.1,0 0.2,0.1 0.3,0.1c0.2,0 0.5,-0.1 0.6,-0.3c4.1,-4.8 9.1,-8.6 14.8,-11.3l2,10.1c0.2,0.8 0.79999,1.4 1.6,1.6c0.1,0 0.2,0 0.3,0c0.7,0 1.29999,-0.4 1.7,-1l20.7,-35c0.4,-0.6 0.5,-1.3 0.2,-1.8z" id="svg_53"/>
21
+ <path stroke="null" class="st0" d="m10710.008413,10356.898235c-5.5,-2.2 -10.5,-5.6 -14.70001,-9.8c-0.2,-0.2 -0.4,-0.2 -0.6,-0.2c-0.2,0 -0.4,0.1 -0.6,0.3c-2.3,2.4 -5,4.9 -7.9,7c-4.5,3.2 -9.1,5.7 -13.4,7.1c-0.29999,0.1 -0.5,0.4 -0.6,0.7c0,0.3 0.1,0.6 0.4,0.8c4.5,2.5 9.1,5.5 13.7,8.8c4.70001,3.4 9.1,7 13,10.7c0.20001,0.1 0.4,0.2 0.6,0.2c0.20001,0 0.4,-0.1 0.5,-0.2c2.4,-2.1 5.70001,-6.9 8.10001,-14.2c1.2,-3.6 1.89999,-7.1 2.1,-10.3c-0.1,-0.4 -0.3,-0.8 -0.6,-0.9z" id="svg_52"/>
22
+ <path stroke="null" class="st0" d="m10798.908403,10320.198235c-2.6,-1.6 -8.2,-3.3 -15.89999,-3.3c-3.8,0 -7.4,0.4 -10.4,1.2c-0.3,0.1 -0.6,0.4 -0.6,0.7c-0.5,5.8 -2.10001,11.6 -4.8,16.8c-0.1,0.2 -0.1,0.4 0,0.7c0.1,0.2 0.2,0.4 0.4,0.5c3,1.4 6.2,3.3 9.1,5.4c4.5,3.2 8.2,6.9 10.9,10.6c0.2,0.2 0.4,0.3 0.7,0.3c0.1,0 0.1,0 0.2,0c0.3,-0.1 0.6,-0.3 0.6,-0.7c1,-5.1 2.4,-10.3 4.1,-15.7c1.8,-5.5 3.8,-10.6 6,-15.4c0.2,-0.5 0.1,-0.9 -0.3,-1.1l-0.00001,0z" id="svg_51"/>
23
+ <path stroke="null" class="st0" d="m10765.608413,10290.898235c-0.20001,0.3 -0.3,0.7 -0.1,1c2.39999,4 4.2,8.3 5.29999,12.9c0.3,1.1 0.5,2.3 0.70001,3.5c0,0.2 0.2,0.4 0.29999,0.6c0.20001,0.1 0.4,0.2 0.6,0.1c3.3,-0.6 6.9,-1 10.5,-1c5.5,0 10.70001,0.7 15.10001,2.2c0.1,0 0.2,0 0.29999,0c0,0 0,0 0,0c0.5,0 0.8,-0.4 0.8,-0.8c0,-0.2 -0.1,-0.4 -0.2,-0.5c-2.2,-4.6 -4.1,-9.7 -5.8,-15c-1.8,-5.5 -3.2,-10.8 -4.2,-16c-0.1,-0.4 -0.5,-0.7 -0.9,-0.7c-3.1,0.3 -8.5,2.1 -14.8,6.7c-2.9,2.1 -5.6,4.6 -7.6,7l0.00001,0z" id="svg_50"/>
24
+ <path stroke="null" class="st0" d="m10744.308403,10274.098235c5.5,2.2 10.5,5.6 14.70001,9.8c0.2,0.2 0.39999,0.2 0.6,0.2c0,0 0,0 0,0c0.2,0 0.4,-0.1 0.6,-0.3c2.3,-2.4 5,-4.9 7.9,-7c4.5,-3.2 9.1,-5.7 13.4,-7.1c0.29999,-0.1 0.5,-0.4 0.6,-0.7c0,-0.3 -0.1,-0.6 -0.4,-0.8c-4.5,-2.5 -9.1,-5.5 -13.7,-8.8c-4.70001,-3.4 -9.10001,-7 -13,-10.7c-0.3,-0.3 -0.8,-0.3 -1.10001,0c-2.39999,2.1 -5.7,6.9 -8.1,14.2c-1.2,3.6 -1.9,7.1 -2.1,10.3c0.1,0.4 0.3,0.8 0.6,0.9z" id="svg_49"/>
25
+ <path stroke="null" class="st0" d="m10771.508413,10349.298235c-3,-2.2 -6.20001,-4 -9.10001,-5.2c-0.29999,-0.1 -0.7,0 -0.89999,0.2c-4.10001,4.8 -9.10001,8.6 -14.8,11.3l-2,-10.1c-0.2,-0.8 -0.8,-1.4 -1.6,-1.6c-0.8,-0.1 -1.6,0.2 -2,0.9l-20.70001,35c-0.29999,0.5 -0.39999,1.2 -0.1,1.8c0.3,0.6 0.8,1 1.4,1.1l39.8,8.3c0.1,0 0.3,0 0.4,0c1.1,0 2,-0.9 2,-2c0,-0.5 -0.2,-1 -0.5,-1.4l-5.8,-8c3.3,-2.9 6.9,-5.8 10.7,-8.6c4.6,-3.4 9.3,-6.4 13.9,-8.9c0.4,-0.2 0.5,-0.7 0.4,-1.1c-1.4,-2.5 -4.9,-7.2 -11.1,-11.7l0.00001,0z" id="svg_48"/>
26
+ </g>
27
+ </g>
28
+ </g>
29
+ </g>
30
+ </g>
31
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24px" height="24px" viewBox="0 0 0.48 0.48" xmlns="http://www.w3.org/2000/svg" fill="none">
2
+ <path fill="#2684FF" fill-rule="evenodd" d="M0.042 0.065A0.013 0.013 0 0 1 0.052 0.06l0.376 0a0.013 0.013 0 0 1 0.013 0.015l-0.054 0.334a0.013 0.013 0 0 1 -0.013 0.011H0.111a0.018 0.018 0 0 1 -0.017 -0.014l-0.055 -0.331a0.013 0.013 0 0 1 0.003 -0.01zm0.156 0.234H0.282l0.02 -0.118H0.176l0.022 0.118z" clip-rule="evenodd"/>
3
+ <path fill="url(#bitbucket-color-16__paint0_linear_707_135)" d="M0.424 0.181H0.303l-0.02 0.118H0.198L0.1 0.416c0.003 0.003 0.007 0.004 0.011 0.004h0.263a0.013 0.013 0 0 0 0.013 -0.011l0.037 -0.228z"/>
4
+ <defs>
5
+ <path id="bitbucket-color-16__paint0_linear_707_135" x1="11.544" x2="6.918" y1="4.676" y2="11.282" gradientUnits="userSpaceOnUse" d="">
6
+ <stop offset=".18" stop-color="#0052CC"/>
7
+ <stop offset="1" stop-color="#2684FF"/>
8
+ </path>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M24.1621 6.58545L25.5763 7.99966L21.3817 12.1942L19.9675 10.78L24.1621 6.58545Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2854 13.0484L15.0669 12.571C12.1919 11.4445 8.80313 12.0458 6.48572 14.3632C3.36153 17.4874 3.36153 22.5527 6.48572 25.6769C9.60992 28.8011 14.6752 28.8011 17.7994 25.6769C20.117 23.3594 20.7182 19.9704 19.5915 17.0953L19.1139 15.8767L21.3343 13.6564L18.5059 10.8279L16.2854 13.0484ZM22.7485 12.2422C23.5295 13.0232 23.5295 14.2895 22.7485 15.0706L21.4536 16.3655C22.86 19.9541 22.1133 24.1915 19.2136 27.0911C15.3084 30.9964 8.97675 30.9964 5.07151 27.0911C1.16627 23.1859 1.16627 16.8542 5.07151 12.949C7.97102 10.0495 12.2081 9.30277 15.7965 10.7088L17.0916 9.41373C17.8727 8.63268 19.139 8.63268 19.9201 9.41373L22.7485 12.2422Z" fill="currentColor"/>
4
+ <path d="M29.1133 11.5352L27.6991 12.9494L25.5777 10.828L26.992 9.41384L29.1133 11.5352Z" fill="currentColor"/>
5
+ <path d="M22.748 5.17139L21.3338 6.5856L19.2125 4.46428L20.6267 3.05007L22.748 5.17139Z" fill="currentColor"/>
6
+ <path d="M27.6992 3.0498L29.1134 4.46402L26.9921 6.58534L25.5779 5.17112L27.6992 3.0498Z" fill="currentColor"/>
7
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_10_16)">
3
+ <path d="M16 2C8.3 2 2 8.3 2 16C2 23.7 8.3 30 16 30C23.7 30 30 23.7 30 16C30 8.3 23.7 2 16 2ZM14.9 8H17.1V19H14.9V8ZM16 25C15.2 25 14.5 24.3 14.5 23.5C14.5 22.7 15.2 22 16 22C16.8 22 17.5 22.7 17.5 23.5C17.5 24.3 16.8 25 16 25Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_10_16">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_35)">
3
+ <path d="M29.83 20L30.17 18L25 17.15V13V12.77L30.06 11.41L29.55 9.48L24.72 10.77C24.3911 9.52687 23.7997 8.36865 22.9855 7.37334C22.1713 6.37803 21.1533 5.56875 20 5V2H18V4.23C16.6843 3.92331 15.3157 3.92331 14 4.23V2H12V5C10.8432 5.57521 9.82382 6.39272 9.0111 7.39698C8.19838 8.40123 7.61139 9.56869 7.29003 10.82L2.46003 9.48L2.00003 11.41L7.00003 12.77V17.15L1.84003 18L2.16003 20L7.00003 19.18C7.02287 20.414 7.30212 21.6297 7.82003 22.75L3.29003 27.29L4.71003 28.71L8.90003 24.51C9.74157 25.5903 10.8185 26.4643 12.0489 27.0655C13.2793 27.6667 14.6306 27.9792 16 27.9792C17.3694 27.9792 18.7208 27.6667 19.9511 27.0655C21.1815 26.4643 22.2585 25.5903 23.1 24.51L27.29 28.71L28.71 27.29L24.17 22.75C24.6914 21.6305 24.974 20.4147 25 19.18L29.83 20ZM15 25.92C13.3354 25.6797 11.813 24.8482 10.7112 23.5775C9.60943 22.3068 9.002 20.6818 9.00003 19V13H15V25.92ZM9.29003 11C9.71974 9.55396 10.6051 8.28543 11.8142 7.38336C13.0233 6.4813 14.4915 5.99397 16 5.99397C17.5086 5.99397 18.9767 6.4813 20.1859 7.38336C21.395 8.28543 22.2803 9.55396 22.71 11H9.29003ZM23 19C22.9981 20.6818 22.3906 22.3068 21.2888 23.5775C20.1871 24.8482 18.6646 25.6797 17 25.92V13H23V19Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_35">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_31)">
3
+ <path d="M16 22L6 12L7.4 10.6L16 19.2L24.6 10.6L26 12L16 22Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_31">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_14)">
3
+ <path d="M10 16L20 6L21.4 7.4L12.8 16L21.4 24.6L20 26L10 16Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_14">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_15)">
3
+ <path d="M22 16L12 26L10.6 24.6L19.2 16L10.6 7.4L12 6L22 16Z" stroke="currentColor" stroke-width="2px" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_15">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_15)">
3
+ <path d="M22 16L12 26L10.6 24.6L19.2 16L10.6 7.4L12 6L22 16Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_15">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_27)">
3
+ <path d="M16 10L26 20L24.6 21.4L16 12.8L7.4 21.4L6 20L16 10Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_27">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" role="img" xmlns="http://www.w3.org/2000/svg"><title>CircleCI icon</title><path d="M8.963 12c0-1.584 1.284-2.855 2.855-2.855 1.572 0 2.856 1.284 2.856 2.855 0 1.572-1.284 2.856-2.856 2.856-1.57 0-2.855-1.284-2.855-2.856zm2.855-12C6.215 0 1.522 3.84.19 9.025c-.01.036-.01.07-.01.12 0 .313.252.576.575.576H5.59c.23 0 .433-.13.517-.333.997-2.16 3.18-3.672 5.712-3.672 3.466 0 6.286 2.82 6.286 6.287 0 3.47-2.82 6.29-6.29 6.29-2.53 0-4.714-1.5-5.71-3.673-.097-.19-.29-.336-.517-.336H.755c-.312 0-.575.253-.575.576 0 .037.014.072.014.12C1.514 20.16 6.214 24 11.818 24c6.624 0 12-5.375 12-12 0-6.623-5.376-12-12-12z"/></svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_32_4)">
3
+ <path d="M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4L14.6 16L8 22.6L9.4 24L16 17.4L22.6 24L24 22.6L17.4 16L24 9.4Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_32_4">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22 16H24V8H16V10H22V16Z" fill="currentColor" transform="rotate(180 20 12)" />
3
+ <path d="M8 24H16V22H10V16H8V24Z" fill="currentColor" transform="rotate(180 12 20)" />
4
+ <path d="M26 28H6C5.46973 27.9995 4.96133 27.7886 4.58637 27.4136C4.21141 27.0387 4.00053 26.5303 4 26V6C4.00053 5.46973 4.21141 4.96133 4.58637 4.58637C4.96133 4.21141 5.46973 4.00053 6 4H26C26.5303 4.00053 27.0387 4.21141 27.4136 4.58637C27.7886 4.96133 27.9995 5.46973 28 6V26C27.9995 26.5303 27.7886 27.0387 27.4136 27.4136C27.0387 27.7886 26.5303 27.9995 26 28ZM6 6V26H26.001L26 6H6Z" fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_40)">
3
+ <path d="M28 6H18V4C18 3.46957 17.7893 2.96086 17.4142 2.58579C17.0391 2.21071 16.5304 2 16 2H4C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V24C2 24.5304 2.21071 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H14V28C14 28.5304 14.2107 29.0391 14.5858 29.4142C14.9609 29.7893 15.4696 30 16 30H28C28.5304 30 29.0391 29.7893 29.4142 29.4142C29.7893 29.0391 30 28.5304 30 28V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6ZM4 15H10.17L7.59 17.59L9 19L14 14L9 9L7.59 10.41L10.17 13H4V4H16V24H4V15ZM16 28V26C16.5304 26 17.0391 25.7893 17.4142 25.4142C17.7893 25.0391 18 24.5304 18 24V8H28V17H21.83L24.41 14.41L23 13L18 18L23 23L24.41 21.59L21.83 19H28V28H16Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_40">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_28_5)">
3
+ <path d="M28 10V28H10V10H28ZM28 8H10C9.46957 8 8.96086 8.21071 8.58579 8.58579C8.21071 8.96086 8 9.46957 8 10V28C8 28.5304 8.21071 29.0391 8.58579 29.4142C8.96086 29.7893 9.46957 30 10 30H28C28.5304 30 29.0391 29.7893 29.4142 29.4142C29.7893 29.0391 30 28.5304 30 28V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8Z" fill="currentColor"/>
4
+ <path d="M4 18H2V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H18V4H4V18Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_28_5">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_48)">
3
+ <path d="M13 26H8C7.46957 26 6.96086 25.7893 6.58579 25.4142C6.21071 25.0391 6 24.5304 6 24V18C6 17.4696 6.21071 16.9609 6.58579 16.5858C6.96086 16.2107 7.46957 16 8 16H13V18H8V24H13V26Z" fill="currentColor"/>
4
+ <path d="M19 26H14V24H19V22H16C15.4696 22 14.9609 21.7893 14.5858 21.4142C14.2107 21.0391 14 20.5304 14 20V18C14 17.4696 14.2107 16.9609 14.5858 16.5858C14.9609 16.2107 15.4696 16 16 16H21V18H16V20H19C19.5304 20 20.0391 20.2107 20.4142 20.5858C20.7893 20.9609 21 21.4696 21 22V24C21 24.5304 20.7893 25.0391 20.4142 25.4142C20.0391 25.7893 19.5304 26 19 26Z" fill="currentColor"/>
5
+ <path d="M30 16H28.25L26 25.03L23.79 16H22L24.5 26H27.5L30 16Z" fill="currentColor"/>
6
+ <path d="M22 14V10C22.0035 9.86858 21.9785 9.73795 21.9268 9.61711C21.875 9.49627 21.7976 9.38809 21.7 9.3L14.7 2.3C14.612 2.20235 14.5038 2.12495 14.3829 2.07316C14.2621 2.02137 14.1314 1.99641 14 2H4C3.47005 2.00159 2.96227 2.21281 2.58753 2.58754C2.2128 2.96227 2.00158 3.47006 2 4V28C2 28.5304 2.21071 29.0391 2.58579 29.4142C2.96086 29.7893 3.46957 30 4 30H20V28H4V4H12V10C12.0016 10.53 12.2128 11.0377 12.5875 11.4125C12.9623 11.7872 13.4701 11.9984 14 12H20V14H22ZM14 10V4.4L19.6 10H14Z" fill="currentColor"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_7_48">
10
+ <rect width="32" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_16)">
3
+ <path d="M26 24V28H6V24H4V28C4 28.5304 4.21071 29.0391 4.58579 29.4142C4.96086 29.7893 5.46957 30 6 30H26C26.5304 30 27.0391 29.7893 27.4142 29.4142C27.7893 29.0391 28 28.5304 28 28V24H26Z" fill="currentColor"/>
4
+ <path d="M26 14L24.59 12.59L17 20.17V2H15V20.17L7.41 12.59L6 14L16 24L26 14Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_7_16">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_31_11)">
3
+ <path d="M10 6H14V10H10V6Z" fill="black"/>
4
+ <path d="M18 6H22V10H18V6Z" fill="black"/>
5
+ <path d="M10 14H14V18H10V14Z" fill="black"/>
6
+ <path d="M18 14H22V18H18V14Z" fill="black"/>
7
+ <path d="M10 22H14V26H10V22Z" fill="black"/>
8
+ <path d="M18 22H22V26H18V22Z" fill="black"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_31_11">
12
+ <rect width="32" height="32" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22 16H24V8H16V10H22V16Z" fill="currentColor" />
3
+ <path d="M8 24H16V22H10V16H8V24Z" fill="currentColor" />
4
+ <path d="M26 28H6C5.46973 27.9995 4.96133 27.7886 4.58637 27.4136C4.21141 27.0387 4.00053 26.5303 4 26V6C4.00053 5.46973 4.21141 4.96133 4.58637 4.58637C4.96133 4.21141 5.46973 4.00053 6 4H26C26.5303 4.00053 27.0387 4.21141 27.4136 4.58637C27.7886 4.96133 27.9995 5.46973 28 6V26C27.9995 26.5303 27.7886 27.0387 27.4136 27.4136C27.0387 27.7886 26.5303 27.9995 26 28ZM6 6V26H26.001L26 6H6Z" fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_62_7)">
3
+ <path d="M16 2C8.2 2 2 8.2 2 16C2 23.8 8.2 30 16 30C23.8 30 30 23.8 30 16C30 8.2 23.8 2 16 2ZM21.4 23L16 17.6L10.6 23L9 21.4L14.4 16L9 10.6L10.6 9L16 14.4L21.4 9L23 10.6L17.6 16L23 21.4L21.4 23Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_62_7">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.75 3H19.0312L27 10.9687V27C27 28.1046 26.1046 29 25 29H7C5.89543 29 5 28.1046 5 27V5C5 3.89543 5.89543 3 7 3H18.75ZM24.2028 11L19 5.79718V10C19 10.5523 19.4477 11 20 11H24.2028ZM17 5H7V27H25V13H20C18.3431 13 17 11.6569 17 10V5Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_9)">
3
+ <path d="M11.17 6L14.59 9.41L15.17 10H28V26H4V6H11.17ZM11.17 4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V26C2 26.5304 2.21071 27.0391 2.58579 27.4142C2.96086 27.7893 3.46957 28 4 28H28C28.5304 28 29.0391 27.7893 29.4142 27.4142C29.7893 27.0391 30 26.5304 30 26V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8H16L12.59 4.59C12.4039 4.40283 12.1827 4.25434 11.939 4.15308C11.6953 4.05182 11.4339 3.99979 11.17 4Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_9">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <title>GitHub icon</title>
3
+ <path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
4
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="0 0 60 55" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="none" fill-rule="evenodd">
3
+ <path d="m59.682 31.392l-3.35-10.26-6.627-20.352c-.34-1.04-1.821-1.04-2.173 0l-6.627 20.339h-22.02l-6.627-20.339c-.34-1.04-1.821-1.04-2.173 0l-6.616 20.339-3.35 10.272c-.303.932.025 1.96.826 2.541l28.951 20.968 28.951-20.968c.801-.581 1.141-1.609.837-2.541" fill="#fc6d26"/>
4
+ <path d="m29.901 54.887l11.01-33.767h-22.02z" fill="#e24329"/>
5
+ <path d="m29.893 54.887l-11.01-33.767h-15.417z" fill="#fc6d26"/>
6
+ <path d="m3.462 21.13l-3.35 10.26c-.303.931.025 1.96.826 2.541l28.951 20.968-26.426-33.769" fill="#fca326"/>
7
+ <path d="m3.466 21.13h15.429l-6.64-20.339c-.34-1.041-1.821-1.041-2.173 0l-6.616 20.339" fill="#e24329"/>
8
+ <path d="m29.901 54.887l11.01-33.767h15.429z" fill="#fc6d26"/>
9
+ <path d="m56.33 21.13l3.35 10.26c.303.931-.024 1.96-.826 2.541l-28.951 20.956 26.426-33.757" fill="#fca326"/>
10
+ <path d="m56.34 21.13h-15.428l6.627-20.339c.34-1.041 1.821-1.041 2.173 0l6.628 20.339" fill="#e24329"/>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_458_53)">
3
+ <path d="M27 28V16H19V28H15V12H7V28H4V2H2V28C2 28.5304 2.21071 29.0391 2.58579 29.4142C2.96086 29.7893 3.46957 30 4 30H30V28H27ZM13 28H9V14H13V28ZM25 28H21V18H25V28Z" fill="currentColor"/>
4
+ <path d="M22.786 14C22.3614 14.0003 21.9479 13.8647 21.606 13.613L11.205 5.98702L8.24201 10L6.63701 8.80602L9.61901 4.80602C9.92908 4.38856 10.3897 4.10843 10.903 4.02515C11.4163 3.94188 11.9419 4.062 12.368 4.36002L22.789 12L26.393 7.14002L28 8.33002L24.396 13.192C24.2095 13.4432 23.9667 13.6471 23.6871 13.7874C23.4075 13.9278 23.0989 14.0006 22.786 14Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_458_53">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_636_62)">
3
+ <path d="M20.59 22L15 16.41V7H17V15.58L22 20.59L20.59 22Z" fill="currentColor"/>
4
+ <path d="M16 2C14.135 2.00026 12.2889 2.37478 10.5712 3.10136C8.85354 3.82795 7.29911 4.89183 6 6.23V2H4V10H12V8H7.08C8.95603 5.91529 11.503 4.55353 14.2785 4.1512C17.0541 3.74888 19.8828 4.33142 22.2736 5.79764C24.6643 7.26386 26.466 9.52115 27.3657 12.1775C28.2654 14.8338 28.2063 17.7213 27.1987 20.3386C26.191 22.9559 24.2985 25.1375 21.8497 26.5047C19.401 27.8719 16.5507 28.3381 13.794 27.8226C11.0372 27.307 8.54814 25.8422 6.759 23.6824C4.96985 21.5227 3.99367 18.8045 4 16H2C2 18.7689 2.82109 21.4757 4.35943 23.778C5.89777 26.0803 8.08427 27.8747 10.6424 28.9343C13.2006 29.9939 16.0155 30.2712 18.7313 29.731C21.447 29.1908 23.9416 27.8574 25.8995 25.8995C27.8574 23.9416 29.1908 21.447 29.731 18.7313C30.2712 16.0155 29.9939 13.2006 28.9343 10.6424C27.8747 8.08427 26.0803 5.89777 23.778 4.35943C21.4757 2.82109 18.7689 2 16 2Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_636_62">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.2 21H6.93137C6.32555 21 6.02265 21 5.88238 20.8802C5.76068 20.7763 5.69609 20.6203 5.70865 20.4608C5.72312 20.2769 5.93731 20.0627 6.36569 19.6343L14.8686 11.1314C15.2646 10.7354 15.4627 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2M16.2 21C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2M16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_10_17)">
3
+ <path d="M17 22V14H13V16H15V22H12V24H20V22H17Z" fill="currentColor"/>
4
+ <path d="M16 8C15.7033 8 15.4133 8.08797 15.1666 8.2528C14.92 8.41762 14.7277 8.65189 14.6142 8.92597C14.5006 9.20006 14.4709 9.50166 14.5288 9.79264C14.5867 10.0836 14.7296 10.3509 14.9393 10.5607C15.1491 10.7704 15.4164 10.9133 15.7074 10.9712C15.9983 11.0291 16.2999 10.9994 16.574 10.8858C16.8481 10.7723 17.0824 10.58 17.2472 10.3334C17.412 10.0867 17.5 9.79667 17.5 9.5C17.5 9.10218 17.342 8.72064 17.0607 8.43934C16.7794 8.15804 16.3978 8 16 8Z" fill="currentColor"/>
5
+ <path d="M16 30C13.2311 30 10.5243 29.1789 8.22201 27.6406C5.91973 26.1022 4.12531 23.9157 3.06569 21.3576C2.00606 18.7994 1.72881 15.9845 2.269 13.2687C2.8092 10.553 4.14257 8.05845 6.1005 6.10051C8.05844 4.14258 10.553 2.80921 13.2687 2.26901C15.9845 1.72882 18.7994 2.00607 21.3576 3.06569C23.9157 4.12532 26.1022 5.91973 27.6406 8.22202C29.1789 10.5243 30 13.2311 30 16C30 19.713 28.525 23.274 25.8995 25.8995C23.274 28.525 19.713 30 16 30ZM16 4.00001C13.6266 4.00001 11.3065 4.70379 9.33316 6.02237C7.35977 7.34095 5.8217 9.21509 4.91344 11.4078C4.00519 13.6005 3.76755 16.0133 4.23058 18.3411C4.6936 20.6689 5.83649 22.8071 7.51472 24.4853C9.19295 26.1635 11.3311 27.3064 13.6589 27.7694C15.9867 28.2325 18.3995 27.9948 20.5922 27.0866C22.7849 26.1783 24.6591 24.6402 25.9776 22.6668C27.2962 20.6935 28 18.3734 28 16C28 12.8174 26.7357 9.76516 24.4853 7.51472C22.2348 5.26429 19.1826 4.00001 16 4.00001Z" fill="currentColor"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_10_17">
9
+ <rect width="32" height="32" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>