@pretextbook/web-editor 0.5.1 → 0.5.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/dist/index.es.js +39 -30
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/sectionUtils.d.ts +0 -2
- package/package.json +1 -1
package/dist/sectionUtils.d.ts
CHANGED
|
@@ -329,7 +329,5 @@ export declare function assembleProjectSource(divisions: Division[], rootXmlId:
|
|
|
329
329
|
* `docinfo` (the full `<docinfo>...</docinfo>` element, or `""`) is inserted
|
|
330
330
|
* as a sibling of the root element inside `<pretext>`, matching real PreTeXt
|
|
331
331
|
* document shape.
|
|
332
|
-
*
|
|
333
|
-
* We need to add `label="preview"` (or really any label) since if this isn't present the build server won't know what file to return.
|
|
334
332
|
*/
|
|
335
333
|
export declare function wrapDivisionForPreview(divisionType: DivisionType, divisionXml: string, docinfo: string, wrapperTitle: string): string;
|