@elmethis/core 1.0.0-alpha.46 → 1.0.0-alpha.47
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/dist/{Bash-BpO3AsuC.js → Bash-DoOLaROE.js} +1 -1
- package/dist/{C-9O3JjWrI.js → C-CYqlyg1Q.js} +1 -1
- package/dist/{Cpp-rRxweu31.js → Cpp-BN2tDMI3.js} +1 -1
- package/dist/{Csharp-DDUkDD04.js → Csharp-Df4TUT5y.js} +1 -1
- package/dist/{Css-BvhmaqGK.js → Css-DycdOSu3.js} +1 -1
- package/dist/{Go-CBaSz3TH.js → Go-nkFHR-0J.js} +1 -1
- package/dist/{Html-4ibaFUU0.js → Html-Cb5970FK.js} +1 -1
- package/dist/{Java-BQsCCCxc.js → Java-BfrW8Tp4.js} +1 -1
- package/dist/{JavaScript-C0RdoBHn.js → JavaScript-qfR-5xg_.js} +1 -1
- package/dist/{Json-BlR2dBSn.js → Json-BTNZjPau.js} +1 -1
- package/dist/{Kotlin-DNv18saS.js → Kotlin-Dj5vO0vD.js} +1 -1
- package/dist/{Lua-CqLIpTAv.js → Lua-RkTHNLrn.js} +1 -1
- package/dist/{Npm-DsGGz9wi.js → Npm-DAAaqMUB.js} +1 -1
- package/dist/{Python-Bq0FIila.js → Python-Dqptj57d.js} +1 -1
- package/dist/{Rust-DMFLlc9v.js → Rust-DnnY59It.js} +1 -1
- package/dist/{Sql-BIDFFXsG.js → Sql-BKlebAeW.js} +1 -1
- package/dist/{Terraform-DrdRoSYN.js → Terraform-BldpErwQ.js} +1 -1
- package/dist/{TypeScript-DhPU5AGp.js → TypeScript-_MB27WYp.js} +1 -1
- package/dist/elmethis.js +41 -40
- package/dist/elmethis.umd.cjs +4 -4
- package/dist/{index-Cc17vNPO.js → index-BkxWzlqM.js} +474 -447
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ import { default as ElmHeading3, ElmHeading3Props } from './components/headings/
|
|
|
21
21
|
import { default as ElmHeading4, ElmHeading4Props } from './components/headings/ElmHeading4.vue';
|
|
22
22
|
import { default as ElmHeading5, ElmHeading5Props } from './components/headings/ElmHeading5.vue';
|
|
23
23
|
import { default as ElmHeading6, ElmHeading6Props } from './components/headings/ElmHeading6.vue';
|
|
24
|
+
import { default as ElmArrowIcon, ElmArrowIconProps } from './components/icon/ElmArrowIcon.vue';
|
|
24
25
|
import { default as ElmBookmarkIcon, ElmBookmarkIconProps } from './components/icon/ElmBookmarkIcon.vue';
|
|
25
26
|
import { default as ElmCubeIcon, ElmCubeIconProps } from './components/icon/ElmCubeIcon.vue';
|
|
26
27
|
import { default as ElmDotLoadingIcon, ElmDotLoadingIconProps } from './components/icon/ElmDotLoadingIcon.vue';
|
|
@@ -53,5 +54,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
53
54
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
54
55
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
55
56
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
56
|
-
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, ElmRectangleWave, ElmBlockFallback, ElmButton, ElmCheckbox, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmBookmarkIcon, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmLoginIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
57
|
-
export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmMultiProgressProps, ElmRectangleWaveProps, ElmBlockFallbackProps, ElmButtonProps, ElmCheckboxProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmBookmarkIconProps, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmLoginIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, ElmJsonRendererProps, ElmColorSampleProps, ElmColorTableProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmParagraphProps, ElmListItemProps };
|
|
57
|
+
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, ElmRectangleWave, ElmBlockFallback, ElmButton, ElmCheckbox, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmArrowIcon, ElmBookmarkIcon, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmLoginIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
58
|
+
export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmMultiProgressProps, ElmRectangleWaveProps, ElmBlockFallbackProps, ElmButtonProps, ElmCheckboxProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmArrowIconProps, ElmBookmarkIconProps, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmLoginIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, ElmJsonRendererProps, ElmColorSampleProps, ElmColorTableProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmParagraphProps, ElmListItemProps };
|