@elmethis/react 0.3.1 → 0.3.3
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/lib/index.react.cjs +1 -1
- package/lib/index.react.mjs +2856 -7
- package/lib/style.css +1 -1
- package/lib-types/components/code/ElmCodeBlock.d.ts +26 -0
- package/lib-types/components/code/ElmCodeBlock.d.ts.map +1 -0
- package/lib-types/components/code/ElmCodeBlock.stories.d.ts +9 -0
- package/lib-types/components/code/ElmCodeBlock.stories.d.ts.map +1 -0
- package/lib-types/components/code/ElmKatex.d.ts +16 -0
- package/lib-types/components/code/ElmKatex.d.ts.map +1 -0
- package/lib-types/components/code/ElmKatex.stories.d.ts +9 -0
- package/lib-types/components/code/ElmKatex.stories.d.ts.map +1 -0
- package/lib-types/components/code/ElmMermaid.d.ts +11 -0
- package/lib-types/components/code/ElmMermaid.d.ts.map +1 -0
- package/lib-types/components/code/ElmMermaid.stories.d.ts +8 -0
- package/lib-types/components/code/ElmMermaid.stories.d.ts.map +1 -0
- package/lib-types/components/code/ElmShikiHighlighter.d.ts +19 -0
- package/lib-types/components/code/ElmShikiHighlighter.d.ts.map +1 -0
- package/lib-types/components/code/ElmShikiHighlighter.stories.d.ts +7 -0
- package/lib-types/components/code/ElmShikiHighlighter.stories.d.ts.map +1 -0
- package/lib-types/components/code/shikiInstance.d.ts +3 -0
- package/lib-types/components/code/shikiInstance.d.ts.map +1 -0
- package/lib-types/components/containments/ElmColumn.d.ts +9 -0
- package/lib-types/components/containments/ElmColumn.d.ts.map +1 -0
- package/lib-types/components/containments/ElmColumn.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmColumn.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmColumnList.d.ts +9 -0
- package/lib-types/components/containments/ElmColumnList.d.ts.map +1 -0
- package/lib-types/components/containments/ElmColumnList.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmColumnList.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmConfirmModal.d.ts +23 -0
- package/lib-types/components/containments/ElmConfirmModal.d.ts.map +1 -0
- package/lib-types/components/containments/ElmConfirmModal.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmConfirmModal.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmDesktopWindow.d.ts +14 -0
- package/lib-types/components/containments/ElmDesktopWindow.d.ts.map +1 -0
- package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmModal.d.ts +18 -0
- package/lib-types/components/containments/ElmModal.d.ts.map +1 -0
- package/lib-types/components/containments/ElmModal.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmModal.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmParallax.d.ts +13 -0
- package/lib-types/components/containments/ElmParallax.d.ts.map +1 -0
- package/lib-types/components/containments/ElmParallax.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmParallax.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmSimpleTooltip.d.ts +13 -0
- package/lib-types/components/containments/ElmSimpleTooltip.d.ts.map +1 -0
- package/lib-types/components/containments/ElmSimpleTooltip.stories.d.ts +8 -0
- package/lib-types/components/containments/ElmSimpleTooltip.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmSnackbar.d.ts +15 -0
- package/lib-types/components/containments/ElmSnackbar.d.ts.map +1 -0
- package/lib-types/components/containments/ElmSnackbar.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmSnackbar.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmSnackbarContainer.d.ts +18 -0
- package/lib-types/components/containments/ElmSnackbarContainer.d.ts.map +1 -0
- package/lib-types/components/containments/ElmSnackbarContainer.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmSnackbarContainer.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmTabs.d.ts +13 -0
- package/lib-types/components/containments/ElmTabs.d.ts.map +1 -0
- package/lib-types/components/containments/ElmTabs.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmTabs.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmToggle.d.ts +20 -0
- package/lib-types/components/containments/ElmToggle.d.ts.map +1 -0
- package/lib-types/components/containments/ElmToggle.stories.d.ts +8 -0
- package/lib-types/components/containments/ElmToggle.stories.d.ts.map +1 -0
- package/lib-types/components/containments/ElmTooltip.d.ts +13 -0
- package/lib-types/components/containments/ElmTooltip.d.ts.map +1 -0
- package/lib-types/components/containments/ElmTooltip.stories.d.ts +7 -0
- package/lib-types/components/containments/ElmTooltip.stories.d.ts.map +1 -0
- package/lib-types/components/data/ElmMultiProgress.d.ts +32 -0
- package/lib-types/components/data/ElmMultiProgress.d.ts.map +1 -0
- package/lib-types/components/data/ElmMultiProgress.stories.d.ts +7 -0
- package/lib-types/components/data/ElmMultiProgress.stories.d.ts.map +1 -0
- package/lib-types/components/data/ElmProgress.d.ts +40 -0
- package/lib-types/components/data/ElmProgress.d.ts.map +1 -0
- package/lib-types/components/data/ElmProgress.stories.d.ts +11 -0
- package/lib-types/components/data/ElmProgress.stories.d.ts.map +1 -0
- package/lib-types/components/data/ElmStatusMessage.d.ts +18 -0
- package/lib-types/components/data/ElmStatusMessage.d.ts.map +1 -0
- package/lib-types/components/data/ElmStatusMessage.stories.d.ts +10 -0
- package/lib-types/components/data/ElmStatusMessage.stories.d.ts.map +1 -0
- package/lib-types/components/embed/ElmOEmbed.d.ts +47 -0
- package/lib-types/components/embed/ElmOEmbed.d.ts.map +1 -0
- package/lib-types/components/embed/ElmOEmbed.stories.d.ts +8 -0
- package/lib-types/components/embed/ElmOEmbed.stories.d.ts.map +1 -0
- package/lib-types/components/fallback/ElmBlockFallback.d.ts +14 -0
- package/lib-types/components/fallback/ElmBlockFallback.d.ts.map +1 -0
- package/lib-types/components/fallback/ElmBlockFallback.stories.d.ts +7 -0
- package/lib-types/components/fallback/ElmBlockFallback.stories.d.ts.map +1 -0
- package/lib-types/components/fallback/ElmRectangleWave.d.ts +9 -0
- package/lib-types/components/fallback/ElmRectangleWave.d.ts.map +1 -0
- package/lib-types/components/fallback/ElmRectangleWave.stories.d.ts +7 -0
- package/lib-types/components/fallback/ElmRectangleWave.stories.d.ts.map +1 -0
- package/lib-types/components/fallback/ElmSpinner.d.ts +17 -0
- package/lib-types/components/fallback/ElmSpinner.d.ts.map +1 -0
- package/lib-types/components/fallback/ElmSpinner.stories.d.ts +7 -0
- package/lib-types/components/fallback/ElmSpinner.stories.d.ts.map +1 -0
- package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts +13 -0
- package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts.map +1 -0
- package/lib-types/components/fallback/ElmUnsupportedBlock.stories.d.ts +7 -0
- package/lib-types/components/fallback/ElmUnsupportedBlock.stories.d.ts.map +1 -0
- package/lib-types/components/form/ElmButton.d.ts +23 -0
- package/lib-types/components/form/ElmButton.d.ts.map +1 -0
- package/lib-types/components/form/ElmButton.stories.d.ts +11 -0
- package/lib-types/components/form/ElmButton.stories.d.ts.map +1 -0
- package/lib-types/components/form/ElmCheckbox.d.ts +19 -0
- package/lib-types/components/form/ElmCheckbox.d.ts.map +1 -0
- package/lib-types/components/form/ElmCheckbox.stories.d.ts +7 -0
- package/lib-types/components/form/ElmCheckbox.stories.d.ts.map +1 -0
- package/lib-types/components/form/ElmSelect.d.ts +29 -0
- package/lib-types/components/form/ElmSelect.d.ts.map +1 -0
- package/lib-types/components/form/ElmSelect.stories.d.ts +7 -0
- package/lib-types/components/form/ElmSelect.stories.d.ts.map +1 -0
- package/lib-types/components/form/ElmSwitch.d.ts +23 -0
- package/lib-types/components/form/ElmSwitch.d.ts.map +1 -0
- package/lib-types/components/form/ElmSwitch.stories.d.ts +7 -0
- package/lib-types/components/form/ElmSwitch.stories.d.ts.map +1 -0
- package/lib-types/components/form/ElmTextField.d.ts +33 -0
- package/lib-types/components/form/ElmTextField.d.ts.map +1 -0
- package/lib-types/components/form/ElmTextField.stories.d.ts +7 -0
- package/lib-types/components/form/ElmTextField.stories.d.ts.map +1 -0
- package/lib-types/components/form/ElmValidation.d.ts +16 -0
- package/lib-types/components/form/ElmValidation.d.ts.map +1 -0
- package/lib-types/components/form/ElmValidation.stories.d.ts +7 -0
- package/lib-types/components/form/ElmValidation.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmArrowIcon.d.ts +25 -0
- package/lib-types/components/icon/ElmArrowIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmArrowIcon.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmArrowIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmBookmarkIcon.d.ts +21 -0
- package/lib-types/components/icon/ElmBookmarkIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmBookmarkIcon.stories.d.ts +9 -0
- package/lib-types/components/icon/ElmBookmarkIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmCubeIcon.d.ts +13 -0
- package/lib-types/components/icon/ElmCubeIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmCubeIcon.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmCubeIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmDotLoadingIcon.d.ts +19 -0
- package/lib-types/components/icon/ElmDotLoadingIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmDotLoadingIcon.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmDotLoadingIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmInlineIcon.d.ts +17 -0
- package/lib-types/components/icon/ElmInlineIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmInlineIcon.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmInlineIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmLanguageIcon.d.ts +18 -0
- package/lib-types/components/icon/ElmLanguageIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmLanguageIcon.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmLanguageIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmLoginIcon.d.ts +21 -0
- package/lib-types/components/icon/ElmLoginIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmLoginIcon.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmLoginIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmMdiIcon.d.ts +14 -0
- package/lib-types/components/icon/ElmMdiIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmMdiIcon.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmMdiIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmSquareLoadingIcon.d.ts +17 -0
- package/lib-types/components/icon/ElmSquareLoadingIcon.d.ts.map +1 -0
- package/lib-types/components/icon/ElmSquareLoadingIcon.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmSquareLoadingIcon.stories.d.ts.map +1 -0
- package/lib-types/components/icon/ElmToggleTheme.d.ts +13 -0
- package/lib-types/components/icon/ElmToggleTheme.d.ts.map +1 -0
- package/lib-types/components/icon/ElmToggleTheme.stories.d.ts +7 -0
- package/lib-types/components/icon/ElmToggleTheme.stories.d.ts.map +1 -0
- package/lib-types/components/icon/language.d.ts +3 -0
- package/lib-types/components/icon/language.d.ts.map +1 -0
- package/lib-types/components/media/ElmFile.d.ts +25 -0
- package/lib-types/components/media/ElmFile.d.ts.map +1 -0
- package/lib-types/components/media/ElmFile.stories.d.ts +8 -0
- package/lib-types/components/media/ElmFile.stories.d.ts.map +1 -0
- package/lib-types/components/media/ElmImage.d.ts +37 -0
- package/lib-types/components/media/ElmImage.d.ts.map +1 -0
- package/lib-types/components/media/ElmImage.stories.d.ts +10 -0
- package/lib-types/components/media/ElmImage.stories.d.ts.map +1 -0
- package/lib-types/components/navigation/ElmBookmark.d.ts +56 -0
- package/lib-types/components/navigation/ElmBookmark.d.ts.map +1 -0
- package/lib-types/components/navigation/ElmBookmark.stories.d.ts +9 -0
- package/lib-types/components/navigation/ElmBookmark.stories.d.ts.map +1 -0
- package/lib-types/components/navigation/ElmBreadcrumb.d.ts +22 -0
- package/lib-types/components/navigation/ElmBreadcrumb.d.ts.map +1 -0
- package/lib-types/components/navigation/ElmBreadcrumb.stories.d.ts +8 -0
- package/lib-types/components/navigation/ElmBreadcrumb.stories.d.ts.map +1 -0
- package/lib-types/components/navigation/ElmPageTop.d.ts +13 -0
- package/lib-types/components/navigation/ElmPageTop.d.ts.map +1 -0
- package/lib-types/components/navigation/ElmPageTop.stories.d.ts +7 -0
- package/lib-types/components/navigation/ElmPageTop.stories.d.ts.map +1 -0
- package/lib-types/components/navigation/ElmTableOfContents.d.ts +17 -0
- package/lib-types/components/navigation/ElmTableOfContents.d.ts.map +1 -0
- package/lib-types/components/navigation/ElmTableOfContents.stories.d.ts +8 -0
- package/lib-types/components/navigation/ElmTableOfContents.stories.d.ts.map +1 -0
- package/lib-types/components/others/ElmColorSample.d.ts +11 -0
- package/lib-types/components/others/ElmColorSample.d.ts.map +1 -0
- package/lib-types/components/others/ElmColorSample.stories.d.ts +8 -0
- package/lib-types/components/others/ElmColorSample.stories.d.ts.map +1 -0
- package/lib-types/components/others/ElmColorTable.d.ts +14 -0
- package/lib-types/components/others/ElmColorTable.d.ts.map +1 -0
- package/lib-types/components/others/ElmColorTable.stories.d.ts +7 -0
- package/lib-types/components/others/ElmColorTable.stories.d.ts.map +1 -0
- package/lib-types/components/others/ElmCommandPalette.d.ts +33 -0
- package/lib-types/components/others/ElmCommandPalette.d.ts.map +1 -0
- package/lib-types/components/others/ElmCommandPalette.stories.d.ts +7 -0
- package/lib-types/components/others/ElmCommandPalette.stories.d.ts.map +1 -0
- package/lib-types/components/others/ElmJsonComponentRenderer.d.ts +13 -0
- package/lib-types/components/others/ElmJsonComponentRenderer.d.ts.map +1 -0
- package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts +7 -0
- package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts.map +1 -0
- package/lib-types/components/others/ElmMarkdown.d.ts +11 -0
- package/lib-types/components/others/ElmMarkdown.d.ts.map +1 -0
- package/lib-types/components/others/ElmMarkdown.stories.d.ts +7 -0
- package/lib-types/components/others/ElmMarkdown.stories.d.ts.map +1 -0
- package/lib-types/components/others/ElmTyping.d.ts +11 -0
- package/lib-types/components/others/ElmTyping.d.ts.map +1 -0
- package/lib-types/components/others/ElmTyping.stories.d.ts +8 -0
- package/lib-types/components/others/ElmTyping.stories.d.ts.map +1 -0
- package/lib-types/components/table/ElmTable.d.ts +30 -0
- package/lib-types/components/table/ElmTable.d.ts.map +1 -0
- package/lib-types/components/table/ElmTable.stories.d.ts +8 -0
- package/lib-types/components/table/ElmTable.stories.d.ts.map +1 -0
- package/lib-types/components/table/ElmTableBody.d.ts +7 -0
- package/lib-types/components/table/ElmTableBody.d.ts.map +1 -0
- package/lib-types/components/table/ElmTableBody.stories.d.ts +7 -0
- package/lib-types/components/table/ElmTableBody.stories.d.ts.map +1 -0
- package/lib-types/components/table/ElmTableCell.d.ts +16 -0
- package/lib-types/components/table/ElmTableCell.d.ts.map +1 -0
- package/lib-types/components/table/ElmTableCell.stories.d.ts +7 -0
- package/lib-types/components/table/ElmTableCell.stories.d.ts.map +1 -0
- package/lib-types/components/table/ElmTableHeader.d.ts +7 -0
- package/lib-types/components/table/ElmTableHeader.d.ts.map +1 -0
- package/lib-types/components/table/ElmTableHeader.stories.d.ts +7 -0
- package/lib-types/components/table/ElmTableHeader.stories.d.ts.map +1 -0
- package/lib-types/components/table/ElmTableRow.d.ts +7 -0
- package/lib-types/components/table/ElmTableRow.d.ts.map +1 -0
- package/lib-types/components/table/ElmTableRow.stories.d.ts +7 -0
- package/lib-types/components/table/ElmTableRow.stories.d.ts.map +1 -0
- package/lib-types/components/table/TableContext.d.ts +3 -0
- package/lib-types/components/table/TableContext.d.ts.map +1 -0
- package/lib-types/components/template/ElmTemplate.d.ts +4 -1
- package/lib-types/components/template/ElmTemplate.d.ts.map +1 -1
- package/lib-types/components/template/ElmTemplate.stories.d.ts +7 -0
- package/lib-types/components/template/ElmTemplate.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmBlockQuote.d.ts +13 -0
- package/lib-types/components/typography/ElmBlockQuote.d.ts.map +1 -0
- package/lib-types/components/typography/ElmBlockQuote.stories.d.ts +7 -0
- package/lib-types/components/typography/ElmBlockQuote.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmCallout.d.ts +14 -0
- package/lib-types/components/typography/ElmCallout.d.ts.map +1 -0
- package/lib-types/components/typography/ElmCallout.stories.d.ts +11 -0
- package/lib-types/components/typography/ElmCallout.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmDivider.d.ts +13 -0
- package/lib-types/components/typography/ElmDivider.d.ts.map +1 -0
- package/lib-types/components/typography/ElmDivider.stories.d.ts +7 -0
- package/lib-types/components/typography/ElmDivider.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmFragmentIdentifier.d.ts +13 -0
- package/lib-types/components/typography/ElmFragmentIdentifier.d.ts.map +1 -0
- package/lib-types/components/typography/ElmFragmentIdentifier.stories.d.ts +7 -0
- package/lib-types/components/typography/ElmFragmentIdentifier.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmHeading.d.ts +31 -0
- package/lib-types/components/typography/ElmHeading.d.ts.map +1 -0
- package/lib-types/components/typography/ElmHeading.stories.d.ts +8 -0
- package/lib-types/components/typography/ElmHeading.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmInlineText.d.ts +24 -0
- package/lib-types/components/typography/ElmInlineText.d.ts.map +1 -0
- package/lib-types/components/typography/ElmInlineText.stories.d.ts +13 -0
- package/lib-types/components/typography/ElmInlineText.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmList.d.ts +15 -0
- package/lib-types/components/typography/ElmList.d.ts.map +1 -0
- package/lib-types/components/typography/ElmList.stories.d.ts +9 -0
- package/lib-types/components/typography/ElmList.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmParagraph.d.ts +10 -0
- package/lib-types/components/typography/ElmParagraph.d.ts.map +1 -0
- package/lib-types/components/typography/ElmParagraph.stories.d.ts +8 -0
- package/lib-types/components/typography/ElmParagraph.stories.d.ts.map +1 -0
- package/lib-types/components/typography/ElmTypingAnimation.d.ts +21 -0
- package/lib-types/components/typography/ElmTypingAnimation.d.ts.map +1 -0
- package/lib-types/components/typography/ElmTypingAnimation.stories.d.ts +7 -0
- package/lib-types/components/typography/ElmTypingAnimation.stories.d.ts.map +1 -0
- package/lib-types/hooks/useElmethisTheme.d.ts +5 -0
- package/lib-types/hooks/useElmethisTheme.d.ts.map +1 -0
- package/lib-types/lib.d.ts +67 -0
- package/lib-types/lib.d.ts.map +1 -1
- package/lib-types/styles/variables.d.ts +9 -0
- package/lib-types/styles/variables.d.ts.map +1 -0
- package/package.json +19 -5
- package/lib/favicon.svg +0 -1
- package/lib/icons.svg +0 -24
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmBookmark.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ElmBookmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,oBAAoB,CAAC;AAQ5B,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;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,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAE5C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,WAAW,GAAI,mHAazB,gBAAgB,4CAsFlB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmBookmark } from "./ElmBookmark";
|
|
3
|
+
declare const meta: Meta<typeof ElmBookmark>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
export declare const WithoutDate: Story;
|
|
8
|
+
export declare const NoImage: Story;
|
|
9
|
+
//# sourceMappingURL=ElmBookmark.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmBookmark.stories.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ElmBookmark.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,KAarB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAUzB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmBreadcrumbCSSVariables {
|
|
4
|
+
}
|
|
5
|
+
export interface ElmBreadcrumbProps {
|
|
6
|
+
style?: React.CSSProperties & ElmBreadcrumbCSSVariables;
|
|
7
|
+
/**
|
|
8
|
+
* The links to display.
|
|
9
|
+
*/
|
|
10
|
+
links: Array<{
|
|
11
|
+
/**
|
|
12
|
+
* The text to display.
|
|
13
|
+
*/
|
|
14
|
+
text: string;
|
|
15
|
+
/**
|
|
16
|
+
* The action to perform when the link is clicked.
|
|
17
|
+
*/
|
|
18
|
+
onClick?: () => void;
|
|
19
|
+
}>;
|
|
20
|
+
}
|
|
21
|
+
export declare const ElmBreadcrumb: ({ links, style }: ElmBreadcrumbProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
//# sourceMappingURL=ElmBreadcrumb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmBreadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ElmBreadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;AAY5B,MAAM,WAAW,yBAAyB;CAAG;AAE7C,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,yBAAyB,CAAC;IAExD;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC;QACX;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC,CAAC;CACJ;AAED,eAAO,MAAM,aAAa,GAAI,kBAAkB,kBAAkB,4CAuEjE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmBreadcrumb } from "./ElmBreadcrumb";
|
|
3
|
+
declare const meta: Meta<typeof ElmBreadcrumb>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
export declare const Long: Story;
|
|
8
|
+
//# sourceMappingURL=ElmBreadcrumb.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmBreadcrumb.stories.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ElmBreadcrumb.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAKpC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAYlB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmPageTopCSSVariables {
|
|
4
|
+
}
|
|
5
|
+
export interface ElmPageTopProps {
|
|
6
|
+
style?: React.CSSProperties & ElmPageTopCSSVariables;
|
|
7
|
+
/**
|
|
8
|
+
* Specifies the position of the button.
|
|
9
|
+
*/
|
|
10
|
+
position?: "left" | "right";
|
|
11
|
+
}
|
|
12
|
+
export declare const ElmPageTop: ({ position, style, }: ElmPageTopProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=ElmPageTop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmPageTop.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ElmPageTop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,sBAAsB;CAAG;AAE1C,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,UAAU,GAAI,sBAGxB,eAAe,4CAmCjB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmPageTop } from "./ElmPageTop";
|
|
3
|
+
declare const meta: Meta<typeof ElmPageTop>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
//# sourceMappingURL=ElmPageTop.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmPageTop.stories.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ElmPageTop.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,CAQjC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmTableOfContentsCSSVariables {
|
|
4
|
+
}
|
|
5
|
+
export interface ElmTableOfContentsProps {
|
|
6
|
+
style?: React.CSSProperties & ElmTableOfContentsCSSVariables;
|
|
7
|
+
/**
|
|
8
|
+
* The headings to display.
|
|
9
|
+
*/
|
|
10
|
+
headings: Array<{
|
|
11
|
+
level: 1 | 2 | 3 | 4 | 5 | 6;
|
|
12
|
+
text: string;
|
|
13
|
+
id?: string;
|
|
14
|
+
}>;
|
|
15
|
+
}
|
|
16
|
+
export declare const ElmTableOfContents: ({ headings, style, }: ElmTableOfContentsProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
//# sourceMappingURL=ElmTableOfContents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmTableOfContents.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ElmTableOfContents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAO5B,MAAM,WAAW,8BAA8B;CAAG;AAElD,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,8BAA8B,CAAC;IAE7D;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC;QACd,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAC7B,IAAI,EAAE,MAAM,CAAC;QACb,EAAE,CAAC,EAAE,MAAM,CAAC;KACb,CAAC,CAAC;CACJ;AAED,eAAO,MAAM,kBAAkB,GAAI,sBAGhC,uBAAuB,4CAuBzB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmTableOfContents } from "./ElmTableOfContents";
|
|
3
|
+
declare const meta: Meta<typeof ElmTableOfContents>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
export declare const Deep: Story;
|
|
8
|
+
//# sourceMappingURL=ElmTableOfContents.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmTableOfContents.stories.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ElmTableOfContents.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,KAcrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAyBlB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmColorSampleProps {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
/**
|
|
6
|
+
* The color to display.
|
|
7
|
+
*/
|
|
8
|
+
color: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const ElmColorSample: ({ color, style }: ElmColorSampleProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=ElmColorSample.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmColorSample.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmColorSample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAE7D,OAAO,oBAAoB,CAAC;AAS5B,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,cAAc,GAAI,kBAAkB,mBAAmB,4CAyDnE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmColorSample } from "./ElmColorSample";
|
|
3
|
+
declare const meta: Meta<typeof ElmColorSample>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
export declare const Blue: Story;
|
|
8
|
+
//# sourceMappingURL=ElmColorSample.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmColorSample.stories.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmColorSample.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,cAAc,CAOrC,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,KAIlB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmColorTableProps {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
/**
|
|
6
|
+
* The colors to display.
|
|
7
|
+
*/
|
|
8
|
+
colors: {
|
|
9
|
+
name: string;
|
|
10
|
+
code: string;
|
|
11
|
+
}[];
|
|
12
|
+
}
|
|
13
|
+
export declare const ElmColorTable: ({ colors, style }: ElmColorTableProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=ElmColorTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmColorTable.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmColorTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAM5B,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;OAEG;IACH,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC1C;AAMD,eAAO,MAAM,aAAa,GAAI,mBAAmB,kBAAkB,4CAqBlE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmColorTable } from "./ElmColorTable";
|
|
3
|
+
declare const meta: Meta<typeof ElmColorTable>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
//# sourceMappingURL=ElmColorTable.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmColorTable.stories.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmColorTable.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
declare const TAG_COLOR_MAP: {
|
|
4
|
+
readonly brown: "#a17c5b";
|
|
5
|
+
readonly crimson: "#c56565";
|
|
6
|
+
readonly amber: "#d48b70";
|
|
7
|
+
readonly gold: "#cdb57b";
|
|
8
|
+
readonly emerald: "#59b57c";
|
|
9
|
+
readonly cyan: "#59a7b5";
|
|
10
|
+
readonly blue: "#6987b8";
|
|
11
|
+
readonly purple: "#9771bd";
|
|
12
|
+
readonly pink: "#c9699e";
|
|
13
|
+
};
|
|
14
|
+
export interface Command {
|
|
15
|
+
id: string;
|
|
16
|
+
icon?: string;
|
|
17
|
+
label: string;
|
|
18
|
+
tag?: {
|
|
19
|
+
name: string;
|
|
20
|
+
color: keyof typeof TAG_COLOR_MAP;
|
|
21
|
+
};
|
|
22
|
+
description?: string;
|
|
23
|
+
keywords?: string[];
|
|
24
|
+
onInvoke?: () => void;
|
|
25
|
+
}
|
|
26
|
+
export interface ElmCommandPaletteProps {
|
|
27
|
+
style?: React.CSSProperties;
|
|
28
|
+
commands: Command[];
|
|
29
|
+
onCommandInvoked?: (command?: Command) => void;
|
|
30
|
+
}
|
|
31
|
+
export declare const ElmCommandPalette: ({ commands, onCommandInvoked, style, }: ElmCommandPaletteProps) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
export {};
|
|
33
|
+
//# sourceMappingURL=ElmCommandPalette.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmCommandPalette.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmCommandPalette.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,oBAAoB,CAAC;AAS5B,QAAA,MAAM,aAAa;;;;;;;;;;CAUT,CAAC;AAEX,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,OAAO,aAAa,CAAC;KACnC,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,gBAAgB,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD;AAaD,eAAO,MAAM,iBAAiB,GAAI,wCAI/B,sBAAsB,4CAuJxB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmCommandPalette } from "./ElmCommandPalette";
|
|
3
|
+
declare const meta: Meta<typeof ElmCommandPalette>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
//# sourceMappingURL=ElmCommandPalette.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmCommandPalette.stories.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmCommandPalette.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAyCxD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,iBAAiB,CAOxC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmJsonComponentRendererProps {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
/**
|
|
6
|
+
* JSON component tree to render.
|
|
7
|
+
* Accepts the jarkup-ts Component[] format.
|
|
8
|
+
* Note: Full rendering requires jarkup-ts to be installed.
|
|
9
|
+
*/
|
|
10
|
+
jsonComponents: any[];
|
|
11
|
+
}
|
|
12
|
+
export declare const ElmJsonComponentRenderer: ({ jsonComponents, style, }: ElmJsonComponentRendererProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=ElmJsonComponentRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmJsonComponentRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmJsonComponentRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,6BAA6B;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;;;OAIG;IAEH,cAAc,EAAE,GAAG,EAAE,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,GAAI,4BAGtC,6BAA6B,4CAU/B,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmJsonComponentRenderer } from "./ElmJsonComponentRenderer";
|
|
3
|
+
declare const meta: Meta<typeof ElmJsonComponentRenderer>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
//# sourceMappingURL=ElmJsonComponentRenderer.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmJsonComponentRenderer.stories.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmJsonComponentRenderer.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,wBAAwB,CAU/C,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmMarkdownProps {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
/**
|
|
6
|
+
* The markdown string to render.
|
|
7
|
+
*/
|
|
8
|
+
markdown: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const ElmMarkdown: ({ markdown, style }: ElmMarkdownProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=ElmMarkdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmMarkdown.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmMarkdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,WAAW,GAAI,qBAAqB,gBAAgB,4CA8BhE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmMarkdown } from "./ElmMarkdown";
|
|
3
|
+
declare const meta: Meta<typeof ElmMarkdown>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
//# sourceMappingURL=ElmMarkdown.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmMarkdown.stories.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmMarkdown.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AA2B5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAOlC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmTypingProps {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
/**
|
|
6
|
+
* The target text for the typing game.
|
|
7
|
+
*/
|
|
8
|
+
target?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const ElmTyping: ({ target, style, }: ElmTypingProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=ElmTyping.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmTyping.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmTyping.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,oBAAoB,CAAC;AAQ5B,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,SAAS,GAAI,oBAGvB,cAAc,4CA0EhB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmTyping } from "./ElmTyping";
|
|
3
|
+
declare const meta: Meta<typeof ElmTyping>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
export declare const Short: Story;
|
|
8
|
+
//# sourceMappingURL=ElmTyping.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmTyping.stories.d.ts","sourceRoot":"","sources":["../../../src/components/others/ElmTyping.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAOhC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmTableCSSVariables {
|
|
4
|
+
"--margin-block"?: React.CSSProperties["marginBlock"];
|
|
5
|
+
}
|
|
6
|
+
export interface ElmTableProps {
|
|
7
|
+
style?: React.CSSProperties & ElmTableCSSVariables;
|
|
8
|
+
/**
|
|
9
|
+
* The margin of the table.
|
|
10
|
+
*/
|
|
11
|
+
margin?: React.CSSProperties["marginBlock"];
|
|
12
|
+
/**
|
|
13
|
+
* Optional caption for the table.
|
|
14
|
+
*/
|
|
15
|
+
caption?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Whether the first cell in each row is a row header.
|
|
18
|
+
*/
|
|
19
|
+
hasRowHeader?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* The header section (use ElmTableHeader).
|
|
22
|
+
*/
|
|
23
|
+
header?: React.ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* The body section (use ElmTableBody).
|
|
26
|
+
*/
|
|
27
|
+
body?: React.ReactNode;
|
|
28
|
+
}
|
|
29
|
+
export declare const ElmTable: ({ margin, caption, hasRowHeader, header, body, style, }: ElmTableProps) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
//# sourceMappingURL=ElmTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmTable.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAO5B,MAAM,WAAW,oBAAoB;IACnC,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;CACvD;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,oBAAoB,CAAC;IAEnD;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAE5C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEzB;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB;AAED,eAAO,MAAM,QAAQ,GAAI,yDAOtB,aAAa,4CA0Bf,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
+
import { ElmTable } from "./ElmTable";
|
|
3
|
+
declare const meta: Meta<typeof ElmTable>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
export declare const NoCaption: Story;
|
|
8
|
+
//# sourceMappingURL=ElmTable.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmTable.stories.d.ts","sourceRoot":"","sources":["../../../src/components/table/ElmTable.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAMtC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAmC/B,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,SAAS,EAAE,KAIvB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmTableBodyProps extends React.PropsWithChildren {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
}
|
|
6
|
+
export declare const ElmTableBody: ({ children, style }: ElmTableBodyProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=ElmTableBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;CAC7B;AAED,eAAO,MAAM,YAAY,GAAI,qBAAqB,iBAAiB,4CAMlE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmTableCellProps extends React.PropsWithChildren {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
/**
|
|
6
|
+
* Whether the cell is a header cell.
|
|
7
|
+
*/
|
|
8
|
+
hasHeader?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* The text content of the cell.
|
|
11
|
+
* If not provided, the cell will render its children as content.
|
|
12
|
+
*/
|
|
13
|
+
text?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const ElmTableCell: ({ children, style, hasHeader, text, }: ElmTableCellProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
//# sourceMappingURL=ElmTableCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,YAAY,GAAI,uCAK1B,iBAAiB,4CAanB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmTableHeaderProps extends React.PropsWithChildren {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
}
|
|
6
|
+
export declare const ElmTableHeader: ({ children, style }: ElmTableHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=ElmTableHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;CAC7B;AAED,eAAO,MAAM,cAAc,GAAI,qBAAqB,mBAAmB,4CAQtE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmTableRowProps extends React.PropsWithChildren {
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
}
|
|
6
|
+
export declare const ElmTableRow: ({ children, style }: ElmTableRowProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=ElmTableRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;CAC7B;AAED,eAAO,MAAM,WAAW,GAAI,qBAAqB,gBAAgB,4CAWhE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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,6 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmTemplateCSSVariables {
|
|
4
|
+
}
|
|
2
5
|
export interface ElmTemplateProps {
|
|
3
|
-
style?: React.CSSProperties;
|
|
6
|
+
style?: React.CSSProperties & ElmTemplateCSSVariables;
|
|
4
7
|
}
|
|
5
8
|
export declare const ElmTemplate: (props: ElmTemplateProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
9
|
//# sourceMappingURL=ElmTemplate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/template/ElmTemplate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
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;CACvD;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAMlD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export interface ElmBlockQuoteCSSVariables {
|
|
4
|
+
}
|
|
5
|
+
export interface ElmBlockQuoteProps extends React.PropsWithChildren {
|
|
6
|
+
style?: React.CSSProperties & ElmBlockQuoteCSSVariables;
|
|
7
|
+
/**
|
|
8
|
+
* The cite URL for the blockquote.
|
|
9
|
+
*/
|
|
10
|
+
cite?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const ElmBlockQuote: (props: ElmBlockQuoteProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=ElmBlockQuote.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmBlockQuote.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmBlockQuote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAG3D,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,yBAAyB;CAAG;AAE7C,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,iBAAiB;IACjE,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,yBAAyB,CAAC;IAExD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAyDtD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "@styles/global.css";
|
|
3
|
+
export type AlertType = "note" | "tip" | "important" | "warning" | "caution";
|
|
4
|
+
export interface ElmCalloutCSSVariables {
|
|
5
|
+
}
|
|
6
|
+
export interface ElmCalloutProps extends React.PropsWithChildren {
|
|
7
|
+
style?: React.CSSProperties & ElmCalloutCSSVariables;
|
|
8
|
+
/**
|
|
9
|
+
* Type of alert
|
|
10
|
+
*/
|
|
11
|
+
type?: AlertType;
|
|
12
|
+
}
|
|
13
|
+
export declare const ElmCallout: ({ type, ...props }: ElmCalloutProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=ElmCallout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElmCallout.d.ts","sourceRoot":"","sources":["../../../src/components/typography/ElmCallout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;AAa5B,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;AAW7E,MAAM,WAAW,sBAAsB;CAAG;AAE1C,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,iBAAiB;IAC9D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,GAAI,oBAA6B,eAAe,4CAsCtE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|