@elmethis/react 0.3.20 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -66
- package/lib/index.react.cjs +2 -1
- package/lib/index.react.mjs +3311 -2630
- package/lib/style.css +1 -1
- package/lib-types/components/a2ui/catalog/block-catalog.d.ts +18 -0
- package/lib-types/components/a2ui/catalog/block-catalog.d.ts.map +1 -0
- package/lib-types/components/a2ui/catalog/catalog-utils.d.ts +30 -0
- package/lib-types/components/a2ui/catalog/catalog-utils.d.ts.map +1 -0
- package/lib-types/components/a2ui/elm-a2ui.d.ts +38 -0
- package/lib-types/components/a2ui/elm-a2ui.d.ts.map +1 -0
- package/lib-types/components/a2ui/stream-json-lines.d.ts +14 -0
- package/lib-types/components/a2ui/stream-json-lines.d.ts.map +1 -0
- package/lib-types/components/code/elm-code-block.d.ts +18 -0
- package/lib-types/components/code/elm-code-block.d.ts.map +1 -0
- package/lib-types/components/code/elm-katex.d.ts +17 -0
- package/lib-types/components/code/elm-katex.d.ts.map +1 -0
- package/lib-types/components/code/elm-shiki-highlighter.d.ts +13 -0
- package/lib-types/components/code/elm-shiki-highlighter.d.ts.map +1 -0
- package/lib-types/components/containments/elm-collapse.d.ts +8 -0
- package/lib-types/components/containments/elm-collapse.d.ts.map +1 -0
- package/lib-types/components/containments/elm-modal.d.ts +13 -0
- package/lib-types/components/containments/elm-modal.d.ts.map +1 -0
- package/lib-types/components/containments/elm-parallax.d.ts +6 -0
- package/lib-types/components/containments/elm-parallax.d.ts.map +1 -0
- package/lib-types/components/containments/elm-tabs.d.ts +30 -0
- package/lib-types/components/containments/elm-tabs.d.ts.map +1 -0
- package/lib-types/components/containments/elm-toggle.d.ts +18 -0
- package/lib-types/components/containments/elm-toggle.d.ts.map +1 -0
- package/lib-types/components/containments/elm-tooltip.d.ts +9 -0
- package/lib-types/components/containments/elm-tooltip.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-block-fallback.d.ts +6 -0
- package/lib-types/components/fallback/elm-block-fallback.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
- package/lib-types/components/fallback/elm-rectangle-wave.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-unsupported-block.d.ts +6 -0
- package/lib-types/components/fallback/elm-unsupported-block.d.ts.map +1 -0
- package/lib-types/components/form/elm-button.d.ts +18 -0
- package/lib-types/components/form/elm-button.d.ts.map +1 -0
- package/lib-types/components/form/elm-checkbox.d.ts +29 -0
- package/lib-types/components/form/elm-checkbox.d.ts.map +1 -0
- package/lib-types/components/form/elm-select.d.ts +49 -0
- package/lib-types/components/form/elm-select.d.ts.map +1 -0
- package/lib-types/components/form/elm-switch.d.ts +25 -0
- package/lib-types/components/form/elm-switch.d.ts.map +1 -0
- package/lib-types/components/form/elm-text-area.d.ts +16 -0
- package/lib-types/components/form/elm-text-area.d.ts.map +1 -0
- package/lib-types/components/form/elm-text-field.d.ts +18 -0
- package/lib-types/components/form/elm-text-field.d.ts.map +1 -0
- package/lib-types/components/form/elm-validation.d.ts +8 -0
- package/lib-types/components/form/elm-validation.d.ts.map +1 -0
- package/lib-types/components/icon/elm-copy-icon.d.ts +9 -0
- package/lib-types/components/icon/elm-copy-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-dot-loading-icon.d.ts +9 -0
- package/lib-types/components/icon/elm-dot-loading-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-inline-icon.d.ts +16 -0
- package/lib-types/components/icon/elm-inline-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-language-icon.d.ts +17 -0
- package/lib-types/components/icon/elm-language-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-mdi-icon.d.ts +10 -0
- package/lib-types/components/icon/elm-mdi-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-square-loading-icon.d.ts +7 -0
- package/lib-types/components/icon/elm-square-loading-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-toggle-theme.d.ts +9 -0
- package/lib-types/components/icon/elm-toggle-theme.d.ts.map +1 -0
- package/lib-types/components/icon/languages/bash.d.ts +3 -0
- package/lib-types/components/icon/languages/bash.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c-plus-plus.d.ts +3 -0
- package/lib-types/components/icon/languages/c-plus-plus.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c-sharp.d.ts +3 -0
- package/lib-types/components/icon/languages/c-sharp.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c.d.ts +3 -0
- package/lib-types/components/icon/languages/c.d.ts.map +1 -0
- package/lib-types/components/icon/languages/css.d.ts +3 -0
- package/lib-types/components/icon/languages/css.d.ts.map +1 -0
- package/lib-types/components/icon/languages/go.d.ts +3 -0
- package/lib-types/components/icon/languages/go.d.ts.map +1 -0
- package/lib-types/components/icon/languages/html.d.ts +3 -0
- package/lib-types/components/icon/languages/html.d.ts.map +1 -0
- package/lib-types/components/icon/languages/java.d.ts +3 -0
- package/lib-types/components/icon/languages/java.d.ts.map +1 -0
- package/lib-types/components/icon/languages/javascript.d.ts +3 -0
- package/lib-types/components/icon/languages/javascript.d.ts.map +1 -0
- package/lib-types/components/icon/languages/json.d.ts +3 -0
- package/lib-types/components/icon/languages/json.d.ts.map +1 -0
- package/lib-types/components/icon/languages/kotlin.d.ts +3 -0
- package/lib-types/components/icon/languages/kotlin.d.ts.map +1 -0
- package/lib-types/components/icon/languages/language-interface.d.ts +7 -0
- package/lib-types/components/icon/languages/language-interface.d.ts.map +1 -0
- package/lib-types/components/icon/languages/lua.d.ts +3 -0
- package/lib-types/components/icon/languages/lua.d.ts.map +1 -0
- package/lib-types/components/icon/languages/npm.d.ts +3 -0
- package/lib-types/components/icon/languages/npm.d.ts.map +1 -0
- package/lib-types/components/icon/languages/python.d.ts +3 -0
- package/lib-types/components/icon/languages/python.d.ts.map +1 -0
- package/lib-types/components/icon/languages/rust.d.ts +3 -0
- package/lib-types/components/icon/languages/rust.d.ts.map +1 -0
- package/lib-types/components/icon/languages/sql.d.ts +3 -0
- package/lib-types/components/icon/languages/sql.d.ts.map +1 -0
- package/lib-types/components/icon/languages/terraform.d.ts +3 -0
- package/lib-types/components/icon/languages/terraform.d.ts.map +1 -0
- package/lib-types/components/icon/languages/typescript.d.ts +3 -0
- package/lib-types/components/icon/languages/typescript.d.ts.map +1 -0
- package/lib-types/components/media/elm-block-image.d.ts +19 -0
- package/lib-types/components/media/elm-block-image.d.ts.map +1 -0
- package/lib-types/components/media/elm-file.d.ts +17 -0
- package/lib-types/components/media/elm-file.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-bookmark.d.ts +22 -0
- package/lib-types/components/navigation/elm-bookmark.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-breadcrumb.d.ts +15 -0
- package/lib-types/components/navigation/elm-breadcrumb.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-page-top.d.ts +9 -0
- package/lib-types/components/navigation/elm-page-top.d.ts.map +1 -0
- package/lib-types/components/others/elm-color-primitive-sample.d.ts +5 -0
- package/lib-types/components/others/elm-color-primitive-sample.d.ts.map +1 -0
- package/lib-types/components/others/elm-color-semantic-sample.d.ts +5 -0
- package/lib-types/components/others/elm-color-semantic-sample.d.ts.map +1 -0
- package/lib-types/components/others/elm-jarkup.d.ts +8 -0
- package/lib-types/components/others/elm-jarkup.d.ts.map +1 -0
- package/lib-types/components/others/elm-markdown.d.ts +11 -0
- package/lib-types/components/others/elm-markdown.d.ts.map +1 -0
- package/lib-types/components/others/use-wordle.d.ts +24 -0
- package/lib-types/components/others/use-wordle.d.ts.map +1 -0
- package/lib-types/components/others/wordle/validGuesses.d.ts +2 -0
- package/lib-types/components/others/wordle/validGuesses.d.ts.map +1 -0
- package/lib-types/components/others/wordle/wordlist.d.ts +2 -0
- package/lib-types/components/others/wordle/wordlist.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-body.d.ts +4 -0
- package/lib-types/components/table/elm-table-body.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-cell.d.ts +21 -0
- package/lib-types/components/table/elm-table-cell.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-header.d.ts +4 -0
- package/lib-types/components/table/elm-table-header.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-row.d.ts +4 -0
- package/lib-types/components/table/elm-table-row.d.ts.map +1 -0
- package/lib-types/components/table/elm-table.d.ts +7 -0
- package/lib-types/components/table/elm-table.d.ts.map +1 -0
- package/lib-types/components/table/index.d.ts +7 -0
- package/lib-types/components/table/index.d.ts.map +1 -0
- package/lib-types/components/table/table-context.d.ts +25 -0
- package/lib-types/components/table/table-context.d.ts.map +1 -0
- package/lib-types/components/typography/elm-block-quote.d.ts +5 -0
- package/lib-types/components/typography/elm-block-quote.d.ts.map +1 -0
- package/lib-types/components/typography/elm-callout.d.ts +10 -0
- package/lib-types/components/typography/elm-callout.d.ts.map +1 -0
- package/lib-types/components/typography/elm-divider.d.ts +4 -0
- package/lib-types/components/typography/elm-divider.d.ts.map +1 -0
- package/lib-types/components/typography/elm-fragment-identifier.d.ts +9 -0
- package/lib-types/components/typography/elm-fragment-identifier.d.ts.map +1 -0
- package/lib-types/components/typography/elm-heading.d.ts +7 -0
- package/lib-types/components/typography/elm-heading.d.ts.map +1 -0
- package/lib-types/components/typography/elm-inline-text.d.ts +61 -0
- package/lib-types/components/typography/elm-inline-text.d.ts.map +1 -0
- package/lib-types/components/typography/elm-list.d.ts +7 -0
- package/lib-types/components/typography/elm-list.d.ts.map +1 -0
- package/lib-types/components/typography/elm-paragraph.d.ts +7 -0
- package/lib-types/components/typography/elm-paragraph.d.ts.map +1 -0
- package/lib-types/hooks/use-async-state.d.ts +58 -0
- package/lib-types/hooks/use-async-state.d.ts.map +1 -0
- package/lib-types/hooks/use-auto-animate.d.ts +44 -0
- package/lib-types/hooks/use-auto-animate.d.ts.map +1 -0
- package/lib-types/hooks/use-bindable-signal.d.ts +35 -0
- package/lib-types/hooks/use-bindable-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-bindable-store.d.ts +43 -0
- package/lib-types/hooks/use-bindable-store.d.ts.map +1 -0
- package/lib-types/hooks/use-clipboard.d.ts +23 -0
- package/lib-types/hooks/use-clipboard.d.ts.map +1 -0
- package/lib-types/hooks/use-debounced-signal.d.ts +39 -0
- package/lib-types/hooks/use-debounced-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-debounced-store.d.ts +40 -0
- package/lib-types/hooks/use-debounced-store.d.ts.map +1 -0
- package/lib-types/hooks/use-delayed-signal.d.ts +37 -0
- package/lib-types/hooks/use-delayed-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-elmethis-theme.d.ts +29 -0
- package/lib-types/hooks/use-elmethis-theme.d.ts.map +1 -0
- package/lib-types/hooks/use-modal.d.ts +23 -0
- package/lib-types/hooks/use-modal.d.ts.map +1 -0
- package/lib-types/hooks/use-storage.d.ts +35 -0
- package/lib-types/hooks/use-storage.d.ts.map +1 -0
- package/lib-types/hooks/use-throttled-queue.d.ts +32 -0
- package/lib-types/hooks/use-throttled-queue.d.ts.map +1 -0
- package/lib-types/hooks/use-throttled-signal.d.ts +47 -0
- package/lib-types/hooks/use-throttled-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-throttled-store.d.ts +61 -0
- package/lib-types/hooks/use-throttled-store.d.ts.map +1 -0
- package/lib-types/index.d.ts +63 -0
- package/lib-types/index.d.ts.map +1 -0
- package/package.json +74 -44
- package/lib/ElmMermaid-CUeT_XM9.js +0 -75
- package/lib/ElmMermaid-DnSjC5T_.cjs +0 -1
- package/lib-types/components/code/ElmCodeBlock.d.ts +0 -22
- package/lib-types/components/code/ElmCodeBlock.d.ts.map +0 -1
- package/lib-types/components/code/ElmCodeBlock.stories.d.ts +0 -9
- package/lib-types/components/code/ElmCodeBlock.stories.d.ts.map +0 -1
- package/lib-types/components/code/ElmKatex.d.ts +0 -19
- package/lib-types/components/code/ElmKatex.d.ts.map +0 -1
- package/lib-types/components/code/ElmKatex.stories.d.ts +0 -9
- package/lib-types/components/code/ElmKatex.stories.d.ts.map +0 -1
- package/lib-types/components/code/ElmMermaid.d.ts +0 -14
- package/lib-types/components/code/ElmMermaid.d.ts.map +0 -1
- package/lib-types/components/code/ElmMermaid.stories.d.ts +0 -8
- package/lib-types/components/code/ElmMermaid.stories.d.ts.map +0 -1
- package/lib-types/components/code/ElmShikiHighlighter.d.ts +0 -20
- package/lib-types/components/code/ElmShikiHighlighter.d.ts.map +0 -1
- package/lib-types/components/code/ElmShikiHighlighter.stories.d.ts +0 -7
- package/lib-types/components/code/ElmShikiHighlighter.stories.d.ts.map +0 -1
- package/lib-types/components/code/shikiInstance.d.ts +0 -3
- package/lib-types/components/code/shikiInstance.d.ts.map +0 -1
- package/lib-types/components/containments/ElmCollapse.d.ts +0 -20
- package/lib-types/components/containments/ElmCollapse.d.ts.map +0 -1
- package/lib-types/components/containments/ElmCollapse.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmCollapse.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmColumn.d.ts +0 -10
- package/lib-types/components/containments/ElmColumn.d.ts.map +0 -1
- package/lib-types/components/containments/ElmColumn.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmColumn.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmColumnList.d.ts +0 -10
- package/lib-types/components/containments/ElmColumnList.d.ts.map +0 -1
- package/lib-types/components/containments/ElmColumnList.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmColumnList.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmConfirmModal.d.ts +0 -24
- package/lib-types/components/containments/ElmConfirmModal.d.ts.map +0 -1
- package/lib-types/components/containments/ElmConfirmModal.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmConfirmModal.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmDesktopWindow.d.ts +0 -15
- package/lib-types/components/containments/ElmDesktopWindow.d.ts.map +0 -1
- package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmModal.d.ts +0 -21
- package/lib-types/components/containments/ElmModal.d.ts.map +0 -1
- package/lib-types/components/containments/ElmModal.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmModal.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmParallax.d.ts +0 -14
- package/lib-types/components/containments/ElmParallax.d.ts.map +0 -1
- package/lib-types/components/containments/ElmParallax.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmParallax.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSimpleTooltip.d.ts +0 -14
- package/lib-types/components/containments/ElmSimpleTooltip.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSimpleTooltip.stories.d.ts +0 -8
- package/lib-types/components/containments/ElmSimpleTooltip.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSnackbar.d.ts +0 -16
- package/lib-types/components/containments/ElmSnackbar.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSnackbar.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmSnackbar.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSnackbarContainer.d.ts +0 -19
- package/lib-types/components/containments/ElmSnackbarContainer.d.ts.map +0 -1
- package/lib-types/components/containments/ElmSnackbarContainer.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmSnackbarContainer.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmTabs.d.ts +0 -14
- package/lib-types/components/containments/ElmTabs.d.ts.map +0 -1
- package/lib-types/components/containments/ElmTabs.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmTabs.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmToggle.d.ts +0 -18
- package/lib-types/components/containments/ElmToggle.d.ts.map +0 -1
- package/lib-types/components/containments/ElmToggle.stories.d.ts +0 -9
- package/lib-types/components/containments/ElmToggle.stories.d.ts.map +0 -1
- package/lib-types/components/containments/ElmTooltip.d.ts +0 -14
- package/lib-types/components/containments/ElmTooltip.d.ts.map +0 -1
- package/lib-types/components/containments/ElmTooltip.stories.d.ts +0 -7
- package/lib-types/components/containments/ElmTooltip.stories.d.ts.map +0 -1
- package/lib-types/components/copilotkit/ElmModelSelect.d.ts +0 -17
- package/lib-types/components/copilotkit/ElmModelSelect.d.ts.map +0 -1
- package/lib-types/components/copilotkit/ElmModelSelect.stories.d.ts +0 -28
- package/lib-types/components/copilotkit/ElmModelSelect.stories.d.ts.map +0 -1
- package/lib-types/components/copilotkit/ToolApproval.d.ts +0 -17
- package/lib-types/components/copilotkit/ToolApproval.d.ts.map +0 -1
- package/lib-types/components/copilotkit/ToolApproval.stories.d.ts +0 -7
- package/lib-types/components/copilotkit/ToolApproval.stories.d.ts.map +0 -1
- package/lib-types/components/data/ElmMultiProgress.d.ts +0 -33
- package/lib-types/components/data/ElmMultiProgress.d.ts.map +0 -1
- package/lib-types/components/data/ElmMultiProgress.stories.d.ts +0 -7
- package/lib-types/components/data/ElmMultiProgress.stories.d.ts.map +0 -1
- package/lib-types/components/data/ElmProgress.d.ts +0 -41
- package/lib-types/components/data/ElmProgress.d.ts.map +0 -1
- package/lib-types/components/data/ElmProgress.stories.d.ts +0 -11
- package/lib-types/components/data/ElmProgress.stories.d.ts.map +0 -1
- package/lib-types/components/data/ElmStatusMessage.d.ts +0 -19
- package/lib-types/components/data/ElmStatusMessage.d.ts.map +0 -1
- package/lib-types/components/data/ElmStatusMessage.stories.d.ts +0 -10
- package/lib-types/components/data/ElmStatusMessage.stories.d.ts.map +0 -1
- package/lib-types/components/embed/ElmOEmbed.d.ts +0 -48
- package/lib-types/components/embed/ElmOEmbed.d.ts.map +0 -1
- package/lib-types/components/embed/ElmOEmbed.stories.d.ts +0 -8
- package/lib-types/components/embed/ElmOEmbed.stories.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmBlockFallback.d.ts +0 -15
- package/lib-types/components/fallback/ElmBlockFallback.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmBlockFallback.stories.d.ts +0 -7
- package/lib-types/components/fallback/ElmBlockFallback.stories.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmRectangleWave.d.ts +0 -10
- package/lib-types/components/fallback/ElmRectangleWave.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmRectangleWave.stories.d.ts +0 -7
- package/lib-types/components/fallback/ElmRectangleWave.stories.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmSpinner.d.ts +0 -18
- package/lib-types/components/fallback/ElmSpinner.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmSpinner.stories.d.ts +0 -7
- package/lib-types/components/fallback/ElmSpinner.stories.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts +0 -14
- package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts.map +0 -1
- package/lib-types/components/fallback/ElmUnsupportedBlock.stories.d.ts +0 -7
- package/lib-types/components/fallback/ElmUnsupportedBlock.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmButton.d.ts +0 -24
- package/lib-types/components/form/ElmButton.d.ts.map +0 -1
- package/lib-types/components/form/ElmButton.stories.d.ts +0 -11
- package/lib-types/components/form/ElmButton.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmCheckbox.d.ts +0 -20
- package/lib-types/components/form/ElmCheckbox.d.ts.map +0 -1
- package/lib-types/components/form/ElmCheckbox.stories.d.ts +0 -7
- package/lib-types/components/form/ElmCheckbox.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmSelect.d.ts +0 -30
- package/lib-types/components/form/ElmSelect.d.ts.map +0 -1
- package/lib-types/components/form/ElmSelect.stories.d.ts +0 -8
- package/lib-types/components/form/ElmSelect.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmSwitch.d.ts +0 -24
- package/lib-types/components/form/ElmSwitch.d.ts.map +0 -1
- package/lib-types/components/form/ElmSwitch.stories.d.ts +0 -7
- package/lib-types/components/form/ElmSwitch.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmTextField.d.ts +0 -34
- package/lib-types/components/form/ElmTextField.d.ts.map +0 -1
- package/lib-types/components/form/ElmTextField.stories.d.ts +0 -7
- package/lib-types/components/form/ElmTextField.stories.d.ts.map +0 -1
- package/lib-types/components/form/ElmValidation.d.ts +0 -17
- package/lib-types/components/form/ElmValidation.d.ts.map +0 -1
- package/lib-types/components/form/ElmValidation.stories.d.ts +0 -7
- package/lib-types/components/form/ElmValidation.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmArrowIcon.d.ts +0 -26
- package/lib-types/components/icon/ElmArrowIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmArrowIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmArrowIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmBookmarkIcon.d.ts +0 -22
- package/lib-types/components/icon/ElmBookmarkIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmBookmarkIcon.stories.d.ts +0 -9
- package/lib-types/components/icon/ElmBookmarkIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmCubeIcon.d.ts +0 -14
- package/lib-types/components/icon/ElmCubeIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmCubeIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmCubeIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmDotLoadingIcon.d.ts +0 -20
- package/lib-types/components/icon/ElmDotLoadingIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmDotLoadingIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmDotLoadingIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmInlineIcon.d.ts +0 -18
- package/lib-types/components/icon/ElmInlineIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmInlineIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmInlineIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmLanguageIcon.d.ts +0 -19
- package/lib-types/components/icon/ElmLanguageIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmLanguageIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmLanguageIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmLoginIcon.d.ts +0 -22
- package/lib-types/components/icon/ElmLoginIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmLoginIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmLoginIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmMdiIcon.d.ts +0 -19
- package/lib-types/components/icon/ElmMdiIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmMdiIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmMdiIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmSquareLoadingIcon.d.ts +0 -18
- package/lib-types/components/icon/ElmSquareLoadingIcon.d.ts.map +0 -1
- package/lib-types/components/icon/ElmSquareLoadingIcon.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmSquareLoadingIcon.stories.d.ts.map +0 -1
- package/lib-types/components/icon/ElmToggleTheme.d.ts +0 -14
- package/lib-types/components/icon/ElmToggleTheme.d.ts.map +0 -1
- package/lib-types/components/icon/ElmToggleTheme.stories.d.ts +0 -7
- package/lib-types/components/icon/ElmToggleTheme.stories.d.ts.map +0 -1
- package/lib-types/components/icon/language.d.ts +0 -3
- package/lib-types/components/icon/language.d.ts.map +0 -1
- package/lib-types/components/media/ElmFile.d.ts +0 -22
- package/lib-types/components/media/ElmFile.d.ts.map +0 -1
- package/lib-types/components/media/ElmFile.stories.d.ts +0 -8
- package/lib-types/components/media/ElmFile.stories.d.ts.map +0 -1
- package/lib-types/components/media/ElmImage.d.ts +0 -34
- package/lib-types/components/media/ElmImage.d.ts.map +0 -1
- package/lib-types/components/media/ElmImage.stories.d.ts +0 -10
- package/lib-types/components/media/ElmImage.stories.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmBookmark.d.ts +0 -53
- package/lib-types/components/navigation/ElmBookmark.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmBookmark.stories.d.ts +0 -9
- package/lib-types/components/navigation/ElmBookmark.stories.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmBreadcrumb.d.ts +0 -23
- package/lib-types/components/navigation/ElmBreadcrumb.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmBreadcrumb.stories.d.ts +0 -8
- package/lib-types/components/navigation/ElmBreadcrumb.stories.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmPageTop.d.ts +0 -14
- package/lib-types/components/navigation/ElmPageTop.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmPageTop.stories.d.ts +0 -7
- package/lib-types/components/navigation/ElmPageTop.stories.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmTableOfContents.d.ts +0 -18
- package/lib-types/components/navigation/ElmTableOfContents.d.ts.map +0 -1
- package/lib-types/components/navigation/ElmTableOfContents.stories.d.ts +0 -8
- package/lib-types/components/navigation/ElmTableOfContents.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmColorSample.d.ts +0 -12
- package/lib-types/components/others/ElmColorSample.d.ts.map +0 -1
- package/lib-types/components/others/ElmColorSample.stories.d.ts +0 -8
- package/lib-types/components/others/ElmColorSample.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmColorTable.d.ts +0 -15
- package/lib-types/components/others/ElmColorTable.d.ts.map +0 -1
- package/lib-types/components/others/ElmColorTable.stories.d.ts +0 -7
- package/lib-types/components/others/ElmColorTable.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmCommandPalette.d.ts +0 -34
- package/lib-types/components/others/ElmCommandPalette.d.ts.map +0 -1
- package/lib-types/components/others/ElmCommandPalette.stories.d.ts +0 -7
- package/lib-types/components/others/ElmCommandPalette.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmJarkup.d.ts +0 -30
- package/lib-types/components/others/ElmJarkup.d.ts.map +0 -1
- package/lib-types/components/others/ElmJarkup.stories.d.ts +0 -8
- package/lib-types/components/others/ElmJarkup.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmJsonComponentRenderer.d.ts +0 -14
- package/lib-types/components/others/ElmJsonComponentRenderer.d.ts.map +0 -1
- package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts +0 -7
- package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmMarkdown.d.ts +0 -25
- package/lib-types/components/others/ElmMarkdown.d.ts.map +0 -1
- package/lib-types/components/others/ElmMarkdown.stories.d.ts +0 -7
- package/lib-types/components/others/ElmMarkdown.stories.d.ts.map +0 -1
- package/lib-types/components/others/ElmTyping.d.ts +0 -12
- package/lib-types/components/others/ElmTyping.d.ts.map +0 -1
- package/lib-types/components/others/ElmTyping.stories.d.ts +0 -8
- package/lib-types/components/others/ElmTyping.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTable.d.ts +0 -26
- package/lib-types/components/table/ElmTable.d.ts.map +0 -1
- package/lib-types/components/table/ElmTable.stories.d.ts +0 -8
- package/lib-types/components/table/ElmTable.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableBody.d.ts +0 -8
- package/lib-types/components/table/ElmTableBody.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableBody.stories.d.ts +0 -7
- package/lib-types/components/table/ElmTableBody.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableCell.d.ts +0 -17
- package/lib-types/components/table/ElmTableCell.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableCell.stories.d.ts +0 -7
- package/lib-types/components/table/ElmTableCell.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableHeader.d.ts +0 -8
- package/lib-types/components/table/ElmTableHeader.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableHeader.stories.d.ts +0 -7
- package/lib-types/components/table/ElmTableHeader.stories.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableRow.d.ts +0 -8
- package/lib-types/components/table/ElmTableRow.d.ts.map +0 -1
- package/lib-types/components/table/ElmTableRow.stories.d.ts +0 -7
- package/lib-types/components/table/ElmTableRow.stories.d.ts.map +0 -1
- package/lib-types/components/table/TableContext.d.ts +0 -3
- package/lib-types/components/table/TableContext.d.ts.map +0 -1
- package/lib-types/components/template/ElmTemplate.d.ts +0 -10
- package/lib-types/components/template/ElmTemplate.d.ts.map +0 -1
- package/lib-types/components/template/ElmTemplate.stories.d.ts +0 -7
- package/lib-types/components/template/ElmTemplate.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmBlockQuote.d.ts +0 -14
- package/lib-types/components/typography/ElmBlockQuote.d.ts.map +0 -1
- package/lib-types/components/typography/ElmBlockQuote.stories.d.ts +0 -7
- package/lib-types/components/typography/ElmBlockQuote.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmCallout.d.ts +0 -15
- package/lib-types/components/typography/ElmCallout.d.ts.map +0 -1
- package/lib-types/components/typography/ElmCallout.stories.d.ts +0 -11
- package/lib-types/components/typography/ElmCallout.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmDivider.d.ts +0 -10
- package/lib-types/components/typography/ElmDivider.d.ts.map +0 -1
- package/lib-types/components/typography/ElmDivider.stories.d.ts +0 -7
- package/lib-types/components/typography/ElmDivider.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmFragmentIdentifier.d.ts +0 -14
- package/lib-types/components/typography/ElmFragmentIdentifier.d.ts.map +0 -1
- package/lib-types/components/typography/ElmFragmentIdentifier.stories.d.ts +0 -7
- package/lib-types/components/typography/ElmFragmentIdentifier.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmHeading.d.ts +0 -32
- package/lib-types/components/typography/ElmHeading.d.ts.map +0 -1
- package/lib-types/components/typography/ElmHeading.stories.d.ts +0 -8
- package/lib-types/components/typography/ElmHeading.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmInlineText.d.ts +0 -25
- package/lib-types/components/typography/ElmInlineText.d.ts.map +0 -1
- package/lib-types/components/typography/ElmInlineText.stories.d.ts +0 -13
- package/lib-types/components/typography/ElmInlineText.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmList.d.ts +0 -16
- package/lib-types/components/typography/ElmList.d.ts.map +0 -1
- package/lib-types/components/typography/ElmList.stories.d.ts +0 -9
- package/lib-types/components/typography/ElmList.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmParagraph.d.ts +0 -11
- package/lib-types/components/typography/ElmParagraph.d.ts.map +0 -1
- package/lib-types/components/typography/ElmParagraph.stories.d.ts +0 -8
- package/lib-types/components/typography/ElmParagraph.stories.d.ts.map +0 -1
- package/lib-types/components/typography/ElmTypingAnimation.d.ts +0 -22
- package/lib-types/components/typography/ElmTypingAnimation.d.ts.map +0 -1
- package/lib-types/components/typography/ElmTypingAnimation.stories.d.ts +0 -7
- package/lib-types/components/typography/ElmTypingAnimation.stories.d.ts.map +0 -1
- package/lib-types/hooks/useElmethisTheme.d.ts +0 -5
- package/lib-types/hooks/useElmethisTheme.d.ts.map +0 -1
- package/lib-types/hooks/useLocalStorage.d.ts +0 -14
- package/lib-types/hooks/useLocalStorage.d.ts.map +0 -1
- package/lib-types/hooks/useLocalStorage.stories.d.ts +0 -9
- package/lib-types/hooks/useLocalStorage.stories.d.ts.map +0 -1
- package/lib-types/hooks/useLocalStorageDispatch.d.ts +0 -2
- package/lib-types/hooks/useLocalStorageDispatch.d.ts.map +0 -1
- package/lib-types/hooks/useLocalStorageDispatch.stories.d.ts +0 -6
- package/lib-types/hooks/useLocalStorageDispatch.stories.d.ts.map +0 -1
- package/lib-types/lib.d.ts +0 -75
- package/lib-types/lib.d.ts.map +0 -1
- package/lib-types/styles/variables.d.ts +0 -10
- package/lib-types/styles/variables.d.ts.map +0 -1
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|