@prose-reader/core 1.277.0 → 1.278.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/dist/constants.d.ts +1 -0
- package/dist/index.js +1392 -1368
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +14 -14
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +4 -4
package/dist/constants.d.ts
CHANGED
|
@@ -7,3 +7,4 @@ export declare const HTML_STYLE_PREFIX = "prose-reader-style";
|
|
|
7
7
|
export declare const HTML_ATTRIBUTE_DATA_READER_ID = "data-prose-reader-id";
|
|
8
8
|
export declare const HTML_PREFIX_VIEWPORT = "prose-reader-viewport";
|
|
9
9
|
export declare const HTML_PREFIX_SCROLL_NAVIGATOR = "prose-reader-scroll-navigator";
|
|
10
|
+
export declare const HTML_PREFIX_SPINE_ITEM = "prose-reader-spine-item";
|