@quillmark/wasm 0.74.1 → 0.75.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.
package/bundler/wasm.d.ts CHANGED
@@ -102,8 +102,8 @@ export interface QuillCardUi {
102
102
  export interface QuillCardBody {
103
103
  /** When false, consumers must not accept or store body content for this card type. Defaults to true. */
104
104
  enabled?: boolean;
105
- /** Description shown in the body editor placeholder area when the body is empty. */
106
- description?: string;
105
+ /** Example body content embedded verbatim in the blueprint body region. Fallback is "Write <card> body here." */
106
+ example?: string;
107
107
  }
108
108
 
109
109
  /** Schema entry for a single field declared in a quill's `Quill.yaml`. */
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillmark/wasm",
3
- "version": "0.74.1",
3
+ "version": "0.75.0",
4
4
  "description": "WebAssembly bindings for quillmark",
5
5
  "type": "module",
6
6
  "license": "MIT OR Apache-2.0",