@elmethis/core 1.0.0-alpha.19 → 1.0.0-alpha.20
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-mlA01V07.js → Bash-DU5nZf4s.js} +1 -1
- package/dist/{JavaScript-stKTLCvS.js → JavaScript-CxMJ22TW.js} +1 -1
- package/dist/{Rust-PU5XwTn1.js → Rust-CB1E0kPp.js} +1 -1
- package/dist/{TypeScript-ViBgqhx7.js → TypeScript-DIghIo6c.js} +1 -1
- package/dist/elmethis.js +12 -11
- package/dist/elmethis.umd.cjs +11 -11
- package/dist/{index-DvtsYpwQ.js → index-CoKWXkXA.js} +1091 -1055
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { default as ElmKatex, ElmKatexProps } from './components/code/ElmKatex.v
|
|
|
4
4
|
import { default as ElmColumn, ElmColumnProps } from './components/containments/ElmColumn.vue';
|
|
5
5
|
import { default as ElmColumnList, ElmColumnListProps } from './components/containments/ElmColumnList.vue';
|
|
6
6
|
import { default as ElmDesktopWindow, ElmDesktopWindowProps } from './components/containments/ElmDesktopWindow.vue';
|
|
7
|
+
import { default as ElmModal, ElmModalProps } from './components/containments/ElmModal.vue';
|
|
7
8
|
import { default as ElmParallax, ElmParallaxProps } from './components/containments/ElmParallax.vue';
|
|
8
9
|
import { default as ElmToggle, ElmToggleProps } from './components/containments/ElmToggle.vue';
|
|
9
10
|
import { default as ElmTooltip, ElmTooltipProps } from './components/containments/ElmTooltip.vue';
|
|
@@ -42,5 +43,5 @@ import { default as ElmDivider, ElmDividerProps } from './components/typography/
|
|
|
42
43
|
import { default as ElmNumberedList, ElmNumberedListProps } from './components/typography/ElmNumberedList.vue';
|
|
43
44
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
44
45
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
45
|
-
export { ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmRectangleWave, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmListItem, useElmethisTheme };
|
|
46
|
-
export type { ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmRectangleWaveProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, ElmJsonRendererProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmListItemProps };
|
|
46
|
+
export { ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmRectangleWave, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmListItem, useElmethisTheme };
|
|
47
|
+
export type { ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmRectangleWaveProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, ElmJsonRendererProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmListItemProps };
|