@d-i-t-a/reader 2.0.0-beta.2 → 2.0.0-beta.6
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/CHANGELOG.md +6 -0
- package/NOTICE +20 -0
- package/dist/esm/index.js +4848 -2893
- package/dist/esm/index.js.map +3 -3
- package/dist/injectables/style/style.css +25 -1
- package/dist/reader.js +50 -50
- package/dist/reader.js.map +3 -3
- package/dist/types/modules/AnnotationModule.d.ts +1 -0
- package/dist/types/modules/BookmarkModule.d.ts +2 -1
- package/dist/types/modules/TTS/TTSSettings.d.ts +1 -0
- package/dist/types/modules/highlight/LayerSettings.d.ts +19 -0
- package/dist/types/modules/highlight/TextHighlighter.d.ts +34 -56
- package/dist/types/modules/highlight/common/highlight.d.ts +1 -1
- package/dist/types/modules/highlight/renderer/iframe/state.d.ts +0 -3
- package/dist/types/modules/mediaoverlays/MediaOverlayModule.d.ts +1 -0
- package/dist/types/modules/pagebreak/PageBreakModule.d.ts +8 -1
- package/dist/types/modules/search/DefinitionsModule.d.ts +10 -2
- package/dist/types/modules/search/SearchModule.d.ts +4 -0
- package/dist/types/modules/search/searchWithDomSeek.d.ts +1 -1
- package/dist/types/navigator/IFrameNavigator.d.ts +9 -1
- package/dist/types/reader.d.ts +4 -0
- package/dist/types/store/Annotator.d.ts +1 -2
- package/dist/types/store/LocalAnnotator.d.ts +1 -2
- package/dist/types/utils/EventHandler.d.ts +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
package/NOTICE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
R2D2BC
|
|
2
|
+
Copyright 2018-2020 DITA (AM Consulting LLC)
|
|
3
|
+
|
|
4
|
+
This project bundles the following dependencies under the MIT license.
|
|
5
|
+
See bundled license files for details.
|
|
6
|
+
|
|
7
|
+
- Materialize | Copyright (c) 2014-2018 Materialize
|
|
8
|
+
-> in "styles/sass/materialize"
|
|
9
|
+
|
|
10
|
+
This project bundles the following dependencies under the SIL Open Font License.
|
|
11
|
+
See bundled license files for details.
|
|
12
|
+
|
|
13
|
+
- OpenDyxslexic Font | Copyright (c) 12/2012 - 2019
|
|
14
|
+
-> in "viewer/fonts/opendyslexic"
|
|
15
|
+
|
|
16
|
+
This project bundles the following dependencies under the BSD license.
|
|
17
|
+
See bundled license files for details.
|
|
18
|
+
|
|
19
|
+
- Readium-CSS | Copyright (c) 2017, Readium
|
|
20
|
+
-> in "viewer/readium-css"
|