@elmethis/react 0.3.19 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (493) hide show
  1. package/README.md +24 -66
  2. package/lib/index.react.cjs +2 -1
  3. package/lib/index.react.mjs +3311 -2630
  4. package/lib/style.css +1 -1
  5. package/lib-types/components/a2ui/catalog/block-catalog.d.ts +18 -0
  6. package/lib-types/components/a2ui/catalog/block-catalog.d.ts.map +1 -0
  7. package/lib-types/components/a2ui/catalog/catalog-utils.d.ts +30 -0
  8. package/lib-types/components/a2ui/catalog/catalog-utils.d.ts.map +1 -0
  9. package/lib-types/components/a2ui/elm-a2ui.d.ts +38 -0
  10. package/lib-types/components/a2ui/elm-a2ui.d.ts.map +1 -0
  11. package/lib-types/components/a2ui/stream-json-lines.d.ts +14 -0
  12. package/lib-types/components/a2ui/stream-json-lines.d.ts.map +1 -0
  13. package/lib-types/components/code/elm-code-block.d.ts +18 -0
  14. package/lib-types/components/code/elm-code-block.d.ts.map +1 -0
  15. package/lib-types/components/code/elm-katex.d.ts +17 -0
  16. package/lib-types/components/code/elm-katex.d.ts.map +1 -0
  17. package/lib-types/components/code/elm-shiki-highlighter.d.ts +13 -0
  18. package/lib-types/components/code/elm-shiki-highlighter.d.ts.map +1 -0
  19. package/lib-types/components/containments/elm-collapse.d.ts +8 -0
  20. package/lib-types/components/containments/elm-collapse.d.ts.map +1 -0
  21. package/lib-types/components/containments/elm-modal.d.ts +13 -0
  22. package/lib-types/components/containments/elm-modal.d.ts.map +1 -0
  23. package/lib-types/components/containments/elm-parallax.d.ts +6 -0
  24. package/lib-types/components/containments/elm-parallax.d.ts.map +1 -0
  25. package/lib-types/components/containments/elm-tabs.d.ts +30 -0
  26. package/lib-types/components/containments/elm-tabs.d.ts.map +1 -0
  27. package/lib-types/components/containments/elm-toggle.d.ts +18 -0
  28. package/lib-types/components/containments/elm-toggle.d.ts.map +1 -0
  29. package/lib-types/components/containments/elm-tooltip.d.ts +9 -0
  30. package/lib-types/components/containments/elm-tooltip.d.ts.map +1 -0
  31. package/lib-types/components/fallback/elm-block-fallback.d.ts +6 -0
  32. package/lib-types/components/fallback/elm-block-fallback.d.ts.map +1 -0
  33. package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
  34. package/lib-types/components/fallback/elm-rectangle-wave.d.ts.map +1 -0
  35. package/lib-types/components/fallback/elm-unsupported-block.d.ts +6 -0
  36. package/lib-types/components/fallback/elm-unsupported-block.d.ts.map +1 -0
  37. package/lib-types/components/form/elm-button.d.ts +18 -0
  38. package/lib-types/components/form/elm-button.d.ts.map +1 -0
  39. package/lib-types/components/form/elm-checkbox.d.ts +29 -0
  40. package/lib-types/components/form/elm-checkbox.d.ts.map +1 -0
  41. package/lib-types/components/form/elm-select.d.ts +49 -0
  42. package/lib-types/components/form/elm-select.d.ts.map +1 -0
  43. package/lib-types/components/form/elm-switch.d.ts +25 -0
  44. package/lib-types/components/form/elm-switch.d.ts.map +1 -0
  45. package/lib-types/components/form/elm-text-area.d.ts +16 -0
  46. package/lib-types/components/form/elm-text-area.d.ts.map +1 -0
  47. package/lib-types/components/form/elm-text-field.d.ts +18 -0
  48. package/lib-types/components/form/elm-text-field.d.ts.map +1 -0
  49. package/lib-types/components/form/elm-validation.d.ts +8 -0
  50. package/lib-types/components/form/elm-validation.d.ts.map +1 -0
  51. package/lib-types/components/icon/elm-copy-icon.d.ts +9 -0
  52. package/lib-types/components/icon/elm-copy-icon.d.ts.map +1 -0
  53. package/lib-types/components/icon/elm-dot-loading-icon.d.ts +9 -0
  54. package/lib-types/components/icon/elm-dot-loading-icon.d.ts.map +1 -0
  55. package/lib-types/components/icon/elm-inline-icon.d.ts +16 -0
  56. package/lib-types/components/icon/elm-inline-icon.d.ts.map +1 -0
  57. package/lib-types/components/icon/elm-language-icon.d.ts +17 -0
  58. package/lib-types/components/icon/elm-language-icon.d.ts.map +1 -0
  59. package/lib-types/components/icon/elm-mdi-icon.d.ts +10 -0
  60. package/lib-types/components/icon/elm-mdi-icon.d.ts.map +1 -0
  61. package/lib-types/components/icon/elm-square-loading-icon.d.ts +7 -0
  62. package/lib-types/components/icon/elm-square-loading-icon.d.ts.map +1 -0
  63. package/lib-types/components/icon/elm-toggle-theme.d.ts +9 -0
  64. package/lib-types/components/icon/elm-toggle-theme.d.ts.map +1 -0
  65. package/lib-types/components/icon/languages/bash.d.ts +3 -0
  66. package/lib-types/components/icon/languages/bash.d.ts.map +1 -0
  67. package/lib-types/components/icon/languages/c-plus-plus.d.ts +3 -0
  68. package/lib-types/components/icon/languages/c-plus-plus.d.ts.map +1 -0
  69. package/lib-types/components/icon/languages/c-sharp.d.ts +3 -0
  70. package/lib-types/components/icon/languages/c-sharp.d.ts.map +1 -0
  71. package/lib-types/components/icon/languages/c.d.ts +3 -0
  72. package/lib-types/components/icon/languages/c.d.ts.map +1 -0
  73. package/lib-types/components/icon/languages/css.d.ts +3 -0
  74. package/lib-types/components/icon/languages/css.d.ts.map +1 -0
  75. package/lib-types/components/icon/languages/go.d.ts +3 -0
  76. package/lib-types/components/icon/languages/go.d.ts.map +1 -0
  77. package/lib-types/components/icon/languages/html.d.ts +3 -0
  78. package/lib-types/components/icon/languages/html.d.ts.map +1 -0
  79. package/lib-types/components/icon/languages/java.d.ts +3 -0
  80. package/lib-types/components/icon/languages/java.d.ts.map +1 -0
  81. package/lib-types/components/icon/languages/javascript.d.ts +3 -0
  82. package/lib-types/components/icon/languages/javascript.d.ts.map +1 -0
  83. package/lib-types/components/icon/languages/json.d.ts +3 -0
  84. package/lib-types/components/icon/languages/json.d.ts.map +1 -0
  85. package/lib-types/components/icon/languages/kotlin.d.ts +3 -0
  86. package/lib-types/components/icon/languages/kotlin.d.ts.map +1 -0
  87. package/lib-types/components/icon/languages/language-interface.d.ts +7 -0
  88. package/lib-types/components/icon/languages/language-interface.d.ts.map +1 -0
  89. package/lib-types/components/icon/languages/lua.d.ts +3 -0
  90. package/lib-types/components/icon/languages/lua.d.ts.map +1 -0
  91. package/lib-types/components/icon/languages/npm.d.ts +3 -0
  92. package/lib-types/components/icon/languages/npm.d.ts.map +1 -0
  93. package/lib-types/components/icon/languages/python.d.ts +3 -0
  94. package/lib-types/components/icon/languages/python.d.ts.map +1 -0
  95. package/lib-types/components/icon/languages/rust.d.ts +3 -0
  96. package/lib-types/components/icon/languages/rust.d.ts.map +1 -0
  97. package/lib-types/components/icon/languages/sql.d.ts +3 -0
  98. package/lib-types/components/icon/languages/sql.d.ts.map +1 -0
  99. package/lib-types/components/icon/languages/terraform.d.ts +3 -0
  100. package/lib-types/components/icon/languages/terraform.d.ts.map +1 -0
  101. package/lib-types/components/icon/languages/typescript.d.ts +3 -0
  102. package/lib-types/components/icon/languages/typescript.d.ts.map +1 -0
  103. package/lib-types/components/media/elm-block-image.d.ts +19 -0
  104. package/lib-types/components/media/elm-block-image.d.ts.map +1 -0
  105. package/lib-types/components/media/elm-file.d.ts +17 -0
  106. package/lib-types/components/media/elm-file.d.ts.map +1 -0
  107. package/lib-types/components/navigation/elm-bookmark.d.ts +22 -0
  108. package/lib-types/components/navigation/elm-bookmark.d.ts.map +1 -0
  109. package/lib-types/components/navigation/elm-breadcrumb.d.ts +15 -0
  110. package/lib-types/components/navigation/elm-breadcrumb.d.ts.map +1 -0
  111. package/lib-types/components/navigation/elm-page-top.d.ts +9 -0
  112. package/lib-types/components/navigation/elm-page-top.d.ts.map +1 -0
  113. package/lib-types/components/others/elm-color-primitive-sample.d.ts +5 -0
  114. package/lib-types/components/others/elm-color-primitive-sample.d.ts.map +1 -0
  115. package/lib-types/components/others/elm-color-semantic-sample.d.ts +5 -0
  116. package/lib-types/components/others/elm-color-semantic-sample.d.ts.map +1 -0
  117. package/lib-types/components/others/elm-jarkup.d.ts +8 -0
  118. package/lib-types/components/others/elm-jarkup.d.ts.map +1 -0
  119. package/lib-types/components/others/elm-markdown.d.ts +11 -0
  120. package/lib-types/components/others/elm-markdown.d.ts.map +1 -0
  121. package/lib-types/components/others/use-wordle.d.ts +24 -0
  122. package/lib-types/components/others/use-wordle.d.ts.map +1 -0
  123. package/lib-types/components/others/wordle/validGuesses.d.ts +2 -0
  124. package/lib-types/components/others/wordle/validGuesses.d.ts.map +1 -0
  125. package/lib-types/components/others/wordle/wordlist.d.ts +2 -0
  126. package/lib-types/components/others/wordle/wordlist.d.ts.map +1 -0
  127. package/lib-types/components/table/elm-table-body.d.ts +4 -0
  128. package/lib-types/components/table/elm-table-body.d.ts.map +1 -0
  129. package/lib-types/components/table/elm-table-cell.d.ts +21 -0
  130. package/lib-types/components/table/elm-table-cell.d.ts.map +1 -0
  131. package/lib-types/components/table/elm-table-header.d.ts +4 -0
  132. package/lib-types/components/table/elm-table-header.d.ts.map +1 -0
  133. package/lib-types/components/table/elm-table-row.d.ts +4 -0
  134. package/lib-types/components/table/elm-table-row.d.ts.map +1 -0
  135. package/lib-types/components/table/elm-table.d.ts +7 -0
  136. package/lib-types/components/table/elm-table.d.ts.map +1 -0
  137. package/lib-types/components/table/index.d.ts +7 -0
  138. package/lib-types/components/table/index.d.ts.map +1 -0
  139. package/lib-types/components/table/table-context.d.ts +25 -0
  140. package/lib-types/components/table/table-context.d.ts.map +1 -0
  141. package/lib-types/components/typography/elm-block-quote.d.ts +5 -0
  142. package/lib-types/components/typography/elm-block-quote.d.ts.map +1 -0
  143. package/lib-types/components/typography/elm-callout.d.ts +10 -0
  144. package/lib-types/components/typography/elm-callout.d.ts.map +1 -0
  145. package/lib-types/components/typography/elm-divider.d.ts +4 -0
  146. package/lib-types/components/typography/elm-divider.d.ts.map +1 -0
  147. package/lib-types/components/typography/elm-fragment-identifier.d.ts +9 -0
  148. package/lib-types/components/typography/elm-fragment-identifier.d.ts.map +1 -0
  149. package/lib-types/components/typography/elm-heading.d.ts +7 -0
  150. package/lib-types/components/typography/elm-heading.d.ts.map +1 -0
  151. package/lib-types/components/typography/elm-inline-text.d.ts +61 -0
  152. package/lib-types/components/typography/elm-inline-text.d.ts.map +1 -0
  153. package/lib-types/components/typography/elm-list.d.ts +7 -0
  154. package/lib-types/components/typography/elm-list.d.ts.map +1 -0
  155. package/lib-types/components/typography/elm-paragraph.d.ts +7 -0
  156. package/lib-types/components/typography/elm-paragraph.d.ts.map +1 -0
  157. package/lib-types/hooks/use-async-state.d.ts +58 -0
  158. package/lib-types/hooks/use-async-state.d.ts.map +1 -0
  159. package/lib-types/hooks/use-auto-animate.d.ts +44 -0
  160. package/lib-types/hooks/use-auto-animate.d.ts.map +1 -0
  161. package/lib-types/hooks/use-bindable-signal.d.ts +35 -0
  162. package/lib-types/hooks/use-bindable-signal.d.ts.map +1 -0
  163. package/lib-types/hooks/use-bindable-store.d.ts +43 -0
  164. package/lib-types/hooks/use-bindable-store.d.ts.map +1 -0
  165. package/lib-types/hooks/use-clipboard.d.ts +23 -0
  166. package/lib-types/hooks/use-clipboard.d.ts.map +1 -0
  167. package/lib-types/hooks/use-debounced-signal.d.ts +39 -0
  168. package/lib-types/hooks/use-debounced-signal.d.ts.map +1 -0
  169. package/lib-types/hooks/use-debounced-store.d.ts +40 -0
  170. package/lib-types/hooks/use-debounced-store.d.ts.map +1 -0
  171. package/lib-types/hooks/use-delayed-signal.d.ts +37 -0
  172. package/lib-types/hooks/use-delayed-signal.d.ts.map +1 -0
  173. package/lib-types/hooks/use-elmethis-theme.d.ts +29 -0
  174. package/lib-types/hooks/use-elmethis-theme.d.ts.map +1 -0
  175. package/lib-types/hooks/use-modal.d.ts +23 -0
  176. package/lib-types/hooks/use-modal.d.ts.map +1 -0
  177. package/lib-types/hooks/use-storage.d.ts +35 -0
  178. package/lib-types/hooks/use-storage.d.ts.map +1 -0
  179. package/lib-types/hooks/use-throttled-queue.d.ts +32 -0
  180. package/lib-types/hooks/use-throttled-queue.d.ts.map +1 -0
  181. package/lib-types/hooks/use-throttled-signal.d.ts +47 -0
  182. package/lib-types/hooks/use-throttled-signal.d.ts.map +1 -0
  183. package/lib-types/hooks/use-throttled-store.d.ts +61 -0
  184. package/lib-types/hooks/use-throttled-store.d.ts.map +1 -0
  185. package/lib-types/index.d.ts +63 -0
  186. package/lib-types/index.d.ts.map +1 -0
  187. package/package.json +74 -44
  188. package/lib/ElmMermaid-CUeT_XM9.js +0 -75
  189. package/lib/ElmMermaid-DnSjC5T_.cjs +0 -1
  190. package/lib-types/components/code/ElmCodeBlock.d.ts +0 -22
  191. package/lib-types/components/code/ElmCodeBlock.d.ts.map +0 -1
  192. package/lib-types/components/code/ElmCodeBlock.stories.d.ts +0 -9
  193. package/lib-types/components/code/ElmCodeBlock.stories.d.ts.map +0 -1
  194. package/lib-types/components/code/ElmKatex.d.ts +0 -19
  195. package/lib-types/components/code/ElmKatex.d.ts.map +0 -1
  196. package/lib-types/components/code/ElmKatex.stories.d.ts +0 -9
  197. package/lib-types/components/code/ElmKatex.stories.d.ts.map +0 -1
  198. package/lib-types/components/code/ElmMermaid.d.ts +0 -14
  199. package/lib-types/components/code/ElmMermaid.d.ts.map +0 -1
  200. package/lib-types/components/code/ElmMermaid.stories.d.ts +0 -8
  201. package/lib-types/components/code/ElmMermaid.stories.d.ts.map +0 -1
  202. package/lib-types/components/code/ElmShikiHighlighter.d.ts +0 -20
  203. package/lib-types/components/code/ElmShikiHighlighter.d.ts.map +0 -1
  204. package/lib-types/components/code/ElmShikiHighlighter.stories.d.ts +0 -7
  205. package/lib-types/components/code/ElmShikiHighlighter.stories.d.ts.map +0 -1
  206. package/lib-types/components/code/shikiInstance.d.ts +0 -3
  207. package/lib-types/components/code/shikiInstance.d.ts.map +0 -1
  208. package/lib-types/components/containments/ElmCollapse.d.ts +0 -20
  209. package/lib-types/components/containments/ElmCollapse.d.ts.map +0 -1
  210. package/lib-types/components/containments/ElmCollapse.stories.d.ts +0 -7
  211. package/lib-types/components/containments/ElmCollapse.stories.d.ts.map +0 -1
  212. package/lib-types/components/containments/ElmColumn.d.ts +0 -10
  213. package/lib-types/components/containments/ElmColumn.d.ts.map +0 -1
  214. package/lib-types/components/containments/ElmColumn.stories.d.ts +0 -7
  215. package/lib-types/components/containments/ElmColumn.stories.d.ts.map +0 -1
  216. package/lib-types/components/containments/ElmColumnList.d.ts +0 -10
  217. package/lib-types/components/containments/ElmColumnList.d.ts.map +0 -1
  218. package/lib-types/components/containments/ElmColumnList.stories.d.ts +0 -7
  219. package/lib-types/components/containments/ElmColumnList.stories.d.ts.map +0 -1
  220. package/lib-types/components/containments/ElmConfirmModal.d.ts +0 -24
  221. package/lib-types/components/containments/ElmConfirmModal.d.ts.map +0 -1
  222. package/lib-types/components/containments/ElmConfirmModal.stories.d.ts +0 -7
  223. package/lib-types/components/containments/ElmConfirmModal.stories.d.ts.map +0 -1
  224. package/lib-types/components/containments/ElmDesktopWindow.d.ts +0 -15
  225. package/lib-types/components/containments/ElmDesktopWindow.d.ts.map +0 -1
  226. package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts +0 -7
  227. package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts.map +0 -1
  228. package/lib-types/components/containments/ElmModal.d.ts +0 -21
  229. package/lib-types/components/containments/ElmModal.d.ts.map +0 -1
  230. package/lib-types/components/containments/ElmModal.stories.d.ts +0 -7
  231. package/lib-types/components/containments/ElmModal.stories.d.ts.map +0 -1
  232. package/lib-types/components/containments/ElmParallax.d.ts +0 -14
  233. package/lib-types/components/containments/ElmParallax.d.ts.map +0 -1
  234. package/lib-types/components/containments/ElmParallax.stories.d.ts +0 -7
  235. package/lib-types/components/containments/ElmParallax.stories.d.ts.map +0 -1
  236. package/lib-types/components/containments/ElmSimpleTooltip.d.ts +0 -14
  237. package/lib-types/components/containments/ElmSimpleTooltip.d.ts.map +0 -1
  238. package/lib-types/components/containments/ElmSimpleTooltip.stories.d.ts +0 -8
  239. package/lib-types/components/containments/ElmSimpleTooltip.stories.d.ts.map +0 -1
  240. package/lib-types/components/containments/ElmSnackbar.d.ts +0 -16
  241. package/lib-types/components/containments/ElmSnackbar.d.ts.map +0 -1
  242. package/lib-types/components/containments/ElmSnackbar.stories.d.ts +0 -7
  243. package/lib-types/components/containments/ElmSnackbar.stories.d.ts.map +0 -1
  244. package/lib-types/components/containments/ElmSnackbarContainer.d.ts +0 -19
  245. package/lib-types/components/containments/ElmSnackbarContainer.d.ts.map +0 -1
  246. package/lib-types/components/containments/ElmSnackbarContainer.stories.d.ts +0 -7
  247. package/lib-types/components/containments/ElmSnackbarContainer.stories.d.ts.map +0 -1
  248. package/lib-types/components/containments/ElmTabs.d.ts +0 -14
  249. package/lib-types/components/containments/ElmTabs.d.ts.map +0 -1
  250. package/lib-types/components/containments/ElmTabs.stories.d.ts +0 -7
  251. package/lib-types/components/containments/ElmTabs.stories.d.ts.map +0 -1
  252. package/lib-types/components/containments/ElmToggle.d.ts +0 -18
  253. package/lib-types/components/containments/ElmToggle.d.ts.map +0 -1
  254. package/lib-types/components/containments/ElmToggle.stories.d.ts +0 -9
  255. package/lib-types/components/containments/ElmToggle.stories.d.ts.map +0 -1
  256. package/lib-types/components/containments/ElmTooltip.d.ts +0 -14
  257. package/lib-types/components/containments/ElmTooltip.d.ts.map +0 -1
  258. package/lib-types/components/containments/ElmTooltip.stories.d.ts +0 -7
  259. package/lib-types/components/containments/ElmTooltip.stories.d.ts.map +0 -1
  260. package/lib-types/components/copilotkit/ElmModelSelect.d.ts +0 -17
  261. package/lib-types/components/copilotkit/ElmModelSelect.d.ts.map +0 -1
  262. package/lib-types/components/copilotkit/ElmModelSelect.stories.d.ts +0 -28
  263. package/lib-types/components/copilotkit/ElmModelSelect.stories.d.ts.map +0 -1
  264. package/lib-types/components/copilotkit/ToolApproval.d.ts +0 -17
  265. package/lib-types/components/copilotkit/ToolApproval.d.ts.map +0 -1
  266. package/lib-types/components/copilotkit/ToolApproval.stories.d.ts +0 -7
  267. package/lib-types/components/copilotkit/ToolApproval.stories.d.ts.map +0 -1
  268. package/lib-types/components/data/ElmMultiProgress.d.ts +0 -33
  269. package/lib-types/components/data/ElmMultiProgress.d.ts.map +0 -1
  270. package/lib-types/components/data/ElmMultiProgress.stories.d.ts +0 -7
  271. package/lib-types/components/data/ElmMultiProgress.stories.d.ts.map +0 -1
  272. package/lib-types/components/data/ElmProgress.d.ts +0 -41
  273. package/lib-types/components/data/ElmProgress.d.ts.map +0 -1
  274. package/lib-types/components/data/ElmProgress.stories.d.ts +0 -11
  275. package/lib-types/components/data/ElmProgress.stories.d.ts.map +0 -1
  276. package/lib-types/components/data/ElmStatusMessage.d.ts +0 -19
  277. package/lib-types/components/data/ElmStatusMessage.d.ts.map +0 -1
  278. package/lib-types/components/data/ElmStatusMessage.stories.d.ts +0 -10
  279. package/lib-types/components/data/ElmStatusMessage.stories.d.ts.map +0 -1
  280. package/lib-types/components/embed/ElmOEmbed.d.ts +0 -48
  281. package/lib-types/components/embed/ElmOEmbed.d.ts.map +0 -1
  282. package/lib-types/components/embed/ElmOEmbed.stories.d.ts +0 -8
  283. package/lib-types/components/embed/ElmOEmbed.stories.d.ts.map +0 -1
  284. package/lib-types/components/fallback/ElmBlockFallback.d.ts +0 -15
  285. package/lib-types/components/fallback/ElmBlockFallback.d.ts.map +0 -1
  286. package/lib-types/components/fallback/ElmBlockFallback.stories.d.ts +0 -7
  287. package/lib-types/components/fallback/ElmBlockFallback.stories.d.ts.map +0 -1
  288. package/lib-types/components/fallback/ElmRectangleWave.d.ts +0 -10
  289. package/lib-types/components/fallback/ElmRectangleWave.d.ts.map +0 -1
  290. package/lib-types/components/fallback/ElmRectangleWave.stories.d.ts +0 -7
  291. package/lib-types/components/fallback/ElmRectangleWave.stories.d.ts.map +0 -1
  292. package/lib-types/components/fallback/ElmSpinner.d.ts +0 -18
  293. package/lib-types/components/fallback/ElmSpinner.d.ts.map +0 -1
  294. package/lib-types/components/fallback/ElmSpinner.stories.d.ts +0 -7
  295. package/lib-types/components/fallback/ElmSpinner.stories.d.ts.map +0 -1
  296. package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts +0 -14
  297. package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts.map +0 -1
  298. package/lib-types/components/fallback/ElmUnsupportedBlock.stories.d.ts +0 -7
  299. package/lib-types/components/fallback/ElmUnsupportedBlock.stories.d.ts.map +0 -1
  300. package/lib-types/components/form/ElmButton.d.ts +0 -24
  301. package/lib-types/components/form/ElmButton.d.ts.map +0 -1
  302. package/lib-types/components/form/ElmButton.stories.d.ts +0 -11
  303. package/lib-types/components/form/ElmButton.stories.d.ts.map +0 -1
  304. package/lib-types/components/form/ElmCheckbox.d.ts +0 -20
  305. package/lib-types/components/form/ElmCheckbox.d.ts.map +0 -1
  306. package/lib-types/components/form/ElmCheckbox.stories.d.ts +0 -7
  307. package/lib-types/components/form/ElmCheckbox.stories.d.ts.map +0 -1
  308. package/lib-types/components/form/ElmSelect.d.ts +0 -30
  309. package/lib-types/components/form/ElmSelect.d.ts.map +0 -1
  310. package/lib-types/components/form/ElmSelect.stories.d.ts +0 -8
  311. package/lib-types/components/form/ElmSelect.stories.d.ts.map +0 -1
  312. package/lib-types/components/form/ElmSwitch.d.ts +0 -24
  313. package/lib-types/components/form/ElmSwitch.d.ts.map +0 -1
  314. package/lib-types/components/form/ElmSwitch.stories.d.ts +0 -7
  315. package/lib-types/components/form/ElmSwitch.stories.d.ts.map +0 -1
  316. package/lib-types/components/form/ElmTextField.d.ts +0 -34
  317. package/lib-types/components/form/ElmTextField.d.ts.map +0 -1
  318. package/lib-types/components/form/ElmTextField.stories.d.ts +0 -7
  319. package/lib-types/components/form/ElmTextField.stories.d.ts.map +0 -1
  320. package/lib-types/components/form/ElmValidation.d.ts +0 -17
  321. package/lib-types/components/form/ElmValidation.d.ts.map +0 -1
  322. package/lib-types/components/form/ElmValidation.stories.d.ts +0 -7
  323. package/lib-types/components/form/ElmValidation.stories.d.ts.map +0 -1
  324. package/lib-types/components/icon/ElmArrowIcon.d.ts +0 -26
  325. package/lib-types/components/icon/ElmArrowIcon.d.ts.map +0 -1
  326. package/lib-types/components/icon/ElmArrowIcon.stories.d.ts +0 -7
  327. package/lib-types/components/icon/ElmArrowIcon.stories.d.ts.map +0 -1
  328. package/lib-types/components/icon/ElmBookmarkIcon.d.ts +0 -22
  329. package/lib-types/components/icon/ElmBookmarkIcon.d.ts.map +0 -1
  330. package/lib-types/components/icon/ElmBookmarkIcon.stories.d.ts +0 -9
  331. package/lib-types/components/icon/ElmBookmarkIcon.stories.d.ts.map +0 -1
  332. package/lib-types/components/icon/ElmCubeIcon.d.ts +0 -14
  333. package/lib-types/components/icon/ElmCubeIcon.d.ts.map +0 -1
  334. package/lib-types/components/icon/ElmCubeIcon.stories.d.ts +0 -7
  335. package/lib-types/components/icon/ElmCubeIcon.stories.d.ts.map +0 -1
  336. package/lib-types/components/icon/ElmDotLoadingIcon.d.ts +0 -20
  337. package/lib-types/components/icon/ElmDotLoadingIcon.d.ts.map +0 -1
  338. package/lib-types/components/icon/ElmDotLoadingIcon.stories.d.ts +0 -7
  339. package/lib-types/components/icon/ElmDotLoadingIcon.stories.d.ts.map +0 -1
  340. package/lib-types/components/icon/ElmInlineIcon.d.ts +0 -18
  341. package/lib-types/components/icon/ElmInlineIcon.d.ts.map +0 -1
  342. package/lib-types/components/icon/ElmInlineIcon.stories.d.ts +0 -7
  343. package/lib-types/components/icon/ElmInlineIcon.stories.d.ts.map +0 -1
  344. package/lib-types/components/icon/ElmLanguageIcon.d.ts +0 -19
  345. package/lib-types/components/icon/ElmLanguageIcon.d.ts.map +0 -1
  346. package/lib-types/components/icon/ElmLanguageIcon.stories.d.ts +0 -7
  347. package/lib-types/components/icon/ElmLanguageIcon.stories.d.ts.map +0 -1
  348. package/lib-types/components/icon/ElmLoginIcon.d.ts +0 -22
  349. package/lib-types/components/icon/ElmLoginIcon.d.ts.map +0 -1
  350. package/lib-types/components/icon/ElmLoginIcon.stories.d.ts +0 -7
  351. package/lib-types/components/icon/ElmLoginIcon.stories.d.ts.map +0 -1
  352. package/lib-types/components/icon/ElmMdiIcon.d.ts +0 -19
  353. package/lib-types/components/icon/ElmMdiIcon.d.ts.map +0 -1
  354. package/lib-types/components/icon/ElmMdiIcon.stories.d.ts +0 -7
  355. package/lib-types/components/icon/ElmMdiIcon.stories.d.ts.map +0 -1
  356. package/lib-types/components/icon/ElmSquareLoadingIcon.d.ts +0 -18
  357. package/lib-types/components/icon/ElmSquareLoadingIcon.d.ts.map +0 -1
  358. package/lib-types/components/icon/ElmSquareLoadingIcon.stories.d.ts +0 -7
  359. package/lib-types/components/icon/ElmSquareLoadingIcon.stories.d.ts.map +0 -1
  360. package/lib-types/components/icon/ElmToggleTheme.d.ts +0 -14
  361. package/lib-types/components/icon/ElmToggleTheme.d.ts.map +0 -1
  362. package/lib-types/components/icon/ElmToggleTheme.stories.d.ts +0 -7
  363. package/lib-types/components/icon/ElmToggleTheme.stories.d.ts.map +0 -1
  364. package/lib-types/components/icon/language.d.ts +0 -3
  365. package/lib-types/components/icon/language.d.ts.map +0 -1
  366. package/lib-types/components/media/ElmFile.d.ts +0 -22
  367. package/lib-types/components/media/ElmFile.d.ts.map +0 -1
  368. package/lib-types/components/media/ElmFile.stories.d.ts +0 -8
  369. package/lib-types/components/media/ElmFile.stories.d.ts.map +0 -1
  370. package/lib-types/components/media/ElmImage.d.ts +0 -34
  371. package/lib-types/components/media/ElmImage.d.ts.map +0 -1
  372. package/lib-types/components/media/ElmImage.stories.d.ts +0 -10
  373. package/lib-types/components/media/ElmImage.stories.d.ts.map +0 -1
  374. package/lib-types/components/navigation/ElmBookmark.d.ts +0 -53
  375. package/lib-types/components/navigation/ElmBookmark.d.ts.map +0 -1
  376. package/lib-types/components/navigation/ElmBookmark.stories.d.ts +0 -9
  377. package/lib-types/components/navigation/ElmBookmark.stories.d.ts.map +0 -1
  378. package/lib-types/components/navigation/ElmBreadcrumb.d.ts +0 -23
  379. package/lib-types/components/navigation/ElmBreadcrumb.d.ts.map +0 -1
  380. package/lib-types/components/navigation/ElmBreadcrumb.stories.d.ts +0 -8
  381. package/lib-types/components/navigation/ElmBreadcrumb.stories.d.ts.map +0 -1
  382. package/lib-types/components/navigation/ElmPageTop.d.ts +0 -14
  383. package/lib-types/components/navigation/ElmPageTop.d.ts.map +0 -1
  384. package/lib-types/components/navigation/ElmPageTop.stories.d.ts +0 -7
  385. package/lib-types/components/navigation/ElmPageTop.stories.d.ts.map +0 -1
  386. package/lib-types/components/navigation/ElmTableOfContents.d.ts +0 -18
  387. package/lib-types/components/navigation/ElmTableOfContents.d.ts.map +0 -1
  388. package/lib-types/components/navigation/ElmTableOfContents.stories.d.ts +0 -8
  389. package/lib-types/components/navigation/ElmTableOfContents.stories.d.ts.map +0 -1
  390. package/lib-types/components/others/ElmColorSample.d.ts +0 -12
  391. package/lib-types/components/others/ElmColorSample.d.ts.map +0 -1
  392. package/lib-types/components/others/ElmColorSample.stories.d.ts +0 -8
  393. package/lib-types/components/others/ElmColorSample.stories.d.ts.map +0 -1
  394. package/lib-types/components/others/ElmColorTable.d.ts +0 -15
  395. package/lib-types/components/others/ElmColorTable.d.ts.map +0 -1
  396. package/lib-types/components/others/ElmColorTable.stories.d.ts +0 -7
  397. package/lib-types/components/others/ElmColorTable.stories.d.ts.map +0 -1
  398. package/lib-types/components/others/ElmCommandPalette.d.ts +0 -34
  399. package/lib-types/components/others/ElmCommandPalette.d.ts.map +0 -1
  400. package/lib-types/components/others/ElmCommandPalette.stories.d.ts +0 -7
  401. package/lib-types/components/others/ElmCommandPalette.stories.d.ts.map +0 -1
  402. package/lib-types/components/others/ElmJarkup.d.ts +0 -30
  403. package/lib-types/components/others/ElmJarkup.d.ts.map +0 -1
  404. package/lib-types/components/others/ElmJarkup.stories.d.ts +0 -8
  405. package/lib-types/components/others/ElmJarkup.stories.d.ts.map +0 -1
  406. package/lib-types/components/others/ElmJsonComponentRenderer.d.ts +0 -14
  407. package/lib-types/components/others/ElmJsonComponentRenderer.d.ts.map +0 -1
  408. package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts +0 -7
  409. package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts.map +0 -1
  410. package/lib-types/components/others/ElmMarkdown.d.ts +0 -25
  411. package/lib-types/components/others/ElmMarkdown.d.ts.map +0 -1
  412. package/lib-types/components/others/ElmMarkdown.stories.d.ts +0 -7
  413. package/lib-types/components/others/ElmMarkdown.stories.d.ts.map +0 -1
  414. package/lib-types/components/others/ElmTyping.d.ts +0 -12
  415. package/lib-types/components/others/ElmTyping.d.ts.map +0 -1
  416. package/lib-types/components/others/ElmTyping.stories.d.ts +0 -8
  417. package/lib-types/components/others/ElmTyping.stories.d.ts.map +0 -1
  418. package/lib-types/components/table/ElmTable.d.ts +0 -26
  419. package/lib-types/components/table/ElmTable.d.ts.map +0 -1
  420. package/lib-types/components/table/ElmTable.stories.d.ts +0 -8
  421. package/lib-types/components/table/ElmTable.stories.d.ts.map +0 -1
  422. package/lib-types/components/table/ElmTableBody.d.ts +0 -8
  423. package/lib-types/components/table/ElmTableBody.d.ts.map +0 -1
  424. package/lib-types/components/table/ElmTableBody.stories.d.ts +0 -7
  425. package/lib-types/components/table/ElmTableBody.stories.d.ts.map +0 -1
  426. package/lib-types/components/table/ElmTableCell.d.ts +0 -17
  427. package/lib-types/components/table/ElmTableCell.d.ts.map +0 -1
  428. package/lib-types/components/table/ElmTableCell.stories.d.ts +0 -7
  429. package/lib-types/components/table/ElmTableCell.stories.d.ts.map +0 -1
  430. package/lib-types/components/table/ElmTableHeader.d.ts +0 -8
  431. package/lib-types/components/table/ElmTableHeader.d.ts.map +0 -1
  432. package/lib-types/components/table/ElmTableHeader.stories.d.ts +0 -7
  433. package/lib-types/components/table/ElmTableHeader.stories.d.ts.map +0 -1
  434. package/lib-types/components/table/ElmTableRow.d.ts +0 -8
  435. package/lib-types/components/table/ElmTableRow.d.ts.map +0 -1
  436. package/lib-types/components/table/ElmTableRow.stories.d.ts +0 -7
  437. package/lib-types/components/table/ElmTableRow.stories.d.ts.map +0 -1
  438. package/lib-types/components/table/TableContext.d.ts +0 -3
  439. package/lib-types/components/table/TableContext.d.ts.map +0 -1
  440. package/lib-types/components/template/ElmTemplate.d.ts +0 -10
  441. package/lib-types/components/template/ElmTemplate.d.ts.map +0 -1
  442. package/lib-types/components/template/ElmTemplate.stories.d.ts +0 -7
  443. package/lib-types/components/template/ElmTemplate.stories.d.ts.map +0 -1
  444. package/lib-types/components/typography/ElmBlockQuote.d.ts +0 -14
  445. package/lib-types/components/typography/ElmBlockQuote.d.ts.map +0 -1
  446. package/lib-types/components/typography/ElmBlockQuote.stories.d.ts +0 -7
  447. package/lib-types/components/typography/ElmBlockQuote.stories.d.ts.map +0 -1
  448. package/lib-types/components/typography/ElmCallout.d.ts +0 -15
  449. package/lib-types/components/typography/ElmCallout.d.ts.map +0 -1
  450. package/lib-types/components/typography/ElmCallout.stories.d.ts +0 -11
  451. package/lib-types/components/typography/ElmCallout.stories.d.ts.map +0 -1
  452. package/lib-types/components/typography/ElmDivider.d.ts +0 -10
  453. package/lib-types/components/typography/ElmDivider.d.ts.map +0 -1
  454. package/lib-types/components/typography/ElmDivider.stories.d.ts +0 -7
  455. package/lib-types/components/typography/ElmDivider.stories.d.ts.map +0 -1
  456. package/lib-types/components/typography/ElmFragmentIdentifier.d.ts +0 -14
  457. package/lib-types/components/typography/ElmFragmentIdentifier.d.ts.map +0 -1
  458. package/lib-types/components/typography/ElmFragmentIdentifier.stories.d.ts +0 -7
  459. package/lib-types/components/typography/ElmFragmentIdentifier.stories.d.ts.map +0 -1
  460. package/lib-types/components/typography/ElmHeading.d.ts +0 -32
  461. package/lib-types/components/typography/ElmHeading.d.ts.map +0 -1
  462. package/lib-types/components/typography/ElmHeading.stories.d.ts +0 -8
  463. package/lib-types/components/typography/ElmHeading.stories.d.ts.map +0 -1
  464. package/lib-types/components/typography/ElmInlineText.d.ts +0 -25
  465. package/lib-types/components/typography/ElmInlineText.d.ts.map +0 -1
  466. package/lib-types/components/typography/ElmInlineText.stories.d.ts +0 -13
  467. package/lib-types/components/typography/ElmInlineText.stories.d.ts.map +0 -1
  468. package/lib-types/components/typography/ElmList.d.ts +0 -16
  469. package/lib-types/components/typography/ElmList.d.ts.map +0 -1
  470. package/lib-types/components/typography/ElmList.stories.d.ts +0 -9
  471. package/lib-types/components/typography/ElmList.stories.d.ts.map +0 -1
  472. package/lib-types/components/typography/ElmParagraph.d.ts +0 -11
  473. package/lib-types/components/typography/ElmParagraph.d.ts.map +0 -1
  474. package/lib-types/components/typography/ElmParagraph.stories.d.ts +0 -8
  475. package/lib-types/components/typography/ElmParagraph.stories.d.ts.map +0 -1
  476. package/lib-types/components/typography/ElmTypingAnimation.d.ts +0 -22
  477. package/lib-types/components/typography/ElmTypingAnimation.d.ts.map +0 -1
  478. package/lib-types/components/typography/ElmTypingAnimation.stories.d.ts +0 -7
  479. package/lib-types/components/typography/ElmTypingAnimation.stories.d.ts.map +0 -1
  480. package/lib-types/hooks/useElmethisTheme.d.ts +0 -5
  481. package/lib-types/hooks/useElmethisTheme.d.ts.map +0 -1
  482. package/lib-types/hooks/useLocalStorage.d.ts +0 -14
  483. package/lib-types/hooks/useLocalStorage.d.ts.map +0 -1
  484. package/lib-types/hooks/useLocalStorage.stories.d.ts +0 -9
  485. package/lib-types/hooks/useLocalStorage.stories.d.ts.map +0 -1
  486. package/lib-types/hooks/useLocalStorageDispatch.d.ts +0 -2
  487. package/lib-types/hooks/useLocalStorageDispatch.d.ts.map +0 -1
  488. package/lib-types/hooks/useLocalStorageDispatch.stories.d.ts +0 -6
  489. package/lib-types/hooks/useLocalStorageDispatch.stories.d.ts.map +0 -1
  490. package/lib-types/lib.d.ts +0 -75
  491. package/lib-types/lib.d.ts.map +0 -1
  492. package/lib-types/styles/variables.d.ts +0 -10
  493. package/lib-types/styles/variables.d.ts.map +0 -1
@@ -0,0 +1,29 @@
1
+ import type { ComponentPropsWithoutRef } from "react";
2
+ export interface ElmCheckboxProps extends Omit<ComponentPropsWithoutRef<"div">, "onChange"> {
3
+ /**
4
+ * The label displayed.
5
+ */
6
+ label: string;
7
+ /**
8
+ * Whether the checkbox is in a loading state.
9
+ */
10
+ isLoading?: boolean;
11
+ /**
12
+ * Whether the checkbox is disabled.
13
+ */
14
+ disabled?: boolean;
15
+ /**
16
+ * Controlled checked state. When provided the parent owns the value.
17
+ */
18
+ checked?: boolean;
19
+ /**
20
+ * Initial checked state when uncontrolled.
21
+ */
22
+ defaultChecked?: boolean;
23
+ /**
24
+ * Called with the next checked value when the checkbox is toggled.
25
+ */
26
+ onCheckedChange?: (checked: boolean) => void;
27
+ }
28
+ export declare const ElmCheckbox: ({ className, label, isLoading, disabled, checked, defaultChecked, onCheckedChange, ...rest }: ElmCheckboxProps) => import("react").JSX.Element;
29
+ //# sourceMappingURL=elm-checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/elm-checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAOtD,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAC5C,wBAAwB,CAAC,KAAK,CAAC,EAC/B,UAAU,CACX;IACC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAC9C;AAED,eAAO,MAAM,WAAW,GAAI,8FASzB,gBAAgB,gCAkKlB,CAAC"}
@@ -0,0 +1,49 @@
1
+ import { type ComponentPropsWithoutRef, type ReactNode } from "react";
2
+ export interface ElmSelectOption {
3
+ id: string;
4
+ label: string;
5
+ /**
6
+ * Optional icon URL displayed alongside the option label.
7
+ */
8
+ icon?: string;
9
+ }
10
+ export interface ElmSelectProps extends Omit<ComponentPropsWithoutRef<"div">, "onChange"> {
11
+ /**
12
+ * Label for the select component.
13
+ */
14
+ label: string;
15
+ /**
16
+ * Placeholder text shown when no option is selected.
17
+ */
18
+ placeholder?: string;
19
+ /**
20
+ * Whether the select is disabled.
21
+ */
22
+ disabled?: boolean;
23
+ /**
24
+ * Whether the select is in a loading state.
25
+ */
26
+ isLoading?: boolean;
27
+ /**
28
+ * Options to display in the dropdown.
29
+ */
30
+ options: ElmSelectOption[];
31
+ /**
32
+ * Currently selected option id (controlled).
33
+ */
34
+ selectedOptionId?: string | null;
35
+ /**
36
+ * Initial selected option id for the uncontrolled case.
37
+ */
38
+ defaultSelectedOptionId?: string | null;
39
+ /**
40
+ * Called whenever the selected option id changes.
41
+ */
42
+ onSelectedOptionIdChange?: (selectedOptionId: string | null) => void;
43
+ /**
44
+ * Optional icon rendered before the label. Falls back to a default mdi icon.
45
+ */
46
+ icon?: ReactNode;
47
+ }
48
+ export declare const ElmSelect: ({ className, style, label, placeholder, disabled, isLoading, options, selectedOptionId, defaultSelectedOptionId, onSelectedOptionIdChange, icon, children: _children, ...rest }: ElmSelectProps) => import("react").JSX.Element;
49
+ //# sourceMappingURL=elm-select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-select.d.ts","sourceRoot":"","sources":["../../../src/components/form/elm-select.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,wBAAwB,EAE7B,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAiBf,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAC1C,wBAAwB,CAAC,KAAK,CAAC,EAC/B,UAAU,CACX;IACC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,OAAO,EAAE,eAAe,EAAE,CAAC;IAE3B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExC;;OAEG;IACH,wBAAwB,CAAC,EAAE,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAErE;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,SAAS,GAAI,iLAgBvB,cAAc,gCA6FhB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import type { ComponentPropsWithoutRef } from "react";
2
+ export interface ElmSwitchProps extends Omit<ComponentPropsWithoutRef<"div">, "onChange"> {
3
+ /**
4
+ * The color of the switch when checked.
5
+ */
6
+ color?: string;
7
+ /**
8
+ * The size of the switch.
9
+ */
10
+ size?: string;
11
+ /**
12
+ * Whether the switch is disabled.
13
+ */
14
+ disabled?: boolean;
15
+ /**
16
+ * Controlled checked state. The parent owns the state.
17
+ */
18
+ checked: boolean;
19
+ /**
20
+ * Called with the next checked value when the switch is toggled.
21
+ */
22
+ onCheckedChange?: (checked: boolean) => void;
23
+ }
24
+ export declare const ElmSwitch: ({ className, style, color, size, disabled, checked, onCheckedChange, ...props }: ElmSwitchProps) => import("react").JSX.Element;
25
+ //# sourceMappingURL=elm-switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-switch.d.ts","sourceRoot":"","sources":["../../../src/components/form/elm-switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAiB,MAAM,OAAO,CAAC;AASrE,MAAM,WAAW,cAAe,SAAQ,IAAI,CAC1C,wBAAwB,CAAC,KAAK,CAAC,EAC/B,UAAU,CACX;IACC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAC9C;AAED,eAAO,MAAM,SAAS,GAAI,iFASvB,cAAc,gCAgDhB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { type ComponentPropsWithoutRef, type ReactNode } from "react";
2
+ export interface ElmTextAreaProps extends ComponentPropsWithoutRef<"textarea"> {
3
+ label: string;
4
+ /**
5
+ * Custom icon rendered in the header. Defaults to a text-long glyph.
6
+ */
7
+ icon?: ReactNode;
8
+ isLoading?: boolean;
9
+ /**
10
+ * Visible rows on initial render. The textarea is vertically
11
+ * resizable by default, so this is a starting height, not a cap.
12
+ */
13
+ rows?: number;
14
+ }
15
+ export declare const ElmTextArea: ({ className, style, label, icon, maxLength, placeholder, disabled, isLoading, required, value, defaultValue, rows, onInput, onFocus, onBlur, ...rest }: ElmTextAreaProps) => import("react").JSX.Element;
16
+ //# sourceMappingURL=elm-text-area.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-text-area.d.ts","sourceRoot":"","sources":["../../../src/components/form/elm-text-area.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,wBAAwB,EAE7B,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAcf,MAAM,WAAW,gBAAiB,SAAQ,wBAAwB,CAAC,UAAU,CAAC;IAC5E,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,WAAW,GAAI,wJAiBzB,gBAAgB,gCAuFlB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { type ComponentPropsWithoutRef, type ReactNode } from "react";
2
+ export interface ElmTextFieldProps extends Omit<ComponentPropsWithoutRef<"input">, "prefix"> {
3
+ label: string;
4
+ maxLength?: number;
5
+ prefix?: string;
6
+ suffix?: string;
7
+ placeholder?: string;
8
+ disabled?: boolean;
9
+ isLoading?: boolean;
10
+ /**
11
+ * The leading icon slot. Defaults to an `mdiText` icon.
12
+ */
13
+ icon?: ReactNode;
14
+ isPassword?: boolean;
15
+ required?: boolean;
16
+ }
17
+ export declare const ElmTextField: ({ className, style, label, maxLength, prefix, suffix, placeholder, disabled, isLoading, icon, value, isPassword, required, onFocus, onBlur, ...rest }: ElmTextFieldProps) => import("react").JSX.Element;
18
+ //# sourceMappingURL=elm-text-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-text-field.d.ts","sourceRoot":"","sources":["../../../src/components/form/elm-text-field.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,wBAAwB,EAE7B,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAcf,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAC7C,wBAAwB,CAAC,OAAO,CAAC,EACjC,QAAQ,CACT;IACC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,GAAI,uJAiB1B,iBAAiB,gCAsHnB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { ComponentPropsWithoutRef } from "react";
2
+ export interface ElmValidationProps extends ComponentPropsWithoutRef<"div"> {
3
+ text: string;
4
+ validColor?: string;
5
+ isValid: boolean;
6
+ }
7
+ export declare const ElmValidation: ({ className, style, text, validColor, isValid, ...props }: ElmValidationProps) => import("react").JSX.Element;
8
+ //# sourceMappingURL=elm-validation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-validation.d.ts","sourceRoot":"","sources":["../../../src/components/form/elm-validation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAiB,MAAM,OAAO,CAAC;AASrE,MAAM,WAAW,kBAAmB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACzE,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,GAAI,2DAO3B,kBAAkB,gCAqBpB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { CSSProperties } from "react";
2
+ import { type UseClipboardOptions } from "../../hooks/use-clipboard";
3
+ export interface ElmCopyIconProps {
4
+ className?: string;
5
+ style?: CSSProperties;
6
+ content: UseClipboardOptions["content"];
7
+ }
8
+ export declare const ElmCopyIcon: ({ className, style, content, }: ElmCopyIconProps) => import("react").JSX.Element;
9
+ //# sourceMappingURL=elm-copy-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-copy-icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/elm-copy-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,2BAA2B,CAAC;AAEnC,MAAM,WAAW,gBAAgB;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,aAAa,CAAC;IAEtB,OAAO,EAAE,mBAAmB,CAAC,SAAS,CAAC,CAAC;CACzC;AAED,eAAO,MAAM,WAAW,GAAI,gCAIzB,gBAAgB,gCAQlB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ComponentPropsWithoutRef, CSSProperties } from "react";
2
+ export interface ElmDotLoadingIconProps extends ComponentPropsWithoutRef<"span"> {
3
+ /**
4
+ * Specifies the size of the dot.
5
+ */
6
+ size?: CSSProperties["width"];
7
+ }
8
+ export declare const ElmDotLoadingIcon: ({ className, style, size, ...props }: ElmDotLoadingIconProps) => import("react").JSX.Element;
9
+ //# sourceMappingURL=elm-dot-loading-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-dot-loading-icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/elm-dot-loading-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAKrE,MAAM,WAAW,sBAAuB,SAAQ,wBAAwB,CAAC,MAAM,CAAC;IAC9E;;OAEG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;CAC/B;AAED,eAAO,MAAM,iBAAiB,GAAI,sCAK/B,sBAAsB,gCAiBxB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { ComponentPropsWithoutRef } from "react";
2
+ export interface ElmInlineIconProps extends ComponentPropsWithoutRef<"span"> {
3
+ /**
4
+ * The source URL of the icon.
5
+ */
6
+ src: string;
7
+ /**
8
+ * The alt text for the icon.
9
+ */
10
+ alt?: string;
11
+ width?: number | `${number}`;
12
+ height?: number | `${number}`;
13
+ size?: number | `${number}`;
14
+ }
15
+ export declare const ElmInlineIcon: ({ className, src, alt, width, height, size, ...props }: ElmInlineIconProps) => import("react").JSX.Element;
16
+ //# sourceMappingURL=elm-inline-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-inline-icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/elm-inline-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAKtD,MAAM,WAAW,kBAAmB,SAAQ,wBAAwB,CAAC,MAAM,CAAC;IAC1E;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAE7B,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAE9B,IAAI,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,GAAI,wDAQ3B,kBAAkB,gCAYpB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import type { CSSProperties } from "react";
2
+ export declare const LANGUAGES: readonly ["rust", "javascript", "typescript", "shell", "terraform", "html", "css", "npm", "java", "kotlin", "go", "python", "sql", "json", "lua", "csharp", "cpp", "c", "file"];
3
+ export type Language = (typeof LANGUAGES)[number];
4
+ export interface ElmLanguageIconProps {
5
+ className?: string;
6
+ style?: CSSProperties;
7
+ /**
8
+ * The size of the icon.
9
+ */
10
+ size?: number;
11
+ /**
12
+ * The language of the icon.
13
+ */
14
+ language: Language | string;
15
+ }
16
+ export declare const ElmLanguageIcon: ({ className, style, size, language, }: ElmLanguageIconProps) => import("react").JSX.Element;
17
+ //# sourceMappingURL=elm-language-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-language-icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/elm-language-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,aAAa,EAAE,MAAM,OAAO,CAAC;AA6B1D,eAAO,MAAM,SAAS,iLAoBZ,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,aAAa,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC;CAC7B;AAqGD,eAAO,MAAM,eAAe,GAAI,uCAK7B,oBAAoB,gCAItB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { ComponentPropsWithoutRef } from "react";
2
+ export interface ElmMdiIconProps extends ComponentPropsWithoutRef<"svg"> {
3
+ d: string;
4
+ size?: string;
5
+ color?: string;
6
+ lightColor?: string;
7
+ darkColor?: string;
8
+ }
9
+ export declare const ElmMdiIcon: ({ className, style, d, size, color, lightColor, darkColor, ...props }: ElmMdiIconProps) => import("react").JSX.Element;
10
+ //# sourceMappingURL=elm-mdi-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-mdi-icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/elm-mdi-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAiB,MAAM,OAAO,CAAC;AAKrE,MAAM,WAAW,eAAgB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACtE,CAAC,EAAE,MAAM,CAAC;IACV,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,GAAI,uEASxB,eAAe,gCAuBjB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { ComponentPropsWithoutRef, CSSProperties } from "react";
2
+ export interface ElmSquareLoadingIconProps extends ComponentPropsWithoutRef<"span"> {
3
+ size?: CSSProperties["width"];
4
+ dimensions?: number;
5
+ }
6
+ export declare const ElmSquareLoadingIcon: ({ className, style, size, dimensions, ...props }: ElmSquareLoadingIconProps) => import("react").JSX.Element;
7
+ //# sourceMappingURL=elm-square-loading-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-square-loading-icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/elm-square-loading-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAKrE,MAAM,WAAW,yBAA0B,SAAQ,wBAAwB,CAAC,MAAM,CAAC;IACjF,IAAI,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,oBAAoB,GAAI,kDAMlC,yBAAyB,gCAgC3B,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ComponentPropsWithoutRef } from "react";
2
+ export interface ElmToggleThemeProps extends ComponentPropsWithoutRef<"svg"> {
3
+ /**
4
+ * Specifies the size of the icon.
5
+ */
6
+ size?: string | number;
7
+ }
8
+ export declare const ElmToggleTheme: ({ className, style, size, ...props }: ElmToggleThemeProps) => import("react").JSX.Element;
9
+ //# sourceMappingURL=elm-toggle-theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-toggle-theme.d.ts","sourceRoot":"","sources":["../../../src/components/icon/elm-toggle-theme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAMtD,MAAM,WAAW,mBAAoB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IAC1E;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,cAAc,GAAI,sCAK5B,mBAAmB,gCAgYrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Bash: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=bash.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bash.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/bash.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,IAAI,GAAI,oBAAyB,mBAAmB,gCAoBhE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Cplusplus: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=c-plus-plus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"c-plus-plus.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/c-plus-plus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,SAAS,GAAI,oBAAyB,mBAAmB,gCA2BrE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Csharp: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=c-sharp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"c-sharp.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/c-sharp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,MAAM,GAAI,oBAAyB,mBAAmB,gCAuBlE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const C: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=c.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"c.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/c.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,CAAC,GAAI,oBAAyB,mBAAmB,gCAuB7D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Css: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/css.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,GAAG,GAAI,oBAAyB,mBAAmB,gCAe/D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Go: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=go.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"go.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/go.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,EAAE,GAAI,oBAAyB,mBAAmB,gCAkB9D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Html: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=html.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/html.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,IAAI,GAAI,oBAAyB,mBAAmB,gCAwBhE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Java: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=java.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"java.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/java.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,IAAI,GAAI,oBAAyB,mBAAmB,gCA+BhE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Javascript: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=javascript.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"javascript.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/javascript.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,UAAU,GAAI,oBAAyB,mBAAmB,gCAgBtE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Json: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=json.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/json.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,IAAI,GAAI,oBAAyB,mBAAmB,gCA+ChE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Kotlin: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=kotlin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kotlin.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/kotlin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,MAAM,GAAI,oBAAyB,mBAAmB,gCA8BlE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { CSSProperties } from "react";
2
+ export interface CommonLanguageProps {
3
+ size?: number | string;
4
+ className?: string;
5
+ style?: CSSProperties;
6
+ }
7
+ //# sourceMappingURL=language-interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-interface.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/language-interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Lua: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=lua.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lua.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/lua.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,GAAG,GAAI,oBAAyB,mBAAmB,gCAuB/D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Npm: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=npm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"npm.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/npm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,GAAG,GAAI,oBAAyB,mBAAmB,gCAmB/D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Python: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=python.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"python.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/python.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,MAAM,GAAI,oBAAyB,mBAAmB,gCA6DlE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Rust: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=rust.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rust.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/rust.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,IAAI,GAAI,oBAAyB,mBAAmB,gCAahE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Sql: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=sql.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/sql.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,GAAG,GAAI,oBAAyB,mBAAmB,gCAe/D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Terraform: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=terraform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"terraform.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/terraform.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,SAAS,GAAI,oBAAyB,mBAAmB,gCAyBrE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Typescript: ({ size, ...props }: CommonLanguageProps) => import("react").JSX.Element;
3
+ //# sourceMappingURL=typescript.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/languages/typescript.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,eAAO,MAAM,UAAU,GAAI,oBAAyB,mBAAmB,gCAgBtE,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { type ComponentPropsWithoutRef } from "react";
2
+ export interface ElmBlockImageProps extends ComponentPropsWithoutRef<"figure"> {
3
+ /**
4
+ * Image source URL
5
+ */
6
+ src: string;
7
+ srcSet?: string;
8
+ sizes?: string;
9
+ /**
10
+ * Image alt text
11
+ */
12
+ alt?: string;
13
+ enableModal?: boolean;
14
+ caption?: string;
15
+ width?: number | `${number}`;
16
+ height?: number | `${number}`;
17
+ }
18
+ export declare const ElmBlockImage: ({ className, src, alt, caption, width, height, srcSet, sizes, enableModal, ...rest }: ElmBlockImageProps) => import("react").JSX.Element;
19
+ //# sourceMappingURL=elm-block-image.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-block-image.d.ts","sourceRoot":"","sources":["../../../src/components/media/elm-block-image.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,wBAAwB,EAE9B,MAAM,OAAO,CAAC;AAUf,MAAM,WAAW,kBAAmB,SAAQ,wBAAwB,CAAC,QAAQ,CAAC;IAC5E;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAE7B,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,aAAa,GAAI,sFAW3B,kBAAkB,gCAkHpB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import type { ComponentPropsWithoutRef } from "react";
2
+ export interface ElmFileProps extends ComponentPropsWithoutRef<"div"> {
3
+ /**
4
+ * The name of the file.
5
+ */
6
+ name?: string;
7
+ /**
8
+ * The source of the file.
9
+ */
10
+ src: string;
11
+ /**
12
+ * The size of the file in bytes.
13
+ */
14
+ filesize?: string;
15
+ }
16
+ export declare const ElmFile: ({ className, name, src, filesize, ...props }: ElmFileProps) => import("react").JSX.Element;
17
+ //# sourceMappingURL=elm-file.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-file.d.ts","sourceRoot":"","sources":["../../../src/components/media/elm-file.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAQtD,MAAM,WAAW,YAAa,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACnE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAUD,eAAO,MAAM,OAAO,GAAI,8CAMrB,YAAY,gCA0Cd,CAAC"}
@@ -0,0 +1,22 @@
1
+ import type { ComponentPropsWithoutRef } from "react";
2
+ export interface ElmBookmarkProps extends ComponentPropsWithoutRef<"div"> {
3
+ /**
4
+ * The description of the bookmark.
5
+ */
6
+ description?: string;
7
+ /**
8
+ * The image to display.
9
+ * This can be a URL or a base64-encoded image.
10
+ */
11
+ image?: string;
12
+ /**
13
+ * The URL to navigate to.
14
+ */
15
+ url?: string;
16
+ /**
17
+ * The URL of the favicon.
18
+ */
19
+ favicon?: string;
20
+ }
21
+ export declare const ElmBookmark: ({ className, title, url, image, description, favicon, ...props }: ElmBookmarkProps) => import("react").JSX.Element;
22
+ //# sourceMappingURL=elm-bookmark.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-bookmark.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/elm-bookmark.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAiB,MAAM,OAAO,CAAC;AASrE,MAAM,WAAW,gBAAiB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACvE;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAOD,eAAO,MAAM,WAAW,GAAI,kEAQzB,gBAAgB,gCA2ClB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { ComponentPropsWithoutRef, MouseEvent } from "react";
2
+ export interface ElmBreadcrumbProps extends ComponentPropsWithoutRef<"nav"> {
3
+ links: Array<{
4
+ /**
5
+ * The text to display.
6
+ */
7
+ text: string;
8
+ /**
9
+ * The action to perform when the link is clicked.
10
+ */
11
+ onClick?: (event: MouseEvent<HTMLSpanElement>) => void;
12
+ }>;
13
+ }
14
+ export declare const ElmBreadcrumb: ({ className, links, ...props }: ElmBreadcrumbProps) => import("react").JSX.Element;
15
+ //# sourceMappingURL=elm-breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/elm-breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAYlE,MAAM,WAAW,kBAAmB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACzE,KAAK,EAAE,KAAK,CAAC;QACX;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;KACxD,CAAC,CAAC;CACJ;AAED,eAAO,MAAM,aAAa,GAAI,gCAI3B,kBAAkB,gCAgCpB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { type ComponentPropsWithoutRef } from "react";
2
+ export interface ElmPageTopProps extends ComponentPropsWithoutRef<"nav"> {
3
+ /**
4
+ * Specifies the position of the button.
5
+ */
6
+ position?: "left" | "right";
7
+ }
8
+ export declare const ElmPageTop: ({ className, style, position, ...props }: ElmPageTopProps) => import("react").JSX.Element;
9
+ //# sourceMappingURL=elm-page-top.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-page-top.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/elm-page-top.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,wBAAwB,EAE9B,MAAM,OAAO,CAAC;AAKf,MAAM,WAAW,eAAgB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACtE;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,UAAU,GAAI,0CAKxB,eAAe,gCA2CjB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type ComponentPropsWithoutRef } from "react";
2
+ export interface ElmColorPrimitiveSampleProps extends ComponentPropsWithoutRef<"div"> {
3
+ }
4
+ export declare const ElmColorPrimitiveSample: ({ className, style, onClick, ...props }: ElmColorPrimitiveSampleProps) => import("react").JSX.Element;
5
+ //# sourceMappingURL=elm-color-primitive-sample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elm-color-primitive-sample.d.ts","sourceRoot":"","sources":["../../../src/components/others/elm-color-primitive-sample.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,wBAAwB,EAE9B,MAAM,OAAO,CAAC;AAOf,MAAM,WAAW,4BAA6B,SAAQ,wBAAwB,CAAC,KAAK,CAAC;CAAG;AA8BxF,eAAO,MAAM,uBAAuB,GAAI,yCAKrC,4BAA4B,gCAmH9B,CAAC"}