@ckeditor/ckeditor5-font 39.0.1 → 40.0.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 (113) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/LICENSE.md +1 -1
  3. package/README.md +3 -3
  4. package/build/font.js.map +1 -0
  5. package/lang/translations/ar.po +1 -0
  6. package/lang/translations/az.po +1 -0
  7. package/lang/translations/bg.po +1 -0
  8. package/lang/translations/bn.po +1 -0
  9. package/lang/translations/bs.po +1 -0
  10. package/lang/translations/ca.po +1 -0
  11. package/lang/translations/cs.po +1 -0
  12. package/lang/translations/da.po +1 -0
  13. package/lang/translations/de-ch.po +1 -0
  14. package/lang/translations/de.po +1 -0
  15. package/lang/translations/el.po +1 -0
  16. package/lang/translations/en-au.po +1 -0
  17. package/lang/translations/en-gb.po +1 -0
  18. package/lang/translations/en.po +1 -0
  19. package/lang/translations/es.po +1 -0
  20. package/lang/translations/et.po +1 -0
  21. package/lang/translations/fa.po +1 -0
  22. package/lang/translations/fi.po +1 -0
  23. package/lang/translations/fr.po +1 -0
  24. package/lang/translations/gl.po +1 -0
  25. package/lang/translations/he.po +1 -0
  26. package/lang/translations/hi.po +1 -0
  27. package/lang/translations/hr.po +1 -0
  28. package/lang/translations/hu.po +1 -0
  29. package/lang/translations/id.po +1 -0
  30. package/lang/translations/it.po +1 -0
  31. package/lang/translations/ja.po +1 -0
  32. package/lang/translations/jv.po +1 -0
  33. package/lang/translations/ko.po +1 -0
  34. package/lang/translations/ku.po +1 -0
  35. package/lang/translations/lt.po +1 -0
  36. package/lang/translations/lv.po +1 -0
  37. package/lang/translations/ms.po +1 -0
  38. package/lang/translations/nb.po +1 -0
  39. package/lang/translations/ne.po +1 -0
  40. package/lang/translations/nl.po +1 -0
  41. package/lang/translations/no.po +1 -0
  42. package/lang/translations/pl.po +1 -0
  43. package/lang/translations/pt-br.po +1 -0
  44. package/lang/translations/pt.po +1 -0
  45. package/lang/translations/ro.po +1 -0
  46. package/lang/translations/ru.po +1 -0
  47. package/lang/translations/sk.po +1 -0
  48. package/lang/translations/sl.po +1 -0
  49. package/lang/translations/sq.po +1 -0
  50. package/lang/translations/sr-latn.po +1 -0
  51. package/lang/translations/sr.po +1 -0
  52. package/lang/translations/sv.po +1 -0
  53. package/lang/translations/th.po +1 -0
  54. package/lang/translations/tk.po +1 -0
  55. package/lang/translations/tr.po +1 -0
  56. package/lang/translations/ug.po +1 -0
  57. package/lang/translations/uk.po +1 -0
  58. package/lang/translations/ur.po +1 -0
  59. package/lang/translations/uz.po +1 -0
  60. package/lang/translations/vi.po +1 -0
  61. package/lang/translations/zh-cn.po +1 -0
  62. package/lang/translations/zh.po +1 -0
  63. package/package.json +2 -6
  64. package/src/augmentation.d.ts +58 -58
  65. package/src/augmentation.js +5 -5
  66. package/src/font.d.ts +33 -33
  67. package/src/font.js +37 -37
  68. package/src/fontbackgroundcolor/fontbackgroundcolorcommand.d.ts +26 -26
  69. package/src/fontbackgroundcolor/fontbackgroundcolorcommand.js +25 -25
  70. package/src/fontbackgroundcolor/fontbackgroundcolorediting.d.ts +26 -26
  71. package/src/fontbackgroundcolor/fontbackgroundcolorediting.js +123 -123
  72. package/src/fontbackgroundcolor/fontbackgroundcolorui.d.ts +22 -22
  73. package/src/fontbackgroundcolor/fontbackgroundcolorui.js +33 -33
  74. package/src/fontbackgroundcolor.d.ts +30 -30
  75. package/src/fontbackgroundcolor.js +34 -34
  76. package/src/fontcolor/fontcolorcommand.d.ts +25 -25
  77. package/src/fontcolor/fontcolorcommand.js +24 -24
  78. package/src/fontcolor/fontcolorediting.d.ts +26 -26
  79. package/src/fontcolor/fontcolorediting.js +134 -134
  80. package/src/fontcolor/fontcolorui.d.ts +22 -22
  81. package/src/fontcolor/fontcolorui.js +33 -33
  82. package/src/fontcolor.d.ts +29 -29
  83. package/src/fontcolor.js +33 -33
  84. package/src/fontcommand.d.ts +48 -48
  85. package/src/fontcommand.js +79 -79
  86. package/src/fontconfig.d.ts +373 -373
  87. package/src/fontconfig.js +5 -5
  88. package/src/fontfamily/fontfamilycommand.d.ts +25 -25
  89. package/src/fontfamily/fontfamilycommand.js +24 -24
  90. package/src/fontfamily/fontfamilyediting.d.ts +39 -39
  91. package/src/fontfamily/fontfamilyediting.js +115 -115
  92. package/src/fontfamily/fontfamilyui.d.ts +30 -30
  93. package/src/fontfamily/fontfamilyui.js +114 -114
  94. package/src/fontfamily/utils.d.ts +15 -15
  95. package/src/fontfamily/utils.js +80 -80
  96. package/src/fontfamily.d.ts +29 -29
  97. package/src/fontfamily.js +33 -33
  98. package/src/fontsize/fontsizecommand.d.ts +25 -25
  99. package/src/fontsize/fontsizecommand.js +24 -24
  100. package/src/fontsize/fontsizeediting.d.ts +44 -44
  101. package/src/fontsize/fontsizeediting.js +165 -165
  102. package/src/fontsize/fontsizeui.d.ts +31 -31
  103. package/src/fontsize/fontsizeui.js +122 -122
  104. package/src/fontsize/utils.d.ts +12 -12
  105. package/src/fontsize/utils.js +166 -166
  106. package/src/fontsize.d.ts +37 -37
  107. package/src/fontsize.js +43 -43
  108. package/src/index.d.ts +27 -27
  109. package/src/index.js +21 -21
  110. package/src/ui/colorui.d.ts +68 -68
  111. package/src/ui/colorui.js +130 -130
  112. package/src/utils.d.ts +80 -80
  113. package/src/utils.js +97 -97
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
16
16
  "Language: hr\n"
17
17
  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
16
16
  "Language: hu\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
16
16
  "Language: id\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
16
16
  "Language: it\n"
17
17
  "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n"
16
16
  "Language: ja\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Javanese (https://app.transifex.com/ckeditor/teams/11143/jv/)\n"
16
16
  "Language: jv\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
16
16
  "Language: ko\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Kurdish (https://app.transifex.com/ckeditor/teams/11143/ku/)\n"
16
16
  "Language: ku\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
16
16
  "Language: lt\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
16
16
  "Language: lv\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
16
16
  "Language: ms\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Norwegian Bokmål (https://app.transifex.com/ckeditor/teams/11143/nb/)\n"
16
16
  "Language: nb\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Nepali (Nepal) (https://app.transifex.com/ckeditor/teams/11143/ne_NP/)\n"
16
16
  "Language: ne_NP\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
16
16
  "Language: nl\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
16
16
  "Language: no\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
16
16
  "Language: pl\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
16
  "Language: pt_BR\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
16
16
  "Language: pt\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
16
16
  "Language: ro\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
16
16
  "Language: ru\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
16
16
  "Language: sk\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Slovenian (https://app.transifex.com/ckeditor/teams/11143/sl/)\n"
16
16
  "Language: sl\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Albanian (https://app.transifex.com/ckeditor/teams/11143/sq/)\n"
16
16
  "Language: sq\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
16
16
  "Language: sr@latin\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
16
16
  "Language: sr\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
16
16
  "Language: sv\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
16
16
  "Language: th\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Turkmen (https://app.transifex.com/ckeditor/teams/11143/tk/)\n"
16
16
  "Language: tk\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
16
16
  "Language: tr\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n"
16
16
  "Language: ug\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
16
16
  "Language: uk\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n"
16
16
  "Language: ur\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Uzbek (https://app.transifex.com/ckeditor/teams/11143/uz/)\n"
16
16
  "Language: uz\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
16
16
  "Language: vi\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
16
16
  "Language: zh_CN\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
16
16
  "Language: zh_TW\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "Tooltip for the font size dropdown."
20
21
  msgid "Font Size"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-font",
3
- "version": "39.0.1",
3
+ "version": "40.0.0",
4
4
  "description": "Font feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,11 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "39.0.1"
16
- },
17
- "engines": {
18
- "node": ">=16.0.0",
19
- "npm": ">=5.7.1"
15
+ "ckeditor5": "40.0.0"
20
16
  },
21
17
  "author": "CKSource (http://cksource.com/)",
22
18
  "license": "GPL-2.0-or-later",
@@ -1,58 +1,58 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- import type { Font, FontBackgroundColor, FontBackgroundColorEditing, FontBackgroundColorUI, FontBackgroundColorCommand, FontColor, FontColorEditing, FontColorUI, FontColorCommand, FontColorConfig, FontFamily, FontFamilyEditing, FontFamilyUI, FontFamilyCommand, FontFamilyConfig, FontSize, FontSizeEditing, FontSizeUI, FontSizeCommand, FontSizeConfig, FONT_BACKGROUND_COLOR, FONT_COLOR, FONT_FAMILY, FONT_SIZE } from './index';
6
- declare module '@ckeditor/ckeditor5-core' {
7
- interface EditorConfig {
8
- /**
9
- * The configuration of the font background color feature.
10
- * It is introduced by the {@link module:font/fontbackgroundcolor/fontbackgroundcolorediting~FontBackgroundColorEditing} feature.
11
- *
12
- * Read more in {@link module:font/fontconfig~FontColorConfig}.
13
- */
14
- fontBackgroundColor?: FontColorConfig;
15
- /**
16
- * The configuration of the font color feature.
17
- * It is introduced by the {@link module:font/fontcolor/fontcolorediting~FontColorEditing} feature.
18
- *
19
- * Read more in {@link module:font/fontconfig~FontColorConfig}.
20
- */
21
- fontColor?: FontColorConfig;
22
- /**
23
- * The configuration of the font family feature.
24
- * It is introduced by the {@link module:font/fontfamily/fontfamilyediting~FontFamilyEditing} feature.
25
- *
26
- * Read more in {@link module:font/fontconfig~FontFamilyConfig}.
27
- */
28
- fontFamily?: FontFamilyConfig;
29
- /**
30
- * The configuration of the font size feature.
31
- * It is introduced by the {@link module:font/fontsize/fontsizeediting~FontSizeEditing} feature.
32
- *
33
- * Read more in {@link module:font/fontconfig~FontSizeConfig}.
34
- */
35
- fontSize?: FontSizeConfig;
36
- }
37
- interface PluginsMap {
38
- [Font.pluginName]: Font;
39
- [FontBackgroundColor.pluginName]: FontBackgroundColor;
40
- [FontBackgroundColorEditing.pluginName]: FontBackgroundColorEditing;
41
- [FontBackgroundColorUI.pluginName]: FontBackgroundColorUI;
42
- [FontColor.pluginName]: FontColor;
43
- [FontColorEditing.pluginName]: FontColorEditing;
44
- [FontColorUI.pluginName]: FontColorUI;
45
- [FontFamily.pluginName]: FontFamily;
46
- [FontFamilyEditing.pluginName]: FontFamilyEditing;
47
- [FontFamilyUI.pluginName]: FontFamilyUI;
48
- [FontSize.pluginName]: FontSize;
49
- [FontSizeEditing.pluginName]: FontSizeEditing;
50
- [FontSizeUI.pluginName]: FontSizeUI;
51
- }
52
- interface CommandsMap {
53
- [FONT_SIZE]: FontSizeCommand;
54
- [FONT_FAMILY]: FontFamilyCommand;
55
- [FONT_COLOR]: FontColorCommand;
56
- [FONT_BACKGROUND_COLOR]: FontBackgroundColorCommand;
57
- }
58
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ import type { Font, FontBackgroundColor, FontBackgroundColorEditing, FontBackgroundColorUI, FontBackgroundColorCommand, FontColor, FontColorEditing, FontColorUI, FontColorCommand, FontColorConfig, FontFamily, FontFamilyEditing, FontFamilyUI, FontFamilyCommand, FontFamilyConfig, FontSize, FontSizeEditing, FontSizeUI, FontSizeCommand, FontSizeConfig, FONT_BACKGROUND_COLOR, FONT_COLOR, FONT_FAMILY, FONT_SIZE } from './index';
6
+ declare module '@ckeditor/ckeditor5-core' {
7
+ interface EditorConfig {
8
+ /**
9
+ * The configuration of the font background color feature.
10
+ * It is introduced by the {@link module:font/fontbackgroundcolor/fontbackgroundcolorediting~FontBackgroundColorEditing} feature.
11
+ *
12
+ * Read more in {@link module:font/fontconfig~FontColorConfig}.
13
+ */
14
+ fontBackgroundColor?: FontColorConfig;
15
+ /**
16
+ * The configuration of the font color feature.
17
+ * It is introduced by the {@link module:font/fontcolor/fontcolorediting~FontColorEditing} feature.
18
+ *
19
+ * Read more in {@link module:font/fontconfig~FontColorConfig}.
20
+ */
21
+ fontColor?: FontColorConfig;
22
+ /**
23
+ * The configuration of the font family feature.
24
+ * It is introduced by the {@link module:font/fontfamily/fontfamilyediting~FontFamilyEditing} feature.
25
+ *
26
+ * Read more in {@link module:font/fontconfig~FontFamilyConfig}.
27
+ */
28
+ fontFamily?: FontFamilyConfig;
29
+ /**
30
+ * The configuration of the font size feature.
31
+ * It is introduced by the {@link module:font/fontsize/fontsizeediting~FontSizeEditing} feature.
32
+ *
33
+ * Read more in {@link module:font/fontconfig~FontSizeConfig}.
34
+ */
35
+ fontSize?: FontSizeConfig;
36
+ }
37
+ interface PluginsMap {
38
+ [Font.pluginName]: Font;
39
+ [FontBackgroundColor.pluginName]: FontBackgroundColor;
40
+ [FontBackgroundColorEditing.pluginName]: FontBackgroundColorEditing;
41
+ [FontBackgroundColorUI.pluginName]: FontBackgroundColorUI;
42
+ [FontColor.pluginName]: FontColor;
43
+ [FontColorEditing.pluginName]: FontColorEditing;
44
+ [FontColorUI.pluginName]: FontColorUI;
45
+ [FontFamily.pluginName]: FontFamily;
46
+ [FontFamilyEditing.pluginName]: FontFamilyEditing;
47
+ [FontFamilyUI.pluginName]: FontFamilyUI;
48
+ [FontSize.pluginName]: FontSize;
49
+ [FontSizeEditing.pluginName]: FontSizeEditing;
50
+ [FontSizeUI.pluginName]: FontSizeUI;
51
+ }
52
+ interface CommandsMap {
53
+ [FONT_SIZE]: FontSizeCommand;
54
+ [FONT_FAMILY]: FontFamilyCommand;
55
+ [FONT_COLOR]: FontColorCommand;
56
+ [FONT_BACKGROUND_COLOR]: FontBackgroundColorCommand;
57
+ }
58
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- export {};
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ export {};
package/src/font.d.ts CHANGED
@@ -1,33 +1,33 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module font/font
7
- */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import FontFamily from './fontfamily';
10
- import FontSize from './fontsize';
11
- import FontColor from './fontcolor';
12
- import FontBackgroundColor from './fontbackgroundcolor';
13
- /**
14
- * A plugin that enables a set of text styling features:
15
- *
16
- * * {@link module:font/fontsize~FontSize},
17
- * * {@link module:font/fontfamily~FontFamily}.
18
- * * {@link module:font/fontcolor~FontColor},
19
- * * {@link module:font/fontbackgroundcolor~FontBackgroundColor}.
20
- *
21
- * For a detailed overview, check the {@glink features/font Font feature} documentation
22
- * and the {@glink api/font package page}.
23
- */
24
- export default class Font extends Plugin {
25
- /**
26
- * @inheritDoc
27
- */
28
- static get requires(): readonly [typeof FontFamily, typeof FontSize, typeof FontColor, typeof FontBackgroundColor];
29
- /**
30
- * @inheritDoc
31
- */
32
- static get pluginName(): "Font";
33
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module font/font
7
+ */
8
+ import { Plugin } from 'ckeditor5/src/core';
9
+ import FontFamily from './fontfamily';
10
+ import FontSize from './fontsize';
11
+ import FontColor from './fontcolor';
12
+ import FontBackgroundColor from './fontbackgroundcolor';
13
+ /**
14
+ * A plugin that enables a set of text styling features:
15
+ *
16
+ * * {@link module:font/fontsize~FontSize},
17
+ * * {@link module:font/fontfamily~FontFamily}.
18
+ * * {@link module:font/fontcolor~FontColor},
19
+ * * {@link module:font/fontbackgroundcolor~FontBackgroundColor}.
20
+ *
21
+ * For a detailed overview, check the {@glink features/font Font feature} documentation
22
+ * and the {@glink api/font package page}.
23
+ */
24
+ export default class Font extends Plugin {
25
+ /**
26
+ * @inheritDoc
27
+ */
28
+ static get requires(): readonly [typeof FontFamily, typeof FontSize, typeof FontColor, typeof FontBackgroundColor];
29
+ /**
30
+ * @inheritDoc
31
+ */
32
+ static get pluginName(): "Font";
33
+ }
package/src/font.js CHANGED
@@ -1,37 +1,37 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module font/font
7
- */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import FontFamily from './fontfamily';
10
- import FontSize from './fontsize';
11
- import FontColor from './fontcolor';
12
- import FontBackgroundColor from './fontbackgroundcolor';
13
- /**
14
- * A plugin that enables a set of text styling features:
15
- *
16
- * * {@link module:font/fontsize~FontSize},
17
- * * {@link module:font/fontfamily~FontFamily}.
18
- * * {@link module:font/fontcolor~FontColor},
19
- * * {@link module:font/fontbackgroundcolor~FontBackgroundColor}.
20
- *
21
- * For a detailed overview, check the {@glink features/font Font feature} documentation
22
- * and the {@glink api/font package page}.
23
- */
24
- export default class Font extends Plugin {
25
- /**
26
- * @inheritDoc
27
- */
28
- static get requires() {
29
- return [FontFamily, FontSize, FontColor, FontBackgroundColor];
30
- }
31
- /**
32
- * @inheritDoc
33
- */
34
- static get pluginName() {
35
- return 'Font';
36
- }
37
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module font/font
7
+ */
8
+ import { Plugin } from 'ckeditor5/src/core';
9
+ import FontFamily from './fontfamily';
10
+ import FontSize from './fontsize';
11
+ import FontColor from './fontcolor';
12
+ import FontBackgroundColor from './fontbackgroundcolor';
13
+ /**
14
+ * A plugin that enables a set of text styling features:
15
+ *
16
+ * * {@link module:font/fontsize~FontSize},
17
+ * * {@link module:font/fontfamily~FontFamily}.
18
+ * * {@link module:font/fontcolor~FontColor},
19
+ * * {@link module:font/fontbackgroundcolor~FontBackgroundColor}.
20
+ *
21
+ * For a detailed overview, check the {@glink features/font Font feature} documentation
22
+ * and the {@glink api/font package page}.
23
+ */
24
+ export default class Font extends Plugin {
25
+ /**
26
+ * @inheritDoc
27
+ */
28
+ static get requires() {
29
+ return [FontFamily, FontSize, FontColor, FontBackgroundColor];
30
+ }
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get pluginName() {
35
+ return 'Font';
36
+ }
37
+ }