@edrlab/thorium-web 1.5.6 → 1.6.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/{ThPreferencesAdapter-GepvYoaL.d.mts → ThPreferencesAdapter-B39cxwAo.d.mts} +4 -22
- package/dist/{ThSettingsWrapper-DyYC678Q.d.mts → ThSettingsWrapper-DBrfTO6I.d.mts} +1 -1
- package/dist/{actions-CTg9C4C-.d.mts → actions-CN51OeyO.d.mts} +29 -6
- package/dist/{actionsReducer-Cnd7Cdh9.d.mts → actionsReducer-D3Ujx25n.d.mts} +5 -13
- package/dist/{chunk-LF6IMH7J.mjs → chunk-7X5KT42Z.mjs} +336 -310
- package/dist/chunk-7X5KT42Z.mjs.map +1 -0
- package/dist/{chunk-I765HTBI.mjs → chunk-GC7ENGE2.mjs} +49 -76
- package/dist/chunk-GC7ENGE2.mjs.map +1 -0
- package/dist/{chunk-VWKUZP5V.mjs → chunk-GGNTMKHK.mjs} +8 -8
- package/dist/chunk-GGNTMKHK.mjs.map +1 -0
- package/dist/{chunk-WOJR6ALR.mjs → chunk-GWL53CI4.mjs} +9 -9
- package/dist/chunk-GWL53CI4.mjs.map +1 -0
- package/dist/{chunk-DKF53WEQ.mjs → chunk-OOAZZ3IZ.mjs} +9 -9
- package/dist/chunk-OOAZZ3IZ.mjs.map +1 -0
- package/dist/{chunk-5IT53TCU.mjs → chunk-QME5CNAT.mjs} +5 -5
- package/dist/{chunk-5IT53TCU.mjs.map → chunk-QME5CNAT.mjs.map} +1 -1
- package/dist/{chunk-6DR4EAK3.mjs → chunk-WA35SQJK.mjs} +2 -2
- package/dist/chunk-WA35SQJK.mjs.map +1 -0
- package/dist/components/Audio/index.css +1 -1
- package/dist/components/Audio/index.css.map +1 -1
- package/dist/components/Audio/index.d.mts +9 -9
- package/dist/components/Audio/index.mjs +4 -4
- package/dist/components/Epub/index.css +1 -1
- package/dist/components/Epub/index.css.map +1 -1
- package/dist/components/Epub/index.d.mts +9 -9
- package/dist/components/Epub/index.mjs +5 -5
- package/dist/components/Reader/index.css +1 -1
- package/dist/components/Reader/index.css.map +1 -1
- package/dist/components/Reader/index.d.mts +8 -8
- package/dist/components/Reader/index.mjs +9 -9
- package/dist/components/WebPub/index.css +1 -1
- package/dist/components/WebPub/index.css.map +1 -1
- package/dist/components/WebPub/index.d.mts +9 -9
- package/dist/components/WebPub/index.mjs +5 -5
- package/dist/core/Components/index.d.mts +5 -5
- package/dist/core/Hooks/index.d.mts +4 -4
- package/dist/lib/index.d.mts +7 -7
- package/dist/lib/index.mjs +1 -1
- package/dist/locales/ar/thorium-shared.json +109 -14
- package/dist/locales/ar/thorium-web.json +67 -7
- package/dist/locales/en/thorium-shared.json +3 -0
- package/dist/locales/en/thorium-web.json +1 -2
- package/dist/locales/es/thorium-shared.json +2 -2
- package/dist/locales/es/thorium-web.json +1 -1
- package/dist/locales/et/thorium-shared.json +3 -0
- package/dist/locales/fi/thorium-shared.json +3 -0
- package/dist/locales/fr/thorium-shared.json +4 -1
- package/dist/locales/it/thorium-shared.json +3 -0
- package/dist/locales/lt/thorium-shared.json +12 -9
- package/dist/locales/pl/thorium-shared.json +6 -0
- package/dist/locales/sl/thorium-shared.json +380 -0
- package/dist/locales/sv/thorium-shared.json +6 -0
- package/dist/locales/sv/thorium-web.json +2 -2
- package/dist/preferences/index.d.mts +8 -8
- package/dist/preferences/index.mjs +1 -1
- package/dist/{settingsReducer-DRWEq8Cm.d.mts → settingsReducer-flD_zs4E.d.mts} +1 -1
- package/dist/{useContrast-Unp3534Z.d.mts → useContrast-BJlYqbPP.d.mts} +1 -1
- package/dist/{usePreferences-Bi-ptif0.d.mts → usePreferences-DZX-xVu2.d.mts} +4 -4
- package/dist/{useReaderTransitions-B9fOF61y.d.mts → useReaderTransitions-CIbMYwzs.d.mts} +7 -7
- package/package.json +13 -8
- package/dist/chunk-6DR4EAK3.mjs.map +0 -1
- package/dist/chunk-DKF53WEQ.mjs.map +0 -1
- package/dist/chunk-I765HTBI.mjs.map +0 -1
- package/dist/chunk-LF6IMH7J.mjs.map +0 -1
- package/dist/chunk-VWKUZP5V.mjs.map +0 -1
- package/dist/chunk-WOJR6ALR.mjs.map +0 -1
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"actions": {
|
|
4
|
+
"cancel": "Prekliči",
|
|
5
|
+
"clear": "Počisti",
|
|
6
|
+
"close": "Zapri",
|
|
7
|
+
"collapse": "Skrij",
|
|
8
|
+
"collapseAll": "Skrij vse",
|
|
9
|
+
"decrease": "Zmanjšaj",
|
|
10
|
+
"disable": "Onemogoči",
|
|
11
|
+
"enable": "Omogoči",
|
|
12
|
+
"exit": "Izhod",
|
|
13
|
+
"expand": "Razširi",
|
|
14
|
+
"expandAll": "Razširi vse",
|
|
15
|
+
"filter": "Filtriraj",
|
|
16
|
+
"hide": "Skrij",
|
|
17
|
+
"hideAll": "Skrij vse",
|
|
18
|
+
"increase": "Povečaj",
|
|
19
|
+
"open": "Odpri",
|
|
20
|
+
"reset": "Ponastavi",
|
|
21
|
+
"search": "Išči",
|
|
22
|
+
"show": "Prikaži",
|
|
23
|
+
"showAll": "Prikaži vse",
|
|
24
|
+
"sortBy": "Razvrsti po",
|
|
25
|
+
"toggle": "Preklopi"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"reader": {
|
|
29
|
+
"actions": {
|
|
30
|
+
"goBackward": "Nazaj",
|
|
31
|
+
"goForward": "Naprej",
|
|
32
|
+
"goToExtendedDescription": {
|
|
33
|
+
"compact": "Razširjen opis"
|
|
34
|
+
},
|
|
35
|
+
"goToNextChapter": {
|
|
36
|
+
"compact": "Naslednja",
|
|
37
|
+
"descriptive": "Naslednje poglavje"
|
|
38
|
+
},
|
|
39
|
+
"goToNextPage": {
|
|
40
|
+
"compact": "Naslednja",
|
|
41
|
+
"descriptive": "Naslednja stran"
|
|
42
|
+
},
|
|
43
|
+
"goToNextResource": {
|
|
44
|
+
"compact": "Naslednji",
|
|
45
|
+
"descriptive": "Naslednji vir"
|
|
46
|
+
},
|
|
47
|
+
"goToNextSentence": {
|
|
48
|
+
"compact": "Naslednja",
|
|
49
|
+
"descriptive": "Naslednja poved"
|
|
50
|
+
},
|
|
51
|
+
"goToPosition": {
|
|
52
|
+
"compact": "Pojdi na …",
|
|
53
|
+
"descriptive": "Pojdi na položaj"
|
|
54
|
+
},
|
|
55
|
+
"goToPreviousChapter": {
|
|
56
|
+
"compact": "Prejšnja",
|
|
57
|
+
"descriptive": "Prejšnje poglavje"
|
|
58
|
+
},
|
|
59
|
+
"goToPreviousPage": {
|
|
60
|
+
"compact": "Prejšnja",
|
|
61
|
+
"descriptive": "Prejšnja stran"
|
|
62
|
+
},
|
|
63
|
+
"goToPreviousResource": {
|
|
64
|
+
"compact": "Prejšnji",
|
|
65
|
+
"descriptive": "Prejšnji vir"
|
|
66
|
+
},
|
|
67
|
+
"goToPreviousSentence": {
|
|
68
|
+
"compact": "Prejšnja",
|
|
69
|
+
"descriptive": "Prejšnja poved"
|
|
70
|
+
},
|
|
71
|
+
"readAloud": {
|
|
72
|
+
"compact": "Beri na glas"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"annotations": {
|
|
76
|
+
"actions": {
|
|
77
|
+
"editNote": {
|
|
78
|
+
"compact": "Uredi zaznamek"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"bookmarks": {
|
|
82
|
+
"actions": {
|
|
83
|
+
"add": {
|
|
84
|
+
"compact": "Dodaj zaznamek"
|
|
85
|
+
},
|
|
86
|
+
"delete": {
|
|
87
|
+
"compact": "Izbriši zaznamek",
|
|
88
|
+
"confirmation": "Ali ste prepričani, da želite izbrisati zaznamek?"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"emptyState": {
|
|
92
|
+
"description": "Zaznamki, ki jih dodate med branjem, se bodo prikazali na tem seznamu.",
|
|
93
|
+
"title": "Ni zaznamkov"
|
|
94
|
+
},
|
|
95
|
+
"title": "Zaznamki"
|
|
96
|
+
},
|
|
97
|
+
"note": {
|
|
98
|
+
"title": "Opomba"
|
|
99
|
+
},
|
|
100
|
+
"sort": {
|
|
101
|
+
"lastAdded": {
|
|
102
|
+
"compact": "Nazadnje dodano"
|
|
103
|
+
},
|
|
104
|
+
"lastEdited": {
|
|
105
|
+
"compact": "Nazadnje urejano"
|
|
106
|
+
},
|
|
107
|
+
"progression": {
|
|
108
|
+
"compact": "Napredek"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"playback": {
|
|
113
|
+
"actions": {
|
|
114
|
+
"pause": "Začasno ustavi",
|
|
115
|
+
"play": "Predvajaj",
|
|
116
|
+
"skipBackward": {
|
|
117
|
+
"compact": "Prevrti nazaj",
|
|
118
|
+
"descriptive": "Preskoči nazaj"
|
|
119
|
+
},
|
|
120
|
+
"skipForward": {
|
|
121
|
+
"compact": "Preskoči",
|
|
122
|
+
"descriptive": "Preskoči naprej"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"preferences": {
|
|
126
|
+
"audio": {
|
|
127
|
+
"skipBackwardInterval": "Interval preskoka nazaj",
|
|
128
|
+
"skipForwardInterval": "Interval preskoka naprej",
|
|
129
|
+
"skipInterval": "Interval preskoka",
|
|
130
|
+
"title": "Avdio nastavitve",
|
|
131
|
+
"volume": "Glasnost"
|
|
132
|
+
},
|
|
133
|
+
"autoPlay": {
|
|
134
|
+
"label": "Predvajaj neprekinjeno",
|
|
135
|
+
"title": "Samodejno predvajanje"
|
|
136
|
+
},
|
|
137
|
+
"playbackRate": {
|
|
138
|
+
"compact": "Hitrost",
|
|
139
|
+
"descriptive": "Hitrost predvajanja"
|
|
140
|
+
},
|
|
141
|
+
"sleepTimer": {
|
|
142
|
+
"compact": "Časovnik",
|
|
143
|
+
"descriptive": "Časovnik za spanje",
|
|
144
|
+
"presets": {
|
|
145
|
+
"endOfChapter": "Konec poglavja",
|
|
146
|
+
"endOfResource": "Konec vira"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"preferences": {
|
|
152
|
+
"brightness": "Svetlost",
|
|
153
|
+
"columns": {
|
|
154
|
+
"auto": "Auto",
|
|
155
|
+
"dual": {
|
|
156
|
+
"compact": "2 stolpca",
|
|
157
|
+
"descriptive": "Dva stolpca"
|
|
158
|
+
},
|
|
159
|
+
"single": {
|
|
160
|
+
"compact": "1 stolpec",
|
|
161
|
+
"descriptive": "En stolpec"
|
|
162
|
+
},
|
|
163
|
+
"title": "Stolpci"
|
|
164
|
+
},
|
|
165
|
+
"fit": {
|
|
166
|
+
"auto": {
|
|
167
|
+
"compact": "Auto"
|
|
168
|
+
},
|
|
169
|
+
"page": {
|
|
170
|
+
"compact": "Stran"
|
|
171
|
+
},
|
|
172
|
+
"title": "Prilagoditev",
|
|
173
|
+
"width": {
|
|
174
|
+
"compact": "Širina"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"fontFamily": {
|
|
178
|
+
"humanist": {
|
|
179
|
+
"compact": "Humanist",
|
|
180
|
+
"descriptive": "Humanist sans-serif"
|
|
181
|
+
},
|
|
182
|
+
"modern": {
|
|
183
|
+
"compact": "Modern",
|
|
184
|
+
"descriptive": "Modern serif"
|
|
185
|
+
},
|
|
186
|
+
"monospace": "Monospace",
|
|
187
|
+
"oldStyle": {
|
|
188
|
+
"compact": "Old style",
|
|
189
|
+
"descriptive": "Old style serif"
|
|
190
|
+
},
|
|
191
|
+
"publisher": "Pisava založnika",
|
|
192
|
+
"sans": "Sans-serif",
|
|
193
|
+
"title": "Pisave"
|
|
194
|
+
},
|
|
195
|
+
"fontSize": "Velikost pisave",
|
|
196
|
+
"fontWeight": {
|
|
197
|
+
"bold": "Krepko",
|
|
198
|
+
"normal": "Običajno",
|
|
199
|
+
"title": "Debelina tiska"
|
|
200
|
+
},
|
|
201
|
+
"hyphens": {
|
|
202
|
+
"label": "Omogoči deljenje besed",
|
|
203
|
+
"title": "Deljenje"
|
|
204
|
+
},
|
|
205
|
+
"layout": {
|
|
206
|
+
"paginated": "Po straneh",
|
|
207
|
+
"scrolled": "Možnost pomikanja",
|
|
208
|
+
"title": "Postavitev"
|
|
209
|
+
},
|
|
210
|
+
"letterSpacing": "Razmik med črkami",
|
|
211
|
+
"ligatures": {
|
|
212
|
+
"label": "Omogoči ligature",
|
|
213
|
+
"title": "Ligature"
|
|
214
|
+
},
|
|
215
|
+
"lineHeight": {
|
|
216
|
+
"default": "Privzeta",
|
|
217
|
+
"large": "Večji razmik",
|
|
218
|
+
"medium": "Uravnotežena",
|
|
219
|
+
"small": "Manjši razmik",
|
|
220
|
+
"title": "Višina vrstic"
|
|
221
|
+
},
|
|
222
|
+
"noRuby": {
|
|
223
|
+
"label": "Skrij ruby opombe",
|
|
224
|
+
"title": "Ruby opombe"
|
|
225
|
+
},
|
|
226
|
+
"offsetFirstPage": "Prikaži prvo stran posebej",
|
|
227
|
+
"paragraphIndent": "Zamik odstavka",
|
|
228
|
+
"paragraphSpacing": "Razmik med odstavki",
|
|
229
|
+
"publisherStyles": {
|
|
230
|
+
"label": "Uporabi izvirno oblikovanje",
|
|
231
|
+
"title": "Stili založnika"
|
|
232
|
+
},
|
|
233
|
+
"readingDirection": {
|
|
234
|
+
"default": {
|
|
235
|
+
"compact": "Privzeto",
|
|
236
|
+
"descriptive": "Uporabi izvirno smer branja"
|
|
237
|
+
},
|
|
238
|
+
"ltr": {
|
|
239
|
+
"compact": "Desno",
|
|
240
|
+
"descriptive": "Od leve proti desni"
|
|
241
|
+
},
|
|
242
|
+
"rtl": {
|
|
243
|
+
"compact": "Levo",
|
|
244
|
+
"descriptive": "Od desne proti levi"
|
|
245
|
+
},
|
|
246
|
+
"title": "Smer branja"
|
|
247
|
+
},
|
|
248
|
+
"spacing": {
|
|
249
|
+
"presets": {
|
|
250
|
+
"accessible": "Dostopno",
|
|
251
|
+
"balanced": "Uravnoteženo",
|
|
252
|
+
"custom": "Po meri",
|
|
253
|
+
"default": "Privzeto",
|
|
254
|
+
"loose": "Večji razmik",
|
|
255
|
+
"tight": "Manjši razmik",
|
|
256
|
+
"title": "Prednastavitve"
|
|
257
|
+
},
|
|
258
|
+
"title": "Razmik"
|
|
259
|
+
},
|
|
260
|
+
"spread": {
|
|
261
|
+
"always": {
|
|
262
|
+
"compact": "Dvostransko"
|
|
263
|
+
},
|
|
264
|
+
"auto": {
|
|
265
|
+
"compact": "Auto"
|
|
266
|
+
},
|
|
267
|
+
"never": {
|
|
268
|
+
"compact": "Enostransko"
|
|
269
|
+
},
|
|
270
|
+
"title": "Razporeditev"
|
|
271
|
+
},
|
|
272
|
+
"text": "Besedilo",
|
|
273
|
+
"textAlign": {
|
|
274
|
+
"default": "Privzeto",
|
|
275
|
+
"justify": "Obojestranska",
|
|
276
|
+
"left": "Leva",
|
|
277
|
+
"right": "Desna",
|
|
278
|
+
"title": "Poravnava besedila"
|
|
279
|
+
},
|
|
280
|
+
"textNormalization": {
|
|
281
|
+
"label": "Odstrani oblikovanje besedila",
|
|
282
|
+
"title": "Normalizacija besedila"
|
|
283
|
+
},
|
|
284
|
+
"themes": {
|
|
285
|
+
"auto": "Auto",
|
|
286
|
+
"contrast1": "Kontrast 1",
|
|
287
|
+
"contrast2": "Kontrast 2",
|
|
288
|
+
"contrast3": "Kontrast 3",
|
|
289
|
+
"dark": "Temna",
|
|
290
|
+
"gray": "Siva",
|
|
291
|
+
"light": "Svetla",
|
|
292
|
+
"paper": "Papir",
|
|
293
|
+
"sepia": "Sepija",
|
|
294
|
+
"title": "Teme"
|
|
295
|
+
},
|
|
296
|
+
"title": "Nastavitve prikaza",
|
|
297
|
+
"wordSpacing": "Razmik med besedami",
|
|
298
|
+
"zoom": "Približaj"
|
|
299
|
+
},
|
|
300
|
+
"progression": {
|
|
301
|
+
"pagesLeft": {
|
|
302
|
+
"descriptive_few": "še {{ count }} strani",
|
|
303
|
+
"descriptive_one": "še {{ count }} stran",
|
|
304
|
+
"descriptive_other": "še {{ count }} strani",
|
|
305
|
+
"descriptive_two": "še {{ count }} strani"
|
|
306
|
+
},
|
|
307
|
+
"pagesLeftInChapter": {
|
|
308
|
+
"descriptive_few": "še {{ count }} strani v poglavju",
|
|
309
|
+
"descriptive_one": "še {{ count }} stran v poglavju",
|
|
310
|
+
"descriptive_other": "še {{ count }} strani v poglavju",
|
|
311
|
+
"descriptive_two": "še {{ count }} strani v poglavju"
|
|
312
|
+
},
|
|
313
|
+
"pagesLeftInPublication": {
|
|
314
|
+
"descriptive_few": "še {{ count }} strani v publikaciji",
|
|
315
|
+
"descriptive_one": "še {{ count }} stran v publikaciji",
|
|
316
|
+
"descriptive_other": "še {{ count }} strani v publikaciji",
|
|
317
|
+
"descriptive_two": "še {{ count }} strani v publikaciji"
|
|
318
|
+
},
|
|
319
|
+
"percentage": "{{ percentage }} %",
|
|
320
|
+
"positionsLeft": {
|
|
321
|
+
"compact_few": "še {{ count }}",
|
|
322
|
+
"compact_one": "še {{ count }}",
|
|
323
|
+
"compact_other": "še {{ count }}",
|
|
324
|
+
"compact_two": "še {{ count }}",
|
|
325
|
+
"descriptive_few": "še {{ count }} položaji",
|
|
326
|
+
"descriptive_one": "še {{ count }} položaj",
|
|
327
|
+
"descriptive_other": "še {{ count }} položajev",
|
|
328
|
+
"descriptive_two": "še {{ count }} položaja"
|
|
329
|
+
},
|
|
330
|
+
"positionsLeftInChapter": {
|
|
331
|
+
"compact_few": "še {{ count }} v poglavju",
|
|
332
|
+
"compact_one": "še {{ count }} v poglavju",
|
|
333
|
+
"compact_other": "še {{ count }} v poglavju",
|
|
334
|
+
"compact_two": "še {{ count }} v poglavju",
|
|
335
|
+
"descriptive_few": "še {{ count }} položaji v publikaciji",
|
|
336
|
+
"descriptive_one": "še {{ count }} položaj v publikaciji",
|
|
337
|
+
"descriptive_other": "še {{ count }} položajev v publikaciji",
|
|
338
|
+
"descriptive_two": "še {{ count }} položaja v publikaciji"
|
|
339
|
+
},
|
|
340
|
+
"positionsLeftInPublication": {
|
|
341
|
+
"compact_few": "še {{ count }} v publikaciji",
|
|
342
|
+
"compact_one": "še {{ count }} v publikaciji",
|
|
343
|
+
"compact_other": "še {{ count }} v publikaciji",
|
|
344
|
+
"compact_two": "še {{ count }} v publikaciji",
|
|
345
|
+
"descriptive_few": "še {{ count }} položaji v publikaciji",
|
|
346
|
+
"descriptive_one": "še {{ count }} položaj v publikaciji",
|
|
347
|
+
"descriptive_other": "še {{ count }} položajev v publikaciji",
|
|
348
|
+
"descriptive_two": "še {{ count }} položaja v publikaciji"
|
|
349
|
+
},
|
|
350
|
+
"range": "{{ start }}–{{ end }}",
|
|
351
|
+
"xOfY": {
|
|
352
|
+
"compact": "{{ x }} od {{ y }}",
|
|
353
|
+
"descriptive": "{{ x }} od {{ y }} ({{ z }})"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"search": {
|
|
357
|
+
"actions": {
|
|
358
|
+
"next": {
|
|
359
|
+
"compact": "Naslednji zadetek"
|
|
360
|
+
},
|
|
361
|
+
"previous": {
|
|
362
|
+
"compact": "Prejšnji zadetek"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"placeholder": "Išči ključne besede ali fraze",
|
|
366
|
+
"result_few": "{{ current }} od {{ count }} zadetkov",
|
|
367
|
+
"result_one": "{{ current }} od {{ count }} zadetek",
|
|
368
|
+
"result_other": "{{ current }} od {{ count }} zadetkov",
|
|
369
|
+
"result_two": "{{ current }} od {{ count }} zadetkov",
|
|
370
|
+
"title": "Iskanje"
|
|
371
|
+
},
|
|
372
|
+
"tableOfContents": {
|
|
373
|
+
"emptyState": {
|
|
374
|
+
"description": "Avtor ni dodal kazala.",
|
|
375
|
+
"title": "Ni kazala"
|
|
376
|
+
},
|
|
377
|
+
"title": "Kazalo"
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"actions": {
|
|
30
30
|
"goBackward": "Gå bakåt",
|
|
31
31
|
"goForward": "Gå framåt",
|
|
32
|
+
"goToExtendedDescription": {
|
|
33
|
+
"compact": "Utökad beskrivning"
|
|
34
|
+
},
|
|
32
35
|
"goToNextChapter": {
|
|
33
36
|
"compact": "Nästa",
|
|
34
37
|
"descriptive": "Nästa kapitel"
|
|
@@ -64,6 +67,9 @@
|
|
|
64
67
|
"goToPreviousSentence": {
|
|
65
68
|
"compact": "Föregående",
|
|
66
69
|
"descriptive": "Föregående mening"
|
|
70
|
+
},
|
|
71
|
+
"readAloud": {
|
|
72
|
+
"compact": "Läs högt"
|
|
67
73
|
}
|
|
68
74
|
},
|
|
69
75
|
"annotations": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"reader": {
|
|
3
3
|
"app": {
|
|
4
4
|
"loading": "Laddar",
|
|
5
|
-
"publicationWrapper": "Du är nu i
|
|
5
|
+
"publicationWrapper": "Du är nu i boken.",
|
|
6
6
|
"docking": {
|
|
7
7
|
"dockingLeft": "Dockad panel till vänster",
|
|
8
8
|
"dockingRight": "Dockad panel till höger",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"errors": {
|
|
54
54
|
"title": "Fel",
|
|
55
55
|
"notFound": "Ingen bok hittades.",
|
|
56
|
-
"accessDenied": "
|
|
56
|
+
"accessDenied": "Tillgång nekas.",
|
|
57
57
|
"network": "Servern kan inte nås – försök igen senare.",
|
|
58
58
|
"serverError": "Serverfel – försök igen senare.",
|
|
59
59
|
"clientError": "Ogiltig begäran.",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { f as ThGlobalPreferences, g as ThGlobalPreferencesAdapter, C as CustomizableKeys, D as DefaultKeys, e as ThPreferences, d as ThPreferencesAdapter, a as ThemeTokens, F as FontCollection, L as LocalStaticFontFile, h as FontDefinition, T as ThThemeKeys, c as ThShortcutsPref, i as ThIconPref, j as ThLayoutDefaultsPref } from '../ThPreferencesAdapter-
|
|
2
|
-
export { A as ActionKey, w as ActionKeyType, b as AudioContentProtectionConfig,
|
|
1
|
+
import { f as ThGlobalPreferences, g as ThGlobalPreferencesAdapter, C as CustomizableKeys, D as DefaultKeys, e as ThPreferences, d as ThPreferencesAdapter, a as ThemeTokens, F as FontCollection, L as LocalStaticFontFile, h as FontDefinition, T as ThThemeKeys, c as ThShortcutsPref, i as ThIconPref, j as ThLayoutDefaultsPref } from '../ThPreferencesAdapter-B39cxwAo.mjs';
|
|
2
|
+
export { A as ActionKey, w as ActionKeyType, b as AudioContentProtectionConfig, H as BunnyFontSource, a6 as ContentProtectionConfig, a4 as CopyProtectionConfig, O as FontSource, P as FontSpec, I as GoogleFontSource, N as LocalFontSource, K as LocalStaticFontSource, J as LocalVariableFontFile, M as LocalVariableFontSource, a5 as PrintProtectionConfig, S as SettingsKey, y as SettingsKeyType, n as SpacingSettingsKey, B as SpacingSettingsKeyType, G as SystemFontSource, m as TextSettingsKey, z as TextSettingsKeyType, q as ThActionsPref, s as ThConstraintKeys, R as ThFontFamilyPref, r as ThSettingsKeyTypes, o as ThSettingsSpacingPresets, t as ThShortcutsDisplayIn, p as ThSpacingPreset, l as ThemeKey, x as ThemeKeyType, Q as ValidatedLanguageCollection, V as VariableFontRangeConfig, W as WeightConfig, Z as arabicFarsiCollection, $ as chineseSimplifiedCollection, a0 as chineseTraditionalCollection, ag as contrast1Theme, ah as contrast2Theme, ai as contrast3Theme, k as createGlobalPreferences, v as createPreferences, ad as darkTheme, aa as defaultAudioContentProtectionConfig, a9 as defaultContentProtectionConfig, X as defaultFontCollection, ab as devContentProtectionConfig, _ as hebrewCollection, a1 as japaneseCollection, a2 as japaneseVerticalCollection, a3 as koreanCollection, ac as lightTheme, ae as paperTheme, U as readiumCSSFontCollection, a8 as resolveAudioContentProtectionConfig, a7 as resolveContentProtectionConfig, af as sepiaTheme, Y as tamilCollection, u as useTheming, E as useThemingProps } from '../ThPreferencesAdapter-B39cxwAo.mjs';
|
|
3
3
|
import * as React$1 from 'react';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
|
-
import { a as ThAudioPreferences, A as AudioDefaultKeys, b as AudioCustomizableKeys, c as ThAudioPreferencesAdapter } from '../usePreferences-
|
|
6
|
-
export { g as AudioSettingsKey, i as ThAudioActionKey, m as ThAudioActionKeys, j as ThAudioActionsPref, d as ThAudioAffordance, k as ThAudioConstraintKeys, h as ThAudioKeyTypes, n as ThAudioKeys, q as ThAudioSettingsKeys, f as ThAudioThemeKey, e as ThAudioThemeKeys, T as ThPreferencesProvider, p as ThSettingsTimerPref, o as ThSettingsTimerVariant, l as createAudioPreferences, s as defaultAudioPlaybackRate, B as defaultAudioPlaybackRateAction, D as defaultAudioRemotePlaybackAction, t as defaultAudioSkipBackwardInterval, v as defaultAudioSkipForwardInterval, w as defaultAudioSkipInterval, x as defaultAudioSleepTimer, C as defaultAudioSleepTimerAction, y as defaultAudioSleepTimerPresetList, E as defaultAudioTocAction, r as defaultAudioVolume, z as defaultAudioVolumeAction, u as usePreferences } from '../usePreferences-
|
|
7
|
-
import { e as ThColorScheme, g as ThSettingsKeys, h as ThTextSettingsKeys, b as ThSpacingSettingsKeys, a as ThSpacingPresetKeys } from '../useContrast-
|
|
8
|
-
export { p as ThLayoutOptions, T as ThLineHeightOptions, m as ThSettingsContainerKeys, j as ThSettingsGroupPref, i as ThSettingsRadioPref, o as ThSettingsRangePlaceholder, l as ThSettingsRangePref, d as ThSettingsRangePrefRequired, n as ThSettingsRangeVariant, c as ThTextAlignOptions, z as defaultLetterSpacing, A as defaultLineHeights, x as defaultParagraphIndent, w as defaultParagraphSpacing, C as defaultSpacingPresets, v as defaultSpacingPresetsOrder, s as defaultSpacingSettingsMain, t as defaultSpacingSettingsSubpanel, q as defaultTextSettingsMain, r as defaultTextSettingsSubpanel, y as defaultWordSpacing, B as defaultZoom } from '../useContrast-
|
|
9
|
-
import {
|
|
10
|
-
export { I as I18nValue,
|
|
5
|
+
import { a as ThAudioPreferences, A as AudioDefaultKeys, b as AudioCustomizableKeys, c as ThAudioPreferencesAdapter } from '../usePreferences-DZX-xVu2.mjs';
|
|
6
|
+
export { g as AudioSettingsKey, i as ThAudioActionKey, m as ThAudioActionKeys, j as ThAudioActionsPref, d as ThAudioAffordance, k as ThAudioConstraintKeys, h as ThAudioKeyTypes, n as ThAudioKeys, q as ThAudioSettingsKeys, f as ThAudioThemeKey, e as ThAudioThemeKeys, T as ThPreferencesProvider, p as ThSettingsTimerPref, o as ThSettingsTimerVariant, l as createAudioPreferences, s as defaultAudioPlaybackRate, B as defaultAudioPlaybackRateAction, D as defaultAudioRemotePlaybackAction, t as defaultAudioSkipBackwardInterval, v as defaultAudioSkipForwardInterval, w as defaultAudioSkipInterval, x as defaultAudioSleepTimer, C as defaultAudioSleepTimerAction, y as defaultAudioSleepTimerPresetList, E as defaultAudioTocAction, r as defaultAudioVolume, z as defaultAudioVolumeAction, u as usePreferences } from '../usePreferences-DZX-xVu2.mjs';
|
|
7
|
+
import { e as ThColorScheme, g as ThSettingsKeys, h as ThTextSettingsKeys, b as ThSpacingSettingsKeys, a as ThSpacingPresetKeys } from '../useContrast-BJlYqbPP.mjs';
|
|
8
|
+
export { p as ThLayoutOptions, T as ThLineHeightOptions, m as ThSettingsContainerKeys, j as ThSettingsGroupPref, i as ThSettingsRadioPref, o as ThSettingsRangePlaceholder, l as ThSettingsRangePref, d as ThSettingsRangePrefRequired, n as ThSettingsRangeVariant, c as ThTextAlignOptions, z as defaultLetterSpacing, A as defaultLineHeights, x as defaultParagraphIndent, w as defaultParagraphSpacing, C as defaultSpacingPresets, v as defaultSpacingPresetsOrder, s as defaultSpacingSettingsMain, t as defaultSpacingSettingsSubpanel, q as defaultTextSettingsMain, r as defaultTextSettingsSubpanel, y as defaultWordSpacing, B as defaultZoom } from '../useContrast-BJlYqbPP.mjs';
|
|
9
|
+
import { g as ThDockingPref, T as ThDockingKeys, c as ThActionsTokens, b as ThAudioActionsTokens, h as ThActionsKeys } from '../actions-CN51OeyO.mjs';
|
|
10
|
+
export { n as CSSAbsoluteLength, o as CSSAngle, C as CSSColor, p as CSSDefaultViewport, q as CSSDynamicViewport, s as CSSFontRelativeLength, r as CSSFrequency, t as CSSLargeViewport, u as CSSPhysicalLength, v as CSSRelativeLength, w as CSSResolution, x as CSSRootFontRelativeLength, y as CSSSmallViewport, z as CSSTime, l as CSSValueUnitless, m as CSSValueWithUnit, A as CSSViewport, I as I18nValue, D as TEXT_INPUT_SELECTORS, F as ThActionsDockedPref, G as ThActionsSnappedPref, E as ThBottomSheetDetent, f as ThDockingSizeValue, H as ThDockingTypes, a as ThSheetHeaderVariant, e as ThSheetTypes, B as ThShortcutConfig, J as defaultActionKeysObject, L as defaultFullscreenAction, N as defaultJumpToPositionAction, K as defaultSettingsAction, M as defaultTocAction } from '../actions-CN51OeyO.mjs';
|
|
11
11
|
import { a as ThBackLinkPref, B as BreakpointsMap } from '../ui-DHQ_zvWn.mjs';
|
|
12
12
|
export { q as ThArrowVariant, b as ThAudioPlayerComponent, d as ThAudioProgressBarVariant, t as ThAudioPublicationMetadataComponent, n as ThBackLinkContent, r as ThBackLinkVariant, e as ThBreakpoints, g as ThDocumentTitleFormat, h as ThFormatPref, o as ThFormatPrefValue, s as ThLayoutDirection, k as ThLayoutUI, T as ThNavigationAffordance, m as ThPaginatedAffordancePref, p as ThPaginatedAffordancePrefValue, j as ThProgressionFormat, c as ThPublicationMetadataOrder, i as ThRunningHeadFormat, l as ThScrollAffordance } from '../ui-DHQ_zvWn.mjs';
|
|
13
13
|
import '../keyboardUtilities-BCP3UcLb.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { TEXT_INPUT_SELECTORS, ThActionsKeys, ThAudioActionKeys, ThAudioAffordance, ThAudioKeys, ThAudioMemoryPreferencesAdapter, ThAudioPreferencesContext, ThAudioPreferencesProvider, ThDockingKeys, ThDockingTypes, ThGlobalMemoryPreferencesAdapter, ThGlobalPreferencesProvider, ThLayoutOptions, ThLineHeightOptions, ThMemoryPreferencesAdapter, ThPreferencesContext, ThPreferencesProvider, ThSettingsContainerKeys, ThSettingsKeys, ThSettingsRangePlaceholder, ThSettingsRangeVariant, ThSettingsTimerVariant, ThSheetHeaderVariant, ThSheetTypes, ThSpacingPresetKeys, ThSpacingSettingsKeys, ThTextAlignOptions, ThTextSettingsKeys, ThThemeKeys, arabicFarsiCollection, buildThemeObject, chineseSimplifiedCollection, chineseTraditionalCollection, contrast1Theme, contrast2Theme, contrast3Theme, createAudioPreferences, createDefinitionFromStaticFonts, createDefinitionsFromBunnyFonts, createDefinitionsFromGoogleFonts, createGlobalPreferences, createPreferences, darkTheme, defaultActionKeysObject, defaultAudioContentProtectionConfig, defaultAudioPlaybackRate, defaultAudioPlaybackRateAction, defaultAudioPreferences, defaultAudioPreferencesContextValue, defaultAudioRemotePlaybackAction, defaultAudioSkipBackwardInterval, defaultAudioSkipForwardInterval, defaultAudioSkipInterval, defaultAudioSleepTimer, defaultAudioSleepTimerAction, defaultAudioSleepTimerPresetList, defaultAudioTocAction, defaultAudioVolume, defaultAudioVolumeAction, defaultContentProtectionConfig, defaultFontCollection, defaultFullscreenAction, defaultJumpToPositionAction, defaultLetterSpacing, defaultLineHeights, defaultParagraphIndent, defaultParagraphSpacing, defaultPreferences, defaultPreferencesContextValue, defaultSettingsAction, defaultSpacingPresets, defaultSpacingPresetsOrder, defaultSpacingSettingsMain, defaultSpacingSettingsSubpanel, defaultTextSettingsMain, defaultTextSettingsSubpanel, defaultTocAction, defaultWordSpacing, defaultZoom, devContentProtectionConfig, hebrewCollection, japaneseCollection, japaneseVerticalCollection, koreanCollection, lightTheme, paperTheme, readiumCSSFontCollection, resolveAudioContentProtectionConfig, resolveContentProtectionConfig, sepiaTheme, tamilCollection, useActionsPreferences, useAudioActionsPreferences, useAudioPreferences, useFilteredPreferenceKeys, usePreferenceKeys, usePreferences, useSharedPreferences, useTheming, validateObjectKeys } from '../chunk-
|
|
1
|
+
export { TEXT_INPUT_SELECTORS, ThActionsKeys, ThAudioActionKeys, ThAudioAffordance, ThAudioKeys, ThAudioMemoryPreferencesAdapter, ThAudioPreferencesContext, ThAudioPreferencesProvider, ThDockingKeys, ThDockingTypes, ThGlobalMemoryPreferencesAdapter, ThGlobalPreferencesProvider, ThLayoutOptions, ThLineHeightOptions, ThMemoryPreferencesAdapter, ThPreferencesContext, ThPreferencesProvider, ThSettingsContainerKeys, ThSettingsKeys, ThSettingsRangePlaceholder, ThSettingsRangeVariant, ThSettingsTimerVariant, ThSheetHeaderVariant, ThSheetTypes, ThSpacingPresetKeys, ThSpacingSettingsKeys, ThTextAlignOptions, ThTextSettingsKeys, ThThemeKeys, arabicFarsiCollection, buildThemeObject, chineseSimplifiedCollection, chineseTraditionalCollection, contrast1Theme, contrast2Theme, contrast3Theme, createAudioPreferences, createDefinitionFromStaticFonts, createDefinitionsFromBunnyFonts, createDefinitionsFromGoogleFonts, createGlobalPreferences, createPreferences, darkTheme, defaultActionKeysObject, defaultAudioContentProtectionConfig, defaultAudioPlaybackRate, defaultAudioPlaybackRateAction, defaultAudioPreferences, defaultAudioPreferencesContextValue, defaultAudioRemotePlaybackAction, defaultAudioSkipBackwardInterval, defaultAudioSkipForwardInterval, defaultAudioSkipInterval, defaultAudioSleepTimer, defaultAudioSleepTimerAction, defaultAudioSleepTimerPresetList, defaultAudioTocAction, defaultAudioVolume, defaultAudioVolumeAction, defaultContentProtectionConfig, defaultFontCollection, defaultFullscreenAction, defaultJumpToPositionAction, defaultLetterSpacing, defaultLineHeights, defaultParagraphIndent, defaultParagraphSpacing, defaultPreferences, defaultPreferencesContextValue, defaultSettingsAction, defaultSpacingPresets, defaultSpacingPresetsOrder, defaultSpacingSettingsMain, defaultSpacingSettingsSubpanel, defaultTextSettingsMain, defaultTextSettingsSubpanel, defaultTocAction, defaultWordSpacing, defaultZoom, devContentProtectionConfig, hebrewCollection, japaneseCollection, japaneseVerticalCollection, koreanCollection, lightTheme, paperTheme, readiumCSSFontCollection, resolveAudioContentProtectionConfig, resolveContentProtectionConfig, sepiaTheme, tamilCollection, useActionsPreferences, useAudioActionsPreferences, useAudioPreferences, useFilteredPreferenceKeys, usePreferenceKeys, usePreferences, useSharedPreferences, useTheming, validateObjectKeys } from '../chunk-WA35SQJK.mjs';
|
|
2
2
|
export { ThArrowVariant, ThAudioPlayerComponent, ThAudioProgressBarVariant, ThAudioPublicationMetadataComponent, ThBackLinkVariant, ThBreakpoints, ThDocumentTitleFormat, ThLayoutDirection, ThLayoutUI, ThNavigationAffordance, ThProgressionFormat, ThRunningHeadFormat } from '../chunk-QOU3R5ZT.mjs';
|
|
3
3
|
import '../chunk-EREFYF5J.mjs';
|
|
4
4
|
export { ThGlobalPreferencesContext, useGlobalPreferences } from '../chunk-AE6P4KJB.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
2
2
|
import { W as WritableDraft } from './immer.d-CoRThNOF.mjs';
|
|
3
|
-
import { T as ThLineHeightOptions, a as ThSpacingPresetKeys, b as ThSpacingSettingsKeys, c as ThTextAlignOptions } from './useContrast-
|
|
3
|
+
import { T as ThLineHeightOptions, a as ThSpacingPresetKeys, b as ThSpacingSettingsKeys, c as ThTextAlignOptions } from './useContrast-BJlYqbPP.mjs';
|
|
4
4
|
|
|
5
5
|
interface FontFamilyStateObject {
|
|
6
6
|
default: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { T as ThNavigationAffordance, a as ThBackLinkPref, b as ThAudioPlayerComponent, c as ThPublicationMetadataOrder, d as ThAudioProgressBarVariant, B as BreakpointsMap } from './ui-DHQ_zvWn.mjs';
|
|
2
|
-
import { T as ThThemeKeys, A as ActionKey, a as ThemeTokens, b as AudioContentProtectionConfig, c as ThShortcutsPref, C as CustomizableKeys, D as DefaultKeys, d as ThPreferencesAdapter, e as ThPreferences, W as WeightConfig, V as VariableFontRangeConfig, F as FontCollection } from './ThPreferencesAdapter-
|
|
3
|
-
import { b as ThAudioActionsTokens, c as ThActionsTokens, d as ThCollapsibility, e as ThSheetTypes, f as ThDockingPref, T as ThDockingKeys } from './actions-
|
|
4
|
-
import { d as ThSettingsRangePrefRequired } from './useContrast-
|
|
2
|
+
import { T as ThThemeKeys, A as ActionKey, a as ThemeTokens, b as AudioContentProtectionConfig, c as ThShortcutsPref, C as CustomizableKeys, D as DefaultKeys, d as ThPreferencesAdapter, e as ThPreferences, W as WeightConfig, V as VariableFontRangeConfig, F as FontCollection } from './ThPreferencesAdapter-B39cxwAo.mjs';
|
|
3
|
+
import { b as ThAudioActionsTokens, c as ThActionsTokens, d as ThCollapsibility, e as ThSheetTypes, f as ThDockingSizeValue, g as ThDockingPref, T as ThDockingKeys } from './actions-CN51OeyO.mjs';
|
|
4
|
+
import { d as ThSettingsRangePrefRequired } from './useContrast-BJlYqbPP.mjs';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { ILinkInjectable, IUrlInjectable, IBlobInjectable, ScriptMode } from '@readium/navigator';
|
|
7
7
|
|
|
@@ -141,7 +141,7 @@ interface ThAudioPreferences<K extends AudioCustomizableKeys = {}> {
|
|
|
141
141
|
variant?: ThAudioProgressBarVariant;
|
|
142
142
|
};
|
|
143
143
|
defaults: {
|
|
144
|
-
dockingWidth:
|
|
144
|
+
dockingWidth: ThDockingSizeValue;
|
|
145
145
|
scrim: string;
|
|
146
146
|
};
|
|
147
147
|
constraints?: {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default, { RefObject, ReactNode } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { Q as ThActionsTriggerVariant, a as ThSheetHeaderVariant, O as ThCollapsibilityVisibility, B as ThShortcutConfig, i as ThActionEntry, h as ThActionsKeys, T as ThDockingKeys, e as ThSheetTypes } from './actions-CN51OeyO.mjs';
|
|
4
4
|
import { TooltipProps, Heading, HeadingProps, PopoverProps } from 'react-aria-components';
|
|
5
|
-
import { T as ThActionButtonProps, f as ThMenuItemProps, a as ThCollapsibleActionsBarProps, v as ThSettingsEntry, W as WithRef, t as ThDropdownProps, h as ThNumberFieldProps, k as ThRadioGroupProps, m as ThSliderProps, o as ThSliderWithPresetsProps, q as ThSwitchProps } from './ThSettingsWrapper-
|
|
6
|
-
import { h as ThTextSettingsKeys, b as ThSpacingSettingsKeys, j as ThSettingsGroupPref, o as ThSettingsRangePlaceholder, g as ThSettingsKeys, T as ThLineHeightOptions, a as ThSpacingPresetKeys } from './useContrast-
|
|
5
|
+
import { T as ThActionButtonProps, f as ThMenuItemProps, a as ThCollapsibleActionsBarProps, v as ThSettingsEntry, W as WithRef, t as ThDropdownProps, h as ThNumberFieldProps, k as ThRadioGroupProps, m as ThSliderProps, o as ThSliderWithPresetsProps, q as ThSwitchProps } from './ThSettingsWrapper-DBrfTO6I.mjs';
|
|
6
|
+
import { h as ThTextSettingsKeys, b as ThSpacingSettingsKeys, j as ThSettingsGroupPref, o as ThSettingsRangePlaceholder, g as ThSettingsKeys, T as ThLineHeightOptions, a as ThSpacingPresetKeys } from './useContrast-BJlYqbPP.mjs';
|
|
7
7
|
import { PressEvent } from 'react-aria';
|
|
8
|
-
import { f as SettingsReducerState } from './settingsReducer-
|
|
8
|
+
import { f as SettingsReducerState } from './settingsReducer-flD_zs4E.mjs';
|
|
9
9
|
import { WebPubSettingsReducerState, ReaderProfile } from './lib/index.mjs';
|
|
10
|
-
import { A as ActionsStateKeys } from './actionsReducer-
|
|
11
|
-
import { e as ThPreferences, D as DefaultKeys, f as ThGlobalPreferences, C as CustomizableKeys, d as ThPreferencesAdapter } from './ThPreferencesAdapter-
|
|
10
|
+
import { A as ActionsStateKeys } from './actionsReducer-D3Ujx25n.mjs';
|
|
11
|
+
import { e as ThPreferences, D as DefaultKeys, f as ThGlobalPreferences, C as CustomizableKeys, d as ThPreferencesAdapter } from './ThPreferencesAdapter-B39cxwAo.mjs';
|
|
12
12
|
import * as _readium_navigator from '@readium/navigator';
|
|
13
13
|
import { EpubSettings, WebPubSettings, FXLFrameManager, FrameManager, ScriptMode, WebPubFrameManager } from '@readium/navigator';
|
|
14
14
|
import * as _readium_shared from '@readium/shared';
|
|
15
15
|
import { Link, Locator, Publication, Fetcher } from '@readium/shared';
|
|
16
16
|
import { E as EpubNavigatorLoadProps, W as WebPubNavigatorLoadProps, A as AudioNavigatorLoadProps, c as AudioSettings, a as useEpubNavigator, b as useWebPubNavigator, u as useAudioNavigator } from './useAudioNavigator-B4NBPvmZ.mjs';
|
|
17
|
-
import { a as ThAudioPreferences, c as ThAudioPreferencesAdapter } from './usePreferences-
|
|
17
|
+
import { a as ThAudioPreferences, c as ThAudioPreferencesAdapter } from './usePreferences-DZX-xVu2.mjs';
|
|
18
18
|
import { InitOptions } from 'i18next';
|
|
19
19
|
import { P as ProcessedError } from './errorHandler-CL2YIfQY.mjs';
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/edrlab/thorium-web/issues"
|
|
22
22
|
},
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.6.0",
|
|
24
24
|
"private": false,
|
|
25
25
|
"files": [
|
|
26
26
|
"./dist"
|
|
@@ -47,9 +47,16 @@
|
|
|
47
47
|
"./webpub": "./dist/components/WebPub/index.mjs",
|
|
48
48
|
"./webpub/styles": "./dist/components/WebPub/index.css"
|
|
49
49
|
},
|
|
50
|
+
"devEngines": {
|
|
51
|
+
"packageManager": {
|
|
52
|
+
"name": "pnpm",
|
|
53
|
+
"version": "11.1.0",
|
|
54
|
+
"onFail": "warn"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
50
57
|
"scripts": {
|
|
51
58
|
"dev": "next dev",
|
|
52
|
-
"build": "
|
|
59
|
+
"build": "next build",
|
|
53
60
|
"build:analyze": "npx next experimental-analyze",
|
|
54
61
|
"start": "next start",
|
|
55
62
|
"lint": "eslint .",
|
|
@@ -57,10 +64,9 @@
|
|
|
57
64
|
"preinstall": "npx only-allow pnpm",
|
|
58
65
|
"copy-locales": "cpx \"public/locales/**/*\" dist/locales",
|
|
59
66
|
"copy-fonts": "cpx \"public/fonts/**/*\" dist/fonts",
|
|
60
|
-
"extract-locales": "node scripts/extract-locales.mjs",
|
|
61
67
|
"check-locales": "node scripts/check-locales.mjs",
|
|
62
|
-
"update-locales": "
|
|
63
|
-
"bundle": "
|
|
68
|
+
"update-locales": "node scripts/update-locales.mjs && pnpm check-locales --summary --show-missing",
|
|
69
|
+
"bundle": "tsup --config tsup.config.ts && pnpm copy-locales && pnpm copy-fonts",
|
|
64
70
|
"increment": "node scripts/increment.mjs"
|
|
65
71
|
},
|
|
66
72
|
"peerDependencies": {
|
|
@@ -80,11 +86,10 @@
|
|
|
80
86
|
"react-i18next": "^16.5.4",
|
|
81
87
|
"react-modal-sheet": "5.2.1",
|
|
82
88
|
"react-redux": "^9.2.0",
|
|
83
|
-
"react-resizable-panels": "^
|
|
89
|
+
"react-resizable-panels": "^4.12.3",
|
|
84
90
|
"react-stately": "^3.44.0"
|
|
85
91
|
},
|
|
86
92
|
"dependencies": {
|
|
87
|
-
"@edrlab/thorium-locales": "github:edrlab/thorium-locales",
|
|
88
93
|
"@readium/css": "^2.0.5",
|
|
89
94
|
"@readium/navigator": "^2.8.0",
|
|
90
95
|
"@readium/navigator-html-injectables": "^2.6.3",
|
|
@@ -105,7 +110,7 @@
|
|
|
105
110
|
"react-i18next": "^16.5.4",
|
|
106
111
|
"react-modal-sheet": "5.2.1",
|
|
107
112
|
"react-redux": "^9.2.0",
|
|
108
|
-
"react-resizable-panels": "^
|
|
113
|
+
"react-resizable-panels": "^4.12.3",
|
|
109
114
|
"react-stately": "^3.47.0"
|
|
110
115
|
},
|
|
111
116
|
"devDependencies": {
|