@elmethis/core 1.0.0-alpha.6 → 1.0.0-alpha.8

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/index.d.ts CHANGED
@@ -1,6 +1,9 @@
1
1
  import { default as ElmCodeBlock, ElmCodeBlockProps } from './components/code/ElmCodeBlock.vue';
2
2
  import { default as ElmPrismHighlighter, ElmPrismHighlighterProps } from './components/code/ElmPrismHighlighter.vue';
3
3
  import { default as ElmKatex, ElmKatexProps } from './components/code/ElmKatex.vue';
4
+ import { default as ElmColumn, ElmColumnProps } from './components/containments/ElmColumn.vue';
5
+ import { default as ElmColumnList, ElmColumnListProps } from './components/containments/ElmColumnList.vue';
6
+ import { default as ElmToggle, ElmToggleProps } from './components/containments/ElmToggle.vue';
4
7
  import { default as ElmTooltip, ElmTooltipProps } from './components/containments/ElmTooltip.vue';
5
8
  import { default as ElmRectangleWave, ElmRectangleWaveProps } from './components/fallback/ElmRectangleWave.vue';
6
9
  import { default as ElmHeading1, ElmHeading1Props } from './components/headings/ElmHeading1.vue';
@@ -17,6 +20,7 @@ import { default as ElmInlineCode, ElmInlineCodeProps } from './components/inlin
17
20
  import { default as ElmInlineLink, ElmInlineLinkProps } from './components/inline/ElmInlineLink.vue';
18
21
  import { default as ElmInlineRuby, ElmInlineRubyProps } from './components/inline/ElmInlineRuby.vue';
19
22
  import { default as ElmInlineText, ElmInlineTextProps } from './components/inline/ElmInlineText.vue';
23
+ import { default as ElmFile, ElmFileProps } from './components/media/ElmFile.vue';
20
24
  import { default as ElmImage, ElmImageProps } from './components/media/ElmImage.vue';
21
25
  import { default as ElmBookmark, ElmBookmarkProps } from './components/navigation/ElmBookmark.vue';
22
26
  import { default as ElmBreadcrumb, ElmBreadcrumbProps } from './components/navigation/ElmBreadcrumb.vue';
@@ -33,5 +37,5 @@ import { default as ElmCallout, ElmCalloutProps } from './components/typography/
33
37
  import { default as ElmDivider, ElmDividerProps } from './components/typography/ElmDivider.vue';
34
38
  import { default as ElmNumberedList, ElmNumberedListProps } from './components/typography/ElmNumberedList.vue';
35
39
  import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
36
- export { ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmTooltip, ElmRectangleWave, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmListItem };
37
- export type { ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmTooltipProps, ElmRectangleWaveProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmJsonRendererProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmListItemProps };
40
+ export { ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmToggle, ElmTooltip, ElmRectangleWave, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmListItem };
41
+ export type { ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmToggleProps, ElmTooltipProps, ElmRectangleWaveProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmJsonRendererProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmListItemProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmethis/core",
3
- "version": "1.0.0-alpha.6",
3
+ "version": "1.0.0-alpha.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },