@elmethis/core 1.0.0-alpha.82 → 1.0.0-alpha.84

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.
Files changed (27) hide show
  1. package/dist/{Bash-CPEBhZGp.js → Bash-LU4z4GOB.js} +1 -1
  2. package/dist/{C-DPJ8fLwl.js → C-DVXnL5HO.js} +1 -1
  3. package/dist/{Cpp-CoSK3Y_L.js → Cpp-BeJyJjTM.js} +1 -1
  4. package/dist/{Csharp-CJPH_zKB.js → Csharp-CoikgEKu.js} +1 -1
  5. package/dist/{Css-DHnlQ0go.js → Css-4DxWs9Pp.js} +1 -1
  6. package/dist/{Go-h5c4uOaa.js → Go-DZshV68J.js} +1 -1
  7. package/dist/{Html-CngEmMep.js → Html-ChKFB2cg.js} +1 -1
  8. package/dist/{Java-sght7wIq.js → Java-w_buzQsP.js} +1 -1
  9. package/dist/{JavaScript-CqhHLamu.js → JavaScript-CKZRMlWu.js} +1 -1
  10. package/dist/{Json-DVFLJ2yn.js → Json-CpSOFmsk.js} +1 -1
  11. package/dist/{Kotlin-CdCuqhbT.js → Kotlin-CJVNRYeG.js} +1 -1
  12. package/dist/{Lua-yNBkH03I.js → Lua-DIFNdahM.js} +1 -1
  13. package/dist/{Npm-CuLz0LxW.js → Npm-BjKSIY0y.js} +1 -1
  14. package/dist/{Python-BSQgoNGu.js → Python-By7bqO0O.js} +1 -1
  15. package/dist/{Rust-CHdBnOGV.js → Rust-DgI-F22C.js} +1 -1
  16. package/dist/{Sql-DMsEsxpD.js → Sql-B_fgRGny.js} +1 -1
  17. package/dist/{Terraform-JF-V0YNf.js → Terraform-BH7zqPJJ.js} +1 -1
  18. package/dist/{TypeScript-ChVXfI-F.js → TypeScript-CE3lI2D8.js} +1 -1
  19. package/dist/components/containments/ElmSnackbar.stories.d.ts +6 -0
  20. package/dist/components/containments/ElmSnackbar.vue.d.ts +11 -0
  21. package/dist/components/containments/ElmSnackbarContainer.vue.d.ts +10 -0
  22. package/dist/components/containments/useSnackbarState.d.ts +28 -0
  23. package/dist/elmethis.js +34 -32
  24. package/dist/elmethis.umd.cjs +20 -20
  25. package/dist/{index-DDYesO51.js → index-egN_WOnx.js} +1834 -1769
  26. package/dist/index.d.ts +4 -2
  27. package/package.json +9 -6
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.82",
3
+ "version": "1.0.0-alpha.84",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,8 +38,8 @@
38
38
  "@types/katex": "^0.16.7",
39
39
  "@types/lodash-es": "^4.17.12",
40
40
  "@types/prismjs": "^1.26.5",
41
- "@vitejs/plugin-vue": "^5.1.4",
42
- "@vitejs/plugin-vue-jsx": "^4.0.1",
41
+ "@vitejs/plugin-vue": "^5.1.5",
42
+ "@vitejs/plugin-vue-jsx": "^4.1.0",
43
43
  "@vueuse/core": "^11.2.0",
44
44
  "csstype": "^3.1.3",
45
45
  "feather-icons": "^4.29.2",
@@ -47,18 +47,21 @@
47
47
  "lodash-es": "^4.17.21",
48
48
  "ofetch": "^1.4.1",
49
49
  "polished": "^4.3.1",
50
- "postcss": "^8.4.47",
51
- "postcss-preset-env": "^10.0.9",
50
+ "postcss": "^8.4.49",
51
+ "postcss-preset-env": "^10.1.0",
52
52
  "prism-theme-vars": "^0.2.5",
53
53
  "prismjs": "^1.29.0",
54
54
  "sass": "^1.80.6",
55
55
  "storybook": "^8.4.2",
56
- "vite": "^5.4.9",
56
+ "vite": "^5.4.11",
57
57
  "vite-plugin-css-injected-by-js": "^3.5.2",
58
58
  "vite-plugin-dts": "^4.3.0",
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",