@ckeditor/ckeditor5-table 42.0.1 → 42.0.2-alpha.1

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 (143) hide show
  1. package/dist/index-content.css +52 -46
  2. package/dist/index-editor.css +193 -172
  3. package/dist/translations/ar.d.ts +1 -1
  4. package/dist/translations/az.d.ts +1 -1
  5. package/dist/translations/bg.d.ts +1 -1
  6. package/dist/translations/bn.d.ts +1 -1
  7. package/dist/translations/ca.d.ts +1 -1
  8. package/dist/translations/cs.d.ts +1 -1
  9. package/dist/translations/da.d.ts +1 -1
  10. package/dist/translations/de-ch.d.ts +1 -1
  11. package/dist/translations/de.d.ts +1 -1
  12. package/dist/translations/el.d.ts +1 -1
  13. package/dist/translations/en-au.d.ts +1 -1
  14. package/dist/translations/en-gb.d.ts +1 -1
  15. package/dist/translations/en.d.ts +1 -1
  16. package/dist/translations/es.d.ts +1 -1
  17. package/dist/translations/et.d.ts +1 -1
  18. package/dist/translations/fa.d.ts +1 -1
  19. package/dist/translations/fi.d.ts +1 -1
  20. package/dist/translations/fr.d.ts +1 -1
  21. package/dist/translations/gl.d.ts +1 -1
  22. package/dist/translations/he.d.ts +1 -1
  23. package/dist/translations/hi.d.ts +1 -1
  24. package/dist/translations/hr.d.ts +1 -1
  25. package/dist/translations/hu.d.ts +1 -1
  26. package/dist/translations/hy.d.ts +1 -1
  27. package/dist/translations/id.d.ts +1 -1
  28. package/dist/translations/it.d.ts +1 -1
  29. package/dist/translations/ja.d.ts +1 -1
  30. package/dist/translations/ko.d.ts +1 -1
  31. package/dist/translations/ku.d.ts +1 -1
  32. package/dist/translations/lt.d.ts +1 -1
  33. package/dist/translations/lv.d.ts +1 -1
  34. package/dist/translations/ms.d.ts +1 -1
  35. package/dist/translations/nb.d.ts +1 -1
  36. package/dist/translations/ne.d.ts +1 -1
  37. package/dist/translations/nl.d.ts +1 -1
  38. package/dist/translations/no.d.ts +1 -1
  39. package/dist/translations/pl.d.ts +1 -1
  40. package/dist/translations/pt-br.d.ts +1 -1
  41. package/dist/translations/pt.d.ts +1 -1
  42. package/dist/translations/ro.d.ts +1 -1
  43. package/dist/translations/ru.d.ts +1 -1
  44. package/dist/translations/sk.d.ts +1 -1
  45. package/dist/translations/sl.d.ts +1 -1
  46. package/dist/translations/sq.d.ts +1 -1
  47. package/dist/translations/sr-latn.d.ts +1 -1
  48. package/dist/translations/sr.d.ts +1 -1
  49. package/dist/translations/sv.d.ts +1 -1
  50. package/dist/translations/th.d.ts +1 -1
  51. package/dist/translations/tk.d.ts +1 -1
  52. package/dist/translations/tr.d.ts +1 -1
  53. package/dist/translations/tt.d.ts +1 -1
  54. package/dist/translations/ug.d.ts +1 -1
  55. package/dist/translations/uk.d.ts +1 -1
  56. package/dist/translations/ur.d.ts +1 -1
  57. package/dist/translations/uz.d.ts +1 -1
  58. package/dist/translations/vi.d.ts +1 -1
  59. package/dist/translations/zh-cn.d.ts +1 -1
  60. package/dist/translations/zh.d.ts +1 -1
  61. package/package.json +8 -3
  62. /package/dist/{types/augmentation.d.ts → augmentation.d.ts} +0 -0
  63. /package/dist/{types/commands → commands}/insertcolumncommand.d.ts +0 -0
  64. /package/dist/{types/commands → commands}/insertrowcommand.d.ts +0 -0
  65. /package/dist/{types/commands → commands}/inserttablecommand.d.ts +0 -0
  66. /package/dist/{types/commands → commands}/mergecellcommand.d.ts +0 -0
  67. /package/dist/{types/commands → commands}/mergecellscommand.d.ts +0 -0
  68. /package/dist/{types/commands → commands}/removecolumncommand.d.ts +0 -0
  69. /package/dist/{types/commands → commands}/removerowcommand.d.ts +0 -0
  70. /package/dist/{types/commands → commands}/selectcolumncommand.d.ts +0 -0
  71. /package/dist/{types/commands → commands}/selectrowcommand.d.ts +0 -0
  72. /package/dist/{types/commands → commands}/setheadercolumncommand.d.ts +0 -0
  73. /package/dist/{types/commands → commands}/setheaderrowcommand.d.ts +0 -0
  74. /package/dist/{types/commands → commands}/splitcellcommand.d.ts +0 -0
  75. /package/dist/{types/converters → converters}/downcast.d.ts +0 -0
  76. /package/dist/{types/converters → converters}/table-caption-post-fixer.d.ts +0 -0
  77. /package/dist/{types/converters → converters}/table-cell-paragraph-post-fixer.d.ts +0 -0
  78. /package/dist/{types/converters → converters}/table-cell-refresh-handler.d.ts +0 -0
  79. /package/dist/{types/converters → converters}/table-headings-refresh-handler.d.ts +0 -0
  80. /package/dist/{types/converters → converters}/table-layout-post-fixer.d.ts +0 -0
  81. /package/dist/{types/converters → converters}/tableproperties.d.ts +0 -0
  82. /package/dist/{types/converters → converters}/upcasttable.d.ts +0 -0
  83. /package/dist/{types/index.d.ts → index.d.ts} +0 -0
  84. /package/dist/{types/plaintableoutput.d.ts → plaintableoutput.d.ts} +0 -0
  85. /package/dist/{types/table.d.ts → table.d.ts} +0 -0
  86. /package/dist/{types/tablecaption → tablecaption}/tablecaptionediting.d.ts +0 -0
  87. /package/dist/{types/tablecaption → tablecaption}/tablecaptionui.d.ts +0 -0
  88. /package/dist/{types/tablecaption → tablecaption}/toggletablecaptioncommand.d.ts +0 -0
  89. /package/dist/{types/tablecaption → tablecaption}/utils.d.ts +0 -0
  90. /package/dist/{types/tablecaption.d.ts → tablecaption.d.ts} +0 -0
  91. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellbackgroundcolorcommand.d.ts +0 -0
  92. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellbordercolorcommand.d.ts +0 -0
  93. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellborderstylecommand.d.ts +0 -0
  94. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellborderwidthcommand.d.ts +0 -0
  95. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellheightcommand.d.ts +0 -0
  96. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellhorizontalalignmentcommand.d.ts +0 -0
  97. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellpaddingcommand.d.ts +0 -0
  98. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellpropertycommand.d.ts +0 -0
  99. /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellverticalalignmentcommand.d.ts +0 -0
  100. /package/dist/{types/tablecellproperties → tablecellproperties}/tablecellpropertiesediting.d.ts +0 -0
  101. /package/dist/{types/tablecellproperties → tablecellproperties}/tablecellpropertiesui.d.ts +0 -0
  102. /package/dist/{types/tablecellproperties → tablecellproperties}/ui/tablecellpropertiesview.d.ts +0 -0
  103. /package/dist/{types/tablecellproperties.d.ts → tablecellproperties.d.ts} +0 -0
  104. /package/dist/{types/tablecellwidth → tablecellwidth}/commands/tablecellwidthcommand.d.ts +0 -0
  105. /package/dist/{types/tablecellwidth → tablecellwidth}/tablecellwidthediting.d.ts +0 -0
  106. /package/dist/{types/tableclipboard.d.ts → tableclipboard.d.ts} +0 -0
  107. /package/dist/{types/tablecolumnresize → tablecolumnresize}/constants.d.ts +0 -0
  108. /package/dist/{types/tablecolumnresize → tablecolumnresize}/converters.d.ts +0 -0
  109. /package/dist/{types/tablecolumnresize → tablecolumnresize}/tablecolumnresizeediting.d.ts +0 -0
  110. /package/dist/{types/tablecolumnresize → tablecolumnresize}/tablewidthscommand.d.ts +0 -0
  111. /package/dist/{types/tablecolumnresize → tablecolumnresize}/utils.d.ts +0 -0
  112. /package/dist/{types/tablecolumnresize.d.ts → tablecolumnresize.d.ts} +0 -0
  113. /package/dist/{types/tableconfig.d.ts → tableconfig.d.ts} +0 -0
  114. /package/dist/{types/tableediting.d.ts → tableediting.d.ts} +0 -0
  115. /package/dist/{types/tablekeyboard.d.ts → tablekeyboard.d.ts} +0 -0
  116. /package/dist/{types/tablemouse → tablemouse}/mouseeventsobserver.d.ts +0 -0
  117. /package/dist/{types/tablemouse.d.ts → tablemouse.d.ts} +0 -0
  118. /package/dist/{types/tableproperties → tableproperties}/commands/tablealignmentcommand.d.ts +0 -0
  119. /package/dist/{types/tableproperties → tableproperties}/commands/tablebackgroundcolorcommand.d.ts +0 -0
  120. /package/dist/{types/tableproperties → tableproperties}/commands/tablebordercolorcommand.d.ts +0 -0
  121. /package/dist/{types/tableproperties → tableproperties}/commands/tableborderstylecommand.d.ts +0 -0
  122. /package/dist/{types/tableproperties → tableproperties}/commands/tableborderwidthcommand.d.ts +0 -0
  123. /package/dist/{types/tableproperties → tableproperties}/commands/tableheightcommand.d.ts +0 -0
  124. /package/dist/{types/tableproperties → tableproperties}/commands/tablepropertycommand.d.ts +0 -0
  125. /package/dist/{types/tableproperties → tableproperties}/commands/tablewidthcommand.d.ts +0 -0
  126. /package/dist/{types/tableproperties → tableproperties}/tablepropertiesediting.d.ts +0 -0
  127. /package/dist/{types/tableproperties → tableproperties}/tablepropertiesui.d.ts +0 -0
  128. /package/dist/{types/tableproperties → tableproperties}/ui/tablepropertiesview.d.ts +0 -0
  129. /package/dist/{types/tableproperties.d.ts → tableproperties.d.ts} +0 -0
  130. /package/dist/{types/tableselection.d.ts → tableselection.d.ts} +0 -0
  131. /package/dist/{types/tabletoolbar.d.ts → tabletoolbar.d.ts} +0 -0
  132. /package/dist/{types/tableui.d.ts → tableui.d.ts} +0 -0
  133. /package/dist/{types/tableutils.d.ts → tableutils.d.ts} +0 -0
  134. /package/dist/{types/tablewalker.d.ts → tablewalker.d.ts} +0 -0
  135. /package/dist/{types/ui → ui}/colorinputview.d.ts +0 -0
  136. /package/dist/{types/ui → ui}/formrowview.d.ts +0 -0
  137. /package/dist/{types/ui → ui}/inserttableview.d.ts +0 -0
  138. /package/dist/{types/utils → utils}/common.d.ts +0 -0
  139. /package/dist/{types/utils → utils}/structure.d.ts +0 -0
  140. /package/dist/{types/utils → utils}/table-properties.d.ts +0 -0
  141. /package/dist/{types/utils → utils}/ui/contextualballoon.d.ts +0 -0
  142. /package/dist/{types/utils → utils}/ui/table-properties.d.ts +0 -0
  143. /package/dist/{types/utils → utils}/ui/widget.d.ts +0 -0
@@ -2,64 +2,70 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- :root {
6
- --ck-color-selector-caption-background: hsl(0, 0%, 97%);
7
- --ck-color-selector-caption-text: hsl(0, 0%, 20%);
5
+ .ck-content .table{
6
+ margin:0.9em auto;
7
+ display:table;
8
8
  }
9
- .ck-content .table {
10
- margin: 0.9em auto;
11
- display: table;
12
9
 
13
- }
14
- .ck-content .table table {
15
- border-collapse: collapse;
16
- border-spacing: 0;
17
- width: 100%;
18
- height: 100%;
19
- border: 1px double hsl(0, 0%, 70%);
20
-
21
- }
22
- .ck-content .table table td {
23
- min-width: 2em;
24
- padding: .4em;
25
- border: 1px solid hsl(0, 0%, 75%);
10
+ .ck-content .table table{
11
+ border-collapse:collapse;
12
+ border-spacing:0;
13
+ width:100%;
14
+ height:100%;
15
+ border:1px double hsl(0, 0%, 70%);
16
+ }
26
17
 
27
- }
28
- .ck-content .table table th {
29
- font-weight: bold;
30
- background: hsla(0, 0%, 0%, 5%);
18
+ .ck-content .table table td,
19
+ .ck-content .table table th{
20
+ min-width:2em;
21
+ padding:.4em;
22
+ border:1px solid hsl(0, 0%, 75%);
23
+ }
31
24
 
25
+ .ck-content .table table th{
26
+ font-weight:bold;
27
+ background:hsla(0, 0%, 0%, 5%);
28
+ }
29
+ .ck-content[dir="rtl"] .table th{
30
+ text-align:right;
32
31
  }
33
- .ck-content[dir="rtl"] .table th {
34
- text-align: right;
35
32
 
33
+ .ck-content[dir="ltr"] .table th{
34
+ text-align:left;
36
35
  }
37
- .ck-content[dir="ltr"] .table th {
38
- text-align: left;
39
36
 
37
+ :root{
38
+ --ck-color-selector-caption-background:hsl(0, 0%, 97%);
39
+ --ck-color-selector-caption-text:hsl(0, 0%, 20%);
40
40
  }
41
- .ck-content .table > figcaption {
42
- display: table-caption;
43
- caption-side: top;
44
- word-break: break-word;
45
- text-align: center;
46
- color: var(--ck-color-selector-caption-text);
47
- background-color: var(--ck-color-selector-caption-background);
48
- padding: .6em;
49
- font-size: .75em;
50
- outline-offset: -1px;
51
-
41
+ .ck-content .table > figcaption{
42
+ display:table-caption;
43
+ caption-side:top;
44
+ word-break:break-word;
45
+ text-align:center;
46
+ color:var(--ck-color-selector-caption-text);
47
+ background-color:var(--ck-color-selector-caption-background);
48
+ padding:.6em;
49
+ font-size:.75em;
50
+ outline-offset:-1px;
52
51
  }
53
- .ck-content .table .ck-table-resized {
54
- table-layout: fixed;
52
+ @media (forced-colors: active){
53
+ .ck-content .table > figcaption{
54
+ background-color:unset;
55
+ color:unset;
56
+ }
57
+ }
55
58
 
59
+ .ck-content .table .ck-table-resized{
60
+ table-layout:fixed;
56
61
  }
57
- .ck-content .table table {
58
- overflow: hidden;
59
62
 
63
+ .ck-content .table table{
64
+ overflow:hidden;
60
65
  }
61
- .ck-content .table td {
62
- overflow-wrap: break-word;
63
- position: relative;
64
66
 
65
- }
67
+ .ck-content .table td,
68
+ .ck-content .table th{
69
+ overflow-wrap:break-word;
70
+ position:relative;
71
+ }
@@ -2,179 +2,200 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- :root {
6
- --ck-color-selector-column-resizer-hover: var(--ck-color-base-active);
7
- --ck-table-column-resizer-width: 7px;
8
- --ck-table-column-resizer-position-offset: calc(var(--ck-table-column-resizer-width) * -0.5 - 0.5px);
5
+ .ck-editor__editable .ck-table-bogus-paragraph{
6
+ display:inline-block;
7
+ width:100%;
9
8
  }
10
- .ck-editor__editable .ck-table-bogus-paragraph {
11
- display: inline-block;
12
- width: 100%;
13
9
 
10
+ .ck .ck-insert-table-dropdown__grid{
11
+ display:flex;
12
+ flex-direction:row;
13
+ flex-wrap:wrap;
14
14
  }
15
- .ck .ck-insert-table-dropdown__grid {
16
- display: flex;
17
- flex-direction: row;
18
- flex-wrap: wrap;
19
15
 
20
- }
21
- .ck.ck-form__row {
22
- display: flex;
23
- flex-direction: row;
24
- flex-wrap: nowrap;
25
- justify-content: space-between;
26
-
27
- }
28
- .ck.ck-form__row > *:not(.ck-label) {
29
- flex-grow: 1;
30
-
31
- }
32
- .ck.ck-form__row.ck-table-form__action-row .ck-button-save {
33
- justify-content: center;
34
-
35
- }
36
- .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row {
37
- flex-wrap: wrap;
38
-
39
- }
40
- .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type {
41
- flex-grow: 0.57;
42
-
43
- }
44
- .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type {
45
- flex-grow: 0.43;
46
-
47
- }
48
- .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button {
49
- flex-grow: 1;
50
-
51
- }
52
- .ck.ck-input-color {
53
- width: 100%;
54
- display: flex;
55
- flex-direction: row-reverse;
56
-
57
- }
58
- .ck.ck-input-color > input.ck.ck-input-text {
59
- min-width: auto;
60
- flex-grow: 1;
61
-
62
- }
63
- .ck.ck-input-color > div.ck.ck-dropdown {
64
- min-width: auto;
65
-
66
- }
67
- .ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow {
68
- display: none;
69
-
70
- }
71
- .ck.ck-input-color .ck.ck-input-color__button {
72
- display: flex;
73
-
74
- }
75
- .ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview {
76
- position: relative;
77
- overflow: hidden;
78
-
79
- }
80
- .ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
81
- position: absolute;
82
- display: block;
83
-
84
- }
85
- .ck.ck-table-form .ck-form__row.ck-table-form__border-row {
86
- flex-wrap: wrap;
87
-
88
- }
89
- .ck.ck-table-form .ck-form__row.ck-table-form__background-row {
90
- flex-wrap: wrap;
91
-
92
- }
93
- .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
94
- flex-wrap: wrap;
95
- align-items: center;
96
-
97
- }
98
- .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view {
99
- display: flex;
100
- flex-direction: column-reverse;
101
- align-items: center;
102
-
103
- }
104
- .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown {
105
- flex-grow: 0;
106
-
107
- }
108
- .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
109
- flex-grow: 0;
110
-
111
- }
112
- .ck.ck-table-form .ck.ck-labeled-field-view {
113
- position: relative;
114
-
115
- }
116
- .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
117
- position: absolute;
118
- left: 50%;
119
- bottom: calc( -1 * var(--ck-table-properties-error-arrow-size) );
120
- transform: translate(-50%,100%);
121
- z-index: 1;
122
-
123
- }
124
- .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
125
- content: "";
126
- position: absolute;
127
- top: calc( -1 * var(--ck-table-properties-error-arrow-size) );
128
- left: 50%;
129
- transform: translateX( -50% );
130
-
131
- }
132
- .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
133
- flex-wrap: wrap;
134
- flex-basis: 0;
135
- align-content: baseline;
136
-
137
- }
138
- .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items {
139
- flex-wrap: nowrap;
140
-
141
- }
142
- .ck.ck-editor__editable .table > figcaption.ck-placeholder::before {
143
- padding-left: inherit;
144
- padding-right: inherit;
145
- white-space: nowrap;
146
- overflow: hidden;
147
- text-overflow: ellipsis;
148
-
149
- }
150
- .ck.ck-editor__editable .table .ck-table-column-resizer {
151
- position: absolute;
152
- top: 0;
153
- bottom: 0;
154
- right: var(--ck-table-column-resizer-position-offset);
155
- width: var(--ck-table-column-resizer-width);
156
- cursor: col-resize;
157
- user-select: none;
158
- z-index: var(--ck-z-default);
159
-
160
- }
161
- .ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer {
162
- display: none;
163
-
164
- }
165
- .ck.ck-editor__editable .table[draggable] .ck-table-column-resizer {
166
- display: none;
167
-
168
- }
169
- .ck.ck-editor__editable .table .ck-table-column-resizer:hover {
170
- background-color: var(--ck-color-selector-column-resizer-hover);
171
- opacity: 0.25;
172
- top: -999999px;
173
- bottom: -999999px;
174
-
175
- }
176
- .ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer {
177
- left: var(--ck-table-column-resizer-position-offset);
178
- right: unset;
179
-
180
- }
16
+ .ck.ck-form__row{
17
+ display:flex;
18
+ flex-direction:row;
19
+ flex-wrap:nowrap;
20
+ justify-content:space-between;
21
+ }
22
+
23
+ .ck.ck-form__row > *:not(.ck-label){
24
+ flex-grow:1;
25
+ }
26
+
27
+ .ck.ck-form__row.ck-table-form__action-row .ck-button-save,
28
+ .ck.ck-form__row.ck-table-form__action-row .ck-button-cancel{
29
+ justify-content:center;
30
+ }
31
+
32
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row{
33
+ flex-wrap:wrap;
34
+ }
35
+
36
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type{
37
+ flex-grow:0.57;
38
+ }
39
+
40
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type{
41
+ flex-grow:0.43;
42
+ }
43
+
44
+ .ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button{
45
+ flex-grow:1;
46
+ }
47
+
48
+ .ck.ck-input-color{
49
+ width:100%;
50
+ display:flex;
51
+ flex-direction:row-reverse;
52
+ }
53
+
54
+ .ck.ck-input-color > input.ck.ck-input-text{
55
+ min-width:auto;
56
+ flex-grow:1;
57
+ }
58
+
59
+ .ck.ck-input-color > div.ck.ck-dropdown{
60
+ min-width:auto;
61
+ }
62
+
63
+ .ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow{
64
+ display:none;
65
+ }
66
+
67
+ .ck.ck-input-color .ck.ck-input-color__button{
68
+ display:flex;
69
+ }
70
+
71
+ .ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview{
72
+ position:relative;
73
+ overflow:hidden;
74
+ }
75
+
76
+ .ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator{
77
+ position:absolute;
78
+ display:block;
79
+ }
80
+
81
+ .ck.ck-table-form .ck-form__row.ck-table-form__border-row{
82
+ flex-wrap:wrap;
83
+ }
84
+
85
+ .ck.ck-table-form .ck-form__row.ck-table-form__background-row{
86
+ flex-wrap:wrap;
87
+ }
88
+
89
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row{
90
+ flex-wrap:wrap;
91
+ align-items:center;
92
+ }
93
+
94
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view{
95
+ display:flex;
96
+ flex-direction:column-reverse;
97
+ align-items:center;
98
+ }
99
+
100
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown{
101
+ flex-grow:0;
102
+ }
103
+
104
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{
105
+ flex-grow:0;
106
+ }
107
+
108
+ .ck.ck-table-form .ck.ck-labeled-field-view{
109
+ position:relative;
110
+ }
111
+
112
+ .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{
113
+ position:absolute;
114
+ left:50%;
115
+ bottom:calc( -1 * var(--ck-table-properties-error-arrow-size));
116
+ transform:translate(-50%,100%);
117
+ z-index:1;
118
+ }
119
+
120
+ .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after{
121
+ content:"";
122
+ position:absolute;
123
+ top:calc( -1 * var(--ck-table-properties-error-arrow-size));
124
+ left:50%;
125
+ transform:translateX( -50%);
126
+ }
127
+
128
+ .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row{
129
+ flex-wrap:wrap;
130
+ flex-basis:0;
131
+ align-content:baseline;
132
+ }
133
+
134
+ .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items{
135
+ flex-wrap:nowrap;
136
+ }
137
+
138
+ :root{
139
+ --ck-color-selector-caption-background:hsl(0, 0%, 97%);
140
+ --ck-color-selector-caption-text:hsl(0, 0%, 20%);
141
+ --ck-color-selector-caption-highlighted-background:hsl(52deg 100% 50%);
142
+ }
143
+ @media (forced-colors: none){
144
+ .ck.ck-editor__editable .table > figcaption.table__caption_highlighted{
145
+ animation:ck-table-caption-highlight .6s ease-out;
146
+ }
147
+ }
148
+ .ck.ck-editor__editable .table > figcaption.ck-placeholder::before{
149
+ padding-left:inherit;
150
+ padding-right:inherit;
151
+ white-space:nowrap;
152
+ overflow:hidden;
153
+ text-overflow:ellipsis;
154
+ }
155
+
156
+ @keyframes ck-table-caption-highlight{
157
+ 0%{
158
+ background-color:var(--ck-color-selector-caption-highlighted-background);
159
+ }
160
+
161
+ 100%{
162
+ background-color:var(--ck-color-selector-caption-background);
163
+ }
164
+ }
165
+
166
+ :root{
167
+ --ck-color-selector-column-resizer-hover:var(--ck-color-base-active);
168
+ --ck-table-column-resizer-width:7px;
169
+ --ck-table-column-resizer-position-offset:calc(var(--ck-table-column-resizer-width) * -0.5 - 0.5px);
170
+ }
171
+
172
+ .ck.ck-editor__editable .table .ck-table-column-resizer{
173
+ position:absolute;
174
+ top:0;
175
+ bottom:0;
176
+ right:var(--ck-table-column-resizer-position-offset);
177
+ width:var(--ck-table-column-resizer-width);
178
+ cursor:col-resize;
179
+ user-select:none;
180
+ z-index:var(--ck-z-default);
181
+ }
182
+
183
+ .ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer{
184
+ display:none;
185
+ }
186
+ .ck.ck-editor__editable .table[draggable] .ck-table-column-resizer{
187
+ display:none;
188
+ }
189
+
190
+ .ck.ck-editor__editable .table .ck-table-column-resizer:hover,
191
+ .ck.ck-editor__editable .table .ck-table-column-resizer__active{
192
+ background-color:var(--ck-color-selector-column-resizer-hover);
193
+ opacity:0.25;
194
+ top:-999999px;
195
+ bottom:-999999px;
196
+ }
197
+
198
+ .ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer{
199
+ left:var(--ck-table-column-resizer-position-offset);
200
+ right:unset;
201
+ }
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;