@elmethis/core 1.0.0-alpha.85 → 1.0.0-alpha.87
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-DtVNu4Di.js → Bash-CVo8Hz3W.js} +1 -1
- package/dist/{C-B7RmhEm-.js → C-C_f_yPrO.js} +1 -1
- package/dist/{Cpp-CfWL9m_g.js → Cpp-BXySqJ46.js} +1 -1
- package/dist/{Csharp-nAdsNZdr.js → Csharp-B6Ju_7i8.js} +1 -1
- package/dist/{Css-CHkuqW90.js → Css-COEXUh5p.js} +1 -1
- package/dist/{Go-BRlpi0Da.js → Go-BcuMeS1U.js} +1 -1
- package/dist/{Html-DdvMQ2BG.js → Html-D5WGvgDQ.js} +1 -1
- package/dist/{Java-Bt68ROwe.js → Java-CE2W2TQa.js} +1 -1
- package/dist/{JavaScript-RSYKKZwJ.js → JavaScript-vjCRKZzn.js} +1 -1
- package/dist/{Json-eB1aorVu.js → Json-C7xbr18N.js} +1 -1
- package/dist/{Kotlin-D2F9AMun.js → Kotlin-CPfKE4hr.js} +1 -1
- package/dist/{Lua-DSloKjGv.js → Lua-7dO1mDsT.js} +1 -1
- package/dist/{Npm-Cq9tShbj.js → Npm-C74dZsdr.js} +1 -1
- package/dist/{Python-iF_r-_om.js → Python-CgoTKkaH.js} +1 -1
- package/dist/{Rust-BzqNJ0zM.js → Rust-6KkbXJKO.js} +1 -1
- package/dist/{Sql-PgD3XdqZ.js → Sql-CdpQ04Yl.js} +1 -1
- package/dist/{Terraform-DTcyVob5.js → Terraform-WCa3nCWv.js} +1 -1
- package/dist/{TypeScript-BGvdATLE.js → TypeScript-CrDdzIj7.js} +1 -1
- package/dist/components/inline/ElmTypingAnimation.stories.d.ts +6 -0
- package/dist/components/inline/ElmTypingAnimation.vue.d.ts +21 -0
- package/dist/components/{notion/ElmNotion.stories.d.ts → others/ElmTemplate.stories.d.ts} +2 -2
- package/dist/components/others/ElmTyping.vue.d.ts +4 -0
- package/dist/elmethis.js +38 -40
- package/dist/elmethis.umd.cjs +20 -20
- package/dist/hooks/useTyping.d.ts +17 -0
- package/dist/{index-BzUrxqjq.js → index-Dd3p52S2.js} +5388 -5948
- package/dist/index.d.ts +2 -4
- package/package.json +10 -10
- package/dist/components/notion/ElmNotion.vue.d.ts +0 -6
- package/dist/components/notion/ElmNotionRichText.vue.d.ts +0 -23
package/dist/index.d.ts
CHANGED
|
@@ -43,8 +43,6 @@ import { default as ElmBookmark, ElmBookmarkProps } from './components/navigatio
|
|
|
43
43
|
import { default as ElmBreadcrumb, ElmBreadcrumbProps } from './components/navigation/ElmBreadcrumb.vue';
|
|
44
44
|
import { default as ElmPagetop, ElmPagetopProps } from './components/navigation/ElmPagetop.vue';
|
|
45
45
|
import { default as ElmTableOfContents, ElmTableOfContentsProps } from './components/navigation/ElmTableOfContents.vue';
|
|
46
|
-
import { default as ElmNotion, ElmNotionProps } from './components/notion/ElmNotion.vue';
|
|
47
|
-
import { default as ElmNotionRichText, ElmNotionRichTextProps } from './components/notion/ElmNotionRichText.vue';
|
|
48
46
|
import { default as ElmColorSample, ElmColorSampleProps } from './components/others/ElmColorSample.vue';
|
|
49
47
|
import { default as ElmColorTable, ElmColorTableProps } from './components/others/ElmColorTable.vue';
|
|
50
48
|
import { default as ElmJsonRenderer, ElmJsonRendererProps } from './components/renderer/ElmJsonRenderer.vue';
|
|
@@ -62,5 +60,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
62
60
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
63
61
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
64
62
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
65
|
-
export { ElmBadge, ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmSnackbar, ElmSnackbarContainer, 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,
|
|
66
|
-
export type { ElmBadgeProps, ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmSnackbarProps, ElmSnackbarContainerProps, 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,
|
|
63
|
+
export { ElmBadge, ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmSnackbar, ElmSnackbarContainer, 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, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmJsonRendererAsync, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
64
|
+
export type { ElmBadgeProps, ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmSnackbarProps, ElmSnackbarContainerProps, 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, 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.87",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@iconify/vue": "^4.1.2",
|
|
28
28
|
"@notionhq/client": "^2.2.15",
|
|
29
29
|
"@storybook/addon-essentials": "^8.4.5",
|
|
30
|
-
"@storybook/addon-interactions": "^8.4.
|
|
31
|
-
"@storybook/addon-links": "^8.4.
|
|
32
|
-
"@storybook/addon-onboarding": "^8.4.
|
|
33
|
-
"@storybook/blocks": "^8.4.
|
|
30
|
+
"@storybook/addon-interactions": "^8.4.6",
|
|
31
|
+
"@storybook/addon-links": "^8.4.6",
|
|
32
|
+
"@storybook/addon-onboarding": "^8.4.6",
|
|
33
|
+
"@storybook/blocks": "^8.4.6",
|
|
34
34
|
"@storybook/test": "^8.4.5",
|
|
35
35
|
"@storybook/vue3": "^8.4.5",
|
|
36
36
|
"@storybook/vue3-vite": "^8.4.5",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@types/katex": "^0.16.7",
|
|
40
40
|
"@types/lodash-es": "^4.17.12",
|
|
41
41
|
"@types/prismjs": "^1.26.5",
|
|
42
|
-
"@vitejs/plugin-vue": "^5.2.
|
|
43
|
-
"@vitejs/plugin-vue-jsx": "^4.1.
|
|
44
|
-
"@vueuse/core": "^
|
|
42
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
43
|
+
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
44
|
+
"@vueuse/core": "^12.0.0",
|
|
45
45
|
"csstype": "^3.1.3",
|
|
46
46
|
"feather-icons": "^4.29.2",
|
|
47
47
|
"katex": "^0.16.11",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"prismjs": "^1.29.0",
|
|
56
56
|
"sass": "^1.81.0",
|
|
57
57
|
"storybook": "^8.4.5",
|
|
58
|
-
"vite": "^
|
|
58
|
+
"vite": "^6.0.1",
|
|
59
59
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
60
60
|
"vite-plugin-dts": "^4.3.0",
|
|
61
61
|
"vue": "^3.5.13",
|
|
62
62
|
"vue-tsc": "^2.1.10"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"nanoid": "^5.0.
|
|
65
|
+
"nanoid": "^5.0.9"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "vue-tsc && vite build",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export interface ElmNotionProps {
|
|
2
|
-
id: string;
|
|
3
|
-
endpoint: string;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<ElmNotionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmNotionProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export interface ElmNotionRichTextProps {
|
|
2
|
-
richText: Array<{
|
|
3
|
-
type: 'text';
|
|
4
|
-
text: {
|
|
5
|
-
content: string;
|
|
6
|
-
link: {
|
|
7
|
-
url: string;
|
|
8
|
-
} | null;
|
|
9
|
-
};
|
|
10
|
-
annotations: {
|
|
11
|
-
bold: boolean;
|
|
12
|
-
italic: boolean;
|
|
13
|
-
strikethrough: boolean;
|
|
14
|
-
underline: boolean;
|
|
15
|
-
code: boolean;
|
|
16
|
-
color: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background';
|
|
17
|
-
};
|
|
18
|
-
plain_text: string;
|
|
19
|
-
href: string | null;
|
|
20
|
-
}> | any[];
|
|
21
|
-
}
|
|
22
|
-
declare const _default: import('vue').DefineComponent<ElmNotionRichTextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmNotionRichTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
-
export default _default;
|