@pinkpixel/marzipan 1.2.0 → 1.2.2

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/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  </div>
7
7
 
8
8
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
9
- [![Version](https://img.shields.io/badge/version-1.2.0-brightgreen.svg)](CHANGELOG.md)
9
+ [![Version](https://img.shields.io/badge/version-1.2.2-brightgreen.svg)](CHANGELOG.md)
10
10
  [![Docs](https://img.shields.io/badge/docs-marzipan.pinkpixel.dev-ff6fb7.svg)](https://marzipan.pinkpixel.dev)
11
11
 
12
12
  ## ✨ Highlights
@@ -80,7 +80,7 @@ Visit `http://localhost:5173` to explore every panel, plugin, and action in a li
80
80
 
81
81
  The `src/plugins` directory publishes directly to consumers. Available helpers include:
82
82
 
83
- - `tablePlugin`, `tableGridPlugin`, `tableGeneratorPlugin` – interactive table authoring with column alignment, style presets (striped, rainbow, minimal), and border options.
83
+ - `tablePlugin`, `tableGridPlugin`, `tableGeneratorPlugin` – interactive table authoring with column alignment and header color options.
84
84
  - `tinyHighlightPlugin` – lightweight syntax highlighting for fenced code blocks (ships `tinyHighlightStyles`).
85
85
  - `imageManagerPlugin`, `imagePickerPlugin` – opinionated media workflows.
86
86
  - `mermaidPlugin`, `mermaidExternalPlugin` – diagram rendering via ESM or CDN.
@@ -0,0 +1,31 @@
1
+ import { imageManagerPlugin as i, imageManagerStyles as e } from "./plugins/imageManagerPlugin.js";
2
+ import { imagePickerPlugin as r } from "./plugins/imagePickerPlugin.js";
3
+ import { mermaidPlugin as o } from "./plugins/mermaidPlugin.js";
4
+ import { mermaidExternalPlugin as t } from "./plugins/mermaidExternal.js";
5
+ import { tablePlugin as m } from "./plugins/tablePlugin.js";
6
+ import { tableGridPlugin as l, tableGridStyles as g } from "./plugins/tableGridPlugin.js";
7
+ import { tableGeneratorPlugin as a } from "./plugins/tableGenerator.js";
8
+ import { tinyHighlightPlugin as n, tinyHighlightStyles as P } from "./plugins/tinyHighlight.js";
9
+ import { b as u, r as p } from "./table-DkW9Xd6r.js";
10
+ import { imagePickerPlugin as f } from "./plugins/imagePicker.js";
11
+ const v = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12
+ __proto__: null,
13
+ buildTableMarkdown: u,
14
+ coreImagePickerPlugin: f,
15
+ imageManagerPlugin: i,
16
+ imageManagerStyles: e,
17
+ imagePickerPlugin: r,
18
+ mermaidExternalPlugin: t,
19
+ mermaidPlugin: o,
20
+ resolvePositiveInteger: p,
21
+ tableGeneratorPlugin: a,
22
+ tableGridPlugin: l,
23
+ tableGridStyles: g,
24
+ tablePlugin: m,
25
+ tinyHighlightPlugin: n,
26
+ tinyHighlightStyles: P
27
+ }, Symbol.toStringTag, { value: "Module" }));
28
+ export {
29
+ v as i
30
+ };
31
+ //# sourceMappingURL=index-DNhI8UtW.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-DNhI8UtW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,31 @@
1
+ import { imageManagerPlugin as i, imageManagerStyles as e } from "./plugins/imageManagerPlugin.js";
2
+ import { imagePickerPlugin as r } from "./plugins/imagePickerPlugin.js";
3
+ import { mermaidPlugin as o } from "./plugins/mermaidPlugin.js";
4
+ import { mermaidExternalPlugin as t } from "./plugins/mermaidExternal.js";
5
+ import { tablePlugin as m } from "./plugins/tablePlugin.js";
6
+ import { tableGridPlugin as l, tableGridStyles as g } from "./plugins/tableGridPlugin.js";
7
+ import { tableGeneratorPlugin as a } from "./plugins/tableGenerator.js";
8
+ import { tinyHighlightPlugin as n, tinyHighlightStyles as P } from "./plugins/tinyHighlight.js";
9
+ import { b as u, r as p } from "./table-DtH1DJ20.js";
10
+ import { imagePickerPlugin as f } from "./plugins/imagePicker.js";
11
+ const v = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12
+ __proto__: null,
13
+ buildTableMarkdown: u,
14
+ coreImagePickerPlugin: f,
15
+ imageManagerPlugin: i,
16
+ imageManagerStyles: e,
17
+ imagePickerPlugin: r,
18
+ mermaidExternalPlugin: t,
19
+ mermaidPlugin: o,
20
+ resolvePositiveInteger: p,
21
+ tableGeneratorPlugin: a,
22
+ tableGridPlugin: l,
23
+ tableGridStyles: g,
24
+ tablePlugin: m,
25
+ tinyHighlightPlugin: n,
26
+ tinyHighlightStyles: P
27
+ }, Symbol.toStringTag, { value: "Module" }));
28
+ export {
29
+ v as i
30
+ };
31
+ //# sourceMappingURL=index-ZtRPyDzL.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-ZtRPyDzL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}