markdown-flow-ui 0.1.34 → 0.1.36

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.
@@ -29,3 +29,4 @@ export declare const MultiSelectWithTypewriter: Story;
29
29
  export declare const InteractiveMultiSelectDemo: Story;
30
30
  export declare const ChineseMultiSelectDemo: Story;
31
31
  export declare const NativeHtmlElements: Story;
32
+ export declare const EnglishChineseTypographyPreview: Story;
package/package.json CHANGED
@@ -14,6 +14,7 @@
14
14
  "@codemirror/language": "^6.11.3",
15
15
  "@codemirror/language-data": "^6.5.1",
16
16
  "@codemirror/view": "^6.38.1",
17
+ "@fontsource/inter": "^5.2.8",
17
18
  "@microsoft/fetch-event-source": "^2.0.1",
18
19
  "@radix-ui/react-dialog": "1.1.15",
19
20
  "@radix-ui/react-popover": "1.1.15",
@@ -147,5 +148,5 @@
147
148
  "test": "echo \"No tests specified\" && exit 0"
148
149
  },
149
150
  "types": "dist/index.d.ts",
150
- "version": "0.1.34"
151
+ "version": "0.1.36"
151
152
  }