@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTableBody.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTableBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAI5B,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,iBAAiB;IAChE,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,GAAI,iCAI1B,iBAAiB,4CAQnB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmTableBody } from "./ElmTableBody";
|
|
3
|
-
declare const meta: Meta<typeof ElmTableBody>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmTableBody.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTableBody.stories.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTableBody.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAI9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAInC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAerB,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
export interface ElmTableCellProps extends React.PropsWithChildren {
|
|
4
|
-
style?: React.CSSProperties;
|
|
5
|
-
className?: string;
|
|
6
|
-
/**
|
|
7
|
-
* Whether the cell is a header cell.
|
|
8
|
-
*/
|
|
9
|
-
hasHeader?: boolean;
|
|
10
|
-
/**
|
|
11
|
-
* The text content of the cell.
|
|
12
|
-
* If not provided, the cell will render its children as content.
|
|
13
|
-
*/
|
|
14
|
-
text?: string;
|
|
15
|
-
}
|
|
16
|
-
export declare const ElmTableCell: ({ children, style, hasHeader, text, className, }: ElmTableCellProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
//# sourceMappingURL=ElmTableCell.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTableCell.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,iBAAiB;IAChE,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,YAAY,GAAI,kDAM1B,iBAAiB,4CAenB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmTableCell } from "./ElmTableCell";
|
|
3
|
-
declare const meta: Meta<typeof ElmTableCell>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmTableCell.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTableCell.stories.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTableCell.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAInC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
export interface ElmTableHeaderProps extends React.PropsWithChildren {
|
|
4
|
-
style?: React.CSSProperties;
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare const ElmTableHeader: ({ children, style, className, }: ElmTableHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
//# sourceMappingURL=ElmTableHeader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,iBAAiB;IAClE,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,GAAI,iCAI5B,mBAAmB,4CAWrB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmTableHeader } from "./ElmTableHeader";
|
|
3
|
-
declare const meta: Meta<typeof ElmTableHeader>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmTableHeader.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTableHeader.stories.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTableHeader.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAIlD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,cAAc,CAIrC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
export interface ElmTableRowProps extends React.PropsWithChildren {
|
|
4
|
-
style?: React.CSSProperties;
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare const ElmTableRow: ({ children, style, className, }: ElmTableRowProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
//# sourceMappingURL=ElmTableRow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTableRow.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,iBAAiB;IAC/D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,GAAI,iCAIzB,gBAAgB,4CAiBlB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmTableRow } from "./ElmTableRow";
|
|
3
|
-
declare const meta: Meta<typeof ElmTableRow>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmTableRow.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTableRow.stories.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTableRow.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAIlC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TableContext.d.ts","sourceRoot":"","sources":["../../../src/components/table/TableContext.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,kCAAgC,CAAC;AAC9D,eAAO,MAAM,mBAAmB,kCAAgC,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
export interface ElmTemplateCSSVariables {
|
|
4
|
-
}
|
|
5
|
-
export interface ElmTemplateProps {
|
|
6
|
-
style?: React.CSSProperties & ElmTemplateCSSVariables;
|
|
7
|
-
className?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const ElmTemplate: (props: ElmTemplateProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
//# sourceMappingURL=ElmTemplate.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/template/ElmTemplate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAWlD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmTemplate } from "./ElmTemplate";
|
|
3
|
-
declare const meta: Meta<typeof ElmTemplate>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmTemplate.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTemplate.stories.d.ts","sourceRoot":"","sources":["../../../src/components/template/ElmTemplate.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,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 ElmBlockQuoteCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
5
|
-
export interface ElmBlockQuoteProps extends React.PropsWithChildren {
|
|
6
|
-
style?: React.CSSProperties & ElmBlockQuoteCSSVariables;
|
|
7
|
-
className?: string;
|
|
8
|
-
/**
|
|
9
|
-
* The cite URL for the blockquote.
|
|
10
|
-
*/
|
|
11
|
-
cite?: string;
|
|
12
|
-
}
|
|
13
|
-
export declare const ElmBlockQuote: (props: ElmBlockQuoteProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
//# sourceMappingURL=ElmBlockQuote.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmBlockQuote.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmBlockQuote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAGtC,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAC1C,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,iBAAiB;IACjE,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,yBAAyB,CAAC;IAExD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CA2CtD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmBlockQuote } from "./ElmBlockQuote";
|
|
3
|
-
declare const meta: Meta<typeof ElmBlockQuote>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmBlockQuote.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmBlockQuote.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmBlockQuote.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAKpC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAKnC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
-
export type AlertType = "note" | "tip" | "important" | "warning" | "caution";
|
|
5
|
-
export type ElmCalloutCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
6
|
-
export interface ElmCalloutProps extends React.PropsWithChildren {
|
|
7
|
-
style?: React.CSSProperties & ElmCalloutCSSVariables;
|
|
8
|
-
className?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Type of alert
|
|
11
|
-
*/
|
|
12
|
-
type?: AlertType;
|
|
13
|
-
}
|
|
14
|
-
export declare const ElmCallout: ({ type, ...props }: ElmCalloutProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
//# sourceMappingURL=ElmCallout.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmCallout.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmCallout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAY5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;AAW7E,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,iBAAiB;IAC9D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,GAAI,oBAA6B,eAAe,4CAqBtE,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmCallout } from "./ElmCallout";
|
|
3
|
-
declare const meta: Meta<typeof ElmCallout>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Tip: Story;
|
|
8
|
-
export declare const Important: Story;
|
|
9
|
-
export declare const Warning: Story;
|
|
10
|
-
export declare const Caution: Story;
|
|
11
|
-
//# sourceMappingURL=ElmCallout.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmCallout.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmCallout.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAM1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAgBjC,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,GAAG,EAAE,KAEjB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAEvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
-
export type ElmDividerCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start" | "--elmethis-text-color-light" | "--elmethis-text-color-dark">;
|
|
5
|
-
export interface ElmDividerProps {
|
|
6
|
-
style?: React.CSSProperties & ElmDividerCSSVariables;
|
|
7
|
-
className?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const ElmDivider: (props: ElmDividerProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
//# sourceMappingURL=ElmDivider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmDivider.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,oBAAoB,EAClB,+BAA+B,GAC/B,6BAA6B,GAC7B,4BAA4B,CAC/B,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAOhD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmDivider } from "./ElmDivider";
|
|
3
|
-
declare const meta: Meta<typeof ElmDivider>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmDivider.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmDivider.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmDivider.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
|
-
export interface ElmFragmentIdentifierCSSVariables {
|
|
4
|
-
}
|
|
5
|
-
export interface ElmFragmentIdentifierProps {
|
|
6
|
-
style?: React.CSSProperties & ElmFragmentIdentifierCSSVariables;
|
|
7
|
-
className?: string;
|
|
8
|
-
/**
|
|
9
|
-
* ID of the heading element.
|
|
10
|
-
*/
|
|
11
|
-
id: string;
|
|
12
|
-
}
|
|
13
|
-
export declare const ElmFragmentIdentifier: (props: ElmFragmentIdentifierProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
//# sourceMappingURL=ElmFragmentIdentifier.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmFragmentIdentifier.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmFragmentIdentifier.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,iCAAiC;CAAG;AAErD,MAAM,WAAW,0BAA0B;IACzC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,iCAAiC,CAAC;IAEhE,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,qBAAqB,GAAI,OAAO,0BAA0B,4CAqBtE,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmFragmentIdentifier } from "./ElmFragmentIdentifier";
|
|
3
|
-
declare const meta: Meta<typeof ElmFragmentIdentifier>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmFragmentIdentifier.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmFragmentIdentifier.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmFragmentIdentifier.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,qBAAqB,CAO5C,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
-
export type ElmHeadingCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
5
|
-
export interface ElmHeadingProps extends React.PropsWithChildren {
|
|
6
|
-
style?: React.CSSProperties & ElmHeadingCSSVariables;
|
|
7
|
-
className?: string;
|
|
8
|
-
/**
|
|
9
|
-
* Text to display
|
|
10
|
-
*/
|
|
11
|
-
text?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Font size of the text. Default is based on heading level.
|
|
14
|
-
*/
|
|
15
|
-
size?: React.CSSProperties["fontSize"];
|
|
16
|
-
/**
|
|
17
|
-
* ID of the heading element.
|
|
18
|
-
* Default is kebab-cased `text`.
|
|
19
|
-
*/
|
|
20
|
-
id?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Whether to disable fragment identifier.
|
|
23
|
-
* Default is `false`.
|
|
24
|
-
*/
|
|
25
|
-
disableFragmentIdentifier?: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Heading level (1-6).
|
|
28
|
-
*/
|
|
29
|
-
level?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
30
|
-
}
|
|
31
|
-
export declare const ElmHeading: ({ level, disableFragmentIdentifier, ...props }: ElmHeadingProps) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
-
//# sourceMappingURL=ElmHeading.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmHeading.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmHeading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;AAG5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAW9D,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,iBAAiB;IAC9D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IAEvC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;OAEG;IACH,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CAC/B;AASD,eAAO,MAAM,UAAU,GAAI,gDAIxB,eAAe,4CAsDjB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmHeading } from "./ElmHeading";
|
|
3
|
-
declare const meta: Meta<typeof ElmHeading>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Slot: Story;
|
|
8
|
-
//# sourceMappingURL=ElmHeading.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmHeading.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmHeading.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,CAcjC,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,IAAI,EAAE,KAOlB,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
-
export type ElmInlineTextCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-text-color-light" | "--elmethis-text-color-dark" | "--elmethis-text-background-color-light" | "--elmethis-text-background-color-dark">;
|
|
5
|
-
interface InlineLinkProps {
|
|
6
|
-
href?: string;
|
|
7
|
-
favicon?: string;
|
|
8
|
-
}
|
|
9
|
-
export type ElmInlineTextProps = {
|
|
10
|
-
style?: React.CSSProperties & ElmInlineTextCSSVariables;
|
|
11
|
-
className?: string;
|
|
12
|
-
color?: React.CSSProperties["color"];
|
|
13
|
-
backgroundColor?: React.CSSProperties["backgroundColor"];
|
|
14
|
-
size?: React.CSSProperties["fontSize"];
|
|
15
|
-
bold?: boolean;
|
|
16
|
-
italic?: boolean;
|
|
17
|
-
underline?: boolean;
|
|
18
|
-
strikethrough?: boolean;
|
|
19
|
-
code?: boolean;
|
|
20
|
-
kbd?: boolean;
|
|
21
|
-
ruby?: string;
|
|
22
|
-
} & InlineLinkProps & React.PropsWithChildren;
|
|
23
|
-
export declare const ElmInlineText: (props: ElmInlineTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
export {};
|
|
25
|
-
//# sourceMappingURL=ElmInlineText.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmInlineText.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmInlineText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,oBAAoB,CAAC;AAK5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAC1C,oBAAoB,EAClB,6BAA6B,GAC7B,4BAA4B,GAC5B,wCAAwC,GACxC,uCAAuC,CAC1C,CAAC;AAEF,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,yBAAyB,CAAC;IAExD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAErC,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IAEzD,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IAEvC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GAAG,eAAe,GACjB,KAAK,CAAC,iBAAiB,CAAC;AAE1B,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAmEtD,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmInlineText } from "./ElmInlineText";
|
|
3
|
-
declare const meta: Meta<typeof ElmInlineText>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Colored: Story;
|
|
8
|
-
export declare const Kbd: Story;
|
|
9
|
-
export declare const Background: Story;
|
|
10
|
-
export declare const Ruby: Story;
|
|
11
|
-
export declare const LinkGoogle: Story;
|
|
12
|
-
export declare const LinkVite: Story;
|
|
13
|
-
//# sourceMappingURL=ElmInlineText.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmInlineText.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmInlineText.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAKhD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAgBpC,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,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,KAEjB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAExB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAElB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
-
export type ElmListCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
5
|
-
export interface ElmListProps extends React.PropsWithChildren {
|
|
6
|
-
style?: React.CSSProperties & ElmListCSSVariables;
|
|
7
|
-
className?: string;
|
|
8
|
-
/**
|
|
9
|
-
* The type of list to render.
|
|
10
|
-
* - `unordered` `<ul/>` for a **bulleted** list
|
|
11
|
-
* - `ordered` `<ol/>` for a **numbered** list
|
|
12
|
-
*/
|
|
13
|
-
listStyle?: "unordered" | "ordered";
|
|
14
|
-
}
|
|
15
|
-
export declare const ElmList: ({ listStyle, ...props }: ElmListProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
//# sourceMappingURL=ElmList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmList.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,iBAAiB;IAC3D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,mBAAmB,CAAC;IAElD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;CACrC;AAED,eAAO,MAAM,OAAO,GAAI,yBAGrB,YAAY,4CAwBd,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmList } from "./ElmList";
|
|
3
|
-
declare const meta: Meta<typeof ElmList>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Unordered: Story;
|
|
7
|
-
export declare const Ordered: Story;
|
|
8
|
-
export declare const Nested: Story;
|
|
9
|
-
//# sourceMappingURL=ElmList.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmList.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmList.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAwB9B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,SAAS,EAAE,KAEvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAqCpB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
-
export type ElmParagraphCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
5
|
-
export interface ElmParagraphProps extends React.PropsWithChildren {
|
|
6
|
-
style?: React.CSSProperties & ElmParagraphCSSVariables;
|
|
7
|
-
className?: string;
|
|
8
|
-
backgroundColor?: React.CSSProperties["backgroundColor"];
|
|
9
|
-
}
|
|
10
|
-
export declare const ElmParagraph: (props: ElmParagraphProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
//# sourceMappingURL=ElmParagraph.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmParagraph.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmParagraph.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,wBAAwB,GAAG,IAAI,CACzC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,iBAAiB;IAChE,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,wBAAwB,CAAC;IAEvD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;CAC1D;AAED,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAYpD,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmParagraph } from "./ElmParagraph";
|
|
3
|
-
declare const meta: Meta<typeof ElmParagraph>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const BackgroundColor: Story;
|
|
8
|
-
//# sourceMappingURL=ElmParagraph.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmParagraph.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmParagraph.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAiBnC,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,eAAe,EAAE,KAI7B,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "@styles/global.css";
|
|
3
|
-
export interface ElmTypingAnimationCSSVariables {
|
|
4
|
-
}
|
|
5
|
-
export interface ElmTypingAnimationProps {
|
|
6
|
-
style?: React.CSSProperties & ElmTypingAnimationCSSVariables;
|
|
7
|
-
className?: string;
|
|
8
|
-
/**
|
|
9
|
-
* The texts to display.
|
|
10
|
-
*/
|
|
11
|
-
texts: string[];
|
|
12
|
-
/**
|
|
13
|
-
* The interval between each text (ms).
|
|
14
|
-
*/
|
|
15
|
-
interval?: number;
|
|
16
|
-
/**
|
|
17
|
-
* The font size of the text.
|
|
18
|
-
*/
|
|
19
|
-
fontSize?: React.CSSProperties["fontSize"];
|
|
20
|
-
}
|
|
21
|
-
export declare const ElmTypingAnimation: ({ texts, interval, fontSize, ...props }: ElmTypingAnimationProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
//# sourceMappingURL=ElmTypingAnimation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTypingAnimation.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmTypingAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,8BAA8B;CAAG;AAElD,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,8BAA8B,CAAC;IAE7D,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,EAAE,MAAM,EAAE,CAAC;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;CAC5C;AAQD,eAAO,MAAM,kBAAkB,GAAI,yCAKhC,uBAAuB,4CAiDzB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { ElmTypingAnimation } from "./ElmTypingAnimation";
|
|
3
|
-
declare const meta: Meta<typeof ElmTypingAnimation>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
//# sourceMappingURL=ElmTypingAnimation.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTypingAnimation.stories.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmTypingAnimation.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,kBAAkB,CAKzC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useElmethisTheme.d.ts","sourceRoot":"","sources":["../../src/hooks/useElmethisTheme.ts"],"names":[],"mappings":"AAoBA,wBAAgB,gBAAgB;;;EAyB/B"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
type Setter<T> = (value: T | ((prev: T) => T)) => void;
|
|
2
|
-
type Remover = () => void;
|
|
3
|
-
export interface UseLocalStorageOptions<T> {
|
|
4
|
-
serializer?: (value: T) => string;
|
|
5
|
-
deserializer?: (raw: string) => T;
|
|
6
|
-
broadcastChannel?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare function useLocalStorage(key: string, initialValue: string, options: {
|
|
9
|
-
raw: true;
|
|
10
|
-
broadcastChannel?: boolean;
|
|
11
|
-
}): [string, Setter<string>, Remover];
|
|
12
|
-
export declare function useLocalStorage<T>(key: string, initialValue: T, options?: UseLocalStorageOptions<T>): [T, Setter<T>, Remover];
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=useLocalStorage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLocalStorage.d.ts","sourceRoot":"","sources":["../../src/hooks/useLocalStorage.ts"],"names":[],"mappings":"AAIA,KAAK,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,KAAK,IAAI,CAAC;AACvD,KAAK,OAAO,GAAG,MAAM,IAAI,CAAC;AAE1B,MAAM,WAAW,sBAAsB,CAAC,CAAC;IACvC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,MAAM,CAAC;IAClC,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,CAAC,CAAC;IAClC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,wBAAgB,eAAe,CAC7B,GAAG,EAAE,MAAM,EACX,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE;IAAE,GAAG,EAAE,IAAI,CAAC;IAAC,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAAE,GACjD,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC;AACrC,wBAAgB,eAAe,CAAC,CAAC,EAC/B,GAAG,EAAE,MAAM,EACX,YAAY,EAAE,CAAC,EACf,OAAO,CAAC,EAAE,sBAAsB,CAAC,CAAC,CAAC,GAClC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
declare const meta: Meta;
|
|
3
|
-
export default meta;
|
|
4
|
-
type Story = StoryObj<typeof meta>;
|
|
5
|
-
export declare const Basic: Story;
|
|
6
|
-
export declare const ObjectValue: Story;
|
|
7
|
-
export declare const Raw: Story;
|
|
8
|
-
export declare const CustomSerializer: Story;
|
|
9
|
-
//# sourceMappingURL=useLocalStorage.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLocalStorage.stories.d.ts","sourceRoot":"","sources":["../../src/hooks/useLocalStorage.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG5D,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAoFnC,eAAO,MAAM,KAAK,EAAE,KAEnB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAEzB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,KAEjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAE9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLocalStorageDispatch.d.ts","sourceRoot":"","sources":["../../src/hooks/useLocalStorageDispatch.ts"],"names":[],"mappings":"AAIA,wBAAgB,uBAAuB,CAAC,CAAC,EAAE,CAAC,EAC1C,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,KAAK,CAAC,EACnC,YAAY,EAAE,CAAC,GACd,CAAC,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,IAAI,EAAE,MAAM,IAAI,CAAC,CAwFtC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLocalStorageDispatch.stories.d.ts","sourceRoot":"","sources":["../../src/hooks/useLocalStorageDispatch.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAwC5D,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
|