@ckeditor/ckeditor5-table 0.0.0-nightly-20250605.0 → 0.0.0-nightly-20250607.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 (165) hide show
  1. package/build/table.js +1 -1
  2. package/dist/index-content.css +2 -1
  3. package/dist/index.css +2 -1
  4. package/dist/index.css.map +1 -1
  5. package/dist/index.js +50 -6
  6. package/dist/index.js.map +1 -1
  7. package/package.json +9 -9
  8. package/src/commands/insertcolumncommand.d.ts +1 -1
  9. package/src/commands/insertcolumncommand.js +1 -1
  10. package/src/commands/insertrowcommand.d.ts +1 -1
  11. package/src/commands/insertrowcommand.js +1 -1
  12. package/src/commands/inserttablecommand.d.ts +1 -1
  13. package/src/commands/inserttablecommand.js +1 -1
  14. package/src/commands/inserttablelayoutcommand.d.ts +1 -1
  15. package/src/commands/inserttablelayoutcommand.js +1 -1
  16. package/src/commands/mergecellcommand.d.ts +1 -1
  17. package/src/commands/mergecellcommand.js +2 -2
  18. package/src/commands/mergecellscommand.d.ts +1 -1
  19. package/src/commands/mergecellscommand.js +2 -2
  20. package/src/commands/removecolumncommand.d.ts +1 -1
  21. package/src/commands/removecolumncommand.js +2 -2
  22. package/src/commands/removerowcommand.d.ts +1 -1
  23. package/src/commands/removerowcommand.js +1 -1
  24. package/src/commands/selectcolumncommand.d.ts +1 -1
  25. package/src/commands/selectcolumncommand.js +2 -2
  26. package/src/commands/selectrowcommand.d.ts +1 -1
  27. package/src/commands/selectrowcommand.js +1 -1
  28. package/src/commands/setheadercolumncommand.d.ts +1 -1
  29. package/src/commands/setheadercolumncommand.js +1 -1
  30. package/src/commands/setheaderrowcommand.d.ts +1 -1
  31. package/src/commands/setheaderrowcommand.js +1 -1
  32. package/src/commands/splitcellcommand.d.ts +1 -1
  33. package/src/commands/splitcellcommand.js +1 -1
  34. package/src/converters/downcast.d.ts +1 -1
  35. package/src/converters/downcast.js +1 -1
  36. package/src/converters/table-caption-post-fixer.d.ts +1 -1
  37. package/src/converters/table-caption-post-fixer.js +1 -1
  38. package/src/converters/table-cell-paragraph-post-fixer.d.ts +1 -1
  39. package/src/converters/table-cell-paragraph-post-fixer.js +1 -1
  40. package/src/converters/table-cell-refresh-handler.d.ts +1 -1
  41. package/src/converters/table-cell-refresh-handler.js +1 -1
  42. package/src/converters/table-headings-refresh-handler.d.ts +1 -1
  43. package/src/converters/table-headings-refresh-handler.js +2 -2
  44. package/src/converters/table-layout-post-fixer.d.ts +1 -1
  45. package/src/converters/table-layout-post-fixer.js +2 -2
  46. package/src/converters/upcasttable.d.ts +1 -1
  47. package/src/converters/upcasttable.js +1 -1
  48. package/src/index.d.ts +55 -55
  49. package/src/index.js +55 -24
  50. package/src/plaintableoutput.d.ts +2 -2
  51. package/src/plaintableoutput.js +2 -2
  52. package/src/table.d.ts +7 -7
  53. package/src/table.js +7 -7
  54. package/src/tablecaption/tablecaptionediting.d.ts +1 -1
  55. package/src/tablecaption/tablecaptionediting.js +3 -3
  56. package/src/tablecaption/tablecaptionui.d.ts +1 -1
  57. package/src/tablecaption/tablecaptionui.js +1 -1
  58. package/src/tablecaption/toggletablecaptioncommand.d.ts +1 -1
  59. package/src/tablecaption/toggletablecaptioncommand.js +1 -1
  60. package/src/tablecaption.d.ts +3 -3
  61. package/src/tablecaption.js +3 -3
  62. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +2 -2
  63. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +2 -2
  64. package/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +2 -2
  65. package/src/tablecellproperties/commands/tablecellbordercolorcommand.js +2 -2
  66. package/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts +2 -2
  67. package/src/tablecellproperties/commands/tablecellborderstylecommand.js +2 -2
  68. package/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +2 -2
  69. package/src/tablecellproperties/commands/tablecellborderwidthcommand.js +2 -2
  70. package/src/tablecellproperties/commands/tablecellheightcommand.d.ts +2 -2
  71. package/src/tablecellproperties/commands/tablecellheightcommand.js +2 -2
  72. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +2 -2
  73. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +2 -2
  74. package/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts +2 -2
  75. package/src/tablecellproperties/commands/tablecellpaddingcommand.js +2 -2
  76. package/src/tablecellproperties/commands/tablecellpropertycommand.d.ts +1 -1
  77. package/src/tablecellproperties/commands/tablecellpropertycommand.js +1 -1
  78. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +2 -2
  79. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js +2 -2
  80. package/src/tablecellproperties/tablecellpropertiesediting.d.ts +3 -3
  81. package/src/tablecellproperties/tablecellpropertiesediting.js +16 -11
  82. package/src/tablecellproperties/tablecellpropertiesui.d.ts +2 -2
  83. package/src/tablecellproperties/tablecellpropertiesui.js +2 -2
  84. package/src/tablecellproperties/ui/tablecellpropertiesview.d.ts +2 -2
  85. package/src/tablecellproperties/ui/tablecellpropertiesview.js +1 -1
  86. package/src/tablecellproperties.d.ts +3 -3
  87. package/src/tablecellproperties.js +3 -3
  88. package/src/tablecellwidth/commands/tablecellwidthcommand.d.ts +2 -2
  89. package/src/tablecellwidth/commands/tablecellwidthcommand.js +2 -2
  90. package/src/tablecellwidth/tablecellwidthediting.d.ts +2 -2
  91. package/src/tablecellwidth/tablecellwidthediting.js +3 -3
  92. package/src/tableclipboard.d.ts +3 -3
  93. package/src/tableclipboard.js +4 -4
  94. package/src/tablecolumnresize/converters.d.ts +5 -1
  95. package/src/tablecolumnresize/converters.js +10 -0
  96. package/src/tablecolumnresize/tablecolumnresizeediting.d.ts +3 -3
  97. package/src/tablecolumnresize/tablecolumnresizeediting.js +13 -10
  98. package/src/tablecolumnresize/tablewidthscommand.d.ts +1 -1
  99. package/src/tablecolumnresize/tablewidthscommand.js +1 -1
  100. package/src/tablecolumnresize/utils.d.ts +1 -1
  101. package/src/tablecolumnresize/utils.js +2 -2
  102. package/src/tablecolumnresize.d.ts +3 -3
  103. package/src/tablecolumnresize.js +3 -3
  104. package/src/tableconfig.d.ts +1 -1
  105. package/src/tableediting.d.ts +2 -2
  106. package/src/tableediting.js +19 -19
  107. package/src/tablekeyboard.d.ts +3 -3
  108. package/src/tablekeyboard.js +4 -4
  109. package/src/tablelayout/commands/tabletypecommand.d.ts +1 -1
  110. package/src/tablelayout/commands/tabletypecommand.js +1 -1
  111. package/src/tablelayout/tablelayoutediting.d.ts +2 -2
  112. package/src/tablelayout/tablelayoutediting.js +4 -4
  113. package/src/tablelayout/tablelayoutui.d.ts +1 -1
  114. package/src/tablelayout/tablelayoutui.js +2 -2
  115. package/src/tablelayout.d.ts +5 -5
  116. package/src/tablelayout.js +5 -5
  117. package/src/tablemouse/mouseeventsobserver.d.ts +1 -1
  118. package/src/tablemouse/mouseeventsobserver.js +1 -1
  119. package/src/tablemouse.d.ts +3 -3
  120. package/src/tablemouse.js +4 -4
  121. package/src/tableproperties/commands/tablealignmentcommand.d.ts +2 -2
  122. package/src/tableproperties/commands/tablealignmentcommand.js +2 -2
  123. package/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts +2 -2
  124. package/src/tableproperties/commands/tablebackgroundcolorcommand.js +2 -2
  125. package/src/tableproperties/commands/tablebordercolorcommand.d.ts +2 -2
  126. package/src/tableproperties/commands/tablebordercolorcommand.js +2 -2
  127. package/src/tableproperties/commands/tableborderstylecommand.d.ts +2 -2
  128. package/src/tableproperties/commands/tableborderstylecommand.js +2 -2
  129. package/src/tableproperties/commands/tableborderwidthcommand.d.ts +2 -2
  130. package/src/tableproperties/commands/tableborderwidthcommand.js +2 -2
  131. package/src/tableproperties/commands/tableheightcommand.d.ts +2 -2
  132. package/src/tableproperties/commands/tableheightcommand.js +2 -2
  133. package/src/tableproperties/commands/tablepropertycommand.d.ts +1 -1
  134. package/src/tableproperties/commands/tablepropertycommand.js +1 -1
  135. package/src/tableproperties/commands/tablewidthcommand.d.ts +2 -2
  136. package/src/tableproperties/commands/tablewidthcommand.js +2 -2
  137. package/src/tableproperties/tablepropertiesediting.d.ts +2 -2
  138. package/src/tableproperties/tablepropertiesediting.js +15 -9
  139. package/src/tableproperties/tablepropertiesui.d.ts +2 -2
  140. package/src/tableproperties/tablepropertiesui.js +2 -2
  141. package/src/tableproperties/ui/tablepropertiesview.d.ts +2 -2
  142. package/src/tableproperties/ui/tablepropertiesview.js +1 -1
  143. package/src/tableproperties.d.ts +3 -3
  144. package/src/tableproperties.js +3 -3
  145. package/src/tableselection.d.ts +2 -2
  146. package/src/tableselection.js +3 -3
  147. package/src/tabletoolbar.d.ts +1 -1
  148. package/src/tabletoolbar.js +1 -1
  149. package/src/tableui.d.ts +1 -1
  150. package/src/tableui.js +2 -2
  151. package/src/tableutils.d.ts +2 -2
  152. package/src/tableutils.js +2 -2
  153. package/src/tablewalker.d.ts +1 -1
  154. package/src/tablewalker.js +1 -1
  155. package/src/ui/colorinputview.d.ts +1 -1
  156. package/src/ui/colorinputview.js +1 -1
  157. package/src/ui/inserttableview.d.ts +1 -1
  158. package/src/ui/inserttableview.js +1 -1
  159. package/src/utils/common.d.ts +1 -1
  160. package/src/utils/common.js +1 -0
  161. package/src/utils/structure.d.ts +1 -1
  162. package/src/utils/structure.js +1 -1
  163. package/src/utils/ui/table-properties.d.ts +3 -3
  164. package/src/utils/ui/table-properties.js +1 -1
  165. package/theme/tablecaption.css +2 -1
@@ -6,8 +6,8 @@
6
6
  * @module table/tableproperties
7
7
  */
8
8
  import { Plugin } from 'ckeditor5/src/core.js';
9
- import TablePropertiesEditing from './tableproperties/tablepropertiesediting.js';
10
- import TablePropertiesUI from './tableproperties/tablepropertiesui.js';
9
+ import { TablePropertiesEditing } from './tableproperties/tablepropertiesediting.js';
10
+ import { TablePropertiesUI } from './tableproperties/tablepropertiesui.js';
11
11
  /**
12
12
  * The table properties feature. Enables support for setting properties of tables (size, border, background, etc.).
13
13
  *
@@ -18,7 +18,7 @@ import TablePropertiesUI from './tableproperties/tablepropertiesui.js';
18
18
  * {@link module:table/tableproperties/tablepropertiesediting~TablePropertiesEditing table properties editing feature} and
19
19
  * the {@link module:table/tableproperties/tablepropertiesui~TablePropertiesUI table properties UI feature}.
20
20
  */
21
- export default class TableProperties extends Plugin {
21
+ export class TableProperties extends Plugin {
22
22
  /**
23
23
  * @inheritDoc
24
24
  */
@@ -7,13 +7,13 @@
7
7
  */
8
8
  import { Plugin } from 'ckeditor5/src/core.js';
9
9
  import type { Element, DocumentFragment } from 'ckeditor5/src/engine.js';
10
- import TableUtils from './tableutils.js';
10
+ import { TableUtils } from './tableutils.js';
11
11
  import '../theme/tableselection.css';
12
12
  /**
13
13
  * This plugin enables the advanced table cells, rows and columns selection.
14
14
  * It is loaded automatically by the {@link module:table/table~Table} plugin.
15
15
  */
16
- export default class TableSelection extends Plugin {
16
+ export declare class TableSelection extends Plugin {
17
17
  /**
18
18
  * @inheritDoc
19
19
  */
@@ -7,15 +7,15 @@
7
7
  */
8
8
  import { Plugin } from 'ckeditor5/src/core.js';
9
9
  import { first } from 'ckeditor5/src/utils.js';
10
- import TableWalker from './tablewalker.js';
11
- import TableUtils from './tableutils.js';
10
+ import { TableWalker } from './tablewalker.js';
11
+ import { TableUtils } from './tableutils.js';
12
12
  import { cropTableToDimensions, adjustLastRowIndex, adjustLastColumnIndex } from './utils/structure.js';
13
13
  import '../theme/tableselection.css';
14
14
  /**
15
15
  * This plugin enables the advanced table cells, rows and columns selection.
16
16
  * It is loaded automatically by the {@link module:table/table~Table} plugin.
17
17
  */
18
- export default class TableSelection extends Plugin {
18
+ export class TableSelection extends Plugin {
19
19
  /**
20
20
  * @inheritDoc
21
21
  */
@@ -16,7 +16,7 @@ import { WidgetToolbarRepository } from 'ckeditor5/src/widget.js';
16
16
  * Table content toolbar shows up when the selection is inside the content of a table. It creates its component based on the
17
17
  * {@link module:table/tableconfig~TableConfig#contentToolbar `table.contentToolbar` configuration option}.
18
18
  */
19
- export default class TableToolbar extends Plugin {
19
+ export declare class TableToolbar extends Plugin {
20
20
  /**
21
21
  * @inheritDoc
22
22
  */
@@ -17,7 +17,7 @@ import { getSelectedTableWidget, getTableWidgetAncestor } from './utils/ui/widge
17
17
  * Table content toolbar shows up when the selection is inside the content of a table. It creates its component based on the
18
18
  * {@link module:table/tableconfig~TableConfig#contentToolbar `table.contentToolbar` configuration option}.
19
19
  */
20
- export default class TableToolbar extends Plugin {
20
+ export class TableToolbar extends Plugin {
21
21
  /**
22
22
  * @inheritDoc
23
23
  */
package/src/tableui.d.ts CHANGED
@@ -17,7 +17,7 @@ import { Plugin } from 'ckeditor5/src/core.js';
17
17
  *
18
18
  * The `'tableColumn'`, `'tableRow'` and `'mergeTableCells'` dropdowns work best with {@link module:table/tabletoolbar~TableToolbar}.
19
19
  */
20
- export default class TableUI extends Plugin {
20
+ export declare class TableUI extends Plugin {
21
21
  /**
22
22
  * @inheritDoc
23
23
  */
package/src/tableui.js CHANGED
@@ -9,7 +9,7 @@ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  import { IconTable, IconTableColumn, IconTableRow, IconTableMergeCell } from 'ckeditor5/src/icons.js';
10
10
  import { addListToDropdown, createDropdown, ViewModel, SplitButtonView, SwitchButtonView, MenuBarMenuView } from 'ckeditor5/src/ui.js';
11
11
  import { Collection } from 'ckeditor5/src/utils.js';
12
- import InsertTableView from './ui/inserttableview.js';
12
+ import { InsertTableView } from './ui/inserttableview.js';
13
13
  /**
14
14
  * The table UI plugin. It introduces:
15
15
  *
@@ -21,7 +21,7 @@ import InsertTableView from './ui/inserttableview.js';
21
21
  *
22
22
  * The `'tableColumn'`, `'tableRow'` and `'mergeTableCells'` dropdowns work best with {@link module:table/tabletoolbar~TableToolbar}.
23
23
  */
24
- export default class TableUI extends Plugin {
24
+ export class TableUI extends Plugin {
25
25
  /**
26
26
  * @inheritDoc
27
27
  */
@@ -4,7 +4,7 @@
4
4
  */
5
5
  import { Plugin } from 'ckeditor5/src/core.js';
6
6
  import type { DocumentSelection, Element, Range, Selection, Writer } from 'ckeditor5/src/engine.js';
7
- import TableWalker, { type TableWalkerOptions } from './tablewalker.js';
7
+ import { TableWalker, type TableWalkerOptions } from './tablewalker.js';
8
8
  type IndexesObject = {
9
9
  first: number;
10
10
  last: number;
@@ -12,7 +12,7 @@ type IndexesObject = {
12
12
  /**
13
13
  * The table utilities plugin.
14
14
  */
15
- export default class TableUtils extends Plugin {
15
+ export declare class TableUtils extends Plugin {
16
16
  /**
17
17
  * @inheritDoc
18
18
  */
package/src/tableutils.js CHANGED
@@ -7,14 +7,14 @@
7
7
  */
8
8
  import { CKEditorError } from 'ckeditor5/src/utils.js';
9
9
  import { Plugin } from 'ckeditor5/src/core.js';
10
- import TableWalker from './tablewalker.js';
10
+ import { TableWalker } from './tablewalker.js';
11
11
  import { createEmptyTableCell, updateNumericAttribute } from './utils/common.js';
12
12
  import { removeEmptyColumns, removeEmptyRows } from './utils/structure.js';
13
13
  import { getTableColumnElements } from './tablecolumnresize/utils.js';
14
14
  /**
15
15
  * The table utilities plugin.
16
16
  */
17
- export default class TableUtils extends Plugin {
17
+ export class TableUtils extends Plugin {
18
18
  /**
19
19
  * @inheritDoc
20
20
  */
@@ -43,7 +43,7 @@ export interface TableWalkerOptions {
43
43
  * The table iterator class. It allows to iterate over table cells. For each cell the iterator yields
44
44
  * {@link module:table/tablewalker~TableSlot} with proper table cell attributes.
45
45
  */
46
- export default class TableWalker implements IterableIterator<TableSlot> {
46
+ export declare class TableWalker implements IterableIterator<TableSlot> {
47
47
  /**
48
48
  * The walker's table element.
49
49
  *
@@ -6,7 +6,7 @@
6
6
  * The table iterator class. It allows to iterate over table cells. For each cell the iterator yields
7
7
  * {@link module:table/tablewalker~TableSlot} with proper table cell attributes.
8
8
  */
9
- export default class TableWalker {
9
+ export class TableWalker {
10
10
  /**
11
11
  * The walker's table element.
12
12
  *
@@ -20,7 +20,7 @@ export type ColorInputViewOptions = {
20
20
  *
21
21
  * @internal
22
22
  */
23
- export default class ColorInputView extends View implements FocusableView {
23
+ export declare class ColorInputView extends View implements FocusableView {
24
24
  /**
25
25
  * The value of the input.
26
26
  *
@@ -14,7 +14,7 @@ import '../../theme/colorinput.css';
14
14
  *
15
15
  * @internal
16
16
  */
17
- export default class ColorInputView extends View {
17
+ export class ColorInputView extends View {
18
18
  /**
19
19
  * A cached reference to the options passed to the constructor.
20
20
  */
@@ -13,7 +13,7 @@ import './../../theme/inserttable.css';
13
13
  *
14
14
  * It renders a 10x10 grid to choose the inserted table size.
15
15
  */
16
- export default class InsertTableView extends View {
16
+ export declare class InsertTableView extends View {
17
17
  /**
18
18
  * A collection of table size box items.
19
19
  */
@@ -13,7 +13,7 @@ import './../../theme/inserttable.css';
13
13
  *
14
14
  * It renders a 10x10 grid to choose the inserted table size.
15
15
  */
16
- export default class InsertTableView extends View {
16
+ export class InsertTableView extends View {
17
17
  /**
18
18
  * A collection of table size box items.
19
19
  */
@@ -6,7 +6,7 @@
6
6
  * @module table/utils/common
7
7
  */
8
8
  import type { Conversion, Element, Item, Position, Schema, Writer, DocumentSelection } from 'ckeditor5/src/engine.js';
9
- import type TableUtils from '../tableutils.js';
9
+ import { type TableUtils } from '../tableutils.js';
10
10
  /**
11
11
  * A common method to update the numeric value. If a value is the default one, it will be unset.
12
12
  *
@@ -52,6 +52,7 @@ export function enableProperty(schema, conversion, options) {
52
52
  schema.extend('tableCell', {
53
53
  allowAttributes: [modelAttribute]
54
54
  });
55
+ schema.setAttributeProperties(modelAttribute, { isFormatting: true });
55
56
  upcastStyleToAttribute(conversion, { viewElement: /^(td|th)$/, ...options });
56
57
  downcastAttributeToStyle(conversion, { modelElement: 'tableCell', ...options });
57
58
  }
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import type { Element, Writer } from 'ckeditor5/src/engine.js';
9
9
  import { type TableSlot } from '../tablewalker.js';
10
- import type TableUtils from '../tableutils.js';
10
+ import { type TableUtils } from '../tableutils.js';
11
11
  /**
12
12
  * Returns a cropped table according to given dimensions.
13
13
 
@@ -2,7 +2,7 @@
2
2
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
- import { default as TableWalker } from '../tablewalker.js';
5
+ import { TableWalker } from '../tablewalker.js';
6
6
  import { createEmptyTableCell, updateNumericAttribute } from './common.js';
7
7
  /**
8
8
  * Returns a cropped table according to given dimensions.
@@ -7,9 +7,9 @@
7
7
  */
8
8
  import { type ColorOption, type LabeledFieldView, type ListDropdownItemDefinition, type NormalizedColorOption, type ToolbarView, type View, type ColorPickerConfig } from 'ckeditor5/src/ui.js';
9
9
  import { Collection, type LocaleTranslate } from 'ckeditor5/src/utils.js';
10
- import type TableCellPropertiesView from '../../tablecellproperties/ui/tablecellpropertiesview.js';
11
- import type TablePropertiesView from '../../tableproperties/ui/tablepropertiesview.js';
12
- import ColorInputView from '../../ui/colorinputview.js';
10
+ import { type TableCellPropertiesView } from '../../tablecellproperties/ui/tablecellpropertiesview.js';
11
+ import { type TablePropertiesView } from '../../tableproperties/ui/tablepropertiesview.js';
12
+ import { ColorInputView } from '../../ui/colorinputview.js';
13
13
  /**
14
14
  * Returns an object containing pairs of CSS border style values and their localized UI
15
15
  * labels. Used by {@link module:table/tablecellproperties/ui/tablecellpropertiesview~TableCellPropertiesView}
@@ -8,7 +8,7 @@
8
8
  import { ButtonView, ViewModel } from 'ckeditor5/src/ui.js';
9
9
  import { Collection } from 'ckeditor5/src/utils.js';
10
10
  import { isColor, isLength, isPercentage } from 'ckeditor5/src/engine.js';
11
- import ColorInputView from '../../ui/colorinputview.js';
11
+ import { ColorInputView } from '../../ui/colorinputview.js';
12
12
  const isEmpty = (val) => val === '';
13
13
  /**
14
14
  * Returns an object containing pairs of CSS border style values and their localized UI
@@ -15,7 +15,8 @@
15
15
  .ck-content .table > figcaption {
16
16
  display: table-caption;
17
17
  caption-side: top;
18
- word-break: break-word;
18
+ word-break: normal;
19
+ overflow-wrap: anywhere;
19
20
  text-align: center;
20
21
  color: var(--ck-color-selector-caption-text);
21
22
  background-color: var(--ck-color-selector-caption-background);