@prose-reader/core 1.39.0 → 1.40.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.
@@ -9,7 +9,7 @@ export declare const createReaderWithEnhancers: (options: {
9
9
  fontScale?: number | undefined;
10
10
  lineHeight?: number | "publisher" | undefined;
11
11
  fontWeight?: 200 | "publisher" | 100 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | undefined;
12
- fontJustification?: "right" | "left" | "publisher" | "center" | "justify" | undefined;
12
+ fontJustification?: "center" | "right" | "left" | "publisher" | "justify" | undefined;
13
13
  } & {
14
14
  loadingElementCreate?: ((options: {
15
15
  container: HTMLElement;
@@ -5362,13 +5362,13 @@ export declare const createReaderWithEnhancers: (options: {
5362
5362
  fontScale?: number | undefined;
5363
5363
  lineHeight?: number | "publisher" | undefined;
5364
5364
  fontWeight?: 200 | "publisher" | 100 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | undefined;
5365
- fontJustification?: "right" | "left" | "publisher" | "center" | "justify" | undefined;
5365
+ fontJustification?: "center" | "right" | "left" | "publisher" | "justify" | undefined;
5366
5366
  }>>;
5367
5367
  setSettings: (settings: Partial<import("./settings").PublicSettings> & import("./enhancers/layoutEnhancer/types").SettingsInput & {
5368
5368
  fontScale?: number | undefined;
5369
5369
  lineHeight?: number | "publisher" | undefined;
5370
5370
  fontWeight?: 200 | "publisher" | 100 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | undefined;
5371
- fontJustification?: "right" | "left" | "publisher" | "center" | "justify" | undefined;
5371
+ fontJustification?: "center" | "right" | "left" | "publisher" | "justify" | undefined;
5372
5372
  }) => void;
5373
5373
  } & {
5374
5374
  loading: {