@elmethis/core 1.0.0-alpha.26 → 1.0.0-alpha.28
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-DO0JlEUD.js → Bash-DHOMLzDo.js} +19 -15
- package/dist/{JavaScript-C-tOWX6x.js → JavaScript-DAELqD6_.js} +1 -1
- package/dist/{Rust-D3jHoKYh.js → Rust-472HBrcC.js} +1 -1
- package/dist/{TypeScript-DBjd9Wkt.js → TypeScript-D1Lj1LAo.js} +1 -1
- package/dist/components/fallback/ElmBlockFallback.stories.d.ts +6 -0
- package/dist/components/fallback/ElmBlockFallback.vue.d.ts +4 -0
- package/dist/elmethis.js +47 -46
- package/dist/elmethis.umd.cjs +20 -20
- package/dist/{index-BqoVUtxi.js → index-DEi0jnLD.js} +3518 -3222
- package/dist/index.d.ts +3 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { default as ElmToggle, ElmToggleProps } from './components/containments/
|
|
|
11
11
|
import { default as ElmTooltip, ElmTooltipProps } from './components/containments/ElmTooltip.vue';
|
|
12
12
|
import { default as ElmProgress, ElmProgressProps } from './components/data/ElmProgress.vue';
|
|
13
13
|
import { default as ElmRectangleWave, ElmRectangleWaveProps } from './components/fallback/ElmRectangleWave.vue';
|
|
14
|
+
import { default as ElmBlockFallback, ElmBlockFallbackProps } from './components/fallback/ElmBlockFallback.vue';
|
|
14
15
|
import { default as ElmHeading1, ElmHeading1Props } from './components/headings/ElmHeading1.vue';
|
|
15
16
|
import { default as ElmHeading2, ElmHeading2Props } from './components/headings/ElmHeading2.vue';
|
|
16
17
|
import { default as ElmHeading3, ElmHeading3Props } from './components/headings/ElmHeading3.vue';
|
|
@@ -48,5 +49,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
48
49
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
49
50
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
50
51
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
51
|
-
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmRectangleWave, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, 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 };
|
|
52
|
-
export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmRectangleWaveProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, 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 };
|
|
52
|
+
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmRectangleWave, ElmBlockFallback, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, 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 };
|
|
53
|
+
export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmRectangleWaveProps, ElmBlockFallbackProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, 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 };
|
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.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"lodash-es": "^4.17.21",
|
|
46
46
|
"polished": "^4.3.1",
|
|
47
47
|
"postcss": "^8.4.47",
|
|
48
|
-
"postcss-preset-env": "^10.0.
|
|
48
|
+
"postcss-preset-env": "^10.0.9",
|
|
49
49
|
"prism-theme-vars": "^0.2.5",
|
|
50
50
|
"prismjs": "^1.29.0",
|
|
51
|
-
"sass": "^1.80.
|
|
51
|
+
"sass": "^1.80.6",
|
|
52
52
|
"storybook": "^8.3.6",
|
|
53
53
|
"vite": "^5.4.9",
|
|
54
54
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|