@elmethis/core 1.0.0-alpha.82 → 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-CPEBhZGp.js → Bash-LU4z4GOB.js} +1 -1
- package/dist/{C-DPJ8fLwl.js → C-DVXnL5HO.js} +1 -1
- package/dist/{Cpp-CoSK3Y_L.js → Cpp-BeJyJjTM.js} +1 -1
- package/dist/{Csharp-CJPH_zKB.js → Csharp-CoikgEKu.js} +1 -1
- package/dist/{Css-DHnlQ0go.js → Css-4DxWs9Pp.js} +1 -1
- package/dist/{Go-h5c4uOaa.js → Go-DZshV68J.js} +1 -1
- package/dist/{Html-CngEmMep.js → Html-ChKFB2cg.js} +1 -1
- package/dist/{Java-sght7wIq.js → Java-w_buzQsP.js} +1 -1
- package/dist/{JavaScript-CqhHLamu.js → JavaScript-CKZRMlWu.js} +1 -1
- package/dist/{Json-DVFLJ2yn.js → Json-CpSOFmsk.js} +1 -1
- package/dist/{Kotlin-CdCuqhbT.js → Kotlin-CJVNRYeG.js} +1 -1
- package/dist/{Lua-yNBkH03I.js → Lua-DIFNdahM.js} +1 -1
- package/dist/{Npm-CuLz0LxW.js → Npm-BjKSIY0y.js} +1 -1
- package/dist/{Python-BSQgoNGu.js → Python-By7bqO0O.js} +1 -1
- package/dist/{Rust-CHdBnOGV.js → Rust-DgI-F22C.js} +1 -1
- package/dist/{Sql-DMsEsxpD.js → Sql-B_fgRGny.js} +1 -1
- package/dist/{Terraform-JF-V0YNf.js → Terraform-BH7zqPJJ.js} +1 -1
- package/dist/{TypeScript-ChVXfI-F.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/elmethis.js +34 -32
- package/dist/elmethis.umd.cjs +20 -20
- package/dist/{index-DDYesO51.js → index-egN_WOnx.js} +1834 -1769
- package/dist/index.d.ts +4 -2
- package/package.json +4 -1
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ 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';
|
|
@@ -59,5 +61,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
59
61
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
60
62
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
61
63
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
62
|
-
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, 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 };
|
|
63
|
-
export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, 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 };
|
|
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",
|