md-editor-lite 0.1.6 → 0.1.7

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/index.js CHANGED
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
 
29
29
  // src/index.ts
30
- var src_exports = {};
31
- __export(src_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  EditorHeader: () => EditorHeader,
33
33
  EditorTab: () => EditorTab,
34
34
  EditorTextarea: () => EditorTextarea,
@@ -44,7 +44,7 @@ __export(src_exports, {
44
44
  markdownToHtml: () => markdownToHtml,
45
45
  useMarkdownEditor: () => useMarkdownEditor
46
46
  });
47
- module.exports = __toCommonJS(src_exports);
47
+ module.exports = __toCommonJS(index_exports);
48
48
 
49
49
  // src/components/EditorHeader.tsx
50
50
  var import_editor = require("./editor-AUU3A4EA.css");
package/dist/style.css ADDED
@@ -0,0 +1,4 @@
1
+ @import "./css/dropdown.css";
2
+ @import "./css/editor.css";
3
+ @import "./css/preview.css";
4
+ @import "./css/toolbar.css";
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "lightweight",
11
11
  "textarea"
12
12
  ],
13
- "version": "0.1.6",
13
+ "version": "0.1.7",
14
14
  "exports": {
15
15
  ".": {
16
16
  "types": "./dist/index.d.ts",