v-notion-editor 0.3.0 → 0.3.1
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.
|
@@ -23518,7 +23518,7 @@ var SI = Re.create({
|
|
|
23518
23518
|
};
|
|
23519
23519
|
}
|
|
23520
23520
|
}), pk = CI;
|
|
23521
|
-
const MI = ["type", "disabled", "title", "tabindex"], TI = { class: "rich-editor-btn-text" }, ke = /* @__PURE__ */ Te({
|
|
23521
|
+
const MI = ["type", "disabled", "title", "tabindex"], TI = { class: "rich-editor-btn-text whitespace-nowrap" }, ke = /* @__PURE__ */ Te({
|
|
23522
23522
|
__name: "Button",
|
|
23523
23523
|
props: {
|
|
23524
23524
|
variant: {
|
|
@@ -35168,7 +35168,7 @@ const FF = /* @__PURE__ */ Te({
|
|
|
35168
35168
|
}, e.click();
|
|
35169
35169
|
}), t6 = async (t) => new Promise(async (e, n) => {
|
|
35170
35170
|
try {
|
|
35171
|
-
(await import("./papaparse.min-
|
|
35171
|
+
(await import("./papaparse.min-BaveG3Is.js").then((s) => s.p)).default.parse(t, {
|
|
35172
35172
|
complete: (s) => {
|
|
35173
35173
|
try {
|
|
35174
35174
|
const i = s.data;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as r, M as s, N as e, _ as n, b as t, a as d, f as i, e as M, i as k, o as w, d as p, p as l } from "./index-
|
|
1
|
+
import { E as r, M as s, N as e, _ as n, b as t, a as d, f as i, e as M, i as k, o as w, d as p, p as l } from "./index-Dy2HYq8W.js";
|
|
2
2
|
export {
|
|
3
3
|
r as Editor,
|
|
4
4
|
s as MarkdownPaste,
|
package/package.json
CHANGED
|
@@ -1,18 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "v-notion-editor",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "A Notion-style Editor.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "safdar-azeem",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "index.js",
|
|
9
|
-
"keywords": [
|
|
10
|
-
"WYSIWYG"
|
|
11
|
-
],
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "git+https://github.com/safdar-azeem/vue-notion-editor.git"
|
|
15
|
-
},
|
|
16
9
|
"scripts": {
|
|
17
10
|
"dev": "vite",
|
|
18
11
|
"build": "vue-tsc -b && vite build && node script/index.js",
|