@elmethis/vue 0.4.2 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (559) hide show
  1. package/README.md +55 -0
  2. package/lib/index.vue.cjs +2 -0
  3. package/lib/index.vue.mjs +3803 -0
  4. package/lib/style.css +2 -0
  5. package/lib-types/components/a2ui/catalog/basic-catalog.d.ts +3 -0
  6. package/lib-types/components/a2ui/catalog/basic-catalog.d.ts.map +1 -0
  7. package/lib-types/components/a2ui/catalog/block-catalog.d.ts +8 -0
  8. package/lib-types/components/a2ui/catalog/block-catalog.d.ts.map +1 -0
  9. package/lib-types/components/a2ui/catalog/catalog-utils.d.ts +19 -0
  10. package/lib-types/components/a2ui/catalog/catalog-utils.d.ts.map +1 -0
  11. package/lib-types/components/a2ui/catalog/catalog.d.ts +109 -0
  12. package/lib-types/components/a2ui/catalog/catalog.d.ts.map +1 -0
  13. package/lib-types/components/a2ui/component-host.d.ts +76 -0
  14. package/lib-types/components/a2ui/component-host.d.ts.map +1 -0
  15. package/lib-types/components/a2ui/elm-a2ui.d.ts +115 -0
  16. package/lib-types/components/a2ui/elm-a2ui.d.ts.map +1 -0
  17. package/lib-types/components/a2ui/stream-json-lines.d.ts +14 -0
  18. package/lib-types/components/a2ui/stream-json-lines.d.ts.map +1 -0
  19. package/lib-types/components/code/elm-code-block.d.ts +47 -0
  20. package/lib-types/components/code/elm-code-block.d.ts.map +1 -0
  21. package/lib-types/components/code/elm-katex.d.ts +37 -0
  22. package/lib-types/components/code/elm-katex.d.ts.map +1 -0
  23. package/lib-types/components/code/elm-shiki-highlighter.d.ts +33 -0
  24. package/lib-types/components/code/elm-shiki-highlighter.d.ts.map +1 -0
  25. package/lib-types/components/containments/elm-collapse.d.ts +38 -0
  26. package/lib-types/components/containments/elm-collapse.d.ts.map +1 -0
  27. package/lib-types/components/containments/elm-modal.d.ts +43 -0
  28. package/lib-types/components/containments/elm-modal.d.ts.map +1 -0
  29. package/lib-types/components/containments/elm-parallax.d.ts +16 -0
  30. package/lib-types/components/containments/elm-parallax.d.ts.map +1 -0
  31. package/lib-types/components/containments/elm-tabs.d.ts +79 -0
  32. package/lib-types/components/containments/elm-tabs.d.ts.map +1 -0
  33. package/lib-types/components/containments/elm-toggle.d.ts +57 -0
  34. package/lib-types/components/containments/elm-toggle.d.ts.map +1 -0
  35. package/lib-types/components/containments/elm-tooltip.d.ts +4 -0
  36. package/lib-types/components/containments/elm-tooltip.d.ts.map +1 -0
  37. package/lib-types/components/containments/tabs-context.d.ts +17 -0
  38. package/lib-types/components/containments/tabs-context.d.ts.map +1 -0
  39. package/lib-types/components/fallback/elm-block-fallback.d.ts +18 -0
  40. package/lib-types/components/fallback/elm-block-fallback.d.ts.map +1 -0
  41. package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
  42. package/lib-types/components/fallback/elm-rectangle-wave.d.ts.map +1 -0
  43. package/lib-types/components/fallback/elm-unsupported-block.d.ts +18 -0
  44. package/lib-types/components/fallback/elm-unsupported-block.d.ts.map +1 -0
  45. package/lib-types/components/form/elm-button.d.ts +70 -0
  46. package/lib-types/components/form/elm-button.d.ts.map +1 -0
  47. package/lib-types/components/form/elm-checkbox.d.ts +75 -0
  48. package/lib-types/components/form/elm-checkbox.d.ts.map +1 -0
  49. package/lib-types/components/form/elm-select.d.ts +108 -0
  50. package/lib-types/components/form/elm-select.d.ts.map +1 -0
  51. package/lib-types/components/form/elm-switch.d.ts +62 -0
  52. package/lib-types/components/form/elm-switch.d.ts.map +1 -0
  53. package/lib-types/components/form/elm-text-area.d.ts +108 -0
  54. package/lib-types/components/form/elm-text-area.d.ts.map +1 -0
  55. package/lib-types/components/form/elm-text-field.d.ts +113 -0
  56. package/lib-types/components/form/elm-text-field.d.ts.map +1 -0
  57. package/lib-types/components/form/elm-validation.d.ts +36 -0
  58. package/lib-types/components/form/elm-validation.d.ts.map +1 -0
  59. package/lib-types/components/icon/elm-copy-icon.d.ts +19 -0
  60. package/lib-types/components/icon/elm-copy-icon.d.ts.map +1 -0
  61. package/lib-types/components/icon/elm-dot-loading-icon.d.ts +21 -0
  62. package/lib-types/components/icon/elm-dot-loading-icon.d.ts.map +1 -0
  63. package/lib-types/components/icon/elm-inline-icon.d.ts +63 -0
  64. package/lib-types/components/icon/elm-inline-icon.d.ts.map +1 -0
  65. package/lib-types/components/icon/elm-language-icon.d.ts +36 -0
  66. package/lib-types/components/icon/elm-language-icon.d.ts.map +1 -0
  67. package/lib-types/components/icon/elm-mdi-icon.d.ts +73 -0
  68. package/lib-types/components/icon/elm-mdi-icon.d.ts.map +1 -0
  69. package/lib-types/components/icon/elm-square-loading-icon.d.ts +28 -0
  70. package/lib-types/components/icon/elm-square-loading-icon.d.ts.map +1 -0
  71. package/lib-types/components/icon/elm-toggle-theme.d.ts +21 -0
  72. package/lib-types/components/icon/elm-toggle-theme.d.ts.map +1 -0
  73. package/lib-types/components/icon/language-glyph.d.ts +31 -0
  74. package/lib-types/components/icon/language-glyph.d.ts.map +1 -0
  75. package/lib-types/components/icon/languages/bash.d.ts +14 -0
  76. package/lib-types/components/icon/languages/bash.d.ts.map +1 -0
  77. package/lib-types/components/icon/languages/c-plus-plus.d.ts +14 -0
  78. package/lib-types/components/icon/languages/c-plus-plus.d.ts.map +1 -0
  79. package/lib-types/components/icon/languages/c-sharp.d.ts +14 -0
  80. package/lib-types/components/icon/languages/c-sharp.d.ts.map +1 -0
  81. package/lib-types/components/icon/languages/c.d.ts +14 -0
  82. package/lib-types/components/icon/languages/c.d.ts.map +1 -0
  83. package/lib-types/components/icon/languages/css.d.ts +14 -0
  84. package/lib-types/components/icon/languages/css.d.ts.map +1 -0
  85. package/lib-types/components/icon/languages/go.d.ts +14 -0
  86. package/lib-types/components/icon/languages/go.d.ts.map +1 -0
  87. package/lib-types/components/icon/languages/html.d.ts +14 -0
  88. package/lib-types/components/icon/languages/html.d.ts.map +1 -0
  89. package/lib-types/components/icon/languages/java.d.ts +14 -0
  90. package/lib-types/components/icon/languages/java.d.ts.map +1 -0
  91. package/lib-types/components/icon/languages/javascript.d.ts +14 -0
  92. package/lib-types/components/icon/languages/javascript.d.ts.map +1 -0
  93. package/lib-types/components/icon/languages/json.d.ts +14 -0
  94. package/lib-types/components/icon/languages/json.d.ts.map +1 -0
  95. package/lib-types/components/icon/languages/kotlin.d.ts +14 -0
  96. package/lib-types/components/icon/languages/kotlin.d.ts.map +1 -0
  97. package/lib-types/components/icon/languages/language-interface.d.ts +7 -0
  98. package/lib-types/components/icon/languages/language-interface.d.ts.map +1 -0
  99. package/lib-types/components/icon/languages/lua.d.ts +14 -0
  100. package/lib-types/components/icon/languages/lua.d.ts.map +1 -0
  101. package/lib-types/components/icon/languages/npm.d.ts +14 -0
  102. package/lib-types/components/icon/languages/npm.d.ts.map +1 -0
  103. package/lib-types/components/icon/languages/python.d.ts +14 -0
  104. package/lib-types/components/icon/languages/python.d.ts.map +1 -0
  105. package/lib-types/components/icon/languages/rust.d.ts +14 -0
  106. package/lib-types/components/icon/languages/rust.d.ts.map +1 -0
  107. package/lib-types/components/icon/languages/sql.d.ts +14 -0
  108. package/lib-types/components/icon/languages/sql.d.ts.map +1 -0
  109. package/lib-types/components/icon/languages/terraform.d.ts +14 -0
  110. package/lib-types/components/icon/languages/terraform.d.ts.map +1 -0
  111. package/lib-types/components/icon/languages/typescript.d.ts +14 -0
  112. package/lib-types/components/icon/languages/typescript.d.ts.map +1 -0
  113. package/lib-types/components/media/elm-block-image.d.ts +93 -0
  114. package/lib-types/components/media/elm-block-image.d.ts.map +1 -0
  115. package/lib-types/components/media/elm-file.d.ts +46 -0
  116. package/lib-types/components/media/elm-file.d.ts.map +1 -0
  117. package/lib-types/components/navigation/elm-bookmark.d.ts +74 -0
  118. package/lib-types/components/navigation/elm-bookmark.d.ts.map +1 -0
  119. package/lib-types/components/navigation/elm-breadcrumb.d.ts +26 -0
  120. package/lib-types/components/navigation/elm-breadcrumb.d.ts.map +1 -0
  121. package/lib-types/components/navigation/elm-page-top.d.ts +21 -0
  122. package/lib-types/components/navigation/elm-page-top.d.ts.map +1 -0
  123. package/lib-types/components/others/elm-color-primitive-sample.d.ts +4 -0
  124. package/lib-types/components/others/elm-color-primitive-sample.d.ts.map +1 -0
  125. package/lib-types/components/others/elm-color-semantic-sample.d.ts +4 -0
  126. package/lib-types/components/others/elm-color-semantic-sample.d.ts.map +1 -0
  127. package/lib-types/components/others/elm-markdown.d.ts +31 -0
  128. package/lib-types/components/others/elm-markdown.d.ts.map +1 -0
  129. package/lib-types/components/others/use-wordle.d.ts +26 -0
  130. package/lib-types/components/others/use-wordle.d.ts.map +1 -0
  131. package/lib-types/components/others/wordle/validGuesses.d.ts +2 -0
  132. package/lib-types/components/others/wordle/validGuesses.d.ts.map +1 -0
  133. package/lib-types/components/others/wordle/wordlist.d.ts +2 -0
  134. package/lib-types/components/others/wordle/wordlist.d.ts.map +1 -0
  135. package/lib-types/components/table/elm-table-body.d.ts +4 -0
  136. package/lib-types/components/table/elm-table-body.d.ts.map +1 -0
  137. package/lib-types/components/table/elm-table-cell.d.ts +58 -0
  138. package/lib-types/components/table/elm-table-cell.d.ts.map +1 -0
  139. package/lib-types/components/table/elm-table-header.d.ts +4 -0
  140. package/lib-types/components/table/elm-table-header.d.ts.map +1 -0
  141. package/lib-types/components/table/elm-table-row.d.ts +4 -0
  142. package/lib-types/components/table/elm-table-row.d.ts.map +1 -0
  143. package/lib-types/components/table/elm-table.d.ts +28 -0
  144. package/lib-types/components/table/elm-table.d.ts.map +1 -0
  145. package/lib-types/components/table/index.d.ts +7 -0
  146. package/lib-types/components/table/index.d.ts.map +1 -0
  147. package/lib-types/components/table/table-context.d.ts +22 -0
  148. package/lib-types/components/table/table-context.d.ts.map +1 -0
  149. package/lib-types/components/typography/elm-block-quote.d.ts +4 -0
  150. package/lib-types/components/typography/elm-block-quote.d.ts.map +1 -0
  151. package/lib-types/components/typography/elm-callout.d.ts +22 -0
  152. package/lib-types/components/typography/elm-callout.d.ts.map +1 -0
  153. package/lib-types/components/typography/elm-divider.d.ts +4 -0
  154. package/lib-types/components/typography/elm-divider.d.ts.map +1 -0
  155. package/lib-types/components/typography/elm-fragment-identifier.d.ts +19 -0
  156. package/lib-types/components/typography/elm-fragment-identifier.d.ts.map +1 -0
  157. package/lib-types/components/typography/elm-heading.d.ts +38 -0
  158. package/lib-types/components/typography/elm-heading.d.ts.map +1 -0
  159. package/lib-types/components/typography/elm-inline-text.d.ts +172 -0
  160. package/lib-types/components/typography/elm-inline-text.d.ts.map +1 -0
  161. package/lib-types/components/typography/elm-list.d.ts +19 -0
  162. package/lib-types/components/typography/elm-list.d.ts.map +1 -0
  163. package/lib-types/components/typography/elm-paragraph.d.ts +28 -0
  164. package/lib-types/components/typography/elm-paragraph.d.ts.map +1 -0
  165. package/lib-types/hooks/use-bindable-signal.d.ts +44 -0
  166. package/lib-types/hooks/use-bindable-signal.d.ts.map +1 -0
  167. package/lib-types/hooks/use-clipboard.d.ts +24 -0
  168. package/lib-types/hooks/use-clipboard.d.ts.map +1 -0
  169. package/lib-types/hooks/use-elmethis-theme.d.ts +47 -0
  170. package/lib-types/hooks/use-elmethis-theme.d.ts.map +1 -0
  171. package/lib-types/hooks/use-modal.d.ts +25 -0
  172. package/lib-types/hooks/use-modal.d.ts.map +1 -0
  173. package/lib-types/index.d.ts +53 -0
  174. package/lib-types/index.d.ts.map +1 -0
  175. package/package.json +85 -45
  176. package/dist/_virtual/_plugin-vue_export-helper.mjs +0 -8
  177. package/dist/components/ag-ui/message/ElmAgUiMessageUser.stories.d.ts +0 -6
  178. package/dist/components/ag-ui/message/ElmAgUiMessageUser.vue.d.ts +0 -8
  179. package/dist/components/code/ElmCodeBlock.mjs +0 -20
  180. package/dist/components/code/ElmCodeBlock.stories.d.ts +0 -9
  181. package/dist/components/code/ElmCodeBlock.vue.d.ts +0 -46
  182. package/dist/components/code/ElmCodeBlock.vue_vue_type_script_setup_true_lang.mjs +0 -79
  183. package/dist/components/code/ElmCodeBlock.vue_vue_type_style_index_0_lang.module.mjs +0 -26
  184. package/dist/components/code/ElmKatex.mjs +0 -6
  185. package/dist/components/code/ElmKatex.stories.d.ts +0 -8
  186. package/dist/components/code/ElmKatex.vue.d.ts +0 -20
  187. package/dist/components/code/ElmKatex.vue_vue_type_script_setup_true_lang.mjs +0 -61
  188. package/dist/components/code/ElmKatex.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  189. package/dist/components/code/ElmMermaid.mjs +0 -6
  190. package/dist/components/code/ElmMermaid.stories.d.ts +0 -7
  191. package/dist/components/code/ElmMermaid.vue.d.ts +0 -7
  192. package/dist/components/code/ElmMermaid.vue_vue_type_script_setup_true_lang.mjs +0 -84
  193. package/dist/components/code/ElmMermaid.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  194. package/dist/components/code/ElmShikiHighlighter.mjs +0 -20
  195. package/dist/components/code/ElmShikiHighlighter.stories.d.ts +0 -6
  196. package/dist/components/code/ElmShikiHighlighter.vue.d.ts +0 -22
  197. package/dist/components/code/ElmShikiHighlighter.vue_vue_type_script_setup_true_lang.mjs +0 -53
  198. package/dist/components/code/ElmShikiHighlighter.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  199. package/dist/components/code/shikiInstance.d.ts +0 -2
  200. package/dist/components/code/shikiInstance.mjs +0 -74
  201. package/dist/components/containments/ElmColumn.stories.d.ts +0 -6
  202. package/dist/components/containments/ElmColumn.vue.d.ts +0 -19
  203. package/dist/components/containments/ElmColumnList.vue.d.ts +0 -19
  204. package/dist/components/containments/ElmConfirmModal.mjs +0 -6
  205. package/dist/components/containments/ElmConfirmModal.stories.d.ts +0 -6
  206. package/dist/components/containments/ElmConfirmModal.vue.d.ts +0 -37
  207. package/dist/components/containments/ElmConfirmModal.vue_vue_type_script_setup_true_lang.mjs +0 -85
  208. package/dist/components/containments/ElmConfirmModal.vue_vue_type_style_index_0_lang.module.mjs +0 -19
  209. package/dist/components/containments/ElmDesktopWindow.mjs +0 -6
  210. package/dist/components/containments/ElmDesktopWindow.stories.d.ts +0 -6
  211. package/dist/components/containments/ElmDesktopWindow.vue.d.ts +0 -27
  212. package/dist/components/containments/ElmDesktopWindow.vue_vue_type_script_setup_true_lang.mjs +0 -29
  213. package/dist/components/containments/ElmDesktopWindow.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  214. package/dist/components/containments/ElmModal.mjs +0 -6
  215. package/dist/components/containments/ElmModal.stories.d.ts +0 -6
  216. package/dist/components/containments/ElmModal.vue.d.ts +0 -34
  217. package/dist/components/containments/ElmModal.vue_vue_type_script_setup_true_lang.mjs +0 -56
  218. package/dist/components/containments/ElmModal.vue_vue_type_style_index_0_lang.module.mjs +0 -19
  219. package/dist/components/containments/ElmParallax.mjs +0 -6
  220. package/dist/components/containments/ElmParallax.stories.d.ts +0 -6
  221. package/dist/components/containments/ElmParallax.vue.d.ts +0 -6
  222. package/dist/components/containments/ElmParallax.vue_vue_type_script_setup_true_lang.mjs +0 -32
  223. package/dist/components/containments/ElmParallax.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  224. package/dist/components/containments/ElmSimpleTooltip.mjs +0 -6
  225. package/dist/components/containments/ElmSimpleTooltip.stories.d.ts +0 -7
  226. package/dist/components/containments/ElmSimpleTooltip.vue.d.ts +0 -21
  227. package/dist/components/containments/ElmSimpleTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -26
  228. package/dist/components/containments/ElmSimpleTooltip.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  229. package/dist/components/containments/ElmSnackbar.mjs +0 -6
  230. package/dist/components/containments/ElmSnackbar.stories.d.ts +0 -6
  231. package/dist/components/containments/ElmSnackbar.vue.d.ts +0 -11
  232. package/dist/components/containments/ElmSnackbar.vue_vue_type_script_setup_true_lang.mjs +0 -41
  233. package/dist/components/containments/ElmSnackbar.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  234. package/dist/components/containments/ElmSnackbarContainer.mjs +0 -20
  235. package/dist/components/containments/ElmSnackbarContainer.vue.d.ts +0 -10
  236. package/dist/components/containments/ElmSnackbarContainer.vue_vue_type_script_setup_true_lang.mjs +0 -19
  237. package/dist/components/containments/ElmSnackbarContainer.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  238. package/dist/components/containments/ElmTabs.mjs +0 -6
  239. package/dist/components/containments/ElmTabs.stories.d.ts +0 -6
  240. package/dist/components/containments/ElmTabs.vue.d.ts +0 -24
  241. package/dist/components/containments/ElmTabs.vue_vue_type_script_setup_true_lang.mjs +0 -29
  242. package/dist/components/containments/ElmTabs.vue_vue_type_style_index_0_lang.module.mjs +0 -23
  243. package/dist/components/containments/ElmToggle.mjs +0 -6
  244. package/dist/components/containments/ElmToggle.stories.d.ts +0 -7
  245. package/dist/components/containments/ElmToggle.vue.d.ts +0 -41
  246. package/dist/components/containments/ElmToggle.vue_vue_type_script_setup_true_lang.mjs +0 -93
  247. package/dist/components/containments/ElmToggle.vue_vue_type_style_index_0_lang.module.mjs +0 -32
  248. package/dist/components/containments/ElmTooltip.mjs +0 -6
  249. package/dist/components/containments/ElmTooltip.stories.d.ts +0 -6
  250. package/dist/components/containments/ElmTooltip.vue.d.ts +0 -40
  251. package/dist/components/containments/ElmTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -54
  252. package/dist/components/containments/ElmTooltip.vue_vue_type_style_index_0_lang.module.mjs +0 -24
  253. package/dist/components/containments/useSnackbarState.d.ts +0 -28
  254. package/dist/components/data/ElmMultiProgress.mjs +0 -6
  255. package/dist/components/data/ElmMultiProgress.stories.d.ts +0 -6
  256. package/dist/components/data/ElmMultiProgress.vue.d.ts +0 -30
  257. package/dist/components/data/ElmMultiProgress.vue_vue_type_script_setup_true_lang.mjs +0 -49
  258. package/dist/components/data/ElmMultiProgress.vue_vue_type_style_index_0_lang.module.mjs +0 -19
  259. package/dist/components/data/ElmProgress.mjs +0 -6
  260. package/dist/components/data/ElmProgress.stories.d.ts +0 -10
  261. package/dist/components/data/ElmProgress.vue.d.ts +0 -38
  262. package/dist/components/data/ElmProgress.vue_vue_type_script_setup_true_lang.mjs +0 -52
  263. package/dist/components/data/ElmProgress.vue_vue_type_style_index_0_lang.module.mjs +0 -22
  264. package/dist/components/data/ElmStatusMessage.mjs +0 -20
  265. package/dist/components/data/ElmStatusMessage.stories.d.ts +0 -9
  266. package/dist/components/data/ElmStatusMessage.vue.d.ts +0 -6
  267. package/dist/components/data/ElmStatusMessage.vue_vue_type_script_setup_true_lang.mjs +0 -62
  268. package/dist/components/data/ElmStatusMessage.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  269. package/dist/components/embed/ElmOEmbed.mjs +0 -5
  270. package/dist/components/embed/ElmOEmbed.stories.d.ts +0 -9
  271. package/dist/components/embed/ElmOEmbed.vue.d.ts +0 -40
  272. package/dist/components/embed/ElmOEmbed.vue_vue_type_script_setup_true_lang.mjs +0 -46
  273. package/dist/components/fallback/ElmBlockFallback.mjs +0 -6
  274. package/dist/components/fallback/ElmBlockFallback.stories.d.ts +0 -6
  275. package/dist/components/fallback/ElmBlockFallback.vue.d.ts +0 -4
  276. package/dist/components/fallback/ElmBlockFallback.vue_vue_type_script_setup_true_lang.mjs +0 -13
  277. package/dist/components/fallback/ElmBlockFallback.vue_vue_type_style_index_0_lang.module.mjs +0 -17
  278. package/dist/components/fallback/ElmRectangleWave.mjs +0 -6
  279. package/dist/components/fallback/ElmRectangleWave.stories.d.ts +0 -6
  280. package/dist/components/fallback/ElmRectangleWave.vue.d.ts +0 -4
  281. package/dist/components/fallback/ElmRectangleWave.vue_vue_type_script_setup_true_lang.mjs +0 -15
  282. package/dist/components/fallback/ElmRectangleWave.vue_vue_type_style_index_0_lang.module.mjs +0 -19
  283. package/dist/components/fallback/ElmSpinner.mjs +0 -6
  284. package/dist/components/fallback/ElmSpinner.stories.d.ts +0 -6
  285. package/dist/components/fallback/ElmSpinner.vue.d.ts +0 -9
  286. package/dist/components/fallback/ElmSpinner.vue_vue_type_script_setup_true_lang.mjs +0 -33
  287. package/dist/components/fallback/ElmSpinner.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  288. package/dist/components/fallback/ElmUnsupportedBlock.mjs +0 -6
  289. package/dist/components/fallback/ElmUnsupportedBlock.stories.d.ts +0 -6
  290. package/dist/components/fallback/ElmUnsupportedBlock.vue.d.ts +0 -5
  291. package/dist/components/fallback/ElmUnsupportedBlock.vue_vue_type_script_setup_true_lang.mjs +0 -30
  292. package/dist/components/fallback/ElmUnsupportedBlock.vue_vue_type_style_index_0_lang.module.mjs +0 -21
  293. package/dist/components/form/ElmButton.mjs +0 -20
  294. package/dist/components/form/ElmButton.stories.d.ts +0 -11
  295. package/dist/components/form/ElmButton.vue.d.ts +0 -42
  296. package/dist/components/form/ElmButton.vue_vue_type_script_setup_true_lang.mjs +0 -77
  297. package/dist/components/form/ElmButton.vue_vue_type_style_index_0_lang.module.mjs +0 -26
  298. package/dist/components/form/ElmCheckbox.mjs +0 -6
  299. package/dist/components/form/ElmCheckbox.stories.d.ts +0 -6
  300. package/dist/components/form/ElmCheckbox.vue.d.ts +0 -26
  301. package/dist/components/form/ElmCheckbox.vue_vue_type_script_setup_true_lang.mjs +0 -159
  302. package/dist/components/form/ElmCheckbox.vue_vue_type_style_index_0_lang.module.mjs +0 -26
  303. package/dist/components/form/ElmSelect.mjs +0 -6
  304. package/dist/components/form/ElmSelect.stories.d.ts +0 -6
  305. package/dist/components/form/ElmSelect.vue.d.ts +0 -48
  306. package/dist/components/form/ElmSelect.vue_vue_type_script_setup_true_lang.mjs +0 -129
  307. package/dist/components/form/ElmSelect.vue_vue_type_style_index_0_lang.module.mjs +0 -34
  308. package/dist/components/form/ElmSwitch.mjs +0 -6
  309. package/dist/components/form/ElmSwitch.stories.d.ts +0 -6
  310. package/dist/components/form/ElmSwitch.vue.d.ts +0 -32
  311. package/dist/components/form/ElmSwitch.vue_vue_type_script_setup_true_lang.mjs +0 -49
  312. package/dist/components/form/ElmSwitch.vue_vue_type_style_index_0_lang.module.mjs +0 -24
  313. package/dist/components/form/ElmTextField.mjs +0 -6
  314. package/dist/components/form/ElmTextField.stories.d.ts +0 -7
  315. package/dist/components/form/ElmTextField.vue.d.ts +0 -33
  316. package/dist/components/form/ElmTextField.vue_vue_type_script_setup_true_lang.mjs +0 -143
  317. package/dist/components/form/ElmTextField.vue_vue_type_style_index_0_lang.module.mjs +0 -29
  318. package/dist/components/form/ElmValidation.mjs +0 -6
  319. package/dist/components/form/ElmValidation.stories.d.ts +0 -6
  320. package/dist/components/form/ElmValidation.vue.d.ts +0 -9
  321. package/dist/components/form/ElmValidation.vue_vue_type_script_setup_true_lang.mjs +0 -29
  322. package/dist/components/form/ElmValidation.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  323. package/dist/components/icon/ElmArrowIcon.mjs +0 -6
  324. package/dist/components/icon/ElmArrowIcon.stories.d.ts +0 -6
  325. package/dist/components/icon/ElmArrowIcon.vue.d.ts +0 -26
  326. package/dist/components/icon/ElmArrowIcon.vue_vue_type_script_setup_true_lang.mjs +0 -34
  327. package/dist/components/icon/ElmArrowIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -21
  328. package/dist/components/icon/ElmBookmarkIcon.mjs +0 -6
  329. package/dist/components/icon/ElmBookmarkIcon.stories.d.ts +0 -8
  330. package/dist/components/icon/ElmBookmarkIcon.vue.d.ts +0 -7
  331. package/dist/components/icon/ElmBookmarkIcon.vue_vue_type_script_setup_true_lang.mjs +0 -40
  332. package/dist/components/icon/ElmBookmarkIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  333. package/dist/components/icon/ElmCubeIcon.mjs +0 -6
  334. package/dist/components/icon/ElmCubeIcon.stories.d.ts +0 -6
  335. package/dist/components/icon/ElmCubeIcon.vue.d.ts +0 -10
  336. package/dist/components/icon/ElmCubeIcon.vue_vue_type_script_setup_true_lang.mjs +0 -53
  337. package/dist/components/icon/ElmCubeIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  338. package/dist/components/icon/ElmDotLoadingIcon.mjs +0 -6
  339. package/dist/components/icon/ElmDotLoadingIcon.stories.d.ts +0 -6
  340. package/dist/components/icon/ElmDotLoadingIcon.vue.d.ts +0 -18
  341. package/dist/components/icon/ElmDotLoadingIcon.vue_vue_type_script_setup_true_lang.mjs +0 -29
  342. package/dist/components/icon/ElmDotLoadingIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  343. package/dist/components/icon/ElmInlineIcon.mjs +0 -6
  344. package/dist/components/icon/ElmInlineIcon.stories.d.ts +0 -6
  345. package/dist/components/icon/ElmInlineIcon.vue.d.ts +0 -12
  346. package/dist/components/icon/ElmInlineIcon.vue_vue_type_script_setup_true_lang.mjs +0 -26
  347. package/dist/components/icon/ElmInlineIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  348. package/dist/components/icon/ElmLanguageIcon.mjs +0 -6
  349. package/dist/components/icon/ElmLanguageIcon.stories.d.ts +0 -6
  350. package/dist/components/icon/ElmLanguageIcon.vue.d.ts +0 -15
  351. package/dist/components/icon/ElmLanguageIcon.vue_vue_type_script_setup_true_lang.mjs +0 -130
  352. package/dist/components/icon/ElmLanguageIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  353. package/dist/components/icon/ElmLoginIcon.mjs +0 -6
  354. package/dist/components/icon/ElmLoginIcon.stories.d.ts +0 -6
  355. package/dist/components/icon/ElmLoginIcon.vue.d.ts +0 -18
  356. package/dist/components/icon/ElmLoginIcon.vue_vue_type_script_setup_true_lang.mjs +0 -35
  357. package/dist/components/icon/ElmLoginIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  358. package/dist/components/icon/ElmMdiIcon.mjs +0 -6
  359. package/dist/components/icon/ElmMdiIcon.stories.d.ts +0 -6
  360. package/dist/components/icon/ElmMdiIcon.vue.d.ts +0 -11
  361. package/dist/components/icon/ElmMdiIcon.vue_vue_type_script_setup_true_lang.mjs +0 -32
  362. package/dist/components/icon/ElmMdiIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  363. package/dist/components/icon/ElmSquareLoadingIcon.mjs +0 -6
  364. package/dist/components/icon/ElmSquareLoadingIcon.stories.d.ts +0 -6
  365. package/dist/components/icon/ElmSquareLoadingIcon.vue.d.ts +0 -10
  366. package/dist/components/icon/ElmSquareLoadingIcon.vue_vue_type_script_setup_true_lang.mjs +0 -32
  367. package/dist/components/icon/ElmSquareLoadingIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  368. package/dist/components/icon/ElmToggleTheme.mjs +0 -6
  369. package/dist/components/icon/ElmToggleTheme.stories.d.ts +0 -6
  370. package/dist/components/icon/ElmToggleTheme.vue.d.ts +0 -11
  371. package/dist/components/icon/ElmToggleTheme.vue_vue_type_script_setup_true_lang.mjs +0 -33
  372. package/dist/components/icon/ElmToggleTheme.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  373. package/dist/components/icon/languages/Bash.mjs +0 -6
  374. package/dist/components/icon/languages/Bash.vue.d.ts +0 -7
  375. package/dist/components/icon/languages/Bash.vue_vue_type_script_setup_true_lang.mjs +0 -32
  376. package/dist/components/icon/languages/Bash.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  377. package/dist/components/icon/languages/C.mjs +0 -5
  378. package/dist/components/icon/languages/C.vue.d.ts +0 -7
  379. package/dist/components/icon/languages/C.vue_vue_type_script_setup_true_lang.mjs +0 -32
  380. package/dist/components/icon/languages/Cplusplus.mjs +0 -5
  381. package/dist/components/icon/languages/Cplusplus.vue.d.ts +0 -7
  382. package/dist/components/icon/languages/Cplusplus.vue_vue_type_script_setup_true_lang.mjs +0 -36
  383. package/dist/components/icon/languages/Csharp.mjs +0 -5
  384. package/dist/components/icon/languages/Csharp.vue.d.ts +0 -7
  385. package/dist/components/icon/languages/Csharp.vue_vue_type_script_setup_true_lang.mjs +0 -32
  386. package/dist/components/icon/languages/Css.mjs +0 -5
  387. package/dist/components/icon/languages/Css.vue.d.ts +0 -7
  388. package/dist/components/icon/languages/Css.vue_vue_type_script_setup_true_lang.mjs +0 -22
  389. package/dist/components/icon/languages/Go.mjs +0 -5
  390. package/dist/components/icon/languages/Go.vue.d.ts +0 -7
  391. package/dist/components/icon/languages/Go.vue_vue_type_script_setup_true_lang.mjs +0 -25
  392. package/dist/components/icon/languages/Html.mjs +0 -5
  393. package/dist/components/icon/languages/Html.vue.d.ts +0 -7
  394. package/dist/components/icon/languages/Html.vue_vue_type_script_setup_true_lang.mjs +0 -36
  395. package/dist/components/icon/languages/Java.mjs +0 -5
  396. package/dist/components/icon/languages/Java.vue.d.ts +0 -7
  397. package/dist/components/icon/languages/Java.vue_vue_type_script_setup_true_lang.mjs +0 -19
  398. package/dist/components/icon/languages/Javascript.mjs +0 -5
  399. package/dist/components/icon/languages/Javascript.vue.d.ts +0 -7
  400. package/dist/components/icon/languages/Javascript.vue_vue_type_script_setup_true_lang.mjs +0 -25
  401. package/dist/components/icon/languages/Json.mjs +0 -5
  402. package/dist/components/icon/languages/Json.vue.d.ts +0 -7
  403. package/dist/components/icon/languages/Json.vue_vue_type_script_setup_true_lang.mjs +0 -19
  404. package/dist/components/icon/languages/Kotlin.mjs +0 -5
  405. package/dist/components/icon/languages/Kotlin.vue.d.ts +0 -7
  406. package/dist/components/icon/languages/Kotlin.vue_vue_type_script_setup_true_lang.mjs +0 -19
  407. package/dist/components/icon/languages/Lua.mjs +0 -5
  408. package/dist/components/icon/languages/Lua.vue.d.ts +0 -7
  409. package/dist/components/icon/languages/Lua.vue_vue_type_script_setup_true_lang.mjs +0 -32
  410. package/dist/components/icon/languages/Npm.mjs +0 -5
  411. package/dist/components/icon/languages/Npm.vue.d.ts +0 -7
  412. package/dist/components/icon/languages/Npm.vue_vue_type_script_setup_true_lang.mjs +0 -25
  413. package/dist/components/icon/languages/Python.mjs +0 -5
  414. package/dist/components/icon/languages/Python.vue.d.ts +0 -7
  415. package/dist/components/icon/languages/Python.vue_vue_type_script_setup_true_lang.mjs +0 -19
  416. package/dist/components/icon/languages/Rust.mjs +0 -5
  417. package/dist/components/icon/languages/Rust.vue.d.ts +0 -7
  418. package/dist/components/icon/languages/Rust.vue_vue_type_script_setup_true_lang.mjs +0 -20
  419. package/dist/components/icon/languages/Sql.mjs +0 -5
  420. package/dist/components/icon/languages/Sql.vue.d.ts +0 -7
  421. package/dist/components/icon/languages/Sql.vue_vue_type_script_setup_true_lang.mjs +0 -22
  422. package/dist/components/icon/languages/Terraform.mjs +0 -5
  423. package/dist/components/icon/languages/Terraform.vue.d.ts +0 -7
  424. package/dist/components/icon/languages/Terraform.vue_vue_type_script_setup_true_lang.mjs +0 -32
  425. package/dist/components/icon/languages/Typescript.mjs +0 -5
  426. package/dist/components/icon/languages/Typescript.vue.d.ts +0 -7
  427. package/dist/components/icon/languages/Typescript.vue_vue_type_script_setup_true_lang.mjs +0 -25
  428. package/dist/components/media/ElmFile.mjs +0 -6
  429. package/dist/components/media/ElmFile.stories.d.ts +0 -6
  430. package/dist/components/media/ElmFile.vue.d.ts +0 -21
  431. package/dist/components/media/ElmFile.vue_vue_type_script_setup_true_lang.mjs +0 -58
  432. package/dist/components/media/ElmFile.vue_vue_type_style_index_0_lang.module.mjs +0 -21
  433. package/dist/components/media/ElmImage.mjs +0 -6
  434. package/dist/components/media/ElmImage.stories.d.ts +0 -12
  435. package/dist/components/media/ElmImage.vue.d.ts +0 -29
  436. package/dist/components/media/ElmImage.vue_vue_type_script_setup_true_lang.mjs +0 -194
  437. package/dist/components/media/ElmImage.vue_vue_type_style_index_0_lang.module.mjs +0 -26
  438. package/dist/components/navigation/ElmBookmark.mjs +0 -6
  439. package/dist/components/navigation/ElmBookmark.stories.d.ts +0 -12
  440. package/dist/components/navigation/ElmBookmark.vue.d.ts +0 -53
  441. package/dist/components/navigation/ElmBookmark.vue_vue_type_script_setup_true_lang.mjs +0 -95
  442. package/dist/components/navigation/ElmBookmark.vue_vue_type_style_index_0_lang.module.mjs +0 -25
  443. package/dist/components/navigation/ElmBreadcrumb.mjs +0 -6
  444. package/dist/components/navigation/ElmBreadcrumb.stories.d.ts +0 -7
  445. package/dist/components/navigation/ElmBreadcrumb.vue.d.ts +0 -19
  446. package/dist/components/navigation/ElmBreadcrumb.vue_vue_type_script_setup_true_lang.mjs +0 -61
  447. package/dist/components/navigation/ElmBreadcrumb.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  448. package/dist/components/navigation/ElmPagetop.mjs +0 -6
  449. package/dist/components/navigation/ElmPagetop.stories.d.ts +0 -6
  450. package/dist/components/navigation/ElmPagetop.vue.d.ts +0 -10
  451. package/dist/components/navigation/ElmPagetop.vue_vue_type_script_setup_true_lang.mjs +0 -48
  452. package/dist/components/navigation/ElmPagetop.vue_vue_type_style_index_0_lang.module.mjs +0 -22
  453. package/dist/components/navigation/ElmTableOfContents.mjs +0 -6
  454. package/dist/components/navigation/ElmTableOfContents.stories.d.ts +0 -7
  455. package/dist/components/navigation/ElmTableOfContents.vue.d.ts +0 -9
  456. package/dist/components/navigation/ElmTableOfContents.vue_vue_type_script_setup_true_lang.mjs +0 -35
  457. package/dist/components/navigation/ElmTableOfContents.vue_vue_type_style_index_0_lang.module.mjs +0 -19
  458. package/dist/components/others/ElmColorSample.mjs +0 -20
  459. package/dist/components/others/ElmColorSample.stories.d.ts +0 -6
  460. package/dist/components/others/ElmColorSample.vue.d.ts +0 -8
  461. package/dist/components/others/ElmColorSample.vue_vue_type_script_setup_true_lang.mjs +0 -57
  462. package/dist/components/others/ElmColorSample.vue_vue_type_style_index_0_lang.module.mjs +0 -19
  463. package/dist/components/others/ElmColorTable.mjs +0 -6
  464. package/dist/components/others/ElmColorTable.stories.d.ts +0 -6
  465. package/dist/components/others/ElmColorTable.vue.d.ts +0 -11
  466. package/dist/components/others/ElmColorTable.vue_vue_type_script_setup_true_lang.mjs +0 -36
  467. package/dist/components/others/ElmColorTable.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  468. package/dist/components/others/ElmCommandPalette.mjs +0 -20
  469. package/dist/components/others/ElmCommandPalette.stories.d.ts +0 -6
  470. package/dist/components/others/ElmCommandPalette.vue.d.ts +0 -46
  471. package/dist/components/others/ElmCommandPalette.vue_vue_type_script_setup_true_lang.mjs +0 -155
  472. package/dist/components/others/ElmCommandPalette.vue_vue_type_style_index_0_lang.module.mjs +0 -27
  473. package/dist/components/others/ElmJsonComponentRenderer.mjs +0 -6
  474. package/dist/components/others/ElmJsonComponentRenderer.stories.d.ts +0 -25
  475. package/dist/components/others/ElmJsonComponentRenderer.vue.d.ts +0 -7
  476. package/dist/components/others/ElmJsonComponentRenderer.vue_vue_type_script_setup_true_lang.mjs +0 -184
  477. package/dist/components/others/ElmJsonComponentRenderer.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  478. package/dist/components/others/ElmMarkdown.mjs +0 -6
  479. package/dist/components/others/ElmMarkdown.stories.d.ts +0 -7
  480. package/dist/components/others/ElmMarkdown.vue.d.ts +0 -5
  481. package/dist/components/others/ElmMarkdown.vue_vue_type_script_setup_true_lang.mjs +0 -137
  482. package/dist/components/others/ElmMarkdown.vue_vue_type_style_index_0_lang.module.mjs +0 -17
  483. package/dist/components/others/ElmTyping.stories.d.ts +0 -6
  484. package/dist/components/others/ElmTyping.vue.d.ts +0 -4
  485. package/dist/components/table/ElmTable.mjs +0 -6
  486. package/dist/components/table/ElmTable.stories.d.ts +0 -6
  487. package/dist/components/table/ElmTable.vue.d.ts +0 -46
  488. package/dist/components/table/ElmTable.vue_vue_type_script_setup_true_lang.mjs +0 -47
  489. package/dist/components/table/ElmTable.vue_vue_type_style_index_0_lang.module.mjs +0 -21
  490. package/dist/components/table/ElmTableBody.mjs +0 -5
  491. package/dist/components/table/ElmTableBody.vue.d.ts +0 -22
  492. package/dist/components/table/ElmTableBody.vue_vue_type_script_setup_true_lang.mjs +0 -13
  493. package/dist/components/table/ElmTableCell.mjs +0 -6
  494. package/dist/components/table/ElmTableCell.vue.d.ts +0 -33
  495. package/dist/components/table/ElmTableCell.vue_vue_type_script_setup_true_lang.mjs +0 -23
  496. package/dist/components/table/ElmTableCell.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  497. package/dist/components/table/ElmTableHeader.mjs +0 -6
  498. package/dist/components/table/ElmTableHeader.vue.d.ts +0 -22
  499. package/dist/components/table/ElmTableHeader.vue_vue_type_script_setup_true_lang.mjs +0 -13
  500. package/dist/components/table/ElmTableHeader.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  501. package/dist/components/table/ElmTableRow.mjs +0 -6
  502. package/dist/components/table/ElmTableRow.vue.d.ts +0 -22
  503. package/dist/components/table/ElmTableRow.vue_vue_type_script_setup_true_lang.mjs +0 -16
  504. package/dist/components/table/ElmTableRow.vue_vue_type_style_index_0_lang.module.mjs +0 -19
  505. package/dist/components/template/ElmTemplate.stories.d.ts +0 -6
  506. package/dist/components/template/ElmTemplate.vue.d.ts +0 -4
  507. package/dist/components/typography/ElmBlockQuote.mjs +0 -6
  508. package/dist/components/typography/ElmBlockQuote.stories.d.ts +0 -6
  509. package/dist/components/typography/ElmBlockQuote.vue.d.ts +0 -24
  510. package/dist/components/typography/ElmBlockQuote.vue_vue_type_script_setup_true_lang.mjs +0 -60
  511. package/dist/components/typography/ElmBlockQuote.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  512. package/dist/components/typography/ElmCallout.mjs +0 -6
  513. package/dist/components/typography/ElmCallout.stories.d.ts +0 -11
  514. package/dist/components/typography/ElmCallout.vue.d.ts +0 -30
  515. package/dist/components/typography/ElmCallout.vue_vue_type_script_setup_true_lang.mjs +0 -61
  516. package/dist/components/typography/ElmCallout.vue_vue_type_style_index_0_lang.module.mjs +0 -19
  517. package/dist/components/typography/ElmDivider.mjs +0 -6
  518. package/dist/components/typography/ElmDivider.stories.d.ts +0 -6
  519. package/dist/components/typography/ElmDivider.vue.d.ts +0 -11
  520. package/dist/components/typography/ElmDivider.vue_vue_type_script_setup_true_lang.mjs +0 -27
  521. package/dist/components/typography/ElmDivider.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  522. package/dist/components/typography/ElmFragmentIdentifier.mjs +0 -6
  523. package/dist/components/typography/ElmFragmentIdentifier.stories.d.ts +0 -6
  524. package/dist/components/typography/ElmFragmentIdentifier.vue.d.ts +0 -8
  525. package/dist/components/typography/ElmFragmentIdentifier.vue_vue_type_script_setup_true_lang.mjs +0 -23
  526. package/dist/components/typography/ElmFragmentIdentifier.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  527. package/dist/components/typography/ElmHeading.mjs +0 -6
  528. package/dist/components/typography/ElmHeading.stories.d.ts +0 -7
  529. package/dist/components/typography/ElmHeading.vue.d.ts +0 -49
  530. package/dist/components/typography/ElmHeading.vue_vue_type_script_setup_true_lang.mjs +0 -94
  531. package/dist/components/typography/ElmHeading.vue_vue_type_style_index_0_lang.module.mjs +0 -25
  532. package/dist/components/typography/ElmInlineText.mjs +0 -6
  533. package/dist/components/typography/ElmInlineText.stories.d.ts +0 -12
  534. package/dist/components/typography/ElmInlineText.vue.d.ts +0 -85
  535. package/dist/components/typography/ElmInlineText.vue_vue_type_script_setup_true_lang.mjs +0 -111
  536. package/dist/components/typography/ElmInlineText.vue_vue_type_style_index_0_lang.module.mjs +0 -25
  537. package/dist/components/typography/ElmList.mjs +0 -19
  538. package/dist/components/typography/ElmList.stories.d.ts +0 -8
  539. package/dist/components/typography/ElmList.vue.d.ts +0 -31
  540. package/dist/components/typography/ElmList.vue_vue_type_script_setup_true_lang.mjs +0 -27
  541. package/dist/components/typography/ElmParagraph.mjs +0 -6
  542. package/dist/components/typography/ElmParagraph.stories.d.ts +0 -8
  543. package/dist/components/typography/ElmParagraph.vue.d.ts +0 -25
  544. package/dist/components/typography/ElmParagraph.vue_vue_type_script_setup_true_lang.mjs +0 -31
  545. package/dist/components/typography/ElmParagraph.vue_vue_type_style_index_0_lang.module.mjs +0 -16
  546. package/dist/components/typography/ElmTypingAnimation.mjs +0 -6
  547. package/dist/components/typography/ElmTypingAnimation.stories.d.ts +0 -6
  548. package/dist/components/typography/ElmTypingAnimation.vue.d.ts +0 -21
  549. package/dist/components/typography/ElmTypingAnimation.vue_vue_type_script_setup_true_lang.mjs +0 -42
  550. package/dist/components/typography/ElmTypingAnimation.vue_vue_type_style_index_0_lang.module.mjs +0 -20
  551. package/dist/hooks/useElmethisTheme.d.ts +0 -4
  552. package/dist/hooks/useElmethisTheme.mjs +0 -33
  553. package/dist/hooks/useTyping.d.ts +0 -17
  554. package/dist/hooks/useTyping.mjs +0 -42
  555. package/dist/index.d.ts +0 -126
  556. package/dist/index.mjs +0 -65
  557. package/dist/styles/heading.module.mjs +0 -16
  558. package/dist/styles/text.module.mjs +0 -16
  559. package/dist/styles/transition-fade.module.mjs +0 -28
@@ -0,0 +1,3803 @@
1
+ import "@elmethis/core/tokens.css";
2
+ import { Fragment as e, computed as t, createTextVNode as n, createVNode as r, defineComponent as i, h as a, inject as o, isVNode as s, mergeProps as c, onBeforeUnmount as l, onMounted as u, onUnmounted as d, provide as f, ref as p, shallowRef as m, useId as h, watch as g } from "vue";
3
+ import { Catalog as ee, ComponentContext as te, MessageProcessor as ne } from "@a2ui/web_core/v0_9";
4
+ import { AudioPlayerApi as re, BASIC_COMPONENTS as ie, BASIC_FUNCTIONS as ae, ButtonApi as oe, CardApi as se, CheckBoxApi as ce, ChoicePickerApi as le, ColumnApi as ue, DateTimeInputApi as de, DividerApi as fe, IconApi as pe, ImageApi as me, ListApi as he, ModalApi as ge, RowApi as _e, SliderApi as ve, TabsApi as ye, TextApi as be, TextFieldApi as xe, VideoApi as Se } from "@a2ui/web_core/v0_9/basic_catalog";
5
+ import { clsx as _ } from "clsx";
6
+ import { useClipboard as Ce, useClipboardItems as we, useVModel as Te } from "@vueuse/core";
7
+ import "zod";
8
+ import { renderToString as Ee } from "katex";
9
+ import { mdiAlert as De, mdiAlertOctagram as Oe, mdiApplicationOutline as ke, mdiArrowDownDropCircleOutline as Ae, mdiCheckCircle as je, mdiCheckCircleOutline as Me, mdiChevronRight as Ne, mdiClipboardCheckOutline as Pe, mdiClipboardOutline as Fe, mdiCodeTags as Ie, mdiDownload as Le, mdiEyeOffOutline as Re, mdiEyeOutline as ze, mdiFile as Be, mdiFolderOpen as Ve, mdiFormatColorFill as He, mdiFormatQuoteClose as Ue, mdiFormatQuoteOpen as We, mdiHexadecimal as Ge, mdiHome as Ke, mdiInformation as qe, mdiLightbulbOn as Je, mdiLinkVariant as Ye, mdiMenuDown as Xe, mdiMessageImageOutline as Ze, mdiPlus as Qe, mdiShieldAlert as $e, mdiText as et, mdiTextLong as tt, mdiTrashCanOutline as nt } from "@mdi/js";
10
+ import { BlockImageApi as rt, BlockQuoteApi as it, BookmarkApi as at, CalloutApi as ot, CodeBlockApi as st, ColumnApi as ct, ColumnListApi as lt, ContentTabApi as ut, ContentTabsApi as dt, DividerApi as ft, FileApi as pt, HeadingApi as mt, IconApi as ht, KatexApi as gt, LANGUAGES as _t, LinkTextApi as vt, ListApi as yt, ListItemApi as bt, MermaidApi as xt, ParagraphApi as St, RichTextApi as Ct, TableApi as wt, TableCellApi as Tt, TableRowApi as Et, ToggleApi as Dt, UnsupportedApi as Ot, languageIcons as kt, normalizeLanguage as At } from "@elmethis/core";
11
+ import { codeToHtml as jt } from "shiki";
12
+ import Mt from "@46ki75/ikuma-theme/dark";
13
+ import Nt from "@46ki75/ikuma-theme/light";
14
+ import { marked as Pt } from "marked";
15
+ var v = {
16
+ "elm-tabs": "_elm-tabs_1fco0_1",
17
+ "tab-container": "_tab-container_1fco0_14",
18
+ tab: "_tab_1fco0_14",
19
+ active: "_active_1fco0_37",
20
+ "tab-content": "_tab-content_1fco0_48",
21
+ "tab-content-inner": "_tab-content-inner_1fco0_53"
22
+ }, y = {
23
+ "elm-collapse": "_elm-collapse_12wiu_1",
24
+ row: "_row_12wiu_5",
25
+ open: "_open_12wiu_11",
26
+ column: "_column_12wiu_16",
27
+ both: "_both_12wiu_27",
28
+ inner: "_inner_12wiu_44"
29
+ }, Ft = /* @__PURE__ */ i({
30
+ name: "ElmCollapse",
31
+ props: {
32
+ isOpen: {
33
+ type: Boolean,
34
+ default: void 0
35
+ },
36
+ direction: {
37
+ type: String,
38
+ default: "row"
39
+ },
40
+ transitionTimingFunction: {
41
+ type: String,
42
+ default: "ease-in-out"
43
+ }
44
+ },
45
+ setup(e, { slots: t }) {
46
+ return () => r("div", {
47
+ class: _(y["elm-collapse"], e.isOpen && y.open, e.direction === "row" && y.row, e.direction === "column" && y.column, e.direction === "both" && y.both),
48
+ style: { "--elmethis-scoped-transition-timing-function": e.transitionTimingFunction }
49
+ }, [r("div", { class: y.inner }, [t.default?.()])]);
50
+ }
51
+ });
52
+ //#endregion
53
+ //#region src/hooks/use-bindable-signal.ts
54
+ function It(e) {
55
+ let { props: t, key: n, emit: r, defaultValue: i } = e;
56
+ return Te(t, n, r, {
57
+ passive: !0,
58
+ defaultValue: i
59
+ });
60
+ }
61
+ //#endregion
62
+ //#region src/components/containments/tabs-context.ts
63
+ var Lt = Symbol("elm.tabs"), Rt = (e) => {
64
+ if (e == null) throw Error("ElmTabs subcomponents must be used within <ElmTabs>");
65
+ return e;
66
+ }, zt = /* @__PURE__ */ i({
67
+ name: "ElmTabs",
68
+ props: {
69
+ value: {
70
+ type: String,
71
+ default: void 0
72
+ },
73
+ defaultValue: {
74
+ type: String,
75
+ default: ""
76
+ },
77
+ transitionTimingFunction: {
78
+ type: String,
79
+ default: "linear"
80
+ }
81
+ },
82
+ emits: ["update:value"],
83
+ setup(e, { emit: t, slots: n }) {
84
+ let i = It({
85
+ props: e,
86
+ key: "value",
87
+ emit: t,
88
+ defaultValue: e.defaultValue ?? ""
89
+ });
90
+ return f(Lt, {
91
+ selectedValue: i,
92
+ setSelectedValue: (e) => {
93
+ i.value = e;
94
+ },
95
+ get transitionTimingFunction() {
96
+ return e.transitionTimingFunction;
97
+ }
98
+ }), () => r("div", { class: _(v["elm-tabs"]) }, [n.default?.()]);
99
+ }
100
+ }), Bt = /* @__PURE__ */ i({
101
+ name: "ElmTabList",
102
+ setup(e, { slots: t }) {
103
+ return () => r("div", { class: _(v["tab-container"]) }, [t.default?.()]);
104
+ }
105
+ }), Vt = /* @__PURE__ */ i({
106
+ name: "ElmTab",
107
+ props: { value: {
108
+ type: String,
109
+ required: !0
110
+ } },
111
+ setup(e, { slots: t }) {
112
+ let n = Rt(o(Lt));
113
+ return () => r("div", {
114
+ class: _(v.tab, n.selectedValue.value === e.value && v.active),
115
+ onClick: () => n.setSelectedValue(e.value)
116
+ }, [t.default?.()]);
117
+ }
118
+ }), Ht = /* @__PURE__ */ i({
119
+ name: "ElmTabPanel",
120
+ props: { value: {
121
+ type: String,
122
+ required: !0
123
+ } },
124
+ setup(e, { slots: t }) {
125
+ let n = Rt(o(Lt));
126
+ return () => r("div", { class: _(v["tab-content"]) }, [r(Ft, {
127
+ direction: "row",
128
+ isOpen: n.selectedValue.value === e.value,
129
+ transitionTimingFunction: n.transitionTimingFunction
130
+ }, { default: () => [r("div", { class: v["tab-content-inner"] }, [t.default?.()])] })]);
131
+ }
132
+ }), Ut = {
133
+ "elm-heading": "_elm-heading_9vw8y_1",
134
+ h1: "_h1_9vw8y_13",
135
+ h2: "_h2_9vw8y_35",
136
+ "h2-underline": "_h2-underline_9vw8y_61",
137
+ h3: "_h3_9vw8y_72",
138
+ h4: "_h4_9vw8y_87",
139
+ h5: "_h5_9vw8y_91",
140
+ h6: "_h6_9vw8y_95"
141
+ }, b = { text: "_text_zme4t_1" }, Wt = { "elm-fragment-identifier": "_elm-fragment-identifier_xb2v4_1" }, Gt = /* @__PURE__ */ i({
142
+ name: "ElmFragmentIdentifier",
143
+ inheritAttrs: !1,
144
+ props: { id: {
145
+ type: String,
146
+ required: !0
147
+ } },
148
+ setup(e, { attrs: t }) {
149
+ let i = (e) => {
150
+ let t = new URL(window.location.href);
151
+ t.hash = e, window.history.replaceState(null, "", t.toString()), document.getElementById(e)?.scrollIntoView({ behavior: "smooth" });
152
+ };
153
+ return () => {
154
+ let { class: a, ...o } = t;
155
+ return r("span", c({
156
+ class: _(Wt["elm-fragment-identifier"], a),
157
+ onClick: () => i(e.id)
158
+ }, o), [n("#")]);
159
+ };
160
+ }
161
+ }), Kt = Object.freeze({
162
+ 1: 1.5,
163
+ 2: 1.4,
164
+ 3: 1.3,
165
+ 4: 1.2,
166
+ 5: 1.15,
167
+ 6: 1.1
168
+ }), x = /* @__PURE__ */ i({
169
+ name: "ElmHeading",
170
+ props: {
171
+ level: {
172
+ type: Number,
173
+ required: !0
174
+ },
175
+ text: {
176
+ type: String,
177
+ default: void 0
178
+ },
179
+ id: {
180
+ type: String,
181
+ default: void 0
182
+ }
183
+ },
184
+ setup(e, { slots: t }) {
185
+ return () => r(`h${e.level}`, {
186
+ class: _(Ut["elm-heading"], b.text, Ut[`h${e.level}`]),
187
+ style: { "--elmethis-scoped-font-size": `${Kt[e.level]}em` },
188
+ id: e.id
189
+ }, { default: () => [
190
+ r("span", null, [e.text]),
191
+ t.default?.(),
192
+ e.id && r("span", { style: { padding: "0.5rem" } }, [r(Gt, { id: e.id }, null)]),
193
+ e.level === 2 && r("span", {
194
+ class: Ut["h2-underline"],
195
+ "aria-hidden": "true"
196
+ }, null)
197
+ ] });
198
+ }
199
+ }), S = {
200
+ "elm-inline-text": "_elm-inline-text_uf3sg_1",
201
+ code: "_code_uf3sg_13",
202
+ kbd: "_kbd_uf3sg_25",
203
+ link: "_link_uf3sg_58",
204
+ ogp: "_ogp_uf3sg_94",
205
+ "ogp-text": "_ogp-text_uf3sg_104",
206
+ "ogp-title": "_ogp-title_uf3sg_109",
207
+ "ogp-description": "_ogp-description_uf3sg_115"
208
+ }, qt = { "elm-inline-icon": "_elm-inline-icon_1qs0i_1" }, C = /* @__PURE__ */ i({
209
+ name: "ElmInlineIcon",
210
+ inheritAttrs: !1,
211
+ props: {
212
+ src: {
213
+ type: String,
214
+ required: !0
215
+ },
216
+ alt: {
217
+ type: String,
218
+ default: void 0
219
+ },
220
+ width: {
221
+ type: [Number, String],
222
+ default: void 0
223
+ },
224
+ height: {
225
+ type: [Number, String],
226
+ default: void 0
227
+ },
228
+ size: {
229
+ type: [Number, String],
230
+ default: 16
231
+ }
232
+ },
233
+ setup(e, { attrs: t }) {
234
+ return () => {
235
+ let { class: n, ...i } = t;
236
+ return r("span", c({ class: _(qt["elm-inline-icon"], n) }, i), [r("img", {
237
+ src: e.src,
238
+ alt: e.alt,
239
+ class: qt["elm-inline-icon"],
240
+ width: e.width ?? e.size,
241
+ height: e.height ?? e.size
242
+ }, null)]);
243
+ };
244
+ }
245
+ }), w = /* @__PURE__ */ i({
246
+ name: "ElmInlineText",
247
+ inheritAttrs: !1,
248
+ props: {
249
+ color: {
250
+ type: String,
251
+ default: void 0
252
+ },
253
+ size: {
254
+ type: String,
255
+ default: "1em"
256
+ },
257
+ backgroundColor: {
258
+ type: String,
259
+ default: void 0
260
+ },
261
+ bold: {
262
+ type: Boolean,
263
+ default: !1
264
+ },
265
+ italic: {
266
+ type: Boolean,
267
+ default: !1
268
+ },
269
+ underline: {
270
+ type: Boolean,
271
+ default: !1
272
+ },
273
+ strikethrough: {
274
+ type: Boolean,
275
+ default: !1
276
+ },
277
+ code: {
278
+ type: Boolean,
279
+ default: !1
280
+ },
281
+ kbd: {
282
+ type: Boolean,
283
+ default: !1
284
+ },
285
+ ruby: {
286
+ type: String,
287
+ default: void 0
288
+ },
289
+ href: {
290
+ type: String,
291
+ default: void 0
292
+ },
293
+ favicon: {
294
+ type: String,
295
+ default: void 0
296
+ }
297
+ },
298
+ setup(e, { attrs: t, slots: n }) {
299
+ return () => {
300
+ let { class: i, style: a, ...o } = t, s = n.default?.();
301
+ return e.href && (s = r("a", {
302
+ class: S.link,
303
+ href: e.href,
304
+ target: "_blank",
305
+ rel: "noopener noreferrer"
306
+ }, [e.favicon && r(C, {
307
+ src: e.favicon,
308
+ alt: "favicon"
309
+ }, null), s])), e.kbd && ((function() {
310
+ return s;
311
+ })(), s = r("kbd", { class: S.kbd }, [s])), e.strikethrough && ((function() {
312
+ return s;
313
+ })(), s = r("del", null, [s])), e.italic && ((function() {
314
+ return s;
315
+ })(), s = r("em", null, [s])), e.underline && ((function() {
316
+ return s;
317
+ })(), s = r("ins", null, [s])), e.bold && ((function() {
318
+ return s;
319
+ })(), s = r("strong", null, [s])), e.code && ((function() {
320
+ return s;
321
+ })(), s = r("code", { class: S.code }, [s])), e.ruby && (s = r("ruby", { class: S["elm-inline-text"] }, [r("span", null, [s]), r("rt", null, [e.ruby])])), r("span", c({
322
+ class: _(S["elm-inline-text"], b.text, i),
323
+ style: [a, {
324
+ "--elmethis-scoped-color": e.color,
325
+ "--elmethis-scoped-font-size": e.size,
326
+ "--elmethis-scoped-background-color": e.backgroundColor
327
+ }]
328
+ }, o), [s]);
329
+ };
330
+ }
331
+ }), Jt = { "elm-paragraph": "_elm-paragraph_rbsk5_1" }, Yt = /* @__PURE__ */ i({
332
+ name: "ElmParagraph",
333
+ inheritAttrs: !1,
334
+ props: {
335
+ color: {
336
+ type: String,
337
+ default: void 0
338
+ },
339
+ backgroundColor: {
340
+ type: String,
341
+ default: void 0
342
+ }
343
+ },
344
+ setup(e, { attrs: t, slots: n }) {
345
+ return () => {
346
+ let { class: i, style: a, ...o } = t;
347
+ return r("p", c({
348
+ class: _(Jt["elm-paragraph"], b.text, i),
349
+ style: [a, {
350
+ "--elmethis-scoped-color": e.color,
351
+ "--elmethis-scoped-background-color": e.backgroundColor
352
+ }]
353
+ }, o), [n.default?.()]);
354
+ };
355
+ }
356
+ }), T = {
357
+ "elm-a2ui": "_elm-a2ui_4ps3c_1",
358
+ surface: "_surface_4ps3c_5",
359
+ text: "_text_4ps3c_11",
360
+ "text-h1": "_text-h1_4ps3c_16",
361
+ "text-h2": "_text-h2_4ps3c_21",
362
+ "text-h3": "_text-h3_4ps3c_26",
363
+ "text-h4": "_text-h4_4ps3c_31",
364
+ "text-h5": "_text-h5_4ps3c_36",
365
+ "text-body": "_text-body_4ps3c_41",
366
+ row: "_row_4ps3c_47",
367
+ column: "_column_4ps3c_53",
368
+ "child-wrap": "_child-wrap_4ps3c_60",
369
+ list: "_list_4ps3c_64",
370
+ "list-horizontal": "_list-horizontal_4ps3c_71",
371
+ "list-item": "_list-item_4ps3c_75",
372
+ card: "_card_4ps3c_81",
373
+ button: "_button_4ps3c_91",
374
+ "button-primary": "_button-primary_4ps3c_110",
375
+ image: "_image_4ps3c_122",
376
+ icon: "_icon_4ps3c_130",
377
+ divider: "_divider_4ps3c_139",
378
+ "divider-vertical": "_divider-vertical_4ps3c_145",
379
+ "text-field": "_text-field_4ps3c_155",
380
+ label: "_label_4ps3c_161",
381
+ input: "_input_4ps3c_167",
382
+ checkbox: "_checkbox_4ps3c_180",
383
+ "checkbox-label": "_checkbox-label_4ps3c_188",
384
+ slider: "_slider_4ps3c_192",
385
+ modal: "_modal_4ps3c_199",
386
+ "modal-content": "_modal-content_4ps3c_203",
387
+ video: "_video_4ps3c_209",
388
+ audio: "_audio_4ps3c_210",
389
+ "choice-picker": "_choice-picker_4ps3c_217",
390
+ "choice-picker-label": "_choice-picker-label_4ps3c_223",
391
+ "choice-picker-options": "_choice-picker-options_4ps3c_229",
392
+ "choice-picker-option": "_choice-picker-option_4ps3c_229",
393
+ "datetime-input": "_datetime-input_4ps3c_246"
394
+ };
395
+ //#endregion
396
+ //#region \0@oxc-project+runtime@0.123.0/helpers/typeof.js
397
+ function E(e) {
398
+ "@babel/helpers - typeof";
399
+ return E = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
400
+ return typeof e;
401
+ } : function(e) {
402
+ return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
403
+ }, E(e);
404
+ }
405
+ //#endregion
406
+ //#region \0@oxc-project+runtime@0.123.0/helpers/toPrimitive.js
407
+ function Xt(e, t) {
408
+ if (E(e) != "object" || !e) return e;
409
+ var n = e[Symbol.toPrimitive];
410
+ if (n !== void 0) {
411
+ var r = n.call(e, t || "default");
412
+ if (E(r) != "object") return r;
413
+ throw TypeError("@@toPrimitive must return a primitive value.");
414
+ }
415
+ return (t === "string" ? String : Number)(e);
416
+ }
417
+ //#endregion
418
+ //#region \0@oxc-project+runtime@0.123.0/helpers/toPropertyKey.js
419
+ function Zt(e) {
420
+ var t = Xt(e, "string");
421
+ return E(t) == "symbol" ? t : t + "";
422
+ }
423
+ //#endregion
424
+ //#region \0@oxc-project+runtime@0.123.0/helpers/defineProperty.js
425
+ function Qt(e, t, n) {
426
+ return (t = Zt(t)) in e ? Object.defineProperty(e, t, {
427
+ value: n,
428
+ enumerable: !0,
429
+ configurable: !0,
430
+ writable: !0
431
+ }) : e[t] = n, e;
432
+ }
433
+ //#endregion
434
+ //#region src/components/a2ui/catalog/catalog.ts
435
+ function D(e, t) {
436
+ return {
437
+ name: e.name,
438
+ render: t
439
+ };
440
+ }
441
+ var $t = class e {
442
+ constructor(e = []) {
443
+ Qt(this, "entries", void 0);
444
+ let t = /* @__PURE__ */ new Map();
445
+ for (let n of e) t.set(n.name, n);
446
+ this.entries = t;
447
+ }
448
+ get(e) {
449
+ return this.entries.get(e)?.render;
450
+ }
451
+ names() {
452
+ return Array.from(this.entries.keys());
453
+ }
454
+ extend(...t) {
455
+ let n = new Map(this.entries);
456
+ for (let r of t) if (r instanceof e) for (let [e, t] of r.entries) n.set(e, t);
457
+ else n.set(r.name, r);
458
+ return new e(n.values());
459
+ }
460
+ }, en = {
461
+ start: "flex-start",
462
+ end: "flex-end",
463
+ center: "center",
464
+ spaceBetween: "space-between",
465
+ spaceAround: "space-around",
466
+ spaceEvenly: "space-evenly",
467
+ stretch: "stretch"
468
+ }, tn = {
469
+ start: "flex-start",
470
+ end: "flex-end",
471
+ center: "center",
472
+ stretch: "stretch"
473
+ }, nn = {
474
+ contain: "contain",
475
+ cover: "cover",
476
+ fill: "fill",
477
+ none: "none",
478
+ scaleDown: "scale-down"
479
+ };
480
+ function O(e) {
481
+ return e === 0 ? { marginBlockStart: 0 } : void 0;
482
+ }
483
+ //#endregion
484
+ //#region src/components/a2ui/catalog/basic-catalog.tsx
485
+ function k(e) {
486
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
487
+ }
488
+ var rn = {
489
+ shortText: "text",
490
+ number: "number",
491
+ obscured: "password"
492
+ };
493
+ function an(e) {
494
+ switch (e) {
495
+ case "h1": return 1;
496
+ case "h2": return 2;
497
+ case "h3": return 3;
498
+ case "h4": return 4;
499
+ case "h5": return 5;
500
+ default: return 1;
501
+ }
502
+ }
503
+ var on = new $t([
504
+ D(be, ({ props: e, resolve: t }) => {
505
+ let n = t(e.text), i = e.variant ?? "body";
506
+ return i === "caption" ? r(w, null, k(n) ? n : { default: () => [n] }) : i === "body" ? r(Yt, null, k(n) ? n : { default: () => [n] }) : r(x, { level: an(i) }, k(n) ? n : { default: () => [n] });
507
+ }),
508
+ D(_e, ({ props: e, childRefs: t, renderChild: n }) => r("div", {
509
+ class: T.row,
510
+ style: {
511
+ justifyContent: en[e.justify ?? "start"],
512
+ alignItems: tn[e.align ?? "center"]
513
+ }
514
+ }, [t(e.children).map(({ id: e, path: t }, i) => r("span", {
515
+ key: `${e}:${i}`,
516
+ class: T["child-wrap"]
517
+ }, [n(e, t, i)]))])),
518
+ D(ue, ({ props: e, childRefs: t, renderChild: n }) => r("div", {
519
+ class: T.column,
520
+ style: { "--margin-block": "2rem" }
521
+ }, [t(e.children).map(({ id: e, path: t }, i) => r("span", {
522
+ key: `${e}:${i}`,
523
+ class: T["child-wrap"]
524
+ }, [n(e, t, i)]))])),
525
+ D(he, ({ props: e, childRefs: t, renderChild: n }) => r("div", { class: _(T.list, e.direction === "horizontal" && T["list-horizontal"]) }, [t(e.children).map(({ id: e, path: t }, i) => r("div", {
526
+ key: `${e}:${i}`,
527
+ class: T["list-item"]
528
+ }, [n(e, t, i)]))])),
529
+ D(se, ({ props: e, renderChild: t }) => r("div", { class: T.card }, [t(e.child)])),
530
+ D(oe, ({ props: e, renderChild: t, dispatchAction: n }) => r("div", {
531
+ role: "button",
532
+ tabindex: 0,
533
+ class: _(T.button, e.variant === "primary" && T["button-primary"]),
534
+ onClick: e.action ? () => n("action") : void 0,
535
+ onKeydown: e.action ? (e) => {
536
+ (e.key === "Enter" || e.key === " ") && (e.preventDefault(), n("action"));
537
+ } : void 0
538
+ }, [t(e.child)])),
539
+ D(me, ({ props: e, resolve: t }) => r("img", {
540
+ class: T.image,
541
+ src: t(e.url),
542
+ alt: e.description ? t(e.description) : "",
543
+ style: { objectFit: nn[e.fit ?? "cover"] }
544
+ }, null)),
545
+ D(pe, ({ props: e, resolve: t }) => {
546
+ let n = t(e.name);
547
+ return r("span", {
548
+ class: T.icon,
549
+ "aria-label": n,
550
+ "data-icon": n
551
+ }, null);
552
+ }),
553
+ D(fe, ({ props: e }) => r("div", {
554
+ class: _(T.divider, e.axis === "vertical" && T["divider-vertical"]),
555
+ role: "separator"
556
+ }, null)),
557
+ D(xe, ({ props: e, resolve: t, setBinding: n }) => {
558
+ let i = e.variant ?? "shortText", a = e.value ? t(e.value) : "";
559
+ return r("div", { class: T["text-field"] }, [r("label", { class: T.label }, [t(e.label)]), i === "longText" ? r("textarea", {
560
+ class: T.input,
561
+ value: a,
562
+ onInput: (e) => n("value", e.target.value),
563
+ onChange: (e) => n("value", e.target.value)
564
+ }, null) : r("input", {
565
+ class: T.input,
566
+ type: rn[i] ?? "text",
567
+ value: a,
568
+ onInput: (e) => n("value", e.target.value),
569
+ onChange: (e) => n("value", e.target.value)
570
+ }, null)]);
571
+ }),
572
+ D(ce, ({ props: e, ctx: t, resolve: n, setBinding: i }) => {
573
+ let a = e.value, o = typeof a == "boolean" ? a : !!(t.dataContext.resolveDynamicValue(a) ?? !1);
574
+ return r("label", { class: T.checkbox }, [r("input", {
575
+ type: "checkbox",
576
+ checked: o,
577
+ onChange: (e) => i("value", e.target.checked)
578
+ }, null), r("span", { class: T["checkbox-label"] }, [n(e.label)])]);
579
+ }),
580
+ D(ve, ({ props: e, ctx: t, setBinding: n }) => {
581
+ let i = e.value, a = typeof i == "number" ? i : Number(t.dataContext.resolveDynamicValue(i) ?? 0);
582
+ return r("input", {
583
+ class: T.slider,
584
+ type: "range",
585
+ value: a,
586
+ min: e.min ?? 0,
587
+ max: e.max,
588
+ onInput: (e) => n("value", Number(e.target.value)),
589
+ onChange: (e) => n("value", Number(e.target.value))
590
+ }, null);
591
+ }),
592
+ D(ye, ({ props: e, resolve: t, renderChild: n }) => {
593
+ let i;
594
+ return r(zt, { defaultValue: "0" }, { default: () => [r(Bt, null, k(i = e.tabs.map((e, n) => {
595
+ let i;
596
+ return r(Vt, {
597
+ key: n,
598
+ value: String(n)
599
+ }, k(i = t(e.title)) ? i : { default: () => [i] });
600
+ })) ? i : { default: () => [i] }), e.tabs.map((e, t) => {
601
+ let i;
602
+ return r(Ht, {
603
+ key: t,
604
+ value: String(t)
605
+ }, k(i = n(e.child)) ? i : { default: () => [i] });
606
+ })] });
607
+ }),
608
+ D(ge, ({ props: e, renderChild: t }) => r("div", { class: T.modal }, [t(e.trigger), r("div", { class: T["modal-content"] }, [t(e.content)])])),
609
+ D(Se, ({ props: e, resolve: t }) => r("video", {
610
+ class: T.video,
611
+ controls: !0,
612
+ src: t(e.url)
613
+ }, null)),
614
+ D(re, ({ props: e, resolve: t }) => r("audio", {
615
+ class: T.audio,
616
+ controls: !0,
617
+ src: t(e.url)
618
+ }, null)),
619
+ D(le, ({ props: e, componentId: t, ctx: n, resolve: i, setBinding: a }) => {
620
+ let o = e.value, s = Array.isArray(o) ? o : n.dataContext.resolveDynamicValue(o) ?? [], c = Array.isArray(s) ? s : [], l = (e.variant ?? "mutuallyExclusive") === "multipleSelection";
621
+ return r("div", {
622
+ class: T["choice-picker"],
623
+ "data-choice-picker": t,
624
+ onChange: (e) => {
625
+ let t = e.currentTarget, n = t.querySelectorAll("input"), r = n.length > 0 && n[0].type === "checkbox", i = Array.from(t.querySelectorAll("input:checked")).map((e) => e.value);
626
+ a("value", r ? i : i.slice(0, 1));
627
+ }
628
+ }, [e.label ? r("span", { class: T["choice-picker-label"] }, [i(e.label)]) : null, r("div", { class: T["choice-picker-options"] }, [e.options.map((e) => r("label", {
629
+ key: e.value,
630
+ class: T["choice-picker-option"]
631
+ }, [r("input", {
632
+ type: l ? "checkbox" : "radio",
633
+ name: t,
634
+ value: e.value,
635
+ checked: c.includes(e.value)
636
+ }, null), r("span", null, [i(e.label)])]))])]);
637
+ }),
638
+ D(de, ({ props: e, resolve: t, setBinding: n }) => {
639
+ let i = e.enableDate ?? !1, a = e.enableTime ?? !1, o = i && a ? "datetime-local" : i ? "date" : a ? "time" : "text";
640
+ return r("div", { class: T["datetime-input"] }, [e.label ? r("label", { class: T.label }, [t(e.label)]) : null, r("input", {
641
+ class: T.input,
642
+ type: o,
643
+ value: e.value ? t(e.value) : "",
644
+ min: e.min == null ? void 0 : String(e.min),
645
+ max: e.max == null ? void 0 : String(e.max),
646
+ onInput: (e) => n("value", e.target.value),
647
+ onChange: (e) => n("value", e.target.value)
648
+ }, null)]);
649
+ })
650
+ ]), sn = "root", cn = Symbol("elmethis.a2ui.surface"), ln = Symbol("elmethis.a2ui.catalog"), un = Symbol("elmethis.a2ui.ancestors"), dn = /* @__PURE__ */ i({
651
+ name: "ComponentHost",
652
+ props: {
653
+ id: {
654
+ type: String,
655
+ required: !0
656
+ },
657
+ basePath: {
658
+ type: String,
659
+ required: !0
660
+ },
661
+ index: {
662
+ type: Number,
663
+ default: 0
664
+ }
665
+ },
666
+ setup(e) {
667
+ let t = o(cn, void 0), i = o(ln, void 0), a = o(un, []), s = a.includes(e.id);
668
+ f(un, [...a, e.id]);
669
+ let c = p(0), l = p(!1), m = [], h = null;
670
+ return u(() => {
671
+ if (!t) return;
672
+ let n = (e) => {
673
+ h?.unsubscribe(), h = e.onUpdated.subscribe(() => {
674
+ c.value++;
675
+ }), l.value = !0;
676
+ }, r = t.componentsModel.get(e.id);
677
+ r && n(r), m.push(t.componentsModel.onCreated.subscribe((t) => {
678
+ t.id === e.id && (n(t), c.value++);
679
+ })), m.push(t.componentsModel.onDeleted.subscribe((t) => {
680
+ t === e.id && (h?.unsubscribe(), h = null, c.value++);
681
+ })), m.push(t.dataModel.subscribe("/", () => {
682
+ c.value++;
683
+ }));
684
+ }), d(() => {
685
+ for (let e of m) e.unsubscribe();
686
+ h?.unsubscribe();
687
+ }), () => {
688
+ if (c.value, s || !t || !i) return null;
689
+ let a = t.componentsModel.get(e.id);
690
+ if (!a) return l.value ? null : r("span", {
691
+ "data-a2ui-state": "loading",
692
+ "data-a2ui-component-id": e.id,
693
+ style: {
694
+ color: "gray",
695
+ fontSize: "0.875em",
696
+ fontStyle: "italic"
697
+ }
698
+ }, [
699
+ n("[Loading "),
700
+ e.id,
701
+ n("…]")
702
+ ]);
703
+ let o = i.get(a.type);
704
+ if (!o) return r("span", {
705
+ "data-a2ui-state": "unknown",
706
+ "data-a2ui-component-id": e.id,
707
+ "data-a2ui-component-type": a.type,
708
+ style: {
709
+ color: "tomato",
710
+ fontWeight: 600
711
+ }
712
+ }, [n("Unknown component: "), a.type]);
713
+ let u = new te(t, e.id, e.basePath), d = (e) => typeof e == "string" ? e : e == null ? "" : typeof e == "object" ? u.dataContext.resolveDynamicValue(e) ?? "" : String(e), f = (n) => {
714
+ if (Array.isArray(n)) return n.filter((e) => typeof e == "string").map((t) => ({
715
+ id: t,
716
+ path: e.basePath
717
+ }));
718
+ if (n && typeof n == "object" && "componentId" in n) {
719
+ let e = n, r = t.dataModel.get(e.path);
720
+ return Array.isArray(r) ? r.map((t, n) => ({
721
+ id: e.componentId,
722
+ path: `${e.path}/${n}`
723
+ })) : [];
724
+ }
725
+ return [];
726
+ }, p = (t, n = e.basePath, i = 0) => r(dn, {
727
+ key: t,
728
+ id: t,
729
+ basePath: n,
730
+ index: i
731
+ }, null), m = e.id, h = {
732
+ componentId: e.id,
733
+ index: e.index ?? 0,
734
+ props: a.properties,
735
+ surface: t,
736
+ ctx: u,
737
+ resolve: d,
738
+ childRefs: f,
739
+ renderChild: p,
740
+ setBinding: (e, n) => {
741
+ if (!t) return;
742
+ let r = t.componentsModel.get(m);
743
+ if (!r) return;
744
+ let i = r.properties[e];
745
+ if (!i || typeof i != "object" || !("path" in i)) return;
746
+ let a = i.path;
747
+ new te(t, m).dataContext.set(a, n);
748
+ },
749
+ dispatchAction: (e = "action") => {
750
+ if (!t) return;
751
+ let n = t.componentsModel.get(m);
752
+ if (!n) return;
753
+ let r = n.properties[e];
754
+ if (!r) return;
755
+ let i = new te(t, m), a = (e) => {
756
+ if (typeof e != "object" || !e) return e;
757
+ if ("path" in e || "call" in e) return i.dataContext.resolveDynamicValue(e);
758
+ if (Array.isArray(e)) return e.map(a);
759
+ let t = {};
760
+ for (let [n, r] of Object.entries(e)) t[n] = a(r);
761
+ return t;
762
+ };
763
+ t.dispatchAction(a(r), m).catch((e) => {
764
+ console.error("[ComponentHost] action dispatch failed:", e);
765
+ });
766
+ }
767
+ };
768
+ return r("span", {
769
+ "data-a2ui-component-id": e.id,
770
+ style: { display: "contents" }
771
+ }, [o(h)]);
772
+ };
773
+ }
774
+ });
775
+ //#endregion
776
+ //#region src/components/a2ui/stream-json-lines.ts
777
+ async function fn(e, { signal: t, onMessage: n, onError: r }) {
778
+ if (t?.aborted) return;
779
+ let i = e.getReader(), a = new TextDecoder(), o = "", s = () => {
780
+ i.cancel().catch(() => {});
781
+ };
782
+ t?.addEventListener("abort", s, { once: !0 });
783
+ let c = (e) => {
784
+ let t = e.trim();
785
+ if (t) try {
786
+ n(JSON.parse(t));
787
+ } catch (e) {
788
+ r?.(e, t);
789
+ }
790
+ };
791
+ try {
792
+ for (;;) {
793
+ let { done: e, value: t } = await i.read();
794
+ if (e) break;
795
+ o += a.decode(t, { stream: !0 });
796
+ let n = o.split("\n");
797
+ o = n.pop() ?? "";
798
+ for (let e of n) c(e);
799
+ }
800
+ t?.aborted || c(o);
801
+ } finally {
802
+ t?.removeEventListener("abort", s);
803
+ try {
804
+ i.releaseLock();
805
+ } catch {}
806
+ }
807
+ }
808
+ //#endregion
809
+ //#region src/components/a2ui/elm-a2ui.tsx
810
+ var pn = "https://a2ui.org/specification/v0_9/basic_catalog.json", mn = /* @__PURE__ */ i({
811
+ name: "A2uiSurfaceView",
812
+ props: { surface: {
813
+ type: Object,
814
+ required: !0
815
+ } },
816
+ setup(e) {
817
+ return f(cn, e.surface), f(un, []), () => r("div", {
818
+ class: T.surface,
819
+ style: { "--elmethis-margin-block-start": "2rem" }
820
+ }, [r(dn, {
821
+ id: sn,
822
+ basePath: "/"
823
+ }, null)]);
824
+ }
825
+ }), hn = /* @__PURE__ */ i({
826
+ name: "A2uiSurface",
827
+ props: {
828
+ surface: {
829
+ type: Object,
830
+ required: !0
831
+ },
832
+ catalog: {
833
+ type: Object,
834
+ default: void 0
835
+ }
836
+ },
837
+ setup(e) {
838
+ return f(ln, e.catalog ?? on), f(cn, e.surface), f(un, []), () => r("div", {
839
+ class: T.surface,
840
+ style: { "--elmethis-margin-block-start": "2rem" }
841
+ }, [r(dn, {
842
+ id: sn,
843
+ basePath: "/"
844
+ }, null)]);
845
+ }
846
+ }), gn = /* @__PURE__ */ i({
847
+ name: "ElmA2ui",
848
+ props: {
849
+ url: {
850
+ type: String,
851
+ default: void 0
852
+ },
853
+ headers: {
854
+ type: Object,
855
+ default: void 0
856
+ },
857
+ messages: {
858
+ type: Array,
859
+ default: void 0
860
+ },
861
+ catalogId: {
862
+ type: String,
863
+ default: void 0
864
+ },
865
+ catalog: {
866
+ type: Object,
867
+ default: void 0
868
+ }
869
+ },
870
+ setup(e) {
871
+ f(ln, e.catalog ?? on);
872
+ let t = p([]), n = p(0), i = /* @__PURE__ */ new Map(), a = null, o = async () => {
873
+ let r = e.catalogId, o = e.messages ? [...e.messages] : [...t.value], s = a;
874
+ if (s !== null && s.catalogId === r && o.length >= s.messages.length && s.messages.every((e, t) => e === o[t]) && s) {
875
+ let e = o.slice(s.processed);
876
+ if (!e.length) return;
877
+ for (let t of e) try {
878
+ s.processor.processMessages([t]);
879
+ } catch (e) {
880
+ console.warn("[ElmA2ui] skipped invalid A2UI message:", t, e);
881
+ }
882
+ await Promise.resolve(), await Promise.resolve(), s.processed = o.length, s.messages = o, n.value++;
883
+ return;
884
+ }
885
+ if (s) {
886
+ for (let e of s.subs) e.unsubscribe();
887
+ s.processor.model.dispose();
888
+ }
889
+ let c = new Set([pn]);
890
+ r && c.add(r);
891
+ for (let e of o) if (e && typeof e == "object" && "createSurface" in e) {
892
+ let t = e.createSurface?.catalogId;
893
+ typeof t == "string" && c.add(t);
894
+ }
895
+ let l = new ne(Array.from(c).map((e) => new ee(e, ie, ae))), u = /* @__PURE__ */ new Map(), d = [];
896
+ d.push(l.model.onSurfaceCreated.subscribe((e) => {
897
+ u.set(e.id, e), n.value++;
898
+ })), d.push(l.model.onSurfaceDeleted.subscribe((e) => {
899
+ u.delete(e), n.value++;
900
+ })), i = u;
901
+ for (let e of o) try {
902
+ l.processMessages([e]);
903
+ } catch (t) {
904
+ console.warn("[ElmA2ui] skipped invalid A2UI message:", e, t);
905
+ }
906
+ a = {
907
+ processor: l,
908
+ subs: d,
909
+ processed: o.length,
910
+ messages: o,
911
+ catalogId: r
912
+ }, n.value++;
913
+ };
914
+ g([
915
+ () => e.messages,
916
+ () => e.catalogId,
917
+ () => t.value.length
918
+ ], () => {
919
+ o();
920
+ }, { immediate: !0 });
921
+ let s = null;
922
+ return u(() => {
923
+ if (!e.url) return;
924
+ s = new AbortController();
925
+ let n = s.signal;
926
+ fetch(e.url, {
927
+ headers: e.headers,
928
+ signal: n
929
+ }).then(async (e) => {
930
+ e.body && await fn(e.body, {
931
+ signal: n,
932
+ onMessage: (e) => {
933
+ e && typeof e == "object" && t.value.push(e);
934
+ },
935
+ onError: (e, t) => {
936
+ console.warn("[ElmA2ui] skipped invalid JSON line:", t, e);
937
+ }
938
+ });
939
+ }).catch((e) => {
940
+ e instanceof Error && e.name !== "AbortError" && console.error("[ElmA2ui] stream error:", e);
941
+ });
942
+ }), d(() => {
943
+ if (s?.abort(), a) {
944
+ for (let e of a.subs) e.unsubscribe();
945
+ a.processor.model.dispose();
946
+ }
947
+ }), () => (n.value, r("div", { class: T["elm-a2ui"] }, [Array.from(i.values()).map((e) => r(mn, {
948
+ key: e.id,
949
+ surface: e
950
+ }, null))]));
951
+ }
952
+ }), _n = { "elm-katex": "_elm-katex_189xe_1" }, vn = /* @__PURE__ */ i({
953
+ name: "ElmKatex",
954
+ props: {
955
+ expression: {
956
+ type: String,
957
+ required: !0
958
+ },
959
+ block: {
960
+ type: Boolean,
961
+ default: !1
962
+ }
963
+ },
964
+ setup(e) {
965
+ let n = t(() => Ee(e.expression, {
966
+ displayMode: e.block,
967
+ output: "mathml"
968
+ }));
969
+ return () => r("div", {
970
+ class: _(b.text, e.block ? _n["elm-katex"] : void 0),
971
+ innerHTML: n.value
972
+ }, null);
973
+ }
974
+ }), A = {
975
+ "elm-code-block": "_elm-code-block_xdmlc_1",
976
+ "language-icon": "_language-icon_xdmlc_17",
977
+ caption: "_caption_xdmlc_22",
978
+ "copy-icon": "_copy-icon_xdmlc_29",
979
+ divider: "_divider_xdmlc_33",
980
+ code: "_code_xdmlc_40"
981
+ }, yn = (e, t, n) => t === "id" ? `${e}-${n}` : e.replace(/url\(#([^)]+)\)/g, `url(#$1-${n})`), bn = (e, t) => {
982
+ let n = {};
983
+ for (let [r, i] of Object.entries(e.attrs ?? {})) n[r] = yn(i, r, t);
984
+ return e.style && (n.style = e.style), a(e.tag, n, e.children?.map((e) => bn(e, t)));
985
+ }, xn = /* @__PURE__ */ i({
986
+ name: "LanguageGlyph",
987
+ props: {
988
+ icon: {
989
+ type: Object,
990
+ required: !0
991
+ },
992
+ size: {
993
+ type: [Number, String],
994
+ default: 24
995
+ }
996
+ },
997
+ setup(e) {
998
+ let t = h().replace(/:/g, "");
999
+ return () => a("svg", {
1000
+ xmlns: "http://www.w3.org/2000/svg",
1001
+ viewBox: e.icon.viewBox,
1002
+ width: e.size,
1003
+ height: e.size,
1004
+ ...e.icon.attrs
1005
+ }, e.icon.children.map((e) => bn(e, t)));
1006
+ }
1007
+ }), Sn = { "elm-mdi-icon": "_elm-mdi-icon_ihskx_1" }, j = /* @__PURE__ */ i({
1008
+ name: "ElmMdiIcon",
1009
+ inheritAttrs: !1,
1010
+ props: {
1011
+ d: {
1012
+ type: String,
1013
+ required: !0
1014
+ },
1015
+ size: {
1016
+ type: String,
1017
+ default: "1em"
1018
+ },
1019
+ color: {
1020
+ type: String,
1021
+ default: "currentColor"
1022
+ },
1023
+ lightColor: {
1024
+ type: String,
1025
+ default: void 0
1026
+ },
1027
+ darkColor: {
1028
+ type: String,
1029
+ default: void 0
1030
+ }
1031
+ },
1032
+ setup(e, { attrs: t }) {
1033
+ return () => {
1034
+ let { class: n, style: i, ...a } = t;
1035
+ return r("svg", c({
1036
+ class: _(Sn["elm-mdi-icon"], n),
1037
+ style: [{
1038
+ "--elmethis-scoped-color": e.lightColor ?? e.color,
1039
+ "--dark-color": e.darkColor ?? e.color
1040
+ }, i],
1041
+ width: e.size,
1042
+ height: e.size,
1043
+ viewBox: "0 0 24 24",
1044
+ fill: e.color,
1045
+ xmlns: "http://www.w3.org/2000/svg",
1046
+ focusable: "false",
1047
+ role: "img"
1048
+ }, a), [r("path", { d: e.d }, null)]);
1049
+ };
1050
+ }
1051
+ }), Cn = /* @__PURE__ */ i({
1052
+ name: "ElmLanguageIcon",
1053
+ props: {
1054
+ size: {
1055
+ type: Number,
1056
+ default: 24
1057
+ },
1058
+ language: {
1059
+ type: String,
1060
+ required: !0
1061
+ }
1062
+ },
1063
+ setup(e) {
1064
+ return () => {
1065
+ let t = At(e.language);
1066
+ return t === "file" ? r(j, {
1067
+ d: Ie,
1068
+ size: String(e.size)
1069
+ }, null) : a(xn, {
1070
+ icon: kt[t],
1071
+ size: e.size
1072
+ });
1073
+ };
1074
+ }
1075
+ }), wn = { "elm-shiki-highlighter": "_elm-shiki-highlighter_j5tas_1" }, Tn = /* @__PURE__ */ i({
1076
+ name: "ElmShikiHighlighter",
1077
+ inheritAttrs: !1,
1078
+ props: {
1079
+ code: {
1080
+ type: String,
1081
+ required: !0
1082
+ },
1083
+ language: {
1084
+ type: String,
1085
+ default: "txt"
1086
+ }
1087
+ },
1088
+ setup(e, { attrs: t }) {
1089
+ let n = p(""), i = async (e, t, r) => {
1090
+ if (!e) {
1091
+ r() && (n.value = "");
1092
+ return;
1093
+ }
1094
+ try {
1095
+ let i = await jt(e, {
1096
+ lang: t,
1097
+ themes: {
1098
+ dark: Mt,
1099
+ light: Nt
1100
+ },
1101
+ defaultColor: !1,
1102
+ colorReplacements: {
1103
+ "#ffffff": "transparent",
1104
+ "#121212": "transparent"
1105
+ }
1106
+ });
1107
+ r() && (n.value = i);
1108
+ } catch {
1109
+ r() && (n.value = `<pre>${e.replace(/</g, "&lt;")}</pre>`);
1110
+ }
1111
+ };
1112
+ return g([() => e.code, () => e.language], ([e, t], n, r) => {
1113
+ let a = !0;
1114
+ r(() => {
1115
+ a = !1;
1116
+ }), i(e, t, () => a);
1117
+ }, { immediate: !0 }), () => {
1118
+ let { class: e, ...i } = t;
1119
+ return r("pre", c({
1120
+ class: _(wn["elm-shiki-highlighter"], e),
1121
+ innerHTML: n.value
1122
+ }, i), null);
1123
+ };
1124
+ }
1125
+ }), En = {
1126
+ "use-clipboard": "_use-clipboard_mb0qt_1",
1127
+ "use-clipboard-icon-copied": "_use-clipboard-icon-copied_mb0qt_15"
1128
+ }, Dn = (e) => {
1129
+ let n = e.delay ?? 1500, a = Ce({ copiedDuring: n }), o = we({ copiedDuring: n }), s = t(() => a.copied.value || o.copied.value), c = async () => {
1130
+ let t = e.content;
1131
+ typeof t == "string" ? await a.copy(t) : await o.copy(t.map((e) => new ClipboardItem(e)));
1132
+ };
1133
+ return {
1134
+ copy: c,
1135
+ CopyButton: /* @__PURE__ */ i({
1136
+ name: "CopyButton",
1137
+ setup() {
1138
+ return () => r("span", {
1139
+ class: _(En["use-clipboard"], e.class),
1140
+ style: e.style,
1141
+ onClick: c
1142
+ }, [r(j, {
1143
+ class: _(s.value && En["use-clipboard-icon-copied"]),
1144
+ d: s.value ? Pe : Fe,
1145
+ size: "1.25rem"
1146
+ }, null)]);
1147
+ }
1148
+ })
1149
+ };
1150
+ }, On = /* @__PURE__ */ i({
1151
+ name: "ElmCodeBlock",
1152
+ props: {
1153
+ code: {
1154
+ type: String,
1155
+ required: !0
1156
+ },
1157
+ language: {
1158
+ type: String,
1159
+ default: "txt"
1160
+ },
1161
+ caption: {
1162
+ type: String,
1163
+ default: void 0
1164
+ }
1165
+ },
1166
+ setup(e, { slots: t }) {
1167
+ let { CopyButton: n } = Dn({ content: e.code });
1168
+ return () => r("figure", { class: _(A["elm-code-block"]) }, [
1169
+ r("span", { class: A["language-icon"] }, [r(Cn, { language: e.language }, null)]),
1170
+ r("span", { class: A.caption }, [r(w, null, { default: () => [e.caption || e.language, t.default?.()] })]),
1171
+ r("div", { class: A["copy-icon"] }, [a(n)]),
1172
+ r("hr", { class: A.divider }, null),
1173
+ r("div", { class: A.code }, [r(Tn, {
1174
+ code: e.code,
1175
+ language: e.language
1176
+ }, null)])
1177
+ ]);
1178
+ }
1179
+ }), M = {
1180
+ "elm-block-image": "_elm-block-image_kwjx3_1",
1181
+ "image-container": "_image-container_kwjx3_12",
1182
+ image: "_image_kwjx3_12",
1183
+ fallback: "_fallback_kwjx3_36",
1184
+ "caption-box": "_caption-box_kwjx3_46",
1185
+ "caption-icon": "_caption-icon_kwjx3_57"
1186
+ }, kn = {
1187
+ "elm-rectangle-wave": "_elm-rectangle-wave_70gad_21",
1188
+ wave: "_wave_70gad_1"
1189
+ }, An = /* @__PURE__ */ i({
1190
+ name: "ElmRectangleWave",
1191
+ setup() {
1192
+ return () => r("div", {
1193
+ "aria-hidden": "true",
1194
+ class: _(kn["elm-rectangle-wave"])
1195
+ }, null);
1196
+ }
1197
+ }), jn = {
1198
+ "elm-modal": "_elm-modal_12j1m_1",
1199
+ shown: "_shown_12j1m_18"
1200
+ }, Mn = /* @__PURE__ */ i({
1201
+ name: "ElmModal",
1202
+ inheritAttrs: !1,
1203
+ props: {
1204
+ isOpen: {
1205
+ type: Boolean,
1206
+ default: void 0
1207
+ },
1208
+ delay: {
1209
+ type: Number,
1210
+ default: 200
1211
+ },
1212
+ onClose: {
1213
+ type: Function,
1214
+ default: void 0
1215
+ }
1216
+ },
1217
+ setup(e, { attrs: t, slots: n }) {
1218
+ let i = p(null), a = p(!1), o, s = (e, t) => {
1219
+ let n = i.value;
1220
+ if (n) if (o !== void 0 && (clearTimeout(o), o = void 0), e) n.showModal(), a.value = !0;
1221
+ else {
1222
+ if (!a.value) return;
1223
+ a.value = !1, o = setTimeout(() => {
1224
+ i.value?.close();
1225
+ }, t);
1226
+ }
1227
+ };
1228
+ u(() => s(e.isOpen, e.delay)), g([() => e.isOpen, () => e.delay], ([e, t]) => s(e, t)), l(() => {
1229
+ o !== void 0 && clearTimeout(o);
1230
+ });
1231
+ let d = (t) => {
1232
+ i.value && e.onClose?.(t, i.value);
1233
+ };
1234
+ return () => {
1235
+ let { class: o, style: s, ...l } = t;
1236
+ return r("dialog", c({
1237
+ ref: i,
1238
+ class: _(jn["elm-modal"], a.value && jn.shown, o),
1239
+ onClick: d,
1240
+ style: [{ "--elmethis-scoped-modal-delay": `${e.delay}ms` }, s]
1241
+ }, { closedby: "none" }, l), [r("div", { onClick: (e) => e.stopPropagation() }, [n.default?.()])]);
1242
+ };
1243
+ }
1244
+ }), Nn = (e = {}) => {
1245
+ let t = p(!1), n = () => {
1246
+ t.value = !0;
1247
+ }, a = () => {
1248
+ t.value = !1;
1249
+ };
1250
+ return {
1251
+ Modal: /* @__PURE__ */ i({
1252
+ name: "Modal",
1253
+ setup(n, { slots: i }) {
1254
+ return () => r(Mn, {
1255
+ isOpen: t.value,
1256
+ delay: e.delay,
1257
+ onClose: a
1258
+ }, { default: () => [i.default?.()] });
1259
+ }
1260
+ }),
1261
+ isOpen: t,
1262
+ show: n,
1263
+ hide: a,
1264
+ toggle: () => {
1265
+ t.value = !t.value;
1266
+ }
1267
+ };
1268
+ }, Pn = /* @__PURE__ */ i({
1269
+ name: "ElmBlockImage",
1270
+ props: {
1271
+ src: {
1272
+ type: String,
1273
+ required: !0
1274
+ },
1275
+ srcSet: {
1276
+ type: String,
1277
+ default: void 0
1278
+ },
1279
+ sizes: {
1280
+ type: String,
1281
+ default: void 0
1282
+ },
1283
+ alt: {
1284
+ type: String,
1285
+ default: void 0
1286
+ },
1287
+ enableModal: {
1288
+ type: Boolean,
1289
+ default: void 0
1290
+ },
1291
+ caption: {
1292
+ type: String,
1293
+ default: void 0
1294
+ },
1295
+ width: {
1296
+ type: [Number, String],
1297
+ default: void 0
1298
+ },
1299
+ height: {
1300
+ type: [Number, String],
1301
+ default: void 0
1302
+ }
1303
+ },
1304
+ setup(e) {
1305
+ let t = p(!0), { Modal: n, isOpen: i, show: o, hide: s } = Nn(), l = p(null), d = () => {
1306
+ l.value?.decode().then(() => t.value = !1, () => {});
1307
+ };
1308
+ u(d), g(() => e.src, d);
1309
+ let f = () => {
1310
+ (e.enableModal ?? !0) && !t.value && o();
1311
+ }, m = () => e.enableModal ?? !0, h = (n) => r("img", c({
1312
+ ref: n ? void 0 : l,
1313
+ class: M.image,
1314
+ src: e.src,
1315
+ alt: e.alt ?? e.caption ?? "Image",
1316
+ srcset: n ? void 0 : e.srcSet,
1317
+ sizes: n ? void 0 : e.sizes,
1318
+ width: e.width,
1319
+ height: e.height,
1320
+ loading: n ? "lazy" : void 0,
1321
+ onLoad: () => t.value = !1,
1322
+ onClick: n ? () => s() : void 0,
1323
+ style: {
1324
+ "--elmethis-scoped-opacity": t.value ? .01 : 1,
1325
+ "--elmethis-scoped-cursor": m() ? i.value ? "zoom-out" : "zoom-in" : "default",
1326
+ "--elmethis-scoped-aspect-ratio": e.width && e.height ? `${e.width} / ${e.height}` : "auto"
1327
+ }
1328
+ }, { fetchpriority: n ? "low" : "auto" }), null);
1329
+ return () => r("figure", { class: _(M["elm-block-image"]) }, [
1330
+ r("div", {
1331
+ class: M["image-container"],
1332
+ style: { "--elmethis-scoped-opacity": t.value ? 1 : .01 },
1333
+ onClick: f
1334
+ }, [h(!1), r("div", { class: M.fallback }, [r(An, null, null)])]),
1335
+ e.caption && r("figcaption", {
1336
+ class: M["caption-box"],
1337
+ style: { "--elmethis-scoped-opacity": t.value ? .01 : 1 }
1338
+ }, [r("span", { class: M["caption-icon"] }, [r(j, {
1339
+ d: Ze,
1340
+ size: "1.25rem"
1341
+ }, null)]), r(w, { size: "1rem" }, { default: () => [e.caption] })]),
1342
+ a(n, null, { default: () => i.value ? h(!0) : null })
1343
+ ]);
1344
+ }
1345
+ }), Fn = {
1346
+ "elm-file": "_elm-file_1oen6_1",
1347
+ "file-size": "_file-size_1oen6_13",
1348
+ "download-icon": "_download-icon_1oen6_18"
1349
+ };
1350
+ //#endregion
1351
+ //#region src/components/media/elm-file.tsx
1352
+ function In(e) {
1353
+ let t = e.split(/[?#]/)[0].split("/").filter(Boolean);
1354
+ return t.length > 0 ? t[t.length - 1] : null;
1355
+ }
1356
+ var Ln = /* @__PURE__ */ i({
1357
+ name: "ElmFile",
1358
+ props: {
1359
+ name: {
1360
+ type: String,
1361
+ default: void 0
1362
+ },
1363
+ src: {
1364
+ type: String,
1365
+ required: !0
1366
+ },
1367
+ filesize: {
1368
+ type: String,
1369
+ default: void 0
1370
+ }
1371
+ },
1372
+ setup(e) {
1373
+ let t = async () => {
1374
+ let t;
1375
+ try {
1376
+ let n = await fetch(e.src);
1377
+ if (!n.ok) throw Error("Failed to download file");
1378
+ let r = await n.blob();
1379
+ t = document.createElement("a"), t.href = URL.createObjectURL(r), t.download = e.name ?? In(e.src) ?? "file", t.click();
1380
+ } catch (e) {
1381
+ console.error("ERROR:", e);
1382
+ } finally {
1383
+ t && URL.revokeObjectURL(t.href);
1384
+ }
1385
+ };
1386
+ return () => r("div", { class: _(Fn["elm-file"]) }, [
1387
+ r("div", null, [r(j, {
1388
+ d: Be,
1389
+ size: "1.25rem"
1390
+ }, null)]),
1391
+ r("div", null, [r(w, null, { default: () => [e.name ?? In(e.src)] })]),
1392
+ r("div", { class: Fn["file-size"] }, [r(w, null, { default: () => [e.filesize] })]),
1393
+ r("div", {
1394
+ class: Fn["download-icon"],
1395
+ onClick: t
1396
+ }, [r(j, {
1397
+ d: Le,
1398
+ size: "1.25rem"
1399
+ }, null)])
1400
+ ]);
1401
+ }
1402
+ }), N = {
1403
+ "elm-bookmark": "_elm-bookmark_67069_1",
1404
+ container: "_container_67069_24",
1405
+ image: "_image_67069_36",
1406
+ content: "_content_67069_56",
1407
+ title: "_title_67069_72",
1408
+ description: "_description_67069_76",
1409
+ link: "_link_67069_81"
1410
+ }, Rn = {
1411
+ visibility: "hidden",
1412
+ width: "0"
1413
+ }, zn = /* @__PURE__ */ i({
1414
+ name: "ElmBookmark",
1415
+ props: {
1416
+ title: {
1417
+ type: String,
1418
+ default: void 0
1419
+ },
1420
+ description: {
1421
+ type: String,
1422
+ default: void 0
1423
+ },
1424
+ image: {
1425
+ type: String,
1426
+ default: void 0
1427
+ },
1428
+ url: {
1429
+ type: String,
1430
+ default: void 0
1431
+ },
1432
+ favicon: {
1433
+ type: String,
1434
+ default: void 0
1435
+ }
1436
+ },
1437
+ setup(e) {
1438
+ let t = p(!1);
1439
+ return () => r("div", { class: _(N["elm-bookmark"]) }, [r("a", {
1440
+ class: N.container,
1441
+ href: e.url,
1442
+ target: "_blank",
1443
+ rel: "noopener noreferrer"
1444
+ }, [r("img", {
1445
+ class: N.image,
1446
+ src: e.image,
1447
+ alt: "OGP Image",
1448
+ onError: () => t.value = !0,
1449
+ style: t.value || e.image == null ? Rn : {}
1450
+ }, null), r("div", { class: N.content }, [
1451
+ r("div", { class: N.title }, [r(w, { bold: !0 }, { default: () => [e.title] })]),
1452
+ r("div", { class: N.description }, [r(w, { size: "0.75rem" }, { default: () => [e.description] })]),
1453
+ r("div", { class: N.link }, [e.favicon ? r(C, { src: e.favicon }, null) : r(j, {
1454
+ d: Ye,
1455
+ color: "var(--elmethis-color-accent-info)"
1456
+ }, null), r(w, { size: "0.75rem" }, { default: () => [e.url] })])
1457
+ ])])]);
1458
+ }
1459
+ }), P = {
1460
+ "elm-toggle": "_elm-toggle_d59g8_1",
1461
+ open: "_open_d59g8_9",
1462
+ summary: "_summary_d59g8_14",
1463
+ "summary-left": "_summary-left_d59g8_29",
1464
+ divider: "_divider_d59g8_36",
1465
+ chevron: "_chevron_d59g8_50",
1466
+ cross: "_cross_d59g8_63",
1467
+ border: "_border_d59g8_77",
1468
+ content: "_content_d59g8_85"
1469
+ }, Bn = /* @__PURE__ */ i({
1470
+ name: "ElmToggle",
1471
+ props: {
1472
+ summary: {
1473
+ type: String,
1474
+ default: void 0
1475
+ },
1476
+ defaultIsOpen: {
1477
+ type: Boolean,
1478
+ default: !1
1479
+ },
1480
+ isOpen: {
1481
+ type: Boolean,
1482
+ default: void 0
1483
+ },
1484
+ monochrome: {
1485
+ type: Boolean,
1486
+ default: !1
1487
+ }
1488
+ },
1489
+ emits: ["update:isOpen"],
1490
+ setup(e, { emit: t, slots: n }) {
1491
+ let i = It({
1492
+ props: e,
1493
+ key: "isOpen",
1494
+ emit: t,
1495
+ defaultValue: e.defaultIsOpen ?? !1
1496
+ });
1497
+ return () => r("div", { class: _(P["elm-toggle"], i.value && P.open) }, [
1498
+ r("div", {
1499
+ class: P.summary,
1500
+ onClick: (e) => {
1501
+ e.preventDefault(), i.value = !i.value;
1502
+ }
1503
+ }, [
1504
+ r("div", { class: P["summary-left"] }, [r("span", { class: _(P.chevron, i.value && P.open) }, [r(j, {
1505
+ d: Ne,
1506
+ color: e.monochrome ? "var(--elmethis-color-neutral-weak)" : "var(--elmethis-color-primary)",
1507
+ size: "1rem"
1508
+ }, null)]), r("div", null, [e.summary == null ? n.summary?.() : r(w, null, { default: () => [e.summary] })])]),
1509
+ r("hr", { class: P.divider }, null),
1510
+ r("span", { class: _(P.cross, i.value && P.open) }, [r(j, {
1511
+ d: Qe,
1512
+ size: "1rem",
1513
+ color: e.monochrome ? "var(--elmethis-color-neutral-weak)" : i.value ? "var(--elmethis-color-accent-error)" : "var(--elmethis-color-primary)"
1514
+ }, null)])
1515
+ ]),
1516
+ r("div", { class: P.border }, null),
1517
+ r("div", { class: _(P.content, i.value && P.open) }, [n.default?.()])
1518
+ ]);
1519
+ }
1520
+ }), F = {
1521
+ "elm-block-quote": "_elm-block-quote_lqbme_1",
1522
+ body: "_body_lqbme_20",
1523
+ icon: "_icon_lqbme_25",
1524
+ "icon-top-left": "_icon-top-left_lqbme_30",
1525
+ "icon-bottom-right": "_icon-bottom-right_lqbme_34"
1526
+ }, Vn = /* @__PURE__ */ i({
1527
+ name: "ElmBlockQuote",
1528
+ setup(e, { slots: t }) {
1529
+ return () => r("blockquote", { class: _(F["elm-block-quote"], b.text) }, [
1530
+ r("div", { class: _(F.icon, F["icon-top-left"]) }, [r(j, { d: We }, null)]),
1531
+ r("div", { class: F.body }, [t.default?.()]),
1532
+ r("div", { class: _(F.icon, F["icon-bottom-right"]) }, [r(j, { d: Ue }, null)])
1533
+ ]);
1534
+ }
1535
+ }), I = {
1536
+ "elm-callout": "_elm-callout_1xydl_1",
1537
+ header: "_header_1xydl_27",
1538
+ content: "_content_1xydl_36",
1539
+ icon: "_icon_1xydl_40",
1540
+ note: "_note_1xydl_45",
1541
+ tip: "_tip_1xydl_49",
1542
+ important: "_important_1xydl_53",
1543
+ warning: "_warning_1xydl_57",
1544
+ caution: "_caution_1xydl_61"
1545
+ }, Hn = Object.freeze({
1546
+ note: qe,
1547
+ tip: Je,
1548
+ important: $e,
1549
+ warning: De,
1550
+ caution: Oe
1551
+ }), Un = /* @__PURE__ */ i({
1552
+ name: "ElmCallout",
1553
+ props: { type: {
1554
+ type: String,
1555
+ default: "note"
1556
+ } },
1557
+ setup(e, { slots: t }) {
1558
+ return () => r("aside", { class: _(I["elm-callout"], I[e.type]) }, [r("div", { class: I.header }, [r(j, {
1559
+ class: I.icon,
1560
+ d: Hn[e.type],
1561
+ size: "1.25rem"
1562
+ }, null), r("span", null, [e.type])]), r("div", { class: I.content }, [t.default?.()])]);
1563
+ }
1564
+ }), Wn = { "elm-divider": "_elm-divider_8xkqn_1" }, Gn = /* @__PURE__ */ i({
1565
+ name: "ElmDivider",
1566
+ inheritAttrs: !1,
1567
+ setup(e, { attrs: t }) {
1568
+ return () => {
1569
+ let { class: e, ...n } = t;
1570
+ return r("hr", c({ class: _(Wn["elm-divider"], e) }, n), null);
1571
+ };
1572
+ }
1573
+ }), Kn = {
1574
+ "elm-list": "_elm-list_n8430_1",
1575
+ bulleted: "_bulleted_n8430_9",
1576
+ numbered: "_numbered_n8430_58"
1577
+ }, qn = /* @__PURE__ */ i({
1578
+ name: "ElmList",
1579
+ props: { listStyle: {
1580
+ type: String,
1581
+ default: "unordered"
1582
+ } },
1583
+ setup(e, { slots: t }) {
1584
+ return () => e.listStyle === "ordered" ? r("ol", { class: _(b.text, Kn["elm-list"], Kn.numbered) }, [t.default?.()]) : r("ul", { class: _(b.text, Kn["elm-list"], Kn.bulleted) }, [t.default?.()]);
1585
+ }
1586
+ }), L = {
1587
+ "elm-table": "_elm-table_14qfo_1",
1588
+ caption: "_caption_14qfo_8",
1589
+ "caption-inner": "_caption-inner_14qfo_18",
1590
+ spacing: "_spacing_14qfo_25"
1591
+ }, Jn = Symbol("elm.table.HasRowHeader"), Yn = Symbol("elm.table.Section"), Xn = /* @__PURE__ */ i({
1592
+ name: "ElmTable",
1593
+ props: {
1594
+ caption: {
1595
+ type: String,
1596
+ default: void 0
1597
+ },
1598
+ hasRowHeader: {
1599
+ type: Boolean,
1600
+ default: !1
1601
+ }
1602
+ },
1603
+ setup(e, { slots: n }) {
1604
+ return f(Jn, t(() => e.hasRowHeader)), () => r("table", { class: _(L["elm-table"], b.text) }, [e.caption && r("caption", null, [r("span", { class: L.caption }, [
1605
+ r("span", { class: L.spacing }, null),
1606
+ r("span", { class: L["caption-inner"] }, [r(w, null, { default: () => [e.caption] })]),
1607
+ r("span", { class: L.spacing }, null)
1608
+ ])]), n.default?.()]);
1609
+ }
1610
+ }), Zn = /* @__PURE__ */ i({
1611
+ name: "ElmTableBody",
1612
+ setup(e, { slots: t }) {
1613
+ return f(Yn, "body"), () => r("tbody", null, [t.default?.()]);
1614
+ }
1615
+ }), Qn = {
1616
+ "elm-table-cell": "_elm-table-cell_1a21f_1",
1617
+ td: "_td_1a21f_20",
1618
+ th: "_th_1a21f_25"
1619
+ }, $n = /* @__PURE__ */ i({
1620
+ name: "ElmTableCell",
1621
+ inheritAttrs: !1,
1622
+ props: {
1623
+ isHeader: {
1624
+ type: Boolean,
1625
+ default: !1
1626
+ },
1627
+ columnIndex: {
1628
+ type: Number,
1629
+ default: void 0
1630
+ },
1631
+ text: {
1632
+ type: String,
1633
+ default: void 0
1634
+ },
1635
+ scope: {
1636
+ type: String,
1637
+ default: void 0
1638
+ }
1639
+ },
1640
+ setup(e, { attrs: t, slots: n }) {
1641
+ let i = o(Yn, "body"), a = o(Jn, p(!1));
1642
+ return () => {
1643
+ let { class: o, style: s, ...l } = t, u = i === "head", d = !u && !e.isHeader && e.columnIndex === 0 && a.value, f = u || e.isHeader || d, p = e.scope ?? (u ? "col" : d ? "row" : void 0), m = e.text == null ? n.default?.() : e.text;
1644
+ return f ? r("th", c({
1645
+ class: _(Qn["elm-table-cell"], Qn.th, o),
1646
+ style: s,
1647
+ scope: p
1648
+ }, l), [m]) : r("td", c({
1649
+ class: _(Qn["elm-table-cell"], Qn.td, o),
1650
+ style: s
1651
+ }, l), [m]);
1652
+ };
1653
+ }
1654
+ }), er = { "elm-table-header": "_elm-table-header_jhft7_1" }, tr = /* @__PURE__ */ i({
1655
+ name: "ElmTableHeader",
1656
+ setup(e, { slots: t }) {
1657
+ return f(Yn, "head"), () => r("thead", { class: _(er["elm-table-header"]) }, [t.default?.()]);
1658
+ }
1659
+ }), nr = { "elm-table-row": "_elm-table-row_mkm0q_1" }, rr = /* @__PURE__ */ i({
1660
+ name: "ElmTableRow",
1661
+ setup(e, { slots: t }) {
1662
+ return () => r("tr", { class: _(nr["elm-table-row"]) }, [t.default?.()]);
1663
+ }
1664
+ }), ir = {
1665
+ "elm-unsupported-block": "_elm-unsupported-block_xdddx_1",
1666
+ message: "_message_xdddx_14",
1667
+ icon: "_icon_xdddx_21",
1668
+ details: "_details_xdddx_25"
1669
+ }, ar = /* @__PURE__ */ i({
1670
+ name: "ElmUnsupportedBlock",
1671
+ inheritAttrs: !1,
1672
+ props: { details: {
1673
+ type: String,
1674
+ default: void 0
1675
+ } },
1676
+ setup(e, { attrs: t }) {
1677
+ return () => {
1678
+ let { class: i, ...a } = t;
1679
+ return r("div", c({ class: _(ir["elm-unsupported-block"], i) }, a), [r("div", { class: ir.message }, [r("svg", {
1680
+ viewBox: "0 0 24 24",
1681
+ width: "1.25rem",
1682
+ height: "1.25rem",
1683
+ class: ir.icon
1684
+ }, [r("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" }, null)]), r(w, null, { default: () => [n("UNSUPPORTED BLOCK")] })]), e.details && r("div", { class: ir.details }, [r(w, null, { default: () => [e.details] })])]);
1685
+ };
1686
+ }
1687
+ });
1688
+ //#endregion
1689
+ //#region src/components/a2ui/catalog/block-catalog.tsx
1690
+ function R(e) {
1691
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
1692
+ }
1693
+ function or(e) {
1694
+ return Array.isArray(e) ? e.filter((e) => typeof e == "string") : [];
1695
+ }
1696
+ var sr = {
1697
+ boxSizing: "content-box",
1698
+ paddingBlock: "0.25rem",
1699
+ width: "100%",
1700
+ display: "flex",
1701
+ flexDirection: "row",
1702
+ gap: "0.25rem",
1703
+ justifyContent: "space-around",
1704
+ overflowX: "auto"
1705
+ }, cr = on.extend(D(Ct, ({ props: e, resolve: t }) => {
1706
+ let n = t(e.text), i = e.decoration ?? [];
1707
+ return i.includes("katex") ? r(vn, {
1708
+ expression: n,
1709
+ block: !1
1710
+ }, null) : r(w, {
1711
+ bold: i.includes("bold"),
1712
+ italic: i.includes("italic"),
1713
+ underline: i.includes("underline"),
1714
+ strikethrough: i.includes("strikethrough"),
1715
+ code: i.includes("code"),
1716
+ color: e.color,
1717
+ ruby: e.ruby
1718
+ }, R(n) ? n : { default: () => [n] });
1719
+ }), D(vt, ({ props: e, resolve: t }) => {
1720
+ let n;
1721
+ return r(w, {
1722
+ href: e.href,
1723
+ favicon: e.favicon
1724
+ }, R(n = t(e.text)) ? n : { default: () => [n] });
1725
+ }), D(ht, ({ props: e, resolve: t }) => r(C, {
1726
+ src: t(e.src),
1727
+ alt: e.alt
1728
+ }, null)), D(ct, ({ props: e, index: t, childRefs: n, renderChild: i }) => r("div", { style: {
1729
+ display: "flex",
1730
+ flexDirection: "column",
1731
+ justifyContent: en[e.justify ?? "start"],
1732
+ alignItems: tn[e.align ?? "stretch"],
1733
+ flex: e.widthRatio == null ? void 0 : String(e.widthRatio),
1734
+ boxSizing: "border-box",
1735
+ padding: "0.125rem",
1736
+ ...O(t)
1737
+ } }, [n(e.children).map(({ id: e, path: t }, n) => r("span", { key: `${e}:${n}` }, [i(e, t, n)]))])), D(lt, ({ props: t, index: n, childRefs: i, renderChild: a }) => r("div", { style: {
1738
+ ...sr,
1739
+ ...O(n)
1740
+ } }, [i(t.children).map(({ id: t, path: n }, i) => r(e, { key: `${t}:${i}` }, [a(t, n, i)]))])), D(mt, ({ props: t, index: n, childRefs: i, renderChild: a }) => {
1741
+ let o;
1742
+ return r(x, {
1743
+ level: t.level,
1744
+ style: O(n)
1745
+ }, R(o = i(t.children).map(({ id: t, path: n }, i) => r(e, { key: `${t}:${i}` }, [a(t, n, i)]))) ? o : { default: () => [o] });
1746
+ }), D(St, ({ props: e, index: t, childRefs: n, renderChild: i }) => {
1747
+ let a;
1748
+ return r(Yt, {
1749
+ color: e.color,
1750
+ backgroundColor: e.backgroundColor,
1751
+ style: O(t)
1752
+ }, R(a = n(e.children).map(({ id: e, path: t }, n) => r("span", { key: `${e}:${n}` }, [i(e, t, n)]))) ? a : { default: () => [a] });
1753
+ }), D(yt, ({ props: e, index: t, childRefs: n, renderChild: i }) => {
1754
+ let a;
1755
+ return r(qn, {
1756
+ listStyle: e.style ?? "unordered",
1757
+ style: O(t)
1758
+ }, R(a = n(e.children).map(({ id: e, path: t }, n) => r("li", { key: `${e}:${n}` }, [i(e, t, n)]))) ? a : { default: () => [a] });
1759
+ }), D(bt, ({ props: t, childRefs: n, renderChild: i }) => r(e, null, [n(t.children).map(({ id: t, path: n }, a) => r(e, { key: `${t}:${a}` }, [i(t, n, a)]))])), D(it, ({ props: t, index: n, childRefs: i, renderChild: a }) => {
1760
+ let o;
1761
+ return r(Vn, c({ cite: t.cite }, { style: O(n) }), R(o = i(t.children).map(({ id: t, path: n }, i) => r(e, { key: `${t}:${i}` }, [a(t, n, i)]))) ? o : { default: () => [o] });
1762
+ }), D(ot, ({ props: t, index: n, childRefs: i, renderChild: a }) => {
1763
+ let o;
1764
+ return r(Un, {
1765
+ type: t.type,
1766
+ style: O(n)
1767
+ }, R(o = i(t.children).map(({ id: t, path: n }, i) => r(e, { key: `${t}:${i}` }, [a(t, n, i)]))) ? o : { default: () => [o] });
1768
+ }), D(ft, ({ index: e }) => r(Gn, { style: O(e) }, null)), D(Dt, ({ props: t, index: n, childRefs: i, renderChild: a }) => r(Bn, { style: O(n) }, {
1769
+ summary: () => i(t.summary).map(({ id: e, path: t }, n) => r("span", { key: `${e}:${n}` }, [a(e, t, n)])),
1770
+ default: () => i(t.children).map(({ id: t, path: n }, i) => r(e, { key: `${t}:${i}` }, [a(t, n, i)]))
1771
+ })), D(at, ({ props: e, index: t, resolve: n }) => r(zn, {
1772
+ url: n(e.url),
1773
+ title: e.title ? n(e.title) : void 0,
1774
+ description: e.description ? n(e.description) : void 0,
1775
+ image: e.image ? n(e.image) : void 0,
1776
+ style: O(t)
1777
+ }, null)), D(pt, ({ props: e, index: t, resolve: n }) => r(Ln, {
1778
+ src: n(e.src),
1779
+ name: e.name ? n(e.name) : void 0,
1780
+ style: O(t)
1781
+ }, null)), D(rt, ({ props: e, index: t, resolve: n }) => r(Pn, {
1782
+ src: n(e.src),
1783
+ alt: e.alt ? n(e.alt) : void 0,
1784
+ width: e.width,
1785
+ height: e.height,
1786
+ srcSet: e.srcset ? n(e.srcset) : void 0,
1787
+ sizes: e.sizes ? n(e.sizes) : void 0,
1788
+ caption: e.caption ? n(e.caption) : void 0,
1789
+ enableModal: !0,
1790
+ style: O(t)
1791
+ }, null)), D(st, ({ props: e, index: t, resolve: n }) => r(On, {
1792
+ code: n(e.code),
1793
+ language: e.language ? n(e.language) : void 0,
1794
+ caption: e.caption ? n(e.caption) : void 0,
1795
+ style: O(t)
1796
+ }, null)), D(gt, ({ props: e, index: t, resolve: n }) => r(vn, {
1797
+ expression: n(e.expression),
1798
+ block: !0,
1799
+ style: O(t)
1800
+ }, null)), D(xt, ({ props: e, index: t, resolve: n }) => r(On, {
1801
+ code: n(e.code),
1802
+ language: "mermaid",
1803
+ style: O(t)
1804
+ }, null)), D(ut, () => null), D(dt, ({ props: t, index: n, surface: i, renderChild: a }) => {
1805
+ let o, s = (Array.isArray(t.children) ? t.children : []).map((e) => {
1806
+ let t = i.componentsModel.get(e);
1807
+ return {
1808
+ tabId: e,
1809
+ labelIds: or(t?.properties.label),
1810
+ contentIds: or(t?.properties.content)
1811
+ };
1812
+ });
1813
+ return r(zt, {
1814
+ defaultValue: "0",
1815
+ style: O(n)
1816
+ }, { default: () => [r(Bt, null, R(o = s.map(({ tabId: t, labelIds: n }, i) => {
1817
+ let o;
1818
+ return r(Vt, {
1819
+ key: t,
1820
+ value: String(i)
1821
+ }, R(o = n.map((t, n) => r(e, { key: `${t}:${n}` }, [a(t, "/", n)]))) ? o : { default: () => [o] });
1822
+ })) ? o : { default: () => [o] }), s.map(({ tabId: t, contentIds: n }, i) => {
1823
+ let o;
1824
+ return r(Ht, {
1825
+ key: t,
1826
+ value: String(i)
1827
+ }, R(o = n.map((t, n) => r(e, { key: `${t}:${n}` }, [a(t, "/", n)]))) ? o : { default: () => [o] });
1828
+ })] });
1829
+ }), D(wt, ({ props: t, index: n, childRefs: i, renderChild: a }) => {
1830
+ let o, s;
1831
+ return r(Xn, {
1832
+ caption: t.caption ? String(t.caption) : void 0,
1833
+ hasRowHeader: t.hasRowHeader,
1834
+ style: O(n)
1835
+ }, { default: () => [t.header && t.header.length > 0 && r(tr, null, R(o = i(t.header).map(({ id: t, path: n }, i) => r(e, { key: `${t}:${i}` }, [a(t, n, i)]))) ? o : { default: () => [o] }), r(Zn, null, R(s = i(t.body).map(({ id: t, path: n }, i) => r(e, { key: `${t}:${i}` }, [a(t, n, i)]))) ? s : { default: () => [s] })] });
1836
+ }), D(Et, ({ props: t, childRefs: n, renderChild: i }) => {
1837
+ let a;
1838
+ return r(rr, null, R(a = n(t.children).map(({ id: t, path: n }, a) => r(e, { key: `${t}:${a}` }, [i(t, n, a)]))) ? a : { default: () => [a] });
1839
+ }), D(Tt, ({ props: e, index: t, childRefs: n, renderChild: i }) => {
1840
+ let a;
1841
+ return r($n, {
1842
+ isHeader: e.isHeader,
1843
+ columnIndex: t
1844
+ }, R(a = n(e.children).map(({ id: e, path: t }, n) => r("span", { key: `${e}:${n}` }, [i(e, t, n)]))) ? a : { default: () => [a] });
1845
+ }), D(Ot, ({ props: e, index: t }) => r(ar, {
1846
+ details: e.details ? `Unsupported component type: ${String(e.details)}` : "Unsupported component type",
1847
+ style: O(t)
1848
+ }, null))), lr = {
1849
+ "parallax-watcher": "_parallax-watcher_z693a_1",
1850
+ parallax: "_parallax_z693a_1"
1851
+ }, ur = /* @__PURE__ */ i({
1852
+ name: "ElmParallax",
1853
+ props: { images: {
1854
+ type: Array,
1855
+ required: !0
1856
+ } },
1857
+ setup(e) {
1858
+ let t = p(0), n = () => {
1859
+ t.value = window.scrollY;
1860
+ };
1861
+ return u(() => window.addEventListener("scroll", n)), l(() => window.removeEventListener("scroll", n)), () => r("div", null, [r("div", { class: lr["parallax-watcher"] }, null), e.images.map((e, n) => r("div", {
1862
+ key: n,
1863
+ class: lr.parallax,
1864
+ style: {
1865
+ backgroundImage: `url(${e})`,
1866
+ transform: `scale(1.2) translateY(${t.value / (1e3 * (n + 1))}%)`,
1867
+ transformOrigin: "bottom"
1868
+ }
1869
+ }, null))]);
1870
+ }
1871
+ }), dr = {
1872
+ "elm-tooltip": "_elm-tooltip_1b13f_1",
1873
+ tooltip: "_tooltip_1b13f_5",
1874
+ show: "_show_1b13f_18"
1875
+ }, fr = /* @__PURE__ */ i({
1876
+ name: "ElmTooltip",
1877
+ setup(e, { slots: t }) {
1878
+ let n = p(null), i = p(!1), a = !1, o, s = p({}), c = () => {
1879
+ let e = n.value;
1880
+ if (!e) return;
1881
+ a && (window.clearTimeout(o), a = !1);
1882
+ let t = e.getBoundingClientRect(), r = window.innerWidth;
1883
+ t.x > r / 2 ? s.value = {
1884
+ top: `${t.bottom}px`,
1885
+ right: `${r - t.x - t.width}px`
1886
+ } : s.value = {
1887
+ top: `${t.bottom}px`,
1888
+ left: `${t.x}px`
1889
+ }, i.value = !0;
1890
+ }, l = () => {
1891
+ a || (a = !0, o = setTimeout(() => {
1892
+ a = !1, i.value = !1;
1893
+ }, 250));
1894
+ };
1895
+ return () => r("span", {
1896
+ ref: n,
1897
+ class: _(dr["elm-tooltip"]),
1898
+ onMouseover: c,
1899
+ onMouseleave: l
1900
+ }, [t.original?.(), r("div", {
1901
+ class: _(dr.tooltip, i.value && dr.show),
1902
+ style: s.value
1903
+ }, [t.tooltip?.()])]);
1904
+ }
1905
+ }), pr = { "elm-block-fallback": "_elm-block-fallback_1sx02_1" }, mr = {
1906
+ "elm-dot-loading-icon": "_elm-dot-loading-icon_qjgj2_15",
1907
+ dot: "_dot_qjgj2_25",
1908
+ bounce: "_bounce_qjgj2_1"
1909
+ }, hr = /* @__PURE__ */ i({
1910
+ name: "ElmDotLoadingIcon",
1911
+ inheritAttrs: !1,
1912
+ props: { size: {
1913
+ type: String,
1914
+ default: "4em"
1915
+ } },
1916
+ setup(e, { attrs: t }) {
1917
+ return () => {
1918
+ let { class: n, style: i, ...a } = t;
1919
+ return r("span", c({
1920
+ class: _(mr["elm-dot-loading-icon"], n),
1921
+ style: [{ "--elmethis-scoped-size": e.size }, i]
1922
+ }, a), [
1923
+ r("span", {
1924
+ class: mr.dot,
1925
+ "aria-hidden": "true"
1926
+ }, null),
1927
+ r("span", {
1928
+ class: mr.dot,
1929
+ "aria-hidden": "true"
1930
+ }, null),
1931
+ r("span", {
1932
+ class: mr.dot,
1933
+ "aria-hidden": "true"
1934
+ }, null)
1935
+ ]);
1936
+ };
1937
+ }
1938
+ }), gr = /* @__PURE__ */ i({
1939
+ name: "ElmBlockFallback",
1940
+ props: { height: {
1941
+ type: String,
1942
+ default: "16rem"
1943
+ } },
1944
+ setup(e) {
1945
+ return () => r("div", {
1946
+ class: _(pr["elm-block-fallback"]),
1947
+ style: { "--elmethis-scoped-height": e.height }
1948
+ }, [r(hr, null, null), r(An, null, null)]);
1949
+ }
1950
+ }), z = {
1951
+ "elm-button": "_elm-button_9qh0y_1",
1952
+ normal: "_normal_9qh0y_22",
1953
+ primary: "_primary_9qh0y_29",
1954
+ colored: "_colored_9qh0y_36",
1955
+ enable: "_enable_9qh0y_40",
1956
+ flex: "_flex_9qh0y_59",
1957
+ ripple: "_ripple_9qh0y_83",
1958
+ "button-ripple": "_button-ripple_9qh0y_1"
1959
+ }, _r = /* @__PURE__ */ i({
1960
+ name: "ElmButton",
1961
+ inheritAttrs: !1,
1962
+ props: {
1963
+ isLoading: {
1964
+ type: Boolean,
1965
+ default: !1
1966
+ },
1967
+ block: {
1968
+ type: Boolean,
1969
+ default: !1
1970
+ },
1971
+ color: {
1972
+ type: String,
1973
+ default: void 0
1974
+ },
1975
+ primary: {
1976
+ type: Boolean,
1977
+ default: !1
1978
+ },
1979
+ disabled: {
1980
+ type: Boolean,
1981
+ default: void 0
1982
+ }
1983
+ },
1984
+ setup(e, { attrs: t, slots: n }) {
1985
+ let i = p(!1);
1986
+ return () => {
1987
+ let { class: a, style: o, onClick: s, ...l } = t;
1988
+ return r("button", c({
1989
+ onClick: (t) => {
1990
+ !e.isLoading && !e.disabled && typeof s == "function" && (i.value = !0, setTimeout(() => i.value = !1, 300), s(t));
1991
+ },
1992
+ disabled: e.disabled,
1993
+ class: _(z["elm-button"], !e.isLoading && !e.disabled && z.enable, e.color && z.colored, !e.color && !e.primary && z.normal, !e.color && e.primary && z.primary, a),
1994
+ style: [{
1995
+ display: e.block ? "flex" : "inline-flex",
1996
+ width: e.block ? "100%" : "auto",
1997
+ cursor: e.disabled ? "not-allowed" : e.isLoading ? "progress" : "pointer",
1998
+ "--elmethis-scoped-opacity": e.disabled || e.isLoading ? .6 : void 0,
1999
+ "--elmethis-scoped-color": e.color
2000
+ }, o]
2001
+ }, l), [i.value && r("span", { class: z.ripple }, null), e.isLoading ? r(hr, { size: "1.5rem" }, null) : r("span", { class: z.flex }, [n.default?.()])]);
2002
+ };
2003
+ }
2004
+ }), B = {
2005
+ "elm-checkbox": "_elm-checkbox_18dfs_1",
2006
+ disabled: "_disabled_18dfs_12",
2007
+ checkbox: "_checkbox_18dfs_22",
2008
+ rect: "_rect_18dfs_27",
2009
+ loading: "_loading_18dfs_30",
2010
+ checked: "_checked_18dfs_34",
2011
+ "loading-dot": "_loading-dot_18dfs_39",
2012
+ "check-line": "_check-line_18dfs_54",
2013
+ "elmethis-checkbox-check-line": "_elmethis-checkbox-check-line_18dfs_1"
2014
+ }, vr = /* @__PURE__ */ i({
2015
+ name: "ElmCheckbox",
2016
+ inheritAttrs: !1,
2017
+ props: {
2018
+ label: {
2019
+ type: String,
2020
+ required: !0
2021
+ },
2022
+ isLoading: {
2023
+ type: Boolean,
2024
+ default: !1
2025
+ },
2026
+ disabled: {
2027
+ type: Boolean,
2028
+ default: !1
2029
+ },
2030
+ checked: {
2031
+ type: Boolean,
2032
+ default: void 0
2033
+ },
2034
+ defaultChecked: {
2035
+ type: Boolean,
2036
+ default: !1
2037
+ }
2038
+ },
2039
+ emits: ["update:checked"],
2040
+ setup(e, { attrs: t, emit: n }) {
2041
+ let i = It({
2042
+ props: e,
2043
+ key: "checked",
2044
+ emit: n,
2045
+ defaultValue: e.defaultChecked ?? !1
2046
+ });
2047
+ return () => {
2048
+ let { class: n, ...a } = t;
2049
+ return r("div", c({
2050
+ class: _(B["elm-checkbox"], e.disabled && B.disabled, n),
2051
+ onClick: () => {
2052
+ !e.isLoading && !e.disabled && (i.value = !i.value);
2053
+ }
2054
+ }, a), [r("div", { style: {
2055
+ display: "flex",
2056
+ alignItems: "center",
2057
+ gap: "0.5rem"
2058
+ } }, [r("svg", {
2059
+ width: "24",
2060
+ height: "24",
2061
+ class: B.checkbox
2062
+ }, [
2063
+ r("circle", {
2064
+ cx: "0",
2065
+ cy: "0",
2066
+ r: "2",
2067
+ class: B["loading-dot"],
2068
+ style: { opacity: +!!e.isLoading }
2069
+ }, [r("animate", {
2070
+ attributeName: "cx",
2071
+ values: "4; 20; 20; 4; 4",
2072
+ dur: "1.2s",
2073
+ repeatCount: "indefinite",
2074
+ 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",
2075
+ calcMode: "spline"
2076
+ }, null), r("animate", {
2077
+ attributeName: "cy",
2078
+ values: "4; 4; 20; 20; 4",
2079
+ dur: "1.2s",
2080
+ repeatCount: "indefinite",
2081
+ 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",
2082
+ calcMode: "spline"
2083
+ }, null)]),
2084
+ r("circle", {
2085
+ cx: "20",
2086
+ cy: "20",
2087
+ r: "2",
2088
+ class: B["loading-dot"],
2089
+ style: { opacity: +!!e.isLoading }
2090
+ }, [r("animate", {
2091
+ attributeName: "cx",
2092
+ values: "20; 4; 4; 20; 20",
2093
+ dur: "1.2s",
2094
+ repeatCount: "indefinite",
2095
+ 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",
2096
+ calcMode: "spline"
2097
+ }, null), r("animate", {
2098
+ attributeName: "cy",
2099
+ values: "20; 20; 4; 4; 20",
2100
+ dur: "1.2s",
2101
+ repeatCount: "indefinite",
2102
+ 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",
2103
+ calcMode: "spline"
2104
+ }, null)]),
2105
+ r("rect", {
2106
+ x: "4",
2107
+ y: "4",
2108
+ width: "16",
2109
+ height: "16",
2110
+ class: _(B.rect, i.value && B.checked, e.isLoading && B.loading),
2111
+ "stroke-width": "0.8"
2112
+ }, null),
2113
+ i.value && r("polyline", {
2114
+ class: B["check-line"],
2115
+ points: "5,12 10,17 19,8",
2116
+ "stroke-width": "1.5",
2117
+ fill: "transparent"
2118
+ }, null),
2119
+ r("line", {
2120
+ x1: "0",
2121
+ y1: "1",
2122
+ x2: "4",
2123
+ y2: "1",
2124
+ "stroke-width": "2",
2125
+ fill: "transparent"
2126
+ }, null),
2127
+ r("line", {
2128
+ x1: "4",
2129
+ y1: "0",
2130
+ x2: "24",
2131
+ y2: "0",
2132
+ "stroke-width": "1",
2133
+ fill: "transparent"
2134
+ }, null),
2135
+ r("line", {
2136
+ x1: "0",
2137
+ y1: "4",
2138
+ x2: "0",
2139
+ y2: "16",
2140
+ "stroke-width": "1",
2141
+ fill: "transparent"
2142
+ }, null),
2143
+ r("line", {
2144
+ x1: "0",
2145
+ y1: "18",
2146
+ x2: "0",
2147
+ y2: "20",
2148
+ "stroke-width": "1",
2149
+ fill: "transparent"
2150
+ }, null),
2151
+ r("line", {
2152
+ x1: "0",
2153
+ y1: "24",
2154
+ x2: "20",
2155
+ y2: "24",
2156
+ "stroke-width": "1",
2157
+ fill: "transparent"
2158
+ }, null),
2159
+ r("line", {
2160
+ x1: "20",
2161
+ y1: "23",
2162
+ x2: "24",
2163
+ y2: "23",
2164
+ "stroke-width": "1.5",
2165
+ fill: "transparent"
2166
+ }, null),
2167
+ r("line", {
2168
+ x1: "24",
2169
+ y1: "4",
2170
+ x2: "24",
2171
+ y2: "20",
2172
+ style: { strokeWidth: "1px" },
2173
+ fill: "transparent"
2174
+ }, null)
2175
+ ]), r(w, null, { default: () => [e.label] })])]);
2176
+ };
2177
+ }
2178
+ }), V = {
2179
+ "elm-select": "_elm-select_1u7w1_1",
2180
+ disabled: "_disabled_1u7w1_23",
2181
+ active: "_active_1u7w1_27",
2182
+ label: "_label_1u7w1_31",
2183
+ "label-active": "_label-active_1u7w1_44",
2184
+ body: "_body_1u7w1_49",
2185
+ "selected-option": "_selected-option_1u7w1_56",
2186
+ "option-content": "_option-content_1u7w1_59",
2187
+ fallback: "_fallback_1u7w1_66",
2188
+ pulldown: "_pulldown_1u7w1_74",
2189
+ option: "_option_1u7w1_59"
2190
+ };
2191
+ //#endregion
2192
+ //#region src/components/form/elm-select.tsx
2193
+ function yr(e) {
2194
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
2195
+ }
2196
+ var br = /* @__PURE__ */ i({
2197
+ name: "ElmSelect",
2198
+ props: {
2199
+ label: {
2200
+ type: String,
2201
+ required: !0
2202
+ },
2203
+ placeholder: {
2204
+ type: String,
2205
+ default: void 0
2206
+ },
2207
+ disabled: {
2208
+ type: Boolean,
2209
+ default: void 0
2210
+ },
2211
+ isLoading: {
2212
+ type: Boolean,
2213
+ default: !1
2214
+ },
2215
+ options: {
2216
+ type: Array,
2217
+ required: !0
2218
+ },
2219
+ selectedOptionId: {
2220
+ type: String,
2221
+ default: void 0
2222
+ },
2223
+ defaultSelectedOptionId: {
2224
+ type: String,
2225
+ default: null
2226
+ }
2227
+ },
2228
+ emits: ["update:selectedOptionId"],
2229
+ setup(e, { emit: t, slots: n }) {
2230
+ let i = Te(e, "selectedOptionId", t, {
2231
+ passive: !0,
2232
+ defaultValue: e.defaultSelectedOptionId ?? null
2233
+ }), a = p(!1), o = p(null), s = (e) => {
2234
+ !a.value || !o.value || o.value.contains(e.target) || (a.value = !1);
2235
+ };
2236
+ u(() => document.addEventListener("click", s)), l(() => document.removeEventListener("click", s));
2237
+ let c = () => {
2238
+ !e.disabled && !e.isLoading && (a.value = !a.value);
2239
+ };
2240
+ return () => {
2241
+ let t, s = e.options.find((e) => e.id === i.value) ?? null;
2242
+ return r("div", {
2243
+ ref: o,
2244
+ class: _(V["elm-select"], a.value && V.active, (e.disabled || e.isLoading) && V.disabled),
2245
+ onClick: c
2246
+ }, [r("span", { class: _(V.label, a.value && V["label-active"]) }, [n.icon?.() ?? r(j, {
2247
+ d: Ae,
2248
+ size: "0.75rem"
2249
+ }, null), e.label]), r("div", { class: V.body }, [
2250
+ r("div", { class: _(V["selected-option"], b.text) }, [s ? r("div", { class: V["option-content"] }, [s.icon && r(C, { src: s.icon }, null), r(w, null, { default: () => [s.label] })]) : r("div", { class: V.fallback }, [r("span", null, [e.placeholder ?? "Select an option"])])]),
2251
+ r(j, {
2252
+ d: Xe,
2253
+ size: "1.5rem"
2254
+ }, null),
2255
+ r(Ft, {
2256
+ isOpen: a.value,
2257
+ class: V.pulldown
2258
+ }, yr(t = e.options.map((e) => r("div", {
2259
+ key: e.id,
2260
+ class: _(V.option, b.text),
2261
+ onClick: (t) => {
2262
+ t.stopPropagation(), i.value = e.id, a.value = !1;
2263
+ }
2264
+ }, [
2265
+ r(j, {
2266
+ d: Ne,
2267
+ color: "var(--elmethis-color-primary-weak)",
2268
+ size: "0.75em"
2269
+ }, null),
2270
+ e.icon && r(C, { src: e.icon }, null),
2271
+ r(w, null, { default: () => [e.label] })
2272
+ ]))) ? t : { default: () => [t] })
2273
+ ])]);
2274
+ };
2275
+ }
2276
+ }), H = {
2277
+ switch: "_switch_9s4vz_1",
2278
+ bar: "_bar_9s4vz_5",
2279
+ checked: "_checked_9s4vz_21",
2280
+ disabled: "_disabled_9s4vz_26",
2281
+ circle: "_circle_9s4vz_31"
2282
+ }, xr = /* @__PURE__ */ i({
2283
+ name: "ElmSwitch",
2284
+ props: {
2285
+ color: {
2286
+ type: String,
2287
+ default: void 0
2288
+ },
2289
+ size: {
2290
+ type: String,
2291
+ default: void 0
2292
+ },
2293
+ disabled: {
2294
+ type: Boolean,
2295
+ default: !1
2296
+ },
2297
+ checked: {
2298
+ type: Boolean,
2299
+ required: !0
2300
+ }
2301
+ },
2302
+ emits: ["update:checked"],
2303
+ setup(e, { emit: t }) {
2304
+ return () => r("div", {
2305
+ onClick: () => {
2306
+ e.disabled || t("update:checked", !e.checked);
2307
+ },
2308
+ style: {
2309
+ "--elmethis-scoped-color": e.color ?? "var(--elmethis-color-primary)",
2310
+ "--elmethis-scoped-padding": "2px",
2311
+ "--elmethis-scoped-size": e.size ?? "18px",
2312
+ "--elmethis-scoped-width": "calc(var(--elmethis-scoped-size) * 2 + var(--elmethis-scoped-padding) * 2)"
2313
+ }
2314
+ }, [r("input", {
2315
+ class: H.switch,
2316
+ type: "checkbox",
2317
+ checked: e.checked,
2318
+ disabled: e.disabled
2319
+ }, null), r("div", { class: _(H.bar, e.checked && H.checked, e.disabled && H.disabled) }, [r("div", { class: _(H.circle, e.checked && H.checked, e.disabled && H.disabled) }, null)])]);
2320
+ }
2321
+ }), U = {
2322
+ loading: "_loading_lgmx3_23",
2323
+ "elm-text-area": "_elm-text-area_lgmx3_37",
2324
+ disabled: "_disabled_lgmx3_63",
2325
+ active: "_active_lgmx3_67",
2326
+ header: "_header_lgmx3_72",
2327
+ "label-active": "_label-active_lgmx3_85",
2328
+ requierd: "_requierd_lgmx3_90",
2329
+ body: "_body_lgmx3_96",
2330
+ textarea: "_textarea_lgmx3_101"
2331
+ }, Sr = /* @__PURE__ */ i({
2332
+ name: "ElmTextArea",
2333
+ inheritAttrs: !1,
2334
+ props: {
2335
+ label: {
2336
+ type: String,
2337
+ required: !0
2338
+ },
2339
+ isLoading: {
2340
+ type: Boolean,
2341
+ default: !1
2342
+ },
2343
+ rows: {
2344
+ type: Number,
2345
+ default: 3
2346
+ },
2347
+ maxLength: {
2348
+ type: Number,
2349
+ default: void 0
2350
+ },
2351
+ placeholder: {
2352
+ type: String,
2353
+ default: void 0
2354
+ },
2355
+ disabled: {
2356
+ type: Boolean,
2357
+ default: void 0
2358
+ },
2359
+ required: {
2360
+ type: Boolean,
2361
+ default: void 0
2362
+ },
2363
+ value: {
2364
+ type: String,
2365
+ default: void 0
2366
+ },
2367
+ defaultValue: {
2368
+ type: String,
2369
+ default: void 0
2370
+ }
2371
+ },
2372
+ emits: ["update:value"],
2373
+ setup(e, { attrs: i, emit: a, slots: o }) {
2374
+ let s = p(!1), l = p(String(e.defaultValue ?? "")), u = t(() => e.value == null ? l.value : String(e.value)), d = t(() => e.value != null || e.defaultValue != null), f = t(() => u.value.length);
2375
+ return () => {
2376
+ let { class: t, style: p, onFocus: m, onBlur: h, ...g } = i;
2377
+ return r("label", {
2378
+ class: _(U["elm-text-area"], s.value && U.active, (e.disabled || e.isLoading) && U.disabled, t),
2379
+ style: p
2380
+ }, [
2381
+ r("span", { class: _(U.header, s.value && U["label-active"]) }, [
2382
+ o.icon?.() ?? r(j, {
2383
+ d: tt,
2384
+ size: "0.75rem"
2385
+ }, null),
2386
+ r("span", null, [e.label, e.required && r("span", { class: U.requierd }, [n("*")])]),
2387
+ d.value && r(w, {
2388
+ color: e.maxLength != null && f.value > e.maxLength ? "var(--elmethis-color-accent-error)" : "gray",
2389
+ size: "0.75rem"
2390
+ }, { default: () => [e.maxLength == null ? `${f.value}` : `${f.value} / ${e.maxLength}`] })
2391
+ ]),
2392
+ r("div", { class: U.body }, [r("textarea", c({
2393
+ value: u.value,
2394
+ rows: e.rows,
2395
+ maxlength: e.maxLength,
2396
+ class: U.textarea,
2397
+ placeholder: e.placeholder,
2398
+ onFocus: (e) => {
2399
+ s.value = !0, m?.(e);
2400
+ },
2401
+ onBlur: (e) => {
2402
+ s.value = !1, h?.(e);
2403
+ },
2404
+ disabled: e.disabled || e.isLoading,
2405
+ style: { cursor: e.disabled ? "not-allowed" : e.isLoading ? "progress" : "auto" },
2406
+ "aria-required": e.required,
2407
+ onInput: (e) => {
2408
+ let t = e.target.value;
2409
+ l.value = t, a("update:value", t);
2410
+ }
2411
+ }, g), null)]),
2412
+ r("div", {
2413
+ class: U.loading,
2414
+ style: { opacity: +!!e.isLoading }
2415
+ }, null)
2416
+ ]);
2417
+ };
2418
+ }
2419
+ }), W = {
2420
+ loading: "_loading_11box_23",
2421
+ "elm-text-field": "_elm-text-field_11box_37",
2422
+ disabled: "_disabled_11box_59",
2423
+ active: "_active_11box_63",
2424
+ header: "_header_11box_68",
2425
+ "label-active": "_label-active_11box_81",
2426
+ requierd: "_requierd_11box_86",
2427
+ body: "_body_11box_92",
2428
+ input: "_input_11box_100",
2429
+ "right-icon-box": "_right-icon-box_11box_121",
2430
+ "clickable-icon": "_clickable-icon_11box_126",
2431
+ "prefix-suffix": "_prefix-suffix_11box_142"
2432
+ }, Cr = /* @__PURE__ */ i({
2433
+ name: "ElmTextField",
2434
+ inheritAttrs: !1,
2435
+ props: {
2436
+ label: {
2437
+ type: String,
2438
+ required: !0
2439
+ },
2440
+ maxLength: {
2441
+ type: Number,
2442
+ default: void 0
2443
+ },
2444
+ prefix: {
2445
+ type: String,
2446
+ default: void 0
2447
+ },
2448
+ suffix: {
2449
+ type: String,
2450
+ default: void 0
2451
+ },
2452
+ placeholder: {
2453
+ type: String,
2454
+ default: void 0
2455
+ },
2456
+ disabled: {
2457
+ type: Boolean,
2458
+ default: void 0
2459
+ },
2460
+ isLoading: {
2461
+ type: Boolean,
2462
+ default: !1
2463
+ },
2464
+ isPassword: {
2465
+ type: Boolean,
2466
+ default: !1
2467
+ },
2468
+ required: {
2469
+ type: Boolean,
2470
+ default: void 0
2471
+ },
2472
+ value: {
2473
+ type: String,
2474
+ default: void 0
2475
+ }
2476
+ },
2477
+ emits: ["update:value"],
2478
+ setup(e, { attrs: t, emit: i, slots: a }) {
2479
+ let o = p(null), s = p(!1), l = p(e.isPassword ? "password" : "text"), u = (e) => {
2480
+ let t = o.value;
2481
+ t && ((Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype, "value")?.set)?.call(t, e), t.dispatchEvent(new Event("input", { bubbles: !0 })));
2482
+ };
2483
+ return () => {
2484
+ let { class: d, style: f, onFocus: p, onBlur: m, ...h } = t, g = e.value == null ? 0 : String(e.value).length;
2485
+ return r("label", {
2486
+ class: _(W["elm-text-field"], s.value && W.active, (e.disabled || e.isLoading) && W.disabled, d),
2487
+ style: f
2488
+ }, [
2489
+ r("span", { class: _(W.header, s.value && W["label-active"]) }, [
2490
+ a.icon?.() ?? r(j, {
2491
+ d: et,
2492
+ size: "0.75rem"
2493
+ }, null),
2494
+ r("span", null, [e.label, e.required && r("span", { class: W.requierd }, [n("*")])]),
2495
+ e.value != null && r(w, {
2496
+ color: e.maxLength != null && g > e.maxLength ? "var(--elmethis-color-accent-error)" : "gray",
2497
+ size: "0.75rem"
2498
+ }, { default: () => [e.maxLength == null ? `${g}` : `${g} / ${e.maxLength}`] })
2499
+ ]),
2500
+ r("div", { class: W.body }, [
2501
+ e.prefix && r("span", { class: W["prefix-suffix"] }, [e.prefix]),
2502
+ r("input", c({
2503
+ ref: o,
2504
+ value: e.value,
2505
+ type: l.value,
2506
+ class: W.input,
2507
+ placeholder: e.placeholder,
2508
+ onInput: (e) => {
2509
+ i("update:value", e.target.value);
2510
+ },
2511
+ onFocus: (e) => {
2512
+ s.value = !0, p?.(e);
2513
+ },
2514
+ onBlur: (e) => {
2515
+ s.value = !1, m?.(e);
2516
+ },
2517
+ disabled: e.disabled || e.isLoading,
2518
+ style: { cursor: e.disabled ? "not-allowed" : e.isLoading ? "progress" : "auto" },
2519
+ "aria-required": e.required
2520
+ }, h), null),
2521
+ r("div", { class: W["right-icon-box"] }, [
2522
+ r("span", { class: W["prefix-suffix"] }, [e.suffix != null && r(w, null, { default: () => [e.suffix] })]),
2523
+ r("div", {
2524
+ class: W["clickable-icon"],
2525
+ onClick: () => {
2526
+ !e.isLoading && !e.disabled && (l.value = l.value === "text" ? "password" : "text");
2527
+ }
2528
+ }, [r(j, {
2529
+ d: l.value === "text" ? ze : Re,
2530
+ size: "1.25rem",
2531
+ color: "gray"
2532
+ }, null)]),
2533
+ r("div", {
2534
+ class: W["clickable-icon"],
2535
+ onClick: () => {
2536
+ !e.isLoading && !e.disabled && u("");
2537
+ }
2538
+ }, [r(j, {
2539
+ d: nt,
2540
+ size: "1.25rem",
2541
+ color: "gray"
2542
+ }, null)])
2543
+ ])
2544
+ ]),
2545
+ r("div", {
2546
+ class: W.loading,
2547
+ style: { opacity: +!!e.isLoading }
2548
+ }, null)
2549
+ ]);
2550
+ };
2551
+ }
2552
+ }), wr = { "elm-validation": "_elm-validation_1cigg_1" }, Tr = /* @__PURE__ */ i({
2553
+ name: "ElmValidation",
2554
+ props: {
2555
+ text: {
2556
+ type: String,
2557
+ required: !0
2558
+ },
2559
+ validColor: {
2560
+ type: String,
2561
+ default: "var(--elmethis-color-accent-success)"
2562
+ },
2563
+ isValid: {
2564
+ type: Boolean,
2565
+ required: !0
2566
+ }
2567
+ },
2568
+ setup(e) {
2569
+ return () => r("div", {
2570
+ class: _(wr["elm-validation"]),
2571
+ style: { "--elmethis-scoped-opacity": e.isValid ? 1 : .5 }
2572
+ }, [r(j, {
2573
+ d: e.isValid ? je : Me,
2574
+ color: e.isValid ? e.validColor : void 0
2575
+ }, null), r(w, { color: e.isValid ? e.validColor : void 0 }, { default: () => [e.text] })]);
2576
+ }
2577
+ }), Er = /* @__PURE__ */ i({
2578
+ name: "ElmCopyIcon",
2579
+ inheritAttrs: !1,
2580
+ props: { content: {
2581
+ type: [String, Array],
2582
+ required: !0
2583
+ } },
2584
+ setup(e, { attrs: t }) {
2585
+ let { CopyButton: n } = Dn({
2586
+ class: t.class,
2587
+ style: t.style,
2588
+ content: e.content
2589
+ });
2590
+ return () => a(n);
2591
+ }
2592
+ }), Dr = {
2593
+ "elm-square-loading-icon": "_elm-square-loading-icon_m72nq_19",
2594
+ square: "_square_m72nq_28",
2595
+ appear: "_appear_m72nq_1"
2596
+ }, Or = /* @__PURE__ */ i({
2597
+ name: "ElmSquareLoadingIcon",
2598
+ inheritAttrs: !1,
2599
+ props: {
2600
+ size: {
2601
+ type: String,
2602
+ default: "3rem"
2603
+ },
2604
+ dimensions: {
2605
+ type: Number,
2606
+ default: 4
2607
+ }
2608
+ },
2609
+ setup(e, { attrs: t }) {
2610
+ return () => {
2611
+ let { class: n, style: i, ...a } = t, o = 1200, s = o / (e.dimensions * 3), l = [];
2612
+ for (let t = 0; t < e.dimensions; t++) for (let n = 0; n < e.dimensions; n++) l.push(r("span", {
2613
+ key: `${t}-${n}`,
2614
+ class: Dr.square,
2615
+ style: { "--elmethis-scoped-delay": `${s * (t + n)}ms` }
2616
+ }, null));
2617
+ return r("span", c({
2618
+ class: _(Dr["elm-square-loading-icon"], n),
2619
+ style: [{
2620
+ "--elmethis-scoped-size": e.size,
2621
+ "--elmethis-scoped-dimensions": e.dimensions,
2622
+ "--elmethis-scoped-duration": `${o}ms`
2623
+ }, i]
2624
+ }, a), [l]);
2625
+ };
2626
+ }
2627
+ }), G = "elmethis-theme", kr = "elmethis-theme-change", Ar = (e) => e === "dark" ? "dark" : e === "light" ? "light" : null, jr = () => typeof matchMedia < "u" && matchMedia("(prefers-color-scheme: dark)").matches, Mr = (e, t) => {
2628
+ let n = document.documentElement;
2629
+ e == null ? (n.style.removeProperty("color-scheme"), n.removeAttribute("data-theme"), t && typeof localStorage < "u" && localStorage.removeItem(G)) : (n.style.colorScheme = e, n.setAttribute("data-theme", e), t && typeof localStorage < "u" && localStorage.setItem(G, e)), window.dispatchEvent(new CustomEvent(kr, { detail: e }));
2630
+ }, Nr = () => {
2631
+ if (typeof window > "u") return !1;
2632
+ let e = Ar(localStorage.getItem(G));
2633
+ return e == null ? jr() : e === "dark";
2634
+ };
2635
+ function Pr() {
2636
+ let e = p(Nr()), t = () => {
2637
+ e.value = !e.value, Mr(e.value ? "dark" : "light", !0);
2638
+ }, n = (t) => {
2639
+ let n = t.detail;
2640
+ e.value = n == null ? jr() : n === "dark";
2641
+ }, r = (t) => {
2642
+ if (t.key !== G) return;
2643
+ let n = Ar(t.newValue);
2644
+ e.value = n == null ? jr() : n === "dark", Mr(n, !1);
2645
+ }, i, a = (t) => {
2646
+ Ar(localStorage.getItem(G)) ?? (e.value = t.matches);
2647
+ };
2648
+ return u(() => {
2649
+ window.addEventListener(kr, n), window.addEventListener("storage", r);
2650
+ let e = Ar(localStorage.getItem(G));
2651
+ e != null && Mr(e, !1), typeof matchMedia < "u" && (i = matchMedia("(prefers-color-scheme: dark)"), i.addEventListener("change", a));
2652
+ }), l(() => {
2653
+ window.removeEventListener(kr, n), window.removeEventListener("storage", r), i?.removeEventListener("change", a);
2654
+ }), {
2655
+ isDarkTheme: e,
2656
+ toggleTheme: t
2657
+ };
2658
+ }
2659
+ //#endregion
2660
+ //#region src/components/icon/elm-toggle-theme.module.css
2661
+ var Fr = { "elm-toggle-theme": "_elm-toggle-theme_11awq_1" }, Ir = /* @__PURE__ */ i({
2662
+ name: "ElmToggleTheme",
2663
+ props: { size: {
2664
+ type: [String, Number],
2665
+ default: "2rem"
2666
+ } },
2667
+ setup(e) {
2668
+ let { isDarkTheme: t, toggleTheme: n } = Pr();
2669
+ return () => t.value ? r("svg", {
2670
+ xmlns: "http://www.w3.org/2000/svg",
2671
+ width: e.size,
2672
+ height: e.size,
2673
+ viewBox: "0 0 24 24",
2674
+ class: _(Fr["elm-toggle-theme"]),
2675
+ onClick: n
2676
+ }, [
2677
+ r("path", {
2678
+ "fill-opacity": "0",
2679
+ 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",
2680
+ fill: "currentColor"
2681
+ }, [r("animate", {
2682
+ id: "lineMdSunnyOutlineToMoonLoopTransition0",
2683
+ fill: "freeze",
2684
+ attributeName: "fill-opacity",
2685
+ begin: "0.6s;lineMdSunnyOutlineToMoonLoopTransition0.begin+6s",
2686
+ dur: "0.4s",
2687
+ values: "0;1"
2688
+ }, null), r("animate", {
2689
+ fill: "freeze",
2690
+ attributeName: "fill-opacity",
2691
+ begin: "lineMdSunnyOutlineToMoonLoopTransition0.begin+2.2s",
2692
+ dur: "0.4s",
2693
+ values: "1;0"
2694
+ }, null)]),
2695
+ r("path", {
2696
+ "fill-opacity": "0",
2697
+ 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",
2698
+ fill: "currentColor"
2699
+ }, [r("animate", {
2700
+ fill: "freeze",
2701
+ attributeName: "fill-opacity",
2702
+ begin: "lineMdSunnyOutlineToMoonLoopTransition0.begin+3s",
2703
+ dur: "0.4s",
2704
+ values: "0;1"
2705
+ }, null), r("animate", {
2706
+ fill: "freeze",
2707
+ attributeName: "fill-opacity",
2708
+ begin: "lineMdSunnyOutlineToMoonLoopTransition0.begin+5.2s",
2709
+ dur: "0.4s",
2710
+ values: "1;0"
2711
+ }, null)]),
2712
+ r("path", {
2713
+ "fill-opacity": "0",
2714
+ 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",
2715
+ fill: "currentColor"
2716
+ }, [r("animate", {
2717
+ fill: "freeze",
2718
+ attributeName: "fill-opacity",
2719
+ begin: "lineMdSunnyOutlineToMoonLoopTransition0.begin+0.4s",
2720
+ dur: "0.4s",
2721
+ values: "0;1"
2722
+ }, null), r("animate", {
2723
+ fill: "freeze",
2724
+ attributeName: "fill-opacity",
2725
+ begin: "lineMdSunnyOutlineToMoonLoopTransition0.begin+2.8s",
2726
+ dur: "0.4s",
2727
+ values: "1;0"
2728
+ }, null)]),
2729
+ r("path", {
2730
+ "fill-opacity": "0",
2731
+ 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",
2732
+ fill: "currentColor"
2733
+ }, [r("animate", {
2734
+ fill: "freeze",
2735
+ attributeName: "fill-opacity",
2736
+ begin: "lineMdSunnyOutlineToMoonLoopTransition0.begin+3.4s",
2737
+ dur: "0.4s",
2738
+ values: "0;1"
2739
+ }, null), r("animate", {
2740
+ fill: "freeze",
2741
+ attributeName: "fill-opacity",
2742
+ begin: "lineMdSunnyOutlineToMoonLoopTransition0.begin+5.6s",
2743
+ dur: "0.4s",
2744
+ values: "1;0"
2745
+ }, null)]),
2746
+ r("g", {
2747
+ fill: "none",
2748
+ stroke: "currentColor",
2749
+ "stroke-linecap": "round",
2750
+ "stroke-linejoin": "round",
2751
+ "stroke-width": "2"
2752
+ }, [r("g", null, [
2753
+ r("path", {
2754
+ "stroke-dasharray": "2",
2755
+ "stroke-dashoffset": "4",
2756
+ d: "M12 21v1M21 12h1M12 3v-1M3 12h-1"
2757
+ }, [r("animate", {
2758
+ fill: "freeze",
2759
+ attributeName: "stroke-dashoffset",
2760
+ dur: "0.2s",
2761
+ values: "4;2"
2762
+ }, null)]),
2763
+ r("path", {
2764
+ "stroke-dasharray": "2",
2765
+ "stroke-dashoffset": "4",
2766
+ 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"
2767
+ }, [r("animate", {
2768
+ fill: "freeze",
2769
+ attributeName: "stroke-dashoffset",
2770
+ begin: "0.2s",
2771
+ dur: "0.2s",
2772
+ values: "4;2"
2773
+ }, null)]),
2774
+ r("set", {
2775
+ fill: "freeze",
2776
+ attributeName: "opacity",
2777
+ begin: "0.5s",
2778
+ to: "0"
2779
+ }, null)
2780
+ ]), r("path", {
2781
+ 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",
2782
+ opacity: "0"
2783
+ }, [r("set", {
2784
+ fill: "freeze",
2785
+ attributeName: "opacity",
2786
+ begin: "0.5s",
2787
+ to: "1"
2788
+ }, null)])]),
2789
+ r("mask", { id: "lineMdSunnyOutlineToMoonLoopTransition1" }, [
2790
+ r("circle", {
2791
+ cx: "12",
2792
+ cy: "12",
2793
+ r: "12",
2794
+ fill: "#fff"
2795
+ }, null),
2796
+ r("circle", {
2797
+ cx: "12",
2798
+ cy: "12",
2799
+ r: "4"
2800
+ }, [r("animate", {
2801
+ fill: "freeze",
2802
+ attributeName: "r",
2803
+ begin: "0.1s",
2804
+ dur: "0.4s",
2805
+ values: "4;8"
2806
+ }, null)]),
2807
+ r("circle", {
2808
+ cx: "22",
2809
+ cy: "2",
2810
+ r: "3",
2811
+ fill: "#fff"
2812
+ }, [
2813
+ r("animate", {
2814
+ fill: "freeze",
2815
+ attributeName: "cx",
2816
+ begin: "0.1s",
2817
+ dur: "0.4s",
2818
+ values: "22;18"
2819
+ }, null),
2820
+ r("animate", {
2821
+ fill: "freeze",
2822
+ attributeName: "cy",
2823
+ begin: "0.1s",
2824
+ dur: "0.4s",
2825
+ values: "2;6"
2826
+ }, null),
2827
+ r("animate", {
2828
+ fill: "freeze",
2829
+ attributeName: "r",
2830
+ begin: "0.1s",
2831
+ dur: "0.4s",
2832
+ values: "3;12"
2833
+ }, null)
2834
+ ]),
2835
+ r("circle", {
2836
+ cx: "22",
2837
+ cy: "2",
2838
+ r: "1"
2839
+ }, [
2840
+ r("animate", {
2841
+ fill: "freeze",
2842
+ attributeName: "cx",
2843
+ begin: "0.1s",
2844
+ dur: "0.4s",
2845
+ values: "22;18"
2846
+ }, null),
2847
+ r("animate", {
2848
+ fill: "freeze",
2849
+ attributeName: "cy",
2850
+ begin: "0.1s",
2851
+ dur: "0.4s",
2852
+ values: "2;6"
2853
+ }, null),
2854
+ r("animate", {
2855
+ fill: "freeze",
2856
+ attributeName: "r",
2857
+ begin: "0.1s",
2858
+ dur: "0.4s",
2859
+ values: "1;10"
2860
+ }, null)
2861
+ ])
2862
+ ]),
2863
+ r("circle", {
2864
+ cx: "12",
2865
+ cy: "12",
2866
+ r: "6",
2867
+ mask: "url(#lineMdSunnyOutlineToMoonLoopTransition1)",
2868
+ fill: "currentColor"
2869
+ }, [r("animate", {
2870
+ fill: "freeze",
2871
+ attributeName: "r",
2872
+ begin: "0.1s",
2873
+ dur: "0.4s",
2874
+ values: "6;10"
2875
+ }, null), r("set", {
2876
+ fill: "freeze",
2877
+ attributeName: "opacity",
2878
+ begin: "0.5s",
2879
+ to: "0"
2880
+ }, null)])
2881
+ ]) : r("svg", {
2882
+ xmlns: "http://www.w3.org/2000/svg",
2883
+ width: e.size,
2884
+ height: e.size,
2885
+ viewBox: "0 0 24 24",
2886
+ class: _(Fr["elm-toggle-theme"]),
2887
+ onClick: n
2888
+ }, [
2889
+ r("g", {
2890
+ fill: "none",
2891
+ stroke: "currentColor",
2892
+ "stroke-linecap": "round",
2893
+ "stroke-linejoin": "round",
2894
+ "stroke-width": "2"
2895
+ }, [
2896
+ r("path", {
2897
+ "stroke-dasharray": "2",
2898
+ "stroke-dashoffset": "2",
2899
+ d: "M12 19v1M19 12h1M12 5v-1M5 12h-1"
2900
+ }, [r("animate", {
2901
+ fill: "freeze",
2902
+ attributeName: "d",
2903
+ begin: "1.2s",
2904
+ dur: "0.2s",
2905
+ values: "M12 19v1M19 12h1M12 5v-1M5 12h-1;M12 21v1M21 12h1M12 3v-1M3 12h-1"
2906
+ }, null), r("animate", {
2907
+ fill: "freeze",
2908
+ attributeName: "stroke-dashoffset",
2909
+ begin: "1.2s",
2910
+ dur: "0.2s",
2911
+ values: "2;0"
2912
+ }, null)]),
2913
+ r("path", {
2914
+ "stroke-dasharray": "2",
2915
+ "stroke-dashoffset": "2",
2916
+ d: "M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5"
2917
+ }, [r("animate", {
2918
+ fill: "freeze",
2919
+ attributeName: "d",
2920
+ begin: "1.4s",
2921
+ dur: "0.2s",
2922
+ 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"
2923
+ }, null), r("animate", {
2924
+ fill: "freeze",
2925
+ attributeName: "stroke-dashoffset",
2926
+ begin: "1.4s",
2927
+ dur: "0.2s",
2928
+ values: "2;0"
2929
+ }, null)]),
2930
+ r("animateTransform", {
2931
+ attributeName: "transform",
2932
+ dur: "30s",
2933
+ repeatCount: "indefinite",
2934
+ type: "rotate",
2935
+ values: "0 12 12;360 12 12"
2936
+ }, null)
2937
+ ]),
2938
+ r("g", { fill: "currentColor" }, [r("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" }, [r("animate", {
2939
+ fill: "freeze",
2940
+ attributeName: "fill-opacity",
2941
+ dur: "0.4s",
2942
+ values: "1;0"
2943
+ }, null)]), r("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" }, [r("animate", {
2944
+ fill: "freeze",
2945
+ attributeName: "fill-opacity",
2946
+ begin: "0.2s",
2947
+ dur: "0.4s",
2948
+ values: "1;0"
2949
+ }, null)])]),
2950
+ r("path", {
2951
+ fill: "none",
2952
+ stroke: "currentColor",
2953
+ "stroke-linecap": "round",
2954
+ "stroke-linejoin": "round",
2955
+ "stroke-width": "2",
2956
+ 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"
2957
+ }, [r("set", {
2958
+ fill: "freeze",
2959
+ attributeName: "opacity",
2960
+ begin: "0.6s",
2961
+ to: "0"
2962
+ }, null)]),
2963
+ r("mask", { id: "lineMdMoonToSunnyOutlineLoopTransition0" }, [
2964
+ r("circle", {
2965
+ cx: "12",
2966
+ cy: "12",
2967
+ r: "12",
2968
+ fill: "#fff"
2969
+ }, null),
2970
+ r("circle", {
2971
+ cx: "12",
2972
+ cy: "12",
2973
+ r: "8"
2974
+ }, [r("animate", {
2975
+ fill: "freeze",
2976
+ attributeName: "r",
2977
+ begin: "0.6s",
2978
+ dur: "0.4s",
2979
+ values: "8;4"
2980
+ }, null)]),
2981
+ r("circle", {
2982
+ cx: "18",
2983
+ cy: "6",
2984
+ r: "12",
2985
+ fill: "#fff"
2986
+ }, [
2987
+ r("animate", {
2988
+ fill: "freeze",
2989
+ attributeName: "cx",
2990
+ begin: "0.6s",
2991
+ dur: "0.4s",
2992
+ values: "18;22"
2993
+ }, null),
2994
+ r("animate", {
2995
+ fill: "freeze",
2996
+ attributeName: "cy",
2997
+ begin: "0.6s",
2998
+ dur: "0.4s",
2999
+ values: "6;2"
3000
+ }, null),
3001
+ r("animate", {
3002
+ fill: "freeze",
3003
+ attributeName: "r",
3004
+ begin: "0.6s",
3005
+ dur: "0.4s",
3006
+ values: "12;3"
3007
+ }, null)
3008
+ ]),
3009
+ r("circle", {
3010
+ cx: "18",
3011
+ cy: "6",
3012
+ r: "10"
3013
+ }, [
3014
+ r("animate", {
3015
+ fill: "freeze",
3016
+ attributeName: "cx",
3017
+ begin: "0.6s",
3018
+ dur: "0.4s",
3019
+ values: "18;22"
3020
+ }, null),
3021
+ r("animate", {
3022
+ fill: "freeze",
3023
+ attributeName: "cy",
3024
+ begin: "0.6s",
3025
+ dur: "0.4s",
3026
+ values: "6;2"
3027
+ }, null),
3028
+ r("animate", {
3029
+ fill: "freeze",
3030
+ attributeName: "r",
3031
+ begin: "0.6s",
3032
+ dur: "0.4s",
3033
+ values: "10;1"
3034
+ }, null)
3035
+ ])
3036
+ ]),
3037
+ r("circle", {
3038
+ cx: "12",
3039
+ cy: "12",
3040
+ r: "10",
3041
+ mask: "url(#lineMdMoonToSunnyOutlineLoopTransition0)",
3042
+ opacity: "0",
3043
+ fill: "currentColor"
3044
+ }, [r("animate", {
3045
+ fill: "freeze",
3046
+ attributeName: "r",
3047
+ begin: "0.6s",
3048
+ dur: "0.4s",
3049
+ values: "10;6"
3050
+ }, null), r("set", {
3051
+ fill: "freeze",
3052
+ attributeName: "opacity",
3053
+ begin: "0.6s",
3054
+ to: "1"
3055
+ }, null)])
3056
+ ]);
3057
+ }
3058
+ }), Lr = {
3059
+ "elm-breadcrumb": "_elm-breadcrumb_13oke_1",
3060
+ "link-container": "_link-container_13oke_9",
3061
+ icon: "_icon_13oke_23",
3062
+ chunk: "_chunk_13oke_36",
3063
+ chevron: "_chevron_13oke_41"
3064
+ }, Rr = /* @__PURE__ */ i({
3065
+ name: "ElmBreadcrumb",
3066
+ props: { links: {
3067
+ type: Array,
3068
+ required: !0
3069
+ } },
3070
+ setup(e) {
3071
+ return () => r("nav", { class: _(Lr["elm-breadcrumb"]) }, [e.links.map((t, n) => r("span", {
3072
+ key: n,
3073
+ style: { display: "contents" }
3074
+ }, [r("span", {
3075
+ class: Lr["link-container"],
3076
+ onClick: t.onClick
3077
+ }, [r(j, {
3078
+ class: Lr.icon,
3079
+ d: n === 0 ? Ke : n === e.links.length - 1 ? ke : Ve,
3080
+ size: "1rem"
3081
+ }, null), r("span", { class: Lr.chunk }, [t.text])]), e.links.length !== n + 1 && r(j, {
3082
+ class: Lr.chevron,
3083
+ d: Ne,
3084
+ size: "1rem"
3085
+ }, null)]))]);
3086
+ }
3087
+ }), K = {
3088
+ "elm-page-top": "_elm-page-top_18d6m_1",
3089
+ move: "_move_18d6m_1",
3090
+ visible: "_visible_18d6m_30",
3091
+ partial: "_partial_18d6m_37",
3092
+ text: "_text_18d6m_74"
3093
+ }, zr = /* @__PURE__ */ i({
3094
+ name: "ElmPageTop",
3095
+ props: { position: {
3096
+ type: String,
3097
+ default: "right"
3098
+ } },
3099
+ setup(e) {
3100
+ let t = p(!1), i = () => {
3101
+ t.value = window.scrollY > 100;
3102
+ };
3103
+ u(() => {
3104
+ window.addEventListener("scroll", i, { passive: !0 }), i();
3105
+ }), l(() => window.removeEventListener("scroll", i));
3106
+ let a = () => {
3107
+ window.scrollTo({
3108
+ top: 0,
3109
+ behavior: "smooth"
3110
+ });
3111
+ };
3112
+ return () => r("nav", {
3113
+ class: _(K["elm-page-top"], t.value && K.visible),
3114
+ style: {
3115
+ "--elmethis-scoped-size": "64px",
3116
+ left: e.position === "left" ? "0" : "auto",
3117
+ right: e.position === "right" ? "0" : "auto"
3118
+ },
3119
+ onClick: a
3120
+ }, [
3121
+ r("div", {
3122
+ "aria-hidden": "true",
3123
+ class: K.partial
3124
+ }, null),
3125
+ r("div", {
3126
+ "aria-hidden": "true",
3127
+ class: K.partial
3128
+ }, null),
3129
+ r("div", {
3130
+ "aria-hidden": "true",
3131
+ class: K.partial
3132
+ }, null),
3133
+ r("span", { class: K.text }, [n("Back to Top")])
3134
+ ]);
3135
+ }
3136
+ }), q = {
3137
+ "elm-color-primitive-sample": "_elm-color-primitive-sample_vuro0_1",
3138
+ toolbar: "_toolbar_vuro0_6",
3139
+ "mode-toggle": "_mode-toggle_vuro0_11",
3140
+ "mode-toggle-icon": "_mode-toggle-icon_vuro0_24",
3141
+ "section-title": "_section-title_vuro0_33",
3142
+ group: "_group_vuro0_40",
3143
+ scale: "_scale_vuro0_46",
3144
+ swatch: "_swatch_vuro0_52",
3145
+ "swatch-name": "_swatch-name_vuro0_55",
3146
+ "swatch-bg": "_swatch-bg_vuro0_60"
3147
+ }, Br = (e) => {
3148
+ let t = e.match(/\d+(\.\d+)?/g);
3149
+ if (!t || t.length < 3) return null;
3150
+ let n = (e) => Math.round(Number(e)).toString(16).padStart(2, "0");
3151
+ return `#${n(t[0])}${n(t[1])}${n(t[2])}`;
3152
+ }, J = [
3153
+ 100,
3154
+ 500,
3155
+ 900
3156
+ ], Vr = [
3157
+ 100,
3158
+ 200,
3159
+ 300,
3160
+ 400,
3161
+ 500,
3162
+ 600,
3163
+ 700,
3164
+ 800,
3165
+ 900
3166
+ ], Hr = [
3167
+ {
3168
+ hue: "red",
3169
+ steps: J
3170
+ },
3171
+ {
3172
+ hue: "orange",
3173
+ steps: J
3174
+ },
3175
+ {
3176
+ hue: "yellow",
3177
+ steps: J
3178
+ },
3179
+ {
3180
+ hue: "green",
3181
+ steps: J
3182
+ },
3183
+ {
3184
+ hue: "cyan",
3185
+ steps: J
3186
+ },
3187
+ {
3188
+ hue: "blue",
3189
+ steps: J
3190
+ },
3191
+ {
3192
+ hue: "purple",
3193
+ steps: J
3194
+ },
3195
+ {
3196
+ hue: "magenta",
3197
+ steps: J
3198
+ },
3199
+ {
3200
+ hue: "slate",
3201
+ steps: Vr
3202
+ },
3203
+ {
3204
+ hue: "gold",
3205
+ steps: Vr
3206
+ }
3207
+ ], Ur = /* @__PURE__ */ i({
3208
+ name: "ElmColorPrimitiveSample",
3209
+ setup() {
3210
+ let e = p(null), t = p("variable"), i;
3211
+ l(() => {
3212
+ i !== void 0 && clearTimeout(i);
3213
+ });
3214
+ let a = async (n) => {
3215
+ let r = n.target?.closest("[data-copy-token]"), a = r?.getAttribute("data-copy-token");
3216
+ if (!r || !a) return;
3217
+ let o = a;
3218
+ if (t.value === "hex") {
3219
+ let e = r.closest("[data-theme]") ?? document.documentElement, t = document.createElement("span");
3220
+ t.style.color = `var(${a})`, t.style.display = "none", e.appendChild(t);
3221
+ let n = Br(window.getComputedStyle(t).color);
3222
+ t.remove(), n && (o = n);
3223
+ }
3224
+ await window.navigator.clipboard.writeText(o), i !== void 0 && clearTimeout(i), e.value = a, i = setTimeout(() => {
3225
+ e.value = null, i = void 0;
3226
+ }, 1500);
3227
+ };
3228
+ return () => r("div", {
3229
+ class: _(q["elm-color-primitive-sample"]),
3230
+ onClick: (e) => {
3231
+ a(e);
3232
+ }
3233
+ }, [r("div", { class: q.toolbar }, [r("button", {
3234
+ type: "button",
3235
+ class: q["mode-toggle"],
3236
+ onClick: () => {
3237
+ t.value = t.value === "variable" ? "hex" : "variable";
3238
+ }
3239
+ }, [
3240
+ r(j, {
3241
+ class: q["mode-toggle-icon"],
3242
+ d: t.value === "hex" ? Ge : He,
3243
+ size: "1.25rem"
3244
+ }, null),
3245
+ n("Copy: "),
3246
+ t.value === "hex" ? "hex value" : "variable name"
3247
+ ])]), Hr.map(({ hue: t, steps: n }) => r("div", {
3248
+ key: t,
3249
+ class: q.group
3250
+ }, [r("span", { class: q["section-title"] }, [t]), r("div", { class: q.scale }, [n.map((n) => {
3251
+ let i = `--elmethis-primitive-color-${t}-${n}`;
3252
+ return r("div", {
3253
+ key: i,
3254
+ class: q.swatch,
3255
+ style: { gridColumn: String(n / 100) },
3256
+ "data-copy-token": i,
3257
+ title: i
3258
+ }, [r("div", {
3259
+ class: q["swatch-bg"],
3260
+ style: { backgroundColor: `var(${i})` }
3261
+ }, null), r("code", { class: q["swatch-name"] }, [e.value === i ? "copied!" : n])]);
3262
+ })])]))]);
3263
+ }
3264
+ }), Y = {
3265
+ "elm-color-semantic-sample": "_elm-color-semantic-sample_6i1j1_1",
3266
+ toolbar: "_toolbar_6i1j1_6",
3267
+ "mode-toggle": "_mode-toggle_6i1j1_11",
3268
+ "mode-toggle-icon": "_mode-toggle-icon_6i1j1_24",
3269
+ panels: "_panels_6i1j1_33",
3270
+ header: "_header_6i1j1_38",
3271
+ body: "_body_6i1j1_49",
3272
+ "section-title": "_section-title_6i1j1_56",
3273
+ group: "_group_6i1j1_63",
3274
+ panel: "_panel_6i1j1_33",
3275
+ "panel-body": "_panel-body_6i1j1_72",
3276
+ surface: "_surface_6i1j1_86",
3277
+ foreground: "_foreground_6i1j1_97",
3278
+ "accent-pair": "_accent-pair_6i1j1_102",
3279
+ "color-sample-container": "_color-sample-container_6i1j1_112",
3280
+ "color-sample": "_color-sample_6i1j1_112",
3281
+ "color-sample-bg": "_color-sample-bg_6i1j1_121",
3282
+ "color-sample-name": "_color-sample-name_6i1j1_127"
3283
+ }, Wr = (e) => {
3284
+ let t = e.match(/\d+(\.\d+)?/g);
3285
+ if (!t || t.length < 3) return null;
3286
+ let n = (e) => Math.round(Number(e)).toString(16).padStart(2, "0");
3287
+ return `#${n(t[0])}${n(t[1])}${n(t[2])}`;
3288
+ }, Gr = [
3289
+ "--elmethis-color-surface-sunken",
3290
+ "--elmethis-color-surface-base",
3291
+ "--elmethis-color-surface-raised"
3292
+ ], Kr = [
3293
+ "--elmethis-color-neutral-weak",
3294
+ "--elmethis-color-neutral",
3295
+ "--elmethis-color-neutral-strong",
3296
+ "--elmethis-color-primary-weak",
3297
+ "--elmethis-color-primary",
3298
+ "--elmethis-color-primary-strong",
3299
+ "--elmethis-color-accent-link",
3300
+ "--elmethis-color-accent-link-visited"
3301
+ ], qr = [
3302
+ "--elmethis-color-neutral-weak",
3303
+ "--elmethis-color-neutral",
3304
+ "--elmethis-color-neutral-strong"
3305
+ ], Jr = [
3306
+ "--elmethis-color-primary-weak",
3307
+ "--elmethis-color-primary",
3308
+ "--elmethis-color-primary-strong"
3309
+ ], Yr = [
3310
+ {
3311
+ fg: "--elmethis-color-accent-info",
3312
+ surface: "--elmethis-color-accent-info-surface"
3313
+ },
3314
+ {
3315
+ fg: "--elmethis-color-accent-success",
3316
+ surface: "--elmethis-color-accent-success-surface"
3317
+ },
3318
+ {
3319
+ fg: "--elmethis-color-accent-important",
3320
+ surface: "--elmethis-color-accent-important-surface"
3321
+ },
3322
+ {
3323
+ fg: "--elmethis-color-accent-warning",
3324
+ surface: "--elmethis-color-accent-warning-surface"
3325
+ },
3326
+ {
3327
+ fg: "--elmethis-color-accent-error",
3328
+ surface: "--elmethis-color-accent-error-surface"
3329
+ }
3330
+ ], Xr = [
3331
+ "red",
3332
+ "orange",
3333
+ "yellow",
3334
+ "green",
3335
+ "cyan",
3336
+ "blue",
3337
+ "magenta"
3338
+ ].map((e) => ({
3339
+ fg: `--elmethis-color-display-${e}`,
3340
+ surface: `--elmethis-color-display-${e}-surface`
3341
+ })), Zr = /* @__PURE__ */ i({
3342
+ name: "ElmColorSemanticSample",
3343
+ setup() {
3344
+ let e = p(null), t = p("variable"), i;
3345
+ l(() => {
3346
+ i !== void 0 && clearTimeout(i);
3347
+ });
3348
+ let a = async (n) => {
3349
+ let r = n.target?.closest("[data-copy-token]"), a = r?.getAttribute("data-copy-token");
3350
+ if (!r || !a) return;
3351
+ let o = a;
3352
+ if (t.value === "hex") {
3353
+ let e = r.closest("[data-theme]") ?? document.documentElement, t = document.createElement("span");
3354
+ t.style.color = `var(${a})`, t.style.display = "none", e.appendChild(t);
3355
+ let n = Wr(window.getComputedStyle(t).color);
3356
+ t.remove(), n && (o = n);
3357
+ }
3358
+ await window.navigator.clipboard.writeText(o), i !== void 0 && clearTimeout(i), e.value = a, i = setTimeout(() => {
3359
+ e.value = null, i = void 0;
3360
+ }, 1500);
3361
+ }, o = (t) => e.value === t ? "copied!" : t, s = (e) => r("div", { class: Y["color-sample-container"] }, [e.map((e) => r("div", {
3362
+ key: e,
3363
+ class: Y["color-sample"],
3364
+ "data-copy-token": e
3365
+ }, [r("div", {
3366
+ class: Y["color-sample-bg"],
3367
+ style: { backgroundColor: `var(${e})` }
3368
+ }, null), r("code", { class: Y["color-sample-name"] }, [o(e)])]))]), c = (e) => r("div", {
3369
+ class: Y.panel,
3370
+ "data-theme": e,
3371
+ style: { colorScheme: e }
3372
+ }, [r("div", {
3373
+ class: Y["panel-body"],
3374
+ style: { backgroundColor: "var(--elmethis-color-surface-base)" }
3375
+ }, [r("header", {
3376
+ class: Y.header,
3377
+ style: { backgroundColor: "var(--elmethis-color-surface-sunken)" }
3378
+ }, [r("span", { "data-copy-token": "--elmethis-color-surface-sunken" }, [o("--elmethis-color-surface-sunken")])]), r("div", { class: Y.body }, [
3379
+ r("div", { class: Y.group }, [r("span", { class: Y["section-title"] }, [n("Surface")]), Gr.map((e) => r("div", {
3380
+ key: e,
3381
+ class: Y.surface,
3382
+ style: { backgroundColor: `var(${e})` },
3383
+ "data-copy-token": e
3384
+ }, [o(e)]))]),
3385
+ r("div", { class: Y.group }, [r("span", { class: Y["section-title"] }, [n("Foreground")]), Kr.map((e) => r("span", {
3386
+ key: e,
3387
+ class: Y.foreground,
3388
+ style: { color: `var(${e})` },
3389
+ "data-copy-token": e
3390
+ }, [o(e)]))]),
3391
+ r("div", { class: Y.group }, [r("span", { class: Y["section-title"] }, [n("Accent")]), Yr.map(({ fg: e, surface: t }) => r("div", {
3392
+ key: e,
3393
+ class: Y["accent-pair"],
3394
+ style: {
3395
+ color: `var(${e})`,
3396
+ backgroundColor: `var(${t})`
3397
+ }
3398
+ }, [r("span", { "data-copy-token": e }, [o(e)]), r("span", { "data-copy-token": t }, [o(t)])]))]),
3399
+ r("div", { class: Y.group }, [r("span", { class: Y["section-title"] }, [n("Neutral")]), s(qr)]),
3400
+ r("div", { class: Y.group }, [r("span", { class: Y["section-title"] }, [n("Primary")]), s(Jr)]),
3401
+ r("div", { class: Y.group }, [r("span", { class: Y["section-title"] }, [n("Display")]), Xr.map(({ fg: e, surface: t }) => r("div", {
3402
+ key: e,
3403
+ class: Y["accent-pair"],
3404
+ style: {
3405
+ color: `var(${e})`,
3406
+ backgroundColor: `var(${t})`
3407
+ }
3408
+ }, [r("span", { "data-copy-token": e }, [o(e)]), r("span", { "data-copy-token": t }, [o(t)])]))])
3409
+ ])])]);
3410
+ return () => r("div", { class: _(Y["elm-color-semantic-sample"]) }, [r("div", { class: Y.toolbar }, [r("button", {
3411
+ type: "button",
3412
+ class: Y["mode-toggle"],
3413
+ onClick: () => {
3414
+ t.value = t.value === "variable" ? "hex" : "variable";
3415
+ }
3416
+ }, [
3417
+ r(j, {
3418
+ class: Y["mode-toggle-icon"],
3419
+ d: t.value === "hex" ? Ge : He,
3420
+ size: "1.25rem"
3421
+ }, null),
3422
+ n("Copy: "),
3423
+ t.value === "hex" ? "hex value" : "variable name"
3424
+ ])]), r("div", {
3425
+ class: Y.panels,
3426
+ onClick: (e) => {
3427
+ a(e);
3428
+ }
3429
+ }, [c("light"), c("dark")])]);
3430
+ }
3431
+ }), Qr = { "elm-markdown": "_elm-markdown_14gxe_1" };
3432
+ //#endregion
3433
+ //#region src/components/others/elm-markdown.tsx
3434
+ function X(e) {
3435
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
3436
+ }
3437
+ var Z = (e) => {
3438
+ let t, n, i, a, o = [];
3439
+ for (let s = 0; s < e.length; s++) {
3440
+ let c = e[s];
3441
+ switch (c.type) {
3442
+ case "blockquote":
3443
+ if (c.tokens && c.tokens.length !== 0) {
3444
+ let e;
3445
+ o.push(r(Vn, { key: s }, X(e = Z(c.tokens)) ? e : { default: () => [e] }));
3446
+ }
3447
+ break;
3448
+ case "br":
3449
+ o.push(r("br", { key: s }, null));
3450
+ break;
3451
+ case "code":
3452
+ o.push(r(On, {
3453
+ key: s,
3454
+ code: c.text.trim(),
3455
+ language: c.lang
3456
+ }, null));
3457
+ break;
3458
+ case "codespan":
3459
+ o.push(r(w, {
3460
+ key: s,
3461
+ code: !0
3462
+ }, { default: () => [c.text] }));
3463
+ break;
3464
+ case "def": break;
3465
+ case "del":
3466
+ o.push(c.tokens && c.tokens.length !== 0 ? r(w, {
3467
+ key: s,
3468
+ strikethrough: !0
3469
+ }, X(t = Z(c.tokens)) ? t : { default: () => [t] }) : r(w, {
3470
+ key: s,
3471
+ strikethrough: !0
3472
+ }, { default: () => [c.text] }));
3473
+ break;
3474
+ case "em":
3475
+ o.push(c.tokens && c.tokens.length !== 0 ? r(w, {
3476
+ key: s,
3477
+ italic: !0
3478
+ }, X(n = Z(c.tokens)) ? n : { default: () => [n] }) : r(w, {
3479
+ key: s,
3480
+ italic: !0
3481
+ }, { default: () => [c.text] }));
3482
+ break;
3483
+ case "escape": break;
3484
+ case "heading": {
3485
+ let e = c.depth;
3486
+ if (c.tokens && c.tokens.length !== 0) {
3487
+ let t;
3488
+ o.push(r(x, {
3489
+ key: s,
3490
+ level: e
3491
+ }, X(t = Z(c.tokens)) ? t : { default: () => [t] }));
3492
+ } else o.push(r(x, {
3493
+ key: s,
3494
+ level: e,
3495
+ text: c.text
3496
+ }, null));
3497
+ break;
3498
+ }
3499
+ case "hr":
3500
+ o.push(r(Gn, { key: s }, null));
3501
+ break;
3502
+ case "html": break;
3503
+ case "image":
3504
+ o.push(r(Pn, {
3505
+ key: s,
3506
+ enableModal: !0,
3507
+ src: c.href,
3508
+ alt: c.text
3509
+ }, null));
3510
+ break;
3511
+ case "link":
3512
+ o.push(c.tokens && c.tokens.length !== 0 ? r(w, {
3513
+ key: s,
3514
+ href: c.href
3515
+ }, X(i = Z(c.tokens)) ? i : { default: () => [i] }) : r(w, {
3516
+ key: s,
3517
+ href: c.href
3518
+ }, { default: () => [c.text] }));
3519
+ break;
3520
+ case "list": {
3521
+ let e = c.items.map((e, t) => r("li", { key: t }, [Z(e.tokens)]));
3522
+ o.push(r(qn, {
3523
+ key: s,
3524
+ listStyle: c.ordered ? "ordered" : "unordered"
3525
+ }, X(e) ? e : { default: () => [e] }));
3526
+ break;
3527
+ }
3528
+ case "list_item":
3529
+ o.push(r("li", { key: s }, [c.tokens && c.tokens.length !== 0 ? Z(c.tokens) : c.text]));
3530
+ break;
3531
+ case "paragraph":
3532
+ o.push(r(Yt, { key: s }, { default: () => [c.tokens && c.tokens.length !== 0 ? Z(c.tokens) : c.text] }));
3533
+ break;
3534
+ case "space": break;
3535
+ case "strong":
3536
+ o.push(c.tokens && c.tokens.length !== 0 ? r(w, {
3537
+ key: s,
3538
+ bold: !0
3539
+ }, X(a = Z(c.tokens)) ? a : { default: () => [a] }) : r(w, {
3540
+ key: s,
3541
+ bold: !0
3542
+ }, { default: () => [c.text] }));
3543
+ break;
3544
+ case "table": {
3545
+ let e, t = (e) => e.map((e, t) => {
3546
+ let n;
3547
+ return r($n, { key: t }, X(n = Z(e.tokens)) ? n : { default: () => [n] });
3548
+ }), n = r(rr, null, X(e = t(c.header)) ? e : { default: () => [e] }), i = c.rows.map((e, n) => {
3549
+ let i;
3550
+ return r(rr, { key: n }, X(i = t(e)) ? i : { default: () => [i] });
3551
+ });
3552
+ o.push(r(Xn, { key: s }, { default: () => [r(tr, null, X(n) ? n : { default: () => [n] }), r(Zn, null, X(i) ? i : { default: () => [i] })] }));
3553
+ break;
3554
+ }
3555
+ case "text":
3556
+ c.tokens && c.tokens.length !== 0 ? o.push(...Z(c.tokens)) : o.push(c.text);
3557
+ break;
3558
+ default: break;
3559
+ }
3560
+ }
3561
+ return o;
3562
+ }, $r = /* @__PURE__ */ i({
3563
+ name: "ElmMarkdownStable",
3564
+ props: { tokens: {
3565
+ type: Array,
3566
+ required: !0
3567
+ } },
3568
+ setup(e) {
3569
+ return () => Z(e.tokens);
3570
+ }
3571
+ }), ei = /* @__PURE__ */ i({
3572
+ name: "ElmMarkdown",
3573
+ props: {
3574
+ markdown: {
3575
+ type: String,
3576
+ required: !0
3577
+ },
3578
+ isStreaming: {
3579
+ type: Boolean,
3580
+ default: !1
3581
+ }
3582
+ },
3583
+ setup(e) {
3584
+ let t = m([]), n = m([]);
3585
+ return g(() => e.markdown, (r) => {
3586
+ let i = Pt.setOptions({ gfm: !0 }).lexer(r);
3587
+ if (e.isStreaming && i.length > 0) {
3588
+ let e = i.slice(0, -1);
3589
+ e.length !== t.value.length && (t.value = e), n.value = i.slice(-1);
3590
+ } else t.value = i, n.value = [];
3591
+ }, { immediate: !0 }), () => r("div", { class: Qr["elm-markdown"] }, [r($r, { tokens: t.value }, null), Z(n.value)]);
3592
+ }
3593
+ }), Q = {
3594
+ "elm-wordle": "_elm-wordle_1llms_1",
3595
+ "message-area": "_message-area_1llms_11",
3596
+ "fade-in": "_fade-in_1llms_1",
3597
+ error: "_error_1llms_26",
3598
+ status: "_status_1llms_32",
3599
+ board: "_board_1llms_41",
3600
+ row: "_row_1llms_47",
3601
+ cell: "_cell_1llms_52",
3602
+ empty: "_empty_1llms_68",
3603
+ tbd: "_tbd_1llms_74",
3604
+ correct: "_correct_1llms_80",
3605
+ present: "_present_1llms_86",
3606
+ absent: "_absent_1llms_92",
3607
+ keyboard: "_keyboard_1llms_100",
3608
+ "keyboard-row": "_keyboard-row_1llms_108",
3609
+ key: "_key_1llms_100",
3610
+ wide: "_wide_1llms_137",
3611
+ "reset-container": "_reset-container_1llms_156",
3612
+ hidden: "_hidden_1llms_159",
3613
+ "reset-button": "_reset-button_1llms_164"
3614
+ }, ti = /* @__PURE__ */ "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("."), ni = /* @__PURE__ */ "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("."), $ = 5, ri = 6, ii = Object.freeze(new Set([...ni, ...ti]));
3615
+ function ai() {
3616
+ return ti[Math.floor(Math.random() * ti.length)];
3617
+ }
3618
+ function oi(e) {
3619
+ return ii.has(e);
3620
+ }
3621
+ function si(e, t) {
3622
+ let n = Array.from({ length: $ }, (t, n) => ({
3623
+ letter: e[n],
3624
+ status: "absent"
3625
+ })), r = {};
3626
+ for (let e = 0; e < $; e++) r[t[e]] = (r[t[e]] ?? 0) + 1;
3627
+ for (let i = 0; i < $; i++) e[i] === t[i] && (n[i].status = "correct", r[e[i]]--);
3628
+ for (let t = 0; t < $; t++) {
3629
+ if (n[t].status === "correct") continue;
3630
+ let i = e[t];
3631
+ (r[i] ?? 0) > 0 && (n[t].status = "present", r[i]--);
3632
+ }
3633
+ return n;
3634
+ }
3635
+ var ci = [
3636
+ [
3637
+ "Q",
3638
+ "W",
3639
+ "E",
3640
+ "R",
3641
+ "T",
3642
+ "Y",
3643
+ "U",
3644
+ "I",
3645
+ "O",
3646
+ "P"
3647
+ ],
3648
+ [
3649
+ "A",
3650
+ "S",
3651
+ "D",
3652
+ "F",
3653
+ "G",
3654
+ "H",
3655
+ "J",
3656
+ "K",
3657
+ "L"
3658
+ ],
3659
+ [
3660
+ "Enter",
3661
+ "Z",
3662
+ "X",
3663
+ "C",
3664
+ "V",
3665
+ "B",
3666
+ "N",
3667
+ "M",
3668
+ "⌫"
3669
+ ]
3670
+ ];
3671
+ function li(e, t) {
3672
+ switch (t.type) {
3673
+ case "addLetter": return e.gameStatus !== "playing" || e.currentGuess.length >= $ ? e : {
3674
+ ...e,
3675
+ currentGuess: e.currentGuess + t.letter.toLowerCase(),
3676
+ errorMessage: ""
3677
+ };
3678
+ case "removeLetter": return e.currentGuess.length === 0 ? e : {
3679
+ ...e,
3680
+ currentGuess: e.currentGuess.slice(0, -1),
3681
+ errorMessage: ""
3682
+ };
3683
+ case "submit": {
3684
+ if (e.gameStatus !== "playing") return e;
3685
+ let t = e.currentGuess;
3686
+ if (t.length !== $) return {
3687
+ ...e,
3688
+ errorMessage: "Not enough letters"
3689
+ };
3690
+ if (!oi(t)) return {
3691
+ ...e,
3692
+ errorMessage: "Not in word list"
3693
+ };
3694
+ let n = si(t, e.answer), r = [...e.board, n], i = { ...e.letterStatuses };
3695
+ for (let { letter: e, status: t } of n) {
3696
+ let n = i[e];
3697
+ n !== "correct" && (t === "correct" || n !== "present") && (i[e] = t);
3698
+ }
3699
+ let a = e.gameStatus;
3700
+ return t === e.answer ? a = "won" : r.length >= ri && (a = "lost"), {
3701
+ ...e,
3702
+ board: r,
3703
+ letterStatuses: i,
3704
+ gameStatus: a,
3705
+ currentGuess: "",
3706
+ errorMessage: ""
3707
+ };
3708
+ }
3709
+ case "reset": return {
3710
+ answer: t.answer,
3711
+ board: [],
3712
+ currentGuess: "",
3713
+ gameStatus: "playing",
3714
+ letterStatuses: {},
3715
+ errorMessage: ""
3716
+ };
3717
+ default: return e;
3718
+ }
3719
+ }
3720
+ var ui = (e) => {
3721
+ let a = p({
3722
+ answer: e?.initialWord ?? ai(),
3723
+ board: [],
3724
+ currentGuess: "",
3725
+ gameStatus: "playing",
3726
+ letterStatuses: {},
3727
+ errorMessage: ""
3728
+ }), o = (e) => {
3729
+ a.value = li(a.value, e);
3730
+ }, s = (e) => o({
3731
+ type: "addLetter",
3732
+ letter: e
3733
+ }), c = () => o({ type: "removeLetter" }), d = () => o({ type: "submit" }), f = () => o({
3734
+ type: "reset",
3735
+ answer: ai()
3736
+ }), m = /* @__PURE__ */ i({
3737
+ name: "Wordle",
3738
+ setup() {
3739
+ let e = (e) => {
3740
+ let { key: t, ctrlKey: n, altKey: r, metaKey: i } = e;
3741
+ n || r || i || (t === "Enter" ? d() : t === "Backspace" ? c() : /^[a-zA-Z]$/.test(t) && s(t));
3742
+ };
3743
+ return u(() => document.addEventListener("keydown", e)), l(() => document.removeEventListener("keydown", e)), () => {
3744
+ let { answer: e, board: t, currentGuess: i, gameStatus: o, letterStatuses: l, errorMessage: u } = a.value, p = Array.from({ length: ri }, (e, n) => {
3745
+ let a = t[n], s = n === t.length && o === "playing", c = Array.from({ length: $ }, (e, t) => {
3746
+ let n = "", o = "empty";
3747
+ return a ? (n = a[t].letter.toUpperCase(), o = a[t].status) : s && (n = (i[t] ?? "").toUpperCase(), o = n ? "tbd" : "empty"), r("div", {
3748
+ key: t,
3749
+ class: _(Q.cell, o === "correct" && Q.correct, o === "present" && Q.present, o === "absent" && Q.absent, o === "tbd" && Q.tbd, o === "empty" && Q.empty)
3750
+ }, [n]);
3751
+ });
3752
+ return r("div", {
3753
+ key: n,
3754
+ class: Q.row
3755
+ }, [c]);
3756
+ });
3757
+ return r("div", { class: Q["elm-wordle"] }, [
3758
+ r("div", {
3759
+ class: _(Q["message-area"], u ? Q.error : o === "playing" ? void 0 : Q.status),
3760
+ "aria-live": "polite"
3761
+ }, [u || (o === "won" ? `🎉 You won in ${t.length} ${t.length === 1 ? "guess" : "guesses"}!` : o === "lost" ? `😢 The word was "${e.toUpperCase()}"` : null)]),
3762
+ r("div", { class: Q.board }, [p]),
3763
+ r("div", {
3764
+ class: Q.keyboard,
3765
+ onClick: (e) => {
3766
+ let t = e.target.closest("button[data-key]")?.dataset.key;
3767
+ t && (t === "Enter" ? d() : t === "⌫" ? c() : s(t));
3768
+ }
3769
+ }, [ci.map((e, t) => r("div", {
3770
+ key: t,
3771
+ class: Q["keyboard-row"]
3772
+ }, [e.map((e) => {
3773
+ let t = l[e.toLowerCase()];
3774
+ return r("button", {
3775
+ key: e,
3776
+ "data-key": e,
3777
+ class: _(Q.key, e === "Enter" && Q.wide, e === "⌫" && Q.wide, t === "correct" && Q.correct, t === "present" && Q.present, t === "absent" && Q.absent)
3778
+ }, [e]);
3779
+ })]))]),
3780
+ r("div", { class: _(Q["reset-container"], o === "playing" && Q.hidden) }, [r("button", {
3781
+ class: Q["reset-button"],
3782
+ onClick: f
3783
+ }, [n("Play Again")])])
3784
+ ]);
3785
+ };
3786
+ }
3787
+ });
3788
+ return {
3789
+ answer: t(() => a.value.answer),
3790
+ board: t(() => a.value.board),
3791
+ currentGuess: t(() => a.value.currentGuess),
3792
+ gameStatus: t(() => a.value.gameStatus),
3793
+ letterStatuses: t(() => a.value.letterStatuses),
3794
+ errorMessage: t(() => a.value.errorMessage),
3795
+ submit: d,
3796
+ addLetter: s,
3797
+ removeLetter: c,
3798
+ reset: f,
3799
+ Wordle: m
3800
+ };
3801
+ };
3802
+ //#endregion
3803
+ export { hn as A2uiSurface, $t as CatalogRenderer, gn as ElmA2ui, gr as ElmBlockFallback, Pn as ElmBlockImage, Vn as ElmBlockQuote, zn as ElmBookmark, Rr as ElmBreadcrumb, _r as ElmButton, Un as ElmCallout, vr as ElmCheckbox, On as ElmCodeBlock, Ft as ElmCollapse, Ur as ElmColorPrimitiveSample, Zr as ElmColorSemanticSample, Er as ElmCopyIcon, Gn as ElmDivider, hr as ElmDotLoadingIcon, Ln as ElmFile, Gt as ElmFragmentIdentifier, x as ElmHeading, C as ElmInlineIcon, w as ElmInlineText, vn as ElmKatex, Cn as ElmLanguageIcon, qn as ElmList, ei as ElmMarkdown, j as ElmMdiIcon, Mn as ElmModal, zr as ElmPageTop, Yt as ElmParagraph, ur as ElmParallax, An as ElmRectangleWave, br as ElmSelect, Tn as ElmShikiHighlighter, Or as ElmSquareLoadingIcon, xr as ElmSwitch, Vt as ElmTab, Bt as ElmTabList, Ht as ElmTabPanel, Xn as ElmTable, Zn as ElmTableBody, $n as ElmTableCell, tr as ElmTableHeader, rr as ElmTableRow, zt as ElmTabs, Sr as ElmTextArea, Cr as ElmTextField, Bn as ElmToggle, Ir as ElmToggleTheme, fr as ElmTooltip, ar as ElmUnsupportedBlock, Tr as ElmValidation, Jn as HasRowHeaderContext, _t as LANGUAGES, kr as THEME_CHANGE_EVENT, Yn as TableSectionContext, on as basicCatalog, cr as blockCatalog, D as defineRenderer, Dn as useClipboard, Pr as useElmethisTheme, Nn as useModal, ui as useWordle };