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

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.
Files changed (27) hide show
  1. package/dist/{Bash-C6cwtxm7.js → Bash-CPEBhZGp.js} +1 -1
  2. package/dist/{C-DzTFSlaA.js → C-DPJ8fLwl.js} +1 -1
  3. package/dist/{Cpp-fLltu7Jj.js → Cpp-CoSK3Y_L.js} +1 -1
  4. package/dist/{Csharp-DVk3Hewy.js → Csharp-CJPH_zKB.js} +1 -1
  5. package/dist/{Css-DEY7wAxb.js → Css-DHnlQ0go.js} +1 -1
  6. package/dist/{Go-CUJC3bhK.js → Go-h5c4uOaa.js} +1 -1
  7. package/dist/{Html-B0A6Mat8.js → Html-CngEmMep.js} +1 -1
  8. package/dist/{Java-DMiv2shH.js → Java-sght7wIq.js} +1 -1
  9. package/dist/{JavaScript-DhsElpns.js → JavaScript-CqhHLamu.js} +1 -1
  10. package/dist/{Json-BqVZDqf7.js → Json-DVFLJ2yn.js} +1 -1
  11. package/dist/{Kotlin--XXXb4AJ.js → Kotlin-CdCuqhbT.js} +1 -1
  12. package/dist/{Lua-BiC7dHGc.js → Lua-yNBkH03I.js} +1 -1
  13. package/dist/{Npm-DWrjhHNg.js → Npm-CuLz0LxW.js} +1 -1
  14. package/dist/{Python-CieoMBh3.js → Python-BSQgoNGu.js} +1 -1
  15. package/dist/{Rust-BBHT6EMw.js → Rust-CHdBnOGV.js} +1 -1
  16. package/dist/{Sql-DCrFQesw.js → Sql-DMsEsxpD.js} +1 -1
  17. package/dist/{Terraform-CTgFTPmH.js → Terraform-JF-V0YNf.js} +1 -1
  18. package/dist/{TypeScript-CibW7lot.js → TypeScript-ChVXfI-F.js} +1 -1
  19. package/dist/components/data/ElmStatusMessage.stories.d.ts +9 -0
  20. package/dist/components/data/ElmStatusMessage.vue.d.ts +6 -0
  21. package/dist/components/icon/ElmArrowIcon.vue.d.ts +1 -1
  22. package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +3 -0
  23. package/dist/elmethis.js +38 -36
  24. package/dist/elmethis.umd.cjs +20 -20
  25. package/dist/{index-DijBF6gQ.js → index-DDYesO51.js} +1990 -1891
  26. package/dist/index.d.ts +4 -2
  27. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -11,6 +11,7 @@ import { default as ElmToggle, ElmToggleProps } from './components/containments/
11
11
  import { default as ElmTooltip, ElmTooltipProps } from './components/containments/ElmTooltip.vue';
12
12
  import { default as ElmProgress, ElmProgressProps } from './components/data/ElmProgress.vue';
13
13
  import { default as ElmMultiProgress, ElmMultiProgressProps } from './components/data/ElmMultiProgress.vue';
14
+ import { default as ElmStatusMessage, ElmStatusMessageProps } from './components/data/ElmStatusMessage.vue';
14
15
  import { default as ElmRectangleWave, ElmRectangleWaveProps } from './components/fallback/ElmRectangleWave.vue';
15
16
  import { default as ElmBlockFallback, ElmBlockFallbackProps } from './components/fallback/ElmBlockFallback.vue';
16
17
  import { default as ElmButton, ElmButtonProps } from './components/form/ElmButton.vue';
@@ -44,6 +45,7 @@ import { default as ElmNotionRichText, ElmNotionRichTextProps } from './componen
44
45
  import { default as ElmColorSample, ElmColorSampleProps } from './components/others/ElmColorSample.vue';
45
46
  import { default as ElmColorTable, ElmColorTableProps } from './components/others/ElmColorTable.vue';
46
47
  import { default as ElmJsonRenderer, ElmJsonRendererProps } from './components/renderer/ElmJsonRenderer.vue';
48
+ import { default as ElmJsonRendererAsync } from './components/renderer/ElmJsonRendererAsync.vue';
47
49
  import { default as ElmTable, ElmTableProps } from './components/table/ElmTable.vue';
48
50
  import { default as ElmTableHeader, ElmTableHeaderProps } from './components/table/ElmTableHeader.vue';
49
51
  import { default as ElmTableBody, ElmTableBodyProps } from './components/table/ElmTableBody.vue';
@@ -57,5 +59,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
57
59
  import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
58
60
  import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
59
61
  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 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 };
62
+ export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, ElmStatusMessage, 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 };
63
+ export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmMultiProgressProps, ElmStatusMessageProps, 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.82",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },