umberto 7.0.1 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (555) hide show
  1. package/CHANGELOG.md +20 -1792
  2. package/LICENSE.md +44 -5
  3. package/README.md +194 -9
  4. package/package.json +4 -8
  5. package/scripts/filter/after-post-render/gloria/append-copy-heading-buttons.js +99 -0
  6. package/scripts/filter/after-post-render/gloria/apply-design-doc-classes.js +145 -0
  7. package/scripts/filter/after-post-render/gloria/wrap-table-into-wrappers.js +30 -0
  8. package/scripts/filter/after-post-render/img-linker.js +1 -1
  9. package/scripts/filter/after-post-render/insert-error-codes.js +1 -1
  10. package/scripts/filter/after-post-render/linker.js +1 -1
  11. package/scripts/filter/after-post-render/snippets.js +5 -1
  12. package/scripts/filter/after-render/gloria/inline-svg.js +14 -0
  13. package/scripts/filter/after-render/gloria/spritesheet-svg.js +14 -0
  14. package/scripts/filter/before-post-render/add-project-info-to-page.js +1 -1
  15. package/scripts/filter/before-post-render/code-switcher.js +4 -0
  16. package/scripts/filter/before-post-render/execute-and-insert-function-results.js +3 -1
  17. package/scripts/filter/before-post-render/gloria/add-breadcrumbs-data-to-page.js +269 -0
  18. package/scripts/filter/before-post-render/gloria/prerender-admonitions.js +27 -0
  19. package/scripts/filter/before-post-render/gloria/prerender-xml-pug-components.js +339 -0
  20. package/scripts/filter/before-post-render/gloria/render-post-render-pug-components.js +94 -0
  21. package/scripts/filter/before-post-render/set-layout.js +4 -2
  22. package/scripts/helper/parse-href.js +28 -0
  23. package/scripts/helper/u-capitalize.js +13 -0
  24. package/scripts/helper/u-random-id.js +16 -0
  25. package/scripts/helper/u-remove-indentation.js +13 -0
  26. package/scripts/helper/u-toc.js +2 -63
  27. package/scripts/utils/add-indention.js +16 -0
  28. package/scripts/utils/capitalize.js +17 -0
  29. package/scripts/utils/concat-url-parts.js +19 -0
  30. package/scripts/utils/decode-html-entities.js +25 -0
  31. package/scripts/utils/drop-init-slash.js +14 -0
  32. package/scripts/utils/drop-trailing-slash.js +14 -0
  33. package/scripts/utils/drop-url-protocol.js +10 -0
  34. package/scripts/utils/inline-svg.js +152 -0
  35. package/scripts/utils/measure-call.js +16 -0
  36. package/scripts/utils/parse-href.js +37 -0
  37. package/scripts/utils/parseicontag.js +1 -1
  38. package/scripts/utils/parselinks.js +27 -6
  39. package/scripts/utils/parser-cursor.js +280 -0
  40. package/scripts/utils/pipe.js +17 -0
  41. package/scripts/utils/pug-renderer/create-prerender-pug-template.js +172 -0
  42. package/scripts/utils/pug-renderer/render-pug-component.js +73 -0
  43. package/scripts/utils/pug-to-xml-binding/parser/walk-xml-tree.js +150 -0
  44. package/scripts/utils/pug-to-xml-binding/parser/xml-components-parser.js +414 -0
  45. package/scripts/utils/pug-to-xml-binding/render-xml-pug-components-in-markdown.js +193 -0
  46. package/scripts/utils/pug-to-xml-binding/transform-xml-tree-to-pug.js +144 -0
  47. package/scripts/utils/random-id.js +67 -0
  48. package/scripts/utils/remove-indentation.js +48 -0
  49. package/scripts/utils/spritesheet-svg.js +183 -0
  50. package/scripts/utils/toc.js +71 -0
  51. package/scripts/utils/transform-markdown-admonitions.js +98 -0
  52. package/scripts/utils/uniq-by-last.js +32 -0
  53. package/src/api-builder/api-builder.js +49 -18
  54. package/src/api-builder/classes/description-parser.js +61 -10
  55. package/src/api-builder/classes/doc-data-factory.js +2 -2
  56. package/src/helpers/github-url.js +1 -1
  57. package/src/helpers/templates/scripts/default.js +1 -1
  58. package/src/helpers/templates/scripts/group.js +1 -1
  59. package/src/hexo/filter/project-locals.js +9 -0
  60. package/src/hexo/get-repo-urls.js +1 -1
  61. package/src/hexo/project-globals.js +4 -0
  62. package/src/hexo-manager.js +7 -2
  63. package/src/sdk-builder/sdk-builder.js +4 -4
  64. package/src/tasks/build-api-docs.js +5 -5
  65. package/src/tasks/build-documentation.js +45 -22
  66. package/src/tasks/cache-files.js +2 -2
  67. package/src/tasks/compile-sass.js +12 -0
  68. package/src/tasks/copy-assets.js +4 -0
  69. package/src/tasks/copy-project-icons.js +1 -1
  70. package/src/tasks/create-sitemap-index.js +12 -5
  71. package/src/tasks/get-extra-files.js +1 -1
  72. package/src/tasks/get-project-config.js +1 -1
  73. package/src/tasks/overwrite-api-guides.js +1 -1
  74. package/themes/umberto/layout/gloria/404.pug +25 -16
  75. package/themes/umberto/layout/gloria/_api-docs/_header/_style.scss +31 -0
  76. package/themes/umberto/layout/gloria/_api-docs/_header/index.pug +50 -0
  77. package/themes/umberto/layout/gloria/_api-docs/_mixin/_api-see-source.pug +1 -4
  78. package/themes/umberto/layout/gloria/_api-docs/_mixin/_api-tree-item.pug +34 -26
  79. package/themes/umberto/layout/gloria/_api-docs/_mixin/_class-item.pug +20 -13
  80. package/themes/umberto/layout/gloria/_api-docs/_mixin/_dev-names.pug +1 -1
  81. package/themes/umberto/layout/gloria/_api-docs/_mixin/_error.pug +10 -5
  82. package/themes/umberto/layout/gloria/_api-docs/_mixin/_hierarchy-list.pug +1 -1
  83. package/themes/umberto/layout/gloria/_api-docs/_mixin/_link-or-text.pug +1 -1
  84. package/themes/umberto/layout/gloria/_api-docs/_mixin/_method.pug +45 -39
  85. package/themes/umberto/layout/gloria/_api-docs/_mixin/_property.pug +26 -20
  86. package/themes/umberto/layout/gloria/_api-docs/_mixin/_related.pug +1 -1
  87. package/themes/umberto/layout/gloria/_api-docs/_mixin/_toc-list-item.pug +11 -0
  88. package/themes/umberto/layout/gloria/_api-docs/_partial/api-subheader.pug +0 -11
  89. package/themes/umberto/layout/gloria/_api-docs/_partial/api-toc.pug +33 -0
  90. package/themes/umberto/layout/gloria/_api-docs/_partial/classes.pug +5 -4
  91. package/themes/umberto/layout/gloria/_api-docs/_partial/config-options.pug +5 -4
  92. package/themes/umberto/layout/gloria/_api-docs/_partial/constants.pug +1 -1
  93. package/themes/umberto/layout/gloria/_api-docs/_partial/description.pug +2 -2
  94. package/themes/umberto/layout/gloria/_api-docs/_partial/events.pug +5 -4
  95. package/themes/umberto/layout/gloria/_api-docs/_partial/functions.pug +5 -4
  96. package/themes/umberto/layout/gloria/_api-docs/_partial/interfaces.pug +1 -1
  97. package/themes/umberto/layout/gloria/_api-docs/_partial/methods.pug +14 -13
  98. package/themes/umberto/layout/gloria/_api-docs/_partial/namespaces.pug +1 -1
  99. package/themes/umberto/layout/gloria/_api-docs/_partial/navtree.pug +4 -11
  100. package/themes/umberto/layout/gloria/_api-docs/_partial/properties.pug +14 -13
  101. package/themes/umberto/layout/gloria/_api-docs/_partial/type-parameters.pug +15 -12
  102. package/themes/umberto/layout/gloria/_api-docs/_partial/typedefs.pug +5 -4
  103. package/themes/umberto/layout/gloria/_api-docs/_subheader/_style.scss +5 -0
  104. package/themes/umberto/layout/gloria/_api-docs/_subheader/index.pug +10 -0
  105. package/themes/umberto/layout/gloria/_api-docs/_toc/_style.scss +227 -0
  106. package/themes/umberto/layout/gloria/_api-docs/_toc/index.pug +11 -0
  107. package/themes/umberto/layout/gloria/_api-docs/api-base.pug +24 -24
  108. package/themes/umberto/layout/gloria/_api-docs/class.pug +4 -4
  109. package/themes/umberto/layout/gloria/_api-docs/errors.pug +3 -3
  110. package/themes/umberto/layout/gloria/_api-docs/index.pug +3 -0
  111. package/themes/umberto/layout/gloria/_api-docs/interface.pug +4 -4
  112. package/themes/umberto/layout/gloria/_api-docs/mixin.pug +4 -4
  113. package/themes/umberto/layout/gloria/_api-docs/module.pug +4 -4
  114. package/themes/umberto/layout/gloria/_api-docs/namespace.pug +4 -4
  115. package/themes/umberto/layout/gloria/_api-docs/typedef.pug +22 -22
  116. package/themes/umberto/layout/gloria/_components/badge/_style.scss +27 -0
  117. package/themes/umberto/layout/gloria/_components/badge/index.pug +30 -0
  118. package/themes/umberto/layout/gloria/_components/banner/_style.scss +133 -0
  119. package/themes/umberto/layout/gloria/_components/banner/index.pug +3 -0
  120. package/themes/umberto/layout/gloria/_components/button/_style.scss +183 -0
  121. package/themes/umberto/layout/gloria/_components/button/index.pug +140 -0
  122. package/themes/umberto/layout/gloria/_components/callout/_style.scss +56 -0
  123. package/themes/umberto/layout/gloria/_components/callout/index.pug +87 -0
  124. package/themes/umberto/layout/gloria/_components/card/_style.scss +101 -0
  125. package/themes/umberto/layout/gloria/_components/card/index.pug +131 -0
  126. package/themes/umberto/layout/gloria/_components/card-learn-more-links/_style.scss +9 -0
  127. package/themes/umberto/layout/gloria/_components/card-learn-more-links/index.pug +56 -0
  128. package/themes/umberto/layout/gloria/_components/checkbox/_style.scss +117 -0
  129. package/themes/umberto/layout/gloria/_components/checkbox/index.pug +35 -0
  130. package/themes/umberto/layout/gloria/_components/cke5-code-switcher/index.pug +39 -0
  131. package/themes/umberto/layout/gloria/_components/code-block/_style.scss +111 -0
  132. package/themes/umberto/layout/gloria/_components/code-block/index.pug +67 -0
  133. package/themes/umberto/layout/gloria/_components/code-switcher/_style.scss +41 -0
  134. package/themes/umberto/layout/gloria/_components/code-switcher/index.pug +31 -0
  135. package/themes/umberto/layout/gloria/_components/columns/_style.scss +54 -0
  136. package/themes/umberto/layout/gloria/_components/columns/index.pug +30 -0
  137. package/themes/umberto/layout/gloria/_components/divider/_style.scss +6 -0
  138. package/themes/umberto/layout/gloria/_components/divider/index.pug +13 -0
  139. package/themes/umberto/layout/gloria/_components/dropdown/_style.scss +88 -0
  140. package/themes/umberto/layout/gloria/_components/dropdown/index.pug +77 -0
  141. package/themes/umberto/layout/gloria/_components/fake-devtools/_style.scss +233 -0
  142. package/themes/umberto/layout/gloria/_components/fake-devtools/index.pug +27 -0
  143. package/themes/umberto/layout/gloria/_components/heading-badge/index.pug +17 -0
  144. package/themes/umberto/layout/gloria/_components/heading-link/_style.scss +47 -0
  145. package/themes/umberto/layout/gloria/_components/heading-link/index.pug +26 -0
  146. package/themes/umberto/layout/gloria/_components/icon/_style.scss +12 -0
  147. package/themes/umberto/layout/gloria/_components/icon/index.pug +75 -0
  148. package/themes/umberto/layout/gloria/_components/icon-message/_style.scss +13 -0
  149. package/themes/umberto/layout/gloria/_components/icon-message/index.pug +17 -0
  150. package/themes/umberto/layout/gloria/_components/iframe/_style.scss +10 -0
  151. package/themes/umberto/layout/gloria/_components/iframe/index.pug +22 -0
  152. package/themes/umberto/layout/gloria/_components/img/index.pug +17 -0
  153. package/themes/umberto/layout/gloria/_components/index.pug +31 -0
  154. package/themes/umberto/layout/gloria/_components/input/_style.scss +82 -0
  155. package/themes/umberto/layout/gloria/_components/input/index.pug +34 -0
  156. package/themes/umberto/layout/gloria/_components/json-ld/index.pug +3 -0
  157. package/themes/umberto/layout/gloria/_components/keyboard-shortcut/_style.scss +49 -0
  158. package/themes/umberto/layout/gloria/_components/keyboard-shortcut/index.pug +23 -0
  159. package/themes/umberto/layout/gloria/_components/menu-dropdown/_style.scss +27 -0
  160. package/themes/umberto/layout/gloria/_components/menu-dropdown/index.pug +40 -0
  161. package/themes/umberto/layout/gloria/_components/mobile-overlay/_style.scss +70 -0
  162. package/themes/umberto/layout/gloria/_components/mobile-overlay/index.pug +37 -0
  163. package/themes/umberto/layout/gloria/_components/nav-tree/_style.scss +104 -0
  164. package/themes/umberto/layout/gloria/_components/nav-tree/index.pug +6 -0
  165. package/themes/umberto/layout/gloria/_components/nav-tree/nav-tree-item.pug +23 -0
  166. package/themes/umberto/layout/gloria/{_mixin → _components/nav-tree}/nav-tree-level.pug +31 -11
  167. package/themes/umberto/layout/gloria/_components/skeleton/_style.scss +22 -0
  168. package/themes/umberto/layout/gloria/_components/skeleton/index.pug +16 -0
  169. package/themes/umberto/layout/gloria/_components/spacer/_style.scss +9 -0
  170. package/themes/umberto/layout/gloria/_components/spacer/index.pug +19 -0
  171. package/themes/umberto/layout/gloria/_components/svg/index.pug +70 -0
  172. package/themes/umberto/layout/gloria/_components/tabs/_style.scss +80 -0
  173. package/themes/umberto/layout/gloria/_components/tabs/index.pug +81 -0
  174. package/themes/umberto/layout/gloria/_components/tag/_style.scss +79 -0
  175. package/themes/umberto/layout/gloria/_components/tag/index.pug +17 -0
  176. package/themes/umberto/layout/gloria/_components/tooltip-popover/_style.scss +194 -0
  177. package/themes/umberto/layout/gloria/_components/tooltip-popover/index.pug +38 -0
  178. package/themes/umberto/layout/gloria/_head/head-preloads.pug +32 -0
  179. package/themes/umberto/layout/gloria/{_partial → _head}/head.pug +8 -4
  180. package/themes/umberto/layout/gloria/_head/index.pug +1 -0
  181. package/themes/umberto/layout/gloria/_modules/algolia-search/_style.scss +202 -0
  182. package/themes/umberto/layout/gloria/_modules/algolia-search/_third-party.scss +1 -0
  183. package/themes/umberto/layout/gloria/_modules/algolia-search/index.pug +38 -0
  184. package/themes/umberto/layout/gloria/_modules/breadcrumbs/_style.scss +68 -0
  185. package/themes/umberto/layout/gloria/_modules/breadcrumbs/index.pug +18 -0
  186. package/themes/umberto/layout/gloria/_modules/footer/_style.scss +40 -0
  187. package/themes/umberto/layout/gloria/_modules/footer/index.pug +87 -0
  188. package/themes/umberto/layout/gloria/_modules/header/_style.scss +181 -0
  189. package/themes/umberto/layout/gloria/_modules/header/index.pug +70 -0
  190. package/themes/umberto/layout/gloria/_modules/header/nav-link.pug +19 -0
  191. package/themes/umberto/layout/gloria/_modules/header/nav-links.pug +11 -0
  192. package/themes/umberto/layout/gloria/_modules/header/nav-project-select-dropdown.pug +16 -0
  193. package/themes/umberto/layout/gloria/_modules/header/nav-suffix-links.pug +20 -0
  194. package/themes/umberto/layout/gloria/_modules/header-bar/_style.scss +56 -0
  195. package/themes/umberto/layout/gloria/_modules/header-bar/index.pug +40 -0
  196. package/themes/umberto/layout/gloria/_modules/header-legacy-warning/index.pug +11 -0
  197. package/themes/umberto/layout/gloria/_modules/header-nightly-info/index.pug +20 -0
  198. package/themes/umberto/layout/gloria/_modules/header-promobar/index.pug +18 -0
  199. package/themes/umberto/layout/gloria/_modules/index.pug +14 -0
  200. package/themes/umberto/layout/gloria/_modules/main/_style.scss +54 -0
  201. package/themes/umberto/layout/gloria/_modules/main/index.pug +10 -0
  202. package/themes/umberto/layout/gloria/_modules/mobile-nav/_style.scss +106 -0
  203. package/themes/umberto/layout/gloria/_modules/mobile-nav/index.pug +121 -0
  204. package/themes/umberto/layout/gloria/_modules/mobile-nav/slide-parts.pug +67 -0
  205. package/themes/umberto/layout/gloria/_modules/not-found/_style.scss +38 -0
  206. package/themes/umberto/layout/gloria/_modules/not-found/index.pug +16 -0
  207. package/themes/umberto/layout/gloria/_modules/sidebar/_style.scss +147 -0
  208. package/themes/umberto/layout/gloria/_modules/sidebar/index.pug +24 -0
  209. package/themes/umberto/layout/gloria/_modules/sidebar-api/_style.scss +2 -0
  210. package/themes/umberto/layout/gloria/_modules/sidebar-api/index.pug +6 -0
  211. package/themes/umberto/layout/gloria/_modules/toc/_style.scss +201 -0
  212. package/themes/umberto/layout/gloria/_modules/toc/index.pug +10 -0
  213. package/themes/umberto/layout/gloria/_trackers/google-tag-manager.pug +14 -0
  214. package/themes/umberto/layout/gloria/_trackers/index.pug +2 -0
  215. package/themes/umberto/layout/gloria/api.pug +43 -20
  216. package/themes/umberto/layout/gloria/base.pug +23 -32
  217. package/themes/umberto/layout/gloria/index.pug +19 -13
  218. package/themes/umberto/layout/gloria/page.pug +30 -11
  219. package/themes/umberto/layout/gloria/sdk.pug +1 -1
  220. package/themes/umberto/layout/gloria/theme.pug +304 -0
  221. package/themes/umberto/layout/umberto/404.pug +0 -1
  222. package/themes/umberto/layout/umberto/_partial/report-issue-widget.pug +0 -3
  223. package/themes/umberto/source/gloria/assets/_fonts/Menlo/Menlo-Regular.ttf +0 -0
  224. package/themes/umberto/source/gloria/assets/_fonts/Menlo/Menlo-Regular.woff +0 -0
  225. package/themes/umberto/source/gloria/assets/_fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf +0 -0
  226. package/themes/umberto/source/gloria/assets/_fonts/Mulish/Mulish-Italic-VariableFont_wght.woff2 +0 -0
  227. package/themes/umberto/source/gloria/assets/_fonts/Mulish/Mulish-VariableFont_wght.ttf +0 -0
  228. package/themes/umberto/source/gloria/assets/_fonts/Mulish/Mulish-VariableFont_wght.woff2 +0 -0
  229. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Black.ttf +0 -0
  230. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-BlackItalic.ttf +0 -0
  231. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Bold.ttf +0 -0
  232. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-BoldItalic.ttf +0 -0
  233. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-ExtraBold.ttf +0 -0
  234. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-ExtraBoldItalic.ttf +0 -0
  235. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-ExtraLight.ttf +0 -0
  236. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-ExtraLightItalic.ttf +0 -0
  237. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Italic.ttf +0 -0
  238. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Light.ttf +0 -0
  239. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-LightItalic.ttf +0 -0
  240. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Medium.ttf +0 -0
  241. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-MediumItalic.ttf +0 -0
  242. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Regular.ttf +0 -0
  243. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-SemiBold.ttf +0 -0
  244. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-SemiBoldItalic.ttf +0 -0
  245. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/PublicSans-Italic-VariableFont_wght.ttf +0 -0
  246. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/PublicSans-Italic-VariableFont_wght.woff2 +0 -0
  247. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/PublicSans-VariableFont_wght.ttf +0 -0
  248. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/PublicSans-VariableFont_wght.woff2 +0 -0
  249. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Black.ttf +0 -0
  250. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-BlackItalic.ttf +0 -0
  251. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Bold.ttf +0 -0
  252. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-BoldItalic.ttf +0 -0
  253. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ExtraBold.ttf +0 -0
  254. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ExtraBoldItalic.ttf +0 -0
  255. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ExtraLight.ttf +0 -0
  256. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ExtraLightItalic.ttf +0 -0
  257. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Italic.ttf +0 -0
  258. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Light.ttf +0 -0
  259. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-LightItalic.ttf +0 -0
  260. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Medium.ttf +0 -0
  261. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-MediumItalic.ttf +0 -0
  262. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Regular.ttf +0 -0
  263. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-SemiBold.ttf +0 -0
  264. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-SemiBoldItalic.ttf +0 -0
  265. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Thin.ttf +0 -0
  266. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ThinItalic.ttf +0 -0
  267. package/themes/umberto/source/gloria/assets/_img/404-billboard.svg +181 -0
  268. package/themes/umberto/source/gloria/assets/_img/ckeditor-logo.svg +15 -0
  269. package/themes/umberto/source/gloria/assets/_img/hex-bg-2.svg +10 -0
  270. package/themes/umberto/source/gloria/assets/_img/hex-bg.svg +10 -0
  271. package/themes/umberto/source/gloria/assets/_img/icons/api-class.svg +10 -0
  272. package/themes/umberto/source/gloria/assets/_img/icons/api-folder.svg +3 -0
  273. package/themes/umberto/source/gloria/assets/_img/icons/api-interface.svg +3 -0
  274. package/themes/umberto/source/gloria/assets/_img/icons/api-module.svg +3 -0
  275. package/themes/umberto/source/gloria/assets/_img/icons/api-package.svg +4 -0
  276. package/themes/umberto/source/gloria/assets/_img/icons/api-typedef.svg +3 -0
  277. package/themes/umberto/source/gloria/assets/_img/icons/bulb.svg +3 -0
  278. package/themes/umberto/source/gloria/assets/_img/icons/check-circle.svg +4 -0
  279. package/themes/umberto/source/gloria/assets/_img/icons/check.svg +3 -0
  280. package/themes/umberto/source/gloria/assets/_img/icons/chevron-down.svg +3 -0
  281. package/themes/umberto/source/gloria/assets/_img/icons/chevron-right.svg +3 -0
  282. package/themes/umberto/source/gloria/assets/_img/icons/close-circle.svg +4 -0
  283. package/themes/umberto/source/gloria/assets/_img/icons/close.svg +3 -0
  284. package/themes/umberto/source/gloria/assets/_img/icons/copy.svg +10 -0
  285. package/themes/umberto/source/gloria/assets/_img/icons/dislike.svg +3 -0
  286. package/themes/umberto/source/gloria/assets/_img/icons/download.svg +3 -0
  287. package/themes/umberto/source/gloria/assets/_img/icons/edit.svg +3 -0
  288. package/themes/umberto/source/gloria/assets/_img/icons/exclamation-circle.svg +4 -0
  289. package/themes/umberto/source/gloria/assets/_img/icons/experiment.svg +3 -0
  290. package/themes/umberto/source/gloria/assets/_img/icons/export.svg +4 -0
  291. package/themes/umberto/source/gloria/assets/_img/icons/eye.svg +3 -0
  292. package/themes/umberto/source/gloria/assets/_img/icons/filter.svg +3 -0
  293. package/themes/umberto/source/gloria/assets/_img/icons/github.svg +10 -0
  294. package/themes/umberto/source/gloria/assets/_img/icons/info-circle.svg +4 -0
  295. package/themes/umberto/source/gloria/assets/_img/icons/like.svg +3 -0
  296. package/themes/umberto/source/gloria/assets/_img/icons/link.svg +3 -0
  297. package/themes/umberto/source/gloria/assets/_img/icons/lock.svg +3 -0
  298. package/themes/umberto/source/gloria/assets/_img/icons/menu-fold.svg +3 -0
  299. package/themes/umberto/source/gloria/assets/_img/icons/menu-list.svg +3 -0
  300. package/themes/umberto/source/gloria/assets/_img/icons/menu.svg +3 -0
  301. package/themes/umberto/source/gloria/assets/_img/icons/more.svg +3 -0
  302. package/themes/umberto/source/gloria/assets/_img/icons/notification.svg +3 -0
  303. package/themes/umberto/source/gloria/assets/_img/icons/number.svg +3 -0
  304. package/themes/umberto/source/gloria/assets/_img/icons/premium.svg +3 -0
  305. package/themes/umberto/source/gloria/assets/_img/icons/right.svg +3 -0
  306. package/themes/umberto/source/gloria/assets/_img/icons/search.svg +3 -0
  307. package/themes/umberto/source/gloria/assets/_img/icons/status.svg +3 -0
  308. package/themes/umberto/source/gloria/assets/_img/icons/trash.svg +3 -0
  309. package/themes/umberto/source/gloria/assets/_img/icons/unordered-list.svg +5 -0
  310. package/themes/umberto/source/gloria/assets/_img/icons/warning.svg +10 -0
  311. package/themes/umberto/src/gloria/css/_fonts.scss +51 -0
  312. package/themes/umberto/src/gloria/css/_layers.scss +1 -0
  313. package/themes/umberto/src/gloria/css/_normalize.scss +118 -0
  314. package/themes/umberto/src/gloria/css/a11y/_focusable.scss +7 -0
  315. package/themes/umberto/src/gloria/css/a11y/_index.scss +4 -0
  316. package/themes/umberto/src/gloria/css/a11y/_mixins.scss +32 -0
  317. package/themes/umberto/src/gloria/css/a11y/_reduce-motion.scss +9 -0
  318. package/themes/umberto/src/gloria/css/a11y/_screen-reader.scss +15 -0
  319. package/themes/umberto/src/gloria/css/base/_buttons.scss +13 -0
  320. package/themes/umberto/src/gloria/css/base/_descriptions-list.scss +33 -0
  321. package/themes/umberto/src/gloria/css/base/_details.scss +7 -0
  322. package/themes/umberto/src/gloria/css/base/_headings.scss +111 -0
  323. package/themes/umberto/src/gloria/css/base/_iframes.scss +7 -0
  324. package/themes/umberto/src/gloria/css/base/_index.scss +12 -0
  325. package/themes/umberto/src/gloria/css/base/_inline-code.scss +15 -0
  326. package/themes/umberto/src/gloria/css/base/_links.scss +30 -0
  327. package/themes/umberto/src/gloria/css/base/_lists.scss +58 -0
  328. package/themes/umberto/src/gloria/css/base/_mixins.scss +3 -0
  329. package/themes/umberto/src/gloria/css/base/_paragraphs.scss +15 -0
  330. package/themes/umberto/src/gloria/css/base/_tables.scss +68 -0
  331. package/themes/umberto/src/gloria/css/base/_typography.scss +62 -0
  332. package/themes/umberto/src/gloria/css/components/_api-collapsing-list.scss +148 -0
  333. package/themes/umberto/src/gloria/css/components/_api-filter-dropdown.scss +17 -0
  334. package/themes/umberto/src/gloria/css/components/_api-item-heading.scss +58 -0
  335. package/themes/umberto/src/gloria/css/components/_api-tree.scss +202 -0
  336. package/themes/umberto/src/gloria/css/components/_hierarchy-list.scss +35 -0
  337. package/themes/umberto/src/gloria/css/components/_image-zoom.scss +13 -0
  338. package/themes/umberto/src/gloria/css/components/_index.scss +55 -0
  339. package/themes/umberto/src/gloria/css/components/_notification.scss +36 -0
  340. package/themes/umberto/src/gloria/css/components/_utils.scss +5 -0
  341. package/themes/umberto/src/gloria/css/doc/_details.scss +11 -0
  342. package/themes/umberto/src/gloria/css/doc/_editor-icons.scss +21 -0
  343. package/themes/umberto/src/gloria/css/doc/_images.scss +9 -0
  344. package/themes/umberto/src/gloria/css/doc/_index.scss +5 -0
  345. package/themes/umberto/src/gloria/css/doc/_snippets.scss +126 -0
  346. package/themes/umberto/src/gloria/css/doc/_typography.scss +5 -0
  347. package/themes/umberto/src/gloria/css/layout/_base.scss +27 -0
  348. package/themes/umberto/src/gloria/css/layout/_breakpoints.scss +88 -0
  349. package/themes/umberto/src/gloria/css/layout/_container.scss +38 -0
  350. package/themes/umberto/src/gloria/css/layout/_index.scss +6 -0
  351. package/themes/umberto/src/gloria/css/layout/_layout.scss +64 -0
  352. package/themes/umberto/src/gloria/css/layout/_mixins.scss +34 -0
  353. package/themes/umberto/src/gloria/css/layout/_zindex.scss +12 -0
  354. package/themes/umberto/src/gloria/css/modules/_index.scss +29 -0
  355. package/themes/umberto/src/gloria/css/modules/_utils.scss +7 -0
  356. package/themes/umberto/src/gloria/css/styles.scss +11 -117
  357. package/themes/umberto/src/gloria/css/theme/_light.scss +344 -0
  358. package/themes/umberto/src/gloria/css/utilities/_animation.scss +32 -0
  359. package/themes/umberto/src/gloria/css/utilities/_colors.scss +14 -0
  360. package/themes/umberto/src/gloria/css/utilities/_display.scss +13 -0
  361. package/themes/umberto/src/gloria/css/utilities/_flex.scss +33 -0
  362. package/themes/umberto/src/gloria/css/utilities/_gap.scss +8 -0
  363. package/themes/umberto/src/gloria/css/utilities/_index.scss +11 -0
  364. package/themes/umberto/src/gloria/css/utilities/_radius.scss +21 -0
  365. package/themes/umberto/src/gloria/css/utilities/_rotation.scss +8 -0
  366. package/themes/umberto/src/gloria/css/utilities/_shadows.scss +13 -0
  367. package/themes/umberto/src/gloria/css/utilities/_spacing.scss +96 -0
  368. package/themes/umberto/src/gloria/css/utilities/_stop-scrolling.scss +9 -0
  369. package/themes/umberto/src/gloria/css/utilities/_text.scss +42 -0
  370. package/themes/umberto/src/gloria/js/app.js +92 -54
  371. package/themes/umberto/src/gloria/js/components/api-nav-tree.js +171 -0
  372. package/themes/umberto/src/gloria/js/components/api-toggle.js +92 -0
  373. package/themes/umberto/src/gloria/js/components/base-component.js +41 -0
  374. package/themes/umberto/src/gloria/js/components/breadcrumbs.js +115 -0
  375. package/themes/umberto/src/gloria/js/components/code-block.js +226 -0
  376. package/themes/umberto/src/gloria/js/components/code-switcher.js +177 -0
  377. package/themes/umberto/src/gloria/js/components/dropdown.js +516 -0
  378. package/themes/umberto/src/gloria/js/components/expandable.js +79 -0
  379. package/themes/umberto/src/gloria/js/components/fake-devtools.js +722 -0
  380. package/themes/umberto/src/gloria/js/components/hash-link.js +60 -0
  381. package/themes/umberto/src/gloria/js/components/heading-link.js +135 -0
  382. package/themes/umberto/src/gloria/js/components/iframe.js +158 -0
  383. package/themes/umberto/src/gloria/js/{_imageModal.js → components/image-zoom.js} +1 -1
  384. package/themes/umberto/src/gloria/js/components/mobile-overlay.js +315 -0
  385. package/themes/umberto/src/gloria/js/components/nav-tree.js +164 -0
  386. package/themes/umberto/src/gloria/js/components/tabs.js +284 -0
  387. package/themes/umberto/src/gloria/js/components/tooltip-popover.js +576 -0
  388. package/themes/umberto/src/gloria/js/helpers/after-dom-ready.js +16 -0
  389. package/themes/umberto/src/gloria/js/helpers/animate-element.js +78 -0
  390. package/themes/umberto/src/gloria/js/helpers/body-scroll.js +22 -0
  391. package/themes/umberto/src/gloria/js/helpers/clamp.js +16 -0
  392. package/themes/umberto/src/gloria/js/helpers/classnames.js +64 -0
  393. package/themes/umberto/src/gloria/js/helpers/copy-to-clipboard.js +19 -0
  394. package/themes/umberto/src/gloria/js/helpers/create-anchor-positioning-watcher.js +46 -0
  395. package/themes/umberto/src/gloria/js/helpers/create-cleanup-registry.js +88 -0
  396. package/themes/umberto/src/gloria/js/helpers/create-hover-manager.js +93 -0
  397. package/themes/umberto/src/gloria/js/helpers/create-keyboard-blur-watcher.js +90 -0
  398. package/themes/umberto/src/gloria/js/helpers/create-keyboard-focus-cycler.js +251 -0
  399. package/themes/umberto/src/gloria/js/helpers/create-mutation-observer.js +49 -0
  400. package/themes/umberto/src/gloria/js/helpers/create-outside-click-watcher.js +39 -0
  401. package/themes/umberto/src/gloria/js/helpers/cubic-bezier.js +55 -0
  402. package/themes/umberto/src/gloria/js/helpers/date-time.js +21 -0
  403. package/themes/umberto/src/gloria/js/helpers/decode-html-entities.js +23 -0
  404. package/themes/umberto/src/gloria/js/helpers/escape-handler.js +59 -0
  405. package/themes/umberto/src/gloria/js/helpers/fetch-stylesheet.js +25 -0
  406. package/themes/umberto/src/gloria/js/helpers/find-code-lang.js +85 -0
  407. package/themes/umberto/src/gloria/js/helpers/focus-first-interactive.js +50 -0
  408. package/themes/umberto/src/gloria/js/helpers/format-html.js +181 -0
  409. package/themes/umberto/src/gloria/js/helpers/get-all-scrollable-parents.js +34 -0
  410. package/themes/umberto/src/gloria/js/helpers/get-parents-until.js +26 -0
  411. package/themes/umberto/src/gloria/js/helpers/highlight-code.js +18 -0
  412. package/themes/umberto/src/gloria/js/helpers/html-builder.js +69 -0
  413. package/themes/umberto/src/gloria/js/helpers/identity.js +8 -0
  414. package/themes/umberto/src/gloria/js/helpers/inject-resource-preload.js +51 -0
  415. package/themes/umberto/src/gloria/js/helpers/inject-script.js +79 -0
  416. package/themes/umberto/src/gloria/js/helpers/inject-stylesheet.js +108 -0
  417. package/themes/umberto/src/gloria/js/helpers/is-element-attached.js +28 -0
  418. package/themes/umberto/src/gloria/js/helpers/is-focusable.js +14 -0
  419. package/themes/umberto/src/gloria/js/helpers/is-hidden-element.js +8 -0
  420. package/themes/umberto/src/gloria/js/helpers/is-mobile.js +8 -0
  421. package/themes/umberto/src/gloria/js/helpers/is-unsafe-key.js +14 -0
  422. package/themes/umberto/src/gloria/js/helpers/lerp.js +27 -0
  423. package/themes/umberto/src/gloria/js/helpers/local-storage-helper.js +133 -0
  424. package/themes/umberto/src/gloria/js/helpers/pipe.js +8 -0
  425. package/themes/umberto/src/gloria/js/helpers/prefers-reduced-motion.js +13 -0
  426. package/themes/umberto/src/gloria/js/helpers/random-id.js +51 -0
  427. package/themes/umberto/src/gloria/js/helpers/sanitize-text.js +27 -0
  428. package/themes/umberto/src/gloria/js/helpers/scroll-to-hash.js +31 -0
  429. package/themes/umberto/src/gloria/js/helpers/take-last.js +19 -0
  430. package/themes/umberto/src/gloria/js/helpers/tap.js +11 -0
  431. package/themes/umberto/src/gloria/js/helpers/throttle.js +46 -0
  432. package/themes/umberto/src/gloria/js/helpers/timeout.js +14 -0
  433. package/themes/umberto/src/gloria/js/helpers/toggle-height.js +46 -0
  434. package/themes/umberto/src/gloria/js/helpers/tween.js +100 -0
  435. package/themes/umberto/src/gloria/js/helpers/wrap-around.js +39 -0
  436. package/themes/umberto/src/gloria/js/modules/algolia-search.js +168 -0
  437. package/themes/umberto/src/gloria/js/modules/api-filter.js +184 -0
  438. package/themes/umberto/src/gloria/js/modules/header-bar.js +154 -0
  439. package/themes/umberto/src/gloria/js/modules/header.js +242 -0
  440. package/themes/umberto/src/gloria/js/modules/links-prefetch.js +196 -0
  441. package/themes/umberto/src/gloria/js/modules/mobile-nav.js +327 -0
  442. package/themes/umberto/src/gloria/js/modules/sidebar.js +114 -0
  443. package/themes/umberto/src/gloria/js/modules/table-of-contents-api.js +214 -0
  444. package/themes/umberto/src/gloria/js/modules/table-of-contents.js +287 -0
  445. package/themes/umberto/src/gloria/js/public-api.js +75 -0
  446. package/themes/umberto/src/gloria/js/web-components/svg-icon.js +117 -0
  447. package/themes/umberto/src/umberto/js/_codeswitcherbuttons.js +1 -1
  448. package/themes/umberto/layout/gloria/_api-docs/_mixin/_api-title.pug +0 -17
  449. package/themes/umberto/layout/gloria/_mixin/nav-tree-item.pug +0 -13
  450. package/themes/umberto/layout/gloria/_partial/docsearch.pug +0 -21
  451. package/themes/umberto/layout/gloria/_partial/dropdown.pug +0 -12
  452. package/themes/umberto/layout/gloria/_partial/feedback-widget.pug +0 -20
  453. package/themes/umberto/layout/gloria/_partial/footer.pug +0 -6
  454. package/themes/umberto/layout/gloria/_partial/gh-contribute.pug +0 -8
  455. package/themes/umberto/layout/gloria/_partial/google-tag-manager.pug +0 -18
  456. package/themes/umberto/layout/gloria/_partial/header.pug +0 -64
  457. package/themes/umberto/layout/gloria/_partial/nav-tree.pug +0 -9
  458. package/themes/umberto/layout/gloria/_partial/report-issue-widget.pug +0 -26
  459. package/themes/umberto/layout/gloria/_partial/rwd-breadcrumbs.pug +0 -13
  460. package/themes/umberto/layout/gloria/_partial/search-box.pug +0 -6
  461. package/themes/umberto/layout/gloria/_partial/vwo.pug +0 -11
  462. package/themes/umberto/source/gloria/assets/_img/arrows.svg +0 -1
  463. package/themes/umberto/source/gloria/assets/_img/book.svg +0 -1
  464. package/themes/umberto/source/gloria/assets/_img/box-brown.svg +0 -1
  465. package/themes/umberto/source/gloria/assets/_img/box-orange.svg +0 -1
  466. package/themes/umberto/source/gloria/assets/_img/box-red.svg +0 -1
  467. package/themes/umberto/source/gloria/assets/_img/bulb.svg +0 -1
  468. package/themes/umberto/source/gloria/assets/_img/clipboard.svg +0 -1
  469. package/themes/umberto/source/gloria/assets/_img/cog.svg +0 -1
  470. package/themes/umberto/source/gloria/assets/_img/data.svg +0 -1
  471. package/themes/umberto/source/gloria/assets/_img/documentation.svg +0 -1
  472. package/themes/umberto/source/gloria/assets/_img/download.svg +0 -1
  473. package/themes/umberto/source/gloria/assets/_img/edit.svg +0 -2
  474. package/themes/umberto/source/gloria/assets/_img/exclamation-circle.svg +0 -2
  475. package/themes/umberto/source/gloria/assets/_img/eye.svg +0 -1
  476. package/themes/umberto/source/gloria/assets/_img/filter.svg +0 -1
  477. package/themes/umberto/source/gloria/assets/_img/filtering.svg +0 -1
  478. package/themes/umberto/source/gloria/assets/_img/folder.svg +0 -1
  479. package/themes/umberto/source/gloria/assets/_img/github.svg +0 -6
  480. package/themes/umberto/source/gloria/assets/_img/header-info-configs.svg +0 -1
  481. package/themes/umberto/source/gloria/assets/_img/header-info-events.svg +0 -1
  482. package/themes/umberto/source/gloria/assets/_img/header-info-methods.svg +0 -1
  483. package/themes/umberto/source/gloria/assets/_img/header-info-properties.svg +0 -1
  484. package/themes/umberto/source/gloria/assets/_img/heart.svg +0 -1
  485. package/themes/umberto/source/gloria/assets/_img/info-circle.svg +0 -4
  486. package/themes/umberto/source/gloria/assets/_img/info.svg +0 -1
  487. package/themes/umberto/source/gloria/assets/_img/list-nest.svg +0 -1
  488. package/themes/umberto/source/gloria/assets/_img/loupe.svg +0 -1
  489. package/themes/umberto/source/gloria/assets/_img/menu.svg +0 -4
  490. package/themes/umberto/source/gloria/assets/_img/plug.svg +0 -1
  491. package/themes/umberto/source/gloria/assets/_img/star-in-circle.svg +0 -1
  492. package/themes/umberto/source/gloria/assets/_img/tick.svg +0 -1
  493. package/themes/umberto/source/gloria/assets/_img/triangle-down.svg +0 -1
  494. package/themes/umberto/source/gloria/assets/_img/triangle-right.svg +0 -1
  495. package/themes/umberto/src/gloria/css/_api-content.scss +0 -32
  496. package/themes/umberto/src/gloria/css/_api-info-box.scss +0 -86
  497. package/themes/umberto/src/gloria/css/_api-props-filter.scss +0 -106
  498. package/themes/umberto/src/gloria/css/_api-see-source.scss +0 -35
  499. package/themes/umberto/src/gloria/css/_api-subheader.scss +0 -167
  500. package/themes/umberto/src/gloria/css/_api-tree.scss +0 -121
  501. package/themes/umberto/src/gloria/css/_badge.scss +0 -74
  502. package/themes/umberto/src/gloria/css/_code-switcher.scss +0 -61
  503. package/themes/umberto/src/gloria/css/_collapsinglist.scss +0 -262
  504. package/themes/umberto/src/gloria/css/_content.scss +0 -236
  505. package/themes/umberto/src/gloria/css/_docsearch.scss +0 -109
  506. package/themes/umberto/src/gloria/css/_dropdown.scss +0 -63
  507. package/themes/umberto/src/gloria/css/_editor-icon.scss +0 -26
  508. package/themes/umberto/src/gloria/css/_feedback-widget.scss +0 -11
  509. package/themes/umberto/src/gloria/css/_font-external.scss +0 -8
  510. package/themes/umberto/src/gloria/css/_footer.scss +0 -40
  511. package/themes/umberto/src/gloria/css/_formatted.scss +0 -285
  512. package/themes/umberto/src/gloria/css/_guide-content.scss +0 -37
  513. package/themes/umberto/src/gloria/css/_guide-sdk-tree.scss +0 -14
  514. package/themes/umberto/src/gloria/css/_loading-spinner.scss +0 -33
  515. package/themes/umberto/src/gloria/css/_main.scss +0 -59
  516. package/themes/umberto/src/gloria/css/_navigation.scss +0 -35
  517. package/themes/umberto/src/gloria/css/_notice.scss +0 -116
  518. package/themes/umberto/src/gloria/css/_print.scss +0 -20
  519. package/themes/umberto/src/gloria/css/_prism.scss +0 -223
  520. package/themes/umberto/src/gloria/css/_rwd-breadcrumbs.scss +0 -28
  521. package/themes/umberto/src/gloria/css/_rwd-menu.scss +0 -89
  522. package/themes/umberto/src/gloria/css/_secondary-navigation.scss +0 -152
  523. package/themes/umberto/src/gloria/css/_theme-dark.scss +0 -175
  524. package/themes/umberto/src/gloria/css/_toggler.scss +0 -46
  525. package/themes/umberto/src/gloria/css/_top.scss +0 -350
  526. package/themes/umberto/src/gloria/css/_tree.scss +0 -218
  527. package/themes/umberto/src/gloria/css/_warning-banner.scss +0 -46
  528. package/themes/umberto/src/gloria/css/components/_lightbox.scss +0 -12
  529. package/themes/umberto/src/gloria/css/helpers/_color.scss +0 -49
  530. package/themes/umberto/src/gloria/css/helpers/_font.scss +0 -60
  531. package/themes/umberto/src/gloria/css/helpers/_globals.scss +0 -129
  532. package/themes/umberto/src/gloria/css/helpers/_reset.scss +0 -52
  533. package/themes/umberto/src/gloria/css/helpers/_spacing.scss +0 -21
  534. package/themes/umberto/src/gloria/css/pages/_sdk.scss +0 -111
  535. package/themes/umberto/src/gloria/js/_anchors.js +0 -57
  536. package/themes/umberto/src/gloria/js/_apisearch.js +0 -126
  537. package/themes/umberto/src/gloria/js/_apitree.js +0 -67
  538. package/themes/umberto/src/gloria/js/_attachpermalinklistener.js +0 -50
  539. package/themes/umberto/src/gloria/js/_codeswitcherbuttons.js +0 -146
  540. package/themes/umberto/src/gloria/js/_collapsables.js +0 -135
  541. package/themes/umberto/src/gloria/js/_copymobileapinavigation.js +0 -26
  542. package/themes/umberto/src/gloria/js/_devnames.js +0 -37
  543. package/themes/umberto/src/gloria/js/_dropdowns.js +0 -55
  544. package/themes/umberto/src/gloria/js/_filtering.js +0 -139
  545. package/themes/umberto/src/gloria/js/_pagenavigation.js +0 -93
  546. package/themes/umberto/src/gloria/js/_prism.js +0 -104
  547. package/themes/umberto/src/gloria/js/_rwdmenu.js +0 -15
  548. package/themes/umberto/src/gloria/js/_samplecode.js +0 -23
  549. package/themes/umberto/src/gloria/js/_sidenavigation.js +0 -59
  550. package/themes/umberto/src/gloria/js/_toc.js +0 -93
  551. package/themes/umberto/src/gloria/js/_tooltips.js +0 -39
  552. package/themes/umberto/src/gloria/js/_warningbanner.js +0 -18
  553. package/themes/umberto/src/gloria/js/vendor/prism.js +0 -45
  554. /package/themes/umberto/layout/gloria/_api-docs/_partial/{api-info-box.pug → api-hierarchy.pug} +0 -0
  555. /package/themes/umberto/layout/gloria/{_partial → _trackers}/google-analytics.pug +0 -0
@@ -1,9 +0,0 @@
1
- include ../_mixin/nav-tree-level
2
-
3
- - const pageGroup = projectLocals.getPageGroup( page.groupId )
4
-
5
- .side-navigation
6
- .side-navigation__wrapper
7
- nav.side-navigation__inner
8
- ul( class="tree guide-tree", id="guidetree" )
9
- +navTreeLevel( pageGroup, true )
@@ -1,26 +0,0 @@
1
- //- Remove the "project-slug/version/" from the path.
2
- - const shortPageUrl = page.path.split( '/' ).slice( 2 ).join( '/' )
3
- - const githubUrl = new URL( page.reportIssueWidget );
4
- - githubUrl.searchParams.set( 'title', 'Docs issue report from "' + shortPageUrl + '"' );
5
- - githubUrl.searchParams.set( 'project-version', projectLocals.projectVersion );
6
-
7
- div.info-box.notice.notice__feedback
8
- p
9
- | Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing?
10
- | Please report it via our!{' '}
11
- a( href=githubUrl.toString() id='report-widget-issue-tracker' ) issue tracker
12
- | .
13
- p
14
- | With the release of version 42.0.0, we have rewritten much of our documentation to reflect the new import paths and features.
15
- | We appreciate your feedback to help us ensure its accuracy and completeness.
16
-
17
- //- We need to inject some parameters to the URL from the `window` object on the user side.
18
- //- Hence, we run a script that reads the user-agent and location and injects it into the issue URL.
19
- script.
20
- ( () => {
21
- const issueTracker = document.getElementById( 'report-widget-issue-tracker' );
22
- const hrefUrl = new URL( issueTracker.href );
23
- hrefUrl.searchParams.set( 'user-agent', navigator.userAgent )
24
- hrefUrl.searchParams.set( 'origin-url', location.href )
25
- issueTracker.href = hrefUrl.toString();
26
- } )();
@@ -1,13 +0,0 @@
1
- .rwd-breadcrumbs
2
- if page.pageClass !== 'home'
3
- a( href=relative_url( page.path, 'index.html') ) Home
4
-
5
- span.rwd-breadcrumbs__separator /
6
-
7
- a( href=relative_url( page.path, page.BASE_PATH + page.startPage ) )= page.projectfullname
8
-
9
- if projectLocals && projectLocals.groups
10
- each group in projectLocals.groups
11
- if group.id === page.groupId
12
- span.rwd-breadcrumbs__separator /
13
- a( href=relative_url( page.path, group._url ) ) #{ group.name }
@@ -1,6 +0,0 @@
1
- - const placeholder = page.projectfullname ? `Search in ${page.projectfullname}` : 'Search in all projects';
2
- if !disableSearch && (!projectLocals || !projectLocals.disableSearch)
3
- div.top__search
4
- input( type="text", id="docsearch_input", class="top__search__box", placeholder=placeholder )
5
- div( class="top__search__button")
6
- img( src=relative_url( page.path, 'assets/' + umbertoVersion + '/gloria/img/loupe.svg' ) alt="Search" )
@@ -1,11 +0,0 @@
1
- if vwo
2
- link(rel="preconnect", href="https://dev.visualwebsiteoptimizer.com")
3
- script#vwoCode(type="text/javascript").
4
-
5
- window._vwo_code || (function() {
6
- var account_id='!{ vwo.config.trackingId }',
7
- version=2.1,
8
- settings_tolerance=2000,
9
- hide_element='body',
10
- hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important',
11
- f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var i=this.getSettings(),n=d.createElement('script'),r=this;t=t||{};if(i){n.textContent=i;d.getElementsByTagName('head')[0].appendChild(n);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var i=this.hide_element(),n=i?i+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=n;else t.appendChild(d.createTextNode(n));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var n=d.createElement('div');n.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;';n.setAttribute('id','_vis_opt_path_hides');n.classList.add('_vis_hide_layer');t.parentNode.insertBefore(n,t.nextSibling)}var o='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:o})}else{this.load(o+'&x=true')}}};w._vwo_code=code;code.init();})();
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 34 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><path d="M10.376,1l-8.876,6.34l8.648,6.34" style="fill:none;stroke:#e436fa;stroke-width:1.5px;"/><path d="M28.128,7.34l-26.628,0" style="fill:none;stroke:#e436fa;stroke-width:1.5px;"/><path d="M24.592,15.216l7.908,6.34l-7.705,6.34" style="fill:none;stroke:#e436fa;stroke-width:1.5px;"/><path d="M6.334,21.556l24.666,0" style="fill:none;stroke:#e436fa;stroke-width:1.5px;"/></g></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg"><g stroke="#E59E00" stroke-width="1.5" fill="none" fill-rule="evenodd"><path d="M6.529.98C5.134.473 3.233.832 2.282 1.783c-.951.951-.592 2.134.803 2.642M3.085 4.425l15.51 5.645M6.529.98l18.365 6.685M18.851 10.606L.75 3.613l.007 26.258 18.094 6.669V10.606z"/><path d="M5.842 12.128l9.766 3.351M5.842 18.128l9.766 3.351M5.842 24.128l9.766 3.351" stroke-linecap="round"/><path d="M24.305 7.231v24.544"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 34 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><g><path d="M33,26.6l-16,6.4l-16,-6.4" style="fill:none;stroke:#8b4513;stroke-width:1.5px;"/><path d="M33,7.4l-16,6.4l-16,-6.4" style="fill:none;stroke:#8b4513;stroke-width:1.5px;"/><path d="M1,7.4l16,-6.4l16,6.4" style="fill:none;stroke:#8b4513;stroke-width:1.5px;"/><path d="M1,7.4l0,19.2" style="fill:none;stroke:#8b4513;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/><path d="M17,13.8l0,19.2" style="fill:none;stroke:#8b4513;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/><path d="M33,7.4l0,19.2" style="fill:none;stroke:#8b4513;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/></g></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 34 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><g><path d="M33,26.6l-16,6.4l-16,-6.4" style="fill:none;stroke:#e59e00;stroke-width:1.5px;"/><path d="M33,7.4l-16,6.4l-16,-6.4" style="fill:none;stroke:#e59e00;stroke-width:1.5px;"/><path d="M1,7.4l16,-6.4l16,6.4" style="fill:none;stroke:#e59e00;stroke-width:1.5px;"/><path d="M1,7.4l0,19.2" style="fill:none;stroke:#e59e00;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/><path d="M17,13.8l0,19.2" style="fill:none;stroke:#e59e00;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/><path d="M33,7.4l0,19.2" style="fill:none;stroke:#e59e00;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/></g></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 34 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><g><path d="M33,27.18l-16,6.4l-16,-6.4" style="fill:none;stroke:#e50037;stroke-width:1.5px;"/><path d="M33,7.98l-16,6.4l-16,-6.4" style="fill:none;stroke:#e50037;stroke-width:1.5px;"/><path d="M1,7.98l16,-6.4l16,6.4" style="fill:none;stroke:#e50037;stroke-width:1.5px;"/><path d="M1,7.98l0,19.2" style="fill:none;stroke:#e50037;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/><path d="M17,14.38l0,19.2" style="fill:none;stroke:#e50037;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/><path d="M33,7.98l0,19.2" style="fill:none;stroke:#e50037;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:bevel;"/></g></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g id="bulb"><circle cx="15" cy="15" r="15" style="fill:#4fa800;"/><g><path d="M11.411,20.725l7.55,0" style="fill:none;stroke:#fff;stroke-width:1px;"/><path d="M11.411,22.612l7.55,0" style="fill:none;stroke:#fff;stroke-width:1px;"/><path d="M13.298,24.5l3.776,0" style="fill:none;stroke:#fff;stroke-width:1px;"/><path d="M15.098,4.001l0.098,0.001l0.098,0.004l0.098,0.004l0.097,0.005l0.096,0.007l0.097,0.008l0.097,0.009l0.096,0.011l0.095,0.011l0.096,0.013l0.095,0.014l0.094,0.015l0.094,0.016l0.095,0.018l0.093,0.018l0.093,0.02l0.093,0.021l0.091,0.022l0.093,0.023l0.091,0.024l0.09,0.025l0.092,0.026l0.089,0.028l0.09,0.028l0.089,0.03l0.088,0.03l0.088,0.032l0.089,0.033l0.086,0.034l0.087,0.034l0.086,0.036l0.085,0.037l0.085,0.038l0.084,0.038l0.084,0.04l0.084,0.041l0.082,0.042l0.082,0.042l0.082,0.044l0.081,0.045l0.079,0.045l0.08,0.047l0.079,0.047l0.078,0.048l0.079,0.05l0.077,0.05l0.076,0.05l0.076,0.052l0.075,0.053l0.074,0.054l0.074,0.054l0.073,0.055l0.072,0.057l0.072,0.057l0.071,0.057l0.071,0.059l0.069,0.06l0.069,0.06l0.068,0.062l0.068,0.062l0.066,0.062l0.065,0.063l0.066,0.065l0.064,0.065l0.063,0.066l0.063,0.066l0.062,0.068l0.062,0.068l0.06,0.069l0.059,0.069l0.059,0.07l0.058,0.072l0.057,0.071l0.056,0.072l0.056,0.074l0.054,0.074l0.053,0.073l0.053,0.076l0.052,0.076l0.051,0.076l0.051,0.078l0.048,0.077l0.049,0.079l0.047,0.079l0.046,0.079l0.046,0.08l0.045,0.081l0.043,0.082l0.043,0.082l0.042,0.083l0.04,0.082l0.04,0.085l0.039,0.084l0.038,0.084l0.037,0.086l0.036,0.086l0.034,0.086l0.034,0.088l0.033,0.087l0.031,0.088l0.031,0.089l0.029,0.089l0.029,0.089l0.027,0.091l0.027,0.09l0.025,0.091l0.024,0.091l0.023,0.092l0.022,0.093l0.021,0.092l0.02,0.093l0.018,0.094l0.017,0.093l0.017,0.094l0.015,0.095l0.014,0.095l0.012,0.095l0.012,0.096l0.01,0.097l0.009,0.095l0.008,0.097l0.007,0.097l0.006,0.098l0.004,0.097l0.003,0.098l0.002,0.097l0.001,0.1l-0.001,0.077l-0.002,0.076l-0.004,0.077l-0.004,0.076l-0.007,0.076l-0.007,0.073l-0.009,0.075l-0.01,0.075l-0.011,0.072l-0.012,0.072l-0.013,0.072l-0.015,0.072l-0.015,0.07l-0.018,0.075l-0.034,0.132l-0.04,0.134l-0.042,0.131l-0.045,0.128l-0.048,0.125l-0.051,0.123l-0.052,0.119l-0.054,0.116l-0.055,0.114l-0.057,0.112l-0.058,0.109l-0.059,0.106l-0.059,0.104l-0.061,0.103l-0.06,0.101l-0.061,0.098l-0.062,0.098l-0.119,0.186l-0.12,0.182l-0.232,0.35l-0.111,0.168l-0.107,0.166l-0.05,0.079l-0.049,0.079l-0.048,0.079l-0.047,0.078l-0.045,0.077l-0.042,0.076l-0.041,0.076l-0.04,0.075l-0.037,0.074l-0.036,0.073l-0.033,0.073l-0.032,0.072l-0.03,0.071l-0.028,0.071l-0.026,0.071l-0.023,0.07l-0.022,0.07l-0.02,0.07l-0.019,0.074l-0.007,0.03l-0.008,0.036l-0.008,0.035l-0.007,0.035l-0.006,0.035l-0.006,0.035l-0.005,0.036l-0.005,0.035l-0.004,0.037l-0.004,0.036l-0.003,0.035l-0.003,0.038l-0.002,0.037l-0.002,0.037l-0.001,0.038l-0.001,0.038l0,0.039l0.001,0.05l-0.002,0.084l-0.005,0.084l-0.011,0.083l-0.015,0.083l-0.02,0.081l-0.024,0.081l-0.029,0.079l-0.033,0.077l-0.038,0.075l-0.042,0.073l-0.045,0.07l-0.05,0.068l-0.053,0.065l-0.057,0.062l-0.06,0.059l-0.063,0.055l-0.067,0.051l-0.069,0.048l-0.071,0.044l-0.074,0.04l-0.077,0.035l-0.078,0.031l-0.079,0.027l-0.081,0.022l-0.082,0.018l-0.083,0.013l-0.084,0.009l-0.084,0.003l-0.538,0.009l-0.514,0.006l-0.49,0.002l-0.47,0.001l-0.452,-0.002l-0.439,-0.003l-0.428,-0.004l-0.422,-0.004l-0.841,-0.009l-0.425,-0.004l-0.435,-0.002l-0.447,-0.001l-0.465,0.001l-0.486,0.004l-0.515,0.006l-0.085,-0.001l-0.086,-0.006l-0.085,-0.011l-0.084,-0.016l-0.083,-0.021l-0.082,-0.026l-0.081,-0.03l-0.078,-0.034l-0.076,-0.04l-0.074,-0.043l-0.072,-0.047l-0.068,-0.052l-0.066,-0.055l-0.062,-0.059l-0.059,-0.063l-0.055,-0.066l-0.051,-0.068l-0.047,-0.072l-0.043,-0.074l-0.039,-0.077l-0.034,-0.078l-0.03,-0.081l-0.025,-0.082l-0.02,-0.083l-0.016,-0.084l-0.011,-0.085l-0.006,-0.086l-0.002,-0.058l-0.002,-0.048l-0.003,-0.047l-0.004,-0.047l-0.004,-0.047l-0.005,-0.046l-0.005,-0.044l-0.006,-0.045l-0.006,-0.045l-0.007,-0.044l-0.007,-0.042l-0.008,-0.043l-0.008,-0.044l-0.008,-0.037l-0.019,-0.088l-0.021,-0.083l-0.022,-0.081l-0.024,-0.08l-0.025,-0.079l-0.028,-0.079l-0.029,-0.079l-0.03,-0.077l-0.032,-0.078l-0.034,-0.077l-0.035,-0.078l-0.037,-0.077l-0.039,-0.077l-0.04,-0.077l-0.041,-0.077l-0.043,-0.078l-0.045,-0.078l-0.046,-0.078l-0.046,-0.078l-0.049,-0.08l-0.048,-0.077l-0.104,-0.164l-0.107,-0.163l-0.223,-0.338l-0.114,-0.175l-0.114,-0.178l-0.06,-0.094l-0.058,-0.095l-0.058,-0.096l-0.057,-0.098l-0.057,-0.1l-0.057,-0.102l-0.056,-0.105l-0.054,-0.107l-0.054,-0.109l-0.052,-0.113l-0.05,-0.114l-0.048,-0.118l-0.046,-0.121l-0.044,-0.123l-0.041,-0.127l-0.037,-0.129l-0.035,-0.133l-0.029,-0.129l-0.015,-0.076l-0.013,-0.069l-0.012,-0.07l-0.01,-0.07l-0.01,-0.071l-0.008,-0.073l-0.007,-0.072l-0.006,-0.072l-0.005,-0.074l-0.003,-0.074l-0.002,-0.075l-0.001,-0.073l0.001,-0.1l0.002,-0.097l0.003,-0.098l0.004,-0.098l0.006,-0.097l0.006,-0.097l0.008,-0.096l0.01,-0.097l0.01,-0.096l0.012,-0.095l0.012,-0.096l0.014,-0.095l0.015,-0.094l0.016,-0.094l0.018,-0.095l0.018,-0.093l0.02,-0.093l0.021,-0.093l0.022,-0.091l0.023,-0.093l0.024,-0.091l0.025,-0.091l0.027,-0.091l0.027,-0.09l0.029,-0.089l0.029,-0.089l0.031,-0.088l0.031,-0.089l0.033,-0.088l0.034,-0.087l0.034,-0.086l0.036,-0.086l0.037,-0.085l0.038,-0.086l0.039,-0.083l0.039,-0.084l0.041,-0.084l0.042,-0.083l0.042,-0.081l0.044,-0.082l0.045,-0.081l0.045,-0.08l0.047,-0.08l0.047,-0.078l0.048,-0.079l0.05,-0.078l0.05,-0.077l0.051,-0.076l0.052,-0.076l0.052,-0.075l0.054,-0.074l0.055,-0.075l0.055,-0.072l0.056,-0.073l0.057,-0.071l0.058,-0.071l0.059,-0.071l0.059,-0.069l0.061,-0.069l0.061,-0.068l0.062,-0.068l0.063,-0.066l0.063,-0.066l0.064,-0.065l0.066,-0.065l0.065,-0.063l0.066,-0.062l0.068,-0.062l0.068,-0.062l0.069,-0.06l0.07,-0.06l0.07,-0.059l0.071,-0.057l0.072,-0.057l0.072,-0.057l0.073,-0.055l0.074,-0.054l0.074,-0.054l0.075,-0.053l0.076,-0.052l0.076,-0.05l0.077,-0.051l0.079,-0.049l0.078,-0.048l0.079,-0.047l0.08,-0.047l0.08,-0.045l0.08,-0.045l0.082,-0.044l0.082,-0.042l0.082,-0.042l0.084,-0.041l0.084,-0.04l0.084,-0.038l0.085,-0.038l0.086,-0.037l0.085,-0.036l0.087,-0.034l0.086,-0.034l0.088,-0.033l0.089,-0.032l0.088,-0.03l0.089,-0.03l0.09,-0.028l0.089,-0.028l0.092,-0.026l0.09,-0.025l0.091,-0.024l0.093,-0.023l0.091,-0.022l0.093,-0.021l0.094,-0.02l0.092,-0.018l0.095,-0.018l0.094,-0.016l0.094,-0.015l0.095,-0.014l0.096,-0.013l0.095,-0.011l0.096,-0.011l0.097,-0.009l0.097,-0.008l0.096,-0.007l0.097,-0.005l0.098,-0.004l0.098,-0.004l0.098,-0.001l0.098,-0.001l0.098,0.001Zm-0.177,1.5l-0.079,0.001l-0.079,0.003l-0.078,0.003l-0.079,0.004l-0.078,0.006l-0.077,0.006l-0.078,0.008l-0.077,0.008l-0.077,0.009l-0.076,0.011l-0.077,0.011l-0.076,0.012l-0.075,0.013l-0.076,0.014l-0.075,0.015l-0.074,0.016l-0.075,0.016l-0.074,0.018l-0.073,0.018l-0.074,0.02l-0.073,0.02l-0.072,0.021l-0.072,0.022l-0.072,0.023l-0.072,0.024l-0.071,0.024l-0.07,0.026l-0.071,0.026l-0.07,0.027l-0.069,0.028l-0.069,0.028l-0.069,0.03l-0.068,0.03l-0.067,0.031l-0.068,0.032l-0.066,0.033l-0.067,0.034l-0.066,0.034l-0.065,0.035l-0.065,0.036l-0.065,0.036l-0.064,0.038l-0.063,0.038l-0.063,0.038l-0.063,0.04l-0.062,0.04l-0.061,0.041l-0.061,0.042l-0.06,0.042l-0.06,0.044l-0.06,0.043l-0.058,0.045l-0.059,0.045l-0.057,0.046l-0.057,0.047l-0.057,0.047l-0.056,0.048l-0.055,0.048l-0.055,0.049l-0.054,0.05l-0.054,0.051l-0.053,0.051l-0.052,0.052l-0.052,0.052l-0.051,0.053l-0.05,0.054l-0.05,0.054l-0.049,0.055l-0.049,0.055l-0.048,0.056l-0.047,0.056l-0.047,0.058l-0.046,0.057l-0.045,0.058l-0.044,0.059l-0.044,0.06l-0.043,0.059l-0.043,0.061l-0.041,0.061l-0.041,0.061l-0.041,0.062l-0.039,0.063l-0.039,0.063l-0.038,0.063l-0.037,0.064l-0.037,0.065l-0.036,0.065l-0.035,0.065l-0.034,0.066l-0.034,0.066l-0.032,0.067l-0.032,0.067l-0.031,0.068l-0.031,0.068l-0.029,0.069l-0.029,0.069l-0.028,0.069l-0.027,0.07l-0.026,0.07l-0.026,0.071l-0.024,0.071l-0.024,0.071l-0.023,0.072l-0.022,0.072l-0.021,0.073l-0.02,0.073l-0.019,0.073l-0.019,0.074l-0.018,0.074l-0.016,0.074l-0.016,0.075l-0.015,0.075l-0.014,0.075l-0.013,0.076l-0.012,0.076l-0.011,0.076l-0.01,0.077l-0.01,0.077l-0.008,0.077l-0.007,0.077l-0.007,0.078l-0.005,0.078l-0.005,0.078l-0.003,0.079l-0.003,0.078l-0.001,0.079l-0.001,0.08l0.001,0.048l0.001,0.047l0.002,0.047l0.003,0.047l0.004,0.047l0.004,0.046l0.006,0.047l0.006,0.046l0.007,0.045l0.007,0.046l0.009,0.045l0.009,0.045l0.02,0.089l0.023,0.088l0.025,0.088l0.028,0.086l0.031,0.087l0.032,0.085l0.035,0.085l0.037,0.085l0.039,0.084l0.041,0.083l0.043,0.084l0.044,0.083l0.046,0.083l0.047,0.083l0.048,0.082l0.05,0.083l0.051,0.083l0.052,0.082l0.107,0.166l0.109,0.168l0.224,0.339l0.113,0.173l0.112,0.176l0.055,0.089l0.056,0.091l0.054,0.091l0.054,0.092l0.053,0.093l0.053,0.095l0.051,0.095l0.05,0.097l0.049,0.098l0.048,0.1l0.046,0.101l0.045,0.102l0.043,0.104l0.041,0.106l0.04,0.107l0.038,0.109l0.035,0.111l0.034,0.112l0.031,0.115l0.029,0.116l0.026,0.119l0.012,0.06l0.012,0.06l0.011,0.061l0.01,0.062l0.01,0.062l0.009,0.063l0.008,0.063l0.007,0.064l0.007,0.064l0.006,0.065l0.005,0.066l0.004,0.066l0.003,0.067l0.003,0.067l0.519,-0.006l0.493,-0.004l0.472,-0.001l0.454,0.001l0.439,0.002l0.429,0.004l0.843,0.009l0.421,0.004l0.425,0.004l0.435,0.003l0.446,0.002l0.463,-0.001l0.483,-0.002l0.506,-0.006l0.534,-0.009l-0.001,-0.061l0,-0.061l0.001,-0.061l0.002,-0.06l0.003,-0.06l0.003,-0.059l0.005,-0.059l0.005,-0.059l0.006,-0.058l0.007,-0.057l0.008,-0.057l0.009,-0.057l0.009,-0.057l0.01,-0.056l0.011,-0.055l0.011,-0.055l0.012,-0.055l0.013,-0.055l0.028,-0.108l0.031,-0.106l0.033,-0.105l0.035,-0.104l0.037,-0.103l0.04,-0.101l0.042,-0.1l0.043,-0.099l0.046,-0.098l0.047,-0.097l0.048,-0.096l0.05,-0.095l0.052,-0.094l0.052,-0.094l0.054,-0.092l0.054,-0.092l0.056,-0.091l0.056,-0.091l0.057,-0.09l0.115,-0.178l0.116,-0.176l0.232,-0.349l0.113,-0.173l0.112,-0.173l0.054,-0.086l0.053,-0.086l0.052,-0.087l0.051,-0.087l0.05,-0.087l0.048,-0.087l0.047,-0.087l0.044,-0.088l0.043,-0.089l0.042,-0.088l0.039,-0.089l0.036,-0.09l0.035,-0.091l0.032,-0.09l0.03,-0.092l0.027,-0.092l0.024,-0.094l0.011,-0.046l0.011,-0.048l0.009,-0.047l0.009,-0.047l0.008,-0.048l0.008,-0.048l0.006,-0.048l0.006,-0.049l0.005,-0.049l0.004,-0.049l0.003,-0.049l0.002,-0.049l0.001,-0.05l0.001,-0.05l-0.001,-0.08l-0.001,-0.079l-0.003,-0.078l-0.003,-0.079l-0.005,-0.078l-0.005,-0.078l-0.007,-0.078l-0.007,-0.077l-0.008,-0.077l-0.01,-0.077l-0.01,-0.077l-0.011,-0.076l-0.012,-0.076l-0.013,-0.076l-0.014,-0.075l-0.015,-0.075l-0.016,-0.075l-0.016,-0.074l-0.018,-0.074l-0.019,-0.074l-0.019,-0.073l-0.02,-0.073l-0.021,-0.073l-0.022,-0.072l-0.023,-0.072l-0.024,-0.071l-0.024,-0.071l-0.026,-0.071l-0.026,-0.07l-0.027,-0.07l-0.028,-0.069l-0.029,-0.069l-0.029,-0.069l-0.031,-0.068l-0.031,-0.068l-0.032,-0.067l-0.032,-0.067l-0.034,-0.066l-0.034,-0.066l-0.035,-0.065l-0.036,-0.065l-0.037,-0.065l-0.037,-0.064l-0.038,-0.063l-0.039,-0.063l-0.039,-0.063l-0.041,-0.062l-0.041,-0.061l-0.041,-0.061l-0.043,-0.061l-0.043,-0.059l-0.044,-0.06l-0.044,-0.059l-0.045,-0.058l-0.046,-0.057l-0.047,-0.058l-0.047,-0.056l-0.048,-0.056l-0.049,-0.055l-0.049,-0.055l-0.05,-0.054l-0.05,-0.054l-0.051,-0.053l-0.052,-0.052l-0.052,-0.052l-0.053,-0.051l-0.054,-0.051l-0.054,-0.05l-0.055,-0.049l-0.055,-0.048l-0.056,-0.048l-0.057,-0.047l-0.057,-0.047l-0.057,-0.046l-0.059,-0.045l-0.058,-0.045l-0.06,-0.043l-0.06,-0.044l-0.06,-0.042l-0.061,-0.042l-0.061,-0.041l-0.062,-0.04l-0.063,-0.04l-0.063,-0.038l-0.063,-0.038l-0.064,-0.038l-0.065,-0.036l-0.065,-0.036l-0.065,-0.035l-0.066,-0.034l-0.067,-0.034l-0.066,-0.033l-0.068,-0.032l-0.067,-0.031l-0.068,-0.03l-0.069,-0.03l-0.069,-0.028l-0.069,-0.028l-0.07,-0.027l-0.071,-0.026l-0.07,-0.026l-0.071,-0.024l-0.072,-0.024l-0.072,-0.023l-0.072,-0.022l-0.072,-0.021l-0.073,-0.02l-0.074,-0.02l-0.073,-0.018l-0.074,-0.018l-0.075,-0.016l-0.074,-0.016l-0.075,-0.015l-0.076,-0.014l-0.075,-0.013l-0.076,-0.012l-0.077,-0.011l-0.076,-0.011l-0.077,-0.009l-0.077,-0.008l-0.078,-0.008l-0.077,-0.006l-0.078,-0.006l-0.079,-0.004l-0.078,-0.003l-0.079,-0.003l-0.079,-0.001l-0.079,-0.001l-0.079,0.001Z" style="fill:#fff;"/><path d="M15.472,7.419c-2.606,0 -4.719,2.113 -4.719,4.719" style="fill:none;stroke:#fff;stroke-width:1px;"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.284 2.498c-.239.266-.184.617-.184 1.002V4H2a.5.5 0 0 0-.492.41L1.5 4.5V17a1 1 0 0 0 .883.993L2.5 18h10a1 1 0 0 0 .97-.752l-.081-.062c.438.368.976.54 1.507.526a2.5 2.5 0 0 1-2.232 1.783l-.164.005h-10a2.5 2.5 0 0 1-2.495-2.336L0 17V4.5a2 2 0 0 1 1.85-1.995L2 2.5l.284-.002zm10.532 0L13 2.5a2 2 0 0 1 1.995 1.85L15 4.5v2.28a2.243 2.243 0 0 0-1.5.404V4.5a.5.5 0 0 0-.41-.492L13 4v-.5l-.007-.144c-.031-.329.032-.626-.177-.858z"/><path d="m6 .49-.144.006a1.75 1.75 0 0 0-1.41.94l-.029.058.083-.004c-.69 0-1.25.56-1.25 1.25v1c0 .69.56 1.25 1.25 1.25h6c.69 0 1.25-.56 1.25-1.25v-1l-.006-.128a1.25 1.25 0 0 0-1.116-1.116l-.046-.002-.027-.058A1.75 1.75 0 0 0 9 .49H6zm0 1.5h3a.25.25 0 0 1 .25.25l.007.102A.75.75 0 0 0 10 2.99h.25v.5h-5.5v-.5H5a.75.75 0 0 0 .743-.648l.007-.102A.25.25 0 0 1 6 1.99zM15.374 8.54a.75.75 0 0 1-.093 1.056l-2.33 1.954h6.127a.75.75 0 0 1 0 1.501h-5.949l2.19 1.837a.75.75 0 1 1-.966 1.15l-3.788-3.18a.747.747 0 0 1-.21-.285.75.75 0 0 1 .17-.945l3.792-3.182a.75.75 0 0 1 1.057.093z"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 34 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:1.5;"><g><path d="M20.505,1.722c-2.308,-0.518 -4.702,-0.518 -7.01,0c-0.563,1.641 -0.846,3.33 -0.849,5.065c-0.93,0.384 -1.805,0.889 -2.603,1.503c-1.504,-0.866 -3.107,-1.465 -4.811,-1.798c-1.602,1.74 -2.799,3.813 -3.504,6.071c1.139,1.308 2.46,2.398 3.962,3.268c-0.133,0.997 -0.133,2.008 0,3.005c-1.502,0.87 -2.823,1.959 -3.962,3.268c0.705,2.258 1.902,4.331 3.504,6.07c1.704,-0.333 3.307,-0.932 4.811,-1.797c0.798,0.613 1.673,1.119 2.603,1.503c0.003,1.735 0.286,3.423 0.849,5.065c2.308,0.518 4.702,0.518 7.01,0c0.563,-1.642 0.846,-3.33 0.849,-5.065c0.93,-0.384 1.805,-0.89 2.603,-1.503c1.504,0.865 3.107,1.464 4.811,1.797c1.602,-1.739 2.799,-3.812 3.504,-6.07c-1.139,-1.309 -2.46,-2.398 -3.962,-3.268c0.133,-0.997 0.133,-2.008 0,-3.005c1.502,-0.87 2.823,-1.96 3.962,-3.268c-0.705,-2.258 -1.902,-4.331 -3.504,-6.071c-1.704,0.333 -3.307,0.932 -4.811,1.798c-0.798,-0.614 -1.673,-1.119 -2.603,-1.503c-0.003,-1.735 -0.286,-3.424 -0.849,-5.065Zm-3.505,9.388c3.435,0 6.223,2.789 6.223,6.223c0,3.435 -2.788,6.223 -6.223,6.223c-3.435,0 -6.223,-2.788 -6.223,-6.223c0,-3.434 2.788,-6.223 6.223,-6.223Z" style="fill:none;stroke:#02c7cd;stroke-width:1.5px;"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 30 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:1.5;"><g><path d="M26.661,0.217l0.076,0.003l0.075,0.005l0.074,0.006l0.075,0.009l0.073,0.01l0.073,0.012l0.073,0.014l0.071,0.016l0.071,0.017l0.071,0.019l0.07,0.021l0.069,0.022l0.068,0.024l0.067,0.026l0.067,0.027l0.066,0.029l0.065,0.03l0.064,0.032l0.063,0.034l0.062,0.035l0.062,0.036l0.06,0.038l0.06,0.039l0.058,0.04l0.058,0.042l0.056,0.043l0.055,0.045l0.054,0.046l0.053,0.047l0.052,0.048l0.051,0.05l0.049,0.05l0.049,0.052l0.047,0.053l0.046,0.054l0.044,0.056l0.043,0.056l0.042,0.057l0.041,0.059l0.039,0.059l0.038,0.061l0.036,0.061l0.035,0.062l0.033,0.064l0.032,0.064l0.03,0.065l0.029,0.065l0.027,0.067l0.026,0.068l0.024,0.068l0.023,0.069l0.02,0.07l0.019,0.07l0.018,0.071l0.015,0.072l0.014,0.072l0.012,0.073l0.011,0.074l0.008,0.074l0.007,0.075l0.005,0.075l0.002,0.076l0.001,0.076l0,26.092l-0.001,0.076l-0.002,0.076l-0.005,0.075l-0.007,0.075l-0.008,0.074l-0.011,0.074l-0.012,0.073l-0.014,0.072l-0.015,0.072l-0.018,0.071l-0.019,0.07l-0.02,0.07l-0.023,0.069l-0.024,0.068l-0.026,0.068l-0.027,0.066l-0.029,0.066l-0.03,0.065l-0.032,0.064l-0.033,0.064l-0.035,0.062l-0.036,0.061l-0.038,0.061l-0.039,0.059l-0.041,0.059l-0.042,0.057l-0.043,0.056l-0.044,0.056l-0.046,0.054l-0.047,0.053l-0.049,0.052l-0.049,0.05l-0.051,0.05l-0.052,0.048l-0.053,0.047l-0.054,0.046l-0.055,0.045l-0.057,0.043l-0.057,0.042l-0.058,0.04l-0.06,0.039l-0.06,0.038l-0.062,0.036l-0.062,0.035l-0.063,0.034l-0.064,0.031l-0.065,0.031l-0.066,0.029l-0.067,0.027l-0.067,0.026l-0.068,0.024l-0.069,0.022l-0.07,0.021l-0.071,0.019l-0.071,0.017l-0.071,0.016l-0.073,0.014l-0.073,0.012l-0.073,0.01l-0.075,0.009l-0.074,0.006l-0.075,0.005l-0.076,0.003l-0.076,0.001l-23.631,0l-0.076,-0.001l-0.076,-0.003l-0.075,-0.005l-0.075,-0.006l-0.074,-0.009l-0.074,-0.01l-0.073,-0.012l-0.072,-0.014l-0.072,-0.016l-0.071,-0.017l-0.07,-0.019l-0.07,-0.021l-0.069,-0.022l-0.068,-0.024l-0.068,-0.026l-0.066,-0.027l-0.066,-0.029l-0.065,-0.031l-0.064,-0.031l-0.064,-0.034l-0.062,-0.035l-0.061,-0.036l-0.061,-0.038l-0.059,-0.039l-0.059,-0.04l-0.057,-0.042l-0.056,-0.043l-0.056,-0.045l-0.054,-0.046l-0.053,-0.047l-0.052,-0.048l-0.05,-0.05l-0.05,-0.05l-0.048,-0.052l-0.047,-0.053l-0.046,-0.054l-0.045,-0.056l-0.043,-0.056l-0.042,-0.057l-0.04,-0.059l-0.039,-0.059l-0.038,-0.061l-0.036,-0.061l-0.035,-0.062l-0.034,-0.064l-0.032,-0.064l-0.03,-0.065l-0.029,-0.066l-0.027,-0.066l-0.026,-0.068l-0.024,-0.068l-0.022,-0.069l-0.021,-0.07l-0.019,-0.07l-0.017,-0.071l-0.016,-0.072l-0.014,-0.072l-0.012,-0.073l-0.01,-0.074l-0.009,-0.074l-0.006,-0.075l-0.005,-0.075l-0.003,-0.076l-0.001,-0.076l0,-26.092l0.001,-0.076l0.003,-0.076l0.005,-0.075l0.006,-0.075l0.009,-0.074l0.01,-0.074l0.012,-0.073l0.014,-0.072l0.016,-0.072l0.017,-0.071l0.019,-0.07l0.021,-0.07l0.022,-0.069l0.024,-0.068l0.026,-0.068l0.027,-0.067l0.029,-0.065l0.03,-0.065l0.032,-0.064l0.034,-0.064l0.035,-0.062l0.036,-0.061l0.038,-0.061l0.039,-0.059l0.04,-0.059l0.042,-0.057l0.043,-0.056l0.045,-0.056l0.046,-0.054l0.047,-0.053l0.048,-0.052l0.05,-0.05l0.05,-0.05l0.052,-0.048l0.053,-0.047l0.054,-0.046l0.056,-0.045l0.056,-0.043l0.057,-0.042l0.059,-0.04l0.059,-0.039l0.061,-0.038l0.061,-0.036l0.062,-0.035l0.064,-0.034l0.064,-0.032l0.065,-0.03l0.065,-0.029l0.067,-0.027l0.068,-0.026l0.068,-0.024l0.069,-0.022l0.07,-0.021l0.07,-0.019l0.071,-0.017l0.072,-0.016l0.072,-0.014l0.073,-0.012l0.074,-0.01l0.074,-0.009l0.075,-0.006l0.075,-0.005l0.076,-0.003l0.076,-0.001l23.631,0l0.076,0.001Zm-23.698,1.499l-0.047,0.001l-0.038,0.001l-0.037,0.002l-0.037,0.004l-0.037,0.004l-0.036,0.005l-0.036,0.006l-0.035,0.007l-0.035,0.007l-0.035,0.009l-0.034,0.009l-0.034,0.01l-0.034,0.011l-0.033,0.012l-0.033,0.012l-0.033,0.014l-0.032,0.014l-0.032,0.015l-0.031,0.015l-0.031,0.017l-0.031,0.017l-0.03,0.018l-0.03,0.018l-0.029,0.02l-0.029,0.02l-0.029,0.02l-0.027,0.022l-0.028,0.022l-0.027,0.022l-0.026,0.024l-0.026,0.024l-0.025,0.024l-0.024,0.026l-0.024,0.025l-0.023,0.026l-0.023,0.027l-0.022,0.028l-0.022,0.027l-0.02,0.029l-0.02,0.029l-0.02,0.029l-0.018,0.03l-0.018,0.03l-0.017,0.03l-0.017,0.032l-0.015,0.031l-0.015,0.032l-0.014,0.032l-0.014,0.033l-0.012,0.033l-0.012,0.033l-0.011,0.033l-0.01,0.035l-0.009,0.034l-0.009,0.035l-0.007,0.035l-0.007,0.035l-0.006,0.036l-0.005,0.036l-0.004,0.037l-0.004,0.036l-0.002,0.038l-0.001,0.038l-0.001,0.047l0,26.074l0.001,0.047l0.001,0.038l0.002,0.037l0.004,0.037l0.004,0.037l0.005,0.036l0.006,0.036l0.007,0.035l0.007,0.035l0.009,0.035l0.009,0.034l0.01,0.034l0.011,0.034l0.012,0.033l0.012,0.033l0.014,0.033l0.014,0.032l0.015,0.032l0.015,0.031l0.017,0.031l0.017,0.031l0.018,0.03l0.018,0.03l0.02,0.029l0.02,0.029l0.02,0.028l0.022,0.028l0.022,0.028l0.022,0.026l0.024,0.027l0.024,0.026l0.024,0.025l0.025,0.024l0.026,0.024l0.026,0.023l0.027,0.023l0.028,0.022l0.027,0.021l0.029,0.021l0.029,0.02l0.029,0.02l0.03,0.018l0.03,0.018l0.031,0.017l0.031,0.017l0.031,0.015l0.032,0.015l0.032,0.014l0.033,0.014l0.033,0.012l0.033,0.012l0.034,0.011l0.034,0.01l0.034,0.009l0.035,0.009l0.035,0.007l0.035,0.007l0.036,0.006l0.036,0.005l0.037,0.004l0.037,0.004l0.037,0.002l0.038,0.001l0.047,0.001l23.612,0l0.048,-0.001l0.037,-0.001l0.038,-0.002l0.037,-0.004l0.036,-0.004l0.036,-0.005l0.036,-0.006l0.036,-0.007l0.035,-0.007l0.034,-0.009l0.035,-0.009l0.034,-0.01l0.033,-0.011l0.034,-0.012l0.033,-0.012l0.032,-0.014l0.032,-0.014l0.032,-0.015l0.032,-0.015l0.031,-0.017l0.03,-0.017l0.031,-0.018l0.029,-0.018l0.03,-0.02l0.029,-0.02l0.028,-0.02l0.028,-0.022l0.027,-0.022l0.027,-0.023l0.026,-0.023l0.026,-0.024l0.025,-0.024l0.025,-0.025l0.024,-0.026l0.023,-0.027l0.023,-0.026l0.022,-0.028l0.021,-0.028l0.021,-0.028l0.02,-0.029l0.019,-0.029l0.019,-0.03l0.018,-0.03l0.017,-0.031l0.016,-0.031l0.016,-0.031l0.015,-0.032l0.014,-0.033l0.013,-0.032l0.013,-0.033l0.011,-0.033l0.011,-0.034l0.01,-0.034l0.01,-0.034l0.008,-0.035l0.008,-0.035l0.007,-0.035l0.005,-0.036l0.006,-0.036l0.004,-0.037l0.003,-0.037l0.002,-0.037l0.002,-0.038l0,-0.047l0,-26.074l0,-0.047l-0.002,-0.038l-0.002,-0.038l-0.003,-0.036l-0.004,-0.037l-0.006,-0.036l-0.005,-0.036l-0.007,-0.035l-0.008,-0.035l-0.008,-0.035l-0.01,-0.035l-0.01,-0.033l-0.011,-0.034l-0.011,-0.033l-0.013,-0.033l-0.013,-0.033l-0.014,-0.032l-0.015,-0.032l-0.016,-0.031l-0.016,-0.031l-0.017,-0.031l-0.018,-0.03l-0.019,-0.03l-0.019,-0.029l-0.02,-0.029l-0.021,-0.029l-0.021,-0.027l-0.022,-0.028l-0.023,-0.027l-0.023,-0.026l-0.024,-0.025l-0.025,-0.026l-0.025,-0.024l-0.026,-0.024l-0.026,-0.024l-0.027,-0.022l-0.027,-0.022l-0.028,-0.022l-0.029,-0.02l-0.028,-0.02l-0.03,-0.02l-0.029,-0.018l-0.031,-0.018l-0.03,-0.017l-0.031,-0.017l-0.032,-0.015l-0.031,-0.015l-0.033,-0.014l-0.032,-0.014l-0.033,-0.012l-0.034,-0.012l-0.033,-0.011l-0.034,-0.01l-0.035,-0.009l-0.034,-0.009l-0.035,-0.007l-0.036,-0.007l-0.036,-0.006l-0.036,-0.005l-0.036,-0.004l-0.037,-0.004l-0.038,-0.002l-0.037,-0.001l-0.048,-0.001l-23.612,0Z" style="fill:#8bc34a;"/><path d="M14,9l9,0" style="fill:none;stroke:#8bc34a;stroke-width:1.5px;"/><path d="M7,9l2,0" style="fill:none;stroke:#8bc34a;stroke-width:1.5px;"/><path d="M14,17l9,0" style="fill:none;stroke:#8bc34a;stroke-width:1.5px;"/><path d="M7,17l2,0" style="fill:none;stroke:#8bc34a;stroke-width:1.5px;"/><path d="M14,25l9,0" style="fill:none;stroke:#8bc34a;stroke-width:1.5px;"/><path d="M7,25l2,0" style="fill:none;stroke:#8bc34a;stroke-width:1.5px;"/></g></svg>
@@ -1 +0,0 @@
1
- <svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M14.873 3.35L11.527.123A.444.444 0 0 0 11.218 0H1.922c-.508 0-.92.398-.92.887v16.226c0 .489.412.887.92.887h12.16c.507 0 .92-.398.92-.887V3.648a.42.42 0 0 0-.129-.298zM11 1.5l2.297 2.176h-2.24A.056.056 0 0 1 11 3.622V1.5zM2.38 16.665V1.622c0-.01 2.54-.003 7.62.02v1.741c0 .48.494 1.244 1 1.244h2.626v12.081s-11.247-.03-11.247-.043z"/><path d="M10.645 6h-6.29C4.16 6 4 6.336 4 6.75s.16.75.355.75h6.29c.196 0 .355-.336.355-.75S10.84 6 10.645 6zM10.645 9h-6.29C4.16 9 4 9.336 4 9.75s.16.75.355.75h6.29c.196 0 .355-.336.355-.75S10.84 9 10.645 9zM8.54 12H4.46c-.254 0-.46.336-.46.75s.206.75.46.75h4.08c.254 0 .46-.336.46-.75S8.794 12 8.54 12z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g><path d="m11.024 12.655 2.837-3.189a.75.75 0 0 1 1.15.965l-4.18 4.788a.747.747 0 0 1-.285.21.75.75 0 0 1-.945-.17L5.42 10.467a.75.75 0 1 1 1.15-.964l2.954 3.331V2.707a.75.75 0 1 1 1.501 0v9.948z"/><path d="M17.3 15.54a.75.75 0 0 1 .743.648l.007.102v.96a1.75 1.75 0 0 1-1.606 1.745l-.144.006h-12a1.75 1.75 0 0 1-1.744-1.607l-.006-.143v-.961a.75.75 0 0 1 1.493-.102l.007.102v.96a.25.25 0 0 0 .193.244l.057.007h12a.25.25 0 0 0 .243-.193l.007-.057v-.961a.75.75 0 0 1 .75-.75z"/></g></svg>
@@ -1,2 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M888 1184l116-116-152-152-116 116v56h96v96h56zm440-720q-16-16-33 1l-350 350q-17 17-1 33t33-1l350-350q17-17 1-33zm80 594v190q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-14 14-32 8-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-126q0-13 9-22l64-64q15-15 35-7t20 29zm-96-738l288 288-672 672h-288v-288zm444 132l-92 92-288-288 92-92q28-28 68-28t68 28l152 152q28 28 28 68t-28 68z"/></svg>
@@ -1,2 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M896 128q209 0 385.5 103t279.5 279.5 103 385.5-103 385.5-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103zm128 1247v-190q0-14-9-23.5t-22-9.5h-192q-13 0-23 10t-10 23v190q0 13 10 23t23 10h192q13 0 22-9.5t9-23.5zm-2-344l18-621q0-12-10-18-10-8-24-8h-220q-14 0-24 8-10 6-10 18l17 621q0 10 10 17.5t24 7.5h185q14 0 23.5-7.5t10.5-17.5z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512"><path fill="#808080" d="M256 96C144.341 96 47.559 161.021 0 256c47.559 94.979 144.341 160 256 160 111.656 0 208.439-65.021 256-160-47.559-94.979-144.344-160-256-160zm126.225 84.852c30.082 19.187 55.572 44.887 74.719 75.148-19.146 30.261-44.639 55.961-74.719 75.148C344.428 355.257 300.779 368 256 368c-44.78 0-88.428-12.743-126.225-36.852C99.695 311.96 74.205 286.26 55.058 256c19.146-30.262 44.637-55.962 74.717-75.148a235.143 235.143 0 0 1 5.929-3.65C130.725 190.866 128 205.613 128 221c0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-15.387-2.725-30.134-7.703-43.799a240.633 240.633 0 0 1 5.928 3.651zM256 205c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48z"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 14 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><path d="M10.468,0.601l2.133,0l-4.594,6.656l0,4.65l-2.577,1.622l0,-6.272l-4.829,-6.656l7.951,0" style="fill:none;stroke:#4d4d4d;stroke-width:1.2px;"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g id="info"><circle cx="15" cy="15" r="15" style="fill:#2d2d2d;"/><path d="M19.935,8.601l2.666,0l-5.743,8.32l0.001,5.813l-3.222,2.027l0,-7.84l-6.036,-8.32l9.939,0" style="fill:none;stroke:#fff;stroke-width:1.5px;"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 34 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><path d="M15.769,1.447l4.901,4.923l9.868,0c1.359,0 2.462,1.103 2.462,2.461l0,19.693c0,1.358 -1.103,2.461 -2.462,2.461l-27.076,0c-1.359,0 -2.462,-1.103 -2.462,-2.461l0,-19.693c0,0 0,-4.923 0,-4.923c0,-1.358 1.103,-2.461 2.462,-2.461l12.307,0Z" style="fill:none;stroke:#54acf2;stroke-width:1.5px;"/><path d="M2,12l30,0" style="fill:none;stroke:#54acf2;stroke-width:1.5px;stroke-linejoin:bevel;"/></g></svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg">
2
- <svg id="github" viewBox="0 0 24 24">
3
- <title id="simpleicons-github-icon">GitHub</title>
4
- <path fill="#ffffff" 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"/>
5
- </svg>
6
- </svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11.549.674L8.526 3.697a1 1 0 0 0 0 1.414l2.121 2.122a1 1 0 0 0 1.414 0l3.023-3.023a5.5 5.5 0 0 1-6.152 7.12L5.33 14.932a2 2 0 0 1-2.829 0L.826 13.257a2 2 0 0 1 0-2.828l3.602-3.602a5.5 5.5 0 0 1 7.12-6.153z" fill="#2F3945" fill-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="12" height="17" viewBox="0 0 12 17" xmlns="http://www.w3.org/2000/svg"><path d="M8.788 11.08c1.011-1.382 1.137-3.004.378-4.866 2.426 1.506 3.156 3.66 2.19 6.462l-.017-.004c-.626 2.638-3.435 4.269-6.333 3.653C2.07 15.7.154 13.005.728 10.304l.06.012c.721-1.963.524-3.667-.59-5.113 2.055.545 3.272 2.194 3.65 4.947.85-2.654.33-5.733-1.558-9.238 4.778 1.48 6.944 4.87 6.498 10.168z" fill="#F3800F" fill-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><path d="M7 14A7 7 0 1 1 7 0a7 7 0 0 1 0 14zM4.828 3.615v6.77l6-3.383-6-3.387z" fill="#65B20D" fill-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="14" height="10" viewBox="0 0 14 10" xmlns="http://www.w3.org/2000/svg"><path d="M4 0h10v2H4V0zM0 0h2v2H0V0zm4 4h10v2H4V4zm0 4h10v2H4V8zM0 4h2v2H0V4zm0 4h2v2H0V8z" fill="#4384CF" fill-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g id="bulb"><circle cx="15" cy="15" r="15" style="fill:#32c1b1;"/><path d="M15,11.921c1.947,-3.701 5.842,-3.701 7.789,-2.197c1.948,1.505 1.948,4.513 0,7.522c-1.363,2.257 -4.868,4.514 -7.789,6.018c-2.921,-1.504 -6.426,-3.761 -7.79,-6.018c-1.947,-3.009 -1.947,-6.017 0,-7.522c1.948,-1.504 5.843,-1.504 7.79,2.197Z" style="fill:none;stroke:#fff;stroke-width:1.5px;"/></g></svg>
@@ -1,4 +0,0 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6 0.75C3.10078 0.75 0.75 3.10078 0.75 6C0.75 8.89922 3.10078 11.25 6 11.25C8.89922 11.25 11.25 8.89922 11.25 6C11.25 3.10078 8.89922 0.75 6 0.75ZM6 10.3594C3.59297 10.3594 1.64063 8.40703 1.64063 6C1.64063 3.59297 3.59297 1.64063 6 1.64063C8.40703 1.64063 10.3594 3.59297 10.3594 6C10.3594 8.40703 8.40703 10.3594 6 10.3594Z" fill="white"/>
3
- <path d="M5.43732 3.9375C5.43732 4.08668 5.49658 4.22976 5.60207 4.33525C5.70756 4.44074 5.85063 4.5 5.99982 4.5C6.149 4.5 6.29207 4.44074 6.39756 4.33525C6.50305 4.22976 6.56232 4.08668 6.56232 3.9375C6.56232 3.78832 6.50305 3.64524 6.39756 3.53975C6.29207 3.43426 6.149 3.375 5.99982 3.375C5.85063 3.375 5.70756 3.43426 5.60207 3.53975C5.49658 3.64524 5.43732 3.78832 5.43732 3.9375ZM6.28107 5.25H5.71857C5.667 5.25 5.62482 5.29219 5.62482 5.34375V8.53125C5.62482 8.58281 5.667 8.625 5.71857 8.625H6.28107C6.33263 8.625 6.37482 8.58281 6.37482 8.53125V5.34375C6.37482 5.29219 6.33263 5.25 6.28107 5.25Z" fill="white"/>
4
- </svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="info"><circle cx="15" cy="15" r="15" style="fill:#3f51b5;"/><path d="M15.127,12.503l0.127,0.009l0.126,0.016l0.123,0.023l0.121,0.027l0.12,0.034l0.115,0.04l0.114,0.044l0.112,0.051l0.109,0.056l0.104,0.06l0.101,0.064l0.098,0.07l0.094,0.074l0.09,0.078l0.087,0.083l0.082,0.086l0.079,0.091l0.074,0.094l0.069,0.097l0.066,0.103l0.06,0.104l0.055,0.108l0.05,0.111l0.045,0.115l0.04,0.116l0.034,0.119l0.028,0.121l0.022,0.124l0.016,0.126l0.009,0.126l0.003,0.108l0,8.038l-0.003,0.108l-0.009,0.126l-0.016,0.126l-0.022,0.124l-0.028,0.121l-0.034,0.119l-0.04,0.116l-0.045,0.115l-0.05,0.111l-0.055,0.108l-0.06,0.104l-0.066,0.103l-0.069,0.097l-0.074,0.094l-0.079,0.091l-0.082,0.086l-0.087,0.083l-0.09,0.078l-0.094,0.074l-0.098,0.07l-0.101,0.064l-0.104,0.06l-0.109,0.056l-0.112,0.051l-0.114,0.044l-0.115,0.04l-0.12,0.034l-0.121,0.027l-0.123,0.023l-0.126,0.016l-0.127,0.009l-0.127,0.003l-0.127,-0.003l-0.127,-0.009l-0.126,-0.016l-0.123,-0.023l-0.121,-0.027l-0.12,-0.034l-0.115,-0.04l-0.114,-0.044l-0.112,-0.051l-0.109,-0.056l-0.104,-0.06l-0.101,-0.064l-0.098,-0.07l-0.094,-0.074l-0.09,-0.078l-0.087,-0.083l-0.082,-0.086l-0.079,-0.091l-0.074,-0.094l-0.069,-0.097l-0.066,-0.103l-0.06,-0.104l-0.055,-0.108l-0.05,-0.111l-0.045,-0.115l-0.04,-0.116l-0.034,-0.119l-0.028,-0.121l-0.022,-0.124l-0.016,-0.126l-0.009,-0.126l-0.003,-0.108l0,-8.038l0.003,-0.108l0.009,-0.126l0.016,-0.126l0.022,-0.124l0.028,-0.121l0.034,-0.119l0.04,-0.116l0.045,-0.115l0.05,-0.111l0.055,-0.108l0.06,-0.104l0.066,-0.103l0.069,-0.097l0.074,-0.094l0.079,-0.091l0.082,-0.086l0.087,-0.083l0.09,-0.078l0.094,-0.074l0.098,-0.07l0.101,-0.064l0.104,-0.06l0.109,-0.056l0.112,-0.051l0.114,-0.044l0.115,-0.04l0.12,-0.034l0.121,-0.027l0.123,-0.023l0.126,-0.016l0.127,-0.009l0.127,-0.003l0.127,0.003Zm-0.178,1.498l-0.051,0.004l-0.05,0.007l-0.049,0.008l-0.049,0.012l-0.047,0.013l-0.047,0.016l-0.045,0.018l-0.044,0.02l-0.043,0.022l-0.042,0.024l-0.041,0.026l-0.039,0.028l-0.038,0.029l-0.036,0.032l-0.035,0.033l-0.033,0.035l-0.032,0.036l-0.029,0.038l-0.028,0.039l-0.026,0.041l-0.024,0.042l-0.022,0.043l-0.02,0.044l-0.018,0.045l-0.016,0.047l-0.013,0.047l-0.012,0.049l-0.008,0.049l-0.007,0.05l-0.004,0.051l-0.001,0.051l0,8l0.001,0.051l0.004,0.051l0.007,0.05l0.008,0.049l0.012,0.049l0.013,0.047l0.016,0.047l0.018,0.045l0.02,0.044l0.022,0.043l0.024,0.042l0.026,0.041l0.028,0.039l0.029,0.038l0.032,0.036l0.033,0.035l0.035,0.033l0.036,0.032l0.038,0.029l0.039,0.028l0.041,0.026l0.042,0.024l0.043,0.022l0.044,0.02l0.045,0.018l0.047,0.016l0.047,0.013l0.049,0.012l0.049,0.008l0.05,0.007l0.051,0.004l0.051,0.001l0.051,-0.001l0.051,-0.004l0.05,-0.007l0.049,-0.008l0.049,-0.012l0.047,-0.013l0.047,-0.016l0.045,-0.018l0.044,-0.02l0.043,-0.022l0.042,-0.024l0.041,-0.026l0.039,-0.028l0.038,-0.029l0.036,-0.032l0.035,-0.033l0.033,-0.035l0.032,-0.036l0.029,-0.038l0.028,-0.039l0.026,-0.041l0.024,-0.042l0.022,-0.043l0.02,-0.044l0.018,-0.045l0.016,-0.047l0.013,-0.047l0.012,-0.049l0.008,-0.049l0.007,-0.05l0.004,-0.051l0.001,-0.051l0,-8l-0.001,-0.051l-0.004,-0.051l-0.007,-0.05l-0.008,-0.049l-0.012,-0.049l-0.013,-0.047l-0.016,-0.047l-0.018,-0.045l-0.02,-0.044l-0.022,-0.043l-0.024,-0.042l-0.026,-0.041l-0.028,-0.039l-0.029,-0.038l-0.032,-0.036l-0.033,-0.035l-0.035,-0.033l-0.036,-0.032l-0.038,-0.029l-0.039,-0.028l-0.041,-0.026l-0.042,-0.024l-0.043,-0.022l-0.044,-0.02l-0.045,-0.018l-0.047,-0.016l-0.047,-0.013l-0.049,-0.012l-0.049,-0.008l-0.05,-0.007l-0.051,-0.004l-0.051,-0.001l-0.051,0.001Z" style="fill:#fff;"/><path d="M15.128,5.503l0.126,0.009l0.124,0.016l0.125,0.022l0.122,0.029l0.118,0.033l0.116,0.04l0.115,0.045l0.112,0.051l0.107,0.055l0.105,0.06l0.101,0.065l0.098,0.069l0.094,0.074l0.09,0.078l0.087,0.083l0.083,0.087l0.077,0.089l0.075,0.095l0.069,0.098l0.065,0.1l0.061,0.106l0.055,0.108l0.05,0.111l0.045,0.114l0.04,0.117l0.034,0.119l0.028,0.122l0.022,0.122l0.016,0.126l0.009,0.127l0.003,0.127l-0.003,0.127l-0.009,0.127l-0.016,0.126l-0.022,0.122l-0.028,0.122l-0.034,0.119l-0.04,0.117l-0.045,0.114l-0.05,0.111l-0.055,0.108l-0.061,0.106l-0.065,0.1l-0.069,0.098l-0.075,0.095l-0.077,0.089l-0.083,0.087l-0.087,0.083l-0.09,0.078l-0.094,0.074l-0.098,0.069l-0.101,0.065l-0.105,0.06l-0.107,0.055l-0.112,0.051l-0.115,0.045l-0.116,0.04l-0.118,0.033l-0.122,0.029l-0.125,0.022l-0.124,0.016l-0.126,0.009l-0.128,0.003l-0.128,-0.003l-0.126,-0.009l-0.124,-0.016l-0.125,-0.022l-0.122,-0.029l-0.118,-0.033l-0.116,-0.04l-0.115,-0.045l-0.112,-0.051l-0.107,-0.055l-0.105,-0.06l-0.101,-0.065l-0.098,-0.069l-0.094,-0.074l-0.09,-0.078l-0.087,-0.083l-0.083,-0.087l-0.077,-0.089l-0.075,-0.095l-0.069,-0.098l-0.065,-0.1l-0.061,-0.106l-0.055,-0.108l-0.05,-0.111l-0.045,-0.114l-0.04,-0.117l-0.034,-0.119l-0.028,-0.122l-0.022,-0.122l-0.016,-0.126l-0.009,-0.127l-0.003,-0.127l0.003,-0.127l0.009,-0.127l0.016,-0.126l0.022,-0.122l0.028,-0.122l0.034,-0.119l0.04,-0.117l0.045,-0.114l0.05,-0.111l0.055,-0.108l0.061,-0.106l0.065,-0.1l0.069,-0.098l0.075,-0.095l0.077,-0.089l0.083,-0.087l0.087,-0.083l0.09,-0.078l0.094,-0.074l0.098,-0.069l0.101,-0.065l0.105,-0.06l0.107,-0.055l0.112,-0.051l0.115,-0.045l0.116,-0.04l0.118,-0.033l0.122,-0.029l0.125,-0.022l0.124,-0.016l0.126,-0.009l0.128,-0.003l0.128,0.003Zm-0.179,1.498l-0.051,0.004l-0.05,0.007l-0.049,0.008l-0.049,0.012l-0.047,0.013l-0.047,0.016l-0.045,0.018l-0.044,0.02l-0.043,0.022l-0.042,0.024l-0.041,0.026l-0.039,0.028l-0.038,0.029l-0.036,0.032l-0.035,0.033l-0.033,0.035l-0.032,0.036l-0.029,0.038l-0.028,0.039l-0.026,0.041l-0.024,0.042l-0.022,0.043l-0.02,0.044l-0.018,0.045l-0.016,0.047l-0.013,0.047l-0.012,0.049l-0.008,0.049l-0.007,0.05l-0.004,0.051l-0.001,0.051l0.001,0.051l0.004,0.051l0.007,0.05l0.008,0.049l0.012,0.049l0.013,0.047l0.016,0.047l0.018,0.045l0.02,0.044l0.022,0.043l0.024,0.042l0.026,0.041l0.028,0.039l0.029,0.038l0.032,0.036l0.033,0.035l0.035,0.033l0.036,0.032l0.038,0.029l0.039,0.028l0.041,0.026l0.042,0.024l0.043,0.022l0.044,0.02l0.045,0.018l0.047,0.016l0.047,0.013l0.049,0.012l0.049,0.008l0.05,0.007l0.051,0.004l0.051,0.001l0.051,-0.001l0.051,-0.004l0.05,-0.007l0.049,-0.008l0.049,-0.012l0.047,-0.013l0.047,-0.016l0.045,-0.018l0.044,-0.02l0.043,-0.022l0.042,-0.024l0.041,-0.026l0.039,-0.028l0.038,-0.029l0.036,-0.032l0.035,-0.033l0.033,-0.035l0.032,-0.036l0.029,-0.038l0.028,-0.039l0.026,-0.041l0.024,-0.042l0.022,-0.043l0.02,-0.044l0.018,-0.045l0.016,-0.047l0.013,-0.047l0.012,-0.049l0.008,-0.049l0.007,-0.05l0.004,-0.051l0.001,-0.051l-0.001,-0.051l-0.004,-0.051l-0.007,-0.05l-0.008,-0.049l-0.012,-0.049l-0.013,-0.047l-0.016,-0.047l-0.018,-0.045l-0.02,-0.044l-0.022,-0.043l-0.024,-0.042l-0.026,-0.041l-0.028,-0.039l-0.029,-0.038l-0.032,-0.036l-0.033,-0.035l-0.035,-0.033l-0.036,-0.032l-0.038,-0.029l-0.039,-0.028l-0.041,-0.026l-0.042,-0.024l-0.043,-0.022l-0.044,-0.02l-0.045,-0.018l-0.047,-0.016l-0.047,-0.013l-0.049,-0.012l-0.049,-0.008l-0.05,-0.007l-0.051,-0.004l-0.051,-0.001l-0.051,0.001Z" style="fill:#fff;"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:bevel;stroke-miterlimit:1.5;"><path d="M1,1l0,10l10,0.151" style="fill:none;stroke:#d2d2d2;stroke-width:1px;stroke-dasharray:2,1,0,0;"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g><path d="M5.703,0c3.148,0 5.704,2.556 5.704,5.703c0,3.148 -2.556,5.704 -5.704,5.704c-3.147,0 -5.703,-2.556 -5.703,-5.704c0,-3.147 2.556,-5.703 5.703,-5.703Zm0,1.202c2.485,0 4.502,2.017 4.502,4.501c0,2.485 -2.017,4.502 -4.502,4.502c-2.484,0 -4.501,-2.017 -4.501,-4.502c0,-2.484 2.017,-4.501 4.501,-4.501Z" style="fill:#b4b4b4;"/><path d="M9.331,7.985l-1.518,1.517l5.498,5.498l1.517,-1.518l-5.497,-5.497Z" style="fill:#b4b4b4;"/></g></svg>
@@ -1,4 +0,0 @@
1
- <svg fill="#fff" height="48" viewBox="0 0 24 24" width="48" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 0h24v24H0z" fill="none"/>
3
- <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
4
- </svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 30 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g id="plug"><circle cx="15" cy="15" r="15" style="fill:#2d2d2d;"/><path d="M21.084,14.002l0.085,0.008l0.083,0.011l0.083,0.017l0.082,0.021l0.081,0.026l0.078,0.03l0.077,0.035l0.075,0.039l0.073,0.043l0.07,0.047l0.068,0.051l0.064,0.055l0.061,0.058l0.058,0.062l0.054,0.064l0.051,0.068l0.047,0.071l0.042,0.073l0.039,0.075l0.034,0.077l0.029,0.079l0.026,0.081l0.02,0.082l0.016,0.083l0.012,0.084l0.006,0.084l0.002,0.084l-0.001,0.082l-0.002,0.092l-0.003,0.091l-0.004,0.091l-0.006,0.09l-0.007,0.091l-0.008,0.09l-0.009,0.091l-0.011,0.089l-0.011,0.09l-0.013,0.088l-0.015,0.089l-0.015,0.088l-0.016,0.088l-0.018,0.088l-0.019,0.087l-0.02,0.087l-0.021,0.087l-0.022,0.086l-0.024,0.085l-0.024,0.085l-0.026,0.085l-0.027,0.084l-0.027,0.083l-0.029,0.084l-0.03,0.083l-0.031,0.082l-0.032,0.081l-0.033,0.082l-0.034,0.081l-0.035,0.08l-0.036,0.079l-0.038,0.079l-0.038,0.079l-0.039,0.078l-0.04,0.078l-0.041,0.076l-0.042,0.076l-0.043,0.076l-0.044,0.076l-0.045,0.074l-0.045,0.074l-0.047,0.073l-0.047,0.073l-0.049,0.072l-0.049,0.071l-0.05,0.071l-0.051,0.07l-0.052,0.069l-0.053,0.069l-0.053,0.069l-0.055,0.067l-0.055,0.067l-0.056,0.066l-0.057,0.066l-0.057,0.064l-0.058,0.064l-0.06,0.063l-0.06,0.063l-0.061,0.062l-0.061,0.061l-0.062,0.061l-0.063,0.06l-0.063,0.059l-0.065,0.058l-0.065,0.058l-0.066,0.057l-0.067,0.056l-0.067,0.055l-0.067,0.054l-0.069,0.054l-0.07,0.053l-0.069,0.053l-0.071,0.051l-0.071,0.051l-0.072,0.049l-0.072,0.05l-0.074,0.048l-0.073,0.047l-0.074,0.047l-0.076,0.046l-0.075,0.045l-0.076,0.044l-0.077,0.043l-0.077,0.043l-0.078,0.041l-0.078,0.041l-0.079,0.04l-0.08,0.039l-0.08,0.038l-0.08,0.037l-0.082,0.037l-0.081,0.035l-0.083,0.035l-0.082,0.034l-0.083,0.032l-0.084,0.032l-0.084,0.031l-0.085,0.03l-0.085,0.029l-0.085,0.028l-0.087,0.028l-0.086,0.026l-0.086,0.025l-0.088,0.025l-0.088,0.023l-0.088,0.022l-0.088,0.022l-0.089,0.02l-0.089,0.02l-0.09,0.018l-0.09,0.018l-0.09,0.016l-0.092,0.016l-0.091,0.014l-0.091,0.013l-0.092,0.012l-0.092,0.012l-0.093,0.01l-0.092,0.009l-0.093,0.008l-0.094,0.007l-0.093,0.006l-0.095,0.005l-0.094,0.004l-0.094,0.003l-0.095,0.001l-0.095,0.001l-0.095,-0.001l-0.095,-0.001l-0.094,-0.003l-0.094,-0.004l-0.095,-0.005l-0.093,-0.006l-0.094,-0.007l-0.093,-0.008l-0.092,-0.009l-0.093,-0.01l-0.092,-0.012l-0.092,-0.012l-0.091,-0.013l-0.091,-0.014l-0.092,-0.016l-0.09,-0.016l-0.09,-0.018l-0.09,-0.018l-0.089,-0.02l-0.089,-0.02l-0.088,-0.022l-0.088,-0.022l-0.088,-0.023l-0.088,-0.025l-0.086,-0.025l-0.086,-0.026l-0.087,-0.028l-0.086,-0.028l-0.085,-0.029l-0.084,-0.03l-0.084,-0.031l-0.084,-0.032l-0.083,-0.032l-0.082,-0.034l-0.082,-0.035l-0.082,-0.035l-0.082,-0.037l-0.08,-0.037l-0.08,-0.038l-0.08,-0.039l-0.079,-0.04l-0.078,-0.041l-0.078,-0.041l-0.077,-0.043l-0.077,-0.043l-0.076,-0.044l-0.075,-0.045l-0.076,-0.046l-0.074,-0.047l-0.073,-0.047l-0.073,-0.048l-0.073,-0.05l-0.072,-0.049l-0.071,-0.051l-0.071,-0.051l-0.07,-0.053l-0.069,-0.053l-0.069,-0.054l-0.067,-0.054l-0.067,-0.055l-0.067,-0.056l-0.066,-0.057l-0.065,-0.058l-0.065,-0.058l-0.063,-0.059l-0.063,-0.06l-0.062,-0.061l-0.061,-0.061l-0.061,-0.061l-0.06,-0.064l-0.06,-0.063l-0.058,-0.064l-0.057,-0.064l-0.057,-0.066l-0.056,-0.066l-0.055,-0.067l-0.055,-0.068l-0.053,-0.068l-0.053,-0.068l-0.052,-0.07l-0.051,-0.07l-0.05,-0.071l-0.049,-0.071l-0.049,-0.072l-0.047,-0.073l-0.047,-0.073l-0.045,-0.074l-0.045,-0.074l-0.044,-0.076l-0.043,-0.076l-0.042,-0.075l-0.041,-0.077l-0.04,-0.078l-0.039,-0.078l-0.038,-0.078l-0.038,-0.08l-0.036,-0.079l-0.035,-0.08l-0.034,-0.081l-0.033,-0.082l-0.032,-0.081l-0.031,-0.083l-0.03,-0.082l-0.029,-0.084l-0.027,-0.083l-0.027,-0.084l-0.026,-0.085l-0.024,-0.085l-0.024,-0.086l-0.022,-0.086l-0.021,-0.086l-0.02,-0.087l-0.019,-0.087l-0.018,-0.087l-0.016,-0.088l-0.016,-0.089l-0.014,-0.089l-0.013,-0.088l-0.011,-0.09l-0.011,-0.089l-0.009,-0.09l-0.008,-0.091l-0.007,-0.091l-0.006,-0.09l-0.004,-0.091l-0.004,-0.092l-0.001,-0.091l-0.001,-0.082l0.002,-0.084l0.006,-0.084l0.012,-0.084l0.016,-0.083l0.02,-0.082l0.026,-0.081l0.029,-0.079l0.034,-0.077l0.039,-0.075l0.042,-0.073l0.047,-0.071l0.051,-0.068l0.054,-0.064l0.058,-0.062l0.061,-0.058l0.064,-0.055l0.068,-0.051l0.07,-0.047l0.073,-0.043l0.075,-0.039l0.077,-0.035l0.079,-0.03l0.08,-0.026l0.082,-0.021l0.083,-0.017l0.083,-0.011l0.085,-0.008l0.084,-0.002l12,0l0.084,0.002Zm-6.084,1.498l-6,0l0,0.071l0.002,0.071l0.002,0.071l0.004,0.07l0.004,0.07l0.005,0.07l0.007,0.07l0.007,0.069l0.008,0.07l0.009,0.068l0.01,0.069l0.011,0.069l0.012,0.068l0.013,0.068l0.013,0.067l0.015,0.067l0.015,0.067l0.017,0.067l0.017,0.066l0.018,0.067l0.019,0.065l0.02,0.066l0.02,0.065l0.022,0.065l0.022,0.064l0.023,0.064l0.024,0.064l0.025,0.063l0.026,0.063l0.026,0.063l0.027,0.062l0.029,0.062l0.028,0.061l0.03,0.061l0.03,0.061l0.032,0.06l0.032,0.06l0.032,0.06l0.034,0.059l0.034,0.059l0.035,0.058l0.036,0.058l0.036,0.057l0.038,0.057l0.038,0.056l0.038,0.056l0.04,0.056l0.04,0.055l0.04,0.055l0.042,0.054l0.042,0.054l0.043,0.053l0.044,0.052l0.044,0.053l0.045,0.051l0.045,0.052l0.046,0.05l0.047,0.05l0.048,0.05l0.048,0.049l0.048,0.049l0.05,0.048l0.05,0.047l0.05,0.047l0.052,0.046l0.051,0.046l0.053,0.046l0.053,0.044l0.053,0.044l0.054,0.044l0.055,0.043l0.055,0.042l0.056,0.042l0.057,0.041l0.057,0.04l0.057,0.04l0.058,0.04l0.059,0.038l0.059,0.038l0.059,0.038l0.06,0.036l0.061,0.037l0.061,0.035l0.062,0.035l0.062,0.034l0.062,0.033l0.064,0.033l0.063,0.032l0.064,0.032l0.064,0.03l0.065,0.03l0.066,0.03l0.066,0.028l0.066,0.028l0.066,0.027l0.068,0.027l0.067,0.026l0.068,0.025l0.068,0.024l0.069,0.023l0.069,0.023l0.07,0.022l0.07,0.021l0.07,0.021l0.07,0.019l0.071,0.019l0.072,0.018l0.072,0.018l0.072,0.016l0.072,0.016l0.073,0.015l0.073,0.014l0.073,0.014l0.074,0.012l0.074,0.012l0.074,0.011l0.075,0.01l0.075,0.009l0.075,0.008l0.076,0.008l0.075,0.006l0.076,0.006l0.077,0.005l0.076,0.004l0.077,0.003l0.077,0.002l0.077,0.002l0.078,0l0.078,0l0.077,-0.002l0.077,-0.002l0.077,-0.003l0.076,-0.004l0.077,-0.005l0.076,-0.006l0.075,-0.006l0.076,-0.008l0.075,-0.008l0.075,-0.009l0.075,-0.01l0.074,-0.011l0.074,-0.012l0.074,-0.012l0.073,-0.014l0.073,-0.014l0.073,-0.015l0.072,-0.016l0.072,-0.016l0.072,-0.018l0.072,-0.018l0.071,-0.019l0.07,-0.019l0.07,-0.021l0.07,-0.021l0.07,-0.022l0.069,-0.023l0.069,-0.023l0.068,-0.024l0.068,-0.025l0.067,-0.026l0.068,-0.027l0.066,-0.027l0.066,-0.028l0.066,-0.028l0.066,-0.03l0.065,-0.03l0.064,-0.03l0.064,-0.032l0.063,-0.032l0.064,-0.033l0.062,-0.033l0.062,-0.034l0.062,-0.035l0.061,-0.035l0.061,-0.037l0.06,-0.036l0.059,-0.038l0.059,-0.038l0.059,-0.038l0.058,-0.04l0.057,-0.04l0.057,-0.04l0.057,-0.041l0.056,-0.042l0.055,-0.042l0.055,-0.043l0.054,-0.044l0.053,-0.044l0.053,-0.044l0.053,-0.046l0.051,-0.046l0.052,-0.046l0.05,-0.047l0.05,-0.047l0.05,-0.048l0.048,-0.049l0.048,-0.049l0.048,-0.05l0.047,-0.05l0.046,-0.05l0.045,-0.052l0.045,-0.051l0.044,-0.053l0.044,-0.052l0.043,-0.053l0.042,-0.054l0.042,-0.054l0.04,-0.055l0.04,-0.055l0.04,-0.056l0.038,-0.056l0.038,-0.056l0.038,-0.057l0.036,-0.057l0.036,-0.058l0.035,-0.058l0.034,-0.059l0.034,-0.059l0.032,-0.06l0.032,-0.06l0.032,-0.06l0.03,-0.061l0.03,-0.061l0.028,-0.061l0.029,-0.062l0.027,-0.062l0.026,-0.063l0.026,-0.063l0.025,-0.063l0.024,-0.064l0.023,-0.064l0.022,-0.064l0.022,-0.065l0.02,-0.065l0.02,-0.066l0.019,-0.065l0.018,-0.067l0.017,-0.066l0.017,-0.067l0.015,-0.067l0.015,-0.067l0.013,-0.067l0.013,-0.068l0.012,-0.068l0.011,-0.069l0.01,-0.069l0.009,-0.068l0.008,-0.07l0.007,-0.069l0.007,-0.07l0.005,-0.07l0.004,-0.07l0.004,-0.07l0.002,-0.071l0.002,-0.071l0,-0.071l-6,0Z" style="fill:#fff;"/><path d="M15,22l0,8" style="fill:none;stroke:#fff;stroke-width:1.5px;"/><path d="M11,5.75l0,5" style="fill:none;stroke:#fff;stroke-width:1.5px;"/><path d="M19,5.75l0,5" style="fill:none;stroke:#fff;stroke-width:1.5px;"/><path d="M22.091,10.503l0.09,0.008l0.089,0.014l0.089,0.019l0.087,0.024l0.086,0.029l0.084,0.035l0.081,0.04l0.079,0.044l0.076,0.049l0.073,0.054l0.07,0.058l0.066,0.062l0.062,0.066l0.058,0.07l0.053,0.073l0.05,0.076l0.044,0.079l0.04,0.081l0.035,0.084l0.029,0.086l0.024,0.087l0.019,0.089l0.014,0.089l0.008,0.09l0.003,0.091l0,2l-0.003,0.091l-0.008,0.09l-0.014,0.089l-0.019,0.089l-0.024,0.087l-0.029,0.086l-0.035,0.084l-0.04,0.081l-0.044,0.079l-0.05,0.076l-0.053,0.073l-0.058,0.07l-0.062,0.066l-0.066,0.062l-0.07,0.058l-0.073,0.053l-0.076,0.05l-0.079,0.044l-0.081,0.04l-0.084,0.034l-0.086,0.03l-0.087,0.024l-0.089,0.019l-0.089,0.014l-0.09,0.008l-0.091,0.003l-14,0l-0.091,-0.003l-0.09,-0.008l-0.089,-0.014l-0.089,-0.019l-0.087,-0.024l-0.086,-0.03l-0.084,-0.034l-0.081,-0.04l-0.079,-0.044l-0.076,-0.05l-0.073,-0.053l-0.07,-0.058l-0.066,-0.062l-0.062,-0.066l-0.058,-0.07l-0.053,-0.073l-0.05,-0.076l-0.044,-0.079l-0.04,-0.081l-0.035,-0.084l-0.029,-0.086l-0.024,-0.087l-0.019,-0.089l-0.014,-0.089l-0.008,-0.09l-0.003,-0.091l0,-2l0.003,-0.091l0.008,-0.09l0.014,-0.089l0.019,-0.089l0.024,-0.087l0.029,-0.086l0.035,-0.084l0.04,-0.081l0.044,-0.079l0.05,-0.076l0.053,-0.073l0.058,-0.07l0.062,-0.066l0.066,-0.062l0.07,-0.058l0.073,-0.054l0.076,-0.049l0.079,-0.044l0.081,-0.04l0.084,-0.035l0.086,-0.029l0.087,-0.024l0.089,-0.019l0.089,-0.014l0.09,-0.008l0.091,-0.003l14,0l0.091,0.003Zm-14.091,1.497l0,2l14,0l0,-2l-14,0Z" style="fill:#fff;"/></g></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter x="-11.8%" y="-7.1%" width="123.7%" height="119%" filterUnits="objectBoundingBox" id="c"><feOffset dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation=".5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0784203589 0" in="shadowBlurOuter1"/></filter><rect id="a" x="0" y="0" width="16" height="16" rx="8"/><path id="d" d="m8 11.12-4.114 2.543 1.147-4.699-3.69-3.127 4.823-.361L8 1l1.834 4.476 4.823.361-3.69 3.127 1.147 4.699z"/></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><use fill="#EAA930" xlink:href="#a"/><path fill-opacity=".243" fill="#FFF400" mask="url(#b)" d="M-4-3H8v21H-4z"/><g mask="url(#b)"><use fill="#000" filter="url(#c)" xlink:href="#d"/><use fill="#FFF" xlink:href="#d"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill="#4fa800" d="M6.972 16.615a.997.997 0 0 1-.744-.292l-4.596-4.596a1 1 0 1 1 1.414-1.414l3.926 3.926 9.937-9.937a1 1 0 0 1 1.414 1.415L7.717 16.323a.997.997 0 0 1-.745.292z"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 9 7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><path d="M4.5,7l-4.5,-7l9,0l-4.5,7Z" style="fill:#cbcbcb;"/></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 7 9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><path d="M7,4.5l-7,4.5l0,-9l7,4.5Z" style="fill:#cbcbcb;"/></svg>
@@ -1,32 +0,0 @@
1
- // Copyright (c) 2017-2025, CKSource Holding sp. z o.o. All rights reserved.
2
- // For licensing, see LICENSE.md.
3
-
4
- .main__content--api {
5
- .main-description {
6
- width: 100%;
7
-
8
- &__outer {
9
- display: flex;
10
- position: relative;
11
-
12
- .see-source {
13
- position: absolute;
14
-
15
- // To keep vertical align with API dropdown elements.
16
- right: 5px;
17
-
18
- // To keep vertical align with paragraph.
19
- top: 0.2em;
20
-
21
- // To keep "See source" link clickable.
22
- z-index: 1;
23
-
24
- // If "See source" exists, we need to add spacing to first paragraph to prevent overlapping text.
25
- + .main-description p:first-child{
26
- padding-right: 100px;
27
- }
28
- }
29
- }
30
-
31
- }
32
- }
@@ -1,86 +0,0 @@
1
- // Copyright (c) 2017-2025, CKSource Holding sp. z o.o. All rights reserved.
2
- // For licensing, see LICENSE.md.
3
-
4
- @use 'helpers/color';
5
- @use 'helpers/globals';
6
- @use 'helpers/spacing';
7
-
8
- nav.api-info-box.api-secondary-navigation{
9
- @include globals.u-responsive-narrow {
10
- padding: spacing.u-spacing( 2 ) spacing.u-spacing( 2 ) spacing.u-spacing( -3 );
11
- min-width: 12em;
12
-
13
- dt {
14
- border-bottom: 1px solid color.u-color( 'separator' )
15
- }
16
-
17
- dd {
18
- margin-right: spacing.u-spacing( -1 );
19
- margin-bottom: 0;
20
- }
21
- }
22
-
23
- @include globals.u-responsive-wide {
24
- dl {
25
- margin-bottom: 1.5 * globals.$u-footer-height;
26
- }
27
- }
28
-
29
- @include globals.u-responsive-wide-md {
30
- padding-left: spacing.u-spacing(4);
31
- }
32
-
33
- // Fix "no-breaking-space" as pseudoelement in the ToC for API (hierachy).
34
- code {
35
- &::after,
36
- &::before {
37
- content: '';
38
- }
39
-
40
- // Disable "active" dot for hover & current item.
41
- a {
42
- &::before {
43
- display: none;
44
- }
45
- }
46
- }
47
-
48
- dt {
49
- @include globals.u-micro-header;
50
- margin-bottom: .5em;
51
-
52
- &:first-child {
53
- padding-top: 0;
54
- }
55
- }
56
-
57
- ul {
58
- list-style: none;
59
- margin: 0 0 spacing.u-spacing( 1 ) spacing.u-spacing( 2 );
60
- padding: 0;
61
-
62
- code {
63
- background: none;
64
- padding: 0;
65
- }
66
-
67
- &.hierarchy-list {
68
- ul {
69
- li {
70
- &::before {
71
- content: url( ../img/list-nest.svg );
72
- height: 1em;
73
- width: 1em;
74
- display: inline-block;
75
- position: relative;
76
- top: -.3em;
77
- }
78
- }
79
- }
80
-
81
- & > li > ul {
82
- margin-left: 0;
83
- }
84
- }
85
- }
86
- }
@@ -1,106 +0,0 @@
1
- // Copyright (c) 2017-2025, CKSource Holding sp. z o.o. All rights reserved.
2
- // For licensing, see LICENSE.md.
3
-
4
- @use 'helpers/color';
5
- @use 'helpers/globals';
6
- @use 'helpers/spacing';
7
-
8
- div.api-props-filter {
9
- right: 0;
10
- left: globals.$u-sidebar-width;
11
- padding-top: spacing.u-spacing( -1 );
12
- margin-bottom: 0;
13
- text-align: center;
14
-
15
- @include globals.u-sticky-filter;
16
-
17
- h4 {
18
- @include globals.u-micro-header;
19
- }
20
-
21
- ul {
22
- list-style: none;
23
- margin: 0;
24
- }
25
-
26
- label {
27
- cursor: pointer;
28
- }
29
-
30
- input:checked + label span {
31
- color: color.u-color( 'text-invert' );
32
- background: color.u-color( 'selected' );
33
- border-color: color.u-color( 'selected' );
34
-
35
- &:hover {
36
- background: color.u-color( 'selected', 5% );
37
- }
38
- }
39
-
40
- &__inner {
41
- text-align: left;
42
- margin: 0 auto;
43
- padding-left: 0;
44
-
45
- @include globals.u-responsive-narrow {
46
- padding: {
47
- left: globals.$u-content-margin;
48
- right: globals.$u-content-margin;
49
- }
50
- width: globals.$u-content-max-width;
51
- }
52
-
53
- @include globals.u-responsive-wide {
54
- width: globals.$u-content-min-width + globals.$u-sidebar-width;
55
- }
56
-
57
- @include globals.u-responsive-wide-md {
58
- width: globals.$u-content-md-width + globals.$u-sidebar-width;
59
- }
60
-
61
- @include globals.u-responsive-wide-plus {
62
- width: globals.$u-content-max-width + globals.$u-sidebar-width;
63
- }
64
- }
65
-
66
- ul, h4 {
67
- display: inline-block;
68
- vertical-align: middle;
69
- }
70
-
71
- h4 {
72
- margin: 0 spacing.u-spacing( 2 ) 0 0;
73
- padding: 0;
74
-
75
- &::before {
76
- content: url( ../img/filter.svg );
77
- display: inline-block;
78
- width: 13px;
79
- float: left;
80
- margin-right: spacing.u-spacing( -2 );
81
- position: relative;
82
- top: 2px;
83
- }
84
-
85
- @include globals.u-responsive-narrow {
86
- display:none;
87
- }
88
- }
89
-
90
- &::before {
91
- display: none;
92
- }
93
-
94
- ul {
95
- padding: 0;
96
- }
97
-
98
- li {
99
- display: inline-block;
100
- margin-left: spacing.u-spacing( -2 );
101
- }
102
-
103
- input {
104
- display: none;
105
- }
106
- }
@@ -1,35 +0,0 @@
1
- // Copyright (c) 2017-2025, CKSource Holding sp. z o.o. All rights reserved.
2
- // For licensing, see LICENSE.md.
3
-
4
- .main__content--api {
5
- .see-source {
6
- a {
7
- display: flex;
8
- align-items: center;
9
- font-size: 14px;
10
- white-space: nowrap;
11
-
12
- svg {
13
- width: 15px;
14
- height: 20px;
15
- margin-right: 5px;
16
- fill: currentColor;
17
- }
18
- }
19
- }
20
-
21
- .collapsing-list .see-source {
22
- // Hide "See source" link inside API items by default
23
- display: none;
24
-
25
- // Show link only when list is expanded.
26
- .toggler--expanded + .collapsing-list__description {
27
- .see-source {
28
- display: block;
29
- float: right;
30
- margin-left: 50px;
31
- margin-bottom: 12px;
32
- }
33
- }
34
- }
35
- }