@elmethis/core 1.0.0-alpha.73 → 1.0.0-alpha.75
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-DOFpM7gO.js → Bash-DAHQZw3w.js} +1 -1
- package/dist/{C-A6fnk_Pc.js → C-BZYvGpR1.js} +1 -1
- package/dist/{Cpp-BrYNxDGZ.js → Cpp-By_B8uGA.js} +1 -1
- package/dist/{Csharp-12xmxznK.js → Csharp-gs28H_nL.js} +1 -1
- package/dist/{Css-Dr8lrFYt.js → Css-xOaohXlg.js} +1 -1
- package/dist/{Go-ByKY_RzY.js → Go-Cqt0p-zb.js} +1 -1
- package/dist/{Html-qdBO9xie.js → Html-C0Vi2WCy.js} +1 -1
- package/dist/{Java-sSnDH2E8.js → Java-DY4SHQ5H.js} +1 -1
- package/dist/{JavaScript-CymTWBEh.js → JavaScript-s3Adt_kP.js} +1 -1
- package/dist/{Json-DHBeExOz.js → Json-aRuZ4gvo.js} +1 -1
- package/dist/{Kotlin-MABQ4Hhx.js → Kotlin-C8gLfEYM.js} +1 -1
- package/dist/{Lua-B9BA9aMz.js → Lua-B7sWVfCJ.js} +1 -1
- package/dist/{Npm-a_S-2NKr.js → Npm-F802ZIXk.js} +1 -1
- package/dist/{Python-BrePg3RK.js → Python-Dmr46PmM.js} +1 -1
- package/dist/{Rust-Booq4agd.js → Rust-CIb3c-hm.js} +1 -1
- package/dist/{Sql-CnfChtwC.js → Sql-KAiUQaW2.js} +1 -1
- package/dist/{Terraform-REJ28BGO.js → Terraform-BYInNKku.js} +1 -1
- package/dist/{TypeScript-CHnvNjEq.js → TypeScript-BzXsc5YC.js} +1 -1
- package/dist/components/notion/ElmNotion.stories.d.ts +6 -0
- package/dist/components/notion/ElmNotion.vue.d.ts +6 -0
- package/dist/components/notion/ElmNotionRichText.vue.d.ts +23 -0
- package/dist/elmethis.js +42 -40
- package/dist/elmethis.umd.cjs +20 -20
- package/dist/{index-QM8k8XLa.js → index-B-7ONtzH.js} +4798 -4230
- package/dist/index.d.ts +4 -2
- package/package.json +3 -1
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ import { default as ElmBookmark, ElmBookmarkProps } from './components/navigatio
|
|
|
38
38
|
import { default as ElmBreadcrumb, ElmBreadcrumbProps } from './components/navigation/ElmBreadcrumb.vue';
|
|
39
39
|
import { default as ElmPagetop, ElmPagetopProps } from './components/navigation/ElmPagetop.vue';
|
|
40
40
|
import { default as ElmTableOfContents, ElmTableOfContentsProps } from './components/navigation/ElmTableOfContents.vue';
|
|
41
|
+
import { default as ElmNotion, ElmNotionProps } from './components/notion/ElmNotion.vue';
|
|
42
|
+
import { default as ElmNotionRichText, ElmNotionRichTextProps } from './components/notion/ElmNotionRichText.vue';
|
|
41
43
|
import { default as ElmColorSample, ElmColorSampleProps } from './components/others/ElmColorSample.vue';
|
|
42
44
|
import { default as ElmColorTable, ElmColorTableProps } from './components/others/ElmColorTable.vue';
|
|
43
45
|
import { default as ElmJsonRenderer, ElmJsonRendererProps } from './components/renderer/ElmJsonRenderer.vue';
|
|
@@ -54,5 +56,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
54
56
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
55
57
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
56
58
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
57
|
-
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, ElmRectangleWave, ElmBlockFallback, ElmButton, ElmCheckbox, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmArrowIcon, ElmBookmarkIcon, 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 };
|
|
58
|
-
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, 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 };
|
|
59
|
+
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, ElmRectangleWave, ElmBlockFallback, ElmButton, ElmCheckbox, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, 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 };
|
|
60
|
+
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, 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.
|
|
3
|
+
"version": "1.0.0-alpha.75",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"@chromatic-com/storybook": "^3.2.2",
|
|
26
26
|
"@heroicons/vue": "^2.1.5",
|
|
27
27
|
"@iconify/vue": "^4.1.2",
|
|
28
|
+
"@notionhq/client": "^2.2.15",
|
|
28
29
|
"@storybook/addon-essentials": "^8.4.2",
|
|
29
30
|
"@storybook/addon-interactions": "^8.4.2",
|
|
30
31
|
"@storybook/addon-links": "^8.4.2",
|
|
@@ -44,6 +45,7 @@
|
|
|
44
45
|
"feather-icons": "^4.29.2",
|
|
45
46
|
"katex": "^0.16.11",
|
|
46
47
|
"lodash-es": "^4.17.21",
|
|
48
|
+
"ofetch": "^1.4.1",
|
|
47
49
|
"polished": "^4.3.1",
|
|
48
50
|
"postcss": "^8.4.47",
|
|
49
51
|
"postcss-preset-env": "^10.0.9",
|