@ckeditor/ckeditor5-ui 38.0.1 → 38.1.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 (127) hide show
  1. package/lang/translations/it.po +1 -1
  2. package/package.json +3 -32
  3. package/src/augmentation.d.ts +86 -86
  4. package/src/augmentation.js +5 -5
  5. package/src/bindings/addkeyboardhandlingforgrid.d.ts +27 -27
  6. package/src/bindings/addkeyboardhandlingforgrid.js +107 -107
  7. package/src/bindings/clickoutsidehandler.d.ts +28 -28
  8. package/src/bindings/clickoutsidehandler.js +36 -36
  9. package/src/bindings/csstransitiondisablermixin.d.ts +40 -40
  10. package/src/bindings/csstransitiondisablermixin.js +55 -55
  11. package/src/bindings/injectcsstransitiondisabler.d.ts +59 -59
  12. package/src/bindings/injectcsstransitiondisabler.js +71 -71
  13. package/src/bindings/preventdefault.d.ts +33 -33
  14. package/src/bindings/preventdefault.js +34 -34
  15. package/src/bindings/submithandler.d.ts +57 -57
  16. package/src/bindings/submithandler.js +47 -47
  17. package/src/button/button.d.ts +178 -178
  18. package/src/button/button.js +5 -5
  19. package/src/button/buttonview.d.ts +177 -177
  20. package/src/button/buttonview.js +231 -231
  21. package/src/button/switchbuttonview.d.ts +45 -45
  22. package/src/button/switchbuttonview.js +75 -75
  23. package/src/colorgrid/colorgridview.d.ts +132 -132
  24. package/src/colorgrid/colorgridview.js +124 -124
  25. package/src/colorgrid/colortileview.d.ts +28 -28
  26. package/src/colorgrid/colortileview.js +40 -40
  27. package/src/colorgrid/utils.d.ts +47 -47
  28. package/src/colorgrid/utils.js +84 -84
  29. package/src/colorpicker/colorpickerview.d.ts +110 -110
  30. package/src/colorpicker/colorpickerview.js +253 -250
  31. package/src/colorpicker/utils.d.ts +35 -35
  32. package/src/colorpicker/utils.js +99 -99
  33. package/src/componentfactory.d.ts +81 -81
  34. package/src/componentfactory.js +104 -104
  35. package/src/dropdown/button/dropdownbutton.d.ts +25 -25
  36. package/src/dropdown/button/dropdownbutton.js +5 -5
  37. package/src/dropdown/button/dropdownbuttonview.d.ts +48 -48
  38. package/src/dropdown/button/dropdownbuttonview.js +66 -66
  39. package/src/dropdown/button/splitbuttonview.d.ts +161 -161
  40. package/src/dropdown/button/splitbuttonview.js +152 -152
  41. package/src/dropdown/dropdownpanelfocusable.d.ts +21 -21
  42. package/src/dropdown/dropdownpanelfocusable.js +5 -5
  43. package/src/dropdown/dropdownpanelview.d.ts +62 -62
  44. package/src/dropdown/dropdownpanelview.js +96 -96
  45. package/src/dropdown/dropdownview.d.ts +315 -315
  46. package/src/dropdown/dropdownview.js +378 -378
  47. package/src/dropdown/utils.d.ts +221 -221
  48. package/src/dropdown/utils.js +434 -434
  49. package/src/editableui/editableuiview.d.ts +72 -72
  50. package/src/editableui/editableuiview.js +112 -112
  51. package/src/editableui/inline/inlineeditableuiview.d.ts +40 -40
  52. package/src/editableui/inline/inlineeditableuiview.js +48 -48
  53. package/src/editorui/bodycollection.d.ts +55 -51
  54. package/src/editorui/bodycollection.js +84 -78
  55. package/src/editorui/boxed/boxededitoruiview.d.ts +40 -40
  56. package/src/editorui/boxed/boxededitoruiview.js +81 -81
  57. package/src/editorui/editorui.d.ts +282 -274
  58. package/src/editorui/editorui.js +410 -388
  59. package/src/editorui/editoruiview.d.ts +39 -39
  60. package/src/editorui/editoruiview.js +38 -38
  61. package/src/editorui/poweredby.d.ts +71 -76
  62. package/src/editorui/poweredby.js +294 -291
  63. package/src/focuscycler.d.ts +183 -183
  64. package/src/focuscycler.js +220 -220
  65. package/src/formheader/formheaderview.d.ts +53 -53
  66. package/src/formheader/formheaderview.js +63 -63
  67. package/src/icon/iconview.d.ts +78 -78
  68. package/src/icon/iconview.js +112 -112
  69. package/src/iframe/iframeview.d.ts +50 -50
  70. package/src/iframe/iframeview.js +63 -63
  71. package/src/index.d.ts +62 -61
  72. package/src/index.js +61 -60
  73. package/src/input/inputview.d.ts +121 -121
  74. package/src/input/inputview.js +106 -106
  75. package/src/inputnumber/inputnumberview.d.ts +49 -49
  76. package/src/inputnumber/inputnumberview.js +40 -40
  77. package/src/inputtext/inputtextview.d.ts +18 -18
  78. package/src/inputtext/inputtextview.js +27 -27
  79. package/src/label/labelview.d.ts +36 -36
  80. package/src/label/labelview.js +41 -41
  81. package/src/labeledfield/labeledfieldview.d.ts +182 -182
  82. package/src/labeledfield/labeledfieldview.js +157 -157
  83. package/src/labeledfield/utils.d.ts +93 -93
  84. package/src/labeledfield/utils.js +131 -131
  85. package/src/labeledinput/labeledinputview.d.ts +125 -125
  86. package/src/labeledinput/labeledinputview.js +125 -125
  87. package/src/list/listitemview.d.ts +35 -35
  88. package/src/list/listitemview.js +40 -40
  89. package/src/list/listseparatorview.d.ts +18 -18
  90. package/src/list/listseparatorview.js +28 -28
  91. package/src/list/listview.d.ts +65 -65
  92. package/src/list/listview.js +90 -90
  93. package/src/model.d.ts +22 -22
  94. package/src/model.js +31 -31
  95. package/src/notification/notification.d.ts +211 -211
  96. package/src/notification/notification.js +187 -187
  97. package/src/panel/balloon/balloonpanelview.d.ts +685 -685
  98. package/src/panel/balloon/balloonpanelview.js +988 -988
  99. package/src/panel/balloon/contextualballoon.d.ts +299 -299
  100. package/src/panel/balloon/contextualballoon.js +572 -572
  101. package/src/panel/sticky/stickypanelview.d.ts +132 -132
  102. package/src/panel/sticky/stickypanelview.js +139 -139
  103. package/src/template.d.ts +942 -942
  104. package/src/template.js +1294 -1294
  105. package/src/toolbar/balloon/balloontoolbar.d.ts +122 -122
  106. package/src/toolbar/balloon/balloontoolbar.js +300 -300
  107. package/src/toolbar/block/blockbuttonview.d.ts +35 -35
  108. package/src/toolbar/block/blockbuttonview.js +41 -41
  109. package/src/toolbar/block/blocktoolbar.d.ts +161 -153
  110. package/src/toolbar/block/blocktoolbar.js +391 -374
  111. package/src/toolbar/normalizetoolbarconfig.d.ts +39 -39
  112. package/src/toolbar/normalizetoolbarconfig.js +51 -51
  113. package/src/toolbar/toolbarlinebreakview.d.ts +18 -18
  114. package/src/toolbar/toolbarlinebreakview.js +28 -28
  115. package/src/toolbar/toolbarseparatorview.d.ts +18 -18
  116. package/src/toolbar/toolbarseparatorview.js +28 -28
  117. package/src/toolbar/toolbarview.d.ts +265 -265
  118. package/src/toolbar/toolbarview.js +717 -717
  119. package/src/tooltipmanager.d.ts +180 -180
  120. package/src/tooltipmanager.js +353 -353
  121. package/src/view.d.ts +422 -422
  122. package/src/view.js +396 -396
  123. package/src/viewcollection.d.ts +139 -139
  124. package/src/viewcollection.js +206 -206
  125. package/theme/components/colorpicker/colorpicker.css +4 -4
  126. package/theme/globals/_poweredby.css +5 -1
  127. package/theme/icons/project-logo.svg +1 -1
@@ -1,206 +1,206 @@
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 ui/viewcollection
7
- */
8
- import { CKEditorError, Collection } from '@ckeditor/ckeditor5-utils';
9
- /**
10
- * Collects {@link module:ui/view~View} instances.
11
- *
12
- * ```ts
13
- * const parentView = new ParentView( locale );
14
- * const collection = new ViewCollection( locale );
15
- *
16
- * collection.setParent( parentView.element );
17
- *
18
- * const viewA = new ChildView( locale );
19
- * const viewB = new ChildView( locale );
20
- * ```
21
- *
22
- * View collection renders and manages view {@link module:ui/view~View#element elements}:
23
- *
24
- * ```ts
25
- * collection.add( viewA );
26
- * collection.add( viewB );
27
- *
28
- * console.log( parentView.element.firsChild ); // -> viewA.element
29
- * console.log( parentView.element.lastChild ); // -> viewB.element
30
- * ```
31
- *
32
- * It {@link module:ui/viewcollection~ViewCollection#delegate propagates} DOM events too:
33
- *
34
- * ```ts
35
- * // Delegate #click and #keydown events from viewA and viewB to the parentView.
36
- * collection.delegate( 'click' ).to( parentView );
37
- *
38
- * parentView.on( 'click', ( evt ) => {
39
- * console.log( `${ evt.source } has been clicked.` );
40
- * } );
41
- *
42
- * // This event will be delegated to the parentView.
43
- * viewB.fire( 'click' );
44
- * ```
45
- *
46
- * **Note**: A view collection can be used directly in the {@link module:ui/template~TemplateDefinition definition}
47
- * of a {@link module:ui/template~Template template}.
48
- */
49
- export default class ViewCollection extends Collection {
50
- /**
51
- * Creates a new instance of the {@link module:ui/viewcollection~ViewCollection}.
52
- *
53
- * @param initialItems The initial items of the collection.
54
- */
55
- constructor(initialItems = []) {
56
- super(initialItems, {
57
- // An #id Number attribute should be legal and not break the `ViewCollection` instance.
58
- // https://github.com/ckeditor/ckeditor5-ui/issues/93
59
- idProperty: 'viewUid'
60
- });
61
- // Handle {@link module:ui/view~View#element} in DOM when a new view is added to the collection.
62
- this.on('add', (evt, view, index) => {
63
- this._renderViewIntoCollectionParent(view, index);
64
- });
65
- // Handle {@link module:ui/view~View#element} in DOM when a view is removed from the collection.
66
- this.on('remove', (evt, view) => {
67
- if (view.element && this._parentElement) {
68
- view.element.remove();
69
- }
70
- });
71
- this._parentElement = null;
72
- }
73
- /**
74
- * Destroys the view collection along with child views.
75
- * See the view {@link module:ui/view~View#destroy} method.
76
- */
77
- destroy() {
78
- this.map(view => view.destroy());
79
- }
80
- /**
81
- * Sets the parent HTML element of this collection. When parent is set, {@link #add adding} and
82
- * {@link #remove removing} views in the collection synchronizes their
83
- * {@link module:ui/view~View#element elements} in the parent element.
84
- *
85
- * @param element A new parent element.
86
- */
87
- setParent(elementOrDocFragment) {
88
- this._parentElement = elementOrDocFragment;
89
- // Take care of the initial collection items passed to the constructor.
90
- for (const view of this) {
91
- this._renderViewIntoCollectionParent(view);
92
- }
93
- }
94
- /**
95
- * Delegates selected events coming from within views in the collection to any
96
- * {@link module:utils/emittermixin~Emitter}.
97
- *
98
- * For the following views and collection:
99
- *
100
- * ```ts
101
- * const viewA = new View();
102
- * const viewB = new View();
103
- * const viewC = new View();
104
- *
105
- * const views = parentView.createCollection();
106
- *
107
- * views.delegate( 'eventX' ).to( viewB );
108
- * views.delegate( 'eventX', 'eventY' ).to( viewC );
109
- *
110
- * views.add( viewA );
111
- * ```
112
- *
113
- * the `eventX` is delegated (fired by) `viewB` and `viewC` along with `customData`:
114
- *
115
- * ```ts
116
- * viewA.fire( 'eventX', customData );
117
- * ```
118
- *
119
- * and `eventY` is delegated (fired by) `viewC` along with `customData`:
120
- *
121
- * ```ts
122
- * viewA.fire( 'eventY', customData );
123
- * ```
124
- *
125
- * See {@link module:utils/emittermixin~Emitter#delegate}.
126
- *
127
- * @param events {@link module:ui/view~View} event names to be delegated to another
128
- * {@link module:utils/emittermixin~Emitter}.
129
- * @returns Object with `to` property, a function which accepts the destination
130
- * of {@link module:utils/emittermixin~Emitter#delegate delegated} events.
131
- */
132
- delegate(...events) {
133
- if (!events.length || !isStringArray(events)) {
134
- /**
135
- * All event names must be strings.
136
- *
137
- * @error ui-viewcollection-delegate-wrong-events
138
- */
139
- throw new CKEditorError('ui-viewcollection-delegate-wrong-events', this);
140
- }
141
- return {
142
- to: dest => {
143
- // Activate delegating on existing views in this collection.
144
- for (const view of this) {
145
- for (const evtName of events) {
146
- view.delegate(evtName).to(dest);
147
- }
148
- }
149
- // Activate delegating on future views in this collection.
150
- this.on('add', (evt, view) => {
151
- for (const evtName of events) {
152
- view.delegate(evtName).to(dest);
153
- }
154
- });
155
- // Deactivate delegating when view is removed from this collection.
156
- this.on('remove', (evt, view) => {
157
- for (const evtName of events) {
158
- view.stopDelegating(evtName, dest);
159
- }
160
- });
161
- }
162
- };
163
- }
164
- /**
165
- * This method {@link module:ui/view~View#render renders} a new view added to the collection.
166
- *
167
- * If the {@link #_parentElement parent element} of the collection is set, this method also adds
168
- * the view's {@link module:ui/view~View#element} as a child of the parent in DOM at a specified index.
169
- *
170
- * **Note**: If index is not specified, the view's element is pushed as the last child
171
- * of the parent element.
172
- *
173
- * @param view A new view added to the collection.
174
- * @param index An index the view holds in the collection. When not specified,
175
- * the view is added at the end.
176
- */
177
- _renderViewIntoCollectionParent(view, index) {
178
- if (!view.isRendered) {
179
- view.render();
180
- }
181
- if (view.element && this._parentElement) {
182
- this._parentElement.insertBefore(view.element, this._parentElement.children[index]);
183
- }
184
- }
185
- /**
186
- * Removes a child view from the collection. If the {@link #setParent parent element} of the
187
- * collection has been set, the {@link module:ui/view~View#element element} of the view is also removed
188
- * in DOM, reflecting the order of the collection.
189
- *
190
- * See the {@link #add} method.
191
- *
192
- * @param subject The view to remove, its id or index in the collection.
193
- * @returns The removed view.
194
- */
195
- remove(subject) {
196
- return super.remove(subject);
197
- }
198
- }
199
- /**
200
- * Check if all entries of the array are of `String` type.
201
- *
202
- * @param arr An array to be checked.
203
- */
204
- function isStringArray(arr) {
205
- return arr.every(a => typeof a == 'string');
206
- }
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 ui/viewcollection
7
+ */
8
+ import { CKEditorError, Collection } from '@ckeditor/ckeditor5-utils';
9
+ /**
10
+ * Collects {@link module:ui/view~View} instances.
11
+ *
12
+ * ```ts
13
+ * const parentView = new ParentView( locale );
14
+ * const collection = new ViewCollection( locale );
15
+ *
16
+ * collection.setParent( parentView.element );
17
+ *
18
+ * const viewA = new ChildView( locale );
19
+ * const viewB = new ChildView( locale );
20
+ * ```
21
+ *
22
+ * View collection renders and manages view {@link module:ui/view~View#element elements}:
23
+ *
24
+ * ```ts
25
+ * collection.add( viewA );
26
+ * collection.add( viewB );
27
+ *
28
+ * console.log( parentView.element.firsChild ); // -> viewA.element
29
+ * console.log( parentView.element.lastChild ); // -> viewB.element
30
+ * ```
31
+ *
32
+ * It {@link module:ui/viewcollection~ViewCollection#delegate propagates} DOM events too:
33
+ *
34
+ * ```ts
35
+ * // Delegate #click and #keydown events from viewA and viewB to the parentView.
36
+ * collection.delegate( 'click' ).to( parentView );
37
+ *
38
+ * parentView.on( 'click', ( evt ) => {
39
+ * console.log( `${ evt.source } has been clicked.` );
40
+ * } );
41
+ *
42
+ * // This event will be delegated to the parentView.
43
+ * viewB.fire( 'click' );
44
+ * ```
45
+ *
46
+ * **Note**: A view collection can be used directly in the {@link module:ui/template~TemplateDefinition definition}
47
+ * of a {@link module:ui/template~Template template}.
48
+ */
49
+ export default class ViewCollection extends Collection {
50
+ /**
51
+ * Creates a new instance of the {@link module:ui/viewcollection~ViewCollection}.
52
+ *
53
+ * @param initialItems The initial items of the collection.
54
+ */
55
+ constructor(initialItems = []) {
56
+ super(initialItems, {
57
+ // An #id Number attribute should be legal and not break the `ViewCollection` instance.
58
+ // https://github.com/ckeditor/ckeditor5-ui/issues/93
59
+ idProperty: 'viewUid'
60
+ });
61
+ // Handle {@link module:ui/view~View#element} in DOM when a new view is added to the collection.
62
+ this.on('add', (evt, view, index) => {
63
+ this._renderViewIntoCollectionParent(view, index);
64
+ });
65
+ // Handle {@link module:ui/view~View#element} in DOM when a view is removed from the collection.
66
+ this.on('remove', (evt, view) => {
67
+ if (view.element && this._parentElement) {
68
+ view.element.remove();
69
+ }
70
+ });
71
+ this._parentElement = null;
72
+ }
73
+ /**
74
+ * Destroys the view collection along with child views.
75
+ * See the view {@link module:ui/view~View#destroy} method.
76
+ */
77
+ destroy() {
78
+ this.map(view => view.destroy());
79
+ }
80
+ /**
81
+ * Sets the parent HTML element of this collection. When parent is set, {@link #add adding} and
82
+ * {@link #remove removing} views in the collection synchronizes their
83
+ * {@link module:ui/view~View#element elements} in the parent element.
84
+ *
85
+ * @param element A new parent element.
86
+ */
87
+ setParent(elementOrDocFragment) {
88
+ this._parentElement = elementOrDocFragment;
89
+ // Take care of the initial collection items passed to the constructor.
90
+ for (const view of this) {
91
+ this._renderViewIntoCollectionParent(view);
92
+ }
93
+ }
94
+ /**
95
+ * Delegates selected events coming from within views in the collection to any
96
+ * {@link module:utils/emittermixin~Emitter}.
97
+ *
98
+ * For the following views and collection:
99
+ *
100
+ * ```ts
101
+ * const viewA = new View();
102
+ * const viewB = new View();
103
+ * const viewC = new View();
104
+ *
105
+ * const views = parentView.createCollection();
106
+ *
107
+ * views.delegate( 'eventX' ).to( viewB );
108
+ * views.delegate( 'eventX', 'eventY' ).to( viewC );
109
+ *
110
+ * views.add( viewA );
111
+ * ```
112
+ *
113
+ * the `eventX` is delegated (fired by) `viewB` and `viewC` along with `customData`:
114
+ *
115
+ * ```ts
116
+ * viewA.fire( 'eventX', customData );
117
+ * ```
118
+ *
119
+ * and `eventY` is delegated (fired by) `viewC` along with `customData`:
120
+ *
121
+ * ```ts
122
+ * viewA.fire( 'eventY', customData );
123
+ * ```
124
+ *
125
+ * See {@link module:utils/emittermixin~Emitter#delegate}.
126
+ *
127
+ * @param events {@link module:ui/view~View} event names to be delegated to another
128
+ * {@link module:utils/emittermixin~Emitter}.
129
+ * @returns Object with `to` property, a function which accepts the destination
130
+ * of {@link module:utils/emittermixin~Emitter#delegate delegated} events.
131
+ */
132
+ delegate(...events) {
133
+ if (!events.length || !isStringArray(events)) {
134
+ /**
135
+ * All event names must be strings.
136
+ *
137
+ * @error ui-viewcollection-delegate-wrong-events
138
+ */
139
+ throw new CKEditorError('ui-viewcollection-delegate-wrong-events', this);
140
+ }
141
+ return {
142
+ to: dest => {
143
+ // Activate delegating on existing views in this collection.
144
+ for (const view of this) {
145
+ for (const evtName of events) {
146
+ view.delegate(evtName).to(dest);
147
+ }
148
+ }
149
+ // Activate delegating on future views in this collection.
150
+ this.on('add', (evt, view) => {
151
+ for (const evtName of events) {
152
+ view.delegate(evtName).to(dest);
153
+ }
154
+ });
155
+ // Deactivate delegating when view is removed from this collection.
156
+ this.on('remove', (evt, view) => {
157
+ for (const evtName of events) {
158
+ view.stopDelegating(evtName, dest);
159
+ }
160
+ });
161
+ }
162
+ };
163
+ }
164
+ /**
165
+ * This method {@link module:ui/view~View#render renders} a new view added to the collection.
166
+ *
167
+ * If the {@link #_parentElement parent element} of the collection is set, this method also adds
168
+ * the view's {@link module:ui/view~View#element} as a child of the parent in DOM at a specified index.
169
+ *
170
+ * **Note**: If index is not specified, the view's element is pushed as the last child
171
+ * of the parent element.
172
+ *
173
+ * @param view A new view added to the collection.
174
+ * @param index An index the view holds in the collection. When not specified,
175
+ * the view is added at the end.
176
+ */
177
+ _renderViewIntoCollectionParent(view, index) {
178
+ if (!view.isRendered) {
179
+ view.render();
180
+ }
181
+ if (view.element && this._parentElement) {
182
+ this._parentElement.insertBefore(view.element, this._parentElement.children[index]);
183
+ }
184
+ }
185
+ /**
186
+ * Removes a child view from the collection. If the {@link #setParent parent element} of the
187
+ * collection has been set, the {@link module:ui/view~View#element element} of the view is also removed
188
+ * in DOM, reflecting the order of the collection.
189
+ *
190
+ * See the {@link #add} method.
191
+ *
192
+ * @param subject The view to remove, its id or index in the collection.
193
+ * @returns The removed view.
194
+ */
195
+ remove(subject) {
196
+ return super.remove(subject);
197
+ }
198
+ }
199
+ /**
200
+ * Check if all entries of the array are of `String` type.
201
+ *
202
+ * @param arr An array to be checked.
203
+ */
204
+ function isStringArray(arr) {
205
+ return arr.every(a => typeof a == 'string');
206
+ }
@@ -3,12 +3,12 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- .ck.ck-input {
7
- min-width: unset;
8
- }
9
-
10
6
  .color-picker-hex-input {
11
7
  width: max-content;
8
+
9
+ & .ck.ck-input {
10
+ min-width: unset;
11
+ }
12
12
  }
13
13
 
14
14
  .ck.ck-color-picker__row {
@@ -16,10 +16,10 @@
16
16
  .ck.ck-balloon-panel.ck-powered-by-balloon {
17
17
  --ck-border-radius: var(--ck-powered-by-border-radius);
18
18
 
19
- border: 0;
20
19
  box-shadow: none;
21
20
  background: var(--ck-powered-by-background);
22
21
  min-height: unset;
22
+ z-index: calc( var(--ck-z-modal) - 1 );
23
23
 
24
24
  & .ck.ck-powered-by {
25
25
  line-height: var(--ck-powered-by-line-height);
@@ -60,6 +60,10 @@
60
60
  }
61
61
  }
62
62
 
63
+ &[class*="position_inside"] {
64
+ border-color: transparent;
65
+ }
66
+
63
67
  &[class*="position_border"] {
64
68
  border: var(--ck-focus-ring);
65
69
  border-color: var(--ck-powered-by-border-color);
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="53" height="10" viewBox="0 0 53 10"><g clip-path="url(#a)"><path fill="#1C2331" d="M31.724 1.492a15.139 15.139 0 0 0 .045 1.16 2.434 2.434 0 0 0-.687-.34 3.68 3.68 0 0 0-1.103-.166 2.332 2.332 0 0 0-1.14.255 1.549 1.549 0 0 0-.686.87c-.15.41-.225.98-.225 1.712 0 .939.148 1.659.444 2.161.297.503.792.754 1.487.754.452.015.9-.094 1.294-.316.296-.174.557-.4.771-.669l.14.852h1.282V.007h-1.623v1.485ZM31 6.496a1.77 1.77 0 0 1-.494.061.964.964 0 0 1-.521-.127.758.758 0 0 1-.296-.466 3.984 3.984 0 0 1-.093-.992 4.208 4.208 0 0 1 .098-1.052.753.753 0 0 1 .307-.477 1.08 1.08 0 0 1 .55-.122c.233-.004.466.026.69.089l.483.144v2.553c-.11.076-.213.143-.307.2a1.73 1.73 0 0 1-.417.189ZM35.68 0l-.702.004c-.322.002-.482.168-.48.497l.004.581c.002.33.164.493.486.49l.702-.004c.322-.002.481-.167.48-.496L36.165.49c-.002-.33-.164-.493-.486-.491ZM36.145 2.313l-1.612.01.034 5.482 1.613-.01-.035-5.482ZM39.623.79 37.989.8 38 2.306l-.946.056.006 1.009.949-.006.024 2.983c.003.476.143.844.419 1.106.275.26.658.39 1.148.387.132 0 .293-.01.483-.03.19-.02.38-.046.57-.08.163-.028.324-.068.482-.119l-.183-1.095-.702.004a.664.664 0 0 1-.456-.123.553.553 0 0 1-.14-.422l-.016-2.621 1.513-.01-.006-1.064-1.514.01-.01-1.503ZM46.226 2.388c-.41-.184-.956-.274-1.636-.27-.673.004-1.215.101-1.627.29-.402.179-.72.505-.888.91-.18.419-.268.979-.264 1.68.004.688.1 1.24.285 1.655.172.404.495.724.9.894.414.18.957.268 1.63.264.68-.004 1.224-.099 1.632-.284.4-.176.714-.501.878-.905.176-.418.263-.971.258-1.658-.004-.702-.097-1.261-.28-1.677a1.696 1.696 0 0 0-.888-.9Zm-.613 3.607a.77.77 0 0 1-.337.501 1.649 1.649 0 0 1-1.317.009.776.776 0 0 1-.343-.497 4.066 4.066 0 0 1-.105-1.02 4.136 4.136 0 0 1 .092-1.03.786.786 0 0 1 .337-.507 1.59 1.59 0 0 1 1.316-.008.79.79 0 0 1 .344.502c.078.337.113.683.105 1.03.012.343-.019.685-.092 1.02ZM52.114 2.07a2.67 2.67 0 0 0-1.128.278c-.39.191-.752.437-1.072.73l-.157-.846-1.273.008.036 5.572 1.623-.01-.024-3.78c.35-.124.646-.22.887-.286.26-.075.53-.114.8-.118l.45-.003.144-1.546-.286.001ZM22.083 7.426l-1.576-2.532a2.137 2.137 0 0 0-.172-.253 1.95 1.95 0 0 0-.304-.29.138.138 0 0 1 .042-.04 1.7 1.7 0 0 0 .328-.374l1.75-2.71c.01-.015.025-.028.024-.048-.01-.01-.021-.007-.031-.007L20.49 1.17a.078.078 0 0 0-.075.045l-.868 1.384c-.23.366-.46.732-.688 1.099a.108.108 0 0 1-.112.06c-.098-.005-.196-.001-.294-.002-.018 0-.038.006-.055-.007.002-.02.002-.039.005-.058a4.6 4.6 0 0 0 .046-.701V1.203c0-.02-.009-.032-.03-.03h-.033L16.93 1.17c-.084 0-.073-.01-.073.076v6.491c-.001.018.006.028.025.027h1.494c.083 0 .072.007.072-.071v-2.19c0-.055-.003-.11-.004-.166a3.366 3.366 0 0 0-.05-.417h.06c.104 0 .209.002.313-.002a.082.082 0 0 1 .084.05c.535.913 1.07 1.824 1.607 2.736a.104.104 0 0 0 .103.062c.554-.003 1.107-.002 1.66-.002l.069-.003-.019-.032-.188-.304ZM27.112 6.555c-.005-.08-.004-.08-.082-.08h-2.414c-.053 0-.106-.003-.159-.011a.279.279 0 0 1-.246-.209.558.558 0 0 1-.022-.15c0-.382 0-.762-.002-1.143 0-.032.007-.049.042-.044h2.504c.029.003.037-.012.034-.038V3.814c0-.089.013-.078-.076-.078h-2.44c-.07 0-.062.003-.062-.06v-.837c0-.047.004-.093.013-.14a.283.283 0 0 1 .241-.246.717.717 0 0 1 .146-.011h2.484c.024.002.035-.009.036-.033l.003-.038.03-.496c.01-.183.024-.365.034-.548.005-.085.003-.087-.082-.094-.218-.018-.437-.038-.655-.05a17.845 17.845 0 0 0-.657-.026 72.994 72.994 0 0 0-1.756-.016 1.7 1.7 0 0 0-.471.064 1.286 1.286 0 0 0-.817.655c-.099.196-.149.413-.145.633v3.875c0 .072.003.144.011.216a1.27 1.27 0 0 0 .711 1.029c.228.113.48.167.734.158.757-.005 1.515.002 2.272-.042.274-.016.548-.034.82-.053.03-.002.043-.008.04-.041-.008-.104-.012-.208-.019-.312a69.964 69.964 0 0 1-.05-.768ZM16.14 7.415l-.127-1.075c-.004-.03-.014-.04-.044-.037a13.125 13.125 0 0 1-.998.073c-.336.01-.672.02-1.008.016-.116-.001-.233-.014-.347-.039a.746.746 0 0 1-.45-.262c-.075-.1-.132-.211-.167-.33a3.324 3.324 0 0 1-.126-.773 9.113 9.113 0 0 1-.015-.749c0-.285.022-.57.065-.852.023-.158.066-.312.127-.46a.728.728 0 0 1 .518-.443 1.64 1.64 0 0 1 .397-.048c.628-.001 1.255.003 1.882.05.022.001.033-.006.036-.026l.003-.031.06-.55c.019-.177.036-.355.057-.532.004-.034-.005-.046-.04-.056a5.595 5.595 0 0 0-1.213-.21 10.783 10.783 0 0 0-.708-.02c-.24-.003-.48.01-.719.041a3.477 3.477 0 0 0-.625.14 1.912 1.912 0 0 0-.807.497c-.185.2-.33.433-.424.688a4.311 4.311 0 0 0-.24 1.096c-.031.286-.045.572-.042.86-.006.43.024.86.091 1.286.04.25.104.497.193.734.098.279.26.53.473.734.214.205.473.358.756.446.344.11.702.17 1.063.177a8.505 8.505 0 0 0 1.578-.083 6.11 6.11 0 0 0 .766-.18c.03-.008.047-.023.037-.057a.157.157 0 0 1-.003-.025Z"/><path fill="#AFE229" d="M6.016 6.69a1.592 1.592 0 0 0-.614.21c-.23.132-.422.32-.56.546-.044.072-.287.539-.287.539l-.836 1.528.009.006c.038.025.08.046.123.063.127.046.26.07.395.073.505.023 1.011-.007 1.517-.003.29.009.58.002.869-.022a.886.886 0 0 0 .395-.116.962.962 0 0 0 .312-.286c.056-.083.114-.163.164-.249.24-.408.48-.816.718-1.226.075-.128.148-.257.222-.386l.112-.192a1.07 1.07 0 0 0 .153-.518l-1.304.023s-1.258-.005-1.388.01Z"/><path fill="#771BFF" d="m2.848 9.044.76-1.39.184-.352c-.124-.067-.245-.14-.367-.21-.346-.204-.706-.384-1.045-.6a.984.984 0 0 1-.244-.207c-.108-.134-.136-.294-.144-.46-.021-.409-.002-.818-.009-1.227-.003-.195 0-.39.003-.585.004-.322.153-.553.427-.713l.833-.488c.22-.13.44-.257.662-.385.05-.029.105-.052.158-.077.272-.128.519-.047.76.085l.044.028c.123.06.242.125.358.196.318.178.635.357.952.537.095.056.187.117.275.184.194.144.254.35.266.578.016.284.007.569.006.853-.001.28.004.558 0 .838.592-.003 1.259 0 1.259 0l.723-.013c-.003-.292-.007-.584-.007-.876 0-.524.015-1.048-.016-1.571-.024-.42-.135-.8-.492-1.067a5.02 5.02 0 0 0-.506-.339A400.52 400.52 0 0 0 5.94.787C5.722.664 5.513.524 5.282.423 5.255.406 5.228.388 5.2.373 4.758.126 4.305-.026 3.807.21c-.097.046-.197.087-.29.14A699.896 699.896 0 0 0 .783 1.948c-.501.294-.773.717-.778 1.31-.004.36-.009.718-.001 1.077.016.754-.017 1.508.024 2.261.016.304.07.6.269.848.127.15.279.28.448.382.622.4 1.283.734 1.92 1.11l.183.109Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h52.4v10H0z"/></clipPath></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="53" height="10" viewBox="0 0 53 10"><path fill="#1C2331" d="M31.724 1.492a15.139 15.139 0 0 0 .045 1.16 2.434 2.434 0 0 0-.687-.34 3.68 3.68 0 0 0-1.103-.166 2.332 2.332 0 0 0-1.14.255 1.549 1.549 0 0 0-.686.87c-.15.41-.225.98-.225 1.712 0 .939.148 1.659.444 2.161.297.503.792.754 1.487.754.452.015.9-.094 1.294-.316.296-.174.557-.4.771-.669l.14.852h1.282V.007h-1.623v1.485ZM31 6.496a1.77 1.77 0 0 1-.494.061.964.964 0 0 1-.521-.127.758.758 0 0 1-.296-.466 3.984 3.984 0 0 1-.093-.992 4.208 4.208 0 0 1 .098-1.052.753.753 0 0 1 .307-.477 1.08 1.08 0 0 1 .55-.122c.233-.004.466.026.69.089l.483.144v2.553c-.11.076-.213.143-.307.2a1.73 1.73 0 0 1-.417.189ZM35.68 0l-.702.004c-.322.002-.482.168-.48.497l.004.581c.002.33.164.493.486.49l.702-.004c.322-.002.481-.167.48-.496L36.165.49c-.002-.33-.164-.493-.486-.491ZM36.145 2.313l-1.612.01.034 5.482 1.613-.01-.035-5.482ZM39.623.79 37.989.8 38 2.306l-.946.056.006 1.009.949-.006.024 2.983c.003.476.143.844.419 1.106.275.26.658.39 1.148.387.132 0 .293-.01.483-.03.19-.02.38-.046.57-.08.163-.028.324-.068.482-.119l-.183-1.095-.702.004a.664.664 0 0 1-.456-.123.553.553 0 0 1-.14-.422l-.016-2.621 1.513-.01-.006-1.064-1.514.01-.01-1.503ZM46.226 2.388c-.41-.184-.956-.274-1.636-.27-.673.004-1.215.101-1.627.29-.402.179-.72.505-.888.91-.18.419-.268.979-.264 1.68.004.688.1 1.24.285 1.655.172.404.495.724.9.894.414.18.957.268 1.63.264.68-.004 1.224-.099 1.632-.284.4-.176.714-.501.878-.905.176-.418.263-.971.258-1.658-.004-.702-.097-1.261-.28-1.677a1.696 1.696 0 0 0-.888-.9Zm-.613 3.607a.77.77 0 0 1-.337.501 1.649 1.649 0 0 1-1.317.009.776.776 0 0 1-.343-.497 4.066 4.066 0 0 1-.105-1.02 4.136 4.136 0 0 1 .092-1.03.786.786 0 0 1 .337-.507 1.59 1.59 0 0 1 1.316-.008.79.79 0 0 1 .344.502c.078.337.113.683.105 1.03.012.343-.019.685-.092 1.02ZM52.114 2.07a2.67 2.67 0 0 0-1.128.278c-.39.191-.752.437-1.072.73l-.157-.846-1.273.008.036 5.572 1.623-.01-.024-3.78c.35-.124.646-.22.887-.286.26-.075.53-.114.8-.118l.45-.003.144-1.546-.286.001ZM22.083 7.426l-1.576-2.532a2.137 2.137 0 0 0-.172-.253 1.95 1.95 0 0 0-.304-.29.138.138 0 0 1 .042-.04 1.7 1.7 0 0 0 .328-.374l1.75-2.71c.01-.015.025-.028.024-.048-.01-.01-.021-.007-.031-.007L20.49 1.17a.078.078 0 0 0-.075.045l-.868 1.384c-.23.366-.46.732-.688 1.099a.108.108 0 0 1-.112.06c-.098-.005-.196-.001-.294-.002-.018 0-.038.006-.055-.007.002-.02.002-.039.005-.058a4.6 4.6 0 0 0 .046-.701V1.203c0-.02-.009-.032-.03-.03h-.033L16.93 1.17c-.084 0-.073-.01-.073.076v6.491c-.001.018.006.028.025.027h1.494c.083 0 .072.007.072-.071v-2.19c0-.055-.003-.11-.004-.166a3.366 3.366 0 0 0-.05-.417h.06c.104 0 .209.002.313-.002a.082.082 0 0 1 .084.05c.535.913 1.07 1.824 1.607 2.736a.104.104 0 0 0 .103.062c.554-.003 1.107-.002 1.66-.002l.069-.003-.019-.032-.188-.304ZM27.112 6.555c-.005-.08-.004-.08-.082-.08h-2.414c-.053 0-.106-.003-.159-.011a.279.279 0 0 1-.246-.209.558.558 0 0 1-.022-.15c0-.382 0-.762-.002-1.143 0-.032.007-.049.042-.044h2.504c.029.003.037-.012.034-.038V3.814c0-.089.013-.078-.076-.078h-2.44c-.07 0-.062.003-.062-.06v-.837c0-.047.004-.093.013-.14a.283.283 0 0 1 .241-.246.717.717 0 0 1 .146-.011h2.484c.024.002.035-.009.036-.033l.003-.038.03-.496c.01-.183.024-.365.034-.548.005-.085.003-.087-.082-.094-.218-.018-.437-.038-.655-.05a17.845 17.845 0 0 0-.657-.026 72.994 72.994 0 0 0-1.756-.016 1.7 1.7 0 0 0-.471.064 1.286 1.286 0 0 0-.817.655c-.099.196-.149.413-.145.633v3.875c0 .072.003.144.011.216a1.27 1.27 0 0 0 .711 1.029c.228.113.48.167.734.158.757-.005 1.515.002 2.272-.042.274-.016.548-.034.82-.053.03-.002.043-.008.04-.041-.008-.104-.012-.208-.019-.312a69.964 69.964 0 0 1-.05-.768ZM16.14 7.415l-.127-1.075c-.004-.03-.014-.04-.044-.037a13.125 13.125 0 0 1-.998.073c-.336.01-.672.02-1.008.016-.116-.001-.233-.014-.347-.039a.746.746 0 0 1-.45-.262c-.075-.1-.132-.211-.167-.33a3.324 3.324 0 0 1-.126-.773 9.113 9.113 0 0 1-.015-.749c0-.285.022-.57.065-.852.023-.158.066-.312.127-.46a.728.728 0 0 1 .518-.443 1.64 1.64 0 0 1 .397-.048c.628-.001 1.255.003 1.882.05.022.001.033-.006.036-.026l.003-.031.06-.55c.019-.177.036-.355.057-.532.004-.034-.005-.046-.04-.056a5.595 5.595 0 0 0-1.213-.21 10.783 10.783 0 0 0-.708-.02c-.24-.003-.48.01-.719.041a3.477 3.477 0 0 0-.625.14 1.912 1.912 0 0 0-.807.497c-.185.2-.33.433-.424.688a4.311 4.311 0 0 0-.24 1.096c-.031.286-.045.572-.042.86-.006.43.024.86.091 1.286.04.25.104.497.193.734.098.279.26.53.473.734.214.205.473.358.756.446.344.11.702.17 1.063.177a8.505 8.505 0 0 0 1.578-.083 6.11 6.11 0 0 0 .766-.18c.03-.008.047-.023.037-.057a.157.157 0 0 1-.003-.025Z"/><path fill="#AFE229" d="M6.016 6.69a1.592 1.592 0 0 0-.614.21c-.23.132-.422.32-.56.546-.044.072-.287.539-.287.539l-.836 1.528.009.006c.038.025.08.046.123.063.127.046.26.07.395.073.505.023 1.011-.007 1.517-.003.29.009.58.002.869-.022a.886.886 0 0 0 .395-.116.962.962 0 0 0 .312-.286c.056-.083.114-.163.164-.249.24-.408.48-.816.718-1.226.075-.128.148-.257.222-.386l.112-.192a1.07 1.07 0 0 0 .153-.518l-1.304.023s-1.258-.005-1.388.01Z"/><path fill="#771BFF" d="m2.848 9.044.76-1.39.184-.352c-.124-.067-.245-.14-.367-.21-.346-.204-.706-.384-1.045-.6a.984.984 0 0 1-.244-.207c-.108-.134-.136-.294-.144-.46-.021-.409-.002-.818-.009-1.227-.003-.195 0-.39.003-.585.004-.322.153-.553.427-.713l.833-.488c.22-.13.44-.257.662-.385.05-.029.105-.052.158-.077.272-.128.519-.047.76.085l.044.028c.123.06.242.125.358.196.318.178.635.357.952.537.095.056.187.117.275.184.194.144.254.35.266.578.016.284.007.569.006.853-.001.28.004.558 0 .838.592-.003 1.259 0 1.259 0l.723-.013c-.003-.292-.007-.584-.007-.876 0-.524.015-1.048-.016-1.571-.024-.42-.135-.8-.492-1.067a5.02 5.02 0 0 0-.506-.339A400.52 400.52 0 0 0 5.94.787C5.722.664 5.513.524 5.282.423 5.255.406 5.228.388 5.2.373 4.758.126 4.305-.026 3.807.21c-.097.046-.197.087-.29.14A699.896 699.896 0 0 0 .783 1.948c-.501.294-.773.717-.778 1.31-.004.36-.009.718-.001 1.077.016.754-.017 1.508.024 2.261.016.304.07.6.269.848.127.15.279.28.448.382.622.4 1.283.734 1.92 1.11l.183.109Z"/></svg>