@elmethis/core 1.0.0-alpha.83 → 1.0.0-alpha.85
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-LU4z4GOB.js → Bash-DtVNu4Di.js} +1 -1
- package/dist/{C-DVXnL5HO.js → C-B7RmhEm-.js} +1 -1
- package/dist/{Cpp-BeJyJjTM.js → Cpp-CfWL9m_g.js} +1 -1
- package/dist/{Csharp-CoikgEKu.js → Csharp-nAdsNZdr.js} +1 -1
- package/dist/{Css-4DxWs9Pp.js → Css-CHkuqW90.js} +1 -1
- package/dist/{Go-DZshV68J.js → Go-BRlpi0Da.js} +1 -1
- package/dist/{Html-ChKFB2cg.js → Html-DdvMQ2BG.js} +1 -1
- package/dist/{Java-w_buzQsP.js → Java-Bt68ROwe.js} +1 -1
- package/dist/{JavaScript-CKZRMlWu.js → JavaScript-RSYKKZwJ.js} +1 -1
- package/dist/{Json-CpSOFmsk.js → Json-eB1aorVu.js} +1 -1
- package/dist/{Kotlin-CJVNRYeG.js → Kotlin-D2F9AMun.js} +1 -1
- package/dist/{Lua-DIFNdahM.js → Lua-DSloKjGv.js} +1 -1
- package/dist/{Npm-BjKSIY0y.js → Npm-Cq9tShbj.js} +1 -1
- package/dist/{Python-By7bqO0O.js → Python-iF_r-_om.js} +1 -1
- package/dist/{Rust-DgI-F22C.js → Rust-BzqNJ0zM.js} +1 -1
- package/dist/{Sql-B_fgRGny.js → Sql-PgD3XdqZ.js} +1 -1
- package/dist/{Terraform-BH7zqPJJ.js → Terraform-DTcyVob5.js} +1 -1
- package/dist/{TypeScript-CE3lI2D8.js → TypeScript-BGvdATLE.js} +1 -1
- package/dist/components/badge/ElmBadge.stories.d.ts +6 -0
- package/dist/components/badge/ElmBadge.vue.d.ts +20 -0
- package/dist/components/inline/ElmInlineText.vue.d.ts +1 -1
- package/dist/components/jsonschema/ElmChildContainer.stories.d.ts +6 -0
- package/dist/components/jsonschema/ElmChildContainer.vue.d.ts +20 -0
- package/dist/components/jsonschema/ElmFieldAttribute.stories.d.ts +6 -0
- package/dist/components/jsonschema/ElmFieldAttribute.vue.d.ts +7 -0
- package/dist/components/jsonschema/ElmFieldType.stories.d.ts +7 -0
- package/dist/components/jsonschema/ElmFieldType.vue.d.ts +8 -0
- package/dist/components/jsonschema/ElmJsonSchema.stories.d.ts +7 -0
- package/dist/components/jsonschema/ElmJsonSchema.vue.d.ts +7 -0
- package/dist/components/navigation/ElmBookmark.vue.d.ts +0 -5
- package/dist/elmethis.js +65 -64
- package/dist/elmethis.umd.cjs +166 -170
- package/dist/{index-egN_WOnx.js → index-BzUrxqjq.js} +18816 -20879
- package/dist/index.d.ts +3 -2
- package/package.json +21 -19
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as ElmBadge, ElmBadgeProps } from './components/badge/ElmBadge.vue';
|
|
1
2
|
import { default as ElmTag, ElmTagProps } from './components/badge/ElmTag.vue';
|
|
2
3
|
import { default as ElmCodeBlock, ElmCodeBlockProps } from './components/code/ElmCodeBlock.vue';
|
|
3
4
|
import { default as ElmPrismHighlighter, ElmPrismHighlighterProps } from './components/code/ElmPrismHighlighter.vue';
|
|
@@ -61,5 +62,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
61
62
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
62
63
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
63
64
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
64
|
-
export { 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, ElmNotion, ElmNotionRichText, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmJsonRendererAsync, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
65
|
-
export type { 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, ElmNotionProps, ElmNotionRichTextProps, ElmJsonRendererProps, ElmColorSampleProps, ElmColorTableProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmParagraphProps, ElmListItemProps };
|
|
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, ElmNotion, ElmNotionRichText, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmJsonRendererAsync, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
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, 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.85",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -23,40 +23,42 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@chromatic-com/storybook": "^3.2.2",
|
|
26
|
-
"@heroicons/vue": "^2.
|
|
26
|
+
"@heroicons/vue": "^2.2.0",
|
|
27
27
|
"@iconify/vue": "^4.1.2",
|
|
28
28
|
"@notionhq/client": "^2.2.15",
|
|
29
|
-
"@storybook/addon-essentials": "^8.4.
|
|
30
|
-
"@storybook/addon-interactions": "^8.4.
|
|
31
|
-
"@storybook/addon-links": "^8.4.
|
|
32
|
-
"@storybook/addon-onboarding": "^8.4.
|
|
33
|
-
"@storybook/blocks": "^8.4.
|
|
34
|
-
"@storybook/test": "^8.4.
|
|
35
|
-
"@storybook/vue3": "^8.4.
|
|
36
|
-
"@storybook/vue3-vite": "^8.4.
|
|
29
|
+
"@storybook/addon-essentials": "^8.4.5",
|
|
30
|
+
"@storybook/addon-interactions": "^8.4.5",
|
|
31
|
+
"@storybook/addon-links": "^8.4.5",
|
|
32
|
+
"@storybook/addon-onboarding": "^8.4.5",
|
|
33
|
+
"@storybook/blocks": "^8.4.5",
|
|
34
|
+
"@storybook/test": "^8.4.5",
|
|
35
|
+
"@storybook/vue3": "^8.4.5",
|
|
36
|
+
"@storybook/vue3-vite": "^8.4.5",
|
|
37
37
|
"@types/feather-icons": "^4.29.4",
|
|
38
|
+
"@types/json-schema": "^7.0.15",
|
|
38
39
|
"@types/katex": "^0.16.7",
|
|
39
40
|
"@types/lodash-es": "^4.17.12",
|
|
40
41
|
"@types/prismjs": "^1.26.5",
|
|
41
|
-
"@vitejs/plugin-vue": "^5.
|
|
42
|
-
"@vitejs/plugin-vue-jsx": "^4.0
|
|
43
|
-
"@vueuse/core": "^11.
|
|
42
|
+
"@vitejs/plugin-vue": "^5.2.0",
|
|
43
|
+
"@vitejs/plugin-vue-jsx": "^4.1.0",
|
|
44
|
+
"@vueuse/core": "^11.3.0",
|
|
44
45
|
"csstype": "^3.1.3",
|
|
45
46
|
"feather-icons": "^4.29.2",
|
|
46
47
|
"katex": "^0.16.11",
|
|
47
48
|
"lodash-es": "^4.17.21",
|
|
48
49
|
"ofetch": "^1.4.1",
|
|
50
|
+
"openapi-types": "^12.1.3",
|
|
49
51
|
"polished": "^4.3.1",
|
|
50
|
-
"postcss": "^8.4.
|
|
51
|
-
"postcss-preset-env": "^10.
|
|
52
|
+
"postcss": "^8.4.49",
|
|
53
|
+
"postcss-preset-env": "^10.1.1",
|
|
52
54
|
"prism-theme-vars": "^0.2.5",
|
|
53
55
|
"prismjs": "^1.29.0",
|
|
54
|
-
"sass": "^1.
|
|
55
|
-
"storybook": "^8.4.
|
|
56
|
-
"vite": "^5.4.
|
|
56
|
+
"sass": "^1.81.0",
|
|
57
|
+
"storybook": "^8.4.5",
|
|
58
|
+
"vite": "^5.4.11",
|
|
57
59
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
58
60
|
"vite-plugin-dts": "^4.3.0",
|
|
59
|
-
"vue": "^3.5.
|
|
61
|
+
"vue": "^3.5.13",
|
|
60
62
|
"vue-tsc": "^2.1.10"
|
|
61
63
|
},
|
|
62
64
|
"dependencies": {
|