@hyperbook/markdown 0.24.9 → 0.24.11
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 +21 -2
- package/dist/index.js.map +2 -2
- package/dist/locales/de.json +4 -1
- package/dist/locales/en.json +4 -1
- package/package.json +3 -3
package/dist/locales/de.json
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
+
"footnote-label": "Fußnoten",
|
|
3
|
+
"footnote-back-label": "Hochspringen nach: {{index}}",
|
|
4
|
+
"footnote-back-label-many": "Hochspringen nach: {{from}}-{{to}}",
|
|
2
5
|
"store-different-origin": "Die Hyperbook-Datei stammt aus einer anderen Quelle {{origin}}. Möchten Sie sie trotzdem importieren?",
|
|
3
6
|
"store-import-successful": "Die Hyperbook-Datei wurde erfolgreich importiert.",
|
|
4
7
|
"store-not-supported-file-version": "Die Hyperbook-Datei hat eine nicht unterstützte Version {{version}}.",
|
|
@@ -45,4 +48,4 @@
|
|
|
45
48
|
"webide-reset-prompt": "Sind Sie sicher, dass Sie den Code zurücksetzen möchten?",
|
|
46
49
|
"webide-copy": "Kopieren",
|
|
47
50
|
"webide-download": "Herunterladen"
|
|
48
|
-
}
|
|
51
|
+
}
|
package/dist/locales/en.json
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
+
"footnote-label": "Footnotes",
|
|
3
|
+
"footnote-back-label": "Back to reference {{index}}",
|
|
4
|
+
"footnote-back-label-many": "Back to reference {{from}}-{{to}}",
|
|
2
5
|
"store-different-origin": "The Hyperbook file is from a different origin {{origin}}. Do you want to import it anyways?",
|
|
3
6
|
"store-import-successful": "The Hyperbook file has been imported successfully.",
|
|
4
7
|
"store-not-supported-file-version": "The Hyperbook file has an unsupported version {{version}}.",
|
|
@@ -45,4 +48,4 @@
|
|
|
45
48
|
"webide-reset-prompt": "Are you sure you want to reset the code?",
|
|
46
49
|
"webide-copy": "Copy",
|
|
47
50
|
"webide-download": "Download"
|
|
48
|
-
}
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperbook/markdown",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.11",
|
|
4
4
|
"author": "Mike Barkmin",
|
|
5
5
|
"homepage": "https://github.com/openpatch/hyperbook#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"vfile": "^6.0.3",
|
|
84
84
|
"vitest": "^1.6.0",
|
|
85
85
|
"wavesurfer.js": "^7.8.8",
|
|
86
|
-
"@hyperbook/
|
|
87
|
-
"@hyperbook/
|
|
86
|
+
"@hyperbook/types": "0.14.0",
|
|
87
|
+
"@hyperbook/web-component-excalidraw": "0.3.0"
|
|
88
88
|
},
|
|
89
89
|
"scripts": {
|
|
90
90
|
"version": "pnpm build",
|