@elmethis/core 1.0.0-alpha.22 → 1.0.0-alpha.24
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-DMCsMJoD.js → Bash-CJZHfyKp.js} +1 -1
- package/dist/{JavaScript-B_lDU8ZT.js → JavaScript-BzRFAq6A.js} +1 -1
- package/dist/{Rust-D6faKZyi.js → Rust-C2CsqgL6.js} +1 -1
- package/dist/{TypeScript-C3BuW_JX.js → TypeScript-CgDLAyp7.js} +1 -1
- package/dist/components/badge/ElmTag.stories.d.ts +6 -0
- package/dist/components/badge/ElmTag.vue.d.ts +14 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue.d.ts +1 -1
- package/dist/elmethis.js +24 -22
- package/dist/elmethis.umd.cjs +24 -20
- package/dist/{index-7YOGi1h1.js → index-CVYwUgse.js} +6248 -4115
- package/dist/index.d.ts +4 -2
- package/package.json +3 -1
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';
|
|
@@ -44,7 +45,8 @@ import { default as ElmBulletedList, ElmBulletedListProps } from './components/t
|
|
|
44
45
|
import { default as ElmCallout, ElmCalloutProps } from './components/typography/ElmCallout.vue';
|
|
45
46
|
import { default as ElmDivider, ElmDividerProps } from './components/typography/ElmDivider.vue';
|
|
46
47
|
import { default as ElmNumberedList, ElmNumberedListProps } from './components/typography/ElmNumberedList.vue';
|
|
48
|
+
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
47
49
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
48
50
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
49
|
-
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, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmListItem, useElmethisTheme };
|
|
50
|
-
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, ElmColorSampleProps, ElmColorTableProps, 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.
|
|
3
|
+
"version": "1.0.0-alpha.24",
|
|
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",
|