@elmethis/core 1.0.0-alpha.81 → 1.0.0-alpha.83
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-Brl-dajz.js → Bash-LU4z4GOB.js} +1 -1
- package/dist/{C-w-tOy87h.js → C-DVXnL5HO.js} +1 -1
- package/dist/{Cpp-CLfcvnJ8.js → Cpp-BeJyJjTM.js} +1 -1
- package/dist/{Csharp-DciX-H_C.js → Csharp-CoikgEKu.js} +1 -1
- package/dist/{Css-DCFw-uif.js → Css-4DxWs9Pp.js} +1 -1
- package/dist/{Go-BdwrDV7f.js → Go-DZshV68J.js} +1 -1
- package/dist/{Html-BRsuZ2EZ.js → Html-ChKFB2cg.js} +1 -1
- package/dist/{Java-ChnYaff-.js → Java-w_buzQsP.js} +1 -1
- package/dist/{JavaScript-2IeBUt5I.js → JavaScript-CKZRMlWu.js} +1 -1
- package/dist/{Json-eYVqXFFJ.js → Json-CpSOFmsk.js} +1 -1
- package/dist/{Kotlin-524SMTJw.js → Kotlin-CJVNRYeG.js} +1 -1
- package/dist/{Lua-Mf_ra9E9.js → Lua-DIFNdahM.js} +1 -1
- package/dist/{Npm-BGK4z0XB.js → Npm-BjKSIY0y.js} +1 -1
- package/dist/{Python-Dv6jMEy3.js → Python-By7bqO0O.js} +1 -1
- package/dist/{Rust-sIiLvqfw.js → Rust-DgI-F22C.js} +1 -1
- package/dist/{Sql-B86-AFwe.js → Sql-B_fgRGny.js} +1 -1
- package/dist/{Terraform-B0DyzpCh.js → Terraform-BH7zqPJJ.js} +1 -1
- package/dist/{TypeScript-DiVU2cal.js → TypeScript-CE3lI2D8.js} +1 -1
- package/dist/components/containments/ElmSnackbar.stories.d.ts +6 -0
- package/dist/components/containments/ElmSnackbar.vue.d.ts +11 -0
- package/dist/components/containments/ElmSnackbarContainer.vue.d.ts +10 -0
- package/dist/components/containments/useSnackbarState.d.ts +28 -0
- package/dist/components/data/ElmStatusMessage.stories.d.ts +9 -0
- package/dist/components/data/ElmStatusMessage.vue.d.ts +6 -0
- package/dist/components/icon/ElmArrowIcon.vue.d.ts +1 -1
- package/dist/elmethis.js +35 -32
- package/dist/elmethis.umd.cjs +20 -20
- package/dist/{index-D0RoiXTk.js → index-egN_WOnx.js} +2184 -2034
- package/dist/index.d.ts +5 -2
- package/package.json +4 -1
package/dist/index.d.ts
CHANGED
|
@@ -7,10 +7,13 @@ import { default as ElmColumnList, ElmColumnListProps } from './components/conta
|
|
|
7
7
|
import { default as ElmDesktopWindow, ElmDesktopWindowProps } from './components/containments/ElmDesktopWindow.vue';
|
|
8
8
|
import { default as ElmModal, ElmModalProps } from './components/containments/ElmModal.vue';
|
|
9
9
|
import { default as ElmParallax, ElmParallaxProps } from './components/containments/ElmParallax.vue';
|
|
10
|
+
import { default as ElmSnackbar, ElmSnackbarProps } from './components/containments/ElmSnackbar.vue';
|
|
11
|
+
import { default as ElmSnackbarContainer, ElmSnackbarContainerProps } from './components/containments/ElmSnackbarContainer.vue';
|
|
10
12
|
import { default as ElmToggle, ElmToggleProps } from './components/containments/ElmToggle.vue';
|
|
11
13
|
import { default as ElmTooltip, ElmTooltipProps } from './components/containments/ElmTooltip.vue';
|
|
12
14
|
import { default as ElmProgress, ElmProgressProps } from './components/data/ElmProgress.vue';
|
|
13
15
|
import { default as ElmMultiProgress, ElmMultiProgressProps } from './components/data/ElmMultiProgress.vue';
|
|
16
|
+
import { default as ElmStatusMessage, ElmStatusMessageProps } from './components/data/ElmStatusMessage.vue';
|
|
14
17
|
import { default as ElmRectangleWave, ElmRectangleWaveProps } from './components/fallback/ElmRectangleWave.vue';
|
|
15
18
|
import { default as ElmBlockFallback, ElmBlockFallbackProps } from './components/fallback/ElmBlockFallback.vue';
|
|
16
19
|
import { default as ElmButton, ElmButtonProps } from './components/form/ElmButton.vue';
|
|
@@ -58,5 +61,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
58
61
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
59
62
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
60
63
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
61
|
-
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, 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 };
|
|
62
|
-
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, 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 };
|
|
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 };
|
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.83",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -59,6 +59,9 @@
|
|
|
59
59
|
"vue": "^3.5.12",
|
|
60
60
|
"vue-tsc": "^2.1.10"
|
|
61
61
|
},
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"nanoid": "^5.0.8"
|
|
64
|
+
},
|
|
62
65
|
"scripts": {
|
|
63
66
|
"build": "vue-tsc && vite build",
|
|
64
67
|
"storybook": "storybook dev -p 6006",
|