@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
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- import type { ElmethisCSSVariables } from "@styles/variables";
4
- export type ElmTabsCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-color-primary">;
5
- export interface ElmTabsProps {
6
- style?: React.CSSProperties & ElmTabsCSSVariables;
7
- className?: string;
8
- /** Array of tab label elements. */
9
- tabLabels: React.ReactNode[];
10
- /** Array of tab content elements corresponding to each label. */
11
- tabContents: React.ReactNode[];
12
- }
13
- export declare const ElmTabs: (props: ElmTabsProps) => import("react/jsx-runtime").JSX.Element;
14
- //# sourceMappingURL=ElmTabs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmTabs.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmTabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,oBAAoB,EACpB,0BAA0B,CAC3B,CAAC;AAEF,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,mBAAmB,CAAC;IAElD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,mCAAmC;IACnC,SAAS,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IAE7B,iEAAiE;IACjE,WAAW,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAChC;AAED,eAAO,MAAM,OAAO,GAAI,OAAO,YAAY,4CAkC1C,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmTabs } from "./ElmTabs";
3
- declare const meta: Meta<typeof ElmTabs>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- //# sourceMappingURL=ElmTabs.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmTabs.stories.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmTabs.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAK9B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAerB,CAAC"}
@@ -1,18 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- import type { ElmethisCSSVariables } from "@styles/variables";
4
- export type ElmToggleCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
5
- export interface ElmToggleProps extends React.PropsWithChildren {
6
- style?: React.CSSProperties & ElmToggleCSSVariables;
7
- className?: string;
8
- /** The summary text of the toggle. */
9
- summary?: string;
10
- /** Custom inline summary content (used when summary is not provided). */
11
- summaryContent?: React.ReactNode;
12
- /** Whether the toggle is open. */
13
- isOpen?: boolean;
14
- /** Called when the toggle open state changes. */
15
- setIsOpen?: (value: boolean) => void;
16
- }
17
- export declare const ElmToggle: (props: ElmToggleProps) => import("react/jsx-runtime").JSX.Element;
18
- //# sourceMappingURL=ElmToggle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmToggle.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAQ5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAG9D,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,iBAAiB;IAC7D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,sCAAsC;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,yEAAyE;IACzE,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEjC,kCAAkC;IAClC,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB,iDAAiD;IACjD,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CA6D9C,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmToggle } from "./ElmToggle";
3
- declare const meta: Meta<typeof ElmToggle>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- export declare const InlineSummary: Story;
8
- export declare const Markdown: Story;
9
- //# sourceMappingURL=ElmToggle.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmToggle.stories.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmToggle.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAuB,MAAM,aAAa,CAAC;AAO7D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAKhC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAiB3B,CAAC;AA4BF,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAC"}
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export interface ElmTooltipCSSVariables {
4
- }
5
- export interface ElmTooltipProps {
6
- style?: React.CSSProperties & ElmTooltipCSSVariables;
7
- className?: string;
8
- /** The original element that triggers the tooltip. */
9
- original: React.ReactNode;
10
- /** The tooltip content displayed on hover. */
11
- tooltip: React.ReactNode;
12
- }
13
- export declare const ElmTooltip: (props: ElmTooltipProps) => import("react/jsx-runtime").JSX.Element;
14
- //# sourceMappingURL=ElmTooltip.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmTooltip.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,sBAAsB;CAAG;AAE1C,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,sDAAsD;IACtD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,8CAA8C;IAC9C,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAmDhD,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmTooltip } from "./ElmTooltip";
3
- declare const meta: Meta<typeof ElmTooltip>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- //# sourceMappingURL=ElmTooltip.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmTooltip.stories.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmTooltip.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAYjC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1,17 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export type ElmModelSelectOption<TModelId extends string> = {
4
- modelId: TModelId;
5
- label: string;
6
- icon: string;
7
- };
8
- export interface ElmModelSelectCSSVariables {
9
- }
10
- export interface ElmModelSelectProps<TModelId extends string> {
11
- style?: React.CSSProperties & ElmModelSelectCSSVariables;
12
- models: ElmModelSelectOption<TModelId>[];
13
- selectedModelId?: TModelId | null;
14
- setSelectedModelId?: (modelId: TModelId) => void;
15
- }
16
- export declare const ElmModelSelect: <TModelId extends string>(props: ElmModelSelectProps<TModelId>) => import("react/jsx-runtime").JSX.Element;
17
- //# sourceMappingURL=ElmModelSelect.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmModelSelect.d.ts","sourceRoot":"","sources":["../../../src/components/copilotkit/ElmModelSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAM5B,MAAM,MAAM,oBAAoB,CAAC,QAAQ,SAAS,MAAM,IAAI;IAC1D,OAAO,EAAE,QAAQ,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,WAAW,0BAA0B;CAAG;AAE9C,MAAM,WAAW,mBAAmB,CAAC,QAAQ,SAAS,MAAM;IAC1D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,0BAA0B,CAAC;IAEzD,MAAM,EAAE,oBAAoB,CAAC,QAAQ,CAAC,EAAE,CAAC;IAEzC,eAAe,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;IAElC,kBAAkB,CAAC,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,CAAC;CAClD;AAmBD,eAAO,MAAM,cAAc,GAAI,QAAQ,SAAS,MAAM,EACpD,OAAO,mBAAmB,CAAC,QAAQ,CAAC,4CAoBrC,CAAC"}
@@ -1,28 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmModelSelect, type ElmModelSelectProps } from "./ElmModelSelect";
3
- declare const meta: Meta<typeof ElmModelSelect>;
4
- export default meta;
5
- declare const MODELS: ({
6
- modelId: "anthropic/claude-opus-4.6";
7
- label: string;
8
- icon: string;
9
- } | {
10
- modelId: "anthropic/claude-sonnet-4.6";
11
- label: string;
12
- icon: string;
13
- } | {
14
- modelId: "google/gemini-3.1-pro-preview";
15
- label: string;
16
- icon: string;
17
- } | {
18
- modelId: "google/gemini-3.1-flash-lite-preview";
19
- label: string;
20
- icon: string;
21
- } | {
22
- modelId: "openai/gpt-5.4-nano";
23
- label: string;
24
- icon: string;
25
- })[];
26
- type Story = StoryObj<ElmModelSelectProps<(typeof MODELS)[number]["modelId"]>>;
27
- export declare const Primary: Story;
28
- //# sourceMappingURL=ElmModelSelect.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmModelSelect.stories.d.ts","sourceRoot":"","sources":["../../../src/components/copilotkit/ElmModelSelect.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAO5E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,cAAc,CAKrC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;IA0BX,CAAC;AAEF,KAAK,KAAK,GAAG,QAAQ,CAAC,mBAAmB,CAAC,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AAkB/E,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC"}
@@ -1,17 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- import { ToolCallStatus } from "@copilotkit/react-core/v2";
4
- export type ToolApprovalCSSVariables = {};
5
- export interface ToolApprovalProps {
6
- style?: React.CSSProperties & ToolApprovalCSSVariables;
7
- className?: string;
8
- toolName: string;
9
- status: ToolCallStatus;
10
- approveLabel?: string;
11
- rejectLabel?: string;
12
- onApprove?: () => void;
13
- onReject?: () => void;
14
- completeContent: React.ReactNode;
15
- }
16
- export declare const ToolApproval: (props: ToolApprovalProps) => import("react/jsx-runtime").JSX.Element;
17
- //# sourceMappingURL=ToolApproval.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToolApproval.d.ts","sourceRoot":"","sources":["../../../src/components/copilotkit/ToolApproval.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,oBAAoB,CAAC;AAU5B,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,MAAM,MAAM,wBAAwB,GAAG,EAAE,CAAC;AAE1C,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,wBAAwB,CAAC;IAEvD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,EAAE,cAAc,CAAC;IAEvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtB,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAED,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAmEpD,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ToolApproval } from "./ToolApproval";
3
- declare const meta: Meta<typeof ToolApproval>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- //# sourceMappingURL=ToolApproval.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToolApproval.stories.d.ts","sourceRoot":"","sources":["../../../src/components/copilotkit/ToolApproval.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG5D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAM9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAKnC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAqEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC"}
@@ -1,33 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export interface ElmMultiProgressCSSVariables {
4
- "--weight"?: React.CSSProperties["height"];
5
- "--border-radius"?: string;
6
- }
7
- export interface ElmMultiProgressProps {
8
- style?: React.CSSProperties & ElmMultiProgressCSSVariables;
9
- className?: string;
10
- /**
11
- * The progress segments to display.
12
- */
13
- progress: Array<{
14
- /**
15
- * The current value of the progress.
16
- */
17
- value: number;
18
- /**
19
- * The color of the progress.
20
- */
21
- color: string;
22
- }>;
23
- /**
24
- * The weight of the progress.
25
- */
26
- weight?: React.CSSProperties["height"];
27
- /**
28
- * Whether the progress should be round.
29
- */
30
- round?: boolean;
31
- }
32
- export declare const ElmMultiProgress: ({ progress, weight, round, style, className, }: ElmMultiProgressProps) => import("react/jsx-runtime").JSX.Element;
33
- //# sourceMappingURL=ElmMultiProgress.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmMultiProgress.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmMultiProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC3C,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;IAE3D,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC;QACd;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;IAEH;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,gBAAgB,GAAI,gDAM9B,qBAAqB,4CAoCvB,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmMultiProgress } from "./ElmMultiProgress";
3
- declare const meta: Meta<typeof ElmMultiProgress>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- //# sourceMappingURL=ElmMultiProgress.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmMultiProgress.stories.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmMultiProgress.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAKvC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAiBrB,CAAC"}
@@ -1,41 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export interface ElmProgressCSSVariables {
4
- "--weight"?: React.CSSProperties["height"];
5
- "--border-radius"?: string;
6
- "--color"?: string;
7
- }
8
- export interface ElmProgressProps {
9
- style?: React.CSSProperties & ElmProgressCSSVariables;
10
- className?: string;
11
- /**
12
- * The current value of the progress.
13
- */
14
- value: number;
15
- /**
16
- * The buffer value of the progress.
17
- */
18
- buffer?: number;
19
- /**
20
- * The maximum value of the progress.
21
- */
22
- max?: number;
23
- /**
24
- * The weight of the progress.
25
- */
26
- weight?: React.CSSProperties["height"];
27
- /**
28
- * Whether the progress should be round.
29
- */
30
- round?: boolean;
31
- /**
32
- * The color of the progress.
33
- */
34
- color?: string;
35
- /**
36
- * Whether the progress is loading.
37
- */
38
- loading?: boolean;
39
- }
40
- export declare const ElmProgress: ({ value, buffer, max, weight, round, color, loading, style, className, }: ElmProgressProps) => import("react/jsx-runtime").JSX.Element;
41
- //# sourceMappingURL=ElmProgress.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmProgress.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,uBAAuB;IACtC,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC3C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,GAAI,0EAUzB,gBAAgB,4CAsClB,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmProgress } from "./ElmProgress";
3
- declare const meta: Meta<typeof ElmProgress>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- export declare const WithBuffer: Story;
8
- export declare const Bold: Story;
9
- export declare const WithColor: Story;
10
- export declare const Loading: Story;
11
- //# sourceMappingURL=ElmProgress.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmProgress.stories.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmProgress.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAKlC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAMlB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -1,19 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export type StatusType = "success" | "error" | "warning" | "pending";
4
- export interface ElmStatusMessageCSSVariables {
5
- }
6
- export interface ElmStatusMessageProps {
7
- style?: React.CSSProperties & ElmStatusMessageCSSVariables;
8
- className?: string;
9
- /**
10
- * The status type of the message.
11
- */
12
- status: StatusType;
13
- /**
14
- * The message to display.
15
- */
16
- message: string;
17
- }
18
- export declare const ElmStatusMessage: ({ status, message, style, className, }: ElmStatusMessageProps) => import("react/jsx-runtime").JSX.Element;
19
- //# sourceMappingURL=ElmStatusMessage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmStatusMessage.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmStatusMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAO5B,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;AAUrE,MAAM,WAAW,4BAA4B;CAAG;AAEhD,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;IAE3D,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,gBAAgB,GAAI,wCAK9B,qBAAqB,4CAYvB,CAAC"}
@@ -1,10 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmStatusMessage } from "./ElmStatusMessage";
3
- declare const meta: Meta<typeof ElmStatusMessage>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- export declare const Success: Story;
8
- export declare const Error: Story;
9
- export declare const Warning: Story;
10
- //# sourceMappingURL=ElmStatusMessage.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmStatusMessage.stories.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmStatusMessage.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAWvC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC"}
@@ -1,48 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- interface OEmbedBase {
4
- type: "photo" | "video" | "link" | "rich";
5
- title?: string;
6
- author_name?: string;
7
- author_url?: string;
8
- provider_name?: string;
9
- provider_url?: string;
10
- cache_age?: number;
11
- thumbnail_url?: string;
12
- thumbnail_width?: number;
13
- thumbnail_height?: number;
14
- [key: string]: any;
15
- }
16
- interface OEmbedPhoto extends OEmbedBase {
17
- type: "photo";
18
- url: string;
19
- width: number;
20
- height: number;
21
- }
22
- interface OEmbedVideo extends OEmbedBase {
23
- type: "video";
24
- html: string;
25
- width: number;
26
- height: number;
27
- }
28
- interface OEmbedRich extends OEmbedBase {
29
- type: "rich";
30
- html: string;
31
- width: number;
32
- height: number;
33
- }
34
- interface OEmbedLink extends OEmbedBase {
35
- type: "link";
36
- }
37
- type OEmbedResponse = OEmbedPhoto | OEmbedVideo | OEmbedRich | OEmbedLink;
38
- export interface ElmOEmbedProps {
39
- style?: React.CSSProperties;
40
- className?: string;
41
- /**
42
- * The oEmbed response data to render.
43
- */
44
- oEmbed: OEmbedResponse;
45
- }
46
- export declare const ElmOEmbed: ({ oEmbed, style, className }: ElmOEmbedProps) => import("react/jsx-runtime").JSX.Element;
47
- export {};
48
- //# sourceMappingURL=ElmOEmbed.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmOEmbed.d.ts","sourceRoot":"","sources":["../../../src/components/embed/ElmOEmbed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAK5B,UAAU,UAAU;IAClB,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,WAAY,SAAQ,UAAU;IACtC,IAAI,EAAE,OAAO,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,WAAY,SAAQ,UAAU;IACtC,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,UAAW,SAAQ,UAAU;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,UAAW,SAAQ,UAAU;IACrC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,KAAK,cAAc,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC;AAE1E,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;CACxB;AAED,eAAO,MAAM,SAAS,GAAI,8BAA8B,cAAc,4CAmDrE,CAAC"}
@@ -1,8 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmOEmbed } from "./ElmOEmbed";
3
- declare const meta: Meta<typeof ElmOEmbed>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Photo: Story;
7
- export declare const Link: Story;
8
- //# sourceMappingURL=ElmOEmbed.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmOEmbed.stories.d.ts","sourceRoot":"","sources":["../../../src/components/embed/ElmOEmbed.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAIhC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,KAAK,EAAE,KAUnB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAWlB,CAAC"}
@@ -1,15 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export interface ElmBlockFallbackCSSVariables {
4
- "--height"?: React.CSSProperties["height"];
5
- }
6
- export interface ElmBlockFallbackProps {
7
- style?: React.CSSProperties & ElmBlockFallbackCSSVariables;
8
- className?: string;
9
- /**
10
- * Specifies the height of the fallback container.
11
- */
12
- height?: React.CSSProperties["height"];
13
- }
14
- export declare const ElmBlockFallback: (props: ElmBlockFallbackProps) => import("react/jsx-runtime").JSX.Element;
15
- //# sourceMappingURL=ElmBlockFallback.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmBlockFallback.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmBlockFallback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAM5B,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;CAC5C;AAED,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;IAE3D,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;CACxC;AAED,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,4CAc5D,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmBlockFallback } from "./ElmBlockFallback";
3
- declare const meta: Meta<typeof ElmBlockFallback>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- //# sourceMappingURL=ElmBlockFallback.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmBlockFallback.stories.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmBlockFallback.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAKvC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export interface ElmRectangleWaveCSSVariables {
4
- }
5
- export interface ElmRectangleWaveProps {
6
- style?: React.CSSProperties & ElmRectangleWaveCSSVariables;
7
- className?: string;
8
- }
9
- export declare const ElmRectangleWave: (props: ElmRectangleWaveProps) => import("react/jsx-runtime").JSX.Element;
10
- //# sourceMappingURL=ElmRectangleWave.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmRectangleWave.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmRectangleWave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,4BAA4B;CAAG;AAEhD,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;IAE3D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,4CAU5D,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmRectangleWave } from "./ElmRectangleWave";
3
- declare const meta: Meta<typeof ElmRectangleWave>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- //# sourceMappingURL=ElmRectangleWave.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmRectangleWave.stories.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmRectangleWave.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAmBvC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1,18 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export interface ElmSpinnerCSSVariables {
4
- }
5
- export interface ElmSpinnerProps {
6
- style?: React.CSSProperties & ElmSpinnerCSSVariables;
7
- className?: string;
8
- /**
9
- * Specifies the radius of the spinner circle.
10
- */
11
- radius?: number;
12
- /**
13
- * Specifies the stroke width of the spinner circle.
14
- */
15
- weight?: number;
16
- }
17
- export declare const ElmSpinner: (props: ElmSpinnerProps) => import("react/jsx-runtime").JSX.Element;
18
- //# sourceMappingURL=ElmSpinner.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmSpinner.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmSpinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,sBAAsB;CAAG;AAE1C,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAoBhD,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmSpinner } from "./ElmSpinner";
3
- declare const meta: Meta<typeof ElmSpinner>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- //# sourceMappingURL=ElmSpinner.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmSpinner.stories.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmSpinner.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAKjC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- import type { ElmethisCSSVariables } from "@styles/variables";
4
- export type ElmUnsupportedBlockCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
5
- export interface ElmUnsupportedBlockProps {
6
- style?: React.CSSProperties & ElmUnsupportedBlockCSSVariables;
7
- className?: string;
8
- /**
9
- * Optional details text displayed below the unsupported block message.
10
- */
11
- details?: string;
12
- }
13
- export declare const ElmUnsupportedBlock: (props: ElmUnsupportedBlockProps) => import("react/jsx-runtime").JSX.Element;
14
- //# sourceMappingURL=ElmUnsupportedBlock.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmUnsupportedBlock.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmUnsupportedBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,oBAAoB,CAAC;AAI5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAChD,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,+BAA+B,CAAC;IAE9D,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,mBAAmB,GAAI,OAAO,wBAAwB,4CA0BlE,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmUnsupportedBlock } from "./ElmUnsupportedBlock";
3
- declare const meta: Meta<typeof ElmUnsupportedBlock>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- //# sourceMappingURL=ElmUnsupportedBlock.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmUnsupportedBlock.stories.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmUnsupportedBlock.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,mBAAmB,CAK1C,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC"}
@@ -1,24 +0,0 @@
1
- import React from "react";
2
- import "@styles/global.css";
3
- export interface ElmButtonCSSVariables {
4
- "--opacity"?: number;
5
- "--color"?: string;
6
- }
7
- export interface ElmButtonProps extends React.PropsWithChildren {
8
- style?: React.CSSProperties & ElmButtonCSSVariables;
9
- className?: string;
10
- /** Whether the button is in loading state. */
11
- loading?: boolean;
12
- /** Whether the button is block. */
13
- block?: boolean;
14
- /** Whether the button is disabled. */
15
- disabled?: boolean;
16
- /** Custom color for the button. */
17
- color?: string;
18
- /** Whether the button is primary. */
19
- primary?: boolean;
20
- /** Click handler. */
21
- onClick?: () => void;
22
- }
23
- export declare const ElmButton: ({ loading, block, disabled, primary, ...props }: ElmButtonProps) => import("react/jsx-runtime").JSX.Element;
24
- //# sourceMappingURL=ElmButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmButton.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,qBAAqB;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,iBAAiB;IAC7D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,mCAAmC;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,qCAAqC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,qBAAqB;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,SAAS,GAAI,iDAMvB,cAAc,4CAyDhB,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/react-vite";
2
- import { ElmButton } from "./ElmButton";
3
- declare const meta: Meta<typeof ElmButton>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Primary: Story;
7
- export declare const Block: Story;
8
- export declare const Loading: Story;
9
- export declare const Disabled: Story;
10
- export declare const WithPrimary: Story;
11
- //# sourceMappingURL=ElmButton.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ElmButton.stories.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmButton.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAQhC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,KAAK,EAAE,KAEnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAEtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAUzB,CAAC"}