@fileverse-dev/ddoc 3.3.7-mermaid-1 → 3.3.8
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.es.js +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -172328,6 +172328,14 @@ const zze = At.create({
|
|
|
172328
172328
|
image: "",
|
|
172329
172329
|
command: ({ editor: u, range: c }) => u.chain().focus().deleteRange(c).setCodeBlock({ language: "mermaid" }).run()
|
|
172330
172330
|
},
|
|
172331
|
+
{
|
|
172332
|
+
title: "Plain text",
|
|
172333
|
+
description: "Create a plain text block",
|
|
172334
|
+
searchTerms: ["plaintext", "txt", "plain", "text"],
|
|
172335
|
+
icon: /* @__PURE__ */ x.jsx(Ue, { name: "NotepadText", size: "md" }),
|
|
172336
|
+
image: "",
|
|
172337
|
+
command: ({ editor: u, range: c }) => u.chain().focus().deleteRange(c).setCodeBlock({ language: "plaintext" }).run()
|
|
172338
|
+
},
|
|
172331
172339
|
{
|
|
172332
172340
|
title: "Table",
|
|
172333
172341
|
description: "Create a table.",
|
|
@@ -192536,6 +192544,7 @@ const oYe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
192536
192544
|
minHeight: "100%",
|
|
192537
192545
|
...$e ? {} : Dt() || {}
|
|
192538
192546
|
},
|
|
192547
|
+
"data-mode": $e ? "focus" : "normal",
|
|
192539
192548
|
children: [
|
|
192540
192549
|
ia && e && /* @__PURE__ */ x.jsxs("p", { className: "text-center color-text-secondary text-helper-text-sm flex gap-2 items-center justify-center mt-3", children: [
|
|
192541
192550
|
/* @__PURE__ */ x.jsx(
|