@ckeditor/ckeditor5-font 48.2.0 → 48.3.0-alpha.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.
package/dist/index.d.ts CHANGED
@@ -1,31 +1,31 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module font
7
- */
8
- export { Font } from './font.js';
9
- export { FontBackgroundColor } from './fontbackgroundcolor.js';
10
- export { FontColor } from './fontcolor.js';
11
- export { FontFamily } from './fontfamily.js';
12
- export { FontSize } from './fontsize.js';
13
- export { FontCommand } from './fontcommand.js';
14
- export { FontBackgroundColorEditing } from './fontbackgroundcolor/fontbackgroundcolorediting.js';
15
- export { FontBackgroundColorUI } from './fontbackgroundcolor/fontbackgroundcolorui.js';
16
- export { FontColorEditing } from './fontcolor/fontcolorediting.js';
17
- export { FontColorUI } from './fontcolor/fontcolorui.js';
18
- export { FontFamilyEditing } from './fontfamily/fontfamilyediting.js';
19
- export { FontFamilyUI } from './fontfamily/fontfamilyui.js';
20
- export { FontSizeEditing } from './fontsize/fontsizeediting.js';
21
- export { FontSizeUI } from './fontsize/fontsizeui.js';
22
- export { FontBackgroundColorCommand } from './fontbackgroundcolor/fontbackgroundcolorcommand.js';
23
- export { FontColorCommand } from './fontcolor/fontcolorcommand.js';
24
- export { FontFamilyCommand } from './fontfamily/fontfamilycommand.js';
25
- export { FontSizeCommand } from './fontsize/fontsizecommand.js';
26
- export { FontColorUIBase } from './ui/colorui.js';
27
- export { buildDefinition as _buildFontDefinition, renderUpcastAttribute as _renderUpcastFontColorAttribute, renderDowncastElement as _renderDowncastFontElement, addColorSelectorToDropdown as _addFontColorSelectorToDropdown, type FontConverterDefinition as _FontConverterDefinition, type FONT_BACKGROUND_COLOR, type FONT_COLOR, type FONT_FAMILY, type FONT_SIZE, type FontColorSelectorDropdownView } from './utils.js';
28
- export type { FontColorConfig, FontFamilyConfig, FontFamilyOption, FontSizeConfig, FontSizeOption } from './fontconfig.js';
29
- export { normalizeOptions as _normalizeFontFamilyOptions } from './fontfamily/utils.js';
30
- export { normalizeOptions as _normalizeFontSizeOptions } from './fontsize/utils.js';
31
- import './augmentation.js';
6
+ * @module font
7
+ */
8
+ export { Font } from "./font.js";
9
+ export { FontBackgroundColor } from "./fontbackgroundcolor.js";
10
+ export { FontColor } from "./fontcolor.js";
11
+ export { FontFamily } from "./fontfamily.js";
12
+ export { FontSize } from "./fontsize.js";
13
+ export { FontCommand } from "./fontcommand.js";
14
+ export { FontBackgroundColorEditing } from "./fontbackgroundcolor/fontbackgroundcolorediting.js";
15
+ export { FontBackgroundColorUI } from "./fontbackgroundcolor/fontbackgroundcolorui.js";
16
+ export { FontColorEditing } from "./fontcolor/fontcolorediting.js";
17
+ export { FontColorUI } from "./fontcolor/fontcolorui.js";
18
+ export { FontFamilyEditing } from "./fontfamily/fontfamilyediting.js";
19
+ export { FontFamilyUI } from "./fontfamily/fontfamilyui.js";
20
+ export { FontSizeEditing } from "./fontsize/fontsizeediting.js";
21
+ export { FontSizeUI } from "./fontsize/fontsizeui.js";
22
+ export { FontBackgroundColorCommand } from "./fontbackgroundcolor/fontbackgroundcolorcommand.js";
23
+ export { FontColorCommand } from "./fontcolor/fontcolorcommand.js";
24
+ export { FontFamilyCommand } from "./fontfamily/fontfamilycommand.js";
25
+ export { FontSizeCommand } from "./fontsize/fontsizecommand.js";
26
+ export { FontColorUIBase } from "./ui/colorui.js";
27
+ export { buildDefinition as _buildFontDefinition, renderUpcastAttribute as _renderUpcastFontColorAttribute, renderDowncastElement as _renderDowncastFontElement, addColorSelectorToDropdown as _addFontColorSelectorToDropdown, type FontConverterDefinition as _FontConverterDefinition, type FONT_BACKGROUND_COLOR, type FONT_COLOR, type FONT_FAMILY, type FONT_SIZE, type FontColorSelectorDropdownView } from "./utils.js";
28
+ export type { FontColorConfig, FontFamilyConfig, FontFamilyOption, FontSizeConfig, FontSizeOption } from "./fontconfig.js";
29
+ export { normalizeOptions as _normalizeFontFamilyOptions } from "./fontfamily/utils.js";
30
+ export { normalizeOptions as _normalizeFontSizeOptions } from "./fontsize/utils.js";
31
+ import "./augmentation.js";