@edrlab/thorium-web 1.5.1 → 1.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.
Files changed (32) hide show
  1. package/dist/{chunk-3ITHCTDL.mjs → chunk-7O7RI3FX.mjs} +7 -7
  2. package/dist/{chunk-3ITHCTDL.mjs.map → chunk-7O7RI3FX.mjs.map} +1 -1
  3. package/dist/{chunk-2B3HE57E.mjs → chunk-AEEGHJVM.mjs} +2 -2
  4. package/dist/{chunk-2B3HE57E.mjs.map → chunk-AEEGHJVM.mjs.map} +1 -1
  5. package/dist/{chunk-MTH2RF6V.mjs → chunk-AV4IJXTM.mjs} +6 -6
  6. package/dist/{chunk-MTH2RF6V.mjs.map → chunk-AV4IJXTM.mjs.map} +1 -1
  7. package/dist/{chunk-KT2QY5QU.mjs → chunk-DQDOOTCE.mjs} +3 -3
  8. package/dist/{chunk-KT2QY5QU.mjs.map → chunk-DQDOOTCE.mjs.map} +1 -1
  9. package/dist/{chunk-J6XDICU2.mjs → chunk-G4CEFOQK.mjs} +7 -7
  10. package/dist/{chunk-J6XDICU2.mjs.map → chunk-G4CEFOQK.mjs.map} +1 -1
  11. package/dist/{chunk-KXOIN35D.mjs → chunk-KD727LNE.mjs} +5 -5
  12. package/dist/{chunk-KXOIN35D.mjs.map → chunk-KD727LNE.mjs.map} +1 -1
  13. package/dist/{chunk-3VB756GR.mjs → chunk-MBB6VHEQ.mjs} +4 -4
  14. package/dist/{chunk-3VB756GR.mjs.map → chunk-MBB6VHEQ.mjs.map} +1 -1
  15. package/dist/{chunk-THOJRBVD.mjs → chunk-QKCS2WPM.mjs} +44 -44
  16. package/dist/{chunk-THOJRBVD.mjs.map → chunk-QKCS2WPM.mjs.map} +1 -1
  17. package/dist/{chunk-CCHCCVSF.mjs → chunk-VLMPRICM.mjs} +3 -3
  18. package/dist/{chunk-CCHCCVSF.mjs.map → chunk-VLMPRICM.mjs.map} +1 -1
  19. package/dist/components/Audio/index.mjs +9 -9
  20. package/dist/components/Epub/index.mjs +10 -10
  21. package/dist/components/Misc/index.mjs +3 -3
  22. package/dist/components/Reader/index.mjs +15 -15
  23. package/dist/components/WebPub/index.mjs +10 -10
  24. package/dist/core/Hooks/index.mjs +1 -1
  25. package/dist/i18n/index.mjs +2 -2
  26. package/dist/locales/et/thorium-shared.json +24 -3
  27. package/dist/locales/it/thorium-shared.json +13 -13
  28. package/dist/locales/it/thorium-web.json +1 -1
  29. package/dist/locales/pl/thorium-shared.json +249 -7
  30. package/dist/locales/pl/thorium-web.json +36 -1
  31. package/dist/preferences/index.mjs +3 -3
  32. package/package.json +4 -4
@@ -1,33 +1,173 @@
1
1
  {
2
2
  "common": {
3
3
  "actions": {
4
+ "cancel": "Anuluj",
4
5
  "clear": "Wyczyść",
5
6
  "close": "Zamknij",
7
+ "collapse": "Zwiń",
8
+ "collapseAll": "Zwiń wszystkie",
6
9
  "decrease": "Zmniejsz",
10
+ "disable": "Wyłącz",
11
+ "enable": "Włącz",
12
+ "exit": "Wyjdź",
13
+ "expand": "Rozwiń",
14
+ "expandAll": "Rozwiń wszystkie",
15
+ "filter": "Filtruj",
16
+ "hide": "Ukryj",
17
+ "hideAll": "Ukryj wszystkie",
7
18
  "increase": "Zwiększ",
8
- "search": "Szukaj"
19
+ "open": "Otwórz",
20
+ "reset": "Resetuj",
21
+ "search": "Szukaj",
22
+ "show": "Pokaż",
23
+ "showAll": "Pokaż wszystkie",
24
+ "sortBy": "Sortuj według",
25
+ "toggle": "Przełącz"
9
26
  }
10
27
  },
11
28
  "reader": {
12
29
  "actions": {
13
30
  "goBackward": "Do tyłu",
14
31
  "goForward": "Do przodu",
32
+ "goToNextChapter": {
33
+ "compact": "Następny",
34
+ "descriptive": "Następny rozdział"
35
+ },
36
+ "goToNextPage": {
37
+ "compact": "Następna",
38
+ "descriptive": "Następna strona"
39
+ },
40
+ "goToNextResource": {
41
+ "compact": "Następny",
42
+ "descriptive": "Następny zasób"
43
+ },
44
+ "goToNextSentence": {
45
+ "compact": "Następne",
46
+ "descriptive": "Następne zdanie"
47
+ },
15
48
  "goToPosition": {
16
49
  "compact": "Przejdź do…",
17
50
  "descriptive": "Przejdź do pozycji"
51
+ },
52
+ "goToPreviousChapter": {
53
+ "compact": "Poprzedni",
54
+ "descriptive": "Poprzedni rozdział"
55
+ },
56
+ "goToPreviousPage": {
57
+ "compact": "Poprzednia",
58
+ "descriptive": "Poprzednia strona"
59
+ },
60
+ "goToPreviousResource": {
61
+ "compact": "Poprzedni",
62
+ "descriptive": "Poprzedni zasób"
63
+ },
64
+ "goToPreviousSentence": {
65
+ "compact": "Poprzednie",
66
+ "descriptive": "Poprzednie zdanie"
67
+ }
68
+ },
69
+ "annotations": {
70
+ "actions": {
71
+ "editNote": {
72
+ "compact": "Edytuj notatkę"
73
+ }
74
+ },
75
+ "bookmarks": {
76
+ "actions": {
77
+ "add": {
78
+ "compact": "Dodaj zakładkę"
79
+ },
80
+ "delete": {
81
+ "compact": "Usuń zakładkę",
82
+ "confirmation": "Czy na pewno chcesz usunąć tę zakładkę?"
83
+ }
84
+ },
85
+ "emptyState": {
86
+ "description": "Nowe zakładki dodane podczas czytania pojawią się na tej liście.",
87
+ "title": "Brak zakładek"
88
+ },
89
+ "title": "Zakładki"
90
+ },
91
+ "note": {
92
+ "title": "Notatka"
93
+ },
94
+ "sort": {
95
+ "lastAdded": {
96
+ "compact": "Ostatnio dodane"
97
+ },
98
+ "lastEdited": {
99
+ "compact": "Ostatnio edytowane"
100
+ },
101
+ "progression": {
102
+ "compact": "Postęp"
103
+ }
104
+ }
105
+ },
106
+ "playback": {
107
+ "actions": {
108
+ "pause": "Wstrzymaj",
109
+ "play": "Odtwarzaj",
110
+ "skipBackward": {
111
+ "compact": "Cofnij",
112
+ "descriptive": "Przewiń do tyłu"
113
+ },
114
+ "skipForward": {
115
+ "compact": "Dalej",
116
+ "descriptive": "Przewiń do przodu"
117
+ }
118
+ },
119
+ "preferences": {
120
+ "audio": {
121
+ "skipBackwardInterval": "Interwał przewijania do tyłu",
122
+ "skipForwardInterval": "Interwał przewijania do przodu",
123
+ "skipInterval": "Interwał przewijania",
124
+ "title": "Ustawienia dźwięku",
125
+ "volume": "Głośność"
126
+ },
127
+ "autoPlay": {
128
+ "label": "Ciągłe odtwarzanie",
129
+ "title": "Autoodtwarzanie"
130
+ },
131
+ "playbackRate": {
132
+ "compact": "Szybkość",
133
+ "descriptive": "Prędkość odtwarzania"
134
+ },
135
+ "sleepTimer": {
136
+ "compact": "Timer",
137
+ "descriptive": "Timer zasypiania",
138
+ "presets": {
139
+ "endOfChapter": "Koniec rozdziału",
140
+ "endOfResource": "Koniec zasobu"
141
+ }
142
+ }
18
143
  }
19
144
  },
20
145
  "preferences": {
146
+ "brightness": "Jasność",
21
147
  "columns": {
22
148
  "auto": "Automatycznie",
23
149
  "dual": {
24
- "compact": "2 kol"
150
+ "compact": "2 kol",
151
+ "descriptive": "Dwie kolumny"
25
152
  },
26
153
  "single": {
27
- "compact": "1 kol"
154
+ "compact": "1 kol",
155
+ "descriptive": "Jedna kolumna"
28
156
  },
29
157
  "title": "Kolumny"
30
158
  },
159
+ "fit": {
160
+ "auto": {
161
+ "compact": "Auto"
162
+ },
163
+ "page": {
164
+ "compact": "Strona"
165
+ },
166
+ "title": "Dopasowanie",
167
+ "width": {
168
+ "compact": "Szerokość"
169
+ }
170
+ },
31
171
  "fontFamily": {
32
172
  "humanist": {
33
173
  "compact": "Humanist",
@@ -48,8 +188,8 @@
48
188
  },
49
189
  "fontSize": "Rozmiar czcionki",
50
190
  "fontWeight": {
51
- "bold": "Ryškesnis",
52
- "normal": "Normalus",
191
+ "bold": "Pogrubiony",
192
+ "normal": "Normalny",
53
193
  "title": "Grubość kroju"
54
194
  },
55
195
  "hyphens": {
@@ -62,6 +202,10 @@
62
202
  "title": "Układ"
63
203
  },
64
204
  "letterSpacing": "Odstępy między literami",
205
+ "ligatures": {
206
+ "label": "Włącz ligatury",
207
+ "title": "Ligatury"
208
+ },
65
209
  "lineHeight": {
66
210
  "default": "Domyślna",
67
211
  "large": "Luźna",
@@ -69,14 +213,56 @@
69
213
  "small": "Ciasna",
70
214
  "title": "Interlinia"
71
215
  },
216
+ "noRuby": {
217
+ "label": "Ukryj adnotacje ruby",
218
+ "title": "Adnotacje ruby"
219
+ },
220
+ "offsetFirstPage": "Wyświetlaj pierwszą stronę osobno",
72
221
  "paragraphIndent": "Wcięcie akapitu",
73
222
  "paragraphSpacing": "Odstęp między akapitami",
74
223
  "publisherStyles": {
75
- "label": "Użyj oryginalnego formatowania"
224
+ "label": "Użyj oryginalnego formatowania",
225
+ "title": "Style wydawcy"
226
+ },
227
+ "readingDirection": {
228
+ "default": {
229
+ "compact": "Domyślny",
230
+ "descriptive": "Użyj oryginalnego kierunku czytania"
231
+ },
232
+ "ltr": {
233
+ "compact": "Prawo",
234
+ "descriptive": "Od lewej do prawej"
235
+ },
236
+ "rtl": {
237
+ "compact": "Lewo",
238
+ "descriptive": "Od prawej do lewej"
239
+ },
240
+ "title": "Kierunek czytania"
76
241
  },
77
242
  "spacing": {
243
+ "presets": {
244
+ "accessible": "Dostępne",
245
+ "balanced": "Zbalansowane",
246
+ "custom": "Niestandardowe",
247
+ "default": "Domyślne",
248
+ "loose": "Luźne",
249
+ "tight": "Ciasne",
250
+ "title": "Presety"
251
+ },
78
252
  "title": "Odstępy"
79
253
  },
254
+ "spread": {
255
+ "always": {
256
+ "compact": "Podwójna strona"
257
+ },
258
+ "auto": {
259
+ "compact": "Auto"
260
+ },
261
+ "never": {
262
+ "compact": "Pojedyncza strona"
263
+ },
264
+ "title": "Rozkładówka"
265
+ },
80
266
  "text": "Tekst",
81
267
  "textAlign": {
82
268
  "default": "Domyślne",
@@ -95,6 +281,7 @@
95
281
  "contrast2": "Kontrast 2",
96
282
  "contrast3": "Kontrast 3",
97
283
  "dark": "Ciemny",
284
+ "gray": "Szary",
98
285
  "light": "Jasny",
99
286
  "paper": "Papier",
100
287
  "sepia": "Sepia",
@@ -105,16 +292,71 @@
105
292
  "zoom": "Powiększenie"
106
293
  },
107
294
  "progression": {
295
+ "pagesLeft": {
296
+ "descriptive_few": "Pozostały {{ count }} strony",
297
+ "descriptive_many": "Pozostało {{ count }} stron",
298
+ "descriptive_one": "Pozostała {{ count }} strona"
299
+ },
300
+ "pagesLeftInChapter": {
301
+ "descriptive_few": "Pozostały {{ count }} strony w rozdziale",
302
+ "descriptive_many": "Pozostało {{ count }} stron w rozdziale",
303
+ "descriptive_one": "Pozostała {{ count }} strona w rozdziale"
304
+ },
305
+ "pagesLeftInPublication": {
306
+ "descriptive_few": "Pozostały {{ count }} strony w publikacji",
307
+ "descriptive_many": "Pozostało {{ count }} stron w publikacji",
308
+ "descriptive_one": "Pozostała {{ count }} strona w publikacji"
309
+ },
108
310
  "percentage": "{{ percentage }}%",
311
+ "positionsLeft": {
312
+ "compact_few": "Pozostały {{ count }}",
313
+ "compact_many": "Pozostało {{ count }}",
314
+ "compact_one": "Pozostała {{ count }}",
315
+ "descriptive_few": "Pozostały {{ count }} pozycje",
316
+ "descriptive_many": "Pozostało {{ count }} pozycji",
317
+ "descriptive_one": "Pozostała {{ count }} pozycja"
318
+ },
319
+ "positionsLeftInChapter": {
320
+ "compact_few": "Pozostały {{ count }} w rozdziale",
321
+ "compact_many": "Pozostało {{ count }} w rozdziale",
322
+ "compact_one": "Pozostała {{ count }} w rozdziale",
323
+ "descriptive_few": "Pozostały {{ count }} pozycje w rozdziale",
324
+ "descriptive_many": "Pozostało {{ count }} pozycji w rozdziale",
325
+ "descriptive_one": "Pozostała {{ count }} pozycja w rozdziale"
326
+ },
327
+ "positionsLeftInPublication": {
328
+ "compact_few": "Pozostały {{ count }} w publikacji",
329
+ "compact_many": "Pozostało {{ count }} w publikacji",
330
+ "compact_one": "Pozostała {{ count }} w publikacji",
331
+ "descriptive_few": "Pozostały {{ count }} pozycje w publikacji",
332
+ "descriptive_many": "Pozostało {{ count }} pozycji w publikacji",
333
+ "descriptive_one": "Pozostała {{ count }} pozycja w publikacji"
334
+ },
109
335
  "range": "{{ start }}–{{ end }}",
110
336
  "xOfY": {
111
337
  "compact": "{{ x }} z {{ y }}",
112
338
  "descriptive": "{{ x }} z {{ y }} ({{ z }})"
113
339
  }
114
340
  },
341
+ "search": {
342
+ "actions": {
343
+ "next": {
344
+ "compact": "Następny wynik"
345
+ },
346
+ "previous": {
347
+ "compact": "Poprzedni wynik"
348
+ }
349
+ },
350
+ "placeholder": "Szukaj słów kluczowych lub fraz",
351
+ "result_few": "{{ current }} z {{ count }} wyników",
352
+ "result_many": "{{ current }} z {{ count }} wyników",
353
+ "result_one": "{{ current }} z {{ count }} wyniku",
354
+ "title": "Szukaj"
355
+ },
115
356
  "tableOfContents": {
116
357
  "emptyState": {
117
- "description": "Spis treści nie został dostarczony dla tej publikacji."
358
+ "description": "Spis treści nie został dostarczony dla tej publikacji.",
359
+ "title": "Brak spisu treści"
118
360
  },
119
361
  "title": "Spis treści"
120
362
  }
@@ -48,6 +48,16 @@
48
48
  },
49
49
  "back": {
50
50
  "trigger": "Wróć"
51
+ },
52
+ "printingDisabled": "Drukowanie zostało wyłączone",
53
+ "errors": {
54
+ "title": "Błąd",
55
+ "notFound": "Publikacja nie została znaleziona.",
56
+ "accessDenied": "Odmowa dostępu.",
57
+ "network": "Serwer niedostępny – spróbuj ponownie później.",
58
+ "serverError": "Błąd serwera – spróbuj ponownie później.",
59
+ "clientError": "Nieprawidłowe żądanie.",
60
+ "generic": "Nie można załadować publikacji."
51
61
  }
52
62
  },
53
63
  "navigation": {
@@ -65,7 +75,10 @@
65
75
  },
66
76
  "jumpToPosition": {
67
77
  "go": "Idź",
68
- "label": "Wybierz pozycję od {{ positionStart }} do {{ positionEnd }}:"
78
+ "label": "Wybierz pozycję od {{ positionStart }} do {{ positionEnd }}:",
79
+ "error": {
80
+ "notFound": "Pozycja nie została znaleziona."
81
+ }
69
82
  },
70
83
  "overflowMenu": {
71
84
  "active": {
@@ -91,5 +104,27 @@
91
104
  }
92
105
  }
93
106
  }
107
+ },
108
+ "audio": {
109
+ "player": {
110
+ "progress": "Postęp odtwarzania",
111
+ "controls": "Sterowanie odtwarzaniem",
112
+ "mediaControls": "Ustawienia audio",
113
+ "coverAlt": "Okładka audiobook-a"
114
+ },
115
+ "remotePlayback": {
116
+ "trigger": "Zdalne odtwarzanie",
117
+ "connected": "Połączono zdalnie"
118
+ },
119
+ "settings": {
120
+ "sleepTimer": {
121
+ "hours": "g",
122
+ "minutes": "min",
123
+ "seconds": "s",
124
+ "start": "Start",
125
+ "instruction": "Odtwarzanie zostanie wstrzymane po upływie ustawionego czasu.",
126
+ "remaining": "Wstrzymanie za {{ remaining }}"
127
+ }
128
+ }
94
129
  }
95
130
  }
@@ -1,13 +1,13 @@
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-3VB756GR.mjs';
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-MBB6VHEQ.mjs';
2
2
  export { ThArrowVariant, ThAudioPlayerComponent, ThAudioProgressBarVariant, ThAudioPublicationMetadataComponent, ThBackLinkVariant, ThBreakpoints, ThDocumentTitleFormat, ThLayoutDirection, ThLayoutUI, ThProgressionFormat, ThRunningHeadFormat } from '../chunk-2YRT7RNW.mjs';
3
3
  import '../chunk-GFSLVQIG.mjs';
4
- export { ThGlobalPreferencesContext, useGlobalPreferences } from '../chunk-AE6P4KJB.mjs';
5
- import '../chunk-GNROODJB.mjs';
6
4
  import '../chunk-A575ZW4A.mjs';
7
5
  import '../chunk-X63WSMOH.mjs';
8
6
  import '../chunk-NQ2ZSGCX.mjs';
9
7
  import '../chunk-KQ3KS5O5.mjs';
8
+ export { ThGlobalPreferencesContext, useGlobalPreferences } from '../chunk-AE6P4KJB.mjs';
10
9
  import '../chunk-AQSJDL63.mjs';
10
+ import '../chunk-GNROODJB.mjs';
11
11
  import '../chunk-3GDQP6AS.mjs';
12
12
  //# sourceMappingURL=index.mjs.map
13
13
  //# sourceMappingURL=index.mjs.map
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.5.1",
23
+ "version": "1.5.2",
24
24
  "private": false,
25
25
  "files": [
26
26
  "./dist"
@@ -86,9 +86,9 @@
86
86
  "dependencies": {
87
87
  "@edrlab/thorium-locales": "github:edrlab/thorium-locales",
88
88
  "@readium/css": ">=2.0.5",
89
- "@readium/navigator": ">=2.5.5",
90
- "@readium/navigator-html-injectables": "^2.4.2",
91
- "@readium/shared": "^2.2.0",
89
+ "@readium/navigator": "^2.5.7",
90
+ "@readium/navigator-html-injectables": "^2.4.3",
91
+ "@readium/shared": "^2.2.1",
92
92
  "@reduxjs/toolkit": "^2.11.2",
93
93
  "classnames": "^2.5.1",
94
94
  "colorthief": "^3.3.1",