@elmethis/core 1.0.0-alpha.76 → 1.0.0-alpha.78
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-WYBLZ6dN.js → Bash-CVGwAt0l.js} +1 -1
- package/dist/{C-CiL3MgXD.js → C-BXmRg8wa.js} +1 -1
- package/dist/{Cpp-DGaYvAdX.js → Cpp-CA2xvblY.js} +1 -1
- package/dist/{Csharp-Ct8d2qVn.js → Csharp-EdHTdZBd.js} +1 -1
- package/dist/{Css-FvuAcu2R.js → Css-BX_AX3Lk.js} +1 -1
- package/dist/{Go-BIJUZ_TS.js → Go-CvGMqtJT.js} +1 -1
- package/dist/{Html-BBp7OzC3.js → Html-D1N87DiR.js} +1 -1
- package/dist/{Java-CEQl7WQm.js → Java-equAOM-S.js} +1 -1
- package/dist/{JavaScript-BANAOGhm.js → JavaScript-Dcy8EM05.js} +1 -1
- package/dist/{Json-DW7kKcVo.js → Json-CkbW-pY9.js} +1 -1
- package/dist/{Kotlin-B2d-LJmQ.js → Kotlin-c3v2oxY5.js} +1 -1
- package/dist/{Lua-Bf5jWuVH.js → Lua-Dgk8tFMm.js} +1 -1
- package/dist/{Npm-Bnp79nRu.js → Npm-CE-FZi-1.js} +1 -1
- package/dist/{Python-B9sQZMo4.js → Python-DuAuFF5b.js} +1 -1
- package/dist/{Rust-CEASRGf_.js → Rust-CjP9Kdui.js} +1 -1
- package/dist/{Sql-CrtzZH3E.js → Sql-PCcIaoTQ.js} +1 -1
- package/dist/{Terraform-Df8FUB-_.js → Terraform-RgDzn5JH.js} +1 -1
- package/dist/{TypeScript-BiLUlzzH.js → TypeScript-ClOmfnBY.js} +1 -1
- package/dist/components/headings/ElmFragmentIdentifier.stories.d.ts +6 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue.d.ts +8 -0
- package/dist/elmethis.js +38 -37
- package/dist/elmethis.umd.cjs +20 -20
- package/dist/{index-0aq1vP7u.js → index-NJHMT2k_.js} +2558 -2460
- 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 ElmFragmentIdentifier, ElmFragmentIdentifierProps } from './components/headings/ElmFragmentIdentifier.vue';
|
|
24
25
|
import { default as ElmArrowIcon, ElmArrowIconProps } from './components/icon/ElmArrowIcon.vue';
|
|
25
26
|
import { default as ElmBookmarkIcon, ElmBookmarkIconProps } from './components/icon/ElmBookmarkIcon.vue';
|
|
26
27
|
import { default as ElmCubeIcon, ElmCubeIconProps } from './components/icon/ElmCubeIcon.vue';
|
|
@@ -56,5 +57,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
56
57
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
57
58
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
58
59
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
59
|
-
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, ElmNotion, ElmNotionRichText, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
60
|
-
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, ElmNotionProps, ElmNotionRichTextProps, ElmJsonRendererProps, ElmColorSampleProps, ElmColorTableProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmParagraphProps, ElmListItemProps };
|
|
60
|
+
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, ElmRectangleWave, ElmBlockFallback, ElmButton, ElmCheckbox, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmFragmentIdentifier, ElmArrowIcon, ElmBookmarkIcon, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmLoginIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmNotion, ElmNotionRichText, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
61
|
+
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, ElmFragmentIdentifierProps, ElmArrowIconProps, ElmBookmarkIconProps, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmLoginIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, ElmNotionProps, ElmNotionRichTextProps, ElmJsonRendererProps, ElmColorSampleProps, ElmColorTableProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmParagraphProps, ElmListItemProps };
|