markdown-flow-ui 0.1.34-beta.0 → 0.1.34

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,4 +29,3 @@ 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,7 +14,6 @@
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",
18
17
  "@microsoft/fetch-event-source": "^2.0.1",
19
18
  "@radix-ui/react-dialog": "1.1.15",
20
19
  "@radix-ui/react-popover": "1.1.15",
@@ -148,5 +147,5 @@
148
147
  "test": "echo \"No tests specified\" && exit 0"
149
148
  },
150
149
  "types": "dist/index.d.ts",
151
- "version": "0.1.34-beta.0"
150
+ "version": "0.1.34"
152
151
  }