@hyperbook/markdown 0.43.4 → 0.44.0

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.
@@ -40,6 +40,12 @@
40
40
  "slideshow-next": "Weiter",
41
41
  "slideshow-jump-to": "Springe zu {{index}}",
42
42
  "toggle-bookmark": "Lesezeichen umschalten",
43
+ "shell-share": "Teilen",
44
+ "share-dialog-title": "Teilbare URL erstellen",
45
+ "share-dialog-standalone": "Standalone-Modus",
46
+ "share-dialog-select-sections": "Abschnitte auswählen",
47
+ "share-dialog-copy-url": "Teilbare URL kopieren",
48
+ "share-dialog-url-copied": "URL in Zwischenablage kopiert!",
43
49
  "webide-code-preview": "Code-Vorschau",
44
50
  "webide-html": "HTML",
45
51
  "webide-css": "CSS",
@@ -40,6 +40,12 @@
40
40
  "slideshow-next": "Next",
41
41
  "slideshow-jump-to": "Jump to {{index}}",
42
42
  "toggle-bookmark": "Toggle Bookmark",
43
+ "shell-share": "Share",
44
+ "share-dialog-title": "Create Shareable URL",
45
+ "share-dialog-standalone": "Standalone Mode",
46
+ "share-dialog-select-sections": "Select Sections",
47
+ "share-dialog-copy-url": "Copy Shareable URL",
48
+ "share-dialog-url-copied": "URL copied to clipboard!",
43
49
  "webide-code-preview": "Code Preview",
44
50
  "webide-html": "HTML",
45
51
  "webide-css": "CSS",
@@ -0,0 +1,5 @@
1
+ import { HyperbookContext } from "@hyperbook/types";
2
+ import { Root } from "hast";
3
+ import { VFile } from "vfile";
4
+ declare const _default: (ctx: HyperbookContext) => () => (tree: Root, file: VFile) => void;
5
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbook/markdown",
3
- "version": "0.43.4",
3
+ "version": "0.44.0",
4
4
  "author": "Mike Barkmin",
5
5
  "homepage": "https://github.com/openpatch/hyperbook#readme",
6
6
  "license": "MIT",