@matechat/core 1.12.0 → 1.12.1-alpha.0

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.
@@ -1,2 +1,2 @@
1
- import { VNode } from 'vue';
1
+ import { type VNode } from 'vue';
2
2
  export declare const htmlToVNode: (htmlString: string) => (VNode | string)[];
@@ -1,6 +1,6 @@
1
+ import type { CustomXssRule, MdPlugin, MermaidConfig, Theme, TypingStyle } from '@matechat/common/MarkdownCard/common/mdCard.types';
1
2
  import type { Options } from 'markdown-it';
2
3
  import type { PropType } from 'vue';
3
- import { TypingStyle, CustomXssRule, MdPlugin, Theme, MermaidConfig } from '@matechat/common/MarkdownCard/common/mdCard.types';
4
4
  export declare const mdCardProps: {
5
5
  content: {
6
6
  type: StringConstructor;
@@ -1,4 +1,4 @@
1
- import { MarkdownCardFoundation } from "@matechat/common/MarkdownCard/foundation";
1
+ import { MarkdownCardFoundation } from '@matechat/common/MarkdownCard/foundation';
2
2
  export interface UseMarkdownCardFoundationOptions {
3
3
  props: any;
4
4
  emit: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matechat/core",
3
- "version": "1.12.0",
3
+ "version": "1.12.1-alpha.0",
4
4
  "license": "MIT",
5
5
  "description": "前端智能化场景解决方案UI库,轻松构建你的AI应用。",
6
6
  "keywords": [