@edrlab/thorium-web 1.1.1 → 1.1.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/{StatefulReader-BU_EpfhE.d.mts → StatefulReader-BjH7bkU1.d.mts} +1 -1
- package/dist/{ThPreferencesAdapter-CYSE2wnE.d.mts → ThPreferencesAdapter-x_D4c7wI.d.mts} +1 -2
- package/dist/{chunk-6JMWZYOA.mjs → chunk-2JHEFF46.mjs} +7 -9
- package/dist/chunk-2JHEFF46.mjs.map +1 -0
- package/dist/chunk-B3WDMWCT.mjs +9 -0
- package/dist/chunk-B3WDMWCT.mjs.map +1 -0
- package/dist/{chunk-NHUVBN7S.mjs → chunk-EY4D4BZN.mjs} +4 -4
- package/dist/{chunk-NHUVBN7S.mjs.map → chunk-EY4D4BZN.mjs.map} +1 -1
- package/dist/{chunk-DCW6H2DC.mjs → chunk-IRA4ZKAX.mjs} +108 -7
- package/dist/chunk-IRA4ZKAX.mjs.map +1 -0
- package/dist/{chunk-RNED2SPT.mjs → chunk-IYAFKTPL.mjs} +3 -3
- package/dist/chunk-IYAFKTPL.mjs.map +1 -0
- package/dist/{chunk-OWJCESNF.mjs → chunk-VETE7ULS.mjs} +16 -17
- package/dist/chunk-VETE7ULS.mjs.map +1 -0
- package/dist/components/Epub/index.d.mts +3 -3
- package/dist/components/Epub/index.mjs +10 -10
- package/dist/components/Misc/index.mjs +2 -2
- package/dist/components/WebPub/index.d.mts +5 -5
- package/dist/components/WebPub/index.mjs +10 -10
- package/dist/core/Hooks/index.mjs +1 -1
- package/dist/i18n/index.mjs +4 -4
- package/dist/lib/index.d.mts +1 -1
- package/dist/locales/da/thorium-shared.json +3 -9
- package/dist/locales/el/thorium-web.json +12 -0
- package/dist/locales/en/thorium-shared.json +62 -24
- package/dist/locales/et/thorium-shared.json +17 -12
- package/dist/locales/et/thorium-web.json +95 -1
- package/dist/locales/fi/thorium-shared.json +60 -9
- package/dist/locales/fr/thorium-shared.json +12 -13
- package/dist/locales/it/thorium-shared.json +15 -25
- package/dist/locales/it/thorium-web.json +95 -1
- package/dist/locales/lt/thorium-shared.json +12 -24
- package/dist/locales/pt-BR/thorium-shared.json +12 -24
- package/dist/locales/pt-PT/thorium-shared.json +12 -24
- package/dist/locales/sv/thorium-shared.json +12 -24
- package/dist/locales/tr/thorium-shared.json +14 -24
- package/dist/preferences/index.d.mts +3 -3
- package/dist/preferences/index.mjs +2 -2
- package/dist/{usePreferences-aGLrGdNR.d.mts → usePreferences-CRjFlZvF.d.mts} +1 -1
- package/package.json +3 -2
- package/dist/chunk-6JMWZYOA.mjs.map +0 -1
- package/dist/chunk-DCW6H2DC.mjs.map +0 -1
- package/dist/chunk-J5NR3FTV.mjs +0 -106
- package/dist/chunk-J5NR3FTV.mjs.map +0 -1
- package/dist/chunk-OWJCESNF.mjs.map +0 -1
- package/dist/chunk-RNED2SPT.mjs.map +0 -1
|
@@ -39,36 +39,26 @@
|
|
|
39
39
|
},
|
|
40
40
|
"fontFamily": {
|
|
41
41
|
"publisher": "Yayımcının yazı biçimi",
|
|
42
|
+
"sans": "Sans-serif",
|
|
42
43
|
"title": "Yazı biçimi ailesi"
|
|
43
44
|
},
|
|
45
|
+
"fontSize": "Yazı tipi boyutu",
|
|
44
46
|
"title": "Görüntüleme Ayarları"
|
|
45
47
|
},
|
|
46
48
|
"progression": {
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
},
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
"other": "Bölümde, {{ count }} sayfa kaldı"
|
|
54
|
-
},
|
|
55
|
-
"pagesLeftInPublication": {
|
|
56
|
-
"one": "Eserde, {{ count }} sayfa kaldı",
|
|
57
|
-
"other": "Eserde, {{ count }} sayfa kaldı"
|
|
58
|
-
},
|
|
49
|
+
"pagesLeftInChapter_one": "Bölümde, {{ count }} sayfa kaldı",
|
|
50
|
+
"pagesLeftInChapter_other": "Bölümde, {{ count }} sayfa kaldı",
|
|
51
|
+
"pagesLeftInPublication_one": "Eserde, {{ count }} sayfa kaldı",
|
|
52
|
+
"pagesLeftInPublication_other": "Eserde, {{ count }} sayfa kaldı",
|
|
53
|
+
"pagesLeft_one": "{{ count }} sayfa kaldı",
|
|
54
|
+
"pagesLeft_other": "{{ count }} sayfa kaldı",
|
|
59
55
|
"percentage": "%{{ percentage }}",
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
},
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
"other": "Bölümde, geriye {{ count }} kaldı"
|
|
67
|
-
},
|
|
68
|
-
"positionsLeftInPublication": {
|
|
69
|
-
"one": "Eserde, geriye {{ count }} kaldı",
|
|
70
|
-
"other": "Eserde, geriye {{ count }} kaldı"
|
|
71
|
-
},
|
|
56
|
+
"positionsLeftInChapter_one": "Bölümde, geriye {{ count }} kaldı",
|
|
57
|
+
"positionsLeftInChapter_other": "Bölümde, geriye {{ count }} kaldı",
|
|
58
|
+
"positionsLeftInPublication_one": "Eserde, geriye {{ count }} kaldı",
|
|
59
|
+
"positionsLeftInPublication_other": "Eserde, geriye {{ count }} kaldı",
|
|
60
|
+
"positionsLeft_one": "Geriye {{ count }} kaldı",
|
|
61
|
+
"positionsLeft_other": "Geriye {{ count }} kaldı",
|
|
72
62
|
"range": "{{ start }}–{{ end }}",
|
|
73
63
|
"xOfY": {
|
|
74
64
|
"compact": "{{ x }} / {{ y }}",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { C as CustomizableKeys, D as DefaultKeys, a as ThPreferences, T as ThPreferencesAdapter, b as ThemeTokens } from '../ThPreferencesAdapter-
|
|
2
|
-
export { A as ActionKey, E as ActionKeyType, I as I18nValue, S as SettingsKey, G as SettingsKeyType, n as SpacingSettingsKey, J as SpacingSettingsKeyType, m as TextSettingsKey, H as TextSettingsKeyType, h as ThActionsDockedPref, o as ThActionsPref, g as ThActionsSnappedPref, i as ThActionsTokens, c as ThBackLinkContent, e as ThBackLinkPref, f as ThBottomSheetDetent, v as ThConstraintKeys, p as ThDockingPref, x as ThFormatPref, w as ThFormatPrefValue, z as ThPaginatedAffordancePref, y as ThPaginatedAffordancePrefValue, q as ThSettingsGroupPref, t as ThSettingsKeyTypes, s as ThSettingsRadioPref, r as ThSettingsRangePref, j as ThSettingsSpacingPresets, k as ThSpacingPreset, l as ThemeKey, F as ThemeKeyType, B as createPreferences,
|
|
1
|
+
import { C as CustomizableKeys, D as DefaultKeys, a as ThPreferences, T as ThPreferencesAdapter, b as ThemeTokens } from '../ThPreferencesAdapter-x_D4c7wI.mjs';
|
|
2
|
+
export { A as ActionKey, E as ActionKeyType, I as I18nValue, S as SettingsKey, G as SettingsKeyType, n as SpacingSettingsKey, J as SpacingSettingsKeyType, m as TextSettingsKey, H as TextSettingsKeyType, h as ThActionsDockedPref, o as ThActionsPref, g as ThActionsSnappedPref, i as ThActionsTokens, c as ThBackLinkContent, e as ThBackLinkPref, f as ThBottomSheetDetent, v as ThConstraintKeys, p as ThDockingPref, x as ThFormatPref, w as ThFormatPrefValue, z as ThPaginatedAffordancePref, y as ThPaginatedAffordancePrefValue, q as ThSettingsGroupPref, t as ThSettingsKeyTypes, s as ThSettingsRadioPref, r as ThSettingsRangePref, j as ThSettingsSpacingPresets, k as ThSpacingPreset, l as ThemeKey, F as ThemeKeyType, B as createPreferences, L as defaultActionKeysObject, d as defaultFontFamilyOptions, W as defaultLetterSpacing, X as defaultLineHeights, U as defaultParagraphIndent, R as defaultParagraphSpacing, Z as defaultSpacingPresets, Q as defaultSpacingPresetsOrder, O as defaultSpacingSettingsMain, P as defaultSpacingSettingsSubpanel, M as defaultTextSettingsMain, N as defaultTextSettingsSubpanel, V as defaultWordSpacing, Y as defaultZoom, u as useTheming, K as useThemingProps } from '../ThPreferencesAdapter-x_D4c7wI.mjs';
|
|
3
3
|
import * as React from 'react';
|
|
4
|
-
export { T as ThPreferencesProvider, u as usePreferences } from '../usePreferences-
|
|
4
|
+
export { T as ThPreferencesProvider, u as usePreferences } from '../usePreferences-CRjFlZvF.mjs';
|
|
5
5
|
import { T as ThColorScheme } from '../useContrast-Cgsrl7GS.mjs';
|
|
6
6
|
import { d as ThActionsKeys, e as ThThemeKeys, f as ThSettingsKeys, g as ThTextSettingsKeys, h as ThSpacingSettingsKeys, i as ThSpacingPresetKeys } from '../enums-CBaXSsr9.mjs';
|
|
7
7
|
export { l as ThArrowVariant, k as ThBackLinkVariant, b as ThBreakpoints, c as ThDockingKeys, p as ThDockingTypes, m as ThDocumentTitleFormat, v as ThLayoutDirection, w as ThLayoutOptions, j as ThLayoutUI, T as ThLineHeightOptions, o as ThProgressionFormat, n as ThRunningHeadFormat, q as ThSettingsContainerKeys, s as ThSettingsRangePlaceholder, r as ThSettingsRangeVariant, u as ThSheetHeaderVariant, t as ThSheetTypes, a as ThTextAlignOptions } from '../enums-CBaXSsr9.mjs';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ThMemoryPreferencesAdapter, ThPreferencesContext, ThPreferencesProvider, buildThemeObject, createPreferences, defaultPreferences, defaultPreferencesContextValue, usePreferenceKeys, usePreferences, useTheming } from '../chunk-
|
|
1
|
+
export { ThMemoryPreferencesAdapter, ThPreferencesContext, ThPreferencesProvider, buildThemeObject, createPreferences, defaultActionKeysObject, defaultFontFamilyOptions, defaultLetterSpacing, defaultLineHeights, defaultParagraphIndent, defaultParagraphSpacing, defaultPreferences, defaultPreferencesContextValue, defaultSpacingPresets, defaultSpacingPresetsOrder, defaultSpacingSettingsMain, defaultSpacingSettingsSubpanel, defaultTextSettingsMain, defaultTextSettingsSubpanel, defaultWordSpacing, defaultZoom, usePreferenceKeys, usePreferences, useTheming } from '../chunk-IRA4ZKAX.mjs';
|
|
2
2
|
import '../chunk-7CGMWOZN.mjs';
|
|
3
3
|
import '../chunk-BNPR6V7V.mjs';
|
|
4
4
|
import '../chunk-5LUMM7FW.mjs';
|
|
5
5
|
import '../chunk-NQ2ZSGCX.mjs';
|
|
6
|
-
|
|
6
|
+
import '../chunk-B3WDMWCT.mjs';
|
|
7
7
|
import '../chunk-MLEYTQGK.mjs';
|
|
8
8
|
export { ThActionsKeys, ThArrowVariant, ThBackLinkVariant, ThBreakpoints, ThDockingKeys, ThDockingTypes, ThDocumentTitleFormat, ThLayoutDirection, ThLayoutOptions, ThLayoutUI, ThLineHeightOptions, ThProgressionFormat, ThRunningHeadFormat, ThSettingsContainerKeys, ThSettingsKeys, ThSettingsRangePlaceholder, ThSettingsRangeVariant, ThSheetHeaderVariant, ThSheetTypes, ThSpacingPresetKeys, ThSpacingSettingsKeys, ThTextAlignOptions, ThTextSettingsKeys, ThThemeKeys } from '../chunk-CVM2ZAPL.mjs';
|
|
9
9
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as CustomizableKeys, D as DefaultKeys, T as ThPreferencesAdapter, a as ThPreferences } from './ThPreferencesAdapter-
|
|
2
|
+
import { C as CustomizableKeys, D as DefaultKeys, T as ThPreferencesAdapter, a as ThPreferences } from './ThPreferencesAdapter-x_D4c7wI.mjs';
|
|
3
3
|
|
|
4
4
|
type Props<K extends CustomizableKeys = DefaultKeys> = {
|
|
5
5
|
adapter?: ThPreferencesAdapter<K>;
|
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.1.
|
|
23
|
+
"version": "1.1.2",
|
|
24
24
|
"private": false,
|
|
25
25
|
"files": [
|
|
26
26
|
"./dist"
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"preinstall": "npx only-allow pnpm",
|
|
53
53
|
"copy-locales": "cpx \"public/locales/**/*\" dist/locales",
|
|
54
54
|
"extract-locales": "node scripts/extract-locales.mjs",
|
|
55
|
-
"
|
|
55
|
+
"check-locales": "node scripts/check-locales.mjs",
|
|
56
|
+
"update-locales": "pnpm remove @edrlab/thorium-locales && pnpm add @edrlab/thorium-locales@github:edrlab/thorium-locales && pnpm extract-locales && pnpm check-locales --summary --show-missing",
|
|
56
57
|
"bundle": "pnpm extract-locales && tsup --config tsup.config.ts && pnpm copy-locales"
|
|
57
58
|
},
|
|
58
59
|
"peerDependencies": {
|