@elizaos/plugin-social-alpha 2.0.3-beta.6 → 2.0.3-beta.7
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.
- package/dist/clients.d.ts +354 -0
- package/dist/clients.d.ts.map +1 -0
- package/dist/clients.js +670 -0
- package/dist/clients.js.map +1 -0
- package/dist/config.d.ts +144 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +122 -0
- package/dist/config.js.map +1 -0
- package/dist/events.d.ts +5 -0
- package/dist/events.d.ts.map +1 -0
- package/dist/events.js +426 -0
- package/dist/events.js.map +1 -0
- package/dist/frontend/LeaderboardView.helpers.d.ts +6 -0
- package/dist/frontend/LeaderboardView.helpers.d.ts.map +1 -0
- package/dist/frontend/LeaderboardView.helpers.js +59 -0
- package/dist/frontend/LeaderboardView.helpers.js.map +1 -0
- package/dist/frontend/SocialAlphaSpatialView.d.ts +52 -0
- package/dist/frontend/SocialAlphaSpatialView.d.ts.map +1 -0
- package/dist/frontend/SocialAlphaSpatialView.js +72 -0
- package/dist/frontend/SocialAlphaSpatialView.js.map +1 -0
- package/dist/frontend/SocialAlphaView.d.ts +35 -0
- package/dist/frontend/SocialAlphaView.d.ts.map +1 -0
- package/dist/frontend/SocialAlphaView.js +125 -0
- package/dist/frontend/SocialAlphaView.js.map +1 -0
- package/dist/index.d.ts +24 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +73 -0
- package/dist/index.js.map +1 -0
- package/dist/mockPriceService.d.ts +22 -0
- package/dist/mockPriceService.d.ts.map +1 -0
- package/dist/mockPriceService.js +21 -0
- package/dist/mockPriceService.js.map +1 -0
- package/dist/providers/socialAlphaProvider.d.ts +15 -0
- package/dist/providers/socialAlphaProvider.d.ts.map +1 -0
- package/dist/providers/socialAlphaProvider.js +261 -0
- package/dist/providers/socialAlphaProvider.js.map +1 -0
- package/dist/register-terminal-view.d.ts +15 -0
- package/dist/register-terminal-view.d.ts.map +1 -0
- package/dist/register-terminal-view.js +21 -0
- package/dist/register-terminal-view.js.map +1 -0
- package/dist/register.d.ts +10 -0
- package/dist/register.d.ts.map +1 -0
- package/dist/register.js +5 -0
- package/dist/register.js.map +1 -0
- package/dist/reports.d.ts +57 -0
- package/dist/reports.d.ts.map +1 -0
- package/dist/reports.js +455 -0
- package/dist/reports.js.map +1 -0
- package/dist/routes.d.ts +3 -0
- package/dist/routes.d.ts.map +1 -0
- package/dist/routes.js +59 -0
- package/dist/routes.js.map +1 -0
- package/dist/schemas.d.ts +151 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +258 -0
- package/dist/schemas.js.map +1 -0
- package/dist/service.d.ts +306 -0
- package/dist/service.d.ts.map +1 -0
- package/dist/service.js +3078 -0
- package/dist/service.js.map +1 -0
- package/dist/services/balancedTrustScoreCalculator.d.ts +61 -0
- package/dist/services/balancedTrustScoreCalculator.d.ts.map +1 -0
- package/dist/services/balancedTrustScoreCalculator.js +207 -0
- package/dist/services/balancedTrustScoreCalculator.js.map +1 -0
- package/dist/services/historicalPriceService.d.ts +59 -0
- package/dist/services/historicalPriceService.d.ts.map +1 -0
- package/dist/services/historicalPriceService.js +291 -0
- package/dist/services/historicalPriceService.js.map +1 -0
- package/dist/services/index.d.ts +12 -0
- package/dist/services/index.d.ts.map +1 -0
- package/dist/services/index.js +17 -0
- package/dist/services/index.js.map +1 -0
- package/dist/services/priceEnrichmentService.d.ts +109 -0
- package/dist/services/priceEnrichmentService.d.ts.map +1 -0
- package/dist/services/priceEnrichmentService.js +780 -0
- package/dist/services/priceEnrichmentService.js.map +1 -0
- package/dist/services/simulationActorsV2.d.ts +54 -0
- package/dist/services/simulationActorsV2.d.ts.map +1 -0
- package/dist/services/simulationActorsV2.js +362 -0
- package/dist/services/simulationActorsV2.js.map +1 -0
- package/dist/services/simulationRunner.d.ts +113 -0
- package/dist/services/simulationRunner.d.ts.map +1 -0
- package/dist/services/simulationRunner.js +771 -0
- package/dist/services/simulationRunner.js.map +1 -0
- package/dist/services/tokenSimulationService.d.ts +34 -0
- package/dist/services/tokenSimulationService.d.ts.map +1 -0
- package/dist/services/tokenSimulationService.js +297 -0
- package/dist/services/tokenSimulationService.js.map +1 -0
- package/dist/services/trustScoreOptimizer.d.ts +110 -0
- package/dist/services/trustScoreOptimizer.d.ts.map +1 -0
- package/dist/services/trustScoreOptimizer.js +635 -0
- package/dist/services/trustScoreOptimizer.js.map +1 -0
- package/dist/simulationActors.d.ts +35 -0
- package/dist/simulationActors.d.ts.map +1 -0
- package/dist/simulationActors.js +160 -0
- package/dist/simulationActors.js.map +1 -0
- package/dist/social-alpha-view-bundle.d.ts +2 -0
- package/dist/social-alpha-view-bundle.d.ts.map +1 -0
- package/dist/social-alpha-view-bundle.js +5 -0
- package/dist/social-alpha-view-bundle.js.map +1 -0
- package/dist/types.d.ts +937 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +46 -0
- package/dist/types.js.map +1 -0
- package/dist/views/brand/background/clouds_background.jpg +0 -0
- package/dist/views/brand/banners/eliza_banner.svg +20 -0
- package/dist/views/brand/banners/elizacloud_banner.svg +20 -0
- package/dist/views/brand/banners/elizaos_banner.svg +20 -0
- package/dist/views/brand/concepts/billboard_concept_1200.jpg +0 -0
- package/dist/views/brand/concepts/chibi_usb_concept_900.jpg +0 -0
- package/dist/views/brand/concepts/concept_minipc_900.jpg +0 -0
- package/dist/views/brand/concepts/concept_phone_800.jpg +0 -0
- package/dist/views/brand/concepts/concept_usbdrive_900.jpg +0 -0
- package/dist/views/brand/favicons/android-chrome-192x192.png +0 -0
- package/dist/views/brand/favicons/android-chrome-512x512.png +0 -0
- package/dist/views/brand/favicons/apple-touch-icon.png +0 -0
- package/dist/views/brand/favicons/favicon-16x16.png +0 -0
- package/dist/views/brand/favicons/favicon-32x32.png +0 -0
- package/dist/views/brand/favicons/favicon.ico +0 -0
- package/dist/views/brand/favicons/favicon.svg +17 -0
- package/dist/views/brand/logos/elizaOS_text_black.svg +3 -0
- package/dist/views/brand/logos/elizaOS_text_white.svg +3 -0
- package/dist/views/brand/logos/eliza_logotext.svg +26 -0
- package/dist/views/brand/logos/eliza_logotext_black.svg +26 -0
- package/dist/views/brand/logos/eliza_text_black.svg +3 -0
- package/dist/views/brand/logos/eliza_text_white.svg +3 -0
- package/dist/views/brand/logos/elizacloud_logotext.svg +26 -0
- package/dist/views/brand/logos/elizacloud_logotext_black.svg +26 -0
- package/dist/views/brand/logos/elizacloud_text_black.svg +3 -0
- package/dist/views/brand/logos/elizacloud_text_white.svg +3 -0
- package/dist/views/brand/logos/elizaos_logotext.svg +26 -0
- package/dist/views/brand/logos/elizaos_logotext_black.svg +26 -0
- package/dist/views/brand/logos/logo_blue_blackbg.svg +18 -0
- package/dist/views/brand/logos/logo_blue_nobg.svg +17 -0
- package/dist/views/brand/logos/logo_orange_blackbg.svg +18 -0
- package/dist/views/brand/logos/logo_orange_nobg.svg +17 -0
- package/dist/views/brand/logos/logo_white_blackbg.svg +25 -0
- package/dist/views/brand/logos/logo_white_bluebg.svg +25 -0
- package/dist/views/brand/logos/logo_white_graybg.svg +18 -0
- package/dist/views/brand/logos/logo_white_nobg.svg +24 -0
- package/dist/views/brand/logos/logo_white_orangebg.svg +25 -0
- package/dist/views/brand/ogembeds/eliza_ogembed.png +0 -0
- package/dist/views/brand/ogembeds/eliza_ogembed.svg +20 -0
- package/dist/views/brand/ogembeds/elizacloud_ogembed.png +0 -0
- package/dist/views/brand/ogembeds/elizacloud_ogembed.svg +20 -0
- package/dist/views/brand/ogembeds/elizaos_ogembed.png +0 -0
- package/dist/views/brand/ogembeds/elizaos_ogembed.svg +20 -0
- package/dist/views/bundle.js +268 -0
- package/dist/views/bundle.js.map +1 -0
- package/dist/views/site.webmanifest +19 -0
- package/package.json +5 -5
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg width="1200" height="630" viewBox="0 0 1200 630" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="1200" height="630" fill="black"/>
|
|
3
|
+
<path d="M363.225 23C375.943 33.3343 381.278 47.9357 386.492 62.4869C393.921 83.222 398.711 104.573 399.501 126.659C399.99 140.302 398.881 153.781 393.339 166.533C393.221 166.805 393.193 167.117 392.963 168.081C394.594 167.185 395.894 166.637 397.009 165.832C404.627 160.333 409 152.579 411.901 143.892C415.649 132.669 416.128 121.082 415.281 109.406C414.894 104.079 414.185 98.7748 413.667 93.2711C413.711 93.0818 413.659 93.0427 413.659 93.0427C419.494 102.977 423.094 113.756 425.488 124.95C428.505 139.059 430.007 153.284 427.5 167.647C426.798 171.674 425.565 175.608 424.57 179.584C424.427 180.152 424.25 180.711 423.906 181.913C432.843 179.531 439.166 174.185 445.191 167.757C446.144 177.897 444.212 187.241 440.793 196.773C446.192 195.715 449.753 192.279 454.376 189.836C453.465 193.664 452.566 197.496 451.628 201.318C451.464 201.989 451.172 202.637 450.872 203.264C449.993 205.096 450.805 205.981 452.579 206.009C466.664 206.234 480.291 204.47 492.252 196.194C493.579 195.276 494.598 193.733 495.412 192.285C501.258 181.877 503.683 170.493 504.774 158.747C504.824 158.21 504.87 157.673 505.354 157.08C505.659 159.134 505.971 161.186 506.266 163.242C508.231 176.965 508.449 190.722 507.069 204.512C506.815 207.052 506.296 207.477 503.809 206.829C498.372 205.412 492.889 204.553 487.263 205.332C482.235 206.029 478.451 208.647 476.071 213.095C474.481 216.065 475.445 217.859 478.808 218.182C481.728 218.463 484.691 218.271 487.622 218.469C492.32 218.788 497.062 218.945 501.683 219.755C505.857 220.486 506.589 221.836 505.759 225.957C504.658 231.419 503.765 236.779 501.683 241.899C500.202 239.572 498.998 238.334 497.621 236.365C494.818 232.359 490.703 230.62 486.357 228.404C476.572 223.413 466.431 221.75 455.812 225.348C453.78 226.036 451.888 227.158 449.977 228.167C448.889 228.741 447.912 229.062 447.251 227.716C444.535 222.188 439.523 219.422 434.285 216.983C428.996 214.52 423.384 213.547 417.558 213.823C416.161 213.889 415.024 213.76 414.448 212.117C410.478 200.787 403.17 191.88 393.916 184.501C376.078 170.277 355.379 163.526 332.894 162.139C321.464 161.434 309.973 161.641 298.509 161.606C293.684 161.592 289.092 162.595 285.65 166.486C285.278 166.906 284.588 167.091 284.01 167.276C260.178 174.9 236.342 182.513 212.505 190.122C210.261 190.838 209.315 190.18 209.612 187.85C210.149 183.627 210.634 179.374 211.571 175.23C213.53 166.561 219.233 160.598 226.66 156.35C234.25 152.008 242.148 148.208 249.864 144.082C254.437 141.637 258.917 139.02 263.707 136.538C264.048 136.645 264.122 136.696 264.196 136.746C259.087 145.575 252.577 153.284 245.12 160.238C245.225 160.517 245.329 160.796 245.434 161.075C248.836 160.391 252.314 159.96 255.629 158.979C270.673 154.527 283.626 146.251 295.741 136.544C299.428 133.59 302.842 130.294 306.542 127.359C307.786 126.372 309.489 125.59 311.053 125.439C333.958 123.231 354.935 129.236 374.548 140.721C379.022 143.341 383.29 146.312 387.682 149.076C390.682 150.964 392.415 150.282 392.789 146.779C393.436 140.719 391.191 135.574 386.074 132.417C380.173 128.777 374.027 125.372 367.63 122.731C353.354 116.837 338.466 113.352 322.908 113.287C322.367 113.285 321.827 113.242 320.66 113.191C321.714 111.786 322.497 110.642 323.38 109.58C334.171 96.607 343.606 82.717 351.409 67.7539C356.073 58.8106 360.195 49.6292 361.746 39.532C362.579 34.1118 362.359 28.7227 361.097 23.1903C361.739 23 362.385 23 363.225 23Z" fill="white"/>
|
|
4
|
+
<path d="M132.656 601.767C141.25 586.548 143.245 574.448 145.187 557.237C147.675 535.187 147.015 513.12 144.934 491.085C142.007 460.088 136.144 429.568 129.738 399.141C128.815 394.759 127.962 390.363 127.45 385.821C129.477 389.27 131.464 392.744 133.538 396.165C145.161 415.338 157.804 433.797 172.067 451.121C172.648 451.828 173.236 452.608 173.537 453.454C178.447 467.253 182.487 481.273 184.418 495.843C186.593 512.249 186.34 528.434 180.53 544.163C180.601 544.123 180.51 544.069 180.419 544.016C180.5 544.164 180.581 544.312 180.662 544.461C188.373 535.357 191.188 524.3 193.113 512.93C194.971 501.955 194.944 490.884 194.423 479.802C194.376 478.805 194.417 477.804 194.417 476.097C195.744 477.516 196.712 478.542 197.671 479.577C211.234 494.204 226.128 507.4 241.352 520.242C242.299 521.041 243.184 521.914 244.15 522.689C251.654 528.715 254.402 536.38 251.431 545.593C248.419 554.933 244.926 564.117 241.715 573.394C237.945 584.288 234.252 595.209 230.442 606.268C197.316 606.419 166.154 604.791 132.656 601.767Z" fill="white"/>
|
|
5
|
+
<path d="M514.843 253.451C530.265 260.775 534.548 274.243 532.536 289.819C530.116 308.558 526.819 324.331 515.469 339.637C510.657 346.127 504.468 350.739 496.122 351.736C489.735 352.499 484.034 350.551 478.67 347.297C477.907 346.834 477.17 346.328 476.182 345.687C476.182 346.969 476.117 347.872 476.192 348.764C477.38 362.834 474.782 376.392 470.498 389.681C462.681 413.929 451.046 436.37 437.868 458.069C430.71 469.856 423.119 481.412 418.155 494.387C416.688 498.223 415.353 502.109 413.95 505.969C408.597 520.699 398.378 525.612 383.671 524.745C369.588 523.916 356.363 519.458 343.285 514.583C318.437 505.322 294.631 493.74 270.997 481.799C254.388 473.408 238.068 464.496 222.525 454.219C212.189 447.385 202.771 439.522 194.558 430.203C192.779 428.184 191.946 426.065 191.921 423.515C191.638 394.525 191.298 365.536 191.128 336.545C191.057 324.299 191.248 312.048 191.504 299.804C191.85 283.223 192.363 266.646 192.832 250.069C192.88 248.372 193.112 246.681 193.649 244.951C193.949 248.048 194.251 251.145 194.55 254.243C195.619 265.309 197.727 276.161 201.54 286.625C205.076 296.327 209.8 305.373 217.479 312.494C219.804 314.65 222.693 316.197 225.374 317.954C225.382 317.962 225.341 318.039 225.3 318.117C225.424 318.02 225.547 317.923 225.671 317.826C222.786 313.371 219.43 309.148 217.106 304.418C210.372 290.715 207.766 275.922 206.685 260.825C205.609 245.783 206.742 230.778 207.381 215.755C207.736 207.418 209.164 208.242 214.722 206.66C234.905 200.919 255.143 195.369 275.363 189.759C276.407 189.469 277.482 189.293 278.544 189.07C284.671 187.784 290.169 190.954 291.685 197.108C292.585 200.763 292.856 204.591 293.156 208.361C293.218 209.151 292.354 210.419 291.587 210.797C288.978 212.082 286.222 213.067 282.9 214.421C285.745 215.553 288.122 216.735 290.634 217.434C293.152 218.134 294.034 219.544 294.232 222.063C295.385 236.711 297.821 251.109 303.048 264.927C308.565 279.515 317.014 291.917 330.342 300.417C342.821 308.376 356.367 312.339 371.272 309.586C381.08 307.775 388.773 302.338 395.046 294.784C403.434 284.683 408.287 272.817 411.892 260.375C414.335 251.943 416.013 243.351 416.496 234.565C416.605 232.579 417.472 231.836 419.403 231.874C424.996 231.981 429.938 233.824 433.953 237.672C437.01 240.603 438.421 244.161 437.428 248.621C436.625 252.23 436.45 255.977 435.964 259.659C435.742 261.341 435.397 263.007 435.186 264.69C434.414 270.834 436.725 276.053 440.05 280.997C446.796 291.028 456.124 298.344 465.711 305.357C469.44 308.085 470.505 308.932 468.79 315.071C468.554 316.285 468.431 317.169 468.309 318.057C468.308 318.063 468.306 318.074 468.291 318.091C468.276 318.108 468.296 318.149 468.222 318.26C468.144 318.547 468.139 318.722 468.083 318.977C468.033 319.056 468.043 319.244 467.932 319.364C467.769 319.909 467.717 320.333 467.621 320.843C467.578 320.929 467.584 321.121 467.493 321.19C467.29 321.381 467.258 321.523 467.236 321.84C464.748 326.106 462.746 330.541 459.814 334.239C456.073 338.957 451.557 343.057 447.422 347.466C444.636 350.435 442.31 353.729 441.359 357.763C441.026 359.175 441.112 360.686 440.986 362.435C441.692 362.137 441.936 362.101 442.082 361.962C446.176 358.063 450.286 354.18 454.339 350.24C459.922 344.813 464.399 338.642 466.495 331.031C467.176 328.558 467.39 325.956 467.907 323.301C468.004 322.999 468.012 322.811 468.073 322.508C468.15 322.229 468.174 322.065 468.3 321.816C468.432 321.563 468.462 321.394 468.554 321.129C468.683 320.896 468.716 320.75 468.823 320.496C468.965 320.207 469 320.018 469.128 319.734C469.313 319.393 469.405 319.147 469.631 318.811C470.141 318.777 470.517 318.833 470.894 318.89C472.334 325.215 473.766 331.542 475.233 337.861C475.348 338.356 475.598 338.932 475.974 339.236C481.958 344.064 488.532 347.261 496.492 346.053C501.838 345.242 505.846 342.162 509.152 338.046C515.591 330.028 519.25 320.655 522.146 310.957C524.977 301.477 526.727 291.789 526.296 281.845C525.835 271.203 521.732 262.016 514.69 253.871C514.717 253.633 514.843 253.451 514.843 253.451ZM439.853 402.255C439.599 400.144 438.378 398.578 436.349 398.507C432.802 398.382 429.751 397.118 426.69 395.543C425.57 394.967 424.149 394.732 422.873 394.756C420.404 394.801 417.862 394.823 415.488 395.412C404.225 398.208 393.003 401.169 381.786 404.144C380.545 404.473 379.17 405.021 378.322 405.91C377.471 406.802 376.577 408.429 376.857 409.401C377.128 410.342 378.845 411.393 379.972 411.446C382.176 411.551 384.447 411.159 386.627 410.683C395.749 408.693 404.881 407.979 413.996 410.52C420.005 412.195 426.189 413.515 429.479 419.972C430.742 422.45 433.907 421.609 435.134 418.542C436.658 414.735 438.001 410.851 439.27 406.95C439.716 405.581 439.713 404.066 439.853 402.255ZM434.404 340.035C434.984 339.824 435.606 339.686 436.138 339.387C437.528 338.605 438.917 337.656 438.376 335.791C437.842 333.952 436.157 334.043 434.692 334.214C429.051 334.873 424.414 337.455 420.795 341.813C420.269 342.446 420.055 343.339 419.696 344.112C419.896 344.341 420.096 344.569 420.295 344.798C422.371 343.641 424.338 342.16 426.553 341.416C428.92 340.621 431.52 340.522 434.404 340.035ZM412.979 436.717C411.593 436.588 410.188 436.26 408.829 436.394C407.806 436.495 406.841 437.188 405.85 437.618C406.421 438.619 406.757 439.933 407.603 440.566C411.018 443.121 418.345 442.751 421.637 439.973C422.162 439.53 422.383 438.728 422.745 438.092C422.024 437.774 421.323 437.246 420.579 437.175C418.194 436.949 415.794 436.892 412.979 436.717Z" fill="white"/>
|
|
6
|
+
<path d="M376.001 217.96C375.502 215.903 374.286 213.769 374.816 212.24C375.317 210.797 377.735 210.087 379.162 208.88C380.758 207.53 382.187 205.983 383.688 204.522C383.554 204.272 383.421 204.021 383.287 203.77C382.563 203.77 381.833 203.835 381.117 203.759C377.75 203.405 374.378 203.076 371.03 202.584C370.28 202.474 369.433 201.893 368.947 201.279C364.629 195.822 358.733 193.817 352.081 193.17C340.714 192.064 329.879 194.319 319.279 198.128C315.809 199.375 312.411 200.825 308.935 202.2C308.789 201.839 308.609 201.62 308.642 201.439C309.824 194.921 312.187 188.88 316.549 183.841C322.668 176.773 330.856 174.61 339.712 175.577C361.057 177.91 379.875 185.882 394.491 202.113C401.493 209.888 404.859 219.322 404.945 229.779C405.106 249.487 400.88 268.12 390.223 284.903C381.632 298.434 368.122 303.525 352.595 299.622C334.216 295.003 322.016 283.295 314.608 266.249C309.257 253.935 307.051 240.901 306.528 227.562C306.38 223.777 306.478 219.968 306.755 216.192C306.836 215.096 307.684 213.493 308.595 213.109C316.787 209.662 325.303 207.448 334.244 207.163C336.175 207.102 336.767 208.061 336.134 209.833C332.147 220.99 333.402 231.606 339.402 241.741C339.512 241.926 339.515 242.174 339.645 242.708C332.247 241.225 325.586 238.26 318.84 234.988C322.478 242.806 350.222 253.152 363.444 251.764C363.658 249.719 362.172 248.662 360.813 247.792C359.002 246.632 358.959 245.411 359.904 243.716C362.885 238.366 364.301 232.507 365.37 226.54C365.534 225.63 365.694 224.695 366.035 223.844C366.837 221.849 368.542 221.295 370.347 222.505C372.452 223.914 374.463 225.462 376.84 227.186C377.58 223.767 376.63 220.971 376.001 217.96Z" fill="white"/>
|
|
7
|
+
<path d="M126.264 309.867C126.597 329.105 128.053 348.038 130.688 366.908C126.112 358.299 123.123 349.174 121.154 338.961C118.927 343.165 115.727 345.233 111.812 345.353C108.086 345.468 104.173 345.254 100.625 344.217C93.8191 342.228 88.4254 337.805 84.1417 332.243C77.9891 324.256 70.7793 317.419 62.7708 311.352C43.2043 296.527 34.0187 276.387 32.7637 252.27C32.095 239.419 32.7656 226.695 37.1922 214.431C39.9839 206.696 44.1658 199.932 50.902 194.962C63.2743 185.834 78.084 186.445 89.7916 196.481C95.567 201.432 99.9344 207.539 104.282 213.668C109.663 221.256 114.965 228.901 121.888 235.222C122.971 236.211 124.072 237.268 125.353 237.93C127.437 239.008 127.787 240.684 127.712 242.752C127.135 258.543 126.504 274.332 126.076 290.127C125.9 296.628 126.18 303.141 126.264 309.867ZM92.2494 299.023C95.1189 300.978 97.9439 303.003 100.872 304.867C103.328 306.43 105.76 308.213 108.462 309.164C112.054 310.427 114.909 308.066 115.071 304.233C115.209 300.956 113.818 298.213 111.86 295.722C110.04 293.406 107.936 291.281 106.358 288.816C104.158 285.383 101.862 281.885 100.456 278.1C98.4032 272.573 98.8514 267.106 103.341 262.592C107.236 258.675 107.57 256.509 105.5 251.396C103.556 246.595 101.947 241.655 99.9329 236.885C97.8013 231.836 95.7652 226.677 92.9743 221.99C88.3507 214.226 81.9368 208.24 73.1996 205.158C64.4178 202.06 56.3612 204.214 51.5049 211.296C49.7821 213.808 48.4349 216.704 47.5093 219.614C44.3015 229.697 43.4885 240.111 44.045 250.626C44.4475 258.23 45.5444 265.737 48.41 272.869C49.0986 274.583 49.9763 276.221 50.767 277.894C51.1964 277.534 51.256 277.377 51.2336 277.232C51.0792 276.237 50.923 275.241 50.7394 274.251C48.4229 261.751 50.0077 249.698 55.0887 238.113C57.1891 233.324 59.9275 228.889 64.4114 225.889C68.2769 223.303 71.5738 224.149 73.5517 228.299C75.5963 232.589 78.7027 235.595 83.2478 237.053C84.9355 237.595 86.188 238.564 86.2799 240.441C86.3741 242.364 85.0624 243.405 83.4829 244.033C81.3987 244.863 79.2323 245.483 77.1349 246.281C69.908 249.032 65.048 253.963 63.3113 261.641C60.6746 273.297 66.5988 286.764 77.4232 292.732C81.998 295.254 87.0789 296.859 92.2494 299.023Z" fill="white"/>
|
|
8
|
+
<path d="M489.13 260.099C484.894 261.372 484.083 257.478 482.031 255.931C482.438 254.056 482.804 252.374 483.301 250.087C482.002 250.872 481.299 251.303 480.589 251.723C478.564 252.924 476.498 253.576 474.018 253.483C464.319 253.118 456.616 257.671 449.691 263.896C448.798 264.699 448.085 265.702 447.288 266.613C447.083 266.505 446.878 266.398 446.672 266.29C446.672 265.027 446.527 263.745 446.697 262.506C447.493 256.728 448.842 251.099 451.496 245.849C455.722 237.495 463.588 233.047 472.876 234.406C476.786 234.978 481.48 236.282 485.081 237.944C491.129 239.572 494.851 243.76 497.177 248.645C497.102 251.673 492.06 257.95 489.13 260.099Z" fill="white"/>
|
|
9
|
+
<path d="M446.143 275.2C445.505 271.732 447.055 269.875 449.984 268.86C452.904 267.848 455.778 266.689 458.738 265.818C460.397 265.33 461.422 266.378 460.92 267.945C457.866 277.474 458.453 286.854 461.876 296.153C461.947 296.348 461.906 296.585 461.942 297.286C460.644 296.734 459.471 296.419 458.504 295.789C455.07 293.553 451.688 291.235 448.337 288.876C447.831 288.519 447.347 287.803 447.279 287.205C446.835 283.286 446.508 279.353 446.143 275.2Z" fill="white"/>
|
|
10
|
+
<path d="M306.797 175.169C306.67 177.143 305.795 178.697 304.012 178.743C302.664 178.778 301.016 178.093 299.988 177.18C298.329 175.706 298.827 172.699 300.595 171.521C302.344 170.356 305.077 171.064 306.186 173.043C306.513 173.626 306.598 174.344 306.797 175.169Z" fill="white"/>
|
|
11
|
+
<path d="M342.425 217.762C344.223 217.162 345.543 217.668 346.315 219.143C347.163 220.765 346.963 222.385 345.345 223.427C343.897 224.359 342.5 223.924 341.445 222.615C340.11 220.962 340.372 219.585 342.425 217.762Z" fill="white"/>
|
|
12
|
+
<path d="M464.521 279.232C464.126 278.975 463.84 278.803 463.688 278.551C462.678 276.868 462.925 274.747 464.347 274.347C464.927 274.183 466.074 274.809 466.458 275.403C467.445 276.933 466.645 278.48 464.521 279.232Z" fill="white"/>
|
|
13
|
+
<path d="M514.648 253.72C514.415 253.726 514.251 253.644 513.98 253.53C513.872 253.498 513.853 253.551 513.853 253.551C514.075 253.456 514.298 253.362 514.682 253.359C514.843 253.451 514.717 253.633 514.648 253.72Z" fill="white"/>
|
|
14
|
+
<path d="M513.844 253.499C513.815 253.501 513.92 253.503 513.92 253.503C513.92 253.503 513.841 253.468 513.847 253.51C513.852 253.551 513.872 253.498 513.844 253.499Z" fill="white"/>
|
|
15
|
+
<path d="M264.154 135.809C264.22 136.021 264.286 136.233 264.274 136.596C264.122 136.696 264.048 136.646 263.869 136.512C263.88 136.297 263.997 136.167 264.156 135.934C264.199 135.832 264.154 135.809 264.154 135.809Z" fill="white"/>
|
|
16
|
+
<path d="M264.215 135.812C264.231 135.793 264.148 135.917 264.148 135.917C264.148 135.917 264.22 135.841 264.187 135.825C264.154 135.809 264.199 135.832 264.215 135.812Z" fill="white"/>
|
|
17
|
+
<path d="M413.738 91.0892C413.765 91.0712 413.641 91.2122 413.641 91.2122C413.641 91.2122 413.777 91.1354 413.718 91.1019C413.659 91.0684 413.711 91.1073 413.738 91.0892Z" fill="white"/>
|
|
18
|
+
<path d="M791.253 281.858C791.253 283.783 791.199 285.253 791.092 286.269H754.759C754.919 289.584 755.721 292.418 757.165 294.771C758.609 297.124 760.507 298.915 762.86 300.145C765.212 301.321 767.779 301.909 770.559 301.909C774.195 301.909 777.243 301.027 779.703 299.263C782.216 297.498 783.874 295.119 784.676 292.124H790.611C789.542 296.402 787.242 299.904 783.713 302.631C780.238 305.305 775.853 306.642 770.559 306.642C766.442 306.642 762.753 305.733 759.491 303.915C756.229 302.043 753.663 299.423 751.791 296.054C749.973 292.632 749.064 288.649 749.064 284.104C749.064 279.559 749.973 275.575 751.791 272.153C753.609 268.731 756.149 266.111 759.411 264.293C762.673 262.475 766.389 261.566 770.559 261.566C774.73 261.566 778.366 262.475 781.467 264.293C784.622 266.111 787.028 268.571 788.686 271.672C790.397 274.72 791.253 278.115 791.253 281.858ZM785.558 281.698C785.611 278.436 784.943 275.655 783.553 273.356C782.216 271.057 780.371 269.319 778.019 268.143C775.666 266.966 773.099 266.378 770.319 266.378C766.148 266.378 762.592 267.715 759.651 270.389C756.711 273.062 755.08 276.832 754.759 281.698H785.558ZM807.139 246.648V306H801.525V246.648H807.139ZM822.66 253.946C821.537 253.946 820.575 253.545 819.773 252.743C818.971 251.941 818.57 250.952 818.57 249.776C818.57 248.599 818.971 247.637 819.773 246.888C820.575 246.086 821.537 245.685 822.66 245.685C823.783 245.685 824.746 246.086 825.548 246.888C826.35 247.637 826.751 248.599 826.751 249.776C826.751 250.952 826.35 251.941 825.548 252.743C824.746 253.545 823.783 253.946 822.66 253.946ZM825.467 262.208V306H819.853V262.208H825.467ZM841.149 301.348H864.088V306H834.732V301.348L857.27 266.859H835.133V262.208H863.687V266.859L841.149 301.348ZM871.018 284.024C871.018 279.532 871.9 275.602 873.665 272.233C875.483 268.811 877.969 266.191 881.124 264.373C884.332 262.502 887.942 261.566 891.952 261.566C896.123 261.566 899.705 262.528 902.7 264.453C905.747 266.378 907.94 268.838 909.276 271.832V262.208H914.891V306H909.276V296.295C907.886 299.289 905.667 301.776 902.619 303.754C899.625 305.679 896.042 306.642 891.872 306.642C887.915 306.642 884.332 305.706 881.124 303.834C877.969 301.963 875.483 299.316 873.665 295.894C871.9 292.472 871.018 288.515 871.018 284.024ZM909.276 284.104C909.276 280.575 908.555 277.473 907.111 274.8C905.667 272.126 903.689 270.068 901.176 268.624C898.716 267.18 895.989 266.458 892.995 266.458C889.893 266.458 887.113 267.154 884.653 268.544C882.194 269.934 880.242 271.966 878.798 274.639C877.408 277.26 876.713 280.388 876.713 284.024C876.713 287.606 877.408 290.761 878.798 293.488C880.242 296.161 882.194 298.22 884.653 299.664C887.113 301.054 889.893 301.749 892.995 301.749C895.989 301.749 898.716 301.027 901.176 299.584C903.689 298.14 905.667 296.081 907.111 293.408C908.555 290.734 909.276 287.633 909.276 284.104ZM924.259 283.863C924.259 279.318 925.168 275.335 926.986 271.912C928.858 268.437 931.424 265.763 934.686 263.892C937.948 262.02 941.691 261.085 945.915 261.085C951.262 261.085 955.673 262.368 959.149 264.935C962.678 267.448 965.057 271.057 966.287 275.762H956.422C955.62 273.57 954.337 271.859 952.572 270.629C950.807 269.399 948.588 268.784 945.915 268.784C942.172 268.784 939.178 270.121 936.932 272.795C934.74 275.415 933.643 279.104 933.643 283.863C933.643 288.622 934.74 292.338 936.932 295.012C939.178 297.685 942.172 299.022 945.915 299.022C951.209 299.022 954.711 296.696 956.422 292.044H966.287C965.004 296.536 962.598 300.118 959.069 302.792C955.54 305.412 951.155 306.722 945.915 306.722C941.691 306.722 937.948 305.786 934.686 303.915C931.424 301.99 928.858 299.316 926.986 295.894C925.168 292.418 924.259 288.408 924.259 283.863ZM984.543 246.648V306H975.399V246.648H984.543ZM1015.72 306.722C1011.55 306.722 1007.78 305.786 1004.41 303.915C1001.04 301.99 998.392 299.316 996.467 295.894C994.542 292.418 993.58 288.408 993.58 283.863C993.58 279.372 994.569 275.388 996.547 271.912C998.526 268.437 1001.23 265.763 1004.65 263.892C1008.07 262.02 1011.89 261.085 1016.12 261.085C1020.34 261.085 1024.17 262.02 1027.59 263.892C1031.01 265.763 1033.71 268.437 1035.69 271.912C1037.67 275.388 1038.66 279.372 1038.66 283.863C1038.66 288.355 1037.64 292.338 1035.61 295.814C1033.58 299.289 1030.8 301.99 1027.27 303.915C1023.79 305.786 1019.94 306.722 1015.72 306.722ZM1015.72 298.781C1018.07 298.781 1020.26 298.22 1022.29 297.097C1024.38 295.974 1026.06 294.29 1027.35 292.044C1028.63 289.798 1029.27 287.071 1029.27 283.863C1029.27 280.655 1028.66 277.955 1027.43 275.762C1026.2 273.517 1024.57 271.832 1022.53 270.709C1020.5 269.586 1018.31 269.025 1015.96 269.025C1013.6 269.025 1011.41 269.586 1009.38 270.709C1007.4 271.832 1005.82 273.517 1004.65 275.762C1003.47 277.955 1002.88 280.655 1002.88 283.863C1002.88 288.622 1004.09 292.312 1006.49 294.932C1008.95 297.498 1012.03 298.781 1015.72 298.781ZM1087.72 261.806V306H1078.57V300.787C1077.13 302.605 1075.23 304.048 1072.88 305.118C1070.58 306.134 1068.12 306.642 1065.5 306.642C1062.02 306.642 1058.9 305.92 1056.12 304.476C1053.39 303.032 1051.22 300.894 1049.62 298.06C1048.07 295.226 1047.29 291.804 1047.29 287.793V261.806H1056.36V286.43C1056.36 290.387 1057.35 293.434 1059.32 295.573C1061.3 297.659 1064 298.701 1067.43 298.701C1070.85 298.701 1073.55 297.659 1075.53 295.573C1077.56 293.434 1078.57 290.387 1078.57 286.43V261.806H1087.72ZM1096.73 283.703C1096.73 279.265 1097.64 275.335 1099.46 271.912C1101.33 268.49 1103.85 265.844 1107 263.972C1110.21 262.047 1113.76 261.085 1117.67 261.085C1120.55 261.085 1123.39 261.726 1126.17 263.01C1129 264.239 1131.25 265.897 1132.91 267.982V246.648H1142.13V306H1132.91V299.343C1131.41 301.482 1129.32 303.246 1126.65 304.636C1124.03 306.027 1121.01 306.722 1117.59 306.722C1113.74 306.722 1110.21 305.759 1107 303.834C1103.85 301.856 1101.33 299.129 1099.46 295.653C1097.64 292.124 1096.73 288.141 1096.73 283.703ZM1132.91 283.863C1132.91 280.815 1132.26 278.169 1130.98 275.923C1129.75 273.677 1128.12 271.966 1126.09 270.79C1124.06 269.613 1121.86 269.025 1119.51 269.025C1117.16 269.025 1114.97 269.613 1112.94 270.79C1110.9 271.912 1109.25 273.597 1107.96 275.843C1106.73 278.035 1106.12 280.655 1106.12 283.703C1106.12 286.751 1106.73 289.424 1107.96 291.723C1109.25 294.023 1110.9 295.787 1112.94 297.017C1115.02 298.193 1117.21 298.781 1119.51 298.781C1121.86 298.781 1124.06 298.193 1126.09 297.017C1128.12 295.841 1129.75 294.13 1130.98 291.884C1132.26 289.584 1132.91 286.911 1132.91 283.863Z" fill="white"/>
|
|
19
|
+
<path d="M652.75 361.888L637.485 399.171H633.136L638.132 386.959L627.909 361.888H632.581L640.538 382.426L648.401 361.888H652.75ZM668.037 387.653C665.662 387.653 663.504 387.113 661.561 386.034C659.649 384.955 658.138 383.428 657.027 381.455C655.948 379.45 655.408 377.137 655.408 374.516C655.408 371.926 655.964 369.643 657.074 367.67C658.215 365.665 659.757 364.139 661.699 363.09C663.642 362.011 665.816 361.471 668.222 361.471C670.627 361.471 672.801 362.011 674.744 363.09C676.687 364.139 678.213 365.65 679.324 367.624C680.465 369.597 681.035 371.895 681.035 374.516C681.035 377.137 680.449 379.45 679.277 381.455C678.136 383.428 676.579 384.955 674.605 386.034C672.632 387.113 670.442 387.653 668.037 387.653ZM668.037 383.953C669.548 383.953 670.966 383.598 672.292 382.889C673.619 382.179 674.682 381.115 675.484 379.697C676.317 378.278 676.733 376.551 676.733 374.516C676.733 372.481 676.332 370.754 675.53 369.335C674.729 367.917 673.68 366.868 672.385 366.19C671.09 365.48 669.687 365.126 668.176 365.126C666.634 365.126 665.215 365.48 663.92 366.19C662.655 366.868 661.638 367.917 660.867 369.335C660.096 370.754 659.71 372.481 659.71 374.516C659.71 376.582 660.08 378.325 660.821 379.743C661.592 381.162 662.609 382.226 663.874 382.935C665.138 383.613 666.526 383.953 668.037 383.953ZM709.051 361.888V387.237H704.842V383.49C704.04 384.785 702.914 385.803 701.465 386.543C700.046 387.252 698.473 387.607 696.746 387.607C694.773 387.607 693 387.206 691.427 386.404C689.854 385.572 688.605 384.338 687.68 382.704C686.786 381.069 686.339 379.08 686.339 376.736V361.888H690.502V376.181C690.502 378.679 691.134 380.607 692.398 381.963C693.663 383.289 695.39 383.953 697.579 383.953C699.83 383.953 701.604 383.259 702.899 381.871C704.194 380.483 704.842 378.463 704.842 375.811V361.888H709.051ZM720.368 366.005C721.108 364.555 722.156 363.43 723.513 362.628C724.901 361.826 726.582 361.425 728.555 361.425V365.773H727.445C722.727 365.773 720.368 368.333 720.368 373.452V387.237H716.158V361.888H720.368V366.005ZM744.174 374.47C744.174 371.879 744.699 369.613 745.747 367.67C746.796 365.696 748.23 364.17 750.049 363.09C751.899 362.011 753.95 361.471 756.201 361.471C758.422 361.471 760.349 361.949 761.983 362.905C763.618 363.861 764.836 365.064 765.638 366.513V361.888H769.894V387.237H765.638V382.519C764.805 383.999 763.556 385.232 761.891 386.219C760.257 387.175 758.345 387.653 756.155 387.653C753.904 387.653 751.868 387.098 750.049 385.988C748.23 384.878 746.796 383.32 745.747 381.316C744.699 379.311 744.174 377.029 744.174 374.47ZM765.638 374.516C765.638 372.604 765.252 370.939 764.481 369.52C763.71 368.102 762.662 367.022 761.336 366.282C760.041 365.511 758.607 365.126 757.034 365.126C755.461 365.126 754.027 365.496 752.732 366.236C751.437 366.976 750.404 368.055 749.633 369.474C748.862 370.892 748.476 372.558 748.476 374.47C748.476 376.413 748.862 378.109 749.633 379.558C750.404 380.977 751.437 382.071 752.732 382.842C754.027 383.582 755.461 383.953 757.034 383.953C758.607 383.953 760.041 383.582 761.336 382.842C762.662 382.071 763.71 380.977 764.481 379.558C765.252 378.109 765.638 376.428 765.638 374.516ZM787.461 361.471C789.651 361.471 791.563 361.949 793.197 362.905C794.863 363.861 796.096 365.064 796.898 366.513V361.888H801.154V387.792C801.154 390.105 800.66 392.156 799.673 393.944C798.687 395.764 797.268 397.182 795.418 398.2C793.598 399.218 791.47 399.726 789.034 399.726C785.704 399.726 782.928 398.94 780.708 397.367C778.487 395.794 777.177 393.651 776.776 390.937H780.939C781.402 392.479 782.358 393.713 783.807 394.638C785.256 395.594 786.999 396.072 789.034 396.072C791.347 396.072 793.228 395.347 794.678 393.898C796.158 392.449 796.898 390.413 796.898 387.792V382.472C796.065 383.953 794.832 385.186 793.197 386.173C791.563 387.16 789.651 387.653 787.461 387.653C785.21 387.653 783.159 387.098 781.309 385.988C779.49 384.878 778.056 383.32 777.007 381.316C775.959 379.311 775.434 377.029 775.434 374.47C775.434 371.879 775.959 369.613 777.007 367.67C778.056 365.696 779.49 364.17 781.309 363.09C783.159 362.011 785.21 361.471 787.461 361.471ZM796.898 374.516C796.898 372.604 796.512 370.939 795.741 369.52C794.97 368.102 793.922 367.022 792.596 366.282C791.301 365.511 789.867 365.126 788.294 365.126C786.721 365.126 785.287 365.496 783.992 366.236C782.697 366.976 781.664 368.055 780.893 369.474C780.122 370.892 779.736 372.558 779.736 374.47C779.736 376.413 780.122 378.109 780.893 379.558C781.664 380.977 782.697 382.071 783.992 382.842C785.287 383.582 786.721 383.953 788.294 383.953C789.867 383.953 791.301 383.582 792.596 382.842C793.922 382.071 794.97 380.977 795.741 379.558C796.512 378.109 796.898 376.428 796.898 374.516ZM831.396 373.591C831.396 374.393 831.35 375.241 831.257 376.135H810.996C811.151 378.633 811.999 380.591 813.541 382.01C815.113 383.397 817.01 384.091 819.23 384.091C821.05 384.091 822.561 383.675 823.763 382.842C824.997 381.979 825.86 380.838 826.354 379.419H830.887C830.209 381.856 828.852 383.845 826.816 385.387C824.781 386.898 822.252 387.653 819.23 387.653C816.825 387.653 814.666 387.113 812.754 386.034C810.873 384.955 809.393 383.428 808.313 381.455C807.234 379.45 806.694 377.137 806.694 374.516C806.694 371.895 807.219 369.597 808.267 367.624C809.316 365.65 810.78 364.139 812.662 363.09C814.574 362.011 816.763 361.471 819.23 361.471C821.636 361.471 823.763 361.996 825.614 363.044C827.464 364.093 828.883 365.542 829.869 367.392C830.887 369.212 831.396 371.278 831.396 373.591ZM827.048 372.712C827.048 371.108 826.693 369.736 825.984 368.595C825.275 367.423 824.303 366.544 823.07 365.958C821.867 365.342 820.525 365.033 819.045 365.033C816.917 365.033 815.098 365.712 813.587 367.068C812.107 368.425 811.258 370.307 811.043 372.712H827.048ZM849.303 361.425C852.387 361.425 854.885 362.366 856.797 364.247C858.709 366.097 859.665 368.78 859.665 372.296V387.237H855.502V372.897C855.502 370.368 854.869 368.441 853.605 367.115C852.341 365.758 850.614 365.079 848.424 365.079C846.204 365.079 844.431 365.773 843.105 367.161C841.809 368.549 841.162 370.569 841.162 373.221V387.237H836.952V361.888H841.162V365.496C841.994 364.201 843.12 363.198 844.539 362.489C845.988 361.78 847.576 361.425 849.303 361.425ZM871.676 365.357V380.298C871.676 381.532 871.938 382.411 872.462 382.935C872.986 383.428 873.896 383.675 875.191 383.675H878.29V387.237H874.497C872.153 387.237 870.396 386.697 869.224 385.618C868.052 384.538 867.466 382.765 867.466 380.298V365.357H864.182V361.888H867.466V355.504H871.676V361.888H878.29V365.357H871.676ZM884.732 387.514C883.93 387.514 883.252 387.237 882.697 386.682C882.142 386.127 881.864 385.448 881.864 384.646C881.864 383.845 882.142 383.166 882.697 382.611C883.252 382.056 883.93 381.778 884.732 381.778C885.503 381.778 886.151 382.056 886.675 382.611C887.23 383.166 887.508 383.845 887.508 384.646C887.508 385.448 887.23 386.127 886.675 386.682C886.151 387.237 885.503 387.514 884.732 387.514ZM903.4 374.331C903.4 371.741 903.909 369.443 904.926 367.439C905.975 365.434 907.378 363.892 909.136 362.813C910.924 361.733 912.914 361.194 915.103 361.194C917.015 361.194 918.68 361.579 920.099 362.35C921.548 363.121 922.705 364.093 923.568 365.264V361.61H930.091V387.237H923.568V383.49C922.736 384.693 921.579 385.695 920.099 386.497C918.65 387.268 916.969 387.653 915.057 387.653C912.898 387.653 910.924 387.098 909.136 385.988C907.378 384.878 905.975 383.32 904.926 381.316C903.909 379.281 903.4 376.952 903.4 374.331ZM923.568 374.423C923.568 372.851 923.26 371.509 922.643 370.399C922.026 369.258 921.194 368.395 920.145 367.809C919.097 367.192 917.971 366.883 916.768 366.883C915.566 366.883 914.455 367.176 913.438 367.762C912.42 368.348 911.588 369.212 910.94 370.353C910.323 371.463 910.015 372.789 910.015 374.331C910.015 375.873 910.323 377.23 910.94 378.402C911.588 379.543 912.42 380.422 913.438 381.038C914.486 381.655 915.597 381.963 916.768 381.963C917.971 381.963 919.097 381.67 920.145 381.085C921.194 380.468 922.026 379.604 922.643 378.494C923.26 377.353 923.568 375.996 923.568 374.423ZM950.617 361.24C953.67 361.24 956.137 362.211 958.018 364.154C959.899 366.066 960.84 368.749 960.84 372.203V387.237H954.364V373.082C954.364 371.047 953.855 369.489 952.837 368.41C951.819 367.3 950.432 366.745 948.674 366.745C946.885 366.745 945.467 367.3 944.418 368.41C943.4 369.489 942.892 371.047 942.892 373.082V387.237H936.416V361.61H942.892V364.802C943.755 363.692 944.85 362.828 946.176 362.211C947.533 361.564 949.013 361.24 950.617 361.24ZM991.515 361.61L975.648 399.356H968.756L974.307 386.589L964.038 361.61H971.3L977.915 379.512L984.622 361.61H991.515ZM1030.53 361.61L1023.04 387.237H1016.05L1011.38 369.335L1006.71 387.237H999.678L992.138 361.61H998.706L1003.24 381.131L1008.14 361.61H1014.99L1019.8 381.085L1024.33 361.61H1030.53ZM1048.47 361.24C1050.41 361.24 1052.14 361.672 1053.65 362.535C1055.16 363.368 1056.33 364.617 1057.16 366.282C1058.03 367.917 1058.46 369.89 1058.46 372.203V387.237H1051.98V373.082C1051.98 371.047 1051.47 369.489 1050.46 368.41C1049.44 367.3 1048.05 366.745 1046.29 366.745C1044.51 366.745 1043.09 367.3 1042.04 368.41C1041.02 369.489 1040.51 371.047 1040.51 373.082V387.237H1034.04V353.006H1040.51V364.802C1041.34 363.692 1042.45 362.828 1043.84 362.211C1045.23 361.564 1046.77 361.24 1048.47 361.24ZM1088.44 373.868C1088.44 374.794 1088.38 375.626 1088.26 376.366H1069.52C1069.68 378.217 1070.32 379.666 1071.46 380.714C1072.61 381.763 1074.01 382.287 1075.67 382.287C1078.08 382.287 1079.79 381.254 1080.81 379.188H1087.79C1087.05 381.655 1085.63 383.69 1083.54 385.294C1081.44 386.867 1078.87 387.653 1075.81 387.653C1073.35 387.653 1071.12 387.113 1069.15 386.034C1067.21 384.924 1065.68 383.367 1064.57 381.362C1063.49 379.358 1062.95 377.045 1062.95 374.423C1062.95 371.771 1063.49 369.443 1064.57 367.439C1065.65 365.434 1067.16 363.892 1069.1 362.813C1071.05 361.733 1073.28 361.194 1075.81 361.194C1078.25 361.194 1080.42 361.718 1082.33 362.767C1084.28 363.815 1085.77 365.311 1086.82 367.254C1087.9 369.166 1088.44 371.37 1088.44 373.868ZM1081.73 372.018C1081.7 370.353 1081.1 369.027 1079.93 368.04C1078.76 367.022 1077.32 366.513 1075.63 366.513C1074.02 366.513 1072.67 367.007 1071.56 367.994C1070.48 368.95 1069.81 370.291 1069.57 372.018H1081.73ZM1099.64 365.588C1100.48 364.231 1101.56 363.167 1102.88 362.396C1104.24 361.626 1105.78 361.24 1107.51 361.24V368.04H1105.8C1103.76 368.04 1102.22 368.518 1101.17 369.474C1100.15 370.43 1099.64 372.095 1099.64 374.47V387.237H1093.17V361.61H1099.64V365.588ZM1135.69 373.868C1135.69 374.794 1135.63 375.626 1135.51 376.366H1116.77C1116.93 378.217 1117.57 379.666 1118.72 380.714C1119.86 381.763 1121.26 382.287 1122.92 382.287C1125.33 382.287 1127.04 381.254 1128.06 379.188H1135.04C1134.3 381.655 1132.89 383.69 1130.79 385.294C1128.69 386.867 1126.12 387.653 1123.06 387.653C1120.6 387.653 1118.38 387.113 1116.4 386.034C1114.46 384.924 1112.93 383.367 1111.82 381.362C1110.74 379.358 1110.2 377.045 1110.2 374.423C1110.2 371.771 1110.74 369.443 1111.82 367.439C1112.9 365.434 1114.41 363.892 1116.36 362.813C1118.3 361.733 1120.53 361.194 1123.06 361.194C1125.5 361.194 1127.67 361.718 1129.59 362.767C1131.53 363.815 1133.02 365.311 1134.07 367.254C1135.15 369.166 1135.69 371.37 1135.69 373.868ZM1128.98 372.018C1128.95 370.353 1128.35 369.027 1127.18 368.04C1126.01 367.022 1124.57 366.513 1122.88 366.513C1121.28 366.513 1119.92 367.007 1118.81 367.994C1117.73 368.95 1117.07 370.291 1116.82 372.018H1128.98ZM1143.29 387.561C1142.12 387.561 1141.14 387.206 1140.37 386.497C1139.63 385.757 1139.26 384.847 1139.26 383.767C1139.26 382.688 1139.63 381.794 1140.37 381.085C1141.14 380.344 1142.12 379.974 1143.29 379.974C1144.43 379.974 1145.37 380.344 1146.11 381.085C1146.85 381.794 1147.22 382.688 1147.22 383.767C1147.22 384.847 1146.85 385.757 1146.11 386.497C1145.37 387.206 1144.43 387.561 1143.29 387.561Z" fill="white"/>
|
|
20
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg width="1200" height="630" viewBox="0 0 1200 630" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="1200" height="630" fill="#0B35F1"/>
|
|
3
|
+
<path d="M363.225 23C375.943 33.3343 381.278 47.9357 386.492 62.4869C393.921 83.222 398.711 104.573 399.501 126.659C399.99 140.302 398.881 153.781 393.339 166.533C393.221 166.805 393.193 167.117 392.963 168.081C394.594 167.185 395.894 166.637 397.009 165.832C404.627 160.333 409 152.579 411.901 143.892C415.649 132.669 416.128 121.082 415.281 109.406C414.894 104.079 414.185 98.7748 413.667 93.2711C413.711 93.0818 413.659 93.0427 413.659 93.0427C419.494 102.977 423.094 113.756 425.488 124.95C428.505 139.059 430.007 153.284 427.5 167.647C426.798 171.674 425.565 175.608 424.57 179.584C424.427 180.152 424.25 180.711 423.906 181.913C432.843 179.531 439.166 174.185 445.191 167.757C446.144 177.897 444.212 187.241 440.793 196.773C446.192 195.715 449.753 192.279 454.376 189.836C453.465 193.664 452.566 197.496 451.628 201.318C451.464 201.989 451.172 202.637 450.872 203.264C449.993 205.096 450.805 205.981 452.579 206.009C466.664 206.234 480.291 204.47 492.252 196.194C493.579 195.276 494.598 193.733 495.412 192.285C501.258 181.877 503.683 170.493 504.774 158.747C504.824 158.21 504.87 157.673 505.354 157.08C505.659 159.134 505.971 161.186 506.266 163.242C508.231 176.965 508.449 190.722 507.069 204.512C506.815 207.052 506.296 207.477 503.809 206.829C498.372 205.412 492.889 204.553 487.263 205.332C482.235 206.029 478.451 208.647 476.071 213.095C474.481 216.065 475.445 217.859 478.808 218.182C481.728 218.463 484.691 218.271 487.622 218.469C492.32 218.788 497.062 218.945 501.683 219.755C505.857 220.486 506.589 221.836 505.759 225.957C504.658 231.419 503.765 236.779 501.683 241.899C500.202 239.572 498.998 238.334 497.621 236.365C494.818 232.359 490.703 230.62 486.357 228.404C476.572 223.413 466.431 221.75 455.812 225.348C453.78 226.036 451.888 227.158 449.977 228.167C448.889 228.741 447.912 229.062 447.251 227.716C444.535 222.188 439.523 219.422 434.285 216.983C428.996 214.52 423.384 213.547 417.558 213.823C416.161 213.889 415.024 213.76 414.448 212.117C410.478 200.787 403.17 191.88 393.916 184.501C376.078 170.277 355.379 163.526 332.894 162.139C321.464 161.434 309.973 161.641 298.509 161.606C293.684 161.592 289.092 162.595 285.65 166.486C285.278 166.906 284.588 167.091 284.01 167.276C260.178 174.9 236.342 182.513 212.505 190.122C210.261 190.838 209.315 190.18 209.612 187.85C210.149 183.627 210.634 179.374 211.571 175.23C213.53 166.561 219.233 160.598 226.66 156.35C234.25 152.008 242.148 148.208 249.864 144.082C254.437 141.637 258.917 139.02 263.707 136.538C264.048 136.645 264.122 136.696 264.196 136.746C259.087 145.575 252.577 153.284 245.12 160.238C245.225 160.517 245.329 160.796 245.434 161.075C248.836 160.391 252.314 159.96 255.629 158.979C270.673 154.527 283.626 146.251 295.741 136.544C299.428 133.59 302.842 130.294 306.542 127.359C307.786 126.372 309.489 125.59 311.053 125.439C333.958 123.231 354.935 129.236 374.548 140.721C379.022 143.341 383.29 146.312 387.682 149.076C390.682 150.964 392.415 150.282 392.789 146.779C393.436 140.719 391.191 135.574 386.074 132.417C380.173 128.777 374.027 125.372 367.63 122.731C353.354 116.837 338.466 113.352 322.908 113.287C322.367 113.285 321.827 113.242 320.66 113.191C321.714 111.786 322.497 110.642 323.38 109.58C334.171 96.607 343.606 82.717 351.409 67.7539C356.073 58.8106 360.195 49.6292 361.746 39.532C362.579 34.1118 362.359 28.7227 361.097 23.1903C361.739 23 362.385 23 363.225 23Z" fill="white"/>
|
|
4
|
+
<path d="M132.656 601.767C141.25 586.549 143.245 574.448 145.187 557.238C147.675 535.187 147.015 513.12 144.934 491.085C142.007 460.088 136.144 429.568 129.738 399.141C128.815 394.759 127.962 390.363 127.45 385.821C129.477 389.27 131.464 392.744 133.538 396.165C145.161 415.338 157.804 433.797 172.067 451.122C172.648 451.828 173.236 452.608 173.537 453.454C178.447 467.253 182.487 481.273 184.418 495.844C186.593 512.249 186.34 528.435 180.53 544.163C180.601 544.123 180.51 544.07 180.419 544.016C180.5 544.164 180.581 544.313 180.662 544.461C188.373 535.358 191.188 524.3 193.113 512.93C194.971 501.955 194.944 490.884 194.423 479.803C194.376 478.805 194.417 477.804 194.417 476.098C195.744 477.516 196.712 478.543 197.671 479.577C211.234 494.204 226.128 507.4 241.352 520.242C242.299 521.041 243.184 521.914 244.15 522.69C251.654 528.716 254.402 536.38 251.431 545.593C248.419 554.933 244.926 564.117 241.715 573.394C237.945 584.288 234.252 595.209 230.442 606.269C197.316 606.419 166.154 604.791 132.656 601.767Z" fill="white"/>
|
|
5
|
+
<path d="M514.843 253.451C530.265 260.775 534.548 274.243 532.536 289.819C530.116 308.558 526.819 324.33 515.469 339.637C510.657 346.127 504.468 350.739 496.122 351.736C489.735 352.499 484.034 350.551 478.67 347.297C477.907 346.834 477.17 346.328 476.182 345.687C476.182 346.968 476.117 347.872 476.192 348.764C477.38 362.834 474.782 376.392 470.498 389.681C462.681 413.928 451.046 436.37 437.868 458.069C430.71 469.856 423.119 481.412 418.155 494.387C416.688 498.223 415.353 502.109 413.95 505.969C408.597 520.699 398.378 525.612 383.671 524.745C369.588 523.915 356.363 519.458 343.285 514.583C318.437 505.322 294.631 493.74 270.997 481.799C254.388 473.408 238.068 464.496 222.525 454.218C212.189 447.385 202.771 439.522 194.558 430.203C192.779 428.184 191.946 426.064 191.921 423.515C191.638 394.525 191.298 365.535 191.128 336.545C191.057 324.299 191.248 312.048 191.504 299.804C191.85 283.223 192.363 266.646 192.832 250.069C192.88 248.372 193.112 246.68 193.649 244.951C193.949 248.048 194.251 251.145 194.55 254.243C195.619 265.309 197.727 276.161 201.54 286.625C205.076 296.327 209.8 305.373 217.479 312.494C219.804 314.65 222.693 316.197 225.374 317.954C225.382 317.962 225.341 318.039 225.3 318.117C225.424 318.02 225.547 317.923 225.671 317.825C222.786 313.371 219.43 309.148 217.106 304.418C210.372 290.715 207.766 275.922 206.685 260.824C205.609 245.783 206.742 230.778 207.381 215.755C207.736 207.418 209.164 208.241 214.722 206.66C234.905 200.919 255.143 195.369 275.363 189.759C276.407 189.469 277.482 189.293 278.544 189.07C284.671 187.784 290.169 190.953 291.685 197.107C292.585 200.763 292.856 204.591 293.156 208.361C293.218 209.151 292.354 210.419 291.587 210.796C288.978 212.082 286.222 213.067 282.9 214.421C285.745 215.553 288.122 216.735 290.634 217.434C293.152 218.134 294.034 219.544 294.232 222.063C295.385 236.711 297.821 251.109 303.048 264.927C308.565 279.515 317.014 291.917 330.342 300.417C342.821 308.376 356.367 312.339 371.272 309.586C381.08 307.775 388.773 302.338 395.046 294.784C403.434 284.683 408.287 272.817 411.892 260.374C414.335 251.943 416.013 243.351 416.496 234.565C416.605 232.579 417.472 231.836 419.403 231.873C424.996 231.981 429.938 233.824 433.953 237.672C437.01 240.603 438.421 244.161 437.428 248.621C436.625 252.23 436.45 255.977 435.964 259.659C435.742 261.341 435.397 263.007 435.186 264.69C434.414 270.834 436.725 276.053 440.05 280.997C446.796 291.028 456.124 298.344 465.711 305.357C469.44 308.085 470.505 308.932 468.79 315.071C468.554 316.285 468.431 317.168 468.309 318.057C468.308 318.063 468.306 318.074 468.291 318.091C468.276 318.108 468.296 318.149 468.222 318.26C468.144 318.547 468.139 318.722 468.083 318.977C468.033 319.056 468.043 319.244 467.932 319.364C467.769 319.909 467.717 320.333 467.621 320.843C467.578 320.929 467.584 321.121 467.493 321.19C467.29 321.381 467.258 321.523 467.236 321.84C464.748 326.106 462.746 330.541 459.814 334.239C456.073 338.957 451.557 343.057 447.422 347.465C444.636 350.435 442.31 353.729 441.359 357.762C441.026 359.175 441.112 360.686 440.986 362.435C441.692 362.137 441.936 362.101 442.082 361.962C446.176 358.063 450.286 354.18 454.339 350.24C459.922 344.813 464.399 338.642 466.495 331.031C467.176 328.558 467.39 325.956 467.907 323.301C468.004 322.999 468.012 322.811 468.073 322.508C468.15 322.229 468.174 322.065 468.3 321.816C468.432 321.563 468.462 321.394 468.554 321.129C468.683 320.896 468.716 320.75 468.823 320.496C468.965 320.207 469 320.018 469.128 319.734C469.313 319.393 469.405 319.147 469.631 318.811C470.141 318.777 470.517 318.833 470.894 318.89C472.334 325.215 473.766 331.542 475.233 337.861C475.348 338.356 475.598 338.932 475.974 339.236C481.958 344.064 488.532 347.261 496.492 346.053C501.838 345.242 505.846 342.162 509.152 338.046C515.591 330.028 519.25 320.655 522.146 310.957C524.977 301.477 526.727 291.789 526.296 281.845C525.835 271.202 521.732 262.016 514.69 253.871C514.717 253.633 514.843 253.451 514.843 253.451ZM439.853 402.255C439.599 400.144 438.378 398.578 436.349 398.507C432.802 398.382 429.751 397.118 426.69 395.543C425.57 394.967 424.149 394.732 422.873 394.756C420.404 394.801 417.862 394.822 415.488 395.412C404.225 398.208 393.003 401.169 381.786 404.144C380.545 404.473 379.17 405.021 378.322 405.91C377.471 406.802 376.577 408.429 376.857 409.401C377.128 410.342 378.845 411.393 379.972 411.446C382.176 411.551 384.447 411.159 386.627 410.683C395.749 408.692 404.881 407.979 413.996 410.52C420.005 412.195 426.189 413.515 429.479 419.972C430.742 422.45 433.907 421.609 435.134 418.542C436.658 414.735 438.001 410.851 439.27 406.95C439.716 405.581 439.713 404.066 439.853 402.255ZM434.404 340.035C434.984 339.824 435.606 339.685 436.138 339.387C437.528 338.605 438.917 337.656 438.376 335.791C437.842 333.952 436.157 334.043 434.692 334.214C429.051 334.873 424.414 337.455 420.795 341.812C420.269 342.446 420.055 343.339 419.696 344.112C419.896 344.341 420.096 344.569 420.295 344.798C422.371 343.641 424.338 342.16 426.553 341.416C428.92 340.621 431.52 340.521 434.404 340.035ZM412.979 436.717C411.593 436.587 410.188 436.26 408.829 436.394C407.806 436.495 406.841 437.188 405.85 437.618C406.421 438.619 406.757 439.933 407.603 440.566C411.018 443.121 418.345 442.751 421.637 439.973C422.162 439.53 422.383 438.728 422.745 438.092C422.024 437.773 421.323 437.246 420.579 437.175C418.194 436.949 415.794 436.892 412.979 436.717Z" fill="white"/>
|
|
6
|
+
<path d="M376.001 217.96C375.502 215.903 374.286 213.769 374.816 212.24C375.317 210.797 377.735 210.087 379.162 208.88C380.758 207.53 382.187 205.983 383.688 204.522C383.554 204.272 383.421 204.021 383.287 203.77C382.563 203.77 381.833 203.835 381.117 203.759C377.75 203.405 374.378 203.076 371.03 202.584C370.28 202.474 369.433 201.893 368.947 201.279C364.629 195.822 358.733 193.817 352.081 193.17C340.714 192.064 329.879 194.319 319.279 198.128C315.809 199.375 312.411 200.825 308.935 202.2C308.789 201.839 308.609 201.62 308.642 201.439C309.824 194.921 312.187 188.88 316.549 183.841C322.668 176.773 330.856 174.61 339.712 175.577C361.057 177.91 379.875 185.882 394.491 202.113C401.493 209.888 404.859 219.322 404.945 229.779C405.106 249.487 400.88 268.12 390.223 284.903C381.632 298.434 368.122 303.525 352.595 299.622C334.216 295.003 322.016 283.295 314.608 266.249C309.257 253.935 307.051 240.901 306.528 227.562C306.38 223.777 306.478 219.968 306.755 216.192C306.836 215.096 307.684 213.493 308.595 213.109C316.787 209.662 325.303 207.448 334.244 207.163C336.175 207.102 336.767 208.061 336.134 209.833C332.147 220.99 333.402 231.606 339.402 241.741C339.512 241.926 339.515 242.174 339.645 242.708C332.247 241.225 325.586 238.26 318.84 234.988C322.478 242.806 350.222 253.152 363.444 251.764C363.658 249.719 362.172 248.662 360.813 247.792C359.002 246.632 358.959 245.411 359.904 243.716C362.885 238.366 364.301 232.507 365.37 226.54C365.534 225.63 365.694 224.695 366.035 223.844C366.837 221.849 368.542 221.295 370.347 222.505C372.452 223.914 374.463 225.462 376.84 227.186C377.58 223.767 376.63 220.971 376.001 217.96Z" fill="white"/>
|
|
7
|
+
<path d="M126.264 309.867C126.597 329.105 128.053 348.039 130.688 366.908C126.112 358.299 123.123 349.174 121.154 338.961C118.927 343.166 115.727 345.233 111.812 345.354C108.086 345.468 104.173 345.254 100.625 344.217C93.8191 342.229 88.4254 337.805 84.1417 332.243C77.9891 324.256 70.7793 317.42 62.7708 311.352C43.2043 296.527 34.0187 276.387 32.7637 252.27C32.095 239.419 32.7656 226.695 37.1922 214.431C39.9839 206.696 44.1658 199.932 50.902 194.962C63.2743 185.834 78.084 186.445 89.7916 196.481C95.567 201.432 99.9344 207.54 104.282 213.668C109.663 221.256 114.965 228.902 121.888 235.222C122.971 236.211 124.072 237.268 125.353 237.931C127.437 239.008 127.787 240.684 127.712 242.753C127.135 258.543 126.504 274.332 126.076 290.127C125.9 296.628 126.18 303.142 126.264 309.867ZM92.2494 299.023C95.1189 300.978 97.9439 303.003 100.872 304.867C103.328 306.43 105.76 308.213 108.462 309.164C112.054 310.427 114.909 308.066 115.071 304.234C115.209 300.956 113.818 298.213 111.86 295.722C110.04 293.406 107.936 291.281 106.358 288.816C104.158 285.383 101.862 281.885 100.456 278.1C98.4032 272.573 98.8514 267.106 103.341 262.592C107.236 258.675 107.57 256.509 105.5 251.397C103.556 246.595 101.947 241.656 99.9329 236.885C97.8013 231.836 95.7652 226.677 92.9743 221.99C88.3507 214.226 81.9368 208.24 73.1996 205.158C64.4178 202.06 56.3612 204.214 51.5049 211.296C49.7821 213.808 48.4349 216.704 47.5093 219.614C44.3015 229.697 43.4885 240.111 44.045 250.626C44.4475 258.23 45.5444 265.737 48.41 272.869C49.0986 274.583 49.9763 276.221 50.767 277.894C51.1964 277.534 51.256 277.377 51.2336 277.232C51.0792 276.237 50.923 275.241 50.7394 274.251C48.4229 261.751 50.0077 249.698 55.0887 238.113C57.1891 233.324 59.9275 228.889 64.4114 225.889C68.2769 223.303 71.5738 224.149 73.5517 228.299C75.5963 232.589 78.7027 235.595 83.2478 237.053C84.9355 237.595 86.188 238.564 86.2799 240.441C86.3741 242.365 85.0624 243.405 83.4829 244.034C81.3987 244.863 79.2323 245.483 77.1349 246.281C69.908 249.033 65.048 253.963 63.3113 261.641C60.6746 273.297 66.5988 286.764 77.4232 292.732C81.998 295.255 87.0789 296.859 92.2494 299.023Z" fill="white"/>
|
|
8
|
+
<path d="M489.13 260.099C484.894 261.371 484.083 257.478 482.031 255.931C482.438 254.056 482.804 252.374 483.301 250.087C482.002 250.872 481.299 251.303 480.589 251.723C478.564 252.923 476.498 253.576 474.018 253.482C464.319 253.118 456.616 257.671 449.691 263.895C448.798 264.698 448.085 265.702 447.288 266.613C447.083 266.505 446.878 266.397 446.672 266.29C446.672 265.027 446.527 263.745 446.697 262.506C447.493 256.728 448.842 251.098 451.496 245.849C455.722 237.495 463.588 233.047 472.876 234.406C476.786 234.978 481.48 236.281 485.081 237.944C491.129 239.572 494.851 243.759 497.177 248.645C497.102 251.673 492.06 257.949 489.13 260.099Z" fill="white"/>
|
|
9
|
+
<path d="M446.143 275.2C445.505 271.732 447.055 269.875 449.984 268.86C452.904 267.848 455.778 266.688 458.738 265.818C460.397 265.33 461.422 266.378 460.92 267.945C457.866 277.474 458.453 286.854 461.876 296.153C461.947 296.348 461.906 296.585 461.942 297.286C460.644 296.734 459.471 296.419 458.504 295.789C455.07 293.553 451.688 291.235 448.337 288.875C447.831 288.519 447.347 287.803 447.279 287.205C446.835 283.286 446.508 279.353 446.143 275.2Z" fill="white"/>
|
|
10
|
+
<path d="M306.797 175.169C306.67 177.143 305.795 178.696 304.012 178.743C302.664 178.778 301.016 178.093 299.988 177.18C298.329 175.706 298.827 172.699 300.595 171.521C302.344 170.356 305.077 171.064 306.186 173.043C306.513 173.626 306.598 174.344 306.797 175.169Z" fill="white"/>
|
|
11
|
+
<path d="M342.425 217.762C344.223 217.162 345.543 217.668 346.315 219.143C347.163 220.765 346.963 222.385 345.345 223.427C343.897 224.359 342.5 223.924 341.445 222.615C340.11 220.962 340.372 219.585 342.425 217.762Z" fill="white"/>
|
|
12
|
+
<path d="M464.521 279.232C464.126 278.975 463.84 278.803 463.688 278.551C462.678 276.868 462.925 274.747 464.347 274.347C464.927 274.183 466.074 274.809 466.458 275.403C467.445 276.933 466.645 278.48 464.521 279.232Z" fill="white"/>
|
|
13
|
+
<path d="M514.648 253.72C514.415 253.726 514.251 253.644 513.98 253.53C513.872 253.498 513.853 253.551 513.853 253.551C514.075 253.456 514.298 253.362 514.682 253.359C514.843 253.451 514.717 253.633 514.648 253.72Z" fill="white"/>
|
|
14
|
+
<path d="M513.844 253.499C513.815 253.501 513.92 253.503 513.92 253.503C513.92 253.503 513.841 253.468 513.847 253.509C513.852 253.551 513.872 253.497 513.844 253.499Z" fill="white"/>
|
|
15
|
+
<path d="M264.154 135.809C264.22 136.021 264.286 136.233 264.274 136.596C264.122 136.696 264.048 136.646 263.869 136.512C263.88 136.297 263.997 136.167 264.156 135.934C264.199 135.832 264.154 135.809 264.154 135.809Z" fill="white"/>
|
|
16
|
+
<path d="M264.215 135.812C264.231 135.793 264.148 135.917 264.148 135.917C264.148 135.917 264.22 135.841 264.187 135.825C264.154 135.809 264.199 135.832 264.215 135.812Z" fill="white"/>
|
|
17
|
+
<path d="M413.738 91.0892C413.765 91.0712 413.641 91.2122 413.641 91.2122C413.641 91.2122 413.777 91.1354 413.718 91.1019C413.659 91.0684 413.711 91.1073 413.738 91.0892Z" fill="white"/>
|
|
18
|
+
<path d="M668.148 279.727C668.148 283.387 668.047 286.183 667.843 288.114H598.764C599.069 294.417 600.594 299.805 603.339 304.279C606.084 308.752 609.693 312.157 614.166 314.496C618.639 316.732 623.519 317.85 628.805 317.85C635.718 317.85 641.513 316.173 646.189 312.818C650.968 309.463 654.119 304.939 655.644 299.246H666.928C664.895 307.379 660.524 314.038 653.814 319.223C647.206 324.306 638.87 326.848 628.805 326.848C620.977 326.848 613.963 325.119 607.761 321.663C601.56 318.105 596.68 313.123 593.122 306.718C589.665 300.212 587.937 292.638 587.937 283.997C587.937 275.356 589.665 267.782 593.122 261.276C596.578 254.769 601.407 249.788 607.609 246.331C613.81 242.875 620.876 241.147 628.805 241.147C636.735 241.147 643.648 242.875 649.544 246.331C655.542 249.788 660.117 254.464 663.269 260.361C666.522 266.155 668.148 272.611 668.148 279.727ZM657.321 279.422C657.423 273.221 656.152 267.934 653.509 263.563C650.968 259.192 647.46 255.888 642.987 253.651C638.514 251.414 633.634 250.296 628.348 250.296C620.418 250.296 613.658 252.838 608.066 257.921C602.475 263.004 599.374 270.171 598.764 279.422H657.321ZM698.353 212.783V325.628H687.678V212.783H698.353ZM727.862 226.66C725.727 226.66 723.898 225.897 722.373 224.372C720.848 222.847 720.085 220.967 720.085 218.73C720.085 216.494 720.848 214.664 722.373 213.24C723.898 211.716 725.727 210.953 727.862 210.953C729.997 210.953 731.827 211.716 733.352 213.24C734.877 214.664 735.639 216.494 735.639 218.73C735.639 220.967 734.877 222.847 733.352 224.372C731.827 225.897 729.997 226.66 727.862 226.66ZM733.2 242.367V325.628H722.525V242.367H733.2ZM763.014 316.783H806.627V325.628H750.815V316.783L793.665 251.211H751.577V242.367H805.865V251.211L763.014 316.783ZM819.804 283.845C819.804 275.305 821.481 267.833 824.836 261.428C828.292 254.922 833.02 249.94 839.018 246.484C845.117 242.926 851.979 241.147 859.604 241.147C867.534 241.147 874.345 242.977 880.038 246.636C885.833 250.296 890.001 254.973 892.543 260.666V242.367H903.217V325.628H892.543V307.176C889.899 312.869 885.68 317.596 879.886 321.358C874.193 325.018 867.381 326.848 859.452 326.848C851.929 326.848 845.117 325.068 839.018 321.51C833.02 317.952 828.292 312.92 824.836 306.413C821.481 299.907 819.804 292.384 819.804 283.845ZM892.543 283.997C892.543 277.287 891.17 271.391 888.425 266.308C885.68 261.225 881.919 257.311 877.141 254.566C872.464 251.821 867.28 250.449 861.587 250.449C855.69 250.449 850.404 251.77 845.727 254.413C841.051 257.057 837.34 260.92 834.595 266.003C831.952 270.984 830.63 276.932 830.63 283.845C830.63 290.656 831.952 296.654 834.595 301.839C837.34 306.922 841.051 310.836 845.727 313.581C850.404 316.224 855.69 317.545 861.587 317.545C867.28 317.545 872.464 316.173 877.141 313.428C881.919 310.683 885.68 306.769 888.425 301.686C891.17 296.603 892.543 290.707 892.543 283.997ZM975.164 326.695C965.303 326.695 956.204 324.408 947.868 319.833C939.633 315.156 933.076 308.701 928.196 300.466C923.418 292.13 921.029 282.777 921.029 272.408C921.029 262.038 923.418 252.736 928.196 244.501C933.076 236.267 939.633 229.862 947.868 225.287C956.204 220.611 965.303 218.273 975.164 218.273C985.127 218.273 994.225 220.611 1002.46 225.287C1010.8 229.862 1017.35 236.267 1022.13 244.501C1026.91 252.736 1029.3 262.038 1029.3 272.408C1029.3 282.777 1026.91 292.13 1022.13 300.466C1017.35 308.701 1010.8 315.156 1002.46 319.833C994.225 324.408 985.127 326.695 975.164 326.695ZM975.164 311.598C982.178 311.598 988.431 310.022 993.92 306.871C999.41 303.618 1003.68 299.043 1006.73 293.147C1009.88 287.149 1011.46 280.236 1011.46 272.408C1011.46 264.58 1009.88 257.717 1006.73 251.821C1003.68 245.925 999.41 241.401 993.92 238.249C988.431 235.098 982.178 233.522 975.164 233.522C968.149 233.522 961.897 235.098 956.407 238.249C950.917 241.401 946.597 245.925 943.445 251.821C940.395 257.717 938.871 264.58 938.871 272.408C938.871 280.236 940.395 287.149 943.445 293.147C946.597 299.043 950.917 303.618 956.407 306.871C961.897 310.022 968.149 311.598 975.164 311.598ZM1081.33 326.695C1074.21 326.695 1067.81 325.475 1062.11 323.035C1056.42 320.494 1051.95 316.935 1048.69 312.361C1045.44 307.786 1043.81 302.449 1043.81 296.349H1062.42C1062.82 300.924 1064.6 304.685 1067.75 307.633C1071.01 310.582 1075.53 312.056 1081.33 312.056C1087.32 312.056 1092 310.632 1095.36 307.786C1098.71 304.838 1100.39 301.076 1100.39 296.501C1100.39 292.943 1099.32 290.046 1097.19 287.809C1095.15 285.573 1092.56 283.845 1089.41 282.625C1086.36 281.405 1082.09 280.083 1076.6 278.66C1069.69 276.83 1064.04 275 1059.67 273.17C1055.4 271.239 1051.74 268.29 1048.69 264.326C1045.64 260.361 1044.12 255.074 1044.12 248.466C1044.12 242.367 1045.64 237.029 1048.69 232.455C1051.74 227.88 1056.01 224.372 1061.5 221.933C1066.99 219.493 1073.35 218.273 1080.56 218.273C1090.83 218.273 1099.22 220.865 1105.72 226.05C1112.33 231.133 1115.99 238.148 1116.7 247.094H1097.49C1097.19 243.231 1095.36 239.927 1092 237.182C1088.65 234.437 1084.22 233.065 1078.73 233.065C1073.75 233.065 1069.69 234.335 1066.53 236.877C1063.38 239.418 1061.81 243.078 1061.81 247.856C1061.81 251.109 1062.77 253.804 1064.7 255.938C1066.74 257.972 1069.28 259.598 1072.33 260.818C1075.38 262.038 1079.55 263.36 1084.83 264.783C1091.85 266.715 1097.54 268.646 1101.91 270.578C1106.39 272.509 1110.15 275.508 1113.2 279.575C1116.35 283.54 1117.92 288.877 1117.92 295.587C1117.92 300.975 1116.45 306.058 1113.5 310.836C1110.66 315.614 1106.44 319.477 1100.85 322.425C1095.36 325.272 1088.85 326.695 1081.33 326.695Z" fill="white"/>
|
|
19
|
+
<path d="M604.102 367.037L592.682 394.928H589.429L593.167 385.792L585.519 367.037H589.014L594.966 382.401L600.849 367.037H604.102ZM615.537 386.311C613.761 386.311 612.146 385.908 610.693 385.1C609.263 384.293 608.132 383.151 607.302 381.674C606.494 380.175 606.09 378.445 606.09 376.484C606.09 374.546 606.506 372.839 607.336 371.362C608.19 369.863 609.343 368.721 610.797 367.937C612.25 367.129 613.876 366.726 615.676 366.726C617.475 366.726 619.102 367.129 620.555 367.937C622.008 368.721 623.15 369.851 623.981 371.328C624.834 372.804 625.261 374.523 625.261 376.484C625.261 378.445 624.823 380.175 623.946 381.674C623.093 383.151 621.928 384.293 620.451 385.1C618.975 385.908 617.337 386.311 615.537 386.311ZM615.537 383.543C616.668 383.543 617.729 383.278 618.721 382.747C619.713 382.217 620.509 381.421 621.109 380.36C621.732 379.298 622.043 378.006 622.043 376.484C622.043 374.961 621.743 373.669 621.143 372.608C620.543 371.547 619.759 370.763 618.79 370.255C617.821 369.725 616.772 369.459 615.641 369.459C614.488 369.459 613.427 369.725 612.458 370.255C611.512 370.763 610.75 371.547 610.174 372.608C609.597 373.669 609.309 374.961 609.309 376.484C609.309 378.03 609.585 379.333 610.139 380.394C610.716 381.455 611.477 382.251 612.423 382.782C613.369 383.289 614.407 383.543 615.537 383.543ZM646.219 367.037V386H643.07V383.197C642.47 384.166 641.628 384.927 640.544 385.481C639.483 386.012 638.306 386.277 637.014 386.277C635.538 386.277 634.211 385.977 633.035 385.377C631.858 384.754 630.924 383.831 630.232 382.609C629.563 381.386 629.228 379.898 629.228 378.145V367.037H632.343V377.73C632.343 379.598 632.816 381.04 633.762 382.055C634.707 383.047 635.999 383.543 637.637 383.543C639.321 383.543 640.648 383.024 641.617 381.986C642.586 380.948 643.07 379.437 643.07 377.453V367.037H646.219ZM654.685 370.117C655.239 369.032 656.023 368.19 657.038 367.591C658.076 366.991 659.333 366.691 660.81 366.691V369.944H659.979C656.45 369.944 654.685 371.858 654.685 375.688V386H651.536V367.037H654.685V370.117ZM672.494 376.449C672.494 374.511 672.886 372.816 673.67 371.362C674.455 369.886 675.527 368.744 676.889 367.937C678.273 367.129 679.807 366.726 681.491 366.726C683.152 366.726 684.594 367.083 685.816 367.798C687.039 368.513 687.95 369.413 688.55 370.497V367.037H691.734V386H688.55V382.47C687.927 383.578 686.993 384.5 685.747 385.239C684.525 385.954 683.094 386.311 681.456 386.311C679.772 386.311 678.25 385.896 676.889 385.066C675.527 384.235 674.455 383.07 673.67 381.571C672.886 380.071 672.494 378.364 672.494 376.449ZM688.55 376.484C688.55 375.054 688.262 373.808 687.685 372.747C687.108 371.685 686.324 370.878 685.332 370.324C684.363 369.748 683.29 369.459 682.114 369.459C680.937 369.459 679.865 369.736 678.896 370.29C677.927 370.843 677.154 371.651 676.577 372.712C676 373.773 675.712 375.019 675.712 376.449C675.712 377.903 676 379.171 676.577 380.256C677.154 381.317 677.927 382.136 678.896 382.713C679.865 383.266 680.937 383.543 682.114 383.543C683.29 383.543 684.363 383.266 685.332 382.713C686.324 382.136 687.108 381.317 687.685 380.256C688.262 379.171 688.55 377.914 688.55 376.484ZM704.876 366.726C706.514 366.726 707.944 367.083 709.167 367.798C710.412 368.513 711.335 369.413 711.935 370.497V367.037H715.119V386.415C715.119 388.145 714.749 389.68 714.011 391.018C713.273 392.379 712.212 393.44 710.828 394.201C709.467 394.962 707.875 395.343 706.052 395.343C703.561 395.343 701.485 394.755 699.824 393.578C698.163 392.402 697.182 390.798 696.882 388.768H699.997C700.343 389.922 701.058 390.845 702.142 391.537C703.226 392.252 704.53 392.609 706.052 392.609C707.782 392.609 709.19 392.067 710.274 390.983C711.381 389.899 711.935 388.376 711.935 386.415V382.436C711.312 383.543 710.389 384.466 709.167 385.204C707.944 385.942 706.514 386.311 704.876 386.311C703.192 386.311 701.658 385.896 700.273 385.066C698.912 384.235 697.84 383.07 697.055 381.571C696.271 380.071 695.879 378.364 695.879 376.449C695.879 374.511 696.271 372.816 697.055 371.362C697.84 369.886 698.912 368.744 700.273 367.937C701.658 367.129 703.192 366.726 704.876 366.726ZM711.935 376.484C711.935 375.054 711.647 373.808 711.07 372.747C710.493 371.685 709.709 370.878 708.717 370.324C707.748 369.748 706.675 369.459 705.499 369.459C704.322 369.459 703.249 369.736 702.28 370.29C701.312 370.843 700.539 371.651 699.962 372.712C699.385 373.773 699.097 375.019 699.097 376.449C699.097 377.903 699.385 379.171 699.962 380.256C700.539 381.317 701.312 382.136 702.28 382.713C703.249 383.266 704.322 383.543 705.499 383.543C706.675 383.543 707.748 383.266 708.717 382.713C709.709 382.136 710.493 381.317 711.07 380.256C711.647 379.171 711.935 377.914 711.935 376.484ZM737.742 375.792C737.742 376.392 737.707 377.026 737.638 377.695H722.482C722.597 379.564 723.231 381.029 724.385 382.09C725.561 383.128 726.98 383.647 728.641 383.647C730.002 383.647 731.133 383.335 732.032 382.713C732.955 382.067 733.601 381.213 733.97 380.152H737.361C736.854 381.974 735.839 383.462 734.316 384.616C732.794 385.746 730.902 386.311 728.641 386.311C726.842 386.311 725.227 385.908 723.797 385.1C722.389 384.293 721.282 383.151 720.475 381.674C719.667 380.175 719.263 378.445 719.263 376.484C719.263 374.523 719.656 372.804 720.44 371.328C721.224 369.851 722.32 368.721 723.727 367.937C725.158 367.129 726.796 366.726 728.641 366.726C730.441 366.726 732.032 367.118 733.417 367.902C734.801 368.686 735.862 369.771 736.6 371.155C737.361 372.516 737.742 374.062 737.742 375.792ZM734.489 375.134C734.489 373.935 734.224 372.908 733.693 372.055C733.163 371.178 732.436 370.52 731.513 370.082C730.614 369.621 729.61 369.39 728.503 369.39C726.911 369.39 725.55 369.898 724.419 370.913C723.312 371.928 722.678 373.335 722.516 375.134H734.489ZM751.138 366.691C753.445 366.691 755.313 367.395 756.744 368.802C758.174 370.186 758.889 372.193 758.889 374.823V386H755.775V375.273C755.775 373.381 755.302 371.939 754.356 370.947C753.41 369.932 752.118 369.425 750.48 369.425C748.819 369.425 747.493 369.944 746.501 370.982C745.532 372.02 745.048 373.531 745.048 375.515V386H741.899V367.037H745.048V369.736C745.67 368.767 746.512 368.017 747.574 367.487C748.658 366.956 749.846 366.691 751.138 366.691ZM767.874 369.632V380.809C767.874 381.732 768.07 382.39 768.462 382.782C768.855 383.151 769.535 383.335 770.504 383.335H772.823V386H769.985C768.232 386 766.917 385.596 766.04 384.789C765.163 383.981 764.725 382.655 764.725 380.809V369.632H762.268V367.037H764.725V362.262H767.874V367.037H772.823V369.632H767.874ZM778.264 363.957C777.664 363.957 777.157 363.75 776.742 363.334C776.326 362.919 776.119 362.412 776.119 361.812C776.119 361.212 776.326 360.704 776.742 360.289C777.157 359.874 777.664 359.666 778.264 359.666C778.841 359.666 779.325 359.874 779.718 360.289C780.133 360.704 780.341 361.212 780.341 361.812C780.341 362.412 780.133 362.919 779.718 363.334C779.325 363.75 778.841 363.957 778.264 363.957ZM779.787 367.037V386H776.638V367.037H779.787ZM783.977 376.484C783.977 374.523 784.369 372.816 785.154 371.362C785.938 369.886 787.022 368.744 788.407 367.937C789.814 367.129 791.417 366.726 793.216 366.726C795.546 366.726 797.461 367.291 798.961 368.421C800.483 369.552 801.487 371.12 801.971 373.127H798.58C798.257 371.974 797.623 371.063 796.677 370.394C795.754 369.725 794.601 369.39 793.216 369.39C791.417 369.39 789.964 370.013 788.856 371.259C787.749 372.481 787.195 374.223 787.195 376.484C787.195 378.768 787.749 380.533 788.856 381.778C789.964 383.024 791.417 383.647 793.216 383.647C794.601 383.647 795.754 383.324 796.677 382.678C797.6 382.032 798.234 381.109 798.58 379.91H801.971C801.464 381.848 800.449 383.405 798.926 384.581C797.404 385.735 795.5 386.311 793.216 386.311C791.417 386.311 789.814 385.908 788.407 385.1C787.022 384.293 785.938 383.151 785.154 381.674C784.369 380.198 783.977 378.468 783.977 376.484ZM823.669 386.311C821.893 386.311 820.278 385.908 818.824 385.1C817.394 384.293 816.264 383.151 815.433 381.674C814.626 380.175 814.222 378.445 814.222 376.484C814.222 374.546 814.637 372.839 815.468 371.362C816.321 369.863 817.475 368.721 818.928 367.937C820.382 367.129 822.008 366.726 823.807 366.726C825.607 366.726 827.233 367.129 828.687 367.937C830.14 368.721 831.282 369.851 832.112 371.328C832.966 372.804 833.393 374.523 833.393 376.484C833.393 378.445 832.954 380.175 832.078 381.674C831.224 383.151 830.059 384.293 828.583 385.1C827.106 385.908 825.468 386.311 823.669 386.311ZM823.669 383.543C824.799 383.543 825.861 383.278 826.853 382.747C827.844 382.217 828.64 381.421 829.24 380.36C829.863 379.298 830.174 378.006 830.174 376.484C830.174 374.961 829.875 373.669 829.275 372.608C828.675 371.547 827.891 370.763 826.922 370.255C825.953 369.725 824.903 369.459 823.773 369.459C822.619 369.459 821.558 369.725 820.589 370.255C819.643 370.763 818.882 371.547 818.305 372.608C817.729 373.669 817.44 374.961 817.44 376.484C817.44 378.03 817.717 379.333 818.271 380.394C818.847 381.455 819.609 382.251 820.555 382.782C821.5 383.289 822.539 383.543 823.669 383.543ZM840.682 370.532C841.305 369.448 842.228 368.548 843.45 367.833C844.696 367.095 846.138 366.726 847.776 366.726C849.46 366.726 850.982 367.129 852.344 367.937C853.728 368.744 854.812 369.886 855.596 371.362C856.381 372.816 856.773 374.511 856.773 376.449C856.773 378.364 856.381 380.071 855.596 381.571C854.812 383.07 853.728 384.235 852.344 385.066C850.982 385.896 849.46 386.311 847.776 386.311C846.161 386.311 844.731 385.954 843.485 385.239C842.262 384.5 841.328 383.589 840.682 382.505V394.997H837.533V367.037H840.682V370.532ZM853.555 376.449C853.555 375.019 853.266 373.773 852.69 372.712C852.113 371.651 851.329 370.843 850.337 370.29C849.368 369.736 848.295 369.459 847.118 369.459C845.965 369.459 844.892 369.748 843.9 370.324C842.931 370.878 842.147 371.697 841.547 372.781C840.97 373.842 840.682 375.077 840.682 376.484C840.682 377.914 840.97 379.171 841.547 380.256C842.147 381.317 842.931 382.136 843.9 382.713C844.892 383.266 845.965 383.543 847.118 383.543C848.295 383.543 849.368 383.266 850.337 382.713C851.329 382.136 852.113 381.317 852.69 380.256C853.266 379.171 853.555 377.903 853.555 376.449ZM878.22 375.792C878.22 376.392 878.185 377.026 878.116 377.695H862.959C863.075 379.564 863.709 381.029 864.863 382.09C866.039 383.128 867.458 383.647 869.119 383.647C870.48 383.647 871.61 383.335 872.51 382.713C873.433 382.067 874.079 381.213 874.448 380.152H877.839C877.332 381.974 876.317 383.462 874.794 384.616C873.271 385.746 871.38 386.311 869.119 386.311C867.32 386.311 865.705 385.908 864.274 385.1C862.867 384.293 861.76 383.151 860.952 381.674C860.145 380.175 859.741 378.445 859.741 376.484C859.741 374.523 860.133 372.804 860.918 371.328C861.702 369.851 862.798 368.721 864.205 367.937C865.636 367.129 867.273 366.726 869.119 366.726C870.918 366.726 872.51 367.118 873.894 367.902C875.279 368.686 876.34 369.771 877.078 371.155C877.839 372.516 878.22 374.062 878.22 375.792ZM874.967 375.134C874.967 373.935 874.702 372.908 874.171 372.055C873.641 371.178 872.914 370.52 871.991 370.082C871.091 369.621 870.088 369.39 868.981 369.39C867.389 369.39 866.028 369.898 864.897 370.913C863.79 371.928 863.156 373.335 862.994 375.134H874.967ZM885.525 370.117C886.079 369.032 886.863 368.19 887.878 367.591C888.917 366.991 890.174 366.691 891.65 366.691V369.944H890.82C887.29 369.944 885.525 371.858 885.525 375.688V386H882.376V367.037H885.525V370.117ZM894.109 376.449C894.109 374.511 894.501 372.816 895.285 371.362C896.07 369.886 897.142 368.744 898.504 367.937C899.888 367.129 901.422 366.726 903.106 366.726C904.767 366.726 906.209 367.083 907.431 367.798C908.654 368.513 909.565 369.413 910.165 370.497V367.037H913.349V386H910.165V382.47C909.542 383.578 908.608 384.5 907.362 385.239C906.14 385.954 904.709 386.311 903.071 386.311C901.387 386.311 899.865 385.896 898.504 385.066C897.142 384.235 896.07 383.07 895.285 381.571C894.501 380.071 894.109 378.364 894.109 376.449ZM910.165 376.484C910.165 375.054 909.877 373.808 909.3 372.747C908.723 371.685 907.939 370.878 906.947 370.324C905.978 369.748 904.905 369.459 903.729 369.459C902.552 369.459 901.48 369.736 900.511 370.29C899.542 370.843 898.769 371.651 898.192 372.712C897.615 373.773 897.327 375.019 897.327 376.449C897.327 377.903 897.615 379.171 898.192 380.256C898.769 381.317 899.542 382.136 900.511 382.713C901.48 383.266 902.552 383.543 903.729 383.543C904.905 383.543 905.978 383.266 906.947 382.713C907.939 382.136 908.723 381.317 909.3 380.256C909.877 379.171 910.165 377.914 910.165 376.484ZM922.511 369.632V380.809C922.511 381.732 922.707 382.39 923.099 382.782C923.492 383.151 924.172 383.335 925.141 383.335H927.46V386H924.622C922.869 386 921.554 385.596 920.677 384.789C919.801 383.981 919.362 382.655 919.362 380.809V369.632H916.905V367.037H919.362V362.262H922.511V367.037H927.46V369.632H922.511ZM932.901 363.957C932.302 363.957 931.794 363.75 931.379 363.334C930.964 362.919 930.756 362.412 930.756 361.812C930.756 361.212 930.964 360.704 931.379 360.289C931.794 359.874 932.302 359.666 932.901 359.666C933.478 359.666 933.963 359.874 934.355 360.289C934.77 360.704 934.978 361.212 934.978 361.812C934.978 362.412 934.77 362.919 934.355 363.334C933.963 363.75 933.478 363.957 932.901 363.957ZM934.424 367.037V386H931.275V367.037H934.424ZM949.03 366.691C951.337 366.691 953.206 367.395 954.636 368.802C956.066 370.186 956.781 372.193 956.781 374.823V386H953.667V375.273C953.667 373.381 953.194 371.939 952.248 370.947C951.302 369.932 950.011 369.425 948.373 369.425C946.712 369.425 945.385 369.944 944.393 370.982C943.424 372.02 942.94 373.531 942.94 375.515V386H939.791V367.037H942.94V369.736C943.563 368.767 944.405 368.017 945.466 367.487C946.55 366.956 947.738 366.691 949.03 366.691ZM969.746 366.726C971.384 366.726 972.814 367.083 974.037 367.798C975.282 368.513 976.205 369.413 976.805 370.497V367.037H979.989V386.415C979.989 388.145 979.62 389.68 978.881 391.018C978.143 392.379 977.082 393.44 975.698 394.201C974.337 394.962 972.745 395.343 970.922 395.343C968.431 395.343 966.355 394.755 964.694 393.578C963.033 392.402 962.052 390.798 961.752 388.768H964.867C965.213 389.922 965.928 390.845 967.012 391.537C968.096 392.252 969.4 392.609 970.922 392.609C972.653 392.609 974.06 392.067 975.144 390.983C976.251 389.899 976.805 388.376 976.805 386.415V382.436C976.182 383.543 975.259 384.466 974.037 385.204C972.814 385.942 971.384 386.311 969.746 386.311C968.062 386.311 966.528 385.896 965.143 385.066C963.782 384.235 962.71 383.07 961.925 381.571C961.141 380.071 960.749 378.364 960.749 376.449C960.749 374.511 961.141 372.816 961.925 371.362C962.71 369.886 963.782 368.744 965.143 367.937C966.528 367.129 968.062 366.726 969.746 366.726ZM976.805 376.484C976.805 375.054 976.517 373.808 975.94 372.747C975.363 371.685 974.579 370.878 973.587 370.324C972.618 369.748 971.545 369.459 970.369 369.459C969.192 369.459 968.119 369.736 967.151 370.29C966.182 370.843 965.409 371.651 964.832 372.712C964.255 373.773 963.967 375.019 963.967 376.449C963.967 377.903 964.255 379.171 964.832 380.256C965.409 381.317 966.182 382.136 967.151 382.713C968.119 383.266 969.192 383.543 970.369 383.543C971.545 383.543 972.618 383.266 973.587 382.713C974.579 382.136 975.363 381.317 975.94 380.256C976.517 379.171 976.805 377.914 976.805 376.484ZM1001.25 386.311C999.795 386.311 998.492 386.069 997.339 385.585C996.185 385.077 995.274 384.385 994.605 383.509C993.936 382.609 993.567 381.582 993.497 380.429H996.75C996.843 381.375 997.281 382.147 998.065 382.747C998.873 383.347 999.922 383.647 1001.21 383.647C1002.41 383.647 1003.36 383.382 1004.05 382.851C1004.74 382.32 1005.09 381.651 1005.09 380.844C1005.09 380.013 1004.72 379.402 1003.98 379.01C1003.24 378.595 1002.1 378.191 1000.56 377.799C999.149 377.43 997.996 377.061 997.096 376.691C996.22 376.299 995.458 375.734 994.812 374.996C994.19 374.235 993.878 373.243 993.878 372.02C993.878 371.051 994.166 370.163 994.743 369.355C995.32 368.548 996.139 367.914 997.2 367.452C998.261 366.968 999.472 366.726 1000.83 366.726C1002.93 366.726 1004.63 367.256 1005.92 368.317C1007.21 369.378 1007.9 370.832 1008 372.677H1004.85C1004.78 371.685 1004.37 370.89 1003.64 370.29C1002.92 369.69 1001.95 369.39 1000.73 369.39C999.599 369.39 998.7 369.632 998.031 370.117C997.362 370.601 997.027 371.236 997.027 372.02C997.027 372.643 997.223 373.162 997.615 373.577C998.031 373.969 998.538 374.292 999.138 374.546C999.761 374.777 1000.61 375.042 1001.7 375.342C1003.06 375.711 1004.17 376.08 1005.02 376.449C1005.87 376.795 1006.6 377.326 1007.2 378.041C1007.82 378.756 1008.15 379.691 1008.17 380.844C1008.17 381.882 1007.88 382.816 1007.3 383.647C1006.73 384.477 1005.91 385.135 1004.85 385.619C1003.81 386.081 1002.61 386.311 1001.25 386.311ZM1028.95 367.037L1017.53 394.928H1014.28L1018.01 385.792L1010.37 367.037H1013.86L1019.81 382.401L1025.7 367.037H1028.95ZM1038.83 386.311C1037.37 386.311 1036.07 386.069 1034.92 385.585C1033.76 385.077 1032.85 384.385 1032.18 383.509C1031.51 382.609 1031.14 381.582 1031.08 380.429H1034.33C1034.42 381.375 1034.86 382.147 1035.64 382.747C1036.45 383.347 1037.5 383.647 1038.79 383.647C1039.99 383.647 1040.94 383.382 1041.63 382.851C1042.32 382.32 1042.67 381.651 1042.67 380.844C1042.67 380.013 1042.3 379.402 1041.56 379.01C1040.82 378.595 1039.68 378.191 1038.13 377.799C1036.73 377.43 1035.57 377.061 1034.67 376.691C1033.8 376.299 1033.04 375.734 1032.39 374.996C1031.77 374.235 1031.46 373.243 1031.46 372.02C1031.46 371.051 1031.74 370.163 1032.32 369.355C1032.9 368.548 1033.72 367.914 1034.78 367.452C1035.84 366.968 1037.05 366.726 1038.41 366.726C1040.51 366.726 1042.21 367.256 1043.5 368.317C1044.79 369.378 1045.48 370.832 1045.57 372.677H1042.43C1042.36 371.685 1041.95 370.89 1041.21 370.29C1040.5 369.69 1039.53 369.39 1038.31 369.39C1037.18 369.39 1036.28 369.632 1035.61 370.117C1034.94 370.601 1034.61 371.236 1034.61 372.02C1034.61 372.643 1034.8 373.162 1035.19 373.577C1035.61 373.969 1036.12 374.292 1036.72 374.546C1037.34 374.777 1038.19 375.042 1039.28 375.342C1040.64 375.711 1041.74 376.08 1042.6 376.449C1043.45 376.795 1044.18 377.326 1044.78 378.041C1045.4 378.756 1045.72 379.691 1045.75 380.844C1045.75 381.882 1045.46 382.816 1044.88 383.647C1044.31 384.477 1043.49 385.135 1042.43 385.619C1041.39 386.081 1040.19 386.311 1038.83 386.311ZM1054.03 369.632V380.809C1054.03 381.732 1054.23 382.39 1054.62 382.782C1055.01 383.151 1055.69 383.335 1056.66 383.335H1058.98V386H1056.14C1054.39 386 1053.08 385.596 1052.2 384.789C1051.32 383.981 1050.88 382.655 1050.88 380.809V369.632H1048.43V367.037H1050.88V362.262H1054.03V367.037H1058.98V369.632H1054.03ZM1080.1 375.792C1080.1 376.392 1080.07 377.026 1080 377.695H1064.84C1064.95 379.564 1065.59 381.029 1066.74 382.09C1067.92 383.128 1069.34 383.647 1071 383.647C1072.36 383.647 1073.49 383.335 1074.39 382.713C1075.31 382.067 1075.96 381.213 1076.33 380.152H1079.72C1079.21 381.974 1078.2 383.462 1076.67 384.616C1075.15 385.746 1073.26 386.311 1071 386.311C1069.2 386.311 1067.58 385.908 1066.15 385.1C1064.75 384.293 1063.64 383.151 1062.83 381.674C1062.02 380.175 1061.62 378.445 1061.62 376.484C1061.62 374.523 1062.01 372.804 1062.8 371.328C1063.58 369.851 1064.68 368.721 1066.09 367.937C1067.52 367.129 1069.15 366.726 1071 366.726C1072.8 366.726 1074.39 367.118 1075.77 367.902C1077.16 368.686 1078.22 369.771 1078.96 371.155C1079.72 372.516 1080.1 374.062 1080.1 375.792ZM1076.85 375.134C1076.85 373.935 1076.58 372.908 1076.05 372.055C1075.52 371.178 1074.79 370.52 1073.87 370.082C1072.97 369.621 1071.97 369.39 1070.86 369.39C1069.27 369.39 1067.91 369.898 1066.78 370.913C1065.67 371.928 1065.04 373.335 1064.87 375.134H1076.85ZM1107.06 366.691C1108.54 366.691 1109.85 367.002 1111.01 367.625C1112.16 368.225 1113.07 369.136 1113.74 370.359C1114.41 371.582 1114.74 373.07 1114.74 374.823V386H1111.63V375.273C1111.63 373.381 1111.16 371.939 1110.21 370.947C1109.29 369.932 1108.03 369.425 1106.44 369.425C1104.8 369.425 1103.5 369.955 1102.53 371.016C1101.56 372.055 1101.07 373.566 1101.07 375.55V386H1097.96V375.273C1097.96 373.381 1097.49 371.939 1096.54 370.947C1095.62 369.932 1094.36 369.425 1092.77 369.425C1091.13 369.425 1089.83 369.955 1088.86 371.016C1087.89 372.055 1087.41 373.566 1087.41 375.55V386H1084.26V367.037H1087.41V369.771C1088.03 368.779 1088.86 368.017 1089.9 367.487C1090.96 366.956 1092.12 366.691 1093.39 366.691C1094.98 366.691 1096.39 367.048 1097.61 367.764C1098.84 368.479 1099.75 369.528 1100.35 370.913C1100.88 369.575 1101.75 368.536 1102.98 367.798C1104.2 367.06 1105.56 366.691 1107.06 366.691Z" fill="white"/>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
import { client as e } from "@elizaos/ui";
|
|
2
|
+
import { Button as t, Card as n, HStack as r, List as i, SpatialSurface as a, Text as o, VStack as s } from "@elizaos/ui/spatial";
|
|
3
|
+
import { useCallback as c, useEffect as l, useMemo as u, useRef as d, useState as f } from "react";
|
|
4
|
+
import { client as p } from "@elizaos/ui/api";
|
|
5
|
+
import { Fragment as m, jsx as h, jsxs as g } from "react/jsx-runtime";
|
|
6
|
+
//#region src/frontend/LeaderboardView.helpers.ts
|
|
7
|
+
function _(e) {
|
|
8
|
+
if (typeof e != "object" || !e || Array.isArray(e)) throw Error("Leaderboard row is not a JSON object");
|
|
9
|
+
return e;
|
|
10
|
+
}
|
|
11
|
+
function v(e) {
|
|
12
|
+
return {
|
|
13
|
+
id: e.id,
|
|
14
|
+
userId: e.userId,
|
|
15
|
+
messageId: e.messageId,
|
|
16
|
+
timestamp: typeof e.timestamp == "number" ? e.timestamp : Number(e.timestamp),
|
|
17
|
+
tokenTicker: typeof e.tokenTicker == "string" ? e.tokenTicker : void 0,
|
|
18
|
+
tokenAddress: typeof e.tokenAddress == "string" ? e.tokenAddress : String(e.tokenAddress ?? ""),
|
|
19
|
+
chain: e.chain,
|
|
20
|
+
recommendationType: e.recommendationType,
|
|
21
|
+
conviction: e.conviction,
|
|
22
|
+
rawMessageQuote: typeof e.rawMessageQuote == "string" ? e.rawMessageQuote : String(e.rawMessageQuote ?? ""),
|
|
23
|
+
priceAtRecommendation: typeof e.priceAtRecommendation == "number" ? e.priceAtRecommendation : void 0,
|
|
24
|
+
metrics: e.metrics,
|
|
25
|
+
processedForTradeDecision: typeof e.processedForTradeDecision == "boolean" ? e.processedForTradeDecision : void 0
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
async function y() {
|
|
29
|
+
try {
|
|
30
|
+
let e = await p.getWalletAddresses();
|
|
31
|
+
return !!(e?.evmAddress || e?.solanaAddress);
|
|
32
|
+
} catch {
|
|
33
|
+
return !1;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
async function b() {
|
|
37
|
+
let e = await p.fetch("/api/social-alpha/leaderboard"), t = e.data;
|
|
38
|
+
if (!Array.isArray(t)) throw Error(e.message ?? "Leaderboard API response did not include a data array");
|
|
39
|
+
return t.map((e) => {
|
|
40
|
+
let t = _(e), n = Array.isArray(t.recommendations) ? t.recommendations : [];
|
|
41
|
+
return {
|
|
42
|
+
userId: t.userId,
|
|
43
|
+
username: typeof t.username == "string" ? t.username : void 0,
|
|
44
|
+
trustScore: typeof t.trustScore == "number" ? t.trustScore : 0,
|
|
45
|
+
recommendations: n.map((e) => v(_(e)))
|
|
46
|
+
};
|
|
47
|
+
}).sort((e, t) => t.trustScore - e.trustScore).map((e, t) => ({
|
|
48
|
+
...e,
|
|
49
|
+
rank: t + 1
|
|
50
|
+
}));
|
|
51
|
+
}
|
|
52
|
+
//#endregion
|
|
53
|
+
//#region src/frontend/SocialAlphaSpatialView.tsx
|
|
54
|
+
var x = {
|
|
55
|
+
state: "loading",
|
|
56
|
+
rows: [],
|
|
57
|
+
leading: ""
|
|
58
|
+
};
|
|
59
|
+
function S({ snapshot: e, onAction: t }) {
|
|
60
|
+
let r = (e) => () => t?.(e);
|
|
61
|
+
return /* @__PURE__ */ h(n, {
|
|
62
|
+
gap: 1,
|
|
63
|
+
padding: 1,
|
|
64
|
+
children: e.state === "loading" ? /* @__PURE__ */ h(o, {
|
|
65
|
+
tone: "muted",
|
|
66
|
+
align: "center",
|
|
67
|
+
style: "caption",
|
|
68
|
+
children: "Loading leaderboard"
|
|
69
|
+
}) : e.state === "wallet-required" ? /* @__PURE__ */ h(C, { dispatch: r }) : e.state === "error" ? /* @__PURE__ */ h(w, {
|
|
70
|
+
snapshot: e,
|
|
71
|
+
dispatch: r
|
|
72
|
+
}) : e.state === "empty" ? /* @__PURE__ */ h(T, {}) : /* @__PURE__ */ h(E, {
|
|
73
|
+
snapshot: e,
|
|
74
|
+
dispatch: r
|
|
75
|
+
})
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
function C({ dispatch: e }) {
|
|
79
|
+
return /* @__PURE__ */ g(m, { children: [/* @__PURE__ */ h(o, {
|
|
80
|
+
bold: !0,
|
|
81
|
+
children: "Wallet required"
|
|
82
|
+
}), /* @__PURE__ */ h(r, {
|
|
83
|
+
gap: 1,
|
|
84
|
+
children: /* @__PURE__ */ h(t, {
|
|
85
|
+
agent: "connect-wallet",
|
|
86
|
+
onPress: e("connect-wallet"),
|
|
87
|
+
children: "Wallet"
|
|
88
|
+
})
|
|
89
|
+
})] });
|
|
90
|
+
}
|
|
91
|
+
function w({ snapshot: e, dispatch: n }) {
|
|
92
|
+
return /* @__PURE__ */ g(m, { children: [
|
|
93
|
+
/* @__PURE__ */ h(o, {
|
|
94
|
+
bold: !0,
|
|
95
|
+
children: "Could not load leaderboard"
|
|
96
|
+
}),
|
|
97
|
+
/* @__PURE__ */ h(o, {
|
|
98
|
+
tone: "danger",
|
|
99
|
+
style: "caption",
|
|
100
|
+
children: e.error ?? "Could not load leaderboard."
|
|
101
|
+
}),
|
|
102
|
+
/* @__PURE__ */ h(r, {
|
|
103
|
+
gap: 1,
|
|
104
|
+
children: /* @__PURE__ */ h(t, {
|
|
105
|
+
agent: "retry",
|
|
106
|
+
onPress: n("retry"),
|
|
107
|
+
children: "Retry"
|
|
108
|
+
})
|
|
109
|
+
})
|
|
110
|
+
] });
|
|
111
|
+
}
|
|
112
|
+
function T() {
|
|
113
|
+
return /* @__PURE__ */ h(o, {
|
|
114
|
+
bold: !0,
|
|
115
|
+
children: "None"
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
function E({ snapshot: e, dispatch: t }) {
|
|
119
|
+
return /* @__PURE__ */ g(m, { children: [e.leading ? /* @__PURE__ */ h(o, {
|
|
120
|
+
tone: "primary",
|
|
121
|
+
style: "caption",
|
|
122
|
+
children: e.leading
|
|
123
|
+
}) : null, /* @__PURE__ */ h(i, {
|
|
124
|
+
gap: 0,
|
|
125
|
+
children: e.rows.map((e) => /* @__PURE__ */ h(D, {
|
|
126
|
+
row: e,
|
|
127
|
+
dispatch: t
|
|
128
|
+
}, e.userId))
|
|
129
|
+
})] });
|
|
130
|
+
}
|
|
131
|
+
function D({ row: e, dispatch: n }) {
|
|
132
|
+
return /* @__PURE__ */ g(s, {
|
|
133
|
+
gap: 0,
|
|
134
|
+
agent: `caller-${e.userId}`,
|
|
135
|
+
children: [/* @__PURE__ */ g(r, {
|
|
136
|
+
gap: 1,
|
|
137
|
+
align: "center",
|
|
138
|
+
children: [/* @__PURE__ */ h(o, {
|
|
139
|
+
tone: "primary",
|
|
140
|
+
wrap: !1,
|
|
141
|
+
children: e.rank
|
|
142
|
+
}), /* @__PURE__ */ h(o, {
|
|
143
|
+
bold: !0,
|
|
144
|
+
grow: 1,
|
|
145
|
+
wrap: !1,
|
|
146
|
+
children: e.name
|
|
147
|
+
})]
|
|
148
|
+
}), /* @__PURE__ */ g(r, {
|
|
149
|
+
gap: 1,
|
|
150
|
+
align: "center",
|
|
151
|
+
children: [/* @__PURE__ */ h(o, {
|
|
152
|
+
style: "caption",
|
|
153
|
+
tone: "muted",
|
|
154
|
+
grow: 1,
|
|
155
|
+
wrap: !1,
|
|
156
|
+
children: e.score
|
|
157
|
+
}), /* @__PURE__ */ h(t, {
|
|
158
|
+
agent: `open-${e.userId}`,
|
|
159
|
+
variant: "ghost",
|
|
160
|
+
onPress: n(`open:${e.userId}`),
|
|
161
|
+
children: "›"
|
|
162
|
+
})]
|
|
163
|
+
})]
|
|
164
|
+
});
|
|
165
|
+
}
|
|
166
|
+
//#endregion
|
|
167
|
+
//#region src/frontend/SocialAlphaView.tsx
|
|
168
|
+
var O = {
|
|
169
|
+
checkWallet: y,
|
|
170
|
+
fetchLeaderboard: b
|
|
171
|
+
};
|
|
172
|
+
function k(e) {
|
|
173
|
+
return e.length > 12 ? `${e.slice(0, 12)}…` : e;
|
|
174
|
+
}
|
|
175
|
+
function A(e) {
|
|
176
|
+
return {
|
|
177
|
+
userId: e.userId,
|
|
178
|
+
rank: e.rank === void 0 ? "" : String(e.rank),
|
|
179
|
+
name: e.username ?? k(e.userId),
|
|
180
|
+
score: e.trustScore.toFixed(2)
|
|
181
|
+
};
|
|
182
|
+
}
|
|
183
|
+
function j(e) {
|
|
184
|
+
let t = e[0];
|
|
185
|
+
return t?.username ? `leading: ${t.username} (${t.trustScore.toFixed(2)})` : "";
|
|
186
|
+
}
|
|
187
|
+
var M = 15e3;
|
|
188
|
+
function N(t) {
|
|
189
|
+
let n = e.sendChatMessage;
|
|
190
|
+
n?.(t);
|
|
191
|
+
}
|
|
192
|
+
function P(e = {}) {
|
|
193
|
+
let t = e.fetchers ?? O, [n, r] = f({ kind: "loading" }), i = d(t);
|
|
194
|
+
i.current = t;
|
|
195
|
+
let o = c(() => {
|
|
196
|
+
let e = !1;
|
|
197
|
+
return r({ kind: "loading" }), (async () => {
|
|
198
|
+
try {
|
|
199
|
+
let t = await i.current.checkWallet();
|
|
200
|
+
if (e) return;
|
|
201
|
+
if (!t) {
|
|
202
|
+
r({ kind: "wallet-required" });
|
|
203
|
+
return;
|
|
204
|
+
}
|
|
205
|
+
let n = await i.current.fetchLeaderboard();
|
|
206
|
+
if (e) return;
|
|
207
|
+
r({
|
|
208
|
+
kind: "ready",
|
|
209
|
+
entries: n
|
|
210
|
+
});
|
|
211
|
+
} catch (t) {
|
|
212
|
+
if (e) return;
|
|
213
|
+
r({
|
|
214
|
+
kind: "error",
|
|
215
|
+
message: t instanceof Error ? t.message : "Could not load leaderboard."
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
})(), () => {
|
|
219
|
+
e = !0;
|
|
220
|
+
};
|
|
221
|
+
}, []);
|
|
222
|
+
return l(() => o(), [o]), l(() => {
|
|
223
|
+
if (n.kind !== "ready") return;
|
|
224
|
+
let e = setInterval(() => {
|
|
225
|
+
i.current.fetchLeaderboard().then((e) => {
|
|
226
|
+
r((t) => t.kind === "ready" ? {
|
|
227
|
+
kind: "ready",
|
|
228
|
+
entries: e
|
|
229
|
+
} : t);
|
|
230
|
+
}).catch(() => {});
|
|
231
|
+
}, M);
|
|
232
|
+
return () => clearInterval(e);
|
|
233
|
+
}, [n.kind]), /* @__PURE__ */ h(a, { children: /* @__PURE__ */ h(S, {
|
|
234
|
+
snapshot: u(() => n.kind === "loading" ? x : n.kind === "wallet-required" ? {
|
|
235
|
+
state: "wallet-required",
|
|
236
|
+
rows: [],
|
|
237
|
+
leading: ""
|
|
238
|
+
} : n.kind === "error" ? {
|
|
239
|
+
state: "error",
|
|
240
|
+
rows: [],
|
|
241
|
+
leading: "",
|
|
242
|
+
error: n.message
|
|
243
|
+
} : n.entries.length === 0 ? {
|
|
244
|
+
state: "empty",
|
|
245
|
+
rows: [],
|
|
246
|
+
leading: ""
|
|
247
|
+
} : {
|
|
248
|
+
state: "ready",
|
|
249
|
+
rows: n.entries.map(A),
|
|
250
|
+
leading: j(n.entries)
|
|
251
|
+
}, [n]),
|
|
252
|
+
onAction: c((e) => {
|
|
253
|
+
if (e === "retry") {
|
|
254
|
+
o();
|
|
255
|
+
return;
|
|
256
|
+
}
|
|
257
|
+
if (e === "connect-wallet") {
|
|
258
|
+
N("Set up the agent wallet for Social Alpha.");
|
|
259
|
+
return;
|
|
260
|
+
}
|
|
261
|
+
e.startsWith("open:") && N(`Show me the Social Alpha recommendations for caller ${e.slice(5)}.`);
|
|
262
|
+
}, [o])
|
|
263
|
+
}) });
|
|
264
|
+
}
|
|
265
|
+
//#endregion
|
|
266
|
+
export { P as SocialAlphaView };
|
|
267
|
+
|
|
268
|
+
//# sourceMappingURL=bundle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle.js","names":[],"sources":["../../src/frontend/LeaderboardView.helpers.ts","../../src/frontend/SocialAlphaSpatialView.tsx","../../src/frontend/SocialAlphaView.tsx"],"sourcesContent":["import type { UUID } from \"@elizaos/core\";\nimport { client } from \"@elizaos/ui/api\";\nimport type {\n\tConviction,\n\tLeaderboardEntry,\n\tRecommendation,\n\tRecommendationMetric,\n\tSupportedChain,\n} from \"../types\";\n\nfunction jsonRow(value: unknown): Record<string, unknown> {\n\tif (typeof value !== \"object\" || value === null || Array.isArray(value)) {\n\t\tthrow new Error(\"Leaderboard row is not a JSON object\");\n\t}\n\treturn value as Record<string, unknown>;\n}\n\nfunction parseRecommendationRow(\n\trecord: Record<string, unknown>,\n): Recommendation {\n\treturn {\n\t\tid: record.id as UUID,\n\t\tuserId: record.userId as UUID,\n\t\tmessageId: record.messageId as UUID,\n\t\ttimestamp:\n\t\t\ttypeof record.timestamp === \"number\"\n\t\t\t\t? record.timestamp\n\t\t\t\t: Number(record.timestamp),\n\t\ttokenTicker:\n\t\t\ttypeof record.tokenTicker === \"string\" ? record.tokenTicker : undefined,\n\t\ttokenAddress:\n\t\t\ttypeof record.tokenAddress === \"string\"\n\t\t\t\t? record.tokenAddress\n\t\t\t\t: String(record.tokenAddress ?? \"\"),\n\t\tchain: record.chain as SupportedChain,\n\t\trecommendationType: record.recommendationType as \"BUY\" | \"SELL\",\n\t\tconviction: record.conviction as Conviction,\n\t\trawMessageQuote:\n\t\t\ttypeof record.rawMessageQuote === \"string\"\n\t\t\t\t? record.rawMessageQuote\n\t\t\t\t: String(record.rawMessageQuote ?? \"\"),\n\t\tpriceAtRecommendation:\n\t\t\ttypeof record.priceAtRecommendation === \"number\"\n\t\t\t\t? record.priceAtRecommendation\n\t\t\t\t: undefined,\n\t\tmetrics: record.metrics as RecommendationMetric | undefined,\n\t\tprocessedForTradeDecision:\n\t\t\ttypeof record.processedForTradeDecision === \"boolean\"\n\t\t\t\t? record.processedForTradeDecision\n\t\t\t\t: undefined,\n\t};\n}\n\n/** True when the agent has at least one wallet address configured. */\nexport async function hasWalletConfigured(): Promise<boolean> {\n\ttry {\n\t\tconst addresses = await client.getWalletAddresses();\n\t\treturn Boolean(addresses?.evmAddress || addresses?.solanaAddress);\n\t} catch {\n\t\treturn false;\n\t}\n}\n\n/** Fetch + rank the leaderboard via the plugin's route. */\nexport async function fetchLeaderboardData(): Promise<LeaderboardEntry[]> {\n\tconst data = await client.fetch<{ message?: string; data?: unknown }>(\n\t\t\"/api/social-alpha/leaderboard\",\n\t);\n\tconst rows = data.data;\n\tif (!Array.isArray(rows)) {\n\t\tthrow new Error(\n\t\t\tdata.message ?? \"Leaderboard API response did not include a data array\",\n\t\t);\n\t}\n\n\tconst transformed: LeaderboardEntry[] = rows.map((entryRaw) => {\n\t\tconst entry = jsonRow(entryRaw);\n\t\tconst recs = Array.isArray(entry.recommendations)\n\t\t\t? entry.recommendations\n\t\t\t: [];\n\t\treturn {\n\t\t\tuserId: entry.userId as UUID,\n\t\t\tusername: typeof entry.username === \"string\" ? entry.username : undefined,\n\t\t\ttrustScore: typeof entry.trustScore === \"number\" ? entry.trustScore : 0,\n\t\t\trecommendations: recs.map((rec) => parseRecommendationRow(jsonRow(rec))),\n\t\t};\n\t});\n\n\treturn transformed\n\t\t.sort((a, b) => b.trustScore - a.trustScore)\n\t\t.map((entry, index) => ({ ...entry, rank: index + 1 }));\n}\n","/**\n * SocialAlphaSpatialView — the alpha trust leaderboard authored once with the\n * spatial vocabulary, so it renders correctly wherever it is displayed:\n *\n * - GUI / XR — mounted in `<SpatialSurface>` (DOM; XR scales up).\n * - TUI — rendered to real terminal lines by the agent terminal, via\n * `registerSpatialTerminalView` (see `../register-terminal-view.tsx`).\n *\n * It is purely presentational (a snapshot + an action callback in, primitives\n * out) and imports only the cross-modality primitives, so it is safe to render\n * in the Node agent process where the terminal lives (no browser/client import).\n *\n * Every derived value — the leading-caller line, each row's formatted trust\n * score — is computed in the data wrapper ({@link ./SocialAlphaView.tsx}) and\n * handed in already formatted; this component never fetches or computes — it\n * displays the snapshot and dispatches actions.\n */\n\nimport { Button, Card, HStack, List, Text, VStack } from \"@elizaos/ui/spatial\";\n\n/** A single leaderboard caller, already projected to display shape. */\nexport interface LeaderRow {\n\t/** Stable id used to key rows and build the open-caller action. */\n\tuserId: string;\n\t/** Pre-formatted rank label (e.g. \"1\"), or empty when unranked. */\n\trank: string;\n\t/** Display name (username, or a short id when anonymous). */\n\tname: string;\n\t/** Pre-formatted trust score (e.g. \"12.50\"). */\n\tscore: string;\n}\n\n/** Which render state the leaderboard is in. */\nexport type SocialAlphaViewState =\n\t| \"loading\"\n\t| \"wallet-required\"\n\t| \"error\"\n\t| \"empty\"\n\t| \"ready\";\n\nexport interface SocialAlphaSnapshot {\n\t/** The leaderboard state machine. */\n\tstate: SocialAlphaViewState;\n\t/** Ranked callers (only meaningful when state === \"ready\"). */\n\trows: LeaderRow[];\n\t/** Pre-formatted leading-caller line, or empty when none. */\n\tleading: string;\n\t/** Error message when state === \"error\". */\n\terror?: string;\n}\n\nexport const EMPTY_SOCIAL_ALPHA_SNAPSHOT: SocialAlphaSnapshot = {\n\tstate: \"loading\",\n\trows: [],\n\tleading: \"\",\n};\n\nexport interface SocialAlphaSpatialViewProps {\n\tsnapshot: SocialAlphaSnapshot;\n\t/**\n\t * Dispatch by action id: `retry` (reload after an error),\n\t * `connect-wallet` (route a wallet-setup request), `open:<userId>`\n\t * (drill into a caller through chat).\n\t */\n\tonAction?: (action: string) => void;\n}\n\nexport function SocialAlphaSpatialView({\n\tsnapshot,\n\tonAction,\n}: SocialAlphaSpatialViewProps) {\n\tconst dispatch = (action: string) => () => onAction?.(action);\n\n\treturn (\n\t\t<Card gap={1} padding={1}>\n\t\t\t{snapshot.state === \"loading\" ? (\n\t\t\t\t<Text tone=\"muted\" align=\"center\" style=\"caption\">\n\t\t\t\t\tLoading leaderboard\n\t\t\t\t</Text>\n\t\t\t) : snapshot.state === \"wallet-required\" ? (\n\t\t\t\t<WalletRequiredBody dispatch={dispatch} />\n\t\t\t) : snapshot.state === \"error\" ? (\n\t\t\t\t<ErrorBody snapshot={snapshot} dispatch={dispatch} />\n\t\t\t) : snapshot.state === \"empty\" ? (\n\t\t\t\t<EmptyBody />\n\t\t\t) : (\n\t\t\t\t<ReadyBody snapshot={snapshot} dispatch={dispatch} />\n\t\t\t)}\n\t\t</Card>\n\t);\n}\n\nfunction WalletRequiredBody({\n\tdispatch,\n}: {\n\tdispatch: (action: string) => () => void;\n}) {\n\treturn (\n\t\t<>\n\t\t\t<Text bold>Wallet required</Text>\n\t\t\t<HStack gap={1}>\n\t\t\t\t<Button agent=\"connect-wallet\" onPress={dispatch(\"connect-wallet\")}>\n\t\t\t\t\tWallet\n\t\t\t\t</Button>\n\t\t\t</HStack>\n\t\t</>\n\t);\n}\n\nfunction ErrorBody({\n\tsnapshot,\n\tdispatch,\n}: {\n\tsnapshot: SocialAlphaSnapshot;\n\tdispatch: (action: string) => () => void;\n}) {\n\treturn (\n\t\t<>\n\t\t\t<Text bold>Could not load leaderboard</Text>\n\t\t\t<Text tone=\"danger\" style=\"caption\">\n\t\t\t\t{snapshot.error ?? \"Could not load leaderboard.\"}\n\t\t\t</Text>\n\t\t\t<HStack gap={1}>\n\t\t\t\t<Button agent=\"retry\" onPress={dispatch(\"retry\")}>\n\t\t\t\t\tRetry\n\t\t\t\t</Button>\n\t\t\t</HStack>\n\t\t</>\n\t);\n}\n\nfunction EmptyBody() {\n\treturn <Text bold>None</Text>;\n}\n\nfunction ReadyBody({\n\tsnapshot,\n\tdispatch,\n}: {\n\tsnapshot: SocialAlphaSnapshot;\n\tdispatch: (action: string) => () => void;\n}) {\n\treturn (\n\t\t<>\n\t\t\t{snapshot.leading ? (\n\t\t\t\t<Text tone=\"primary\" style=\"caption\">\n\t\t\t\t\t{snapshot.leading}\n\t\t\t\t</Text>\n\t\t\t) : null}\n\t\t\t<List gap={0}>\n\t\t\t\t{snapshot.rows.map((row) => (\n\t\t\t\t\t<LeaderRowView key={row.userId} row={row} dispatch={dispatch} />\n\t\t\t\t))}\n\t\t\t</List>\n\t\t</>\n\t);\n}\n\nfunction LeaderRowView({\n\trow,\n\tdispatch,\n}: {\n\trow: LeaderRow;\n\tdispatch: (action: string) => () => void;\n}) {\n\t// Rank + name share the first line (name fills, Card ellipsizes a long one);\n\t// the score and Open control sit on the second line so the row stays\n\t// narrow-safe at width 40 regardless of username length.\n\treturn (\n\t\t<VStack gap={0} agent={`caller-${row.userId}`}>\n\t\t\t<HStack gap={1} align=\"center\">\n\t\t\t\t<Text tone=\"primary\" wrap={false}>\n\t\t\t\t\t{row.rank}\n\t\t\t\t</Text>\n\t\t\t\t<Text bold grow={1} wrap={false}>\n\t\t\t\t\t{row.name}\n\t\t\t\t</Text>\n\t\t\t</HStack>\n\t\t\t<HStack gap={1} align=\"center\">\n\t\t\t\t<Text style=\"caption\" tone=\"muted\" grow={1} wrap={false}>\n\t\t\t\t\t{row.score}\n\t\t\t\t</Text>\n\t\t\t\t<Button\n\t\t\t\t\tagent={`open-${row.userId}`}\n\t\t\t\t\tvariant=\"ghost\"\n\t\t\t\t\tonPress={dispatch(`open:${row.userId}`)}\n\t\t\t\t>\n\t\t\t\t\t›\n\t\t\t\t</Button>\n\t\t\t</HStack>\n\t\t</VStack>\n\t);\n}\n","/**\n * SocialAlphaView — the single GUI/XR data wrapper for the alpha trust\n * leaderboard.\n *\n * It owns the live leaderboard data (the fetcher seam over the plugin's\n * read-only route, the wallet gate, the quiet background poll, and the\n * wire->display projection) and renders the one presentational\n * {@link SocialAlphaSpatialView} inside a {@link SpatialSurface}. Omitting the\n * `modality` prop lets `SpatialSurface` auto-detect GUI vs XR, so the SAME\n * component serves both surfaces; the TUI surface renders the same\n * `SocialAlphaSpatialView` through the terminal registry (see\n * `../register-terminal-view.tsx`).\n *\n * Data source (the plugin owns the leaderboard route):\n * GET /api/social-alpha/leaderboard -> LeaderboardEntry[] (ranked)\n * client.getWalletAddresses() -> wallet gate\n *\n * The board is read-only. The only owner actions route through the assistant\n * chat (no fabricated state): `retry` (reload after an error), `connect-wallet`\n * (ask the assistant to set up the agent wallet), and `open:<userId>` (drill\n * into a caller).\n */\n\nimport { client } from \"@elizaos/ui\";\nimport { SpatialSurface } from \"@elizaos/ui/spatial\";\nimport type { ReactNode } from \"react\";\nimport { useCallback, useEffect, useMemo, useRef, useState } from \"react\";\nimport type { LeaderboardEntry } from \"../types\";\nimport {\n\tfetchLeaderboardData,\n\thasWalletConfigured,\n} from \"./LeaderboardView.helpers\";\nimport {\n\tEMPTY_SOCIAL_ALPHA_SNAPSHOT,\n\ttype LeaderRow,\n\ttype SocialAlphaSnapshot,\n\tSocialAlphaSpatialView,\n} from \"./SocialAlphaSpatialView.tsx\";\n\n// ---------------------------------------------------------------------------\n// Fetcher seam — default to the real helpers; tests inject offline fakes.\n// ---------------------------------------------------------------------------\n\nexport interface SocialAlphaFetchers {\n\tcheckWallet: () => Promise<boolean>;\n\tfetchLeaderboard: () => Promise<LeaderboardEntry[]>;\n}\n\nconst defaultFetchers: SocialAlphaFetchers = {\n\tcheckWallet: hasWalletConfigured,\n\tfetchLeaderboard: fetchLeaderboardData,\n};\n\nexport interface SocialAlphaViewProps {\n\t/** Test/host injection seam. Defaults to the real wallet + leaderboard helpers. */\n\tfetchers?: SocialAlphaFetchers;\n}\n\n// ---------------------------------------------------------------------------\n// Wire -> display projection (client displays, never computes).\n// ---------------------------------------------------------------------------\n\nfunction shortId(userId: string): string {\n\treturn userId.length > 12 ? `${userId.slice(0, 12)}…` : userId;\n}\n\nfunction toRow(entry: LeaderboardEntry): LeaderRow {\n\treturn {\n\t\tuserId: entry.userId,\n\t\trank: entry.rank !== undefined ? String(entry.rank) : \"\",\n\t\tname: entry.username ?? shortId(entry.userId),\n\t\tscore: entry.trustScore.toFixed(2),\n\t};\n}\n\nfunction leadingLine(entries: LeaderboardEntry[]): string {\n\tconst leader = entries[0];\n\tif (!leader?.username) return \"\";\n\treturn `leading: ${leader.username} (${leader.trustScore.toFixed(2)})`;\n}\n\n// ---------------------------------------------------------------------------\n// Fetch-driven state machine.\n// ---------------------------------------------------------------------------\n\nconst POLL_INTERVAL_MS = 15_000;\n\ntype LoadState =\n\t| { kind: \"loading\" }\n\t| { kind: \"wallet-required\" }\n\t| { kind: \"error\"; message: string }\n\t| { kind: \"ready\"; entries: LeaderboardEntry[] };\n\n/**\n * Route a natural-language request through the assistant chat. `client` does\n * not type `sendChatMessage`, so read it through a narrow optional-method view\n * and call it only when present — best-effort dispatch, no fabricated state.\n */\nfunction requestThroughChat(text: string): void {\n\tconst send = (client as { sendChatMessage?: (text: string) => void })\n\t\t.sendChatMessage;\n\tsend?.(text);\n}\n\nexport function SocialAlphaView(props: SocialAlphaViewProps = {}): ReactNode {\n\tconst fetchers = props.fetchers ?? defaultFetchers;\n\tconst [state, setState] = useState<LoadState>({ kind: \"loading\" });\n\n\tconst fetchersRef = useRef(fetchers);\n\tfetchersRef.current = fetchers;\n\n\tconst load = useCallback(() => {\n\t\tlet cancelled = false;\n\t\tsetState({ kind: \"loading\" });\n\t\tvoid (async () => {\n\t\t\ttry {\n\t\t\t\tconst ready = await fetchersRef.current.checkWallet();\n\t\t\t\tif (cancelled) return;\n\t\t\t\tif (!ready) {\n\t\t\t\t\tsetState({ kind: \"wallet-required\" });\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tconst entries = await fetchersRef.current.fetchLeaderboard();\n\t\t\t\tif (cancelled) return;\n\t\t\t\tsetState({ kind: \"ready\", entries });\n\t\t\t} catch (error: unknown) {\n\t\t\t\tif (cancelled) return;\n\t\t\t\tsetState({\n\t\t\t\t\tkind: \"error\",\n\t\t\t\t\tmessage:\n\t\t\t\t\t\terror instanceof Error\n\t\t\t\t\t\t\t? error.message\n\t\t\t\t\t\t\t: \"Could not load leaderboard.\",\n\t\t\t\t});\n\t\t\t}\n\t\t})();\n\t\treturn () => {\n\t\t\tcancelled = true;\n\t\t};\n\t}, []);\n\n\tuseEffect(() => load(), [load]);\n\n\t// Background poll: refresh the leaderboard on an interval without flashing the\n\t// loading state. Transient poll failures are ignored — the explicit Retry path\n\t// is what surfaces errors. The poll only runs once the wallet gate is open.\n\tuseEffect(() => {\n\t\tif (state.kind !== \"ready\") return;\n\t\tconst id = setInterval(() => {\n\t\t\tfetchersRef.current\n\t\t\t\t.fetchLeaderboard()\n\t\t\t\t.then((entries) => {\n\t\t\t\t\tsetState((prev) =>\n\t\t\t\t\t\tprev.kind === \"ready\" ? { kind: \"ready\", entries } : prev,\n\t\t\t\t\t);\n\t\t\t\t})\n\t\t\t\t.catch(() => {});\n\t\t}, POLL_INTERVAL_MS);\n\t\treturn () => clearInterval(id);\n\t}, [state.kind]);\n\n\tconst snapshot = useMemo<SocialAlphaSnapshot>(() => {\n\t\tif (state.kind === \"loading\") return EMPTY_SOCIAL_ALPHA_SNAPSHOT;\n\t\tif (state.kind === \"wallet-required\") {\n\t\t\treturn { state: \"wallet-required\", rows: [], leading: \"\" };\n\t\t}\n\t\tif (state.kind === \"error\") {\n\t\t\treturn { state: \"error\", rows: [], leading: \"\", error: state.message };\n\t\t}\n\t\tif (state.entries.length === 0) {\n\t\t\treturn { state: \"empty\", rows: [], leading: \"\" };\n\t\t}\n\t\treturn {\n\t\t\tstate: \"ready\",\n\t\t\trows: state.entries.map(toRow),\n\t\t\tleading: leadingLine(state.entries),\n\t\t};\n\t}, [state]);\n\n\tconst onAction = useCallback(\n\t\t(action: string) => {\n\t\t\tif (action === \"retry\") {\n\t\t\t\tload();\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (action === \"connect-wallet\") {\n\t\t\t\trequestThroughChat(\"Set up the agent wallet for Social Alpha.\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (action.startsWith(\"open:\")) {\n\t\t\t\tconst userId = action.slice(\"open:\".length);\n\t\t\t\trequestThroughChat(\n\t\t\t\t\t`Show me the Social Alpha recommendations for caller ${userId}.`,\n\t\t\t\t);\n\t\t\t}\n\t\t},\n\t\t[load],\n\t);\n\n\treturn (\n\t\t<SpatialSurface>\n\t\t\t<SocialAlphaSpatialView snapshot={snapshot} onAction={onAction} />\n\t\t</SpatialSurface>\n\t);\n}\n\nexport default SocialAlphaView;\n"],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "elizaOS Social",
|
|
3
|
+
"short_name": "elizaOS",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "/brand/favicons/android-chrome-192x192.png",
|
|
7
|
+
"sizes": "192x192",
|
|
8
|
+
"type": "image/png"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "/brand/favicons/android-chrome-512x512.png",
|
|
12
|
+
"sizes": "512x512",
|
|
13
|
+
"type": "image/png"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"theme_color": "#0B35F1",
|
|
17
|
+
"background_color": "#000000",
|
|
18
|
+
"display": "standalone"
|
|
19
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-social-alpha",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.7",
|
|
4
4
|
"description": "Social Alpha Plugin — Tracks token recommendations (shills/FUD), builds trust scores based on P&L outcomes, and exposes a Social Alpha Provider with win rate, rank, and recommender analytics.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"lint:fix": "bunx @biomejs/biome check --write src"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@elizaos/core": "2.0.3-beta.
|
|
42
|
-
"@elizaos/ui": "2.0.3-beta.
|
|
41
|
+
"@elizaos/core": "2.0.3-beta.7",
|
|
42
|
+
"@elizaos/ui": "2.0.3-beta.7",
|
|
43
43
|
"bignumber.js": "^11.0.0",
|
|
44
44
|
"class-variance-authority": "^0.7.1",
|
|
45
45
|
"clsx": "^2.1.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"zod": "^4.4.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@elizaos/core": "2.0.3-beta.
|
|
54
|
+
"@elizaos/core": "2.0.3-beta.7"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@biomejs/biome": "^2.4.14",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "61094f10458d11055c75b3dd0bae374e3f66bac5"
|
|
127
127
|
}
|