@ckeditor/ckeditor5-font 41.2.0 → 41.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.
Files changed (32) hide show
  1. package/dist/content-index.css +16 -0
  2. package/dist/editor-index.css +4 -0
  3. package/dist/index.css +27 -0
  4. package/dist/index.css.map +1 -0
  5. package/dist/index.js +1640 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/types/augmentation.d.ts +58 -0
  8. package/dist/types/font.d.ts +33 -0
  9. package/dist/types/fontbackgroundcolor/fontbackgroundcolorcommand.d.ts +26 -0
  10. package/dist/types/fontbackgroundcolor/fontbackgroundcolorediting.d.ts +26 -0
  11. package/dist/types/fontbackgroundcolor/fontbackgroundcolorui.d.ts +22 -0
  12. package/dist/types/fontbackgroundcolor.d.ts +30 -0
  13. package/dist/types/fontcolor/fontcolorcommand.d.ts +25 -0
  14. package/dist/types/fontcolor/fontcolorediting.d.ts +26 -0
  15. package/dist/types/fontcolor/fontcolorui.d.ts +22 -0
  16. package/dist/types/fontcolor.d.ts +29 -0
  17. package/dist/types/fontcommand.d.ts +48 -0
  18. package/dist/types/fontconfig.d.ts +373 -0
  19. package/dist/types/fontfamily/fontfamilycommand.d.ts +25 -0
  20. package/dist/types/fontfamily/fontfamilyediting.d.ts +39 -0
  21. package/dist/types/fontfamily/fontfamilyui.d.ts +30 -0
  22. package/dist/types/fontfamily/utils.d.ts +15 -0
  23. package/dist/types/fontfamily.d.ts +29 -0
  24. package/dist/types/fontsize/fontsizecommand.d.ts +25 -0
  25. package/dist/types/fontsize/fontsizeediting.d.ts +44 -0
  26. package/dist/types/fontsize/fontsizeui.d.ts +31 -0
  27. package/dist/types/fontsize/utils.d.ts +12 -0
  28. package/dist/types/fontsize.d.ts +37 -0
  29. package/dist/types/index.d.ts +27 -0
  30. package/dist/types/ui/colorui.d.ts +63 -0
  31. package/dist/types/utils.d.ts +80 -0
  32. package/package.json +3 -2
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ .ck-content .text-tiny {
6
+ font-size: .7em;
7
+ }
8
+ .ck-content .text-small {
9
+ font-size: .85em;
10
+ }
11
+ .ck-content .text-big {
12
+ font-size: 1.4em;
13
+ }
14
+ .ck-content .text-huge {
15
+ font-size: 1.8em;
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
package/dist/index.css ADDED
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /*
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+
10
+ /* The values should be synchronized with the "FONT_SIZE_PRESET_UNITS" object in the "/src/fontsize/utils.js" file. */
11
+
12
+ /* Styles should be prefixed with the `.ck-content` class.
13
+ See https://github.com/ckeditor/ckeditor5/issues/6636 */
14
+ .ck-content .text-tiny {
15
+ font-size: .7em;
16
+ }
17
+ .ck-content .text-small {
18
+ font-size: .85em;
19
+ }
20
+ .ck-content .text-big {
21
+ font-size: 1.4em;
22
+ }
23
+ .ck-content .text-huge {
24
+ font-size: 1.8em;
25
+ }
26
+
27
+ /*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../theme/fontsize.css","index.css"],"names":[],"mappings":";;;;AAAA,CAAA,CAAA;ACCA,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC;AAC5E,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,OAAO;AACnF,CAAC,CDAC,CAAA;ACCF;ADCA,CAAA,CAAA,CAAA,GAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,CAAA,YAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,sBAAA,CAAA,CAAA,MAAA,CAAA,EAAA,CAAA,GAAA,CAAA,CAAA,CAAA,GAAA,CAAA,QAAA,CAAA,KAAA,CAAA,EAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAqH,CAAA;ACCrH;ADCA,CAAA,CAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,CAAA,QAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,CAAA,EAAA,CAAA,OAAA,CAAA,CAAA,KAAA,CAAA;ACCA,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,CDAC,CAAA;AAEtD,CAAA,EAAA,CAAA,OAAA,CAAA,CAAA,IAAA,CAAA,IAAA,CAAA,CAAA;ACAD,CAAC,CDCC,IAAA,CAAA,IAAA,CAAA,CAAA,CAAA,GAAe,CAAA;ACAjB,CDCC,CAAA;AAEA,CAAA,EAAA,CAAA,OAAA,CAAA,CAAA,IAAA,CAAA,KAAA,CAAA,CAAA;ACDD,CAAC,CDEC,IAAA,CAAA,IAAA,CAAA,CAAA,CAAA,IAAgB,CAAA;ACDlB,CDEC,CAAA;AAEA,CAAA,EAAA,CAAA,OAAA,CAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA;ACFD,CAAC,CDGC,IAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,GAAgB,CAAA;ACFlB,CDGC,CAAA;AAEA,CAAA,EAAA,CAAA,OAAA,CAAA,CAAA,IAAA,CAAA,IAAA,CAAA,CAAA;ACHD,CAAC,CDIC,IAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,GAAgB,CAAA;ACHlB,CDIC,CAAA;ACHD;AACA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index.css.map","sourcesContent":["/*\n * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/* The values should be synchronized with the \"FONT_SIZE_PRESET_UNITS\" object in the \"/src/fontsize/utils.js\" file. */\n\n/* Styles should be prefixed with the `.ck-content` class.\nSee https://github.com/ckeditor/ckeditor5/issues/6636 */\n.ck-content {\n\t& .text-tiny {\n\t\tfont-size: .7em;\n\t}\n\n\t& .text-small {\n\t\tfont-size: .85em;\n\t}\n\n\t& .text-big {\n\t\tfont-size: 1.4em;\n\t}\n\n\t& .text-huge {\n\t\tfont-size: 1.8em;\n\t}\n}\n","/*\n * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/* The values should be synchronized with the \"FONT_SIZE_PRESET_UNITS\" object in the \"/src/fontsize/utils.js\" file. */\n\n/* Styles should be prefixed with the `.ck-content` class.\nSee https://github.com/ckeditor/ckeditor5/issues/6636 */\n.ck-content .text-tiny {\n\t\tfont-size: .7em;\n\t}\n.ck-content .text-small {\n\t\tfont-size: .85em;\n\t}\n.ck-content .text-big {\n\t\tfont-size: 1.4em;\n\t}\n.ck-content .text-huge {\n\t\tfont-size: 1.8em;\n\t}\n\n/*# sourceMappingURL=index.css.map */"]}