@nous-research/ui 0.13.1 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/dist/assets/filler-bg0.webp +0 -0
- package/dist/assets.d.ts +38 -0
- package/dist/fonts.d.ts +0 -1
- package/dist/fonts.js +5 -7
- package/dist/hooks/use-capped-frame.d.ts +0 -1
- package/dist/hooks/use-capped-frame.js +12 -13
- package/dist/hooks/use-css-var-dims.d.ts +0 -1
- package/dist/hooks/use-css-var-dims.js +26 -21
- package/dist/hooks/use-gpu-tier.d.ts +0 -1
- package/dist/hooks/use-gpu-tier.js +90 -110
- package/dist/hooks/use-render-loop.d.ts +0 -1
- package/dist/hooks/use-render-loop.js +58 -58
- package/dist/hooks/use-smooth-controls.d.ts +0 -1
- package/dist/hooks/use-smooth-controls.js +204 -206
- package/dist/index.d.ts +0 -1
- package/dist/index.js +84 -58
- package/dist/ui/basic-page.d.ts +1 -2
- package/dist/ui/basic-page.js +15 -7
- package/dist/ui/components/animated-count.d.ts +1 -2
- package/dist/ui/components/animated-count.js +109 -85
- package/dist/ui/components/ascii.d.ts +2 -3
- package/dist/ui/components/ascii.js +75 -59
- package/dist/ui/components/badge.d.ts +1 -2
- package/dist/ui/components/badge.js +35 -18
- package/dist/ui/components/badges/nous-girl.d.ts +1 -2
- package/dist/ui/components/badges/nous-girl.js +80 -3
- package/dist/ui/components/blend-mode.d.ts +1 -2
- package/dist/ui/components/blend-mode.js +55 -63
- package/dist/ui/components/blink.d.ts +1 -2
- package/dist/ui/components/blink.js +15 -6
- package/dist/ui/components/button.d.ts +2 -3
- package/dist/ui/components/button.js +139 -90
- package/dist/ui/components/command-block.d.ts +2 -3
- package/dist/ui/components/command-block.js +52 -24
- package/dist/ui/components/cursor.d.ts +1 -2
- package/dist/ui/components/cursor.js +93 -54
- package/dist/ui/components/dropdown-menu.d.ts +1 -2
- package/dist/ui/components/dropdown-menu.js +99 -51
- package/dist/ui/components/fit-text/index.d.ts +0 -1
- package/dist/ui/components/fit-text/index.js +21 -13
- package/dist/ui/components/graphs/bar-chart.d.ts +1 -2
- package/dist/ui/components/graphs/bar-chart.js +116 -63
- package/dist/ui/components/graphs/index.d.ts +0 -1
- package/dist/ui/components/graphs/index.js +3 -4
- package/dist/ui/components/graphs/line-chart.d.ts +1 -2
- package/dist/ui/components/graphs/line-chart.js +159 -102
- package/dist/ui/components/graphs/utils.d.ts +2 -3
- package/dist/ui/components/graphs/utils.js +147 -114
- package/dist/ui/components/grid/index.d.ts +0 -1
- package/dist/ui/components/grid/index.js +12 -9
- package/dist/ui/components/hover-bg.d.ts +0 -1
- package/dist/ui/components/hover-bg.js +11 -6
- package/dist/ui/components/icons/arrow.d.ts +1 -2
- package/dist/ui/components/icons/arrow.js +42 -5
- package/dist/ui/components/icons/chevron.d.ts +1 -2
- package/dist/ui/components/icons/chevron.js +49 -5
- package/dist/ui/components/icons/discord.d.ts +1 -2
- package/dist/ui/components/icons/discord.js +12 -4
- package/dist/ui/components/icons/eye.d.ts +1 -2
- package/dist/ui/components/icons/eye.js +5 -3
- package/dist/ui/components/icons/gear.d.ts +1 -2
- package/dist/ui/components/icons/gear.js +28 -14
- package/dist/ui/components/icons/github.d.ts +1 -2
- package/dist/ui/components/icons/github.js +12 -4
- package/dist/ui/components/icons/hamburger.d.ts +1 -2
- package/dist/ui/components/icons/hamburger.js +54 -5
- package/dist/ui/components/icons/heart.d.ts +1 -2
- package/dist/ui/components/icons/heart.js +8 -3
- package/dist/ui/components/icons/index.d.ts +0 -1
- package/dist/ui/components/icons/index.js +11 -12
- package/dist/ui/components/icons/link.d.ts +1 -2
- package/dist/ui/components/icons/link.js +10 -3
- package/dist/ui/components/icons/minus.d.ts +1 -2
- package/dist/ui/components/icons/minus.js +10 -3
- package/dist/ui/components/icons/search.d.ts +1 -2
- package/dist/ui/components/icons/search.js +30 -3
- package/dist/ui/components/image-distortion.d.ts +1 -2
- package/dist/ui/components/image-distortion.js +300 -265
- package/dist/ui/components/leva-client.d.ts +1 -2
- package/dist/ui/components/leva-client.js +9 -10
- package/dist/ui/components/list-item.d.ts +0 -1
- package/dist/ui/components/list-item.js +26 -10
- package/dist/ui/components/modal/index.d.ts +1 -2
- package/dist/ui/components/modal/index.js +33 -14
- package/dist/ui/components/overlays/blend-modes.d.ts +0 -1
- package/dist/ui/components/overlays/blend-modes.js +11 -12
- package/dist/ui/components/overlays/glitch.d.ts +1 -2
- package/dist/ui/components/overlays/glitch.js +115 -110
- package/dist/ui/components/overlays/greys.d.ts +1 -2
- package/dist/ui/components/overlays/greys.js +200 -179
- package/dist/ui/components/overlays/index.d.ts +1 -2
- package/dist/ui/components/overlays/index.js +31 -17
- package/dist/ui/components/overlays/lens-layers.d.ts +1 -2
- package/dist/ui/components/overlays/lens-layers.js +89 -65
- package/dist/ui/components/overlays/lens.d.ts +0 -1
- package/dist/ui/components/overlays/lens.js +46 -52
- package/dist/ui/components/overlays/noise.d.ts +1 -2
- package/dist/ui/components/overlays/noise.js +112 -113
- package/dist/ui/components/overlays/vignette.d.ts +1 -2
- package/dist/ui/components/overlays/vignette.js +44 -38
- package/dist/ui/components/poster.d.ts +1 -2
- package/dist/ui/components/poster.js +240 -87
- package/dist/ui/components/progress.d.ts +1 -2
- package/dist/ui/components/progress.js +52 -12
- package/dist/ui/components/scene-canvas.d.ts +1 -2
- package/dist/ui/components/scene-canvas.js +169 -119
- package/dist/ui/components/scramble.d.ts +1 -2
- package/dist/ui/components/scramble.js +60 -59
- package/dist/ui/components/segmented.d.ts +2 -3
- package/dist/ui/components/segmented.js +47 -12
- package/dist/ui/components/select.d.ts +1 -2
- package/dist/ui/components/select.js +207 -120
- package/dist/ui/components/selection-switcher.d.ts +0 -1
- package/dist/ui/components/selection-switcher.js +29 -25
- package/dist/ui/components/shader.d.ts +1 -2
- package/dist/ui/components/shader.js +56 -38
- package/dist/ui/components/socials.d.ts +1 -2
- package/dist/ui/components/socials.js +18 -7
- package/dist/ui/components/spinner.d.ts +1 -2
- package/dist/ui/components/spinner.js +36 -25
- package/dist/ui/components/stats.d.ts +1 -2
- package/dist/ui/components/stats.js +33 -9
- package/dist/ui/components/switch.d.ts +0 -1
- package/dist/ui/components/switch.js +35 -11
- package/dist/ui/components/tabs.d.ts +3 -4
- package/dist/ui/components/tabs.js +38 -12
- package/dist/ui/components/terminal-demo.d.ts +1 -2
- package/dist/ui/components/terminal-demo.js +119 -74
- package/dist/ui/components/theme-toggle.d.ts +1 -2
- package/dist/ui/components/theme-toggle.js +63 -8
- package/dist/ui/components/tier-card.d.ts +1 -2
- package/dist/ui/components/tier-card.js +144 -24
- package/dist/ui/components/tv.d.ts +1 -2
- package/dist/ui/components/tv.js +138 -90
- package/dist/ui/components/typography/h1.d.ts +0 -1
- package/dist/ui/components/typography/h1.js +17 -8
- package/dist/ui/components/typography/h2.d.ts +0 -1
- package/dist/ui/components/typography/h2.js +17 -8
- package/dist/ui/components/typography/index.d.ts +0 -1
- package/dist/ui/components/typography/index.js +35 -24
- package/dist/ui/components/typography/legend.d.ts +1 -2
- package/dist/ui/components/typography/legend.js +18 -6
- package/dist/ui/components/typography/small.d.ts +0 -1
- package/dist/ui/components/typography/small.js +8 -7
- package/dist/ui/components/watchlist.d.ts +1 -2
- package/dist/ui/components/watchlist.js +77 -25
- package/dist/ui/fonts.css +7 -7
- package/dist/ui/footer.d.ts +1 -2
- package/dist/ui/footer.js +61 -25
- package/dist/ui/header.d.ts +1 -2
- package/dist/ui/header.js +255 -60
- package/dist/ui/layout-wrapper.d.ts +1 -2
- package/dist/ui/layout-wrapper.js +5 -4
- package/dist/utils/color.d.ts +0 -1
- package/dist/utils/color.js +8 -9
- package/dist/utils/index.d.ts +0 -1
- package/dist/utils/index.js +37 -38
- package/dist/utils/poly.d.ts +0 -1
- package/dist/utils/poly.js +1 -2
- package/package.json +43 -25
- package/dist/assets/filler-bg0.jpg +0 -0
- package/dist/fonts.d.ts.map +0 -1
- package/dist/fonts.js.map +0 -1
- package/dist/hooks/use-capped-frame.d.ts.map +0 -1
- package/dist/hooks/use-capped-frame.js.map +0 -1
- package/dist/hooks/use-css-var-dims.d.ts.map +0 -1
- package/dist/hooks/use-css-var-dims.js.map +0 -1
- package/dist/hooks/use-gpu-tier.d.ts.map +0 -1
- package/dist/hooks/use-gpu-tier.js.map +0 -1
- package/dist/hooks/use-render-loop.d.ts.map +0 -1
- package/dist/hooks/use-render-loop.js.map +0 -1
- package/dist/hooks/use-smooth-controls.d.ts.map +0 -1
- package/dist/hooks/use-smooth-controls.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/ui/basic-page.d.ts.map +0 -1
- package/dist/ui/basic-page.js.map +0 -1
- package/dist/ui/components/animated-count.d.ts.map +0 -1
- package/dist/ui/components/animated-count.js.map +0 -1
- package/dist/ui/components/ascii.d.ts.map +0 -1
- package/dist/ui/components/ascii.js.map +0 -1
- package/dist/ui/components/badge.d.ts.map +0 -1
- package/dist/ui/components/badge.js.map +0 -1
- package/dist/ui/components/badges/nous-girl.d.ts.map +0 -1
- package/dist/ui/components/badges/nous-girl.js.map +0 -1
- package/dist/ui/components/blend-mode.d.ts.map +0 -1
- package/dist/ui/components/blend-mode.js.map +0 -1
- package/dist/ui/components/blink.d.ts.map +0 -1
- package/dist/ui/components/blink.js.map +0 -1
- package/dist/ui/components/button.d.ts.map +0 -1
- package/dist/ui/components/button.js.map +0 -1
- package/dist/ui/components/command-block.d.ts.map +0 -1
- package/dist/ui/components/command-block.js.map +0 -1
- package/dist/ui/components/cursor.d.ts.map +0 -1
- package/dist/ui/components/cursor.js.map +0 -1
- package/dist/ui/components/dropdown-menu.d.ts.map +0 -1
- package/dist/ui/components/dropdown-menu.js.map +0 -1
- package/dist/ui/components/fit-text/index.d.ts.map +0 -1
- package/dist/ui/components/fit-text/index.js.map +0 -1
- package/dist/ui/components/graphs/bar-chart.d.ts.map +0 -1
- package/dist/ui/components/graphs/bar-chart.js.map +0 -1
- package/dist/ui/components/graphs/index.d.ts.map +0 -1
- package/dist/ui/components/graphs/index.js.map +0 -1
- package/dist/ui/components/graphs/line-chart.d.ts.map +0 -1
- package/dist/ui/components/graphs/line-chart.js.map +0 -1
- package/dist/ui/components/graphs/utils.d.ts.map +0 -1
- package/dist/ui/components/graphs/utils.js.map +0 -1
- package/dist/ui/components/grid/index.d.ts.map +0 -1
- package/dist/ui/components/grid/index.js.map +0 -1
- package/dist/ui/components/hover-bg.d.ts.map +0 -1
- package/dist/ui/components/hover-bg.js.map +0 -1
- package/dist/ui/components/icons/arrow.d.ts.map +0 -1
- package/dist/ui/components/icons/arrow.js.map +0 -1
- package/dist/ui/components/icons/chevron.d.ts.map +0 -1
- package/dist/ui/components/icons/chevron.js.map +0 -1
- package/dist/ui/components/icons/discord.d.ts.map +0 -1
- package/dist/ui/components/icons/discord.js.map +0 -1
- package/dist/ui/components/icons/eye.d.ts.map +0 -1
- package/dist/ui/components/icons/eye.js.map +0 -1
- package/dist/ui/components/icons/gear.d.ts.map +0 -1
- package/dist/ui/components/icons/gear.js.map +0 -1
- package/dist/ui/components/icons/github.d.ts.map +0 -1
- package/dist/ui/components/icons/github.js.map +0 -1
- package/dist/ui/components/icons/hamburger.d.ts.map +0 -1
- package/dist/ui/components/icons/hamburger.js.map +0 -1
- package/dist/ui/components/icons/heart.d.ts.map +0 -1
- package/dist/ui/components/icons/heart.js.map +0 -1
- package/dist/ui/components/icons/index.d.ts.map +0 -1
- package/dist/ui/components/icons/index.js.map +0 -1
- package/dist/ui/components/icons/link.d.ts.map +0 -1
- package/dist/ui/components/icons/link.js.map +0 -1
- package/dist/ui/components/icons/minus.d.ts.map +0 -1
- package/dist/ui/components/icons/minus.js.map +0 -1
- package/dist/ui/components/icons/search.d.ts.map +0 -1
- package/dist/ui/components/icons/search.js.map +0 -1
- package/dist/ui/components/image-distortion.d.ts.map +0 -1
- package/dist/ui/components/image-distortion.js.map +0 -1
- package/dist/ui/components/leva-client.d.ts.map +0 -1
- package/dist/ui/components/leva-client.js.map +0 -1
- package/dist/ui/components/list-item.d.ts.map +0 -1
- package/dist/ui/components/list-item.js.map +0 -1
- package/dist/ui/components/modal/index.d.ts.map +0 -1
- package/dist/ui/components/modal/index.js.map +0 -1
- package/dist/ui/components/overlays/blend-modes.d.ts.map +0 -1
- package/dist/ui/components/overlays/blend-modes.js.map +0 -1
- package/dist/ui/components/overlays/glitch.d.ts.map +0 -1
- package/dist/ui/components/overlays/glitch.js.map +0 -1
- package/dist/ui/components/overlays/greys.d.ts.map +0 -1
- package/dist/ui/components/overlays/greys.js.map +0 -1
- package/dist/ui/components/overlays/index.d.ts.map +0 -1
- package/dist/ui/components/overlays/index.js.map +0 -1
- package/dist/ui/components/overlays/lens-layers.d.ts.map +0 -1
- package/dist/ui/components/overlays/lens-layers.js.map +0 -1
- package/dist/ui/components/overlays/lens.d.ts.map +0 -1
- package/dist/ui/components/overlays/lens.js.map +0 -1
- package/dist/ui/components/overlays/noise.d.ts.map +0 -1
- package/dist/ui/components/overlays/noise.js.map +0 -1
- package/dist/ui/components/overlays/vignette.d.ts.map +0 -1
- package/dist/ui/components/overlays/vignette.js.map +0 -1
- package/dist/ui/components/poster.d.ts.map +0 -1
- package/dist/ui/components/poster.js.map +0 -1
- package/dist/ui/components/progress.d.ts.map +0 -1
- package/dist/ui/components/progress.js.map +0 -1
- package/dist/ui/components/scene-canvas.d.ts.map +0 -1
- package/dist/ui/components/scene-canvas.js.map +0 -1
- package/dist/ui/components/scramble.d.ts.map +0 -1
- package/dist/ui/components/scramble.js.map +0 -1
- package/dist/ui/components/segmented.d.ts.map +0 -1
- package/dist/ui/components/segmented.js.map +0 -1
- package/dist/ui/components/select.d.ts.map +0 -1
- package/dist/ui/components/select.js.map +0 -1
- package/dist/ui/components/selection-switcher.d.ts.map +0 -1
- package/dist/ui/components/selection-switcher.js.map +0 -1
- package/dist/ui/components/shader.d.ts.map +0 -1
- package/dist/ui/components/shader.js.map +0 -1
- package/dist/ui/components/socials.d.ts.map +0 -1
- package/dist/ui/components/socials.js.map +0 -1
- package/dist/ui/components/spinner.d.ts.map +0 -1
- package/dist/ui/components/spinner.js.map +0 -1
- package/dist/ui/components/stats.d.ts.map +0 -1
- package/dist/ui/components/stats.js.map +0 -1
- package/dist/ui/components/switch.d.ts.map +0 -1
- package/dist/ui/components/switch.js.map +0 -1
- package/dist/ui/components/tabs.d.ts.map +0 -1
- package/dist/ui/components/tabs.js.map +0 -1
- package/dist/ui/components/terminal-demo.d.ts.map +0 -1
- package/dist/ui/components/terminal-demo.js.map +0 -1
- package/dist/ui/components/theme-toggle.d.ts.map +0 -1
- package/dist/ui/components/theme-toggle.js.map +0 -1
- package/dist/ui/components/tier-card.d.ts.map +0 -1
- package/dist/ui/components/tier-card.js.map +0 -1
- package/dist/ui/components/tv.d.ts.map +0 -1
- package/dist/ui/components/tv.js.map +0 -1
- package/dist/ui/components/typography/h1.d.ts.map +0 -1
- package/dist/ui/components/typography/h1.js.map +0 -1
- package/dist/ui/components/typography/h2.d.ts.map +0 -1
- package/dist/ui/components/typography/h2.js.map +0 -1
- package/dist/ui/components/typography/index.d.ts.map +0 -1
- package/dist/ui/components/typography/index.js.map +0 -1
- package/dist/ui/components/typography/legend.d.ts.map +0 -1
- package/dist/ui/components/typography/legend.js.map +0 -1
- package/dist/ui/components/typography/small.d.ts.map +0 -1
- package/dist/ui/components/typography/small.js.map +0 -1
- package/dist/ui/components/watchlist.d.ts.map +0 -1
- package/dist/ui/components/watchlist.js.map +0 -1
- package/dist/ui/footer.d.ts.map +0 -1
- package/dist/ui/footer.js.map +0 -1
- package/dist/ui/header.d.ts.map +0 -1
- package/dist/ui/header.js.map +0 -1
- package/dist/ui/layout-wrapper.d.ts.map +0 -1
- package/dist/ui/layout-wrapper.js.map +0 -1
- package/dist/utils/color.d.ts.map +0 -1
- package/dist/utils/color.js.map +0 -1
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/poly.d.ts.map +0 -1
- package/dist/utils/poly.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nous-girl.js","sourceRoot":"","sources":["../../../../src/ui/components/badges/nous-girl.tsx"],"names":[],"mappings":";AAEA,MAAM,UAAU,aAAa,CAAC,KAA8B;IAC1D,OAAO,CACL,eAAK,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B,KAAK,KAAK,aACnE,eACE,CAAC,EAAC,mpQAAmpQ,EACrpQ,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,iKAAiK,EACnK,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,iKAAiK,EACnK,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,iTAAiT,EACnT,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,gWAAgW,EAClW,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,22lFAA22lF,EAC72lF,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,2FAA2F,EAC7F,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,8ZAA8Z,EACha,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,+7DAA+7D,EACj8D,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,8nBAA8nB,EAChoB,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,ozBAAozB,EACtzB,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAA;AACH,CAAC","sourcesContent":["import { type SVGProps } from 'react'\n\nexport function NousGirlBadge(props: SVGProps<SVGSVGElement>) {\n return (\n <svg viewBox=\"0 0 62 87\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path\n d=\"M19.9699 51.0566C20.0931 50.9789 20.1511 50.9597 20.2091 50.966C20.2608 50.9789 20.2805 50.9727 20.2934 50.9401C20.3063 50.8692 20.694 50.6363 20.7324 50.6751C20.7453 50.688 20.752 50.7077 20.7453 50.7077C20.7391 50.7139 20.7003 50.7398 20.6552 50.7657C20.6097 50.7978 20.5066 50.8754 20.429 50.953C20.3514 51.024 20.2608 51.0954 20.2349 51.1016C20.2028 51.1083 20.1832 51.1342 20.1832 51.1534C20.1832 51.1725 20.1319 51.2372 20.0672 51.3086C20.0088 51.3729 19.9637 51.4313 19.9699 51.4375C19.9958 51.4634 20.0735 51.4505 20.106 51.4117C20.1381 51.3666 20.235 51.3666 20.2479 51.4117C20.2608 51.4442 20.1899 51.4955 19.9119 51.6704C19.6666 51.8252 19.7763 51.819 20.0931 51.6637C20.1703 51.6249 20.235 51.6057 20.2479 51.612C20.2675 51.6316 20.2479 51.6637 20.0476 51.9096C19.8861 52.1032 19.8281 52.2196 19.8669 52.258C19.8798 52.2709 19.9186 52.258 19.9575 52.2259C19.9896 52.2 20.0284 52.1741 20.0413 52.1741C20.0543 52.1741 20.106 52.1353 20.1511 52.0965C20.2028 52.0514 20.2546 52.0322 20.2675 52.0385C20.2738 52.0514 20.2608 52.1353 20.2349 52.2259C20.1899 52.3744 20.1899 52.3874 20.2287 52.4588C20.2805 52.5556 20.2996 52.5556 20.3193 52.465C20.3706 52.2709 20.558 51.9546 20.7261 51.7864C20.9265 51.5799 21.2173 51.347 21.3463 51.2827C21.3918 51.2569 21.4565 51.2243 21.4757 51.1984C21.5274 51.1534 21.5595 51.1984 21.5274 51.2631C21.4368 51.4442 21.3659 51.6316 21.34 51.7351C21.2173 52.2906 21.2495 52.407 21.5274 52.523C21.5854 52.5489 21.6501 52.5814 21.663 52.5944C21.676 52.6073 21.6438 52.6591 21.5792 52.7171L21.4694 52.8139L21.5078 52.9044C21.618 53.1628 22.0378 53.6084 22.2898 53.7249C22.4447 53.7958 22.4772 53.8025 22.7485 53.8025C23.0197 53.8025 23.0652 53.7958 23.1812 53.7445C23.3557 53.6669 23.6662 53.4148 23.8469 53.2145C23.9695 53.0722 24.1052 52.8268 24.1119 52.7559C24.1119 52.7362 24.0539 52.6782 23.9825 52.6136C23.7951 52.4587 23.8147 52.4003 24.0668 52.3423C24.1377 52.3227 24.2412 52.2196 24.2412 52.1612C24.2412 52.142 24.2087 52.0773 24.1699 52.0064C24.073 51.819 24.1181 51.7672 24.2925 51.8578C24.3381 51.8899 24.4929 51.9676 24.6289 52.0385C24.7579 52.1094 24.9649 52.2326 25.0809 52.3097L25.2879 52.4521L25.2812 52.5814C25.2749 52.7818 25.1197 53.0789 24.9261 53.2725C24.5513 53.6281 24.1699 53.8217 23.4141 54.0416C23.1683 54.1126 22.91 54.1384 22.4384 54.1384C21.734 54.1384 21.3333 54.0675 20.765 53.8284C20.4549 53.7057 20.2867 53.6928 20.1123 53.7896C20.0025 53.8605 19.9508 53.9578 20.0476 53.9189C20.1448 53.8801 20.3773 53.8543 20.4611 53.8672C20.5129 53.8801 20.6293 53.9252 20.7261 53.9707C20.9265 54.0738 20.9394 54.1063 20.8488 54.2549C20.7712 54.3905 20.8167 54.4164 20.9653 54.3196C21.0491 54.2678 21.1201 54.242 21.1915 54.242H21.2883L21.2945 54.3776L21.3075 54.5065L21.4177 54.4164C21.4819 54.3646 21.5403 54.3196 21.5466 54.3196C21.5854 54.3196 21.6309 54.3838 21.6309 54.4485C21.6309 54.4811 21.6372 54.5324 21.6501 54.552C21.6693 54.5779 21.6822 54.5779 21.7148 54.5391C21.8442 54.3838 21.8696 54.3709 21.9213 54.3776C21.9602 54.3838 21.9798 54.4097 21.9927 54.4681C22.0248 54.6167 22.057 54.6296 22.1801 54.5065C22.3545 54.3325 22.4317 54.3579 22.516 54.61C22.5223 54.6359 22.5549 54.6555 22.5807 54.6555C22.632 54.6555 22.6387 54.6426 22.6708 54.494C22.6838 54.4485 22.7097 54.4164 22.7552 54.4097C22.8323 54.3905 22.8779 54.4097 23.0327 54.5391C23.1232 54.61 23.1299 54.61 23.175 54.565C23.2071 54.5391 23.233 54.494 23.233 54.4681C23.2397 54.4164 23.2655 54.4097 23.4012 54.4035C23.5497 54.3968 23.5689 54.4035 23.7112 54.5003C23.8857 54.6167 23.9374 54.6038 23.8665 54.4552L23.821 54.3579L23.8924 54.2999C23.9695 54.229 24.0927 54.229 24.3443 54.2999C24.4219 54.3258 24.5125 54.3517 24.5446 54.3579C24.6289 54.3838 24.616 54.3258 24.4929 54.1964C24.4349 54.1385 24.396 54.0738 24.4027 54.0546C24.4157 54.0028 24.9649 53.9966 25.0809 54.0479C25.1326 54.0675 25.1844 54.0805 25.1911 54.0738C25.2169 54.0479 25.0938 53.9448 24.9778 53.8864C24.8292 53.8088 24.8096 53.7766 24.8806 53.7249C24.9194 53.6928 25.0099 53.6798 25.2102 53.6669C25.4944 53.6473 25.6046 53.6151 25.4623 53.583C25.4235 53.5763 25.3588 53.5571 25.3267 53.5442C25.2941 53.5313 25.2424 53.5183 25.204 53.5183C25.1585 53.5183 25.1456 53.5054 25.1456 53.4666C25.1456 53.3889 25.2361 53.3631 25.527 53.3631C25.792 53.3568 25.8951 53.3439 25.9147 53.2921C25.9209 53.2596 25.8045 53.2212 25.6301 53.1953C25.5591 53.1886 25.5074 53.1694 25.5074 53.1565C25.5074 53.111 25.6109 53.1048 25.8692 53.1177C26.0954 53.1369 26.1279 53.1306 26.1409 53.0918C26.1668 53.0271 26.1083 53.0013 25.9147 53.0013C25.5529 53.0013 25.5141 52.8977 25.8629 52.8786C26.0115 52.8719 26.0762 52.8527 26.0762 52.8335C26.0762 52.7947 26.1279 52.7688 26.2051 52.7688C26.2377 52.7688 26.3604 52.7171 26.4313 52.672C26.4768 52.6461 26.3412 52.6136 26.1859 52.6136C26.0762 52.6136 25.9986 52.6006 25.9986 52.5877C25.9986 52.5747 26.0374 52.5426 26.0954 52.5105C26.1471 52.4846 26.231 52.4329 26.2828 52.4003C26.3666 52.3486 26.6254 52.2517 26.9163 52.1549C27.0323 52.1161 27.1358 52.0581 27.1358 52.0193C27.1358 52.0126 26.9743 52.0064 26.7802 52.0064C26.4184 52.0064 26.2828 51.9867 26.2828 51.9417C26.2828 51.9287 26.3153 51.9029 26.3541 51.8899C26.4768 51.8382 26.6704 51.7351 26.7414 51.6767C26.819 51.612 26.819 51.6187 26.4768 51.7351C26.2506 51.8123 25.9664 51.8449 25.9339 51.7931C25.9276 51.7802 25.8821 51.7606 25.8304 51.7481C25.7077 51.7284 25.5788 51.6575 25.5917 51.6249C25.6046 51.5799 25.7077 51.5669 25.7465 51.6057C25.7791 51.6379 25.8951 51.6446 25.8951 51.612C25.8951 51.5732 25.7791 51.4831 25.6238 51.4054C25.5332 51.3666 25.3526 51.276 25.2102 51.2051C25.0679 51.1342 24.7579 50.9789 24.5254 50.8562C24.2863 50.7336 24.0213 50.5975 23.9307 50.5591C23.8339 50.5203 23.7371 50.4815 23.7179 50.4685C23.692 50.4556 23.6532 50.4427 23.6336 50.4427C23.5948 50.4427 23.4659 50.3909 23.3235 50.3262C23.2847 50.307 23.22 50.2874 23.1879 50.2874C23.1558 50.2874 23.104 50.2745 23.0782 50.2615C23.0523 50.249 22.9555 50.2294 22.852 50.2102C22.2702 50.1197 22.1154 50.1 21.9798 50.0871C21.8245 50.0679 21.7665 50.0224 21.8504 49.9903C21.8763 49.9836 22.044 49.9644 22.2252 49.9515C22.5482 49.9256 22.6387 49.9385 23.0911 50.0353C23.2397 50.0679 23.6465 50.1973 23.763 50.249C23.8018 50.2682 23.8924 50.3004 23.9566 50.3262C24.073 50.3717 24.2216 50.436 24.2992 50.4748C24.3184 50.4877 24.351 50.4944 24.3639 50.4944C24.3769 50.4944 24.4929 50.5462 24.616 50.6042C24.7449 50.6622 24.8551 50.7206 24.8676 50.7206C24.8743 50.7269 24.8872 50.7206 24.8872 50.7077C24.8872 50.6947 24.8355 50.6622 24.7775 50.6363C24.7128 50.6104 24.616 50.5524 24.5576 50.5136C24.4996 50.4748 24.4349 50.4427 24.4219 50.4427C24.4027 50.4427 24.3184 50.4105 24.2412 50.365C24.1052 50.3004 24.0472 50.2682 23.808 50.1647C23.75 50.1455 23.6854 50.113 23.6662 50.1C23.6403 50.0938 23.5948 50.0809 23.5756 50.0809C23.5497 50.0809 23.5047 50.0679 23.4721 50.0483C23.4462 50.0291 23.3557 49.9965 23.2718 49.9711C23.1812 49.9452 23.0782 49.9127 23.0394 49.8935C22.8582 49.835 22.7034 49.8158 22.2381 49.8029C21.7469 49.79 21.5533 49.8096 21.1397 49.8935C20.5905 50.0032 20.4741 50.055 20.2287 50.307C19.7955 50.7657 19.5631 51.0757 19.5952 51.1601C19.6211 51.2181 19.7763 51.1792 19.9699 51.0566ZM20.8618 50.365C20.8814 50.3847 20.8814 50.3976 20.8555 50.4168C20.8038 50.4489 20.7583 50.4489 20.7391 50.4168C20.7132 50.378 20.8296 50.3262 20.8618 50.365ZM20.6226 50.436C20.7003 50.4168 20.7324 50.436 20.694 50.4815C20.6615 50.5203 20.6164 50.5332 20.5838 50.5007C20.5517 50.4748 20.5646 50.4489 20.6226 50.436ZM20.4161 50.2874C20.4482 50.2874 20.4678 50.3004 20.4611 50.32C20.442 50.3717 20.3643 50.378 20.3643 50.3262C20.3643 50.307 20.3835 50.2874 20.4161 50.2874ZM20.2349 50.4168C20.2934 50.3588 20.3385 50.3521 20.3385 50.4039C20.3385 50.423 20.3193 50.4427 20.2996 50.4427C20.2738 50.4427 20.2608 50.4556 20.2608 50.4685C20.2608 50.4815 20.2416 50.4944 20.222 50.4944C20.1703 50.4944 20.1703 50.4815 20.2349 50.4168ZM19.9896 50.8304C20.0217 50.8107 20.119 50.7398 20.2028 50.6818C20.2934 50.6234 20.3706 50.572 20.3835 50.572C20.3902 50.572 20.4161 50.5524 20.442 50.5265C20.487 50.4877 20.4937 50.4877 20.5325 50.5265C20.5709 50.5591 20.5646 50.572 20.487 50.6171C20.442 50.6492 20.3063 50.7398 20.1961 50.8174C20.0864 50.8951 19.9575 50.9789 19.9186 50.9986C19.8281 51.0436 19.8214 51.0436 19.8214 51.0048C19.8214 50.966 19.8861 50.9013 19.9896 50.8304Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M25.0358 50.7657C25.0229 50.7527 25.0037 50.7527 24.9841 50.759C24.9649 50.7719 24.9711 50.7786 24.997 50.7786C25.0229 50.7786 25.0425 50.7719 25.0358 50.7657Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.3902 53.111C20.3902 53.0075 20.3385 52.8656 20.2996 52.8786C20.2608 52.8915 20.2479 53.0659 20.2867 53.1306C20.3255 53.2083 20.3902 53.1953 20.3902 53.111Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.7317 57.9828C15.609 57.9119 15.2342 57.8213 15.1307 57.8409C15.0852 57.8472 15.1048 57.8601 15.2083 57.9118C15.5055 58.0604 15.8093 58.3125 16.0676 58.6225C16.1127 58.681 16.1323 58.6872 16.1515 58.6614C16.1773 58.6163 16.1582 58.4481 16.1064 58.3384C16.0676 58.2415 15.8865 58.0671 15.7317 57.9828Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.0739 62.7707C16.0096 62.7707 15.9061 62.9063 15.8544 63.0616C15.8093 63.178 15.8093 63.1972 15.8544 63.2811C15.8735 63.3328 15.9124 63.3908 15.9382 63.4105C15.99 63.4555 16.0096 63.4363 16.0609 63.2811C16.0868 63.2102 16.1323 63.1133 16.1644 63.0745C16.2612 62.9581 16.2679 62.9001 16.1903 62.8287C16.1515 62.7966 16.0997 62.7707 16.0739 62.7707Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M54.8594 0H6.71477C3.00606 0 0 3.0065 0 6.71477V79.3852C0 83.0939 3.00606 86.1 6.71477 86.1H54.8594C58.5681 86.1 61.5742 83.0939 61.5742 79.3852V6.71477C61.5742 3.0065 58.5681 0 54.8594 0ZM13.8967 63.042C13.7222 62.661 13.5152 62.1377 13.4635 61.9306C13.4505 61.8856 13.4246 61.8209 13.4117 61.7758C13.3666 61.6723 13.2828 61.3881 13.2569 61.2588C13.244 61.2008 13.2051 61.0522 13.1663 60.9228C13.1342 60.7934 13.0887 60.5869 13.0695 60.4575C13.0436 60.3286 13.0115 60.1412 12.9919 60.0439C12.9468 59.8048 12.9468 58.3446 12.9919 58.0542C13.0436 57.6924 13.0825 57.3885 13.0887 57.1753C13.1016 56.9558 13.1405 56.8715 13.1663 56.9942C13.2569 57.4465 13.3475 57.6536 13.5607 57.9444C13.7093 58.151 14.0323 58.4802 14.3035 58.7194C14.5748 58.9523 14.73 59.1588 14.7947 59.385C14.8786 59.6629 14.8335 59.9793 14.685 60.1863C14.3553 60.6449 14.3165 60.7417 14.3812 61.0067C14.4003 61.104 14.4329 61.207 14.4458 61.2329C14.4588 61.2588 14.4909 61.3493 14.523 61.427C14.6203 61.6594 14.7104 61.808 14.9625 62.1439C15.1498 62.396 15.1954 62.4736 15.1628 62.4865C15.1177 62.5187 15.0401 62.4928 14.9562 62.4218C14.9237 62.383 14.8853 62.3571 14.8723 62.3571C14.8398 62.3571 14.8594 62.5057 14.9107 62.6092C14.9625 62.7257 15.066 63.1392 15.066 63.2619C15.066 63.4297 15.2792 63.7138 15.6281 64.0177C15.7704 64.1408 15.8931 64.2439 15.906 64.2439C15.9123 64.2439 15.964 64.2764 16.0095 64.3215C16.1064 64.4054 16.1773 64.4183 16.229 64.3603C16.2679 64.3085 16.2099 64.2117 16.0675 64.1279C16.0158 64.089 15.9707 64.0565 15.9707 64.0435C15.9707 64.0244 16.0997 63.9855 16.3455 63.9405C16.4552 63.9146 16.5003 63.895 16.7845 63.7656C17.0562 63.6429 17.1209 63.5332 16.8817 63.6108C16.5779 63.7076 16.3584 63.7335 16.0287 63.7205C15.6732 63.7138 15.6089 63.6884 15.4728 63.559C15.3631 63.4555 15.2984 63.307 15.2984 63.1584C15.2984 63.042 15.3051 63.0161 15.4278 62.8742C15.5764 62.6931 15.6669 62.648 15.9449 62.6159C16.0479 62.603 16.229 62.5704 16.3455 62.5383C16.5199 62.4928 16.6038 62.4865 16.888 62.4928C17.1918 62.5057 17.3212 62.5187 17.8704 62.6288C18.0769 62.6672 18.3161 62.7319 18.3352 62.7515C18.3678 62.7837 18.3223 62.8483 18.2643 62.8483C18.1287 62.8483 17.7022 63.0678 17.7022 63.1325C17.7022 63.1713 17.7281 63.1651 17.9284 63.1067C18.387 62.9643 18.6003 62.8872 18.6712 62.8354C18.71 62.8028 18.7876 62.7707 18.8394 62.7578C18.8844 62.7515 18.975 62.7319 19.0397 62.7127L19.1494 62.6868V62.5512C19.1494 62.4348 19.1365 62.4027 19.0718 62.3313C18.9817 62.2407 18.9362 62.2345 18.8653 62.3121C18.8202 62.3571 18.7943 62.3638 18.6779 62.3509C18.4584 62.325 18.2451 62.2407 17.799 61.9953C17.7731 61.9824 17.7281 61.9565 17.7089 61.9436C17.683 61.9306 17.5148 61.8338 17.3404 61.7303C16.8233 61.4203 16.6359 61.3426 16.1581 61.207C15.9252 61.1423 15.5572 61.1941 15.4278 61.3105C15.3569 61.3752 15.2922 61.3426 15.2016 61.2008C15.1565 61.1361 15.0339 60.9746 14.9237 60.8452C14.788 60.6904 14.73 60.6061 14.743 60.5739C14.7492 60.5543 14.7688 60.5093 14.7751 60.4834C14.7818 60.4575 14.8268 60.3545 14.8786 60.2639C15.0272 59.9989 15.0468 59.9342 15.0597 59.6759C15.066 59.4434 15.066 59.4238 14.9754 59.2494C14.8657 59.0232 14.7559 58.8876 14.3294 58.4932C13.9676 58.1572 13.8578 58.0216 13.6508 57.6665C13.4572 57.3435 13.3733 57.0655 13.3925 56.8068C13.4055 56.6582 13.4184 56.594 13.4701 56.5164C13.5348 56.4129 13.8449 56.1545 14.084 55.9993C14.2585 55.8766 14.5877 55.5857 14.7104 55.4438C14.8077 55.3274 14.9237 55.1592 15.1307 54.8362C15.2725 54.6167 15.4728 54.171 15.5375 53.9448C15.5634 53.8605 15.596 53.757 15.6089 53.7119C15.6281 53.6669 15.6473 53.4728 15.654 53.2663C15.6602 52.9433 15.6602 52.8786 15.6089 52.7104C15.5442 52.5038 15.4474 52.3035 15.3051 52.0773C15.1824 51.8837 14.7818 51.4893 14.5877 51.3599C14.4976 51.3086 14.3745 51.2243 14.3035 51.1792C13.9997 50.9919 13.567 50.8692 13.567 50.9727C13.567 50.9919 13.5737 51.0111 13.5861 51.0111C13.5986 51.0111 13.6896 51.0695 13.7865 51.1471C13.8837 51.2181 14.0323 51.3086 14.1228 51.3537C14.2067 51.3925 14.2906 51.4376 14.3165 51.4505C14.3356 51.4634 14.465 51.5411 14.6007 51.6187C14.788 51.7222 14.8915 51.8061 15.008 51.935C15.0981 52.0322 15.1695 52.1224 15.1695 52.142C15.1695 52.1938 15.0981 52.1808 14.995 52.1161C14.8206 52.0064 14.2906 51.8578 14.0064 51.8319C13.819 51.8123 13.3796 51.8899 13.3216 51.9417C13.3086 51.9546 13.2761 51.9676 13.2569 51.9676C13.231 51.9676 13.1793 51.9997 13.1405 52.0323L13.0628 52.0965L13.2243 52.0323C13.4572 51.9417 13.89 51.9221 14.1612 51.9805C14.2647 52.0064 14.4003 52.0322 14.4588 52.0452C14.6332 52.0836 14.788 52.1291 14.9366 52.1871C15.0142 52.2129 15.1048 52.2388 15.1369 52.2388C15.1824 52.2388 15.2275 52.2709 15.2855 52.3553C15.331 52.4199 15.3698 52.4909 15.3698 52.5105C15.3698 52.5359 15.3827 52.5618 15.3957 52.5747C15.4215 52.6073 15.4925 52.8719 15.5184 53.0075C15.5246 53.0659 15.5184 53.111 15.4987 53.1177C15.4858 53.1306 15.3827 53.0463 15.26 52.9303C15.0272 52.6974 14.9303 52.6136 14.6395 52.4132C14.5489 52.3553 14.3682 52.2776 14.1228 52.2C13.9997 52.1612 13.5219 52.1679 13.4246 52.2129C13.2698 52.2776 12.9856 52.3811 12.9013 52.4003C12.7983 52.4262 12.6881 52.258 12.4168 51.6704C12.3392 51.5085 12.262 51.2502 12.2812 51.2114C12.3004 51.1601 12.6622 50.9468 12.8304 50.8951C12.9013 50.8754 12.979 50.8433 13.0115 50.8304C13.0695 50.8045 13.186 50.7849 13.4505 50.7657C13.625 50.746 13.8578 50.7719 14.1358 50.8433C14.3294 50.8884 14.3682 50.8625 14.2777 50.7398C14.1938 50.6363 14.0711 50.5462 13.8123 50.423C13.6638 50.3521 13.6446 50.3329 13.6705 50.3004C13.6834 50.2812 13.7222 50.2553 13.7543 50.2491C13.7865 50.2361 13.8449 50.2165 13.89 50.1973C13.9935 50.1518 14.1679 50.0938 14.3553 50.042C14.4392 50.0162 14.5489 49.9836 14.6007 49.9644C14.8398 49.8738 15.2725 49.7708 15.7445 49.6932C15.8347 49.6802 15.9123 49.6606 15.919 49.6481C15.9319 49.6352 15.8802 49.5379 15.8025 49.4219C15.5054 48.9758 15.1307 48.233 14.8077 47.4576C14.6979 47.1863 14.5489 46.7531 14.5489 46.6951C14.5489 46.6693 14.5556 46.6434 14.5685 46.6434C14.5944 46.6434 14.6783 46.734 14.6783 46.7598C14.6783 46.779 14.7171 46.8499 14.7688 46.9276C14.8139 46.999 14.8594 47.0632 14.8594 47.0699C14.8594 47.0828 15.1628 47.5352 15.3051 47.7288C15.7249 48.3231 16.6556 49.2278 17.1079 49.4799C17.2694 49.5767 17.3921 49.5834 17.5536 49.525C17.6504 49.4929 17.8378 49.4411 18.0511 49.3831C18.1157 49.3635 18.3031 49.3184 18.9688 49.1632C19.4466 49.0472 19.4854 49.0405 19.5113 49.0663C19.5309 49.0855 19.4983 49.131 19.4207 49.2087C19.2788 49.3376 18.9879 49.6673 18.8715 49.8288C18.6841 50.0871 18.5164 50.5203 18.6003 50.5203C18.6132 50.5203 18.6971 50.4877 18.7876 50.4427C18.8782 50.3976 18.975 50.365 18.9946 50.365C19.0459 50.365 19.3368 50.2035 19.4207 50.1259C19.4533 50.1 19.5242 50.0483 19.5826 50.0095C19.6406 49.9711 19.7633 49.8868 19.8601 49.8221C20.1381 49.6352 20.1769 49.6093 20.3321 49.5187C20.7198 49.2988 21.2561 49.0472 21.34 49.0472C21.3658 49.0472 21.4047 49.0275 21.4305 49.0084C21.4627 48.9887 21.5144 48.9695 21.5532 48.9695C21.592 48.9695 21.6308 48.9566 21.6371 48.9499C21.65 48.937 21.6888 48.9178 21.7406 48.9111C21.8441 48.8919 22.1604 48.7822 22.3674 48.6853C22.4513 48.6465 22.5936 48.601 22.6775 48.5818C22.8907 48.543 22.8519 48.5042 23.414 49.2729C23.4787 49.3572 23.543 49.4152 23.5885 49.4282C23.6273 49.4349 23.9244 49.4282 24.2474 49.409C24.5771 49.3894 25.1392 49.3702 25.4944 49.3572C26.1538 49.3443 27.5493 49.3635 27.6911 49.396C27.7496 49.409 27.7817 49.4023 27.8272 49.3635C27.8915 49.3184 27.8915 49.3055 27.8981 48.6983C27.9044 48.3557 27.9173 48.0585 27.924 48.0389C27.9432 47.9809 28.0017 48.1036 28.0405 48.2718C28.053 48.349 28.0855 48.4721 28.1047 48.543C28.2082 48.8857 28.26 49.1052 28.2858 49.2408C28.305 49.396 28.3826 49.454 28.5959 49.4737C28.906 49.5058 29.5328 49.5964 29.9142 49.6735C30.1788 49.7253 30.4567 49.8096 30.5085 49.8547C30.5277 49.8676 30.5535 49.9515 30.5732 50.0354C30.6182 50.2615 30.6379 53.2921 30.5924 53.7766C30.5794 53.9707 30.5535 54.242 30.5473 54.3838C30.5214 54.7006 30.4438 55.3533 30.4309 55.3792C30.4246 55.3921 30.405 55.5148 30.392 55.6504C30.3599 55.9217 30.3211 56.2125 30.2502 56.6065C30.2243 56.7358 30.1984 56.917 30.1855 57.0071C30.1725 57.0977 30.1467 57.2333 30.1337 57.3047C30.1208 57.3756 30.0887 57.5434 30.069 57.6794C30.0432 57.8151 30.0043 57.9957 29.9852 58.0863C29.9655 58.1769 29.9526 58.2737 29.9526 58.3125C29.9526 58.3446 29.9397 58.4289 29.9272 58.4869C29.9142 58.5449 29.8884 58.6614 29.8754 58.739C29.8558 58.8809 29.7719 59.2882 29.7072 59.6304C29.6813 59.7276 29.6492 59.9021 29.6296 60.0051C29.6104 60.1153 29.5716 60.2898 29.5524 60.4058C29.5328 60.5222 29.5069 60.6449 29.5007 60.6904C29.4748 60.8907 29.4293 61.1361 29.4101 61.207C29.3972 61.2525 29.365 61.4011 29.3454 61.543C29.3004 61.8146 29.2419 62.1247 29.1968 62.3442C29.1839 62.4156 29.158 62.5445 29.1451 62.6288C29.113 62.8483 29.0545 63.236 29.0095 63.5202C28.9836 63.6558 28.9515 63.8499 28.9385 63.9597C28.9256 64.0632 28.906 64.16 28.8997 64.1729C28.893 64.1859 28.8738 64.2827 28.8609 64.3924C28.835 64.6641 28.7641 65.1227 28.7445 65.1807C28.7315 65.2258 28.7253 65.2972 28.6606 65.8981C28.6477 66.0271 28.6218 66.2015 28.6088 66.2858C28.5959 66.3634 28.5638 66.5892 28.5442 66.7895C28.5183 66.9898 28.4862 67.3003 28.4603 67.4748C28.4344 67.7134 28.4215 68.069 28.4277 68.8252C28.4277 69.9298 28.4277 69.9945 28.583 70.7699C28.6218 70.9832 28.6477 71.1835 28.641 71.2156C28.6347 71.2415 28.4344 71.4418 28.1953 71.6488C27.9628 71.8616 27.659 72.1395 27.5296 72.2622C27.4007 72.3854 27.278 72.4884 27.2521 72.4884C27.2263 72.4884 27.1616 72.3916 27.0581 72.1846C26.7543 71.5904 26.4379 71.0867 26.0114 70.5112C25.514 69.846 24.9907 69.245 24.6802 68.993C24.1506 68.5602 23.8664 68.4759 23.2459 68.5731C23.1169 68.5923 22.8778 68.6249 22.7163 68.6508C22.5481 68.67 22.3027 68.7088 22.1733 68.728C22.0377 68.7538 21.8503 68.7797 21.7598 68.7926C21.663 68.8056 21.4693 68.8315 21.3203 68.8573C20.8037 68.935 20.6293 68.9541 20.3255 68.9738C20.151 68.9867 19.886 69.0121 19.7312 69.0251C19.2204 69.0706 18.5552 69.051 18.064 68.98C17.8896 68.9541 17.4956 68.8185 17.3792 68.7409C17.3341 68.715 17.2565 68.67 17.211 68.6441C17.0432 68.5473 16.7006 68.2046 16.5458 67.9722C16.3905 67.7393 16.229 67.4748 16.229 67.4618C16.229 67.4551 16.1902 67.3904 16.1514 67.3195C16.1064 67.2486 15.9966 67.0612 15.9123 66.8997C15.8222 66.7377 15.6928 66.5053 15.6219 66.3764C14.685 64.6771 14.4003 64.1279 13.8967 63.042ZM15.3631 72.5339C15.2663 73.432 15.1628 74.0651 15.0918 74.2524C15.0789 74.2975 15.066 74.3559 15.066 74.3948C15.066 74.4269 15.0468 74.5107 15.0272 74.5821C14.9883 74.6919 14.9045 74.9957 14.8527 75.2152C14.8398 75.2732 14.8139 75.3316 14.801 75.3446C14.788 75.3575 14.7818 75.3896 14.7818 75.4155C14.7818 75.4414 14.7622 75.4994 14.743 75.5449C14.7233 75.59 14.6653 75.7452 14.6136 75.8808C14.4133 76.4363 13.9868 77.1858 13.6638 77.5413C13.3796 77.8643 13.2051 78.0325 13.0115 78.1811C12.701 78.4135 12.4494 78.53 12.0229 78.6397C11.9644 78.6527 11.6994 78.6656 11.4282 78.6656C10.8986 78.6589 10.6657 78.6205 10.4137 78.4845C10.2522 78.4006 9.96799 78.1744 9.85824 78.0388C9.74849 77.9032 9.59993 77.6382 9.61911 77.6123C9.63205 77.606 9.94211 77.5931 10.3169 77.5864C11.0793 77.5735 11.4608 77.5284 11.9127 77.3928C12.2491 77.2893 12.6948 77.0631 12.9339 76.8695C13.2957 76.5786 13.7543 76.0486 14.0193 75.6158C14.0773 75.5253 14.1612 75.3834 14.2067 75.3058C14.3356 75.1054 14.5944 74.5754 14.6524 74.4077C14.6783 74.3234 14.7171 74.2395 14.73 74.2074C14.7492 74.1815 14.7688 74.1298 14.7818 74.0909C14.7947 74.0588 14.8268 73.9616 14.8594 73.8844C14.9495 73.6452 15.0468 73.3352 15.2083 72.7726C15.2404 72.637 15.2855 72.5014 15.2922 72.4625C15.3051 72.4304 15.3243 72.3983 15.3439 72.3916C15.376 72.3787 15.376 72.4112 15.3631 72.5339ZM14.0256 54.3066C14.1291 54.6426 14.3423 54.9915 14.5105 55.095C14.6073 55.153 14.5877 55.1851 14.3812 55.3015C14.2585 55.3725 14.2 55.3854 14.0193 55.3983L13.7994 55.4113L13.7093 55.3145C13.6638 55.2627 13.5991 55.1721 13.5799 55.1142C13.554 55.0562 13.5152 54.9718 13.5023 54.9268C13.4117 54.7265 13.3537 54.229 13.3475 53.6473C13.3475 53.3439 13.3537 53.2854 13.3988 53.1953C13.4635 53.0593 13.5607 52.995 13.6963 52.9883H13.8123L13.8253 53.6669L13.9096 53.7445C13.9609 53.7829 14.0323 53.8413 14.0711 53.8672L14.142 53.9123L14.0582 53.9836C13.9676 54.0608 13.9609 54.0996 14.0256 54.3066ZM13.5281 55.8057L13.567 55.9025L13.6767 55.8315C13.8061 55.7602 13.9029 55.7472 13.9029 55.8057C13.9029 55.8248 13.8708 55.857 13.832 55.8828C13.6767 55.9801 13.4117 56.2125 13.3537 56.2964C13.2502 56.4517 13.2181 56.4195 13.2373 56.1675C13.2569 55.9605 13.3086 55.7022 13.3408 55.67C13.3796 55.6375 13.4893 55.7213 13.5281 55.8057ZM14.7233 60.8131C14.743 60.8193 14.7751 60.8519 14.7818 60.884C14.8077 61.0005 14.8786 61.1361 15.0142 61.3105C15.0852 61.4073 15.1436 61.4912 15.1436 61.5041C15.1436 61.6402 14.7818 61.2655 14.7171 61.0651C14.6591 60.884 14.6591 60.8001 14.7233 60.8131ZM15.8543 62.0988C15.8735 62.0988 15.9382 62.0663 15.9899 62.0341C16.1644 61.9177 16.2099 62.015 16.0609 62.1635C15.9966 62.2278 15.9511 62.2536 15.8931 62.2536C15.8222 62.2536 15.8155 62.2474 15.8155 62.1765C15.8155 62.1247 15.8284 62.0988 15.8543 62.0988ZM15.7379 61.9177C15.6602 61.9177 15.6348 61.9048 15.6348 61.8793C15.6348 61.8597 15.641 61.8338 15.6602 61.8276C15.699 61.8017 15.8414 61.8405 15.8414 61.8793C15.8414 61.9048 15.8092 61.9177 15.7379 61.9177ZM15.7249 61.6853C15.5764 61.6335 15.4086 61.4979 15.4407 61.4524C15.4474 61.4332 15.5442 61.3815 15.6473 61.3364C15.8284 61.2525 15.8414 61.2525 15.9319 61.2846C15.9899 61.3038 16.0867 61.3297 16.1514 61.3493C16.2161 61.3685 16.3 61.3944 16.3388 61.414C16.3776 61.4399 16.4227 61.4524 16.4423 61.4524C16.494 61.4524 16.7974 61.6143 16.7974 61.6465C16.7974 61.6661 16.7135 61.6853 16.5587 61.6982C15.9511 61.737 15.8543 61.737 15.7249 61.6853ZM11.1311 41.7845C11.1248 41.7524 11.1052 41.7198 11.086 41.7136C11.0405 41.7007 10.8339 41.9269 10.7046 42.1334C10.5431 42.3984 10.5239 42.3725 10.498 41.9139C10.4851 41.7198 10.4654 41.5842 10.4462 41.5583C10.4137 41.5195 10.4074 41.5195 10.3427 41.5972C10.3106 41.6422 10.2651 41.681 10.2522 41.681C10.2134 41.681 10.2263 41.5004 10.2781 41.2933C10.3753 40.9315 10.3753 40.6991 10.291 40.8088C10.1879 40.9315 9.72262 41.9202 9.52855 42.4176C9.48973 42.534 9.43174 42.6634 9.41255 42.7085C9.39292 42.7535 9.37998 42.8182 9.37998 42.8379C9.37998 42.8637 9.3608 42.9088 9.34117 42.9347C9.3153 42.9668 9.30236 43.0056 9.30236 43.0315C9.30236 43.0574 9.28317 43.1154 9.26354 43.1609C9.24436 43.2059 9.21224 43.2898 9.18636 43.3482C9.13461 43.4901 8.86336 44.427 8.86336 44.4658C8.86336 44.5113 8.81161 44.5305 8.79198 44.4854C8.77279 44.427 8.90173 43.839 9.05698 43.2965C9.07617 43.2256 9.10204 43.1283 9.11498 43.0765C9.14755 42.9668 9.29611 42.476 9.32823 42.3658C9.34117 42.3208 9.37998 42.211 9.40586 42.1205C9.52855 41.7524 9.59324 41.5842 9.66417 41.4419C9.74849 41.2871 9.72886 41.2157 9.6383 41.3451C9.60617 41.3839 9.58699 41.429 9.58699 41.4419C9.58699 41.4937 9.47055 41.5004 9.14755 41.4745C8.96642 41.4615 8.75317 41.4486 8.66929 41.4419C8.52697 41.4357 8.51404 41.429 8.51404 41.3839C8.52073 41.3063 8.61754 41.0417 8.73398 40.783C8.77279 40.6924 8.81161 40.6085 8.81161 40.5956C8.81161 40.5826 8.81785 40.5505 8.83079 40.5247C8.84373 40.4988 8.88254 40.4278 8.91467 40.3632C8.94723 40.2985 8.97935 40.2275 8.99229 40.2079C9.12792 39.917 9.30905 39.5423 9.32823 39.5101C9.34117 39.491 9.37998 39.4196 9.41255 39.3549C9.44467 39.2902 9.4768 39.226 9.48973 39.213C9.49643 39.2001 9.56111 39.1095 9.63205 39.0189L9.75474 38.8512H9.97468C10.0907 38.8574 10.2651 38.8641 10.3624 38.8704L10.5301 38.89L10.6787 38.6638C10.8986 38.3341 11.0534 38.1209 11.2346 37.9076C11.2475 37.8884 11.3055 37.8108 11.3573 37.7399C11.5964 37.4169 11.8614 37.1648 11.8614 37.2616C11.8614 37.2808 11.6611 37.5913 11.5379 37.7528C11.5121 37.7912 11.3961 37.9661 11.2796 38.1534C11.1569 38.3408 11.0343 38.5215 11.0084 38.5666C10.8857 38.7415 10.7822 38.903 10.7692 38.948C10.7434 39.006 10.7951 39.0448 10.8857 39.0448C10.9245 39.0448 11.0146 39.0707 11.086 39.1033C11.2346 39.1675 11.2475 39.1613 11.3831 38.9543C11.4349 38.8833 11.5317 38.7415 11.6026 38.6442C11.79 38.3729 11.8676 38.2694 11.9127 38.2048C11.9903 38.095 12.4815 37.4552 12.5524 37.3651C12.6301 37.2808 12.701 37.2746 12.643 37.3584C12.5007 37.5717 11.9453 38.4764 11.8418 38.6571C11.8029 38.7218 11.7641 38.7865 11.7512 38.7994C11.7253 38.8383 11.4219 39.3808 11.4219 39.3937C11.4219 39.3937 11.3702 39.4843 11.3184 39.5811C11.2149 39.7493 11.1891 39.8461 11.2408 39.8461C11.2538 39.8461 11.3247 39.8202 11.3961 39.7814C11.5121 39.7296 11.5834 39.7167 11.8614 39.6975L12.1973 39.6846L12.3718 39.4066C12.4619 39.2518 12.5524 39.1287 12.5721 39.1354C12.6042 39.1416 12.585 39.2451 12.5266 39.3549C12.4815 39.4455 12.2294 39.9688 12.113 40.2338C12.0746 40.3114 12.0099 40.4533 11.9711 40.5438C11.9256 40.6344 11.8484 40.8151 11.7967 40.9445C11.7449 41.0738 11.6869 41.2032 11.674 41.2287C11.6414 41.2871 11.5317 41.5842 11.4929 41.7007C11.4799 41.7457 11.4608 41.7912 11.4411 41.7975C11.4282 41.8037 11.4219 41.8363 11.4219 41.8684C11.4219 41.9005 11.3831 42.017 11.3376 42.1334C11.2731 42.3015 11.2021 42.4868 11.1248 42.6893C10.9887 43.0574 10.9437 43.0315 11.0146 42.6246C11.0922 42.211 11.1373 41.8492 11.1311 41.7845ZM7.87473 41.2871C7.72616 41.4419 7.67441 41.4807 7.67441 41.429C7.67441 41.4031 7.71947 41.2483 7.75159 41.1773C7.84216 40.9574 7.87473 40.6991 7.79041 40.841C7.72616 40.9445 7.66772 41.0092 7.62891 41.0092C7.58385 41.0092 7.59678 40.9123 7.67441 40.725C7.70029 40.6603 7.77122 40.4858 7.82922 40.3373C7.88766 40.1887 7.9586 40.0143 7.99741 39.9496C8.02953 39.8849 8.10092 39.7363 8.16516 39.6136C8.2236 39.491 8.29454 39.3616 8.32041 39.3228C8.34629 39.2902 8.37217 39.2451 8.37217 39.2322C8.37217 39.2193 8.58542 38.9998 8.85042 38.7415C9.11498 38.4894 9.65123 37.9723 10.0456 37.5913C10.7501 36.8998 11.2926 36.4024 11.5638 36.1824C11.8226 35.9692 11.7641 36.0919 11.4219 36.4541C10.9245 36.9837 10.3686 37.7011 10.026 38.2436C9.97468 38.3212 9.92918 38.3921 9.92293 38.3988C9.9033 38.418 9.70968 38.7089 9.66417 38.7928C9.6383 38.8316 9.56112 38.9609 9.48349 39.0836C9.40586 39.2063 9.30905 39.3549 9.27648 39.4196C9.1993 39.5619 8.74692 40.4533 8.69517 40.5826C8.66929 40.6406 8.61754 40.7571 8.57248 40.841C8.46273 41.093 8.29454 41.4745 8.29454 41.4874C8.29454 41.5003 8.26866 41.5583 8.23654 41.623C8.20397 41.694 8.15222 41.8104 8.1201 41.888C8.00366 42.1464 7.61597 42.9864 7.53879 43.135C7.49997 43.2189 7.4674 43.3027 7.4674 43.3286C7.4674 43.3545 7.45447 43.3871 7.44153 43.4C7.42234 43.4259 7.34472 43.6132 7.22203 43.9554C7.15734 44.1366 7.10559 44.1883 7.10559 44.0652C7.10559 43.9492 7.26084 43.3612 7.37059 43.0507C7.38978 42.9994 7.44153 42.8441 7.48703 42.7022C7.53209 42.5599 7.58385 42.4176 7.59678 42.3917C7.64854 42.2628 7.76453 41.959 7.88097 41.6293C7.91354 41.5387 7.94566 41.4486 7.9586 41.4357C7.97154 41.4227 7.98447 41.3968 7.98447 41.3772C7.98447 41.3576 8.00366 41.3 8.02329 41.2545C8.09422 41.106 8.03623 41.1189 7.87473 41.2871ZM11.7838 36.0339C11.7838 36.008 11.79 36.0017 11.8096 36.008C11.8226 36.0147 11.8355 36.0339 11.8355 36.0468C11.8355 36.0597 11.8226 36.0727 11.8096 36.0727C11.79 36.0727 11.7838 36.0535 11.7838 36.0339ZM11.9064 35.8853C11.9386 35.8594 11.9711 35.8402 11.9903 35.8532C12.0099 35.8661 12.0033 35.8853 11.9582 35.9241C11.8547 36.0017 11.8226 35.9821 11.9064 35.8853ZM12.701 38.9159C12.7206 38.9159 12.7336 38.9288 12.7269 38.9418C12.7139 38.9543 12.6948 38.9672 12.6818 38.9672C12.6689 38.9672 12.6622 38.9543 12.6622 38.9418C12.6622 38.9293 12.6751 38.9159 12.701 38.9159ZM12.6622 39.0578C12.6622 39.0966 12.6301 39.1095 12.598 39.0836C12.5783 39.0578 12.6042 39.0189 12.6368 39.0189C12.6493 39.0189 12.6622 39.0386 12.6622 39.0578ZM11.8226 41.3518C11.8743 41.2416 11.9386 41.0997 11.9644 41.035C11.997 40.9703 12.0617 40.828 12.1197 40.712C12.1777 40.5956 12.2232 40.4988 12.2232 40.4858C12.2232 40.4791 12.2874 40.3502 12.3651 40.2079C12.4427 40.0656 12.5074 39.9366 12.5074 39.9237C12.5074 39.9108 12.5333 39.859 12.5654 39.8073C12.6881 39.6199 12.7595 39.491 12.8433 39.3419C12.8884 39.2581 12.9468 39.1613 12.9727 39.1224C12.9919 39.0903 13.0178 39.0386 13.0307 39.0189C13.037 38.9931 13.0887 38.9092 13.1405 38.8253C13.1989 38.7415 13.2631 38.6313 13.2957 38.5795C13.3216 38.5278 13.4376 38.3408 13.554 38.1664C13.9868 37.507 14.2067 37.3067 13.8967 37.8626C13.4635 38.6183 12.9339 39.6716 12.7786 40.0785C12.7528 40.1432 12.7139 40.2338 12.6948 40.2793C12.6622 40.3632 12.6493 40.4921 12.6689 40.4921C12.6751 40.4921 12.7595 40.447 12.8563 40.389C12.9531 40.3306 13.0499 40.2726 13.0758 40.2596C13.0954 40.2467 13.1793 40.2017 13.2569 40.1499C13.4443 40.0397 13.7026 39.8331 13.8641 39.6654C13.9997 39.5101 14.2259 39.1805 14.5105 38.7089C15.0013 37.8818 15.1954 37.5913 15.919 36.6286C16.287 36.1374 16.4227 35.9759 16.4423 35.995C16.4682 36.0209 16.4811 35.995 16.2612 36.4086C16.0546 36.8159 15.5117 37.9464 15.4019 38.2306C15.389 38.2565 15.3439 38.3663 15.2984 38.4635C15.2533 38.5666 15.2212 38.6571 15.2212 38.6638C15.2212 38.6768 15.1824 38.7544 15.1436 38.8445C15.1048 38.9351 15.053 39.0515 15.0339 39.1095C15.008 39.1675 14.9625 39.2902 14.9237 39.3808C14.8853 39.4713 14.8594 39.5681 14.8594 39.5878C14.8594 39.6136 14.8398 39.6525 14.8206 39.6783C14.7947 39.7105 14.7818 39.7555 14.7818 39.7814C14.7818 39.814 14.7688 39.8461 14.7559 39.859C14.743 39.872 14.7104 39.9625 14.6783 40.0526C14.6462 40.1432 14.6073 40.2467 14.6007 40.2726C14.5556 40.3761 14.3615 40.9186 14.3423 40.9962C14.3294 41.0417 14.2906 41.1385 14.2647 41.2157C14.2326 41.2933 14.2 41.3968 14.1871 41.4486C14.1741 41.5003 14.142 41.6034 14.1228 41.681C14.097 41.7587 14.0515 41.9269 14.0193 42.0558C13.9225 42.4564 13.9029 42.3855 13.9029 41.6489C13.9029 41.2545 13.89 40.9833 13.877 40.9703C13.8641 40.9641 13.8253 41.0029 13.7994 41.0609C13.7673 41.1189 13.7352 41.1644 13.7222 41.1644C13.6767 41.1644 13.6834 41.0801 13.7735 40.6795C13.7865 40.6148 13.7931 40.5568 13.7865 40.5505C13.7802 40.5438 13.7093 40.5764 13.6316 40.6215C13.554 40.6665 13.4117 40.7312 13.3149 40.7638C13.2181 40.7959 13.0825 40.8477 13.0178 40.8735C12.8951 40.9253 12.7398 41.093 12.7398 41.1644C12.7398 41.1903 12.7206 41.2287 12.701 41.2545C12.6818 41.2871 12.6493 41.371 12.6238 41.4548L12.5721 41.6034H12.1518C11.8676 41.6034 11.732 41.5972 11.732 41.5775C11.732 41.5579 11.7708 41.4615 11.8226 41.3518ZM17.2177 39.6328C17.2239 39.6395 17.2953 39.6266 17.3662 39.607C17.4439 39.5878 17.5795 39.549 17.6763 39.5231C18.006 39.4392 18.0511 39.4263 18.2193 39.3745C18.4196 39.3031 18.4776 39.2518 18.5356 39.0386C18.6199 38.7544 18.7876 38.2373 18.8523 38.0629C18.8911 37.9723 18.9299 37.8626 18.9429 37.8171C18.9558 37.772 18.9879 37.6556 19.0138 37.5587C19.0459 37.4619 19.0848 37.3004 19.1106 37.2036C19.1303 37.1131 19.1624 37.0225 19.182 37.0096C19.2079 36.9837 19.2141 37.3004 19.2141 38.4309C19.2141 39.9237 19.2333 40.2534 19.3435 40.9641C19.4078 41.4031 19.3823 41.5517 19.2721 41.3C19.2463 41.2353 19.2079 41.1448 19.1883 41.0997C19.0268 40.7571 18.9429 40.5438 18.9429 40.4988C18.9429 40.4729 18.917 40.4278 18.8911 40.402C18.8566 40.3716 18.833 40.3716 18.8202 40.402C18.8135 40.4278 18.8135 40.5247 18.8202 40.6277C18.8586 41.0542 18.8653 41.2416 18.8456 41.2416C18.8331 41.2416 18.7814 41.1577 18.7359 41.0542C18.6908 40.9512 18.6199 40.7959 18.5744 40.712C18.5356 40.6215 18.5034 40.5309 18.5034 40.5117C18.5034 40.4858 18.4776 40.4533 18.4454 40.4408C18.3937 40.4082 18.2773 40.4408 17.8574 40.5826C17.7602 40.6148 17.5857 40.6665 17.4697 40.6991C17.3466 40.7312 17.2047 40.7763 17.153 40.7959C17.0495 40.8347 17.0432 40.8606 16.9786 41.2287C16.9206 41.5325 16.875 41.4615 16.875 41.0868C16.875 40.8347 16.8688 40.828 16.8041 40.8151C16.7202 40.7892 16.1773 40.8735 15.7316 40.9833C15.4148 41.0609 15.3827 41.0542 15.2663 40.9253C14.8268 40.4278 14.8527 40.46 14.8657 40.3632C14.8723 40.3114 14.8853 40.2405 14.9045 40.195C14.9174 40.1499 14.9495 40.0593 14.9692 39.9884C14.9883 39.917 15.0468 39.7426 15.0981 39.6007C15.1498 39.4584 15.2212 39.271 15.2471 39.1871C15.2792 39.1033 15.318 39.0127 15.3372 38.9801C15.3569 38.9543 15.376 38.9092 15.376 38.89C15.376 38.8641 15.389 38.8316 15.4148 38.8124C15.4666 38.7673 15.712 38.8771 16.1581 39.1287C16.494 39.3228 16.9719 39.5298 17.0044 39.491C17.0107 39.4843 17.0562 39.3228 17.1012 39.1354C17.1467 38.948 17.198 38.7477 17.2177 38.683C17.2436 38.6183 17.2757 38.4956 17.2953 38.4118C17.3466 38.2177 17.5536 37.5137 17.6054 37.3781C17.6442 37.2683 17.683 37.2487 17.6959 37.3392C17.6959 37.3651 17.6571 37.5588 17.5987 37.772C17.5469 37.979 17.4697 38.2694 17.4439 38.4118C17.4113 38.5536 17.3725 38.7089 17.3596 38.7477C17.3466 38.7928 17.3404 38.8574 17.3404 38.89C17.3404 38.9159 17.3212 39.0189 17.3016 39.1033C17.2369 39.3745 17.2047 39.6136 17.2177 39.6328ZM17.7214 37.0805C17.7343 37.0805 17.7539 37.0934 17.7669 37.1064C17.7861 37.1389 17.741 37.2166 17.7151 37.1969C17.6892 37.1648 17.6959 37.0805 17.7214 37.0805ZM14.5489 46.5787C14.5489 46.5916 14.536 46.6113 14.523 46.6113C14.5105 46.6175 14.4976 46.6046 14.4976 46.5787C14.4976 46.5528 14.5105 46.5399 14.523 46.5466C14.536 46.5528 14.5489 46.5658 14.5489 46.5787ZM19.4207 30.4514C19.4662 30.4322 19.4921 30.4514 19.4724 30.4902C19.4466 30.5223 19.4144 30.5223 19.3953 30.4902C19.3823 30.4773 19.3953 30.4581 19.4207 30.4514ZM38.8499 37.9464C38.8499 37.6234 38.8048 37.1907 38.7468 36.9645C38.7209 36.8802 38.6562 36.6866 38.5916 36.538C38.5139 36.3506 38.488 36.2601 38.5077 36.2409C38.5269 36.2212 38.5398 36.2279 38.5527 36.2538C38.5657 36.273 38.6174 36.3439 38.6562 36.4086C38.7597 36.5572 39.1019 37.1001 39.1537 37.1907C39.2184 37.3134 39.4316 37.6623 39.4704 37.7202C39.5026 37.7658 39.5284 37.7782 39.5802 37.7658C39.6123 37.7528 39.7029 37.7591 39.7738 37.7782C39.8514 37.7979 39.9871 37.83 40.0839 37.8496C40.1744 37.8688 40.3618 37.9206 40.4974 37.9594C40.6268 37.9982 40.8079 38.0499 40.8981 38.0758C40.9824 38.1017 41.0792 38.1276 41.118 38.1405C41.1501 38.1534 41.234 38.1664 41.3054 38.1793C41.4151 38.1918 41.4343 38.1856 41.5508 38.0821C41.6931 37.9531 42.0549 37.5654 42.1129 37.4811C42.1455 37.4298 42.1455 37.4102 42.029 37.2166C41.9193 37.0354 41.8287 36.8802 41.6346 36.5768C41.6088 36.5442 41.4861 36.3569 41.3571 36.1632C41.2211 35.9692 41.118 35.8014 41.118 35.7885C41.118 35.6979 41.2407 35.8206 41.5637 36.2342C41.9706 36.7446 42.1455 36.9516 42.1776 36.9516C42.2097 36.9516 42.2485 36.8418 42.2873 36.6607L42.3132 36.5121H42.4426C42.5586 36.5121 42.7076 36.5313 43.1145 36.6027C43.1854 36.6219 43.2113 36.6156 43.2242 36.583C43.2438 36.5313 43.1207 36.2212 43.0565 36.1436C43.0368 36.1177 42.9918 36.0535 42.9659 36.008C42.9012 35.9049 42.5327 35.3941 42.352 35.1684C41.9126 34.6058 41.822 34.4702 41.8867 34.4702C41.8996 34.4702 42.1388 34.7093 42.423 35.0069C43.1403 35.7564 43.9737 36.5897 44.0063 36.5897C44.0576 36.5897 44.0384 36.538 43.9349 36.3957C43.8769 36.318 43.8319 36.2471 43.8319 36.2409C43.8319 36.2279 43.793 36.1762 43.7542 36.1244C43.7087 36.0727 43.6766 36.0209 43.6766 36.0147C43.6766 36.0017 43.599 35.8982 43.5151 35.7755C43.4245 35.6529 43.3407 35.5364 43.3277 35.5105C43.3081 35.4847 43.2501 35.4008 43.1921 35.3299C43.1274 35.2522 43.0823 35.1808 43.0823 35.1684C43.0823 35.1559 42.9851 35.0193 42.9012 34.9163C42.8624 34.8708 42.8691 34.8061 42.9142 34.8061C42.9333 34.8061 42.953 34.8257 42.953 34.8449C42.953 34.8641 42.9659 34.8837 42.9851 34.8904C43.0435 34.9163 43.8381 35.9241 44.0063 36.1762C44.2387 36.5442 44.2709 36.5897 44.2709 36.6156C44.2709 36.6286 44.2905 36.6544 44.3226 36.6674C44.3614 36.6866 44.3744 36.6866 44.381 36.6607C44.3873 36.6415 44.4002 36.331 44.4065 35.9692C44.4261 35.2522 44.4065 35.0193 44.3164 34.7999C44.245 34.6384 43.8381 33.908 43.7863 33.8433C43.7346 33.792 43.7605 33.7077 43.8122 33.7403C43.8319 33.7532 43.9349 33.8563 44.0384 33.9794C44.2905 34.2765 44.717 34.761 44.8914 34.9484C45.1435 35.2197 45.8216 36.1503 46.0933 36.6027C46.2419 36.8481 46.5452 37.3972 46.7005 37.7011C46.8879 38.0758 47.3206 39.006 47.3206 39.0386C47.3206 39.0448 47.3532 39.1287 47.392 39.226C47.5147 39.491 47.8828 40.389 47.9604 40.5826C47.9796 40.6406 48.0054 40.712 48.0184 40.7442C48.0509 40.8021 48.2316 41.3322 48.419 41.888C48.4837 42.0817 48.6064 42.489 48.7036 42.7924C48.7938 43.0962 48.891 43.4259 48.9231 43.5227C48.9878 43.7422 49.0717 44.0589 49.227 44.7049C49.4143 45.4674 49.4402 45.5838 49.4402 45.7324C49.4402 45.868 49.3947 45.9198 49.3755 45.81C49.214 45.0734 49.0458 44.3949 48.9164 43.9813C48.7616 43.445 48.4708 42.5278 48.3998 42.34C48.3869 42.2949 48.361 42.2302 48.3543 42.1852C48.3418 42.1397 48.303 42.0429 48.2771 41.9652C48.2446 41.888 48.2125 41.7975 48.2058 41.7716C48.1995 41.7457 48.1799 41.694 48.1736 41.6681C48.1219 41.5454 47.9925 41.1707 47.9925 41.1515C47.9925 41.1448 47.9733 41.0997 47.9541 41.0542C47.9345 41.0092 47.9086 40.9382 47.8895 40.8927C47.8439 40.7638 47.3206 39.4392 47.2238 39.2001C47.0302 38.7348 46.5649 37.7782 46.4484 37.5913C46.4096 37.5329 46.3449 37.4169 46.2999 37.3392C46.2611 37.2616 46.2093 37.1777 46.1901 37.1581C46.1705 37.1322 46.1576 37.1064 46.1576 37.1001C46.1576 37.0872 46.1125 37.0162 46.0607 36.9386C46.0027 36.8543 45.9314 36.7446 45.8992 36.6928C45.8154 36.5701 45.5695 36.215 45.421 36.0147C45.363 35.9304 45.2791 35.8144 45.2403 35.7564C45.1109 35.5752 44.9624 35.4008 44.9494 35.4137C44.9365 35.42 44.9624 35.4655 45.0012 35.5172C45.04 35.5623 45.0721 35.614 45.0721 35.6203C45.0721 35.6332 45.098 35.672 45.1306 35.7175C45.3179 35.9821 45.3501 36.2083 45.2921 36.8092C45.2207 37.5008 45.2144 37.7269 45.2595 37.8817C45.2854 37.9594 45.3179 38.0433 45.3434 38.0629C45.3759 38.1017 45.3759 38.1146 45.35 38.1276C45.3112 38.1534 45.1756 38.0049 45.0012 37.7528C44.833 37.507 44.8138 37.4811 44.7942 37.5008C44.7687 37.5266 44.8526 37.7528 44.9561 37.9464C45.2274 38.4764 45.5312 39.0966 45.7507 39.5878C45.8216 39.7363 45.893 39.8911 45.9122 39.9366C46.0027 40.137 46.2419 40.6991 46.2807 40.8088C46.3061 40.8994 46.3128 40.9445 46.2932 40.9641C46.274 40.9833 46.2289 40.9123 46.1384 40.7312C45.7311 39.8782 45.4794 39.3937 45.2921 39.0966C45.2336 39.006 45.1435 38.8574 45.098 38.7736C45.0462 38.6897 44.9686 38.5666 44.9235 38.4956C44.8785 38.4309 44.8397 38.36 44.8397 38.3471C44.8397 38.3341 44.8267 38.3212 44.82 38.3212C44.8071 38.3212 44.7491 38.2306 44.6844 38.1276C44.5747 37.9335 44.5359 37.8884 44.51 37.9143C44.4908 37.9335 44.5684 38.2503 44.6394 38.4635C44.7879 38.89 44.7942 38.9221 44.7687 38.948C44.7299 38.9801 44.6523 38.8771 44.4841 38.5795C44.4132 38.4568 44.3355 38.36 44.3097 38.3533C44.2708 38.3471 44.2709 38.3729 44.2709 38.5991C44.2709 38.8771 44.3422 39.2322 44.4453 39.4972C44.4582 39.5231 44.5037 39.6395 44.5488 39.7555C44.5938 39.872 44.6523 39.9946 44.6715 40.0335C44.6911 40.0785 44.7103 40.1173 44.7103 40.137C44.7103 40.1499 44.762 40.2855 44.8267 40.4341C44.9815 40.8021 44.9753 40.7892 45.0592 40.9962C45.098 41.093 45.1756 41.3 45.2403 41.4486C45.5374 42.1852 45.6731 42.5858 45.6409 42.6179C45.6151 42.6438 45.5633 42.5662 45.5116 42.4305C45.4339 42.2369 44.7299 40.6536 44.6782 40.5764C44.6523 40.5309 44.6327 40.4791 44.6327 40.4662C44.6327 40.46 44.5425 40.2855 44.439 40.0852C44.1419 39.5231 43.7993 39.0189 43.4183 38.5924C43.3148 38.4827 43.2372 38.3792 43.2372 38.3662C43.2372 38.36 43.2242 38.3471 43.2113 38.3471C43.1792 38.3471 43.1725 38.4698 43.205 38.4894C43.218 38.4956 43.2372 38.5344 43.2438 38.5733C43.263 38.6379 43.2822 38.683 43.4633 39.0774C43.5084 39.1742 43.5472 39.2648 43.5472 39.2773C43.5472 39.2898 43.5731 39.3549 43.6119 39.4196C43.6445 39.491 43.6766 39.5552 43.6766 39.5681C43.6766 39.5811 43.7087 39.6587 43.7542 39.7493C43.793 39.8398 43.8319 39.9237 43.8319 39.9366C43.8319 39.9429 43.864 40.0268 43.909 40.1173C43.9478 40.2079 43.9867 40.2918 43.9867 40.2985C43.9867 40.3047 44.0125 40.3761 44.0447 40.447C44.129 40.6344 44.2129 40.841 44.2838 41.035C44.3164 41.1256 44.3552 41.2095 44.3681 41.2287C44.381 41.2416 44.4065 41.313 44.4324 41.3839C44.4582 41.4548 44.5684 41.7328 44.6782 42.004C44.8785 42.5082 45.04 42.9409 45.0592 43.0444C45.0721 43.0895 45.0659 43.1024 45.0333 43.1024C45.0074 43.1024 44.9945 43.0832 44.9945 43.0574C44.9945 43.0315 44.9753 42.9864 44.9561 42.9605C44.9302 42.9347 44.9173 42.8829 44.9173 42.857C44.9173 42.8312 44.8977 42.7794 44.8785 42.7535C44.8589 42.7277 44.82 42.6375 44.7879 42.5599C44.7558 42.4823 44.6782 42.3079 44.6197 42.1722C44.5555 42.0366 44.4649 41.8296 44.4132 41.7069C44.3552 41.5842 44.2838 41.4227 44.2517 41.3451C44.187 41.2095 43.011 38.8186 42.8883 38.5862C42.8303 38.4764 42.7656 38.4247 42.746 38.4764C42.733 38.5278 42.4488 38.8445 42.294 38.9868C42.1325 39.1354 42.0678 39.1546 41.8996 39.0836C41.8416 39.0578 41.7319 39.0127 41.6476 38.9739C41.5575 38.9418 41.4151 38.8771 41.3313 38.8383C41.2407 38.7928 41.118 38.7415 41.0596 38.7218C40.9953 38.6959 40.9239 38.6701 40.8981 38.6571C40.8659 38.6442 40.7821 38.6121 40.7044 38.5795C40.6206 38.5474 40.5363 38.5153 40.5104 38.5023C40.4783 38.4894 40.3944 38.4635 40.3168 38.4376C40.0326 38.3471 39.9353 38.3149 39.8581 38.2694C39.7546 38.2114 39.7417 38.2503 39.8256 38.3533C39.8514 38.3921 39.8773 38.4309 39.8773 38.4376C39.8773 38.4506 39.9612 38.6379 40.0714 38.8574C40.2779 39.284 40.3685 39.4713 40.6076 39.9884C40.6915 40.1561 40.7821 40.3565 40.8142 40.4278C40.8918 40.5764 41.0533 40.9445 41.0921 41.035C41.1113 41.0738 41.131 41.1189 41.1439 41.1448C41.1631 41.1836 41.3504 41.6101 41.454 41.8622C41.4731 41.901 41.499 41.959 41.5186 42.004C41.5316 42.0495 41.5704 42.1334 41.5958 42.1981C41.6217 42.2628 41.6735 42.3855 41.7123 42.4694C41.7448 42.5532 41.8028 42.6826 41.8287 42.7535C41.8546 42.8249 41.8805 42.8959 41.8934 42.9088C41.9063 42.9217 41.9193 42.9476 41.9193 42.9668C41.9193 42.986 41.9322 43.0444 41.9514 43.0832C41.9706 43.1283 42.0161 43.2318 42.042 43.3157C42.0741 43.4 42.1066 43.4839 42.1196 43.5097C42.1325 43.5356 42.1968 43.6904 42.2552 43.8519C42.3132 44.0139 42.3712 44.1816 42.3908 44.2267C42.41 44.2722 42.4426 44.3498 42.4685 44.4011C42.4943 44.4596 42.5135 44.5176 42.5135 44.5372C42.5135 44.5568 42.5265 44.6144 42.5456 44.6599C42.5715 44.7049 42.6233 44.8473 42.6688 44.9762C42.7138 45.1056 42.7589 45.2349 42.7718 45.2608C42.7785 45.2867 42.7977 45.338 42.8044 45.3639C42.8106 45.3898 42.882 45.603 42.9659 45.8292C43.0435 46.0554 43.1207 46.2816 43.1337 46.3333C43.1595 46.411 43.2889 46.8111 43.3598 47.0181C43.3728 47.0632 43.4245 47.2185 43.4696 47.367C43.5151 47.5156 43.5731 47.703 43.599 47.7806C43.657 47.9488 43.7217 48.1491 43.7475 48.2718C43.7605 48.3231 43.7863 48.3945 43.7993 48.4395C43.864 48.6336 43.9867 49.0405 43.9867 49.0793C43.9867 49.1052 43.9934 49.131 44.0125 49.1373C44.0255 49.144 44.0384 49.1761 44.0384 49.202C44.0384 49.2278 44.0643 49.3505 44.1031 49.467C44.1352 49.5834 44.1937 49.7641 44.2191 49.8609C44.2517 49.9582 44.3034 50.1455 44.3422 50.2745C44.3873 50.4039 44.4261 50.5524 44.4453 50.6104C44.4582 50.6689 44.51 50.8366 44.5555 50.9856C44.6005 51.1342 44.6523 51.3216 44.6782 51.3987C44.6974 51.4764 44.7299 51.5861 44.7491 51.6446C44.775 51.7414 44.8589 52.0126 44.9561 52.3423C44.9945 52.4909 45.0529 52.6783 45.098 52.846C45.1109 52.9107 45.1435 53.0075 45.1627 53.0659C45.1819 53.1239 45.2144 53.2404 45.2403 53.3243C45.2595 53.4086 45.2983 53.5246 45.3179 53.583C45.3371 53.641 45.3889 53.8088 45.4339 53.9578C45.4794 54.1063 45.5245 54.2549 45.5312 54.2808C45.5437 54.3066 45.5892 54.4552 45.6409 54.6038C45.686 54.7523 45.7699 55.0236 45.8346 55.211C46.0545 55.8828 46.2289 56.4708 46.2932 56.7359C46.3128 56.8197 46.3708 57.033 46.4163 57.2012C46.5261 57.621 46.5711 57.7954 46.597 57.9507C46.6099 58.0216 46.6487 58.196 46.6809 58.3384C46.7197 58.4802 46.7522 58.6226 46.7522 58.6551C46.7522 58.6877 46.7585 58.739 46.7714 58.7649C46.7911 58.7907 46.8102 58.8746 46.8232 58.9585C46.8428 59.0424 46.8682 59.2039 46.8941 59.3074C46.9137 59.4176 46.9396 59.5724 46.9588 59.6629C46.9717 59.7468 46.9914 59.8503 47.0106 59.8891C47.0235 59.9279 47.0364 59.9922 47.0364 60.0377C47.0364 60.0765 47.0494 60.1733 47.0686 60.2443C47.1141 60.4187 47.1658 60.6708 47.1917 60.884C47.2046 60.9746 47.2301 61.1423 47.2497 61.2588C47.2689 61.3752 47.3014 61.5559 47.3144 61.6723C47.3336 61.7888 47.3532 61.9565 47.3724 62.0471C47.4304 62.4798 47.4759 62.7774 47.5018 63.0032C47.5147 63.1392 47.5468 63.3654 47.5664 63.5073C47.5856 63.6496 47.6048 63.8499 47.6178 63.9467C47.6244 64.0435 47.6503 64.2697 47.6695 64.4379C47.6891 64.6057 47.7083 64.8127 47.7083 64.8965C47.7083 65.0322 47.6762 65.1031 47.6436 65.0518C47.6374 65.0389 47.6244 64.9545 47.6178 64.8644C47.5986 64.7221 47.5535 64.3603 47.4174 63.4167C47.4049 63.3137 47.3791 63.1713 47.3661 63.1067C47.3532 63.042 47.3336 62.9063 47.3206 62.8095C47.3077 62.7127 47.2756 62.5316 47.2559 62.4089C47.2301 62.2862 47.2046 62.118 47.1917 62.0279C47.1788 61.9436 47.1591 61.8146 47.1399 61.7433C47.127 61.679 47.0944 61.5238 47.0686 61.4011C47.0494 61.2784 47.0106 61.0973 46.9914 60.9875C46.9718 60.884 46.9396 60.7355 46.9267 60.6645C46.8941 60.4771 46.8232 60.1474 46.7844 59.973C46.7652 59.8891 46.7522 59.7986 46.7522 59.7664C46.7522 59.7406 46.7326 59.6562 46.7134 59.5791C46.6938 59.5077 46.6554 59.3591 46.6358 59.2427C46.5841 58.9973 46.5194 58.7064 46.4872 58.5837C46.4743 58.532 46.4293 58.3384 46.3837 58.1443C46.3449 57.9507 46.2869 57.7437 46.2677 57.6794C46.2481 57.6147 46.2222 57.505 46.2093 57.4336C46.1901 57.3627 46.1576 57.2204 46.1254 57.1235C46.0996 57.0267 46.0674 56.904 46.0545 56.8523C45.9769 56.5681 45.8283 56.0832 45.7636 55.8828C45.7186 55.7539 45.6668 55.5987 45.6472 55.534C45.6342 55.4697 45.5762 55.3015 45.5245 55.1592C45.4794 55.0173 45.4018 54.7782 45.3563 54.6297C45.3112 54.4811 45.2595 54.3325 45.2532 54.3066C45.1885 54.1322 45.156 54.0416 45.0659 53.7378C45.0141 53.5504 44.9235 53.2596 44.8785 53.0918C44.8267 52.9236 44.7491 52.6653 44.704 52.523C44.6652 52.3811 44.6005 52.1741 44.5617 52.0581C44.5296 51.9417 44.4712 51.7481 44.439 51.6187C44.4065 51.4893 44.3355 51.2372 44.2838 51.0499C44.232 50.8625 44.1678 50.6492 44.1482 50.5721C44.1223 50.4944 44.0902 50.3847 44.0772 50.3262C44.0576 50.2682 44.0317 50.1777 44.0125 50.1197C43.9737 49.9711 43.8381 49.4929 43.793 49.3443C43.7672 49.2729 43.6958 49.0275 43.6315 48.8013C43.5668 48.5752 43.4892 48.3039 43.4571 48.2071C43.4245 48.1103 43.3407 47.8386 43.276 47.6124C43.205 47.3867 43.1466 47.1734 43.1337 47.1475C43.1207 47.1216 43.0757 46.9731 43.0306 46.8241C42.8173 46.1651 42.7848 46.0616 42.7656 46.0103C42.7527 45.9845 42.6429 45.6418 42.5135 45.2608C42.294 44.5952 42.1838 44.2914 42.042 43.8907C42.0031 43.7939 41.9581 43.6712 41.9385 43.6195C41.8996 43.503 41.8675 43.4192 41.8287 43.3224C41.7961 43.2447 41.7511 43.1283 41.6735 42.928C41.2795 41.8813 40.6656 40.518 40.3618 40.0335C40.1811 39.7426 40.1035 39.6328 39.884 39.3616L39.8256 39.2902V39.3616C39.8256 39.4521 39.9032 39.7426 40.0196 40.0656C40.0647 40.2016 40.1035 40.3243 40.0968 40.3306C40.0714 40.3565 39.9741 40.2534 39.8385 40.0526C39.7676 39.9496 39.6708 39.8073 39.619 39.7426C39.4963 39.5619 38.9212 39.0127 38.7789 38.9418C38.7142 38.903 38.6107 38.8512 38.5465 38.8186C38.488 38.7928 38.4171 38.7606 38.3912 38.7606C38.3654 38.7606 38.3136 38.7477 38.2748 38.7285C38.236 38.7089 38.1262 38.683 38.0227 38.6701C37.8483 38.6571 37.8354 38.6571 37.7582 38.7218C37.6739 38.7928 37.6029 38.7994 37.577 38.7348C37.5641 38.7156 37.5449 38.6701 37.5253 38.6379C37.5061 38.5991 37.4735 38.5086 37.4481 38.4247C37.4155 38.3408 37.3767 38.2373 37.3575 38.1985C37.2799 38.0433 37.2862 38.037 37.6096 38.037C37.8938 38.037 38.3783 38.1146 38.8177 38.2244C38.8499 38.2306 38.8566 38.1856 38.8499 37.9464ZM41.0663 35.7109C41.0663 35.6979 41.0725 35.685 41.0921 35.685C41.1051 35.685 41.118 35.6979 41.118 35.7109C41.118 35.7238 41.1051 35.7367 41.0921 35.7367C41.0725 35.7367 41.0663 35.7238 41.0663 35.7109ZM49.55 73.7742C49.6147 73.6582 49.7115 73.4449 49.7695 73.3026C49.8341 73.1608 49.8921 73.0117 49.9118 72.9667C50.0603 72.6178 50.3187 71.8683 50.4351 71.4289C50.4543 71.3383 50.4868 71.2285 50.4998 71.1835C50.5127 71.138 50.5578 70.9635 50.5903 70.7958C50.6613 70.4661 50.6613 70.4728 50.7193 70.1239C50.7389 69.9945 50.771 69.8263 50.784 69.7487C50.842 69.4324 50.9455 68.6637 51.0035 68.0949C51.1328 66.7832 51.1199 65.8464 50.9325 64.3215C50.8616 63.7335 50.6805 62.7319 50.519 62.0988C50.4802 61.9373 50.4543 61.795 50.461 61.7821C50.4802 61.75 50.5515 61.7562 50.5515 61.795C50.5515 61.808 50.5774 61.8918 50.6158 61.9824C50.6546 62.0663 50.7001 62.1827 50.726 62.2407C50.7452 62.2992 50.7907 62.4027 50.8228 62.4736C50.8549 62.5445 50.9067 62.6672 50.9325 62.7448C51.0035 62.9322 51.0231 62.9643 51.094 63.1196C51.1266 63.191 51.1779 63.3199 51.2105 63.4038C51.2685 63.559 51.4108 63.9275 51.4496 64.0244C51.4817 64.1082 51.5335 64.2505 51.5593 64.3344C51.5656 64.3795 51.6044 64.4763 51.6303 64.5539C51.7146 64.7672 51.902 65.3489 51.9729 65.601C51.9792 65.6461 52.0117 65.7429 52.0309 65.8205C52.0505 65.8981 52.0894 66.0467 52.1148 66.1435C52.1344 66.2403 52.1665 66.3634 52.1795 66.4147C52.1991 66.5053 52.212 66.57 52.2959 67.1388C52.3218 67.3003 52.341 67.6492 52.3477 68.0043C52.3606 68.6053 52.3539 68.6958 52.225 69.568C52.2054 69.7295 52.0894 70.169 52.0247 70.3563C51.9662 70.5178 51.8824 70.7503 51.8114 70.9444C51.74 71.1447 51.3653 71.8942 51.1975 72.1654C50.842 72.7597 50.3771 73.2834 49.6276 73.9424C49.4273 74.1168 49.4014 74.0588 49.55 73.7742ZM49.537 46.3463C49.5691 46.3266 49.6017 46.4498 49.5821 46.4881C49.5691 46.5011 49.55 46.514 49.537 46.514C49.5045 46.514 49.5045 46.3654 49.537 46.3463ZM49.4532 46.1589C49.4465 46.1522 49.4402 46.1004 49.4402 46.0424C49.4402 45.9068 49.4982 45.926 49.5112 46.0683C49.5174 46.1718 49.4982 46.2039 49.4532 46.1589ZM46.4681 41.2742C46.4681 41.3063 46.3904 41.3 46.3708 41.2675C46.3646 41.2483 46.3708 41.2224 46.3837 41.2095C46.4096 41.1836 46.4226 41.1903 46.4422 41.2157C46.4551 41.2353 46.4681 41.2612 46.4681 41.2742ZM46.3646 41.0738C46.3646 41.1448 46.3579 41.1515 46.3257 41.1189C46.2999 41.093 46.3061 41.0092 46.3387 41.0092C46.3516 41.0092 46.3646 41.0417 46.3646 41.0738ZM45.7186 42.7535C45.7186 42.7732 45.7056 42.7924 45.6927 42.7924C45.673 42.7924 45.6668 42.7665 45.6668 42.7406C45.6668 42.7085 45.673 42.6955 45.6927 42.7022C45.7056 42.7085 45.7186 42.7344 45.7186 42.7535ZM45.1239 43.2318C45.1239 43.2577 45.1109 43.2836 45.098 43.2836C45.0788 43.2836 45.0721 43.2577 45.0721 43.2318C45.0721 43.2059 45.0788 43.18 45.098 43.18C45.1109 43.18 45.1239 43.2059 45.1239 43.2318ZM44.0255 64.9028C44.0902 64.4054 44.0964 64.2568 44.1093 63.1522C44.116 62.0471 44.1093 61.6402 44.0447 60.7743C44.0317 60.5802 44.0317 60.5414 44.0643 60.5543C44.1482 60.5802 44.2579 62.0792 44.2517 63.1584C44.2517 63.9659 44.2129 64.4442 44.0643 65.3681C44.0384 65.5363 44.0125 65.6523 43.9934 65.659C43.9416 65.6782 43.9478 65.5167 44.0255 64.9028ZM43.9478 65.8464C43.922 65.8464 43.909 65.8334 43.909 65.8205C43.9157 65.8013 43.9349 65.7884 43.9478 65.7884C43.9608 65.7884 43.9737 65.8013 43.9804 65.8205C43.9867 65.8334 43.9675 65.8464 43.9478 65.8464ZM41.8158 68.1078C41.8934 67.8946 42.1325 67.0416 42.2293 66.6539C42.3132 66.3117 42.3583 66.2274 42.3583 66.4147C42.3583 66.6347 41.9706 68.0431 41.8867 68.1337C41.8738 68.1466 41.8675 68.1854 41.8675 68.2113C41.8675 68.2434 41.8479 68.2823 41.8287 68.3014C41.764 68.3532 41.7578 68.2626 41.8158 68.1078ZM41.7899 68.4308C41.7899 68.4826 41.777 68.5085 41.7511 68.5085C41.7252 68.5085 41.7123 68.4826 41.7123 68.4308C41.7123 68.3791 41.7252 68.3532 41.7511 68.3532C41.777 68.3532 41.7899 68.3791 41.7899 68.4308ZM42.3971 66.0467C42.41 66.04 42.423 66.0659 42.4296 66.1047C42.4426 66.1761 42.3908 66.2341 42.365 66.1761C42.3453 66.1243 42.3583 66.0529 42.3971 66.0467ZM41.7123 68.6249C41.7123 68.67 41.6672 68.6762 41.6476 68.6378C41.6217 68.6053 41.6543 68.5535 41.6864 68.5731C41.6993 68.5861 41.7123 68.6053 41.7123 68.6249ZM37.3509 38.8574C37.3575 38.8704 37.3964 38.9739 37.4352 39.0774C37.4673 39.1804 37.5382 39.3808 37.59 39.5231C37.6417 39.6654 37.6997 39.8398 37.7194 39.9108C37.7452 39.9817 37.7774 40.0785 37.797 40.1303C37.8162 40.182 37.8483 40.2855 37.8679 40.3632C37.8938 40.4408 37.9259 40.5568 37.9455 40.6215C37.9647 40.6862 38.0035 40.8021 38.0227 40.8798C38.0486 40.9574 38.0812 41.0801 38.107 41.1448C38.1262 41.2157 38.1459 41.2933 38.1459 41.3192C38.1459 41.3451 38.1521 41.3968 38.1651 41.429C38.1909 41.4937 38.2815 41.9072 38.3912 42.4435C38.4104 42.5599 38.4492 42.7277 38.4689 42.8249C38.5206 43.0636 38.5139 43.2514 38.4559 43.3482C38.4104 43.4192 38.2686 43.516 38.2039 43.516C38.1909 43.516 38.1329 43.5419 38.0745 43.5677C37.9455 43.6324 37.8162 43.7681 37.797 43.8778C37.7711 43.988 37.842 44.1883 37.9389 44.2784C38.0035 44.3431 38.3721 44.5243 38.4301 44.5243C38.5269 44.5243 39.3669 44.9891 39.6641 45.2091C39.8965 45.3768 40.1874 45.6677 40.1874 45.7324C40.1874 45.7904 40.1097 45.7712 39.9871 45.6806C39.9161 45.6289 39.7029 45.5129 39.5155 45.4156C39.3219 45.3121 39.1599 45.2282 39.1537 45.2153C39.1537 45.2024 39.1345 45.1961 39.1149 45.1961C39.1019 45.1961 38.9922 45.1506 38.8824 45.0926C38.766 45.0346 38.4947 44.9119 38.2748 44.8147C37.8099 44.6211 37.6997 44.5305 37.6096 44.2784C37.4352 43.7939 37.4222 43.5807 37.5512 43.4647C37.5967 43.4259 37.6935 43.3612 37.7774 43.3224C37.855 43.2836 37.9714 43.2256 38.0227 43.1867L38.1262 43.1154L38.1133 42.8053C38.1004 42.5407 38.0941 42.476 38.0357 42.3467C37.9518 42.1722 37.8679 42.1205 37.6805 42.1205C37.5449 42.1205 37.1831 42.1722 36.8275 42.2369C36.7178 42.2561 36.5304 42.282 36.414 42.3012C35.6903 42.3984 35.5097 42.4694 35.3673 42.6955C35.3026 42.8053 35.2897 42.8441 35.2897 43.0315C35.2897 43.1997 35.2964 43.2706 35.3415 43.3674C35.4253 43.5356 35.4838 43.5677 35.6841 43.5677C36.0651 43.5677 36.1168 43.6065 36.1427 43.8845C36.1619 44.046 36.0977 44.5952 36.0522 44.7179C35.9875 44.8861 35.9616 44.9378 35.8844 45.0538C35.7742 45.222 35.6065 45.4094 35.1478 45.9068C34.6566 46.4368 34.6049 46.4431 34.857 45.9389C35.0247 45.6097 35.1153 45.4933 35.4708 45.1185C35.7872 44.7826 35.8389 44.6987 35.8585 44.4984C35.8777 44.2981 35.8327 44.1946 35.6841 44.0781C35.5998 44.0072 35.2835 43.8778 35.1929 43.8778C35.0831 43.8778 34.915 43.5097 34.915 43.2644C34.915 43.2256 34.902 43.1542 34.8891 43.1154C34.8761 43.0703 34.844 42.9217 34.8244 42.7794C34.7731 42.4952 34.7472 42.3467 34.6245 41.8492C34.5014 41.3192 34.4175 40.9833 34.3787 40.8539C34.3595 40.7892 34.327 40.6795 34.3078 40.6085C34.2881 40.5376 34.2368 40.3823 34.198 40.2596C34.1592 40.137 34.1204 40.0076 34.1075 39.9625C34.1008 39.917 34.0365 39.7363 33.9718 39.549C33.9071 39.3616 33.8233 39.1287 33.7907 39.0319C33.6876 38.7348 33.5128 38.302 33.3191 37.8947C33.1126 37.449 32.6147 36.4474 32.5375 36.3377C32.5116 36.2989 32.4273 36.1632 32.3564 36.0339C31.6778 34.8837 30.4375 33.4949 29.2098 32.5125C28.6927 32.0989 28.3568 31.8598 27.937 31.5886C27.8464 31.5306 27.7366 31.4592 27.6911 31.4333C27.4328 31.2656 26.3795 30.7226 26.3086 30.7226C26.2956 30.7226 26.2568 30.7097 26.2376 30.6967C26.1149 30.6325 25.63 30.4643 25.1455 30.3287C24.5575 30.1542 23.4074 30.0119 22.6775 30.0119C22.1024 30.0186 21.12 30.1025 20.7778 30.1864C20.7131 30.1993 20.6034 30.2189 20.5325 30.2319C20.2996 30.2707 20.1189 30.3158 19.899 30.3737C19.5438 30.4773 19.4144 30.4514 19.6728 30.3224C19.7504 30.2899 19.8213 30.2578 19.8343 30.2578C19.8472 30.2578 19.899 30.2381 19.9574 30.2122C20.2157 30.0958 20.2608 30.0766 20.3063 30.0766C20.3321 30.0766 20.3772 30.0574 20.4031 30.0378C20.429 30.0186 20.4678 29.999 20.487 29.999C20.5061 29.999 20.6163 29.9669 20.7323 29.9214C21.1588 29.7666 21.7535 29.5729 22.1216 29.4694C22.839 29.2624 22.9809 29.2236 23.2717 29.1589C23.3685 29.1335 23.4979 29.1076 23.5497 29.0947C23.6594 29.0621 23.7629 29.0429 24.2925 28.9591C24.603 28.9073 24.7319 28.9006 25.6238 28.9006C26.2915 28.9006 26.8772 28.9394 27.3811 29.017C27.6202 29.0559 27.8915 29.1139 28.0405 29.1589C28.1047 29.1786 28.1761 29.1977 28.1953 29.1977C28.2403 29.1977 28.7315 29.3463 28.7962 29.3789C28.8154 29.3918 28.8542 29.4047 28.8738 29.4047C28.8997 29.4047 28.9515 29.4239 28.9965 29.4436C29.0483 29.4627 29.1777 29.5145 29.2937 29.56C29.4034 29.6051 29.5524 29.6631 29.6167 29.6889C29.6751 29.7148 29.817 29.7795 29.9205 29.8312C30.024 29.883 30.1145 29.9214 30.1145 29.9214C30.14 29.9214 30.7668 30.2707 30.8703 30.3349C30.9221 30.3737 31.0898 30.4839 31.2388 30.5808C31.3874 30.6838 31.5489 30.794 31.6006 30.8261C31.6586 30.8649 31.8719 31.0331 32.0851 31.2009C32.492 31.5239 33.5774 32.5835 33.933 33.01C34.2498 33.3847 34.4822 33.6756 34.6696 33.9339C35.0702 34.4702 35.1349 34.5607 35.1867 34.6383C35.2121 34.6834 35.2897 34.8061 35.3611 34.9163C35.7488 35.4914 36.0847 36.0794 36.4336 36.7834C36.7825 37.4941 37.0345 38.0241 37.0345 38.0691C37.0345 38.0821 37.0475 38.1276 37.0667 38.1597C37.1184 38.2503 37.254 38.5924 37.2929 38.7218C37.312 38.7803 37.3379 38.8383 37.3509 38.8574ZM40.2329 52.5105C40.2262 52.5359 40.1744 52.5556 40.0326 52.5685C39.4058 52.6265 39.4187 52.6265 39.2054 52.5105C38.8177 52.3097 38.6625 52.2776 38.107 52.2776C37.7127 52.2709 37.6355 52.2839 37.4155 52.3356C37.2799 52.3744 37.0925 52.4391 37.002 52.4846C36.8146 52.5748 36.679 52.5814 36.5563 52.5168C36.5108 52.4976 36.414 52.4588 36.3363 52.4329C36.1427 52.3744 36.1168 52.3294 36.2203 52.2259C36.3363 52.1032 36.608 51.9096 36.8275 51.7931C37.2607 51.5669 37.6997 51.4893 38.3912 51.5152C38.9342 51.5411 39.3344 51.6834 39.7676 51.9997C39.9612 52.142 40.2391 52.4521 40.2329 52.5105ZM29.436 83.7895L29.2352 84.0223H24.711L24.8292 83.88C24.984 83.6922 25.3654 83.2662 25.8044 82.7812C25.9276 82.6393 26.1408 82.4064 26.2698 82.2579C26.761 81.6895 26.9483 81.4954 27.2263 81.263C27.5038 81.0306 27.717 80.8882 27.7946 80.8882C27.8205 80.8882 27.8335 80.9204 27.8335 81.0109C27.8335 81.1144 27.8076 81.1724 27.7237 81.3148C27.6657 81.4178 27.5943 81.5213 27.5685 81.5472C27.5038 81.6248 27.4136 81.7993 27.4328 81.8122C27.4395 81.8251 27.4587 81.8184 27.4783 81.8055C27.659 81.6699 27.8464 81.5539 28.0017 81.4696C28.0985 81.4178 28.2533 81.3277 28.3505 81.2759C28.4406 81.2242 28.57 81.1533 28.6347 81.1207C28.6994 81.0948 28.8413 81.0109 28.9577 80.94C29.0675 80.8753 29.2357 80.7718 29.3262 80.7201C29.4163 80.6683 29.5136 80.6103 29.5328 80.5911C29.5587 80.5715 29.6943 80.4747 29.8366 80.3841C29.9785 80.2873 30.1788 80.1517 30.2823 80.0741C30.5018 79.9255 30.7994 79.7314 30.8574 79.7055C30.8765 79.6993 30.922 79.6734 30.9609 79.6476C30.993 79.6217 31.1933 79.5186 31.4003 79.4084C32.1431 79.0274 32.7829 78.6785 33.1576 78.4524C33.3129 78.3618 33.4677 78.2712 33.5065 78.252C33.5516 78.2262 33.7131 78.1293 33.8813 78.0325C34.211 77.8385 34.7084 77.5802 34.7535 77.5802C34.7731 77.5802 34.8052 77.5672 34.8311 77.5605C34.915 77.5155 35.2317 77.4249 35.2509 77.4378C35.3026 77.47 35.2509 77.5284 34.9538 77.7867C34.5728 78.1164 33.0024 79.6801 32.7508 79.9835C32.5116 80.2744 32.2596 80.5974 32.1561 80.7526C31.9495 81.056 31.788 81.3018 31.788 81.3148C31.788 81.3857 31.4262 81.7734 30.6249 82.5679C30.1016 83.085 29.5649 83.6342 29.436 83.7895ZM21.9851 84.0223H21.2356L21.2753 83.951C21.3462 83.8345 21.5077 83.5891 21.6567 83.3821C21.7339 83.2724 21.7406 83.2724 21.9342 83.2532C22.0377 83.2465 22.1604 83.2336 22.1992 83.2206C22.2768 83.2077 22.296 83.2465 22.251 83.3371C22.1992 83.4468 22.1475 83.5825 22.0636 83.8086L21.9851 84.0223ZM29.423 39.0903C29.4681 39.271 29.4681 39.3549 29.423 39.3549C29.3905 39.3549 29.3583 39.3031 29.1968 38.9931C29.158 38.9288 29.0933 38.8186 29.0483 38.7544L28.9644 38.6313H28.3764C27.8401 38.6313 27.7817 38.625 27.7429 38.5862C27.7237 38.5603 27.7041 38.5278 27.7041 38.5153C27.7041 38.5086 27.6657 38.4376 27.614 38.3662C27.5685 38.2891 27.4846 38.1534 27.4266 38.0629C27.3748 37.9723 27.2972 37.8429 27.2584 37.7782C27.2196 37.714 27.1875 37.6364 27.1875 37.6105C27.1875 37.5846 27.2521 37.4941 27.3293 37.4102C27.4716 37.2554 27.6657 37.0096 27.8531 36.7575L27.937 36.6415L27.8723 36.4992C27.8335 36.4153 27.7237 36.215 27.6269 36.0535C27.3748 35.614 27.3293 35.5302 27.349 35.5172C27.3681 35.4914 27.5493 35.6979 27.7041 35.9433C27.8593 36.1824 27.9044 36.2212 27.9887 36.1762C28.053 36.1436 28.2403 36.1048 28.4862 36.0727C28.6865 36.0535 28.7253 36.0276 28.6865 35.9433C28.6735 35.9049 28.6347 35.7947 28.6026 35.685C28.4862 35.2781 28.4603 35.1875 28.3697 34.9939C28.3117 34.8578 28.3117 34.832 28.3697 34.832C28.4152 34.832 28.6606 35.1166 28.9318 35.4655C29.1192 35.7175 29.2678 35.8853 29.3004 35.9049C29.3262 35.9179 29.4293 35.8532 29.9722 35.4588C30.0949 35.3682 30.2047 35.2973 30.2114 35.2973C30.2243 35.2973 30.2372 35.2781 30.2435 35.2585C30.2631 35.2134 30.1855 35.0907 29.9914 34.8645C29.8754 34.7289 29.8495 34.6772 29.9013 34.6772C29.9722 34.6772 30.715 35.4267 31.0256 35.8144C31.1804 36.0147 31.3486 36.2409 31.3486 36.2667C31.3486 36.273 31.4003 36.3506 31.4583 36.4412C31.6198 36.6736 31.6716 36.7704 31.9816 37.3781L32.2596 37.9273L32.3952 37.8429C32.4987 37.7782 32.5826 37.7528 32.7119 37.7399C32.9252 37.714 32.9765 37.7461 33.08 37.9335C33.2094 38.1856 33.3129 38.4051 33.3129 38.4439C33.3129 38.4635 33.3254 38.5023 33.345 38.5344C33.3642 38.5666 33.4097 38.6701 33.4418 38.7606C33.4677 38.8512 33.5194 38.9739 33.5453 39.0386C33.6163 39.1871 33.5841 39.2389 33.4677 39.1546C33.3513 39.0707 32.9573 38.8704 32.7958 38.8124C32.5888 38.7348 32.5567 38.7544 32.5759 38.9418C32.5888 39.0386 32.5826 39.0966 32.5696 39.0966C32.5437 39.0966 32.2529 38.5666 32.2207 38.4635C32.1431 38.1985 31.2321 36.8159 30.9412 36.5059C30.8895 36.4541 30.8382 36.3894 30.8185 36.3506C30.7605 36.2409 30.7088 36.2667 30.6767 36.4153C30.657 36.4929 30.6182 36.6089 30.599 36.6803C30.4697 37.0484 30.4634 37.0872 30.4764 37.2166C30.4826 37.3584 30.5085 37.4361 30.6249 37.6944C30.6637 37.7849 30.7021 37.8626 30.7021 37.8755C30.7021 37.8817 30.728 37.9531 30.7668 38.0303C30.8962 38.3149 30.9091 38.3471 30.9091 38.4051C30.9091 38.4506 30.9024 38.4506 30.8641 38.4247C30.8444 38.4051 30.7605 38.302 30.6829 38.1985C30.5535 38.0303 30.347 37.83 30.3019 37.83C30.2631 37.83 30.3599 38.2694 30.4309 38.4051C30.4505 38.4439 30.4697 38.4894 30.4697 38.5153C30.4697 38.5344 30.4826 38.5924 30.5018 38.6379C30.5214 38.683 30.5861 38.8383 30.6441 38.9868C30.715 39.1613 30.7539 39.2773 30.7476 39.3357L30.7409 39.4196L30.6829 39.329C30.6508 39.2773 30.5794 39.1416 30.5214 39.0256C30.347 38.6638 30.1016 38.3471 30.0043 38.3471C29.9852 38.3471 29.9785 38.4051 29.9785 38.4764C29.9785 38.7089 29.9272 38.7477 29.8495 38.5733C29.8237 38.5153 29.7782 38.4439 29.7523 38.418C29.7072 38.3792 29.6943 38.3792 29.5778 38.4309C29.5069 38.4635 29.4293 38.5023 29.4163 38.5086C29.3713 38.5407 29.3713 38.903 29.423 39.0903ZM27.5814 40.4278C27.5943 40.5438 27.614 40.7959 27.6269 40.9962C27.6461 41.3388 27.6911 41.7265 27.7496 42.0817C27.7688 42.1655 27.7817 42.2432 27.7817 42.2561C27.7817 42.2949 27.73 42.2757 27.7041 42.2302C27.6911 42.2043 27.6528 42.0754 27.614 41.9398C27.5751 41.8037 27.5105 41.5972 27.4716 41.4745C27.4266 41.3518 27.3619 41.1515 27.3231 41.0221C27.2843 40.8927 27.2392 40.7571 27.2196 40.712C27.2004 40.6665 27.1486 40.5376 27.1036 40.4149C27.0193 40.1887 26.9871 40.1303 26.9483 40.1303C26.9354 40.1303 26.9225 40.505 26.9225 40.9641C26.9162 41.5003 26.9033 41.7975 26.8903 41.7975C26.8707 41.7912 26.7998 41.6748 26.7221 41.5262C26.5994 41.2804 26.4442 41.0092 26.0694 40.3953C25.9405 40.182 25.8691 40.124 25.9017 40.2534C25.9146 40.2918 25.9338 40.3953 25.9468 40.4858C25.9597 40.5764 25.9726 40.6603 25.9793 40.6732C25.9856 40.6795 26.0177 40.8798 26.0436 41.1189C26.0761 41.3518 26.1083 41.6034 26.1212 41.681C26.16 41.8492 26.16 42.0946 26.1279 42.0946C26.1149 42.0946 26.0953 42.0558 26.0824 42.0107C26.0503 41.8555 25.7982 41.0542 25.7464 40.9382C25.7273 40.8994 25.7143 40.8477 25.7143 40.8347C25.7143 40.7763 25.6171 40.6473 25.5787 40.6473C25.5528 40.6473 25.4556 40.6795 25.3717 40.725C25.1326 40.8347 25.0228 40.8798 24.9969 40.8798C24.984 40.8798 24.9519 40.9057 24.926 40.9315C24.8805 40.977 24.8805 40.9962 24.9389 41.2871C24.9907 41.5713 24.9907 41.7265 24.9389 41.6681C24.926 41.6552 24.8934 41.5583 24.8613 41.4615C24.8292 41.3647 24.7774 41.2416 24.7449 41.1903C24.6351 41.0221 24.0342 40.725 23.5947 40.6277C23.5305 40.6148 23.4011 40.5826 23.3105 40.5635C23.2137 40.5376 23.1102 40.518 23.0781 40.5117C23.0455 40.5117 22.9938 40.4791 22.9684 40.4408C22.9099 40.3565 22.7422 39.6846 22.7292 39.4843C22.7292 39.4004 22.7355 39.3937 22.9229 39.3031C23.0264 39.2518 23.1682 39.1871 23.2329 39.1613C23.2976 39.1354 23.3815 39.1033 23.427 39.0836C23.5175 39.0448 23.5885 39.0189 23.75 38.9543C24.1051 38.8186 24.1377 38.7865 24.0859 38.5924C24.0471 38.418 24.0279 38.2565 24.0538 38.2177C24.0926 38.1664 24.1051 38.1856 24.2024 38.4568C24.2474 38.5862 24.2992 38.7285 24.3121 38.7673C24.3313 38.8124 24.3442 38.8512 24.3442 38.8641C24.3442 38.903 24.4286 39.0707 24.4477 39.0707C24.4544 39.0707 24.6222 38.9221 24.8162 38.7415L25.1714 38.4118L25.1522 38.2436C25.1393 38.0758 25.0808 37.8496 24.9322 37.4039C24.8613 37.1711 24.8354 37.0292 24.8805 37.0292C24.8934 37.0292 24.9648 37.184 25.0357 37.3714C25.2361 37.8755 25.249 37.9014 25.3137 37.9594L25.3717 38.0178L25.4556 37.9531C25.5011 37.9143 25.5461 37.8817 25.5528 37.8817C25.5979 37.8817 25.63 37.9531 25.6496 38.0888C25.6755 38.3083 25.7402 38.5795 25.7661 38.5795C25.8111 38.5795 25.8241 38.3859 25.8044 37.9335C25.7982 37.6752 25.7723 37.391 25.7531 37.2746C25.6947 37.0096 25.6367 36.7512 25.6108 36.6866C25.5979 36.6544 25.5658 36.5572 25.5461 36.4733C25.4881 36.2797 25.3654 35.95 25.2811 35.7689C25.1522 35.4847 25.2169 35.4847 25.4752 35.7689C25.9338 36.26 26.6124 37.1519 26.8966 37.6493C26.9613 37.7591 27.0389 37.8818 27.071 37.9335C27.1937 38.1209 27.7558 39.271 27.8656 39.549C27.8852 39.607 27.937 39.7426 27.982 39.8461C28.0208 39.9558 28.0726 40.0785 28.0855 40.1303C28.1047 40.182 28.1502 40.3114 28.189 40.4278C28.3309 40.828 28.3505 40.9123 28.3309 40.9382C28.318 40.9512 28.1565 40.8088 27.937 40.5893L27.5685 40.2208L27.5814 40.4278ZM33.7778 64.8644C33.8103 64.7739 33.8491 64.6641 33.8621 64.6186C33.8813 64.5735 33.9263 64.4638 33.9589 64.3732C33.991 64.2827 34.0557 64.0953 34.1008 63.9597C34.1525 63.824 34.211 63.6496 34.2431 63.572C34.269 63.4943 34.3466 63.2811 34.4113 63.0937C34.4755 62.9063 34.534 62.7319 34.5402 62.6998C34.5728 62.5642 34.7213 62.1957 34.7472 62.1827C34.7664 62.1765 34.7793 62.3183 34.7923 62.6222C34.8181 63.2748 34.857 64.0114 34.8828 64.3344C34.902 64.4892 34.9279 64.8256 34.9538 65.0839C34.9993 65.6139 35.0573 66.1823 35.0961 66.3893C35.1153 66.5182 35.1153 66.5379 35.0635 66.5829C35.0314 66.6151 34.8958 66.6994 34.7731 66.7636C34.4626 66.9256 34.4755 66.9256 34.1784 67.1C33.8424 67.2936 33.138 67.7589 32.9314 67.9204C32.8409 67.9851 32.7632 68.0431 32.757 68.0431C32.7182 68.0431 32.7311 67.9593 32.7891 67.8107C32.8217 67.7201 32.8605 67.6104 32.8734 67.5649C32.8926 67.5002 32.9381 67.3583 33.0541 67.0224C33.0671 66.9769 33.1188 66.8154 33.1706 66.6606C33.2223 66.5053 33.2741 66.3505 33.2803 66.3246C33.2933 66.2988 33.3254 66.1952 33.3579 66.1047C33.4226 65.8981 33.4677 65.7754 33.4936 65.704C33.5194 65.6461 33.7001 65.1098 33.7778 64.8644ZM32.6664 39.1871C32.6664 39.226 32.6343 39.2389 32.6017 39.213C32.5826 39.1871 32.6084 39.1483 32.6406 39.1483C32.6535 39.1483 32.6664 39.1675 32.6664 39.1871ZM30.8444 39.5231C30.8315 39.5681 30.7797 39.5681 30.7605 39.5231C30.7347 39.4651 30.7994 39.4066 30.8315 39.4584C30.8444 39.478 30.8511 39.5101 30.8444 39.5231ZM31.6198 75.6029C31.7037 75.6676 31.8134 75.7514 31.8652 75.7903C32.1882 76.0615 32.7441 76.3912 33.3062 76.6433C33.4485 76.7075 33.5386 76.766 33.5257 76.7789C33.5194 76.7981 33.3901 76.8886 33.2353 76.9922C33.0867 77.089 32.9573 77.1795 32.9506 77.1925C32.9444 77.2054 32.9056 77.2246 32.8734 77.2442C32.8346 77.2634 32.7632 77.3152 32.7119 77.354C32.5955 77.4508 32.111 77.7867 31.8009 77.9937C31.6716 78.0776 31.5359 78.1682 31.4971 78.2003C31.4583 78.2262 31.4195 78.252 31.4132 78.252C31.4066 78.252 31.2901 78.3167 31.1612 78.3939C30.9091 78.5492 30.405 78.8075 30.0561 78.9627C29.9334 79.0145 29.7331 79.105 29.6167 79.163C29.494 79.221 29.3454 79.2857 29.2937 79.3054C29.2357 79.3312 29.171 79.3634 29.1518 79.3763C29.1259 79.3955 29.0804 79.4151 29.0483 79.428C29.0095 79.441 28.9385 79.4669 28.893 79.4927C28.777 79.557 27.8785 79.9835 27.8656 79.9835C27.8656 79.9835 27.7237 80.0482 27.5555 80.1325C27.3878 80.2097 27.1745 80.3065 27.084 80.3391C26.8127 80.4426 26.7739 80.4426 26.761 80.3582C26.7288 80.2226 26.5865 79.7702 26.5156 79.5958C26.4121 79.3245 26.1988 78.9369 25.9338 78.5362C25.7982 78.3297 25.5658 77.9741 25.4234 77.7417C25.2749 77.5088 25.0357 77.134 24.8872 76.9145C24.4866 76.2944 24.2153 75.8353 24.2153 75.7581C24.2153 75.7126 24.3572 75.6935 24.6677 75.6935C24.926 75.6935 25.2749 75.6417 25.4623 75.577C25.514 75.5578 25.5787 75.5382 25.5979 75.5382C25.6238 75.5382 25.7853 75.4673 25.9664 75.3834L26.2894 75.2214L27.2584 74.2462C28.1823 73.3285 29.0157 72.5661 29.113 72.5661C29.1322 72.5661 29.1518 72.5857 29.1518 72.6049C29.1518 72.6437 29.2031 72.7726 29.2678 72.9087C29.2874 72.9537 29.3066 72.9926 29.3066 73.0055C29.3066 73.0184 29.3583 73.1411 29.423 73.2834C29.8366 74.1686 30.3403 74.6981 31.6198 75.6029ZM24.7966 81.5601C25.1263 81.2501 25.3266 81.1466 25.3266 81.2889C25.3266 81.321 25.2619 81.4696 25.191 81.6186C25.0036 81.9866 24.5446 82.5425 23.5818 83.5695L23.1589 84.0223H22.901L22.9684 83.893C23.0197 83.7957 23.0973 83.6663 23.1428 83.5954C23.1941 83.5307 23.2717 83.4147 23.3235 83.3371C23.7049 82.7941 24.4799 81.8573 24.7966 81.5601ZM34.8373 71.2352C34.6629 71.3512 34.3528 71.4998 34.1851 71.5582C33.9848 71.6229 33.5257 71.61 33.2803 71.5386C33.1447 71.4998 32.8993 71.2995 32.7958 71.138C32.5629 70.7762 32.3952 70.2854 32.4402 70.1043C32.4661 70.0008 32.7052 69.7617 32.9573 69.581C33.1509 69.4516 33.4806 69.245 33.9201 68.993C33.9459 68.9738 34.0298 68.922 34.1008 68.8765C34.1784 68.8315 34.2623 68.7797 34.2948 68.7668C34.327 68.7538 34.3916 68.715 34.4371 68.6829C34.4822 68.6508 34.6116 68.5665 34.7276 68.4955C34.844 68.4241 35.0185 68.3144 35.109 68.2564C35.3026 68.1337 35.3544 68.1399 35.3544 68.2885C35.3544 68.334 35.3673 68.4371 35.3932 68.5147C35.4124 68.599 35.432 68.6958 35.432 68.728C35.432 68.7538 35.4512 68.8765 35.4771 68.9867C35.503 69.1027 35.5485 69.2968 35.5806 69.4257C35.6127 69.5551 35.6645 69.7813 35.697 69.9361C35.7358 70.0913 35.768 70.2399 35.768 70.2787C35.768 70.4143 35.2121 70.9832 34.8373 71.2352ZM19.8021 38.3341C20.0863 38.3471 20.209 38.36 20.8555 38.4439C21.2494 38.4894 21.398 38.5153 21.6822 38.5862C21.8933 38.6335 21.9925 38.5602 21.9797 38.3662C21.973 38.2373 21.9538 38.0629 21.9472 37.979C21.9342 37.8817 21.9409 37.83 21.9601 37.83C21.973 37.83 21.9927 37.8559 22.0056 37.8884C22.0248 37.9661 22.1412 38.36 22.18 38.5023C22.1992 38.5666 22.238 38.6897 22.2639 38.7736C22.2831 38.8574 22.3157 38.9543 22.3286 38.9931C22.3415 39.0256 22.3674 39.1033 22.3737 39.1613C22.3866 39.2193 22.4254 39.3616 22.4513 39.4843C22.561 39.917 22.5936 40.0526 22.7292 40.712C22.7551 40.828 22.7743 41.0029 22.7872 41.106C22.7935 41.2095 22.7872 41.2933 22.7743 41.2933C22.7614 41.2933 22.6904 41.1773 22.6128 41.0288C22.4383 40.6795 22.3415 40.5309 22.2702 40.4791C22.1863 40.4278 21.3721 40.3823 20.797 40.3953C20.2933 40.4082 20.3125 40.4149 20.2349 40.2534C20.2157 40.2079 20.1769 40.1691 20.151 40.1628C20.1122 40.1561 20.106 40.1887 20.0993 40.4662C20.093 40.6473 20.0801 40.7763 20.0671 40.7763C20.0475 40.783 20.0154 40.6924 19.9828 40.5764C19.9507 40.4662 19.8927 40.2793 19.8472 40.1561C19.8021 40.0335 19.7441 39.859 19.7116 39.7685C19.6857 39.6783 19.6469 39.5811 19.6339 39.5552C19.5438 39.3808 19.4595 38.6897 19.4921 38.4376L19.5113 38.3149L19.8021 38.3341ZM19.8668 41.959C19.8927 42.0107 20.0283 42.4694 20.0283 42.5149C20.0283 42.5278 20.0413 42.5791 20.0605 42.6179C20.0801 42.6634 20.106 42.7344 20.1122 42.7665C20.1251 42.8312 20.1898 43.0252 20.3576 43.503C20.4031 43.6454 20.4481 43.7939 20.4611 43.826C20.4678 43.8649 20.487 43.9166 20.5066 43.9425C20.5258 43.9684 20.545 44.0139 20.545 44.0393C20.545 44.0647 20.5646 44.1299 20.5838 44.1816C20.6551 44.3431 20.6873 44.4207 20.8037 44.7049C20.8617 44.8535 20.9715 45.1123 21.0491 45.2738C21.1267 45.4415 21.1914 45.5838 21.1914 45.5901C21.1914 45.6289 21.5791 46.3851 21.7794 46.7402C21.8954 46.9472 21.9927 47.1216 21.9927 47.1346C21.9927 47.1475 22.0056 47.1734 22.0248 47.1926C22.044 47.2122 22.1024 47.3023 22.1542 47.3929C22.309 47.6642 22.4513 47.897 22.4705 47.9229C22.5548 48.0197 22.6645 48.2263 22.6578 48.2651C22.6516 48.2977 22.6128 48.3168 22.4963 48.3298C22.4062 48.336 22.2639 48.3557 22.1733 48.3748C21.9083 48.4137 21.8441 48.4074 21.7986 48.3427C21.6822 48.1616 21.3141 47.425 21.1397 47.0311C21.0946 46.9276 21.0361 46.8049 21.0232 46.7598C21.004 46.7143 20.9523 46.5787 20.9072 46.4498C20.8617 46.3204 20.81 46.191 20.8037 46.1651C20.739 46.0166 20.5387 45.3768 20.4352 45.015C20.4223 44.9637 20.3772 44.8017 20.3384 44.6532C20.2933 44.4984 20.2608 44.3561 20.2608 44.3239C20.2608 44.2981 20.2416 44.2267 20.222 44.1624C20.1831 44.0331 20.0413 43.4321 20.0025 43.2059C19.9895 43.1283 19.9507 42.9347 19.9248 42.7794C19.841 42.3208 19.7954 42.0428 19.7954 41.9782C19.7954 41.901 19.8343 41.8943 19.8668 41.959ZM19.7571 41.7845C19.7441 41.7654 19.7441 41.7457 19.7633 41.7265C19.7763 41.7136 19.7954 41.7136 19.8084 41.7328C19.8151 41.7524 19.8151 41.7783 19.8021 41.7912C19.7825 41.8037 19.77 41.8037 19.7571 41.7845ZM19.8472 84.0156C19.9315 84.0156 20.9197 83.5115 21.2235 83.3112C21.3658 83.2206 21.4693 83.1948 21.5595 83.2336C21.5853 83.2403 21.605 83.2595 21.605 83.2791C21.605 83.292 21.5015 83.4147 21.3788 83.5503C21.2561 83.686 21.1071 83.8604 21.0558 83.9313L20.9862 84.0223H19.828C19.8347 84.0183 19.8414 84.0156 19.8472 84.0156ZM30.6548 84.0223C30.6557 84.0174 30.6575 84.0116 30.6588 84.0058C30.7164 84.017 31.1036 84.0223 31.5747 84.0223H30.6548ZM30.6588 84.0058C30.6834 83.9099 30.757 83.6904 30.7994 83.5891C30.8315 83.5178 30.8765 83.421 30.8962 83.3692C30.9867 83.1626 31.4712 82.2191 31.639 81.9219C32.2141 80.9074 33.022 79.7832 33.5712 79.2407C34.0365 78.7945 35.503 77.9161 36.401 77.5543C36.4269 77.5476 36.4854 77.5217 36.5304 77.5025C36.6272 77.4637 37.0734 77.3152 37.2799 77.2572C37.3638 77.2313 37.4802 77.1987 37.5382 77.1795C37.59 77.1599 37.7064 77.134 37.797 77.1148C37.8809 77.0957 37.9906 77.0698 38.0424 77.0568C38.1459 77.031 38.43 76.9792 38.8628 76.9078C39.1987 76.8565 39.4896 76.8436 39.4896 76.8757C39.4896 76.8886 39.3281 76.9404 39.1345 76.9855C38.7531 77.076 38.4559 77.1599 38.4171 77.1987C38.4042 77.2117 38.3783 77.2183 38.3591 77.2183C38.3074 77.2183 37.9197 77.4057 37.6676 77.5543C36.9243 77.987 36.3689 78.3555 35.9487 78.6915C35.6194 78.9498 35.0185 79.557 34.8119 79.8287C34.7276 79.9514 34.6308 80.0741 34.5986 80.1066C34.5728 80.145 34.5531 80.1776 34.5531 80.1838C34.5531 80.1967 34.521 80.2293 34.4884 80.2681C34.4563 80.3002 34.3658 80.4296 34.2819 80.5523C34.2043 80.675 34.1137 80.8044 34.0816 80.8494C33.9651 81.0239 33.9134 81.1144 33.8295 81.2951C33.7778 81.3986 33.726 81.4825 33.7198 81.4825C33.6747 81.4825 33.6747 81.4178 33.726 81.2175C33.7519 81.1015 33.7845 80.9271 33.7907 80.8365L33.8036 80.6683L33.7456 80.7459C33.6747 80.8303 33.6421 80.8883 33.4356 81.2434C33.1768 81.6895 32.9894 82.1352 32.8346 82.7103C32.7762 82.9298 32.7119 83.1368 32.6861 83.2273C32.6731 83.2724 32.6664 83.3304 32.6664 83.3563C32.6664 83.3821 32.6473 83.4665 32.6276 83.5374C32.6084 83.6083 32.5696 83.7569 32.5438 83.8671L32.5089 84.0223H32.4987L32.5027 84.0054L30.6588 84.0058ZM59.4965 79.3852C59.4965 81.9425 57.4167 84.0223 54.8594 84.0223H33.5502C33.5592 83.9858 33.5779 83.9153 33.5971 83.8345C33.6292 83.731 33.6618 83.6083 33.668 83.5633C33.6809 83.5178 33.7001 83.4598 33.7131 83.4339C33.7327 83.408 33.7648 83.3371 33.7907 83.2791C33.8683 83.1176 34.1851 82.6911 34.521 82.3163C34.6116 82.2128 34.7084 82.0901 34.7405 82.0513C35.0506 81.6248 37.0858 79.5507 37.6997 79.0337C38.3721 78.4653 38.824 78.1552 39.2313 77.987C39.7091 77.7867 40.0388 77.6962 40.5363 77.6319C41.118 77.5543 42.8432 77.5025 43.2113 77.5543C43.6248 77.6123 44.0835 77.722 44.5684 77.8773C44.6782 77.9161 44.8071 77.9549 44.8526 77.9678C44.9815 78 45.3309 78.194 45.5695 78.3618C46.1254 78.7624 46.9784 79.5637 47.6695 80.3453C47.9992 80.7201 48.6064 81.4696 48.7875 81.7283C48.8455 81.8122 48.962 81.9799 49.0458 82.1031C49.1364 82.2258 49.2658 82.4323 49.343 82.5679C49.4661 82.7812 49.4915 82.8459 49.5174 83.0203C49.5303 83.1368 49.5629 83.2595 49.5888 83.305C49.6468 83.408 49.7891 83.4986 49.8859 83.4986C49.9894 83.4986 50.1313 83.408 50.1509 83.3304C50.1701 83.2595 50.1638 83.2403 50.0862 82.8785C50.0603 82.7424 50.0215 82.5229 49.9957 82.3873C49.873 81.5731 48.949 80.2552 47.8377 79.2987C47.3661 78.8918 46.6099 78.3359 46.2419 78.1164C46.2031 78.0968 46.0478 78.0067 45.8992 77.9161C45.4924 77.677 44.8847 77.3732 44.8138 77.3732C44.8009 77.3732 44.704 77.341 44.6005 77.3022C44.0576 77.089 43.2501 76.9078 42.5912 76.8436C42.5006 76.8369 42.4038 76.8177 42.3779 76.8048C42.2873 76.753 42.3583 76.7271 42.5202 76.7401C42.6041 76.7463 42.9463 76.766 43.276 76.7789C43.8319 76.8048 44.0255 76.8177 44.452 76.8886C44.5425 76.9016 44.6974 76.9208 44.8009 76.9337C45.0721 76.9725 45.3501 77.0372 45.9639 77.2183C46.3061 77.3214 46.9396 77.6382 47.243 77.871C47.5856 78.1293 47.7797 78.2909 47.9863 78.4974C48.2316 78.7365 48.7875 79.3442 48.8843 79.4798C48.9102 79.5186 48.962 79.5895 49.0008 79.6346C49.0846 79.7314 49.3626 80.1066 49.3626 80.1196C49.3626 80.1258 49.4143 80.2097 49.479 80.3065C49.6017 80.5006 49.8342 80.9463 49.9247 81.1595C50.1313 81.6636 50.3187 82.2646 50.3187 82.4261C50.3187 82.4778 50.3512 82.6714 50.3963 82.8526C50.461 83.1368 50.4868 83.2015 50.5578 83.2662C50.5966 83.305 50.6675 83.35 50.7063 83.3563C50.8098 83.3821 50.9584 83.305 51.036 83.1885C51.107 83.0788 51.107 82.9494 51.036 82.6844C50.9713 82.4131 50.9713 82.2387 51.036 81.9929C51.1458 81.6056 51.3912 81.2113 51.6432 81.0176C51.7146 80.9659 52.005 80.8044 52.283 80.675C53.1489 80.2552 53.8079 79.8675 54.4668 79.3763C55.1516 78.8659 55.8949 78.1356 56.3085 77.5605C56.4633 77.341 56.7671 76.8757 56.8835 76.6754C57.1485 76.2297 57.5166 75.3896 57.633 74.9828C57.6393 74.9373 57.6718 74.8342 57.6977 74.7499C57.7169 74.666 57.7557 74.5366 57.7749 74.4657C57.7945 74.3948 57.8333 74.2203 57.8592 74.078C57.8913 73.9357 57.9302 73.7224 57.956 73.5997C58.0466 73.1541 58.0337 71.461 57.9431 70.9894C57.8722 70.6343 57.8333 70.4532 57.8137 70.3822C57.8008 70.3367 57.762 70.214 57.7298 70.098C57.4519 69.0898 57.103 68.4241 56.4311 67.6233C56.0176 67.1259 55.9337 67.0353 55.9011 67.0353C55.8753 67.0353 55.8753 67.0416 55.8949 67.0674C55.9337 67.1192 56.192 67.6037 56.2567 67.7589C56.3535 67.9851 56.4249 68.1725 56.457 68.2756C56.4762 68.3403 56.5088 68.4567 56.5346 68.5343C56.5538 68.612 56.5864 68.728 56.5993 68.7926C56.7024 69.3936 56.722 69.51 56.7541 69.9169C56.7867 70.3242 56.7671 71.4739 56.722 71.726C56.7091 71.8103 56.6895 71.9589 56.6765 72.049C56.6636 72.1395 56.6444 72.2622 56.6248 72.3207C56.6123 72.3787 56.5797 72.5143 56.5605 72.6307C56.5346 72.7472 56.4958 72.8957 56.4762 72.9667C56.4503 73.0376 56.4182 73.1541 56.399 73.225C56.3794 73.2964 56.3473 73.3802 56.3406 73.4061C56.3276 73.432 56.2955 73.5221 56.2696 73.5997C56.2438 73.6774 56.2116 73.7679 56.192 73.7938C56.1728 73.8197 56.1599 73.8585 56.1599 73.8777C56.1599 73.9103 56.134 73.9683 55.869 74.5304C55.6687 74.9439 55.2618 75.6738 55.0031 76.0745C54.9192 76.1971 54.8416 76.3203 54.8286 76.3395C54.8094 76.3653 54.7639 76.4363 54.7256 76.5077C54.5962 76.7013 54.2344 77.1925 53.9761 77.5088C53.7561 77.7867 52.9745 78.5621 52.6966 78.7945C52.4057 79.0274 51.6499 79.544 51.5982 79.544C51.5205 79.544 51.5594 79.4798 51.8244 79.2019C52.3347 78.646 52.8001 78.0647 53.1164 77.5672C53.2007 77.4378 53.2908 77.3085 53.3167 77.2701C53.3426 77.2375 53.401 77.134 53.4461 77.0502C53.4911 76.9663 53.5429 76.8757 53.5625 76.8565C53.6205 76.7851 54.0858 75.8353 54.1826 75.59C54.2344 75.4543 54.2924 75.312 54.312 75.2732C54.3312 75.2411 54.3508 75.1893 54.3508 75.1634C54.3508 75.1376 54.3763 75.047 54.4088 74.9631C54.6154 74.4139 54.8612 73.3736 54.9192 72.7922C54.9321 72.6499 54.9451 72.5272 54.958 72.5143C54.9772 72.4822 55.016 71.9134 55.0419 71.2352C55.0807 70.4014 55.0227 68.9283 54.9451 68.5276C54.9259 68.4567 54.9192 68.347 54.9192 68.2756C54.9192 68.2113 54.9 68.0753 54.8804 67.9784C54.8612 67.8754 54.8224 67.6813 54.8028 67.539C54.7769 67.3971 54.7448 67.2289 54.7318 67.1709C54.7189 67.1129 54.7126 67.0224 54.7126 66.9769C54.7126 66.9256 54.693 66.835 54.6738 66.7636C54.6542 66.6927 54.6221 66.5182 54.5962 66.3764C54.5703 66.2341 54.5253 66.0012 54.4927 65.8593C54.4606 65.717 54.4088 65.4846 54.3762 65.3422C54.2794 64.9095 54.2214 64.6704 54.1505 64.4442C54.1309 64.3795 54.1179 64.3085 54.1179 64.2827C54.1179 64.2568 54.0988 64.1859 54.0791 64.1212C54.0599 64.0502 54.0211 63.9209 53.9953 63.8303C53.9694 63.7397 53.9373 63.6041 53.9176 63.5332C53.8984 63.4622 53.8659 63.3654 53.8529 63.3137C53.84 63.2619 53.8016 63.1067 53.7561 62.9643C53.7173 62.8225 53.6656 62.6288 53.6397 62.5383C53.6142 62.4477 53.5817 62.3442 53.5754 62.3183C53.5625 62.2862 53.5299 62.1827 53.5041 62.0859C53.4849 61.9824 53.4331 61.808 53.401 61.6853C53.3622 61.5626 53.3234 61.427 53.3167 61.3752C53.3037 61.3235 53.2846 61.2588 53.2716 61.22C53.252 61.1878 53.2199 61.0781 53.2007 60.9875C53.1748 60.8969 53.136 60.7676 53.1164 60.7029C53.1034 60.6386 53.0713 60.5351 53.0517 60.4704C53.0392 60.4058 53.0066 60.3027 52.9937 60.238C52.9745 60.1733 52.9419 60.0439 52.916 59.9534C52.8902 59.8633 52.8518 59.7276 52.8322 59.6562C52.7934 59.5144 52.6515 58.9844 52.6189 58.8425C52.606 58.7907 52.5739 58.6743 52.548 58.5837C52.4641 58.2478 52.4382 58.151 52.3347 57.7178C52.2767 57.4791 52.2312 57.2592 52.2312 57.2333C52.2312 57.2074 52.212 57.1432 52.1924 57.0785C52.1732 57.02 52.1407 56.8782 52.1148 56.7617C52.0894 56.6453 52.0568 56.5226 52.0439 56.4775C52.0309 56.4325 52.005 56.3482 51.9921 56.2835C51.9859 56.2192 51.9533 56.0898 51.9274 55.9993C51.8435 55.6633 51.8114 55.521 51.7855 55.3662C51.7726 55.2819 51.753 55.198 51.74 55.1721C51.7275 55.153 51.7017 55.0495 51.6758 54.9397C51.624 54.6943 51.5594 54.4097 51.5272 54.2937C51.4755 54.0675 51.3979 53.7249 51.372 53.6084C51.359 53.5375 51.3269 53.4148 51.314 53.3372C51.2943 53.2596 51.2555 53.111 51.2364 53.0013C51.2105 52.8978 51.1779 52.7363 51.1587 52.6524C51.1328 52.5685 51.1007 52.4133 51.0811 52.3164C51.0552 52.2196 51.0293 52.0965 51.0164 52.0452C51.0035 51.9934 50.9713 51.8641 50.9522 51.7481C50.9263 51.6316 50.8745 51.3925 50.8357 51.2051C50.7907 51.0177 50.7518 50.8366 50.7452 50.7915C50.7389 50.746 50.7193 50.6301 50.6934 50.5203C50.6033 50.0742 50.5707 49.8805 50.5578 49.8096C50.5448 49.732 50.506 49.4929 50.4351 49.1373C50.4159 49.0405 50.3771 48.8531 50.3575 48.7242C50.3316 48.5948 50.2995 48.4525 50.2865 48.4007C50.2736 48.349 50.2669 48.278 50.2669 48.2459C50.2669 48.2138 50.241 48.0844 50.2156 47.9617C50.1183 47.5606 50.1121 47.5223 50.1121 47.4638C50.1121 47.4317 50.0925 47.322 50.0666 47.2122C50.0474 47.1087 50.0086 46.9343 49.9894 46.8241C49.9698 46.721 49.931 46.5528 49.9118 46.4627C49.8921 46.3721 49.86 46.2039 49.8408 46.0875C49.7824 45.8229 49.7244 45.5642 49.6918 45.4674C49.6789 45.4223 49.6726 45.3639 49.6726 45.338C49.6726 45.3121 49.6535 45.2349 49.6338 45.1573C49.6147 45.0864 49.5758 44.9508 49.5562 44.8602C49.5303 44.7696 49.4982 44.6532 49.4853 44.6014C49.4661 44.5497 49.4465 44.4658 49.4335 44.4078C49.4076 44.2463 49.1297 43.3027 49.0588 43.1024C49.0458 43.0832 49.0266 43.0185 49.007 42.9605C48.9941 42.9021 48.9231 42.7085 48.8585 42.5211C48.7875 42.3337 48.7228 42.1593 48.7166 42.1205C48.6907 42.0558 48.5872 41.7783 48.4708 41.4615C48.3673 41.1903 48.2704 40.9445 48.2383 40.8668C48.2187 40.8218 48.1545 40.6665 48.096 40.518C47.9671 40.1628 47.8439 39.8653 47.7668 39.6975C47.7342 39.6266 47.7083 39.5552 47.7083 39.549C47.7083 39.536 47.6824 39.4843 47.6566 39.4263C47.6307 39.3616 47.5664 39.213 47.5147 39.0774C47.3853 38.7606 47.3336 38.6313 47.0043 37.9723C46.6746 37.2937 46.5582 37.0805 46.2031 36.48C46.0545 36.2279 45.9184 35.9888 45.8992 35.95C45.8542 35.8724 45.6472 35.5752 45.5374 35.4329C45.4986 35.3812 45.4469 35.304 45.421 35.2585C45.3242 35.1099 44.82 34.4639 44.5876 34.1989C44.4582 34.0503 44.2646 33.8242 44.1482 33.6948C43.8443 33.3397 42.9659 32.5125 42.3908 32.041C41.9902 31.705 41.4022 31.2589 41.2278 31.1491C41.1827 31.1233 41.0337 31.0202 40.8918 30.9296C40.1294 30.4193 39.3281 29.9798 38.4947 29.6113C38.1329 29.4565 37.9973 29.3981 37.7903 29.3204C37.5579 29.2303 37.4544 29.1915 37.3834 29.1589C37.3379 29.1397 37.196 29.088 37.0667 29.0492C36.9373 29.0041 36.8017 28.9591 36.7695 28.9461C36.7111 28.9202 36.401 28.823 35.8068 28.6423C35.1608 28.4549 35.0765 28.429 34.6178 28.3255C34.0816 28.1966 33.9201 28.164 33.4159 28.0735C33.2933 28.0543 33.0996 28.0155 32.9894 27.9963C32.8797 27.9767 32.7441 27.9575 32.699 27.9575C32.6473 27.9575 32.5116 27.9445 32.3952 27.9187C31.8522 27.8281 31.2642 27.796 30.276 27.8089C29.746 27.8152 29.2227 27.8343 29.113 27.854C28.7641 27.899 28.4215 27.9379 28.2082 27.9575C27.8656 27.9896 26.806 28.1578 26.5285 28.2158C26.4701 28.2287 26.3282 28.2609 26.218 28.2805C26.102 28.3064 25.9338 28.3385 25.8433 28.3581C25.7464 28.3773 25.5916 28.4094 25.4944 28.429C25.0228 28.5259 24.1247 28.7391 23.9115 28.7976C23.8406 28.8167 23.7562 28.8359 23.7304 28.8359C23.7045 28.8359 23.6273 28.8555 23.5626 28.8747C23.5046 28.8944 23.3752 28.9265 23.2847 28.9524C22.9808 29.03 22.9358 29.0429 22.7034 29.1076C22.574 29.146 22.4317 29.1848 22.3933 29.1977C22.1604 29.2624 21.9472 29.3334 21.6692 29.4306C21.4948 29.4886 21.3141 29.5471 21.269 29.56C21.2173 29.5792 21.1526 29.5984 21.1267 29.6113C21.0946 29.6242 20.9652 29.6697 20.8425 29.7148C20.7131 29.7599 20.5708 29.8116 20.5325 29.8312C20.487 29.8504 20.3643 29.8959 20.2608 29.9343C20.151 29.9731 20.0283 30.0186 19.9895 30.0378C19.9056 30.0766 19.563 30.2252 19.3565 30.3095C18.0961 30.8261 15.8155 31.9959 15.1565 32.4545C15.111 32.4866 14.9303 32.5964 14.7559 32.7128C14.2906 33.0037 13.8641 33.2817 13.6575 33.4365C13.6058 33.4753 13.4764 33.5658 13.3666 33.6435C13.1534 33.792 12.2036 34.5027 12.0229 34.6575C11.3506 35.2067 10.9178 35.6011 10.3557 36.1695C9.92918 36.6027 9.41255 37.184 9.27024 37.3843C9.25105 37.4102 9.16673 37.5266 9.08286 37.6364C8.86336 37.9335 8.43016 38.5924 8.19773 39.006C7.77747 39.7363 7.05384 41.2224 6.9249 41.6101C6.89234 41.7069 6.85352 41.7912 6.84059 41.7975C6.82765 41.8104 6.8214 41.8363 6.8214 41.8555C6.8214 41.8813 6.77634 42.0237 6.7179 42.1722C6.64027 42.3917 6.47877 42.87 6.35608 43.2836C6.33021 43.3482 6.24009 43.6904 6.20127 43.8519C6.12365 44.1624 6.02014 44.6402 6.02014 44.692C6.02014 44.7246 6.00721 44.7826 5.99427 44.8214C5.98133 44.8535 5.95545 44.9699 5.94252 45.0734C5.92958 45.1765 5.89076 45.4353 5.85864 45.6485C5.80689 46.0036 5.80064 46.1263 5.80064 47.0958C5.80064 48.1616 5.80689 48.278 5.9037 48.8402C5.98802 49.3117 6.09777 49.7061 6.27221 50.1585C6.30433 50.2361 6.33021 50.3133 6.33021 50.32C6.33021 50.3329 6.42746 50.5332 6.54346 50.7719C6.72459 51.1404 6.8214 51.3019 7.00878 51.5928C7.13816 51.7931 7.49328 52.1938 7.7971 52.4846C7.99072 52.6783 8.17185 52.846 8.19104 52.8589C8.21067 52.8719 8.30748 52.9495 8.41098 53.0271C8.88879 53.4086 9.78061 53.8931 10.2201 54.0091C10.2589 54.022 10.3816 54.0608 10.4913 54.0996C10.8986 54.2353 11.1828 54.3129 11.2408 54.287C11.2667 54.2808 11.2604 54.2678 11.2279 54.2549C11.086 54.1964 10.7626 53.9511 10.5752 53.7637C10.4654 53.641 10.3039 53.4469 10.2201 53.3243C10.0586 53.0851 9.72886 52.4976 9.65123 52.3035C9.6258 52.2388 9.5803 52.1353 9.55442 52.0711C9.52855 52.0064 9.49643 51.9287 9.48349 51.9029C9.45092 51.8382 9.34786 51.5411 9.27648 51.3278C9.21848 51.1663 9.21224 51.0628 9.2573 51.0628C9.27648 51.0566 9.34117 51.1726 9.4188 51.3149C9.72262 51.9096 10.2071 52.5297 10.7626 53.0334C11.1181 53.3568 11.6803 53.8025 11.7449 53.8025C11.7512 53.8025 11.79 53.8284 11.8226 53.8672L11.8935 53.9252L11.8743 54.2482C11.8614 54.565 11.8226 54.9915 11.7253 55.9217C11.6994 56.1996 11.6611 56.5681 11.6481 56.7359C11.6352 56.904 11.6156 57.1624 11.6026 57.3047C11.5897 57.4465 11.5576 57.7762 11.5379 58.0412C11.5121 58.3058 11.4799 58.6551 11.4541 58.8166C11.4349 58.9781 11.4219 59.1655 11.4219 59.2297C11.4219 59.294 11.4023 59.5014 11.3764 59.6951C11.3122 60.2831 11.2667 60.7029 11.2346 61.0134C11.1958 61.427 11.1373 61.9761 11.1052 62.1894C11.0793 62.4089 11.0084 62.9902 10.9825 63.2748C10.9437 63.6429 10.879 64.1859 10.8661 64.2247C10.8531 64.2439 10.8402 64.3603 10.8272 64.4892C10.7822 64.8707 10.7501 65.116 10.6983 65.4846C10.6657 65.6782 10.6336 65.9173 10.6207 66.0208C10.6077 66.1306 10.5881 66.2341 10.5819 66.2599C10.5752 66.2791 10.556 66.3826 10.5431 66.4794C10.5172 66.6539 10.4913 66.7895 10.4007 67.2678C10.3753 67.3904 10.3427 67.5519 10.3298 67.6296C10.3169 67.7072 10.2847 67.8687 10.2522 67.9914C10.2263 68.1141 10.1942 68.2564 10.1812 68.3144C10.0327 68.98 9.66417 69.8718 9.37998 70.2466C9.05074 70.6794 8.66305 70.9573 8.24948 71.0541C7.98447 71.1188 7.18946 71.0992 6.96372 71.022C6.53052 70.8797 6.29139 70.7244 5.94921 70.3885C5.49683 69.9298 5.2577 69.4065 5.10914 68.5602C5.05738 68.2626 5.06408 67.2419 5.12207 66.9448C5.22558 66.4344 5.29651 66.2144 5.53564 65.7366C5.63914 65.5234 5.71633 65.3489 5.70339 65.3422C5.67796 65.3231 5.14795 65.924 4.94764 66.1952C4.85707 66.3246 4.76026 66.4536 4.74107 66.4794C4.66969 66.5762 4.49525 66.8542 4.49525 66.8738C4.49525 66.8868 4.46313 66.9318 4.43056 66.9769C4.31457 67.1388 4.10132 67.7393 4.02994 68.1078C3.92019 68.67 3.91394 68.7538 3.91394 69.5422C3.91394 70.3305 3.92688 70.492 4.017 70.8734C4.13344 71.345 4.18519 71.4806 4.39844 71.9071C4.66345 72.4496 5.01857 72.9087 5.43883 73.2638C5.7422 73.5159 5.85864 73.5935 6.20752 73.7612C6.58227 73.9486 6.69202 73.9812 7.20909 74.0909C7.68735 74.1944 8.20397 74.1686 8.8763 74.02C9.12792 73.9553 9.80649 73.6644 10.1166 73.4837C10.3557 73.3414 10.4007 73.3093 10.4913 73.2509C11.3314 72.6696 12.0229 71.9071 12.5333 71.0023C12.6818 70.7503 12.7916 70.5241 12.8625 70.3626C12.8951 70.2917 12.9339 70.2399 12.9531 70.2399C13.0048 70.2399 13.0048 70.227 12.9598 70.4982C12.8884 70.9122 12.7336 71.5515 12.6818 71.597C12.6689 71.61 12.6622 71.6421 12.6622 71.668C12.6622 71.6939 12.643 71.7585 12.6171 71.8103C12.5913 71.8616 12.5591 71.9392 12.5462 71.9847C12.4619 72.1846 12.1326 72.8114 12.0033 73.0055C11.7512 73.3932 11.6223 73.5547 11.2408 73.9357C10.556 74.6143 10.0006 74.944 9.21224 75.1313C8.96017 75.1956 8.12679 75.1956 7.86803 75.1376C7.58385 75.0729 6.96996 74.8855 6.90527 74.8471C6.87315 74.8342 6.83434 74.8146 6.81471 74.8146C6.77634 74.8146 6.21421 74.5433 5.98133 74.4077C5.64539 74.2203 5.45801 74.0718 5.12832 73.755C4.68263 73.3223 4.43056 72.9859 4.17894 72.4884C4.07544 72.2819 4.04287 72.1975 3.92019 71.8362C3.81044 71.4935 3.7395 71.1964 3.68775 70.8087C3.67481 70.7052 3.65518 70.5758 3.636 70.5241C3.62306 70.4728 3.61637 70.3885 3.61012 70.3305C3.61012 70.2725 3.60388 70.2078 3.59094 70.1752C3.57785 70.1452 3.56491 70.1495 3.55213 70.1882C3.52625 70.2917 3.5325 71.6292 3.56506 71.8165C3.578 71.9071 3.59718 72.0427 3.60388 72.1137C3.636 72.4242 3.77162 73.0117 3.91394 73.4449C4.017 73.755 4.39175 74.5304 4.53407 74.7307C4.68932 74.9502 5.00563 75.325 5.18007 75.4994C5.63245 75.9647 6.38196 76.488 7.04759 76.8177C7.17697 76.8824 7.28672 76.9337 7.29297 76.9337C7.29966 76.9337 7.37684 76.9663 7.4674 77.0113C7.55797 77.0501 7.7971 77.1407 7.99741 77.2054C8.19104 77.2763 8.36547 77.341 8.37841 77.354C8.39135 77.3669 8.43686 77.3732 8.46898 77.3732C8.50779 77.3732 8.57248 77.3861 8.61129 77.399C8.65635 77.412 8.75986 77.4441 8.83748 77.4637C9.05698 77.5217 9.05698 77.5284 9.0958 77.8643C9.12167 78.1423 9.17967 78.4135 9.26354 78.6656C9.51561 79.3763 10.0715 80.0031 10.7755 80.3582C10.9825 80.4617 11.0405 80.4876 11.1248 80.5068C11.1502 80.5197 11.2216 80.5394 11.2863 80.5652C11.3443 80.5844 11.5058 80.6362 11.6481 80.675C11.8868 80.7397 11.9194 80.7459 12.5591 80.7459C13.1471 80.7459 13.244 80.7397 13.4635 80.6879C13.8061 80.6041 13.9546 80.5523 14.2259 80.4167C15.053 80.0031 15.8347 79.2081 16.2612 78.3685C16.4294 78.0325 16.5199 77.9741 16.4615 78.2324C16.4097 78.5041 16.3129 78.9239 16.242 79.221C16.1644 79.544 15.9382 80.2552 15.8222 80.5394C15.2984 81.8443 14.8139 82.6264 14.0711 83.3951C13.8382 83.628 13.5861 83.8733 13.5023 83.9443L13.4077 84.0223H6.71477C4.15753 84.0223 2.07765 81.9425 2.07765 79.3852V6.71477C2.07765 4.15798 4.15753 2.07765 6.71477 2.07765H54.8594C57.4167 2.07765 59.4965 4.15798 59.4965 6.71477V79.3852Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M33.5837 84.0054C33.8251 84.0125 35.1845 84.0174 37.1136 84.0206L37.1118 84.0054H33.5837Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M24.7686 4.20839C21.5939 4.20839 19.0206 6.65142 19.0206 15.8449C19.0206 25.0384 21.5939 27.4815 24.7686 27.4815C27.9433 27.4815 30.5166 25.0384 30.5166 15.8449C30.5166 6.65142 27.9429 4.20839 24.7686 4.20839ZM24.7686 25.941C23.6078 25.941 22.6673 23.8214 22.6673 15.8449C22.6673 7.86848 23.6082 5.74889 24.7686 5.74889C25.929 5.74889 26.8699 7.86848 26.8699 15.8449C26.8699 23.8214 25.929 25.941 24.7686 25.941Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M56.735 29.8183C56.5022 27.531 55.6688 25.5733 52.6449 20.2295C49.6919 15.0218 48.4967 12.4436 48.0831 10.428C47.8895 9.47813 47.857 8.22449 48.0185 7.59767C48.1866 6.93873 48.6065 6.63536 49.3497 6.63536C49.828 6.63536 50.3384 6.83523 50.8229 7.22292C51.1071 7.44286 51.5402 7.88855 51.8307 8.25037C53.149 9.885 54.5186 12.8442 55.236 15.6357C55.3458 16.0555 55.3779 16.1331 55.4943 16.1978C55.5978 16.2625 55.7656 16.2558 55.8691 16.1782L55.94 16.1269L55.9467 10.4088C55.953 5.00028 55.9467 4.67727 55.9079 4.5934C55.8432 4.47696 55.7076 4.38639 55.5849 4.38639C55.3199 4.38639 55.0228 4.54165 54.3893 5.01991C53.75 5.49772 53.4265 5.67885 53.1811 5.67885C52.9679 5.67885 52.6257 5.54322 52.1796 5.28491C51.6433 4.96146 51.1909 4.76115 50.6034 4.58671C50.1055 4.43815 49.8539 4.39933 49.285 4.39933C47.7668 4.39933 46.5908 4.83878 45.757 5.70472C44.7688 6.73217 44.3356 8.31506 44.4262 10.5636C44.5038 12.5212 44.9303 14.3758 45.8346 16.6243C46.1706 17.4706 46.4293 18.0457 46.9459 19.0794C47.4563 20.1198 47.8311 20.8113 48.5873 22.1421C50.8099 26.0578 51.8244 28.1252 52.4642 30.0249C52.7676 30.9296 52.9228 31.5948 53.0326 32.4028C53.1102 32.9582 53.1164 33.8563 53.0455 34.2248C52.8131 35.4784 52.1086 36.008 50.9973 35.7689C50.3772 35.6332 49.8663 35.3232 49.3042 34.7548C48.755 34.1989 48.2513 33.4431 47.7601 32.4416C47.1012 31.1103 46.5779 29.6309 45.9123 27.266C45.7896 26.8332 45.6669 26.4388 45.6343 26.3938C45.5634 26.2711 45.4924 26.2256 45.3631 26.2256C45.2725 26.2256 45.2404 26.2385 45.1886 26.3032L45.1239 26.3871V34.0115L45.3631 34.3412C45.4924 34.5157 45.7186 34.8387 45.8605 35.0519C46.0287 35.304 46.1773 35.4914 46.287 35.5944C46.7974 36.0664 47.6245 36.6286 48.2058 36.8998C48.3223 36.9578 48.652 37.1193 48.9362 37.2746C49.8409 37.7528 50.532 37.979 51.3141 38.0432C51.5527 38.0691 52.1796 38.0629 52.3866 38.037C53.4653 37.9014 54.4281 37.4298 55.1905 36.6544C56.2889 35.5431 56.8319 33.921 56.8319 31.7568C56.8319 31.1946 56.7868 30.2899 56.735 29.8183Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M43.8618 4.38639H38.8218C38.4681 4.38639 38.3262 4.84145 38.6166 5.04355C39.2595 5.49147 39.9117 6.16469 39.9117 7.05428V24.1238C39.9117 25.1134 38.9758 25.9155 37.9862 25.9155C36.9967 25.9155 36.1945 25.1134 36.1945 24.1238V6.79865C36.3043 6.03486 36.8914 5.4473 37.4714 5.04355C37.7614 4.84145 37.6199 4.38639 37.2662 4.38639H31.3718C31.018 4.38639 30.8762 4.84145 31.1666 5.04355C31.8095 5.49147 32.4617 6.16469 32.4617 7.05428V22.4714C32.4617 25.2173 34.8218 27.4431 37.5673 27.4431C40.3133 27.4431 42.8067 25.2169 42.8067 22.4714V6.70183C42.9499 5.9849 43.5116 5.4299 44.0666 5.0431C44.3566 4.84101 44.2156 4.38639 43.8618 4.38639Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.6802 29.8219C18.6909 29.8295 18.7016 29.8375 18.711 29.846C18.2403 30.0485 17.7795 30.2595 17.3284 30.479H11.4769C11.1236 30.479 10.9817 30.024 11.2717 29.8219C11.6232 29.5774 11.977 29.2651 12.226 28.8872L8.74345 12.6265V35.3919C8.74345 35.842 8.9103 36.2368 9.1588 36.575C8.67474 37.138 8.29865 37.6431 8.01446 38.0598H4.5993C4.24551 38.0598 4.10364 37.6047 4.39408 37.403C5.03696 36.9551 5.68921 36.2815 5.68921 35.3919V7.05428C5.68921 6.16469 5.03696 5.49102 4.39408 5.04355C4.10364 4.84145 4.24551 4.38639 4.5993 4.38639H10.2112L14.3308 23.6202V7.05428C14.3308 6.16469 13.6786 5.49102 13.0353 5.04355C12.7453 4.84145 12.8871 4.38639 13.2405 4.38639H18.4255C18.7792 4.38639 18.9207 4.84145 18.6307 5.04355C18.0926 5.41786 17.5484 5.95099 17.3851 6.63625V27.8111C17.3851 28.7007 18.0373 29.3744 18.6802 29.8219Z\"\n fill=\"currentColor\"\n />\n </svg>\n )\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blend-mode.d.ts","sourceRoot":"","sources":["../../../src/ui/components/blend-mode.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAM,KAAK,SAAS,EAAW,MAAM,aAAa,CAAA;AAGzD,QAAA,MAAM,UAAU;;;;CAA2D,CAAA;AAC3E,KAAK,KAAK,GAAG,MAAM,OAAO,UAAU,CAAA;AACpC,KAAK,SAAS,GAAG,GAAG,KAAK,IAAI,MAAM,EAAE,GAAG,KAAK,CAAA;AA8C7C,eAAO,MAAM,YAAY,GAAI,OAAM,aAAkB,KAAG,WAOvD,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,WAAW,EACjD,WAAW,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,EACjC,OAAO,aAAa;YAGX,IAAI,CAAC,CAAC,EAAE,MAAM,WAAW,CAAC,GAAG,OAAO,CAAC,aAAa,CAAC;;CAgB7D,CAAA;AAED,eAAO,MAAM,SAAS,yDAmBrB,CAAA;AAED,UAAU,iBAAkB,SAAQ,aAAa;IAC/C,QAAQ,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,WAAW,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,SAAS,CAAA;CACxE;AAED,MAAM,WAAW,WAAW;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,UAAU,aAAa;IACrB,OAAO,CAAC,EAAE,KAAK,CAAA;IACf,UAAU,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IAC/B,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;CAC3B;AAED,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,IAAI,SAAS,CACzE,CAAC,EACD,iBAAiB,CAClB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blend-mode.js","sourceRoot":"","sources":["../../../src/ui/components/blend-mode.tsx"],"names":[],"mappings":"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","sourcesContent":["'use client'\n\nimport { useStore } from '@nanostores/react'\nimport { createElement, useMemo } from 'react'\n\nimport { getControlAtom } from '../../hooks/use-smooth-controls'\nimport { cn, type PolyProps, polyRef } from '../../utils'\nimport { colorDodge, colorMix } from '../../utils/color'\n\nconst LAYER_KEYS = { bg: 'bgColor', fg: 'fgColor', mg: 'mgColor' } as const\ntype Layer = keyof typeof LAYER_KEYS\ntype LayerSpec = `${Layer}/${number}` | Layer\n\nconst parseSpec = (spec: LayerSpec): [Layer, number?] => {\n const [layer, alpha] = spec.split('/') as [Layer, string?]\n\n return [layer, alpha ? parseFloat(alpha) : undefined]\n}\n\nconst useControlColor = (key: string, fallback: string) => {\n const atom = getControlAtom<string>('Lens', key)\n // eslint-disable-next-line react-hooks/rules-of-hooks\n return (atom ? useStore(atom) : undefined) ?? fallback\n}\n\nconst useBlend = (against: Layer, spec?: LayerSpec | string) => {\n const layerKey = spec?.split('/')[0]\n const isLayerSpec = layerKey && layerKey in LAYER_KEYS\n\n const [target, alpha] = isLayerSpec\n ? parseSpec(spec as LayerSpec)\n : [undefined, undefined]\n\n const againstColor = useControlColor(LAYER_KEYS[against], '#041c1c')\n const fgColor = useControlColor(LAYER_KEYS.fg, '#ffe6cb')\n const mgColor = useControlColor(LAYER_KEYS.mg, '#ffe6cb')\n const bgColor = useControlColor(LAYER_KEYS.bg, '#ffe6cb')\n\n const targetColor = target\n ? target === 'fg'\n ? fgColor\n : target === 'mg'\n ? mgColor\n : bgColor\n : spec\n\n return useMemo(() => {\n if (!spec || !targetColor) {\n return undefined\n }\n\n const result = colorDodge(againstColor, targetColor)\n\n return alpha != null ? colorMix(result, alpha) : result\n }, [spec, againstColor, targetColor, alpha])\n}\n\nexport const useBlendMode = (opts: BlendModeOpts = {}): BlendColors => {\n const { against = 'bg', background, color } = opts\n\n return {\n backgroundColor: useBlend(against, background),\n color: useBlend(against, color)\n }\n}\n\nexport const withBlendMode = <P extends BlendColors>(\n Component: React.ComponentType<P>,\n opts?: BlendModeOpts\n) => {\n const Wrapped = (\n props: Omit<P, keyof BlendColors> & Partial<BlendModeOpts>\n ) => {\n const { against, background, color, ...rest } = props as P & BlendModeOpts\n\n const colors = useBlendMode({\n against: against ?? opts?.against,\n background: background ?? opts?.background,\n color: color ?? opts?.color\n })\n\n return <Component {...(rest as P)} {...colors} />\n }\n\n Wrapped.displayName = `withBlendMode(${Component.displayName ?? Component.name ?? 'Component'})`\n\n return Wrapped\n}\n\nexport const BlendMode = polyRef<'div', BlendModeOwnProps>(\n (\n { against, as, background, children, className, color, style, ...rest },\n ref\n ) => {\n const colors = useBlendMode({ against, background, color })\n\n if (typeof children === 'function') {\n return <>{children(colors)}</>\n }\n\n return createElement((as ?? 'div') as React.ElementType, {\n ...rest,\n children,\n className: cn(className),\n ref,\n style: { ...colors, ...style }\n })\n }\n)\n\ninterface BlendModeOwnProps extends BlendModeOpts {\n children?: ((colors: BlendColors) => React.ReactNode) | React.ReactNode\n}\n\nexport interface BlendColors {\n backgroundColor?: string\n color?: string\n}\n\ninterface BlendModeOpts {\n against?: Layer\n background?: LayerSpec | string\n color?: LayerSpec | string\n}\n\nexport type BlendModeProps<T extends React.ElementType = 'div'> = PolyProps<\n T,\n BlendModeOwnProps\n>\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blink.d.ts","sourceRoot":"","sources":["../../../src/ui/components/blink.tsx"],"names":[],"mappings":"AAIA,wBAAgB,KAAK,CAAC,EAAE,SAAS,EAAE,MAAgB,EAAE,EAAE,UAAU,2CAWhE;AAED,UAAU,UAAU;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;CAC1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blink.js","sourceRoot":"","sources":["../../../src/ui/components/blink.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAEZ,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAA;AAEhC,MAAM,UAAU,KAAK,CAAC,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,EAAc;IAC/D,OAAO,CACL,eACE,SAAS,EAAE,EAAE,CACX,uCAAuC,EACvC,uBAAuB,EACvB,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,qBAAqB,EACrE,SAAS,CACV,GACD,CACH,CAAA;AACH,CAAC","sourcesContent":["'use client'\n\nimport { cn } from '../../utils'\n\nexport function Blink({ className, cursor = 'block' }: BlinkProps) {\n return (\n <span\n className={cn(\n 'blink hidden group-hover:inline-block',\n 'dither ml-1 w-[1.2ch]',\n cursor === 'block' ? '-mb-[0.15em] h-[1.1em]' : '-mb-[0.1em] h-[2px]',\n className\n )}\n />\n )\n}\n\ninterface BlinkProps {\n className?: string\n cursor?: 'block' | 'line'\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/ui/components/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAgBjE,QAAA,MAAM,cAAc;;;;;;8EAqFnB,CAAA;AA2BD,eAAO,MAAM,MAAM,GAAI,+FAWpB,WAAW,4CAoBb,CAAA;AAED,UAAU,WACR,SAAQ,IAAI,CACR,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,QAAQ,GAAG,QAAQ,CACpB,EACD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../src/ui/components/button.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAqB,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAEpC,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAA;AAEhC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC,MAAM,cAAc,GAClB,oEAAoE,CAAA;AACtE,MAAM,aAAa,GACjB,oEAAoE,CAAA;AACtE,MAAM,sBAAsB,GAC1B,oEAAoE,CAAA;AACtE,MAAM,aAAa,GACjB,8EAA8E,CAAA;AAEhF,MAAM,cAAc,GAAG,GAAG,CACxB;IACE,2EAA2E;IAC3E,gDAAgD;IAChD,oGAAoG;CACrG,EACD;IACE,gBAAgB,EAAE;QAChB,yEAAyE;QACzE;YACE,KAAK,EAAE,mDAAmD,cAAc,EAAE;YAC1E,WAAW,EAAE,KAAK;YAClB,KAAK,EAAE,KAAK;YACZ,MAAM,EAAE,KAAK;YACb,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,KAAK,EAAE,kCAAkC,aAAa,IAAI,aAAa,EAAE;YACzE,WAAW,EAAE,KAAK;YAClB,KAAK,EAAE,KAAK;YACZ,MAAM,EAAE,IAAI;YACZ,QAAQ,EAAE,KAAK;SAChB;QACD;YACE,KAAK,EAAE,oBAAoB,cAAc,IAAI,aAAa,EAAE;YAC5D,WAAW,EAAE,KAAK;YAClB,KAAK,EAAE,KAAK;YACZ,MAAM,EAAE,KAAK;YACb,QAAQ,EAAE,IAAI;SACf;QACD;YACE,KAAK,EAAE,GAAG,sBAAsB,IAAI,aAAa,EAAE;YACnD,WAAW,EAAE,KAAK;YAClB,KAAK,EAAE,KAAK;YACZ,MAAM,EAAE,IAAI;YACZ,QAAQ,EAAE,IAAI;SACf;QACD,wCAAwC;QACxC;YACE,KAAK,EAAE,+DAA+D;YACtE,WAAW,EAAE,KAAK;YAClB,KAAK,EAAE,IAAI;SACZ;QACD;YACE,KAAK,EACH,qEAAqE;YACvE,WAAW,EAAE,IAAI;YACjB,KAAK,EAAE,IAAI;SACZ;QACD,0BAA0B;QAC1B;YACE,KAAK,EAAE,sEAAsE,aAAa,EAAE;YAC5F,WAAW,EAAE,IAAI;YACjB,KAAK,EAAE,KAAK;YACZ,QAAQ,EAAE,KAAK;SAChB;QACD,6BAA6B;QAC7B;YACE,KAAK,EACH,kGAAkG;YACpG,WAAW,EAAE,IAAI;YACjB,KAAK,EAAE,KAAK;YACZ,QAAQ,EAAE,IAAI;SACf;KACF;IACD,eAAe,EAAE;QACf,WAAW,EAAE,KAAK;QAClB,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE,KAAK;QACb,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,SAAS;KAChB;IACD,QAAQ,EAAE;QACR,WAAW,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;QACzB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;QACnB,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;QACpB,QAAQ,EAAE,EAAE,IAAI,EAAE,+BAA+B,EAAE;QACnD,IAAI,EAAE;YACJ,OAAO,EAAE,6BAA6B;YACtC,IAAI,EAAE,mEAAmE;YACzE,EAAE,EAAE,4DAA4D;YAChE,EAAE,EAAE,iEAAiE;SACtE;KACF;CACF,CACF,CAAA;AAED,MAAM,QAAQ,GAAG,CAAC,EAChB,IAAI,EACJ,IAAI,EAIL,EAAE,EAAE,CAAC,CACJ,8BACE,eAAM,SAAS,EAAC,KAAK,GAAG,EAExB,eACE,SAAS,EAAE,EAAE,CACX,mCAAmC,EACnC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CACvC,YAEA,OAAO,IAAI,KAAK,QAAQ;gBACvB,CAAC,CAAC,YAAY,CAAC,IAA+B,EAAE;oBAC5C,SAAS,EAAE,UAAU;iBACtB,CAAC;gBACJ,CAAC,CAAC,IAAI,GACH,IACN,CACJ,CAAA;AAED,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,EACrB,QAAQ,EACR,SAAS,EACT,WAAW,EACX,KAAK,EACL,MAAM,EACN,QAAQ,EACR,MAAM,EACN,IAAI,EACJ,MAAM,EACN,GAAG,KAAK,EACI,EAAE,EAAE,CAAC,CACjB,MAAC,UAAU,IACT,EAAE,EAAC,QAAQ,EACX,SAAS,EAAE,EAAE,CACX,cAAc,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,EAC9D,SAAS,CACV,EACD,IAAI,WACA,KAAK,aAER,CAAC,KAAK,IAAI,CACT,oCAEE,SAAS,EAAC,uIAAuI,GACjJ,CACH,EACA,MAAM,IAAI,KAAC,QAAQ,IAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAC,MAAM,GAAG,EAChD,QAAQ,EACR,MAAM,IAAI,KAAC,QAAQ,IAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAC,OAAO,GAAG,IACvC,CACd,CAAA","sourcesContent":["import { cva, type VariantProps } from 'class-variance-authority'\nimport { cloneElement } from 'react'\n\nimport { cn } from '../../utils'\n\nimport { Typography } from './typography'\n\nconst SHADOW_DEFAULT =\n 'shadow-[inset_-1px_-1px_0_0_#00000080,inset_1px_1px_0_0_#ffffff80]'\nconst SHADOW_INVERT =\n 'shadow-[inset_-1px_-1px_0_0_#00000080,inset_1px_1px_0_0_#ffffff29]'\nconst SHADOW_INVERT_OUTLINED =\n 'shadow-[inset_-1px_-1px_0_0_#ffffff12,inset_1px_1px_0_0_#ffffff29]'\nconst ACTIVE_FILTER =\n 'active:[filter:invert(1)_brightness(calc(100-99*var(--foreground-alpha,0)))]'\n\nconst buttonVariants = cva(\n [\n 'group relative grid cursor-pointer grid-cols-[auto_1fr_auto] items-center',\n 'leading-0 font-bold tracking-[0.2em] uppercase',\n 'disabled:pointer-events-none disabled:bg-midground/15 disabled:text-midground disabled:shadow-none'\n ],\n {\n compoundVariants: [\n // ── invert × outlined matrix (default surface, no ghost/destructive) ──\n {\n class: `bg-midground text-background-base active:invert ${SHADOW_DEFAULT}`,\n destructive: false,\n ghost: false,\n invert: false,\n outlined: false\n },\n {\n class: `bg-midground/15 text-midground ${SHADOW_INVERT} ${ACTIVE_FILTER}`,\n destructive: false,\n ghost: false,\n invert: true,\n outlined: false\n },\n {\n class: `shadow-midground ${SHADOW_DEFAULT} ${ACTIVE_FILTER}`,\n destructive: false,\n ghost: false,\n invert: false,\n outlined: true\n },\n {\n class: `${SHADOW_INVERT_OUTLINED} ${ACTIVE_FILTER}`,\n destructive: false,\n ghost: false,\n invert: true,\n outlined: true\n },\n // ── ghost: no chrome, hover bg only ──\n {\n class: 'bg-transparent text-current hover:bg-midground/10 shadow-none',\n destructive: false,\n ghost: true\n },\n {\n class:\n 'bg-transparent text-destructive hover:bg-destructive/10 shadow-none',\n destructive: true,\n ghost: true\n },\n // ── solid destructive ──\n {\n class: `bg-destructive text-destructive-foreground hover:bg-destructive/90 ${SHADOW_INVERT}`,\n destructive: true,\n ghost: false,\n outlined: false\n },\n // ── outlined destructive ──\n {\n class:\n 'border border-destructive/40 bg-transparent text-destructive hover:bg-destructive/10 shadow-none',\n destructive: true,\n ghost: false,\n outlined: true\n }\n ],\n defaultVariants: {\n destructive: false,\n ghost: false,\n invert: false,\n outlined: false,\n size: 'default'\n },\n variants: {\n destructive: { true: '' },\n ghost: { true: '' },\n invert: { true: '' },\n outlined: { true: 'text-midground bg-transparent' },\n size: {\n default: 'px-[.9em_.75em] py-[1.25em]',\n icon: 'p-2 aspect-square grid-cols-1 place-items-center [&>svg]:size-3.5',\n sm: 'px-3 py-1.5 text-[0.7rem] tracking-[0.15em] [&>svg]:size-3',\n xs: 'p-1 aspect-square grid-cols-1 place-items-center [&>svg]:size-3'\n }\n }\n }\n)\n\nconst IconSlot = ({\n icon,\n side\n}: {\n icon: React.ReactNode\n side: 'left' | 'right'\n}) => (\n <>\n <span className=\"w-5\" />\n\n <span\n className={cn(\n 'absolute top-1/2 -translate-y-1/2',\n side === 'left' ? 'left-3' : 'right-3'\n )}\n >\n {typeof icon === 'object'\n ? cloneElement(icon as React.ReactElement<any>, {\n className: 'size-3.5'\n })\n : icon}\n </span>\n </>\n)\n\nexport const Button = ({\n children,\n className,\n destructive,\n ghost,\n invert,\n outlined,\n prefix,\n size,\n suffix,\n ...props\n}: ButtonProps) => (\n <Typography\n as=\"button\"\n className={cn(\n buttonVariants({ destructive, ghost, invert, outlined, size }),\n className\n )}\n mono\n {...props}\n >\n {!ghost && (\n <span\n aria-hidden\n className=\"arc-border opacity-0 transition-opacity duration-200 group-hover:opacity-100 group-focus-visible:opacity-100 group-active:opacity-100\"\n />\n )}\n {prefix && <IconSlot icon={prefix} side=\"left\" />}\n {children}\n {suffix && <IconSlot icon={suffix} side=\"right\" />}\n </Typography>\n)\n\ninterface ButtonProps\n extends Omit<\n React.ButtonHTMLAttributes<HTMLButtonElement>,\n 'prefix' | 'suffix'\n >,\n VariantProps<typeof buttonVariants> {\n prefix?: React.ReactNode\n suffix?: React.ReactNode\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"command-block.d.ts","sourceRoot":"","sources":["../../../src/ui/components/command-block.tsx"],"names":[],"mappings":"AAQA;;;GAGG;AACH,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,SAAS,EACT,WAAuB,EACvB,KAAc,EACd,YAAmB,EACnB,IAAI,EACL,EAAE,eAAe,2CA0BjB;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,iBAAiB,2CAmBzE;AAED,UAAU,iBAAiB;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd;AAED,UAAU,eAAe;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,IAAI,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"command-block.js","sourceRoot":"","sources":["../../../src/ui/components/command-block.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAEZ,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAE7C,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAA;AAEhC,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAE1C;;;GAGG;AACH,MAAM,UAAU,UAAU,CAAC,EACzB,QAAQ,EACR,SAAS,EACT,WAAW,GAAG,SAAS,EACvB,KAAK,GAAG,MAAM,EACd,YAAY,GAAG,IAAI,EACnB,IAAI,EACY;IAChB,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAA;IAE3C,MAAM,UAAU,GAAG,WAAW,CAAC,GAAG,EAAE;QAClC,KAAK,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;YACjD,SAAS,CAAC,IAAI,CAAC,CAAA;YACf,UAAU,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,YAAY,CAAC,CAAA;QAClD,CAAC,CAAC,CAAA;IACJ,CAAC,EAAE,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC,CAAA;IAExB,OAAO,CACL,iBACE,SAAS,EAAE,EAAE,CACX,yEAAyE,EACzE,2BAA2B,EAC3B,kEAAkE,EAClE,kCAAkC,EAClC,MAAM,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,yBAAyB,EACrD,SAAS,CACV,EACD,OAAO,EAAE,UAAU,EACnB,IAAI,EAAC,QAAQ,YAEZ,QAAQ,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,GACpC,CACV,CAAA;AACH,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,YAAY,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAqB;IACxE,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,qBAAqB,EAAE,SAAS,CAAC,aAClD,eAAK,SAAS,EAAC,mCAAmC,aAChD,KAAC,KAAK,IAAC,SAAS,EAAC,YAAY,YAAE,KAAK,GAAS,EAE7C,KAAC,UAAU,IAAC,IAAI,EAAE,IAAI,GAAI,IACtB,EAEN,cACE,SAAS,EAAE,EAAE,CACX,wDAAwD,EACxD,sDAAsD,CACvD,YAED,eAAM,SAAS,EAAC,WAAW,YAAE,IAAI,GAAQ,GACrC,IACF,CACP,CAAA;AACH,CAAC","sourcesContent":["'use client'\n\nimport { useCallback, useState } from 'react'\n\nimport { cn } from '../../utils'\n\nimport { Small } from './typography/small'\n\n/**\n * A \"copy to clipboard\" button that briefly shows a \"Copied!\" confirmation.\n * Designed to sit alongside a short command string, not as a general button.\n */\nexport function CopyButton({\n children,\n className,\n copiedLabel = 'Copied!',\n label = 'Copy',\n resetDelayMs = 2000,\n text\n}: CopyButtonProps) {\n const [copied, setCopied] = useState(false)\n\n const handleCopy = useCallback(() => {\n void navigator.clipboard.writeText(text).then(() => {\n setCopied(true)\n setTimeout(() => setCopied(false), resetDelayMs)\n })\n }, [resetDelayMs, text])\n\n return (\n <button\n className={cn(\n 'font-courier cursor-pointer border-none bg-transparent text-[0.6875rem]',\n 'tracking-widest uppercase',\n 'hover:text-midground tap-highlight-transparent transition-colors',\n 'flex items-center justify-center',\n copied ? 'text-midground' : 'text-current opacity-60',\n className\n )}\n onClick={handleCopy}\n type=\"button\"\n >\n {children ?? (copied ? copiedLabel : label)}\n </button>\n )\n}\n\n/**\n * A labeled, copy-able command (or code) display. Pairs `<CopyButton>` with\n * a monospace code block. Used for install/setup instructions.\n */\nexport function CommandBlock({ className, code, label }: CommandBlockProps) {\n return (\n <div className={cn('flex flex-col gap-1', className)}>\n <div className=\"flex items-center justify-between\">\n <Small className=\"opacity-50\">{label}</Small>\n\n <CopyButton text={code} />\n </div>\n\n <div\n className={cn(\n 'bg-background/40 font-courier border border-current/20',\n 'px-3 py-2 text-[0.6875rem] leading-relaxed lowercase'\n )}\n >\n <code className=\"break-all\">{code}</code>\n </div>\n </div>\n )\n}\n\ninterface CommandBlockProps {\n className?: string\n code: string\n label: string\n}\n\ninterface CopyButtonProps {\n children?: React.ReactNode\n className?: string\n copiedLabel?: string\n label?: string\n resetDelayMs?: number\n text: string\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cursor.d.ts","sourceRoot":"","sources":["../../../src/ui/components/cursor.tsx"],"names":[],"mappings":"AAUA,wBAAgB,MAAM,CAAC,EAAE,KAAW,EAAE,EAAE;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,2CAwGzD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cursor.js","sourceRoot":"","sources":["../../../src/ui/components/cursor.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAEZ,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAEzC,MAAM,WAAW,GACf,oEAAoE,CAAA;AAEtE,MAAM,IAAI,GACR,26BAA26B,CAAA;AAE76B,MAAM,UAAU,MAAM,CAAC,EAAE,KAAK,GAAG,GAAG,EAAsB;IACxD,MAAM,KAAK,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IAC1C,MAAM,MAAM,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IAC3C,MAAM,IAAI,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IAEzC,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,OAAO,EAAE,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;QAExE,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK,IAAI,CAAC,GAAG,EAAE,CAAC;YAC5B,OAAM;QACR,CAAC;QAED,MAAM,EAAE,GAAG,CACT,EAAe,EACf,EAAU,EACV,EAAiB,EACjB,IAA8B,EAC9B,EAAE;YACF,EAAE,CAAC,gBAAgB,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAA;YAEjC,OAAO,GAAG,EAAE,CAAC,EAAE,CAAC,mBAAmB,CAAC,EAAE,EAAE,EAAE,CAAC,CAAA;QAC7C,CAAC,CAAA;QAED,OAAO;YACL,EAAE,CACA,QAAQ,EACR,WAAW,EACX,CAAC,CAAQ,EAAE,EAAE;gBACX,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,GAAG,CAAe,CAAA;gBAClD,IAAI,CAAC,KAAK,CAAC,SAAS,GAAG,GAAG,CAAC,MAAM,CAAC,IAAI,CAAA;gBACtC,IAAI,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,CAAA;YAC1B,CAAC,EACD,EAAE,OAAO,EAAE,IAAI,EAAE,CAClB;YAED,EAAE,CACA,QAAQ,EACR,WAAW,EACX,CAAC,CAAQ,EAAE,EAAE;gBACX,MAAM,KAAK,GAAG,CAAC,CAAE,CAAC,CAAC,MAAsB,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,CAAA;gBAChE,KAAK,CAAC,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAA;gBACvC,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAA;YACvC,CAAC,EACD,EAAE,OAAO,EAAE,IAAI,EAAE,CAClB;YAED,EAAE,CAAC,QAAQ,EAAE,WAAW,EAAE,GAAG,EAAE;gBAC7B,IAAI,CAAC,KAAK,CAAC,SAAS,GAAG,qBAAqB,CAAA;YAC9C,CAAC,CAAC;YACF,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,GAAG,EAAE;gBAC3B,IAAI,CAAC,KAAK,CAAC,SAAS,GAAG,EAAE,CAAA;YAC3B,CAAC,CAAC;YACF,EAAE,CAAC,QAAQ,CAAC,eAAe,EAAE,YAAY,EAAE,GAAG,EAAE;gBAC9C,IAAI,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,CAAA;YAC1B,CAAC,CAAC;YACF,EAAE,CAAC,QAAQ,CAAC,eAAe,EAAE,YAAY,EAAE,GAAG,EAAE;gBAC9C,IAAI,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,CAAA;YAC1B,CAAC,CAAC;SACH,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,SAA4B,CAAC,CAAA;IACvD,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,OAAO,CACL,oCAEE,GAAG,EAAE,KAAK,EACV,KAAK,EAAE;YACL,MAAM,EAAE,6BAA6B;YACrC,MAAM,EAAE,EAAE,GAAG,KAAK;YAClB,IAAI,EAAE,CAAC;YACP,OAAO,EAAE,CAAC;YACV,aAAa,EAAE,MAAM;YACrB,QAAQ,EAAE,OAAO;YACjB,GAAG,EAAE,CAAC;YACN,KAAK,EAAE,EAAE,GAAG,KAAK;YACjB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,IAAI;SACb,aAED,cAAK,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,YACzD,cAAK,OAAO,EAAC,WAAW,YACtB,eACE,CAAC,EAAC,yCAAyC,EAC3C,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,MAAM,EACb,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,CAAC,GACd,GACE,GACF,EAEN,cAAK,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,YACnE,cAAK,OAAO,EAAC,WAAW,YACtB,eACE,CAAC,EAAE,IAAI,EACP,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,MAAM,EACb,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,CAAC,EACd,KAAK,EAAE,EAAE,UAAU,EAAE,aAAa,EAAE,GACpC,GACE,GACF,IACF,CACP,CAAA;AACH,CAAC","sourcesContent":["'use client'\n\nimport { useEffect, useRef } from 'react'\n\nconst INTERACTIVE =\n 'a, button, [role=\"button\"], input, textarea, select, [data-cursor]'\n\nconst HAND =\n 'M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'\n\nexport function Cursor({ scale = 0.8 }: { scale?: number }) {\n const $root = useRef<HTMLDivElement>(null)\n const $arrow = useRef<HTMLDivElement>(null)\n const $ptr = useRef<HTMLDivElement>(null)\n\n useEffect(() => {\n const [root, arrow, ptr] = [$root.current, $arrow.current, $ptr.current]\n\n if (!root || !arrow || !ptr) {\n return\n }\n\n const on = (\n el: EventTarget,\n ev: string,\n fn: EventListener,\n opts?: AddEventListenerOptions\n ) => {\n el.addEventListener(ev, fn, opts)\n\n return () => el.removeEventListener(ev, fn)\n }\n\n return [\n on(\n document,\n 'mousemove',\n (e: Event) => {\n const { clientX: x, clientY: y } = e as MouseEvent\n root.style.translate = `${x}px ${y}px`\n root.style.opacity = '1'\n },\n { passive: true }\n ),\n\n on(\n document,\n 'mouseover',\n (e: Event) => {\n const isPtr = !!(e.target as HTMLElement).closest?.(INTERACTIVE)\n arrow.style.opacity = isPtr ? '0' : '1'\n ptr.style.opacity = isPtr ? '1' : '0'\n },\n { passive: true }\n ),\n\n on(document, 'mousedown', () => {\n root.style.transform = 'translate(1px, 1px)'\n }),\n on(document, 'mouseup', () => {\n root.style.transform = ''\n }),\n on(document.documentElement, 'mouseleave', () => {\n root.style.opacity = '0'\n }),\n on(document.documentElement, 'mouseenter', () => {\n root.style.opacity = '1'\n })\n ].reduce((_, fn) => fn, undefined as unknown as void)\n }, [])\n\n return (\n <div\n aria-hidden\n ref={$root}\n style={{\n filter: 'drop-shadow(1px 2px 0 #000)',\n height: 32 * scale,\n left: 0,\n opacity: 0,\n pointerEvents: 'none',\n position: 'fixed',\n top: 0,\n width: 32 * scale,\n willChange: 'translate',\n zIndex: 9999\n }}\n >\n <div ref={$arrow} style={{ inset: 0, position: 'absolute' }}>\n <svg viewBox=\"0 0 16 16\">\n <path\n d=\"M1 1L1 14L5 10L8 15L10 14L7 9L12 9L1 1Z\"\n fill=\"#fff\"\n stroke=\"#000\"\n strokeLinejoin=\"round\"\n strokeWidth={1}\n />\n </svg>\n </div>\n\n <div ref={$ptr} style={{ inset: 0, opacity: 0, position: 'absolute' }}>\n <svg viewBox=\"0 0 28 29\">\n <path\n d={HAND}\n fill=\"#fff\"\n stroke=\"#000\"\n strokeLinejoin=\"round\"\n strokeWidth={2}\n style={{ paintOrder: 'stroke fill' }}\n />\n </svg>\n </div>\n </div>\n )\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/ui/components/dropdown-menu.tsx"],"names":[],"mappings":"AAQA,KAAK,SAAS,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,OAAO,CAAA;AAIjD,wBAAgB,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,EAC7C,SAAS,EACT,SAAkB,EAClB,QAAQ,EACR,OAAO,EACP,KAAK,EACN,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAA;IAC5B,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,CAAC,CAAA;KAAE,EAAE,CAAA;IACtC,KAAK,EAAE,CAAC,CAAA;CACT,2CA4FA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu.js","sourceRoot":"","sources":["../../../src/ui/components/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAEZ,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAE1D,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAA;AAEhC,MAAM,IAAI,GAAG,kEAAkE,CAAA;AAM/E,MAAM,UAAU,YAAY,CAAmB,EAC7C,SAAS,EACT,SAAS,GAAG,MAAM,EAClB,QAAQ,EACR,OAAO,EACP,KAAK,EAON;IACC,MAAM,EAAE,GAAG,KAAK,EAAE,CAAA;IAClB,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAA;IACvC,MAAM,GAAG,GAAG,MAAM,CAAkB,IAAI,CAAC,CAAA;IAEzC,MAAM,MAAM,GAAG,cAAc,EAAE,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,CAAA;IAEnD,MAAM,UAAU,GAAgB;QAC9B,QAAQ,EAAE,OAAO;QACjB,cAAc,EAAE,MAAM;QACtB,oBAAoB,EAClB,SAAS,KAAK,MAAM,IAAI,SAAS,KAAK,OAAO;YAC3C,CAAC,CAAC,yBAAyB;YAC3B,CAAC,CAAC,yBAAyB;QAC/B,GAAG,CAAC,SAAS,KAAK,IAAI,IAAI;YACxB,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,0BAA0B;YAC/B,SAAS,EAAE,mBAAmB;SAC/B,CAAC;QACF,GAAG,CAAC,SAAS,KAAK,OAAO,IAAI;YAC3B,IAAI,EAAE,qBAAqB;YAC3B,GAAG,EAAE,4BAA4B;SAClC,CAAC;QACF,GAAG,CAAC,SAAS,KAAK,MAAM,IAAI;YAC1B,IAAI,EAAE,0BAA0B;YAChC,GAAG,EAAE,4BAA4B;YACjC,SAAS,EAAE,mBAAmB;SAC/B,CAAC;QACF,GAAG,CAAC,SAAS,KAAK,MAAM,IAAI;YAC1B,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,4BAA4B;SAClC,CAAC;KACH,CAAA;IAED,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,CAAC,IAAI,EAAE,CAAC;YACV,OAAM;QACR,CAAC;QAED,MAAM,EAAE,GAAG,IAAI,eAAe,EAAE,CAAA;QAChC,QAAQ,CAAC,gBAAgB,CACvB,WAAW,EACX,CAAC,CAAC,EAAE;YACF,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAc,CAAC,EAAE,CAAC;gBAC7C,OAAO,CAAC,KAAK,CAAC,CAAA;YAChB,CAAC;QACH,CAAC,EACD,EAAE,MAAM,EAAE,EAAE,CAAC,MAAM,EAAE,CACtB,CAAA;QAED,OAAO,GAAG,EAAE,CAAC,EAAE,CAAC,KAAK,EAAE,CAAA;IACzB,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAA;IAEV,OAAO,CACL,gBACE,SAAS,EAAE,EAAE,CAAC,iCAAiC,EAAE,SAAS,CAAC,EAC3D,GAAG,EAAE,GAAG,aAER,gBACE,SAAS,EAAE,EAAE,CAAC,IAAI,EAAE,6CAA6C,CAAC,EAClE,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,EAC7B,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,EAAiB,aAE3C,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,KAAK,KAAK,CAAC,EAAE,KAAK,IAAI,KAAK,EAAE,GAAG,EACzD,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,IACZ,EAEN,IAAI,IAAI,CACP,cACE,SAAS,EAAC,uCAAuC,EACjD,KAAK,EAAE,UAAU,YAEhB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAChB,eACE,SAAS,EAAE,EAAE,CACX,IAAI,EACJ,4CAA4C,EAC5C,CAAC,CAAC,KAAK,KAAK,KAAK,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,uBAAuB,CAC1D,EAED,OAAO,EAAE,GAAG,EAAE;wBACZ,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAA;wBACjB,OAAO,CAAC,KAAK,CAAC,CAAA;oBAChB,CAAC,YAEA,CAAC,CAAC,KAAK,IANH,CAAC,CAAC,KAAK,CAOP,CACR,CAAC,GACE,CACP,IACI,CACR,CAAA;AACH,CAAC","sourcesContent":["'use client'\n\nimport { useEffect, useId, useRef, useState } from 'react'\n\nimport { cn } from '../../utils'\n\nconst font = 'font-mondwest text-[.9375rem] leading-[1.4] tracking-[0.1875rem]'\n\ntype Direction = 'down' | 'up' | 'left' | 'right'\n\ntype AnchorStyle = React.CSSProperties & Record<string, string | number>\n\nexport function DropdownMenu<T extends string>({\n className,\n direction = 'down',\n onChange,\n options,\n value\n}: {\n className?: string\n direction?: Direction\n onChange: (value: T) => void\n options: { label: string; value: T }[]\n value: T\n}) {\n const id = useId()\n const [open, setOpen] = useState(false)\n const ref = useRef<HTMLSpanElement>(null)\n\n const anchor = `--dropdown-${id.replace(/:/g, '')}`\n\n const panelStyle: AnchorStyle = {\n position: 'fixed',\n positionAnchor: anchor,\n positionTryFallbacks:\n direction === 'left' || direction === 'right'\n ? 'flip-inline, flip-block'\n : 'flip-block, flip-inline',\n ...(direction === 'up' && {\n left: 'calc(anchor(left) - 0.5rem)',\n top: 'calc(anchor(top) + 1rem)',\n transform: 'translateY(-100%)'\n }),\n ...(direction === 'right' && {\n left: 'calc(anchor(right))',\n top: 'calc(anchor(top) - 0.5rem)'\n }),\n ...(direction === 'left' && {\n left: 'calc(anchor(left) - 1px)',\n top: 'calc(anchor(top) - 0.5rem)',\n transform: 'translateX(-100%)'\n }),\n ...(direction === 'down' && {\n left: 'calc(anchor(left) - 0.5rem)',\n top: 'calc(anchor(top) - 0.5rem)'\n })\n }\n\n useEffect(() => {\n if (!open) {\n return\n }\n\n const ac = new AbortController()\n document.addEventListener(\n 'mousedown',\n e => {\n if (!ref.current?.contains(e.target as Node)) {\n setOpen(false)\n }\n },\n { signal: ac.signal }\n )\n\n return () => ac.abort()\n }, [open])\n\n return (\n <span\n className={cn('relative inline-block align-top', className)}\n ref={ref}\n >\n <span\n className={cn(font, 'inline-block cursor-pointer hover:underline')}\n onClick={() => setOpen(!open)}\n style={{ anchorName: anchor } as AnchorStyle}\n >\n {options.find(o => o.value === value)?.label ?? value}{' '}\n {open ? '↑' : '↓'}\n </span>\n\n {open && (\n <div\n className=\"bg-background-base z-50 flex flex-col\"\n style={panelStyle}\n >\n {options.map(o => (\n <span\n className={cn(\n font,\n 'block cursor-pointer p-2 whitespace-nowrap',\n o.value === value ? 'underline' : 'hover:bg-midground/10'\n )}\n key={o.value}\n onClick={() => {\n onChange(o.value)\n setOpen(false)\n }}\n >\n {o.label}\n </span>\n ))}\n </div>\n )}\n </span>\n )\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/fit-text/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAM,KAAK,SAAS,EAAW,MAAM,gBAAgB,CAAA;AAE5D,eAAO,MAAM,OAAO,oDA2BnB,CAAA;AAED,UAAU,QAAQ;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,YAAY,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,MAAM,IAAI,SAAS,CACxE,CAAC,EACD,QAAQ,CACT,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/fit-text/index.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAEZ,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAErC,OAAO,EAAE,EAAE,EAAkB,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAE5D,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAC5B,CACE,EAAE,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,GAAG,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EACxE,GAAG,EACH,EAAE;IACF,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE,CAAC;QACjC,OAAO,IAAI,CAAA;IACb,CAAC;IAED,MAAM,KAAK,GAAG;QACZ,WAAW,EAAE,GAAG,IAAI,gBAAgB;QACpC,WAAW,EAAE,GAAG;QAChB,GAAG,SAAS;KACU,CAAA;IAExB,OAAO,aAAa,CAClB,CAAC,EAAE,IAAI,MAAM,CAAsB,EACnC,EAAE,GAAG,IAAI,EAAE,SAAS,EAAE,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,EAC7D,8BACE,yBACE,yBAAO,QAAQ,GAAQ,GAClB,EAEP,8BAAkB,MAAM,YAAE,QAAQ,GAAQ,IACzC,CACJ,CAAA;AACH,CAAC,CACF,CAAA","sourcesContent":["'use client'\n\nimport { createElement } from 'react'\n\nimport { cn, type PolyProps, polyRef } from '../../../utils'\n\nexport const FitText = polyRef<'span', OwnProps>(\n (\n { as, children, className, max, min = '1em', style: baseStyle, ...rest },\n ref\n ) => {\n if (typeof children !== 'string') {\n return null\n }\n\n const style = {\n '--fit-max': max ?? 'infinity * 1px',\n '--fit-min': min,\n ...baseStyle\n } as React.CSSProperties\n\n return createElement(\n (as ?? 'span') as React.ElementType,\n { ...rest, className: cn('fit-text', className), ref, style },\n <>\n <span>\n <span>{children}</span>\n </span>\n\n <span aria-hidden=\"true\">{children}</span>\n </>\n )\n }\n)\n\ninterface OwnProps {\n children: string\n max?: string\n min?: string\n}\n\nexport type FitTextProps<T extends React.ElementType = 'span'> = PolyProps<\n T,\n OwnProps\n>\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bar-chart.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/graphs/bar-chart.tsx"],"names":[],"mappings":"AAOA,OAAO,EAIL,KAAK,UAAU,EAGf,KAAK,SAAS,EAKf,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,QAAQ;;0BAgBuB,MAAM;gBAAU,MAAM;;;CA+GjE,CAAA;AAED,UAAU,aAAa,CAAC,CAAC,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,CAAC,CAAC;IAChE,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bar-chart.js","sourceRoot":"","sources":["../../../../src/ui/components/graphs/bar-chart.tsx"],"names":[],"mappings":"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","sourcesContent":["'use client'\n\nimport * as Plot from '@observablehq/plot'\nimport { useCallback, useEffect, useMemo, useRef, useState } from 'react'\n\nimport { cn } from '../../../utils'\n\nimport {\n accessor,\n CHART_MARGINS,\n CHART_STYLE,\n type ChartProps,\n Crosshair,\n type CrosshairState,\n type DataPoint,\n setupCrosshair,\n stylePlot,\n useDims,\n withChartBlend\n} from './utils'\n\nexport const BarChart = withChartBlend(\n <T extends DataPoint>({\n backgroundColor: _,\n className,\n color: fillColor,\n data = [],\n formatTooltip,\n formatX: formatXProp,\n formatY: formatYProp,\n x = 'label' as keyof T,\n xDomain,\n xTicks = [0, 50000, 100000],\n y = 'value' as keyof T,\n yDomain = [0, 10],\n yTicks = [10, 8, 4, 2],\n ...props\n }: BarChartProps<T> & { backgroundColor?: string; color?: string }) => {\n const ref = useRef<HTMLDivElement>(null)\n const plotRef = useRef<HTMLDivElement>(null)\n const [crosshair, setCrosshair] = useState<CrosshairState>({ x: null })\n const dims = useDims(ref)\n\n const formatX = useCallback(\n (v: unknown) =>\n formatXProp?.(v) ??\n (typeof v === 'number' ? v.toLocaleString('en-US') : String(v)),\n [formatXProp]\n )\n\n const formatY = useCallback(\n (v: number) => formatYProp?.(v) ?? String(v),\n [formatYProp]\n )\n\n const getX = useMemo(() => accessor<T, unknown>(x), [x])\n const getY = useMemo(() => accessor<T, number>(y), [y])\n\n useEffect(() => {\n if (\n !ref.current ||\n !plotRef.current ||\n !data.length ||\n !dims.h ||\n !dims.w\n ) {\n return\n }\n\n plotRef.current.innerHTML = ''\n\n const [xMin, xMax] = [\n xDomain?.[0] ?? 0,\n xDomain?.[1] ?? Math.max(...data.map(d => getX(d) as number))\n ]\n\n const plot = Plot.plot({\n ...CHART_MARGINS,\n height: dims.h,\n marks: [\n Plot.rectY(data, {\n fill: fillColor ?? 'currentColor',\n fillOpacity: 0.3,\n interval: (xMax - xMin) / data.length,\n x: getX as (d: T) => unknown,\n y: getY\n }),\n Plot.axisX({ tickFormat: formatX, ticks: xTicks })\n ],\n style: CHART_STYLE,\n width: dims.w,\n x: { domain: [xMin, xMax], label: null, type: 'linear' },\n y: {\n domain: yDomain,\n grid: true,\n label: null,\n tickFormat: formatY,\n ticks: yTicks\n }\n })\n\n stylePlot(plot as HTMLElement)\n plotRef.current.appendChild(plot)\n\n const cleanup = setupCrosshair(\n ref.current,\n data,\n d => getX(d) as number,\n getY,\n yDomain,\n d => formatTooltip?.(d) ?? `${formatX(getX(d))}: ${formatY(getY(d))}`,\n setCrosshair\n )\n\n return cleanup\n }, [\n data,\n dims.h,\n dims.w,\n fillColor,\n formatTooltip,\n formatX,\n formatY,\n getX,\n getY,\n xDomain,\n xTicks,\n yDomain,\n yTicks\n ])\n\n return (\n <div\n className={cn('relative aspect-4/1 w-full overflow-clip', className)}\n ref={ref}\n {...props}\n >\n <div className=\"absolute inset-0\" ref={plotRef} />\n\n <Crosshair\n color={fillColor}\n containerWidth={dims.w}\n height={dims.h}\n {...crosshair}\n />\n </div>\n )\n }\n)\n\ninterface BarChartProps<T extends DataPoint> extends ChartProps<T> {\n xDomain?: [number, number]\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/graphs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,cAAc,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/graphs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,cAAc,SAAS,CAAA","sourcesContent":["export { BarChart } from './bar-chart'\nexport { LineChart } from './line-chart'\n\nexport * from './utils'\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"line-chart.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/graphs/line-chart.tsx"],"names":[],"mappings":"AAOA,OAAO,EAIL,KAAK,UAAU,EAGf,KAAK,SAAS,EAKf,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,SAAS;;0BAkBuB,MAAM;gBAAU,MAAM;;;CAuKlE,CAAA;AAED,UAAU,cAAc,CAAC,CAAC,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,CAAC,CAAC;IACjE,KAAK,CAAC,EAAE,OAAO,GAAG,aAAa,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAC/D,MAAM,CAAC,EAAE,MAAM,CAAC,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"line-chart.js","sourceRoot":"","sources":["../../../../src/ui/components/graphs/line-chart.tsx"],"names":[],"mappings":"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","sourcesContent":["'use client'\n\nimport * as Plot from '@observablehq/plot'\nimport { useCallback, useEffect, useMemo, useRef, useState } from 'react'\n\nimport { cn } from '../../../utils'\n\nimport {\n accessor,\n CHART_MARGINS,\n CHART_STYLE,\n type ChartProps,\n Crosshair,\n type CrosshairState,\n type DataPoint,\n setupCrosshair,\n stylePlot,\n useDims,\n withChartBlend\n} from './utils'\n\nexport const LineChart = withChartBlend(\n <T extends DataPoint>({\n backgroundColor: _,\n className,\n color: strokeColor,\n curve = 'natural',\n data = [],\n formatTooltip,\n formatX: formatXProp,\n formatY: formatYProp,\n series = 'series' as keyof T,\n showArea = false,\n x = 'label' as keyof T,\n xTicks,\n y = 'value' as keyof T,\n yDomain = [0, 0.5],\n yTicks = 4,\n ...props\n }: LineChartProps<T> & { backgroundColor?: string; color?: string }) => {\n const ref = useRef<HTMLDivElement>(null)\n const plotRef = useRef<HTMLDivElement>(null)\n const [hovered, setHovered] = useState<null | T>(null)\n const [crosshair, setCrosshair] = useState<CrosshairState>({ x: null })\n const dims = useDims(ref)\n\n const formatX = useCallback(\n (v: unknown) =>\n formatXProp?.(v) ??\n ((v as number) >= 1e3 ? `${(v as number) / 1e3}k` : `${v}`),\n [formatXProp]\n )\n\n const formatY = useCallback(\n (v: number) => formatYProp?.(v) ?? `${Math.round(v * 100)}%`,\n [formatYProp]\n )\n\n const getX = useMemo(() => accessor<T, unknown>(x), [x])\n const getY = useMemo(() => accessor<T, number>(y), [y])\n const getZ = useCallback((d: T) => d[series], [series])\n\n useEffect(() => {\n if (\n !ref.current ||\n !plotRef.current ||\n !data.length ||\n !dims.h ||\n !dims.w\n ) {\n return\n }\n\n plotRef.current.innerHTML = ''\n\n const hasSeries = data.some(d => d[series] !== undefined)\n\n const seriesIdx = hasSeries\n ? data.reduce(\n (acc, d, i) => ((acc[d[series] as string] ??= i), acc),\n {} as Record<string, number>\n )\n : {}\n\n const n = Object.keys(seriesIdx).length\n\n const opacity = (d: T) => {\n if (!hasSeries) {\n return 1\n }\n\n if (hovered) {\n return d[series] === hovered[series] ? 1 : 0.2\n }\n\n return 1 - (seriesIdx[d[series] as string] / Math.max(n - 1, 1)) * 0.2\n }\n\n const lineOpts = {\n curve,\n x: getX as (d: T) => unknown,\n y: getY,\n ...(hasSeries && { z: getZ as (d: T) => unknown })\n }\n\n const plot = Plot.plot({\n ...CHART_MARGINS,\n height: dims.h,\n marks: [\n ...(showArea\n ? [\n Plot.areaY(data, {\n ...lineOpts,\n fill: strokeColor,\n fillOpacity: 0.15,\n y1: yDomain[0]\n })\n ]\n : []),\n Plot.lineY(data, {\n ...lineOpts,\n stroke: 'transparent',\n strokeWidth: 16\n }),\n Plot.lineY(data, {\n ...lineOpts,\n stroke: strokeColor,\n strokeOpacity: opacity,\n strokeWidth: 1.5\n })\n ],\n style: { ...CHART_STYLE, fontStretch: 'expanded' },\n width: dims.w,\n x: { label: null, tickFormat: formatX, ticks: xTicks },\n y: {\n domain: yDomain,\n grid: true,\n label: null,\n tickFormat: formatY,\n ticks: yTicks\n }\n })\n\n plot.addEventListener('input', () => setHovered(plot.value as null | T))\n stylePlot(plot as HTMLElement)\n\n plot.querySelectorAll('g[aria-label=\"line\"] path').forEach(el =>\n Object.assign((el as SVGPathElement).style, {\n transition: 'stroke-opacity 0.2s'\n })\n )\n\n plotRef.current.appendChild(plot)\n\n const cleanup = setupCrosshair(\n ref.current,\n data,\n d => getX(d) as number,\n getY,\n yDomain,\n d => formatTooltip?.(d) ?? `${formatX(getX(d))}: ${formatY(getY(d))}`,\n setCrosshair,\n hasSeries ? d => getZ(d) : undefined\n )\n\n return () => {\n cleanup()\n plot.parentNode && plot.remove()\n }\n }, [\n curve,\n data,\n dims.h,\n dims.w,\n formatTooltip,\n formatX,\n formatY,\n getX,\n getY,\n getZ,\n hovered,\n series,\n showArea,\n strokeColor,\n xTicks,\n yDomain,\n yTicks\n ])\n\n return (\n <div\n className={cn('relative aspect-4/1 w-full overflow-clip', className)}\n ref={ref}\n {...props}\n >\n <div className=\"absolute inset-0\" ref={plotRef} />\n\n <Crosshair\n color={strokeColor}\n containerWidth={dims.w}\n height={dims.h}\n {...crosshair}\n />\n </div>\n )\n }\n)\n\ninterface LineChartProps<T extends DataPoint> extends ChartProps<T> {\n curve?: 'basis' | 'catmull-rom' | 'linear' | 'natural' | 'step'\n series?: keyof T\n showArea?: boolean\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/graphs/utils.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,SAAS,EAGf,MAAM,OAAO,CAAA;AAGd,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,cAAc,EACpB,MAAM,eAAe,CAAA;AAEtB,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,GAAG,MAAM,CAAC,SAAlB,CAAC,KAAK,CACU,CAAA;AAEzD,eAAO,MAAM,aAAa;;;;;CAKhB,CAAA;AAEV,eAAO,MAAM,WAAW;;;;;;CAMd,CAAA;AAEV,eAAO,MAAM,SAAS,GAAI,MAAM,WAAW,SAsB1C,CAAA;AAED,eAAO,MAAM,OAAO,GAAI,KAAK,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC;;;CA0BzD,CAAA;AAED,eAAO,MAAM,SAAS,GAAI,8CAMvB,cAAc,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,cAAc,EAAE,MAAM,CAAA;IACtB,MAAM,EAAE,MAAM,CAAA;CACf,mDAqCA,CAAA;AAED,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,SAAS,EAChD,WAAW,WAAW,EACtB,MAAM,CAAC,EAAE,EACT,MAAM,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,EACtB,MAAM,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,EACtB,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,EACzB,eAAe,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,EAC/B,UAAU,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,EACzC,OAAO,CAAC,CAAC,EAAE,CAAC,KAAK,OAAO,eA6EzB,CAAA;AAED,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,cAAc,EACrD,WAAW,aAAa,CAAC,CAAC,CAAC;YAEH,IAAI,CAAC,CAAC,EAAE,MAAM,WAAW,CAAC;;CAanD,CAAA;AAED,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAE/C,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,MAAM,CAAC,EAAE,cAAc,EAAE,CAAA;IACzB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,UAAU,CAAC,CAAC,GAAG,SAAS,CACvC,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IACxD,IAAI,CAAC,EAAE,CAAC,EAAE,CAAA;IACV,aAAa,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,CAAA;IAChC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,MAAM,CAAA;IAChC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAA;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,OAAO,CAAC,GAAG,MAAM,CAAC,CAAA;IACjC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC1B,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,CAAC,GAAG,MAAM,CAAC,CAAA;IAChC,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/ui/components/graphs/utils.tsx"],"names":[],"mappings":"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","sourcesContent":["'use client'\n\nimport {\n type ComponentType,\n type HTMLAttributes,\n type RefObject,\n useEffect,\n useState\n} from 'react'\n\nimport { useSmoothControls } from '../../../hooks/use-smooth-controls'\nimport {\n type BlendColors,\n type BlendModeProps\n} from '../blend-mode'\n\nexport const accessor = <T, R>(key: ((d: T) => R) | keyof T) =>\n typeof key === 'function' ? key : (d: T) => d[key] as R\n\nexport const CHART_MARGINS = {\n marginBottom: 24,\n marginLeft: 36,\n marginRight: 12,\n marginTop: 8\n} as const\n\nexport const CHART_STYLE = {\n background: 'transparent',\n color: 'var(--midground)',\n fontFamily: 'var(--font-mono), monospace',\n fontSize: '11px',\n overflow: 'hidden'\n} as const\n\nexport const stylePlot = (plot: HTMLElement) => {\n plot.querySelectorAll('[aria-label*=\"grid\"] line').forEach(el =>\n Object.assign((el as SVGLineElement).style, {\n stroke: 'currentColor',\n strokeDasharray: '2,4',\n strokeOpacity: '0.3'\n })\n )\n\n plot.querySelectorAll('text').forEach(el =>\n Object.assign((el as SVGTextElement).style, {\n fontSize: '11px',\n fontWeight: '600'\n })\n )\n\n plot\n .querySelectorAll('[aria-label*=\"label\"] text')\n .forEach(el => ((el as SVGTextElement).style.opacity = '0.4'))\n\n const svg = plot.querySelector('svg')\n svg && (svg.style.display = 'block')\n}\n\nexport const useDims = (ref: RefObject<HTMLElement | null>) => {\n const [dims, setDims] = useState({ h: 0, w: 0 })\n\n useEffect(() => {\n if (!ref.current) {\n return\n }\n\n const update = () => {\n const { height: h, width: w } = ref.current!.getBoundingClientRect()\n const [rh, rw] = [Math.round(h), Math.round(w)]\n\n rh &&\n rw &&\n setDims(st => (st.h === rh && st.w === rw ? st : { h: rh, w: rw }))\n }\n\n update()\n\n const ro = new ResizeObserver(update)\n ro.observe(ref.current)\n\n return () => ro.disconnect()\n }, [ref])\n\n return dims\n}\n\nexport const Crosshair = ({\n color = 'var(--foreground)',\n containerWidth,\n height,\n points,\n x\n}: CrosshairState & {\n color?: string\n containerWidth: number\n height: number\n}) => {\n if (x === null) {\n return null\n }\n\n const nearRight = x > containerWidth * 0.7\n\n return (\n <>\n <div\n className=\"pointer-events-none absolute top-0 w-px\"\n style={{ background: color, height, left: x, opacity: 0.4 }}\n />\n\n {points?.map((pt, i) => (\n <div\n className=\"pointer-events-none absolute size-2 -translate-x-1/2 -translate-y-1/2 rounded-full\"\n key={i}\n style={{ background: color, left: x, top: pt.dotY }}\n />\n ))}\n\n {points?.map((pt, i) => (\n <div\n className=\"tooltip absolute -translate-y-1/2\"\n key={i}\n style={{\n left: nearRight ? undefined : x + 12,\n right: nearRight ? containerWidth - x + 12 : undefined,\n top: pt.dotY\n }}\n >\n {pt.tooltip}\n </div>\n ))}\n </>\n )\n}\n\nexport const setupCrosshair = <T extends DataPoint>(\n container: HTMLElement,\n data: T[],\n getX: (d: T) => number,\n getY: (d: T) => number,\n yDomain: [number, number],\n formatTooltip: (d: T) => string,\n onUpdate: (state: CrosshairState) => void,\n getZ?: (d: T) => unknown\n) => {\n if (!data.length) {\n return () => {}\n }\n\n const { marginBottom, marginLeft, marginRight, marginTop } = CHART_MARGINS\n\n const seriesMap = data.reduce((m, d) => {\n const key = getZ?.(d) ?? '__single__'\n m.set(key, [...(m.get(key) ?? []), d])\n\n return m\n }, new Map<unknown, T[]>())\n\n const sortedSeries = [...seriesMap.values()].map(s =>\n [...s].sort((a, b) => getX(a) - getX(b))\n )\n\n const allX = data.map(getX)\n const [xMin, xMax] = [Math.min(...allX), Math.max(...allX)]\n\n const onMove = (e: MouseEvent) => {\n const rect = container.getBoundingClientRect()\n const [localX, localY] = [e.clientX - rect.left, e.clientY - rect.top]\n\n if (\n localX < 0 ||\n localX > rect.width ||\n localY < 0 ||\n localY > rect.height\n ) {\n return onUpdate({ x: null })\n }\n\n const [chartLeft, chartRight] = [marginLeft, rect.width - marginRight]\n const [chartTop, chartBottom] = [marginTop, rect.height - marginBottom]\n\n if (localX < chartLeft || localX > chartRight) {\n return onUpdate({ x: null })\n }\n\n const pct = (localX - chartLeft) / (chartRight - chartLeft)\n const xVal = xMin + pct * (xMax - xMin)\n\n const points = sortedSeries.map(sorted => {\n const idx = sorted.findIndex(d => getX(d) >= xVal)\n\n const [closest, yVal] =\n idx <= 0\n ? [sorted[0], getY(sorted[0])]\n : idx >= sorted.length\n ? [sorted.at(-1)!, getY(sorted.at(-1)!)]\n : (() => {\n const [left, right] = [sorted[idx - 1], sorted[idx]]\n const t = (xVal - getX(left)) / (getX(right) - getX(left))\n\n return [\n t < 0.5 ? left : right,\n getY(left) + t * (getY(right) - getY(left))\n ] as const\n })()\n\n const yPct = (yVal - yDomain[0]) / (yDomain[1] - yDomain[0])\n\n return {\n dotY: chartBottom - yPct * (chartBottom - chartTop),\n tooltip: formatTooltip(closest)\n }\n })\n\n onUpdate({ points, x: localX })\n }\n\n document.addEventListener('mousemove', onMove)\n\n return () => document.removeEventListener('mousemove', onMove)\n}\n\nexport const withChartBlend = <P extends BlendModeProps>(\n Component: ComponentType<P>\n) => {\n const Wrapped = (props: Omit<P, keyof BlendColors>) => {\n const { color } = useSmoothControls(\n 'Charts',\n { color: { value: '#709fea' } },\n { collapsed: true }\n )\n\n return <Component {...(props as P)} color={color} />\n }\n\n Wrapped.displayName = `withChartBlend(${Component.displayName ?? Component.name})`\n\n return Wrapped\n}\n\nexport type DataPoint = Record<string, unknown>\n\nexport interface CrosshairPoint {\n dotY: number\n tooltip: string\n}\n\nexport interface CrosshairState {\n points?: CrosshairPoint[]\n x: null | number\n}\n\nexport interface ChartProps<T = DataPoint>\n extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> {\n data?: T[]\n formatTooltip?: (d: T) => string\n formatX?: (v: unknown) => string\n formatY?: (v: number) => string\n height?: number\n x?: ((d: T) => unknown) | keyof T\n xTicks?: number | number[]\n y?: ((d: T) => number) | keyof T\n yDomain?: [number, number]\n yTicks?: number | number[]\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/grid/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,iDAMhB,CAAA;AAED,eAAO,MAAM,IAAI,iDAMhB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/grid/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAErC,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAE5C,MAAM,CAAC,MAAM,IAAI,GAAG,OAAO,CAAQ,CAAC,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,CACrE,aAAa,CAAC,CAAC,EAAE,IAAI,KAAK,CAAsB,EAAE;IAChD,GAAG,IAAI;IACP,SAAS,EAAE,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC;IAC7B,GAAG;CACJ,CAAC,CACH,CAAA;AAED,MAAM,CAAC,MAAM,IAAI,GAAG,OAAO,CAAQ,CAAC,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,CACrE,aAAa,CAAC,CAAC,EAAE,IAAI,KAAK,CAAsB,EAAE;IAChD,GAAG,IAAI;IACP,SAAS,EAAE,EAAE,CAAC,IAAI,EAAE,SAAS,CAAC;IAC9B,GAAG;CACJ,CAAC,CACH,CAAA","sourcesContent":["import { createElement } from 'react'\n\nimport { cn, polyRef } from '../../../utils'\n\nexport const Grid = polyRef<'div'>(({ as, className, ...rest }, ref) =>\n createElement((as ?? 'div') as React.ElementType, {\n ...rest,\n className: cn('g', className),\n ref\n })\n)\n\nexport const Cell = polyRef<'div'>(({ as, className, ...rest }, ref) =>\n createElement((as ?? 'div') as React.ElementType, {\n ...rest,\n className: cn('gc', className),\n ref\n })\n)\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hover-bg.d.ts","sourceRoot":"","sources":["../../../src/ui/components/hover-bg.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,+CAUnB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hover-bg.js","sourceRoot":"","sources":["../../../src/ui/components/hover-bg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAErC,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAEzC,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAS,CAAC,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,CACzE,aAAa,CAAC,CAAC,EAAE,IAAI,MAAM,CAAsB,EAAE;IACjD,GAAG,IAAI;IACP,SAAS,EAAE,EAAE,CACX,mDAAmD,EACnD,kGAAkG,EAClG,SAAS,CACV;IACD,GAAG;CACJ,CAAC,CACH,CAAA","sourcesContent":["import { createElement } from 'react'\n\nimport { cn, polyRef } from '../../utils'\n\nexport const HoverBg = polyRef<'span'>(({ as, className, ...rest }, ref) =>\n createElement((as ?? 'span') as React.ElementType, {\n ...rest,\n className: cn(\n 'absolute inset-1 bg-midground pointer-events-none',\n 'opacity-5 transition-opacity duration-250 group-hover:opacity-5 opacity-0 group-hover:duration-0',\n className\n ),\n ref\n })\n)\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/icons/arrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAIrC,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,SAAkB,EAClB,GAAG,KAAK,EACT,EAAE,cAAc,2CA6BhB;AAED,UAAU,cAAe,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACtD,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CAC7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow.js","sourceRoot":"","sources":["../../../../src/ui/components/icons/arrow.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAA;AAEnC,MAAM,UAAU,SAAS,CAAC,EACxB,SAAS,EACT,SAAS,GAAG,MAAM,EAClB,GAAG,KAAK,EACO;IACf,OAAO,CACL,eACE,SAAS,EAAE,EAAE,CACX,SAAS,KAAK,IAAI,IAAI,YAAY,EAClC,SAAS,KAAK,MAAM,IAAI,WAAW,EACnC,SAAS,KAAK,OAAO,IAAI,YAAY,EACrC,eAAe,EACf,SAAS,CACV,EACD,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,KACf,KAAK,aAET,eACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qBAAqB,EACvB,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,GAClB,EAEF,eACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,uGAAuG,EACzG,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,GAClB,IACE,CACP,CAAA;AACH,CAAC","sourcesContent":["import type { SVGProps } from 'react'\n\nimport { cn } from '../../../utils'\n\nexport function ArrowIcon({\n className,\n direction = 'down',\n ...props\n}: ArrowIconProps) {\n return (\n <svg\n className={cn(\n direction === 'up' && 'rotate-180',\n direction === 'left' && 'rotate-90',\n direction === 'right' && '-rotate-90',\n 'origin-center',\n className\n )}\n fill=\"none\"\n viewBox=\"0 0 13 15\"\n {...props}\n >\n <path\n clipRule=\"evenodd\"\n d=\"M5 15V0h2.50075v15z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n\n <path\n clipRule=\"evenodd\"\n d=\"M10 12.5007H2.5V9.99998H10zM12.4976 9.99951H9.99805v-2.4996h2.49955zM2.4996 9.99951H0v-2.4996h2.4996z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n )\n}\n\ninterface ArrowIconProps extends SVGProps<SVGSVGElement> {\n direction?: 'down' | 'left' | 'right' | 'up'\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chevron.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/icons/chevron.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAIrC,wBAAgB,WAAW,CAAC,EAC1B,SAAS,EACT,SAAkB,EAClB,GAAG,KAAK,EACT,EAAE,gBAAgB,2CAgClB;AAED,UAAU,gBAAiB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACxD,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CAC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chevron.js","sourceRoot":"","sources":["../../../../src/ui/components/icons/chevron.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAA;AAEnC,MAAM,UAAU,WAAW,CAAC,EAC1B,SAAS,EACT,SAAS,GAAG,MAAM,EAClB,GAAG,KAAK,EACS;IACjB,OAAO,CACL,eACE,SAAS,EAAE,EAAE,CACX,SAAS,KAAK,MAAM,IAAI,WAAW,EACnC,SAAS,KAAK,OAAO,IAAI,YAAY,EACrC,SAAS,CACV,EACD,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,UAAU,KACd,KAAK,aAET,eACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,2BAA2B,EAC7B,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,GAClB,EACF,eACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gCAAgC,EAClC,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,GAClB,EACF,eACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,uEAAuE,EACzE,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,GAClB,IACE,CACP,CAAA;AACH,CAAC","sourcesContent":["import type { SVGProps } from 'react'\n\nimport { cn } from '../../../utils'\n\nexport function ChevronIcon({\n className,\n direction = 'left',\n ...props\n}: ChevronIconProps) {\n return (\n <svg\n className={cn(\n direction === 'left' && 'rotate-90',\n direction === 'right' && '-rotate-90',\n className\n )}\n fill=\"none\"\n viewBox=\"0 0 8 13\"\n {...props}\n >\n <path\n clipRule=\"evenodd\"\n d=\"M0 7.49765h5V4.9969H1e-7z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M2.5 2.49765v7.5h2.50075v-7.5z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M5 .0000031V2.4996h2.4996V.0000032zM5 9.99805v2.49965h2.4996V9.99805z\"\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n />\n </svg>\n )\n}\n\ninterface ChevronIconProps extends SVGProps<SVGSVGElement> {\n direction?: 'left' | 'right'\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"discord.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/icons/discord.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAIrC,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAW3E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"discord.js","sourceRoot":"","sources":["../../../../src/ui/components/icons/discord.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAA;AAEnC,MAAM,UAAU,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAA2B;IAC1E,OAAO,CACL,cACE,SAAS,EAAE,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC,EAClC,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,WAAW,KACf,KAAK,YAET,eAAM,CAAC,EAAC,8jCAA8jC,GAAG,GACrkC,CACP,CAAA;AACH,CAAC","sourcesContent":["import type { SVGProps } from 'react'\n\nimport { cn } from '../../../utils'\n\nexport function DiscordIcon({ className, ...props }: SVGProps<SVGSVGElement>) {\n return (\n <svg\n className={cn('size-4', className)}\n fill=\"currentColor\"\n viewBox=\"0 0 24 24\"\n {...props}\n >\n <path d=\"M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z\" />\n </svg>\n )\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eye.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/icons/eye.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAErC,wBAAgB,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,2CASrD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eye.js","sourceRoot":"","sources":["../../../../src/ui/components/icons/eye.tsx"],"names":[],"mappings":";AAEA,MAAM,UAAU,OAAO,CAAC,KAA8B;IACpD,OAAO,CACL,cAAK,IAAI,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,KAAK,KAAK,YAC5C,aAAG,QAAQ,EAAC,SAAS,EAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,SAAS,aAC1D,eAAM,CAAC,EAAC,4YAA4Y,GAAG,EACvZ,eAAM,CAAC,EAAC,sNAAsN,GAAG,IAC/N,GACA,CACP,CAAA;AACH,CAAC","sourcesContent":["import type { SVGProps } from 'react'\n\nexport function EyeIcon(props: SVGProps<SVGSVGElement>) {\n return (\n <svg fill=\"none\" viewBox=\"0 0 26 17\" {...props}>\n <g clipRule=\"evenodd\" fill=\"currentColor\" fillRule=\"evenodd\">\n <path d=\"M2.36308 9.45484H0V7.09067h2.36308zM23.6387 9.45484h2.3631V7.09067h-2.3631zM4.73047 2.36462h3.54519v2.36309H4.73047zM8.27539 0h9.45451v2.36417H8.27539zM8.27539 14.1808h9.45451v2.3641H8.27539zM4.73047 14.1808h3.54519v-2.3631H4.73047zM21.2718 2.36462h-3.5452v2.36309h3.5452zM21.2718 14.1808h-3.5452v-2.3631h3.5452zM2.36719 4.72751h2.36308v2.36308H2.36719zM2.36719 11.8179h2.36308V9.45486H2.36719z\" />\n <path d=\"M23.6346 4.72751h-2.3631v2.36308h2.3631zM23.6346 11.8179h-2.3631V9.45486h2.3631zM14.7716 6.50014h-3.5452V4.13705h3.5452zm0 0v3.54516h-3.5452v2.3631h3.5452v-2.3631h2.363V6.50014zm-3.5452 0v3.54516H8.86328V6.50014z\" />\n </g>\n </svg>\n )\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gear.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/icons/gear.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,iBAAiB,EAEtB,KAAK,QAAQ,EACd,MAAM,OAAO,CAAA;AAOd,wBAAgB,QAAQ,CAAC,EACvB,QAAQ,EACR,UAAiB,EACjB,GAAG,KAAK,EACT,EAAE,aAAa,2CA8Bf;AAED,UAAU,aAAc,SAAQ,iBAAiB,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;IACxE,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gear.js","sourceRoot":"","sources":["../../../../src/ui/components/icons/gear.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,cAAc,EAIf,MAAM,OAAO,CAAA;AAEd,MAAM,OAAO,GAAG,WAAW,CAAA;AAE3B,MAAM,SAAS,GACb,6iBAA6iB,CAAA;AAE/iB,MAAM,UAAU,QAAQ,CAAC,EACvB,QAAQ,EACR,UAAU,GAAG,IAAI,EACjB,GAAG,KAAK,EACM;IACd,MAAM,KAAK,GAAG,cAAc,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,KAAK,KAAK,CAAA;IAEjE,MAAM,OAAO,GAAG,KAAK;QACnB,CAAC,CAAC,CAAE,QAAQ,CAAC,KAA8B,CAAC,OAAO,IAAI,OAAO,CAAC;QAC/D,CAAC,CAAC,OAAO,CAAA;IAEX,MAAM,KAAK,GAAG,KAAK;QACjB,CAAC,CAAE,QAAQ,CAAC,KAAkC,CAAC,QAAQ;QACvD,CAAC,CAAC,QAAQ,CAAA;IAEZ,OAAO,CACL,eAAK,IAAI,EAAC,MAAM,EAAC,OAAO,EAAE,OAAO,KAAM,KAAK,aAC1C,YAAG,QAAQ,EAAC,SAAS,EAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,SAAS,YAC1D,eAAM,CAAC,EAAE,SAAS,GAAI,GACpB,EAEH,QAAQ,IAAI,CACX,cACE,MAAM,EAAE,EAAE,GAAG,UAAU,EACvB,KAAK,EAAE,EAAE,GAAG,UAAU,EACtB,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,GAAG,UAAU,CAAC,GAAG,CAAC,EAC7B,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,GAAG,UAAU,CAAC,GAAG,CAAC,EACvB,OAAO,YAEZ,KAAK,GACF,CACP,IACG,CACP,CAAA;AACH,CAAC","sourcesContent":["import {\n isValidElement,\n type PropsWithChildren,\n type ReactNode,\n type SVGProps\n} from 'react'\n\nconst VIEWBOX = '0 0 34 38'\n\nconst GEAR_PATH =\n 'M10.1249 3.37446h5.0624v3.37446h-5.0624zM23.6262 3.37446h-5.0625v3.37446h5.0625zM18.5637 0v3.37446h-3.3764L15.1877 0zM3.3762 6.74879l6.7487.00013.0003 3.37588h-6.749zM30.3748 6.74879l-6.7486.00013-.0003 3.37588h6.7489zM0 26.9988v-16.874h3.3762l-.00019 16.874zM33.7505 26.9988v-16.874h-3.3757l-.0003 16.874zM10.1248 30.3751H3.37586l.00015-3.3763 6.74879.0003zM23.6262 30.3751h6.749l-.0007-3.3763-6.7483.0003zM15.1873 33.7495h-5.0624l-.0001-3.3744 5.0625-.0001zM18.5637 33.7495h5.0625v-3.3744l-5.0625-.0001zM15.1874 37.1245l-.0001-3.375h3.3764l-.0003 3.375z'\n\nexport function GearIcon({\n children,\n innerScale = 0.55,\n ...props\n}: GearIconProps) {\n const isSvg = isValidElement(children) && children.type === 'svg'\n\n const viewBox = isSvg\n ? ((children.props as { viewBox?: string }).viewBox ?? VIEWBOX)\n : VIEWBOX\n\n const inner = isSvg\n ? (children.props as { children?: ReactNode }).children\n : children\n\n return (\n <svg fill=\"none\" viewBox={VIEWBOX} {...props}>\n <g clipRule=\"evenodd\" fill=\"currentColor\" fillRule=\"evenodd\">\n <path d={GEAR_PATH} />\n </g>\n\n {children && (\n <svg\n height={26 * innerScale}\n width={26 * innerScale}\n x={17 - (26 * innerScale) / 2}\n y={19 - (26 * innerScale) / 2}\n {...{ viewBox }}\n >\n {inner}\n </svg>\n )}\n </svg>\n )\n}\n\ninterface GearIconProps extends PropsWithChildren<SVGProps<SVGSVGElement>> {\n innerScale?: number\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/icons/github.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAIrC,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAW1E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github.js","sourceRoot":"","sources":["../../../../src/ui/components/icons/github.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAA;AAEnC,MAAM,UAAU,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAA2B;IACzE,OAAO,CACL,cACE,SAAS,EAAE,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC,EAClC,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,WAAW,KACf,KAAK,YAET,eAAM,CAAC,EAAC,2pBAA2pB,GAAG,GAClqB,CACP,CAAA;AACH,CAAC","sourcesContent":["import type { SVGProps } from 'react'\n\nimport { cn } from '../../../utils'\n\nexport function GitHubIcon({ className, ...props }: SVGProps<SVGSVGElement>) {\n return (\n <svg\n className={cn('size-4', className)}\n fill=\"currentColor\"\n viewBox=\"0 0 24 24\"\n {...props}\n >\n <path d=\"M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z\" />\n </svg>\n )\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hamburger.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/icons/hamburger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAIrC,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,IAAY,EACZ,GAAG,KAAK,EACT,EAAE,kBAAkB,2CAuCpB;AAED,UAAU,kBAAmB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC1D,IAAI,CAAC,EAAE,OAAO,CAAA;CACf"}
|