@elmethis/core 1.0.0-alpha.21 → 1.0.0-alpha.23

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,3 +1,4 @@
1
+ import { default as ElmTag, ElmTagProps } from './components/badge/ElmTag.vue';
1
2
  import { default as ElmCodeBlock, ElmCodeBlockProps } from './components/code/ElmCodeBlock.vue';
2
3
  import { default as ElmPrismHighlighter, ElmPrismHighlighterProps } from './components/code/ElmPrismHighlighter.vue';
3
4
  import { default as ElmKatex, ElmKatexProps } from './components/code/ElmKatex.vue';
@@ -31,6 +32,8 @@ import { default as ElmBookmark, ElmBookmarkProps } from './components/navigatio
31
32
  import { default as ElmBreadcrumb, ElmBreadcrumbProps } from './components/navigation/ElmBreadcrumb.vue';
32
33
  import { default as ElmPagetop, ElmPagetopProps } from './components/navigation/ElmPagetop.vue';
33
34
  import { default as ElmTableOfContents, ElmTableOfContentsProps } from './components/navigation/ElmTableOfContents.vue';
35
+ import { default as ElmColorSample, ElmColorSampleProps } from './components/others/ElmColorSample.vue';
36
+ import { default as ElmColorTable, ElmColorTableProps } from './components/others/ElmColorTable.vue';
34
37
  import { default as ElmJsonRenderer, ElmJsonRendererProps } from './components/renderer/ElmJsonRenderer.vue';
35
38
  import { default as ElmTable, ElmTableProps } from './components/table/ElmTable.vue';
36
39
  import { default as ElmTableHeader, ElmTableHeaderProps } from './components/table/ElmTableHeader.vue';
@@ -42,7 +45,8 @@ import { default as ElmBulletedList, ElmBulletedListProps } from './components/t
42
45
  import { default as ElmCallout, ElmCalloutProps } from './components/typography/ElmCallout.vue';
43
46
  import { default as ElmDivider, ElmDividerProps } from './components/typography/ElmDivider.vue';
44
47
  import { default as ElmNumberedList, ElmNumberedListProps } from './components/typography/ElmNumberedList.vue';
48
+ import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
45
49
  import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
46
50
  import { useElmethisTheme } from './hooks/useElmethisTheme';
47
- export { ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmRectangleWave, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmLoginIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmListItem, useElmethisTheme };
48
- export type { ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmRectangleWaveProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmLoginIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, ElmJsonRendererProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmListItemProps };
51
+ export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmRectangleWave, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmLoginIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
52
+ export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmRectangleWaveProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmLoginIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, 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.21",
3
+ "version": "1.0.0-alpha.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,6 +32,7 @@
32
32
  "@storybook/test": "^8.3.6",
33
33
  "@storybook/vue3": "^8.4.1",
34
34
  "@storybook/vue3-vite": "^8.4.1",
35
+ "@types/feather-icons": "^4.29.4",
35
36
  "@types/katex": "^0.16.7",
36
37
  "@types/lodash-es": "^4.17.12",
37
38
  "@types/prismjs": "^1.26.5",
@@ -39,6 +40,7 @@
39
40
  "@vitejs/plugin-vue-jsx": "^4.0.1",
40
41
  "@vueuse/core": "^11.2.0",
41
42
  "csstype": "^3.1.3",
43
+ "feather-icons": "^4.29.2",
42
44
  "katex": "^0.16.11",
43
45
  "lodash-es": "^4.17.21",
44
46
  "polished": "^4.3.1",