@elmethis/core 1.0.0-alpha.80 → 1.0.0-alpha.81

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
@@ -44,6 +44,7 @@ import { default as ElmNotionRichText, ElmNotionRichTextProps } from './componen
44
44
  import { default as ElmColorSample, ElmColorSampleProps } from './components/others/ElmColorSample.vue';
45
45
  import { default as ElmColorTable, ElmColorTableProps } from './components/others/ElmColorTable.vue';
46
46
  import { default as ElmJsonRenderer, ElmJsonRendererProps } from './components/renderer/ElmJsonRenderer.vue';
47
+ import { default as ElmJsonRendererAsync } from './components/renderer/ElmJsonRendererAsync.vue';
47
48
  import { default as ElmTable, ElmTableProps } from './components/table/ElmTable.vue';
48
49
  import { default as ElmTableHeader, ElmTableHeaderProps } from './components/table/ElmTableHeader.vue';
49
50
  import { default as ElmTableBody, ElmTableBodyProps } from './components/table/ElmTableBody.vue';
@@ -57,5 +58,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
57
58
  import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
58
59
  import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
59
60
  import { useElmethisTheme } from './hooks/useElmethisTheme';
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 { 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, ElmJsonRendererAsync, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
61
62
  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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmethis/core",
3
- "version": "1.0.0-alpha.80",
3
+ "version": "1.0.0-alpha.81",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },