@prose-reader/react-reader 1.252.0 → 1.254.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.
@@ -1 +1,4 @@
1
+ export declare const NOTIFICATION_KEYS: {
2
+ fontScaleChange: string;
3
+ };
1
4
  export declare const useNotifications: () => void;
@@ -1 +1 @@
1
- export declare const useQuickMenu: () => readonly [boolean, (valueOrUpdater: boolean | typeof import('reactjrx').SIGNAL_RESET | ((prev: boolean) => boolean)) => void, import('reactjrx').Signal<boolean, undefined>];
1
+ export declare const useQuickMenu: () => readonly [boolean, (open: boolean) => void];
@@ -0,0 +1,4 @@
1
+ export type SETTING_SCOPE = "book" | "device" | "global";
2
+ export declare const SETTINGS_SCOPES: SETTING_SCOPE[];
3
+ export declare const SCOPE_DEVICE_MOBILE_QUERY = "(max-width: 767px)";
4
+ export declare const SCOPE_DEVICE_TABLET_QUERY = "(max-width: 1023px)";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prose-reader/react-reader",
3
3
  "private": false,
4
- "version": "1.252.0",
4
+ "version": "1.254.0",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "@types/react": "^19.0.0",
19
19
  "@types/react-dom": "^19.0.0",
20
- "@vitejs/plugin-react": "^4.3.4",
20
+ "@vitejs/plugin-react": "^5.0.0",
21
21
  "react": "^19.0.0",
22
22
  "react-dom": "^19.0.0",
23
23
  "rollup-plugin-node-externals": "^8.0.0",
@@ -54,5 +54,5 @@
54
54
  "optional": true
55
55
  }
56
56
  },
57
- "gitHead": "e122abd2a9e5c28b760c3d6f819b6abb12a27bea"
57
+ "gitHead": "26e5b5632bfe135e3b94de0f2323b4b093dc3736"
58
58
  }