@elmethis/react 0.3.20 → 0.4.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 +24 -66
- package/lib/index.react.cjs +2 -1
- package/lib/index.react.mjs +3311 -2630
- package/lib/style.css +1 -1
- package/lib-types/components/a2ui/catalog/block-catalog.d.ts +18 -0
- package/lib-types/components/a2ui/catalog/block-catalog.d.ts.map +1 -0
- package/lib-types/components/a2ui/catalog/catalog-utils.d.ts +30 -0
- package/lib-types/components/a2ui/catalog/catalog-utils.d.ts.map +1 -0
- package/lib-types/components/a2ui/elm-a2ui.d.ts +38 -0
- package/lib-types/components/a2ui/elm-a2ui.d.ts.map +1 -0
- package/lib-types/components/a2ui/stream-json-lines.d.ts +14 -0
- package/lib-types/components/a2ui/stream-json-lines.d.ts.map +1 -0
- package/lib-types/components/code/elm-code-block.d.ts +18 -0
- package/lib-types/components/code/elm-code-block.d.ts.map +1 -0
- package/lib-types/components/code/elm-katex.d.ts +17 -0
- package/lib-types/components/code/elm-katex.d.ts.map +1 -0
- package/lib-types/components/code/elm-shiki-highlighter.d.ts +13 -0
- package/lib-types/components/code/elm-shiki-highlighter.d.ts.map +1 -0
- package/lib-types/components/containments/elm-collapse.d.ts +8 -0
- package/lib-types/components/containments/elm-collapse.d.ts.map +1 -0
- package/lib-types/components/containments/elm-modal.d.ts +13 -0
- package/lib-types/components/containments/elm-modal.d.ts.map +1 -0
- package/lib-types/components/containments/elm-parallax.d.ts +6 -0
- package/lib-types/components/containments/elm-parallax.d.ts.map +1 -0
- package/lib-types/components/containments/elm-tabs.d.ts +30 -0
- package/lib-types/components/containments/elm-tabs.d.ts.map +1 -0
- package/lib-types/components/containments/elm-toggle.d.ts +18 -0
- package/lib-types/components/containments/elm-toggle.d.ts.map +1 -0
- package/lib-types/components/containments/elm-tooltip.d.ts +9 -0
- package/lib-types/components/containments/elm-tooltip.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-block-fallback.d.ts +6 -0
- package/lib-types/components/fallback/elm-block-fallback.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
- package/lib-types/components/fallback/elm-rectangle-wave.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-unsupported-block.d.ts +6 -0
- package/lib-types/components/fallback/elm-unsupported-block.d.ts.map +1 -0
- package/lib-types/components/form/elm-button.d.ts +18 -0
- package/lib-types/components/form/elm-button.d.ts.map +1 -0
- package/lib-types/components/form/elm-checkbox.d.ts +29 -0
- package/lib-types/components/form/elm-checkbox.d.ts.map +1 -0
- package/lib-types/components/form/elm-select.d.ts +49 -0
- package/lib-types/components/form/elm-select.d.ts.map +1 -0
- package/lib-types/components/form/elm-switch.d.ts +25 -0
- package/lib-types/components/form/elm-switch.d.ts.map +1 -0
- package/lib-types/components/form/elm-text-area.d.ts +16 -0
- package/lib-types/components/form/elm-text-area.d.ts.map +1 -0
- package/lib-types/components/form/elm-text-field.d.ts +18 -0
- package/lib-types/components/form/elm-text-field.d.ts.map +1 -0
- package/lib-types/components/form/elm-validation.d.ts +8 -0
- package/lib-types/components/form/elm-validation.d.ts.map +1 -0
- package/lib-types/components/icon/elm-copy-icon.d.ts +9 -0
- package/lib-types/components/icon/elm-copy-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-dot-loading-icon.d.ts +9 -0
- package/lib-types/components/icon/elm-dot-loading-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-inline-icon.d.ts +16 -0
- package/lib-types/components/icon/elm-inline-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-language-icon.d.ts +17 -0
- package/lib-types/components/icon/elm-language-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-mdi-icon.d.ts +10 -0
- package/lib-types/components/icon/elm-mdi-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-square-loading-icon.d.ts +7 -0
- package/lib-types/components/icon/elm-square-loading-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-toggle-theme.d.ts +9 -0
- package/lib-types/components/icon/elm-toggle-theme.d.ts.map +1 -0
- package/lib-types/components/icon/languages/bash.d.ts +3 -0
- package/lib-types/components/icon/languages/bash.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c-plus-plus.d.ts +3 -0
- package/lib-types/components/icon/languages/c-plus-plus.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c-sharp.d.ts +3 -0
- package/lib-types/components/icon/languages/c-sharp.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c.d.ts +3 -0
- package/lib-types/components/icon/languages/c.d.ts.map +1 -0
- package/lib-types/components/icon/languages/css.d.ts +3 -0
- package/lib-types/components/icon/languages/css.d.ts.map +1 -0
- package/lib-types/components/icon/languages/go.d.ts +3 -0
- package/lib-types/components/icon/languages/go.d.ts.map +1 -0
- package/lib-types/components/icon/languages/html.d.ts +3 -0
- package/lib-types/components/icon/languages/html.d.ts.map +1 -0
- package/lib-types/components/icon/languages/java.d.ts +3 -0
- package/lib-types/components/icon/languages/java.d.ts.map +1 -0
- package/lib-types/components/icon/languages/javascript.d.ts +3 -0
- package/lib-types/components/icon/languages/javascript.d.ts.map +1 -0
- package/lib-types/components/icon/languages/json.d.ts +3 -0
- package/lib-types/components/icon/languages/json.d.ts.map +1 -0
- package/lib-types/components/icon/languages/kotlin.d.ts +3 -0
- package/lib-types/components/icon/languages/kotlin.d.ts.map +1 -0
- package/lib-types/components/icon/languages/language-interface.d.ts +7 -0
- package/lib-types/components/icon/languages/language-interface.d.ts.map +1 -0
- package/lib-types/components/icon/languages/lua.d.ts +3 -0
- package/lib-types/components/icon/languages/lua.d.ts.map +1 -0
- package/lib-types/components/icon/languages/npm.d.ts +3 -0
- package/lib-types/components/icon/languages/npm.d.ts.map +1 -0
- package/lib-types/components/icon/languages/python.d.ts +3 -0
- package/lib-types/components/icon/languages/python.d.ts.map +1 -0
- package/lib-types/components/icon/languages/rust.d.ts +3 -0
- package/lib-types/components/icon/languages/rust.d.ts.map +1 -0
- package/lib-types/components/icon/languages/sql.d.ts +3 -0
- package/lib-types/components/icon/languages/sql.d.ts.map +1 -0
- package/lib-types/components/icon/languages/terraform.d.ts +3 -0
- package/lib-types/components/icon/languages/terraform.d.ts.map +1 -0
- package/lib-types/components/icon/languages/typescript.d.ts +3 -0
- package/lib-types/components/icon/languages/typescript.d.ts.map +1 -0
- package/lib-types/components/media/elm-block-image.d.ts +19 -0
- package/lib-types/components/media/elm-block-image.d.ts.map +1 -0
- package/lib-types/components/media/elm-file.d.ts +17 -0
- package/lib-types/components/media/elm-file.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-bookmark.d.ts +22 -0
- package/lib-types/components/navigation/elm-bookmark.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-breadcrumb.d.ts +15 -0
- package/lib-types/components/navigation/elm-breadcrumb.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-page-top.d.ts +9 -0
- package/lib-types/components/navigation/elm-page-top.d.ts.map +1 -0
- package/lib-types/components/others/elm-color-primitive-sample.d.ts +5 -0
- package/lib-types/components/others/elm-color-primitive-sample.d.ts.map +1 -0
- package/lib-types/components/others/elm-color-semantic-sample.d.ts +5 -0
- package/lib-types/components/others/elm-color-semantic-sample.d.ts.map +1 -0
- package/lib-types/components/others/elm-jarkup.d.ts +8 -0
- package/lib-types/components/others/elm-jarkup.d.ts.map +1 -0
- package/lib-types/components/others/elm-markdown.d.ts +11 -0
- package/lib-types/components/others/elm-markdown.d.ts.map +1 -0
- package/lib-types/components/others/use-wordle.d.ts +24 -0
- package/lib-types/components/others/use-wordle.d.ts.map +1 -0
- package/lib-types/components/others/wordle/validGuesses.d.ts +2 -0
- package/lib-types/components/others/wordle/validGuesses.d.ts.map +1 -0
- package/lib-types/components/others/wordle/wordlist.d.ts +2 -0
- package/lib-types/components/others/wordle/wordlist.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-body.d.ts +4 -0
- package/lib-types/components/table/elm-table-body.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-cell.d.ts +21 -0
- package/lib-types/components/table/elm-table-cell.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-header.d.ts +4 -0
- package/lib-types/components/table/elm-table-header.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-row.d.ts +4 -0
- package/lib-types/components/table/elm-table-row.d.ts.map +1 -0
- package/lib-types/components/table/elm-table.d.ts +7 -0
- package/lib-types/components/table/elm-table.d.ts.map +1 -0
- package/lib-types/components/table/index.d.ts +7 -0
- package/lib-types/components/table/index.d.ts.map +1 -0
- package/lib-types/components/table/table-context.d.ts +25 -0
- package/lib-types/components/table/table-context.d.ts.map +1 -0
- package/lib-types/components/typography/elm-block-quote.d.ts +5 -0
- package/lib-types/components/typography/elm-block-quote.d.ts.map +1 -0
- package/lib-types/components/typography/elm-callout.d.ts +10 -0
- package/lib-types/components/typography/elm-callout.d.ts.map +1 -0
- package/lib-types/components/typography/elm-divider.d.ts +4 -0
- package/lib-types/components/typography/elm-divider.d.ts.map +1 -0
- package/lib-types/components/typography/elm-fragment-identifier.d.ts +9 -0
- package/lib-types/components/typography/elm-fragment-identifier.d.ts.map +1 -0
- package/lib-types/components/typography/elm-heading.d.ts +7 -0
- package/lib-types/components/typography/elm-heading.d.ts.map +1 -0
- package/lib-types/components/typography/elm-inline-text.d.ts +61 -0
- package/lib-types/components/typography/elm-inline-text.d.ts.map +1 -0
- package/lib-types/components/typography/elm-list.d.ts +7 -0
- package/lib-types/components/typography/elm-list.d.ts.map +1 -0
- package/lib-types/components/typography/elm-paragraph.d.ts +7 -0
- package/lib-types/components/typography/elm-paragraph.d.ts.map +1 -0
- package/lib-types/hooks/use-async-state.d.ts +58 -0
- package/lib-types/hooks/use-async-state.d.ts.map +1 -0
- package/lib-types/hooks/use-auto-animate.d.ts +44 -0
- package/lib-types/hooks/use-auto-animate.d.ts.map +1 -0
- package/lib-types/hooks/use-bindable-signal.d.ts +35 -0
- package/lib-types/hooks/use-bindable-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-bindable-store.d.ts +43 -0
- package/lib-types/hooks/use-bindable-store.d.ts.map +1 -0
- package/lib-types/hooks/use-clipboard.d.ts +23 -0
- package/lib-types/hooks/use-clipboard.d.ts.map +1 -0
- package/lib-types/hooks/use-debounced-signal.d.ts +39 -0
- package/lib-types/hooks/use-debounced-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-debounced-store.d.ts +40 -0
- package/lib-types/hooks/use-debounced-store.d.ts.map +1 -0
- package/lib-types/hooks/use-delayed-signal.d.ts +37 -0
- package/lib-types/hooks/use-delayed-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-elmethis-theme.d.ts +29 -0
- package/lib-types/hooks/use-elmethis-theme.d.ts.map +1 -0
- package/lib-types/hooks/use-modal.d.ts +23 -0
- package/lib-types/hooks/use-modal.d.ts.map +1 -0
- package/lib-types/hooks/use-storage.d.ts +35 -0
- package/lib-types/hooks/use-storage.d.ts.map +1 -0
- package/lib-types/hooks/use-throttled-queue.d.ts +32 -0
- package/lib-types/hooks/use-throttled-queue.d.ts.map +1 -0
- package/lib-types/hooks/use-throttled-signal.d.ts +47 -0
- package/lib-types/hooks/use-throttled-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-throttled-store.d.ts +61 -0
- package/lib-types/hooks/use-throttled-store.d.ts.map +1 -0
- package/lib-types/index.d.ts +63 -0
- package/lib-types/index.d.ts.map +1 -0
- package/package.json +74 -44
- package/lib/ElmMermaid-CUeT_XM9.js +0 -75
- package/lib/ElmMermaid-DnSjC5T_.cjs +0 -1
- package/lib-types/components/code/ElmCodeBlock.d.ts +0 -22
- package/lib-types/components/code/ElmCodeBlock.d.ts.map +0 -1
- package/lib-types/components/code/ElmCodeBlock.stories.d.ts +0 -9
- package/lib-types/components/code/ElmCodeBlock.stories.d.ts.map +0 -1
- package/lib-types/components/code/ElmKatex.d.ts +0 -19
- package/lib-types/components/code/ElmKatex.d.ts.map +0 -1
- package/lib-types/components/code/ElmKatex.stories.d.ts +0 -9
- package/lib-types/components/code/ElmKatex.stories.d.ts.map +0 -1
- package/lib-types/components/code/ElmMermaid.d.ts +0 -14
- package/lib-types/components/code/ElmMermaid.d.ts.map +0 -1
- package/lib-types/components/code/ElmMermaid.stories.d.ts +0 -8
- package/lib-types/components/code/ElmMermaid.stories.d.ts.map +0 -1
- package/lib-types/components/code/ElmShikiHighlighter.d.ts +0 -20
- package/lib-types/components/code/ElmShikiHighlighter.d.ts.map +0 -1
- package/lib-types/components/code/ElmShikiHighlighter.stories.d.ts +0 -7
- package/lib-types/components/code/ElmShikiHighlighter.stories.d.ts.map +0 -1
- package/lib-types/components/code/shikiInstance.d.ts +0 -3
- package/lib-types/components/code/shikiInstance.d.ts.map +0 -1
- package/lib-types/components/containments/ElmCollapse.d.ts +0 -20
- package/lib-types/components/containments/ElmCollapse.d.ts.map +0 -1
- package/lib-types/components/containments/ElmCollapse.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmCollapse.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmColumn.d.ts +0 -10
- package/lib-types/components/containments/ElmColumn.d.ts.map +0 -1
- package/lib-types/components/containments/ElmColumn.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmColumn.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmColumnList.d.ts +0 -10
- package/lib-types/components/containments/ElmColumnList.d.ts.map +0 -1
- package/lib-types/components/containments/ElmColumnList.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmColumnList.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmConfirmModal.d.ts +0 -24
- package/lib-types/components/containments/ElmConfirmModal.d.ts.map +0 -1
- package/lib-types/components/containments/ElmConfirmModal.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmConfirmModal.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmDesktopWindow.d.ts +0 -15
- package/lib-types/components/containments/ElmDesktopWindow.d.ts.map +0 -1
- package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmModal.d.ts +0 -21
- package/lib-types/components/containments/ElmModal.d.ts.map +0 -1
- package/lib-types/components/containments/ElmModal.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmModal.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmParallax.d.ts +0 -14
- package/lib-types/components/containments/ElmParallax.d.ts.map +0 -1
- package/lib-types/components/containments/ElmParallax.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmParallax.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSimpleTooltip.d.ts +0 -14
- package/lib-types/components/containments/ElmSimpleTooltip.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSimpleTooltip.stories.d.ts +0 -8
- package/lib-types/components/containments/ElmSimpleTooltip.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSnackbar.d.ts +0 -16
- package/lib-types/components/containments/ElmSnackbar.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSnackbar.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmSnackbar.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSnackbarContainer.d.ts +0 -19
- package/lib-types/components/containments/ElmSnackbarContainer.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSnackbarContainer.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmSnackbarContainer.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmTabs.d.ts +0 -14
- package/lib-types/components/containments/ElmTabs.d.ts.map +0 -1
- package/lib-types/components/containments/ElmTabs.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmTabs.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmToggle.d.ts +0 -18
- package/lib-types/components/containments/ElmToggle.d.ts.map +0 -1
- package/lib-types/components/containments/ElmToggle.stories.d.ts +0 -9
- package/lib-types/components/containments/ElmToggle.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmTooltip.d.ts +0 -14
- package/lib-types/components/containments/ElmTooltip.d.ts.map +0 -1
- package/lib-types/components/containments/ElmTooltip.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmTooltip.stories.d.ts.map +0 -1
- package/lib-types/components/copilotkit/ElmModelSelect.d.ts +0 -17
- package/lib-types/components/copilotkit/ElmModelSelect.d.ts.map +0 -1
- package/lib-types/components/copilotkit/ElmModelSelect.stories.d.ts +0 -28
- package/lib-types/components/copilotkit/ElmModelSelect.stories.d.ts.map +0 -1
- package/lib-types/components/copilotkit/ToolApproval.d.ts +0 -17
- package/lib-types/components/copilotkit/ToolApproval.d.ts.map +0 -1
- package/lib-types/components/copilotkit/ToolApproval.stories.d.ts +0 -7
- package/lib-types/components/copilotkit/ToolApproval.stories.d.ts.map +0 -1
- package/lib-types/components/data/ElmMultiProgress.d.ts +0 -33
- package/lib-types/components/data/ElmMultiProgress.d.ts.map +0 -1
- package/lib-types/components/data/ElmMultiProgress.stories.d.ts +0 -7
- package/lib-types/components/data/ElmMultiProgress.stories.d.ts.map +0 -1
- package/lib-types/components/data/ElmProgress.d.ts +0 -41
- package/lib-types/components/data/ElmProgress.d.ts.map +0 -1
- package/lib-types/components/data/ElmProgress.stories.d.ts +0 -11
- package/lib-types/components/data/ElmProgress.stories.d.ts.map +0 -1
- package/lib-types/components/data/ElmStatusMessage.d.ts +0 -19
- package/lib-types/components/data/ElmStatusMessage.d.ts.map +0 -1
- package/lib-types/components/data/ElmStatusMessage.stories.d.ts +0 -10
- package/lib-types/components/data/ElmStatusMessage.stories.d.ts.map +0 -1
- package/lib-types/components/embed/ElmOEmbed.d.ts +0 -48
- package/lib-types/components/embed/ElmOEmbed.d.ts.map +0 -1
- package/lib-types/components/embed/ElmOEmbed.stories.d.ts +0 -8
- package/lib-types/components/embed/ElmOEmbed.stories.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmBlockFallback.d.ts +0 -15
- package/lib-types/components/fallback/ElmBlockFallback.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmBlockFallback.stories.d.ts +0 -7
- package/lib-types/components/fallback/ElmBlockFallback.stories.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmRectangleWave.d.ts +0 -10
- package/lib-types/components/fallback/ElmRectangleWave.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmRectangleWave.stories.d.ts +0 -7
- package/lib-types/components/fallback/ElmRectangleWave.stories.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmSpinner.d.ts +0 -18
- package/lib-types/components/fallback/ElmSpinner.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmSpinner.stories.d.ts +0 -7
- package/lib-types/components/fallback/ElmSpinner.stories.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts +0 -14
- package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmUnsupportedBlock.stories.d.ts +0 -7
- package/lib-types/components/fallback/ElmUnsupportedBlock.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmButton.d.ts +0 -24
- package/lib-types/components/form/ElmButton.d.ts.map +0 -1
- package/lib-types/components/form/ElmButton.stories.d.ts +0 -11
- package/lib-types/components/form/ElmButton.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmCheckbox.d.ts +0 -20
- package/lib-types/components/form/ElmCheckbox.d.ts.map +0 -1
- package/lib-types/components/form/ElmCheckbox.stories.d.ts +0 -7
- package/lib-types/components/form/ElmCheckbox.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmSelect.d.ts +0 -30
- package/lib-types/components/form/ElmSelect.d.ts.map +0 -1
- package/lib-types/components/form/ElmSelect.stories.d.ts +0 -8
- package/lib-types/components/form/ElmSelect.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmSwitch.d.ts +0 -24
- package/lib-types/components/form/ElmSwitch.d.ts.map +0 -1
- package/lib-types/components/form/ElmSwitch.stories.d.ts +0 -7
- package/lib-types/components/form/ElmSwitch.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmTextField.d.ts +0 -34
- package/lib-types/components/form/ElmTextField.d.ts.map +0 -1
- package/lib-types/components/form/ElmTextField.stories.d.ts +0 -7
- package/lib-types/components/form/ElmTextField.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmValidation.d.ts +0 -17
- package/lib-types/components/form/ElmValidation.d.ts.map +0 -1
- package/lib-types/components/form/ElmValidation.stories.d.ts +0 -7
- package/lib-types/components/form/ElmValidation.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmArrowIcon.d.ts +0 -26
- package/lib-types/components/icon/ElmArrowIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmArrowIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmArrowIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmBookmarkIcon.d.ts +0 -22
- package/lib-types/components/icon/ElmBookmarkIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmBookmarkIcon.stories.d.ts +0 -9
- package/lib-types/components/icon/ElmBookmarkIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmCubeIcon.d.ts +0 -14
- package/lib-types/components/icon/ElmCubeIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmCubeIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmCubeIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmDotLoadingIcon.d.ts +0 -20
- package/lib-types/components/icon/ElmDotLoadingIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmDotLoadingIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmDotLoadingIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmInlineIcon.d.ts +0 -18
- package/lib-types/components/icon/ElmInlineIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmInlineIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmInlineIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmLanguageIcon.d.ts +0 -19
- package/lib-types/components/icon/ElmLanguageIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmLanguageIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmLanguageIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmLoginIcon.d.ts +0 -22
- package/lib-types/components/icon/ElmLoginIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmLoginIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmLoginIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmMdiIcon.d.ts +0 -19
- package/lib-types/components/icon/ElmMdiIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmMdiIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmMdiIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmSquareLoadingIcon.d.ts +0 -18
- package/lib-types/components/icon/ElmSquareLoadingIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmSquareLoadingIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmSquareLoadingIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmToggleTheme.d.ts +0 -14
- package/lib-types/components/icon/ElmToggleTheme.d.ts.map +0 -1
- package/lib-types/components/icon/ElmToggleTheme.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmToggleTheme.stories.d.ts.map +0 -1
- package/lib-types/components/icon/language.d.ts +0 -3
- package/lib-types/components/icon/language.d.ts.map +0 -1
- package/lib-types/components/media/ElmFile.d.ts +0 -22
- package/lib-types/components/media/ElmFile.d.ts.map +0 -1
- package/lib-types/components/media/ElmFile.stories.d.ts +0 -8
- package/lib-types/components/media/ElmFile.stories.d.ts.map +0 -1
- package/lib-types/components/media/ElmImage.d.ts +0 -34
- package/lib-types/components/media/ElmImage.d.ts.map +0 -1
- package/lib-types/components/media/ElmImage.stories.d.ts +0 -10
- package/lib-types/components/media/ElmImage.stories.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmBookmark.d.ts +0 -53
- package/lib-types/components/navigation/ElmBookmark.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmBookmark.stories.d.ts +0 -9
- package/lib-types/components/navigation/ElmBookmark.stories.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmBreadcrumb.d.ts +0 -23
- package/lib-types/components/navigation/ElmBreadcrumb.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmBreadcrumb.stories.d.ts +0 -8
- package/lib-types/components/navigation/ElmBreadcrumb.stories.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmPageTop.d.ts +0 -14
- package/lib-types/components/navigation/ElmPageTop.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmPageTop.stories.d.ts +0 -7
- package/lib-types/components/navigation/ElmPageTop.stories.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmTableOfContents.d.ts +0 -18
- package/lib-types/components/navigation/ElmTableOfContents.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmTableOfContents.stories.d.ts +0 -8
- package/lib-types/components/navigation/ElmTableOfContents.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmColorSample.d.ts +0 -12
- package/lib-types/components/others/ElmColorSample.d.ts.map +0 -1
- package/lib-types/components/others/ElmColorSample.stories.d.ts +0 -8
- package/lib-types/components/others/ElmColorSample.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmColorTable.d.ts +0 -15
- package/lib-types/components/others/ElmColorTable.d.ts.map +0 -1
- package/lib-types/components/others/ElmColorTable.stories.d.ts +0 -7
- package/lib-types/components/others/ElmColorTable.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmCommandPalette.d.ts +0 -34
- package/lib-types/components/others/ElmCommandPalette.d.ts.map +0 -1
- package/lib-types/components/others/ElmCommandPalette.stories.d.ts +0 -7
- package/lib-types/components/others/ElmCommandPalette.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmJarkup.d.ts +0 -30
- package/lib-types/components/others/ElmJarkup.d.ts.map +0 -1
- package/lib-types/components/others/ElmJarkup.stories.d.ts +0 -8
- package/lib-types/components/others/ElmJarkup.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmJsonComponentRenderer.d.ts +0 -14
- package/lib-types/components/others/ElmJsonComponentRenderer.d.ts.map +0 -1
- package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts +0 -7
- package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmMarkdown.d.ts +0 -25
- package/lib-types/components/others/ElmMarkdown.d.ts.map +0 -1
- package/lib-types/components/others/ElmMarkdown.stories.d.ts +0 -7
- package/lib-types/components/others/ElmMarkdown.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmTyping.d.ts +0 -12
- package/lib-types/components/others/ElmTyping.d.ts.map +0 -1
- package/lib-types/components/others/ElmTyping.stories.d.ts +0 -8
- package/lib-types/components/others/ElmTyping.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTable.d.ts +0 -26
- package/lib-types/components/table/ElmTable.d.ts.map +0 -1
- package/lib-types/components/table/ElmTable.stories.d.ts +0 -8
- package/lib-types/components/table/ElmTable.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableBody.d.ts +0 -8
- package/lib-types/components/table/ElmTableBody.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableBody.stories.d.ts +0 -7
- package/lib-types/components/table/ElmTableBody.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableCell.d.ts +0 -17
- package/lib-types/components/table/ElmTableCell.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableCell.stories.d.ts +0 -7
- package/lib-types/components/table/ElmTableCell.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableHeader.d.ts +0 -8
- package/lib-types/components/table/ElmTableHeader.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableHeader.stories.d.ts +0 -7
- package/lib-types/components/table/ElmTableHeader.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableRow.d.ts +0 -8
- package/lib-types/components/table/ElmTableRow.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableRow.stories.d.ts +0 -7
- package/lib-types/components/table/ElmTableRow.stories.d.ts.map +0 -1
- package/lib-types/components/table/TableContext.d.ts +0 -3
- package/lib-types/components/table/TableContext.d.ts.map +0 -1
- package/lib-types/components/template/ElmTemplate.d.ts +0 -10
- package/lib-types/components/template/ElmTemplate.d.ts.map +0 -1
- package/lib-types/components/template/ElmTemplate.stories.d.ts +0 -7
- package/lib-types/components/template/ElmTemplate.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmBlockQuote.d.ts +0 -14
- package/lib-types/components/typography/ElmBlockQuote.d.ts.map +0 -1
- package/lib-types/components/typography/ElmBlockQuote.stories.d.ts +0 -7
- package/lib-types/components/typography/ElmBlockQuote.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmCallout.d.ts +0 -15
- package/lib-types/components/typography/ElmCallout.d.ts.map +0 -1
- package/lib-types/components/typography/ElmCallout.stories.d.ts +0 -11
- package/lib-types/components/typography/ElmCallout.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmDivider.d.ts +0 -10
- package/lib-types/components/typography/ElmDivider.d.ts.map +0 -1
- package/lib-types/components/typography/ElmDivider.stories.d.ts +0 -7
- package/lib-types/components/typography/ElmDivider.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmFragmentIdentifier.d.ts +0 -14
- package/lib-types/components/typography/ElmFragmentIdentifier.d.ts.map +0 -1
- package/lib-types/components/typography/ElmFragmentIdentifier.stories.d.ts +0 -7
- package/lib-types/components/typography/ElmFragmentIdentifier.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmHeading.d.ts +0 -32
- package/lib-types/components/typography/ElmHeading.d.ts.map +0 -1
- package/lib-types/components/typography/ElmHeading.stories.d.ts +0 -8
- package/lib-types/components/typography/ElmHeading.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmInlineText.d.ts +0 -25
- package/lib-types/components/typography/ElmInlineText.d.ts.map +0 -1
- package/lib-types/components/typography/ElmInlineText.stories.d.ts +0 -13
- package/lib-types/components/typography/ElmInlineText.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmList.d.ts +0 -16
- package/lib-types/components/typography/ElmList.d.ts.map +0 -1
- package/lib-types/components/typography/ElmList.stories.d.ts +0 -9
- package/lib-types/components/typography/ElmList.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmParagraph.d.ts +0 -11
- package/lib-types/components/typography/ElmParagraph.d.ts.map +0 -1
- package/lib-types/components/typography/ElmParagraph.stories.d.ts +0 -8
- package/lib-types/components/typography/ElmParagraph.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmTypingAnimation.d.ts +0 -22
- package/lib-types/components/typography/ElmTypingAnimation.d.ts.map +0 -1
- package/lib-types/components/typography/ElmTypingAnimation.stories.d.ts +0 -7
- package/lib-types/components/typography/ElmTypingAnimation.stories.d.ts.map +0 -1
- package/lib-types/hooks/useElmethisTheme.d.ts +0 -5
- package/lib-types/hooks/useElmethisTheme.d.ts.map +0 -1
- package/lib-types/hooks/useLocalStorage.d.ts +0 -14
- package/lib-types/hooks/useLocalStorage.d.ts.map +0 -1
- package/lib-types/hooks/useLocalStorage.stories.d.ts +0 -9
- package/lib-types/hooks/useLocalStorage.stories.d.ts.map +0 -1
- package/lib-types/hooks/useLocalStorageDispatch.d.ts +0 -2
- package/lib-types/hooks/useLocalStorageDispatch.d.ts.map +0 -1
- package/lib-types/hooks/useLocalStorageDispatch.stories.d.ts +0 -6
- package/lib-types/hooks/useLocalStorageDispatch.stories.d.ts.map +0 -1
- package/lib-types/lib.d.ts +0 -75
- package/lib-types/lib.d.ts.map +0 -1
- package/lib-types/styles/variables.d.ts +0 -10
- package/lib-types/styles/variables.d.ts.map +0 -1
package/lib/index.react.cjs
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./ElmMermaid-DnSjC5T_.cjs`);let t=require(`react`);t=e.r(t);let n=require(`@mdi/js`),r=require(`react/jsx-runtime`),i=require(`polished`),a=require(`clsx`);a=e.r(a);let o=require(`react-dom`),s=require(`@radix-ui/react-use-controllable-state`),c=require(`lodash-es`),l=require(`marked`);var u={wrapper:`_wrapper_189iv_1`,header:`_header_189iv_18`,header__left:`_header__left_189iv_36`,caption:`_caption_189iv_44`,header__right:`_header__right_189iv_50`,"copy-icon":`_copy-icon_189iv_58`,code:`_code_189iv_81`,"code-body":`_code-body_189iv_89`,fallback:`_fallback_189iv_93`},d={icon:`_icon_18sdb_1`},f={rust:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%20fill='%23a84f33'%20width='128'%20height='128'%20%3e%3cpath%20d='M62.96.242c-.232.135-1.203%201.528-2.16%203.097c-2.4%203.94-2.426%203.942-5.65.55c-2.098-2.208-2.605-2.612-3.28-2.607c-.44.002-.995.152-1.235.332s-.916%201.612-1.504%203.183c-1.346%203.6-1.41%203.715-2.156%203.86c-.46.086-1.343-.407-3.463-1.929c-1.565-1.125-3.1-2.045-3.411-2.045c-1.291%200-1.655.706-2.27%204.4c-.78%204.697-.754%204.681-4.988%202.758c-1.71-.776-3.33-1.41-3.603-1.41s-.792.293-1.15.652c-.652.652-.653.655-.475%204.246l.178%203.595l-.68.364c-.602.322-1.017.283-3.684-.348c-3.48-.822-4.216-.8-4.92.15l-.516.693l.692%202.964c.38%201.63.745%203.2.814%203.487c.067.287-.05.746-.26%201.02c-.348.448-.717.49-3.94.44c-5.452-.086-5.761.382-3.51%205.3c.718%201.56%201.305%202.98%201.305%203.15c0%20.898-.717%201.224-3.794%201.727c-1.722.28-3.218.51-3.326.51c-.107%200-.43.235-.717.522c-.937.936-.671%201.816%201.453%204.814c2.646%203.735%202.642%203.75-1.73%205.421c-4.971%201.902-5.072%202.37-1.287%205.96c3.525%203.344%203.53%203.295-.461%205.804C.208%2062.8.162%2062.846.085%2063.876c-.093%201.253-.071%201.275%203.538%203.48c3.57%202.18%203.57%202.246.067%205.56C-.078%2076.48.038%2077%205.013%2078.877c4.347%201.64%204.353%201.66%201.702%205.394c-1.502%202.117-1.981%203-1.981%203.653c0%201.223.637%201.535%204.44%202.174c3.206.54%203.92.857%203.92%201.741c0%20.182-.588%201.612-1.307%203.177c-2.236%204.87-1.981%205.275%203.31%205.275c4.93%200%204.799-.15%203.737%204.294c-.8%203.35-.813%203.992-.088%204.715c.554.556%201.6.494%204.87-.289c2.499-.596%202.937-.637%203.516-.328l.66.354l-.177%203.594c-.178%203.593-.177%203.595.475%204.248c.358.36.884.652%201.165.652s1.903-.63%203.604-1.404c4.22-1.916%204.194-1.932%204.973%202.75c.617%203.711.977%204.4%202.294%204.4c.327%200%201.83-.88%203.34-1.958c2.654-1.893%203.342-2.19%204.049-1.74c.182.115.89%201.67%201.572%203.455c1.003%202.625%201.37%203.31%201.929%203.576c1.062.51%201.72.1%204.218-2.62c3.016-3.286%203.14-3.27%205.602.72c2.72%204.406%203.424%204.396%206.212-.089c2.402-3.864%202.374-3.862%205.621-.47c2.157%202.25%202.616%202.61%203.343%202.61c.464%200%201.019-.175%201.23-.388c.214-.213.92-1.786%201.568-3.496c.649-1.71%201.321-3.2%201.495-3.31c.687-.436%201.398-.13%204.048%201.752c1.56%201.108%203.028%201.96%203.377%201.96c1.296%200%201.764-.92%202.302-4.535c.46-3.082.554-3.378%201.16-3.685c.596-.302.954-.2%203.75%201.07c1.701.77%203.323%201.402%203.604%201.402s.816-.302%201.184-.672l.672-.67l-.184-3.448c-.177-3.29-.16-3.468.364-3.943c.54-.488.596-.486%203.615.204c3.656.835%204.338.857%205.025.17c.671-.67.664-.818-.254-4.69c-1.03-4.346-1.168-4.19%203.78-4.19c3.374%200%203.75-.049%204.18-.523c.718-.793.547-1.702-.896-4.779c-.729-1.55-1.32-2.96-1.315-3.135c.024-.914.743-1.227%204.065-1.767c2.033-.329%203.553-.71%203.829-.96c.923-.833.584-1.918-1.523-4.873c-2.642-3.703-2.63-3.738%201.599-5.297c5.064-1.866%205.209-2.488%201.419-6.09c-3.51-3.335-3.512-3.317.333-5.677c4.648-2.853%204.655-3.496.082-6.335c-3.933-2.44-3.93-2.406-.405-5.753c3.78-3.593%203.678-4.063-1.295-5.965c-4.388-1.679-4.402-1.72-1.735-5.38c1.588-2.18%201.982-2.903%201.982-3.65c0-1.306-.586-1.598-4.436-2.22c-3.216-.52-3.924-.835-3.924-1.75c0-.174.588-1.574%201.307-3.113c1.406-3.013%201.604-4.22.808-4.94c-.428-.387-1-.443-4.067-.392c-3.208.054-3.618.008-4.063-.439c-.486-.488-.48-.557.278-3.725c.931-3.88.935-3.975.17-4.694c-.777-.73-1.262-.718-4.826.121c-2.597.612-3.027.653-3.617.337l-.67-.36l.185-3.582l.186-3.58l-.67-.67c-.369-.37-.891-.67-1.163-.67c-.27%200-1.884.64-3.583%201.421c-2.838%201.306-3.143%201.393-3.757%201.072c-.612-.32-.714-.637-1.237-3.829c-.603-3.693-.977-4.412-2.288-4.412c-.311%200-1.853.925-3.426%202.055c-2.584%201.856-2.93%202.032-3.574%201.807c-.533-.186-.843-.59-1.221-1.599c-.28-.742-.817-2.172-1.194-3.177c-.762-2.028-1.187-2.482-2.328-2.482c-.637%200-1.213.458-3.28%202.604c-3.25%203.375-3.261%203.374-5.65-.545C66.073%201.78%2065.075.382%2064.81.24c-.597-.32-1.3-.32-1.85.002m2.96%2011.798c2.83%202.014%201.326%206.75-2.144%206.75c-3.368%200-5.064-4.057-2.66-6.36c1.358-1.3%203.304-1.459%204.805-.39m-3.558%2012.507c1.855.705%202.616.282%206.852-3.8l3.182-3.07l1.347.18c4.225.56%2012.627%204.25%2017.455%207.666c4.436%203.14%2010.332%209.534%2012.845%2013.93l.537.942l-2.38%205.364c-1.31%202.95-2.382%205.673-2.382%206.053c0%20.878.576%202.267%201.13%202.726c.234.195%202.457%201.265%204.939%202.378l4.51%202.025l.178%201.148c.23%201.495.26%205.167.052%206.21l-.163.816h-2.575c-2.987%200-2.756-.267-2.918%203.396c-.118%202.656-.76%204.124-2.22%205.075c-2.377%201.551-6.304%201.27-7.97-.57c-.255-.284-.752-1.705-1.105-3.16c-1.03-4.254-2.413-6.64-5.193-8.965c-.878-.733-1.595-1.418-1.595-1.522c0-.102.965-.915%202.145-1.803c4.298-3.24%206.77-7.012%207.04-10.747c.519-7.126-5.158-13.767-13.602-15.92c-2.002-.51-2.857-.526-27.624-.526c-14.057%200-25.56-.092-25.56-.204c0-.263%203.125-3.295%204.965-4.816c5.054-4.178%2011.618-7.465%2018.417-9.22l2.35-.61l3.34%203.387c1.839%201.863%203.64%203.5%204.003%203.637M20.3%2046.34c1.539%201.008%202.17%203.54%201.26%205.062c-1.405%202.356-4.966%202.455-6.373.178c-2.046-3.309%201.895-7.349%205.113-5.24m90.672.13c4.026%202.454.906%208.493-3.404%206.586c-2.877-1.273-2.97-5.206-.155-6.64c1.174-.6%202.523-.579%203.56.053M32.163%2061.5v15.02h-13.28l-.526-2.285c-1.036-4.5-1.472-9.156-1.211-12.969l.182-2.679l4.565-2.047c2.864-1.283%204.706-2.262%204.943-2.625c1.038-1.584.94-2.715-.518-5.933l-.68-1.502h6.523V61.5M70.39%2047.132c2.843.74%204.345%202.245%204.349%204.355c.002%201.55-.765%202.52-2.67%203.38c-1.348.61-1.562.625-10.063.708l-8.686.084v-8.92h7.782c6.078%200%208.112.086%209.288.393m-2.934%2021.554c1.41.392%203.076%201.616%203.93%202.888c.898%201.337%201.423%203.076%202.667%208.836c1.05%204.87%201.727%206.46%203.62%208.532c2.345%202.566%201.8%202.466%2013.514%202.466c5.61%200%2010.198.09%2010.198.2c0%20.197-3.863%204.764-4.03%204.764c-.048%200-2.066-.422-4.484-.939c-6.829-1.458-7.075-1.287-8.642%206.032l-1.008%204.702l-.91.448c-1.518.75-6.453%202.292-9.01%202.82c-4.228.87-8.828%201.162-12.871.821c-6.893-.585-16.02-3.259-16.377-4.8c-.075-.327-.535-2.443-1.018-4.704c-.485-2.26-1.074-4.404-1.31-4.764c-1.13-1.724-2.318-1.83-7.547-.674c-1.98.44-3.708.796-3.84.796c-.248%200-3.923-4.249-3.923-4.535c0-.09%208.728-.194%2019.396-.23l19.395-.066l.07-6.89c.05-4.865-.018-6.997-.23-7.25c-.234-.284-1.485-.358-6.011-.358H53.32v-8.36l6.597.001c3.626.002%207.02.12%207.539.264M37.57%20100.02c3.084%201.88%201.605%206.804-2.043%206.8c-3.74%200-5.127-4.88-1.94-6.826c1.055-.643%202.908-.63%203.983.026m56.48.206c1.512%201.108%202.015%203.413%201.079%204.95c-2.46%204.034-8.612.827-6.557-3.419c1.01-2.085%203.695-2.837%205.478-1.53'%20/%3e%3c/svg%3e`,javascript:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23f0db4f'%20d='M1.408%201.408h125.184v125.185H1.408z'%20/%3e%3cpath%20fill='%23323330'%20d='M116.347%2096.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32%204.784-4.355%207.925-3.403c2.023.678%203.938%202.237%205.093%204.724c5.402-3.498%205.391-3.475%209.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902%202.748-8.877%205.235c-5.926%206.724-4.236%2018.492%202.975%2023.335c7.104%205.332%2017.54%206.545%2018.873%2011.531c1.297%206.104-4.486%208.08-10.234%207.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688%202.713-4.688%202.713-9.508%205.485c1.143%202.499%202.344%203.63%204.26%205.795c9.068%209.198%2031.76%208.746%2035.83-5.176c.165-.478%201.261-3.666.38-8.581M69.462%2058.943H57.753l-.048%2030.272c0%206.438.333%2012.34-.714%2014.149c-1.713%203.558-6.152%203.117-8.175%202.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52%205.83c1.583%203.249%203.915%206.069%206.902%207.901c4.462%202.678%2010.459%203.499%2016.731%202.059c4.082-1.189%207.604-3.652%209.448-7.401c2.666-4.915%202.094-10.864%202.07-17.444c.06-10.735.001-21.468.001-32.237'%20/%3e%3c/svg%3e`,typescript:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23fff'%20d='M22.67%2047h99.67v73.67H22.67z'%20/%3e%3cpath%20fill='%23007acc'%20d='M1.5%2063.91v62.5h125v-125H1.5zm100.73-5a15.56%2015.56%200%200%201%207.82%204.5a20.6%2020.6%200%200%201%203%204c0%20.16-5.4%203.81-8.69%205.85c-.12.08-.6-.44-1.13-1.23a7.09%207.09%200%200%200-5.87-3.53c-3.79-.26-6.23%201.73-6.21%205a4.6%204.6%200%200%200%20.54%202.34c.83%201.73%202.38%202.76%207.24%204.86c8.95%203.85%2012.78%206.39%2015.16%2010c2.66%204%203.25%2010.46%201.45%2015.24c-2%205.2-6.9%208.73-13.83%209.9a38.3%2038.3%200%200%201-9.52-.1a23%2023%200%200%201-12.72-6.63c-1.15-1.27-3.39-4.58-3.25-4.82a9%209%200%200%201%201.15-.73L82%20101l3.59-2.08l.75%201.11a16.8%2016.8%200%200%200%204.74%204.54c4%202.1%209.46%201.81%2012.16-.62a5.43%205.43%200%200%200%20.69-6.92c-1-1.39-3-2.56-8.59-5c-6.45-2.78-9.23-4.5-11.77-7.24a16.5%2016.5%200%200%201-3.43-6.25a25%2025%200%200%201-.22-8c1.33-6.23%206-10.58%2012.82-11.87a31.7%2031.7%200%200%201%209.49.26zm-29.34%205.24v5.12H56.66v46.23H45.15V69.26H28.88v-5a49%2049%200%200%201%20.12-5.17C29.08%2059%2039%2059%2051%2059h21.83z'%20/%3e%3c/svg%3e`,shell:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%20width='24'%20height='24'%3e%3cpath%20fill='none'%20d='M4.24%204.24h119.53v119.53H4.24z'%20/%3e%3cpath%20fill='%23293138'%20d='M109.01%2028.64L71.28%206.24c-2.25-1.33-4.77-2-7.28-2s-5.03.67-7.28%202.01l-37.74%2022.4c-4.5%202.67-7.28%207.61-7.28%2012.96v44.8c0%205.35%202.77%2010.29%207.28%2012.96l37.73%2022.4c2.25%201.34%204.76%202%207.28%202c2.51%200%205.03-.67%207.28-2l37.74-22.4c4.5-2.67%207.28-7.62%207.28-12.96V41.6c0-5.34-2.77-10.29-7.28-12.96M79.79%2098.59l.06%203.22c0%20.39-.25.83-.55.99l-1.91%201.1c-.3.15-.56-.03-.56-.42l-.03-3.17c-1.63.68-3.29.84-4.34.42c-.2-.08-.29-.37-.21-.71l.69-2.91c.06-.23.18-.46.34-.6c.06-.06.12-.1.18-.13c.11-.06.22-.07.31-.03c1.14.38%202.59.2%203.99-.5c1.78-.9%202.97-2.72%202.95-4.52c-.02-1.64-.9-2.31-3.05-2.33c-2.74.01-5.3-.53-5.34-4.57c-.03-3.32%201.69-6.78%204.43-8.96l-.03-3.25c0-.4.24-.84.55-1l1.85-1.18c.3-.15.56.04.56.43l.03%203.25c1.36-.54%202.54-.69%203.61-.44c.23.06.34.38.24.75l-.72%202.88c-.06.22-.18.44-.33.58a.8.8%200%200%201-.19.14c-.1.05-.19.06-.28.05c-.49-.11-1.65-.36-3.48.56c-1.92.97-2.59%202.64-2.58%203.88c.02%201.48.77%201.93%203.39%201.97c3.49.06%204.99%201.58%205.03%205.09c.05%203.44-1.79%207.15-4.61%209.41m26.34-60.5l-35.7%2022.05c-4.45%202.6-7.73%205.52-7.74%2010.89v43.99c0%203.21%201.3%205.29%203.29%205.9c-.65.11-1.32.19-1.98.19c-2.09%200-4.15-.57-5.96-1.64l-37.73-22.4c-3.69-2.19-5.98-6.28-5.98-10.67V41.6c0-4.39%202.29-8.48%205.98-10.67l37.74-22.4c1.81-1.07%203.87-1.64%205.96-1.64s4.15.57%205.96%201.64l37.74%2022.4c3.11%201.85%205.21%205.04%205.8%208.63c-1.27-2.67-4.09-3.39-7.38-1.47'%20/%3e%3cpath%20fill='%234fa847'%20d='m99.12%2090.73l-9.4%205.62c-.25.15-.43.31-.43.61v2.46c0%20.3.2.43.45.28l9.54-5.8c.25-.15.29-.42.29-.72v-2.17c0-.3-.2-.42-.45-.28'%20/%3e%3c/svg%3e`,terraform:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%235c4ee5'%20d='M77.941%2044.5v36.836L46.324%2062.918V26.082zm0%200'%20/%3e%3cpath%20fill='%234040b2'%20d='m81.41%2081.336l31.633-18.418V26.082L81.41%2044.5zm0%200'%20/%3e%3cpath%20fill='%235c4ee5'%20d='M11.242%2042.36L42.86%2060.776V23.941L11.242%205.523zm66.699%2043.015L46.324%2066.957v36.82l31.617%2018.418zm0%200'%20/%3e%3c/g%3e%3c/svg%3e`,html:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23e44d26'%20d='M19.037%20113.876L9.032%201.661h109.936l-10.016%20112.198l-45.019%2012.48z'%20/%3e%3cpath%20fill='%23f16529'%20d='m64%20116.8l36.378-10.086l8.559-95.878H64z'%20/%3e%3cpath%20fill='%23ebebeb'%20d='M64%2052.455H45.788L44.53%2038.361H64V24.599H29.489l.33%203.692l3.382%2037.927H64zm0%2035.743l-.061.017l-15.327-4.14l-.979-10.975H33.816l1.928%2021.609l28.193%207.826l.063-.017z'%20/%3e%3cpath%20fill='%23fff'%20d='M63.952%2052.455v13.763h16.947l-1.597%2017.849l-15.35%204.143v14.319l28.215-7.82l.207-2.325l3.234-36.233l.335-3.696h-3.708zm0-27.856v13.762h33.244l.276-3.092l.628-6.978l.329-3.692z'%20/%3e%3c/svg%3e`,css:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23639'%20d='M0%200h107.52C118.831%200%20128%209.168%20128%2020.48v87.04c0%2011.312-9.168%2020.48-20.48%2020.48H20.48C9.169%20128%200%20118.832%200%20107.52Z'%20/%3e%3cpath%20fill='%23fff'%20d='M45.836%20117.762c-8.219-.008-13.293-4.64-13.195-13.16V83.05q0-6.481%203.793-9.852c4.543-4.379%2015.082-4.644%2019.53.067c2.743%202.417%203.778%207.355%203.532%2011.964H50.06c.074-1.808-.024-4.554-1.09-5.586c-1.383-1.87-5.035-1.652-6.004.297c-.594%201.059-.89%202.621-.89%204.696v18.71q0%205.884%204.09%205.95q1.914-.001%202.905-1.39c.918-1.099%201.063-3.528.989-5.29h9.437c.645%208.969-4.652%2015.254-13.66%2015.144Zm29.957%200c-9.11.125-13.184-6.36-12.934-15.145h8.91c-.25%203.832%201.067%207.32%204.223%207.078q2.11%200%202.969-1.324c1.086-1.613%201.293-6.265-.266-8.066c-1.085-1.735-4.996-3.266-7.058-4.297q-4.423-2.115-6.367-5.027c-2.93-4.305-2.657-13.754%201.449-17.586c3.992-4.727%2014.414-4.942%2018.41-.098c2.465%202.496%203.54%207.41%203.332%2011.934h-8.578c.074-1.86-.102-4.86-.824-5.95q-.762-1.39-2.871-1.39q-3.762.001-3.762%204.496c.027%203.18%201.27%204.488%204.16%205.816c3.742%201.453%208.5%203.938%2010.227%206.942c5.144%209.16%201.613%2023.148-11.02%2022.613Zm28.77%200c-9.11.125-13.184-6.36-12.934-15.145h8.91c-.25%203.832%201.066%207.32%204.223%207.078q2.108%200%202.969-1.324c1.085-1.613%201.289-6.265-.266-8.066c-1.086-1.735-4.996-3.266-7.059-4.297q-4.423-2.115-6.367-5.027c-2.93-4.305-2.656-13.754%201.45-17.586c3.992-4.727%2014.413-4.942%2018.41-.098c2.464%202.496%203.539%207.41%203.332%2011.934h-8.579c.07-1.86-.101-4.86-.824-5.95q-.762-1.39-2.87-1.39q-3.763.001-3.763%204.496c.028%203.18%201.27%204.488%204.16%205.816c3.743%201.453%208.5%203.938%2010.227%206.942c5.145%209.16%201.614%2023.148-11.02%2022.613Z'%20/%3e%3c/svg%3e`,npm:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23cb3837'%20d='M0%207.062C0%203.225%203.225%200%207.062%200h113.88c3.838%200%207.063%203.225%207.063%207.062v113.88c0%203.838-3.225%207.063-7.063%207.063H7.062c-3.837%200-7.062-3.225-7.062-7.063zm23.69%2097.518h40.395l.05-58.532h19.494l-.05%2058.581h19.543l.05-78.075l-78.075-.1l-.1%2078.126z'%20/%3e%3cpath%20fill='%23fff'%20d='M25.105%2065.52V26.512H40.96c8.72%200%2026.274.034%2039.008.075l23.153.075v77.866H83.645v-58.54H64.057v58.54H25.105z'%20/%3e%3c/svg%3e`,java:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%230074bd'%20d='M47.617%2098.12s-4.767%202.774%203.397%203.71c9.892%201.13%2014.947.968%2025.845-1.092c0%200%202.871%201.795%206.873%203.351c-24.439%2010.47-55.308-.607-36.115-5.969m-2.988-13.665s-5.348%203.959%202.823%204.805c10.567%201.091%2018.91%201.18%2033.354-1.6c0%200%201.993%202.025%205.132%203.131c-29.542%208.64-62.446.68-41.309-6.336'%20/%3e%3cpath%20fill='%23ea2d2e'%20d='M69.802%2061.271c6.025%206.935-1.58%2013.17-1.58%2013.17s15.289-7.891%208.269-17.777c-6.559-9.215-11.587-13.792%2015.635-29.58c0%20.001-42.731%2010.67-22.324%2034.187'%20/%3e%3cpath%20fill='%230074bd'%20d='M102.123%20108.229s3.529%202.91-3.888%205.159c-14.102%204.272-58.706%205.56-71.094.171c-4.451-1.938%203.899-4.625%206.526-5.192c2.739-.593%204.303-.485%204.303-.485c-4.953-3.487-32.013%206.85-13.743%209.815c49.821%208.076%2090.817-3.637%2077.896-9.468M49.912%2070.294s-22.686%205.389-8.033%207.348c6.188.828%2018.518.638%2030.011-.326c9.39-.789%2018.813-2.474%2018.813-2.474s-3.308%201.419-5.704%203.053c-23.042%206.061-67.544%203.238-54.731-2.958c10.832-5.239%2019.644-4.643%2019.644-4.643m40.697%2022.747c23.421-12.167%2012.591-23.86%205.032-22.285c-1.848.385-2.677.72-2.677.72s.688-1.079%202-1.543c14.953-5.255%2026.451%2015.503-4.823%2023.725c0-.002.359-.327.468-.617'%20/%3e%3cpath%20fill='%23ea2d2e'%20d='M76.491%201.587S89.459%2014.563%2064.188%2034.51c-20.266%2016.006-4.621%2025.13-.007%2035.559c-11.831-10.673-20.509-20.07-14.688-28.815C58.041%2028.42%2081.722%2022.195%2076.491%201.587'%20/%3e%3cpath%20fill='%230074bd'%20d='M52.214%20126.021c22.476%201.437%2057-.8%2057.817-11.436c0%200-1.571%204.032-18.577%207.231c-19.186%203.612-42.854%203.191-56.887.874c0%20.001%202.875%202.381%2017.647%203.331'%20/%3e%3c/svg%3e`,kotlin:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cdefs%3e%3clinearGradient%20id='deviconKotlin0'%20x1='500.003'%20x2='-.097'%20y1='579.106'%20y2='1079.206'%20gradientTransform='translate(15.534%20-96.774)scale(.1939)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.003'%20stop-color='%23e44857'%20/%3e%3cstop%20offset='.469'%20stop-color='%23c711e1'%20/%3e%3cstop%20offset='1'%20stop-color='%237f52ff'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='url(%23deviconKotlin0)'%20d='M112.484%20112.484H15.516V15.516h96.968L64%2064Zm0%200'%20/%3e%3c/svg%3e`,go:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cg%20fill='%2300acd7'%20fill-rule='evenodd'%3e%3cpath%20d='M11.156%2054.829c-.243%200-.303-.122-.182-.303l1.273-1.637c.12-.182.424-.303.666-.303H34.55c.243%200%20.303.182.182.364l-1.03%201.576c-.121.181-.424.363-.606.363zm-9.152%205.575c-.242%200-.303-.12-.182-.303l1.273-1.636c.121-.182.424-.303.667-.303h27.636c.242%200%20.364.182.303.364l-.485%201.454c-.06.243-.303.364-.545.364zM16.67%2065.98c-.242%200-.302-.182-.181-.364l.848-1.515c.122-.182.364-.363.607-.363h12.12c.243%200%20.364.181.364.424l-.12%201.454c0%20.243-.243.425-.425.425zm62.91-12.242c-3.819.97-6.425%201.697-10.182%202.666c-.91.243-.97.303-1.758-.606c-.909-1.03-1.576-1.697-2.848-2.303c-3.819-1.878-7.516-1.333-10.97.91c-4.121%202.666-6.242%206.605-6.182%2011.514c.06%204.849%203.394%208.849%208.182%209.516c4.121.545%207.576-.91%2010.303-4c.545-.667%201.03-1.394%201.636-2.243H56.064c-1.272%200-1.575-.788-1.151-1.818c.788-1.879%202.242-5.03%203.09-6.606c.183-.364.607-.97%201.516-.97h22.06c-.12%201.637-.12%203.273-.363%204.91c-.667%204.363-2.303%208.363-4.97%2011.878c-4.364%205.758-10.06%209.333-17.273%2010.303c-5.939.788-11.454-.364-16.302-4c-4.485-3.394-7.03-7.879-7.697-13.454c-.788-6.606%201.151-12.546%205.151-17.758c4.303-5.636%2010-9.212%2016.97-10.485c5.697-1.03%2011.151-.363%2016.06%202.97c3.212%202.121%205.515%205.03%207.03%208.545c.364.546.122.849-.606%201.03z'%20/%3e%3cpath%20fill-rule='nonzero'%20d='M99.64%2087.253c-5.515-.122-10.546-1.697-14.788-5.334c-3.576-3.09-5.818-7.03-6.545-11.697c-1.091-6.848.787-12.909%204.909-18.302c4.424-5.819%209.757-8.849%2016.97-10.122c6.181-1.09%2012-.484%2017.272%203.091c4.788%203.273%207.757%207.697%208.545%2013.515c1.03%208.182-1.333%2014.849-6.97%2020.546c-4%204.06-8.909%206.606-14.545%207.757c-1.636.303-3.273.364-4.848.546m14.424-24.485c-.06-.788-.06-1.394-.182-2c-1.09-6-6.606-9.394-12.363-8.06c-5.637%201.272-9.273%204.848-10.606%2010.545c-1.091%204.727%201.212%209.515%205.575%2011.454c3.334%201.455%206.667%201.273%209.879-.363c4.788-2.485%207.394-6.364%207.697-11.576'%20/%3e%3c/g%3e%3c/svg%3e`,python:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3clinearGradient%20id='deviconPython0'%20x1='70.252'%20x2='170.659'%20y1='1237.476'%20y2='1151.089'%20gradientTransform='matrix(.563%200%200%20-.568%20-29.215%20707.817)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%235a9fd4'%20/%3e%3cstop%20offset='1'%20stop-color='%23306998'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='deviconPython1'%20x1='209.474'%20x2='173.62'%20y1='1098.811'%20y2='1149.537'%20gradientTransform='matrix(.563%200%200%20-.568%20-29.215%20707.817)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23ffd43b'%20/%3e%3cstop%20offset='1'%20stop-color='%23ffe873'%20/%3e%3c/linearGradient%3e%3cpath%20fill='url(%23deviconPython0)'%20d='M63.391%201.988c-4.222.02-8.252.379-11.8%201.007c-10.45%201.846-12.346%205.71-12.346%2012.837v9.411h24.693v3.137H29.977c-7.176%200-13.46%204.313-15.426%2012.521c-2.268%209.405-2.368%2015.275%200%2025.096c1.755%207.311%205.947%2012.519%2013.124%2012.519h8.491V67.234c0-8.151%207.051-15.34%2015.426-15.34h24.665c6.866%200%2012.346-5.654%2012.346-12.548V15.833c0-6.693-5.646-11.72-12.346-12.837c-4.244-.706-8.645-1.027-12.866-1.008M50.037%209.557c2.55%200%204.634%202.117%204.634%204.721c0%202.593-2.083%204.69-4.634%204.69c-2.56%200-4.633-2.097-4.633-4.69c-.001-2.604%202.073-4.721%204.633-4.721'%20transform='translate(0%2010.26)'%20/%3e%3cpath%20fill='url(%23deviconPython1)'%20d='M91.682%2028.38v10.966c0%208.5-7.208%2015.655-15.426%2015.655H51.591c-6.756%200-12.346%205.783-12.346%2012.549v23.515c0%206.691%205.818%2010.628%2012.346%2012.547c7.816%202.297%2015.312%202.713%2024.665%200c6.216-1.801%2012.346-5.423%2012.346-12.547v-9.412H63.938v-3.138h37.012c7.176%200%209.852-5.005%2012.348-12.519c2.578-7.735%202.467-15.174%200-25.096c-1.774-7.145-5.161-12.521-12.348-12.521h-9.268zM77.809%2087.927c2.561%200%204.634%202.097%204.634%204.692c0%202.602-2.074%204.719-4.634%204.719c-2.55%200-4.633-2.117-4.633-4.719c0-2.595%202.083-4.692%204.633-4.692'%20transform='translate(0%2010.26)'%20/%3e%3cradialGradient%20id='deviconPython2'%20cx='1825.678'%20cy='444.45'%20r='26.743'%20gradientTransform='matrix(0%20-.24%20-1.055%200%20532.979%20557.576)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23b8b8b8'%20stop-opacity='0.498'%20/%3e%3cstop%20offset='1'%20stop-color='%237f7f7f'%20stop-opacity='0'%20/%3e%3c/radialGradient%3e%3cpath%20fill='url(%23deviconPython2)'%20d='M97.309%20119.597c0%203.543-14.816%206.416-33.091%206.416c-18.276%200-33.092-2.873-33.092-6.416s14.815-6.417%2033.092-6.417c18.275%200%2033.091%202.872%2033.091%206.417'%20opacity='0.444'%20/%3e%3c/svg%3e`,sql:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%2300618a'%20d='M117.688%2098.242c-6.973-.191-12.297.461-16.852%202.379c-1.293.547-3.355.559-3.566%202.18c.711.746.82%201.859%201.387%202.777c1.086%201.754%202.922%204.113%204.559%205.352c1.789%201.348%203.633%202.793%205.551%203.961c3.414%202.082%207.223%203.27%2010.504%205.352c1.938%201.23%203.859%202.777%205.75%204.164c.934.684%201.563%201.75%202.773%202.18v-.195c-.637-.812-.801-1.93-1.387-2.777l-2.578-2.578c-2.52-3.344-5.719-6.281-9.117-8.719c-2.711-1.949-8.781-4.578-9.91-7.73l-.199-.199c1.922-.219%204.172-.914%205.949-1.391c2.98-.797%205.645-.59%208.719-1.387l4.164-1.187v-.793c-1.555-1.594-2.664-3.707-4.359-5.152c-4.441-3.781-9.285-7.555-14.273-10.703c-2.766-1.746-6.184-2.883-9.117-4.363c-.988-.496-2.719-.758-3.371-1.586c-1.539-1.961-2.379-4.449-3.566-6.738c-2.488-4.793-4.93-10.023-7.137-15.066c-1.504-3.437-2.484-6.828-4.359-9.91c-9-14.797-18.687-23.73-33.695-32.508c-3.195-1.867-7.039-2.605-11.102-3.57l-6.543-.395c-1.332-.555-2.715-2.184-3.965-2.977C16.977%203.52%204.223-3.312.539%205.672C-1.785%2011.34%204.016%2016.871%206.09%2019.746c1.457%202.012%203.32%204.273%204.359%206.539c.688%201.492.805%202.984%201.391%204.559c1.438%203.883%202.695%208.109%204.559%2011.695c.941%201.816%201.98%203.727%203.172%205.352c.727.996%201.98%201.438%202.18%202.973c-1.227%201.715-1.297%204.375-1.984%206.543c-3.098%209.77-1.926%2021.91%202.578%2029.137c1.383%202.223%204.641%206.98%209.117%205.156c3.918-1.598%203.043-6.539%204.164-10.902c.254-.988.098-1.715.594-2.379v.199l3.57%207.133c2.641%204.254%207.324%208.699%2011.297%2011.699c2.059%201.555%203.68%204.242%206.344%205.152v-.199h-.199c-.516-.805-1.324-1.137-1.98-1.781c-1.551-1.523-3.277-3.414-4.559-5.156c-3.613-4.902-6.805-10.27-9.711-15.855c-1.391-2.668-2.598-5.609-3.77-8.324c-.453-1.047-.445-2.633-1.387-3.172c-1.281%201.988-3.172%203.598-4.164%205.945c-1.582%203.754-1.789%208.336-2.375%2013.082c-.348.125-.195.039-.398.199c-2.762-.668-3.73-3.508-4.758-5.949c-2.594-6.164-3.078-16.09-.793-23.191c.59-1.836%203.262-7.617%202.18-9.316c-.516-1.691-2.219-2.672-3.172-3.965c-1.18-1.598-2.355-3.703-3.172-5.551c-2.125-4.805-3.113-10.203-5.352-15.062c-1.07-2.324-2.875-4.676-4.359-6.738c-1.645-2.289-3.484-3.977-4.758-6.742c-.453-.984-1.066-2.559-.398-3.566c.215-.684.516-.969%201.191-1.191c1.148-.887%204.352.297%205.547.793c3.18%201.32%205.832%202.578%208.527%204.363c1.289.855%202.598%202.512%204.16%202.973h1.785c2.789.641%205.914.195%208.523.988c4.609%201.402%208.738%203.582%2012.488%205.949c11.422%207.215%2020.766%2017.48%2027.156%2029.734c1.027%201.973%201.473%203.852%202.379%205.945c1.824%204.219%204.125%208.559%205.941%2012.688c1.816%204.113%203.582%208.27%206.148%2011.695c1.348%201.801%206.551%202.766%208.918%203.766c1.66.699%204.379%201.43%205.949%202.379c3%201.809%205.906%203.965%208.723%205.945c1.402.992%205.73%203.168%205.945%204.957zm-88.605-75.52c-1.453-.027-2.48.156-3.566.395v.199h.195c.695%201.422%201.918%202.34%202.777%203.566l1.98%204.164l.199-.195c1.227-.867%201.789-2.25%201.781-4.363c-.492-.52-.562-1.164-.992-1.785c-.562-.824-1.66-1.289-2.375-1.98zm0%200'%20/%3e%3c/svg%3e`,json:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23788191'%20d='M5%203h2v2H5v5a2%202%200%200%201-2%202a2%202%200%200%201%202%202v5h2v2H5c-1.07-.27-2-.9-2-2v-4a2%202%200%200%200-2-2H0v-2h1a2%202%200%200%200%202-2V5a2%202%200%200%201%202-2m14%200a2%202%200%200%201%202%202v4a2%202%200%200%200%202%202h1v2h-1a2%202%200%200%200-2%202v4a2%202%200%200%201-2%202h-2v-2h2v-5a2%202%200%200%201%202-2a2%202%200%200%201-2-2V5h-2V3zm-7%2012a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1m-4%200a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1m8%200a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1'%20/%3e%3c/svg%3e`,lua:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23000080'%20d='M112.956.708c-7.912%200-14.335%206.424-14.335%2014.336s6.424%2014.335%2014.335%2014.335s14.335-6.41%2014.335-14.335c0-7.912-6.424-14.336-14.335-14.336M64%2015.058c-27.02%200-48.956%2021.935-48.956%2048.955S36.979%20112.97%2064%20112.97c27.02%200%2048.956-21.935%2048.956-48.956c0-27.02-21.936-48.956-48.956-48.956'%20/%3e%3cpath%20fill='%23fff'%20d='M84.285%2029.392c-7.91%200-14.335%206.424-14.335%2014.335s6.424%2014.336%2014.335%2014.336s14.336-6.424%2014.336-14.336s-6.424-14.335-14.335-14.335zM30.773%2056.36v32.119h19.961v-3.611H34.87V56.359Zm57.584%208.37c-3.354%200-6.126.975-7.668%202.692c-1.055%201.19-1.488%202.516-1.582%204.801h3.705c.311-2.826%201.988-4.098%205.423-4.098c3.3%200%205.153%201.231%205.153%203.435v.974c0%201.542-.92%202.205-3.827%202.556c-5.193.663-5.991.839-7.398%201.407c-2.69%201.095-4.057%203.164-4.057%206.166c0%204.193%202.908%206.83%207.574%206.83c2.907%200%205.247-1.014%207.843-3.395c.257%202.34%201.407%203.395%203.787%203.395c.757%200%201.325-.081%202.515-.392v-2.773a3%203%200%200%201-.798.095c-1.284%200-1.988-.663-1.988-1.812V71.032c0-4.098-3.002-6.302-8.682-6.302m-33.742.664V83.19c0%203.84%202.867%206.302%207.357%206.302c3.395%200%205.545-1.19%207.709-4.233v3.219h3.3V65.393h-3.652v13.09c0%204.72-2.475%207.804-6.302%207.804c-2.907%200-4.76-1.772-4.76-4.544v-16.35Zm38.773%2011.67v4.139c0%201.244-.365%201.988-1.46%203.002c-1.502%201.366-3.3%202.07-5.464%202.07c-2.867%200-4.544-1.367-4.544-3.706c0-2.42%201.636-3.665%205.558-4.233c3.881-.528%204.68-.703%205.91-1.271z'%20/%3e%3cpath%20fill='%23808080'%20d='M61.733%200a64%2064%200%200%200-5.57.436l.179%201.458a63%2063%200%200%201%205.442-.426zm5.585.046l-.075%201.468a62%2062%200%200%201%205.433.52L72.88.578a64%2064%200%200%200-5.561-.532Zm-16.665%201.31a63%2063%200%200%200-5.409%201.398l.43%201.405a62%2062%200%200%201%205.284-1.367Zm27.72.237l-.33%201.431a63%2063%200%200%201%205.262%201.455l.452-1.397a64%2064%200%200%200-5.384-1.489M39.98%204.623a64%2064%200%200%200-5.081%202.323l.668%201.308a62%2062%200%200%201%204.964-2.27zm49.012.41l-.573%201.353a63%2063%200%200%201%204.929%202.346l.688-1.298a64%2064%200%200%200-5.044-2.4ZM30.04%209.706a64%2064%200%200%200-4.6%203.17l.886%201.173a63%2063%200%200%201%204.494-3.098zm-8.906%206.728a64%2064%200%200%200-3.983%203.918l1.075%201.001a63%2063%200%200%201%203.891-3.827zm-7.61%208.165a64%2064%200%200%200-3.247%204.546l1.231.8a63%2063%200%200%201%203.172-4.44zm-6.086%209.357a64%2064%200%200%200-2.408%205.042l1.352.574a62%2062%200%200%201%202.352-4.925zm113.623.973l-1.31.667a63%2063%200%200%201%202.263%204.967l1.362-.55a64%2064%200%200%200-2.315-5.083zM3.075%2044.23a63%2063%200%200%200-1.49%205.385l1.432.328a62%2062%200%200%201%201.455-5.26Zm122.166%201.049l-1.404.429a63%2063%200%200%201%201.366%205.285l1.437-.306a64%2064%200%200%200-1.399-5.409zM.574%2055.108a64%2064%200%200%200-.528%205.561l1.467.075a63%2063%200%200%201%20.516-5.434Zm126.988%201.088l-1.458.179a63%2063%200%200%201%20.428%205.441l1.468-.05a64%2064%200%200%200-.438-5.57M1.468%2066.205L0%2066.255a64%2064%200%200%200%20.435%205.57l1.458-.179a63%2063%200%200%201-.425-5.441m125.018%201.071a63%2063%200%200%201-.518%205.434l1.455.203a64%2064%200%200%200%20.53-5.561zM2.79%2077.031l-1.437.304a63%2063%200%200%200%201.398%205.41l1.405-.43A62%2062%200%200%201%202.79%2077.03Zm122.188%201.046a62%2062%200%200%201-1.457%205.26l1.397.454a63%2063%200%200%200%201.492-5.384zM5.981%2087.459l-1.362.551a63%2063%200%200%200%202.323%205.082l1.307-.669a62%2062%200%200%201-2.268-4.964m115.627.99a62%2062%200%200%201-2.354%204.925l1.296.69a64%2064%200%200%200%202.41-5.04zM10.944%2097.17l-1.245.78a64%2064%200%200%200%203.17%204.6l1.172-.885a63%2063%200%200%201-3.097-4.495m105.534.904a63%2063%200%200%201-3.173%204.44l1.156.906a64%2064%200%200%200%203.249-4.545zm-98.96%207.8l-1.092.983a64%2064%200%200%200%203.917%203.983l1.002-1.074a63%2063%200%200%201-3.827-3.892m92.24.79a63%2063%200%200%201-3.893%203.826l.983%201.092a64%2064%200%200%200%203.984-3.916zm-84.263%206.648l-.906%201.157a64%2064%200%200%200%204.546%203.248l.8-1.232a63%2063%200%200%201-4.44-3.173m76.16.654a63%2063%200%200%201-4.495%203.096l.78%201.245a64%2064%200%200%200%204.6-3.17zm-67.018%205.294l-.691%201.296a64%2064%200%200%200%205.04%202.409l.575-1.352a62%2062%200%200%201-4.924-2.353m57.775.496a62%2062%200%200%201-4.964%202.268l.551%201.362a63%2063%200%200%200%205.082-2.322zm-47.74%203.77l-.453%201.396a63%2063%200%200%200%205.385%201.49l.329-1.43a62%2062%200%200%201-5.26-1.456zm37.632.322a62%2062%200%200%201-5.284%201.365l.304%201.437a63%2063%200%200%200%205.41-1.398zm-27.003%202.122l-.203%201.455a64%2064%200%200%200%205.561.529l.075-1.467a63%2063%200%200%201-5.433-.517m16.335.139a63%2063%200%200%201-5.442.424l.05%201.468a64%2064%200%200%200%205.57-.434z'%20/%3e%3c/svg%3e`,csharp:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%239b4f96'%20d='M115.4%2030.7L67.1%202.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48%2027.9c-1.7%201-2.9%203.5-2.9%205.4v55.7c0%201.1.2%202.4%201%203.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7'%20/%3e%3cpath%20fill='%2368217a'%20d='M10.7%2095.3c.5.8%201.2%201.5%201.9%201.9l48.2%2027.9c.8.5%201.9.7%203.1.7s2.3-.3%203.1-.7l48-27.9c1.7-1%202.9-3.5%202.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z'%20/%3e%3cpath%20fill='%23fff'%20d='M85.3%2076.1C81.1%2083.5%2073.1%2088.5%2064%2088.5c-13.5%200-24.5-11-24.5-24.5s11-24.5%2024.5-24.5c9.1%200%2017.1%205%2021.3%2012.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8%200-39.5%2017.7-39.5%2039.5s17.7%2039.5%2039.5%2039.5c14.6%200%2027.4-8%2034.2-19.8zM97%2066.2l.9-4.3h-4.2v-4.7h5.1L100%2051h4.9l-1.2%206.1h3.8l1.2-6.1h4.8l-1.2%206.1h2.4v4.7h-3.3l-.9%204.3h4.2v4.7h-5.1l-1.2%206h-4.9l1.2-6h-3.8l-1.2%206h-4.8l1.2-6h-2.4v-4.7H97zm4.8%200h3.8l.9-4.3h-3.8z'%20/%3e%3c/svg%3e`,cpp:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%2300599c'%20d='M118.766%2095.82c.89-1.543%201.441-3.28%201.441-4.843V36.78c0-1.558-.55-3.297-1.441-4.84l-55.32%2031.94Zm0%200'%20/%3e%3cpath%20fill='%23004482'%20d='m68.36%20126.586l46.933-27.094c1.352-.781%202.582-2.129%203.473-3.672l-55.32-31.94L8.12%2095.82c.89%201.543%202.121%202.89%203.473%203.672l46.933%2027.094c2.703%201.562%207.13%201.562%209.832%200Zm0%200'%20/%3e%3cpath%20fill='%23659ad2'%20d='M118.766%2031.941c-.891-1.546-2.121-2.894-3.473-3.671L68.359%201.172c-2.703-1.563-7.129-1.563-9.832%200L11.594%2028.27C8.89%2029.828%206.68%2033.66%206.68%2036.78v54.196c0%201.562.55%203.3%201.441%204.843L63.445%2063.88Zm0%200'%20/%3e%3cpath%20fill='%23fff'%20d='M63.445%2026.035c-20.867%200-37.843%2016.977-37.843%2037.844s16.976%2037.844%2037.843%2037.844c13.465%200%2026.024-7.247%2032.77-18.91L79.84%2073.335c-3.38%205.84-9.66%209.465-16.395%209.465c-10.433%200-18.922-8.488-18.922-18.922s8.49-18.922%2018.922-18.922c6.73%200%2013.017%203.629%2016.39%209.465l16.38-9.477c-6.75-11.664-19.305-18.91-32.77-18.91zM92.88%2057.57v4.207h-4.207v4.203h4.207v4.207h4.203V65.98h4.203v-4.203h-4.203V57.57zm15.766%200v4.207h-4.204v4.203h4.204v4.207h4.207V65.98h4.203v-4.203h-4.203V57.57z'%20/%3e%3c/svg%3e`,c:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23659ad3'%20d='M115.4%2030.7L67.1%202.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48%2027.9c-1.7%201-2.9%203.5-2.9%205.4v55.7c0%201.1.2%202.4%201%203.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7'%20/%3e%3cpath%20fill='%2303599c'%20d='M10.7%2095.3c.5.8%201.2%201.5%201.9%201.9l48.2%2027.9c.8.5%201.9.7%203.1.7s2.3-.3%203.1-.7l48-27.9c1.7-1%202.9-3.5%202.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z'%20/%3e%3cpath%20fill='%23fff'%20d='M85.3%2076.1C81.1%2083.5%2073.1%2088.5%2064%2088.5c-13.5%200-24.5-11-24.5-24.5s11-24.5%2024.5-24.5c9.1%200%2017.1%205%2021.3%2012.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8%200-39.5%2017.7-39.5%2039.5s17.7%2039.5%2039.5%2039.5c14.6%200%2027.4-8%2034.2-19.8z'%20/%3e%3c/svg%3e`,file:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23788191'%20d='m12.89%203l1.96.4L11.11%2021l-1.96-.4zm6.7%209L16%208.41V5.58L22.42%2012L16%2018.41v-2.83zM1.58%2012L8%205.58v2.83L4.41%2012L8%2015.58v2.83z'%20/%3e%3c/svg%3e`},p=e=>(0,r.jsx)(`img`,{className:[d.icon,e.className].filter(Boolean).join(` `),src:f[e.language]||`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23788191'%20d='m12.89%203l1.96.4L11.11%2021l-1.96-.4zm6.7%209L16%208.41V5.58L22.42%2012L16%2018.41v-2.83zM1.58%2012L8%205.58v2.83L4.41%2012L8%2015.58v2.83z'%20/%3e%3c/svg%3e`,width:e.size,height:e.size,alt:e.language,style:{width:e.size,height:e.size,...e.style}}),m={text:`_text_1nnze_1`,link:`_link_1nnze_19`},h={icon:`_icon_k0isg_1`},g=({src:e,alt:n,className:i})=>{let[a,o]=(0,t.useState)(e);return(0,r.jsx)(`img`,{className:[h.icon,i].filter(Boolean).join(` `),src:a,alt:n,onError:()=>{o(`data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="gray" d="M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8M11 19.93c-3.95-.49-7-3.85-7-7.93c0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2m1-16A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg>`)}})},_=e=>{let t=e=>{let t=e.children;return e.kbd&&(t=(0,r.jsx)(`kbd`,{children:t})),e.code&&(t=(0,r.jsx)(`code`,{children:t})),e.strikethrough&&(t=(0,r.jsx)(`del`,{children:t})),e.underline&&(t=(0,r.jsx)(`ins`,{children:t})),e.italic&&(t=(0,r.jsx)(`em`,{children:t})),e.bold&&(t=(0,r.jsx)(`strong`,{children:t})),e.ruby&&(t=(0,r.jsxs)(`ruby`,{children:[t,(0,r.jsx)(`rt`,{children:e.ruby})]})),t},n=({favicon:e,href:t,children:n})=>(0,r.jsxs)(`a`,{className:m.link,href:t,target:`_blank`,rel:`noopener noreferrer`,children:[e&&(0,r.jsx)(g,{src:e}),n]}),a=e=>e.href?n(e):t(e);return(0,r.jsx)(`span`,{className:[m.text,e.className].filter(Boolean).join(` `),style:{"--elmethis-text-color-light":e.color,"--elmethis-text-color-dark":e.color,"--elmethis-text-background-color-light":e.backgroundColor,"--elmethis-text-background-color-dark":e.backgroundColor,color:e.color??(e.backgroundColor?(0,i.getLuminance)(e.backgroundColor)>.5?`#3e434b`:`#eeeff1`:void 0),backgroundColor:e.backgroundColor,...e.style},children:a(e)})},v={icon:`_icon_g71ox_1`,"icon-theme-color":`_icon-theme-color_g71ox_10`},y=e=>(0,r.jsx)(`div`,{className:e.className,style:e.style,children:(0,r.jsx)(`svg`,{width:e.size||`1.25rem`,height:e.size||`1.25rem`,viewBox:`0 0 24 24`,focusable:`false`,role:`img`,children:(0,r.jsx)(`path`,{style:{"--elmethis-scoped-color":e.colorLight??e.color,"--elmethis-scoped-color-dark":e.colorDark??e.color,...e.style},className:e.useThemeColor?v[`icon-theme-color`]:v.icon,fill:`currentColor`,d:e.d})})}),b={wrapper:`_wrapper_1q92c_15`,dot:`_dot_1q92c_22`,bounce:`_bounce_1q92c_1`},x=e=>{let{color:t,size:n=`64px`,style:i}=e;return(0,r.jsx)(`div`,{className:[b.wrapper,e.className].filter(Boolean).join(` `),style:{width:n,height:n,...i},children:[1,2,3].map(e=>(0,r.jsx)(`div`,{className:b.dot,"aria-hidden":!0,style:t?{backgroundColor:t}:void 0},e))})},ee={code:`_code_1nyfa_1`},S=null;function te(){return S||(S=import(`shiki`).then(({createHighlighter:e})=>e({langs:`abap.bash.c.clojure.coffeescript.cpp.csharp.css.dart.diff.docker.elixir.elm.erlang.fsharp.gherkin.glsl.go.graphql.groovy.haskell.html.java.javascript.json.julia.kotlin.latex.less.lisp.lua.makefile.markdown.matlab.mermaid.nix.objective-c.ocaml.pascal.perl.php.plaintext.powershell.prolog.protobuf.python.r.ruby.rust.sass.scala.scheme.scss.shell.sql.swift.toml.typescript.wasm.xml.yaml`.split(`.`),themes:[`vitesse-light`,`vitesse-dark`]}))),S}var ne=({code:e,language:n=`txt`,onRendered:i,style:a,className:o})=>{let[s,c]=(0,t.useState)(`<pre>${e}</pre>`);return(0,t.useEffect)(()=>{let t=!1;return te().then(r=>{if(!t)try{let a=r.codeToHtml(e,{lang:n,themes:{dark:`vitesse-dark`,light:`vitesse-light`},colorReplacements:{"#ffffff":`transparent`,"#121212":`transparent`}});t||(c(a),i?.(!0))}catch{t||i?.(!0)}}).catch(()=>{t||i?.(!0)}),()=>{t=!0}},[e,n,i]),(0,r.jsx)(`div`,{className:[ee.code,o].filter(Boolean).join(` `),style:a,children:(0,r.jsx)(`div`,{className:`shiki`,dangerouslySetInnerHTML:{__html:s}})})},re=({code:e,language:i=`txt`,caption:a,style:o,className:s})=>{let[c,l]=(0,t.useState)(!1),[d,f]=(0,t.useState)(!1),[m,h]=(0,t.useState)(!1),g=(0,t.useRef)(null),v=(0,t.useRef)(null);(0,t.useEffect)(()=>{let e=g.current;if(!e)return;let t=new IntersectionObserver(([e])=>{h(e.isIntersecting)});return t.observe(e),()=>t.disconnect()},[]);let b=(0,t.useCallback)(()=>{navigator.clipboard.writeText(e).then(()=>{f(!0),v.current&&clearTimeout(v.current),v.current=setTimeout(()=>f(!1),2e3)})},[e]);return(0,t.useEffect)(()=>()=>{v.current&&clearTimeout(v.current)},[]),(0,r.jsxs)(`div`,{ref:g,className:[u.wrapper,s].filter(Boolean).join(` `),style:{opacity:+!!m,...o},children:[(0,r.jsxs)(`div`,{className:u.header,children:[(0,r.jsxs)(`div`,{className:u.header__left,children:[(0,r.jsx)(p,{language:i,size:20}),(0,r.jsx)(`span`,{className:u.caption,children:(0,r.jsx)(_,{children:a??i})})]}),(0,r.jsx)(`div`,{className:u.header__right,children:(0,r.jsx)(`div`,{className:u[`copy-icon`],onClick:b,children:(0,r.jsx)(y,{size:`1.25em`,d:d?n.mdiClipboardCheckMultipleOutline:n.mdiClipboardMultipleOutline,useThemeColor:d})})})]}),(0,r.jsxs)(`div`,{className:u.code,children:[(0,r.jsx)(`div`,{className:u[`code-body`],style:{opacity:+!!c},children:(0,r.jsx)(ne,{code:e,language:i,onRendered:l})}),(0,r.jsx)(`div`,{className:u.fallback,style:{opacity:+!c},children:(0,r.jsx)(x,{size:`48px`})})]})]})},ie={katex:`_katex_1a1aj_1`},ae=({expression:e,block:n=!1,style:i,className:a})=>{let[o,s]=(0,t.useState)();(0,t.useEffect)(()=>{import(`katex`).then(({renderToString:t})=>{try{s(t(e,{displayMode:n,output:`mathml`}))}catch(e){console.error(`KaTeX rendering error:`,e)}}).catch(()=>{})},[e,n]);let c=[ie.katex,a].filter(Boolean).join(` `);return n?(0,r.jsx)(`div`,{className:c,style:i,dangerouslySetInnerHTML:o?{__html:o}:void 0}):(0,r.jsx)(`span`,{className:c,style:i,dangerouslySetInnerHTML:o?{__html:o}:void 0})},oe={"elm-collapse":`_elm-collapse_j2kw5_1`,inner:`_inner_j2kw5_8`,open:`_open_j2kw5_12`},se=e=>(0,r.jsx)(`div`,{className:(0,a.default)(oe[`elm-collapse`],{[oe.open]:e.isOpen}),style:e.style,children:(0,r.jsx)(`div`,{className:oe.inner,children:e.children})}),ce={column:`_column_12uje_1`},le=e=>(0,r.jsx)(`div`,{className:[ce.column,e.className].filter(Boolean).join(` `),style:e.style,children:e.children}),ue={"column-list":`_column-list_rt1o3_1`},de=e=>(0,r.jsx)(`div`,{className:[ue[`column-list`],e.className].filter(Boolean).join(` `),style:e.style,children:e.children}),fe={body:`_body_gd5gc_1`,button:`_button_gd5gc_5`},pe={provider:`_provider_qbioz_1`,exit:`_exit_qbioz_23`},me=({closeOnClickOutside:e=!0,duration:n=200,isOpen:i,setIsOpen:s,...c})=>{let[l,u]=(0,t.useState)(!1);(0,t.useEffect)(()=>{if(i){let e=window.setTimeout(()=>u(!0),0);return()=>clearTimeout(e)}else{let e=window.setTimeout(()=>u(!1),n);return()=>clearTimeout(e)}},[i,n]);let d=(0,t.useCallback)(()=>{e&&s&&s(!1)},[e,s]),f=(0,t.useCallback)(e=>{e.stopPropagation()},[]);return!i&&!l?null:(0,o.createPortal)((0,r.jsx)(`div`,{className:(0,a.default)(pe.provider,{[pe.exit]:!i}),style:{transitionDuration:`${n}ms`},onClick:d,children:(0,r.jsx)(`div`,{className:c.className,style:c.style,onClick:f,children:c.children})}),document.body)},C={button:`_button_c0mex_1`,"button-ornament":`_button-ornament_c0mex_29`,normal:`_normal_c0mex_40`,primary:`_primary_c0mex_50`,colored:`_colored_c0mex_60`,enable:`_enable_c0mex_64`,flex:`_flex_c0mex_95`,ripple:`_ripple_c0mex_117`,"button-ripple":`_button-ripple_c0mex_1`},he=({loading:e=!1,block:n=!1,disabled:i=!1,primary:a=!1,...o})=>{let[s,c]=(0,t.useState)(!1),l=(0,t.useRef)(void 0),{onClick:u}=o,d=(0,t.useCallback)(()=>{!e&&!i&&u&&(c(!0),l.current=window.setTimeout(()=>c(!1),300),u())},[e,i,u]);return(0,t.useEffect)(()=>()=>{l.current&&clearTimeout(l.current)},[]),(0,r.jsxs)(`button`,{className:[C.button,!e&&!i?C.enable:``,o.color?C.colored:``,!o.color&&!a?C.normal:``,!o.color&&a?C.primary:``,o.className].filter(Boolean).join(` `),style:{display:n?`flex`:`inline-flex`,width:n?`100%`:`auto`,cursor:i?`not-allowed`:e?`progress`:`pointer`,"--opacity":i||e?.6:void 0,"--color":o.color,...o.style},onClick:d,children:[s&&(0,r.jsx)(`div`,{className:C.ripple}),e?(0,r.jsx)(x,{size:`1.5rem`}):(0,r.jsx)(`span`,{className:C.flex,children:o.children}),(0,r.jsx)(`div`,{className:C[`button-ornament`]})]})},ge={"heading-common":`_heading-common_1ytfd_1`,h1:`_h1_1ytfd_22`,h2:`_h2_1ytfd_57`,h2__underline:`_h2__underline_1ytfd_91`,h3:`_h3_1ytfd_110`,h4:`_h4_1ytfd_130`,h5:`_h5_1ytfd_134`,h6:`_h6_1ytfd_138`,"heading-stretch":`_heading-stretch_1ytfd_1`},_e={fragment:`_fragment_il7xb_1`},ve=e=>{let n=(0,t.useCallback)(e=>{let t=new URL(window.location.href);t.hash=e,window.history.replaceState(null,``,t.toString()),document.getElementById(e)?.scrollIntoView({behavior:`smooth`})},[]);return(0,r.jsx)(`span`,{className:[_e.fragment,e.className].filter(Boolean).join(` `),style:e.style,onClick:()=>n(e.id),children:`#`})},ye=Object.freeze({1:1.5,2:1.4,3:1.3,4:1.2,5:1.15,6:1.1}),be=e=>e.replace(/([a-z])([A-Z])/g,`$1-$2`).replace(/[\s_]+/g,`-`).toLowerCase(),w=({level:e=1,disableFragmentIdentifier:n=!1,...i})=>{let a=(0,t.useRef)(null),[o,s]=(0,t.useState)(!1);(0,t.useEffect)(()=>{let e=a.current;if(!e)return;let t=new IntersectionObserver(([e])=>{s(e.isIntersecting)});return t.observe(e),()=>t.disconnect()},[]);let c=`h${e}`,l=i.id??(i.text?be(i.text):void 0);return(0,r.jsxs)(c,{ref:a,className:[ge[`heading-common`],ge[`h${e}`],i.className].filter(Boolean).join(` `),id:l,style:{"--font-size":i.size??`${ye[e]}rem`,"--scale":+!!o,"--opacity":+!!o,...i.style},children:[i.text&&(0,r.jsx)(`span`,{children:i.text}),i.children,!n&&l&&(0,r.jsx)(ve,{id:l}),e===2&&(0,r.jsx)(`span`,{className:ge.h2__underline,"aria-hidden":`true`})]})},xe=({closeOnClickOutside:e=!0,onChange:i,onConfirm:a,onSuccess:o,onError:s,...c})=>{let[l,u]=(0,t.useState)(!1),d=(0,t.useCallback)(()=>{i&&i(!1)},[i]),f=(0,t.useCallback)(async()=>{u(!0);try{await a(),u(!1),i&&i(!1),o&&o()}catch(e){s&&s(e),u(!1),i&&i(!1)}},[a,o,s,i]);return(0,r.jsx)(me,{isOpen:c.value,setIsOpen:i,closeOnClickOutside:e,className:c.className,children:(0,r.jsxs)(`div`,{children:[(0,r.jsx)(w,{level:2,disableFragmentIdentifier:!0,children:c.title}),(0,r.jsx)(`div`,{className:fe.body,children:c.children}),(0,r.jsxs)(`div`,{className:fe.button,children:[(0,r.jsxs)(he,{block:!0,onClick:d,loading:l,children:[(0,r.jsx)(y,{d:n.mdiArrowLeft}),(0,r.jsx)(`span`,{children:`Cancel`})]}),(0,r.jsxs)(he,{block:!0,onClick:f,primary:!0,loading:l,children:[(0,r.jsx)(y,{d:n.mdiCheckCircle,color:`currentColor`}),(0,r.jsx)(`span`,{children:`Confirm`})]})]})]})})},T={window:`_window_l8snl_1`,header:`_header_l8snl_14`,dot:`_dot_l8snl_25`},Se=({minHeight:e=`6rem`,...t})=>(0,r.jsxs)(`div`,{className:[T.window,t.className].filter(Boolean).join(` `),style:t.style,children:[(0,r.jsxs)(`div`,{className:T.header,children:[(0,r.jsx)(`div`,{"aria-hidden":!0,className:T.dot,style:{"--bg":`#c48691`}}),(0,r.jsx)(`div`,{"aria-hidden":!0,className:T.dot,style:{"--bg":`#c9b990`}}),(0,r.jsx)(`div`,{"aria-hidden":!0,className:T.dot,style:{"--bg":`#7cc598`}})]}),(0,r.jsx)(`div`,{style:{minHeight:e},children:t.children})]}),Ce={parallax:`_parallax_1tovg_1`},we=({className:e,...n})=>{let[i,a]=(0,t.useState)(0);return(0,t.useEffect)(()=>{let e=null,t=()=>{e??(e=requestAnimationFrame(()=>{a(window.scrollY),e=null}))};return window.addEventListener(`scroll`,t,{passive:!0}),()=>{window.removeEventListener(`scroll`,t),e!=null&&cancelAnimationFrame(e)}},[]),(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:[Ce.parallax,e].filter(Boolean).join(` `),style:{backgroundImage:`url(${n.imageUrl1})`,transform:`scale(1.2) translateY(${i/400}%)`,transformOrigin:`bottom`,...n.style}}),(0,r.jsx)(`div`,{className:Ce.parallax,style:{backgroundImage:`url(${n.imageUrl2})`,transform:`scale(1.2) translateY(${i/900}%)`,transformOrigin:`bottom`}})]})},E={container:`_container_1mzm0_1`,title:`_title_1mzm0_16`,text:`_text_1mzm0_22`},Te={original:`_original_3zasf_1`,tooltip:`_tooltip_3zasf_5`,"tooltip-enter":`_tooltip-enter_3zasf_17`},Ee=e=>{let n=(0,t.useRef)(null),[i,a]=(0,t.useState)(!1),[o,s]=(0,t.useState)({}),c=(0,t.useCallback)(()=>{let e=n.current;if(!e)return;let t=e.getBoundingClientRect(),r=window.innerWidth;t.x>r/2?s({top:`${t.y+t.height}px`,right:`${r-t.x-t.width}px`}):s({top:`${t.y+t.height}px`,left:`${t.x}px`})},[]);return(0,t.useEffect)(()=>{i&&c()},[i,c]),(0,r.jsxs)(`span`,{ref:n,className:[Te.original,e.className].filter(Boolean).join(` `),onMouseOver:()=>a(!0),onMouseLeave:()=>a(!1),style:e.style,children:[e.original,i&&(0,r.jsx)(`div`,{className:`${Te.tooltip} ${Te[`tooltip-enter`]}`,style:o,children:e.tooltip})]})},De=e=>(0,r.jsx)(Ee,{original:e.children,tooltip:(0,r.jsxs)(`div`,{className:[E.container,e.className].filter(Boolean).join(` `),style:e.style,children:[e.title&&(0,r.jsx)(`div`,{className:E.title,children:e.title}),(0,r.jsx)(`div`,{className:E.text,children:e.text})]})}),D={snackbar:`_snackbar_1f0go_1`,icon:`_icon_1f0go_19`,progress:`_progress_1f0go_45`},Oe=({timeout:e=5e3,...t})=>(0,r.jsxs)(`div`,{className:[D.snackbar,t.className].filter(Boolean).join(` `),style:t.style,children:[t.label==null?t.children:(0,r.jsx)(_,{children:t.label}),(0,r.jsx)(`div`,{className:D.icon,onClick:t.close,children:(0,r.jsx)(y,{d:n.mdiCloseCircleOutline,size:`1em`})}),(0,r.jsx)(`div`,{className:D.progress,style:{animationDuration:`${e}ms`}})]}),O={"snackbar-screen":`_snackbar-screen_up7j2_1`,"snackbar-container":`_snackbar-container_up7j2_14`,"snackbar-item":`_snackbar-item_up7j2_23`},ke=e=>(0,r.jsx)(`div`,{className:[O[`snackbar-screen`],e.className].filter(Boolean).join(` `),style:e.style,children:(0,r.jsx)(`div`,{className:O[`snackbar-container`],children:e.snackbars.map(e=>(0,r.jsx)(`div`,{className:O[`snackbar-item`],children:(0,r.jsx)(Oe,{label:e.label,timeout:e.timeout,close:e.close,children:e.children})},e.id))})}),k={"elm-tabs":`_elm-tabs_ykoqx_1`,"tab-container":`_tab-container_ykoqx_18`,tab:`_tab_ykoqx_18`,active:`_active_ykoqx_40`,"tab-content-container":`_tab-content-container_ykoqx_51`,"tab-content":`_tab-content_ykoqx_51`},Ae=e=>{let[n,i]=(0,t.useState)(0);return(0,r.jsxs)(`div`,{className:[k[`elm-tabs`],e.className].filter(Boolean).join(` `),style:e.style,children:[(0,r.jsx)(`div`,{className:k[`tab-container`],children:e.tabLabels.map((e,t)=>(0,r.jsx)(`div`,{className:`${k.tab} ${n===t?k.active:``}`,onClick:()=>i(t),children:e},t))}),(0,r.jsx)(`div`,{className:k[`tab-content-container`],children:e.tabContents.map((e,t)=>(0,r.jsx)(`div`,{className:`${k[`tab-content`]} ${n===t?k.active:``}`,children:e},t))})]})},A={toggle:`_toggle_16f85_1`,open:`_open_16f85_14`,summary:`_summary_16f85_19`,"summary-left":`_summary-left_16f85_33`,divider:`_divider_16f85_40`,chevron:`_chevron_16f85_57`,cross:`_cross_16f85_70`,border:`_border_16f85_84`,content:`_content_16f85_92`,close:`_close_16f85_96`},je=e=>{let[t,i]=(0,s.useControllableState)({prop:e.isOpen,defaultProp:!1,onChange:e.setIsOpen}),o=e=>{e.preventDefault(),i(!t)};return(0,r.jsxs)(`div`,{className:(0,a.default)(A.toggle,e.className,{[A.open]:t}),style:{...e.style},children:[(0,r.jsxs)(`div`,{className:A.summary,onClick:o,children:[(0,r.jsxs)(`div`,{className:A[`summary-left`],children:[(0,r.jsx)(y,{className:(0,a.default)(A.chevron,{[A.open]:t}),d:n.mdiChevronRight,color:`#59b57c`,size:`1rem`}),(0,r.jsx)(`div`,{children:e.summary==null?e.summaryContent:(0,r.jsx)(_,{children:e.summary})})]}),(0,r.jsx)(`hr`,{className:A.divider}),(0,r.jsx)(y,{className:(0,a.default)(A.cross,{[A.open]:t}),d:n.mdiPlus,size:`1rem`,color:t?`#b36472`:`#59b57c`})]}),(0,r.jsx)(`div`,{className:A.border}),(0,r.jsx)(`div`,{className:(0,a.default)(A.content,{[A.close]:!t}),children:e.children})]})},Me={option:`_option_hdb87_1`},j={wrapper:`_wrapper_1xby6_1`,active:`_active_1xby6_29`,header:`_header_1xby6_33`,label:`_label_1xby6_41`,body:`_body_1xby6_54`,select:`_select_1xby6_63`,selected:`_selected_1xby6_72`,fallback:`_fallback_1xby6_77`,pulldown:`_pulldown_1xby6_85`,collapse:`_collapse_1xby6_106`,option:`_option_1xby6_116`,selectable:`_selectable_1xby6_129`,description:`_description_1xby6_140`},Ne=({disabled:e=!1,loading:i=!1,...o})=>{let[s,c]=(0,t.useState)(!1),l=(0,t.useRef)(null),u=()=>{!e&&!i&&c(e=>!e)},{options:d,onSelect:f}=o,p=e=>{let t=d.find(t=>t.id===e);t&&f&&(f(t.id),c(!1))};(0,t.useEffect)(()=>{let e=e=>{l.current&&!l.current.contains(e.target)&&c(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[]);let m=(e,t,i)=>{let s=o.options.find(t=>t.id===e);if(!s)return null;let c=t?e=>{e.stopPropagation(),p(s.id)}:void 0,l=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`span`,{children:s.label}),s.description&&(0,r.jsx)(`span`,{className:j.description,children:s.description})]});return(0,r.jsxs)(`div`,{className:(0,a.default)(j.option,{[j.selectable]:t}),onClick:c,children:[t&&(0,r.jsx)(y,{d:n.mdiChevronRight,color:`#868e9c`,size:`0.75em`}),s.children?s.children:l]},i)};return(0,r.jsxs)(`div`,{ref:l,className:(0,a.default)(j.wrapper,o.className,{[j.active]:s}),style:{backgroundColor:e||i?`rgba(0,0,0,0.15)`:void 0,...o.style},onClick:u,children:[(0,r.jsx)(`div`,{className:j.header,children:(0,r.jsx)(`span`,{className:j.label,children:o.label})}),(0,r.jsx)(`div`,{className:j.body,children:(0,r.jsxs)(`div`,{className:j.select,children:[(0,r.jsx)(`div`,{className:j.selected,children:o.selectedOptionId?m(o.selectedOptionId,!1):(0,r.jsxs)(`div`,{className:j.fallback,children:[(0,r.jsx)(y,{d:n.mdiArrowDownDropCircleOutline}),(0,r.jsx)(`span`,{children:o.placeholder??`Select an option`})]})}),(0,r.jsx)(y,{d:n.mdiMenuDown,size:`1.5rem`}),(0,r.jsx)(`div`,{className:(0,a.default)(j.pulldown,{[j.active]:s}),children:(0,r.jsx)(`div`,{className:j.collapse,children:o.options.map(e=>m(e.id,!0,e.id))})})]})})]})},Pe=e=>({id:e.modelId,label:e.label,children:(0,r.jsxs)(`div`,{className:Me.option,children:[(0,r.jsx)(g,{src:e.icon,alt:e.label,className:Me.icon}),(0,r.jsx)(_,{children:e.label})]})}),Fe=e=>{let n=t.default.useMemo(()=>{let t=e.models.find(t=>t.modelId===e.selectedModelId)||null;return t?Pe(t):null},[e.models,e.selectedModelId]);return(0,r.jsx)(Ne,{label:`Model`,options:e.models.map(Pe),selectedOptionId:n?.id,onSelect:e.setSelectedModelId})},M={progress:`_progress_e6hmw_1`,container:`_container_e6hmw_27`,value:`_value_e6hmw_41`,loading:`_loading_e6hmw_56`,buffer:`_buffer_e6hmw_72`},Ie=({value:e,buffer:t,max:n=100,weight:i=`4px`,round:a=!0,color:o,loading:s=!1,style:c,className:l})=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`progress`,{className:M.progress,value:e,max:n}),(0,r.jsxs)(`div`,{className:[M.container,l].filter(Boolean).join(` `),style:{"--weight":i,"--border-radius":a?`calc(var(--weight) / 2)`:void 0,"--color":o,...c},children:[(0,r.jsx)(`div`,{className:M.value,style:{"--scale-x":`scaleX(${s?0:e/n})`}}),s&&(0,r.jsx)(`div`,{className:M.loading}),(0,r.jsx)(`div`,{className:M.buffer,style:{"--scale-x":`scaleX(${s?0:t==null?e/n:t/n})`}})]})]}),Le={container:`_container_13d02_1`,bar:`_bar_13d02_15`},Re=({progress:e,weight:n=`4px`,round:i=!0,style:a,className:o})=>{let s=(0,t.useMemo)(()=>{let t=e.reduce((e,t)=>e+t.value,0),n=e.map(e=>e.value/t*100);return e.map((e,t)=>({...e,scale:n[t]/100,start:n.slice(0,t).reduce((e,t)=>e+t,0)}))},[e]);return(0,r.jsx)(`div`,{className:[Le.container,o].filter(Boolean).join(` `),style:{"--weight":n,"--border-radius":i?`calc(var(--weight) / 2)`:void 0,...a},children:s.map((e,t)=>(0,r.jsx)(`div`,{className:Le.bar,style:{"--transform":`translateX(${e.start}%) scaleX(${e.scale})`,"--color":e.color}},t))})},ze={wrapper:`_wrapper_17chp_1`},Be=Object.freeze({pending:{color:`#6987b8`,icon:n.mdiReload},error:{color:`#c56565`,icon:n.mdiAlertCircle},warning:{color:`#cdb57b`,icon:n.mdiAlert},success:{color:`#59b57c`,icon:n.mdiCheckCircle}}),Ve=({status:e,message:t,style:n,className:i})=>{let{color:a,icon:o}=Be[e];return(0,r.jsxs)(`div`,{className:[ze.wrapper,i].filter(Boolean).join(` `),style:n,children:[(0,r.jsx)(y,{d:o,color:a,size:`1em`}),(0,r.jsx)(_,{color:a,children:t})]})},N={wrapper:`_wrapper_gcui5_1`,error:`_error_gcui5_9`,"image-frame":`_image-frame_gcui5_21`,fallback:`_fallback_gcui5_29`,pulse:`_pulse_gcui5_1`,"image-inline":`_image-inline_gcui5_56`,"image-block":`_image-block_gcui5_67`,"alt-container":`_alt-container_gcui5_79`,"alt-text":`_alt-text_gcui5_90`,modal:`_modal_gcui5_94`,"modal-image":`_modal-image_gcui5_108`},P=({src:e,alt:i,block:a=!1,enableModal:o=!1,width:s,height:c,style:l,className:u})=>{let[d,f]=(0,t.useState)(!0),[p,m]=(0,t.useState)(!1),[h,g]=(0,t.useState)(!1),v=(0,t.useRef)(null);return(0,t.useEffect)(()=>{let t=new Image;t.src=e,t.onload=()=>{f(!1),m(!1)},t.onerror=()=>{f(!1),m(!0)}},[e]),(0,t.useEffect)(()=>{let e=e=>{e.key===`Escape`&&(e.preventDefault(),g(!1))};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[]),(0,r.jsxs)(`div`,{className:[N.wrapper,u].filter(Boolean).join(` `),ref:v,style:l,children:[p&&(0,r.jsx)(`div`,{className:N.error,children:(0,r.jsx)(_,{color:`#c56565`,size:`1.5rem`,children:`Error loading image`})}),(0,r.jsxs)(`div`,{className:N[`image-frame`],style:l,children:[d&&(0,r.jsx)(`div`,{className:N.fallback,style:{aspectRatio:s&&c?`${s} / ${c}`:`1200 / 630`,width:s?`${s}px`:void 0,height:c?`${c}px`:void 0}}),(0,r.jsx)(`img`,{className:a?N[`image-block`]:N[`image-inline`],src:e,alt:i,width:s,height:c,onClick:()=>{o&&g(!0)},style:{"--width":s?`${s}px`:void 0,"--height":c?`${c}px`:void 0,cursor:o?`zoom-in`:void 0,opacity:+(!d&&!p),pointerEvents:!d&&!p?void 0:`none`}})]}),a&&!d&&i!=null&&i.trim()!==``&&(0,r.jsxs)(`div`,{className:N[`alt-container`],children:[(0,r.jsx)(y,{d:n.mdiMessageImageOutline,color:`#b69545`,style:{flexShrink:0}}),(0,r.jsx)(`div`,{className:N[`alt-text`],children:(0,r.jsx)(_,{size:`0.8rem`,children:i})})]}),h&&(0,r.jsx)(`div`,{className:N.modal,onClick:()=>g(!1),children:(0,r.jsx)(`img`,{className:N[`modal-image`],src:e,alt:i,width:s,height:c})})]})},He=({oEmbed:e,style:t,className:n})=>e.type===`photo`?(0,r.jsx)(`div`,{className:n,style:t,children:(0,r.jsx)(P,{src:e.url,alt:e.title,width:e.width,height:e.height,block:!0})}):e.type===`video`||e.type===`rich`?(0,r.jsx)(`div`,{style:{width:e.width?`${e.width}px`:void 0,height:e.height?`${e.height}px`:void 0,...t},dangerouslySetInnerHTML:{__html:e.html}}):(0,r.jsx)(`div`,{className:n,style:t,children:(0,r.jsx)(_,{href:e.author_url??e.provider_url??`#`,children:e.title??e.author_name??e.provider_name??`Link`})}),Ue={"block-fallback":`_block-fallback_adya7_1`},We={"rectangle-wave":`_rectangle-wave_gxedo_21`,"elm-rectangle-wave":`_elm-rectangle-wave_gxedo_1`},Ge=e=>(0,r.jsx)(`div`,{"aria-hidden":!0,className:[We[`rectangle-wave`],e.className].filter(Boolean).join(` `),style:e.style}),Ke=e=>{let{height:t=`16rem`,style:n}=e;return(0,r.jsxs)(`div`,{className:[Ue[`block-fallback`],e.className].filter(Boolean).join(` `),style:{"--height":t,...n},children:[(0,r.jsx)(x,{}),(0,r.jsx)(Ge,{})]})},qe={circle:`_circle_ycu2l_19`,"draw-line":`_draw-line_ycu2l_1`,rotate:`_rotate_ycu2l_1`},Je=e=>{let{radius:t=16,weight:n=2,style:i}=e;return(0,r.jsx)(`svg`,{className:e.className,height:t*2,width:t*2,style:i,children:(0,r.jsx)(`circle`,{className:qe.circle,cx:t,cy:t,r:t-n,fill:`transparent`,strokeWidth:n})})},F={unsupported:`_unsupported_1xu4c_1`,message:`_message_1xu4c_13`,icon:`_icon_1xu4c_20`,details:`_details_1xu4c_24`},I=e=>(0,r.jsxs)(`div`,{className:[F.unsupported,e.className].filter(Boolean).join(` `),style:e.style,children:[(0,r.jsxs)(`div`,{className:F.message,children:[(0,r.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1.25rem`,height:`1.25rem`,className:F.icon,children:(0,r.jsx)(`path`,{d:n.mdiInformation})}),(0,r.jsx)(_,{color:`#868e9c`,children:`UNSUPPORTED BLOCK`})]}),e.details&&(0,r.jsx)(`div`,{className:F.details,children:(0,r.jsx)(_,{color:`#868e9c`,children:e.details})})]}),L={container:`_container_12edl_1`,"container-disable":`_container-disable_12edl_14`,checkbox:`_checkbox_12edl_23`,rect:`_rect_12edl_32`,"rect-loading":`_rect-loading_12edl_36`,"rect-checked":`_rect-checked_12edl_40`,loading:`_loading_12edl_48`,"check-line":`_check-line_12edl_67`,"elmethis-checkbox-check-line":`_elmethis-checkbox-check-line_12edl_1`},Ye=({loading:e=!1,disable:n=!1,...i})=>{let[a,o]=(0,s.useControllableState)({prop:i.checked,defaultProp:!1,onChange:i.onChange}),c=(0,t.useCallback)(()=>{!e&&!n&&o&&o(!a)},[e,n,a,o]),l=[L.container,n?L[`container-disable`]:``,i.className].filter(Boolean).join(` `),u=[L.rect,a?L[`rect-checked`]:``,e?L[`rect-loading`]:``].filter(Boolean).join(` `);return(0,r.jsx)(`div`,{className:l,style:i.style,onClick:c,children:(0,r.jsxs)(`div`,{style:{display:`flex`,alignItems:`center`,gap:`0.5rem`},children:[(0,r.jsxs)(`svg`,{width:`24`,height:`24`,className:L.checkbox,children:[(0,r.jsxs)(`circle`,{cx:`0`,cy:`0`,r:`2`,className:L.loading,style:{opacity:+!!e},children:[(0,r.jsx)(`animate`,{attributeName:`cx`,values:`4; 20; 20; 4; 4`,dur:`1.2s`,repeatCount:`indefinite`,keySplines:`0.25 0.1 0.25 1; 0.42 0 0.58 1; 0.25 0.1 0.25 1; 0.42 0 0.58 1`,calcMode:`spline`}),(0,r.jsx)(`animate`,{attributeName:`cy`,values:`4; 4; 20; 20; 4`,dur:`1.2s`,repeatCount:`indefinite`,keySplines:`0.25 0.1 0.25 1; 0.42 0 0.58 1; 0.25 0.1 0.25 1; 0.42 0 0.58 1`,calcMode:`spline`})]}),(0,r.jsxs)(`circle`,{cx:`20`,cy:`20`,r:`2`,className:L.loading,style:{opacity:+!!e},children:[(0,r.jsx)(`animate`,{attributeName:`cx`,values:`20; 4; 4; 20; 20`,dur:`1.2s`,repeatCount:`indefinite`,keySplines:`0.25 0.1 0.25 1; 0.42 0 0.58 1; 0.25 0.1 0.25 1; 0.42 0 0.58 1`,calcMode:`spline`}),(0,r.jsx)(`animate`,{attributeName:`cy`,values:`20; 20; 4; 4; 20`,dur:`1.2s`,repeatCount:`indefinite`,keySplines:`0.25 0.1 0.25 1; 0.42 0 0.58 1; 0.25 0.1 0.25 1; 0.42 0 0.58 1`,calcMode:`spline`})]}),(0,r.jsx)(`rect`,{x:`4`,y:`4`,width:`16`,height:`16`,className:u,strokeWidth:`0.8`}),a&&(0,r.jsx)(`polyline`,{className:L[`check-line`],points:`5,12 10,17 19,8`,strokeWidth:`1.5`,fill:`transparent`}),(0,r.jsx)(`line`,{x1:`0`,y1:`1`,x2:`4`,y2:`1`,strokeWidth:`2`,fill:`transparent`}),(0,r.jsx)(`line`,{x1:`4`,y1:`0`,x2:`24`,y2:`0`,strokeWidth:`1`,fill:`transparent`}),(0,r.jsx)(`line`,{x1:`0`,y1:`4`,x2:`0`,y2:`16`,strokeWidth:`1`,fill:`transparent`}),(0,r.jsx)(`line`,{x1:`0`,y1:`18`,x2:`0`,y2:`20`,strokeWidth:`1`,fill:`transparent`}),(0,r.jsx)(`line`,{x1:`0`,y1:`24`,x2:`20`,y2:`24`,strokeWidth:`1`,fill:`transparent`}),(0,r.jsx)(`line`,{x1:`20`,y1:`23`,x2:`24`,y2:`23`,strokeWidth:`1.5`,fill:`transparent`}),(0,r.jsx)(`line`,{x1:`24`,y1:`4`,x2:`24`,y2:`20`,style:{strokeWidth:1},fill:`transparent`})]}),(0,r.jsx)(`span`,{children:i.label})]})})},R={switch:`_switch_8t362_1`,bar:`_bar_8t362_5`,"bar-checked":`_bar-checked_8t362_21`,"bar-disabled":`_bar-disabled_8t362_26`,circle:`_circle_8t362_30`,"circle-checked":`_circle-checked_8t362_45`,"circle-disabled":`_circle-disabled_8t362_49`},Xe=({color:e=`#bfa056`,size:n=`18px`,disabled:i=!1,checked:a=!1,...o})=>{let{onChange:s}=o,c=(0,t.useCallback)(()=>{!i&&s&&s(!a)},[i,a,s]),l=[R.bar,a?R[`bar-checked`]:``,i?R[`bar-disabled`]:``].filter(Boolean).join(` `),u=[R.circle,a?R[`circle-checked`]:``,i?R[`circle-disabled`]:``].filter(Boolean).join(` `);return(0,r.jsxs)(`div`,{className:o.className,onClick:c,style:{"--color":e,"--padding":`2px`,"--size":n,"--width":`calc(${n} * 2 + 2px * 2)`,...o.style},children:[(0,r.jsx)(`input`,{className:R.switch,type:`checkbox`,checked:a,disabled:i,readOnly:!0}),(0,r.jsx)(`div`,{className:l,children:(0,r.jsx)(`div`,{className:u})})]})},z={loading:`_loading_1y96m_23`,wrapper:`_wrapper_1y96m_38`,active:`_active_1y96m_66`,header:`_header_1y96m_70`,label:`_label_1y96m_78`,required:`_required_1y96m_95`,body:`_body_1y96m_101`,input:`_input_1y96m_109`,"icon-box":`_icon-box_1y96m_141`,icon:`_icon_1y96m_141`,suffix:`_suffix_1y96m_159`,counter:`_counter_1y96m_172`,"counter-over":`_counter-over_1y96m_177`},Ze={text:n.mdiText,pen:n.mdiPen,email:n.mdiEmail,user:n.mdiAccount,lock:n.mdiLock,key:n.mdiKey,earth:n.mdiEarth,tag:n.mdiTag,archive:n.mdiArchive,link:n.mdiLinkVariant,search:n.mdiMagnify},Qe=({disabled:e=!1,loading:i=!1,isPassword:a=!1,required:o=!1,value:s=``,...c})=>{let l=(0,t.useId)(),u=(0,t.useRef)(null),[d,f]=(0,t.useState)(!1),[p,m]=(0,t.useState)(a?`password`:`text`),{onChange:h}=c,g=(0,t.useCallback)(()=>{!i&&!e&&h&&h(``)},[i,e,h]),_=(0,t.useCallback)(()=>{!i&&!e&&m(e=>e===`text`?`password`:`text`)},[i,e]),v=(0,t.useCallback)(e=>t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),e())},[]);return(0,r.jsxs)(`div`,{className:[z.wrapper,d?z.active:``,c.className].filter(Boolean).join(` `),style:{backgroundColor:e||i?`rgba(0,0,0,0.15)`:void 0,"--highlight-color":d?`#bfa056`:void 0,...c.style},children:[(0,r.jsxs)(`div`,{className:z.header,children:[(0,r.jsxs)(`label`,{htmlFor:l,className:z.label,children:[(0,r.jsx)(`span`,{children:c.label}),o&&(0,r.jsx)(`span`,{className:z.required,children:`*`})]}),c.maxLength!=null&&(0,r.jsxs)(`span`,{className:[z.counter,s.length>c.maxLength?z[`counter-over`]:``].filter(Boolean).join(` `),children:[s.length,` / `,c.maxLength]})]}),(0,r.jsxs)(`div`,{className:z.body,children:[c.icon&&(0,r.jsx)(y,{d:Ze[c.icon],size:`1.5rem`,color:`gray`}),(0,r.jsx)(`input`,{id:l,ref:u,type:p,className:z.input,placeholder:c.placeholder,value:s,onChange:e=>h?.(e.target.value),onFocus:()=>f(!0),onBlur:()=>f(!1),disabled:e||i,style:{cursor:e?`not-allowed`:i?`progress`:`auto`},"aria-required":o}),(0,r.jsxs)(`div`,{className:z[`icon-box`],children:[c.suffix!=null&&(0,r.jsx)(`span`,{className:z.suffix,children:c.suffix}),(0,r.jsx)(`div`,{className:z.icon,onClick:_,onKeyDown:v(_),role:`button`,tabIndex:0,children:(0,r.jsx)(y,{d:p===`text`?n.mdiEyeOutline:n.mdiEyeOffOutline,size:`1.75em`,color:`gray`})}),(0,r.jsx)(`div`,{className:z.icon,onClick:g,onKeyDown:v(g),role:`button`,tabIndex:0,children:(0,r.jsx)(y,{d:n.mdiBackspaceOutline,size:`1.75em`,color:`gray`})})]})]}),(0,r.jsx)(`div`,{className:z.loading,style:{opacity:i?.2:0}})]})},$e={validation:`_validation_wuw0j_1`},et=({validColor:e=`#449763`,...t})=>(0,r.jsxs)(`div`,{className:[$e.validation,t.className].filter(Boolean).join(` `),style:{"--opacity":t.isValid?1:.5,...t.style},children:[(0,r.jsx)(y,{d:t.isValid?n.mdiCheckCircle:n.mdiCheckCircleOutline,color:t.isValid?e:void 0}),(0,r.jsx)(`span`,{style:{color:t.isValid?e:void 0},children:t.text})]}),tt=[`rust`,`javascript`,`typescript`,`shell`,`terraform`,`html`,`css`,`npm`,`java`,`kotlin`,`go`,`python`,`sql`,`json`,`lua`,`csharp`,`cpp`,`c`,`file`],nt={wrapper:`_wrapper_1yu3x_19`,square:`_square_1yu3x_28`,appear:`_appear_1yu3x_1`},rt=1200,it=e=>{let{size:t=`3rem`,dimensions:n=4,style:i}=e,a=rt/(n*3),o=Array.from({length:n});return(0,r.jsx)(`div`,{className:[nt.wrapper,e.className].filter(Boolean).join(` `),style:{"--size":t,"--dimensions":n,"--duration":`${rt}ms`,...i},children:o.map((e,t)=>o.map((e,n)=>(0,r.jsx)(`div`,{className:nt.square,style:{"--delay":`${a*(t+n)}ms`}},`${t}-${n}`)))})},at={icon:`_icon_x4u0f_1`},ot=`elmethis-theme`;function st(){if(typeof document<`u`){let e=document.documentElement.getAttribute(`data-theme`);if(e!=null)return e===`dark`}if(typeof localStorage<`u`){let e=localStorage.getItem(ot);if(e!=null)return e===`dark`}return!1}function ct(){let[e,n]=(0,t.useState)(st),r=(0,t.useCallback)(()=>{n(e=>!e)},[]);return(0,t.useEffect)(()=>{if(typeof document<`u`){document.documentElement.setAttribute(`data-theme`,e?`dark`:`light`);let t=document.querySelector(`body`);t!=null&&(t.style.colorScheme=e?`dark`:`light`),typeof localStorage<`u`&&localStorage.setItem(ot,e?`dark`:`light`)}},[e]),{isDarkTheme:e,toggleTheme:r}}var lt=e=>{let{size:t=`2rem`,style:n,className:i}=e,{isDarkTheme:a,toggleTheme:o}=ct();return a?(0,r.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,className:[at.icon,i].filter(Boolean).join(` `),style:n,onClick:o,children:[(0,r.jsxs)(`path`,{fillOpacity:`0`,d:`M15.22 6.03l2.53-1.94L14.56 4L13.5 1l-1.06 3l-3.19.09l2.53 1.94l-.91 3.06l2.63-1.81l2.63 1.81z`,fill:`currentColor`,children:[(0,r.jsx)(`animate`,{id:`lineMdSunnyOutlineToMoonLoopTransition0`,fill:`freeze`,attributeName:`fill-opacity`,begin:`0.6s;lineMdSunnyOutlineToMoonLoopTransition0.begin+6s`,dur:`0.4s`,values:`0;1`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+2.2s`,dur:`0.4s`,values:`1;0`})]}),(0,r.jsxs)(`path`,{fillOpacity:`0`,d:`M13.61 5.25L15.25 4l-2.06-.05L12.5 2l-.69 1.95L9.75 4l1.64 1.25l-.59 1.98l1.7-1.17l1.7 1.17z`,fill:`currentColor`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+3s`,dur:`0.4s`,values:`0;1`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+5.2s`,dur:`0.4s`,values:`1;0`})]}),(0,r.jsxs)(`path`,{fillOpacity:`0`,d:`M19.61 12.25L21.25 11l-2.06-.05L18.5 9l-.69 1.95l-2.06.05l1.64 1.25l-.59 1.98l1.7-1.17l1.7 1.17z`,fill:`currentColor`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+0.4s`,dur:`0.4s`,values:`0;1`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+2.8s`,dur:`0.4s`,values:`1;0`})]}),(0,r.jsxs)(`path`,{fillOpacity:`0`,d:`M20.828 9.731l1.876-1.439l-2.366-.067L19.552 6l-.786 2.225l-2.366.067l1.876 1.439L17.601 12l1.951-1.342L21.503 12z`,fill:`currentColor`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+3.4s`,dur:`0.4s`,values:`0;1`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+5.6s`,dur:`0.4s`,values:`1;0`})]}),(0,r.jsxs)(`g`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,children:[(0,r.jsxs)(`g`,{children:[(0,r.jsx)(`path`,{strokeDasharray:`2`,strokeDashoffset:`4`,d:`M12 21v1M21 12h1M12 3v-1M3 12h-1`,children:(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`stroke-dashoffset`,dur:`0.2s`,values:`4;2`})}),(0,r.jsx)(`path`,{strokeDasharray:`2`,strokeDashoffset:`4`,d:`M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5`,children:(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`stroke-dashoffset`,begin:`0.2s`,dur:`0.2s`,values:`4;2`})}),(0,r.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.5s`,to:`0`})]}),(0,r.jsx)(`path`,{d:`M7 6 C7 12.08 11.92 17 18 17 C18.53 17 19.05 16.96 19.56 16.89 C17.95 19.36 15.17 21 12 21 C7.03 21 3 16.97 3 12 C3 8.83 4.64 6.05 7.11 4.44 C7.04 4.95 7 5.47 7 6 Z`,opacity:`0`,children:(0,r.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.5s`,to:`1`})})]}),(0,r.jsxs)(`mask`,{id:`lineMdSunnyOutlineToMoonLoopTransition1`,children:[(0,r.jsx)(`circle`,{cx:`12`,cy:`12`,r:`12`,fill:`#fff`}),(0,r.jsx)(`circle`,{cx:`12`,cy:`12`,r:`4`,children:(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.1s`,dur:`0.4s`,values:`4;8`})}),(0,r.jsxs)(`circle`,{cx:`22`,cy:`2`,r:`3`,fill:`#fff`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`cx`,begin:`0.1s`,dur:`0.4s`,values:`22;18`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`cy`,begin:`0.1s`,dur:`0.4s`,values:`2;6`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.1s`,dur:`0.4s`,values:`3;12`})]}),(0,r.jsxs)(`circle`,{cx:`22`,cy:`2`,r:`1`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`cx`,begin:`0.1s`,dur:`0.4s`,values:`22;18`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`cy`,begin:`0.1s`,dur:`0.4s`,values:`2;6`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.1s`,dur:`0.4s`,values:`1;10`})]})]}),(0,r.jsxs)(`circle`,{cx:`12`,cy:`12`,r:`6`,mask:`url(#lineMdSunnyOutlineToMoonLoopTransition1)`,fill:`currentColor`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.1s`,dur:`0.4s`,values:`6;10`}),(0,r.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.5s`,to:`0`})]})]}):(0,r.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,className:at.icon,style:n,onClick:o,children:[(0,r.jsxs)(`g`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,children:[(0,r.jsxs)(`path`,{strokeDasharray:`2`,strokeDashoffset:`2`,d:`M12 19v1M19 12h1M12 5v-1M5 12h-1`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`d`,begin:`1.2s`,dur:`0.2s`,values:`M12 19v1M19 12h1M12 5v-1M5 12h-1;M12 21v1M21 12h1M12 3v-1M3 12h-1`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`stroke-dashoffset`,begin:`1.2s`,dur:`0.2s`,values:`2;0`})]}),(0,r.jsxs)(`path`,{strokeDasharray:`2`,strokeDashoffset:`2`,d:`M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`d`,begin:`1.4s`,dur:`0.2s`,values:`M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5;M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`stroke-dashoffset`,begin:`1.4s`,dur:`0.2s`,values:`2;0`})]}),(0,r.jsx)(`animateTransform`,{attributeName:`transform`,dur:`30s`,repeatCount:`indefinite`,type:`rotate`,values:`0 12 12;360 12 12`})]}),(0,r.jsxs)(`g`,{fill:`currentColor`,children:[(0,r.jsx)(`path`,{d:`M15.22 6.03L17.75 4.09L14.56 4L13.5 1L12.44 4L9.25 4.09L11.78 6.03L10.87 9.09L13.5 7.28L16.13 9.09L15.22 6.03Z`,children:(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,dur:`0.4s`,values:`1;0`})}),(0,r.jsx)(`path`,{d:`M19.61 12.25L21.25 11L19.19 10.95L18.5 9L17.81 10.95L15.75 11L17.39 12.25L16.8 14.23L18.5 13.06L20.2 14.23L19.61 12.25Z`,children:(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`0.2s`,dur:`0.4s`,values:`1;0`})})]}),(0,r.jsx)(`path`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M7 6 C7 12.08 11.92 17 18 17 C18.53 17 19.05 16.96 19.56 16.89 C17.95 19.36 15.17 21 12 21 C7.03 21 3 16.97 3 12 C3 8.83 4.64 6.05 7.11 4.44 C7.04 4.95 7 5.47 7 6 Z`,children:(0,r.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.6s`,to:`0`})}),(0,r.jsxs)(`mask`,{id:`lineMdMoonToSunnyOutlineLoopTransition0`,children:[(0,r.jsx)(`circle`,{cx:`12`,cy:`12`,r:`12`,fill:`#fff`}),(0,r.jsx)(`circle`,{cx:`12`,cy:`12`,r:`8`,children:(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.6s`,dur:`0.4s`,values:`8;4`})}),(0,r.jsxs)(`circle`,{cx:`18`,cy:`6`,r:`12`,fill:`#fff`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`cx`,begin:`0.6s`,dur:`0.4s`,values:`18;22`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`cy`,begin:`0.6s`,dur:`0.4s`,values:`6;2`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.6s`,dur:`0.4s`,values:`12;3`})]}),(0,r.jsxs)(`circle`,{cx:`18`,cy:`6`,r:`10`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`cx`,begin:`0.6s`,dur:`0.4s`,values:`18;22`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`cy`,begin:`0.6s`,dur:`0.4s`,values:`6;2`}),(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.6s`,dur:`0.4s`,values:`10;1`})]})]}),(0,r.jsxs)(`circle`,{cx:`12`,cy:`12`,r:`10`,mask:`url(#lineMdMoonToSunnyOutlineLoopTransition0)`,opacity:`0`,fill:`currentColor`,children:[(0,r.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.6s`,dur:`0.4s`,values:`10;6`}),(0,r.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.6s`,to:`1`})]})]})},B={arrow:`_arrow_kn879_19`,loading:`_loading_kn879_49`,normal:`_normal_kn879_55`,pending:`_pending_kn879_64`},ut=e=>{let{direction:t=`right`,loading:n=!1,pending:i=!1,size:a=`2rem`,style:o}=e,s=t===`up`?`rotate(270deg)`:t===`down`?`rotate(90deg)`:t===`left`?`rotate(180deg)`:`rotate(0deg)`;return(0,r.jsx)(`div`,{className:[B.arrow,!n&&!i?B.normal:void 0,n?B.loading:void 0,!n&&i?B.pending:void 0,e.className].filter(Boolean).join(` `),style:{"--size":a,transform:s,...o}})},dt={wrapper:`_wrapper_1c6r3_1`,favicon:`_favicon_1c6r3_24`,text:`_text_1c6r3_29`},ft=e=>{let{name:t,href:i,favicon:a,style:o}=e;return(0,r.jsxs)(`a`,{className:[dt.wrapper,e.className].filter(Boolean).join(` `),href:i,target:`_blank`,rel:`noopener noreferrer`,style:o,children:[a==null?(0,r.jsx)(y,{d:n.mdiEarth,size:`2.5rem`,style:{opacity:.7}}):(0,r.jsx)(`img`,{className:dt.favicon,src:a,alt:`favicon of ${t??i}`}),(0,r.jsx)(`div`,{className:dt.text,children:(0,r.jsx)(_,{size:`.6rem`,children:t??i})})]})},pt={cube:`_cube_1merk_1`,"elmethis-cube-icon-rotate":`_elmethis-cube-icon-rotate_1merk_1`,face:`_face_1merk_8`},mt=[{name:`front`,rotate:``},{name:`back`,rotate:`rotateY(180deg)`},{name:`left`,rotate:`rotateY(-90deg)`},{name:`right`,rotate:`rotateY(90deg)`},{name:`top`,rotate:`rotateX(90deg)`},{name:`bottom`,rotate:`rotateX(-90deg)`}],ht=e=>{let{size:n=128,style:i}=e,a=(0,t.useMemo)(()=>`translateZ(${n/2}px)`,[n]);return(0,r.jsx)(`div`,{className:[pt.cube,e.className].filter(Boolean).join(` `),style:{width:`${n}px`,height:`${n}px`,...i},children:mt.map(e=>(0,r.jsx)(`div`,{className:pt.face,style:{transform:`${e.rotate} ${a}`}},e.name))})},gt={icon:`_icon_140bn_1`},_t=e=>{let{size:t=`2rem`,isLogin:i=!1,isLoading:a=!1,style:o}=e,s=a?n.mdiLoading:i?n.mdiLogoutVariant:n.mdiLoginVariant,c=a?`gray`:i?`#b36472`:`#6987b8`;return(0,r.jsx)(`div`,{className:[gt.icon,e.className].filter(Boolean).join(` `),style:o,children:(0,r.jsx)(y,{d:s,color:c,size:t})})},V={file:`_file_sk4pw_1`,"left-container":`_left-container_sk4pw_19`,"right-container":`_right-container_sk4pw_26`,"download-icon":`_download-icon_sk4pw_33`};function vt(e){let t=e.split(/[?#]/)[0].split(`/`).filter(Boolean);return t.length>0?t[t.length-1]:null}var yt=({name:e,src:i,filesize:a,style:o,className:s})=>{let c=(0,t.useCallback)(async()=>{let t;try{let n=await fetch(i);if(!n.ok)throw Error(`Failed to download file`);let r=await n.blob();t=document.createElement(`a`),t.href=URL.createObjectURL(r),t.download=e??vt(i)??`file`,t.click()}catch(e){console.error(`ERROR:`,e)}finally{t&&URL.revokeObjectURL(t.href)}},[i,e]),l=e??vt(i)??`unknown file`;return(0,r.jsxs)(`div`,{className:[V.file,s].filter(Boolean).join(` `),style:o,children:[(0,r.jsxs)(`div`,{className:V[`left-container`],children:[(0,r.jsx)(y,{d:n.mdiFileOutline,size:`1.25em`}),(0,r.jsx)(_,{children:l})]}),(0,r.jsxs)(`div`,{className:V[`right-container`],children:[a&&(0,r.jsx)(`span`,{style:{opacity:.6},children:(0,r.jsx)(_,{children:a})}),(0,r.jsx)(`div`,{className:V[`download-icon`],onClick:c,children:(0,r.jsx)(y,{d:n.mdiDownload,size:`1.25em`})})]})]})},H={parent:`_parent_1hx4v_1`,bookmark:`_bookmark_1hx4v_23`,image:`_image_1hx4v_42`,typography:`_typography_1hx4v_62`,title:`_title_1hx4v_73`,date:`_date_1hx4v_81`,link:`_link_1hx4v_90`,favicon:`_favicon_1hx4v_100`},bt=({hideUrl:e=!1,openInNewTab:i=!0,title:a,description:o=`No description provided`,image:s,url:c,createdAt:l,updatedAt:u,onClick:d,favicon:f,style:p,className:m})=>{let[h,v]=(0,t.useState)(!1),b=e=>{d&&(e.preventDefault(),d())},x=o!=null&&o.length>100?o.slice(0,100)+`...`:o;return(0,r.jsx)(`div`,{className:[H.parent,m].filter(Boolean).join(` `),style:p,children:(0,r.jsxs)(`a`,{className:H.bookmark,href:c,target:i?`_blank`:void 0,rel:`noopener noreferrer`,onClick:b,children:[s!=null&&!h&&(0,r.jsx)(`div`,{className:H.image,children:(0,r.jsx)(`img`,{src:s,alt:`OGP Image`,onError:()=>v(!0),style:{width:`100%`,height:`100%`,objectFit:`cover`}})}),(0,r.jsxs)(`div`,{className:H.typography,children:[(0,r.jsx)(`div`,{className:H.title,children:(0,r.jsx)(_,{bold:!0,children:a??`No title provided`})}),(0,r.jsx)(`div`,{children:(0,r.jsx)(_,{size:`0.8rem`,children:(0,r.jsx)(`span`,{style:{opacity:.6},children:x})})}),(l!=null||u!=null)&&(0,r.jsxs)(`div`,{className:H.date,children:[l!=null&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(y,{d:n.mdiCalendarMonth,size:`1em`}),(0,r.jsx)(_,{size:`0.8rem`,children:l})]}),u!=null&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(y,{d:n.mdiCalendarRefresh,size:`1em`}),(0,r.jsx)(_,{size:`0.8rem`,children:u})]})]}),!e&&c!=null&&(0,r.jsxs)(`div`,{className:H.link,children:[f&&(0,r.jsx)(g,{src:f}),(0,r.jsx)(_,{size:`0.8rem`,color:`#6987b8`,children:c})]})]})]})})},U={container:`_container_1r6mu_1`,"link-container":`_link-container_1r6mu_10`,text:`_text_1r6mu_36`},xt=({links:e,style:i,className:a})=>{let o=(0,t.useRef)(null),[s,c]=(0,t.useState)(!1);return(0,t.useEffect)(()=>{let e=o.current;if(!e)return;let t=new IntersectionObserver(([e])=>{c(e.isIntersecting)});return t.observe(e),()=>t.disconnect()},[]),(0,r.jsx)(`nav`,{className:[U.container,a].filter(Boolean).join(` `),ref:o,style:{"--opacity":+!!s,...i},children:e.map((i,a)=>(0,r.jsxs)(t.default.Fragment,{children:[(0,r.jsxs)(`div`,{className:U[`link-container`],onClick:i.onClick,children:[(0,r.jsx)(`span`,{className:U.text,style:{"--delay":`${a*100}ms`},children:(0,r.jsx)(y,{d:a===0?n.mdiHome:a===e.length-1?n.mdiApplicationOutline:n.mdiFolderOpen,size:`1.25em`})}),(0,r.jsx)(`span`,{className:U.text,style:{"--delay":`${a*100+50}ms`},children:(0,r.jsx)(_,{children:i.text})})]}),e.length!==a+1&&(0,r.jsx)(`span`,{className:U.text,style:{"--delay":`${a*100+100}ms`},children:(0,r.jsx)(y,{d:n.mdiChevronRight,size:`1em`,color:`#b69545`})})]},a))})},W={wrapper:`_wrapper_1tlqa_1`,"wrapper--visible":`_wrapper--visible_1tlqa_33`,partial:`_partial_1tlqa_63`,move:`_move_1tlqa_1`,text:`_text_1tlqa_104`},St=({position:e=`right`,style:n,className:i})=>{let[a,o]=(0,t.useState)(!1);(0,t.useEffect)(()=>{let e=()=>{o(window.scrollY>100)};return window.addEventListener(`scroll`,e,{passive:!0}),e(),()=>window.removeEventListener(`scroll`,e)},[]);let s=()=>{window.scrollTo({top:0,behavior:`smooth`})};return(0,r.jsxs)(`nav`,{className:[W.wrapper,a?W[`wrapper--visible`]:void 0,i].filter(Boolean).join(` `),style:{"--size":`64px`,left:e===`left`?`0`:`auto`,right:e===`right`?`0`:`auto`,...n},onClick:s,children:[(0,r.jsx)(`div`,{"aria-hidden":`true`,className:W.partial}),(0,r.jsx)(`div`,{"aria-hidden":`true`,className:W.partial}),(0,r.jsx)(`div`,{"aria-hidden":`true`,className:W.partial}),(0,r.jsx)(`span`,{className:W.text,children:`Back to Top`})]})},Ct={toc:`_toc_eubcy_1`,link:`_link_eubcy_15`},wt=({headings:e,style:t,className:i})=>(0,r.jsx)(`nav`,{className:[Ct.toc,i].filter(Boolean).join(` `),style:t,children:e.map((e,t)=>(0,r.jsxs)(`a`,{className:Ct.link,href:`#${e.id??e.text}`,style:{"--padding-left":`${e.level*.5}rem`},children:[(0,r.jsx)(`sup`,{children:(0,r.jsx)(_,{size:`0.6rem`,color:`#6987b8`,children:`H${e.level}`})}),(0,r.jsx)(_,{children:e.text}),(0,r.jsx)(y,{d:n.mdiMenuDown,size:`1em`,color:`#6987b8`})]},t))}),G={"color-bg":`_color-bg_yiibu_1`,text:`_text_yiibu_17`},Tt=({color:e,style:a,className:o})=>{let[s,c]=(0,t.useState)(!1),l=(0,t.useRef)(null),u=(0,i.parseToRgb)(e),{hue:d,saturation:f,lightness:p}=(0,i.parseToHsl)(e),m=(0,i.rgbToColorString)(u),h=`rgb(${u.red}, ${u.green}, ${u.blue})`,g=`hsl(${Math.floor(d)}, ${Math.floor(f*100)}%, ${Math.floor(p*100)}%)`,_=(0,t.useCallback)(e=>{navigator.clipboard.writeText(e).then(()=>{c(!0),l.current&&clearTimeout(l.current),l.current=setTimeout(()=>c(!1),1500)})},[]);return(0,r.jsx)(`div`,{className:o,style:{"--color":e,...a},children:(0,r.jsx)(Ee,{original:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:G[`color-bg`],style:{"--background-color":e},onClick:()=>_(m),children:s&&(0,r.jsx)(y,{d:n.mdiCheck,size:`1em`,color:`white`})}),(0,r.jsx)(`div`,{className:G.text,onClick:()=>_(m),children:m})]}),tooltip:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:G.text,onClick:()=>_(m),children:m}),(0,r.jsx)(`div`,{className:G.text,onClick:()=>_(h),children:h}),(0,r.jsx)(`div`,{className:G.text,onClick:()=>_(g),children:g})]})})})},Et={container:`_container_a7c06_1`,"row-container":`_row-container_a7c06_9`,"color-name":`_color-name_a7c06_17`},Dt=[-3,-.25,-.2,-.15,-.1,-.05,0,.05,.1,.15,.2,.25,.3],Ot=({colors:e,style:t,className:n})=>(0,r.jsx)(`div`,{className:[Et.container,n].filter(Boolean).join(` `),style:t,children:e.map(e=>(0,r.jsxs)(`div`,{className:Et[`row-container`],children:[(0,r.jsx)(`div`,{className:Et[`color-name`],style:{"--color":e.code},children:e.name}),Dt.map(t=>(0,r.jsx)(Tt,{color:(0,i.darken)(t,e.code)},t))]},e.name))}),K={palette:`_palette_1glfh_1`,header:`_header_1glfh_11`,input:`_input_1glfh_31`,body:`_body_1glfh_43`,"empty-result":`_empty-result_1glfh_60`,command:`_command_1glfh_71`,"command-selected":`_command-selected_1glfh_98`,"command-icon":`_command-icon_1glfh_103`,tag:`_tag_1glfh_107`,footer:`_footer_1glfh_118`},kt={brown:`#a17c5b`,crimson:`#c56565`,amber:`#d48b70`,gold:`#cdb57b`,emerald:`#59b57c`,cyan:`#59a7b5`,blue:`#6987b8`,purple:`#9771bd`,pink:`#c9699e`};function At(e,t){if(!t.trim())return[];let n=t.toLowerCase();return e.filter(e=>e.label.toLowerCase().includes(n)||e.description?.toLowerCase().includes(n)||e.keywords?.some(e=>e.toLowerCase().includes(n)))}var jt=({commands:e,onCommandInvoked:a,style:o,className:s})=>{let[c,l]=(0,t.useState)(``),[u,d]=(0,t.useState)([]),[f,p]=(0,t.useState)(null),m=(0,t.useRef)(null);(0,t.useEffect)(()=>{m.current?.focus()},[]);let h=(0,t.useCallback)(t=>{let n=t.target.value;l(n);let r=At(e,n);d(r),p(r.length>0?0:null)},[e]),g=(0,t.useCallback)(e=>{if(e===null)return;let t=u[e];t&&(t.onInvoke?.(),a?.(t))},[u,a]);return(0,t.useEffect)(()=>{let e=e=>{e.key===`ArrowDown`||e.key===`Tab`?(e.preventDefault(),p(e=>e===null?0:e<u.length-1?e+1:e)):e.key===`ArrowUp`?(e.preventDefault(),p(e=>e===null?0:e>0?e-1:0)):e.key===`Enter`&&(e.preventDefault(),g(f))};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[g,f,u.length]),(0,r.jsxs)(`div`,{className:[K.palette,s].filter(Boolean).join(` `),style:{"--height":`500px`,"--width":`800px`,...o},children:[(0,r.jsxs)(`header`,{className:K.header,children:[(0,r.jsx)(y,{d:n.mdiConsoleLine}),(0,r.jsx)(`input`,{ref:m,className:K.input,value:c,onChange:h,type:`text`,inputMode:`text`})]}),(0,r.jsx)(`div`,{className:K.body,children:u.length===0?(0,r.jsx)(`div`,{className:K[`empty-result`],children:(0,r.jsx)(_,{children:`search anything...`})}):u.map((e,t)=>(0,r.jsxs)(`button`,{className:`${K.command} ${t===f?K[`command-selected`]:``}`,onClick:()=>{p(t),g(t)},children:[e.icon?(0,r.jsx)(`img`,{className:K[`command-icon`],src:e.icon,alt:e.label}):(0,r.jsx)(y,{d:n.mdiConsoleLine,size:`1rem`}),e.tag?(0,r.jsx)(`div`,{className:K.tag,style:{"--tag-color":(0,i.opacify)(-.3,kt[e.tag.color])},children:e.tag.name}):(0,r.jsx)(`div`,{className:K.tag}),(0,r.jsx)(_,{style:{whiteSpace:`nowrap`,overflow:`hidden`,textOverflow:`ellipsis`,maxWidth:`24rem`},children:e.label}),(0,r.jsx)(_,{style:{opacity:.4,whiteSpace:`nowrap`,overflow:`hidden`,textOverflow:`ellipsis`},children:e.description??`-`}),(0,r.jsx)(`div`,{children:(0,r.jsx)(y,{d:n.mdiKeyboardReturn})})]},e.id))}),(0,r.jsxs)(`footer`,{className:K.footer,children:[(0,r.jsx)(_,{kbd:!0,children:`Esc`}),(0,r.jsx)(_,{children:`Close`})]})]})},Mt={"jarkup-body":`_jarkup-body_jsvhx_1`,"unsupported-block":`_unsupported-block_jsvhx_5`},Nt=({jsonComponents:e,style:t,className:n})=>(0,r.jsx)(`div`,{className:[Mt[`jarkup-body`],n].filter(Boolean).join(` `),style:t,children:e.map((e,t)=>(0,r.jsx)(`div`,{className:Mt[`unsupported-block`],children:(0,r.jsx)(`code`,{children:JSON.stringify(e,null,2)})},t))}),Pt={"jarkup-body":`_jarkup-body_1rlbi_1`,"column-list":`_column-list_1rlbi_9`,column:`_column_1rlbi_9`},Ft={paragraph:`_paragraph_ewdky_1`},It=e=>(0,r.jsx)(`p`,{className:[Ft.paragraph,e.className].filter(Boolean).join(` `),style:{backgroundColor:e.backgroundColor,...e.style},children:e.children}),Lt={"elmethis-list-common":`_elmethis-list-common_1qwri_1`,"elmethis-bulleted-list":`_elmethis-bulleted-list_1qwri_7`,"elmethis-numbered-list":`_elmethis-numbered-list_1qwri_25`},Rt=({listStyle:e=`unordered`,...t})=>{let n=[Lt[`elmethis-list-common`],e===`unordered`?Lt[`elmethis-bulleted-list`]:Lt[`elmethis-numbered-list`],t.className].filter(Boolean).join(` `);return e===`ordered`?(0,r.jsx)(`ol`,{className:n,style:t.style,children:t.children}):(0,r.jsx)(`ul`,{className:n,style:t.style,children:t.children})},q={blockquote:`_blockquote_x79j0_1`,cite:`_cite_x79j0_16`,icon:`_icon_x79j0_37`},zt=e=>(0,r.jsxs)(`blockquote`,{ref:(0,t.useRef)(null),className:[q.blockquote,e.className].filter(Boolean).join(` `),cite:e.cite,style:{...e.style},children:[e.children,e.cite&&(0,r.jsx)(`cite`,{className:q.cite,children:(0,r.jsx)(`a`,{href:e.cite,target:`_blank`,rel:`noopener noreferrer`,children:e.cite})}),(0,r.jsx)(`svg`,{className:q.icon,style:{top:`0.25rem`,left:`0.25rem`},viewBox:`0 0 24 24`,width:`1rem`,height:`1rem`,children:(0,r.jsx)(`path`,{d:n.mdiFormatQuoteOpen})}),(0,r.jsx)(`svg`,{className:q.icon,style:{bottom:`0.25rem`,right:`0.25rem`},viewBox:`0 0 24 24`,width:`1rem`,height:`1rem`,children:(0,r.jsx)(`path`,{d:n.mdiFormatQuoteClose})})]}),Bt={callout:`_callout_16oli_1`,header:`_header_16oli_24`},Vt=Object.freeze({note:{code:`#6987b8`,icon:n.mdiInformation},tip:{code:`#59b57c`,icon:n.mdiLightbulbOn},important:{code:`#9771bd`,icon:n.mdiShieldAlert},warning:{code:`#b8a36e`,icon:n.mdiAlert},caution:{code:`#b36472`,icon:n.mdiAlertOctagram}}),Ht=({type:e=`note`,...t})=>{let n=Vt[e];return(0,r.jsxs)(`aside`,{className:[Bt.callout,t.className].filter(Boolean).join(` `),style:{"--elmethis-scoped-border-color":n.code,"--elmethis-scoped-background-color":`color-mix(in srgb, ${n.code} 10%, transparent)`,...t.style},children:[(0,r.jsxs)(`div`,{className:Bt.header,children:[(0,r.jsx)(y,{d:n.icon,size:`1.25em`,color:n.code}),(0,r.jsx)(_,{color:n.code,children:e.toUpperCase()})]}),(0,r.jsx)(`div`,{children:t.children})]})},Ut={divider:`_divider_uq5jr_1`},Wt=e=>(0,r.jsx)(`hr`,{className:[Ut.divider,e.className].filter(Boolean).join(` `),style:e.style}),J={table:`_table_197ge_1`,caption:`_caption_197ge_8`,"caption-inner":`_caption-inner_197ge_18`,spacing:`_spacing_197ge_25`},Gt=(0,t.createContext)(!1),Kt=(0,t.createContext)(!1),qt=({caption:e,hasRowHeader:t=!1,header:i,body:a,style:o,className:s})=>(0,r.jsx)(Kt.Provider,{value:t,children:(0,r.jsxs)(`table`,{className:[J.table,s].filter(Boolean).join(` `),style:o,children:[e!=null&&(0,r.jsx)(`caption`,{children:(0,r.jsxs)(`span`,{className:J.caption,children:[(0,r.jsx)(`span`,{className:J.spacing}),(0,r.jsxs)(`span`,{className:J[`caption-inner`],children:[(0,r.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1rem`,height:`1rem`,children:(0,r.jsx)(`path`,{d:n.mdiTable,fill:`#6987b8`})}),(0,r.jsx)(_,{children:e})]}),(0,r.jsx)(`span`,{className:J.spacing})]})}),i,a]})}),Jt={thead:`_thead_184mb_1`},Yt=({children:e,style:t,className:n})=>(0,r.jsx)(Gt.Provider,{value:!0,children:(0,r.jsx)(`thead`,{className:[Jt.thead,n].filter(Boolean).join(` `),style:t,children:e})}),Xt=({children:e,style:t,className:n})=>(0,r.jsx)(Gt.Provider,{value:!1,children:(0,r.jsx)(`tbody`,{className:n,style:t,children:e})}),Zt={tr:`_tr_1l64j_1`,"has-row-header":`_has-row-header_1l64j_25`},Y=({children:e,style:n,className:i})=>{let a=(0,t.useContext)(Kt);return(0,r.jsx)(`tr`,{className:[Zt.tr,a?Zt[`has-row-header`]:void 0,i].filter(Boolean).join(` `),style:n,children:e})},X={common:`_common_15vhm_1`,td:`_td_15vhm_26`,th:`_th_15vhm_34`},Qt=({children:e,style:n,hasHeader:i=!1,text:a,className:o})=>{let s=(0,t.useContext)(Gt),c=i||s;return(0,r.jsx)(c?`th`:`td`,{className:[X.common,c?X.th:X.td,o].filter(Boolean).join(` `),style:n,children:a??e})},$t=(0,t.lazy)(()=>Promise.resolve().then(()=>require(`./ElmMermaid-DnSjC5T_.cjs`)).then(e=>e.n).then(e=>({default:e.ElmMermaid}))),en=e=>e.map(e=>e.type===`Text`?e.props.text:``).join(``),tn={Text:(e,t,n,i)=>{let a=e.id??n,o=e.props;return o.katex?(0,r.jsx)(ae,{expression:o.text,block:!1},a):(0,r.jsx)(_,{color:o.color,backgroundColor:o.backgroundColor,bold:o.bold,italic:o.italic,underline:o.underline,strikethrough:o.strikethrough,code:o.code,ruby:o.ruby,href:o.href,favicon:o.favicon,children:o.text},a)},Icon:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(g,{src:e.props.src,alt:e.props.alt},a)},Fragment:(e,n,i,a)=>{let o=e.id??i;return(0,r.jsx)(t.default.Fragment,{children:n(e.slots.default)},o)},Heading:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(w,{level:e.props.level,id:(0,c.kebabCase)(en(e.slots.default)),style:n===0?{"--elmethis-margin-block-start":`0`}:void 0,children:t(e.slots.default)},a)},Paragraph:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(It,{backgroundColor:e.props?.backgroundColor,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0,children:t(e.slots.default)},a)},ListItem:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(`li`,{children:t(e.slots.default)},a)},List:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(Rt,{listStyle:e.props?.listStyle===`unordered`?`unordered`:`ordered`,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0,children:t(e.slots.default)},a)},BlockQuote:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(zt,{cite:e.props?.cite,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0,children:t(e.slots.default)},a)},Callout:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(Ht,{type:e.props?.type,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0,children:t(e.slots.default)},a)},Divider:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(Wt,{style:n===0?{"--elmethis-margin-block-start":`0`}:void 0},a)},Toggle:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(je,{summaryContent:t(e.slots.summary),style:n===0?{"--elmethis-margin-block-start":`0`}:void 0,children:t(e.slots.default)},a)},Bookmark:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(bt,{url:e.props.url,title:e.props.title,description:e.props.description,image:e.props.image,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0},a)},File:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(yt,{src:e.props.src,name:e.props.name,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0},a)},Image:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(P,{src:e.props.src,alt:e.props.alt,width:e.props.width,height:e.props.height,block:!0,enableModal:!0,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0},a)},CodeBlock:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(re,{code:e.props.code,language:e.props.language,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0},a)},Katex:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(ae,{expression:e.props.expression,block:!0,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0},a)},Mermaid:(e,n,i,a)=>{let o=e.id??i;return(0,r.jsx)(t.Suspense,{fallback:(0,r.jsx)(Ke,{}),children:(0,r.jsx)($t,{code:e.props.code,style:i===0?{"--elmethis-margin-block-start":`0`}:void 0})},o)},Tab:(e,t,n,r)=>[],Tabs:(e,t,n,i)=>{let a=e.id??n,o=[],s=[];for(let n of e.slots.default)o.push((0,r.jsx)(`span`,{children:t(n.slots.labels)})),s.push((0,r.jsx)(`div`,{children:t(n.slots.contents)}));return(0,r.jsx)(Ae,{tabLabels:o,tabContents:s},a)},Table:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(qt,{caption:e.props?.caption,hasRowHeader:e.props?.hasRowHeader,header:e.slots.header?(0,r.jsx)(Yt,{children:t(e.slots.header)}):void 0,body:(0,r.jsx)(Xt,{children:t(e.slots.body)}),style:n===0?{"--elmethis-margin-block-start":`0`}:void 0},a)},TableRow:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(Y,{children:t(e.slots.default)},a)},TableCell:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(Qt,{children:t(e.slots.default)},a)},ColumnList:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(`div`,{className:Pt[`column-list`],style:n===0?{"--elmethis-margin-block-start":`0`}:void 0,children:t(e.slots.default)},a)},Column:(e,t,n,i)=>{let a=e.id??n;return(0,r.jsx)(`div`,{className:Pt.column,style:{"--width-ratio":e.props?.widthRatio??1,width:e.props?.widthRatio?`${e.props.widthRatio*100}%`:void 0,...n===0?{"--elmethis-margin-block-start":`0`}:void 0},children:t(e.slots.default)},a)},Unsupported:(e,t,n,i)=>{let a=e.id??n;return i?.skipUnsupportedComponentWarning?null:(0,r.jsx)(I,{details:e.props?.details??`Unsupported component type: ${e.type}`,style:n===0?{"--elmethis-margin-block-start":`0`}:void 0},a)}},nn=({jsonComponents:e,skipUnsupportedComponentWarning:t=!1,renderFunctionMap:n,style:i,className:a})=>{let o={...tn,...n},s=e=>e.map((e,n)=>{let a=e.id??n,c=o[e.type];return c?c(e,s,n,{skipUnsupportedComponentWarning:t,style:i}):t?null:(0,r.jsx)(I,{details:`Unsupported component type: ${e.type}`},a)});return(0,r.jsx)(`div`,{className:[Pt[`jarkup-body`],a].filter(Boolean).join(` `),style:{"--elmethis-margin-block-start":i?.[`--elmethis-margin-block-start`]??`2.5rem`,...i},children:s(e)})},rn={"markdown-body":`_markdown-body_130yx_1`},Z=e=>e===0?{"--elmethis-margin-block-start":`0`}:void 0,an={blockquote:(e,t,n)=>{if(!e.tokens||e.tokens.length===0)return null;let i=e.tokens.flatMap(e=>e.type===`paragraph`&&e.tokens?e.tokens:[e]);return(0,r.jsx)(zt,{style:Z(n),children:t(i)},n)},br:(e,t,n)=>(0,r.jsx)(`br`,{},n),checkbox:(e,t,n)=>(0,r.jsx)(Ye,{label:e.raw,checked:e.checked,style:Z(n)},n),code:(e,t,n)=>(0,r.jsx)(re,{code:e.text.trim(),language:e.lang,style:Z(n)},n),codespan:(e,t,n)=>(0,r.jsx)(_,{code:!0,children:e.text},n),def:()=>null,del:(e,t,n)=>e.tokens&&e.tokens.length!==0?(0,r.jsx)(_,{strikethrough:!0,children:t(e.tokens)},n):(0,r.jsx)(_,{strikethrough:!0,children:e.text},n),em:(e,t,n)=>e.tokens&&e.tokens.length!==0?(0,r.jsx)(_,{italic:!0,children:t(e.tokens)},n):(0,r.jsx)(_,{italic:!0,children:e.text},n),escape:()=>null,heading:(e,t,n)=>{let i=e.depth;return e.tokens&&e.tokens.length!==0?(0,r.jsx)(w,{level:i,style:Z(n),children:t(e.tokens)},n):(0,r.jsx)(w,{level:i,text:e.text,style:Z(n)},n)},hr:(e,t,n)=>(0,r.jsx)(Wt,{style:Z(n)},n),html:()=>null,image:(e,t,n)=>(0,r.jsx)(P,{block:!0,enableModal:!0,src:e.href,alt:e.text,style:Z(n)},n),link:(e,t,n)=>e.tokens&&e.tokens.length!==0?(0,r.jsx)(_,{href:e.href,children:t(e.tokens)},n):(0,r.jsx)(_,{href:e.href,children:e.text},n),list:(e,t,n)=>{let i=e.items.map((e,n)=>(0,r.jsx)(`li`,{children:t(e.tokens)},n));return(0,r.jsx)(Rt,{listStyle:e.ordered?`ordered`:`unordered`,style:Z(n),children:i},n)},list_item:(e,t,n)=>(0,r.jsx)(`li`,{children:e.tokens&&e.tokens.length!==0?t(e.tokens):e.text},n),paragraph:(e,t,n)=>e.tokens&&e.tokens.length!==0?(0,r.jsx)(It,{style:Z(n),children:t(e.tokens)},n):null,space:()=>null,strong:(e,t,n)=>e.tokens&&e.tokens.length!==0?(0,r.jsx)(_,{bold:!0,children:t(e.tokens)},n):(0,r.jsx)(_,{bold:!0,children:e.text},n),table:(e,t,n)=>{let i=e=>e.map((e,n)=>(0,r.jsx)(Qt,{children:t(e.tokens)},n)),a=(0,r.jsx)(Y,{children:i(e.header)}),o=e.rows.map((e,t)=>(0,r.jsx)(Y,{children:i(e)},t));return(0,r.jsx)(qt,{header:(0,r.jsx)(Yt,{children:a}),body:(0,r.jsx)(Xt,{children:o}),style:Z(n)},n)},text:(e,t,n)=>e.tokens&&e.tokens.length!==0?(0,r.jsx)(_,{children:t(e.tokens)},n):(0,r.jsx)(_,{children:e.text},n)},on=({markdown:e,style:t,className:n,renderFunctionMap:i})=>{let a={...an,...i},o=e=>e.map((e,t)=>{let n=a[e.type];return n?n(e,o,t):null}),s=l.marked.setOptions({gfm:!0}).lexer(e);return(0,r.jsx)(`div`,{className:[rn[`markdown-body`],n].filter(Boolean).join(` `),style:{"--elmethis-margin-block-start":`2.5rem`,...t},children:o(s)})},Q={char:`_char_sojtj_1`,typed:`_typed_sojtj_20`,current:`_current_sojtj_24`,incorrect:`_incorrect_sojtj_29`},sn=({target:e=`Typing game`,style:n,className:i})=>{let[a,o]=(0,t.useState)(()=>{let t=e.split(``).map(e=>({char:e,status:`default`}));return t.length>0&&(t[0].status=`current`),t}),[s,c]=(0,t.useState)(0),[l,u]=(0,t.useState)(0),[d,f]=(0,t.useState)(!1);return(0,t.useEffect)(()=>{let t=e.split(``).map(e=>({char:e,status:`default`}));t.length>0&&(t[0].status=`current`);let n=window.setTimeout(()=>{o(t),c(0),u(0),f(!1)},0);return()=>clearTimeout(n)},[e]),(0,t.useEffect)(()=>{let e=e=>{d||e.key.length!==1||o(t=>{if(!t[s])return t;let n=[...t];return e.key===n[s].char?(n[s]={...n[s],status:`typed`},s===n.length-1?f(!0):c(e=>(n[e+1]={...n[e+1],status:`current`},e+1))):(n[s]={...n[s],status:`incorrect`},u(e=>e+1)),n})};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[s,d]),(0,r.jsxs)(`div`,{className:i,style:n,children:[(0,r.jsx)(`div`,{children:a.map((e,t)=>(0,r.jsx)(`span`,{className:[Q.char,e.status===`typed`?Q.typed:``,e.status===`current`?Q.current:``,e.status===`incorrect`?Q.incorrect:``].filter(Boolean).join(` `),children:e.char},t))}),d&&(0,r.jsx)(`div`,{children:`FINISH!`}),l>0&&(0,r.jsxs)(`div`,{children:[`Mistakes: `,l]})]})},cn={"elm-template":`_elm-template_18rwn_1`},ln=e=>(0,r.jsx)(`div`,{className:[cn[`elm-template`],e.className].filter(Boolean).join(` `),style:e.style,children:`PLACEHOLDER`}),un={text:`_text_zrzts_1`,cursor:`_cursor_zrzts_30`,blink:`_blink_zrzts_1`},$=e=>new Promise(t=>{setTimeout(t,e)}),dn=({texts:e=[],interval:n=3e3,fontSize:i=`1rem`,...a})=>{let[o,s]=(0,t.useState)(``),c=(0,t.useRef)(!1);return(0,t.useEffect)(()=>(c.current=!1,(async()=>{for(;!c.current;)for(let t of e){for(let e=0;e<t.length;e++){if(c.current||(await $(75),c.current))return;s(t.slice(0,e+1))}if(await $(n),c.current)return;for(let e=t.length;e>=0;e--)if(c.current||(s(t.slice(0,e)),await $(25),c.current))return;if(await $(200),c.current)return}})(),()=>{c.current=!0}),[e,n]),(0,r.jsxs)(`span`,{className:[un.text,a.className].filter(Boolean).join(` `),style:{fontSize:i,...a.style},children:[o,(0,r.jsx)(`span`,{className:un.cursor,children:`\xA0`})]})},fn=`elm-local-storage-change`;function pn(e,n,r){let i=!!(r&&`raw`in r&&r.raw),a=r?.broadcastChannel??!1,o=(0,t.useRef)(n),s=(0,t.useRef)(i?e=>String(e):!i&&r&&`serializer`in r&&r.serializer||(e=>JSON.stringify(e))),c=(0,t.useRef)(i?e=>e:!i&&r&&`deserializer`in r&&r.deserializer||(e=>JSON.parse(e)));(0,t.useEffect)(()=>{s.current=i?e=>String(e):!i&&r&&`serializer`in r&&r.serializer||(e=>JSON.stringify(e)),c.current=i?e=>e:!i&&r&&`deserializer`in r&&r.deserializer||(e=>JSON.parse(e))});let l=(0,t.useRef)(null),[u,d]=(0,t.useState)(()=>{if(typeof localStorage>`u`)return n;try{let t=localStorage.getItem(e);return t===null?n:(i?e=>e:!i&&r&&`deserializer`in r&&r.deserializer||(e=>JSON.parse(e)))(t)}catch(t){return console.warn(`useLocalStorage: failed to read "${e}"`,t),n}}),f=(0,t.useCallback)(()=>{if(typeof localStorage>`u`)return o.current;try{let t=localStorage.getItem(e);return t===null?o.current:c.current(t)}catch(t){return console.warn(`useLocalStorage: failed to read "${e}"`,t),o.current}},[e]),p=(0,t.useCallback)(t=>{typeof window>`u`||(window.dispatchEvent(new CustomEvent(fn,{detail:{key:e,newValue:t}})),l.current?.postMessage({newValue:t}))},[e]),m=(0,t.useCallback)(t=>{let n=f(),r=typeof t==`function`?t(n):t;if(typeof localStorage<`u`)try{localStorage.setItem(e,s.current(r))}catch(t){console.warn(`useLocalStorage: failed to write "${e}"`,t)}d(r),p(r)},[e,f,p]),h=(0,t.useCallback)(()=>{typeof localStorage<`u`&&localStorage.removeItem(e),d(o.current),p(null)},[e,p]);return(0,t.useEffect)(()=>{if(typeof window>`u`)return;let t=t=>{if(t.key===e){if(t.newValue===null){d(o.current);return}try{d(c.current(t.newValue))}catch(t){console.warn(`useLocalStorage: failed to parse storage event for "${e}"`,t)}}},n=t=>{let{key:n,newValue:r}=t.detail;n===e&&d(r===null?o.current:r)};return window.addEventListener(`storage`,t),window.addEventListener(fn,n),()=>{window.removeEventListener(`storage`,t),window.removeEventListener(fn,n)}},[e]),(0,t.useEffect)(()=>{if(!a||typeof BroadcastChannel>`u`)return;let t=new BroadcastChannel(`elm-local-storage:${e}`);return l.current=t,t.onmessage=e=>{d(e.data.newValue===null?o.current:e.data.newValue)},()=>{t.close(),l.current=null}},[e,a]),[u,m,h]}var mn=`elm-local-storage-change`;function hn(e,n,r){let i=(0,t.useRef)(n);(0,t.useEffect)(()=>{i.current=n});let a=(0,t.useRef)(r),[o,s]=(0,t.useState)(()=>{if(typeof localStorage>`u`)return r;try{let t=localStorage.getItem(e);return t===null?r:JSON.parse(t)}catch{return r}}),c=(0,t.useCallback)(t=>{typeof window>`u`||window.dispatchEvent(new CustomEvent(mn,{detail:{key:e,newValue:t}}))},[e]),l=(0,t.useCallback)(t=>{s(n=>{let r=i.current(n,t);if(typeof localStorage<`u`)try{localStorage.setItem(e,JSON.stringify(r))}catch(t){console.warn(`useLocalStorageDispatch: failed to write "${e}"`,t)}return c(r),r})},[e,c]),u=(0,t.useCallback)(()=>{typeof localStorage<`u`&&localStorage.removeItem(e),s(a.current),c(a.current)},[e,c]);return(0,t.useEffect)(()=>{if(typeof window>`u`)return;let t=t=>{if(t.key===e){if(t.newValue===null){s(a.current);return}try{s(JSON.parse(t.newValue))}catch{console.warn(`useLocalStorageDispatch: failed to parse storage event for "${e}"`)}}},n=t=>{let{key:n,newValue:r}=t.detail;n===e&&s(r)};return window.addEventListener(`storage`,t),window.addEventListener(mn,n),()=>{window.removeEventListener(`storage`,t),window.removeEventListener(mn,n)}},[e]),[o,l,u]}exports.ElmArrowIcon=ut,exports.ElmBlockFallback=Ke,exports.ElmBlockQuote=zt,exports.ElmBookmark=bt,exports.ElmBookmarkIcon=ft,exports.ElmBreadcrumb=xt,exports.ElmButton=he,exports.ElmCallout=Ht,exports.ElmCheckbox=Ye,exports.ElmCodeBlock=re,exports.ElmCollapse=se,exports.ElmColorSample=Tt,exports.ElmColorTable=Ot,exports.ElmColumn=le,exports.ElmColumnList=de,exports.ElmCommandPalette=jt,exports.ElmConfirmModal=xe,exports.ElmCubeIcon=ht,exports.ElmDesktopWindow=Se,exports.ElmDivider=Wt,exports.ElmDotLoadingIcon=x,exports.ElmFile=yt,exports.ElmFragmentIdentifier=ve,exports.ElmHeading=w,exports.ElmImage=P,exports.ElmInlineIcon=g,exports.ElmInlineText=_,exports.ElmJarkup=nn,exports.ElmJsonComponentRenderer=Nt,exports.ElmKatex=ae,exports.ElmLanguageIcon=p,exports.ElmList=Rt,exports.ElmLoginIcon=_t,exports.ElmMarkdown=on,exports.ElmMdiIcon=y,exports.ElmMermaid=e.t,exports.ElmModal=me,exports.ElmModelSelect=Fe,exports.ElmMultiProgress=Re,exports.ElmOEmbed=He,exports.ElmPageTop=St,exports.ElmParagraph=It,exports.ElmParallax=we,exports.ElmProgress=Ie,exports.ElmRectangleWave=Ge,exports.ElmSelect=Ne,exports.ElmShikiHighlighter=ne,exports.ElmSimpleTooltip=De,exports.ElmSnackbar=Oe,exports.ElmSnackbarContainer=ke,exports.ElmSpinner=Je,exports.ElmSquareLoadingIcon=it,exports.ElmStatusMessage=Ve,exports.ElmSwitch=Xe,exports.ElmTable=qt,exports.ElmTableBody=Xt,exports.ElmTableCell=Qt,exports.ElmTableHeader=Yt,exports.ElmTableOfContents=wt,exports.ElmTableRow=Y,exports.ElmTabs=Ae,exports.ElmTemplate=ln,exports.ElmTextField=Qe,exports.ElmToggle=je,exports.ElmToggleTheme=lt,exports.ElmTooltip=Ee,exports.ElmTyping=sn,exports.ElmTypingAnimation=dn,exports.ElmUnsupportedBlock=I,exports.ElmValidation=et,exports.LANGUAGES=tt,exports.useElmethisTheme=ct,exports.useLocalStorage=pn,exports.useLocalStorageDispatch=hn;
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));require(`@elmethis/core/tokens.css`);let c=require(`react`);c=s(c);let l=require(`clsx`);l=s(l);let u=require(`marked`),d=require(`dompurify`);d=s(d);let f=require(`@a2ui/react/v0_9`),p=require(`@a2ui/web_core/v0_9`),m=require(`@elmethis/core`),h=require(`katex`),g=require(`react/jsx-runtime`),_=require(`@mdi/js`),v=require(`shiki`),y=require(`@46ki75/ikuma-theme/dark`);y=s(y);let b=require(`@46ki75/ikuma-theme/light`);b=s(b);let x=require(`usehooks-ts`),S=require(`@radix-ui/react-use-controllable-state`),C=require(`es-toolkit`),ee=require(`@formkit/auto-animate/react`);require(`@formkit/auto-animate`);var w={text:`_text_zme4t_1`},te={"elm-katex":`_elm-katex_189xe_1`},ne=({className:e,expression:t,block:n,...r})=>{let i=(0,c.useMemo)(()=>(0,h.renderToString)(t,{displayMode:n??!1,output:`mathml`}),[t,n]);return(0,g.jsx)(`div`,{className:(0,l.clsx)(w.text,n?te[`elm-katex`]:void 0,e),dangerouslySetInnerHTML:{__html:i},...r})},T={"elm-code-block":`_elm-code-block_xdmlc_1`,"language-icon":`_language-icon_xdmlc_17`,caption:`_caption_xdmlc_22`,"copy-icon":`_copy-icon_xdmlc_29`,divider:`_divider_xdmlc_33`,code:`_code_xdmlc_40`},re=({size:e=24,...t})=>(0,g.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 128 128`,fill:`#a84f33`,width:e,height:e,...t,children:(0,g.jsx)(`path`,{d:`M62.96.242c-.232.135-1.203 1.528-2.16 3.097c-2.4 3.94-2.426 3.942-5.65.55c-2.098-2.208-2.605-2.612-3.28-2.607c-.44.002-.995.152-1.235.332s-.916 1.612-1.504 3.183c-1.346 3.6-1.41 3.715-2.156 3.86c-.46.086-1.343-.407-3.463-1.929c-1.565-1.125-3.1-2.045-3.411-2.045c-1.291 0-1.655.706-2.27 4.4c-.78 4.697-.754 4.681-4.988 2.758c-1.71-.776-3.33-1.41-3.603-1.41s-.792.293-1.15.652c-.652.652-.653.655-.475 4.246l.178 3.595l-.68.364c-.602.322-1.017.283-3.684-.348c-3.48-.822-4.216-.8-4.92.15l-.516.693l.692 2.964c.38 1.63.745 3.2.814 3.487c.067.287-.05.746-.26 1.02c-.348.448-.717.49-3.94.44c-5.452-.086-5.761.382-3.51 5.3c.718 1.56 1.305 2.98 1.305 3.15c0 .898-.717 1.224-3.794 1.727c-1.722.28-3.218.51-3.326.51c-.107 0-.43.235-.717.522c-.937.936-.671 1.816 1.453 4.814c2.646 3.735 2.642 3.75-1.73 5.421c-4.971 1.902-5.072 2.37-1.287 5.96c3.525 3.344 3.53 3.295-.461 5.804C.208 62.8.162 62.846.085 63.876c-.093 1.253-.071 1.275 3.538 3.48c3.57 2.18 3.57 2.246.067 5.56C-.078 76.48.038 77 5.013 78.877c4.347 1.64 4.353 1.66 1.702 5.394c-1.502 2.117-1.981 3-1.981 3.653c0 1.223.637 1.535 4.44 2.174c3.206.54 3.92.857 3.92 1.741c0 .182-.588 1.612-1.307 3.177c-2.236 4.87-1.981 5.275 3.31 5.275c4.93 0 4.799-.15 3.737 4.294c-.8 3.35-.813 3.992-.088 4.715c.554.556 1.6.494 4.87-.289c2.499-.596 2.937-.637 3.516-.328l.66.354l-.177 3.594c-.178 3.593-.177 3.595.475 4.248c.358.36.884.652 1.165.652s1.903-.63 3.604-1.404c4.22-1.916 4.194-1.932 4.973 2.75c.617 3.711.977 4.4 2.294 4.4c.327 0 1.83-.88 3.34-1.958c2.654-1.893 3.342-2.19 4.049-1.74c.182.115.89 1.67 1.572 3.455c1.003 2.625 1.37 3.31 1.929 3.576c1.062.51 1.72.1 4.218-2.62c3.016-3.286 3.14-3.27 5.602.72c2.72 4.406 3.424 4.396 6.212-.089c2.402-3.864 2.374-3.862 5.621-.47c2.157 2.25 2.616 2.61 3.343 2.61c.464 0 1.019-.175 1.23-.388c.214-.213.92-1.786 1.568-3.496c.649-1.71 1.321-3.2 1.495-3.31c.687-.436 1.398-.13 4.048 1.752c1.56 1.108 3.028 1.96 3.377 1.96c1.296 0 1.764-.92 2.302-4.535c.46-3.082.554-3.378 1.16-3.685c.596-.302.954-.2 3.75 1.07c1.701.77 3.323 1.402 3.604 1.402s.816-.302 1.184-.672l.672-.67l-.184-3.448c-.177-3.29-.16-3.468.364-3.943c.54-.488.596-.486 3.615.204c3.656.835 4.338.857 5.025.17c.671-.67.664-.818-.254-4.69c-1.03-4.346-1.168-4.19 3.78-4.19c3.374 0 3.75-.049 4.18-.523c.718-.793.547-1.702-.896-4.779c-.729-1.55-1.32-2.96-1.315-3.135c.024-.914.743-1.227 4.065-1.767c2.033-.329 3.553-.71 3.829-.96c.923-.833.584-1.918-1.523-4.873c-2.642-3.703-2.63-3.738 1.599-5.297c5.064-1.866 5.209-2.488 1.419-6.09c-3.51-3.335-3.512-3.317.333-5.677c4.648-2.853 4.655-3.496.082-6.335c-3.933-2.44-3.93-2.406-.405-5.753c3.78-3.593 3.678-4.063-1.295-5.965c-4.388-1.679-4.402-1.72-1.735-5.38c1.588-2.18 1.982-2.903 1.982-3.65c0-1.306-.586-1.598-4.436-2.22c-3.216-.52-3.924-.835-3.924-1.75c0-.174.588-1.574 1.307-3.113c1.406-3.013 1.604-4.22.808-4.94c-.428-.387-1-.443-4.067-.392c-3.208.054-3.618.008-4.063-.439c-.486-.488-.48-.557.278-3.725c.931-3.88.935-3.975.17-4.694c-.777-.73-1.262-.718-4.826.121c-2.597.612-3.027.653-3.617.337l-.67-.36l.185-3.582l.186-3.58l-.67-.67c-.369-.37-.891-.67-1.163-.67c-.27 0-1.884.64-3.583 1.421c-2.838 1.306-3.143 1.393-3.757 1.072c-.612-.32-.714-.637-1.237-3.829c-.603-3.693-.977-4.412-2.288-4.412c-.311 0-1.853.925-3.426 2.055c-2.584 1.856-2.93 2.032-3.574 1.807c-.533-.186-.843-.59-1.221-1.599c-.28-.742-.817-2.172-1.194-3.177c-.762-2.028-1.187-2.482-2.328-2.482c-.637 0-1.213.458-3.28 2.604c-3.25 3.375-3.261 3.374-5.65-.545C66.073 1.78 65.075.382 64.81.24c-.597-.32-1.3-.32-1.85.002m2.96 11.798c2.83 2.014 1.326 6.75-2.144 6.75c-3.368 0-5.064-4.057-2.66-6.36c1.358-1.3 3.304-1.459 4.805-.39m-3.558 12.507c1.855.705 2.616.282 6.852-3.8l3.182-3.07l1.347.18c4.225.56 12.627 4.25 17.455 7.666c4.436 3.14 10.332 9.534 12.845 13.93l.537.942l-2.38 5.364c-1.31 2.95-2.382 5.673-2.382 6.053c0 .878.576 2.267 1.13 2.726c.234.195 2.457 1.265 4.939 2.378l4.51 2.025l.178 1.148c.23 1.495.26 5.167.052 6.21l-.163.816h-2.575c-2.987 0-2.756-.267-2.918 3.396c-.118 2.656-.76 4.124-2.22 5.075c-2.377 1.551-6.304 1.27-7.97-.57c-.255-.284-.752-1.705-1.105-3.16c-1.03-4.254-2.413-6.64-5.193-8.965c-.878-.733-1.595-1.418-1.595-1.522c0-.102.965-.915 2.145-1.803c4.298-3.24 6.77-7.012 7.04-10.747c.519-7.126-5.158-13.767-13.602-15.92c-2.002-.51-2.857-.526-27.624-.526c-14.057 0-25.56-.092-25.56-.204c0-.263 3.125-3.295 4.965-4.816c5.054-4.178 11.618-7.465 18.417-9.22l2.35-.61l3.34 3.387c1.839 1.863 3.64 3.5 4.003 3.637M20.3 46.34c1.539 1.008 2.17 3.54 1.26 5.062c-1.405 2.356-4.966 2.455-6.373.178c-2.046-3.309 1.895-7.349 5.113-5.24m90.672.13c4.026 2.454.906 8.493-3.404 6.586c-2.877-1.273-2.97-5.206-.155-6.64c1.174-.6 2.523-.579 3.56.053M32.163 61.5v15.02h-13.28l-.526-2.285c-1.036-4.5-1.472-9.156-1.211-12.969l.182-2.679l4.565-2.047c2.864-1.283 4.706-2.262 4.943-2.625c1.038-1.584.94-2.715-.518-5.933l-.68-1.502h6.523V61.5M70.39 47.132c2.843.74 4.345 2.245 4.349 4.355c.002 1.55-.765 2.52-2.67 3.38c-1.348.61-1.562.625-10.063.708l-8.686.084v-8.92h7.782c6.078 0 8.112.086 9.288.393m-2.934 21.554c1.41.392 3.076 1.616 3.93 2.888c.898 1.337 1.423 3.076 2.667 8.836c1.05 4.87 1.727 6.46 3.62 8.532c2.345 2.566 1.8 2.466 13.514 2.466c5.61 0 10.198.09 10.198.2c0 .197-3.863 4.764-4.03 4.764c-.048 0-2.066-.422-4.484-.939c-6.829-1.458-7.075-1.287-8.642 6.032l-1.008 4.702l-.91.448c-1.518.75-6.453 2.292-9.01 2.82c-4.228.87-8.828 1.162-12.871.821c-6.893-.585-16.02-3.259-16.377-4.8c-.075-.327-.535-2.443-1.018-4.704c-.485-2.26-1.074-4.404-1.31-4.764c-1.13-1.724-2.318-1.83-7.547-.674c-1.98.44-3.708.796-3.84.796c-.248 0-3.923-4.249-3.923-4.535c0-.09 8.728-.194 19.396-.23l19.395-.066l.07-6.89c.05-4.865-.018-6.997-.23-7.25c-.234-.284-1.485-.358-6.011-.358H53.32v-8.36l6.597.001c3.626.002 7.02.12 7.539.264M37.57 100.02c3.084 1.88 1.605 6.804-2.043 6.8c-3.74 0-5.127-4.88-1.94-6.826c1.055-.643 2.908-.63 3.983.026m56.48.206c1.512 1.108 2.015 3.413 1.079 4.95c-2.46 4.034-8.612.827-6.557-3.419c1.01-2.085 3.695-2.837 5.478-1.53`})}),ie=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsx)(`path`,{fill:`#f0db4f`,d:`M1.408 1.408h125.184v125.185H1.408z`}),(0,g.jsx)(`path`,{fill:`#323330`,d:`M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237`})]}),ae=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsx)(`path`,{fill:`#fff`,d:`M22.67 47h99.67v73.67H22.67z`}),(0,g.jsx)(`path`,{fill:`#007acc`,d:`M1.5 63.91v62.5h125v-125H1.5zm100.73-5a15.56 15.56 0 0 1 7.82 4.5a20.6 20.6 0 0 1 3 4c0 .16-5.4 3.81-8.69 5.85c-.12.08-.6-.44-1.13-1.23a7.09 7.09 0 0 0-5.87-3.53c-3.79-.26-6.23 1.73-6.21 5a4.6 4.6 0 0 0 .54 2.34c.83 1.73 2.38 2.76 7.24 4.86c8.95 3.85 12.78 6.39 15.16 10c2.66 4 3.25 10.46 1.45 15.24c-2 5.2-6.9 8.73-13.83 9.9a38.3 38.3 0 0 1-9.52-.1a23 23 0 0 1-12.72-6.63c-1.15-1.27-3.39-4.58-3.25-4.82a9 9 0 0 1 1.15-.73L82 101l3.59-2.08l.75 1.11a16.8 16.8 0 0 0 4.74 4.54c4 2.1 9.46 1.81 12.16-.62a5.43 5.43 0 0 0 .69-6.92c-1-1.39-3-2.56-8.59-5c-6.45-2.78-9.23-4.5-11.77-7.24a16.5 16.5 0 0 1-3.43-6.25a25 25 0 0 1-.22-8c1.33-6.23 6-10.58 12.82-11.87a31.7 31.7 0 0 1 9.49.26zm-29.34 5.24v5.12H56.66v46.23H45.15V69.26H28.88v-5a49 49 0 0 1 .12-5.17C29.08 59 39 59 51 59h21.83z`})]}),oe={path:`_path_1aa0a_1`},se=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 128 128`,width:e,height:e,...t,children:[(0,g.jsx)(`path`,{fill:`none`,d:`M4.24 4.24h119.53v119.53H4.24z`}),(0,g.jsx)(`path`,{className:oe.path,d:`M109.01 28.64L71.28 6.24c-2.25-1.33-4.77-2-7.28-2s-5.03.67-7.28 2.01l-37.74 22.4c-4.5 2.67-7.28 7.61-7.28 12.96v44.8c0 5.35 2.77 10.29 7.28 12.96l37.73 22.4c2.25 1.34 4.76 2 7.28 2c2.51 0 5.03-.67 7.28-2l37.74-22.4c4.5-2.67 7.28-7.62 7.28-12.96V41.6c0-5.34-2.77-10.29-7.28-12.96M79.79 98.59l.06 3.22c0 .39-.25.83-.55.99l-1.91 1.1c-.3.15-.56-.03-.56-.42l-.03-3.17c-1.63.68-3.29.84-4.34.42c-.2-.08-.29-.37-.21-.71l.69-2.91c.06-.23.18-.46.34-.6c.06-.06.12-.1.18-.13c.11-.06.22-.07.31-.03c1.14.38 2.59.2 3.99-.5c1.78-.9 2.97-2.72 2.95-4.52c-.02-1.64-.9-2.31-3.05-2.33c-2.74.01-5.3-.53-5.34-4.57c-.03-3.32 1.69-6.78 4.43-8.96l-.03-3.25c0-.4.24-.84.55-1l1.85-1.18c.3-.15.56.04.56.43l.03 3.25c1.36-.54 2.54-.69 3.61-.44c.23.06.34.38.24.75l-.72 2.88c-.06.22-.18.44-.33.58a.8.8 0 0 1-.19.14c-.1.05-.19.06-.28.05c-.49-.11-1.65-.36-3.48.56c-1.92.97-2.59 2.64-2.58 3.88c.02 1.48.77 1.93 3.39 1.97c3.49.06 4.99 1.58 5.03 5.09c.05 3.44-1.79 7.15-4.61 9.41m26.34-60.5l-35.7 22.05c-4.45 2.6-7.73 5.52-7.74 10.89v43.99c0 3.21 1.3 5.29 3.29 5.9c-.65.11-1.32.19-1.98.19c-2.09 0-4.15-.57-5.96-1.64l-37.73-22.4c-3.69-2.19-5.98-6.28-5.98-10.67V41.6c0-4.39 2.29-8.48 5.98-10.67l37.74-22.4c1.81-1.07 3.87-1.64 5.96-1.64s4.15.57 5.96 1.64l37.74 22.4c3.11 1.85 5.21 5.04 5.8 8.63c-1.27-2.67-4.09-3.39-7.38-1.47`}),(0,g.jsx)(`path`,{fill:`#4fa847`,d:`m99.12 90.73l-9.4 5.62c-.25.15-.43.31-.43.61v2.46c0 .3.2.43.45.28l9.54-5.8c.25-.15.29-.42.29-.72v-2.17c0-.3-.2-.42-.45-.28`})]}),ce=({size:e=24,...t})=>(0,g.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:(0,g.jsxs)(`g`,{fillRule:`evenodd`,children:[(0,g.jsx)(`path`,{fill:`#5c4ee5`,d:`M77.941 44.5v36.836L46.324 62.918V26.082zm0 0`}),(0,g.jsx)(`path`,{fill:`#4040b2`,d:`m81.41 81.336l31.633-18.418V26.082L81.41 44.5zm0 0`}),(0,g.jsx)(`path`,{fill:`#5c4ee5`,d:`M11.242 42.36L42.86 60.776V23.941L11.242 5.523zm66.699 43.015L46.324 66.957v36.82l31.617 18.418zm0 0`})]})}),le=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsx)(`path`,{fill:`#e44d26`,d:`M19.037 113.876L9.032 1.661h109.936l-10.016 112.198l-45.019 12.48z`}),(0,g.jsx)(`path`,{fill:`#f16529`,d:`m64 116.8l36.378-10.086l8.559-95.878H64z`}),(0,g.jsx)(`path`,{fill:`#ebebeb`,d:`M64 52.455H45.788L44.53 38.361H64V24.599H29.489l.33 3.692l3.382 37.927H64zm0 35.743l-.061.017l-15.327-4.14l-.979-10.975H33.816l1.928 21.609l28.193 7.826l.063-.017z`}),(0,g.jsx)(`path`,{fill:`#fff`,d:`M63.952 52.455v13.763h16.947l-1.597 17.849l-15.35 4.143v14.319l28.215-7.82l.207-2.325l3.234-36.233l.335-3.696h-3.708zm0-27.856v13.762h33.244l.276-3.092l.628-6.978l.329-3.692z`})]}),ue=({size:e=24,...t})=>(0,g.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:e,height:e,...t,children:(0,g.jsx)(`path`,{fill:`#3f9de9`,d:`m5 3l-.65 3.34h13.59L17.5 8.5H3.92l-.66 3.33h13.59l-.76 3.81l-5.48 1.81l-4.75-1.81l.33-1.64H2.85l-.79 4l7.85 3l9.05-3l1.2-6.03l.24-1.21L21.94 3z`})}),de=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsx)(`path`,{fill:`#cb3837`,d:`M0 7.062C0 3.225 3.225 0 7.062 0h113.88c3.838 0 7.063 3.225 7.063 7.062v113.88c0 3.838-3.225 7.063-7.063 7.063H7.062c-3.837 0-7.062-3.225-7.062-7.063zm23.69 97.518h40.395l.05-58.532h19.494l-.05 58.581h19.543l.05-78.075l-78.075-.1l-.1 78.126z`}),(0,g.jsx)(`path`,{fill:`#fff`,d:`M25.105 65.52V26.512H40.96c8.72 0 26.274.034 39.008.075l23.153.075v77.866H83.645v-58.54H64.057v58.54H25.105z`})]}),fe=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsx)(`path`,{fill:`#0074bd`,d:`M47.617 98.12s-4.767 2.774 3.397 3.71c9.892 1.13 14.947.968 25.845-1.092c0 0 2.871 1.795 6.873 3.351c-24.439 10.47-55.308-.607-36.115-5.969m-2.988-13.665s-5.348 3.959 2.823 4.805c10.567 1.091 18.91 1.18 33.354-1.6c0 0 1.993 2.025 5.132 3.131c-29.542 8.64-62.446.68-41.309-6.336`}),(0,g.jsx)(`path`,{fill:`#ea2d2e`,d:`M69.802 61.271c6.025 6.935-1.58 13.17-1.58 13.17s15.289-7.891 8.269-17.777c-6.559-9.215-11.587-13.792 15.635-29.58c0 .001-42.731 10.67-22.324 34.187`}),(0,g.jsx)(`path`,{fill:`#0074bd`,d:`M102.123 108.229s3.529 2.91-3.888 5.159c-14.102 4.272-58.706 5.56-71.094.171c-4.451-1.938 3.899-4.625 6.526-5.192c2.739-.593 4.303-.485 4.303-.485c-4.953-3.487-32.013 6.85-13.743 9.815c49.821 8.076 90.817-3.637 77.896-9.468M49.912 70.294s-22.686 5.389-8.033 7.348c6.188.828 18.518.638 30.011-.326c9.39-.789 18.813-2.474 18.813-2.474s-3.308 1.419-5.704 3.053c-23.042 6.061-67.544 3.238-54.731-2.958c10.832-5.239 19.644-4.643 19.644-4.643m40.697 22.747c23.421-12.167 12.591-23.86 5.032-22.285c-1.848.385-2.677.72-2.677.72s.688-1.079 2-1.543c14.953-5.255 26.451 15.503-4.823 23.725c0-.002.359-.327.468-.617`}),(0,g.jsx)(`path`,{fill:`#ea2d2e`,d:`M76.491 1.587S89.459 14.563 64.188 34.51c-20.266 16.006-4.621 25.13-.007 35.559c-11.831-10.673-20.509-20.07-14.688-28.815C58.041 28.42 81.722 22.195 76.491 1.587`}),(0,g.jsx)(`path`,{fill:`#0074bd`,d:`M52.214 126.021c22.476 1.437 57-.8 57.817-11.436c0 0-1.571 4.032-18.577 7.231c-19.186 3.612-42.854 3.191-56.887.874c0 .001 2.875 2.381 17.647 3.331`})]}),pe=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsx)(`defs`,{children:(0,g.jsxs)(`linearGradient`,{id:`deviconKotlin0`,x1:`500.003`,x2:`-.097`,y1:`579.106`,y2:`1079.206`,gradientTransform:`translate(15.534 -96.774)scale(.1939)`,gradientUnits:`userSpaceOnUse`,children:[(0,g.jsx)(`stop`,{offset:`.003`,stopColor:`#e44857`}),(0,g.jsx)(`stop`,{offset:`.469`,stopColor:`#c711e1`}),(0,g.jsx)(`stop`,{offset:`1`,stopColor:`#7f52ff`})]})}),(0,g.jsx)(`path`,{fill:`url(#deviconKotlin0)`,d:`M112.484 112.484H15.516V15.516h96.968L64 64Zm0 0`})]}),me=({size:e=24,...t})=>(0,g.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:(0,g.jsxs)(`g`,{fill:`#00acd7`,fillRule:`evenodd`,children:[(0,g.jsx)(`path`,{d:`M11.156 54.829c-.243 0-.303-.122-.182-.303l1.273-1.637c.12-.182.424-.303.666-.303H34.55c.243 0 .303.182.182.364l-1.03 1.576c-.121.181-.424.363-.606.363zm-9.152 5.575c-.242 0-.303-.12-.182-.303l1.273-1.636c.121-.182.424-.303.667-.303h27.636c.242 0 .364.182.303.364l-.485 1.454c-.06.243-.303.364-.545.364zM16.67 65.98c-.242 0-.302-.182-.181-.364l.848-1.515c.122-.182.364-.363.607-.363h12.12c.243 0 .364.181.364.424l-.12 1.454c0 .243-.243.425-.425.425zm62.91-12.242c-3.819.97-6.425 1.697-10.182 2.666c-.91.243-.97.303-1.758-.606c-.909-1.03-1.576-1.697-2.848-2.303c-3.819-1.878-7.516-1.333-10.97.91c-4.121 2.666-6.242 6.605-6.182 11.514c.06 4.849 3.394 8.849 8.182 9.516c4.121.545 7.576-.91 10.303-4c.545-.667 1.03-1.394 1.636-2.243H56.064c-1.272 0-1.575-.788-1.151-1.818c.788-1.879 2.242-5.03 3.09-6.606c.183-.364.607-.97 1.516-.97h22.06c-.12 1.637-.12 3.273-.363 4.91c-.667 4.363-2.303 8.363-4.97 11.878c-4.364 5.758-10.06 9.333-17.273 10.303c-5.939.788-11.454-.364-16.302-4c-4.485-3.394-7.03-7.879-7.697-13.454c-.788-6.606 1.151-12.546 5.151-17.758c4.303-5.636 10-9.212 16.97-10.485c5.697-1.03 11.151-.363 16.06 2.97c3.212 2.121 5.515 5.03 7.03 8.545c.364.546.122.849-.606 1.03z`}),(0,g.jsx)(`path`,{fillRule:`nonzero`,d:`M99.64 87.253c-5.515-.122-10.546-1.697-14.788-5.334c-3.576-3.09-5.818-7.03-6.545-11.697c-1.091-6.848.787-12.909 4.909-18.302c4.424-5.819 9.757-8.849 16.97-10.122c6.181-1.09 12-.484 17.272 3.091c4.788 3.273 7.757 7.697 8.545 13.515c1.03 8.182-1.333 14.849-6.97 20.546c-4 4.06-8.909 6.606-14.545 7.757c-1.636.303-3.273.364-4.848.546m14.424-24.485c-.06-.788-.06-1.394-.182-2c-1.09-6-6.606-9.394-12.363-8.06c-5.637 1.272-9.273 4.848-10.606 10.545c-1.091 4.727 1.212 9.515 5.575 11.454c3.334 1.455 6.667 1.273 9.879-.363c4.788-2.485 7.394-6.364 7.697-11.576`})]})}),he=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsxs)(`linearGradient`,{id:`deviconPython0`,x1:`70.252`,x2:`170.659`,y1:`1237.476`,y2:`1151.089`,gradientTransform:`matrix(.563 0 0 -.568 -29.215 707.817)`,gradientUnits:`userSpaceOnUse`,children:[(0,g.jsx)(`stop`,{offset:`0`,stopColor:`#5a9fd4`}),(0,g.jsx)(`stop`,{offset:`1`,stopColor:`#306998`})]}),(0,g.jsxs)(`linearGradient`,{id:`deviconPython1`,x1:`209.474`,x2:`173.62`,y1:`1098.811`,y2:`1149.537`,gradientTransform:`matrix(.563 0 0 -.568 -29.215 707.817)`,gradientUnits:`userSpaceOnUse`,children:[(0,g.jsx)(`stop`,{offset:`0`,stopColor:`#ffd43b`}),(0,g.jsx)(`stop`,{offset:`1`,stopColor:`#ffe873`})]}),(0,g.jsx)(`path`,{fill:`url(#deviconPython0)`,d:`M63.391 1.988c-4.222.02-8.252.379-11.8 1.007c-10.45 1.846-12.346 5.71-12.346 12.837v9.411h24.693v3.137H29.977c-7.176 0-13.46 4.313-15.426 12.521c-2.268 9.405-2.368 15.275 0 25.096c1.755 7.311 5.947 12.519 13.124 12.519h8.491V67.234c0-8.151 7.051-15.34 15.426-15.34h24.665c6.866 0 12.346-5.654 12.346-12.548V15.833c0-6.693-5.646-11.72-12.346-12.837c-4.244-.706-8.645-1.027-12.866-1.008M50.037 9.557c2.55 0 4.634 2.117 4.634 4.721c0 2.593-2.083 4.69-4.634 4.69c-2.56 0-4.633-2.097-4.633-4.69c-.001-2.604 2.073-4.721 4.633-4.721`,transform:`translate(0 10.26)`}),(0,g.jsx)(`path`,{fill:`url(#deviconPython1)`,d:`M91.682 28.38v10.966c0 8.5-7.208 15.655-15.426 15.655H51.591c-6.756 0-12.346 5.783-12.346 12.549v23.515c0 6.691 5.818 10.628 12.346 12.547c7.816 2.297 15.312 2.713 24.665 0c6.216-1.801 12.346-5.423 12.346-12.547v-9.412H63.938v-3.138h37.012c7.176 0 9.852-5.005 12.348-12.519c2.578-7.735 2.467-15.174 0-25.096c-1.774-7.145-5.161-12.521-12.348-12.521h-9.268zM77.809 87.927c2.561 0 4.634 2.097 4.634 4.692c0 2.602-2.074 4.719-4.634 4.719c-2.55 0-4.633-2.117-4.633-4.719c0-2.595 2.083-4.692 4.633-4.692`,transform:`translate(0 10.26)`}),(0,g.jsxs)(`radialGradient`,{id:`deviconPython2`,cx:`1825.678`,cy:`444.45`,r:`26.743`,gradientTransform:`matrix(0 -.24 -1.055 0 532.979 557.576)`,gradientUnits:`userSpaceOnUse`,children:[(0,g.jsx)(`stop`,{offset:`0`,stopColor:`#b8b8b8`,stopOpacity:`0.498`}),(0,g.jsx)(`stop`,{offset:`1`,stopColor:`#7f7f7f`,stopOpacity:`0`})]}),(0,g.jsx)(`path`,{fill:`url(#deviconPython2)`,d:`M97.309 119.597c0 3.543-14.816 6.416-33.091 6.416c-18.276 0-33.092-2.873-33.092-6.416s14.815-6.417 33.092-6.417c18.275 0 33.091 2.872 33.091 6.417`,opacity:`0.444`})]}),ge=({size:e=24,...t})=>(0,g.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:(0,g.jsx)(`path`,{fill:`#00618a`,d:`M117.688 98.242c-6.973-.191-12.297.461-16.852 2.379c-1.293.547-3.355.559-3.566 2.18c.711.746.82 1.859 1.387 2.777c1.086 1.754 2.922 4.113 4.559 5.352c1.789 1.348 3.633 2.793 5.551 3.961c3.414 2.082 7.223 3.27 10.504 5.352c1.938 1.23 3.859 2.777 5.75 4.164c.934.684 1.563 1.75 2.773 2.18v-.195c-.637-.812-.801-1.93-1.387-2.777l-2.578-2.578c-2.52-3.344-5.719-6.281-9.117-8.719c-2.711-1.949-8.781-4.578-9.91-7.73l-.199-.199c1.922-.219 4.172-.914 5.949-1.391c2.98-.797 5.645-.59 8.719-1.387l4.164-1.187v-.793c-1.555-1.594-2.664-3.707-4.359-5.152c-4.441-3.781-9.285-7.555-14.273-10.703c-2.766-1.746-6.184-2.883-9.117-4.363c-.988-.496-2.719-.758-3.371-1.586c-1.539-1.961-2.379-4.449-3.566-6.738c-2.488-4.793-4.93-10.023-7.137-15.066c-1.504-3.437-2.484-6.828-4.359-9.91c-9-14.797-18.687-23.73-33.695-32.508c-3.195-1.867-7.039-2.605-11.102-3.57l-6.543-.395c-1.332-.555-2.715-2.184-3.965-2.977C16.977 3.52 4.223-3.312.539 5.672C-1.785 11.34 4.016 16.871 6.09 19.746c1.457 2.012 3.32 4.273 4.359 6.539c.688 1.492.805 2.984 1.391 4.559c1.438 3.883 2.695 8.109 4.559 11.695c.941 1.816 1.98 3.727 3.172 5.352c.727.996 1.98 1.438 2.18 2.973c-1.227 1.715-1.297 4.375-1.984 6.543c-3.098 9.77-1.926 21.91 2.578 29.137c1.383 2.223 4.641 6.98 9.117 5.156c3.918-1.598 3.043-6.539 4.164-10.902c.254-.988.098-1.715.594-2.379v.199l3.57 7.133c2.641 4.254 7.324 8.699 11.297 11.699c2.059 1.555 3.68 4.242 6.344 5.152v-.199h-.199c-.516-.805-1.324-1.137-1.98-1.781c-1.551-1.523-3.277-3.414-4.559-5.156c-3.613-4.902-6.805-10.27-9.711-15.855c-1.391-2.668-2.598-5.609-3.77-8.324c-.453-1.047-.445-2.633-1.387-3.172c-1.281 1.988-3.172 3.598-4.164 5.945c-1.582 3.754-1.789 8.336-2.375 13.082c-.348.125-.195.039-.398.199c-2.762-.668-3.73-3.508-4.758-5.949c-2.594-6.164-3.078-16.09-.793-23.191c.59-1.836 3.262-7.617 2.18-9.316c-.516-1.691-2.219-2.672-3.172-3.965c-1.18-1.598-2.355-3.703-3.172-5.551c-2.125-4.805-3.113-10.203-5.352-15.062c-1.07-2.324-2.875-4.676-4.359-6.738c-1.645-2.289-3.484-3.977-4.758-6.742c-.453-.984-1.066-2.559-.398-3.566c.215-.684.516-.969 1.191-1.191c1.148-.887 4.352.297 5.547.793c3.18 1.32 5.832 2.578 8.527 4.363c1.289.855 2.598 2.512 4.16 2.973h1.785c2.789.641 5.914.195 8.523.988c4.609 1.402 8.738 3.582 12.488 5.949c11.422 7.215 20.766 17.48 27.156 29.734c1.027 1.973 1.473 3.852 2.379 5.945c1.824 4.219 4.125 8.559 5.941 12.688c1.816 4.113 3.582 8.27 6.148 11.695c1.348 1.801 6.551 2.766 8.918 3.766c1.66.699 4.379 1.43 5.949 2.379c3 1.809 5.906 3.965 8.723 5.945c1.402.992 5.73 3.168 5.945 4.957zm-88.605-75.52c-1.453-.027-2.48.156-3.566.395v.199h.195c.695 1.422 1.918 2.34 2.777 3.566l1.98 4.164l.199-.195c1.227-.867 1.789-2.25 1.781-4.363c-.492-.52-.562-1.164-.992-1.785c-.562-.824-1.66-1.289-2.375-1.98zm0 0`})}),_e=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsxs)(`linearGradient`,{id:`deviconJson0`,x1:`-670.564`,x2:`-583.105`,y1:`-280.831`,y2:`-368.306`,gradientTransform:`matrix(.9988 0 0 -.9987 689.011 -259.008)`,gradientUnits:`userSpaceOnUse`,children:[(0,g.jsx)(`stop`,{offset:`0`}),(0,g.jsx)(`stop`,{offset:`1`,stopColor:`#fff`})]}),(0,g.jsx)(`path`,{fill:`url(#deviconJson0)`,fillRule:`evenodd`,d:`M63.895 94.303c27.433 37.398 54.281-10.438 54.241-39.205c-.046-34.012-34.518-53.021-54.263-53.021C32.182 2.077 2 28.269 2 64.105C2 103.937 36.596 126 63.873 126c-6.172-.889-26.742-5.296-27.019-52.674c-.186-32.044 10.453-44.846 26.974-39.214c.37.137 18.223 7.18 18.223 30.187c0 22.908-18.156 30.004-18.156 30.004`,clipRule:`evenodd`}),(0,g.jsxs)(`linearGradient`,{id:`deviconJson1`,x1:`-579.148`,x2:`-666.607`,y1:`-364.34`,y2:`-276.865`,gradientTransform:`matrix(.9988 0 0 -.9987 689.011 -259.008)`,gradientUnits:`userSpaceOnUse`,children:[(0,g.jsx)(`stop`,{offset:`0`}),(0,g.jsx)(`stop`,{offset:`1`,stopColor:`#fff`})]}),(0,g.jsx)(`path`,{fill:`url(#deviconJson1)`,fillRule:`evenodd`,d:`M63.895 94.303c27.433 37.398 54.281-10.438 54.241-39.205c-.046-34.012-34.518-53.021-54.263-53.021C32.182 2.077 2 28.269 2 64.105C2 103.937 36.596 126 63.873 126c-6.172-.889-26.742-5.296-27.019-52.674c-.186-32.044 10.453-44.846 26.974-39.214c.37.137 18.223 7.18 18.223 30.187c0 22.908-18.156 30.004-18.156 30.004`,clipRule:`evenodd`})]}),ve=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 128 128`,...t,children:[(0,g.jsx)(`path`,{fill:`#000080`,d:`M112.956.708c-7.912 0-14.335 6.424-14.335 14.336s6.424 14.335 14.335 14.335s14.335-6.41 14.335-14.335c0-7.912-6.424-14.336-14.335-14.336M64 15.058c-27.02 0-48.956 21.935-48.956 48.955S36.979 112.97 64 112.97c27.02 0 48.956-21.935 48.956-48.956c0-27.02-21.936-48.956-48.956-48.956`}),(0,g.jsx)(`path`,{fill:`#fff`,d:`M84.285 29.392c-7.91 0-14.335 6.424-14.335 14.335s6.424 14.336 14.335 14.336s14.336-6.424 14.336-14.336s-6.424-14.335-14.335-14.335zM30.773 56.36v32.119h19.961v-3.611H34.87V56.359Zm57.584 8.37c-3.354 0-6.126.975-7.668 2.692c-1.055 1.19-1.488 2.516-1.582 4.801h3.705c.311-2.826 1.988-4.098 5.423-4.098c3.3 0 5.153 1.231 5.153 3.435v.974c0 1.542-.92 2.205-3.827 2.556c-5.193.663-5.991.839-7.398 1.407c-2.69 1.095-4.057 3.164-4.057 6.166c0 4.193 2.908 6.83 7.574 6.83c2.907 0 5.247-1.014 7.843-3.395c.257 2.34 1.407 3.395 3.787 3.395c.757 0 1.325-.081 2.515-.392v-2.773a3 3 0 0 1-.798.095c-1.284 0-1.988-.663-1.988-1.812V71.032c0-4.098-3.002-6.302-8.682-6.302m-33.742.664V83.19c0 3.84 2.867 6.302 7.357 6.302c3.395 0 5.545-1.19 7.709-4.233v3.219h3.3V65.393h-3.652v13.09c0 4.72-2.475 7.804-6.302 7.804c-2.907 0-4.76-1.772-4.76-4.544v-16.35Zm38.773 11.67v4.139c0 1.244-.365 1.988-1.46 3.002c-1.502 1.366-3.3 2.07-5.464 2.07c-2.867 0-4.544-1.367-4.544-3.706c0-2.42 1.636-3.665 5.558-4.233c3.881-.528 4.68-.703 5.91-1.271z`}),(0,g.jsx)(`path`,{fill:`#808080`,d:`M61.733 0a64 64 0 0 0-5.57.436l.179 1.458a63 63 0 0 1 5.442-.426zm5.585.046l-.075 1.468a62 62 0 0 1 5.433.52L72.88.578a64 64 0 0 0-5.561-.532Zm-16.665 1.31a63 63 0 0 0-5.409 1.398l.43 1.405a62 62 0 0 1 5.284-1.367Zm27.72.237l-.33 1.431a63 63 0 0 1 5.262 1.455l.452-1.397a64 64 0 0 0-5.384-1.489M39.98 4.623a64 64 0 0 0-5.081 2.323l.668 1.308a62 62 0 0 1 4.964-2.27zm49.012.41l-.573 1.353a63 63 0 0 1 4.929 2.346l.688-1.298a64 64 0 0 0-5.044-2.4ZM30.04 9.706a64 64 0 0 0-4.6 3.17l.886 1.173a63 63 0 0 1 4.494-3.098zm-8.906 6.728a64 64 0 0 0-3.983 3.918l1.075 1.001a63 63 0 0 1 3.891-3.827zm-7.61 8.165a64 64 0 0 0-3.247 4.546l1.231.8a63 63 0 0 1 3.172-4.44zm-6.086 9.357a64 64 0 0 0-2.408 5.042l1.352.574a62 62 0 0 1 2.352-4.925zm113.623.973l-1.31.667a63 63 0 0 1 2.263 4.967l1.362-.55a64 64 0 0 0-2.315-5.083zM3.075 44.23a63 63 0 0 0-1.49 5.385l1.432.328a62 62 0 0 1 1.455-5.26Zm122.166 1.049l-1.404.429a63 63 0 0 1 1.366 5.285l1.437-.306a64 64 0 0 0-1.399-5.409zM.574 55.108a64 64 0 0 0-.528 5.561l1.467.075a63 63 0 0 1 .516-5.434Zm126.988 1.088l-1.458.179a63 63 0 0 1 .428 5.441l1.468-.05a64 64 0 0 0-.438-5.57M1.468 66.205L0 66.255a64 64 0 0 0 .435 5.57l1.458-.179a63 63 0 0 1-.425-5.441m125.018 1.071a63 63 0 0 1-.518 5.434l1.455.203a64 64 0 0 0 .53-5.561zM2.79 77.031l-1.437.304a63 63 0 0 0 1.398 5.41l1.405-.43A62 62 0 0 1 2.79 77.03Zm122.188 1.046a62 62 0 0 1-1.457 5.26l1.397.454a63 63 0 0 0 1.492-5.384zM5.981 87.459l-1.362.551a63 63 0 0 0 2.323 5.082l1.307-.669a62 62 0 0 1-2.268-4.964m115.627.99a62 62 0 0 1-2.354 4.925l1.296.69a64 64 0 0 0 2.41-5.04zM10.944 97.17l-1.245.78a64 64 0 0 0 3.17 4.6l1.172-.885a63 63 0 0 1-3.097-4.495m105.534.904a63 63 0 0 1-3.173 4.44l1.156.906a64 64 0 0 0 3.249-4.545zm-98.96 7.8l-1.092.983a64 64 0 0 0 3.917 3.983l1.002-1.074a63 63 0 0 1-3.827-3.892m92.24.79a63 63 0 0 1-3.893 3.826l.983 1.092a64 64 0 0 0 3.984-3.916zm-84.263 6.648l-.906 1.157a64 64 0 0 0 4.546 3.248l.8-1.232a63 63 0 0 1-4.44-3.173m76.16.654a63 63 0 0 1-4.495 3.096l.78 1.245a64 64 0 0 0 4.6-3.17zm-67.018 5.294l-.691 1.296a64 64 0 0 0 5.04 2.409l.575-1.352a62 62 0 0 1-4.924-2.353m57.775.496a62 62 0 0 1-4.964 2.268l.551 1.362a63 63 0 0 0 5.082-2.322zm-47.74 3.77l-.453 1.396a63 63 0 0 0 5.385 1.49l.329-1.43a62 62 0 0 1-5.26-1.456zm37.632.322a62 62 0 0 1-5.284 1.365l.304 1.437a63 63 0 0 0 5.41-1.398zm-27.003 2.122l-.203 1.455a64 64 0 0 0 5.561.529l.075-1.467a63 63 0 0 1-5.433-.517m16.335.139a63 63 0 0 1-5.442.424l.05 1.468a64 64 0 0 0 5.57-.434z`})]}),ye=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 128 128`,width:e,height:e,...t,children:[(0,g.jsx)(`path`,{fill:`#9b4f96`,d:`M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7`}),(0,g.jsx)(`path`,{fill:`#68217a`,d:`M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z`}),(0,g.jsx)(`path`,{fill:`#fff`,d:`M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8zM97 66.2l.9-4.3h-4.2v-4.7h5.1L100 51h4.9l-1.2 6.1h3.8l1.2-6.1h4.8l-1.2 6.1h2.4v4.7h-3.3l-.9 4.3h4.2v4.7h-5.1l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.4v-4.7H97zm4.8 0h3.8l.9-4.3h-3.8z`})]}),be=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 128 128`,width:e,height:e,...t,children:[(0,g.jsx)(`path`,{fill:`#00599c`,d:`M118.766 95.82c.89-1.543 1.441-3.28 1.441-4.843V36.78c0-1.558-.55-3.297-1.441-4.84l-55.32 31.94Zm0 0`}),(0,g.jsx)(`path`,{fill:`#004482`,d:`m68.36 126.586l46.933-27.094c1.352-.781 2.582-2.129 3.473-3.672l-55.32-31.94L8.12 95.82c.89 1.543 2.121 2.89 3.473 3.672l46.933 27.094c2.703 1.562 7.13 1.562 9.832 0Zm0 0`}),(0,g.jsx)(`path`,{fill:`#659ad2`,d:`M118.766 31.941c-.891-1.546-2.121-2.894-3.473-3.671L68.359 1.172c-2.703-1.563-7.129-1.563-9.832 0L11.594 28.27C8.89 29.828 6.68 33.66 6.68 36.78v54.196c0 1.562.55 3.3 1.441 4.843L63.445 63.88Zm0 0`}),(0,g.jsx)(`path`,{fill:`#fff`,d:`M63.445 26.035c-20.867 0-37.843 16.977-37.843 37.844s16.976 37.844 37.843 37.844c13.465 0 26.024-7.247 32.77-18.91L79.84 73.335c-3.38 5.84-9.66 9.465-16.395 9.465c-10.433 0-18.922-8.488-18.922-18.922s8.49-18.922 18.922-18.922c6.73 0 13.017 3.629 16.39 9.465l16.38-9.477c-6.75-11.664-19.305-18.91-32.77-18.91zM92.88 57.57v4.207h-4.207v4.203h4.207v4.207h4.203V65.98h4.203v-4.203h-4.203V57.57zm15.766 0v4.207h-4.204v4.203h4.204v4.207h4.207V65.98h4.203v-4.203h-4.203V57.57z`})]}),xe=({size:e=24,...t})=>(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 128 128`,width:e,height:e,...t,children:[(0,g.jsx)(`path`,{fill:`#659ad3`,d:`M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7`}),(0,g.jsx)(`path`,{fill:`#03599c`,d:`M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z`}),(0,g.jsx)(`path`,{fill:`#fff`,d:`M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8z`})]}),Se={"elm-mdi-icon":`_elm-mdi-icon_ihskx_1`},E=({className:e,style:t,d:n,size:r=`1em`,color:i=`currentColor`,lightColor:a,darkColor:o,...s})=>(0,g.jsx)(`svg`,{className:(0,l.clsx)(Se[`elm-mdi-icon`],e),style:{"--elmethis-scoped-color":a??i,"--dark-color":o??i,...t},width:r,height:r,viewBox:`0 0 24 24`,fill:i,xmlns:`http://www.w3.org/2000/svg`,focusable:`false`,role:`img`,...s,children:(0,g.jsx)(`path`,{d:n})}),Ce=e=>{switch(e){case`rust`:case`rs`:return`rust`;case`javascript`:case`js`:return`javascript`;case`typescript`:case`ts`:return`typescript`;case`bash`:case`sh`:case`shell`:return`shell`;case`tf`:case`terraform`:case`hcl`:return`terraform`;case`html`:case`html5`:return`html`;case`css`:case`css3`:return`css`;case`npm`:return`npm`;case`java`:return`java`;case`kotlin`:case`kt`:return`kotlin`;case`go`:case`golang`:return`go`;case`python`:case`py`:return`python`;case`sql`:return`sql`;case`json`:return`json`;case`lua`:return`lua`;case`cs`:case`c#`:case`csharp`:return`csharp`;case`cpp`:case`c++`:return`cpp`;case`c`:case`clang`:return`c`;default:return`file`}},we={rust:re,javascript:ie,typescript:ae,shell:se,terraform:ce,html:le,css:ue,npm:de,java:fe,kotlin:pe,go:me,python:he,sql:ge,json:_e,lua:ve,csharp:ye,cpp:be,c:xe,file:({size:e})=>(0,g.jsx)(E,{d:_.mdiCodeTags,size:String(e)})},Te=({className:e,style:t,size:n=24,language:r})=>{let i=we[Ce(r)];return(0,g.jsx)(i,{size:n,className:e,style:t})},Ee={"elm-inline-text":`_elm-inline-text_uf3sg_1`,code:`_code_uf3sg_13`,kbd:`_kbd_uf3sg_25`,link:`_link_uf3sg_58`,ogp:`_ogp_uf3sg_94`,"ogp-text":`_ogp-text_uf3sg_104`,"ogp-title":`_ogp-title_uf3sg_109`,"ogp-description":`_ogp-description_uf3sg_115`},De={"elm-inline-icon":`_elm-inline-icon_1qs0i_1`},D=({className:e,src:t,alt:n,width:r,height:i,size:a=16,...o})=>(0,g.jsx)(`span`,{className:(0,l.clsx)(De[`elm-inline-icon`],e),...o,children:(0,g.jsx)(`img`,{src:t,alt:n,className:De[`elm-inline-icon`],width:r??a,height:i??a})}),O=({className:e,style:t,color:n,size:r=`1em`,backgroundColor:i,bold:a=!1,italic:o=!1,underline:s=!1,strikethrough:c=!1,code:u=!1,kbd:d=!1,ruby:f,href:p,favicon:m,children:h,..._})=>{let v=h;return p&&(v=(0,g.jsxs)(`a`,{className:Ee.link,href:p,target:`_blank`,rel:`noopener noreferrer`,children:[m&&(0,g.jsx)(D,{src:m,alt:`favicon`}),v]})),d&&(v=(0,g.jsx)(`kbd`,{className:Ee.kbd,children:v})),c&&(v=(0,g.jsx)(`del`,{children:v})),o&&(v=(0,g.jsx)(`em`,{children:v})),s&&(v=(0,g.jsx)(`ins`,{children:v})),a&&(v=(0,g.jsx)(`strong`,{children:v})),u&&(v=(0,g.jsx)(`code`,{className:Ee.code,children:v})),f&&(v=(0,g.jsxs)(`ruby`,{className:Ee[`elm-inline-text`],children:[(0,g.jsx)(`span`,{children:v}),(0,g.jsx)(`rt`,{children:f})]})),(0,g.jsx)(`span`,{className:(0,l.clsx)(Ee[`elm-inline-text`],w.text,e),style:{...t,"--elmethis-scoped-color":n,"--elmethis-scoped-font-size":r,"--elmethis-scoped-background-color":i},..._,children:v})},Oe={"elm-shiki-highlighter":`_elm-shiki-highlighter_j5tas_1`},ke=({className:e,code:t,language:n=`txt`,...r})=>{let[i,a]=(0,c.useState)(``);return(0,c.useEffect)(()=>{let e=!0;return(async()=>{if(!t){e&&a(``);return}try{let r=await(0,v.codeToHtml)(t,{lang:n,themes:{dark:y.default,light:b.default},defaultColor:!1,colorReplacements:{"#ffffff":`transparent`,"#121212":`transparent`}});e&&a(r)}catch{e&&a(`<pre>${t.replace(/</g,`<`)}</pre>`)}})(),()=>{e=!1}},[t,n]),(0,g.jsx)(`pre`,{className:(0,l.clsx)(Oe[`elm-shiki-highlighter`],e),dangerouslySetInnerHTML:{__html:i},...r})},Ae={"use-clipboard":`_use-clipboard_mb0qt_1`,"use-clipboard-icon-copied":`_use-clipboard-icon-copied_mb0qt_15`},je=e=>{let[t,n]=(0,c.useState)(!1),[,r]=(0,x.useCopyToClipboard)(),i=(0,c.useRef)(void 0),a=(0,c.useRef)(e);(0,c.useEffect)(()=>{a.current=e}),(0,c.useEffect)(()=>()=>{i.current!==void 0&&clearTimeout(i.current)},[]);let o=(0,c.useCallback)(async()=>{let{content:e,delay:t}=a.current;typeof e==`string`?await r(e):await window.navigator.clipboard.write(e.map(e=>new ClipboardItem(e))),i.current!==void 0&&clearTimeout(i.current),n(!0),i.current=setTimeout(()=>{n(!1),i.current=void 0},t??1500)},[r]);return{CopyButton:(0,c.useCallback)(()=>(0,g.jsx)(`span`,{className:(0,l.clsx)(Ae[`use-clipboard`],e.className),style:e.style,onClick:o,children:(0,g.jsx)(E,{className:(0,l.clsx)(t&&Ae[`use-clipboard-icon-copied`]),d:t?_.mdiClipboardCheckOutline:_.mdiClipboardOutline,size:`1.25rem`})}),[t,o,e.className,e.style]),copy:o}},Me=({className:e,code:t,language:n=`txt`,caption:r,children:i,...a})=>{let{CopyButton:o}=je({content:t});return(0,g.jsxs)(`figure`,{className:(0,l.clsx)(T[`elm-code-block`],e),...a,children:[(0,g.jsx)(`span`,{className:T[`language-icon`],children:(0,g.jsx)(Te,{language:n})}),(0,g.jsx)(`span`,{className:T.caption,children:(0,g.jsxs)(O,{children:[r||n,i]})}),(0,g.jsx)(`div`,{className:T[`copy-icon`],children:(0,g.jsx)(o,{})}),(0,g.jsx)(`hr`,{className:T.divider}),(0,g.jsx)(`div`,{className:T.code,children:(0,g.jsx)(ke,{code:t,language:n})})]})},k={"elm-block-image":`_elm-block-image_1eynb_1`,"image-container":`_image-container_1eynb_12`,image:`_image_1eynb_12`,fallback:`_fallback_1eynb_36`,"caption-box":`_caption-box_1eynb_46`,"caption-icon":`_caption-icon_1eynb_56`},Ne={"elm-rectangle-wave":`_elm-rectangle-wave_70gad_21`,wave:`_wave_70gad_1`},Pe=({className:e,...t})=>(0,g.jsx)(`div`,{"aria-hidden":`true`,className:(0,l.clsx)(Ne[`elm-rectangle-wave`],e),...t}),Fe={"elm-modal":`_elm-modal_12j1m_1`,shown:`_shown_12j1m_18`},Ie=({className:e,isOpen:t,delay:n=200,style:r,onClose:i,children:a,...o})=>{let s=(0,c.useRef)(null),[u,d]=(0,c.useState)(!1);return(0,c.useEffect)(()=>{let e=s.current;if(e)if(t)e.showModal(),d(!0);else{if(!u)return;d(!1);let e=setTimeout(()=>{s.current?.close()},n);return()=>{clearTimeout(e)}}},[t,n]),(0,g.jsx)(`dialog`,{ref:s,className:(0,l.clsx)(Fe[`elm-modal`],u&&Fe.shown,e),onClick:e=>{s.current&&i?.(e.nativeEvent,s.current)},style:{"--elmethis-scoped-modal-delay":`${n}ms`,...r},closedby:`none`,...o,children:(0,g.jsx)(`div`,{onClick:e=>e.stopPropagation(),children:a})})},Le=(e={})=>{let t=e.delay,[n,r]=(0,c.useState)(!1),i=(0,c.useRef)(n),a=(0,c.useCallback)(()=>{i.current=!0,r(!0)},[]),o=(0,c.useCallback)(()=>{i.current=!1,r(!1)},[]),s=(0,c.useCallback)(()=>{i.current=!i.current,r(i.current)},[]),l=(0,c.useRef)(t);return(0,c.useEffect)(()=>{l.current=t}),{Modal:(0,c.useMemo)(()=>function({children:e}){return(0,g.jsx)(Ie,{isOpen:i.current,delay:l.current,onClose:o,children:e})},[o]),isOpen:n,show:a,hide:o,toggle:s}},Re=({className:e,src:t,alt:n,caption:r,width:i,height:a,srcSet:o,sizes:s,enableModal:u,...d})=>{let[f,p]=(0,c.useState)(!0),{Modal:m,isOpen:h,show:v,hide:y}=Le(),b=()=>{p(!1)},x=()=>{(u??!0)&&!f&&v()},S=()=>{y()},C=(0,c.useRef)(null);(0,c.useEffect)(()=>{C.current?.decode().then(()=>p(!1),()=>{})},[t]);let ee=e=>(0,g.jsx)(`img`,{ref:e?void 0:C,className:k.image,src:t,alt:n??r??`Image`,srcSet:e?void 0:o,sizes:e?void 0:s,width:i,height:a,loading:e?`lazy`:void 0,fetchPriority:e?`low`:`auto`,onLoad:b,onClick:e?S:void 0,style:{"--elmethis-scoped-opacity":f?.01:1,"--elmethis-scoped-cursor":u??!0?h?`zoom-out`:`zoom-in`:`default`,"--elmethis-scoped-aspect-ratio":i&&a?`${i} / ${a}`:`auto`}});return(0,g.jsxs)(`figure`,{className:(0,l.clsx)(k[`elm-block-image`],e),...d,children:[(0,g.jsxs)(`div`,{className:k[`image-container`],style:{"--elmethis-scoped-opacity":f?1:.01},onClick:x,children:[ee(!1),(0,g.jsx)(`div`,{className:k.fallback,children:(0,g.jsx)(Pe,{})})]}),r&&(0,g.jsxs)(`figcaption`,{className:k[`caption-box`],style:{"--elmethis-scoped-opacity":f?.01:1},children:[(0,g.jsx)(`span`,{className:k[`caption-icon`],children:(0,g.jsx)(E,{d:_.mdiMessageImageOutline,size:`1.25rem`})}),(0,g.jsx)(O,{size:`1rem`,children:r})]}),(0,g.jsx)(m,{children:h&&ee(!0)})]})},ze={"elm-file":`_elm-file_1oen6_1`,"file-size":`_file-size_1oen6_13`,"download-icon":`_download-icon_1oen6_18`};function Be(e){let t=e.split(/[?#]/)[0].split(`/`).filter(Boolean);return t.length>0?t[t.length-1]:null}var Ve=({className:e,name:t,src:n,filesize:r,...i})=>{let a=async()=>{let e;try{let r=await fetch(n);if(!r.ok)throw Error(`Failed to download file`);let i=await r.blob();e=document.createElement(`a`),e.href=URL.createObjectURL(i),e.download=t??Be(n)??`file`,e.click()}catch(e){console.error(`ERROR:`,e)}finally{e&&URL.revokeObjectURL(e.href)}};return(0,g.jsxs)(`div`,{className:(0,l.clsx)(ze[`elm-file`],e),...i,children:[(0,g.jsx)(`div`,{children:(0,g.jsx)(E,{d:_.mdiFile,size:`1.25rem`})}),(0,g.jsx)(`div`,{children:(0,g.jsx)(O,{children:t??Be(n)})}),(0,g.jsx)(`div`,{className:ze[`file-size`],children:(0,g.jsx)(O,{children:r})}),(0,g.jsx)(`div`,{className:ze[`download-icon`],onClick:a,children:(0,g.jsx)(E,{d:_.mdiDownload,size:`1.25rem`})})]})},A={"elm-bookmark":`_elm-bookmark_67069_1`,container:`_container_67069_24`,image:`_image_67069_36`,content:`_content_67069_56`,title:`_title_67069_72`,description:`_description_67069_76`,link:`_link_67069_81`},He={visibility:`hidden`,width:`0`},Ue=({className:e,title:t,url:n,image:r,description:i,favicon:a,...o})=>{let[s,u]=(0,c.useState)(!1);return(0,g.jsx)(`div`,{className:(0,l.clsx)(A[`elm-bookmark`],e),...o,children:(0,g.jsxs)(`a`,{className:A.container,href:n,target:`_blank`,rel:`noopener noreferrer`,children:[(0,g.jsx)(`img`,{className:A.image,src:r,alt:`OGP Image`,onError:()=>u(!0),style:s||r==null?He:{}}),(0,g.jsxs)(`div`,{className:A.content,children:[(0,g.jsx)(`div`,{className:A.title,children:(0,g.jsx)(O,{bold:!0,children:t})}),(0,g.jsx)(`div`,{className:A.description,children:(0,g.jsx)(O,{size:`0.75rem`,children:i})}),(0,g.jsxs)(`div`,{className:A.link,children:[a?(0,g.jsx)(D,{src:a}):(0,g.jsx)(E,{d:_.mdiLinkVariant,color:`var(--elmethis-color-accent-info)`}),(0,g.jsx)(O,{size:`0.75rem`,children:n})]})]})]})})},j={"elm-tabs":`_elm-tabs_1fco0_1`,"tab-container":`_tab-container_1fco0_14`,tab:`_tab_1fco0_14`,active:`_active_1fco0_37`,"tab-content":`_tab-content_1fco0_48`,"tab-content-inner":`_tab-content-inner_1fco0_53`},M={"elm-collapse":`_elm-collapse_12wiu_1`,row:`_row_12wiu_5`,open:`_open_12wiu_11`,column:`_column_12wiu_16`,both:`_both_12wiu_27`,inner:`_inner_12wiu_44`},We=({className:e,style:t,isOpen:n,direction:r=`row`,transitionTimingFunction:i=`ease-in-out`,children:a,...o})=>(0,g.jsx)(`div`,{className:(0,l.clsx)(M[`elm-collapse`],n&&M.open,r===`row`&&M.row,r===`column`&&M.column,r===`both`&&M.both,e),style:{...t,"--elmethis-scoped-transition-timing-function":i},...o,children:(0,g.jsx)(`div`,{className:M.inner,children:a})});function Ge({value:e,defaultValue:t,onChange:n}){return(0,S.useControllableState)({prop:e,defaultProp:t,onChange:n,caller:`useBindableSignal`})}var Ke=(0,c.createContext)(null),qe=()=>{let e=(0,c.useContext)(Ke);if(e==null)throw Error(`ElmTabs subcomponents must be used within <ElmTabs>`);return e},Je=({className:e,value:t,defaultValue:n,onValueChange:r,transitionTimingFunction:i=`linear`,children:a,...o})=>{let[s,c]=Ge({value:t,defaultValue:n??``,onChange:r});return(0,g.jsx)(Ke.Provider,{value:{selectedValue:s,setSelectedValue:c,transitionTimingFunction:i},children:(0,g.jsx)(`div`,{className:(0,l.clsx)(j[`elm-tabs`],e),...o,children:a})})},Ye=({className:e,children:t,...n})=>(0,g.jsx)(`div`,{className:(0,l.clsx)(j[`tab-container`],e),...n,children:t}),Xe=({value:e,className:t,children:n,onClick:r,...i})=>{let a=qe();return(0,g.jsx)(`div`,{className:(0,l.clsx)(j.tab,a.selectedValue===e&&j.active,t),onClick:t=>{a.setSelectedValue(e),r?.(t)},...i,children:n})},Ze=({value:e,className:t,children:n,...r})=>{let i=qe();return(0,g.jsx)(`div`,{className:(0,l.clsx)(j[`tab-content`],t),...r,children:(0,g.jsx)(We,{direction:`row`,isOpen:i.selectedValue===e,transitionTimingFunction:i.transitionTimingFunction,children:(0,g.jsx)(`div`,{className:j[`tab-content-inner`],children:n})})})},N={"elm-toggle":`_elm-toggle_d59g8_1`,open:`_open_d59g8_9`,summary:`_summary_d59g8_14`,"summary-left":`_summary-left_d59g8_29`,divider:`_divider_d59g8_36`,chevron:`_chevron_d59g8_50`,cross:`_cross_d59g8_63`,border:`_border_d59g8_77`,content:`_content_d59g8_85`},Qe=({className:e,summary:t,style:n,monochrome:r,isOpen:i,defaultIsOpen:a,onOpenChange:o,children:s,...c})=>{let[u,d]=Ge({value:i,defaultValue:a??!1,onChange:o});return(0,g.jsxs)(`div`,{className:(0,l.clsx)(N[`elm-toggle`],u&&N.open,e),style:n,...c,children:[(0,g.jsxs)(`div`,{className:N.summary,onClick:e=>{e.preventDefault(),d(e=>!e)},children:[(0,g.jsxs)(`div`,{className:N[`summary-left`],children:[(0,g.jsx)(`span`,{className:(0,l.clsx)(N.chevron,u&&N.open),children:(0,g.jsx)(E,{d:_.mdiChevronRight,color:r?`var(--elmethis-color-neutral-weak)`:`var(--elmethis-color-primary)`,size:`1rem`})}),(0,g.jsx)(`div`,{children:typeof t==`string`?(0,g.jsx)(O,{children:t}):t})]}),(0,g.jsx)(`hr`,{className:N.divider}),(0,g.jsx)(`span`,{className:(0,l.clsx)(N.cross,u&&N.open),children:(0,g.jsx)(E,{d:_.mdiPlus,size:`1rem`,color:r?`var(--elmethis-color-neutral-weak)`:u?`var(--elmethis-color-accent-error)`:`var(--elmethis-color-primary)`})})]}),(0,g.jsx)(`div`,{className:N.border}),(0,g.jsx)(`div`,{className:(0,l.clsx)(N.content,u&&N.open),children:s})]})},P={"elm-block-quote":`_elm-block-quote_lqbme_1`,body:`_body_lqbme_20`,icon:`_icon_lqbme_25`,"icon-top-left":`_icon-top-left_lqbme_30`,"icon-bottom-right":`_icon-bottom-right_lqbme_34`},$e=({className:e,children:t,...n})=>(0,g.jsxs)(`blockquote`,{className:(0,l.clsx)(P[`elm-block-quote`],w.text,e),...n,children:[(0,g.jsx)(`div`,{className:(0,l.clsx)(P.icon,P[`icon-top-left`]),children:(0,g.jsx)(E,{d:_.mdiFormatQuoteOpen})}),(0,g.jsx)(`div`,{className:P.body,children:t}),(0,g.jsx)(`div`,{className:(0,l.clsx)(P.icon,P[`icon-bottom-right`]),children:(0,g.jsx)(E,{d:_.mdiFormatQuoteClose})})]}),F={"elm-callout":`_elm-callout_1xydl_1`,header:`_header_1xydl_27`,content:`_content_1xydl_36`,icon:`_icon_1xydl_40`,note:`_note_1xydl_45`,tip:`_tip_1xydl_49`,important:`_important_1xydl_53`,warning:`_warning_1xydl_57`,caution:`_caution_1xydl_61`},et=Object.freeze({note:_.mdiInformation,tip:_.mdiLightbulbOn,important:_.mdiShieldAlert,warning:_.mdiAlert,caution:_.mdiAlertOctagram}),tt=({className:e,type:t=`note`,style:n,children:r,...i})=>(0,g.jsxs)(`aside`,{className:(0,l.clsx)(F[`elm-callout`],F[t],e),style:n,...i,children:[(0,g.jsxs)(`div`,{className:F.header,children:[(0,g.jsx)(E,{className:F.icon,d:et[t],size:`1.25rem`}),(0,g.jsx)(`span`,{children:t})]}),(0,g.jsx)(`div`,{className:F.content,children:r})]}),nt={"elm-divider":`_elm-divider_8xkqn_1`},rt=({className:e,...t})=>(0,g.jsx)(`hr`,{className:(0,l.clsx)(nt[`elm-divider`],e),...t}),it={"elm-heading":`_elm-heading_9vw8y_1`,h1:`_h1_9vw8y_13`,h2:`_h2_9vw8y_35`,"h2-underline":`_h2-underline_9vw8y_61`,h3:`_h3_9vw8y_72`,h4:`_h4_9vw8y_87`,h5:`_h5_9vw8y_91`,h6:`_h6_9vw8y_95`},at={"elm-fragment-identifier":`_elm-fragment-identifier_xb2v4_1`},ot=({className:e,id:t,...n})=>{let r=e=>{let t=new URL(window.location.href);t.hash=e,window.history.replaceState(null,``,t.toString()),document.getElementById(e)?.scrollIntoView({behavior:`smooth`})};return(0,g.jsx)(`span`,{className:(0,l.clsx)(at[`elm-fragment-identifier`],e),onClick:()=>r(t),...n,children:`#`})},st=Object.freeze({1:1.5,2:1.4,3:1.3,4:1.2,5:1.15,6:1.1}),I=({className:e,level:t,text:n,id:r,style:i,children:a,...o})=>(0,g.jsxs)(`h${t}`,{className:(0,l.clsx)(it[`elm-heading`],w.text,it[`h${t}`],e),style:{"--elmethis-scoped-font-size":`${st[t]}em`,...i},id:r,...o,children:[(0,g.jsx)(`span`,{children:n}),a,r&&(0,g.jsx)(`span`,{style:{padding:`0.5rem`},children:(0,g.jsx)(ot,{id:r})}),t===2&&(0,g.jsx)(`span`,{className:it[`h2-underline`],"aria-hidden":`true`})]}),ct={"elm-list":`_elm-list_n8430_1`,bulleted:`_bulleted_n8430_9`,numbered:`_numbered_n8430_58`},lt=({className:e,listStyle:t=`unordered`,children:n,...r})=>t===`ordered`?(0,g.jsx)(`ol`,{className:(0,l.clsx)(w.text,ct[`elm-list`],ct.numbered,e),...r,children:n}):(0,g.jsx)(`ul`,{className:(0,l.clsx)(w.text,ct[`elm-list`],ct.bulleted,e),...r,children:n}),ut={"elm-paragraph":`_elm-paragraph_rbsk5_1`},dt=({className:e,style:t,color:n,backgroundColor:r,children:i,...a})=>(0,g.jsx)(`p`,{className:(0,l.clsx)(ut[`elm-paragraph`],w.text,e),style:{...t,"--elmethis-scoped-color":n,"--elmethis-scoped-background-color":r},...a,children:i}),ft={"elm-table":`_elm-table_14qfo_1`,caption:`_caption_14qfo_8`,"caption-inner":`_caption-inner_14qfo_18`,spacing:`_spacing_14qfo_25`},pt=(0,c.createContext)({value:!1}),mt=(0,c.createContext)(`body`),ht=({className:e,caption:t,hasRowHeader:n=!1,children:r,...i})=>{let a=(0,c.useMemo)(()=>({value:n}),[n]);return(0,g.jsx)(pt.Provider,{value:a,children:(0,g.jsxs)(`table`,{className:(0,l.clsx)(ft[`elm-table`],w.text,e),...i,children:[t&&(0,g.jsx)(`caption`,{children:(0,g.jsxs)(`span`,{className:ft.caption,children:[(0,g.jsx)(`span`,{className:ft.spacing}),(0,g.jsx)(`span`,{className:ft[`caption-inner`],children:(0,g.jsx)(O,{children:t})}),(0,g.jsx)(`span`,{className:ft.spacing})]})}),r]})})},gt=({children:e,...t})=>(0,g.jsx)(mt.Provider,{value:`body`,children:(0,g.jsx)(`tbody`,{...t,children:e})}),_t={"elm-table-cell":`_elm-table-cell_1a21f_1`,td:`_td_1a21f_20`,th:`_th_1a21f_25`},vt=({className:e,style:t,isHeader:n=!1,columnIndex:r,text:i,scope:a,children:o,...s})=>{let u=(0,c.useContext)(mt),d=(0,c.useContext)(pt),f=u===`head`,p=!f&&!n&&r===0&&d.value,m=f||n||p,h=a??(f?`col`:p?`row`:void 0),_=i??o;return m?(0,g.jsx)(`th`,{className:(0,l.clsx)(_t[`elm-table-cell`],_t.th,e),style:t,scope:h,...s,children:_}):(0,g.jsx)(`td`,{className:(0,l.clsx)(_t[`elm-table-cell`],_t.td,e),style:t,...s,children:_})},yt={"elm-table-header":`_elm-table-header_jhft7_1`},bt=({className:e,children:t,...n})=>(0,g.jsx)(mt.Provider,{value:`head`,children:(0,g.jsx)(`thead`,{className:(0,l.clsx)(yt[`elm-table-header`],e),...n,children:t})}),xt={"elm-table-row":`_elm-table-row_mkm0q_1`},St=({className:e,children:t,...n})=>(0,g.jsx)(`tr`,{className:(0,l.clsx)(xt[`elm-table-row`],e),...n,children:t}),Ct={"elm-unsupported-block":`_elm-unsupported-block_xdddx_1`,message:`_message_xdddx_14`,icon:`_icon_xdddx_21`,details:`_details_xdddx_25`},wt=({className:e,details:t,...n})=>(0,g.jsxs)(`div`,{className:(0,l.clsx)(Ct[`elm-unsupported-block`],e),...n,children:[(0,g.jsxs)(`div`,{className:Ct.message,children:[(0,g.jsx)(`svg`,{viewBox:`0 0 24 24`,width:`1.25rem`,height:`1.25rem`,className:Ct.icon,children:(0,g.jsx)(`path`,{d:`M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z`})}),(0,g.jsx)(O,{children:`UNSUPPORTED BLOCK`})]}),t&&(0,g.jsx)(`div`,{className:Ct.details,children:(0,g.jsx)(O,{children:t})})]}),Tt={start:`flex-start`,end:`flex-end`,center:`center`,spaceBetween:`space-between`,spaceAround:`space-around`,spaceEvenly:`space-evenly`,stretch:`stretch`},Et={start:`flex-start`,end:`flex-end`,center:`center`,stretch:`stretch`};function L(e,t){return Array.isArray(e)?e.map((e,n)=>{if(e&&typeof e==`object`&&`id`in e){let r=e;return(0,g.jsx)(c.Fragment,{children:t(r.id,r.basePath)},`${r.id}-${n}`)}return typeof e==`string`?(0,g.jsx)(c.Fragment,{children:t(e)},`${e}-${n}`):null}):null}function Dt(e){return Array.isArray(e)?e.flatMap(e=>{if(typeof e==`string`)return[{id:e}];if(e&&typeof e==`object`&&`id`in e){let t=e;return[{id:t.id,basePath:t.basePath}]}return[]}):[]}function Ot(e){return Array.isArray(e)?e.map(e=>typeof e==`string`?e:e&&typeof e==`object`&&`id`in e?e.id:null).filter(e=>typeof e==`string`):[]}var kt=`https://a2ui.org/specification/v0_9/basic_catalog.json`,At={boxSizing:`content-box`,paddingBlock:`0.25rem`,width:`100%`,display:`flex`,flexDirection:`row`,gap:`0.25rem`,justifyContent:`space-around`,overflowX:`auto`},jt=[(0,f.createComponentImplementation)(m.RichTextApi,({props:e})=>{let t=e.decoration??[];return t.includes(`katex`)?(0,g.jsx)(ne,{expression:e.text,block:!1}):(0,g.jsx)(O,{bold:t.includes(`bold`),italic:t.includes(`italic`),underline:t.includes(`underline`),strikethrough:t.includes(`strikethrough`),code:t.includes(`code`),color:e.color,ruby:e.ruby,children:e.text})}),(0,f.createComponentImplementation)(m.LinkTextApi,({props:e})=>(0,g.jsx)(O,{href:e.href,favicon:e.favicon,children:e.text})),(0,f.createComponentImplementation)(m.IconApi,({props:e})=>(0,g.jsx)(D,{src:e.src,alt:e.alt})),(0,f.createComponentImplementation)(m.ColumnApi,({props:e,buildChild:t})=>(0,g.jsx)(`div`,{style:{display:`flex`,flexDirection:`column`,justifyContent:Tt[e.justify??`start`],alignItems:Et[e.align??`stretch`],flex:e.widthRatio==null?void 0:String(e.widthRatio),boxSizing:`border-box`,padding:`0.125rem`},children:L(e.children,t)})),(0,f.createComponentImplementation)(m.ColumnListApi,({props:e,buildChild:t})=>(0,g.jsx)(`div`,{style:At,children:L(e.children,t)})),(0,f.createComponentImplementation)(m.HeadingApi,({props:e,buildChild:t})=>(0,g.jsx)(I,{level:e.level,children:L(e.children,t)})),(0,f.createComponentImplementation)(m.ParagraphApi,({props:e,buildChild:t})=>(0,g.jsx)(dt,{color:e.color,backgroundColor:e.backgroundColor,children:L(e.children,t)})),(0,f.createComponentImplementation)(m.ListApi,({props:e,buildChild:t})=>(0,g.jsx)(lt,{listStyle:e.style??`unordered`,children:Dt(e.children).map(({id:e,basePath:n},r)=>(0,g.jsx)(`li`,{children:t(e,n)},`${e}:${r}`))})),(0,f.createComponentImplementation)(m.ListItemApi,({props:e,buildChild:t})=>(0,g.jsx)(g.Fragment,{children:L(e.children,t)})),(0,f.createComponentImplementation)(m.BlockQuoteApi,({props:e,buildChild:t})=>(0,g.jsx)($e,{cite:e.cite,children:L(e.children,t)})),(0,f.createComponentImplementation)(m.CalloutApi,({props:e,buildChild:t})=>(0,g.jsx)(tt,{type:e.type,children:L(e.children,t)})),(0,f.createComponentImplementation)(m.DividerApi,()=>(0,g.jsx)(rt,{})),(0,f.createComponentImplementation)(m.ToggleApi,({props:e,buildChild:t})=>(0,g.jsx)(Qe,{summary:L(e.summary,t),children:L(e.children,t)})),(0,f.createComponentImplementation)(m.BookmarkApi,({props:e})=>(0,g.jsx)(Ue,{url:e.url,title:e.title,description:e.description,image:e.image})),(0,f.createComponentImplementation)(m.FileApi,({props:e})=>(0,g.jsx)(Ve,{src:e.src,name:e.name})),(0,f.createComponentImplementation)(m.BlockImageApi,({props:e})=>(0,g.jsx)(Re,{src:e.src,alt:e.alt,width:e.width,height:e.height,srcSet:e.srcset,sizes:e.sizes,caption:e.caption,enableModal:!0})),(0,f.createComponentImplementation)(m.CodeBlockApi,({props:e})=>(0,g.jsx)(Me,{code:e.code,language:e.language,caption:e.caption})),(0,f.createComponentImplementation)(m.KatexApi,({props:e})=>(0,g.jsx)(ne,{expression:e.expression,block:!0})),(0,f.createComponentImplementation)(m.MermaidApi,({props:e})=>(0,g.jsx)(Me,{code:e.code,language:`mermaid`})),(0,f.createComponentImplementation)(m.ContentTabApi,()=>null),(0,f.createComponentImplementation)(m.ContentTabsApi,({props:e,buildChild:t,context:n})=>{let r=Ot(e.children).map(e=>{let t=n.surfaceComponents.get(e);return{tabId:e,labelIds:Ot(t?.properties.label),contentIds:Ot(t?.properties.content)}});return(0,g.jsxs)(Je,{defaultValue:`0`,children:[(0,g.jsx)(Ye,{children:r.map(({tabId:e,labelIds:n},r)=>(0,g.jsx)(Xe,{value:String(r),children:n.map((e,n)=>(0,g.jsx)(c.Fragment,{children:t(e,`/`)},`${e}:${n}`))},e))}),r.map(({tabId:e,contentIds:n},r)=>(0,g.jsx)(Ze,{value:String(r),children:n.map((e,n)=>(0,g.jsx)(c.Fragment,{children:t(e,`/`)},`${e}:${n}`))},e))]})}),(0,f.createComponentImplementation)(m.TableApi,({props:e,buildChild:t})=>(0,g.jsxs)(ht,{caption:e.caption?String(e.caption):void 0,hasRowHeader:e.hasRowHeader,children:[e.header&&e.header.length>0&&(0,g.jsx)(bt,{children:L(e.header,t)}),(0,g.jsx)(gt,{children:L(e.body,t)})]})),(0,f.createComponentImplementation)(m.TableRowApi,({props:e,buildChild:t})=>(0,g.jsx)(St,{children:L(e.children,t)})),(0,f.createComponentImplementation)(m.TableCellApi,({props:e,buildChild:t})=>(0,g.jsx)(vt,{isHeader:e.isHeader,children:L(e.children,t)})),(0,f.createComponentImplementation)(m.UnsupportedApi,({props:e})=>(0,g.jsx)(wt,{details:e.details?`Unsupported component type: ${String(e.details)}`:`Unsupported component type`}))],Mt=[...f.basicCatalog.components.values(),...jt],Nt=Array.from(f.basicCatalog.functions.values()),Pt=new p.Catalog(kt,Mt,Nt);async function Ft(e,{signal:t,onMessage:n,onError:r}){if(t?.aborted)return;let i=e.getReader(),a=new TextDecoder,o=``,s=()=>{i.cancel().catch(()=>{})};t?.addEventListener(`abort`,s,{once:!0});let c=e=>{let t=e.trim();if(t)try{n(JSON.parse(t))}catch(e){r?.(e,t)}};try{for(;;){let{done:e,value:t}=await i.read();if(e)break;o+=a.decode(t,{stream:!0});let n=o.split(`
|
|
2
|
+
`);o=n.pop()??``;for(let e of n)c(e)}t?.aborted||c(o)}finally{t?.removeEventListener(`abort`,s);try{i.releaseLock()}catch{}}}var It={"elm-a2ui":`_elm-a2ui_1rxgk_1`,surface:`_surface_1rxgk_7`},Lt=`https://a2ui.org/specification/v0_9/basic_catalog.json`,Rt=async e=>{let t=u.marked.parse(e,{async:!1,gfm:!0});return d.default.sanitize(t)},zt={"--elmethis-margin-block-start":`2rem`},Bt=({className:e,style:t,url:n,headers:r,messages:i,catalogId:a,components:o=Mt,...s})=>{let[u,d]=(0,c.useState)([]),[m,h]=(0,c.useState)([]),_=(0,c.useRef)(null),v=(0,c.useRef)(new Map);(0,c.useEffect)(()=>{if(!n)return;let e=new AbortController;return d([]),fetch(n,{headers:r,signal:e.signal}).then(async t=>{t.body&&await Ft(t.body,{signal:e.signal,onMessage:e=>{e&&typeof e==`object`&&d(t=>[...t,e])},onError:(e,t)=>{console.warn(`[ElmA2ui] skipped invalid JSON line:`,t,e)}})}).catch(e=>{e instanceof Error&&e.name!==`AbortError`&&console.error(`[ElmA2ui] stream error:`,e)}),()=>e.abort()},[n,r]);let y=i||u;return(0,c.useEffect)(()=>{let e=()=>h(Array.from(v.current.values())),t=_.current;if(t!==null&&t.catalogId===a&&y.length>=t.messages.length&&t.messages.every((e,t)=>e===y[t])&&t){let e=y.slice(t.processed);if(!e.length)return;for(let n of e)try{t.processor.processMessages([n])}catch(e){console.warn(`[ElmA2ui] skipped invalid A2UI message:`,n,e)}t.processed=y.length,t.messages=y;return}if(t){for(let e of t.subs)e.unsubscribe();t.processor.model.dispose()}let n=new Set([Lt]);a&&n.add(a);for(let e of y)if(e&&typeof e==`object`&&`createSurface`in e){let t=e.createSurface?.catalogId;typeof t==`string`&&n.add(t)}let r=new p.MessageProcessor(Array.from(n).map(e=>new p.Catalog(e,o,Nt))),i=v.current;i.clear();let s=[];s.push(r.model.onSurfaceCreated.subscribe(t=>{i.set(t.id,t),e()})),s.push(r.model.onSurfaceDeleted.subscribe(t=>{i.delete(t),e()}));for(let e of y)try{r.processMessages([e])}catch(t){console.warn(`[ElmA2ui] skipped invalid A2UI message:`,e,t)}_.current={processor:r,subs:s,processed:y.length,messages:y,catalogId:a},e()},[y,a,o]),(0,c.useEffect)(()=>()=>{let e=_.current;if(e){for(let t of e.subs)t.unsubscribe();e.processor.model.dispose(),_.current=null}},[]),(0,g.jsx)(`div`,{className:(0,l.default)(It[`elm-a2ui`],e),style:t,...s,children:(0,g.jsx)(f.MarkdownContext.Provider,{value:Rt,children:m.map(e=>(0,g.jsx)(`div`,{className:It.surface,style:zt,children:(0,g.jsx)(f.A2uiSurface,{surface:e})},e.id))})})},Vt={"parallax-watcher":`_parallax-watcher_z693a_1`,parallax:`_parallax_z693a_1`},Ht=({className:e,images:t,...n})=>{let[r,i]=(0,c.useState)(0);return(0,c.useEffect)(()=>{let e=()=>{i(window.scrollY)};return window.addEventListener(`scroll`,e),()=>{window.removeEventListener(`scroll`,e)}},[]),(0,g.jsxs)(`div`,{className:e,...n,children:[(0,g.jsx)(`div`,{className:Vt[`parallax-watcher`]}),t.map((e,t)=>(0,g.jsx)(`div`,{className:Vt.parallax,style:{backgroundImage:`url(${e})`,transform:`scale(1.2) translateY(${r/(1e3*(t+1))}%)`,transformOrigin:`bottom`}},t))]})},Ut={"elm-tooltip":`_elm-tooltip_1b13f_1`,tooltip:`_tooltip_1b13f_5`,show:`_show_1b13f_18`},Wt=({className:e,original:t,tooltip:n,onMouseOver:r,onMouseLeave:i,...a})=>{let o=(0,c.useRef)(null),[s,u]=(0,c.useState)(!1),d=(0,c.useRef)(!1),f=(0,c.useRef)(void 0),[p,m]=(0,c.useState)({}),h=(0,c.useCallback)(e=>{let t=o.current;if(!t)return;d.current&&(window.clearTimeout(f.current),d.current=!1);let n=t.getBoundingClientRect(),i=window.innerWidth;n.x>i/2?m({top:`${n.bottom}px`,right:`${i-n.x-n.width}px`}):m({top:`${n.bottom}px`,left:`${n.x}px`}),u(!0),r?.(e)},[r]),_=(0,c.useCallback)(e=>{d.current||(d.current=!0,f.current=window.setTimeout(()=>{d.current=!1,u(!1)},250)),i?.(e)},[i]);return(0,g.jsxs)(`span`,{ref:o,className:(0,l.clsx)(Ut[`elm-tooltip`],e),onMouseOver:h,onMouseLeave:_,...a,children:[t,(0,g.jsx)(`div`,{className:(0,l.clsx)(Ut.tooltip,s&&Ut.show),style:p,children:n})]})},Gt={"elm-block-fallback":`_elm-block-fallback_1sx02_1`},Kt={"elm-dot-loading-icon":`_elm-dot-loading-icon_qjgj2_15`,dot:`_dot_qjgj2_25`,bounce:`_bounce_qjgj2_1`},qt=({className:e,style:t,size:n=`4em`,...r})=>(0,g.jsxs)(`span`,{className:(0,l.clsx)(Kt[`elm-dot-loading-icon`],e),style:{"--elmethis-scoped-size":n,...t},...r,children:[(0,g.jsx)(`span`,{className:Kt.dot,"aria-hidden":`true`}),(0,g.jsx)(`span`,{className:Kt.dot,"aria-hidden":`true`}),(0,g.jsx)(`span`,{className:Kt.dot,"aria-hidden":`true`})]}),Jt=({className:e,style:t,height:n=`16rem`,...r})=>(0,g.jsxs)(`div`,{className:(0,l.clsx)(Gt[`elm-block-fallback`],e),style:{"--elmethis-scoped-height":n,...t},...r,children:[(0,g.jsx)(qt,{}),(0,g.jsx)(Pe,{})]}),R={"elm-button":`_elm-button_9qh0y_1`,normal:`_normal_9qh0y_22`,primary:`_primary_9qh0y_29`,colored:`_colored_9qh0y_36`,enable:`_enable_9qh0y_40`,flex:`_flex_9qh0y_59`,ripple:`_ripple_9qh0y_83`,"button-ripple":`_button-ripple_9qh0y_1`},Yt=({className:e,style:t,onClick:n,isLoading:r,block:i,color:a,primary:o,disabled:s,children:u,...d})=>{let[f,p]=(0,c.useState)(!1);return(0,g.jsxs)(`button`,{onClick:e=>{!r&&!s&&n&&(p(!0),setTimeout(()=>p(!1),300),n(e))},disabled:s,className:(0,l.clsx)(R[`elm-button`],!r&&!s&&R.enable,a&&R.colored,!a&&!o&&R.normal,!a&&o&&R.primary,e),style:{display:i?`flex`:`inline-flex`,width:i?`100%`:`auto`,cursor:s?`not-allowed`:r?`progress`:`pointer`,"--elmethis-scoped-opacity":s||r?.6:void 0,"--elmethis-scoped-color":a,...t},...d,children:[f&&(0,g.jsx)(`span`,{className:R.ripple}),r?(0,g.jsx)(qt,{size:`1.5rem`}):(0,g.jsx)(`span`,{className:R.flex,children:u})]})},z={"elm-checkbox":`_elm-checkbox_18dfs_1`,disabled:`_disabled_18dfs_12`,checkbox:`_checkbox_18dfs_22`,rect:`_rect_18dfs_27`,loading:`_loading_18dfs_30`,checked:`_checked_18dfs_34`,"loading-dot":`_loading-dot_18dfs_39`,"check-line":`_check-line_18dfs_54`,"elmethis-checkbox-check-line":`_elmethis-checkbox-check-line_18dfs_1`},Xt=({className:e,label:t,isLoading:n,disabled:r,checked:i,defaultChecked:a,onCheckedChange:o,...s})=>{let[c,u]=Ge({value:i,defaultValue:a??!1,onChange:o});return(0,g.jsx)(`div`,{className:(0,l.clsx)(z[`elm-checkbox`],r&&z.disabled,e),onClick:()=>{!n&&!r&&u(!c)},...s,children:(0,g.jsxs)(`div`,{style:{display:`flex`,alignItems:`center`,gap:`0.5rem`},children:[(0,g.jsxs)(`svg`,{width:`24`,height:`24`,className:z.checkbox,children:[(0,g.jsxs)(`circle`,{cx:`0`,cy:`0`,r:`2`,className:z[`loading-dot`],style:{opacity:+!!n},children:[(0,g.jsx)(`animate`,{attributeName:`cx`,values:`4; 20; 20; 4; 4`,dur:`1.2s`,repeatCount:`indefinite`,keySplines:`0.25 0.1 0.25 1; 0.42 0 0.58 1; 0.25 0.1 0.25 1; 0.42 0 0.58 1`,calcMode:`spline`}),(0,g.jsx)(`animate`,{attributeName:`cy`,values:`4; 4; 20; 20; 4`,dur:`1.2s`,repeatCount:`indefinite`,keySplines:`0.25 0.1 0.25 1; 0.42 0 0.58 1; 0.25 0.1 0.25 1; 0.42 0 0.58 1`,calcMode:`spline`})]}),(0,g.jsxs)(`circle`,{cx:`20`,cy:`20`,r:`2`,className:z[`loading-dot`],style:{opacity:+!!n},children:[(0,g.jsx)(`animate`,{attributeName:`cx`,values:`20; 4; 4; 20; 20`,dur:`1.2s`,repeatCount:`indefinite`,keySplines:`0.25 0.1 0.25 1; 0.42 0 0.58 1; 0.25 0.1 0.25 1; 0.42 0 0.58 1`,calcMode:`spline`}),(0,g.jsx)(`animate`,{attributeName:`cy`,values:`20; 20; 4; 4; 20`,dur:`1.2s`,repeatCount:`indefinite`,keySplines:`0.25 0.1 0.25 1; 0.42 0 0.58 1; 0.25 0.1 0.25 1; 0.42 0 0.58 1`,calcMode:`spline`})]}),(0,g.jsx)(`rect`,{x:`4`,y:`4`,width:`16`,height:`16`,className:(0,l.clsx)(z.rect,c&&z.checked,n&&z.loading),strokeWidth:`0.8`}),c&&(0,g.jsx)(`polyline`,{className:z[`check-line`],points:`5,12 10,17 19,8`,strokeWidth:`1.5`,fill:`transparent`}),(0,g.jsx)(`line`,{x1:`0`,y1:`1`,x2:`4`,y2:`1`,strokeWidth:`2`,fill:`transparent`}),(0,g.jsx)(`line`,{x1:`4`,y1:`0`,x2:`24`,y2:`0`,strokeWidth:`1`,fill:`transparent`}),(0,g.jsx)(`line`,{x1:`0`,y1:`4`,x2:`0`,y2:`16`,strokeWidth:`1`,fill:`transparent`}),(0,g.jsx)(`line`,{x1:`0`,y1:`18`,x2:`0`,y2:`20`,strokeWidth:`1`,fill:`transparent`}),(0,g.jsx)(`line`,{x1:`0`,y1:`24`,x2:`20`,y2:`24`,strokeWidth:`1`,fill:`transparent`}),(0,g.jsx)(`line`,{x1:`20`,y1:`23`,x2:`24`,y2:`23`,strokeWidth:`1.5`,fill:`transparent`}),(0,g.jsx)(`line`,{x1:`24`,y1:`4`,x2:`24`,y2:`20`,style:{strokeWidth:`1px`},fill:`transparent`})]}),(0,g.jsx)(O,{children:t})]})})},B={"elm-select":`_elm-select_akem7_1`,disabled:`_disabled_akem7_23`,active:`_active_akem7_27`,label:`_label_akem7_31`,"label-active":`_label-active_akem7_44`,body:`_body_akem7_49`,"selected-option":`_selected-option_akem7_56`,"option-content":`_option-content_akem7_59`,fallback:`_fallback_akem7_66`,pulldown:`_pulldown_akem7_74`,option:`_option_akem7_59`},Zt=({className:e,style:t,label:n,placeholder:r,disabled:i,isLoading:a,options:o,selectedOptionId:s,defaultSelectedOptionId:u=null,onSelectedOptionIdChange:d,icon:f,children:p,...m})=>{let[h,v]=Ge({value:s,defaultValue:u,onChange:d}),y=o.find(e=>e.id===h)??null,[b,x]=(0,c.useState)(!1),S=(0,c.useRef)(null);(0,c.useEffect)(()=>{let e=e=>{if(!b||!S.current)return;let t=e.target;S.current.contains(t)||x(!1)};return document.addEventListener(`click`,e),()=>document.removeEventListener(`click`,e)},[b]);let C=(0,c.useCallback)(()=>{!i&&!a&&x(e=>!e)},[i,a]);return(0,g.jsxs)(`div`,{ref:S,className:(0,l.clsx)(B[`elm-select`],b&&B.active,(i||a)&&B.disabled,e),style:t,onClick:C,...m,children:[(0,g.jsxs)(`span`,{className:(0,l.clsx)(B.label,b&&B[`label-active`]),children:[f??(0,g.jsx)(E,{d:_.mdiArrowDownDropCircleOutline,size:`0.75rem`}),n]}),(0,g.jsxs)(`div`,{className:B.body,children:[(0,g.jsx)(`div`,{className:(0,l.clsx)(B[`selected-option`],w.text),children:y?(0,g.jsxs)(`div`,{className:B[`option-content`],children:[y.icon&&(0,g.jsx)(D,{src:y.icon}),(0,g.jsx)(O,{children:y.label})]},y.id):(0,g.jsx)(`div`,{className:B.fallback,children:(0,g.jsx)(`span`,{children:r??`Select an option`})})}),(0,g.jsx)(E,{d:_.mdiMenuDown,size:`1.5rem`}),(0,g.jsx)(We,{isOpen:b,className:B.pulldown,children:o.map(e=>(0,g.jsxs)(`div`,{className:(0,l.clsx)(B.option,w.text),onClick:t=>{t.stopPropagation(),v(e.id),x(!1)},children:[(0,g.jsx)(E,{d:_.mdiChevronRight,color:`var(--elmethis-color-primary-weak)`,size:`0.75em`}),e.icon&&(0,g.jsx)(D,{src:e.icon}),(0,g.jsx)(O,{children:e.label})]},e.id))})]})]})},V={switch:`_switch_9s4vz_1`,bar:`_bar_9s4vz_5`,checked:`_checked_9s4vz_21`,disabled:`_disabled_9s4vz_26`,circle:`_circle_9s4vz_31`},Qt=({className:e,style:t,color:n,size:r,disabled:i,checked:a,onCheckedChange:o,...s})=>(0,g.jsxs)(`div`,{onClick:()=>{i||o?.(!a)},className:e,style:{"--elmethis-scoped-color":n??`var(--elmethis-color-primary)`,"--elmethis-scoped-padding":`2px`,"--elmethis-scoped-size":r??`18px`,"--elmethis-scoped-width":`calc(var(--elmethis-scoped-size) * 2 + var(--elmethis-scoped-padding) * 2)`,...t},...s,children:[(0,g.jsx)(`input`,{className:V.switch,type:`checkbox`,checked:a,disabled:i,readOnly:!0}),(0,g.jsx)(`div`,{className:(0,l.clsx)(V.bar,a&&V.checked,i&&V.disabled),children:(0,g.jsx)(`div`,{className:(0,l.clsx)(V.circle,a&&V.checked,i&&V.disabled)})})]}),H={loading:`_loading_1elo2_23`,"elm-text-area":`_elm-text-area_1elo2_37`,disabled:`_disabled_1elo2_63`,active:`_active_1elo2_67`,header:`_header_1elo2_72`,"label-active":`_label-active_1elo2_85`,requierd:`_requierd_1elo2_90`,body:`_body_1elo2_96`,textarea:`_textarea_1elo2_101`},$t=({className:e,style:t,label:n,icon:r,maxLength:i,placeholder:a,disabled:o,isLoading:s,required:u,value:d,defaultValue:f,rows:p=3,onInput:m,onFocus:h,onBlur:v,...y})=>{let[b,x]=(0,c.useState)(!1),S=d!=null||f!=null,[C,ee]=(0,c.useState)(()=>String(f??``).length),w=d==null?C:String(d).length;return(0,g.jsxs)(`label`,{className:(0,l.clsx)(H[`elm-text-area`],b&&H.active,(o||s)&&H.disabled,e),style:t,children:[(0,g.jsxs)(`span`,{className:(0,l.clsx)(H.header,b&&H[`label-active`]),children:[r??(0,g.jsx)(E,{d:_.mdiTextLong,size:`0.75rem`}),(0,g.jsxs)(`span`,{children:[n,u&&(0,g.jsx)(`span`,{className:H.requierd,children:`*`})]}),S&&(0,g.jsx)(O,{color:i!=null&&w>i?`var(--elmethis-color-accent-error)`:`gray`,size:`0.75rem`,children:i==null?`${w}`:`${w} / ${i}`})]}),(0,g.jsx)(`div`,{className:H.body,children:(0,g.jsx)(`textarea`,{value:d,defaultValue:f,rows:p,maxLength:i,className:H.textarea,placeholder:a,onFocus:e=>{x(!0),h?.(e)},onBlur:e=>{x(!1),v?.(e)},disabled:o||s,style:{cursor:o?`not-allowed`:s?`progress`:`auto`},"aria-required":u,onInput:e=>{ee(e.currentTarget.value.length),m?.(e)},...y})}),(0,g.jsx)(`div`,{className:H.loading,style:{opacity:+!!s}})]})},U={loading:`_loading_11box_23`,"elm-text-field":`_elm-text-field_11box_37`,disabled:`_disabled_11box_59`,active:`_active_11box_63`,header:`_header_11box_68`,"label-active":`_label-active_11box_81`,requierd:`_requierd_11box_86`,body:`_body_11box_92`,input:`_input_11box_100`,"right-icon-box":`_right-icon-box_11box_121`,"clickable-icon":`_clickable-icon_11box_126`,"prefix-suffix":`_prefix-suffix_11box_142`},en=({className:e,style:t,label:n,maxLength:r,prefix:i,suffix:a,placeholder:o,disabled:s,isLoading:u,icon:d,value:f,isPassword:p,required:m,onFocus:h,onBlur:v,...y})=>{let b=(0,c.useRef)(null),[x,S]=(0,c.useState)(!1),[C,ee]=(0,c.useState)(p?`password`:`text`),w=e=>{let t=b.current;t&&((Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,`value`)?.set)?.call(t,e),t.dispatchEvent(new Event(`input`,{bubbles:!0})))},te=f==null?0:String(f).length;return(0,g.jsxs)(`label`,{className:(0,l.clsx)(U[`elm-text-field`],x&&U.active,(s||u)&&U.disabled,e),style:t,children:[(0,g.jsxs)(`span`,{className:(0,l.clsx)(U.header,x&&U[`label-active`]),children:[d??(0,g.jsx)(E,{d:_.mdiText,size:`0.75rem`}),(0,g.jsxs)(`span`,{children:[n,m&&(0,g.jsx)(`span`,{className:U.requierd,children:`*`})]}),f!=null&&(0,g.jsx)(O,{color:r!=null&&te>r?`var(--elmethis-color-accent-error)`:`gray`,size:`0.75rem`,children:r==null?`${te}`:`${te} / ${r}`})]}),(0,g.jsxs)(`div`,{className:U.body,children:[i&&(0,g.jsx)(`span`,{className:U[`prefix-suffix`],children:i}),(0,g.jsx)(`input`,{...y,ref:b,value:f,type:C,className:U.input,placeholder:o,onFocus:e=>{S(!0),h?.(e)},onBlur:e=>{S(!1),v?.(e)},disabled:s||u,style:{cursor:s?`not-allowed`:u?`progress`:`auto`},"aria-required":m}),(0,g.jsxs)(`div`,{className:U[`right-icon-box`],children:[(0,g.jsx)(`span`,{className:U[`prefix-suffix`],children:a!=null&&(0,g.jsx)(O,{children:a})}),(0,g.jsx)(`div`,{className:U[`clickable-icon`],onClick:()=>{!u&&!s&&ee(e=>e===`text`?`password`:`text`)},children:(0,g.jsx)(E,{d:C===`text`?_.mdiEyeOutline:_.mdiEyeOffOutline,size:`1.25rem`,color:`gray`})}),(0,g.jsx)(`div`,{className:U[`clickable-icon`],onClick:()=>{!u&&!s&&w(``)},children:(0,g.jsx)(E,{d:_.mdiTrashCanOutline,size:`1.25rem`,color:`gray`})})]})]}),(0,g.jsx)(`div`,{className:U.loading,style:{opacity:+!!u}})]})},tn={"elm-validation":`_elm-validation_1cigg_1`},nn=({className:e,style:t,text:n,validColor:r=`var(--elmethis-color-accent-success)`,isValid:i,...a})=>(0,g.jsxs)(`div`,{className:(0,l.clsx)(tn[`elm-validation`],e),style:{"--elmethis-scoped-opacity":i?1:.5,...t},...a,children:[(0,g.jsx)(E,{d:i?_.mdiCheckCircle:_.mdiCheckCircleOutline,color:i?r:void 0}),(0,g.jsx)(O,{color:i?r:void 0,children:n})]}),rn=({className:e,style:t,content:n})=>{let{CopyButton:r}=je({className:e,style:t,content:n});return(0,g.jsx)(r,{})},an={"elm-square-loading-icon":`_elm-square-loading-icon_m72nq_19`,square:`_square_m72nq_28`,appear:`_appear_m72nq_1`},on=({className:e,style:t,size:n=`3rem`,dimensions:r=4,...i})=>{let a=1200,o=a/(r*3);return(0,g.jsx)(`span`,{className:(0,l.clsx)(an[`elm-square-loading-icon`],e),style:{"--elmethis-scoped-size":n,"--elmethis-scoped-dimensions":r,"--elmethis-scoped-duration":`${a}ms`,...t},...i,children:Array(r).fill(null).map((e,t)=>Array(r).fill(null).map((e,n)=>(0,g.jsx)(`span`,{className:an.square,style:{"--elmethis-scoped-delay":`${o*(t+n)}ms`}},`${t}-${n}`)))})},W=`elmethis-theme`,sn=`elmethis-theme-change`,cn=e=>e===`dark`?`dark`:e===`light`?`light`:null,ln=()=>typeof matchMedia<`u`&&matchMedia(`(prefers-color-scheme: dark)`).matches,un=(e,t)=>{let n=document.documentElement;e==null?(n.style.removeProperty(`color-scheme`),n.removeAttribute(`data-theme`),t&&typeof localStorage<`u`&&localStorage.removeItem(W)):(n.style.colorScheme=e,n.setAttribute(`data-theme`,e),t&&typeof localStorage<`u`&&localStorage.setItem(W,e)),window.dispatchEvent(new CustomEvent(sn,{detail:e}))},dn=()=>{if(typeof window>`u`)return!1;let e=cn(localStorage.getItem(W));return e==null?ln():e===`dark`};function fn(){let[e,t]=(0,c.useState)(dn),n=(0,c.useCallback)(()=>{t(e=>{let t=!e;return un(t?`dark`:`light`,!0),t})},[]);return(0,c.useEffect)(()=>{let e=e=>{let n=e.detail;t(n==null?ln():n===`dark`)},n=e=>{if(e.key!==W)return;let n=cn(e.newValue);t(n==null?ln():n===`dark`),un(n,!1)};window.addEventListener(sn,e),window.addEventListener(`storage`,n);let r=cn(localStorage.getItem(W));r!=null&&un(r,!1);let i,a=e=>{cn(localStorage.getItem(W))??t(e.matches)};return typeof matchMedia<`u`&&(i=matchMedia(`(prefers-color-scheme: dark)`),i.addEventListener(`change`,a)),()=>{window.removeEventListener(sn,e),window.removeEventListener(`storage`,n),i?.removeEventListener(`change`,a)}},[]),{isDarkTheme:e,toggleTheme:n}}var pn={"elm-toggle-theme":`_elm-toggle-theme_11awq_1`},mn=({className:e,style:t,size:n=`2rem`,...r})=>{let{isDarkTheme:i,toggleTheme:a}=fn();return i?(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:n,height:n,viewBox:`0 0 24 24`,className:(0,l.clsx)(pn[`elm-toggle-theme`],e),style:t,onClick:a,...r,children:[(0,g.jsxs)(`path`,{fillOpacity:`0`,d:`M15.22 6.03l2.53-1.94L14.56 4L13.5 1l-1.06 3l-3.19.09l2.53 1.94l-.91 3.06l2.63-1.81l2.63 1.81z`,fill:`currentColor`,children:[(0,g.jsx)(`animate`,{id:`lineMdSunnyOutlineToMoonLoopTransition0`,fill:`freeze`,attributeName:`fill-opacity`,begin:`0.6s;lineMdSunnyOutlineToMoonLoopTransition0.begin+6s`,dur:`0.4s`,values:`0;1`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+2.2s`,dur:`0.4s`,values:`1;0`})]}),(0,g.jsxs)(`path`,{fillOpacity:`0`,d:`M13.61 5.25L15.25 4l-2.06-.05L12.5 2l-.69 1.95L9.75 4l1.64 1.25l-.59 1.98l1.7-1.17l1.7 1.17z`,fill:`currentColor`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+3s`,dur:`0.4s`,values:`0;1`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+5.2s`,dur:`0.4s`,values:`1;0`})]}),(0,g.jsxs)(`path`,{fillOpacity:`0`,d:`M19.61 12.25L21.25 11l-2.06-.05L18.5 9l-.69 1.95l-2.06.05l1.64 1.25l-.59 1.98l1.7-1.17l1.7 1.17z`,fill:`currentColor`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+0.4s`,dur:`0.4s`,values:`0;1`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+2.8s`,dur:`0.4s`,values:`1;0`})]}),(0,g.jsxs)(`path`,{fillOpacity:`0`,d:`M20.828 9.731l1.876-1.439l-2.366-.067L19.552 6l-.786 2.225l-2.366.067l1.876 1.439L17.601 12l1.951-1.342L21.503 12z`,fill:`currentColor`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+3.4s`,dur:`0.4s`,values:`0;1`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`lineMdSunnyOutlineToMoonLoopTransition0.begin+5.6s`,dur:`0.4s`,values:`1;0`})]}),(0,g.jsxs)(`g`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,children:[(0,g.jsxs)(`g`,{children:[(0,g.jsx)(`path`,{strokeDasharray:`2`,strokeDashoffset:`4`,d:`M12 21v1M21 12h1M12 3v-1M3 12h-1`,children:(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`stroke-dashoffset`,dur:`0.2s`,values:`4;2`})}),(0,g.jsx)(`path`,{strokeDasharray:`2`,strokeDashoffset:`4`,d:`M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5`,children:(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`stroke-dashoffset`,begin:`0.2s`,dur:`0.2s`,values:`4;2`})}),(0,g.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.5s`,to:`0`})]}),(0,g.jsx)(`path`,{d:`M7 6 C7 12.08 11.92 17 18 17 C18.53 17 19.05 16.96 19.56 16.89 C17.95 19.36 15.17 21 12 21 C7.03 21 3 16.97 3 12 C3 8.83 4.64 6.05 7.11 4.44 C7.04 4.95 7 5.47 7 6 Z`,opacity:`0`,children:(0,g.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.5s`,to:`1`})})]}),(0,g.jsxs)(`mask`,{id:`lineMdSunnyOutlineToMoonLoopTransition1`,children:[(0,g.jsx)(`circle`,{cx:`12`,cy:`12`,r:`12`,fill:`#fff`}),(0,g.jsx)(`circle`,{cx:`12`,cy:`12`,r:`4`,children:(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.1s`,dur:`0.4s`,values:`4;8`})}),(0,g.jsxs)(`circle`,{cx:`22`,cy:`2`,r:`3`,fill:`#fff`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`cx`,begin:`0.1s`,dur:`0.4s`,values:`22;18`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`cy`,begin:`0.1s`,dur:`0.4s`,values:`2;6`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.1s`,dur:`0.4s`,values:`3;12`})]}),(0,g.jsxs)(`circle`,{cx:`22`,cy:`2`,r:`1`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`cx`,begin:`0.1s`,dur:`0.4s`,values:`22;18`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`cy`,begin:`0.1s`,dur:`0.4s`,values:`2;6`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.1s`,dur:`0.4s`,values:`1;10`})]})]}),(0,g.jsxs)(`circle`,{cx:`12`,cy:`12`,r:`6`,mask:`url(#lineMdSunnyOutlineToMoonLoopTransition1)`,fill:`currentColor`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.1s`,dur:`0.4s`,values:`6;10`}),(0,g.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.5s`,to:`0`})]})]}):(0,g.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:n,height:n,viewBox:`0 0 24 24`,className:(0,l.clsx)(pn[`elm-toggle-theme`],e),style:t,onClick:a,...r,children:[(0,g.jsxs)(`g`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,children:[(0,g.jsxs)(`path`,{strokeDasharray:`2`,strokeDashoffset:`2`,d:`M12 19v1M19 12h1M12 5v-1M5 12h-1`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`d`,begin:`1.2s`,dur:`0.2s`,values:`M12 19v1M19 12h1M12 5v-1M5 12h-1;M12 21v1M21 12h1M12 3v-1M3 12h-1`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`stroke-dashoffset`,begin:`1.2s`,dur:`0.2s`,values:`2;0`})]}),(0,g.jsxs)(`path`,{strokeDasharray:`2`,strokeDashoffset:`2`,d:`M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`d`,begin:`1.4s`,dur:`0.2s`,values:`M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5;M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`stroke-dashoffset`,begin:`1.4s`,dur:`0.2s`,values:`2;0`})]}),(0,g.jsx)(`animateTransform`,{attributeName:`transform`,dur:`30s`,repeatCount:`indefinite`,type:`rotate`,values:`0 12 12;360 12 12`})]}),(0,g.jsxs)(`g`,{fill:`currentColor`,children:[(0,g.jsx)(`path`,{d:`M15.22 6.03L17.75 4.09L14.56 4L13.5 1L12.44 4L9.25 4.09L11.78 6.03L10.87 9.09L13.5 7.28L16.13 9.09L15.22 6.03Z`,children:(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,dur:`0.4s`,values:`1;0`})}),(0,g.jsx)(`path`,{d:`M19.61 12.25L21.25 11L19.19 10.95L18.5 9L17.81 10.95L15.75 11L17.39 12.25L16.8 14.23L18.5 13.06L20.2 14.23L19.61 12.25Z`,children:(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`fill-opacity`,begin:`0.2s`,dur:`0.4s`,values:`1;0`})})]}),(0,g.jsx)(`path`,{fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M7 6 C7 12.08 11.92 17 18 17 C18.53 17 19.05 16.96 19.56 16.89 C17.95 19.36 15.17 21 12 21 C7.03 21 3 16.97 3 12 C3 8.83 4.64 6.05 7.11 4.44 C7.04 4.95 7 5.47 7 6 Z`,children:(0,g.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.6s`,to:`0`})}),(0,g.jsxs)(`mask`,{id:`lineMdMoonToSunnyOutlineLoopTransition0`,children:[(0,g.jsx)(`circle`,{cx:`12`,cy:`12`,r:`12`,fill:`#fff`}),(0,g.jsx)(`circle`,{cx:`12`,cy:`12`,r:`8`,children:(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.6s`,dur:`0.4s`,values:`8;4`})}),(0,g.jsxs)(`circle`,{cx:`18`,cy:`6`,r:`12`,fill:`#fff`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`cx`,begin:`0.6s`,dur:`0.4s`,values:`18;22`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`cy`,begin:`0.6s`,dur:`0.4s`,values:`6;2`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.6s`,dur:`0.4s`,values:`12;3`})]}),(0,g.jsxs)(`circle`,{cx:`18`,cy:`6`,r:`10`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`cx`,begin:`0.6s`,dur:`0.4s`,values:`18;22`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`cy`,begin:`0.6s`,dur:`0.4s`,values:`6;2`}),(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.6s`,dur:`0.4s`,values:`10;1`})]})]}),(0,g.jsxs)(`circle`,{cx:`12`,cy:`12`,r:`10`,mask:`url(#lineMdMoonToSunnyOutlineLoopTransition0)`,opacity:`0`,fill:`currentColor`,children:[(0,g.jsx)(`animate`,{fill:`freeze`,attributeName:`r`,begin:`0.6s`,dur:`0.4s`,values:`10;6`}),(0,g.jsx)(`set`,{fill:`freeze`,attributeName:`opacity`,begin:`0.6s`,to:`1`})]})]})},G={"elm-breadcrumb":`_elm-breadcrumb_13oke_1`,"link-container":`_link-container_13oke_9`,icon:`_icon_13oke_23`,chunk:`_chunk_13oke_36`,chevron:`_chevron_13oke_41`},hn=({className:e,links:t,...n})=>(0,g.jsx)(`nav`,{className:(0,l.clsx)(G[`elm-breadcrumb`],e),...n,children:t.map((e,n)=>(0,g.jsxs)(`span`,{style:{display:`contents`},children:[(0,g.jsxs)(`span`,{className:G[`link-container`],onClick:e.onClick,children:[(0,g.jsx)(E,{className:G.icon,d:n===0?_.mdiHome:n===t.length-1?_.mdiApplicationOutline:_.mdiFolderOpen,size:`1rem`}),(0,g.jsx)(`span`,{className:G.chunk,children:e.text})]}),t.length!==n+1&&(0,g.jsx)(E,{className:G.chevron,d:_.mdiChevronRight,size:`1rem`})]},n))}),K={"elm-page-top":`_elm-page-top_18d6m_1`,move:`_move_18d6m_1`,visible:`_visible_18d6m_30`,partial:`_partial_18d6m_37`,text:`_text_18d6m_74`},gn=({className:e,style:t,position:n=`right`,...r})=>{let[i,a]=(0,c.useState)(!1);(0,c.useEffect)(()=>{let e=()=>{a(window.scrollY>100)};return window.addEventListener(`scroll`,e,{passive:!0}),e(),()=>window.removeEventListener(`scroll`,e)},[]);let o=()=>{window.scrollTo({top:0,behavior:`smooth`})};return(0,g.jsxs)(`nav`,{className:(0,l.clsx)(K[`elm-page-top`],i&&K.visible,e),style:{"--elmethis-scoped-size":`64px`,left:n===`left`?`0`:`auto`,right:n===`right`?`0`:`auto`,...t},onClick:o,...r,children:[(0,g.jsx)(`div`,{"aria-hidden":`true`,className:K.partial}),(0,g.jsx)(`div`,{"aria-hidden":`true`,className:K.partial}),(0,g.jsx)(`div`,{"aria-hidden":`true`,className:K.partial}),(0,g.jsx)(`span`,{className:K.text,children:`Back to Top`})]})},q={"elm-color-primitive-sample":`_elm-color-primitive-sample_vuro0_1`,toolbar:`_toolbar_vuro0_6`,"mode-toggle":`_mode-toggle_vuro0_11`,"mode-toggle-icon":`_mode-toggle-icon_vuro0_24`,"section-title":`_section-title_vuro0_33`,group:`_group_vuro0_40`,scale:`_scale_vuro0_46`,swatch:`_swatch_vuro0_52`,"swatch-name":`_swatch-name_vuro0_55`,"swatch-bg":`_swatch-bg_vuro0_60`},_n=e=>{let t=e.match(/\d+(\.\d+)?/g);if(!t||t.length<3)return null;let n=e=>Math.round(Number(e)).toString(16).padStart(2,`0`);return`#${n(t[0])}${n(t[1])}${n(t[2])}`},J=[100,500,900],vn=[100,200,300,400,500,600,700,800,900],yn=[{hue:`red`,steps:J},{hue:`orange`,steps:J},{hue:`yellow`,steps:J},{hue:`green`,steps:J},{hue:`cyan`,steps:J},{hue:`blue`,steps:J},{hue:`purple`,steps:J},{hue:`magenta`,steps:J},{hue:`slate`,steps:vn},{hue:`gold`,steps:vn}],bn=({className:e,style:t,onClick:n,...r})=>{let[i,a]=(0,c.useState)(null),[o,s]=(0,c.useState)(`variable`),u=(0,c.useRef)(void 0);(0,c.useEffect)(()=>()=>{u.current!==void 0&&clearTimeout(u.current)},[]);let d=(0,c.useCallback)(async e=>{let t=e.target?.closest(`[data-copy-token]`),n=t?.getAttribute(`data-copy-token`);if(!t||!n)return;let r=n;if(o===`hex`){let e=t.closest(`[data-theme]`)??document.documentElement,i=document.createElement(`span`);i.style.color=`var(${n})`,i.style.display=`none`,e.appendChild(i);let a=_n(window.getComputedStyle(i).color);i.remove(),a&&(r=a)}await window.navigator.clipboard.writeText(r),u.current!==void 0&&clearTimeout(u.current),a(n),u.current=setTimeout(()=>{a(null),u.current=void 0},1500)},[o]);return(0,g.jsxs)(`div`,{className:(0,l.clsx)(q[`elm-color-primitive-sample`],e),style:t,onClick:e=>{d(e),n?.(e)},...r,children:[(0,g.jsx)(`div`,{className:q.toolbar,children:(0,g.jsxs)(`button`,{type:`button`,className:q[`mode-toggle`],onClick:()=>{s(e=>e===`variable`?`hex`:`variable`)},children:[(0,g.jsx)(E,{className:q[`mode-toggle-icon`],d:o===`hex`?_.mdiHexadecimal:_.mdiFormatColorFill,size:`1.25rem`}),`Copy: `,o===`hex`?`hex value`:`variable name`]})}),yn.map(({hue:e,steps:t})=>(0,g.jsxs)(`div`,{className:q.group,children:[(0,g.jsx)(`span`,{className:q[`section-title`],children:e}),(0,g.jsx)(`div`,{className:q.scale,children:t.map(t=>{let n=`--elmethis-primitive-color-${e}-${t}`;return(0,g.jsxs)(`div`,{className:q.swatch,style:{gridColumn:String(t/100)},"data-copy-token":n,title:n,children:[(0,g.jsx)(`div`,{className:q[`swatch-bg`],style:{backgroundColor:`var(${n})`}}),(0,g.jsx)(`code`,{className:q[`swatch-name`],children:i===n?`copied!`:t})]},n)})})]},e))]})},Y={"elm-color-semantic-sample":`_elm-color-semantic-sample_6i1j1_1`,toolbar:`_toolbar_6i1j1_6`,"mode-toggle":`_mode-toggle_6i1j1_11`,"mode-toggle-icon":`_mode-toggle-icon_6i1j1_24`,panels:`_panels_6i1j1_33`,header:`_header_6i1j1_38`,body:`_body_6i1j1_49`,"section-title":`_section-title_6i1j1_56`,group:`_group_6i1j1_63`,panel:`_panel_6i1j1_33`,"panel-body":`_panel-body_6i1j1_72`,surface:`_surface_6i1j1_86`,foreground:`_foreground_6i1j1_97`,"accent-pair":`_accent-pair_6i1j1_102`,"color-sample-container":`_color-sample-container_6i1j1_112`,"color-sample":`_color-sample_6i1j1_112`,"color-sample-bg":`_color-sample-bg_6i1j1_121`,"color-sample-name":`_color-sample-name_6i1j1_127`},xn=e=>{let t=e.match(/\d+(\.\d+)?/g);if(!t||t.length<3)return null;let n=e=>Math.round(Number(e)).toString(16).padStart(2,`0`);return`#${n(t[0])}${n(t[1])}${n(t[2])}`},Sn=[`--elmethis-color-surface-sunken`,`--elmethis-color-surface-base`,`--elmethis-color-surface-raised`],Cn=[`--elmethis-color-neutral-weak`,`--elmethis-color-neutral`,`--elmethis-color-neutral-strong`,`--elmethis-color-primary-weak`,`--elmethis-color-primary`,`--elmethis-color-primary-strong`,`--elmethis-color-accent-link`,`--elmethis-color-accent-link-visited`],wn=[`--elmethis-color-neutral-weak`,`--elmethis-color-neutral`,`--elmethis-color-neutral-strong`],Tn=[`--elmethis-color-primary-weak`,`--elmethis-color-primary`,`--elmethis-color-primary-strong`],En=[{fg:`--elmethis-color-accent-info`,surface:`--elmethis-color-accent-info-surface`},{fg:`--elmethis-color-accent-success`,surface:`--elmethis-color-accent-success-surface`},{fg:`--elmethis-color-accent-important`,surface:`--elmethis-color-accent-important-surface`},{fg:`--elmethis-color-accent-warning`,surface:`--elmethis-color-accent-warning-surface`},{fg:`--elmethis-color-accent-error`,surface:`--elmethis-color-accent-error-surface`}],Dn=[`red`,`orange`,`yellow`,`green`,`cyan`,`blue`,`magenta`].map(e=>({fg:`--elmethis-color-display-${e}`,surface:`--elmethis-color-display-${e}-surface`})),On=({variables:e,copiedToken:t})=>(0,g.jsx)(`div`,{className:Y[`color-sample-container`],children:e.map(e=>(0,g.jsxs)(`div`,{className:Y[`color-sample`],"data-copy-token":e,children:[(0,g.jsx)(`div`,{className:Y[`color-sample-bg`],style:{backgroundColor:`var(${e})`}}),(0,g.jsx)(`code`,{className:Y[`color-sample-name`],children:t===e?`copied!`:e})]},e))}),kn=({className:e,style:t,...n})=>{let[r,i]=(0,c.useState)(null),[a,o]=(0,c.useState)(`variable`),s=(0,c.useRef)(void 0);(0,c.useEffect)(()=>()=>{s.current!==void 0&&clearTimeout(s.current)},[]);let u=async e=>{let t=e.target?.closest(`[data-copy-token]`),n=t?.getAttribute(`data-copy-token`);if(!t||!n)return;let r=n;if(a===`hex`){let e=t.closest(`[data-theme]`)??document.documentElement,i=document.createElement(`span`);i.style.color=`var(${n})`,i.style.display=`none`,e.appendChild(i);let a=xn(window.getComputedStyle(i).color);i.remove(),a&&(r=a)}await window.navigator.clipboard.writeText(r),s.current!==void 0&&clearTimeout(s.current),i(n),s.current=setTimeout(()=>{i(null),s.current=void 0},1500)},d=e=>{let t=e=>r===e?`copied!`:e;return(0,g.jsx)(`div`,{className:Y.panel,"data-theme":e,style:{colorScheme:e},children:(0,g.jsxs)(`div`,{className:Y[`panel-body`],style:{backgroundColor:`var(--elmethis-color-surface-base)`},children:[(0,g.jsx)(`header`,{className:Y.header,style:{backgroundColor:`var(--elmethis-color-surface-sunken)`},children:(0,g.jsx)(`span`,{"data-copy-token":`--elmethis-color-surface-sunken`,children:t(`--elmethis-color-surface-sunken`)})}),(0,g.jsxs)(`div`,{className:Y.body,children:[(0,g.jsxs)(`div`,{className:Y.group,children:[(0,g.jsx)(`span`,{className:Y[`section-title`],children:`Surface`}),Sn.map(e=>(0,g.jsx)(`div`,{className:Y.surface,style:{backgroundColor:`var(${e})`},"data-copy-token":e,children:t(e)},e))]}),(0,g.jsxs)(`div`,{className:Y.group,children:[(0,g.jsx)(`span`,{className:Y[`section-title`],children:`Foreground`}),Cn.map(e=>(0,g.jsx)(`span`,{className:Y.foreground,style:{color:`var(${e})`},"data-copy-token":e,children:t(e)},e))]}),(0,g.jsxs)(`div`,{className:Y.group,children:[(0,g.jsx)(`span`,{className:Y[`section-title`],children:`Accent`}),En.map(({fg:e,surface:n})=>(0,g.jsxs)(`div`,{className:Y[`accent-pair`],style:{color:`var(${e})`,backgroundColor:`var(${n})`},children:[(0,g.jsx)(`span`,{"data-copy-token":e,children:t(e)}),(0,g.jsx)(`span`,{"data-copy-token":n,children:t(n)})]},e))]}),(0,g.jsxs)(`div`,{className:Y.group,children:[(0,g.jsx)(`span`,{className:Y[`section-title`],children:`Neutral`}),(0,g.jsx)(On,{variables:wn,copiedToken:r})]}),(0,g.jsxs)(`div`,{className:Y.group,children:[(0,g.jsx)(`span`,{className:Y[`section-title`],children:`Primary`}),(0,g.jsx)(On,{variables:Tn,copiedToken:r})]}),(0,g.jsxs)(`div`,{className:Y.group,children:[(0,g.jsx)(`span`,{className:Y[`section-title`],children:`Display`}),Dn.map(({fg:e,surface:n})=>(0,g.jsxs)(`div`,{className:Y[`accent-pair`],style:{color:`var(${e})`,backgroundColor:`var(${n})`},children:[(0,g.jsx)(`span`,{"data-copy-token":e,children:t(e)}),(0,g.jsx)(`span`,{"data-copy-token":n,children:t(n)})]},e))]})]})]})})};return(0,g.jsxs)(`div`,{className:(0,l.clsx)(Y[`elm-color-semantic-sample`],e),style:t,...n,children:[(0,g.jsx)(`div`,{className:Y.toolbar,children:(0,g.jsxs)(`button`,{type:`button`,className:Y[`mode-toggle`],onClick:()=>o(e=>e===`variable`?`hex`:`variable`),children:[(0,g.jsx)(E,{className:Y[`mode-toggle-icon`],d:a===`hex`?_.mdiHexadecimal:_.mdiFormatColorFill,size:`1.25rem`}),`Copy: `,a===`hex`?`hex value`:`variable name`]})}),(0,g.jsxs)(`div`,{className:Y.panels,onClick:u,children:[d(`light`),d(`dark`)]})]})},An={"column-list":`_column-list_1uevw_1`,column:`_column_1uevw_1`},jn=e=>e.map(e=>e.type===`Text`?e.props.text:``).join(``),Mn=({className:e,style:t,jsonComponents:n,skipUnsupportedComponentWarning:r,...i})=>{let a=e=>e.map((e,t)=>{let n=e.id||t,i=t===0?{"--elmethis-margin-block-start":`0`}:void 0;switch(e.type){case`Text`:{let{props:t}=e;return t.katex?(0,g.jsx)(ne,{expression:t.text,block:!1},n):(0,g.jsx)(O,{color:t.color,backgroundColor:t.backgroundColor,bold:t.bold,italic:t.italic,underline:t.underline,strikethrough:t.strikethrough,code:t.code,ruby:t.ruby,href:t.href,favicon:t.favicon,children:t.text},n)}case`Icon`:return(0,g.jsx)(D,{src:e.props.src,alt:e.props.alt},n);case`Fragment`:return(0,g.jsx)(c.Fragment,{children:a(e.slots.default)},n);case`Heading`:return(0,g.jsx)(I,{level:e.props.level,id:(0,C.kebabCase)(jn(e.slots.default)),style:i,children:a(e.slots.default)},n);case`Paragraph`:return(0,g.jsx)(dt,{color:e.props?.color,backgroundColor:e.props?.backgroundColor,style:i,children:a(e.slots.default)},n);case`ListItem`:return(0,g.jsx)(`li`,{children:a(e.slots.default)},n);case`List`:return(0,g.jsx)(lt,{listStyle:e.props?.listStyle===`unordered`?`unordered`:`ordered`,style:i,children:a(e.slots.default)},n);case`BlockQuote`:return(0,g.jsx)($e,{cite:e.props?.cite,style:i,children:a(e.slots.default)},n);case`Callout`:return(0,g.jsx)(tt,{type:e.props?.type,style:i,children:a(e.slots.default)},n);case`Divider`:return(0,g.jsx)(rt,{style:i},n);case`Toggle`:return(0,g.jsx)(Qe,{summary:a(e.slots.summary),style:i,children:a(e.slots.default)},n);case`Bookmark`:return(0,g.jsx)(Ue,{url:e.props.url,title:e.props.title,description:e.props.description,image:e.props.image,style:i},n);case`File`:return(0,g.jsx)(Ve,{src:e.props.src,name:e.props.name,style:i},n);case`Image`:return(0,g.jsx)(Re,{src:e.props.src,alt:e.props.alt,width:e.props.width,height:e.props.height,srcSet:e.props.srcset,sizes:e.props.sizes,enableModal:!0,style:i},n);case`CodeBlock`:return(0,g.jsx)(Me,{code:e.props.code,language:e.props.language,style:i,children:e.slots?.default&&a(e.slots.default)},n);case`Katex`:return(0,g.jsx)(ne,{expression:e.props.expression,block:!0,style:i},n);case`Tabs`:{let t=[],r=[];for(let n of e.slots.default)t.push(n.slots.labels),r.push(n.slots.contents);return(0,g.jsxs)(Je,{defaultValue:`0`,children:[(0,g.jsx)(Ye,{children:t.map((e,t)=>(0,g.jsx)(Xe,{value:String(t),children:a(e)},t))}),t.map((e,t)=>(0,g.jsx)(Ze,{value:String(t),children:a(r[t])},t))]},n)}case`Table`:return(0,g.jsxs)(ht,{caption:e.props?.caption,hasRowHeader:e.props?.hasRowHeader,style:i,children:[e.slots.header&&(0,g.jsx)(bt,{children:a(e.slots.header)}),(0,g.jsx)(gt,{children:a(e.slots.body)})]},n);case`TableRow`:return(0,g.jsx)(St,{children:a(e.slots.default)},n);case`TableCell`:return(0,g.jsx)(vt,{children:a(e.slots.default)},n);case`ColumnList`:return(0,g.jsx)(`div`,{className:An[`column-list`],style:i,children:a(e.slots.default)},n);case`Column`:return(0,g.jsx)(`div`,{className:An.column,style:{"--width-ratio":e.props?.widthRatio||1,width:e.props?.widthRatio?`${e.props.widthRatio*100}%`:void 0,...i},children:a(e.slots.default)},n);case`Unsupported`:return r?null:(0,g.jsx)(wt,{details:`Unsupported component type: ${e.props?.details||e.type}`,style:i},n);default:return r?null:(0,g.jsx)(wt,{details:`Unsupported component type: ${e.type}`,style:i},n)}});return(0,g.jsx)(`div`,{className:e,style:{"--elmethis-margin-block-start":`2.5rem`,...t},...i,children:a(n)})},Nn={"elm-markdown":`_elm-markdown_14gxe_1`},X=e=>{let t=[];for(let n=0;n<e.length;n++){let r=e[n];switch(r.type){case`blockquote`:r.tokens&&r.tokens.length!==0&&t.push((0,g.jsx)($e,{children:X(r.tokens)},n));break;case`br`:t.push((0,g.jsx)(`br`,{},n));break;case`code`:t.push((0,g.jsx)(Me,{code:r.text.trim(),language:r.lang},n));break;case`codespan`:t.push((0,g.jsx)(O,{code:!0,children:r.text},n));break;case`def`:break;case`del`:t.push(r.tokens&&r.tokens.length!==0?(0,g.jsx)(O,{strikethrough:!0,children:X(r.tokens)},n):(0,g.jsx)(O,{strikethrough:!0,children:r.text},n));break;case`em`:t.push(r.tokens&&r.tokens.length!==0?(0,g.jsx)(O,{italic:!0,children:X(r.tokens)},n):(0,g.jsx)(O,{italic:!0,children:r.text},n));break;case`escape`:break;case`heading`:{let e=r.depth;r.tokens&&r.tokens.length!==0?t.push((0,g.jsx)(I,{level:e,children:X(r.tokens)},n)):t.push((0,g.jsx)(I,{level:e,text:r.text},n));break}case`hr`:t.push((0,g.jsx)(rt,{},n));break;case`html`:break;case`image`:t.push((0,g.jsx)(Re,{enableModal:!0,src:r.href,alt:r.text},n));break;case`link`:t.push(r.tokens&&r.tokens.length!==0?(0,g.jsx)(O,{href:r.href,children:X(r.tokens)},n):(0,g.jsx)(O,{href:r.href,children:r.text},n));break;case`list`:{let e=r.items.map((e,t)=>(0,g.jsx)(`li`,{children:X(e.tokens)},t));t.push((0,g.jsx)(lt,{listStyle:r.ordered?`ordered`:`unordered`,children:e},n));break}case`list_item`:t.push((0,g.jsx)(`li`,{children:r.tokens&&r.tokens.length!==0?X(r.tokens):r.text},n));break;case`paragraph`:t.push((0,g.jsx)(dt,{children:r.tokens&&r.tokens.length!==0?X(r.tokens):r.text},n));break;case`space`:break;case`strong`:t.push(r.tokens&&r.tokens.length!==0?(0,g.jsx)(O,{bold:!0,children:X(r.tokens)},n):(0,g.jsx)(O,{bold:!0,children:r.text},n));break;case`table`:{let e=e=>e.map((e,t)=>(0,g.jsx)(vt,{children:X(e.tokens)},t)),i=(0,g.jsx)(St,{children:e(r.header)}),a=r.rows.map((t,n)=>(0,g.jsx)(St,{children:e(t)},n));t.push((0,g.jsxs)(ht,{children:[(0,g.jsx)(bt,{children:i}),(0,g.jsx)(gt,{children:a})]},n));break}case`text`:r.tokens&&r.tokens.length!==0?t.push(...X(r.tokens)):t.push(r.text);break;default:break}}return t},Pn=(0,c.memo)(({tokens:e})=>(0,g.jsx)(g.Fragment,{children:X(e)}));Pn.displayName=`ElmMarkdownStable`;var Fn=({className:e,markdown:t,isStreaming:n,...r})=>{let i=(0,c.useMemo)(()=>u.marked.setOptions({gfm:!0}).lexer(t),[t]),a=!!n&&i.length>0,o=a?i.length-1:i.length,s=a?i.slice(-1):[],d=(0,c.useMemo)(()=>i.slice(0,o),[a?o:i]);return(0,g.jsxs)(`div`,{className:(0,l.clsx)(Nn[`elm-markdown`],e),...r,children:[(0,g.jsx)(Pn,{tokens:d}),X(s)]})},Z={"elm-wordle":`_elm-wordle_1llms_1`,"message-area":`_message-area_1llms_11`,"fade-in":`_fade-in_1llms_1`,error:`_error_1llms_26`,status:`_status_1llms_32`,board:`_board_1llms_41`,row:`_row_1llms_47`,cell:`_cell_1llms_52`,empty:`_empty_1llms_68`,tbd:`_tbd_1llms_74`,correct:`_correct_1llms_80`,present:`_present_1llms_86`,absent:`_absent_1llms_92`,keyboard:`_keyboard_1llms_100`,"keyboard-row":`_keyboard-row_1llms_108`,key:`_key_1llms_100`,wide:`_wide_1llms_137`,"reset-container":`_reset-container_1llms_156`,hidden:`_hidden_1llms_159`,"reset-button":`_reset-button_1llms_164`},In=`which.there.their.about.would.these.other.words.could.write.first.water.after.where.right.think.three.years.place.sound.great.again.still.every.small.found.those.never.under.might.while.house.world.below.asked.going.large.until.along.shall.being.often.earth.began.since.study.night.light.above.paper.parts.young.story.point.times.heard.whole.white.given.means.music.miles.thing.today.later.using.money.lines.order.group.among.learn.known.space.table.early.trees.short.hands.state.black.shown.stood.front.voice.kinds.makes.comes.close.power.lived.vowel.taken.built.heart.ready.quite.class.bring.round.horse.shows.piece.green.stand.birds.start.river.tried.least.field.whose.girls.leave.added.color.third.hours.moved.plant.doing.names.forms.heavy.ideas.cried.check.floor.begin.woman.alone.plane.spell.watch.carry.wrote.clear.named.books.child.glass.human.takes.party.build.seems.blood.sides.seven.mouth.solve.north.value.death.maybe.happy.tells.gives.looks.shape.lives.steps.areas.sense.speak.force.ocean.speed.women.metal.south.grass.scale.cells.lower.sleep.wrong.pages.ships.needs.rocks.eight.major.level.total.ahead.reach.stars.store.sight.terms.catch.works.board.cover.songs.equal.stone.waves.guess.dance.spoke.break.cause.radio.weeks.lands.basic.liked.trade.fresh.final.fight.meant.drive.spent.local.waxes.knows.train.bread.homes.teeth.coast.thick.brown.clean.quiet.sugar.facts.steel.forth.rules.notes.units.peace.month.verbs.seeds.helps.sharp.visit.woods.chief.walls.cross.wings.grown.cases.foods.crops.fruit.stick.wants.stage.sheep.nouns.plain.drink.bones.apart.turns.moves.touch.angle.based.range.marks.tired.older.farms.spend.shoes.goods.chair.twice.cents.empty.alike.style.broke.pairs.count.enjoy.score.shore.roots.paint.heads.shook.serve.angry.crowd.wheel.quick.dress.share.alive.noise.solid.cloth.signs.hills.types.drawn.worth.truck.piano.upper.loved.usual.faces.drove.cabin.boats.towns.proud.court.model.prime.fifty.plans.yards.prove.tools.price.sheet.smell.boxes.raise.match.truth.roads.threw.enemy.lunch.chart.scene.graph.doubt.guide.winds.block.grain.smoke.mixed.games.wagon.sweet.topic.extra.plate.title.knife.fence.falls.cloud.wheat.plays.enter.broad.steam.atoms.press.lying.basis.clock.taste.grows.thank.storm.agree.brain.track.smile.funny.beach.stock.hurry.saved.sorry.giant.trail.offer.ought.rough.daily.avoid.keeps.throw.allow.cream.laugh.edges.teach.frame.bells.dream.magic.occur.ended.chord.false.skill.holes.dozen.brave.apple.climb.outer.pitch.ruler.holds.fixed.costs.calls.blank.staff.labor.eaten.youth.tones.honor.globe.gases.doors.poles.loose.apply.tears.exact.brush.chest.layer.whale.minor.faith.tests.judge.items.worry.waste.hoped.strip.begun.aside.lakes.bound.depth.candy.event.worse.aware.shell.rooms.ranch.image.snake.aloud.dried.likes.motor.pound.knees.refer.fully.chain.shirt.flour.drops.spite.orbit.banks.shoot.curve.tribe.tight.blind.slept.shade.claim.flies.theme.queen.fifth.union.hence.straw.entry.issue.birth.feels.anger.brief.rhyme.glory.guard.flows.flesh.owned.trick.yours.sizes.noted.width.burst.route.lungs.uncle.bears.royal.kings.forty.trial.cards.brass.opera.chose.owner.vapor.beats.mouse.tough.wires.meter.tower.finds.inner.stuck.arrow.poems.label.swing.solar.truly.tense.beans.split.rises.weigh.hotel.stems.pride.swung.grade.digit.badly.boots.pilot.sales.swept.lucky.prize.stove.tubes.acres.wound.steep.slide.trunk.error.porch.slave.exist.faced.mines.marry.juice.raced.waved.goose.trust.fewer.favor.mills.views.joint.eager.spots.blend.rings.adult.index.nails.horns.balls.flame.rates.drill.trace.skins.waxed.seats.stuff.ratio.minds.dirty.silly.coins.hello.trips.leads.rifle.hopes.bases.shine.bench.moral.fires.meals.shake.shops.cycle.movie.slope.canoe.teams.folks.fired.bands.thumb.shout.canal.habit.reply.ruled.fever.crust.shelf.walks.midst.crack.print.tales.coach.stiff.flood.verse.awake.rocky.march.fault.swift.faint.civil.ghost.feast.blade.limit.germs.reads.ducks.dairy.worst.gifts.lists.stops.rapid.brick.claws.beads.beast.skirt.cakes.lions.frogs.tries.nerve.grand.armed.treat.honey.moist.legal.penny.crown.shock.taxes.sixty.altar.pulls.sport.drums.talks.dying.dates.drank.blows.lever.wages.proof.drugs.tanks.sings.tails.pause.herds.arose.hated.clues.novel.shame.burnt.races.flash.weary.heels.token.coats.spare.shiny.alarm.dimes.sixth.clerk.mercy.sunny.guest.float.shone.pipes.worms.bills.sweat.suits.smart.upset.rains.sandy.rainy.parks.sadly.fancy.rider.unity.bunch.rolls.crash.craft.newly.gates.hatch.paths.funds.wider.grace.grave.tides.admit.shift.sails.pupil.tiger.angel.cruel.agent.drama.urged.patch.nests.vital.sword.blame.weeds.screw.vocal.bacon.chalk.cargo.crazy.acted.goats.arise.witch.loves.queer.dwell.backs.ropes.shots.merry.phone.cheek.peaks.ideal.beard.eagle.creek.cries.ashes.stall.yield.mayor.opens.input.fleet.tooth.cubic.wives.burns.poets.apron.spear.organ.cliff.stamp.paste.rural.baked.chase.slice.slant.knock.noisy.sorts.stays.wiped.blown.piled.clubs.cheer.widow.twist.tenth.hides.comma.sweep.spoon.stern.crept.maple.deeds.rides.muddy.crime.jelly.ridge.drift.dusty.devil.tempo.humor.sends.steal.tents.waist.roses.reign.noble.cheap.dense.linen.geese.woven.posts.hired.wrath.salad.bowed.tires.shark.belts.grasp.blast.polar.fungi.tends.pearl.loads.jokes.veins.frost.hears.loses.hosts.diver.phase.toads.alert.tasks.seams.coral.focus.naked.puppy.jumps.spoil.quart.macro.fears.flung.spark.vivid.brook.steer.spray.decay.ports.socks.urban.goals.grant.minus.films.tunes.shaft.firms.skies.bride.wreck.flock.stare.hobby.bonds.dared.faded.thief.crude.pants.flute.votes.tonal.radar.wells.skull.hairs.argue.wears.dolls.voted.caves.cared.broom.scent.panel.fairy.olive.bends.prism.lamps.cable.peach.ruins.rally.schwa.lambs.sells.cools.draft.charm.limbs.brake.gazed.cubes.delay.beams.fetch.ranks.array.harsh.camel.vines.picks.naval.purse.rigid.crawl.toast.soils.sauce.basin.ponds.twins.wrist.fluid.pools.brand.stalk.robot.reeds.hoofs.buses.sheer.grief.bloom.dwelt.melts.risen.flags.knelt.fiber.roofs.freed.armor.piles.aimed.algae.twigs.lemon.ditch.drunk.rests.chill.slain.panic.cords.tuned.crisp.ledge.dived.swamp.clung.stole.molds.yarns.liver.gauge.breed.stool.gulls.awoke.gross.diary.rails.belly.trend.flask.stake.fried.draws.actor.handy.bowls.haste.scope.deals.knots.moons.essay.thump.hangs.bliss.dealt.gains.bombs.clown.palms.cones.roast.tidal.bored.chant.acids.dough.camps.swore.lover.hooks.males.cocoa.punch.award.reins.ninth.noses.links.drain.fills.nylon.lunar.pulse.flown.elbow.fatal.sites.moths.meats.foxes.mined.attic.fiery.mount.usage.swear.snowy.rusty.scare.traps.relax.react.valid.robin.cease.gills.prior.safer.polio.loyal.swell.salty.marsh.vague.weave.mound.seals.mules.virus.scout.acute.windy.stout.folds.seize.hilly.joins.pluck.stack.lords.dunes.burro.hawks.trout.feeds.scarf.halls.coals.towel.souls.elect.buggy.pumps.loans.spins.files.oxide.pains.photo.rival.flats.syrup.rodeo.sands.moose.pints.curly.comic.cloak.onion.clams.scrap.didst.couch.codes.fails.ounce.lodge.greet.gypsy.utter.paved.zones.fours.alley.tiles.bless.crest.elder.kills.yeast.erect.bugle.medal.roles.hound.snail.alter.ankle.relay.loops.zeros.bites.modes.debts.realm.glove.rayon.swims.poked.stray.lifts.maker.lumps.graze.dread.barns.docks.masts.pours.wharf.curse.plump.robes.seeks.cedar.curls.jolly.myths.cages.gloom.locks.pedal.beets.crows.anode.slash.creep.rowed.chips.fists.wines.cares.valve.newer.motel.ivory.necks.clamp.barge.blues.alien.frown.strap.crews.shack.gonna.saves.stump.ferry.idols.cooks.juicy.glare.carts.alloy.bulbs.lawns.lasts.fuels.oddly.crane.filed.weird.shawl.slips.troop.bolts.suite.sleek.quilt.tramp.blaze.atlas.odors.scrub.crabs.probe.logic.adobe.exile.rebel.grind.sting.spine.cling.desks.grove.leaps.prose.lofty.agony.snare.tusks.bulls.moods.humid.finer.dimly.plank.china.pines.guilt.sacks.brace.quote.lathe.gaily.fonts.scalp.adopt.foggy.ferns.grams.clump.perch.tumor.teens.crank.fable.hedge.genes.sober.boast.tract.cigar.unite.owing.thigh.haiku.swish.dikes.wedge.booth.eased.frail.cough.tombs.darts.forts.choir.pouch.pinch.hairy.buyer.torch.vigor.waltz.heats.herbs.users.flint.click.madam.bleak.blunt.aided.lacks.masks.waded.risks.nurse.chaos.sewed.cured.ample.lease.steak.sinks.merit.bluff.bathe.gleam.bonus.colts.shear.gland.silky.skate.birch.anvil.sleds.groan.maids.meets.speck.hymns.hints.drown.bosom.slick.quest.coils.spied.snows.stead.snack.plows.blond.tamed.thorn.waits.glued.banjo.tease.arena.bulky.carve.stunt.warms.shady.razor.folly.leafy.notch.fools.otter.pears.flush.genus.ached.fives.flaps.spout.smote.fumes.adapt.cuffs.tasty.stoop.clips.disks.sniff.lanes.brisk.imply.demon.super.furry.raged.growl.texts.hardy.stung.typed.hates.wiser.timid.serum.beaks.rotor.casts.baths.glide.plots.trait.resin.slums.lyric.puffs.decks.brood.mourn.aloft.abuse.whirl.edged.ovary.quack.heaps.slang.await.civic.saint.bevel.sonar.aunts.packs.froze.tonic.corps.swarm.frank.repay.gaunt.wired.niece.cello.needy.chuck.stony.media.surge.hurts.repel.husky.dated.hunts.mists.exert.dries.mates.sworn.baker.spice.oasis.boils.spurs.doves.sneak.paces.colon.siege.strum.drier.cacao.humus.bales.piped.nasty.rinse.boxer.shrub.amuse.tacks.cited.slung.delta.laden.larva.rents.yells.spool.spill.crush.jewel.snaps.stain.kicks.tying.slits.rated.eerie.smash.plums.zebra.earns.bushy.scary.squad.tutor.silks.slabs.bumps.evils.fangs.snout.peril.pivot.yacht.lobby.jeans.grins.viola.liner.comet.scars.chops.raids.eater.slate.skips.soles.misty.urine.knobs.sleet.holly.pests.forks.grill.trays.pails.borne.tenor.wares.carol.woody.canon.wakes.kitty.miner.polls.shaky.nasal.scorn.chess.taxis.crate.shyly.tulip.forge.nymph.budge.lowly.abide.depot.oases.asses.sheds.fudge.pills.rivet.thine.groom.lanky.boost.broth.heave.gravy.beech.timed.quail.inert.gears.chick.hinge.trash.clash.sighs.renew.bough.dwarf.slows.quill.shave.spore.sixes.chunk.madly.paced.braid.fuzzy.motto.spies.slack.mucus.magma.awful.discs.erase.posed.asset.cider.taper.theft.churn.satin.slots.taxed.bully.sloth.shale.tread.raked.curds.manor.aisle.bulge.loins.stair.tapes.leans.bunks.squat.towed.lance.panes.sakes.heirs.caste.dummy.pores.fauna.crook.poise.epoch.risky.warns.fling.berry.grape.flank.drags.squid.pelts.icing.irony.irons.barks.whoop.choke.diets.whips.tally.dozed.twine.kites.bikes.ticks.riots.roars.vault.looms.scold.blink.dandy.pupae.sieve.spike.ducts.lends.pizza.brink.widen.plumb.pagan.feats.bison.soggy.scoop.argon.nudge.skiff.amber.sexes.rouse.salts.hitch.exalt.leash.dined.chute.snort.gusts.melon.cheat.reefs.llama.lasso.debut.quota.oaths.prone.mixes.rafts.dives.stale.inlet.flick.pinto.brows.untie.batch.greed.chore.stirs.blush.onset.barbs.volts.beige.swoop.paddy.laced.shove.jerky.poppy.leaks.fares.dodge.godly.squaw.affix.brute.nicer.undue.snarl.merge.doses.showy.daddy.roost.vases.swirl.petty.colds.curry.cobra.genie.flare.messy.cores.soaks.ripen.whine.amino.plaid.spiny.mowed.baton.peers.vowed.pious.swans.exits.afoot.plugs.idiom.chili.rites.serfs.cleft.berth.grubs.annex.dizzy.hasty.latch.wasps.mirth.baron.plead.aloof.aging.pixel.bared.mummy.hotly.auger.buddy.chaps.badge.stark.fairs.gully.mumps.emery.filly.ovens.drone.gauze.idiot.fussy.annoy.shank.gouge.bleed.elves.roped.unfit.baggy.mower.scant.grabs.fleas.lousy.album.sawed.cooky.murky.infer.burly.waged.dingy.brine.kneel.creak.vanes.smoky.spurt.combs.easel.laces.humps.rumor.aroma.horde.swiss.leapt.opium.slime.afire.pansy.mares.soaps.husks.snips.hazel.lined.cafes.naive.wraps.sized.piers.beset.agile.tongs.steed.fraud.booty.valor.downy.witty.mossy.psalm.scuba.tours.polka.milky.gaudy.shrug.tufts.wilds.laser.truss.hares.creed.lilac.siren.tarry.bribe.swine.muted.flips.cures.sinew.boxed.hoops.gasps.hoods.niche.yucca.glows.sewer.whack.fuses.gowns.droop.bucks.pangs.mails.whisk.haven.clasp.sling.stint.urges.champ.piety.chirp.pleat.posse.sunup.menus.howls.quake.knack.plaza.fiend.caked.bangs.erupt.poker.olden.cramp.voter.poses.manly.slump.fined.grips.gaped.purge.hiked.maize.fluff.strut.sloop.prowl.roach.cocks.bland.dials.plume.slaps.soups.dully.wills.foams.solos.skier.eaves.totem.fused.latex.veils.mused.mains.myrrh.racks.galls.gnats.bouts.sisal.shuts.hoses.dryly.hover.gloss.seeps.denim.putty.guppy.leaky.dusky.filth.oboes.spans.fowls.adorn.glaze.haunt.dares.obeys.bakes.abyss.smelt.gangs.aches.trawl.claps.undid.spicy.hoist.fades.vicar.acorn.pussy.gruff.musty.tarts.snuff.hunch.truce.tweed.dryer.loser.sheaf.moles.lapse.tawny.vexed.autos.wager.domes.sheen.clang.spade.sowed.broil.slyly.studs.grunt.donor.slugs.aspen.homer.croak.tithe.halts.avert.havoc.hogan.glint.ruddy.jeeps.flaky.ladle.taunt.snore.fines.props.prune.pesos.radii.pokes.tiled.daisy.heron.villa.farce.binds.cites.fixes.jerks.livid.waked.inked.booms.chews.licks.hyena.scoff.lusty.sonic.smith.usher.tucks.vigil.molts.sects.spars.dumps.scaly.wisps.sores.mince.panda.flier.axles.plied.booby.patio.rabbi.petal.polyp.tints.grate.troll.tolls.relic.phony.bleat.flaws.flake.snags.aptly.drawl.ulcer.soapy.bossy.monks.crags.caged.twang.diner.taped.cadet.grids.spawn.guile.noose.mores.girth.slimy.aides.spasm.burrs.alibi.lymph.saucy.muggy.liter.joked.goofy.exams.enact.stork.lured.toxic.omens.nears.covet.wrung.forum.venom.moody.alder.sassy.flair.guild.prays.wrens.hauls.stave.tilts.pecks.stomp.gales.tempt.capes.mesas.omits.tepee.harry.wring.evoke.limes.cluck.lunge.highs.canes.giddy.lithe.verge.khaki.queue.loath.foyer.outdo.fared.deter.crumb.astir.spire.jumpy.extol.buoys.stubs.lucid.thong.afore.whiff.maxim.hulls.clogs.slats.jiffy.arbor.cinch.igloo.goody.gazes.dowel.calms.bitch.scowl.gulps.coded.waver.mason.lobes.ebony.flail.isles.clods.dazed.adept.oozed.sedan.clays.warts.ketch.skunk.manes.adore.sneer.mango.fiord.flora.roomy.minks.thaws.watts.freer.exult.plush.paled.twain.clink.scamp.pawed.grope.bravo.gable.stink.sever.waned.rarer.regal.wards.fawns.babes.unify.amend.oaken.glade.visor.hefty.nines.throb.pecan.butts.pence.sills.jails.flyer.saber.nomad.miter.beeps.domed.gulfs.curbs.heath.moors.aorta.larks.tangy.wryly.cheep.rages.evade.lures.freak.vogue.tunic.slams.knits.dumpy.mania.spits.firth.hikes.trots.nosed.clank.dogma.bloat.balsa.graft.middy.stile.keyed.finch.sperm.chaff.wiles.amigo.copra.amiss.eying.twirl.lurch.popes.chins.smock.tines.guise.grits.junks.shoal.cache.tapir.atoll.deity.toils.spree.mocks.scans.shorn.revel.raven.hoary.reels.scuff.mimic.weedy.corny.truer.rouge.ember.floes.torso.wipes.edict.sulky.recur.groin.baste.kinks.surer.piggy.moldy.franc.liars.inept.gusty.facet.jetty.equip.leper.slink.soars.cater.dowry.sided.yearn.decoy.taboo.ovals.heals.pleas.beret.spilt.gayly.rover.endow.pygmy.carat.abbey.vents.waken.chimp.fumed.sodas.vinyl.clout.wades.mites.smirk.bores.bunny.surly.frock.foray.purer.milks.query.mired.blare.froth.gruel.navel.paler.puffy.casks.grime.derby.mamma.gavel.teddy.vomit.moans.allot.defer.wield.viper.louse.erred.hewed.abhor.wrest.waxen.adage.ardor.stabs.pored.rondo.loped.fishy.bible.hires.foals.feuds.jambs.thuds.jeers.knead.quirk.rugby.expel.greys.rigor.ester.lyres.aback.glues.lotus.lurid.rungs.hutch.thyme.valet.tommy.yokes.epics.trill.pikes.ozone.caper.chime.frees.famed.leech.smite.neigh.erode.robed.hoard.salve.conic.gawky.craze.jacks.gloat.mushy.rumps.fetus.wince.pinks.shalt.toots.glens.cooed.rusts.stews.shred.parka.chugs.winks.clots.shrew.booed.filmy.juror.dents.gummy.grays.hooky.butte.dogie.poled.reams.fifes.spank.gayer.tepid.spook.taint.flirt.rogue.spiky.opals.miser.cocky.coyly.balmy.slosh.brawl.aphid.faked.hydra.brags.chide.yanks.allay.video.altos.eases.meted.chasm.longs.excel.taffy.impel.savor.koala.quays.dawns.proxy.clove.duets.dregs.tardy.briar.grimy.ultra.meaty.halve.wails.suede.mauve.envoy.arson.coves.gooey.brews.sofas.chums.amaze.zooms.abbot.halos.scour.suing.cribs.sagas.enema.wordy.harps.coupe.molar.flops.weeps.mints.ashen.felts.askew.munch.mewed.divan.vices.jumbo.blobs.blots.spunk.acrid.topaz.cubed.clans.flees.slurs.gnaws.welds.fords.emits.agate.pumas.mends.darks.dukes.plies.canny.hoots.oozes.lamed.fouls.clefs.nicks.mated.skims.brunt.tuber.tinge.fates.ditty.thins.frets.eider.bayou.mulch.fasts.amass.damps.morns.friar.palsy.vista.croon.conch.udder.tacos.skits.mikes.quits.preen.aster.adder.elegy.pulpy.scows.baled.hovel.lavas.crave.optic.welts.busts.knave.razed.shins.totes.scoot.dears.crock.mutes.trims.skein.doted.shuns.veers.fakes.yoked.wooed.hacks.sprig.wands.lulls.seers.snobs.nooks.pined.perky.mooed.frill.dines.booze.tripe.prong.drips.odder.levee.antic.sidle.pithy.corks.yelps.joker.fleck.buffs.scram.tiers.bogey.doled.irate.vales.coped.hails.elude.bulks.aired.vying.stags.strew.cocci.pacts.scabs.silos.dusts.yodel.terse.jaded.baser.jibes.foils.sways.forgo.slays.preys.treks.quell.peeks.assay.lurks.eject.boars.trite.belch.gnash.wanes.lutes.whims.dosed.chewy.snipe.umbra.teems.dozes.kelps.upped.brawn.doped.shush.rinds.slush.moron.voile.woken.fjord.sheik.jests.kayak.slews.toted.saner.drape.patty.raves.sulfa.grist.skied.vixen.civet.vouch.tiara.homey.moped.runts.serge.kinky.rills.corns.brats.pries.amble.fries.loons.tsars.datum.musky.pigmy.gnome.ravel.ovule.icily.liken.lemur.frays.silts.sifts.plods.ramps.tress.earls.dudes.waive.karat.jolts.peons.beers.horny.pales.wreak.lairs.lynch.stank.swoon.idler.abort.blitz.ensue.atone.bingo.roves.kilts.scald.adios.cynic.dulls.memos.elfin.dales.peels.peals.bares.sinus.crone.sable.hinds.shirk.enrol.wilts.roams.duped.cysts.mitts.safes.spats.coops.filet.knell.refit.covey.punks.kilns.fitly.abate.talcs.heeds.duels.wanly.ruffs.gauss.lapel.jaunt.whelp.cleat.gauzy.dirge.edits.wormy.moats.smear.prods.bowel.frisk.vests.bayed.rasps.tames.delve.embed.befit.wafer.ceded.novas.feign.spews.larch.huffs.doles.mamas.hulks.pried.brims.irked.aspic.swipe.mealy.skimp.bluer.slake.dowdy.penis.brays.pupas.egret.flunk.phlox.gripe.peony.douse.blurs.darns.slunk.lefts.chats.inane.vials.stilt.rinks.woofs.wowed.bongs.frond.ingot.evict.singe.shyer.flied.slops.dolts.drool.dells.whelk.hippy.feted.ether.cocos.hives.jibed.mazes.trios.sirup.squab.laths.leers.pasta.rifts.lopes.alias.whirs.diced.slags.lodes.foxed.idled.prows.plait.malts.chafe.cower.toyed.chefs.keels.sties.racer.etude.sucks.sulks.micas.czars.copse.ailed.abler.rabid.golds.croup.snaky.visas.palls.mopes.boned.wispy.raved.swaps.junky.doily.pawns.tamer.poach.baits.damns.gumbo.daunt.prank.hunks.buxom.heres.honks.stows.unbar.idles.routs.sages.goads.remit.copes.deign.culls.girds.haves.lucks.stunk.dodos.shams.snubs.icons.usurp.dooms.hells.soled.comas.paves.maths.perks.limps.wombs.blurb.daubs.cokes.sours.stuns.cased.musts.coeds.cowed.aping.zoned.rummy.fetes.skulk.quaff.rajah.deans.reaps.galas.tills.roved.kudos.toned.pared.scull.vexes.punts.snoop.bails.dames.hazes.lores.marts.voids.ameba.rakes.adzes.harms.rears.satyr.swill.hexes.colic.leeks.hurls.yowls.ivies.plops.musks.papaw.jells.bused.cruet.bided.filch.zests.rooks.laxly.rends.loams.basks.sires.carps.pokey.flits.muses.bawls.shuck.viler.lisps.peeps.sorer.lolls.prude.diked.floss.flogs.scums.dopes.bogie.pinky.leafs.tubas.scads.lowed.yeses.biked.qualm.evens.caned.gawks.whits.wooly.gluts.romps.bests.dunce.crony.joist.tunas.boner.malls.parch.avers.crams.pares.dally.bigot.kales.flays.leach.gushy.pooch.huger.slyer.golfs.mires.flues.loafs.arced.acnes.neons.fiefs.dints.dazes.pouts.cored.yules.lilts.beefs.mutts.fells.cowls.spuds.lames.jawed.dupes.deads.bylaw.noons.nifty.clued.vireo.gapes.metes.cuter.maims.droll.cupid.mauls.sedge.papas.wheys.eking.loots.hilts.meows.beaus.dices.peppy.riper.fogey.gists.yogas.gilts.skews.cedes.zeals.alums.okays.elope.grump.wafts.soots.blimp.hefts.mulls.hosed.cress.doffs.ruder.pixie.waifs.ousts.pucks.biers.gulch.suets.hobos.lints.brans.teals.garbs.pewee.helms.turfs.quips.wends.banes.napes.icier.swats.bagel.hexed.ogres.goner.gilds.pyres.lards.bides.paged.talon.flout.medic.veals.putts.dirks.dotes.tippy.blurt.piths.acing.barer.whets.gaits.wools.dunks.heros.swabs.dirts.jutes.hemps.surfs.okapi.chows.shoos.dusks.parry.decal.furls.cilia.sears.novae.murks.warps.slues.lamer.saris.weans.purrs.dills.togas.newts.meany.bunts.razes.goons.wicks.ruses.vends.geode.drake.judos.lofts.pulps.lauds.mucks.vises.mocha.oiled.roman.ethyl.gotta.fugue.smack.gourd.bumpy.radix.fatty.borax.cubit.cacti.gamma.focal.avail.papal.golly.elite.versa.billy.adieu.annum.howdy.rhino.norms.bobby.axiom.setup.yolks.terns.mixer.genre.knoll.abode.junta.gorge.combo.alpha.overt.kinda.spelt.prick.nobly.ephod.audio.modal.veldt.warty.fluke.bonny.bream.rosin.bolls.doers.downs.beady.motif.humph.fella.mould.crepe.kerns.aloha.glyph.azure.riser.blest.locus.lumpy.beryl.wanna.brier.tuner.rowdy.mural.timer.canst.krill.quoth.lemme.triad.tenon.amply.deeps.padre.leant.pacer.octal.dolly.trans.sumac.foamy.lolly.giver.quipu.codex.manna.unwed.vodka.ferny.salon.duple.boron.revue.crier.alack.inter.dilly.whist.cults.spake.reset.loess.decor.mover.verve.ethic.gamut.lingo.dunno.align.sissy.incur.reedy.avant.piper.waxer.calyx.basil.coons.seine.piney.lemma.trams.winch.whirr.saith.ionic.heady.harem.tummy.sally.shied.dross.farad.saver.tilde.jingo.bower.serif.facto.belle.inset.bogus.caved.forte.sooty.bongo.toves.credo.basal.yella.aglow.glean.gusto.hymen.ethos.terra.brash.scrip.swash.aleph.tinny.itchy.wanta.trice.jowls.gongs.garde.boric.twill.sower.henry.awash.libel.spurn.sabre.rebut.penal.obese.sonny.quirt.mebbe.tacit.greek.xenon.hullo.pique.roger.negro.hadst.gecko.beget.uncut.aloes.louis.quint.clunk.raped.salvo.diode.matey.hertz.xylem.kiosk.apace.cawed.peter.wench.cohos.sorta.gamba.bytes.tango.nutty.axial.aleck.natal.clomp.gored.siree.bandy.gunny.runic.whizz.rupee.fated.wiper.bards.briny.staid.hocks.ochre.yummy.gents.soupy.roper.swath.cameo.edger.spate.gimme.ebbed.breve.theta.deems.dykes.servo.telly.tabby.tares.blocs.welch.ghoul.vitae.cumin.dinky.bronc.tabor.teeny.comer.borer.sired.privy.mammy.deary.gyros.sprit.conga.quire.thugs.furor.bloke.runes.bawdy.cadre.toxin.annul.egged.anion.nodes.picky.stein.jello.audit.echos.fagot.letup.eyrie.fount.caped.axons.amuck.banal.riled.petit.umber.miler.fibre.agave.bated.bilge.vitro.feint.pudgy.mater.manic.umped.pesky.strep.slurp.pylon.puree.caret.temps.newel.yawns.seedy.treed.coups.rangy.brads.mangy.loner.circa.tibia.afoul.mommy.titer.carne.kooky.motes.amity.suave.hippo.curvy.samba.newsy.anise.imams.tulle.aways.liven.hallo.wales.opted.canto.idyll.bodes.curio.wrack.hiker.chive.yokel.dotty.demur.cusps.specs.quads.laity.toner.decry.writs.saute.clack.aught.logos.tipsy.natty.ducal.bidet.bulgy.metre.lusts.unary.goeth.baler.sited.shies.hasps.brung.holed.swank.looky.melee.huffy.loamy.pimps.titan.binge.shunt.femur.libra.seder.honed.annas.coypu.shims.zowie.jihad.savvy.nadir.basso.monic.maned.mousy.omega.laver.prima.picas.folio.mecca.reals.troth.testy.balky.crimp.chink.abets.splat.abaci.vaunt.cutie.pasty.moray.levis.ratty.islet.joust.motet.viral.nukes.grads.comfy.voila.woozy.blued.whomp.sward.metro.skeet.chine.aerie.bowie.tubby.emirs.coati.unzip.slobs.trike.funky.ducat.dewey.skoal.wadis.oomph.taker.minim.getup.stoic.synod.runty.flyby.braze.inlay.venue.louts.peaty.orlon.humpy.radon.beaut.raspy.unfed.crick.nappy.vizor.yipes.rebus.divot.kiwis.vetch.squib.sitar.kiddo.dyers.cotta.matzo.lager.zebus.crass.dacha.kneed.dicta.fakir.knurl.runny.unpin.julep.globs.nudes.sushi.tacky.stoke.kaput.butch.hulas.croft.achoo.genii.nodal.outgo.spiel.viols.fetid.cagey.fudgy.epoxy.leggy.hanky.lapis.felon.beefy.coots.melba.caddy.segue.betel.frizz.drear.kooks.turbo.hoagy.moult.helix.zonal.arias.nosey.paean.lacey.banns.swain.fryer.retch.tenet.gigas.whiny.ogled.rumen.begot.cruse.abuts.riven.balks.sines.sigma.abase.ennui.gores.unset.augur.sated.odium.latin.dings.moire.scion.henna.kraut.dicks.lifer.prigs.bebop.gages.gazer.fanny.gibes.aural.tempi.hooch.rapes.snuck.harts.techs.emend.ninny.guava.scarp.liege.tufty.sepia.tomes.carob.emcee.prams.poser.verso.hubba.joule.baize.blips.scrim.cubby.clave.winos.rearm.liens.lumen.chump.nanny.trump.fichu.chomp.homos.purty.maser.woosh.patsy.shill.rusks.avast.swami.boded.ahhhh.lobed.natch.shish.tansy.snoot.payer.altho.sappy.laxer.hubby.aegis.riles.ditto.jazzy.dingo.quasi.septa.peaky.lorry.heerd.bitty.payee.seamy.apses.imbue.belie.chary.spoof.phyla.clime.babel.wacky.sumps.skids.khans.crypt.inure.nonce.outen.faire.hooey.anole.kazoo.calve.limbo.argot.ducky.faker.vibes.gassy.unlit.nervy.femme.biter.fiche.boors.gaffe.saxes.recap.synch.facie.dicey.ouija.hewer.legit.gurus.edify.tweak.caron.typos.rerun.polly.surds.hamza.nulls.hater.lefty.mogul.mafia.debug.pates.blabs.splay.talus.porno.moola.nixed.kilos.snide.horsy.gesso.jaggy.trove.nixes.creel.pater.iotas.cadge.skyed.hokum.furze.ankhs.curie.nutsy.hilum.remix.angst.burls.jimmy.veiny.tryst.codon.befog.gamed.flume.axman.doozy.lubes.rheas.bozos.butyl.kelly.mynah.jocks.donut.avian.wurst.chock.quash.quals.hayed.bombe.cushy.spacy.puked.leery.thews.prink.amens.tesla.intro.fiver.frump.capos.opine.coder.namer.jowly.pukes.haled.chard.duffs.bruin.reuse.whang.toons.frats.silty.telex.cutup.nisei.neato.decaf.softy.bimbo.adlib.loony.shoed.agues.peeve.noway.gamey.sarge.reran.epact.potty.coned.upend.narco.ikats.whorl.jinks.tizzy.weepy.posit.marge.vegan.clops.numbs.reeks.rubes.rower.biped.tiffs.hocus.hammy.bunco.fixit.tykes.chaws.yucky.hokey.resew.maven.adman.scuzz.slogs.souse.nacho.mimed.melds.boffo.debit.pinup.vagus.gulag.randy.bosun.educe.faxes.auras.pesto.antsy.betas.fizzy.dorky.snits.moxie.thane.mylar.nobby.gamin.gouty.esses.goyim.paned.druid.jades.rehab.gofer.tzars.octet.homed.socko.dorks.eared.anted.elide.fazes.oxbow.dowse.situs.macaw.scone.drily.hyper.salsa.mooch.gated.unjam.lipid.mitre.venal.knish.ritzy.divas.torus.mange.dimer.recut.meson.wined.fends.phage.fiats.caulk.cavil.panty.roans.bilks.hones.botch.estop.sully.sooth.gelds.ahold.raper.pager.fixer.infix.hicks.tuxes.plebe.twits.abash.twixt.wacko.primp.nabla.girts.miffs.emote.xerox.rebid.shahs.rutty.grout.grift.deify.biddy.kopek.semis.bries.acmes.piton.hussy.torts.disco.whore.boozy.gibed.vamps.amour.soppy.gonzo.durst.wader.tutus.perms.catty.glitz.brigs.nerds.barmy.gizmo.owlet.sayer.molls.shard.whops.comps.corer.colas.matte.droid.ploys.vapid.cairn.deism.mixup.yikes.prosy.raker.flubs.whish.reify.craps.shags.clone.hazed.macho.recto.refix.drams.biker.aquas.porky.doyen.exude.goofs.divvy.noels.jived.hulky.cager.harpy.oldie.vivas.admix.codas.zilch.deist.orcas.retro.pilaf.parse.rants.zingy.toddy.chiff.micro.veeps.girly.nexus.demos.bibbs.antes.lulus.gnarl.zippy.ivied.epees.wimps.tromp.grail.yoyos.poufs.hales.roust.cabal.rawer.pampa.mosey.kefir.burgs.unmet.cuspy.boobs.boons.hypes.dynes.nards.lanai.yogis.sepal.quark.toked.prate.ayins.hawed.swigs.vitas.toker.doper.bossa.linty.foist.mondo.stash.kayos.twerp.zesty.capon.wimpy.rewed.fungo.tarot.frosh.kabob.pinko.redid.mimeo.heist.tarps.lamas.sutra.dinar.whams.busty.spays.mambo.nabob.preps.odour.cabby.conks.sluff.dados.houri.swart.balms.gutsy.faxed.egads.pushy.retry.agora.drubs.daffy.chits.mufti.karma.lotto.toffs.burps.deuce.zings.kappa.clads.doggy.duper.scams.ogler.mimes.throe.zetas.waled.promo.blats.muffs.oinks.viand.coset.finks.faddy.minis.snafu.sauna.usury.muxes.craws.stats.condo.coxes.loopy.dorms.ascot.dippy.execs.dopey.envoi.umpty.gismo.fazed.strop.jives.slims.batik.pings.sonly.leggo.pekoe.prawn.luaus.campy.oodle.prexy.proms.touts.ogles.tweet.toady.naiad.hider.nuked.fatso.sluts.obits.narcs.tyros.delis.wooer.hyped.poset.byway.texas.scrod.avows.futon.torte.tuple.carom.kebab.tamps.jilts.duals.artsy.repro.modem.toped.psych.sicko.klutz.tarns.coxed.drays.cloys.anded.piker.aimer.suras.limos.flack.hapax.dutch.mucky.shire.klieg.staph.layup.tokes.axing.toper.duvet.cowry.profs.blahs.addle.sudsy.batty.coifs.suety.gabby.hafta.pitas.gouda.deice.taupe.topes.duchy.nitro.carny.limey.orals.hirer.taxer.roils.ruble.elate.dolor.wryer.snots.quais.coked.gimel.gorse.minas.goest.agape.manta.jings.iliac.admen.offen.cills.offal.lotta.bolas.thwap.alway.boggy.donna.locos.belay.gluey.bitsy.mimsy.hilar.outta.vroom.fetal.raths.renal.dyads.crocs.vires.culpa.kivas.feist.teats.thats.yawls.whens.abaca.ohhhh.aphis.fusty.eclat.perdu.mayst.exeat.molly.supra.wetly.plasm.buffa.semen.pukka.tagua.paras.stoat.secco.carte.haute.molal.shads.forma.ovoid.pions.modus.bueno.rheum.scurf.parer.ephah.doest.sprue.flams.molto.dieth.choos.miked.bronx.goopy.bally.plumy.moony.morts.yourn.bipod.spume.algal.ambit.mucho.spued.dozer.harum.groat.skint.laude.thrum.pappy.oncet.rimed.gigue.limed.plein.redly.humpf.lites.seest.grebe.absit.thanx.pshaw.yawps.plats.payed.areal.tilth.youse.gwine.thees.watsa.lento.spitz.yawed.gipsy.sprat.cornu.amahs.blowy.wahoo.lubra.mecum.whooo.coqui.sabra.edema.mrads.dicot.astro.kited.ouzel.didos.grata.bonne.axmen.klunk.summa.laves.purls.yawny.teary.masse.largo.bazar.pssst.sylph.lulab.toque.fugit.plunk.ortho.lucre.cooch.whipt.folky.tyres.wheee.corky.injun.solon.didot.kerfs.rayed.wassa.chile.begat.nippy.litre.magna.rebox.hydro.milch.brent.gyves.lazed.feued.mavis.inapt.baulk.casus.scrum.wised.fossa.dower.kyrie.bhoys.scuse.feuar.ohmic.juste.ukase.beaux.tusky.orate.musta.lardy.intra.quiff.epsom.neath.ocher.tared.homme.mezzo.corms.psoas.beaky.terry.infra.spivs.tuans.belli.bergs.anima.weirs.mahua.scops.manse.titre.curia.kebob.cycad.talky.fucks.tapis.amide.dolce.sloes.jakes.russe.blash.tutti.pruta.panga.blebs.tench.swarf.herem.missy.merse.pawky.limen.vivre.chert.unsee.tiros.brack.foots.welsh.fosse.knops.ileum.noire.firma.podgy.laird.thunk.shute.rowan.shoji.poesy.uncap.fames.glees.costa.turps.fores.solum.imago.byres.fondu.coney.polis.dictu.kraal.sherd.mumbo.wroth.chars.unbox.vacuo.slued.weest.hades.wiled.syncs.muser.excon.hoars.sibyl.passe.joeys.lotsa.lepta.shays.bocks.endue.darer.nones.ileus.plash.busby.wheal.buffo.yobbo.biles.poxes.rooty.licit.terce.bromo.hayey.dweeb.imbed.saran.bruit.punky.softs.biffs.loppy.agars.aquae.livre.biome.bunds.shews.diems.ginny.degum.polos.desex.unman.dungy.vitam.wedgy.glebe.apers.ridgy.roids.wifey.vapes.whoas.bunko.yolky.ulnas.reeky.bodge.brant.davit.deque.liker.jenny.tacts.fulls.treap.ligne.acked.refry.vower.aargh.churl.momma.gaols.whump.arras.marls.tiler.grogs.memes.midis.tided.haler.duces.twiny.poste.unrig.prise.drabs.quids.facer.spier.baric.geoid.remap.trier.gunks.steno.stoma.airer.ovate.torah.apian.smuts.pocks.yurts.exurb.defog.nuder.bosky.nimbi.mothy.joyed.labia.pards.jammy.bigly.faxer.hoppy.nurbs.cotes.dishy.vised.celeb.pismo.casas.withs.dodgy.scudi.mungs.muons.ureas.ioctl.unhip.krone.sager.verst.expat.gronk.uvula.shawm.bilgy.braes.cento.webby.lippy.gamic.lordy.mazed.tings.shoat.faery.wirer.diazo.carer.rater.greps.rente.zloty.viers.unapt.poops.fecal.kepis.taxon.eyers.wonts.spina.stoae.yenta.pooey.buret.japan.bedew.hafts.selfs.oared.herby.pryer.oakum.dinks.titty.sepoy.penes.fusee.winey.gimps.nihil.rille.giber.ousel.umiak.cuppy.hames.shits.azine.glads.tacet.bumph.coyer.honky.gamer.gooky.waspy.sedgy.bents.varia.djinn.junco.pubic.wilco.lazes.idyls.lupus.rives.snood.schmo.spazz.finis.noter.pavan.orbed.bates.pipet.baddy.goers.shako.stets.sebum.seeth.lobar.raver.ajuga.riced.velds.dribs.ville.dhows.unsew.halma.krona.limby.jiffs.treys.bauds.pffft.mimer.plebs.caner.jiber.cuppa.washy.chuff.unarm.yukky.styes.waker.flaks.maces.rimes.gimpy.guano.liras.kapok.scuds.bwana.oring.aider.prier.klugy.monte.golem.velar.firer.pieta.umbel.campo.unpeg.fovea.abeam.boson.asker.goths.vocab.vined.trows.tikis.loper.indie.boffs.spang.grapy.tater.ichor.kilty.lochs.supes.degas.flics.torsi.beths.weber.resaw.lawny.coven.mujik.relet.therm.heigh.shnor.trued.zayin.liest.barfs.bassi.qophs.roily.flabs.punny.okras.hanks.dipso.nerfs.fauns.calla.pseud.lurer.magus.obeah.atria.twink.palmy.pocky.pends.recta.plonk.slaws.keens.nicad.pones.inker.whews.groks.mosts.trews.ulnar.gyppy.cocas.expos.eruct.oiler.vacua.dreck.dater.arums.tubal.voxel.dixit.beery.assai.lades.actin.ghoti.buzzy.meads.grody.ribby.clews.creme.email.pyxie.kulak.bocci.rived.duddy.hoper.lapin.wonks.petri.phial.fugal.holon.boomy.duomo.musos.shier.hayer.porgy.hived.litho.fisty.stagy.luvya.maria.smogs.asana.yogic.slomo.fawny.amine.wefts.gonad.twirp.brava.plyer.fermi.loges.niter.revet.unate.gyved.totty.zappy.honer.giros.dicer.calks.luxes.monad.cruft.quoin.fumer.amped.shlep.vinca.yahoo.vulva.zooey.dryad.nixie.moper.iambs.lunes.nudie.limns.weals.nohow.miaow.gouts.mynas.mazer.kikes.oxeye.stoup.jujus.debar.pubes.taels.defun.rands.blear.paver.goosy.sprog.oleos.toffy.pawer.maced.crits.kluge.tubed.sahib.ganef.scats.sputa.vaned.acned.taxol.plink.oweth.tribs.resay.boule.thous.haply.glans.maxis.bezel.antis.porks.quoit.alkyd.glary.beamy.hexad.bonks.tecum.kerbs.filar.frier.redux.abuzz.fader.shoer.couth.trues.guyed.goony.booky.fuzes.hurly.genet.hodad.calix.filer.pawls.iodic.utero.henge.unsay.liers.piing.weald.sexed.folic.poxed.cunts.anile.kiths.becks.tatty.plena.rebar.abled.toyer.attar.teaks.aioli.awing.anent.feces.redip.wists.prats.mesne.muter.smurf.owest.bahts.lossy.ftped.hunky.hoers.slier.sicks.fatly.delft.hiver.himbo.pengo.busks.loxes.zonks.ilium.aport.ikons.mulct.reeve.civvy.canna.barfy.kaiak.scudo.knout.gaper.bhang.pease.uteri.lases.paten.rasae.axels.stoas.ombre.styli.gunky.hazer.kenaf.ahoys.ammos.weeny.urger.kudzu.paren.bolos.fetor.nitty.techy.lieth.somas.darky.villi.gluon.janes.cants.farts.socle.jinns.ruing.slily.ricer.hadda.wowee.rices.nerts.cauls.swive.lilty.micks.arity.pasha.finif.oinky.gutty.tetra.wises.wolds.balds.picot.whats.shiki.bungs.snarf.legos.dungs.stogy.berms.tangs.vails.roods.morel.sware.elans.latus.gules.razer.doxie.buena.overs.gutta.zincs.nates.kirks.tikes.donee.jerry.mohel.ceder.doges.unmap.folia.rawly.snark.topoi.ceils.immix.yores.diest.bubba.pomps.forky.turdy.lawzy.poohs.worts.gloms.beano.muley.barky.tunny.auric.funks.gaffs.cordy.curdy.lisle.toric.soyas.reman.mungy.carpy.apish.oaten.gappy.aurae.bract.rooky.axled.burry.sizer.proem.turfy.impro.mashy.miens.nonny.olios.grook.sates.agley.corgi.dashy.doser.dildo.apsos.xored.laker.playa.selah.malty.dulse.frigs.demit.whoso.rials.sawer.spics.bedim.snugs.fanin.azoic.icers.suers.wizen.koine.topos.shirr.rifer.feral.laded.lased.turds.swede.easts.cozen.unhit.pally.aitch.sedum.coper.ruche.geeks.swags.etext.algin.offed.ninja.holer.doter.toter.besot.dicut.macer.peens.pewit.redox.poler.yecch.fluky.doeth.twats.cruds.bebug.bider.stele.hexer.wests.gluer.pilau.abaft.whelm.lacer.inode.tabus.gator.cuing.refly.luted.cukes.bairn.bight.arses.crump.loggy.blini.spoor.toyon.harks.wazoo.fenny.naves.keyer.tufas.morph.rajas.typal.spiff.oxlip.unban.mussy.finny.rimer.login.molas.cirri.huzza.agone.unsex.unwon.peats.toile.zombi.dewed.nooky.alkyl.ixnay.dovey.holey.cuber.amyls.podia.chino.apnea.prims.lycra.johns.primo.fatwa.egger.hempy.snook.hying.fuzed.barms.crink.moots.yerba.rhumb.unarc.direr.munge.eland.nares.wrier.noddy.atilt.jukes.ender.thens.unfix.doggo.zooks.diddy.shmoo.brusk.prest.curer.pasts.kelpy.bocce.kicky.taros.lings.dicky.nerdy.abend.stela.biggy.laved.baldy.pubis.gooks.wonky.stied.hypos.assed.spumy.osier.roble.rumba.biffy.pupal`.split(`.`),Ln=`aahed.aalii.aargh.aarti.abaca.abaci.abacs.abaft.abaka.abamp.aband.abash.abask.abaya.abbas.abbed.abbes.abcee.abeam.abear.abele.abers.abets.abies.abler.ables.ablet.ablow.abmho.abohm.aboil.aboma.aboon.abord.abore.abram.abray.abrim.abrin.abris.absey.absit.abuna.abune.abuts.abuzz.abyes.abysm.acais.acari.accas.accoy.acerb.acers.aceta.achar.ached.aches.achoo.acids.acidy.acing.acini.ackee.acker.acmes.acmic.acned.acnes.acock.acold.acred.acres.acros.acted.actin.acton.acyls.adaws.adays.adbot.addax.added.adder.addio.addle.adeem.adhan.adieu.adios.adits.adman.admen.admix.adobo.adown.adoze.adrad.adred.adsum.aduki.adunc.adust.advew.adyta.adzed.adzes.aecia.aedes.aegis.aeons.aerie.aeros.aesir.afald.afara.afars.afear.aflaj.afore.afrit.afros.agama.agami.agars.agast.agave.agaze.agene.agers.agger.aggie.aggri.aggro.aggry.aghas.agila.agios.agism.agist.agita.aglee.aglet.agley.agloo.aglus.agmas.agoge.agone.agons.agood.agria.agrin.agros.agued.agues.aguna.aguti.aheap.ahent.ahigh.ahind.ahing.ahint.ahold.ahull.ahuru.aidas.aided.aides.aidoi.aidos.aiery.aigas.aight.ailed.aimed.aimer.ainee.ainga.aioli.aired.airer.airns.airth.airts.aitch.aitus.aiver.aiyee.aizle.ajies.ajiva.ajuga.ajwan.akees.akela.akene.aking.akita.akkas.alaap.alack.alamo.aland.alane.alang.alans.alant.alapa.alaps.alary.alate.alays.albas.albee.alcid.alcos.aldea.alder.aldol.aleck.alecs.alefs.aleft.aleph.alews.aleye.alfas.algal.algas.algid.algin.algor.algum.alias.alifs.aline.alist.aliya.alkie.alkos.alkyd.alkyl.allee.allel.allis.allod.allyl.almah.almas.almeh.almes.almud.almug.alods.aloed.aloes.aloha.aloin.aloos.alowe.altho.altos.alula.alums.alure.alvar.alway.amahs.amain.amate.amaut.amban.ambit.ambos.ambry.ameba.ameer.amene.amens.ament.amias.amice.amici.amide.amido.amids.amies.amiga.amigo.amine.amino.amins.amirs.amlas.amman.ammon.ammos.amnia.amnic.amnio.amoks.amole.amort.amour.amove.amowt.amped.ampul.amrit.amuck.amyls.anana.anata.ancho.ancle.ancon.andro.anear.anele.anent.angas.anglo.anigh.anile.anils.anima.animi.anion.anise.anker.ankhs.ankus.anlas.annal.annas.annat.anoas.anole.anomy.ansae.antae.antar.antas.anted.antes.antis.antra.antre.antsy.anura.anyon.apace.apage.apaid.apayd.apays.apeak.apeek.apers.apert.apery.apgar.aphis.apian.apiol.apish.apism.apode.apods.apoop.aport.appal.appay.appel.appro.appui.appuy.apres.apses.apsis.apsos.apted.apter.aquae.aquas.araba.araks.arame.arars.arbas.arced.archi.arcos.arcus.ardeb.ardri.aread.areae.areal.arear.areas.areca.aredd.arede.arefy.areic.arene.arepa.arere.arete.arets.arett.argal.argan.argil.argle.argol.argon.argot.argus.arhat.arias.ariel.ariki.arils.ariot.arish.arked.arled.arles.armed.armer.armet.armil.arnas.arnut.aroba.aroha.aroid.arpas.arpen.arrah.arras.arret.arris.arroz.arsed.arses.arsey.arsis.artal.artel.artic.artis.aruhe.arums.arval.arvee.arvos.aryls.asana.ascon.ascus.asdic.ashed.ashes.ashet.asked.asker.askoi.askos.aspen.asper.aspic.aspie.aspis.aspro.assai.assam.asses.assez.assot.aster.astir.astun.asura.asway.aswim.asyla.ataps.ataxy.atigi.atilt.atimy.atlas.atman.atmas.atmos.atocs.atoke.atoks.atoms.atomy.atony.atopy.atria.atrip.attap.attar.atuas.audad.auger.aught.aulas.aulic.auloi.aulos.aumil.aunes.aunts.aurae.aural.aurar.auras.aurei.aures.auric.auris.aurum.autos.auxin.avale.avant.avast.avels.avens.avers.avgas.avine.avion.avise.aviso.avize.avows.avyze.awarn.awato.awave.aways.awdls.aweel.aweto.awing.awmry.awned.awner.awols.awork.axels.axile.axils.axing.axite.axled.axles.axman.axmen.axoid.axone.axons.ayahs.ayaya.ayelp.aygre.ayins.ayont.ayres.ayrie.azans.azide.azido.azine.azlon.azoic.azole.azons.azote.azoth.azuki.azurn.azury.azygy.azyme.azyms.baaed.baals.babas.babel.babes.babka.baboo.babul.babus.bacca.bacco.baccy.bacha.bachs.backs.baddy.baels.baffs.baffy.bafts.baghs.bagie.bahts.bahus.bahut.bails.bairn.baisa.baith.baits.baiza.baize.bajan.bajra.bajri.bajus.baked.baken.bakes.bakra.balas.balds.baldy.baled.bales.balks.balky.balls.bally.balms.baloo.balsa.balti.balun.balus.bambi.banak.banco.bancs.banda.bandh.bands.bandy.baned.banes.bangs.bania.banks.banns.bants.bantu.banty.banya.bapus.barbe.barbs.barby.barca.barde.bardo.bards.bardy.bared.barer.bares.barfi.barfs.baric.barks.barky.barms.barmy.barns.barny.barps.barra.barre.barro.barry.barye.basan.based.basen.baser.bases.basho.basij.basks.bason.basse.bassi.basso.bassy.basta.basti.basto.basts.bated.bates.baths.batik.batta.batts.battu.bauds.bauks.baulk.baurs.bavin.bawds.bawks.bawls.bawns.bawrs.bawty.bayed.bayer.bayes.bayle.bayts.bazar.bazoo.beads.beaks.beaky.beals.beams.beamy.beano.beans.beany.beare.bears.beath.beats.beaty.beaus.beaut.beaux.bebop.becap.becke.becks.bedad.bedel.bedes.bedew.bedim.bedye.beedi.beefs.beeps.beers.beery.beets.befog.begad.begar.begem.begot.begum.beige.beigy.beins.bekah.belah.belar.belay.belee.belga.bells.belon.belts.bemad.bemas.bemix.bemud.bends.bendy.benes.benet.benga.benis.benne.benni.benny.bento.bents.benty.bepat.beray.beres.bergs.berko.berks.berme.berms.berob.beryl.besat.besaw.besee.beses.besit.besom.besot.besti.bests.betas.beted.betes.beths.betid.beton.betta.betty.bever.bevor.bevue.bevvy.bewet.bewig.bezes.bezil.bezzy.bhais.bhaji.bhang.bhats.bhels.bhoot.bhuna.bhuts.biach.biali.bialy.bibbs.bibes.biccy.bices.bided.bider.bides.bidet.bidis.bidon.bield.biers.biffo.biffs.biffy.bifid.bigae.biggs.biggy.bigha.bight.bigly.bigos.bijou.biked.biker.bikes.bikie.bilbo.bilby.biled.biles.bilgy.bilks.bills.bimah.bimas.bimbo.binal.bindi.binds.biner.bines.bings.bingy.binit.binks.bints.biogs.biont.biota.biped.bipod.birds.birks.birle.birls.biros.birrs.birse.birsy.bises.bisks.bisom.bitch.biter.bites.bitos.bitou.bitsy.bitte.bitts.bivia.bivvy.bizes.bizzo.bizzy.blabs.blads.blady.blaer.blaes.blaff.blags.blahs.blain.blams.blart.blase.blash.blate.blats.blatt.blaud.blawn.blaws.blays.blear.blebs.blech.blees.blent.blert.blest.blets.bleys.blimy.bling.blini.blins.bliny.blips.blist.blite.blits.blive.blobs.blocs.blogs.blook.bloop.blore.blots.blows.blowy.blubs.blude.bluds.bludy.blued.blues.bluet.bluey.bluid.blume.blunk.blurs.blype.boabs.boaks.boars.boart.boats.bobac.bobak.bobas.bobol.bobos.bocca.bocce.bocci.boche.bocks.boded.bodes.bodge.bodhi.bodle.boeps.boets.boeuf.boffo.boffs.bogan.bogey.boggy.bogie.bogle.bogue.bogus.bohea.bohos.boils.boing.boink.boite.boked.bokeh.bokes.bokos.bolar.bolas.bolds.boles.bolix.bolls.bolos.bolts.bolus.bomas.bombe.bombo.bombs.bonce.bonds.boned.boner.bones.bongs.bonie.bonks.bonne.bonny.bonza.bonze.booai.booay.boobs.boody.booed.boofy.boogy.boohs.books.booky.bools.booms.boomy.boong.boons.boord.boors.boose.boots.boppy.borak.boral.boras.borde.bords.bored.boree.borel.borer.bores.borgo.boric.borks.borms.borna.boron.borts.borty.bortz.bosie.bosks.bosky.boson.bosun.botas.botel.botes.bothy.botte.botts.botty.bouge.bouks.boult.bouns.bourd.bourg.bourn.bouse.bousy.bouts.bovid.bowat.bowed.bower.bowes.bowet.bowie.bowls.bowne.bowrs.bowse.boxed.boxen.boxes.boxla.boxty.boyar.boyau.boyed.boyfs.boygs.boyla.boyos.boysy.bozos.braai.brach.brack.bract.brads.braes.brags.brail.braks.braky.brame.brane.brank.brans.brant.brast.brats.brava.bravi.braws.braxy.brays.braza.braze.bream.brede.breds.breem.breer.brees.breid.breis.breme.brens.brent.brere.brers.breve.brews.breys.brier.bries.brigs.briki.briks.brill.brims.brins.brios.brise.briss.brith.brits.britt.brize.broch.brock.brods.brogh.brogs.brome.bromo.bronc.brond.brool.broos.brose.brosy.brows.brugh.bruin.bruit.brule.brume.brung.brusk.brust.bruts.buats.buaze.bubal.bubas.bubba.bubbe.bubby.bubus.buchu.bucko.bucks.bucku.budas.budis.budos.buffa.buffe.buffi.buffo.buffs.buffy.bufos.bufty.buhls.buhrs.buiks.buist.bukes.bulbs.bulgy.bulks.bulla.bulls.bulse.bumbo.bumfs.bumph.bumps.bumpy.bunas.bunce.bunco.bunde.bundh.bunds.bundt.bundu.bundy.bungs.bungy.bunia.bunje.bunjy.bunko.bunks.bunns.bunts.bunty.bunya.buoys.buppy.buran.buras.burbs.burds.buret.burfi.burgh.burgs.burin.burka.burke.burks.burls.burns.buroo.burps.burqa.burro.burrs.burry.bursa.burse.busby.buses.busks.busky.bussu.busti.busts.busty.buteo.butes.butle.butoh.butts.butty.butut.butyl.buzzy.bwana.bwazi.byded.bydes.byked.bykes.byres.byrls.byssi.bytes.byway.caaed.cabas.caber.cabob.caboc.cabre.cacas.cacks.cacky.cadee.cades.cadge.cadgy.cadie.cadis.cadre.caeca.caese.cafes.caffs.caged.cager.cages.cagot.cahow.caids.cains.caird.cajon.cajun.caked.cakes.cakey.calfs.calid.calif.calix.calks.calla.calls.calms.calmy.calos.calpa.calps.calve.calyx.caman.camas.cames.camis.camos.campi.campo.camps.campy.camus.caned.caneh.caner.canes.cangs.canid.canna.canns.canso.canst.canto.cants.canty.capas.caped.capes.capex.caphs.capiz.caple.capon.capos.capot.capri.capul.carap.carbo.carbs.carby.cardi.cards.cardy.cared.carer.cares.caret.carex.carks.carle.carls.carns.carny.carob.carom.caron.carpi.carps.carrs.carse.carta.carte.carts.carvy.casas.casco.cased.cases.casks.casky.casts.casus.cates.cauda.cauks.cauld.cauls.caums.caups.cauri.causa.cavas.caved.cavel.caver.caves.cavie.cawed.cawks.caxon.ceaze.cebid.cecal.cecum.ceded.ceder.cedes.cedis.ceiba.ceili.ceils.celeb.cella.celli.cells.celom.celts.cense.cento.cents.centu.ceorl.cepes.cerci.cered.ceres.cerge.ceria.ceric.cerne.ceroc.ceros.certs.certy.cesse.cesta.cesti.cetes.cetyl.cezve.chace.chack.chaco.chado.chads.chaft.chais.chals.chams.chana.chang.chank.chape.chaps.chapt.chara.chare.chark.charr.chars.chary.chats.chave.chavs.chawk.chaws.chaya.chays.cheep.chefs.cheka.chela.chelp.chemo.chems.chere.chert.cheth.chevy.chews.chewy.chiao.chias.chibs.chica.chich.chico.chics.chiel.chiks.chile.chimb.chimo.chimp.chine.ching.chink.chino.chins.chips.chirk.chirl.chirm.chiro.chirr.chirt.chiru.chits.chive.chivs.chivy.chizz.choco.chocs.chode.chogs.choil.choko.choky.chola.choli.cholo.chomp.chons.choof.chook.choom.choon.chops.chota.chott.chout.choux.chowk.chows.chubs.chufa.chuff.chugs.chums.churl.churr.chuse.chuts.chyle.chyme.chynd.cibol.cided.cides.ciels.ciggy.cilia.cills.cimar.cimex.cinct.cines.cinqs.cions.cippi.circs.cires.cirls.cirri.cisco.cissy.cists.cital.cited.citer.cites.cives.civet.civie.civvy.clach.clade.clads.claes.clags.clame.clams.clans.claps.clapt.claro.clart.clary.clast.clats.claut.clave.clavi.claws.clays.cleck.cleek.cleep.clefs.clegs.cleik.clems.clepe.clept.cleve.clews.clied.clies.clift.clime.cline.clint.clipe.clips.clipt.clits.cloam.clods.cloff.clogs.cloke.clomb.clomp.clonk.clons.cloop.cloot.clops.clote.clots.clour.clous.clows.cloye.cloys.cloze.clubs.clues.cluey.clunk.clype.cnida.coact.coady.coala.coals.coaly.coapt.coarb.coate.coati.coats.cobbs.cobby.cobia.coble.cobza.cocas.cocci.cocco.cocks.cocky.cocos.codas.codec.coded.coden.coder.codes.codex.codon.coeds.coffs.cogie.cogon.cogue.cohab.cohen.cohoe.cohog.cohos.coifs.coign.coils.coins.coirs.coits.coked.cokes.colas.colby.colds.coled.coles.coley.colic.colin.colls.colly.colog.colts.colza.comae.comal.comas.combe.combi.combo.combs.comby.comer.comes.comix.commo.comms.commy.compo.comps.compt.comte.comus.coned.cones.coney.confs.conga.conge.congo.conia.conin.conks.conky.conne.conns.conte.conto.conus.convo.cooch.cooed.cooee.cooer.cooey.coofs.cooks.cooky.cools.cooly.coomb.cooms.coomy.coons.coops.coopt.coost.coots.cooze.copal.copay.coped.copen.coper.copes.coppy.copra.copsy.coqui.coram.corbe.corby.cords.cored.cores.corey.corgi.coria.corks.corky.corms.corni.corno.corns.cornu.corps.corse.corso.cosec.cosed.coses.coset.cosey.cosie.costa.coste.costs.cotan.coted.cotes.coths.cotta.cotts.coude.coups.courb.courd.coure.cours.couta.couth.coved.coves.covin.cowal.cowan.cowed.cowks.cowls.cowps.cowry.coxae.coxal.coxed.coxes.coxib.coyau.coyed.coyer.coypu.cozed.cozen.cozes.cozey.cozie.craal.crabs.crags.craic.craig.crake.crame.crams.crans.crape.craps.crapy.crare.craws.crays.creds.creel.crees.crems.crena.creps.crepy.crewe.crews.crias.cribs.cries.crims.crine.crios.cripe.crips.crise.crith.crits.croci.crocs.croft.crogs.cromb.crome.cronk.crons.crool.croon.crops.crore.crost.crout.crows.croze.cruck.crudo.cruds.crudy.crues.cruet.cruft.crunk.cruor.crura.cruse.crusy.cruve.crwth.cryer.ctene.cubby.cubeb.cubed.cuber.cubes.cubit.cuddy.cuffo.cuffs.cuifs.cuing.cuish.cuits.cukes.culch.culet.culex.culls.cully.culms.culpa.culti.cults.culty.cumec.cundy.cunei.cunit.cunts.cupel.cupid.cuppa.cuppy.curat.curbs.curch.curds.curdy.cured.curer.cures.curet.curfs.curia.curie.curli.curls.curns.curny.currs.cursi.curst.cusec.cushy.cusks.cusps.cuspy.cusso.cusum.cutch.cuter.cutes.cutey.cutin.cutis.cutto.cutty.cutup.cuvee.cuzes.cwtch.cyano.cyans.cycad.cycas.cyclo.cyder.cylix.cymae.cymar.cymas.cymes.cymol.cysts.cytes.cyton.czars.daals.dabba.daces.dacha.dacks.dadah.dadas.dados.daffs.daffy.dagga.daggy.dagos.dahls.daiko.daine.daint.daker.daled.dales.dalis.dalle.dalts.daman.damar.dames.damme.damns.damps.dampy.dancy.dangs.danio.danks.danny.dants.daraf.darbs.darcy.dared.darer.dares.darga.dargs.daric.daris.darks.darky.darns.darre.darts.darzi.dashi.dashy.datal.dated.dater.dates.datos.datto.daube.daubs.dauby.dauds.dault.daurs.dauts.daven.davit.dawah.dawds.dawed.dawen.dawks.dawns.dawts.dayan.daych.daynt.dazed.dazer.dazes.deads.deair.deals.deans.deare.dearn.dears.deary.deash.deave.deaws.deawy.debag.debby.debel.debes.debts.debud.debur.debus.debye.decad.decaf.decan.decko.decks.decos.dedal.deeds.deedy.deely.deems.deens.deeps.deere.deers.deets.deeve.deevs.defat.deffo.defis.defog.degas.degum.degus.deice.deids.deify.deils.deism.deist.deked.dekes.dekko.deled.deles.delfs.delft.delis.dells.delly.delos.delph.delts.deman.demes.demic.demit.demob.demoi.demos.dempt.denar.denay.dench.denes.denet.denis.dents.deoxy.derat.deray.dered.deres.derig.derma.derms.derns.derny.deros.derro.derry.derth.dervs.desex.deshi.desis.desks.desse.devas.devel.devis.devon.devos.devot.dewan.dewar.dewax.dewed.dexes.dexie.dhaba.dhaks.dhals.dhikr.dhobi.dhole.dholl.dhols.dhoti.dhows.dhuti.diact.dials.diane.diazo.dibbs.diced.dicer.dices.dicht.dicks.dicky.dicot.dicta.dicts.dicty.diddy.didie.didos.didst.diebs.diels.diene.diets.diffs.dight.dikas.diked.diker.dikes.dikey.dildo.dilli.dills.dimbo.dimer.dimes.dimps.dinar.dined.dines.dinge.dings.dinic.dinks.dinky.dinna.dinos.dints.diols.diota.dippy.dipso.diram.direr.dirke.dirks.dirls.dirts.disas.disci.discs.dishy.disks.disme.dital.ditas.dited.dites.ditsy.ditts.ditzy.divan.divas.dived.dives.divis.divna.divos.divot.divvy.diwan.dixie.dixit.diyas.dizen.djinn.djins.doabs.doats.dobby.dobes.dobie.dobla.dobra.dobro.docht.docks.docos.docus.doddy.dodos.doeks.doers.doest.doeth.doffs.dogan.doges.dogey.doggo.doggy.dogie.dohyo.doilt.doily.doits.dojos.dolce.dolci.doled.doles.dolia.dolls.dolma.dolor.dolos.dolts.domal.domed.domes.domic.donah.donas.donee.doner.donga.dongs.donko.donna.donne.donny.donsy.doobs.dooce.doody.dooks.doole.dools.dooly.dooms.doomy.doona.doorn.doors.doozy.dopas.doped.doper.dopes.dorad.dorba.dorbs.doree.dores.doric.doris.dorks.dorky.dorms.dormy.dorps.dorrs.dorsa.dorse.dorts.dorty.dosai.dosas.dosed.doseh.doser.doses.dosha.dotal.doted.doter.dotes.dotty.douar.douce.doucs.douks.doula.douma.doums.doups.doura.douse.douts.doved.doven.dover.doves.dovie.dowar.dowds.dowed.dower.dowie.dowle.dowls.dowly.downa.downs.dowps.dowse.dowts.doxed.doxes.doxie.doyen.doyly.dozed.dozer.dozes.drabs.drack.draco.draff.drags.drail.drams.drant.draps.drats.drave.draws.drays.drear.dreck.dreed.dreer.drees.dregs.dreks.drent.drere.drest.dreys.dribs.drice.dries.drily.drips.dript.droid.droil.droke.drole.drome.drony.droob.droog.drook.drops.dropt.drouk.drows.drubs.drugs.drums.drupe.druse.drusy.druxy.dryad.dryas.dsobo.dsomo.duads.duals.duans.duars.dubbo.ducal.ducat.duces.ducks.ducky.ducts.duddy.duded.dudes.duels.duets.duett.duffs.dufus.duing.duits.dukas.duked.dukes.dukka.dulce.dules.dulia.dulls.dulse.dumas.dumbo.dumbs.dumka.dumky.dumps.dunam.dunch.dunes.dungs.dungy.dunks.dunno.dunny.dunsh.dunts.duomi.duomo.duped.duper.dupes.duple.duply.duppy.dural.duras.dured.dures.durgy.durns.duroc.duros.duroy.durra.durrs.durry.durst.durum.durzi.dusks.dusts.duxes.dwaal.dwale.dwalm.dwams.dwang.dwaum.dweeb.dwile.dwine.dyads.dyers.dyked.dykes.dykey.dykon.dynel.dynes.dzhos.eagre.ealed.eales.eaned.eards.eared.earls.earns.earnt.earst.eased.easer.eases.easle.easts.eathe.eaved.eaves.ebbed.ebbet.ebons.ebook.ecads.eched.eches.echos.ecrus.edema.edged.edger.edges.edile.edits.educe.educt.eejit.eensy.eeven.eevns.effed.egads.egers.egest.eggar.egged.egger.egmas.ehing.eider.eidos.eigne.eiked.eikon.eilds.eisel.ejido.ekkas.elain.eland.elans.elchi.eldin.elemi.elfed.eliad.elint.elmen.eloge.elogy.eloin.elops.elpee.elsin.elute.elvan.elven.elver.elves.emacs.embar.embay.embog.embow.embox.embus.emeer.emend.emerg.emery.emeus.emics.emirs.emits.emmas.emmer.emmet.emmew.emmys.emoji.emong.emote.emove.empts.emule.emure.emyde.emyds.enarm.enate.ended.ender.endew.endue.enews.enfix.eniac.enlit.enmew.ennog.enoki.enols.enorm.enows.enrol.ensew.ensky.entia.enure.enurn.envoi.enzym.eorls.eosin.epact.epees.ephah.ephas.ephod.ephor.epics.epode.epopt.epris.eques.equid.erbia.erevs.ergon.ergos.ergot.erhus.erica.erick.erics.ering.erned.ernes.erose.erred.erses.eruct.erugo.eruvs.erven.ervil.escar.escot.esile.eskar.esker.esnes.esses.estoc.estop.estro.etage.etape.etats.etens.ethal.ethne.ethyl.etics.etnas.ettin.ettle.etuis.etwee.etyma.eughs.euked.eupad.euros.eusol.evens.evert.evets.evhoe.evils.evite.evohe.ewers.ewest.ewhow.ewked.exams.exeat.execs.exeem.exeme.exfil.exies.exine.exing.exits.exode.exome.exons.expat.expos.exude.exuls.exurb.eyass.eyers.eyots.eyras.eyres.eyrie.eyrir.ezine.fabby.faced.facer.faces.facia.facta.facts.faddy.faded.fader.fades.fadge.fados.faena.faery.faffs.faffy.faggy.fagin.fagot.faiks.fails.faine.fains.fairs.faked.faker.fakes.fakey.fakie.fakir.falaj.falls.famed.fames.fanal.fands.fanes.fanga.fango.fangs.fanks.fanon.fanos.fanum.faqir.farad.farci.farcy.fards.fared.farer.fares.farle.farls.farms.faros.farro.farse.farts.fasci.fasti.fasts.fated.fates.fatly.fatso.fatwa.faugh.fauld.fauns.faurd.fauts.fauve.favas.favel.faver.faves.favus.fawns.fawny.faxed.faxes.fayed.fayer.fayne.fayre.fazed.fazes.feals.feare.fears.feart.fease.feats.feaze.feces.fecht.fecit.fecks.fedex.feebs.feeds.feels.feens.feers.feese.feeze.fehme.feint.feist.felch.felid.fells.felly.felts.felty.femal.femes.femmy.fends.fendy.fenis.fenks.fenny.fents.feods.feoff.ferer.feres.feria.ferly.fermi.ferms.ferns.ferny.fesse.festa.fests.festy.fetas.feted.fetes.fetor.fetta.fetts.fetwa.feuar.feuds.feued.feyed.feyer.feyly.fezes.fezzy.fiars.fiats.fibro.fices.fiche.fichu.ficin.ficos.fides.fidge.fidos.fiefs.fient.fiere.fiers.fiest.fifed.fifer.fifes.fifis.figgy.figos.fiked.fikes.filar.filch.filed.files.filii.filks.fille.fillo.fills.filmi.films.filos.filum.finca.finds.fined.fines.finis.finks.finny.finos.fiord.fiqhs.fique.fired.firer.fires.firie.firks.firms.firns.firry.firth.fiscs.fisks.fists.fisty.fitch.fitly.fitna.fitte.fitts.fiver.fives.fixed.fixes.fixit.fjeld.flabs.flaff.flags.flaks.flamm.flams.flamy.flane.flans.flaps.flary.flats.flava.flawn.flaws.flawy.flaxy.flays.fleam.fleas.fleek.fleer.flees.flegs.fleme.fleur.flews.flexi.flexo.fleys.flics.flied.flies.flimp.flims.flips.flirs.flisk.flite.flits.flitt.flobs.flocs.floes.flogs.flong.flops.flors.flory.flosh.flota.flote.flows.flubs.flued.flues.fluey.fluky.flump.fluor.flurr.fluty.fluyt.flyby.flype.flyte.foals.foams.foehn.fogey.fogie.fogle.fogou.fohns.foids.foils.foins.folds.foley.folia.folic.folie.folks.folky.fomes.fonda.fonds.fondu.fones.fonly.fonts.foods.foody.fools.foots.footy.foram.forbs.forby.fordo.fords.forel.fores.forex.forks.forky.forme.forms.forts.forza.forze.fossa.fosse.fouat.fouds.fouer.fouet.foule.fouls.fount.fours.fouth.fovea.fowls.fowth.foxed.foxes.foxie.foyle.foyne.frabs.frack.fract.frags.fraim.franc.frape.fraps.frass.frate.frati.frats.fraus.frays.frees.freet.freit.fremd.frena.freon.frere.frets.fribs.frier.fries.frigs.frise.frist.frith.frits.fritt.frize.frizz.froes.frogs.frons.frore.frorn.frory.frosh.frows.frowy.frugs.frump.frush.frust.fryer.fubar.fubby.fubsy.fucks.fucus.fuddy.fudgy.fuels.fuero.fuffs.fuffy.fugal.fuggy.fugie.fugio.fugle.fugly.fugus.fujis.fulls.fumed.fumer.fumes.fumet.fundi.funds.fundy.fungo.fungs.funks.fural.furan.furca.furls.furol.furrs.furth.furze.furzy.fused.fusee.fusel.fuses.fusil.fusks.fusts.fusty.futon.fuzed.fuzee.fuzes.fuzil.fyces.fyked.fykes.fyles.fyrds.fytte.gabba.gabby.gable.gaddi.gades.gadge.gadid.gadis.gadje.gadjo.gadso.gaffs.gaged.gager.gages.gaids.gains.gairs.gaita.gaits.gaitt.gajos.galah.galas.galax.galea.galed.gales.galls.gally.galop.galut.galvo.gamas.gamay.gamba.gambe.gambo.gambs.gamed.games.gamey.gamic.gamin.gamme.gammy.gamps.ganch.gandy.ganef.ganev.gangs.ganja.ganof.gants.gaols.gaped.gaper.gapes.gapos.gappy.garbe.garbo.garbs.garda.gares.garis.garms.garni.garre.garth.garum.gases.gasps.gaspy.gasts.gatch.gated.gater.gates.gaths.gator.gauch.gaucy.gauds.gauje.gault.gaums.gaumy.gaups.gaurs.gauss.gauzy.gavot.gawcy.gawds.gawks.gawps.gawsy.gayal.gazal.gazar.gazed.gazes.gazon.gazoo.geals.geans.geare.gears.geats.gebur.gecks.geeks.geeps.geest.geist.geits.gelds.gelee.gelid.gelly.gelts.gemel.gemma.gemmy.gemot.genal.genas.genes.genet.genic.genii.genip.genny.genoa.genom.genro.gents.genty.genua.genus.geode.geoid.gerah.gerbe.geres.gerle.germs.germy.gerne.gesse.gesso.geste.gests.getas.getup.geums.geyan.geyer.ghast.ghats.ghaut.ghazi.ghees.ghest.ghyll.gibed.gibel.giber.gibes.gibli.gibus.gifts.gigas.gighe.gigot.gigue.gilas.gilds.gilet.gills.gilly.gilpy.gilts.gimel.gimme.gimps.gimpy.ginch.ginge.gings.ginks.ginny.ginzo.gipon.gippo.gippy.girds.girls.girns.giron.giros.girrs.girsh.girts.gismo.gisms.gists.gitch.gites.giust.gived.gives.gizmo.glace.glads.glady.glaik.glair.glams.glans.glary.glaum.glaur.glazy.gleba.glebe.gleby.glede.gleds.gleed.gleek.glees.gleet.gleis.glens.glent.gleys.glial.glias.glibs.gliff.glift.glike.glime.glims.glisk.glits.glitz.gloam.globi.globs.globy.glode.glogg.gloms.gloop.glops.glost.glout.glows.gloze.glued.gluer.glues.gluey.glugs.glume.glums.gluon.glute.gluts.gnarl.gnarr.gnars.gnats.gnawn.gnaws.gnows.goads.goafs.goals.goary.goats.goaty.goban.gobar.gobbi.gobbo.gobby.gobis.gobos.godet.godso.goels.goers.goest.goeth.goety.gofer.goffs.gogga.gogos.goier.gojis.golds.goldy.goles.golfs.golpe.golps.gombo.gomer.gompa.gonch.gonef.gongs.gonia.gonif.gonks.gonna.gonof.gonys.gonzo.gooby.goods.goofs.googs.gooks.gooky.goold.gools.gooly.goons.goony.goops.goopy.goors.goory.goosy.gopak.gopik.goral.goras.gored.gores.goris.gorms.gormy.gorps.gorse.gorsy.gosht.gosse.gotch.goths.gothy.gotta.gouch.gouks.goura.gouts.gouty.gowan.gowds.gowfs.gowks.gowls.gowns.goxes.goyim.goyle.graal.grabs.grads.graff.graip.grama.grame.gramp.grams.grana.grans.grapy.gravs.grays.grebe.grebo.grece.greek.grees.grege.grego.grein.grens.grese.greve.grews.greys.grice.gride.grids.griff.grift.grigs.grike.grins.griot.grips.gript.gripy.grise.grist.grisy.grith.grits.grize.groat.grody.grogs.groks.groma.grone.groof.grosz.grots.grouf.grovy.grows.grrls.grrrl.grubs.grued.grues.grufe.grume.grump.grund.gryce.gryde.gryke.grype.grypt.guaco.guana.guano.guans.guars.gucks.gucky.gudes.guffs.gugas.guids.guimp.guiro.gulag.gular.gulas.gules.gulet.gulfs.gulfy.gulls.gulph.gulps.gulpy.gumma.gummi.gumps.gundy.gunge.gungy.gunks.gunky.gunny.guqin.gurdy.gurge.gurls.gurly.gurns.gurry.gursh.gurus.gushy.gusla.gusle.gusli.gussy.gusts.gutsy.gutta.gutty.guyed.guyle.guyot.guyse.gwine.gyals.gyans.gybed.gybes.gyeld.gymps.gynae.gynie.gynny.gynos.gyoza.gypos.gyppo.gyppy.gyral.gyred.gyres.gyron.gyros.gyrus.gytes.gyved.gyves.haafs.haars.hable.habus.hacek.hacks.hadal.haded.hades.hadji.hadst.haems.haets.haffs.hafiz.hafts.haggs.hahas.haick.haika.haiks.haiku.hails.haily.hains.haint.hairs.haith.hajes.hajis.hajji.hakam.hakas.hakea.hakes.hakim.hakus.halal.haled.haler.hales.halfa.halfs.halid.hallo.halls.halma.halms.halon.halos.halse.halts.halva.halwa.hamal.hamba.hamed.hames.hammy.hamza.hanap.hance.hanch.hands.hangi.hangs.hanks.hanky.hansa.hanse.hants.haole.haoma.hapax.haply.happi.hapus.haram.hards.hared.hares.harim.harks.harls.harms.harns.haros.harps.harts.hashy.hasks.hasps.hasta.hated.hates.hatha.hauds.haufs.haugh.hauld.haulm.hauls.hault.hauns.hause.haver.haves.hawed.hawks.hawms.hawse.hayed.hayer.hayey.hayle.hazan.hazed.hazer.hazes.heads.heald.heals.heame.heaps.heapy.heare.hears.heast.heats.heben.hebes.hecht.hecks.heder.hedgy.heeds.heedy.heels.heeze.hefte.hefts.heids.heigh.heils.heirs.hejab.hejra.heled.heles.helio.hells.helms.helos.helot.helps.helve.hemal.hemes.hemic.hemin.hemps.hempy.hench.hends.henge.henna.henny.henry.hents.hepar.herbs.herby.herds.heres.herls.herma.herms.herns.heros.herry.herse.hertz.herye.hesps.hests.hetes.heths.heuch.heugh.hevea.hewed.hewer.hewgh.hexad.hexed.hexer.hexes.hexyl.heyed.hiant.hicks.hided.hider.hides.hiems.highs.hight.hijab.hijra.hiked.hiker.hikes.hikoi.hilar.hilch.hillo.hills.hilts.hilum.hilus.himbo.hinau.hinds.hings.hinky.hinny.hints.hiois.hiply.hired.hiree.hirer.hires.hissy.hists.hithe.hived.hiver.hives.hizen.hoaed.hoagy.hoars.hoary.hoast.hobos.hocks.hocus.hodad.hodja.hoers.hogan.hogen.hoggs.hoghs.hohed.hoick.hoied.hoiks.hoing.hoise.hokas.hoked.hokes.hokey.hokis.hokku.hokum.holds.holed.holes.holey.holks.holla.hollo.holme.holms.holon.holos.holts.homas.homed.homes.homey.homie.homme.homos.honan.honda.honds.honed.honer.hones.hongi.hongs.honks.honky.hooch.hoods.hoody.hooey.hoofs.hooka.hooks.hooky.hooly.hoons.hoops.hoord.hoors.hoosh.hoots.hooty.hoove.hopak.hoped.hoper.hopes.hoppy.horah.horal.horas.horis.horks.horme.horns.horst.horsy.hosed.hosel.hosen.hoser.hoses.hosey.hosta.hosts.hotch.hoten.hotty.houff.houfs.hough.houri.hours.houts.hovea.hoved.hoven.hoves.howbe.howes.howff.howfs.howks.howls.howre.howso.hoxed.hoxes.hoyas.hoyed.hoyle.hubby.hucks.hudna.hudud.huers.huffs.huffy.huger.huggy.huhus.huias.hulas.hules.hulks.hulky.hullo.hulls.hully.humas.humfs.humic.humps.humpy.hunks.hunts.hurds.hurls.hurly.hurra.hurst.hurts.hushy.husks.husos.hutia.huzza.huzzy.hwyls.hydra.hyens.hygge.hying.hykes.hylas.hyleg.hyles.hylic.hymns.hynde.hyoid.hyped.hypes.hypha.hyphy.hypos.hyrax.hyson.hythe.iambi.iambs.ibrik.icers.iched.iches.ichor.icier.icker.ickle.icons.ictal.ictic.ictus.idant.ideas.idees.ident.idled.idles.idola.idols.idyls.iftar.igapo.igged.iglus.ihram.ikans.ikats.ikons.ileac.ileal.ileum.ileus.iliad.ilial.ilium.iller.illth.imago.imams.imari.imaum.imbar.imbed.imide.imido.imids.imine.imino.immew.immit.immix.imped.impis.impot.impro.imshi.imshy.inapt.inarm.inbye.incel.incle.incog.incus.incut.indew.india.indie.indol.indow.indri.indue.inerm.infix.infos.infra.ingan.ingle.inion.inked.inker.inkle.inned.innit.inorb.inrun.inset.inspo.intel.intil.intis.intra.inula.inure.inurn.inust.invar.inwit.iodic.iodid.iodin.iotas.ippon.irade.irids.iring.irked.iroko.irone.irons.isbas.ishes.isled.isles.isnae.issei.istle.items.ither.ivied.ivies.ixias.ixnay.ixora.ixtle.izard.izars.izzat.jaaps.jabot.jacal.jacks.jacky.jaded.jades.jafas.jaffa.jagas.jager.jaggs.jaggy.jagir.jagra.jails.jaker.jakes.jakey.jalap.jalop.jambe.jambo.jambs.jambu.james.jammy.jamon.janes.janns.janny.janty.japan.japed.japer.japes.jarks.jarls.jarps.jarta.jarul.jasey.jaspe.jasps.jatos.jauks.jaups.javas.javel.jawan.jawed.jaxie.jeans.jeats.jebel.jedis.jeels.jeely.jeeps.jeers.jeeze.jefes.jeffs.jehad.jehus.jelab.jello.jells.jembe.jemmy.jenny.jeons.jerid.jerks.jerry.jesse.jests.jesus.jetes.jeton.jeune.jewed.jewie.jhala.jiaos.jibba.jibbs.jibed.jiber.jibes.jiffs.jiggy.jigot.jihad.jills.jilts.jimmy.jimpy.jingo.jinks.jinne.jinni.jinns.jirds.jirga.jirre.jisms.jived.jiver.jives.jivey.jnana.jobed.jobes.jocko.jocks.jocky.jocos.jodel.joeys.johns.joins.joked.jokes.jokey.jokol.joled.joles.jolls.jolts.jolty.jomon.jomos.jones.jongs.jonty.jooks.joram.jorum.jotas.jotty.jotun.joual.jougs.jouks.joule.jours.jowar.jowed.jowls.jowly.joyed.jubas.jubes.jucos.judas.judgy.judos.jugal.jugum.jujus.juked.jukes.jukus.julep.jumar.jumby.jumps.junco.junks.junky.jupes.jupon.jural.jurat.jurel.jures.justs.jutes.jutty.juves.juvie.kaama.kabab.kabar.kabob.kacha.kacks.kadai.kades.kadis.kafir.kagos.kagus.kahal.kaiak.kaids.kaies.kaifs.kaika.kaiks.kails.kaims.kaing.kains.kakas.kakis.kalam.kales.kalif.kalis.kalpa.kamas.kames.kamik.kamis.kamme.kanae.kanas.kandy.kaneh.kanes.kanga.kangs.kanji.kants.kanzu.kaons.kapas.kaphs.kapok.kapow.kapus.kaput.karas.karat.karks.karns.karoo.karos.karri.karst.karsy.karts.karzy.kasha.kasme.katal.katas.katis.katti.kaugh.kauri.kauru.kaury.kaval.kavas.kawas.kawau.kawed.kayle.kayos.kazis.kazoo.kbars.kebar.kebob.kecks.kedge.kedgy.keech.keefs.keeks.keels.keema.keeno.keens.keeps.keets.keeve.kefir.kehua.keirs.kelep.kelim.kells.kelly.kelps.kelpy.kelts.kelty.kembo.kembs.kemps.kempt.kempy.kenaf.kench.kendo.kenos.kente.kents.kepis.kerbs.kerel.kerfs.kerky.kerma.kerne.kerns.keros.kerry.kerve.kesar.kests.ketas.ketch.ketes.ketol.kevel.kevil.kexes.keyed.keyer.khadi.khafs.khans.khaph.khats.khaya.khazi.kheda.kheth.khets.khoja.khors.khoum.khuds.kiaat.kiack.kiang.kibbe.kibbi.kibei.kibes.kibla.kicks.kicky.kiddo.kiddy.kidel.kidge.kiefs.kiers.kieve.kievs.kight.kikes.kikoi.kiley.kilim.kills.kilns.kilos.kilps.kilts.kilty.kimbo.kinas.kinda.kinds.kindy.kines.kings.kinin.kinks.kinos.kiore.kipes.kippa.kipps.kirby.kirks.kirns.kirri.kisan.kissy.kists.kited.kiter.kites.kithe.kiths.kitul.kivas.kiwis.klang.klaps.klett.klick.klieg.kliks.klong.kloof.kluge.klutz.knags.knaps.knarl.knars.knaur.knawe.knees.knell.knish.knits.knive.knobs.knops.knosp.knots.knout.knowe.knows.knubs.knurl.knurr.knurs.knuts.koans.koaps.koban.kobos.koels.koffs.kofta.kogal.kohas.kohen.kohls.koine.kojis.kokam.kokas.koker.kokra.kokum.kolas.kolos.kombu.konbu.kondo.konks.kooks.kooky.koori.kopek.kophs.kopje.koppa.korai.koras.korat.kores.korma.koros.korun.korus.koses.kotch.kotos.kotow.koura.kraal.krabs.kraft.krais.krait.krang.krans.kranz.kraut.krays.kreep.kreng.krewe.krona.krone.kroon.krubi.krunk.ksars.kubie.kudos.kudus.kudzu.kufis.kugel.kuias.kukri.kukus.kulak.kulan.kulas.kulfi.kumis.kumys.kuris.kurre.kurta.kurus.kusso.kutas.kutch.kutis.kutus.kuzus.kvass.kvell.kwela.kyack.kyaks.kyang.kyars.kyats.kybos.kydst.kyles.kylie.kylin.kylix.kyloe.kynde.kynds.kypes.kyrie.kytes.kythe.laari.labda.labia.labis.labra.laced.lacer.laces.lacet.lacey.lacks.laddy.laded.lader.lades.laers.laevo.lagan.lahal.lahar.laich.laics.laids.laigh.laika.laiks.laird.lairs.lairy.laith.laity.laked.laker.lakes.lakhs.lakin.laksa.laldy.lalls.lamas.lambs.lamby.lamed.lamer.lames.lamia.lammy.lamps.lanai.lanas.lanch.lande.lands.lanes.lanks.lants.lapin.lapis.lapje.larch.lards.lardy.laree.lares.largo.laris.larks.larky.larns.larnt.larum.lased.laser.lases.lassi.lassu.lassy.lasts.latah.lated.laten.latex.lathi.laths.lathy.latke.latus.lauan.lauch.lauds.laufs.laund.laura.laval.lavas.laved.laver.laves.lavra.lavvy.lawed.lawer.lawin.lawks.lawns.lawny.laxed.laxer.laxes.laxly.layed.layin.layup.lazar.lazed.lazes.lazos.lazzi.lazzo.leads.leady.leafs.leaks.leams.leans.leany.leaps.leare.lears.leary.leats.leavy.leaze.leben.leccy.ledes.ledgy.ledum.leear.leeks.leeps.leers.leese.leets.leeze.lefte.lefts.leger.leges.legge.leggo.legit.lehrs.lehua.leirs.leish.leman.lemed.lemel.lemes.lemma.lemme.lends.lenes.lengs.lenis.lenos.lense.lenti.lento.leone.lepid.lepra.lepta.lered.leres.lerps.lesbo.leses.lests.letch.lethe.letup.leuch.leuco.leuds.leugh.levas.levee.leves.levin.levis.lewis.lexes.lexis.lezes.lezza.lezzy.liana.liane.liang.liard.liars.liart.liber.libra.libri.lichi.licht.licit.licks.lidar.lidos.liefs.liens.liers.lieus.lieve.lifer.lifes.lifts.ligan.liger.ligge.ligne.liked.liker.likes.likin.lills.lilos.lilts.liman.limas.limax.limba.limbi.limbs.limby.limed.limen.limes.limey.limma.limns.limos.limpa.limps.linac.linch.linds.lindy.lined.lines.liney.linga.lings.lingy.linin.links.linky.linns.linny.linos.lints.linty.linum.linux.lions.lipas.lipes.lipin.lipos.lippy.liras.lirks.lirot.lisks.lisle.lisps.lists.litai.litas.lited.liter.lites.litho.liths.litre.lived.liven.lives.livor.livre.llano.loach.loads.loafs.loams.loans.loast.loave.lobar.lobed.lobes.lobos.lobus.loche.lochs.locie.locis.locks.locos.locum.loden.lodes.loess.lofts.logan.loges.loggy.logia.logie.logoi.logon.logos.lohan.loids.loins.loipe.loirs.lokes.lolls.lolly.lolog.lomas.lomed.lomes.loner.longa.longe.longs.looby.looed.looey.loofa.loofs.looie.looks.looky.looms.loons.loony.loops.loord.loots.loped.loper.lopes.loppy.loral.loran.lords.lordy.lorel.lores.loric.loris.losed.losel.losen.loses.lossy.lotah.lotas.lotes.lotic.lotos.lotsa.lotta.lotte.lotto.lotus.loued.lough.louie.louis.louma.lound.louns.loupe.loups.loure.lours.loury.louts.lovat.loved.loves.lovey.lovie.lowan.lowed.lowes.lownd.lowne.lowns.lowps.lowry.lowse.lowts.loxed.loxes.lozen.luach.luaus.lubed.lubes.lubra.luces.lucks.lucre.ludes.ludic.ludos.luffa.luffs.luged.luger.luges.lulls.lulus.lumas.lumbi.lumme.lummy.lumps.lunas.lunes.lunet.lungi.lungs.lunks.lunts.lupin.lured.lurer.lures.lurex.lurgi.lurgy.lurks.lurry.lurve.luser.lushy.lusks.lusts.lusus.lutea.luted.luter.lutes.luvvy.luxed.luxer.luxes.lweis.lyams.lyard.lyart.lyase.lycea.lycee.lycra.lymes.lynes.lyres.lysed.lyses.lysin.lysis.lysol.lyssa.lyted.lytes.lythe.lytic.lytta.maaed.maare.maars.mabes.macas.maced.macer.maces.mache.machi.machs.macks.macle.macon.madge.madid.madre.maerl.mafic.mages.maggs.magot.magus.mahoe.mahua.mahwa.maids.maiko.maiks.maile.maill.mails.maims.mains.maire.mairs.maise.maist.makar.makes.makis.makos.malam.malar.malas.malax.males.malic.malik.malis.malls.malms.malmy.malts.malty.malus.malva.malwa.mamas.mamba.mamee.mamey.mamie.manas.manat.mandi.maneb.maned.maneh.manes.manet.mangs.manis.manky.manna.manos.manse.manta.manto.manty.manul.manus.mapau.maqui.marae.marah.maras.marcs.mardy.mares.marge.margs.maria.marid.marka.marks.marle.marls.marly.marms.maron.maror.marra.marri.marse.marts.marvy.masas.mased.maser.mases.mashy.masks.massa.massy.masts.masty.masus.matai.mated.mater.mates.maths.matin.matlo.matte.matts.matza.matzo.mauby.mauds.mauls.maund.mauri.mausy.mauts.mauzy.maven.mavie.mavin.mavis.mawed.mawks.mawky.mawns.mawrs.maxed.maxes.maxis.mayan.mayas.mayed.mayos.mayst.mazed.mazer.mazes.mazey.mazut.mbira.meads.meals.meane.means.meany.meare.mease.meath.meats.mebos.mechs.mecks.medii.medle.meeds.meers.meets.meffs.meins.meint.meiny.meith.mekka.melas.melba.melds.melic.melik.mells.melts.melty.memes.memos.menad.mends.mened.menes.menge.mengs.mensa.mense.mensh.menta.mento.menus.meous.meows.merch.mercs.merde.mered.merel.merer.meres.meril.meris.merks.merle.merls.merse.mesal.mesas.mesel.meses.meshy.mesic.mesne.meson.messy.mesto.meted.metes.metho.meths.metic.metif.metis.metol.metre.meuse.meved.meves.mewed.mewls.meynt.mezes.mezze.mezzo.mhorr.miaou.miaow.miasm.miaul.micas.miche.micht.micks.micky.micos.micra.middy.midgy.midis.miens.mieve.miffs.miffy.mifty.miggs.mihas.mihis.miked.mikes.mikra.mikva.milch.milds.miler.miles.milfs.milia.milko.milks.mille.mills.milor.milos.milpa.milts.milty.miltz.mimed.mimeo.mimer.mimes.mimsy.minae.minar.minas.mincy.minds.mined.mines.minge.mings.mingy.minis.minke.minks.minny.minos.mints.mired.mires.mirex.mirid.mirin.mirks.mirky.mirly.miros.mirvs.mirza.misch.misdo.mises.misgo.misos.missa.mists.misty.mitch.miter.mites.mitis.mitre.mitts.mixed.mixen.mixer.mixes.mixte.mixup.mizen.mizzy.mneme.moans.moats.mobby.mobes.mobey.mobie.moble.mochi.mochs.mochy.mocks.moder.modes.modge.modii.modus.moers.mofos.moggy.mohel.mohos.mohrs.mohua.mohur.moile.moils.moira.moire.moits.mojos.mokes.mokis.mokos.molal.molas.molds.moled.moles.molla.molls.molly.molto.molts.molys.momes.momma.mommy.momus.monad.monal.monas.monde.mondo.moner.mongo.mongs.monic.monie.monks.monos.monte.monty.moobs.mooch.moods.mooed.mooks.moola.mooli.mools.mooly.moong.moons.moony.moops.moors.moory.moots.moove.moped.moper.mopes.mopey.moppy.mopsy.mopus.morae.moras.morat.moray.morel.mores.moria.morne.morns.morra.morro.morse.morts.mosed.moses.mosey.mosks.mosso.moste.mosts.moted.moten.motes.motet.motey.moths.mothy.motis.motte.motts.motty.motus.motza.mouch.moues.mould.mouls.moups.moust.mousy.moved.moves.mowas.mowed.mowra.moxas.moxie.moyas.moyle.moyls.mozed.mozes.mozos.mpret.mucho.mucic.mucid.mucin.mucks.mucor.mucro.mudge.mudir.mudra.muffs.mufti.mugga.muggs.muggy.muhly.muids.muils.muirs.muist.mujik.mulct.muled.mules.muley.mulga.mulie.mulla.mulls.mulse.mulsh.mumms.mumps.mumsy.mumus.munga.munge.mungo.mungs.munis.munts.muntu.muons.muras.mured.mures.murex.murid.murks.murls.murly.murra.murre.murri.murrs.murry.murti.murva.musar.musca.mused.muser.muses.muset.musha.musit.musks.musos.musse.mussy.musth.musts.mutch.muted.muter.mutes.mutha.mutis.muton.mutts.muxed.muxes.muzak.muzzy.mvule.myall.mylar.mynah.mynas.myoid.myoma.myope.myops.myopy.mysid.mythi.myths.mythy.myxos.mzees.naams.naans.nabes.nabis.nabks.nabla.nabob.nache.nacho.nacre.nadas.naeve.naevi.naffs.nagas.naggy.nagor.nahal.naiad.naifs.naiks.nails.naira.nairu.naked.naker.nakfa.nalas.naled.nalla.named.namer.names.namma.namus.nanas.nance.nancy.nandu.nanna.nanos.nanua.napas.naped.napes.napoo.nappa.nappe.nappy.naras.narco.narcs.nards.nares.naric.naris.narks.narky.narre.nashi.natch.nates.natis.natty.nauch.naunt.navar.naves.navew.navvy.nawab.nazes.nazir.nazis.nduja.neafe.neals.neaps.nears.neath.neats.nebek.nebel.necks.neddy.needs.neeld.neele.neemb.neems.neeps.neese.neeze.negro.negus.neifs.neist.neive.nelis.nelly.nemas.nemns.nempt.nenes.neons.neper.nepit.neral.nerds.nerka.nerks.nerol.nerts.nertz.nervy.nests.netes.netop.netts.netty.neuks.neume.neums.nevel.neves.nevus.newbs.newed.newel.newie.newsy.newts.nexts.nexus.ngaio.ngana.ngati.ngoma.ngwee.nicad.nicht.nicks.nicol.nidal.nided.nides.nidor.nidus.niefs.nieve.nifes.niffs.niffy.nifty.niger.nighs.nihil.nikab.nikah.nikau.nills.nimbi.nimbs.nimps.niner.nines.ninon.nipas.nippy.niqab.nirls.nirly.nisei.nisse.nisus.niter.nites.nitid.niton.nitre.nitro.nitry.nitty.nival.nixed.nixer.nixes.nixie.nizam.nkosi.noahs.nobby.nocks.nodal.noddy.nodes.nodus.noels.noggs.nohow.noils.noily.noint.noirs.noles.nolls.nolos.nomas.nomen.nomes.nomic.nomoi.nomos.nonas.nonce.nones.nonet.nongs.nonis.nonny.nonyl.noobs.nooit.nooks.nooky.noons.noops.nopal.noria.noris.norks.norma.norms.nosed.noser.noses.notal.noted.noter.notes.notum.nould.noule.nouls.nouns.nouny.noups.novae.novas.novum.noway.nowed.nowls.nowts.nowty.noxal.noxes.noyau.noyed.noyes.nubby.nubia.nucha.nuddy.nuder.nudes.nudie.nudzh.nuffs.nugae.nuked.nukes.nulla.nulls.numbs.numen.nummy.nunny.nurds.nurdy.nurls.nurrs.nutso.nutsy.nyaff.nyala.nying.nyssa.oaked.oaker.oakum.oared.oases.oasis.oasts.oaten.oater.oaths.oaves.obang.obeah.obeli.obeys.obias.obied.obiit.obits.objet.oboes.obole.oboli.obols.occam.ocher.oches.ochre.ochry.ocker.ocrea.octad.octan.octas.octyl.oculi.odahs.odals.odeon.odeum.odism.odist.odium.odors.odour.odyle.odyls.ofays.offed.offie.oflag.ofter.ogams.ogeed.ogees.oggin.ogham.ogive.ogled.ogler.ogles.ogmic.ogres.ohias.ohing.ohmic.ohone.oidia.oiled.oiler.oinks.oints.ojime.okapi.okays.okehs.okras.oktas.oldie.oleic.olein.olent.oleos.oleum.olios.ollas.ollav.oller.ollie.ology.olpae.olpes.omasa.omber.ombus.omens.omers.omits.omlah.omovs.omrah.oncer.onces.oncet.oncus.onely.oners.onery.onium.onkus.onlay.onned.ontic.oobit.oohed.oomph.oonts.ooped.oorie.ooses.ootid.oozed.oozes.opahs.opals.opens.opepe.oping.oppos.opsin.opted.opter.orach.oracy.orals.orang.orant.orate.orbed.orcas.orcin.ordos.oread.orfes.orgia.orgic.orgue.oribi.oriel.orixa.orles.orlon.orlop.ormer.ornis.orpin.orris.ortho.orval.orzos.oscar.oshac.osier.osmic.osmol.ossia.ostia.otaku.otary.ottar.ottos.oubit.oucht.ouens.ouija.oulks.oumas.oundy.oupas.ouped.ouphe.ouphs.ourie.ousel.ousts.outby.outed.outre.outro.outta.ouzel.ouzos.ovals.ovels.ovens.overs.ovist.ovoli.ovolo.ovule.owche.owies.owled.owler.owlet.owned.owres.owrie.owsen.oxbow.oxers.oxeye.oxids.oxies.oxime.oxims.oxlip.oxter.oyers.ozeki.ozzie.paals.paans.pacas.paced.pacer.paces.pacey.pacha.packs.pacos.pacta.pacts.padis.padle.padma.padre.padri.paean.paedo.paeon.paged.pager.pages.pagle.pagod.pagri.paiks.pails.pains.paire.pairs.paisa.paise.pakka.palas.palay.palea.paled.pales.palet.palis.palki.palla.palls.pally.palms.palmy.palpi.palps.palsa.pampa.panax.pance.panda.pands.pandy.paned.panes.panga.pangs.panim.panko.panne.panni.panto.pants.panty.paoli.paolo.papas.papaw.papes.pappi.pappy.parae.paras.parch.pardi.pards.pardy.pared.paren.pareo.pares.pareu.parev.parge.pargo.paris.parki.parks.parky.parle.parly.parma.parol.parps.parra.parrs.parti.parts.parve.parvo.paseo.pases.pasha.pashm.paska.paspy.passe.pasts.pated.paten.pater.pates.paths.patin.patka.patly.patte.patus.pauas.pauls.pavan.paved.paven.paver.paves.pavid.pavin.pavis.pawas.pawaw.pawed.pawer.pawks.pawky.pawls.pawns.paxes.payed.payor.paysd.peage.peags.peaks.peaky.peals.peans.peare.pears.peart.pease.peats.peaty.peavy.peaze.pebas.pechs.pecke.pecks.pecky.pedes.pedis.pedro.peece.peeks.peels.peens.peeoy.peepe.peeps.peers.peery.peeve.peggy.peghs.peins.peise.peize.pekan.pekes.pekin.pekoe.pelas.pelau.peles.pelfs.pells.pelma.pelon.pelta.pelts.pends.pendu.pened.penes.pengo.penie.penis.penks.penna.penni.pents.peons.peony.pepla.pepos.peppy.pepsi.perai.perce.percs.perdu.perdy.perea.peres.peris.perks.perms.perns.perog.perps.perry.perse.perst.perts.perve.pervo.pervs.pervy.pesos.pests.pesty.petar.peter.petit.petre.petri.petti.petto.pewee.pewit.peyse.phage.phang.phare.pharm.pheer.phene.pheon.phese.phial.phish.phizz.phlox.phoca.phono.phons.phots.phpht.phuts.phyla.phyle.piani.pians.pibal.pical.picas.piccy.picks.picot.picra.picul.piend.piers.piert.pieta.piets.piezo.pight.pigmy.piing.pikas.pikau.piked.piker.pikes.pikey.pikis.pikul.pilae.pilaf.pilao.pilar.pilau.pilaw.pilch.pilea.piled.pilei.piler.piles.pilis.pills.pilow.pilum.pilus.pimas.pimps.pinas.pined.pines.pingo.pings.pinko.pinks.pinna.pinny.pinon.pinot.pinta.pints.pinup.pions.piony.pious.pioye.pioys.pipal.pipas.piped.pipes.pipet.pipis.pipit.pippy.pipul.pirai.pirls.pirns.pirog.pisco.pises.pisky.pisos.pissy.piste.pitas.piths.piton.pitot.pitta.piums.pixes.pized.pizes.plaas.plack.plage.plans.plaps.plash.plasm.plast.plats.platt.platy.playa.plays.pleas.plebe.plebs.plena.pleon.plesh.plews.plica.plies.plims.pling.plink.ploat.plods.plong.plonk.plook.plops.plots.plotz.plouk.plows.ploye.ploys.plues.pluff.plugs.plums.plumy.pluot.pluto.plyer.poach.poaka.poake.poboy.pocks.pocky.podal.poddy.podex.podge.podgy.podia.poems.poeps.poets.pogey.pogge.pogos.pohed.poilu.poind.pokal.poked.pokes.pokey.pokie.poled.poler.poles.poley.polio.polis.polje.polks.polls.polly.polos.polts.polys.pombe.pomes.pommy.pomos.pomps.ponce.poncy.ponds.pones.poney.ponga.pongo.pongs.pongy.ponks.ponts.ponty.ponzu.poods.pooed.poofs.poofy.poohs.pooja.pooka.pooks.pools.poons.poops.poopy.poori.poort.poots.poove.poovy.popes.poppa.popsy.porae.poral.pored.porer.pores.porge.porgy.porin.porks.porky.porno.porns.porny.porta.ports.porty.posed.poses.posey.posho.posts.potae.potch.poted.potes.potin.potoo.potsy.potto.potts.potty.pouff.poufs.pouke.pouks.poule.poulp.poult.poupe.poupt.pours.pouts.powan.powin.pownd.powns.powny.powre.poxed.poxes.poynt.poyou.poyse.pozzy.praam.prads.prahu.prams.prana.prang.praos.prase.prate.prats.pratt.praty.praus.prays.predy.preed.prees.preif.prems.premy.prent.preon.preop.preps.presa.prese.prest.preve.prexy.preys.prial.pricy.prief.prier.pries.prigs.prill.prima.primi.primp.prims.primy.prink.prion.prise.priss.proas.probs.prods.proem.profs.progs.proin.proke.prole.proll.promo.proms.pronk.props.prore.proso.pross.prost.prosy.proto.proul.prows.proyn.prunt.pruta.pryer.pryse.pseud.pshaw.psion.psoae.psoai.psoas.psora.psych.psyop.pubco.pubes.pubis.pucan.pucer.puces.pucka.pucks.puddy.pudge.pudic.pudor.pudsy.pudus.puers.puffa.puffs.puggy.pugil.puhas.pujah.pujas.pukas.puked.puker.pukes.pukey.pukka.pukus.pulao.pulas.puled.puler.pules.pulik.pulis.pulka.pulks.pulli.pulls.pully.pulmo.pulps.pulus.pumas.pumie.pumps.punas.punce.punga.pungs.punji.punka.punks.punky.punny.punto.punts.punty.pupae.pupas.pupus.purda.pured.pures.purin.puris.purls.purpy.purrs.pursy.purty.puses.pusle.pussy.putid.puton.putti.putto.putts.puzel.pwned.pyats.pyets.pygal.pyins.pylon.pyned.pynes.pyoid.pyots.pyral.pyran.pyres.pyrex.pyric.pyros.pyxed.pyxes.pyxie.pyxis.pzazz.qadis.qaids.qajaq.qanat.qapik.qibla.qophs.qorma.quads.quaff.quags.quair.quais.quaky.quale.quant.quare.quass.quate.quats.quayd.quays.qubit.quean.queme.quena.quern.queyn.queys.quich.quids.quiff.quims.quina.quine.quino.quins.quint.quipo.quips.quipu.quire.quirt.quist.quits.quoad.quods.quoif.quoin.quoit.quoll.quonk.quops.qursh.quyte.rabat.rabic.rabis.raced.races.rache.racks.racon.radge.radix.radon.raffs.rafts.ragas.ragde.raged.ragee.rager.rages.ragga.raggs.raggy.ragis.ragus.rahed.rahui.raias.raids.raiks.raile.rails.raine.rains.raird.raita.raits.rajas.rajes.raked.rakee.raker.rakes.rakia.rakis.rakus.rales.ramal.ramee.ramet.ramie.ramin.ramis.rammy.ramps.ramus.ranas.rance.rands.ranee.ranga.rangi.rangs.rangy.ranid.ranis.ranke.ranks.rants.raped.raper.rapes.raphe.rappe.rared.raree.rares.rarks.rased.raser.rases.rasps.rasse.rasta.ratal.ratan.ratas.ratch.rated.ratel.rater.rates.ratha.rathe.raths.ratoo.ratos.ratus.rauns.raupo.raved.ravel.raver.raves.ravey.ravin.rawer.rawin.rawly.rawns.raxed.raxes.rayah.rayas.rayed.rayle.rayne.razed.razee.razer.razes.razoo.readd.reads.reais.reaks.realo.reals.reame.reams.reamy.reans.reaps.rears.reast.reata.reate.reave.rebbe.rebec.rebid.rebit.rebop.rebuy.recal.recce.recco.reccy.recit.recks.recon.recta.recti.recto.redan.redds.reddy.reded.redes.redia.redid.redip.redly.redon.redos.redox.redry.redub.redux.redye.reech.reede.reeds.reefs.reefy.reeks.reeky.reels.reens.reest.reeve.refed.refel.reffo.refis.refix.refly.refry.regar.reges.reggo.regie.regma.regna.regos.regur.rehem.reifs.reify.reiki.reiks.reink.reins.reird.reist.reive.rejig.rejon.reked.rekes.rekey.relet.relie.relit.rello.reman.remap.remen.remet.remex.remix.renay.rends.reney.renga.renig.renin.renne.renos.rente.rents.reoil.reorg.repeg.repin.repla.repos.repot.repps.repro.reran.rerig.resat.resaw.resay.resee.reses.resew.resid.resit.resod.resow.resto.rests.resty.resus.retag.retax.retem.retia.retie.retox.revet.revie.rewan.rewax.rewed.rewet.rewin.rewon.rewth.rexes.rezes.rheas.rheme.rheum.rhies.rhime.rhine.rhody.rhomb.rhone.rhumb.rhyne.rhyta.riads.rials.riant.riata.ribas.ribby.ribes.riced.ricer.rices.ricey.richt.ricin.ricks.rides.ridgy.ridic.riels.riems.rieve.rifer.riffs.rifte.rifts.rifty.riggs.rigol.riled.riles.riley.rille.rills.rimae.rimed.rimer.rimes.rimus.rinds.rindy.rines.rings.rinks.rioja.riots.riped.ripes.ripps.rises.rishi.risks.risps.risus.rites.ritts.ritzy.rivas.rived.rivel.riven.rives.riyal.rizas.roads.roams.roans.roars.roary.roate.robed.robes.roble.rocks.roded.rodes.roguy.rohes.roids.roils.roily.roins.roist.rojak.rojis.roked.roker.rokes.rolag.roles.rolfs.rolls.romal.roman.romeo.romps.ronde.rondo.roneo.rones.ronin.ronne.ronte.ronts.roods.roofs.roofy.rooks.rooky.rooms.roons.roops.roopy.roosa.roose.roots.rooty.roped.roper.ropes.ropey.roque.roral.rores.roric.rorid.rorie.rorts.rorty.rosed.roses.roset.roshi.rosin.rosit.rosti.rosts.rotal.rotan.rotas.rotch.roted.rotes.rotis.rotls.roton.rotos.rotte.rouen.roues.roule.rouls.roums.roups.roupy.roust.routh.routs.roved.roven.roves.rowan.rowed.rowel.rowen.rowie.rowme.rownd.rowth.rowts.royne.royst.rozet.rozit.ruana.rubai.rubby.rubel.rubes.rubin.ruble.rubli.rubus.ruche.rucks.rudas.rudds.rudes.rudie.rudis.rueda.ruers.ruffe.ruffs.rugae.rugal.ruggy.ruing.ruins.rukhs.ruled.rules.rumal.rumbo.rumen.rumes.rumly.rummy.rumpo.rumps.rumpy.runch.runds.runed.runes.rungs.runic.runny.runts.runty.rupia.rurps.rurus.rusas.ruses.rushy.rusks.rusma.russe.rusts.ruths.rutin.rutty.ryals.rybat.ryked.rykes.rymme.rynds.ryots.ryper.saags.sabal.sabed.saber.sabes.sabha.sabin.sabir.sable.sabot.sabra.sabre.sacks.sacra.saddo.sades.sadhe.sadhu.sadis.sados.sadza.safed.safes.sagas.sager.sages.saggy.sagos.sagum.saheb.sahib.saice.saick.saics.saids.saiga.sails.saims.saine.sains.sairs.saist.saith.sajou.sakai.saker.sakes.sakia.sakis.sakti.salal.salat.salep.sales.salet.salic.salix.salle.salmi.salol.salop.salpa.salps.salse.salto.salts.salue.salut.saman.samas.samba.sambo.samek.samel.samen.sames.samey.samfu.sammy.sampi.samps.sands.saned.sanes.sanga.sangh.sango.sangs.sanko.sansa.santo.sants.saola.sapan.sapid.sapor.saran.sards.sared.saree.sarge.sargo.sarin.saris.sarks.sarky.sarod.saros.sarus.saser.sasin.sasse.satai.satay.sated.satem.sates.satis.sauba.sauch.saugh.sauls.sault.saunt.saury.sauts.saved.saver.saves.savey.savin.sawah.sawed.sawer.saxes.sayed.sayer.sayid.sayne.sayon.sayst.sazes.scabs.scads.scaff.scags.scail.scala.scall.scams.scand.scans.scapa.scape.scapi.scarp.scars.scart.scath.scats.scatt.scaud.scaup.scaur.scaws.sceat.scena.scend.schav.schmo.schul.schwa.sclim.scody.scogs.scoog.scoot.scopa.scops.scots.scoug.scoup.scowp.scows.scrab.scrae.scrag.scran.scrat.scraw.scray.scrim.scrip.scrob.scrod.scrog.scrow.scudi.scudo.scuds.scuff.scuft.scugs.sculk.scull.sculp.sculs.scums.scups.scurf.scurs.scuse.scuta.scute.scuts.scuzz.scyes.sdayn.sdein.seals.seame.seams.seamy.seans.seare.sears.sease.seats.seaze.sebum.secco.sechs.sects.seder.sedes.sedge.sedgy.sedum.seeds.seeks.seeld.seels.seely.seems.seeps.seepy.seers.sefer.segar.segni.segno.segol.segos.sehri.seifs.seils.seine.seirs.seise.seism.seity.seiza.sekos.sekts.selah.seles.selfs.sella.selle.sells.selva.semee.semes.semie.semis.senas.sends.senes.sengi.senna.senor.sensa.sensi.sente.senti.sents.senvy.senza.sepad.sepal.sepic.sepoy.septa.septs.serac.serai.seral.sered.serer.seres.serfs.serge.seric.serin.serks.seron.serow.serra.serre.serrs.serry.servo.sesey.sessa.setae.setal.seton.setts.sewan.sewar.sewed.sewel.sewen.sewin.sexed.sexer.sexes.sexto.sexts.seyen.shads.shags.shahs.shako.shakt.shalm.shaly.shama.shams.shand.shans.shaps.sharn.shash.shaul.shawm.shawn.shaws.shaya.shays.shchi.sheaf.sheal.sheas.sheds.sheel.shend.shent.sheol.sherd.shere.shero.shets.sheva.shewn.shews.shiai.shiel.shier.shies.shill.shily.shims.shins.ships.shirr.shirs.shish.shiso.shist.shite.shits.shiur.shiva.shive.shivs.shlep.shlub.shmek.shmoe.shoat.shoed.shoer.shoes.shogi.shogs.shoji.shojo.shola.shool.shoon.shoos.shope.shops.shorl.shote.shots.shott.showd.shows.shoyu.shred.shris.shrow.shtik.shtum.shtup.shule.shuln.shuls.shuns.shura.shute.shuts.shwas.shyer.sials.sibbs.sibyl.sices.sicht.sicko.sicks.sicky.sidas.sided.sider.sides.sidha.sidhe.sidle.sield.siens.sient.sieth.sieur.sifts.sighs.sigil.sigla.signa.signs.sijos.sikas.siker.sikes.silds.siled.silen.siler.siles.silex.silks.sills.silos.silts.silty.silva.simar.simas.simba.simis.simps.simul.sinds.sined.sines.sings.sinhs.sinks.sinky.sinus.siped.sipes.sippy.sired.siree.sires.sirih.siris.siroc.sirra.sirup.sisal.sises.sista.sists.sitar.sited.sites.sithe.sitka.situp.situs.siver.sixer.sixes.sixmo.sixte.sizar.sized.sizel.sizer.sizes.skags.skail.skald.skank.skart.skats.skatt.skaws.skean.skear.skeds.skeed.skeef.skeen.skeer.skees.skeet.skegg.skegs.skein.skelf.skell.skelm.skelp.skene.skens.skeos.skeps.skers.skets.skews.skids.skied.skies.skiey.skimo.skims.skink.skins.skint.skios.skips.skirl.skirr.skite.skits.skive.skivy.sklim.skoal.skody.skoff.skogs.skols.skool.skort.skosh.skran.skrik.skuas.skugs.skyed.skyer.skyey.skyfs.skyre.skyrs.skyte.slabs.slade.slaes.slags.slaid.slake.slams.slane.slank.slaps.slart.slats.slaty.slaws.slays.slebs.sleds.sleer.slews.sleys.slier.slily.slims.slipe.slips.slipt.slish.slits.slive.sloan.slobs.sloes.slogs.sloid.slojd.slomo.sloom.sloot.slops.slopy.slorm.slots.slove.slows.sloyd.slubb.slubs.slued.slues.sluff.slugs.sluit.slums.slurb.slurs.sluse.sluts.slyer.slype.smaak.smaik.smalm.smalt.smarm.smaze.smeek.smees.smeik.smeke.smerk.smews.smirr.smirs.smits.smogs.smoko.smolt.smoor.smoot.smore.smorg.smout.smowt.smugs.smurs.smush.smuts.snabs.snafu.snags.snaps.snarf.snark.snars.snary.snash.snath.snaws.snead.sneap.snebs.sneck.sneds.sneed.snees.snell.snibs.snick.snies.snift.snigs.snips.snipy.snirt.snits.snobs.snods.snoek.snoep.snogs.snoke.snood.snook.snool.snoot.snots.snowk.snows.snubs.snugs.snush.snyes.soaks.soaps.soare.soars.soave.sobas.socas.soces.socko.socks.socle.sodas.soddy.sodic.sodom.sofar.sofas.softa.softs.softy.soger.sohur.soils.soily.sojas.sojus.sokah.soken.sokes.sokol.solah.solan.solas.solde.soldi.soldo.solds.soled.solei.soler.soles.solon.solos.solum.solus.soman.somas.sonce.sonde.sones.songs.sonly.sonne.sonny.sonse.sonsy.sooey.sooks.sooky.soole.sools.sooms.soops.soote.soots.sophs.sophy.sopor.soppy.sopra.soral.soras.sorbo.sorbs.sorda.sordo.sords.sored.soree.sorel.sorer.sores.sorex.sorgo.sorns.sorra.sorta.sorts.sorus.soths.sotol.souce.souct.sough.souks.souls.soums.soups.soupy.sours.souse.souts.sowar.sowce.sowed.sowff.sowfs.sowle.sowls.sowms.sownd.sowne.sowps.sowse.sowth.soyas.soyle.soyuz.sozin.spacy.spado.spaed.spaer.spaes.spags.spahi.spail.spain.spait.spake.spald.spale.spall.spalt.spams.spane.spang.spans.spard.spars.spart.spate.spats.spaul.spawl.spaws.spayd.spays.spaza.spazz.speal.spean.speat.specs.spect.speel.speer.speil.speir.speks.speld.spelk.speos.spets.speug.spews.spewy.spial.spica.spick.spics.spide.spier.spies.spiff.spifs.spiks.spile.spims.spina.spink.spins.spirt.spiry.spits.spitz.spivs.splay.splog.spode.spods.spoom.spoor.spoot.spork.sposh.spots.sprad.sprag.sprat.spred.sprew.sprit.sprod.sprog.sprue.sprug.spuds.spued.spuer.spues.spugs.spule.spume.spumy.spurs.sputa.spyal.spyre.squab.squaw.squeg.squid.squit.squiz.stabs.stade.stags.stagy.staig.stane.stang.staph.staps.starn.starr.stars.stats.staun.staws.stays.stean.stear.stedd.stede.steds.steek.steem.steen.steil.stela.stele.stell.steme.stems.stend.steno.stens.stent.steps.stept.stere.stets.stews.stewy.steys.stich.stied.sties.stilb.stile.stime.stims.stimy.stipa.stipe.stire.stirk.stirp.stirs.stive.stivy.stoae.stoai.stoas.stoat.stobs.stoep.stogy.stoit.stoln.stoma.stond.stong.stonk.stonn.stook.stoor.stope.stops.stopt.stoss.stots.stott.stoun.stoup.stour.stown.stowp.stows.strad.strae.strag.strak.strep.strew.stria.strig.strim.strop.strow.stroy.strum.stubs.stude.studs.stull.stulm.stumm.stums.stuns.stupa.stupe.sture.sturt.styed.styes.styli.stylo.styme.stymy.styre.styte.subah.subas.subby.suber.subha.succi.sucks.sucky.sucre.sudds.sudor.sudsy.suede.suent.suers.suete.suets.suety.sugan.sughs.sugos.suhur.suids.suint.suits.sujee.sukhs.sukuk.sulci.sulfa.sulfo.sulks.sulph.sulus.sumis.summa.sumos.sumph.sumps.sunis.sunks.sunna.sunns.sunup.supes.supra.surah.sural.suras.surat.surds.sured.sures.surfs.surfy.surgy.surra.sused.suses.susus.sutor.sutra.sutta.swabs.swack.swads.swage.swags.swail.swain.swale.swaly.swamy.swang.swank.swans.swaps.swapt.sward.sware.swarf.swart.swats.swayl.sways.sweal.swede.sweed.sweel.sweer.swees.sweir.swelt.swerf.sweys.swies.swigs.swile.swims.swink.swipe.swire.swiss.swith.swits.swive.swizz.swobs.swole.swoln.swops.swopt.swots.swoun.sybbe.sybil.syboe.sybow.sycee.syces.sycon.syens.syker.sykes.sylis.sylph.sylva.symar.synch.syncs.synds.syned.synes.synth.syped.sypes.syphs.syrah.syren.sysop.sythe.syver.taals.taata.taber.tabes.tabid.tabis.tabla.tabor.tabun.tabus.tacan.taces.tacet.tache.tacho.tachs.tacks.tacos.tacts.taels.tafia.taggy.tagma.tahas.tahrs.taiga.taigs.taiko.tails.tains.taira.taish.taits.tajes.takas.takes.takhi.takin.takis.takky.talak.talaq.talar.talas.talcs.talcy.talea.taler.tales.talks.talky.talls.talma.talpa.taluk.talus.tamal.tamed.tames.tamin.tamis.tammy.tamps.tanas.tanga.tangi.tangs.tanhs.tanka.tanks.tanky.tanna.tansy.tanti.tanto.tanty.tapas.taped.tapen.tapes.tapet.tapis.tappa.tapus.taras.tardo.tared.tares.targa.targe.tarns.taroc.tarok.taros.tarps.tarre.tarry.tarsi.tarts.tarty.tasar.tased.taser.tases.tasks.tassa.tasse.tasso.tatar.tater.tates.taths.tatie.tatou.tatts.tatus.taube.tauld.tauon.taupe.tauts.tavah.tavas.taver.tawai.tawas.tawed.tawer.tawie.tawse.tawts.taxed.taxer.taxes.taxis.taxol.taxon.taxor.taxus.tayra.tazza.tazze.teade.teads.teaed.teaks.teals.teams.tears.teats.teaze.techs.techy.tecta.teels.teems.teend.teene.teens.teeny.teers.teffs.teggs.tegua.tegus.tehrs.teiid.teils.teind.teins.telae.telco.teles.telex.telia.telic.tells.telly.teloi.telos.temed.temes.tempi.temps.tempt.temse.tench.tends.tendu.tenes.tenge.tenia.tenne.tenno.tenny.tenon.tents.tenty.tenue.tepal.tepas.tepoy.terai.teras.terce.terek.teres.terfe.terfs.terga.terms.terne.terns.terry.terts.tesla.testa.teste.tests.tetes.teths.tetra.tetri.teuch.teugh.tewed.tewel.tewit.texas.texes.texts.thack.thagi.thaim.thale.thali.thana.thane.thang.thans.thanx.tharm.thars.thaws.thawy.thebe.theca.theed.theek.thees.thegn.theic.thein.thelf.thema.thens.theow.therm.thesp.thete.thews.thewy.thigs.thilk.thill.thine.thins.thiol.thirl.thoft.thole.tholi.thoro.thorp.thous.thowl.thrae.thraw.thrid.thrip.throe.thuds.thugs.thuja.thunk.thurl.thuya.thymi.thymy.tians.tiars.tical.ticca.ticed.tices.tichy.ticks.ticky.tiddy.tided.tides.tiers.tiffs.tifos.tifts.tiges.tigon.tikas.tikes.tikis.tikka.tilak.tiled.tiler.tiles.tills.tilly.tilth.tilts.timbo.timed.times.timon.timps.tinas.tinct.tinds.tinea.tined.tines.tinge.tings.tinks.tinny.tints.tinty.tipis.tippy.tired.tires.tirls.tiros.tirrs.titch.titer.titis.titre.titty.titup.tiyin.tiyns.tizes.tizzy.toads.toady.toaze.tocks.tocky.tocos.todde.toeas.toffs.toffy.tofts.tofus.togae.togas.toged.toges.togue.tohos.toile.toils.toing.toise.toits.tokay.toked.toker.tokes.tokos.tolan.tolar.tolas.toled.toles.tolls.tolly.tolts.tolus.tolyl.toman.tombs.tomes.tomia.tommy.tomos.tondi.tondo.toned.toner.tones.toney.tongs.tonka.tonks.tonne.tonus.tools.tooms.toons.toots.toped.topee.topek.toper.topes.tophe.tophi.tophs.topis.topoi.topos.toppy.toque.torah.toran.toras.torcs.tores.toric.torii.toros.torot.torrs.torse.torsi.torsk.torta.torte.torts.tosas.tosed.toses.toshy.tossy.toted.toter.totes.totty.touks.touns.tours.touse.tousy.touts.touze.touzy.towed.towie.towns.towny.towse.towsy.towts.towze.towzy.toyed.toyer.toyon.toyos.tozed.tozes.tozie.trabs.trads.tragi.traik.trams.trank.tranq.trans.trant.trape.traps.trapt.trass.trats.tratt.trave.trayf.trays.treck.treed.treen.trees.trefa.treif.treks.trema.trems.tress.trest.trets.trews.treyf.treys.triac.tride.trier.tries.triff.trigo.trigs.trike.trild.trill.trims.trine.trins.triol.trior.trios.trips.tripy.trist.troad.troak.troat.trock.trode.trods.trogs.trois.troke.tromp.trona.tronc.trone.tronk.trons.trooz.troth.trots.trows.troys.trued.trues.trugo.trugs.trull.tryer.tryke.tryma.tryps.tsade.tsadi.tsars.tsked.tsuba.tsubo.tuans.tuart.tuath.tubae.tubar.tubas.tubby.tubed.tubes.tucks.tufas.tuffe.tuffs.tufts.tufty.tugra.tuile.tuina.tuism.tuktu.tules.tulpa.tulsi.tumid.tummy.tumps.tumpy.tunas.tunds.tuned.tuner.tunes.tungs.tunny.tupek.tupik.tuple.tuque.turds.turfs.turfy.turks.turme.turms.turns.turnt.turps.turrs.tushy.tusks.tusky.tutee.tutti.tutty.tutus.tuxes.tuyer.twaes.twain.twals.twank.twats.tways.tweel.tween.tweep.tweer.twerk.twerp.twier.twigs.twill.twilt.twink.twins.twiny.twire.twirp.twite.twits.twoer.twyer.tyees.tyers.tyiyn.tykes.tyler.tymps.tynde.tyned.tynes.typal.typed.types.typey.typic.typos.typps.typto.tyran.tyred.tyres.tyros.tythe.tzars.udals.udons.ugali.ugged.uhlan.uhuru.ukase.ulama.ulans.ulema.ulmin.ulnad.ulnae.ulnar.ulnas.ulpan.ulvas.ulyie.ulzie.umami.umbel.umber.umble.umbos.umbre.umiac.umiak.umiaq.ummah.ummas.ummed.umped.umphs.umpie.umpty.umrah.umras.unais.unapt.unarm.unary.unaus.unbag.unban.unbar.unbed.unbid.unbox.uncap.unces.uncia.uncos.uncoy.uncus.undam.undee.undos.undug.uneth.unfix.ungag.unget.ungod.ungot.ungum.unhat.unhip.unica.units.unjam.unked.unket.unkid.unlaw.unlay.unled.unlet.unlid.unman.unmew.unmix.unpay.unpeg.unpen.unpin.unred.unrid.unrig.unrip.unsaw.unsay.unsee.unsew.unsex.unsod.untax.untin.unwet.unwit.unwon.upbow.upbye.updos.updry.upend.upjet.uplay.upled.uplit.upped.upran.uprun.upsee.upsey.uptak.upter.uptie.uraei.urali.uraos.urare.urari.urase.urate.urbex.urbia.urdee.ureal.ureas.uredo.ureic.urena.urent.urged.urger.urges.urial.urite.urman.urnal.urned.urped.ursae.ursid.urson.urubu.urvas.users.usnea.usque.usure.usury.uteri.uveal.uveas.uvula.vacua.vaded.vades.vagal.vagus.vails.vaire.vairs.vairy.vakas.vakil.vales.valis.valse.vamps.vampy.vanda.vaned.vanes.vangs.vants.vaped.vaper.vapes.varan.varas.vardy.varec.vares.varia.varix.varna.varus.varve.vasal.vases.vasts.vasty.vatic.vatus.vauch.vaute.vauts.vawte.vaxes.veale.veals.vealy.veena.veeps.veers.veery.vegas.veges.vegie.vegos.vehme.veils.veily.veins.veiny.velar.velds.veldt.veles.vells.velum.venae.venal.vends.vendu.veney.venge.venin.vents.venus.verbs.verra.verry.verst.verts.vertu.vespa.vesta.vests.vetch.vexed.vexer.vexes.vexil.vezir.vials.viand.vibes.vibex.vibey.viced.vices.vichy.viers.views.viewy.vifda.viffs.vigas.vigia.vilde.viler.villi.vills.vimen.vinal.vinas.vinca.vined.viner.vines.vinew.vinic.vinos.vints.viold.viols.vired.vireo.vires.virga.virge.virid.virls.virtu.visas.vised.vises.visie.visne.vison.visto.vitae.vitas.vitex.vitro.vitta.vivas.vivat.vivda.viver.vives.vizir.vizor.vleis.vlies.vlogs.voars.vocab.voces.voddy.vodou.vodun.voema.vogie.voids.voile.voips.volae.volar.voled.voles.volet.volks.volta.volte.volti.volts.volva.volve.vomer.voted.votes.vouge.voulu.vowed.vower.voxel.vozhd.vraic.vrils.vroom.vrous.vrouw.vrows.vuggs.vuggy.vughs.vughy.vulgo.vulns.vulva.vutty.waacs.wacke.wacko.wacks.wadds.waddy.waded.wader.wades.wadge.wadis.wadts.waffs.wafts.waged.wages.wagga.wagyu.wahoo.waide.waifs.waift.wails.wains.wairs.waite.waits.wakas.waked.waken.waker.wakes.wakfs.waldo.walds.waled.waler.wales.walie.walis.walks.walla.walls.wally.walty.wamed.wames.wamus.wands.waned.wanes.waney.wangs.wanks.wanky.wanle.wanly.wanna.wants.wanty.wanze.waqfs.warbs.warby.wards.wared.wares.warez.warks.warms.warns.warps.warre.warst.warts.wases.washy.wasms.wasps.waspy.wasts.watap.watts.wauff.waugh.wauks.waulk.wauls.waurs.waved.waves.wavey.wawas.wawes.wawls.waxed.waxer.waxes.wayed.wazir.wazoo.weald.weals.weamb.weans.wears.webby.weber.wecht.wedel.wedgy.weeds.weeke.weeks.weels.weems.weens.weeny.weeps.weepy.weest.weete.weets.wefte.wefts.weids.weils.weirs.weise.weize.wekas.welds.welke.welks.welkt.wells.welly.welts.wembs.wends.wenge.wenny.wents.weros.wersh.wests.wetas.wetly.wexed.wexes.whamo.whams.whang.whaps.whare.whata.whats.whaup.whaur.wheal.whear.wheen.wheep.wheft.whelk.whelm.whens.whets.whews.wheys.whids.whift.whigs.whilk.whims.whins.whios.whips.whipt.whirr.whirs.whish.whiss.whist.whits.whity.whizz.whomp.whoof.whoot.whops.whore.whorl.whort.whoso.whows.whump.whups.whyda.wicca.wicks.wicky.widdy.wides.wiels.wifed.wifes.wifey.wifie.wifty.wigan.wigga.wiggy.wikis.wilco.wilds.wiled.wiles.wilga.wilis.wilja.wills.wilts.wimps.winds.wined.wines.winey.winge.wings.wingy.winks.winna.winns.winos.winze.wiped.wiper.wipes.wired.wirer.wires.wirra.wised.wises.wisha.wisht.wisps.wists.witan.wited.wites.withe.withs.withy.wived.wiver.wives.wizen.wizes.woads.woald.wocks.wodge.woful.wojus.woker.wokka.wolds.wolfs.wolly.wolve.wombs.womby.womyn.wonga.wongi.wonks.wonky.wonts.woods.wooed.woofs.woofy.woold.wools.woons.woops.woopy.woose.woosh.wootz.words.works.worms.wormy.worts.wowed.wowee.woxen.wrang.wraps.wrapt.wrast.wrate.wrawl.wrens.wrick.wried.wrier.wries.writs.wroke.wroot.wroth.wryer.wuddy.wudus.wulls.wurst.wuses.wushu.wussy.wuxia.wyled.wyles.wynds.wynns.wyted.wytes.xebec.xenia.xenic.xenon.xeric.xerox.xerus.xoana.xrays.xylan.xylem.xylic.xylol.xylyl.xysti.xysts.yaars.yabas.yabba.yabby.yacca.yacka.yacks.yaffs.yager.yages.yagis.yahoo.yaird.yakka.yakow.yales.yamen.yampy.yamun.yangs.yanks.yapok.yapon.yapps.yappy.yarak.yarco.yards.yarer.yarfa.yarks.yarns.yarrs.yarta.yarto.yates.yauds.yauld.yaups.yawed.yawey.yawls.yawns.yawny.yawps.ybore.yclad.ycled.ycond.ydrad.ydred.yeads.yeahs.yealm.yeans.yeard.years.yecch.yechs.yechy.yedes.yeeds.yeesh.yeggs.yelks.yells.yelms.yelps.yelts.yenta.yente.yerba.yerds.yerks.yeses.yesks.yests.yesty.yetis.yetts.yeuks.yeuky.yeven.yeves.yewen.yexed.yexes.yfere.yiked.yikes.yills.yince.yipes.yippy.yirds.yirks.yirrs.yirth.yites.yitie.ylems.ylike.ylkes.ymolt.ympes.yobbo.yobby.yocks.yodel.yodhs.yodle.yogas.yogee.yoghs.yogic.yogin.yogis.yoick.yojan.yoked.yokel.yoker.yokes.yokul.yolks.yolky.yomim.yomps.yonic.yonis.yonks.yoofs.yoops.yores.yorks.yorps.youks.yourn.yours.yourt.youse.yowed.yowes.yowie.yowls.yowza.yrapt.yrent.yrivd.yrneh.ysame.ytost.yuans.yucas.yucca.yucch.yucko.yucks.yucky.yufts.yugas.yuked.yukes.yukky.yukos.yulan.yules.yummo.yummy.yumps.yupon.yuppy.yurta.yurts.yuzus.zabra.zacks.zaida.zaidy.zaire.zakat.zaman.zambo.zamia.zanja.zante.zanza.zanze.zappy.zarfs.zaris.zatis.zaxes.zayin.zazen.zeals.zebec.zebub.zebus.zedas.zeins.zendo.zerda.zerks.zeros.zests.zetas.zexes.zezes.zhomo.zibet.ziffs.zigan.zilas.zilch.zilla.zills.zimbi.zimbs.zinco.zincs.zincy.zineb.zines.zings.zingy.zinke.zinky.zippo.zippy.ziram.zitis.zizel.zizit.zlote.zloty.zoaea.zobos.zobus.zocco.zoeae.zoeal.zoeas.zoism.zoist.zombi.zonae.zonda.zoned.zoner.zones.zonks.zooea.zooey.zooid.zooks.zooms.zoons.zooty.zoppa.zoppo.zoril.zoris.zorro.zouks.zowee.zowie.zulus.zupan.zupas.zuppa.zurfs.zuzim.zygal.zygon.zymes.zymic`.split(`.`),Q=5,Rn=6,zn=Object.freeze(new Set([...Ln,...In]));function Bn(){return In[Math.floor(Math.random()*In.length)]}function Vn(e){return zn.has(e)}function Hn(e,t){let n=Array.from({length:Q},(t,n)=>({letter:e[n],status:`absent`})),r={};for(let e=0;e<Q;e++)r[t[e]]=(r[t[e]]??0)+1;for(let i=0;i<Q;i++)e[i]===t[i]&&(n[i].status=`correct`,r[e[i]]--);for(let t=0;t<Q;t++){if(n[t].status===`correct`)continue;let i=e[t];(r[i]??0)>0&&(n[t].status=`present`,r[i]--)}return n}var Un=[[`Q`,`W`,`E`,`R`,`T`,`Y`,`U`,`I`,`O`,`P`],[`A`,`S`,`D`,`F`,`G`,`H`,`J`,`K`,`L`],[`Enter`,`Z`,`X`,`C`,`V`,`B`,`N`,`M`,`⌫`]];function Wn(e,t){switch(t.type){case`addLetter`:return e.gameStatus!==`playing`||e.currentGuess.length>=Q?e:{...e,currentGuess:e.currentGuess+t.letter.toLowerCase(),errorMessage:``};case`removeLetter`:return e.currentGuess.length===0?e:{...e,currentGuess:e.currentGuess.slice(0,-1),errorMessage:``};case`submit`:{if(e.gameStatus!==`playing`)return e;let t=e.currentGuess;if(t.length!==Q)return{...e,errorMessage:`Not enough letters`};if(!Vn(t))return{...e,errorMessage:`Not in word list`};let n=Hn(t,e.answer),r=[...e.board,n],i={...e.letterStatuses};for(let{letter:e,status:t}of n){let n=i[e];n!==`correct`&&(t===`correct`||n!==`present`)&&(i[e]=t)}let a=e.gameStatus;return t===e.answer?a=`won`:r.length>=Rn&&(a=`lost`),{...e,board:r,letterStatuses:i,gameStatus:a,currentGuess:``,errorMessage:``}}case`reset`:return{answer:t.answer,board:[],currentGuess:``,gameStatus:`playing`,letterStatuses:{},errorMessage:``};default:return e}}var Gn=e=>{let[t,n]=(0,c.useReducer)(Wn,e?.initialWord,e=>({answer:e??Bn(),board:[],currentGuess:``,gameStatus:`playing`,letterStatuses:{},errorMessage:``})),{answer:r,board:i,currentGuess:a,gameStatus:o,letterStatuses:s,errorMessage:u}=t,d=(0,c.useCallback)(e=>n({type:`addLetter`,letter:e}),[]),f=(0,c.useCallback)(()=>n({type:`removeLetter`}),[]),p=(0,c.useCallback)(()=>n({type:`submit`}),[]),m=(0,c.useCallback)(()=>n({type:`reset`,answer:Bn()}),[]);return{answer:r,board:i,currentGuess:a,gameStatus:o,letterStatuses:s,errorMessage:u,submit:p,addLetter:d,removeLetter:f,reset:m,Wordle:(0,c.useMemo)(()=>()=>{let e=(0,c.useRef)({submit:p,removeLetter:f,addLetter:d});e.current={submit:p,removeLetter:f,addLetter:d},(0,c.useEffect)(()=>{let t=t=>{let{key:n,ctrlKey:r,altKey:i,metaKey:a}=t;r||i||a||(n===`Enter`?e.current.submit():n===`Backspace`?e.current.removeLetter():/^[a-zA-Z]$/.test(n)&&e.current.addLetter(n))};return document.addEventListener(`keydown`,t),()=>document.removeEventListener(`keydown`,t)},[]);let t=Array.from({length:Rn},(e,t)=>{let n=i[t],r=t===i.length&&o===`playing`,s=Array.from({length:Q},(e,t)=>{let i=``,o=`empty`;return n?(i=n[t].letter.toUpperCase(),o=n[t].status):r&&(i=(a[t]??``).toUpperCase(),o=i?`tbd`:`empty`),(0,g.jsx)(`div`,{className:(0,l.clsx)(Z.cell,o===`correct`&&Z.correct,o===`present`&&Z.present,o===`absent`&&Z.absent,o===`tbd`&&Z.tbd,o===`empty`&&Z.empty),children:i},t)});return(0,g.jsx)(`div`,{className:Z.row,children:s},t)});return(0,g.jsxs)(`div`,{className:Z[`elm-wordle`],children:[(0,g.jsx)(`div`,{className:(0,l.clsx)(Z[`message-area`],u?Z.error:o===`playing`?void 0:Z.status),"aria-live":`polite`,children:u||(o===`won`?`🎉 You won in ${i.length} ${i.length===1?`guess`:`guesses`}!`:o===`lost`?`😢 The word was "${r.toUpperCase()}"`:null)}),(0,g.jsx)(`div`,{className:Z.board,children:t}),(0,g.jsx)(`div`,{className:Z.keyboard,onClick:e=>{let t=e.target.closest(`button[data-key]`)?.dataset.key;t&&(t===`Enter`?p():t===`⌫`?f():d(t))},children:Un.map((e,t)=>(0,g.jsx)(`div`,{className:Z[`keyboard-row`],children:e.map(e=>{let t=s[e.toLowerCase()];return(0,g.jsx)(`button`,{"data-key":e,className:(0,l.clsx)(Z.key,e===`Enter`&&Z.wide,e===`⌫`&&Z.wide,t===`correct`&&Z.correct,t===`present`&&Z.present,t===`absent`&&Z.absent),children:e},e)})},t))}),(0,g.jsx)(`div`,{className:(0,l.clsx)(Z[`reset-container`],o===`playing`&&Z.hidden),children:(0,g.jsx)(`button`,{className:Z[`reset-button`],onClick:m,children:`Play Again`})})]})},[r,i,a,o,s,u,d,f,p,m])}},Kn=(e,t,n)=>{let r=n?.immediate??!0,i=n?.delay??0,a=n?.resetOnExecute??!0,o=n?.throwError??!1,[s,l]=(0,c.useState)(t),[u,d]=(0,c.useState)(!1),[f,p]=(0,c.useState)(!1),[m,h]=(0,c.useState)(void 0),g=(0,c.useRef)(e),_=(0,c.useRef)(n?.onSuccess),v=(0,c.useRef)(n?.onError),y=(0,c.useRef)(t),b=(0,c.useRef)(a),x=(0,c.useRef)(o);(0,c.useEffect)(()=>{g.current=e,_.current=n?.onSuccess,v.current=n?.onError,y.current=t,b.current=a,x.current=o});let S=(0,c.useRef)(0),C=(0,c.useCallback)(async(e=0)=>{let t=++S.current;b.current&&l(y.current),h(void 0),d(!1),p(!0),e>0&&await new Promise(t=>setTimeout(t,e));try{let e=await g.current();return t===S.current?(l(e),d(!0),_.current?.(e),e):e}catch(e){if(t!==S.current)return;if(h(e),v.current?.(e),x.current)throw e}finally{t===S.current&&p(!1)}},[]);return(0,c.useEffect)(()=>{r&&C(i)},[]),{state:s,isReady:u,isLoading:f,error:m,execute:C}},qn=e=>{let[t,n]=(0,ee.useAutoAnimate)(e?.config);return{ref:t,setEnabled:n}};function Jn({value:e,defaultValue:t,onChange:n}){return(0,S.useControllableState)({prop:e,defaultProp:t,onChange:n,caller:`useBindableStore`})}var Yn=(e,t)=>{let n=(0,c.useState)(e)[0],[r,i]=(0,c.useState)(n),[a,o]=(0,x.useDebounceValue)(n,Math.max(t,0)),s=(0,c.useRef)(!0);return(0,c.useEffect)(()=>{if(s.current){s.current=!1;return}if(t<=0){o(r),o.flush();return}o(r)},[r,t,o]),{value:r,setValue:i,debouncedValue:a,isPending:(0,c.useMemo)(()=>!Object.is(r,a),[r,a])}};function Xn(e,t){let n=(0,c.useMemo)(()=>(0,C.cloneDeep)(e),[]),[r,i]=(0,c.useState)(n),[a,o]=(0,c.useState)(()=>(0,C.cloneDeep)(n)),s=t<=0?r:a;return(0,c.useEffect)(()=>{if(t<=0)return;let e=(0,C.cloneDeep)(r),n=setTimeout(()=>{o(t=>(0,C.isEqual)(e,t)?t:e)},t);return()=>clearTimeout(n)},[r,t]),{store:r,setStore:i,debouncedStore:s,isPending:!(0,C.isEqual)(r,s)}}var Zn=e=>{let[t,n]=(0,c.useState)(e),[r,i]=(0,c.useState)(e),[a,o]=(0,c.useState)(!1),s=(0,c.useRef)(void 0);return(0,c.useEffect)(()=>()=>{s.current!==void 0&&clearTimeout(s.current)},[]),{value:t,delayedValue:r,isValueChanging:a,dispatch:(0,c.useCallback)((e,t)=>{if(s.current!==void 0&&(clearTimeout(s.current),s.current=void 0),n(e),t===void 0||t<=0){i(e),o(!1);return}o(!0),s.current=setTimeout(()=>{i(e),o(!1),s.current=void 0},t)},[])}},Qn=e=>e===`local`?localStorage:sessionStorage,$n=({storageArea:e,key:t,initialValue:n,channel:r})=>{let[i,a]=(0,c.useState)(n),o=(0,c.useRef)(void 0),s=(0,c.useRef)(void 0),l=(0,c.useRef)(t),u=(0,c.useRef)(n);return(0,c.useEffect)(()=>{l.current=t,u.current=n}),(0,c.useEffect)(()=>{let i=Qn(e);o.current=i;try{let e=i.getItem(t);e!==null&&a(JSON.parse(e))}catch(e){console.warn(`useStorage: failed to read "${t}"`,e)}let c=e=>{if(e.storageArea===i&&e.key===t)try{a(e.newValue?JSON.parse(e.newValue):n)}catch(e){console.warn(`useStorage: failed to parse "${t}"`,e)}};window.addEventListener(`storage`,c);let l;return r&&(l=new BroadcastChannel(r),s.current=l,l.onmessage=e=>{e.data.key===t&&a(e.data.value??n)}),()=>{window.removeEventListener(`storage`,c),l?.close(),s.current=void 0}},[e,t,r]),(0,c.useEffect)(()=>{let e=o.current;if(e)try{e.setItem(t,JSON.stringify(i)),s.current?.postMessage({key:t,value:i})}catch(e){console.warn(`useStorage: failed to write "${t}"`,e)}},[t,i]),{state:i,setState:(0,c.useCallback)(e=>{a(e)},[]),remove:(0,c.useCallback)(()=>{let e=o.current;if(!e){console.warn(`useStorage: storage area is not available`);return}try{a(u.current),e.removeItem(l.current),s.current?.postMessage({key:l.current,value:null})}catch(e){console.warn(`useStorage: failed to remove "${l.current}"`,e)}},[])}},er=({key:e,initialValue:t})=>$n({storageArea:`local`,key:e,initialValue:t}),tr=({key:e,initialValue:t})=>$n({storageArea:`session`,key:e,initialValue:t,channel:`elmethis:sessionStorage:${e}`});function nr(e){"@babel/helpers - typeof";return nr=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},nr(e)}function rr(e,t){if(nr(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(nr(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function ir(e){var t=rr(e,`string`);return nr(t)==`symbol`?t:t+``}function $(e,t,n){return(t=ir(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ar=class{constructor(e=200){$(this,`queue`,[]),$(this,`lastFinishedAt`,0),$(this,`running`,!1),$(this,`destroyed`,!1),$(this,`timer`,null),$(this,`minInterval`,void 0),this.minInterval=e}push(e){return this.destroyed?Promise.reject(Error(`ThrottledQueue is destroyed`)):new Promise((t,n)=>{this.queue.push({task:async()=>{try{t(await e())}catch(e){n(e)}},reject:n}),this.drain()})}destroy(e=`ThrottledQueue destroyed`){this.destroyed=!0,this.timer!==null&&(clearTimeout(this.timer),this.timer=null);let t=Error(e);for(let{reject:e}of this.queue.splice(0))e(t);this.running=!1}drain(){this.running||this.destroyed||(this.running=!0,this.scheduleNext())}scheduleNext(){if(this.queue.length===0||this.destroyed){this.running=!1;return}let e=Date.now()-this.lastFinishedAt,t=Math.max(0,this.minInterval-e);this.timer=setTimeout(async()=>{this.timer=null;let{task:e}=this.queue.shift();await e(),this.lastFinishedAt=Date.now(),this.scheduleNext()},t)}};function or(e=200){let t=(0,c.useRef)(null);return t.current===null&&(t.current=new ar(e)),(0,c.useEffect)(()=>{t.current===null&&(t.current=new ar(e));let n=t.current;return()=>{n?.destroy(`component unmounted`),t.current=null}},[]),t.current}var sr=(e,t)=>{let[n]=(0,c.useState)(e),[r,i]=(0,c.useState)(n),[a,o]=(0,c.useState)(n),[s,l]=(0,c.useState)(!1),u=(0,c.useRef)(r),d=(0,c.useRef)(a),f=(0,c.useRef)(void 0);return(0,c.useEffect)(()=>{u.current=r,d.current=a}),(0,c.useEffect)(()=>()=>{f.current!==void 0&&clearTimeout(f.current)},[]),(0,c.useEffect)(()=>{if(t<=0){o(r);return}let e=()=>{l(!0),f.current=setTimeout(()=>{f.current=void 0,l(!1),u.current!==d.current&&(d.current=u.current,o(u.current),e())},t)};if(f.current===void 0){if(r===d.current)return;d.current=r,o(r),e()}},[r]),{value:r,setValue:i,throttledValue:a,isCooling:s}},cr=(e,t)=>{let[n]=(0,c.useState)(e),[r,i]=(0,c.useState)(n),[a,o]=(0,c.useState)(n),[s,l]=(0,c.useState)(!1),u=(0,c.useRef)(r),d=(0,c.useRef)(a),f=(0,c.useRef)(void 0);return(0,c.useEffect)(()=>{u.current=r,d.current=a}),(0,c.useEffect)(()=>()=>{f.current!==void 0&&clearTimeout(f.current)},[]),(0,c.useEffect)(()=>{if(t<=0){o(r);return}let e=()=>{l(!0),f.current=setTimeout(()=>{f.current=void 0,l(!1),(0,C.isEqual)(u.current,d.current)||(d.current=u.current,o(u.current),e())},t)};if(f.current===void 0){if((0,C.isEqual)(r,d.current))return;d.current=r,o(r),e()}},[r]),{value:r,setValue:i,throttledValue:a,isCooling:s}};exports.ElmA2ui=Bt,exports.ElmBlockFallback=Jt,exports.ElmBlockImage=Re,exports.ElmBlockQuote=$e,exports.ElmBookmark=Ue,exports.ElmBreadcrumb=hn,exports.ElmButton=Yt,exports.ElmCallout=tt,exports.ElmCheckbox=Xt,exports.ElmCodeBlock=Me,exports.ElmCollapse=We,exports.ElmColorPrimitiveSample=bn,exports.ElmColorSemanticSample=kn,exports.ElmCopyIcon=rn,exports.ElmDivider=rt,exports.ElmDotLoadingIcon=qt,exports.ElmFile=Ve,exports.ElmFragmentIdentifier=ot,exports.ElmHeading=I,exports.ElmInlineIcon=D,exports.ElmInlineText=O,exports.ElmJarkup=Mn,exports.ElmKatex=ne,exports.ElmLanguageIcon=Te,exports.ElmList=lt,exports.ElmMarkdown=Fn,exports.ElmMdiIcon=E,exports.ElmModal=Ie,exports.ElmPageTop=gn,exports.ElmParagraph=dt,exports.ElmParallax=Ht,exports.ElmRectangleWave=Pe,exports.ElmSelect=Zt,exports.ElmShikiHighlighter=ke,exports.ElmSquareLoadingIcon=on,exports.ElmSwitch=Qt,exports.ElmTab=Xe,exports.ElmTabList=Ye,exports.ElmTabPanel=Ze,exports.ElmTable=ht,exports.ElmTableBody=gt,exports.ElmTableCell=vt,exports.ElmTableHeader=bt,exports.ElmTableRow=St,exports.ElmTabs=Je,exports.ElmTextArea=$t,exports.ElmTextField=en,exports.ElmToggle=Qe,exports.ElmToggleTheme=mn,exports.ElmTooltip=Wt,exports.ElmUnsupportedBlock=wt,exports.ElmValidation=nn,exports.HasRowHeaderContext=pt,exports.THEME_CHANGE_EVENT=sn,exports.TableSectionContext=mt,exports.ThrottledQueue=ar,exports.blockCatalog=Pt,exports.blockComponents=Mt,exports.blockFunctions=Nt,exports.useAsyncState=Kn,exports.useAutoAnimate=qn,exports.useBindableSignal=Ge,exports.useBindableStore=Jn,exports.useClipboard=je,exports.useDebouncedSignal=Yn,exports.useDebouncedStore=Xn,exports.useDelayedSignal=Zn,exports.useElmethisTheme=fn,exports.useLocalStorage=er,exports.useModal=Le,exports.useSessionStorage=tr,exports.useThrottledQueue=or,exports.useThrottledSignal=sr,exports.useThrottledStore=cr,exports.useWordle=Gn;
|