@quillmark/wasm 0.74.0 → 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 +2 -2
- package/bundler/wasm_bg.wasm +0 -0
- package/package.json +1 -1
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
|
-
/**
|
|
106
|
-
|
|
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`. */
|
package/bundler/wasm_bg.wasm
CHANGED
|
Binary file
|