@ng-prism/core 21.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 (307) hide show
  1. package/README.md +170 -0
  2. package/builders.json +14 -0
  3. package/dist/app/component-header/prism-component-header.component.d.ts +8 -0
  4. package/dist/app/component-header/prism-component-header.component.d.ts.map +1 -0
  5. package/dist/app/component-header/prism-component-header.component.js +77 -0
  6. package/dist/app/controls/boolean-control.component.d.ts +10 -0
  7. package/dist/app/controls/boolean-control.component.d.ts.map +1 -0
  8. package/dist/app/controls/boolean-control.component.js +58 -0
  9. package/dist/app/controls/json-control.component.d.ts +19 -0
  10. package/dist/app/controls/json-control.component.d.ts.map +1 -0
  11. package/dist/app/controls/json-control.component.js +136 -0
  12. package/dist/app/controls/number-control.component.d.ts +10 -0
  13. package/dist/app/controls/number-control.component.d.ts.map +1 -0
  14. package/dist/app/controls/number-control.component.js +55 -0
  15. package/dist/app/controls/string-control.component.d.ts +10 -0
  16. package/dist/app/controls/string-control.component.d.ts.map +1 -0
  17. package/dist/app/controls/string-control.component.js +55 -0
  18. package/dist/app/controls/union-control.component.d.ts +11 -0
  19. package/dist/app/controls/union-control.component.d.ts.map +1 -0
  20. package/dist/app/controls/union-control.component.js +72 -0
  21. package/dist/app/header/prism-header.component.d.ts +10 -0
  22. package/dist/app/header/prism-header.component.d.ts.map +1 -0
  23. package/dist/app/header/prism-header.component.js +241 -0
  24. package/dist/app/hmr.d.ts +4 -0
  25. package/dist/app/hmr.d.ts.map +1 -0
  26. package/dist/app/hmr.js +5 -0
  27. package/dist/app/index.d.ts +18 -0
  28. package/dist/app/index.d.ts.map +1 -0
  29. package/dist/app/index.js +21 -0
  30. package/dist/app/layout-menu/prism-layout-menu.component.d.ts +10 -0
  31. package/dist/app/layout-menu/prism-layout-menu.component.d.ts.map +1 -0
  32. package/dist/app/layout-menu/prism-layout-menu.component.js +190 -0
  33. package/dist/app/page-renderer/prism-icon-page.component.d.ts +8 -0
  34. package/dist/app/page-renderer/prism-icon-page.component.d.ts.map +1 -0
  35. package/dist/app/page-renderer/prism-icon-page.component.js +42 -0
  36. package/dist/app/page-renderer/prism-page-renderer.component.d.ts +8 -0
  37. package/dist/app/page-renderer/prism-page-renderer.component.d.ts.map +1 -0
  38. package/dist/app/page-renderer/prism-page-renderer.component.js +72 -0
  39. package/dist/app/page-renderer/prism-token-page.component.d.ts +8 -0
  40. package/dist/app/page-renderer/prism-token-page.component.d.ts.map +1 -0
  41. package/dist/app/page-renderer/prism-token-page.component.js +164 -0
  42. package/dist/app/panels/a11y/a11y-audit.service.d.ts +17 -0
  43. package/dist/app/panels/a11y/a11y-audit.service.d.ts.map +1 -0
  44. package/dist/app/panels/a11y/a11y-audit.service.js +71 -0
  45. package/dist/app/panels/a11y/a11y-core.plugin.d.ts +3 -0
  46. package/dist/app/panels/a11y/a11y-core.plugin.d.ts.map +1 -0
  47. package/dist/app/panels/a11y/a11y-core.plugin.js +8 -0
  48. package/dist/app/panels/a11y/a11y-dom-utils.d.ts +11 -0
  49. package/dist/app/panels/a11y/a11y-dom-utils.d.ts.map +1 -0
  50. package/dist/app/panels/a11y/a11y-dom-utils.js +149 -0
  51. package/dist/app/panels/a11y/a11y-keyboard-overlay.component.d.ts +24 -0
  52. package/dist/app/panels/a11y/a11y-keyboard-overlay.component.d.ts.map +1 -0
  53. package/dist/app/panels/a11y/a11y-keyboard-overlay.component.js +104 -0
  54. package/dist/app/panels/a11y/a11y-keyboard.component.d.ts +12 -0
  55. package/dist/app/panels/a11y/a11y-keyboard.component.d.ts.map +1 -0
  56. package/dist/app/panels/a11y/a11y-keyboard.component.js +150 -0
  57. package/dist/app/panels/a11y/a11y-keyboard.service.d.ts +8 -0
  58. package/dist/app/panels/a11y/a11y-keyboard.service.d.ts.map +1 -0
  59. package/dist/app/panels/a11y/a11y-keyboard.service.js +71 -0
  60. package/dist/app/panels/a11y/a11y-overlay-host.component.d.ts +6 -0
  61. package/dist/app/panels/a11y/a11y-overlay-host.component.d.ts.map +1 -0
  62. package/dist/app/panels/a11y/a11y-overlay-host.component.js +18 -0
  63. package/dist/app/panels/a11y/a11y-panel-state.service.d.ts +8 -0
  64. package/dist/app/panels/a11y/a11y-panel-state.service.d.ts.map +1 -0
  65. package/dist/app/panels/a11y/a11y-panel-state.service.js +11 -0
  66. package/dist/app/panels/a11y/a11y-panel.component.d.ts +14 -0
  67. package/dist/app/panels/a11y/a11y-panel.component.d.ts.map +1 -0
  68. package/dist/app/panels/a11y/a11y-panel.component.js +183 -0
  69. package/dist/app/panels/a11y/a11y-perspective.service.d.ts +8 -0
  70. package/dist/app/panels/a11y/a11y-perspective.service.d.ts.map +1 -0
  71. package/dist/app/panels/a11y/a11y-perspective.service.js +11 -0
  72. package/dist/app/panels/a11y/a11y-score.component.d.ts +11 -0
  73. package/dist/app/panels/a11y/a11y-score.component.d.ts.map +1 -0
  74. package/dist/app/panels/a11y/a11y-score.component.js +72 -0
  75. package/dist/app/panels/a11y/a11y-sr-overlay.component.d.ts +27 -0
  76. package/dist/app/panels/a11y/a11y-sr-overlay.component.d.ts.map +1 -0
  77. package/dist/app/panels/a11y/a11y-sr-overlay.component.js +127 -0
  78. package/dist/app/panels/a11y/a11y-sr.component.d.ts +19 -0
  79. package/dist/app/panels/a11y/a11y-sr.component.d.ts.map +1 -0
  80. package/dist/app/panels/a11y/a11y-sr.component.js +257 -0
  81. package/dist/app/panels/a11y/a11y-sr.service.d.ts +8 -0
  82. package/dist/app/panels/a11y/a11y-sr.service.d.ts.map +1 -0
  83. package/dist/app/panels/a11y/a11y-sr.service.js +102 -0
  84. package/dist/app/panels/a11y/a11y-tree.component.d.ts +27 -0
  85. package/dist/app/panels/a11y/a11y-tree.component.d.ts.map +1 -0
  86. package/dist/app/panels/a11y/a11y-tree.component.js +229 -0
  87. package/dist/app/panels/a11y/a11y-tree.service.d.ts +8 -0
  88. package/dist/app/panels/a11y/a11y-tree.service.d.ts.map +1 -0
  89. package/dist/app/panels/a11y/a11y-tree.service.js +47 -0
  90. package/dist/app/panels/a11y/a11y-violations.component.d.ts +15 -0
  91. package/dist/app/panels/a11y/a11y-violations.component.d.ts.map +1 -0
  92. package/dist/app/panels/a11y/a11y-violations.component.js +457 -0
  93. package/dist/app/panels/a11y/a11y.types.d.ts +44 -0
  94. package/dist/app/panels/a11y/a11y.types.d.ts.map +1 -0
  95. package/dist/app/panels/a11y/a11y.types.js +1 -0
  96. package/dist/app/panels/builtin-panels.d.ts +3 -0
  97. package/dist/app/panels/builtin-panels.d.ts.map +1 -0
  98. package/dist/app/panels/builtin-panels.js +8 -0
  99. package/dist/app/panels/controls/controls-plugin.d.ts +3 -0
  100. package/dist/app/panels/controls/controls-plugin.d.ts.map +1 -0
  101. package/dist/app/panels/controls/controls-plugin.js +12 -0
  102. package/dist/app/panels/controls/prism-controls-panel.component.d.ts +13 -0
  103. package/dist/app/panels/controls/prism-controls-panel.component.d.ts.map +1 -0
  104. package/dist/app/panels/controls/prism-controls-panel.component.js +178 -0
  105. package/dist/app/panels/events/events-plugin.d.ts +3 -0
  106. package/dist/app/panels/events/events-plugin.d.ts.map +1 -0
  107. package/dist/app/panels/events/events-plugin.js +12 -0
  108. package/dist/app/panels/events/prism-events-panel.component.d.ts +9 -0
  109. package/dist/app/panels/events/prism-events-panel.component.d.ts.map +1 -0
  110. package/dist/app/panels/events/prism-events-panel.component.js +83 -0
  111. package/dist/app/panels/events/prism-json-node.component.d.ts +22 -0
  112. package/dist/app/panels/events/prism-json-node.component.d.ts.map +1 -0
  113. package/dist/app/panels/events/prism-json-node.component.js +350 -0
  114. package/dist/app/panels/events/prism-json-node.utils.d.ts +2 -0
  115. package/dist/app/panels/events/prism-json-node.utils.d.ts.map +1 -0
  116. package/dist/app/panels/events/prism-json-node.utils.js +40 -0
  117. package/dist/app/panels/panel-host/prism-panel-host.component.d.ts +26 -0
  118. package/dist/app/panels/panel-host/prism-panel-host.component.d.ts.map +1 -0
  119. package/dist/app/panels/panel-host/prism-panel-host.component.js +157 -0
  120. package/dist/app/provide-prism.d.ts +8 -0
  121. package/dist/app/provide-prism.d.ts.map +1 -0
  122. package/dist/app/provide-prism.js +21 -0
  123. package/dist/app/renderer/highlight-xml.d.ts +2 -0
  124. package/dist/app/renderer/highlight-xml.d.ts.map +1 -0
  125. package/dist/app/renderer/highlight-xml.js +27 -0
  126. package/dist/app/renderer/prism-renderer.component.d.ts +32 -0
  127. package/dist/app/renderer/prism-renderer.component.d.ts.map +1 -0
  128. package/dist/app/renderer/prism-renderer.component.js +346 -0
  129. package/dist/app/renderer/snippet-generator.d.ts +7 -0
  130. package/dist/app/renderer/snippet-generator.d.ts.map +1 -0
  131. package/dist/app/renderer/snippet-generator.js +162 -0
  132. package/dist/app/services/navigation-item.types.d.ts +10 -0
  133. package/dist/app/services/navigation-item.types.d.ts.map +1 -0
  134. package/dist/app/services/navigation-item.types.js +1 -0
  135. package/dist/app/services/prism-event-log.service.d.ts +16 -0
  136. package/dist/app/services/prism-event-log.service.d.ts.map +1 -0
  137. package/dist/app/services/prism-event-log.service.js +21 -0
  138. package/dist/app/services/prism-layout.service.d.ts +23 -0
  139. package/dist/app/services/prism-layout.service.d.ts.map +1 -0
  140. package/dist/app/services/prism-layout.service.js +85 -0
  141. package/dist/app/services/prism-manifest.service.d.ts +15 -0
  142. package/dist/app/services/prism-manifest.service.d.ts.map +1 -0
  143. package/dist/app/services/prism-manifest.service.js +53 -0
  144. package/dist/app/services/prism-navigation.service.d.ts +18 -0
  145. package/dist/app/services/prism-navigation.service.d.ts.map +1 -0
  146. package/dist/app/services/prism-navigation.service.js +94 -0
  147. package/dist/app/services/prism-panel.service.d.ts +8 -0
  148. package/dist/app/services/prism-panel.service.d.ts.map +1 -0
  149. package/dist/app/services/prism-panel.service.js +12 -0
  150. package/dist/app/services/prism-plugin.service.d.ts +12 -0
  151. package/dist/app/services/prism-plugin.service.d.ts.map +1 -0
  152. package/dist/app/services/prism-plugin.service.js +32 -0
  153. package/dist/app/services/prism-renderer.service.d.ts +18 -0
  154. package/dist/app/services/prism-renderer.service.d.ts.map +1 -0
  155. package/dist/app/services/prism-renderer.service.js +84 -0
  156. package/dist/app/services/prism-search.service.d.ts +13 -0
  157. package/dist/app/services/prism-search.service.d.ts.map +1 -0
  158. package/dist/app/services/prism-search.service.js +39 -0
  159. package/dist/app/services/prism-theme.service.d.ts +9 -0
  160. package/dist/app/services/prism-theme.service.d.ts.map +1 -0
  161. package/dist/app/services/prism-theme.service.js +23 -0
  162. package/dist/app/services/prism-url-state.service.d.ts +16 -0
  163. package/dist/app/services/prism-url-state.service.d.ts.map +1 -0
  164. package/dist/app/services/prism-url-state.service.js +108 -0
  165. package/dist/app/shell/prism-shell.component.d.ts +22 -0
  166. package/dist/app/shell/prism-shell.component.d.ts.map +1 -0
  167. package/dist/app/shell/prism-shell.component.js +283 -0
  168. package/dist/app/sidebar/prism-sidebar.component.d.ts +14 -0
  169. package/dist/app/sidebar/prism-sidebar.component.d.ts.map +1 -0
  170. package/dist/app/sidebar/prism-sidebar.component.js +105 -0
  171. package/dist/app/theme/prism-default-theme.d.ts +4 -0
  172. package/dist/app/theme/prism-default-theme.d.ts.map +1 -0
  173. package/dist/app/theme/prism-default-theme.js +57 -0
  174. package/dist/app/tokens/prism-tokens.d.ts +11 -0
  175. package/dist/app/tokens/prism-tokens.d.ts.map +1 -0
  176. package/dist/app/tokens/prism-tokens.js +7 -0
  177. package/dist/app/view-tab-bar/prism-view-panel-host.component.d.ts +22 -0
  178. package/dist/app/view-tab-bar/prism-view-panel-host.component.d.ts.map +1 -0
  179. package/dist/app/view-tab-bar/prism-view-panel-host.component.js +90 -0
  180. package/dist/app/view-tab-bar/prism-view-tab-bar.component.d.ts +10 -0
  181. package/dist/app/view-tab-bar/prism-view-tab-bar.component.d.ts.map +1 -0
  182. package/dist/app/view-tab-bar/prism-view-tab-bar.component.js +65 -0
  183. package/dist/builder/build/index.d.ts +6 -0
  184. package/dist/builder/build/index.d.ts.map +1 -0
  185. package/dist/builder/build/index.js +15 -0
  186. package/dist/builder/build/schema.d.ts +9 -0
  187. package/dist/builder/build/schema.d.ts.map +1 -0
  188. package/dist/builder/build/schema.js +1 -0
  189. package/dist/builder/config-loader/config-loader.d.ts +8 -0
  190. package/dist/builder/config-loader/config-loader.d.ts.map +1 -0
  191. package/dist/builder/config-loader/config-loader.js +33 -0
  192. package/dist/builder/config-loader/index.d.ts +3 -0
  193. package/dist/builder/config-loader/index.d.ts.map +1 -0
  194. package/dist/builder/config-loader/index.js +1 -0
  195. package/dist/builder/icon-resolver/icon-resolver.d.ts +7 -0
  196. package/dist/builder/icon-resolver/icon-resolver.d.ts.map +1 -0
  197. package/dist/builder/icon-resolver/icon-resolver.js +12 -0
  198. package/dist/builder/icon-resolver/index.d.ts +2 -0
  199. package/dist/builder/icon-resolver/index.d.ts.map +1 -0
  200. package/dist/builder/icon-resolver/index.js +1 -0
  201. package/dist/builder/manifest/host-parser.d.ts +6 -0
  202. package/dist/builder/manifest/host-parser.d.ts.map +1 -0
  203. package/dist/builder/manifest/host-parser.js +9 -0
  204. package/dist/builder/manifest/index.d.ts +3 -0
  205. package/dist/builder/manifest/index.d.ts.map +1 -0
  206. package/dist/builder/manifest/index.js +1 -0
  207. package/dist/builder/manifest/runtime-manifest.generator.d.ts +9 -0
  208. package/dist/builder/manifest/runtime-manifest.generator.d.ts.map +1 -0
  209. package/dist/builder/manifest/runtime-manifest.generator.js +216 -0
  210. package/dist/builder/plugin-runner/index.d.ts +2 -0
  211. package/dist/builder/plugin-runner/index.d.ts.map +1 -0
  212. package/dist/builder/plugin-runner/index.js +1 -0
  213. package/dist/builder/plugin-runner/plugin-runner.d.ts +3 -0
  214. package/dist/builder/plugin-runner/plugin-runner.d.ts.map +1 -0
  215. package/dist/builder/plugin-runner/plugin-runner.js +38 -0
  216. package/dist/builder/scanner/ast-utils.d.ts +20 -0
  217. package/dist/builder/scanner/ast-utils.d.ts.map +1 -0
  218. package/dist/builder/scanner/ast-utils.js +100 -0
  219. package/dist/builder/scanner/component.scanner.d.ts +7 -0
  220. package/dist/builder/scanner/component.scanner.d.ts.map +1 -0
  221. package/dist/builder/scanner/component.scanner.js +113 -0
  222. package/dist/builder/scanner/entry-point-discovery.d.ts +6 -0
  223. package/dist/builder/scanner/entry-point-discovery.d.ts.map +1 -0
  224. package/dist/builder/scanner/entry-point-discovery.js +38 -0
  225. package/dist/builder/scanner/entry-point.scanner.d.ts +11 -0
  226. package/dist/builder/scanner/entry-point.scanner.d.ts.map +1 -0
  227. package/dist/builder/scanner/entry-point.scanner.js +19 -0
  228. package/dist/builder/scanner/index.d.ts +8 -0
  229. package/dist/builder/scanner/index.d.ts.map +1 -0
  230. package/dist/builder/scanner/index.js +6 -0
  231. package/dist/builder/scanner/input.extractor.d.ts +11 -0
  232. package/dist/builder/scanner/input.extractor.d.ts.map +1 -0
  233. package/dist/builder/scanner/input.extractor.js +169 -0
  234. package/dist/builder/scanner/manifest.generator.d.ts +6 -0
  235. package/dist/builder/scanner/manifest.generator.d.ts.map +1 -0
  236. package/dist/builder/scanner/manifest.generator.js +59 -0
  237. package/dist/builder/scanner/scanner.d.ts +16 -0
  238. package/dist/builder/scanner/scanner.d.ts.map +1 -0
  239. package/dist/builder/scanner/scanner.js +28 -0
  240. package/dist/builder/serve/index.d.ts +6 -0
  241. package/dist/builder/serve/index.d.ts.map +1 -0
  242. package/dist/builder/serve/index.js +48 -0
  243. package/dist/builder/serve/schema.d.ts +9 -0
  244. package/dist/builder/serve/schema.d.ts.map +1 -0
  245. package/dist/builder/serve/schema.js +1 -0
  246. package/dist/builder/shared/index.d.ts +3 -0
  247. package/dist/builder/shared/index.d.ts.map +1 -0
  248. package/dist/builder/shared/index.js +1 -0
  249. package/dist/builder/shared/prism-pipeline.d.ts +21 -0
  250. package/dist/builder/shared/prism-pipeline.d.ts.map +1 -0
  251. package/dist/builder/shared/prism-pipeline.js +95 -0
  252. package/dist/builder/token-scanner/index.d.ts +2 -0
  253. package/dist/builder/token-scanner/index.d.ts.map +1 -0
  254. package/dist/builder/token-scanner/index.js +1 -0
  255. package/dist/builder/token-scanner/token-scanner.d.ts +9 -0
  256. package/dist/builder/token-scanner/token-scanner.d.ts.map +1 -0
  257. package/dist/builder/token-scanner/token-scanner.js +95 -0
  258. package/dist/builder/watcher/index.d.ts +3 -0
  259. package/dist/builder/watcher/index.d.ts.map +1 -0
  260. package/dist/builder/watcher/index.js +1 -0
  261. package/dist/builder/watcher/prism-watcher.d.ts +29 -0
  262. package/dist/builder/watcher/prism-watcher.d.ts.map +1 -0
  263. package/dist/builder/watcher/prism-watcher.js +79 -0
  264. package/dist/config/index.d.ts +6 -0
  265. package/dist/config/index.d.ts.map +1 -0
  266. package/dist/config/index.js +2 -0
  267. package/dist/decorator/index.d.ts +3 -0
  268. package/dist/decorator/index.d.ts.map +1 -0
  269. package/dist/decorator/index.js +1 -0
  270. package/dist/decorator/showcase.decorator.d.ts +5 -0
  271. package/dist/decorator/showcase.decorator.d.ts.map +1 -0
  272. package/dist/decorator/showcase.decorator.js +7 -0
  273. package/dist/decorator/showcase.types.d.ts +54 -0
  274. package/dist/decorator/showcase.types.d.ts.map +1 -0
  275. package/dist/decorator/showcase.types.js +1 -0
  276. package/dist/index.d.ts +4 -0
  277. package/dist/index.d.ts.map +1 -0
  278. package/dist/index.js +6 -0
  279. package/dist/plugin/define-config.d.ts +4 -0
  280. package/dist/plugin/define-config.d.ts.map +1 -0
  281. package/dist/plugin/define-config.js +4 -0
  282. package/dist/plugin/index.d.ts +8 -0
  283. package/dist/plugin/index.d.ts.map +1 -0
  284. package/dist/plugin/index.js +3 -0
  285. package/dist/plugin/page-helpers.d.ts +19 -0
  286. package/dist/plugin/page-helpers.d.ts.map +1 -0
  287. package/dist/plugin/page-helpers.js +20 -0
  288. package/dist/plugin/page.types.d.ts +19 -0
  289. package/dist/plugin/page.types.d.ts.map +1 -0
  290. package/dist/plugin/page.types.js +1 -0
  291. package/dist/plugin/plugin.types.d.ts +98 -0
  292. package/dist/plugin/plugin.types.d.ts.map +1 -0
  293. package/dist/plugin/plugin.types.js +1 -0
  294. package/dist/schematics/ng-add/index.d.ts +4 -0
  295. package/dist/schematics/ng-add/index.d.ts.map +1 -0
  296. package/dist/schematics/ng-add/index.js +179 -0
  297. package/dist/schematics/ng-add/schema.d.ts +5 -0
  298. package/dist/schematics/ng-add/schema.d.ts.map +1 -0
  299. package/dist/schematics/ng-add/schema.js +1 -0
  300. package/dist/test-setup-browser.d.ts +2 -0
  301. package/dist/test-setup-browser.d.ts.map +1 -0
  302. package/dist/test-setup-browser.js +4 -0
  303. package/package.json +73 -0
  304. package/schematics/collection.json +10 -0
  305. package/schematics/ng-add/schema.json +20 -0
  306. package/src/builder/build/schema.json +35 -0
  307. package/src/builder/serve/schema.json +36 -0
@@ -0,0 +1,55 @@
1
+ import { Component, input, output } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ function StringControlComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
4
+ i0.ɵɵdomElementStart(0, "code", 3);
5
+ i0.ɵɵtext(1);
6
+ i0.ɵɵdomElementEnd();
7
+ } if (rf & 2) {
8
+ const ctx_r0 = i0.ɵɵnextContext();
9
+ i0.ɵɵadvance();
10
+ i0.ɵɵtextInterpolate(ctx_r0.typeName());
11
+ } }
12
+ export class StringControlComponent {
13
+ value = input('', ...(ngDevMode ? [{ debugName: "value" }] : []));
14
+ label = input('', ...(ngDevMode ? [{ debugName: "label" }] : []));
15
+ typeName = input('', ...(ngDevMode ? [{ debugName: "typeName" }] : []));
16
+ valueChange = output();
17
+ static ɵfac = function StringControlComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StringControlComponent)(); };
18
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StringControlComponent, selectors: [["prism-string-control"]], inputs: { value: [1, "value"], label: [1, "label"], typeName: [1, "typeName"] }, outputs: { valueChange: "valueChange" }, decls: 6, vars: 4, consts: [[1, "prism-string-control"], [1, "prism-string-control__label"], [1, "prism-string-control__label-text"], [1, "prism-string-control__type"], ["type", "text", 1, "prism-string-control__input", 3, "input", "value"]], template: function StringControlComponent_Template(rf, ctx) { if (rf & 1) {
19
+ i0.ɵɵdomElementStart(0, "div", 0)(1, "div", 1)(2, "span", 2);
20
+ i0.ɵɵtext(3);
21
+ i0.ɵɵdomElementEnd();
22
+ i0.ɵɵconditionalCreate(4, StringControlComponent_Conditional_4_Template, 2, 1, "code", 3);
23
+ i0.ɵɵdomElementEnd();
24
+ i0.ɵɵdomElementStart(5, "input", 4);
25
+ i0.ɵɵdomListener("input", function StringControlComponent_Template_input_input_5_listener($event) { return ctx.valueChange.emit($event.target.value); });
26
+ i0.ɵɵdomElementEnd()();
27
+ } if (rf & 2) {
28
+ i0.ɵɵadvance(3);
29
+ i0.ɵɵtextInterpolate(ctx.label());
30
+ i0.ɵɵadvance();
31
+ i0.ɵɵconditional(ctx.typeName() ? 4 : -1);
32
+ i0.ɵɵadvance();
33
+ i0.ɵɵdomProperty("value", ctx.value());
34
+ i0.ɵɵattribute("aria-label", ctx.label());
35
+ } }, styles: [".prism-string-control[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 12px;\n padding: 6px 16px;\n min-height: 36px;\n }\n\n .prism-string-control__label[_ngcontent-%COMP%] {\n flex-shrink: 0;\n width: 140px;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n gap: 1px;\n }\n .prism-string-control__label-text[_ngcontent-%COMP%] {\n font-size: 13px;\n font-family: var(--prism-font-sans);\n color: var(--prism-text-muted);\n font-weight: 500;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .prism-string-control__type[_ngcontent-%COMP%] {\n font-size: 10px;\n font-family: var(--prism-font-mono, monospace);\n color: var(--prism-text-ghost);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .prism-string-control__input[_ngcontent-%COMP%] {\n flex: 1;\n background: var(--prism-input-bg);\n border: 1px solid var(--prism-border);\n border-radius: var(--prism-radius-sm);\n color: var(--prism-text);\n font-family: var(--prism-font-sans);\n padding: 4px 8px;\n font-size: 13px;\n min-width: 0;\n box-sizing: border-box;\n transition: border-color 0.15s;\n }\n\n .prism-string-control__input[_ngcontent-%COMP%]:focus {\n outline: none;\n border-color: var(--prism-primary);\n box-shadow: 0 0 0 2px var(--prism-glow);\n }"] });
36
+ }
37
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StringControlComponent, [{
38
+ type: Component,
39
+ args: [{ selector: 'prism-string-control', standalone: true, template: `
40
+ <div class="prism-string-control">
41
+ <div class="prism-string-control__label">
42
+ <span class="prism-string-control__label-text">{{ label() }}</span>
43
+ @if (typeName()) { <code class="prism-string-control__type">{{ typeName() }}</code> }
44
+ </div>
45
+ <input
46
+ type="text"
47
+ class="prism-string-control__input"
48
+ [attr.aria-label]="label()"
49
+ [value]="value()"
50
+ (input)="valueChange.emit($any($event.target).value)"
51
+ />
52
+ </div>
53
+ `, styles: ["\n .prism-string-control {\n display: flex;\n align-items: center;\n gap: 12px;\n padding: 6px 16px;\n min-height: 36px;\n }\n\n .prism-string-control__label {\n flex-shrink: 0;\n width: 140px;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n gap: 1px;\n }\n .prism-string-control__label-text {\n font-size: 13px;\n font-family: var(--prism-font-sans);\n color: var(--prism-text-muted);\n font-weight: 500;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .prism-string-control__type {\n font-size: 10px;\n font-family: var(--prism-font-mono, monospace);\n color: var(--prism-text-ghost);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .prism-string-control__input {\n flex: 1;\n background: var(--prism-input-bg);\n border: 1px solid var(--prism-border);\n border-radius: var(--prism-radius-sm);\n color: var(--prism-text);\n font-family: var(--prism-font-sans);\n padding: 4px 8px;\n font-size: 13px;\n min-width: 0;\n box-sizing: border-box;\n transition: border-color 0.15s;\n }\n\n .prism-string-control__input:focus {\n outline: none;\n border-color: var(--prism-primary);\n box-shadow: 0 0 0 2px var(--prism-glow);\n }\n "] }]
54
+ }], null, { value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], typeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "typeName", required: false }] }], valueChange: [{ type: i0.Output, args: ["valueChange"] }] }); })();
55
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StringControlComponent, { className: "StringControlComponent", filePath: "app/controls/string-control.component.ts", lineNumber: 77 }); })();
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class UnionControlComponent {
3
+ readonly value: import("@angular/core").InputSignal<string>;
4
+ readonly label: import("@angular/core").InputSignal<string>;
5
+ readonly typeName: import("@angular/core").InputSignal<string>;
6
+ readonly options: import("@angular/core").InputSignal<string[]>;
7
+ readonly valueChange: import("@angular/core").OutputEmitterRef<string>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<UnionControlComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<UnionControlComponent, "prism-union-control", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "typeName": { "alias": "typeName"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
10
+ }
11
+ //# sourceMappingURL=union-control.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"union-control.component.d.ts","sourceRoot":"","sources":["../../../src/app/controls/union-control.component.ts"],"names":[],"mappings":";AAEA,qBA4Fa,qBAAqB;IAChC,QAAQ,CAAC,KAAK,8CAAa;IAC3B,QAAQ,CAAC,KAAK,8CAAa;IAC3B,QAAQ,CAAC,QAAQ,8CAAa;IAC9B,QAAQ,CAAC,OAAO,gDAAuB;IACvC,QAAQ,CAAC,WAAW,mDAAoB;yCAL7B,qBAAqB;2CAArB,qBAAqB;CAMjC"}
@@ -0,0 +1,72 @@
1
+ import { Component, input, output } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ function UnionControlComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
4
+ i0.ɵɵdomElementStart(0, "code", 3);
5
+ i0.ɵɵtext(1);
6
+ i0.ɵɵdomElementEnd();
7
+ } if (rf & 2) {
8
+ const ctx_r0 = i0.ɵɵnextContext();
9
+ i0.ɵɵadvance();
10
+ i0.ɵɵtextInterpolate(ctx_r0.typeName());
11
+ } }
12
+ function UnionControlComponent_For_7_Template(rf, ctx) { if (rf & 1) {
13
+ const _r2 = i0.ɵɵgetCurrentView();
14
+ i0.ɵɵdomElementStart(0, "button", 6);
15
+ i0.ɵɵdomListener("click", function UnionControlComponent_For_7_Template_button_click_0_listener() { const option_r3 = i0.ɵɵrestoreView(_r2).$implicit; const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.valueChange.emit(option_r3)); });
16
+ i0.ɵɵtext(1);
17
+ i0.ɵɵdomElementEnd();
18
+ } if (rf & 2) {
19
+ const option_r3 = ctx.$implicit;
20
+ const ctx_r0 = i0.ɵɵnextContext();
21
+ i0.ɵɵclassProp("prism-union-control__option--active", option_r3 === ctx_r0.value());
22
+ i0.ɵɵadvance();
23
+ i0.ɵɵtextInterpolate(option_r3);
24
+ } }
25
+ export class UnionControlComponent {
26
+ value = input('', ...(ngDevMode ? [{ debugName: "value" }] : []));
27
+ label = input('', ...(ngDevMode ? [{ debugName: "label" }] : []));
28
+ typeName = input('', ...(ngDevMode ? [{ debugName: "typeName" }] : []));
29
+ options = input([], ...(ngDevMode ? [{ debugName: "options" }] : []));
30
+ valueChange = output();
31
+ static ɵfac = function UnionControlComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnionControlComponent)(); };
32
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnionControlComponent, selectors: [["prism-union-control"]], inputs: { value: [1, "value"], label: [1, "label"], typeName: [1, "typeName"], options: [1, "options"] }, outputs: { valueChange: "valueChange" }, decls: 8, vars: 3, consts: [[1, "prism-union-control"], [1, "prism-union-control__label"], [1, "prism-union-control__label-text"], [1, "prism-union-control__type"], ["role", "group", 1, "prism-union-control__options"], [1, "prism-union-control__option", 3, "prism-union-control__option--active"], [1, "prism-union-control__option", 3, "click"]], template: function UnionControlComponent_Template(rf, ctx) { if (rf & 1) {
33
+ i0.ɵɵdomElementStart(0, "div", 0)(1, "div", 1)(2, "span", 2);
34
+ i0.ɵɵtext(3);
35
+ i0.ɵɵdomElementEnd();
36
+ i0.ɵɵconditionalCreate(4, UnionControlComponent_Conditional_4_Template, 2, 1, "code", 3);
37
+ i0.ɵɵdomElementEnd();
38
+ i0.ɵɵdomElementStart(5, "div", 4);
39
+ i0.ɵɵrepeaterCreate(6, UnionControlComponent_For_7_Template, 2, 3, "button", 5, i0.ɵɵrepeaterTrackByIdentity);
40
+ i0.ɵɵdomElementEnd()();
41
+ } if (rf & 2) {
42
+ i0.ɵɵadvance(3);
43
+ i0.ɵɵtextInterpolate(ctx.label());
44
+ i0.ɵɵadvance();
45
+ i0.ɵɵconditional(ctx.typeName() ? 4 : -1);
46
+ i0.ɵɵadvance();
47
+ i0.ɵɵattribute("aria-label", ctx.label());
48
+ i0.ɵɵadvance();
49
+ i0.ɵɵrepeater(ctx.options());
50
+ } }, styles: [".prism-union-control[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 12px;\n padding: 6px 16px;\n min-height: 36px;\n }\n\n .prism-union-control__label[_ngcontent-%COMP%] {\n flex-shrink: 0;\n width: 140px;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n gap: 1px;\n }\n .prism-union-control__label-text[_ngcontent-%COMP%] {\n font-size: 13px;\n font-family: var(--prism-font-sans);\n color: var(--prism-text-muted);\n font-weight: 500;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .prism-union-control__type[_ngcontent-%COMP%] {\n font-size: 10px;\n font-family: var(--prism-font-mono, monospace);\n color: var(--prism-text-ghost);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .prism-union-control__options[_ngcontent-%COMP%] {\n display: flex;\n flex-wrap: wrap;\n gap: 4px;\n flex: 1;\n }\n\n .prism-union-control__option[_ngcontent-%COMP%] {\n padding: 3px 10px;\n font-size: 12px;\n font-family: var(--prism-font-sans);\n border: 1px solid var(--prism-border);\n border-radius: var(--prism-radius-xs);\n background: var(--prism-input-bg);\n color: var(--prism-text-muted);\n cursor: pointer;\n transition: background 0.1s, color 0.1s, border-color 0.1s;\n }\n\n .prism-union-control__option[_ngcontent-%COMP%]:hover {\n color: var(--prism-text-2);\n border-color: var(--prism-border-strong);\n }\n\n .prism-union-control__option--active[_ngcontent-%COMP%] {\n background: color-mix(in srgb, var(--prism-primary) 15%, transparent);\n color: var(--prism-primary);\n border-color: color-mix(in srgb, var(--prism-primary) 40%, transparent);\n font-weight: 500;\n }\n\n .prism-union-control__option--active[_ngcontent-%COMP%]:hover {\n color: var(--prism-primary);\n border-color: color-mix(in srgb, var(--prism-primary) 40%, transparent);\n }"] });
51
+ }
52
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnionControlComponent, [{
53
+ type: Component,
54
+ args: [{ selector: 'prism-union-control', standalone: true, template: `
55
+ <div class="prism-union-control">
56
+ <div class="prism-union-control__label">
57
+ <span class="prism-union-control__label-text">{{ label() }}</span>
58
+ @if (typeName()) { <code class="prism-union-control__type">{{ typeName() }}</code> }
59
+ </div>
60
+ <div class="prism-union-control__options" role="group" [attr.aria-label]="label()">
61
+ @for (option of options(); track option) {
62
+ <button
63
+ class="prism-union-control__option"
64
+ [class.prism-union-control__option--active]="option === value()"
65
+ (click)="valueChange.emit(option)"
66
+ >{{ option }}</button>
67
+ }
68
+ </div>
69
+ </div>
70
+ `, styles: ["\n .prism-union-control {\n display: flex;\n align-items: center;\n gap: 12px;\n padding: 6px 16px;\n min-height: 36px;\n }\n\n .prism-union-control__label {\n flex-shrink: 0;\n width: 140px;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n gap: 1px;\n }\n .prism-union-control__label-text {\n font-size: 13px;\n font-family: var(--prism-font-sans);\n color: var(--prism-text-muted);\n font-weight: 500;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .prism-union-control__type {\n font-size: 10px;\n font-family: var(--prism-font-mono, monospace);\n color: var(--prism-text-ghost);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .prism-union-control__options {\n display: flex;\n flex-wrap: wrap;\n gap: 4px;\n flex: 1;\n }\n\n .prism-union-control__option {\n padding: 3px 10px;\n font-size: 12px;\n font-family: var(--prism-font-sans);\n border: 1px solid var(--prism-border);\n border-radius: var(--prism-radius-xs);\n background: var(--prism-input-bg);\n color: var(--prism-text-muted);\n cursor: pointer;\n transition: background 0.1s, color 0.1s, border-color 0.1s;\n }\n\n .prism-union-control__option:hover {\n color: var(--prism-text-2);\n border-color: var(--prism-border-strong);\n }\n\n .prism-union-control__option--active {\n background: color-mix(in srgb, var(--prism-primary) 15%, transparent);\n color: var(--prism-primary);\n border-color: color-mix(in srgb, var(--prism-primary) 40%, transparent);\n font-weight: 500;\n }\n\n .prism-union-control__option--active:hover {\n color: var(--prism-primary);\n border-color: color-mix(in srgb, var(--prism-primary) 40%, transparent);\n }\n "] }]
71
+ }], null, { value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], typeName: [{ type: i0.Input, args: [{ isSignal: true, alias: "typeName", required: false }] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], valueChange: [{ type: i0.Output, args: ["valueChange"] }] }); })();
72
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnionControlComponent, { className: "UnionControlComponent", filePath: "app/controls/union-control.component.ts", lineNumber: 95 }); })();
@@ -0,0 +1,10 @@
1
+ import { PrismSearchService } from '../services/prism-search.service.js';
2
+ import { PrismThemeService } from '../services/prism-theme.service.js';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PrismHeaderComponent {
5
+ protected readonly searchService: PrismSearchService;
6
+ protected readonly themeService: PrismThemeService;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<PrismHeaderComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<PrismHeaderComponent, "prism-header", never, {}, {}, never, never, true, never>;
9
+ }
10
+ //# sourceMappingURL=prism-header.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prism-header.component.d.ts","sourceRoot":"","sources":["../../../src/app/header/prism-header.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;;AAGvE,qBAsRa,oBAAoB;IAC/B,SAAS,CAAC,QAAQ,CAAC,aAAa,qBAA8B;IAC9D,SAAS,CAAC,QAAQ,CAAC,YAAY,oBAA6B;yCAFjD,oBAAoB;2CAApB,oBAAoB;CAGhC"}
@@ -0,0 +1,241 @@
1
+ import { Component, inject } from '@angular/core';
2
+ import { PrismSearchService } from '../services/prism-search.service.js';
3
+ import { PrismThemeService } from '../services/prism-theme.service.js';
4
+ import { PrismLayoutMenuComponent } from '../layout-menu/prism-layout-menu.component.js';
5
+ import * as i0 from "@angular/core";
6
+ function PrismHeaderComponent_Conditional_159_Template(rf, ctx) { if (rf & 1) {
7
+ i0.ɵɵnamespaceSVG();
8
+ i0.ɵɵelementStart(0, "svg", 157);
9
+ i0.ɵɵelement(1, "circle", 158)(2, "line", 159)(3, "line", 160)(4, "line", 161)(5, "line", 162)(6, "line", 163)(7, "line", 164)(8, "line", 165)(9, "line", 166);
10
+ i0.ɵɵelementEnd();
11
+ } }
12
+ function PrismHeaderComponent_Conditional_160_Template(rf, ctx) { if (rf & 1) {
13
+ i0.ɵɵnamespaceSVG();
14
+ i0.ɵɵelementStart(0, "svg", 157);
15
+ i0.ɵɵelement(1, "path", 167);
16
+ i0.ɵɵelementEnd();
17
+ } }
18
+ export class PrismHeaderComponent {
19
+ searchService = inject(PrismSearchService);
20
+ themeService = inject(PrismThemeService);
21
+ static ɵfac = function PrismHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrismHeaderComponent)(); };
22
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PrismHeaderComponent, selectors: [["prism-header"]], decls: 161, vars: 4, consts: [[1, "prism-header"], [1, "prism-header__brand"], ["viewBox", "0 0 1600 1600", "xmlns", "http://www.w3.org/2000/svg", 1, "prism-header__logo-svg"], ["transform", "translate(817,276)", "d", "m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7 4 8v2h2l8 16 2 6h2l6 12 10 17 7 13 11 19 8 14 9 15 10 18v2h2l6 12v2h2l6 14v2h2l6 12 12 20 6 11 3 5 12 23 16 27 3 4 2 5 5 9v2h2l8 16 10 18 8 13 8 15 5 11 4 7 6 9 10 18 18 32 15 26 8 13 14 24 8 16 13 23 8 14 8 13 14 25 12 20 25 45 12 21 14 24 24 40v3h-10l-8-2-9-5-11-4-12-5-49-23v-2l-10-3-17-7v-2l-9-2-7-4-9-3-4-2v-2l-5-1-20-8-31-13v-2h-5v-2l-7-1-3-1v-2l-10-2-2-1v-2l-8-1v-2l-7-1-5-2v-2l-8-1-3-1v-2h-5v-2l-7-1-31-12v-2l-9-1-15-6-12-4-48-18-13-5v-2h-6l-41-16-29-10-7-3-17-6-28-11-35-12-5-2h-7l-6 2-3 4-1 6-7 12-10 11-9 11-7 7-9 11-14 15-11 12-7 9-12 12-7 8-10 11-9 11-12 13-9 11-9 10-9 11-12 14-8 11-7 10v3l-3 2h-275l-6-2 2-6 11-21 13-23 9-16 12-20 14-25 10-17 14-25 12-20 14-24 11-19 9-15 15-27 17-28 15-27 14-25 8-13 13-24 17-28 14-25 8-13 10-18 14-25 13-23 13-21 12-22 8-12 18-33 6-10 12-19 8-13 3-7 13-23 10-18 6-10 9-16 12-18 5-8 6-10 8-16 11-20 13-22 12-19 2-5h2l1-6 4-5 8-13h2l1-4 6-12 10-16 8-15 12-21z", "fill", "#FBF9FE"], ["transform", "translate(804,308)", "d", "m0 0 10 1 2 6v25l-1 46-2 133-2 76-2 67-3 8-2 9-7 10-9 10-8 9-10 13-12 16-8 10-7 11-8 11-7 10-6 10-9 14-12 20-11 16-11 17-8 11-16 24-11 16-7 11-6 8-9 14-8 10-6 10-12 16-7 11-16 24-8 11-8 12-7 9-6 9-8 9-6 7-8 5-9 5-36 18-21 9-10 7-18 8-10 6-16 8-19 10-12 6-10 6-14 6-19 10-17 10-10 8-1 3 7-2 17-10 16-8 19-9 16-9 16-8 42-22 45-22 31-16 10-4 9-5 13-5 16-8 34-16 18-8 19-9 21-9 17-8 17-9 28-13 33-15 5-2v3l-3 9-7 11-9 10-9 11-7 7-9 11-14 15-11 12-7 9-12 12-7 8-10 11-9 11-12 13-9 11-9 10-9 11-12 14-8 11-7 10v3l-3 2h-275l-6-2 2-6 11-21 13-23 9-16 12-20 14-25 10-17 14-25 12-20 14-24 11-19 9-15 15-27 17-28 15-27 14-25 8-13 13-24 17-28 14-25 8-13 10-18 14-25 13-23 13-21 12-22 8-12 18-33 6-10 12-19 8-13 3-7 13-23 10-18 6-10 9-16 12-18 5-8 6-10 8-16 11-20 13-22 7-11 1 2-8 15-12 20-7 12-1 3 6-2 4-1 16-24 10-19 6-12 8-13 4-9 4-14 2-1 3-9 5-11 3-6 4-5z", "fill", "#E13990"], ["transform", "translate(757,973)", "d", "m0 0h7l19 7 21 7 36 14 15 5 9 4 29 10 33 13 6 1v2l5 1 24 9 30 11 10 4 17 6 11 3v2l5 1 28 11 5 1v2h5v2l11 2v2l12 3v2l8 1v2l12 3v2l10 2v2h5v2l9 3 29 12 18 7v2l6 2 10 3 7 4 6 2v2l9 3 10 4 6 2 2 1v2l9 3 35 17 16 6 8 4 10 4 5 3 6 1v1l-8 1h-751l-5-1 2-1-1-3 7-10 8-11 8-9 9-11 26-30 9-10 9-11 14-15 9-10 8-8 7-9 15-16 10-11 9-11 12-13 7-8 9-13 3-6 1-5 4-5z", "fill", "#5F16BA"], ["transform", "translate(817,276)", "d", "m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7 4 8v2h2l8 16 2 6h2l6 12 10 17 7 13 11 19 8 14 9 15 10 18v2h2l6 12v2h2l6 14v2h2l6 12 12 20 6 11 3 5 12 23 16 27 3 4 2 5 5 9v2h2l8 16 10 18 8 13 8 15 5 11 4 7 6 9 10 18 18 32 15 26 8 13 14 24 8 16 13 23 8 14 8 13 14 25 12 20 25 45 12 21 14 24 24 40v3h-10l-8-2-9-5-11-4-12-5-49-23v-2l-10-3-17-7v-2l-9-2-7-4-9-3-4-2v-2l-5-1-20-8-31-13v-2h-5v-2l-7-1-3-1v-2l-10-2-2-1v-2l-8-1v-2l-7-1-5-2v-2l-8-1-3-1v-2h-5v-2l-7-1-31-12v-2l-9-1-15-6-12-4-48-18-13-5v-2h-6l-41-16-29-10-7-3-17-6-28-11-35-12-5-2h-7l-6 2-13 6-20 9-24 11-3-1 8-4h2v-2l10-5 8-5 8-4 12-4 8-2 5-4 8-1v-2l2-1 2-3 12 2 18 8 13 4v2l9 1 2 1v2l9 1 3 1v2l9 1v2l8 1 12 5 15 5v2l9 1 16 5v2h6v2l8 1 9 3v2l10 2 3 1v2h5l8 3 3 1v2l8 1 5 2v2l10 2v2l12 2 2 1v2l11 3 21 8 20 9 22 8 36 8 5 2-7-13v-7l4 2 5 4 1-2 5 1 14 19 8 11 14 8 27 13 9 4 19 8 29 12 33 16 24 10 15 6 10 6-14-25-11-18-8-13-12-21-6-12-10-17-3-6-6-11-11-20-10-16-5-9-5-8-6-11-6-10-12-18-8-13-4-8-10-21-5-8-2-5-8-13-9-15-4-7v-3h-2l-11-19-3-5v-3l-3-1-3-3-7 1-12-5-5-3-13-4-12-7-8-3-5-4-5-2-1-1-25 2-26-4-18-4-13-5-9-3-6-1h-5l-1 3-4 1-3 3v-5l-6 3h-7l-6-8-13-26-7-13-5-9-6-10-9-14-9-13-8-13-9-15-8-14-8-11-6-9-4-3-9-2v-19l2-53 1-40 1-133-1-5-1-34-1 2-3 99-1 14-2 103-2 82-1 4h-2l3-102 2-105 1-83 1-34v-25l-1-6h-12l-2 4-3 4-5 13-5 10-4 10-2 7-7 14-6 9-11 23-14 22-7 9-9 1 1-4 10-18 13-22 5-11 5-10h2l1-6 4-5 8-13h2l1-4 6-12 10-16 8-15 12-21z", "fill", "#FAC3F2"], ["transform", "translate(804,308)", "d", "m0 0 10 1 2 6v25l-1 46-2 133-2 76-2 67-3 8-2 9-7 10-9 10-8 9-10 13-12 16-8 10-7 11-8 11-7 10-6 10-9 14-5 8-1-2 9-16-3-3-1-3-1-2-3 1-1-4-1-1-2 2-1-2-16 8-11 6h-2v2l-8 4h-3v2l-10 5-9 6-13 7h-3v2l-11 7-9 5h-3v2l-5 2-9 6h-3v2l-9 4-8 5-4 2-11 6-7 3-2 2-7 3-9 4-2 2-7 3-4 3-6 1h-2l-9 3-2-4-4 1-8 4-4 5-2 2-7 11h-2l-1 5h-2l-2 6-4 5-3 3-2-1 1-2-2-1 3-6 1-8h-2l-1-2-4 2 1-4 8-15 6-9 6-11 13-23 11-20 13-22 13-23 4-10 8-13 10-18 14-25 13-23 13-21 12-22 8-12 18-33 6-10 12-19 8-13 3-7 13-23 10-18 6-10 9-16 12-18 5-8 6-10 8-16 11-20 13-22 7-11 1 2-8 15-12 20-7 12-1 3 6-2 4-1 16-24 10-19 6-12 8-13 4-9 4-14 2-1 3-9 5-11 3-6 4-5z", "fill", "#FA6CA3"], ["transform", "translate(951,798)", "d", "m0 0 6 1 9 3 13 5 18 4 26 4 26-2 1 2 5 2 5 4 9 3 10 6 13 4 6 4 11 4 8-1 5 5 5 10 9 15v2h2l3 6 8 14 6 9 5 9 6 12 10 19 4 9 8 14 8 11 7 11 8 14 6 11 5 7 6 11 12 20 5 10 5 9 12 22 6 10 7 14 10 17 10 16 15 26 4 8-18-9-25-10-29-14-25-11-22-9-20-8-36-18-9-7-6-9-16-21-8-11-10-14-13-19-20-26-8-10v-2h-2l-8-10-4-7-8-10-22-33-14-19-11-14-15-20-12-17-11-15-6-8-3-6-1-5v-8h2l2-4 5-6 4-1 1-2z", "fill", "#988DFB"], ["transform", "translate(757,973)", "d", "m0 0h7l19 7 21 7 36 14 15 5 9 4 29 10 33 13 6 1v2l5 1 24 9 30 11 10 4 17 6 11 3v2l5 1 28 11 5 1v2h5v2l11 2v2l12 3v2l8 1v2l12 3v2l10 2v2h5v2l9 3 29 12 18 7v2l6 2 10 3 7 4 6 2v2l9 3 10 4 6 2 2 1v2l9 3 35 17 16 6 8 4 10 4 5 3 6 1v1l-8 1h-317l-8-3-4-5-11-9-26-22-10-8-14-11-17-14-13-11-17-13-28-24-7-7-11-9-12-11-11-9-10-9-8-7-10-8-9-9v-2h-2l-7-8-3-3v-2h-2l-4-9-3-5v-2l-3-1z", "fill", "#2737D8"], ["transform", "translate(919,832)", "d", "m0 0 5 1 11 17 13 16 13 19 8 10 10 12 8 11 8 14 3 3 3 1 4 8 8 10 6 5 5 2v6l4 6 8 9 11 16 16 24 9 12 12 15 12 19 7 13v2l-17-4-27-6-24-9-25-11-22-8v-2l-14-3v-2l-7-1-3-1v-2l-13-3v-2l-10-2-6-2v-2l-10-2-3-1v-2l-9-2-8-2v-2h-6v-2l-10-2-9-3-6-1v-2l-9-2-16-6-10-3v-2l-9-1v-2l-12-2v-2l-11-2v-2l-10-2-17-7-4-2-12-2 5-5 16-11h2l1-3 4-2 7-8 7-6h2l1-3 5-3h2l1-3 4-2 1-2 3-1 1-2 4-2 5-5 4-2 1-3 9-6 31-29 10-9 8-8 16-14z", "fill", "#7DD4FE"], ["transform", "translate(748,976)", "d", "m0 0 2 2-2 4-2 6-7 11-9 10-9 11-7 7-9 11-14 15-11 12-7 9-12 12-7 8-10 11-9 11-12 13-9 11-9 10-9 11-12 14-8 11-7 10v3l-3 2h-275l-6-2 2-4v4h19l11-1-1-3 7-3 5-5 24-12 5-2 4-2 2 1 1-2 3-1 2-2 5-4 3-1 1-2 6-2 4-3 4-1 3-4h5-2l-1-4 7-4 4-4 29-15 39-19 33-17 10-4 9-5 13-5 16-8 34-16 18-8 19-9 21-9 17-8 17-9 28-13 33-15z", "fill", "#A90C79"], ["transform", "translate(727,779)", "d", "m0 0h1v6l-4 6 9-4 4-1 8-6 13-1 9 2 6 4 1 9 1 15-1 14-7 45-3 32-5 21-7 24-4 16-8 7-10 6-37 16-28 13-23 11-33 16-16 8h-3v2l-9 4h-2v2l-16 6-7 3h-3v2l-7 3-5 3-6 2-4 2 6-8 10-12 7-11 4-5 9-13 15-22 16-24 9-12 9-14 8-10 10-16 7-9 6-10 7-10 20-30 8-11 7-11 7-10 15-24 9-15 6-9z", "fill", "#FAC3F2"], ["transform", "translate(817,276)", "d", "m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7 4 8v2h2l8 16 2 6h2l6 12 10 17 7 13 11 19 8 14 9 15 10 18v2h2l6 12v2h2l6 14v2h2l6 12 12 20 6 11 3 5 12 23 16 27 3 4 2 5 5 9v2h2l8 16 10 18 8 13 8 15 5 11 4 7 6 9 10 18 18 32 15 26 8 13 14 24 8 16 13 23 8 14 8 13 14 25 12 20 25 45 12 21 14 24 24 40v3h-10l-8-2-9-5-11-4-12-5-49-23v-2l-10-3-17-7v-2l-9-2-7-4-9-3-4-2v-2l-5-1-20-8-31-13v-2h-5v-2l-7-1-3-1v-2l-10-2-2-1v-2l-8-1v-2l-7-1-5-2v-2l-8-1-3-1v-2h-5v-2l-7-1-31-12v-2l-9-1-15-6-12-4-48-18-13-5v-2h-6l-41-16-29-10-7-3-17-6-28-11-35-12-5-2h-7l-6 2-13 6-20 9-24 11-3-1 8-4h2v-2l10-5 8-5 8-4 12-4 8-2 5-4 8-1v-2l2-1 2-3 12 2 18 8 13 4v2l9 1 2 1v2l9 1 3 1v2l9 1v2l8 1 12 5 15 5v2l9 1 16 5v2h6v2l8 1 9 3v2l10 2 3 1v2h5l8 3 3 1v2l8 1 5 2v2l10 2v2l12 2 2 1v2l11 3 21 8 20 9 22 8 36 8 5 2-7-13v-7l4 2 5 4 1-2 5 1 14 19 8 11 14 8 27 13 9 4 19 8 29 12 33 16 24 10 15 6 10 6-14-25-11-18-8-13-12-21-6-12-10-17-3-6-6-11-11-20-10-16-5-9-5-8-6-11-6-10-12-18-8-13-4-8-10-21-5-8-2-5-8-13-9-15-4-7v-3h-2l-11-19-5-10v-3h-2l-8-16-3-5-12-21-5-10-10-18-7-14-1-10-7-8-9-15-8-13-6-10-11-20-6-12-6-11-3-4-9-18-6-8-3-7-7-14-9-16-7-11-7-14-5-9-14-25-8-16-14-25-6-12-3-9-7-7-12-19-12-23-8-16-8-12-7-12-5-10-7-11-4-6-5-6-10-21-5-6-5 1-2 3-2 6-2-1-1-22-3-7h-7l-2 4h-2l1-6 12-21z", "fill", "#F9F6FE"], ["transform", "translate(896,1022)", "d", "m0 0 9 3 21 8 6 1v2l5 1 24 9 30 11 10 4 17 6 11 3v2l5 1 28 11 5 1v2h5v2l11 2v2l12 3v2l8 1v2l12 3v2l10 2v2h5v2l9 3 29 12 18 7v2l6 2 10 3 7 4 6 2v2l9 3 10 4 6 2 2 1v2l9 3 35 17 16 6 8 4 10 4 5 3 6 1v1h-224l-2-3-1-7-6-2-5-3-5-2-3-3v-2l-5-2-4-5-6-4-5-6-5-4-7-8-7-6v-2l-5-2-9-10-7-8-5-5-10-9-3-3-14-10-9-5-10-8-6-4-13-8v-2h-2v-2l-3-1-1-4-5-2-7-6v-2l-7-2-5-3-7-3-18-10-1-2-3-1-1-6z", "fill", "#2E62F9"], ["transform", "translate(951,798)", "d", "m0 0 6 1 9 3 13 5 18 4 26 4 26-2 1 2 5 2 5 4 9 3 10 6 13 4 6 4 11 4 8-1 5 5 5 10 9 15v2h2l3 6 8 14 6 9 5 9 6 12 2 3-1 4-2 2-3-1-6 1-8-4-2 1h-17l-14-3-7-1-8-3-3 1-1-2-12-2-7-1-5 1-2-1-19-2h-11l-13-1-2 2-5 1-4-1 2 6 3 10 1 5 1 7h-4l-14-21-14-19-11-14-15-20-12-17-11-15-6-8-3-6-1-5v-8h2l2-4 5-6 4-1 1-2z", "fill", "#BF7CF9"], ["transform", "translate(1e3 702)", "d", "m0 0h3l1 2 2-2 8 3h3l4 2 4 3 2-1 13 6v2h2v2h2l3 3v3h2v2l4 2 10 15 8 11 13 25 4 7 5 5 8 16 7 12 6 11 4 8v2h2l1 5-5-4-7 1-12-5-5-3-13-4-12-7-8-3-5-4-5-2-1-1-25 2-26-4-18-4-13-5-9-3-6-1h-5l-1 3-4 1-3 3v-5l-6 3h-7l-6-8-13-26-7-13-5-9-6-10-9-14-3-7-5-8 1-5 5 2 9 8v2l5 4 2-3h4l2-3 2 4 9-2 4-1 15 1 2 3 4 1 2-1 2 2 2-1v-4h2l1 2 3-2h21l2 1v-2l9-2 12-4 9-1z", "fill", "#F8ADF3"], ["transform", "translate(839,904)", "d", "m0 0h5l20 16 12 11 16 15 12 11 13 11 8 7 9 8 5 3v2l5 2 11 9 14 11 14 12 11 9 13 10 4 5v3l-5 1-23-8-9-2v-2l-7-1-3-1v-2l-13-3v-2l-10-2-6-2v-2l-10-2-3-1v-2l-9-2-8-2v-2h-6v-2l-10-2-9-3-6-1v-2l-9-2-16-6-10-3v-2l-9-1v-2l-12-2v-2l-11-2v-2l-10-2-17-7-4-2-12-2 5-5 16-11h2l1-3 4-2 7-8 7-6h2l1-3 5-3h2l1-3 4-2 1-2 3-1 1-2 4-2 5-5z", "fill", "#3052F2"], ["transform", "translate(792,793)", "d", "m0 0 6 2 12 6 19 3 24 5 13 2h19l16 2 8 4 7 6-2 4-13 10-14 11-9 8-9 7-7 7-8 7-12 12-11 9-6 3-10 11-6 4-12 11-1 2-5 3-16 16-3 2-8 2-1 3-5 1 2-9 12-63 6-23 11-54 2-11z", "fill", "#A2D1FD"], ["transform", "translate(1154,1039)", "d", "m0 0 5 1 8-1v2l4 2v2l3-3 6 1 9 5 5 2 2 3 11 1v5l5 2h5l8 10 12 6 6 6 10 4v-2l3 1 9 9 8 16 12 21 10 16 15 26 4 8-18-9-25-10-29-14-25-11-22-9-20-8-36-18-5-4-1-4 2-1 2-7v-10h2l-1-5v-7l4-8v-5l4-2 2-4 6-1-1-3z", "fill", "#8783FB"], ["transform", "translate(896,1022)", "d", "m0 0 9 3 21 8 6 1v2l5 1 21 8v4l1 4 5 2 4 3 13 6 26 10 11 6 6 7 4 1 5 5 4 5 15 11 2 2 7 2 8 7 4 6 12 12v2l5 2 6 4 19 6h9l15 4 13 3 7 2 18 10v2h2v2l5 2 6 4 3 1v4l4 2v5l-1 2h-2v3l2 2h-89l-2-3-1-7-6-2-5-3-5-2-3-3v-2l-5-2-4-5-6-4-5-6-5-4-7-8-7-6v-2l-5-2-9-10-7-8-5-5-10-9-3-3-14-10-9-5-10-8-6-4-13-8v-2h-2v-2l-3-1-1-4-5-2-7-6v-2l-7-2-5-3-7-3-18-10-1-2-3-1-1-6z", "fill", "#3052F2"], ["transform", "translate(815,676)", "d", "m0 0 5 1 6 9 7 14 12 17 13 20 13 23 12 19 5 8 1 5 3 1 5 9 7 9v2l4 2-2 1-7-2-15-2h-20l-31-6-14-3-9-1-5-3-7-3-6-3-1 3 1-7 3-13 2-13 7-43 8-39z", "fill", "#E9AFF4"], ["transform", "translate(819,358)", "d", "m0 0 2 2 1 34 1 9-1 129-2 66-2 46 9 1 5 4 13 19 6 9 6 11 12 20 11 16 10 16 3 4 6 12 3 5 5 9 11 22 6 9 1 3 9-2 4-1-1 7-5 5h-5v2h-2v2l-2 1h-9l-7-3-5-5-6-8-5-9-3-3-4-8-12-19-14-24-11-18-8-11-10-15-7-14-3-4h-4l-2 4-1 6h-1v-8l2-7 3-3-1-7-2-2h-3l2-82 2-103 2-37v-18l2-58z", "fill", "#FDFAFE"], ["transform", "translate(808,300)", "d", "m0 0h5l4 8 1 22h1l2-7 3-3 5 1 6 8 10 21 7 8 7 12 5 8 7 14 8 11 19 38 14 22 7 7 6 16 13 23 7 12 8 17 11 19 6 11 8 15 9 15 6 11 8 15 2 5 8 12 3 7 5 9 6 9 5 12 9 16 7 12 18 30 3 4v2l4 2 2 3v8l-4-5-12-18-7-14-10-17-13-21-6-11-8-16-11-20-12-22-6-10-16-29-4-5-3-6-9-17v-2l-4-2-5-9-7-9-5-5-6-11-11-20-9-15-4-6-2-4v-3h-2l-7-11-8-13-6-11-4-7v-2h-2l-3-6-3-9h-2l-5-9-9-16-5-11-10-17-3-3-3-1-1 4-1 26v49l-1 31-1 62h-1v-115l-1-5-1-34-1 2-3 99-1 14-2 103-2 82-1 4h-2l3-102 2-105 1-83 1-34v-25l-1-6h-12l-2 4-3 4-5 13-5 10-4 10-2 7-7 14-6 9-11 23-14 22-7 9-9 1 1-4 10-18 13-22 5-11 5-10h2l1-6 4-5 8-13h2l1-4 6-12 10-16 6-12 1 3z", "fill", "#FDEAFB"], ["transform", "translate(727,779)", "d", "m0 0h1v6l-4 6 9-4 4-1 8-6 13-1 9 2 6 4 1 9 1 15-1 14-7 45-3 32-5 21-7 24-2 8-1-4 4-17 2-6 2-13 2-9v-14l1-17-1-13-2-5-2-1-4 3-2-6h-2l-1 3-5 3-2 1-2-3-11-1-4-3 1 3-2 2-4-2-12-2-7 1-11 9-3 3h-3v2l-7 5-4-1 1-6 10-13 8-13 7-10 15-24 9-15 6-9z", "fill", "#FCD9F5"], ["transform", "translate(817,276)", "d", "m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7 3 6v2h-2l1 8 9 19 9 15 9 19 9 16 5 9 12 22 7 10 10 18 3 4 5 12 9 15 8 16 9 16 8 14 8 16 11 17 12 18 6 7 4 1v2l-3 3 1 6 11 20 6 11 9 16 7 5 4 15 4 8v3l4 1h-8l-6-10-12-22-7-13-10-18-7-14-1-10-7-8-9-15-8-13-6-10-11-20-6-12-6-11-3-4-9-18-6-8-3-7-7-14-9-16-7-11-7-14-5-9-14-25-8-16-14-25-6-12-3-9-7-7-12-19-12-23-8-16-8-12-7-12-5-10-7-11-4-6-5-6-10-21-5-6-5 1-2 3-2 6-2-1-1-22-3-7h-7l-2 4h-2l1-6 12-21z", "fill", "#FDF9FE"], ["transform", "translate(782,848)", "d", "m0 0 5 1 8 6 13 13 7 8 8 9 7 5 5 2-5 5-9 8-6 7-6 4-12 11-1 2-5 3-16 16-3 2-8 2-1 3-5 1 2-9 12-63 6-23 2-10h2z", "fill", "#3355F2"], ["transform", "translate(839,904)", "d", "m0 0h5l20 16 12 11 16 15 12 11 13 11 8 7 9 8 5 3v2l5 2 11 9 14 11 14 12 11 9 13 10 4 5v3l-5 1-23-8-9-2v-2l-7-1-3-1v-2l-13-3 1-7-7-2-13-6-18-6-1-2 5-1v2l10-2v-5l-6-5 1-2 1 1v-6l4 4-1-4-5-7-1-9-2-2-10-1-7-3 5 7-7-1-1-2-10-4-7-4v-3l-3-1-4-13 3-1-3-4v-2h-2l-3-6-1-3-7-6-4-4-5-2-6-4-9-1-2-5 3-4z", "fill", "#2E62F9"], ["transform", "translate(404,1078)", "d", "m0 0h5l4 1 5 2v2l2 1-1 2h7l3-1 3 1v2l3-1 4 2v5l-5 5-6 4-2 2h-3l-2 4-4 1v2l-7 2v2l-8 3-1 2h-2v2l-5 2-6 3-1 4h-5l-5 4-1-2-4-1v2l-3 2-8-1v2l-15 2-2-5 1-6h2l1-6 4-8h2l2-7 10-16 4-5 4-1 4 1v-3l3 1 5-1 1-2 5 1 4-2 3 1 1 1z", "fill", "#CF358D"], ["transform", "translate(806,829)", "d", "m0 0 11 3 10 3 17 8 8 4 14 5 6-1h8l-1 4-10 8-7 7-8 7-12 12-11 9h-3l6-5-4-2-9-7-7-8-12-13-4-7-4-5 1-7 6-7z", "fill", "#7DD4FE"], ["transform", "translate(596,1035)", "d", "m0 0 2 1-3 4 3 1h11l-4 3-24 11-28 13-21 10-10 4-10 5-17 8-19 10-26 13-23 11-40 21-16 8-22 12-23 11-18 10-3 2-7 1 4-6 12-9 18-10 21-11 10-4 17-10 19-9 7-4 16-8 14-8 11-5 9-6 32-14 10-6 12-5 9-6 8-4 8-5 9-4 5-3h4v-2l20-8 6-1v-2l9-4h2v-2z", "fill", "#FDF5FD"], ["transform", "translate(815,676)", "d", "m0 0 5 1 6 9 7 14 12 17 13 20 13 23 12 19-1 2-4-4v-2l-3 1-1-4-3 2-1 2-6-1v-2l-9 1-4 1v-3l-9 2v-3l-6 1v-2h-4v-5l-3 1v-3h-2l-2-4 2-7-1-2 7-8 5-8-4 2v-4h-2v2h-2l-1 2-3-9v-3-4l-1-6-4-1-1-5h2l-4-12-1-2-4-1-3 9-6 31-5 30h-1v-7l7-41 7-34z", "fill", "#FAC4F2"], ["transform", "translate(919,832)", "d", "m0 0 5 1 11 17 13 16 13 19 8 10 10 12 8 11 8 15-7-2v8l-3 1-8-7-9-12-8-9-4-5-11-9-8-9-6-10-7-12-10-6-5-2-1-1v-10l-4-3 10-9z", "fill", "#A1D1FD"], ["transform", "translate(817,276)", "d", "m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7v2l-6-1-7-8-12-20-9-16-8-16-9-14-8-14-10-17-9-13-5-10-5-13-7-10-4-3-4 1-3 1-1 6h-1l-1-11-3-7h-7l-2 4h-2l1-6 12-21z", "fill", "#F9F5FD"], ["transform", "translate(783,734)", "d", "m0 0 3 2 1 7-3 23-5 29-4 31-3 18-1 5h-1l1-13 3-21v-10l-2-19-3-3-5-2-9-1-10 1-9 7-5 1-4 2h-3l2-5 1-1 1-8 7-9 7-10 4-6 3 4 5-2 13-11 10-6z", "fill", "#FDF0FC"], ["transform", "translate(882,739)", "d", "m0 0 5 2 7 11 5 10 7 12 4 7 5 5 6 11 4 5v2l9-2 4-1-1 7-5 5h-5v2h-2v2l-2 1h-9l-7-3-5-5-6-8v-5l-10-17-5-8-8-16-5-11 1-2 12 16 13 16 2 1-6-13-4-12-4-9z", "fill", "#FDFCFE"], ["transform", "translate(826,331)", "d", "m0 0 5 1 10 17 11 15 6 11 3 6 9 17 8 13 7 16 9 17 12 20 7 11 14 24 6 11v2h2l3 6 7 11 6 11-1 2-6-9-7-10-4-5-2-1-6-11-11-20-9-15-4-6-2-4v-3h-2l-7-11-8-13-6-11-4-7v-2h-2l-3-6-3-9h-2l-5-9-9-16-5-11-10-17-3-3-3-1-1 4-1 26v49l-1 31-1 62h-1v-156l1-19 2-7z", "fill", "#FDDAF6"], ["transform", "translate(1078,746)", "d", "m0 0 4 1 5 5v2h2l8 16 10 18 8 13 8 15 5 11 4 7 6 9 6 11v2l-5-2h-5l6 16 5 9 1 8 3 1 1 6-4-4-6-11-2-3v-3h-2l-11-19-5-10v-3h-2l-2-7 3-1-5-11-2-6-2-9-8-6-8-15-6-11-11-20-1-6z", "fill", "#F9F5FD"], ["transform", "translate(794,692)", "d", "m0 0 1 2 3 1-1 8v17l-2 13-9 38-3 12-2 12h-2l1-13 5-30 1-13-2-4-7 3-10 6-14 12-4 1-2-2v-5l7-9 13-17 10-13 9-11z", "fill", "#FDF7FE"], ["transform", "translate(1025,963)", "d", "m0 0h6l6 5 5 8 5 6v2h2l20 26 9 12 11 16 12 17 9 12-2 1-2-1-1 3-4-2-4-4-2 4-10-16-11-14-10-13-18-27-12-17-9-10-1-7z", "fill", "#FDF9FD"], ["transform", "translate(793,943)", "d", "m0 0 2 1 1 3 5-2 4-1 21 8 4 5 4 13-1 5-6 2-7 1-3 1h-3v-2l-3 1-5-3-2 1-8-3v-2l-4 1-6-2v-3l-4-1 1-8-4 3-4-1 1-5 9-6h2l1-3z", "fill", "#2838D8"], ["transform", "translate(808,300)", "d", "m0 0h5l4 8v28h-1l-1-21-1-6h-12l-2 4-3 4-5 13-5 10-4 10-2 7-7 14-6 9-11 23-14 22-7 9-9 1 1-4 10-18 13-22 5-11 5-10h2l1-6 4-5 8-13h2l1-4 6-12 10-16 6-12 1 3z", "fill", "#FAC3F2"], ["transform", "translate(763,964)", "d", "m0 0 13 2 18 8 13 4v2l9 1 2 1v2l9 1 3 1v2l9 1v2l8 1 12 5-3 1-2 1-3 3 4 4-10-2-41-16-35-12-5-2h-7l-6 2-13 6-20 9-24 11-3-1 8-4h2v-2l10-5 8-5 8-4 12-4 8-2 5-4 8-1v-2l2-1z", "fill", "#E8E1FC"], ["transform", "translate(813,693)", "d", "m0 0 5 1 4 11v3h-2l2 5 3 1 3 9-2 3 2 4-2 9-5 9-10 11-3 3-6-1-1-1v-13l5-31 4-17z", "fill", "#F8ADF3"], ["transform", "translate(681,996)", "d", "m0 0h6l1 2-2 3-11 6-8 5-2 2-4 1-1 4-29 13-16 7-4 2-14 1-3-3 4-5 35-17 16-7 16-8 9-4 6-1z", "fill", "#FEFCFE"], ["transform", "translate(792,793)", "d", "m0 0 6 2 12 6-2 2-9 2-1 4 3 11 3 3 2 5-1 6-3 3-3 4-3 3-1 7 7 9-1 2-9-9-10-5-1 3 1-9 7-35 2-11z", "fill", "#988FFC"], ["transform", "translate(819,358)", "d", "m0 0 2 2 1 34 1 9-1 129h-1l-1-31-1-2-5 3v-27l2-37v-18l2-58z", "fill", "#FEF8FE"], ["transform", "translate(1067,1029)", "d", "m0 0 5 5 12 15 12 19 7 13v2l-17-4-15-3 4-2-2-3-2-9-4-6-1-6 2-4 2-1-1-11z", "fill", "#A1D1FD"], ["transform", "translate(403,1141)", "d", "m0 0 2 1-4 3-3 1 1 3 2-1-1 3-7 1-1 3-7 3-2 2h-5l-1 3-6 2-1 3-6 3-7 3-10 5-7 3-12 6v2l-4 1v2l-3 1v-4l-4-3 5-5 16-8 21-10 16-9 16-8z", "fill", "#D1388E"], ["transform", "translate(596,1035)", "d", "m0 0 2 1-3 4 3 1h11l-4 3-24 11-28 13-12 6-2-1 1-3 4-1-2-4v-3l7-5h4v-2l20-8 6-1v-2l9-4h2v-2z", "fill", "#FDEAFB"], ["transform", "translate(683,1006)", "d", "m0 0 2 1-14 8-29 14-19 9-9 3-8 4h-2v2l-29 13-8 4-15 5v2l-8 4-1 2-8 3-6 3h-5l-2 2-5 2-3 3-2-1v2l-4 1-2 3v-2l-3 2-3 1-1 2h-3v2h-3l-3 3-4 1v2l-9 3-2-1-1 3-4-1-4 3-13 5-12 6-4-1 39-19 33-17 10-4 9-5 13-5 16-8 34-16 18-8 19-9 21-9 17-8z", "fill", "#D94192"], ["transform", "translate(733,971)", "d", "m0 0h2l2 2h7l6-1-5 5-13 3-16 8-10 6-5 1v2l-8 4h-2v2l-16 8-13 7h-2l1-4 5-2 5-4 11-6 4-2 1-3h-6l-5 2v-2l21-10 35-15z", "fill", "#FDF0FC"], ["transform", "translate(797,976)", "d", "m0 0 7 1 3 1v2l9 1 2 1v2l9 1 3 1v2l9 1v2l8 1 12 5-3 1-2 1-3 3 4 4-10-2-34-13-3-3-6-3-1-3 1-3-5-2z", "fill", "#ECECFD"], ["transform", "translate(1128,830)", "d", "m0 0 5 5 10 17 1 4-5-2h-5l6 16 5 9 1 8 3 1 1 6-4-4-6-11-2-3v-3h-2l-11-19-5-10v-3h-2l-2-7 12-2z", "fill", "#FBEEFC"], ["transform", "translate(769,849)", "d", "m0 0h1l-1 16-1 7v14l2 1 1-4h1v7l-4 20h-3l-1 9-3 1-3 15-4 12-2 12-8 8v2l13-1v2l-13 4h-8l-1-4 11-8 2-3 5-21 9-32 2-15 3-31z", "fill", "#FDF6FE"], ["transform", "translate(808,300)", "d", "m0 0h5l4 8v28h-1l-1-21-1-6h-12l-2 4-3 4-5 13-5 10-4 10-2 7-4 8h-2l2-14-3 3h-2l4-8h2l1-4 6-12 10-16 6-12 1 3z", "fill", "#F2A8DE"], ["transform", "translate(775,351)", "d", "m0 0h2v9l-2 9-7 11-11 23h-2l1-9 1-10 1-2-3 1 2-5 4-8h2l1-6 8-10h2z", "fill", "#F6B7E9"], ["transform", "translate(1007,927)", "d", "m0 0 4 4 17 26 4 5-1 2h-6l-2 3 1-6-7-2-8-8-8-12v-3l-4-1 2-1 9-1z", "fill", "#FDF8FD"], ["transform", "translate(722,446)", "d", "m0 0 2 4-4 10-3 6-6 8-5 4-7 11-4 13-5 1 1-3-4 1 5-10 7-10 6-9 4-4 3-12 4-5h2l2-4z", "fill", "#FAC3F2"], ["transform", "translate(317,1185)", "d", "m0 0 2 1v2l3 3-4 4h-2l2 4-19 1-12-1 1-5 3-5 5 2 5-4 2 1-4 5 8-2z", "fill", "#E03B90"], ["transform", "translate(683,1006)", "d", "m0 0 2 1-14 8-29 14-19 9-9 3-8 4h-2v2l-29 13-8 4-9 3-6 3-3-1 27-13 33-15 19-9 21-9 17-8z", "fill", "#EF5C9D"], ["transform", "translate(526,777)", "d", "m0 0 1 2-13 24-10 16-14 25-12 22-7 11-6 11-8 14-5 9h-2l2-5 13-24 14-24 8-14 15-27 13-21z", "fill", "#BE268C"], ["transform", "translate(512,1046)", "d", "m0 0 3 1-1 4h-2l-1 4-5 4-3 1-5 5-3-1v2l-4 1-7 4-4-1 4-7 1-3h4v-2l11-4 8-6z", "fill", "#CF358D"], ["transform", "translate(758,971)", "d", "m0 0 10 2 6 3-3 1-7-3h-7l-6 2-13 6-20 9-24 11-3-1 8-4h2v-2l10-5 8-5 8-4 12-4 8-2 3-3z", "fill", "#FCD3F4"], ["transform", "translate(779,795)", "d", "m0 0h1l-1 17-3 22-2 12-2 9-1 28-1 4-3-1v-14l4-28 4-23 3-25z", "fill", "#FEFAFF"], ["transform", "translate(1081,829)", "d", "m0 0 13 1 3 2 6 1 5 3 4-1v-5l4 4 2 7h2l1 5-5-4-7 1-12-5-5-3-13-4z", "fill", "#E9AFF4"], ["transform", "translate(688,991)", "d", "m0 0h6l1 4-8 8h-3l-1 4-21 11h-2l1-4 5-2 5-4 11-6 4-2 1-3h-6l-5 2v-2z", "fill", "#FDF3FD"], ["transform", "translate(998,920)", "d", "m0 0h5l4 5 1 8-9 2-5-3-2-3v-6l6-1z", "fill", "#FDFAFE"], ["transform", "translate(653,1018)", "d", "m0 0h7l-4 3-25 11-16 7-6 2 4-4h3v-2h3v-2l4-2h3l2-4 16-6 7-2z", "fill", "#FDEFFC"], ["transform", "translate(990,1054)", "d", "m0 0 12 3 5 2 2 3 4-1 16 6 2 4 4-1 1 3 4 2-6-1-5-2v-2l-9-1-15-6-12-4-7-3z", "fill", "#D9D9FC"], ["transform", "translate(808,300)", "d", "m0 0h5l4 8v28h-1l-1-21-1-6h-12l-2 4-3 2 1-7 3-6 1 3z", "fill", "#F7BAEC"], ["transform", "translate(547,1070)", "d", "m0 0h5l-4 3-4 2-1 2-8 3-6 3h-5l-2 2-5 2-3 3-2-1v2l-4 1-2 3v-2l-5-1 4-3 14-6 9-5 13-5z", "fill", "#DC4493"], ["transform", "translate(1128,833)", "d", "m0 0 4 1 6 9 1 4-1 1-7-1-9-6 1-5z", "fill", "#FAF3FC"], ["transform", "translate(1098,1053)", "d", "m0 0 5 4 7 11-4-1-1 3-4-2-4-4-2 4-6-10 1-3 2 3 4-3h2z", "fill", "#FDF5FD"], ["transform", "translate(449,940)", "d", "m0 0 1 3-3 8-6 11-6 9-3 1v-6h2l1-6 3-1 1-6 4-2-1-4 2-3h2v-2z", "fill", "#FB6DA4"], ["transform", "translate(748,976)", "d", "m0 0 2 2-3 4h-2v2h-3v2l-9 1-18 8-9 3-3-1 32-15z", "fill", "#EA569A"], ["transform", "translate(816,674)", "d", "m0 0 6 2 3 4v3h2l8 16 8 12 7 9 5 9 2 6-4-4-7-11-16-23-8-16-3-4-4-2z", "fill", "#FEF1FD"], ["transform", "translate(792,793)", "d", "m0 0 6 2 12 6-2 2-9 2h-9l1-9z", "fill", "#BF7DF9"], ["transform", "translate(626,1028)", "d", "m0 0m-4 1h4v2l-7 2v2h-3v2l-7 4-12 1-3-3 4-5 4-1 2 4 4-2 3-2z", "fill", "#FEF8FE"], ["transform", "translate(931,813)", "d", "m0 0h1l3 15 8 11 7 9v1h-5l-6-5v-2h-2l-4-9-3-14-1-4z", "fill", "#FAE7FB"], ["transform", "translate(667,551)", "d", "m0 0h1v5l-11 20-2 3-3-1 1-7 4-5 2-5 4-6h2z", "fill", "#FAC3F2"], ["transform", "translate(774,957)", "d", "m0 0 2 3 4-1 3-1v8l3 1 1 4-5-1-6-3-12-2 5-5z", "fill", "#3F5BF3"], ["transform", "translate(775,351)", "d", "m0 0h2v9l-5 10-4 4-4-2 1-5 3-3 4-10h2z", "fill", "#FDE9FA"], ["transform", "translate(526,777)", "d", "m0 0 1 2-13 24-10 16-14 25h-2l2-5 12-22 13-21z", "fill", "#BB248B"], ["transform", "translate(809,289)", "d", "m0 0 3 1v2l4 2v11l-2-1-1-3h-7l-2 4h-2l1-6z", "fill", "#FBD4F2"], ["transform", "translate(754,383)", "d", "m0 0 1 2-8 15-12 20-7 12-1 3-3 1 2-6 8-14 13-22z", "fill", "#D34B9E"], ["transform", "translate(758,381)", "d", "m0 0v3l-1 10-2 9-3 3h-2l-1-9 2-6 5-9z", "fill", "#FCD7F5"], ["transform", "translate(683,1006)", "d", "m0 0 2 1-14 8-29 14-19 9-3-1 6-2v-2l30-13 19-10z", "fill", "#E54D97"], ["transform", "translate(769,849)", "d", "m0 0h1l-1 16-1 7v15l-3 17-2 6-1-4 2-15 3-31z", "fill", "#FEF1FD"], ["transform", "translate(1007,927)", "d", "m0 0 4 4 8 12-1 2-7-5-4-2-3 1-1 3-2-3v-3l-4-1 2-1 9-1z", "fill", "#FEF8FE"], ["transform", "translate(758,971)", "d", "m0 0 10 2 6 3-3 1-7-3h-7l-6 2-13 6-9 4-3-1 5-2 2-4 14-4 3-3z", "fill", "#FBCBF3"], ["transform", "translate(996,934)", "d", "m0 0 5 2 4 8 7 9v1l-7-1-3-4-3-5-4-5z", "fill", "#A2D1FD"], ["transform", "translate(807,701)", "d", "m0 0 1 4-6 33-1 6h-1v-18l2-3v-13l1-4h2z", "fill", "#FEF8FE"], ["transform", "translate(301,1187)", "d", "m0 0 2 1-4 5h5l-4 3-7 3h-6l1-5 3-5 5 2z", "fill", "#FB6DA4"], ["transform", "translate(745,963)", "d", "m0 0 2 1-3 3v2l13-1v2l-13 4h-8l-1-4z", "fill", "#FEF9FE"], ["transform", "translate(1144,1101)", "d", "m0 0 14 7v3h7l4 3 5 3v2l-6-2-27-13z", "fill", "#9A9EFC"], ["transform", "translate(722,446)", "d", "m0 0 2 4-4 10-1 2h-2v-5h-3l-1 3-2-1 4-7 3-1 2-4z", "fill", "#F6B5E7"], ["transform", "translate(1147,1118)", "d", "m0 0h9l12 5 2 4 9 3-3 1-20-8-9-4z", "fill", "#CFD0FC"], ["transform", "translate(710,460)", "d", "m0 0 1 3-2 7-5 5-8 12-4 5-3 6h-2l2-5 14-22 4-5z", "fill", "#D34B9D"], ["transform", "translate(551,733)", "d", "m0 0 1 2-8 16-10 17-6 9-1-2 11-19 9-16z", "fill", "#B9248B"], ["transform", "translate(1296,1170)", "d", "m0 0h8l5 2 5 10-18-9-3-2z", "fill", "#9A9FFC"], ["transform", "translate(1077,763)", "d", "m0 0 3 3 7 13 6 9 4 7v6l-2-2-5-10-10-18-3-6z", "fill", "#FEF1FD"], ["transform", "translate(538,1064)", "d", "m0 0 5 1 2 2-3 3h-2l-1 5-10 2 2-4 6-2z", "fill", "#FDF7FE"], ["transform", "translate(1050,812)", "d", "m0 0 9 1 6 8-5 1-6-5-5-2z", "fill", "#E9AEF4"], ["transform", "translate(748,976)", "d", "m0 0 2 2-3 4h-2v2h-3v2l-11 1 3-3 4-1v-2z", "fill", "#DC4593"], ["transform", "translate(927,813)", "d", "m0 0 4 1-1 5-8 3-4 2v-2l-4-2 1-2 10-1v-2h2z", "fill", "#FDF7FE"], ["transform", "translate(990,1054)", "d", "m0 0 12 3 5 2 1 2h-10l-12-5z", "fill", "#F6EEFD"], ["transform", "translate(658,548)", "d", "m0 0h2l-2 7-6 11-3 6-2-1 3-7 4-9z", "fill", "#F29DD4"], ["transform", "translate(466,1109)", "d", "m0 0 4 1-4 3-13 5-12 6-4-1z", "fill", "#DE4794"], ["transform", "translate(311,1181)", "d", "m0 0 2 1-4 4h-2v3l5-1-5 4-9 2 4-6z", "fill", "#FBD3F5"], ["transform", "translate(775,351)", "d", "m0 0h2v9l-4 8-1-2v-6h-2l2-6h2z", "fill", "#FCD4F4"], ["transform", "translate(1023,951)", "d", "m0 0 4 4 4 6v3h-6l-2 3 1-6-5-1v-1l5-1z", "fill", "#F6CDF6"], ["transform", "translate(809,289)", "d", "m0 0 3 1v2l4 2-1 3-7 1-3 1 1-5z", "fill", "#F9DEF4"], ["transform", "translate(770,967)", "d", "m0 0 7 1 9 4v1h-7l-3-1h-6l-1-4z", "fill", "#FDFAFE"], ["transform", "translate(626,1030)", "d", "m0 0h5v2l-16 7-6 2 4-4h3v-2h3v-2z", "fill", "#FBD6F6"], ["transform", "translate(540,1057)", "d", "m0 0 8 1-5 4-8 3-4 2 6-8z", "fill", "#FCD7F5"], ["transform", "translate(992,946)", "d", "m0 0h6l3 5-1 4-5-2z", "fill", "#A2D1FD"], ["transform", "translate(1163,889)", "d", "m0 0 3 4 6 10v2h-3v-2l-3-1-1-4-3-7z", "fill", "#EEDEFC"], ["transform", "translate(547,1070)", "d", "m0 0h5l-4 3-4 2-1 2-8 1-3-1z", "fill", "#E34C96"], ["transform", "translate(727,779)", "d", "m0 0h1v6l-6 8h-2l-2 4-2 1 2-5 7-10z", "fill", "#FBD1F4"], ["transform", "translate(754,383)", "d", "m0 0 1 2-8 15-3 5-3 1 2-5z", "fill", "#CE449A"], ["transform", "translate(500,821)", "d", "m0 0 1 4-10 17-1 2h-2l2-5z", "fill", "#B32390"], ["transform", "translate(1027,973)", "d", "m0 0 5 4 11 15h-3l-8-10-4-6z", "fill", "#A2D1FD"], ["transform", "translate(1088,1038)", "d", "m0 0 4 4 4 6v2l-4-1-4-5-1-3z", "fill", "#FDEFFC"], ["transform", "translate(840,998)", "d", "m0 0 4 1v3l10 2 1 2-10-2-10-4 4-1z", "fill", "#BFC6FC"], ["transform", "translate(810,287)", "d", "m0 0 5 2 2 3v16h-1l-1-14-5-3z", "fill", "#FDF1FB"], ["transform", "translate(1147,1118)", "d", "m0 0h9l7 4v1h-7l-9-4z", "fill", "#DBD9FC"], ["transform", "translate(1136,1111)", "d", "m0 0 6 1 5 6-5-1-10-4z", "fill", "#D6D6FC"], ["transform", "translate(758,971)", "d", "m0 0 10 2 6 3-3 1-7-3h-7l-6 2-2 1 2-4z", "fill", "#9B8BF8"], ["transform", "translate(462,889)", "d", "m0 0 1 2-8 14-3 6h-2l2-5 9-16z", "fill", "#BF268A"], ["transform", "translate(714,457)", "d", "m0 0h3v6l-4 3h-2v-6z", "fill", "#FCD8F5"], ["transform", "translate(709,991)", "d", "m0 0m-1 1 1 3-15 7-3-1 8-4h2v-2z", "fill", "#FBCEF4"], ["transform", "translate(718,990)", "d", "m0 0h4v2l-7 3-9 3-3-1z", "fill", "#E9549A"], ["transform", "translate(1128,830)", "d", "m0 0 2 1v2l-9 4h-2l-1 4-2-7 12-2z", "fill", "#F7DBF9"], ["transform", "translate(499,1092)", "d", "m0 0h3l1 3-3 1-1 2h-3v2l-4-1 5-6z", "fill", "#D1378D"], ["transform", "translate(771,355)", "d", "m0 0v3l-3 8-5 2 2-5z", "fill", "#DB72B9"], ["transform", "translate(1162,1111)", "d", "m0 0 4 1 3 2 5 3v2l-6-2-7-3z", "fill", "#9A9BFC"], ["transform", "translate(1007,927)", "d", "m0 0 4 4 8 12-1 2-6-8-4-4z", "fill", "#F5CDF6"], ["transform", "translate(1098,802)", "d", "m0 0 5 3 2 4v6l-3-4-4-7z", "fill", "#FEF1FD"], ["transform", "translate(507,1088)", "d", "m0 0h4l-2 4-3 3v-2l-5-1 4-3z", "fill", "#D74091"], ["transform", "translate(598,1046)", "d", "m0 0h6l-4 3-9 4-3-1 6-2v-2z", "fill", "#E04694"], ["transform", "translate(1151,894)", "d", "m0 0h2v2h2l2 6-1 4-6-9z", "fill", "#F9E2FA"], ["transform", "translate(427,1128)", "d", "m0 0 2 1-3 3-5 2-3 2-4-1z", "fill", "#DC4593"], ["transform", "translate(1017,959)", "d", "m0 0 7 2v8l-4-4-3-4z", "fill", "#A2D1FD"], ["transform", "translate(1e3 933)", "d", "m0 0 3 1-1 3-2 1-2 3-1-5-4-1 2-1z", "fill", "#FDDAF6"], ["transform", "translate(1173,907)", "d", "m0 0 3 3 4 7-1 2-5-5z", "fill", "#ECDCFC"], ["transform", "translate(403,1141)", "d", "m0 0 2 1-4 3-8 4-4-1z", "fill", "#DB4493"], ["transform", "translate(908,816)", "d", "m0 0 7 2 1 3 2 1-1 4-2-1-2-4z", "fill", "#F9D7F7"], ["transform", "translate(972,1050)", "d", "m0 0h8v2h4v2l2 1-9-2-5-2z", "fill", "#C8C7FB"], ["transform", "translate(766,908)", "d", "m0 0h1v8l-2 3-2-6z", "fill", "#FDFBFE"], ["transform", "translate(990,1054)", "d", "m0 0 5 2 3 4-5-1-7-3z", "fill", "#C7C9FC"], ["transform", "translate(836,889)", "d", "m0 0 1 4-7 6-2-1 6-5-4-3z", "fill", "#9A9EFC"], ["transform", "translate(931,813)", "d", "m0 0h1l2 15-2-2-3-8 1-4z", "fill", "#F0BAF4"], [1, "prism-header__logo-text"], [1, "prism-header__search"], ["type", "text", "placeholder", "Search... \u2318K", 1, "prism-header__input", 3, "input", "value"], [1, "prism-header__theme-toggle", 3, "click", "title"], ["width", "15", "height", "15", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round"], ["cx", "12", "cy", "12", "r", "5"], ["x1", "12", "y1", "1", "x2", "12", "y2", "3"], ["x1", "12", "y1", "21", "x2", "12", "y2", "23"], ["x1", "4.22", "y1", "4.22", "x2", "5.64", "y2", "5.64"], ["x1", "18.36", "y1", "18.36", "x2", "19.78", "y2", "19.78"], ["x1", "1", "y1", "12", "x2", "3", "y2", "12"], ["x1", "21", "y1", "12", "x2", "23", "y2", "12"], ["x1", "4.22", "y1", "19.78", "x2", "5.64", "y2", "18.36"], ["x1", "18.36", "y1", "5.64", "x2", "19.78", "y2", "4.22"], ["d", "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"]], template: function PrismHeaderComponent_Template(rf, ctx) { if (rf & 1) {
23
+ i0.ɵɵelementStart(0, "header", 0)(1, "div", 1);
24
+ i0.ɵɵnamespaceSVG();
25
+ i0.ɵɵelementStart(2, "svg", 2);
26
+ i0.ɵɵelement(3, "path", 3)(4, "path", 4)(5, "path", 5)(6, "path", 6)(7, "path", 7)(8, "path", 8)(9, "path", 9)(10, "path", 10)(11, "path", 11)(12, "path", 12)(13, "path", 13)(14, "path", 14)(15, "path", 15)(16, "path", 16)(17, "path", 17)(18, "path", 18)(19, "path", 19)(20, "path", 20)(21, "path", 21)(22, "path", 22)(23, "path", 23)(24, "path", 24)(25, "path", 25)(26, "path", 26)(27, "path", 27)(28, "path", 28)(29, "path", 29)(30, "path", 30)(31, "path", 31)(32, "path", 32)(33, "path", 33)(34, "path", 34)(35, "path", 35)(36, "path", 36)(37, "path", 37)(38, "path", 38)(39, "path", 39)(40, "path", 40)(41, "path", 41)(42, "path", 42)(43, "path", 43)(44, "path", 44)(45, "path", 45)(46, "path", 46)(47, "path", 47)(48, "path", 48)(49, "path", 49)(50, "path", 50)(51, "path", 51)(52, "path", 52)(53, "path", 53)(54, "path", 54)(55, "path", 55)(56, "path", 56)(57, "path", 57)(58, "path", 58)(59, "path", 59)(60, "path", 60)(61, "path", 61)(62, "path", 62)(63, "path", 63)(64, "path", 64)(65, "path", 65)(66, "path", 66)(67, "path", 67)(68, "path", 68)(69, "path", 69)(70, "path", 70)(71, "path", 71)(72, "path", 72)(73, "path", 73)(74, "path", 74)(75, "path", 75)(76, "path", 76)(77, "path", 77)(78, "path", 78)(79, "path", 79)(80, "path", 80)(81, "path", 81)(82, "path", 82)(83, "path", 83)(84, "path", 84)(85, "path", 85)(86, "path", 86)(87, "path", 87)(88, "path", 88)(89, "path", 89)(90, "path", 90)(91, "path", 91)(92, "path", 92)(93, "path", 93)(94, "path", 94)(95, "path", 95)(96, "path", 96)(97, "path", 97)(98, "path", 98)(99, "path", 99)(100, "path", 100)(101, "path", 101)(102, "path", 102)(103, "path", 103)(104, "path", 104)(105, "path", 105)(106, "path", 106)(107, "path", 107)(108, "path", 108)(109, "path", 109)(110, "path", 110)(111, "path", 111)(112, "path", 112)(113, "path", 113)(114, "path", 114)(115, "path", 115)(116, "path", 116)(117, "path", 117)(118, "path", 118)(119, "path", 119)(120, "path", 120)(121, "path", 121)(122, "path", 122)(123, "path", 123)(124, "path", 124)(125, "path", 125)(126, "path", 126)(127, "path", 127)(128, "path", 128)(129, "path", 129)(130, "path", 130)(131, "path", 131)(132, "path", 132)(133, "path", 133)(134, "path", 134)(135, "path", 135)(136, "path", 136)(137, "path", 137)(138, "path", 138)(139, "path", 139)(140, "path", 140)(141, "path", 141)(142, "path", 142)(143, "path", 143)(144, "path", 144)(145, "path", 145)(146, "path", 146)(147, "path", 147)(148, "path", 148)(149, "path", 149)(150, "path", 150)(151, "path", 151)(152, "path", 152);
27
+ i0.ɵɵelementEnd();
28
+ i0.ɵɵnamespaceHTML();
29
+ i0.ɵɵelementStart(153, "span", 153);
30
+ i0.ɵɵtext(154, "ng-prism");
31
+ i0.ɵɵelementEnd()();
32
+ i0.ɵɵelementStart(155, "div", 154)(156, "input", 155);
33
+ i0.ɵɵlistener("input", function PrismHeaderComponent_Template_input_input_156_listener($event) { return ctx.searchService.search($event.target.value); });
34
+ i0.ɵɵelementEnd()();
35
+ i0.ɵɵelement(157, "prism-layout-menu");
36
+ i0.ɵɵelementStart(158, "button", 156);
37
+ i0.ɵɵlistener("click", function PrismHeaderComponent_Template_button_click_158_listener() { return ctx.themeService.toggle(); });
38
+ i0.ɵɵconditionalCreate(159, PrismHeaderComponent_Conditional_159_Template, 10, 0, ":svg:svg", 157)(160, PrismHeaderComponent_Conditional_160_Template, 2, 0, ":svg:svg", 157);
39
+ i0.ɵɵelementEnd()();
40
+ } if (rf & 2) {
41
+ i0.ɵɵadvance(156);
42
+ i0.ɵɵproperty("value", ctx.searchService.query());
43
+ i0.ɵɵadvance(2);
44
+ i0.ɵɵproperty("title", ctx.themeService.isDark() ? "Switch to light mode" : "Switch to dark mode");
45
+ i0.ɵɵattribute("aria-label", ctx.themeService.isDark() ? "Switch to light mode" : "Switch to dark mode");
46
+ i0.ɵɵadvance();
47
+ i0.ɵɵconditional(ctx.themeService.isDark() ? 159 : 160);
48
+ } }, dependencies: [PrismLayoutMenuComponent], styles: [".prism-header[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 16px;\n height: var(--prism-header-height);\n padding: 0 20px 0 4px;\n background: color-mix(in srgb, var(--prism-bg) 80%, transparent);\n backdrop-filter: blur(20px);\n -webkit-backdrop-filter: blur(20px);\n border-bottom: 1px solid var(--prism-border);\n position: sticky;\n top: 0;\n z-index: 10;\n }\n\n .prism-header__brand[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 5px;\n flex-shrink: 0;\n }\n\n .prism-header__logo-svg[_ngcontent-%COMP%] {\n width: 60px;\n height: 60px;\n }\n\n .prism-header__logo-text[_ngcontent-%COMP%] {\n font-size: 18px;\n font-weight: 700;\n background: linear-gradient(135deg, var(--prism-primary), var(--prism-accent));\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n white-space: nowrap;\n }\n\n .prism-header__search[_ngcontent-%COMP%] {\n flex: 1;\n max-width: 320px;\n }\n\n .prism-header__input[_ngcontent-%COMP%] {\n width: 100%;\n padding: 6px 12px;\n border: 1px solid var(--prism-border);\n border-radius: var(--prism-radius);\n font-size: 13px;\n font-family: var(--prism-font-sans);\n color: var(--prism-text);\n background: var(--prism-input-bg);\n transition: box-shadow 0.15s;\n }\n\n .prism-header__input[_ngcontent-%COMP%]:focus {\n outline: none;\n box-shadow: 0 0 0 2px var(--prism-primary-from);\n }\n\n .prism-header__input[_ngcontent-%COMP%]::placeholder {\n color: var(--prism-text-muted);\n }\n\n .prism-header__theme-toggle[_ngcontent-%COMP%] {\n margin-left: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 32px;\n height: 32px;\n border: 1px solid var(--prism-border);\n border-radius: var(--prism-radius-sm);\n background: transparent;\n cursor: pointer;\n color: var(--prism-text-muted);\n transition: border-color 0.15s, background 0.15s;\n flex-shrink: 0;\n }\n\n .prism-header__theme-toggle[_ngcontent-%COMP%]:hover {\n border-color: var(--prism-primary);\n background: var(--prism-glow);\n }"] });
49
+ }
50
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrismHeaderComponent, [{
51
+ type: Component,
52
+ args: [{ selector: 'prism-header', standalone: true, imports: [PrismLayoutMenuComponent], template: `
53
+ <header class="prism-header">
54
+ <div class="prism-header__brand">
55
+ <svg class="prism-header__logo-svg" viewBox="0 0 1600 1600" xmlns="http://www.w3.org/2000/svg">
56
+ <path transform="translate(817,276)" d="m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7 4 8v2h2l8 16 2 6h2l6 12 10 17 7 13 11 19 8 14 9 15 10 18v2h2l6 12v2h2l6 14v2h2l6 12 12 20 6 11 3 5 12 23 16 27 3 4 2 5 5 9v2h2l8 16 10 18 8 13 8 15 5 11 4 7 6 9 10 18 18 32 15 26 8 13 14 24 8 16 13 23 8 14 8 13 14 25 12 20 25 45 12 21 14 24 24 40v3h-10l-8-2-9-5-11-4-12-5-49-23v-2l-10-3-17-7v-2l-9-2-7-4-9-3-4-2v-2l-5-1-20-8-31-13v-2h-5v-2l-7-1-3-1v-2l-10-2-2-1v-2l-8-1v-2l-7-1-5-2v-2l-8-1-3-1v-2h-5v-2l-7-1-31-12v-2l-9-1-15-6-12-4-48-18-13-5v-2h-6l-41-16-29-10-7-3-17-6-28-11-35-12-5-2h-7l-6 2-3 4-1 6-7 12-10 11-9 11-7 7-9 11-14 15-11 12-7 9-12 12-7 8-10 11-9 11-12 13-9 11-9 10-9 11-12 14-8 11-7 10v3l-3 2h-275l-6-2 2-6 11-21 13-23 9-16 12-20 14-25 10-17 14-25 12-20 14-24 11-19 9-15 15-27 17-28 15-27 14-25 8-13 13-24 17-28 14-25 8-13 10-18 14-25 13-23 13-21 12-22 8-12 18-33 6-10 12-19 8-13 3-7 13-23 10-18 6-10 9-16 12-18 5-8 6-10 8-16 11-20 13-22 12-19 2-5h2l1-6 4-5 8-13h2l1-4 6-12 10-16 8-15 12-21z" fill="#FBF9FE"/>
57
+ <path transform="translate(804,308)" d="m0 0 10 1 2 6v25l-1 46-2 133-2 76-2 67-3 8-2 9-7 10-9 10-8 9-10 13-12 16-8 10-7 11-8 11-7 10-6 10-9 14-12 20-11 16-11 17-8 11-16 24-11 16-7 11-6 8-9 14-8 10-6 10-12 16-7 11-16 24-8 11-8 12-7 9-6 9-8 9-6 7-8 5-9 5-36 18-21 9-10 7-18 8-10 6-16 8-19 10-12 6-10 6-14 6-19 10-17 10-10 8-1 3 7-2 17-10 16-8 19-9 16-9 16-8 42-22 45-22 31-16 10-4 9-5 13-5 16-8 34-16 18-8 19-9 21-9 17-8 17-9 28-13 33-15 5-2v3l-3 9-7 11-9 10-9 11-7 7-9 11-14 15-11 12-7 9-12 12-7 8-10 11-9 11-12 13-9 11-9 10-9 11-12 14-8 11-7 10v3l-3 2h-275l-6-2 2-6 11-21 13-23 9-16 12-20 14-25 10-17 14-25 12-20 14-24 11-19 9-15 15-27 17-28 15-27 14-25 8-13 13-24 17-28 14-25 8-13 10-18 14-25 13-23 13-21 12-22 8-12 18-33 6-10 12-19 8-13 3-7 13-23 10-18 6-10 9-16 12-18 5-8 6-10 8-16 11-20 13-22 7-11 1 2-8 15-12 20-7 12-1 3 6-2 4-1 16-24 10-19 6-12 8-13 4-9 4-14 2-1 3-9 5-11 3-6 4-5z" fill="#E13990"/>
58
+ <path transform="translate(757,973)" d="m0 0h7l19 7 21 7 36 14 15 5 9 4 29 10 33 13 6 1v2l5 1 24 9 30 11 10 4 17 6 11 3v2l5 1 28 11 5 1v2h5v2l11 2v2l12 3v2l8 1v2l12 3v2l10 2v2h5v2l9 3 29 12 18 7v2l6 2 10 3 7 4 6 2v2l9 3 10 4 6 2 2 1v2l9 3 35 17 16 6 8 4 10 4 5 3 6 1v1l-8 1h-751l-5-1 2-1-1-3 7-10 8-11 8-9 9-11 26-30 9-10 9-11 14-15 9-10 8-8 7-9 15-16 10-11 9-11 12-13 7-8 9-13 3-6 1-5 4-5z" fill="#5F16BA"/>
59
+ <path transform="translate(817,276)" d="m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7 4 8v2h2l8 16 2 6h2l6 12 10 17 7 13 11 19 8 14 9 15 10 18v2h2l6 12v2h2l6 14v2h2l6 12 12 20 6 11 3 5 12 23 16 27 3 4 2 5 5 9v2h2l8 16 10 18 8 13 8 15 5 11 4 7 6 9 10 18 18 32 15 26 8 13 14 24 8 16 13 23 8 14 8 13 14 25 12 20 25 45 12 21 14 24 24 40v3h-10l-8-2-9-5-11-4-12-5-49-23v-2l-10-3-17-7v-2l-9-2-7-4-9-3-4-2v-2l-5-1-20-8-31-13v-2h-5v-2l-7-1-3-1v-2l-10-2-2-1v-2l-8-1v-2l-7-1-5-2v-2l-8-1-3-1v-2h-5v-2l-7-1-31-12v-2l-9-1-15-6-12-4-48-18-13-5v-2h-6l-41-16-29-10-7-3-17-6-28-11-35-12-5-2h-7l-6 2-13 6-20 9-24 11-3-1 8-4h2v-2l10-5 8-5 8-4 12-4 8-2 5-4 8-1v-2l2-1 2-3 12 2 18 8 13 4v2l9 1 2 1v2l9 1 3 1v2l9 1v2l8 1 12 5 15 5v2l9 1 16 5v2h6v2l8 1 9 3v2l10 2 3 1v2h5l8 3 3 1v2l8 1 5 2v2l10 2v2l12 2 2 1v2l11 3 21 8 20 9 22 8 36 8 5 2-7-13v-7l4 2 5 4 1-2 5 1 14 19 8 11 14 8 27 13 9 4 19 8 29 12 33 16 24 10 15 6 10 6-14-25-11-18-8-13-12-21-6-12-10-17-3-6-6-11-11-20-10-16-5-9-5-8-6-11-6-10-12-18-8-13-4-8-10-21-5-8-2-5-8-13-9-15-4-7v-3h-2l-11-19-3-5v-3l-3-1-3-3-7 1-12-5-5-3-13-4-12-7-8-3-5-4-5-2-1-1-25 2-26-4-18-4-13-5-9-3-6-1h-5l-1 3-4 1-3 3v-5l-6 3h-7l-6-8-13-26-7-13-5-9-6-10-9-14-9-13-8-13-9-15-8-14-8-11-6-9-4-3-9-2v-19l2-53 1-40 1-133-1-5-1-34-1 2-3 99-1 14-2 103-2 82-1 4h-2l3-102 2-105 1-83 1-34v-25l-1-6h-12l-2 4-3 4-5 13-5 10-4 10-2 7-7 14-6 9-11 23-14 22-7 9-9 1 1-4 10-18 13-22 5-11 5-10h2l1-6 4-5 8-13h2l1-4 6-12 10-16 8-15 12-21z" fill="#FAC3F2"/>
60
+ <path transform="translate(804,308)" d="m0 0 10 1 2 6v25l-1 46-2 133-2 76-2 67-3 8-2 9-7 10-9 10-8 9-10 13-12 16-8 10-7 11-8 11-7 10-6 10-9 14-5 8-1-2 9-16-3-3-1-3-1-2-3 1-1-4-1-1-2 2-1-2-16 8-11 6h-2v2l-8 4h-3v2l-10 5-9 6-13 7h-3v2l-11 7-9 5h-3v2l-5 2-9 6h-3v2l-9 4-8 5-4 2-11 6-7 3-2 2-7 3-9 4-2 2-7 3-4 3-6 1h-2l-9 3-2-4-4 1-8 4-4 5-2 2-7 11h-2l-1 5h-2l-2 6-4 5-3 3-2-1 1-2-2-1 3-6 1-8h-2l-1-2-4 2 1-4 8-15 6-9 6-11 13-23 11-20 13-22 13-23 4-10 8-13 10-18 14-25 13-23 13-21 12-22 8-12 18-33 6-10 12-19 8-13 3-7 13-23 10-18 6-10 9-16 12-18 5-8 6-10 8-16 11-20 13-22 7-11 1 2-8 15-12 20-7 12-1 3 6-2 4-1 16-24 10-19 6-12 8-13 4-9 4-14 2-1 3-9 5-11 3-6 4-5z" fill="#FA6CA3"/>
61
+ <path transform="translate(951,798)" d="m0 0 6 1 9 3 13 5 18 4 26 4 26-2 1 2 5 2 5 4 9 3 10 6 13 4 6 4 11 4 8-1 5 5 5 10 9 15v2h2l3 6 8 14 6 9 5 9 6 12 10 19 4 9 8 14 8 11 7 11 8 14 6 11 5 7 6 11 12 20 5 10 5 9 12 22 6 10 7 14 10 17 10 16 15 26 4 8-18-9-25-10-29-14-25-11-22-9-20-8-36-18-9-7-6-9-16-21-8-11-10-14-13-19-20-26-8-10v-2h-2l-8-10-4-7-8-10-22-33-14-19-11-14-15-20-12-17-11-15-6-8-3-6-1-5v-8h2l2-4 5-6 4-1 1-2z" fill="#988DFB"/>
62
+ <path transform="translate(757,973)" d="m0 0h7l19 7 21 7 36 14 15 5 9 4 29 10 33 13 6 1v2l5 1 24 9 30 11 10 4 17 6 11 3v2l5 1 28 11 5 1v2h5v2l11 2v2l12 3v2l8 1v2l12 3v2l10 2v2h5v2l9 3 29 12 18 7v2l6 2 10 3 7 4 6 2v2l9 3 10 4 6 2 2 1v2l9 3 35 17 16 6 8 4 10 4 5 3 6 1v1l-8 1h-317l-8-3-4-5-11-9-26-22-10-8-14-11-17-14-13-11-17-13-28-24-7-7-11-9-12-11-11-9-10-9-8-7-10-8-9-9v-2h-2l-7-8-3-3v-2h-2l-4-9-3-5v-2l-3-1z" fill="#2737D8"/>
63
+ <path transform="translate(919,832)" d="m0 0 5 1 11 17 13 16 13 19 8 10 10 12 8 11 8 14 3 3 3 1 4 8 8 10 6 5 5 2v6l4 6 8 9 11 16 16 24 9 12 12 15 12 19 7 13v2l-17-4-27-6-24-9-25-11-22-8v-2l-14-3v-2l-7-1-3-1v-2l-13-3v-2l-10-2-6-2v-2l-10-2-3-1v-2l-9-2-8-2v-2h-6v-2l-10-2-9-3-6-1v-2l-9-2-16-6-10-3v-2l-9-1v-2l-12-2v-2l-11-2v-2l-10-2-17-7-4-2-12-2 5-5 16-11h2l1-3 4-2 7-8 7-6h2l1-3 5-3h2l1-3 4-2 1-2 3-1 1-2 4-2 5-5 4-2 1-3 9-6 31-29 10-9 8-8 16-14z" fill="#7DD4FE"/>
64
+ <path transform="translate(748,976)" d="m0 0 2 2-2 4-2 6-7 11-9 10-9 11-7 7-9 11-14 15-11 12-7 9-12 12-7 8-10 11-9 11-12 13-9 11-9 10-9 11-12 14-8 11-7 10v3l-3 2h-275l-6-2 2-4v4h19l11-1-1-3 7-3 5-5 24-12 5-2 4-2 2 1 1-2 3-1 2-2 5-4 3-1 1-2 6-2 4-3 4-1 3-4h5-2l-1-4 7-4 4-4 29-15 39-19 33-17 10-4 9-5 13-5 16-8 34-16 18-8 19-9 21-9 17-8 17-9 28-13 33-15z" fill="#A90C79"/>
65
+ <path transform="translate(727,779)" d="m0 0h1v6l-4 6 9-4 4-1 8-6 13-1 9 2 6 4 1 9 1 15-1 14-7 45-3 32-5 21-7 24-4 16-8 7-10 6-37 16-28 13-23 11-33 16-16 8h-3v2l-9 4h-2v2l-16 6-7 3h-3v2l-7 3-5 3-6 2-4 2 6-8 10-12 7-11 4-5 9-13 15-22 16-24 9-12 9-14 8-10 10-16 7-9 6-10 7-10 20-30 8-11 7-11 7-10 15-24 9-15 6-9z" fill="#FAC3F2"/>
66
+ <path transform="translate(817,276)" d="m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7 4 8v2h2l8 16 2 6h2l6 12 10 17 7 13 11 19 8 14 9 15 10 18v2h2l6 12v2h2l6 14v2h2l6 12 12 20 6 11 3 5 12 23 16 27 3 4 2 5 5 9v2h2l8 16 10 18 8 13 8 15 5 11 4 7 6 9 10 18 18 32 15 26 8 13 14 24 8 16 13 23 8 14 8 13 14 25 12 20 25 45 12 21 14 24 24 40v3h-10l-8-2-9-5-11-4-12-5-49-23v-2l-10-3-17-7v-2l-9-2-7-4-9-3-4-2v-2l-5-1-20-8-31-13v-2h-5v-2l-7-1-3-1v-2l-10-2-2-1v-2l-8-1v-2l-7-1-5-2v-2l-8-1-3-1v-2h-5v-2l-7-1-31-12v-2l-9-1-15-6-12-4-48-18-13-5v-2h-6l-41-16-29-10-7-3-17-6-28-11-35-12-5-2h-7l-6 2-13 6-20 9-24 11-3-1 8-4h2v-2l10-5 8-5 8-4 12-4 8-2 5-4 8-1v-2l2-1 2-3 12 2 18 8 13 4v2l9 1 2 1v2l9 1 3 1v2l9 1v2l8 1 12 5 15 5v2l9 1 16 5v2h6v2l8 1 9 3v2l10 2 3 1v2h5l8 3 3 1v2l8 1 5 2v2l10 2v2l12 2 2 1v2l11 3 21 8 20 9 22 8 36 8 5 2-7-13v-7l4 2 5 4 1-2 5 1 14 19 8 11 14 8 27 13 9 4 19 8 29 12 33 16 24 10 15 6 10 6-14-25-11-18-8-13-12-21-6-12-10-17-3-6-6-11-11-20-10-16-5-9-5-8-6-11-6-10-12-18-8-13-4-8-10-21-5-8-2-5-8-13-9-15-4-7v-3h-2l-11-19-5-10v-3h-2l-8-16-3-5-12-21-5-10-10-18-7-14-1-10-7-8-9-15-8-13-6-10-11-20-6-12-6-11-3-4-9-18-6-8-3-7-7-14-9-16-7-11-7-14-5-9-14-25-8-16-14-25-6-12-3-9-7-7-12-19-12-23-8-16-8-12-7-12-5-10-7-11-4-6-5-6-10-21-5-6-5 1-2 3-2 6-2-1-1-22-3-7h-7l-2 4h-2l1-6 12-21z" fill="#F9F6FE"/>
67
+ <path transform="translate(896,1022)" d="m0 0 9 3 21 8 6 1v2l5 1 24 9 30 11 10 4 17 6 11 3v2l5 1 28 11 5 1v2h5v2l11 2v2l12 3v2l8 1v2l12 3v2l10 2v2h5v2l9 3 29 12 18 7v2l6 2 10 3 7 4 6 2v2l9 3 10 4 6 2 2 1v2l9 3 35 17 16 6 8 4 10 4 5 3 6 1v1h-224l-2-3-1-7-6-2-5-3-5-2-3-3v-2l-5-2-4-5-6-4-5-6-5-4-7-8-7-6v-2l-5-2-9-10-7-8-5-5-10-9-3-3-14-10-9-5-10-8-6-4-13-8v-2h-2v-2l-3-1-1-4-5-2-7-6v-2l-7-2-5-3-7-3-18-10-1-2-3-1-1-6z" fill="#2E62F9"/>
68
+ <path transform="translate(951,798)" d="m0 0 6 1 9 3 13 5 18 4 26 4 26-2 1 2 5 2 5 4 9 3 10 6 13 4 6 4 11 4 8-1 5 5 5 10 9 15v2h2l3 6 8 14 6 9 5 9 6 12 2 3-1 4-2 2-3-1-6 1-8-4-2 1h-17l-14-3-7-1-8-3-3 1-1-2-12-2-7-1-5 1-2-1-19-2h-11l-13-1-2 2-5 1-4-1 2 6 3 10 1 5 1 7h-4l-14-21-14-19-11-14-15-20-12-17-11-15-6-8-3-6-1-5v-8h2l2-4 5-6 4-1 1-2z" fill="#BF7CF9"/>
69
+ <path transform="translate(1e3 702)" d="m0 0h3l1 2 2-2 8 3h3l4 2 4 3 2-1 13 6v2h2v2h2l3 3v3h2v2l4 2 10 15 8 11 13 25 4 7 5 5 8 16 7 12 6 11 4 8v2h2l1 5-5-4-7 1-12-5-5-3-13-4-12-7-8-3-5-4-5-2-1-1-25 2-26-4-18-4-13-5-9-3-6-1h-5l-1 3-4 1-3 3v-5l-6 3h-7l-6-8-13-26-7-13-5-9-6-10-9-14-3-7-5-8 1-5 5 2 9 8v2l5 4 2-3h4l2-3 2 4 9-2 4-1 15 1 2 3 4 1 2-1 2 2 2-1v-4h2l1 2 3-2h21l2 1v-2l9-2 12-4 9-1z" fill="#F8ADF3"/>
70
+ <path transform="translate(839,904)" d="m0 0h5l20 16 12 11 16 15 12 11 13 11 8 7 9 8 5 3v2l5 2 11 9 14 11 14 12 11 9 13 10 4 5v3l-5 1-23-8-9-2v-2l-7-1-3-1v-2l-13-3v-2l-10-2-6-2v-2l-10-2-3-1v-2l-9-2-8-2v-2h-6v-2l-10-2-9-3-6-1v-2l-9-2-16-6-10-3v-2l-9-1v-2l-12-2v-2l-11-2v-2l-10-2-17-7-4-2-12-2 5-5 16-11h2l1-3 4-2 7-8 7-6h2l1-3 5-3h2l1-3 4-2 1-2 3-1 1-2 4-2 5-5z" fill="#3052F2"/>
71
+ <path transform="translate(792,793)" d="m0 0 6 2 12 6 19 3 24 5 13 2h19l16 2 8 4 7 6-2 4-13 10-14 11-9 8-9 7-7 7-8 7-12 12-11 9-6 3-10 11-6 4-12 11-1 2-5 3-16 16-3 2-8 2-1 3-5 1 2-9 12-63 6-23 11-54 2-11z" fill="#A2D1FD"/>
72
+ <path transform="translate(1154,1039)" d="m0 0 5 1 8-1v2l4 2v2l3-3 6 1 9 5 5 2 2 3 11 1v5l5 2h5l8 10 12 6 6 6 10 4v-2l3 1 9 9 8 16 12 21 10 16 15 26 4 8-18-9-25-10-29-14-25-11-22-9-20-8-36-18-5-4-1-4 2-1 2-7v-10h2l-1-5v-7l4-8v-5l4-2 2-4 6-1-1-3z" fill="#8783FB"/>
73
+ <path transform="translate(896,1022)" d="m0 0 9 3 21 8 6 1v2l5 1 21 8v4l1 4 5 2 4 3 13 6 26 10 11 6 6 7 4 1 5 5 4 5 15 11 2 2 7 2 8 7 4 6 12 12v2l5 2 6 4 19 6h9l15 4 13 3 7 2 18 10v2h2v2l5 2 6 4 3 1v4l4 2v5l-1 2h-2v3l2 2h-89l-2-3-1-7-6-2-5-3-5-2-3-3v-2l-5-2-4-5-6-4-5-6-5-4-7-8-7-6v-2l-5-2-9-10-7-8-5-5-10-9-3-3-14-10-9-5-10-8-6-4-13-8v-2h-2v-2l-3-1-1-4-5-2-7-6v-2l-7-2-5-3-7-3-18-10-1-2-3-1-1-6z" fill="#3052F2"/>
74
+ <path transform="translate(815,676)" d="m0 0 5 1 6 9 7 14 12 17 13 20 13 23 12 19 5 8 1 5 3 1 5 9 7 9v2l4 2-2 1-7-2-15-2h-20l-31-6-14-3-9-1-5-3-7-3-6-3-1 3 1-7 3-13 2-13 7-43 8-39z" fill="#E9AFF4"/>
75
+ <path transform="translate(819,358)" d="m0 0 2 2 1 34 1 9-1 129-2 66-2 46 9 1 5 4 13 19 6 9 6 11 12 20 11 16 10 16 3 4 6 12 3 5 5 9 11 22 6 9 1 3 9-2 4-1-1 7-5 5h-5v2h-2v2l-2 1h-9l-7-3-5-5-6-8-5-9-3-3-4-8-12-19-14-24-11-18-8-11-10-15-7-14-3-4h-4l-2 4-1 6h-1v-8l2-7 3-3-1-7-2-2h-3l2-82 2-103 2-37v-18l2-58z" fill="#FDFAFE"/>
76
+ <path transform="translate(808,300)" d="m0 0h5l4 8 1 22h1l2-7 3-3 5 1 6 8 10 21 7 8 7 12 5 8 7 14 8 11 19 38 14 22 7 7 6 16 13 23 7 12 8 17 11 19 6 11 8 15 9 15 6 11 8 15 2 5 8 12 3 7 5 9 6 9 5 12 9 16 7 12 18 30 3 4v2l4 2 2 3v8l-4-5-12-18-7-14-10-17-13-21-6-11-8-16-11-20-12-22-6-10-16-29-4-5-3-6-9-17v-2l-4-2-5-9-7-9-5-5-6-11-11-20-9-15-4-6-2-4v-3h-2l-7-11-8-13-6-11-4-7v-2h-2l-3-6-3-9h-2l-5-9-9-16-5-11-10-17-3-3-3-1-1 4-1 26v49l-1 31-1 62h-1v-115l-1-5-1-34-1 2-3 99-1 14-2 103-2 82-1 4h-2l3-102 2-105 1-83 1-34v-25l-1-6h-12l-2 4-3 4-5 13-5 10-4 10-2 7-7 14-6 9-11 23-14 22-7 9-9 1 1-4 10-18 13-22 5-11 5-10h2l1-6 4-5 8-13h2l1-4 6-12 10-16 6-12 1 3z" fill="#FDEAFB"/>
77
+ <path transform="translate(727,779)" d="m0 0h1v6l-4 6 9-4 4-1 8-6 13-1 9 2 6 4 1 9 1 15-1 14-7 45-3 32-5 21-7 24-2 8-1-4 4-17 2-6 2-13 2-9v-14l1-17-1-13-2-5-2-1-4 3-2-6h-2l-1 3-5 3-2 1-2-3-11-1-4-3 1 3-2 2-4-2-12-2-7 1-11 9-3 3h-3v2l-7 5-4-1 1-6 10-13 8-13 7-10 15-24 9-15 6-9z" fill="#FCD9F5"/>
78
+ <path transform="translate(817,276)" d="m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7 3 6v2h-2l1 8 9 19 9 15 9 19 9 16 5 9 12 22 7 10 10 18 3 4 5 12 9 15 8 16 9 16 8 14 8 16 11 17 12 18 6 7 4 1v2l-3 3 1 6 11 20 6 11 9 16 7 5 4 15 4 8v3l4 1h-8l-6-10-12-22-7-13-10-18-7-14-1-10-7-8-9-15-8-13-6-10-11-20-6-12-6-11-3-4-9-18-6-8-3-7-7-14-9-16-7-11-7-14-5-9-14-25-8-16-14-25-6-12-3-9-7-7-12-19-12-23-8-16-8-12-7-12-5-10-7-11-4-6-5-6-10-21-5-6-5 1-2 3-2 6-2-1-1-22-3-7h-7l-2 4h-2l1-6 12-21z" fill="#FDF9FE"/>
79
+ <path transform="translate(782,848)" d="m0 0 5 1 8 6 13 13 7 8 8 9 7 5 5 2-5 5-9 8-6 7-6 4-12 11-1 2-5 3-16 16-3 2-8 2-1 3-5 1 2-9 12-63 6-23 2-10h2z" fill="#3355F2"/>
80
+ <path transform="translate(839,904)" d="m0 0h5l20 16 12 11 16 15 12 11 13 11 8 7 9 8 5 3v2l5 2 11 9 14 11 14 12 11 9 13 10 4 5v3l-5 1-23-8-9-2v-2l-7-1-3-1v-2l-13-3 1-7-7-2-13-6-18-6-1-2 5-1v2l10-2v-5l-6-5 1-2 1 1v-6l4 4-1-4-5-7-1-9-2-2-10-1-7-3 5 7-7-1-1-2-10-4-7-4v-3l-3-1-4-13 3-1-3-4v-2h-2l-3-6-1-3-7-6-4-4-5-2-6-4-9-1-2-5 3-4z" fill="#2E62F9"/>
81
+ <path transform="translate(404,1078)" d="m0 0h5l4 1 5 2v2l2 1-1 2h7l3-1 3 1v2l3-1 4 2v5l-5 5-6 4-2 2h-3l-2 4-4 1v2l-7 2v2l-8 3-1 2h-2v2l-5 2-6 3-1 4h-5l-5 4-1-2-4-1v2l-3 2-8-1v2l-15 2-2-5 1-6h2l1-6 4-8h2l2-7 10-16 4-5 4-1 4 1v-3l3 1 5-1 1-2 5 1 4-2 3 1 1 1z" fill="#CF358D"/>
82
+ <path transform="translate(806,829)" d="m0 0 11 3 10 3 17 8 8 4 14 5 6-1h8l-1 4-10 8-7 7-8 7-12 12-11 9h-3l6-5-4-2-9-7-7-8-12-13-4-7-4-5 1-7 6-7z" fill="#7DD4FE"/>
83
+ <path transform="translate(596,1035)" d="m0 0 2 1-3 4 3 1h11l-4 3-24 11-28 13-21 10-10 4-10 5-17 8-19 10-26 13-23 11-40 21-16 8-22 12-23 11-18 10-3 2-7 1 4-6 12-9 18-10 21-11 10-4 17-10 19-9 7-4 16-8 14-8 11-5 9-6 32-14 10-6 12-5 9-6 8-4 8-5 9-4 5-3h4v-2l20-8 6-1v-2l9-4h2v-2z" fill="#FDF5FD"/>
84
+ <path transform="translate(815,676)" d="m0 0 5 1 6 9 7 14 12 17 13 20 13 23 12 19-1 2-4-4v-2l-3 1-1-4-3 2-1 2-6-1v-2l-9 1-4 1v-3l-9 2v-3l-6 1v-2h-4v-5l-3 1v-3h-2l-2-4 2-7-1-2 7-8 5-8-4 2v-4h-2v2h-2l-1 2-3-9v-3-4l-1-6-4-1-1-5h2l-4-12-1-2-4-1-3 9-6 31-5 30h-1v-7l7-41 7-34z" fill="#FAC4F2"/>
85
+ <path transform="translate(919,832)" d="m0 0 5 1 11 17 13 16 13 19 8 10 10 12 8 11 8 15-7-2v8l-3 1-8-7-9-12-8-9-4-5-11-9-8-9-6-10-7-12-10-6-5-2-1-1v-10l-4-3 10-9z" fill="#A1D1FD"/>
86
+ <path transform="translate(817,276)" d="m0 0h2l10 18 13 23 11 21 6 10v2h2l4 8 12 20 10 17 7 14 13 23 14 25 4 7v2l-6-1-7-8-12-20-9-16-8-16-9-14-8-14-10-17-9-13-5-10-5-13-7-10-4-3-4 1-3 1-1 6h-1l-1-11-3-7h-7l-2 4h-2l1-6 12-21z" fill="#F9F5FD"/>
87
+ <path transform="translate(783,734)" d="m0 0 3 2 1 7-3 23-5 29-4 31-3 18-1 5h-1l1-13 3-21v-10l-2-19-3-3-5-2-9-1-10 1-9 7-5 1-4 2h-3l2-5 1-1 1-8 7-9 7-10 4-6 3 4 5-2 13-11 10-6z" fill="#FDF0FC"/>
88
+ <path transform="translate(882,739)" d="m0 0 5 2 7 11 5 10 7 12 4 7 5 5 6 11 4 5v2l9-2 4-1-1 7-5 5h-5v2h-2v2l-2 1h-9l-7-3-5-5-6-8v-5l-10-17-5-8-8-16-5-11 1-2 12 16 13 16 2 1-6-13-4-12-4-9z" fill="#FDFCFE"/>
89
+ <path transform="translate(826,331)" d="m0 0 5 1 10 17 11 15 6 11 3 6 9 17 8 13 7 16 9 17 12 20 7 11 14 24 6 11v2h2l3 6 7 11 6 11-1 2-6-9-7-10-4-5-2-1-6-11-11-20-9-15-4-6-2-4v-3h-2l-7-11-8-13-6-11-4-7v-2h-2l-3-6-3-9h-2l-5-9-9-16-5-11-10-17-3-3-3-1-1 4-1 26v49l-1 31-1 62h-1v-156l1-19 2-7z" fill="#FDDAF6"/>
90
+ <path transform="translate(1078,746)" d="m0 0 4 1 5 5v2h2l8 16 10 18 8 13 8 15 5 11 4 7 6 9 6 11v2l-5-2h-5l6 16 5 9 1 8 3 1 1 6-4-4-6-11-2-3v-3h-2l-11-19-5-10v-3h-2l-2-7 3-1-5-11-2-6-2-9-8-6-8-15-6-11-11-20-1-6z" fill="#F9F5FD"/>
91
+ <path transform="translate(794,692)" d="m0 0 1 2 3 1-1 8v17l-2 13-9 38-3 12-2 12h-2l1-13 5-30 1-13-2-4-7 3-10 6-14 12-4 1-2-2v-5l7-9 13-17 10-13 9-11z" fill="#FDF7FE"/>
92
+ <path transform="translate(1025,963)" d="m0 0h6l6 5 5 8 5 6v2h2l20 26 9 12 11 16 12 17 9 12-2 1-2-1-1 3-4-2-4-4-2 4-10-16-11-14-10-13-18-27-12-17-9-10-1-7z" fill="#FDF9FD"/>
93
+ <path transform="translate(793,943)" d="m0 0 2 1 1 3 5-2 4-1 21 8 4 5 4 13-1 5-6 2-7 1-3 1h-3v-2l-3 1-5-3-2 1-8-3v-2l-4 1-6-2v-3l-4-1 1-8-4 3-4-1 1-5 9-6h2l1-3z" fill="#2838D8"/>
94
+ <path transform="translate(808,300)" d="m0 0h5l4 8v28h-1l-1-21-1-6h-12l-2 4-3 4-5 13-5 10-4 10-2 7-7 14-6 9-11 23-14 22-7 9-9 1 1-4 10-18 13-22 5-11 5-10h2l1-6 4-5 8-13h2l1-4 6-12 10-16 6-12 1 3z" fill="#FAC3F2"/>
95
+ <path transform="translate(763,964)" d="m0 0 13 2 18 8 13 4v2l9 1 2 1v2l9 1 3 1v2l9 1v2l8 1 12 5-3 1-2 1-3 3 4 4-10-2-41-16-35-12-5-2h-7l-6 2-13 6-20 9-24 11-3-1 8-4h2v-2l10-5 8-5 8-4 12-4 8-2 5-4 8-1v-2l2-1z" fill="#E8E1FC"/>
96
+ <path transform="translate(813,693)" d="m0 0 5 1 4 11v3h-2l2 5 3 1 3 9-2 3 2 4-2 9-5 9-10 11-3 3-6-1-1-1v-13l5-31 4-17z" fill="#F8ADF3"/>
97
+ <path transform="translate(681,996)" d="m0 0h6l1 2-2 3-11 6-8 5-2 2-4 1-1 4-29 13-16 7-4 2-14 1-3-3 4-5 35-17 16-7 16-8 9-4 6-1z" fill="#FEFCFE"/>
98
+ <path transform="translate(792,793)" d="m0 0 6 2 12 6-2 2-9 2-1 4 3 11 3 3 2 5-1 6-3 3-3 4-3 3-1 7 7 9-1 2-9-9-10-5-1 3 1-9 7-35 2-11z" fill="#988FFC"/>
99
+ <path transform="translate(819,358)" d="m0 0 2 2 1 34 1 9-1 129h-1l-1-31-1-2-5 3v-27l2-37v-18l2-58z" fill="#FEF8FE"/>
100
+ <path transform="translate(1067,1029)" d="m0 0 5 5 12 15 12 19 7 13v2l-17-4-15-3 4-2-2-3-2-9-4-6-1-6 2-4 2-1-1-11z" fill="#A1D1FD"/>
101
+ <path transform="translate(403,1141)" d="m0 0 2 1-4 3-3 1 1 3 2-1-1 3-7 1-1 3-7 3-2 2h-5l-1 3-6 2-1 3-6 3-7 3-10 5-7 3-12 6v2l-4 1v2l-3 1v-4l-4-3 5-5 16-8 21-10 16-9 16-8z" fill="#D1388E"/>
102
+ <path transform="translate(596,1035)" d="m0 0 2 1-3 4 3 1h11l-4 3-24 11-28 13-12 6-2-1 1-3 4-1-2-4v-3l7-5h4v-2l20-8 6-1v-2l9-4h2v-2z" fill="#FDEAFB"/>
103
+ <path transform="translate(683,1006)" d="m0 0 2 1-14 8-29 14-19 9-9 3-8 4h-2v2l-29 13-8 4-15 5v2l-8 4-1 2-8 3-6 3h-5l-2 2-5 2-3 3-2-1v2l-4 1-2 3v-2l-3 2-3 1-1 2h-3v2h-3l-3 3-4 1v2l-9 3-2-1-1 3-4-1-4 3-13 5-12 6-4-1 39-19 33-17 10-4 9-5 13-5 16-8 34-16 18-8 19-9 21-9 17-8z" fill="#D94192"/>
104
+ <path transform="translate(733,971)" d="m0 0h2l2 2h7l6-1-5 5-13 3-16 8-10 6-5 1v2l-8 4h-2v2l-16 8-13 7h-2l1-4 5-2 5-4 11-6 4-2 1-3h-6l-5 2v-2l21-10 35-15z" fill="#FDF0FC"/>
105
+ <path transform="translate(797,976)" d="m0 0 7 1 3 1v2l9 1 2 1v2l9 1 3 1v2l9 1v2l8 1 12 5-3 1-2 1-3 3 4 4-10-2-34-13-3-3-6-3-1-3 1-3-5-2z" fill="#ECECFD"/>
106
+ <path transform="translate(1128,830)" d="m0 0 5 5 10 17 1 4-5-2h-5l6 16 5 9 1 8 3 1 1 6-4-4-6-11-2-3v-3h-2l-11-19-5-10v-3h-2l-2-7 12-2z" fill="#FBEEFC"/>
107
+ <path transform="translate(769,849)" d="m0 0h1l-1 16-1 7v14l2 1 1-4h1v7l-4 20h-3l-1 9-3 1-3 15-4 12-2 12-8 8v2l13-1v2l-13 4h-8l-1-4 11-8 2-3 5-21 9-32 2-15 3-31z" fill="#FDF6FE"/>
108
+ <path transform="translate(808,300)" d="m0 0h5l4 8v28h-1l-1-21-1-6h-12l-2 4-3 4-5 13-5 10-4 10-2 7-4 8h-2l2-14-3 3h-2l4-8h2l1-4 6-12 10-16 6-12 1 3z" fill="#F2A8DE"/>
109
+ <path transform="translate(775,351)" d="m0 0h2v9l-2 9-7 11-11 23h-2l1-9 1-10 1-2-3 1 2-5 4-8h2l1-6 8-10h2z" fill="#F6B7E9"/>
110
+ <path transform="translate(1007,927)" d="m0 0 4 4 17 26 4 5-1 2h-6l-2 3 1-6-7-2-8-8-8-12v-3l-4-1 2-1 9-1z" fill="#FDF8FD"/>
111
+ <path transform="translate(722,446)" d="m0 0 2 4-4 10-3 6-6 8-5 4-7 11-4 13-5 1 1-3-4 1 5-10 7-10 6-9 4-4 3-12 4-5h2l2-4z" fill="#FAC3F2"/>
112
+ <path transform="translate(317,1185)" d="m0 0 2 1v2l3 3-4 4h-2l2 4-19 1-12-1 1-5 3-5 5 2 5-4 2 1-4 5 8-2z" fill="#E03B90"/>
113
+ <path transform="translate(683,1006)" d="m0 0 2 1-14 8-29 14-19 9-9 3-8 4h-2v2l-29 13-8 4-9 3-6 3-3-1 27-13 33-15 19-9 21-9 17-8z" fill="#EF5C9D"/>
114
+ <path transform="translate(526,777)" d="m0 0 1 2-13 24-10 16-14 25-12 22-7 11-6 11-8 14-5 9h-2l2-5 13-24 14-24 8-14 15-27 13-21z" fill="#BE268C"/>
115
+ <path transform="translate(512,1046)" d="m0 0 3 1-1 4h-2l-1 4-5 4-3 1-5 5-3-1v2l-4 1-7 4-4-1 4-7 1-3h4v-2l11-4 8-6z" fill="#CF358D"/>
116
+ <path transform="translate(758,971)" d="m0 0 10 2 6 3-3 1-7-3h-7l-6 2-13 6-20 9-24 11-3-1 8-4h2v-2l10-5 8-5 8-4 12-4 8-2 3-3z" fill="#FCD3F4"/>
117
+ <path transform="translate(779,795)" d="m0 0h1l-1 17-3 22-2 12-2 9-1 28-1 4-3-1v-14l4-28 4-23 3-25z" fill="#FEFAFF"/>
118
+ <path transform="translate(1081,829)" d="m0 0 13 1 3 2 6 1 5 3 4-1v-5l4 4 2 7h2l1 5-5-4-7 1-12-5-5-3-13-4z" fill="#E9AFF4"/>
119
+ <path transform="translate(688,991)" d="m0 0h6l1 4-8 8h-3l-1 4-21 11h-2l1-4 5-2 5-4 11-6 4-2 1-3h-6l-5 2v-2z" fill="#FDF3FD"/>
120
+ <path transform="translate(998,920)" d="m0 0h5l4 5 1 8-9 2-5-3-2-3v-6l6-1z" fill="#FDFAFE"/>
121
+ <path transform="translate(653,1018)" d="m0 0h7l-4 3-25 11-16 7-6 2 4-4h3v-2h3v-2l4-2h3l2-4 16-6 7-2z" fill="#FDEFFC"/>
122
+ <path transform="translate(990,1054)" d="m0 0 12 3 5 2 2 3 4-1 16 6 2 4 4-1 1 3 4 2-6-1-5-2v-2l-9-1-15-6-12-4-7-3z" fill="#D9D9FC"/>
123
+ <path transform="translate(808,300)" d="m0 0h5l4 8v28h-1l-1-21-1-6h-12l-2 4-3 2 1-7 3-6 1 3z" fill="#F7BAEC"/>
124
+ <path transform="translate(547,1070)" d="m0 0h5l-4 3-4 2-1 2-8 3-6 3h-5l-2 2-5 2-3 3-2-1v2l-4 1-2 3v-2l-5-1 4-3 14-6 9-5 13-5z" fill="#DC4493"/>
125
+ <path transform="translate(1128,833)" d="m0 0 4 1 6 9 1 4-1 1-7-1-9-6 1-5z" fill="#FAF3FC"/>
126
+ <path transform="translate(1098,1053)" d="m0 0 5 4 7 11-4-1-1 3-4-2-4-4-2 4-6-10 1-3 2 3 4-3h2z" fill="#FDF5FD"/>
127
+ <path transform="translate(449,940)" d="m0 0 1 3-3 8-6 11-6 9-3 1v-6h2l1-6 3-1 1-6 4-2-1-4 2-3h2v-2z" fill="#FB6DA4"/>
128
+ <path transform="translate(748,976)" d="m0 0 2 2-3 4h-2v2h-3v2l-9 1-18 8-9 3-3-1 32-15z" fill="#EA569A"/>
129
+ <path transform="translate(816,674)" d="m0 0 6 2 3 4v3h2l8 16 8 12 7 9 5 9 2 6-4-4-7-11-16-23-8-16-3-4-4-2z" fill="#FEF1FD"/>
130
+ <path transform="translate(792,793)" d="m0 0 6 2 12 6-2 2-9 2h-9l1-9z" fill="#BF7DF9"/>
131
+ <path transform="translate(626,1028)" d="m0 0m-4 1h4v2l-7 2v2h-3v2l-7 4-12 1-3-3 4-5 4-1 2 4 4-2 3-2z" fill="#FEF8FE"/>
132
+ <path transform="translate(931,813)" d="m0 0h1l3 15 8 11 7 9v1h-5l-6-5v-2h-2l-4-9-3-14-1-4z" fill="#FAE7FB"/>
133
+ <path transform="translate(667,551)" d="m0 0h1v5l-11 20-2 3-3-1 1-7 4-5 2-5 4-6h2z" fill="#FAC3F2"/>
134
+ <path transform="translate(774,957)" d="m0 0 2 3 4-1 3-1v8l3 1 1 4-5-1-6-3-12-2 5-5z" fill="#3F5BF3"/>
135
+ <path transform="translate(775,351)" d="m0 0h2v9l-5 10-4 4-4-2 1-5 3-3 4-10h2z" fill="#FDE9FA"/>
136
+ <path transform="translate(526,777)" d="m0 0 1 2-13 24-10 16-14 25h-2l2-5 12-22 13-21z" fill="#BB248B"/>
137
+ <path transform="translate(809,289)" d="m0 0 3 1v2l4 2v11l-2-1-1-3h-7l-2 4h-2l1-6z" fill="#FBD4F2"/>
138
+ <path transform="translate(754,383)" d="m0 0 1 2-8 15-12 20-7 12-1 3-3 1 2-6 8-14 13-22z" fill="#D34B9E"/>
139
+ <path transform="translate(758,381)" d="m0 0v3l-1 10-2 9-3 3h-2l-1-9 2-6 5-9z" fill="#FCD7F5"/>
140
+ <path transform="translate(683,1006)" d="m0 0 2 1-14 8-29 14-19 9-3-1 6-2v-2l30-13 19-10z" fill="#E54D97"/>
141
+ <path transform="translate(769,849)" d="m0 0h1l-1 16-1 7v15l-3 17-2 6-1-4 2-15 3-31z" fill="#FEF1FD"/>
142
+ <path transform="translate(1007,927)" d="m0 0 4 4 8 12-1 2-7-5-4-2-3 1-1 3-2-3v-3l-4-1 2-1 9-1z" fill="#FEF8FE"/>
143
+ <path transform="translate(758,971)" d="m0 0 10 2 6 3-3 1-7-3h-7l-6 2-13 6-9 4-3-1 5-2 2-4 14-4 3-3z" fill="#FBCBF3"/>
144
+ <path transform="translate(996,934)" d="m0 0 5 2 4 8 7 9v1l-7-1-3-4-3-5-4-5z" fill="#A2D1FD"/>
145
+ <path transform="translate(807,701)" d="m0 0 1 4-6 33-1 6h-1v-18l2-3v-13l1-4h2z" fill="#FEF8FE"/>
146
+ <path transform="translate(301,1187)" d="m0 0 2 1-4 5h5l-4 3-7 3h-6l1-5 3-5 5 2z" fill="#FB6DA4"/>
147
+ <path transform="translate(745,963)" d="m0 0 2 1-3 3v2l13-1v2l-13 4h-8l-1-4z" fill="#FEF9FE"/>
148
+ <path transform="translate(1144,1101)" d="m0 0 14 7v3h7l4 3 5 3v2l-6-2-27-13z" fill="#9A9EFC"/>
149
+ <path transform="translate(722,446)" d="m0 0 2 4-4 10-1 2h-2v-5h-3l-1 3-2-1 4-7 3-1 2-4z" fill="#F6B5E7"/>
150
+ <path transform="translate(1147,1118)" d="m0 0h9l12 5 2 4 9 3-3 1-20-8-9-4z" fill="#CFD0FC"/>
151
+ <path transform="translate(710,460)" d="m0 0 1 3-2 7-5 5-8 12-4 5-3 6h-2l2-5 14-22 4-5z" fill="#D34B9D"/>
152
+ <path transform="translate(551,733)" d="m0 0 1 2-8 16-10 17-6 9-1-2 11-19 9-16z" fill="#B9248B"/>
153
+ <path transform="translate(1296,1170)" d="m0 0h8l5 2 5 10-18-9-3-2z" fill="#9A9FFC"/>
154
+ <path transform="translate(1077,763)" d="m0 0 3 3 7 13 6 9 4 7v6l-2-2-5-10-10-18-3-6z" fill="#FEF1FD"/>
155
+ <path transform="translate(538,1064)" d="m0 0 5 1 2 2-3 3h-2l-1 5-10 2 2-4 6-2z" fill="#FDF7FE"/>
156
+ <path transform="translate(1050,812)" d="m0 0 9 1 6 8-5 1-6-5-5-2z" fill="#E9AEF4"/>
157
+ <path transform="translate(748,976)" d="m0 0 2 2-3 4h-2v2h-3v2l-11 1 3-3 4-1v-2z" fill="#DC4593"/>
158
+ <path transform="translate(927,813)" d="m0 0 4 1-1 5-8 3-4 2v-2l-4-2 1-2 10-1v-2h2z" fill="#FDF7FE"/>
159
+ <path transform="translate(990,1054)" d="m0 0 12 3 5 2 1 2h-10l-12-5z" fill="#F6EEFD"/>
160
+ <path transform="translate(658,548)" d="m0 0h2l-2 7-6 11-3 6-2-1 3-7 4-9z" fill="#F29DD4"/>
161
+ <path transform="translate(466,1109)" d="m0 0 4 1-4 3-13 5-12 6-4-1z" fill="#DE4794"/>
162
+ <path transform="translate(311,1181)" d="m0 0 2 1-4 4h-2v3l5-1-5 4-9 2 4-6z" fill="#FBD3F5"/>
163
+ <path transform="translate(775,351)" d="m0 0h2v9l-4 8-1-2v-6h-2l2-6h2z" fill="#FCD4F4"/>
164
+ <path transform="translate(1023,951)" d="m0 0 4 4 4 6v3h-6l-2 3 1-6-5-1v-1l5-1z" fill="#F6CDF6"/>
165
+ <path transform="translate(809,289)" d="m0 0 3 1v2l4 2-1 3-7 1-3 1 1-5z" fill="#F9DEF4"/>
166
+ <path transform="translate(770,967)" d="m0 0 7 1 9 4v1h-7l-3-1h-6l-1-4z" fill="#FDFAFE"/>
167
+ <path transform="translate(626,1030)" d="m0 0h5v2l-16 7-6 2 4-4h3v-2h3v-2z" fill="#FBD6F6"/>
168
+ <path transform="translate(540,1057)" d="m0 0 8 1-5 4-8 3-4 2 6-8z" fill="#FCD7F5"/>
169
+ <path transform="translate(992,946)" d="m0 0h6l3 5-1 4-5-2z" fill="#A2D1FD"/>
170
+ <path transform="translate(1163,889)" d="m0 0 3 4 6 10v2h-3v-2l-3-1-1-4-3-7z" fill="#EEDEFC"/>
171
+ <path transform="translate(547,1070)" d="m0 0h5l-4 3-4 2-1 2-8 1-3-1z" fill="#E34C96"/>
172
+ <path transform="translate(727,779)" d="m0 0h1v6l-6 8h-2l-2 4-2 1 2-5 7-10z" fill="#FBD1F4"/>
173
+ <path transform="translate(754,383)" d="m0 0 1 2-8 15-3 5-3 1 2-5z" fill="#CE449A"/>
174
+ <path transform="translate(500,821)" d="m0 0 1 4-10 17-1 2h-2l2-5z" fill="#B32390"/>
175
+ <path transform="translate(1027,973)" d="m0 0 5 4 11 15h-3l-8-10-4-6z" fill="#A2D1FD"/>
176
+ <path transform="translate(1088,1038)" d="m0 0 4 4 4 6v2l-4-1-4-5-1-3z" fill="#FDEFFC"/>
177
+ <path transform="translate(840,998)" d="m0 0 4 1v3l10 2 1 2-10-2-10-4 4-1z" fill="#BFC6FC"/>
178
+ <path transform="translate(810,287)" d="m0 0 5 2 2 3v16h-1l-1-14-5-3z" fill="#FDF1FB"/>
179
+ <path transform="translate(1147,1118)" d="m0 0h9l7 4v1h-7l-9-4z" fill="#DBD9FC"/>
180
+ <path transform="translate(1136,1111)" d="m0 0 6 1 5 6-5-1-10-4z" fill="#D6D6FC"/>
181
+ <path transform="translate(758,971)" d="m0 0 10 2 6 3-3 1-7-3h-7l-6 2-2 1 2-4z" fill="#9B8BF8"/>
182
+ <path transform="translate(462,889)" d="m0 0 1 2-8 14-3 6h-2l2-5 9-16z" fill="#BF268A"/>
183
+ <path transform="translate(714,457)" d="m0 0h3v6l-4 3h-2v-6z" fill="#FCD8F5"/>
184
+ <path transform="translate(709,991)" d="m0 0m-1 1 1 3-15 7-3-1 8-4h2v-2z" fill="#FBCEF4"/>
185
+ <path transform="translate(718,990)" d="m0 0h4v2l-7 3-9 3-3-1z" fill="#E9549A"/>
186
+ <path transform="translate(1128,830)" d="m0 0 2 1v2l-9 4h-2l-1 4-2-7 12-2z" fill="#F7DBF9"/>
187
+ <path transform="translate(499,1092)" d="m0 0h3l1 3-3 1-1 2h-3v2l-4-1 5-6z" fill="#D1378D"/>
188
+ <path transform="translate(771,355)" d="m0 0v3l-3 8-5 2 2-5z" fill="#DB72B9"/>
189
+ <path transform="translate(1162,1111)" d="m0 0 4 1 3 2 5 3v2l-6-2-7-3z" fill="#9A9BFC"/>
190
+ <path transform="translate(1007,927)" d="m0 0 4 4 8 12-1 2-6-8-4-4z" fill="#F5CDF6"/>
191
+ <path transform="translate(1098,802)" d="m0 0 5 3 2 4v6l-3-4-4-7z" fill="#FEF1FD"/>
192
+ <path transform="translate(507,1088)" d="m0 0h4l-2 4-3 3v-2l-5-1 4-3z" fill="#D74091"/>
193
+ <path transform="translate(598,1046)" d="m0 0h6l-4 3-9 4-3-1 6-2v-2z" fill="#E04694"/>
194
+ <path transform="translate(1151,894)" d="m0 0h2v2h2l2 6-1 4-6-9z" fill="#F9E2FA"/>
195
+ <path transform="translate(427,1128)" d="m0 0 2 1-3 3-5 2-3 2-4-1z" fill="#DC4593"/>
196
+ <path transform="translate(1017,959)" d="m0 0 7 2v8l-4-4-3-4z" fill="#A2D1FD"/>
197
+ <path transform="translate(1e3 933)" d="m0 0 3 1-1 3-2 1-2 3-1-5-4-1 2-1z" fill="#FDDAF6"/>
198
+ <path transform="translate(1173,907)" d="m0 0 3 3 4 7-1 2-5-5z" fill="#ECDCFC"/>
199
+ <path transform="translate(403,1141)" d="m0 0 2 1-4 3-8 4-4-1z" fill="#DB4493"/>
200
+ <path transform="translate(908,816)" d="m0 0 7 2 1 3 2 1-1 4-2-1-2-4z" fill="#F9D7F7"/>
201
+ <path transform="translate(972,1050)" d="m0 0h8v2h4v2l2 1-9-2-5-2z" fill="#C8C7FB"/>
202
+ <path transform="translate(766,908)" d="m0 0h1v8l-2 3-2-6z" fill="#FDFBFE"/>
203
+ <path transform="translate(990,1054)" d="m0 0 5 2 3 4-5-1-7-3z" fill="#C7C9FC"/>
204
+ <path transform="translate(836,889)" d="m0 0 1 4-7 6-2-1 6-5-4-3z" fill="#9A9EFC"/>
205
+ <path transform="translate(931,813)" d="m0 0h1l2 15-2-2-3-8 1-4z" fill="#F0BAF4"/>
206
+ </svg>
207
+ <span class="prism-header__logo-text">ng-prism</span>
208
+ </div>
209
+ <div class="prism-header__search">
210
+ <input
211
+ type="text"
212
+ class="prism-header__input"
213
+ placeholder="Search... ⌘K"
214
+ [value]="searchService.query()"
215
+ (input)="searchService.search($any($event.target).value)"
216
+ />
217
+ </div>
218
+ <prism-layout-menu />
219
+ <button
220
+ class="prism-header__theme-toggle"
221
+ (click)="themeService.toggle()"
222
+ [title]="themeService.isDark() ? 'Switch to light mode' : 'Switch to dark mode'"
223
+ [attr.aria-label]="themeService.isDark() ? 'Switch to light mode' : 'Switch to dark mode'"
224
+ >
225
+ @if (themeService.isDark()) {
226
+ <svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round">
227
+ <circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/>
228
+ <line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/>
229
+ <line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/>
230
+ <line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/>
231
+ </svg>
232
+ } @else {
233
+ <svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round">
234
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/>
235
+ </svg>
236
+ }
237
+ </button>
238
+ </header>
239
+ `, styles: ["\n .prism-header {\n display: flex;\n align-items: center;\n gap: 16px;\n height: var(--prism-header-height);\n padding: 0 20px 0 4px;\n background: color-mix(in srgb, var(--prism-bg) 80%, transparent);\n backdrop-filter: blur(20px);\n -webkit-backdrop-filter: blur(20px);\n border-bottom: 1px solid var(--prism-border);\n position: sticky;\n top: 0;\n z-index: 10;\n }\n\n .prism-header__brand {\n display: flex;\n align-items: center;\n gap: 5px;\n flex-shrink: 0;\n }\n\n .prism-header__logo-svg {\n width: 60px;\n height: 60px;\n }\n\n .prism-header__logo-text {\n font-size: 18px;\n font-weight: 700;\n background: linear-gradient(135deg, var(--prism-primary), var(--prism-accent));\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n white-space: nowrap;\n }\n\n .prism-header__search {\n flex: 1;\n max-width: 320px;\n }\n\n .prism-header__input {\n width: 100%;\n padding: 6px 12px;\n border: 1px solid var(--prism-border);\n border-radius: var(--prism-radius);\n font-size: 13px;\n font-family: var(--prism-font-sans);\n color: var(--prism-text);\n background: var(--prism-input-bg);\n transition: box-shadow 0.15s;\n }\n\n .prism-header__input:focus {\n outline: none;\n box-shadow: 0 0 0 2px var(--prism-primary-from);\n }\n\n .prism-header__input::placeholder {\n color: var(--prism-text-muted);\n }\n\n .prism-header__theme-toggle {\n margin-left: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 32px;\n height: 32px;\n border: 1px solid var(--prism-border);\n border-radius: var(--prism-radius-sm);\n background: transparent;\n cursor: pointer;\n color: var(--prism-text-muted);\n transition: border-color 0.15s, background 0.15s;\n flex-shrink: 0;\n }\n\n .prism-header__theme-toggle:hover {\n border-color: var(--prism-primary);\n background: var(--prism-glow);\n }\n "] }]
240
+ }], null, null); })();
241
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PrismHeaderComponent, { className: "PrismHeaderComponent", filePath: "app/header/prism-header.component.ts", lineNumber: 284 }); })();
@@ -0,0 +1,4 @@
1
+ import type { ApplicationRef } from '@angular/core';
2
+ import type { RuntimeManifest } from '../plugin/plugin.types.js';
3
+ export declare function enablePrismHmr(appRef: ApplicationRef, newManifest: RuntimeManifest): void;
4
+ //# sourceMappingURL=hmr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hmr.d.ts","sourceRoot":"","sources":["../../src/app/hmr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAGjE,wBAAgB,cAAc,CAAC,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,GAAG,IAAI,CAGzF"}
@@ -0,0 +1,5 @@
1
+ import { PrismManifestService } from './services/prism-manifest.service.js';
2
+ export function enablePrismHmr(appRef, newManifest) {
3
+ const service = appRef.injector.get(PrismManifestService);
4
+ service.updateManifest(newManifest);
5
+ }