@fileverse-dev/ddoc 3.5.2-font-1 → 3.5.2-font-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.
@@ -21,8 +21,6 @@ type PickerEntry = {
21
21
  preview?: React.ReactNode;
22
22
  };
23
23
  export declare const baselineFonts: PickerEntry[];
24
- /** @deprecated kept for backward import paths; prefer baselineFonts + consumer catalog */
25
- export declare const fonts: PickerEntry[];
26
24
  export declare function buildPickerEntries(consumerFonts: FontDescriptor[]): PickerEntry[];
27
25
  export declare const FONT_SIZES: readonly [8, 9, 10, 11, 12, 14, 16, 18, 24, 30, 32, 36, 48, 60, 72, 96];
28
26
  export declare const getFontSizeOptions: (editor?: Editor) => {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.5.2-font-1",
5
+ "version": "3.5.2-font-2",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {